@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/IBMPlexMono-Regular.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/IBMPlexMono-Medium.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/IBMPlexMono-SemiBold.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/IBMPlexMono-Bold.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/IBMPlexMono-Italic.woff2)format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/IBMPlexMono-BoldItalic.woff2)format("woff2")}@font-face{font-family:Prosto One;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ProstoOne-Regular.woff2)format("woff2")}
:root{--bg:#fff;--fg:#111;--muted:#666;--rule:#e8e8e8;--overlay-bg:#fffffffa;--fg-filter:none;--bg-filter:invert(1);--max-width:1120px;--header-height:56px;--sidebar-width:320px;--gap:44px;--pad:18px;--radius:12px}[data-theme=dark]{--bg:#111;--fg:#eee;--muted:#888;--rule:#333;--overlay-bg:#111111fa;--fg-filter:invert(1)brightness(.9);--bg-filter:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#111;--fg:#eee;--muted:#888;--rule:#333;--overlay-bg:#111111fa;--fg-filter:invert(1)brightness(.9)}}@media (min-width:640px){:root{--pad:22px}}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body{height:100%}body{background:var(--bg);color:var(--fg);margin:0;font-family:IBM Plex Mono,Menlo,Courier New,monospace;font-size:16px;line-height:1.55;transition:background .3s,color .3s}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{text-underline-offset:3px;color:var(--fg);text-decoration:underline}h1,h2,h3,p{margin:0}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}.page{max-width:var(--max-width);padding:0 var(--pad);margin:0 auto}.rule{border-top:1px solid var(--rule);margin:0}.flex{display:flex}.items-center{align-items:center}.gap-4{gap:1rem}.clearfix:after{content:"";clear:both;display:table}
.header{z-index:100;background:var(--bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--rule);transition:background .3s,border-color .3s;position:sticky;top:0}.header__in{max-width:var(--max-width);padding:10px var(--pad);justify-content:space-between;align-items:center;min-height:56px;margin:0 auto;display:flex}.brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.logo{width:auto;height:28px;transition:filter .3s;display:block}[data-theme=dark] .logo{filter:invert()brightness(.9)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .logo{filter:invert()brightness(.9)}}.brand__text{letter-spacing:.2px;font-family:Prosto One,cursive;font-size:30px;font-weight:400;display:block}.nav{color:var(--muted);gap:16px;font-size:14px;font-weight:500;display:none}.nav a{white-space:nowrap}.nav a:hover,.nav-link.active{color:var(--fg);text-decoration:underline}.mobile-tools{justify-content:center;align-items:center;gap:24px;width:100%;margin-bottom:24px;display:flex}.mobile-tools .theme-toggle,.mobile-tools .iconbtn{transform:scale(1.3)}.mobile-divider{background:var(--rule);height:1px;margin:20px 0}.mobile-socials{justify-content:center;align-items:center;gap:24px;width:100%;margin-bottom:16px;padding:0 0 8px;display:flex}.mobile-socials__link{opacity:.7;align-items:center;transition:opacity .2s;display:flex}.mobile-socials__link:hover{opacity:1}[data-theme=dark] .mobile-socials__link img{filter:invert()brightness(.9)}.mobile-categories{flex-direction:column;gap:16px;display:flex}.mobile-category-link{color:var(--muted);font-size:15px}.desktop-tools{align-items:center;gap:16px;display:flex}@media (min-width:950px){.mobile-tools,.mobile-socials,.mobile-divider,.mobile-categories,.mobile-only-link,.iconbtn#menuBtn{display:none!important}.nav{align-items:center;gap:24px;display:flex!important}}@media (max-width:949px){.desktop-tools{display:none!important}.nav{display:none}.nav.open{background:var(--bg);border-bottom:1px solid var(--rule);z-index:100;flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:24px;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a;display:flex!important}.categories-toggle{display:none!important}}
@media (min-width:1024px){.grid{grid-template-columns:minmax(0,1fr)var(--sidebar-width);gap:var(--gap);align-items:stretch;padding-top:24px;display:grid}}.maincol{width:100%}.section{padding:24px 0}.kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:12px;font-weight:600}
.hero h1{letter-spacing:-.02em;margin-bottom:14px;font-size:32px;font-weight:700;line-height:1.1}.lead{color:var(--fg);opacity:.9;margin-bottom:16px;font-size:18px;line-height:1.5}.meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}@media (min-width:640px){.hero h1{font-size:44px}.lead{font-size:20px}}
.feed{flex-direction:column;gap:24px;display:flex}.item__title{letter-spacing:-.01em;margin-bottom:8px;font-size:19px;font-weight:650;line-height:1.3}.item__desc{color:var(--fg);opacity:.85;margin-bottom:10px;font-size:15px;line-height:1.5}.item__meta{color:var(--muted);align-items:center;gap:10px;font-size:13px;display:flex}.microhead{text-align:center;color:var(--muted);margin:10px 0;font-size:13px;position:relative}.microhead:before,.microhead:after{content:"";background:var(--rule);width:30%;height:1px;position:absolute;top:50%}.microhead:before{left:0}.microhead:after{right:0}.article-body .feed{gap:0}.article-body .feed-item{border-bottom:1px solid var(--rule);margin-bottom:0;padding:8px 0}.article-body .feed-item:last-child{border-bottom:none}.feed-more{justify-content:center;padding:20px 0;display:flex}.more-btn{border:1px solid var(--rule);border-radius:var(--radius);background:var(--bg);color:var(--fg);padding:12px 32px;font-size:14px;font-weight:600}
.sidecol{flex-direction:column;gap:0;display:flex}.sideblock{border-top:1px solid var(--rule);padding:24px 0}@media (min-width:1024px){.sideblock:first-child{border-top:none;padding-top:0}}.sideblock h3{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:16px;font-size:13px;font-weight:700}.sideitem{border-bottom:1px solid var(--rule);margin-bottom:16px;padding-bottom:16px}.sideitem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sideitem__t{margin-bottom:6px;font-size:15px;font-weight:600;line-height:1.35}.sideitem__m{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.subform{gap:8px;display:flex}.subform input{flex:1;padding:10px 12px}.subform button{padding:10px 16px}
.footer{color:var(--muted);padding:60px 0;font-size:13px}.footer__top{border-top:1px solid var(--rule);justify-content:space-between;align-items:center;padding:24px 0;display:flex}.footer__bottom{text-align:center;padding:0 0 24px}.footer__copyright{flex:1}.footer__socials{flex:1;justify-content:center;gap:20px;display:flex}.footer__socials img{opacity:.6;filter:var(--icon-filter);transition:opacity .2s}.footer__socials a:hover img{opacity:1}.footer__nav{flex:1;justify-content:flex-end;gap:20px;font-weight:700;display:flex}.umarta-link{text-underline-offset:3px;font-weight:600;text-decoration:underline}.umarta-link:hover{color:var(--fg)}@media (max-width:767px){.footer__top{text-align:center;flex-direction:column;gap:24px}.footer__copyright{order:1}.footer__nav{order:2;justify-content:center}.footer__socials{order:3;justify-content:center}.footer__bottom{text-align:center}}
.prose-container{color:var(--fg);font-size:18px;line-height:1.65}.prose-container img{max-width:100%;height:auto;display:block}.prose-container h1,.prose-container h2,.prose-container h3,.prose-container h4{margin:1.5em 0 .5em;font-weight:700;line-height:1.25}.prose-container h1{font-size:2em}.prose-container h2{font-size:1.5em}.prose-container h3{font-size:1.25em}.prose-container p{margin-bottom:1.2em}.prose-container ul,.prose-container ol{margin-bottom:1.2em;padding-left:1.5em}.prose-container li{margin-bottom:.5em}.prose-container blockquote{border-left:4px solid var(--rule);color:var(--muted);margin:1.5em 0;padding-left:1em;font-style:italic}.prose-container a{color:#2563eb;text-decoration:underline}[data-theme=dark] .prose-container a{color:#579aff}.prose-container figure{margin:2em 0}.prose-container figcaption{color:var(--muted);margin-top:12px;font-size:13px}.prose-container table{border-collapse:collapse;width:100%;margin:2em 0;font-size:16px}.prose-container th,.prose-container td{border:1px solid var(--rule);text-align:left;padding:12px}.prose-container th{background-color:var(--bg-secondary);font-weight:700}.prose-container tr:nth-child(2n){background-color:#00000005}[data-theme=dark] .prose-container tr:nth-child(2n){background-color:#ffffff05}.prose-container pre{color:#18181b;font-family:var(--font-mono);border:1px solid var(--rule);background-color:#f4f4f5;border-radius:8px;margin:1em 0;padding:1.2em;position:relative;overflow-x:auto}[data-theme=dark] .prose-container pre{color:#f4f4f5;background-color:#18181b;border-color:#27272a}.prose-container code:not(pre code){background-color:var(--bg-secondary);font-size:.85em;font-family:var(--font-mono);border-radius:4px;padding:.2em .4em}.prose-container pre code{background:0 0;border:none;padding:0;font-size:14px;line-height:1.5}.prose-container .footnotes{color:var(--muted);border-top:1px solid var(--rule);margin-top:4em;padding-top:2em;font-size:14px}.prose-container u,.prose-container ins{text-decoration:underline}.code-block-wrapper{margin:1em 0;position:relative}.code-block-wrapper pre{margin:0}.copy-button{color:#71717a;text-transform:uppercase;cursor:pointer;z-index:10;background:#0000000d;border:1px solid #0000001a;border-radius:4px;padding:4px 8px;font-size:9px;font-weight:700;transition:all .2s;position:absolute;top:10px;right:10px}[data-theme=dark] .copy-button{color:#a1a1aa;background:#ffffff1a;border:1px solid #fff3}.copy-button:hover{color:#18181b;background:#0000001a}[data-theme=dark] .copy-button:hover{color:#fff;background:#fff3}.prose-container [style*=color\:red],.prose-container [style*="color: red"]{color:#ff4a4a!important}.prose-container [style*=color\:blue],.prose-container [style*="color: blue"]{color:#095edd!important}[data-theme=dark] .prose-container [style*=color\:blue],[data-theme=dark] .prose-container [style*="color: blue"]{color:#57bcff!important}.prose-container input[type=checkbox]{appearance:none;border:1px solid var(--fg);vertical-align:middle;cursor:default;background-color:#0000;border-radius:3px;width:1.2em;height:1.2em;margin-right:.5em;transition:all .2s;display:inline-block;position:relative}.prose-container input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:80%}[data-theme=dark] .prose-container input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")}.prose-container .task-list-item{padding-left:0;list-style-type:none}.video-embed-wrapper{background:var(--rule);border-radius:8px;width:100%;margin:2em 0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-embed-wrapper iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.article-related{border-top:1px solid var(--rule);margin-top:48px;padding-top:32px}.article-related__title{color:var(--fg);margin-bottom:32px;font-size:20px;font-weight:700}
.lightbox-thumb{filter:grayscale()contrast(1.1);cursor:zoom-in;border-radius:var(--radius);max-width:100%;height:auto;transition:filter .4s,transform .4s;display:block}.lightbox-thumb:hover{filter:grayscale(40%)contrast(1.05);transform:scale(1.005)}.lightbox-overlay{background:var(--overlay-bg);z-index:1000;cursor:zoom-out;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox-full{object-fit:contain;max-width:90vw;max-height:85vh;box-shadow:0 20px 40px #0000004d}.author-avatar-float{flex-shrink:0;width:300px;height:300px;margin-bottom:24px}@media (min-width:768px){.author-avatar-float{float:left;margin-bottom:20px;margin-right:40px}}.author-avatar-float .lightbox-thumb{border-radius:var(--radius);object-fit:cover!important;width:300px!important;max-width:300px!important;height:300px!important;max-height:300px!important;margin:0!important}.author-bio-text{font-family:IBM Plex Mono,monospace;font-size:18px}
.article-divider{border:none;border-top:1px solid var(--rule);margin-top:3rem;margin-bottom:0}.article-sources{font-size:.875rem;font-family:var(--font-mono,monospace);margin-top:1.5rem}.article-sources__label{color:var(--fg);font-weight:700}.article-sources__list{color:var(--muted);margin-top:4px;line-height:1.6}.article-sources__link{text-underline-offset:4px;text-decoration:underline;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);transition:color .15s}.article-sources__link:hover{color:var(--fg)}.article-actions{border-top:1px solid var(--rule);justify-content:flex-end;align-items:center;gap:12px;margin-top:1.5rem;margin-bottom:1rem;padding-top:1.5rem;display:flex}.action-btn{border:1px solid var(--rule);background:var(--bg);height:38px;color:var(--muted);border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:0 20px;transition:border-color .2s,color .2s;display:flex;position:relative}.action-btn:hover,.action-btn.active{border-color:var(--fg);color:var(--fg)}.action-btn svg{width:18px;height:18px;transition:transform .2s}.action-btn:active svg{transform:scale(.9)}.share-menu{background:var(--bg);border:1px solid var(--rule);border-radius:var(--radius);z-index:50;flex-direction:column;min-width:200px;margin-bottom:8px;padding:8px;display:flex;position:absolute;bottom:100%;right:0;box-shadow:0 10px 25px #0000001a}.share-item{text-align:left;white-space:nowrap;border-radius:6px;padding:8px 12px;font-size:13px;transition:background .2s}.share-item:hover{background:var(--rule);color:var(--fg)}.share-divider{background:var(--rule);height:1px;margin:4px 8px}
.theme-toggle{border:1px solid var(--rule);border-radius:var(--radius);color:var(--muted);background:var(--bg);justify-content:center;align-items:center;padding:8px;display:flex}.theme-toggle:hover{color:var(--fg);border-color:var(--fg)}
.input-base{border:1px solid var(--rule);border-radius:var(--radius);background:var(--bg);color:var(--fg);outline:none;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.input-base:focus{border-color:var(--fg)}.input-base::placeholder{color:var(--muted)}.btn{background:var(--fg);color:var(--bg);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;transition:transform .1s,opacity .2s;display:inline-flex}.btn:active{transform:scale(.96)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
.comments-title{margin-bottom:1rem}.comment-form-container{background:var(--bg);border:1px solid var(--rule);border-radius:var(--radius);width:100%;transition:border-color .2s;position:relative}.comment-form-container:focus-within{border-color:var(--fg)}.comment-textarea{width:100%;color:var(--fg);resize:none;background:0 0;border:none;outline:none;min-height:120px;padding:12px 12px 50px;font-family:inherit;font-size:14px;display:block}@media (max-width:768px){.comment-textarea{font-size:16px}}.comment-submit-btn{background:var(--fg);color:var(--bg);cursor:pointer;z-index:50;border-radius:4px;justify-content:center;align-items:center;padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px}.comment-submit-btn .btn-icon{display:none}@media (max-width:400px){.comment-submit-btn{border-radius:50%;width:34px;height:34px;padding:0;bottom:10px;right:10px}.comment-submit-btn .btn-text{display:none}.comment-submit-btn .btn-icon{display:flex}}.comment-item{margin-top:3px;margin-bottom:48px;padding-top:3px}.comment-item:last-child{margin-bottom:0}.comment-avatar{background:var(--rule);border-radius:50%;flex-shrink:0;width:38px;height:38px;position:relative;overflow:hidden}.comment-avatar img{filter:grayscale();will-change:filter}@media (hover:hover) and (pointer:fine){.comment-avatar img{transition:filter .3s}.comment-item:hover .comment-avatar img{filter:grayscale(0%)}}.comment-avatar:active img{filter:grayscale(0%)}.comment-info{flex-direction:column;gap:2px;display:flex}.comment-header{margin-bottom:4px}.comment-author-name{color:var(--fg);font-size:14px;font-weight:700;line-height:1;transform:translateY(1px)}.comment-date{color:var(--muted);font-size:14px;font-weight:500;line-height:1;transform:translateY(3px)}.comment-content{margin-top:4px}.replies-list{border-left:1px solid var(--rule);margin-top:32px;margin-left:19px;padding-left:32px}.comment-reply{margin-bottom:24px}.comment-reply:last-child{margin-bottom:0}.comment-login-prompt{background:var(--bg-secondary,var(--bg));border:1px solid var(--rule);border-radius:var(--radius);text-align:center;font-size:14px;font-family:var(--font-mono,monospace);color:var(--muted);margin-top:16px;padding:24px}.comment-login-link{color:var(--fg);font-weight:700;text-decoration:underline}
.profile-page{margin-top:40px;margin-bottom:80px}.profile-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.profile-title{font-size:32px;font-weight:700}.profile-layout{align-items:flex-start;gap:64px;display:flex}@media (max-width:768px){.profile-layout{flex-direction:column;gap:40px}}.profile-sidebar{flex-direction:column;flex-shrink:0;align-items:center;width:280px;display:flex}@media (max-width:768px){.profile-sidebar{width:100%}}.profile-avatar-container{border:2px solid var(--rule);cursor:pointer;background:var(--bg);border-radius:50%;width:128px;height:128px;margin-bottom:24px;position:relative;overflow:hidden}.profile-avatar-overlay{opacity:0;z-index:10;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-avatar-container:hover .profile-avatar-overlay{opacity:1}.profile-avatar-overlay span{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}.profile-avatar-uploading{filter:blur(2px)grayscale();opacity:.5}.profile-avatar-spinner{z-index:20;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-avatar-spinner:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.profile-info{text-align:center;margin-bottom:32px}.profile-username{margin-bottom:4px;font-size:20px;font-weight:700}.profile-email{color:var(--muted);font-size:14px}.profile-actions-card{background:var(--bg);border:1px solid var(--rule);border-radius:var(--radius);flex-direction:column;width:100%;padding:24px;display:flex}.profile-card-top{flex-direction:column;align-items:center;display:flex}.profile-card-top .profile-avatar-container{margin-bottom:16px}.profile-card-top .profile-info{margin-bottom:0}.profile-card-divider{background:var(--rule);width:100%;height:1px;margin:20px 0}.author-bio-editor{max-width:800px}.author-bio-editor__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.author-bio-editor__actions{gap:8px;display:flex}.profile-btn-outline{border:1px solid var(--rule);background:var(--bg);height:38px;color:var(--fg);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:0 20px;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:flex}.profile-btn-outline:hover{border-color:var(--fg)}.profile-btn-outline-danger{color:var(--muted)}.profile-btn-outline-danger:hover{color:#e53e3e;border-color:#e53e3e}.profile-content{flex-direction:column;flex:1;gap:64px;display:flex}.profile-section-header{border-bottom:1px solid var(--rule);align-items:baseline;gap:16px;margin-bottom:24px;padding-bottom:12px;display:flex}.profile-section-title{font-size:24px;font-weight:700}.profile-section-count{color:var(--muted);font-size:14px;font-weight:600}.profile-empty-state{color:var(--muted);font-size:14px;font-style:italic}.profile-likes-feed{flex-direction:column;gap:12px;display:flex}.profile-like-item{border-radius:var(--radius);border:1px solid #0000;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.profile-like-item:hover{border-color:var(--rule);background:#00000005}[data-theme=dark] .profile-like-item:hover{background:#ffffff05}.profile-like-title{font-size:16px;font-weight:600}.profile-like-item:hover .profile-like-title{text-underline-offset:3px;text-decoration:underline}.profile-like-icon{font-size:14px}.profile-comments-feed{flex-direction:column;gap:32px;display:flex}.profile-comment-wrapper{flex-direction:column;gap:8px;display:flex}.profile-comment-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;font-size:11px;font-weight:600;display:flex}.profile-comment-meta a:hover{color:var(--fg);text-decoration:underline}.profile-comment-box{border-radius:var(--radius);background:#00000005;border:1px solid #0000;padding:20px;transition:border-color .2s}[data-theme=dark] .profile-comment-box{background:#ffffff05}.profile-comment-wrapper:hover .profile-comment-box{border-color:var(--rule)}.profile-comment-text{font-size:15px;line-height:1.6}.profile-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-modal-content{background:var(--bg);border:1px solid var(--rule);border-radius:var(--radius);width:100%;max-width:600px;padding:40px;box-shadow:0 20px 40px #0003}.profile-modal-title{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:24px;font-size:24px;font-weight:700}.profile-modal-text{color:var(--muted);flex-direction:column;gap:16px;max-height:40vh;margin-bottom:32px;font-size:12px;line-height:1.6;display:flex;overflow-y:auto}.profile-modal-actions{gap:16px;display:flex}@media (max-width:640px){.profile-modal-actions{flex-direction:column}}.profile-btn-danger{color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);text-align:center;background:#e53e3e;padding:16px 32px;font-size:12px;font-weight:700;transition:background .2s}.profile-btn-danger:hover{color:#fff;background:#c53030;text-decoration:none}.profile-btn-cancel{color:var(--fg);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);text-align:center;background:#0000000d;padding:16px 32px;font-size:12px;font-weight:700;transition:background .2s}[data-theme=dark] .profile-btn-cancel{background:#ffffff0d}.profile-btn-cancel:hover{background:#0000001a;text-decoration:none}[data-theme=dark] .profile-btn-cancel:hover{background:#ffffff1a}.crop-container{border-radius:var(--radius);background:#333;width:100%;height:300px;margin-bottom:16px;position:relative;overflow:hidden}.crop-zoom-wrapper{align-items:center;gap:12px;margin-bottom:24px;padding:0 8px;display:flex}.zoom-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:20px;line-height:1;transition:color .2s;display:flex}.zoom-btn:hover{color:var(--fg)}.zoom-slider{-webkit-appearance:none;background:var(--rule);border-radius:2px;outline:none;flex:1;height:2px}.zoom-slider::-webkit-slider-thumb{appearance:none;background:var(--fg);cursor:pointer;border:2px solid var(--bg);border-radius:50%;width:14px;height:14px;box-shadow:0 2px 4px #0000001a}.profile-toast{background:var(--fg);color:var(--bg);z-index:2000;border-radius:9999px;padding:12px 24px;font-size:14px;font-weight:600;animation:.3s ease-out slideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #0000001a}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.profile-skeleton{background:var(--rule);border-radius:var(--radius);opacity:.5;height:64px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.2}}
.search-panel{top:var(--header-height);background:var(--bg);border-bottom:1px solid var(--rule);z-index:99;padding:16px var(--pad);animation:.2s ease-out slideDown;position:fixed;left:0;right:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-panel__form{max-width:var(--max-width);gap:12px;margin:0 auto;display:flex}.search-panel__input{flex:1;padding:14px 16px;font-size:16px}.search-page-form{gap:12px;margin-bottom:24px;display:flex}.search-page-input{flex:1}.search-results mark{color:inherit;background:#ffc8004d;border-radius:2px;padding:0 2px}[data-theme=dark] .search-results mark{background:#ffc80040}
.categories-toggle{color:var(--muted);border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:14px;font-weight:600;transition:all .2s;display:none}.categories-toggle:hover{background:var(--rule);color:var(--fg)}.categories-toggle.active{background:var(--fg);color:var(--bg)}.categories-toggle__icon{filter:var(--fg-filter);transform-origin:50%;transform:translateY(-1px)}.categories-toggle.active .categories-toggle__icon{filter:var(--bg-filter)}.categories-toggle__icon.rotate-180{transform:translateY(3px)rotate(180deg)}@media (min-width:950px){.categories-toggle{display:flex}}.categories-panel{z-index:98;background:var(--bg);width:100%;position:relative}.categories-panel__content{border-bottom:1px solid var(--rule);max-width:100%;padding:24px 0}.categories-cloud{flex-wrap:wrap;gap:8px;display:flex}.category-tag{background:var(--bg);border:1px solid var(--rule);cursor:pointer;color:var(--muted);border-radius:4px;padding:2px 8px;font-size:14px;font-weight:500;transition:all .2s}.category-tag:hover,.category-tag.selected{border-color:var(--fg);color:var(--fg);background:var(--bg);text-decoration:none}.categories-panel__footer{align-items:center;gap:16px;margin-top:24px;display:flex}.reset-btn{color:var(--muted);cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.reset-btn:hover{color:var(--fg)}.categories-panel__bases{gap:16px;display:flex}
.full-width-page{width:100%;padding-top:24px}.authors-grid{grid-template-columns:1fr;gap:32px;width:100%;display:grid}.author-card{border:1px solid var(--rule);border-radius:var(--radius);align-items:flex-start;gap:20px;padding:20px;transition:all .2s;display:flex}.author-card:hover{border-color:var(--fg);text-decoration:none;transform:translateY(-2px)}.author-card__avatar{background:var(--rule);border-radius:50%;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.author-card__avatar img{object-fit:cover;filter:grayscale()contrast(1.1);transition:filter .4s}.author-card:hover .author-card__avatar img{filter:grayscale(40%)contrast(1.05)}.author-card__info{flex:1}.author-card__name{margin-bottom:8px;font-size:18px;font-weight:700}.author-card__bio{color:var(--muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:8px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.author-card__count{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.author-page h1{margin-bottom:32px}.author-page .clearfix~div{margin-top:24px}.author-page h3{text-transform:none;letter-spacing:normal;color:var(--fg);margin-top:40px;margin-bottom:24px;font-size:22px;font-weight:700}
.cookie-banner{background:var(--fg);color:var(--bg);z-index:1000;padding:16px 0;animation:.3s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner__in{max-width:var(--max-width);padding:0 var(--pad);flex-direction:column;align-items:center;gap:16px;margin:0 auto;display:flex}@media (min-width:768px){.cookie-banner__in{flex-direction:row;justify-content:space-between;gap:40px}}.cookie-banner__text{margin:0;font-size:13px;line-height:1.5}.cookie-banner__link{color:inherit;text-underline-offset:3px;font-weight:600;text-decoration:underline}.cookie-banner__btn{background:var(--bg);color:var(--fg);white-space:nowrap;border-radius:4px;padding:8px 24px;font-size:13px;font-weight:700;transition:opacity .2s}.cookie-banner__btn:hover{opacity:.9}
.auth-page{justify-content:center;align-items:center;min-height:70vh;padding:40px 20px;display:flex}.auth-card{background:var(--bg);border:1px solid var(--rule);border-radius:0;width:100%;max-width:440px;padding:60px 40px}.auth-title{text-align:center;letter-spacing:-.02em;margin-bottom:32px;font-size:24px;font-weight:700}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-date-group{gap:12px;display:flex}.auth-consent-group{align-items:center;gap:12px;margin:16px 0 24px;display:flex}.auth-input{width:100%}.auth-submit{text-transform:uppercase;letter-spacing:.1em;width:100%;margin-top:8px;font-size:12px}.auth-error{color:#e53e3e;margin-top:4px;font-size:12px}.auth-divider{text-align:center;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;margin:24px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--rule);flex:1}.auth-divider span{margin:0 10px}.auth-sso{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-sso-container{flex-direction:column;gap:12px;display:flex}.sso-btn{border:1px solid var(--rule);border-radius:var(--radius);cursor:pointer;background:var(--bg);color:var(--fg);width:100%;padding:10px;font-size:12px;font-weight:600;transition:all .2s}.sso-btn:hover{border-color:var(--fg);background:var(--rule)}.vk-auth-container iframe{font-family:var(--font-mono)!important}.vk-auth-container{justify-content:center;width:100%;display:flex}.auth-footer{text-align:center;color:var(--muted);margin-top:32px;font-size:14px}.auth-footer a{color:var(--fg);font-weight:600;text-decoration:underline}
.editor-dashboard{max-width:var(--max-width);padding:calc(var(--header-height) + 32px)var(--pad)64px;margin:0 auto}.editor-dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.editor-dashboard-title{font-size:28px;font-weight:700}.editor-new-btn{background:var(--fg);color:var(--bg);border-radius:var(--radius);align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.editor-new-btn:hover{opacity:.8;color:var(--bg);text-decoration:none}.editor-articles-list{flex-direction:column;gap:12px;display:flex}.editor-article-card{border:1px solid var(--rule);border-radius:var(--radius);background:var(--bg);cursor:pointer;color:inherit;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.editor-article-card:hover{border-color:var(--fg);color:inherit;text-decoration:none;box-shadow:0 2px 12px #0000000f}.editor-article-card__main{flex:1;min-width:0}.editor-article-card__title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:16px;font-weight:600;overflow:hidden}.editor-article-card__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;display:flex}.editor-article-card__status{border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.editor-article-card__status--published{color:#16a34a;background:#16a34a1f}.editor-article-card__status--draft{color:var(--muted);background:#0000000f}[data-theme=dark] .editor-article-card__status--draft{background:#ffffff14}.editor-article-card__status--locked{color:#dc2626;background:#dc26261f}.editor-page{max-width:900px;padding:calc(var(--header-height) + 24px)var(--pad)80px;margin:0 auto}.editor-page-header{align-items:center;gap:16px;margin-bottom:28px;display:flex}.editor-back-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.editor-back-btn:hover{color:var(--fg);text-decoration:none}.editor-page-title{font-size:22px;font-weight:700}.editor-field{margin-bottom:20px}.editor-field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.editor-input{border:1px solid var(--rule);border-radius:var(--radius);background:var(--bg);width:100%;color:var(--fg);font:inherit;box-sizing:border-box;padding:11px 14px;font-size:15px;transition:border-color .2s}.editor-input:focus{border-color:var(--fg);outline:none}.editor-title-input{font-size:22px;font-weight:700}.editor-lead-input{resize:vertical;min-height:80px;line-height:1.55}.editor-select{border:1px solid var(--rule);border-radius:var(--radius);background:var(--bg);width:100%;color:var(--fg);font:inherit;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding:11px 40px 11px 14px;font-size:14px}.editor-select-error{border-color:#dc262680}.editor-og-upload{border:1px dashed var(--rule);border-radius:var(--radius);color:var(--muted);font:inherit;background:0 0;align-items:center;gap:8px;padding:10px 18px;font-size:14px;transition:all .2s;display:inline-flex}.editor-og-upload:hover{border-color:var(--fg);color:var(--fg);cursor:pointer}.editor-sources{flex-direction:column;gap:8px;display:flex}.editor-source-row{grid-template-columns:1fr 1fr auto;align-items:center;gap:8px;display:grid}.editor-source-remove{border:1px solid var(--rule);width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:all .2s;display:flex}.editor-source-remove:hover{color:#dc2626;border-color:#dc2626}.editor-source-add-btn{border:1px dashed var(--rule);border-radius:var(--radius);color:var(--muted);cursor:pointer;font:inherit;text-align:center;background:0 0;width:100%;margin-top:6px;padding:8px 16px;font-size:13px;transition:all .2s}.editor-source-add-btn:hover{border-color:var(--fg);color:var(--fg)}.editor-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.editor-btn{border-radius:var(--radius);font:inherit;cursor:pointer;border:1px solid #0000;padding:10px 22px;font-size:14px;font-weight:600;transition:all .2s}.editor-btn-primary{background:var(--fg);color:var(--bg)}.editor-btn-primary:hover{opacity:.8}.editor-btn-outline{border-color:var(--rule);color:var(--fg);background:0 0}.editor-btn-outline:hover{border-color:var(--fg)}.editor-btn-danger{color:#dc2626;background:0 0;border-color:#dc262655}.editor-btn-danger:hover{background:#dc262614}.editor-btn-publish{color:#fff;background:#16a34a;border-color:#0000}.editor-btn-publish:hover{background:#15803d}.editor-btn:disabled{opacity:.4;cursor:not-allowed}.editor-status-msg{color:var(--muted);margin-left:auto;font-size:13px}.editor-toast{background:var(--fg);color:var(--bg);border-radius:var(--radius);z-index:1000;padding:10px 24px;font-size:14px;font-weight:500;animation:.25s editorToastIn;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #00000026}@keyframes editorToastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.editor-empty{text-align:center;color:var(--muted);padding:64px 0;font-size:15px}.editor-empty svg{opacity:.3;margin-bottom:16px}.tui-editor-wrapper{border:1px solid var(--rule);border-radius:var(--radius);overflow:hidden}.toastui-editor-defaultUI{border:none!important;border-radius:0!important;font-family:IBM Plex Mono,Menlo,Courier New,monospace!important}.toastui-editor-toolbar{background:var(--bg)!important;border-bottom:1px solid var(--rule)!important}.toastui-editor-toolbar-icons{opacity:.75;color:var(--fg)!important}.toastui-editor-toolbar-icons:hover{opacity:1;background:var(--rule)!important}.toastui-editor-main{background:var(--bg)!important}.toastui-editor-contents{color:var(--fg)!important;background:var(--bg)!important;padding:24px!important;font-family:IBM Plex Mono,Menlo,Courier New,monospace!important;font-size:18px!important;line-height:1.65!important}.toastui-editor-contents h1,.toastui-editor-contents h2,.toastui-editor-contents h3,.toastui-editor-contents h4,.toastui-editor-contents h5,.toastui-editor-contents h6{color:var(--fg)!important;margin:1.5em 0 .5em!important;font-weight:700!important;line-height:1.25!important}.toastui-editor-contents h1{font-size:2em!important}.toastui-editor-contents h2{font-size:1.5em!important}.toastui-editor-contents h3{font-size:1.25em!important}.toastui-editor-contents h4{font-size:1.1em!important}.toastui-editor-contents p{color:var(--fg)!important;margin-bottom:1.2em!important}.toastui-editor-contents ul,.toastui-editor-contents ol{margin-bottom:1.2em!important;padding-left:1.5em!important}.toastui-editor-contents li{color:var(--fg)!important;margin-bottom:.5em!important}.toastui-editor-contents blockquote{border-left:4px solid var(--rule)!important;color:var(--muted)!important;margin:1.5em 0!important;padding-left:1em!important;font-style:italic!important}.toastui-editor-contents a{color:#2563eb!important;text-decoration:underline!important}[data-theme=dark] .toastui-editor-contents a{color:#579aff!important}.toastui-editor-contents table{border-collapse:collapse!important;width:100%!important;margin:2em 0!important;font-size:16px!important}.toastui-editor-contents th,.toastui-editor-contents td{border:1px solid var(--rule)!important;text-align:left!important;color:var(--fg)!important;padding:12px!important}.toastui-editor-contents th{background-color:var(--bg)!important;font-weight:700!important}.toastui-editor-contents pre{color:#18181b!important;border:1px solid var(--rule)!important;background-color:#f4f4f5!important;border-radius:8px!important;padding:1.2em!important;font-family:IBM Plex Mono,monospace!important;font-size:14px!important;overflow-x:auto!important}[data-theme=dark] .toastui-editor-contents pre{color:#f4f4f5!important;background-color:#18181b!important;border-color:#27272a!important}.toastui-editor-contents code{font-family:IBM Plex Mono,monospace!important;font-size:.85em!important}.toastui-editor-contents code:not(pre code){background-color:var(--bg)!important;border-radius:4px!important;padding:.2em .4em!important}.toastui-editor-dark .toastui-editor-defaultUI,.toastui-editor-dark .toastui-editor-main,.toastui-editor-dark .toastui-editor-toolbar,.toastui-editor-dark .toastui-editor-contents{background:var(--bg)!important;color:var(--fg)!important}.toastui-editor-dark .toastui-editor-toolbar{border-bottom-color:var(--rule)!important}.toastui-editor-dark .toastui-editor-dropdown-toolbar,.toastui-editor-dark .toastui-editor-toolbar-item-wrapper{background:var(--bg)!important;color:var(--fg)!important;border-color:var(--rule)!important}.toastui-editor-dark .toastui-editor-mode-switch{background:var(--bg)!important;border-color:var(--rule)!important}.toastui-editor-dark .toastui-editor-mode-switch .tab-item{color:var(--muted)!important;border-color:var(--rule)!important}.toastui-editor-dark .toastui-editor-mode-switch .tab-item.active{background:var(--bg)!important;color:var(--fg)!important}.toastui-editor-popup{background:var(--bg)!important;border:1px solid var(--rule)!important;border-radius:var(--radius)!important;box-shadow:0 4px 24px #0000001f!important}.toastui-editor-popup-body input{background:var(--bg)!important;color:var(--fg)!important;border:1px solid var(--rule)!important;font:inherit!important;border-radius:8px!important;padding:8px 10px!important}.toastui-editor-popup-body button{background:var(--fg)!important;color:var(--bg)!important;font:inherit!important;cursor:pointer!important;border-radius:8px!important;font-weight:600!important}.editor-locked-notice{border-radius:var(--radius);color:#dc2626;background:#dc262614;border:1px solid #dc262640;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:13px;display:flex}.editor-skeleton{border-radius:var(--radius);background:linear-gradient(90deg,var(--rule)25%,var(--bg)50%,var(--rule)75%);background-size:200% 100%;height:76px;animation:1.5s infinite editorSkeleton}@keyframes editorSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}

