:root{--bg:#05060a;--surface:#0b1220;--surface-translucent:#00000057;--surface-opaque:#07101a;--muted:#9aa4b2;--text:#e6eef8;--accent:#4c7ba1;--accent-2:#3b6b77;--card:#071018;--danger:#ff6b6b}*{box-sizing:border-box}:root{--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--fs-1:20px;--fs-2:16px;--lh-body:1.45;--header-height:80px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.site-header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex:0 0 var(--header-height);-webkit-app-region:drag;background:linear-gradient(#00000040,#ffffff03);border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.site-header *{-webkit-app-region:no-drag}.title{letter-spacing:.6px;font-size:24px;font-weight:700;font-family:Orbitron, var(--font-sans);color:var(--text);text-shadow:0 2px 18px #27415614;align-items:center;gap:12px;display:flex}.beta{color:var(--accent);background:linear-gradient(90deg,#2741560f,#3b6b770a);border:1px solid #ffffff05;border-radius:999px;margin-left:8px;padding:4px 8px;font-size:11px;font-weight:600}.header-actions{gap:8px;display:flex}.site-logo{border-radius:8px;width:auto;height:44px;display:block;box-shadow:0 8px 28px #2741560f}.container{grid-template-columns:260px 1fr 320px;align-items:start;gap:20px;width:1200px;max-width:96%;margin:24px auto;display:grid}.auth{grid-column:1/2}.feed{grid-column:2/3}.sidebar{grid-column:3/4}.auth-row{align-items:center;gap:8px;display:flex}.input{background:var(--surface);color:var(--text);font-size:var(--fs-2);border:1px solid #ffffff0f;border-radius:8px;outline:none;padding:10px 12px}.textarea{background:var(--surface);width:100%;color:var(--text);resize:vertical;font-size:var(--fs-2);line-height:var(--lh-body);border:1px solid #ffffff0f;border-radius:8px;padding:10px}.post-box{background:var(--surface);border:1px solid #ffffff08;border-radius:12px;padding:12px;box-shadow:0 10px 30px #000c}.feed-title{color:var(--muted);margin:0 0 8px;font-size:14px}.feed .post-card{background:var(--surface);box-shadow:none;border:none;border-radius:0;margin-bottom:6px;padding:6px 0;transition:none;position:relative;overflow:visible}.feed .post-card:hover{box-shadow:none;transform:none}.post-header{align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.avatar{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;border:1px solid #ffffff0a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:inline-flex}.post-author-name{color:var(--text);letter-spacing:.2px;font-size:14px;font-weight:700}.post-meta{color:var(--muted);margin-left:auto;font-size:12px}.post-content{color:#e6eef8f2;margin-top:6px;font-size:14px;line-height:1.5}.post-content p,.reply-content p{margin:0 0 .75em}.post-content p:last-child,.reply-content p:last-child{margin-bottom:0}.post-content h1,.post-content h2,.post-content h3,.reply-content h1,.reply-content h2,.reply-content h3{margin:.2em 0 .55em;line-height:1.25}.post-content ul,.post-content ol,.reply-content ul,.reply-content ol{margin:.35em 0 .8em 1.25em;padding:0}.post-content li,.reply-content li{margin:.2em 0}.post-content blockquote,.reply-content blockquote{color:#e6eef8c7;border-left:3px solid #ffffff2e;margin:.6em 0;padding:.15em 0 .15em .9em}.post-content hr,.reply-content hr{border:0;border-top:1px solid #ffffff1f;margin:.9em 0}.post-content pre,.reply-content pre{white-space:pre-wrap;background:#00000047;border:1px solid #ffffff0f;border-radius:12px;margin:.8em 0;padding:12px 14px;overflow:auto}.post-content code,.reply-content code{font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:.92em}.post-content :not(pre)>code,.reply-content :not(pre)>code{color:#f3f7fb;background:#ffffff14;border-radius:6px;padding:.14em .42em}.post-content pre code,.reply-content pre code{color:inherit;background:0 0;padding:0;display:block}.post-content em,.reply-content em{font-style:italic}.post-content del,.reply-content del{color:#e6eef8b8;text-decoration:line-through}.post-content u,.reply-content u{text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.post-rich-text,.post-rich-text p,.post-rich-text li,.post-rich-text blockquote{white-space:pre-wrap}.post-content>div,.reply-content>div{min-width:0}.flagged{color:var(--danger);margin-top:8px;font-weight:600}.post-card .post-actions{justify-content:space-between;align-items:center;margin-top:12px;padding:6px 4px;display:flex}.post-card .post-actions .actions-left,.post-card .post-actions .actions-right{align-items:center;gap:8px;display:flex}.reactions{align-items:center;gap:6px;display:flex}.reaction-btn{background:var(--surface);cursor:pointer;color:var(--muted);border:1px solid #ffffff08;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-weight:700;transition:all .12s;display:inline-flex}.reaction-btn:hover{color:#061226;background:linear-gradient(90deg,#2741560f,#3b6b770a);border:none;transform:translateY(-2px)}.post-card .msg-actions{opacity:0;transition:opacity .14s}.post-card:hover .msg-actions{opacity:1}.post-card .post-actions .icon-btn{background:var(--surface);width:40px;height:40px;color:var(--muted);cursor:pointer;border:1px solid #ffffff08;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:all .12s;display:inline-flex}.post-card .post-actions .icon-btn svg{width:18px;height:18px}.post-card .post-actions .icon-btn:hover{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;transform:translateY(-3px);box-shadow:0 12px 30px #0009}.post-card .post-actions .icon-btn:active{transform:translateY(-1px)}.post-card .post-actions .icon-btn.danger{color:var(--danger);border-color:#ff6b6b1f}.post-card .post-actions .icon-btn.danger:hover{color:#061226;background:linear-gradient(90deg,#ff7b7b,#ff2b6a);border:none}@media (width<=980px){.post-card .post-actions .icon-btn{width:36px;height:36px}.reaction-btn{padding:6px 8px}}.post-card .post-actions .icon-btn{position:relative}.post-card .post-actions .icon-btn[data-label]:after{content:attr(data-label);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#080c14e6;border-radius:8px;padding:6px 8px;font-size:12px;transition:all .12s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 6px 18px #0009}.post-card .post-actions .icon-btn[data-label]:before{content:"";transform-origin:50%;opacity:0;background:#080c14e6;border-radius:2px;width:8px;height:8px;transition:all .12s;position:absolute;bottom:92%;left:50%;transform:translate(-50%)rotate(45deg)}.post-card .post-actions .icon-btn[data-label]:hover:after{opacity:1;transform:translate(-50%)translateY(-12px)}.post-card .post-actions .icon-btn[data-label]:hover:before{opacity:1;bottom:94%}.post-card .post-actions .icon-btn:not(.danger):hover{color:var(--text);background:linear-gradient(90deg,#2563eb14,#7c3aed0f);border:none}.post-card .post-actions .actions-left .reaction-summary{background:#0000000a;border-radius:8px;margin-left:4px;padding:6px 8px}.post-card .post-actions .icon-btn,.post-card .post-actions .reaction-btn,.post-card .post-actions .reaction-summary{opacity:0;pointer-events:none;transition:transform .18s cubic-bezier(.2,.9,.3,1),opacity .18s;transform:translate(8px)translateY(0)scale(.98)}.feed .post-card .post-actions .icon-btn,.feed .post-card .post-actions .reaction-btn,.feed .post-card .post-actions .reaction-summary{opacity:0;pointer-events:none;transform:translate(8px)scale(.98)}.feed .post-card:hover .post-actions .icon-btn,.feed .post-card:focus-within .post-actions .icon-btn,.feed .post-card:hover .post-actions .reaction-btn,.feed .post-card:focus-within .post-actions .reaction-btn,.feed .post-card:hover .post-actions .reaction-summary,.feed .post-card:focus-within .post-actions .reaction-summary{opacity:0!important;pointer-events:none!important;transform:translate(8px)scale(.98)!important}.feed .post-card .post-actions .actions-right .icon-btn:last-child{transition-delay:0s}.feed .post-card .post-actions .actions-right .icon-btn:nth-last-child(2){transition-delay:60ms}.feed .post-card .post-actions .actions-right .icon-btn:nth-last-child(3){transition-delay:.12s}.feed .post-card .post-actions .actions-right .icon-btn:nth-last-child(4){transition-delay:.18s}.feed .post-card .post-actions .actions-right .icon-btn:nth-last-child(5){transition-delay:.24s}.feed .post-card .post-actions .actions-right .icon-btn:nth-last-child(6){transition-delay:.3s}.feed .post-card .post-actions .actions-left .reaction-btn{transition-delay:.32s}.feed .post-card .post-actions .actions-left .reaction-summary{transition-delay:.34s}.shift-pressed .feed .post-card:hover .post-actions .icon-btn,.shift-pressed .feed .post-card:focus-within .post-actions .icon-btn,.shift-pressed .feed .post-card:hover .post-actions .reaction-btn,.shift-pressed .feed .post-card:focus-within .post-actions .reaction-btn,.shift-pressed .feed .post-card:hover .post-actions .reaction-summary,.shift-pressed .feed .post-card:focus-within .post-actions .reaction-summary,.shift-pressed .feed .post-card:hover .btn.icon-btn,.shift-pressed .feed .post-card:focus-within .btn.icon-btn,.shift-pressed .feed .post-card:hover .icon-btn,.shift-pressed .feed .post-card:focus-within .icon-btn{opacity:1!important;pointer-events:auto!important;transform:translate(0)scale(1)!important}.feed .post-card .btn.icon-btn,.feed .post-card .icon-btn{opacity:0!important;pointer-events:none!important;transition:transform .18s cubic-bezier(.2,.9,.3,1),opacity .18s!important;transform:translate(8px)scale(.98)!important}.feed .post-card:hover .btn.icon-btn,.feed .post-card:focus-within .btn.icon-btn,.feed .post-card:hover .icon-btn,.feed .post-card:focus-within .icon-btn{opacity:1!important;pointer-events:auto!important;transform:translate(0)scale(1)!important}.feed .post-card .post-actions button.icon-btn,.feed .post-card .post-actions .btn.icon-btn,.feed .post-card .post-actions .icon-btn,.feed .post-card .post-actions .reaction-btn,.feed .post-card .post-actions .reaction-summary{opacity:0!important;pointer-events:none!important;transform:translate(8px)scale(.98)!important}.feed .post-card:hover .post-actions button.icon-btn,.feed .post-card:focus-within .post-actions button.icon-btn,.feed .post-card:hover .post-actions .btn.icon-btn,.feed .post-card:focus-within .post-actions .btn.icon-btn,.feed .post-card:hover .post-actions .icon-btn,.feed .post-card:focus-within .post-actions .icon-btn,.feed .post-card:hover .post-actions .reaction-btn,.feed .post-card:focus-within .post-actions .reaction-btn,.feed .post-card:hover .post-actions .reaction-summary,.feed .post-card:focus-within .post-actions .reaction-summary{opacity:1!important;pointer-events:auto!important;transform:translate(0)scale(1)!important}.post-card:focus-within .post-actions .icon-btn,.post-card:hover .post-actions .icon-btn,.post-card:focus-within .post-actions .reaction-btn,.post-card:hover .post-actions .reaction-btn,.post-card:focus-within .post-actions .reaction-summary,.post-card:hover .post-actions .reaction-summary{opacity:1;pointer-events:auto;transform:translate(0)translateY(0)scale(1)}.post-card .post-actions .actions-right .icon-btn:last-child{transition-delay:0s}.post-card .post-actions .actions-right .icon-btn:nth-last-child(2){transition-delay:40ms}.post-card .post-actions .actions-right .icon-btn:nth-last-child(3){transition-delay:80ms}.post-card .post-actions .actions-right .icon-btn:nth-last-child(4){transition-delay:.12s}.post-card .post-actions .actions-right .icon-btn:nth-last-child(5){transition-delay:.16s}.post-card .post-actions .actions-right .icon-btn:nth-last-child(6){transition-delay:.2s}.post-card .post-actions .actions-left .reaction-btn{transition-delay:.22s}.post-card .post-actions .actions-left .reaction-summary{transition-delay:.24s}.post-card .post-actions .icon-btn:focus{opacity:1;pointer-events:auto;transform:translate(0)}.reply-count{color:var(--muted);background:var(--surface);border:1px solid #ffffff05;border-radius:999px;padding:6px 8px;font-size:13px}.post-thread{margin-top:10px;padding-left:56px;position:relative}.post-thread:before{content:"";background:linear-gradient(#1b2430,#0b1220);border-radius:2px;width:2px;position:absolute;top:6px;bottom:6px;left:28px}.reply-item{align-items:flex-start;gap:10px;margin:8px 0;padding-left:6px;display:flex}.reply-avatar{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;border:1px solid #ffffff08;border-radius:8px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.reply-body{background:var(--surface);border-radius:8px;padding:6px 10px}.reply-meta{color:var(--muted);margin-bottom:6px;font-size:13px}.reply-time{color:var(--muted);margin-left:8px;font-size:12px}.reply-content{color:#e6eef8f2;font-size:14px;line-height:1.4}.reaction-btn.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;border:none}.reaction-users{align-items:center;gap:6px;margin-top:6px;display:flex}.reaction-users .ru{background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:4px 8px;display:flex}.reaction-users .ru .remove{color:var(--danger);cursor:pointer;margin-left:6px}.post-author{color:var(--accent);background:0 0;border-radius:999px;margin-right:10px;padding:0;font-size:14px;font-weight:700;display:inline-block}.post-card>div[style]{margin-bottom:8px}.admin-badge{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;border-radius:10px;padding:6px 10px;font-size:11px;font-weight:800;box-shadow:0 6px 24px #ff2bd60f}.sidebar .box{background:var(--surface-translucent);-webkit-backdrop-filter:blur(18px);border:1px solid #ffffff0f;border-radius:16px;margin-bottom:12px;padding:12px;box-shadow:0 18px 40px #00000061}.stage-bar{box-sizing:border-box;background:var(--surface-translucent);-webkit-backdrop-filter:blur(18px);border:1px solid #ffffff0d;border-radius:18px;align-items:center;gap:10px;width:100%;padding:8px 12px;display:flex;overflow-x:auto;box-shadow:0 18px 40px #00000057}.stage-bar .btn{border-radius:10px;min-width:74px;padding:8px 10px}.scrolls-panel{opacity:0;width:0;transition:width .32s cubic-bezier(.2,.9,.2,1),opacity .28s,transform .28s;overflow:hidden;transform:translate(-6px)}.scrolls-panel.open{opacity:1;width:220px;transform:none}.scrolls-panel>div{padding:6px}.channel-sidebar{background:var(--surface-translucent);-webkit-backdrop-filter:blur(18px);border:1px solid #ffffff0f;border-radius:16px;padding:12px;box-shadow:0 18px 40px #00000061}.channel-sidebar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.channel-list{flex-direction:column;gap:8px;display:flex}.channel-list .btn{text-transform:capitalize;justify-content:flex-start;padding:8px 12px}@media (width<=980px){.container{grid-template-columns:1fr;gap:12px}.channel-sidebar,.sidebar{display:none!important}.sidebar{order:3}.auth{order:1}.feed{order:2}}.workspace{min-height:0;height:calc(100vh - var(--header-height));flex:1;align-items:flex-start;gap:12px;padding:0 12px;display:flex}.workspace .scrolls-panel{align-self:stretch;min-height:0;overflow:auto}.main-column{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.container{flex:1;grid-template-columns:260px 1fr 320px;grid-auto-rows:1fr;height:100%;min-height:0;display:grid}.container>.auth,.container>.feed,.container>.sidebar{height:100%;min-height:0;overflow:auto}.sidebar{min-height:0;overflow:auto}.stage-bar{flex:none}.scrolls-panel.open>div{height:calc(100vh - 96px);overflow:auto}.post-box .toolbar{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.post-box .toolbar .actions{gap:8px;display:flex}.btn{color:var(--text);cursor:pointer;letter-spacing:.3px;background:0 0;border:1px solid #ffffff0f;border-radius:10px;padding:8px 12px;font-weight:700}.btn.primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;border:none;box-shadow:0 8px 40px #27415614}.btn.ghost{background:0 0;border:1px solid #ffffff08}.btn:hover{transition:all .14s;transform:translateY(-2px)}.icon-btn{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:6px;display:inline-flex}.icon-btn svg{width:16px;height:16px}.icon-btn.danger{color:var(--danger);border-color:#ff6b6b26}.site-header .icon-btn{color:var(--text);-webkit-app-region:no-drag;background:#ffffff05;border:1px solid #ffffff0a;transition:all .12s,background .12s,transform .12s;box-shadow:0 6px 18px #00000073}.site-header .icon-btn:hover{background:linear-gradient(90deg, var(--accent), var(--accent-2));color:#061226;border:none;transform:translateY(-2px)}.site-header .icon-btn.close,.site-header .icon-btn.danger{color:var(--danger);border-color:#ff6b6b1f}.site-header .icon-btn.close:hover,.site-header .icon-btn.danger:hover{color:#061226;background:linear-gradient(90deg,#ff7b7b,#ff2b6a)}.fixed-message-bar{background:var(--surface-opaque);z-index:1300;border-radius:14px;align-items:center;gap:8px;width:min(840px,86%);padding:6px;display:flex;position:fixed;bottom:6px;left:auto;right:12px;transform:none;box-shadow:0 8px 20px #0009}.fixed-message-bar.compact{bottom:6px}.user-status-widget{z-index:1600;position:fixed;bottom:14px;right:24px}.fixed-message-bar .user-status-widget{margin-right:6px;position:static;bottom:auto;right:auto}.fixed-message-bar .user-status-widget>div{border-radius:14px;align-items:center;padding:6px 8px;display:flex}.fixed-message-bar .user-status-widget .btn{padding:6px 8px;font-size:12px}.fixed-message-bar .user-status-widget .avatar{width:32px;height:32px}.clean-ui .user-status-widget{right:18px}.dropdown-trigger{color:var(--text);cursor:pointer;background:0 0;border:1px solid #ffffff0a;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.dropdown-trigger span{font-size:13px}.dropdown-menu{position:relative}.dropdown-item{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:8px;display:flex}.dropdown-item:hover{background:#ffffff05}.dropdown-item .label{align-items:center;gap:8px;display:flex}.segmented{background:#ffffff05;border:1px solid #ffffff08;border-radius:10px;display:inline-flex;overflow:hidden}.segmented .seg-btn{color:var(--text);cursor:pointer;background:0 0;border:0;padding:8px 12px;font-size:13px;font-weight:700}.segmented .seg-btn:not(.active):hover{background:#ffffff05}.segmented .seg-btn.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226}.edited-badge{color:var(--muted);background:#ffffff08;border:1px solid #ffffff08;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;display:inline-block}.spinner{border:2px solid #ffffff1f;border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=720px){:root{--header-height:64px;--fs-1:18px;--fs-2:14px}.site-header{padding:10px 12px}.container{grid-template-columns:1fr;gap:8px;width:100%;max-width:100%;margin:12px auto}.channel-sidebar,.sidebar{display:none!important}.auth{order:1}.feed{order:2}.post-card .post-actions{margin-top:8px;padding:4px}.avatar{border-radius:8px;width:32px;height:32px}.reply-avatar{border-radius:6px;width:24px;height:24px}.post-content{font-size:14px}.post-header{gap:8px}.fixed-message-bar{border-radius:14px;bottom:8px;width:calc(100% - 12px)!important;left:6px!important;right:6px!important}.fixed-message-bar.compact{bottom:8px}.user-status-widget{bottom:14px;right:12px}.stage-bar{padding:6px}.post-box .toolbar .actions{gap:6px}.feed .post-card .post-actions .icon-btn,.feed .post-card .post-actions .reaction-btn,.feed .post-card .post-actions .reaction-summary{opacity:1!important;pointer-events:auto!important;transform:none!important}.overlay-menu,.contextual-popup,.user-actions-popup,.dropdown-menu .contextual-popup{background:var(--surface-opaque);z-index:2000;border-radius:10px;max-height:50vh;padding:8px;overflow:auto;position:fixed!important;inset:auto 6px 64px!important}.post-author-name{font-size:13px}.post-meta{font-size:11px}.post-content{line-height:1.3}.post-card{padding:6px}.post-thread{padding-left:48px}.reply-item{margin:6px 0}.fixed-message-bar[style]{width:calc(100% - 12px)!important;left:6px!important;right:6px!important}}@media (width<=800px){.container{flex-direction:column;padding:12px}}.container.edge-left-viewport,.container{width:100%!important;max-width:100%!important;margin-left:0!important;padding-left:0!important}.app:not(.dark){--bg:#f6f9ff;--surface:#fff;--muted:#6b7280;--text:#0b1220;--accent:#2563eb;--accent-2:#7c3aed;--card:#fff;--danger:#b91c1c}.reaction-picker-toggle{min-width:40px;padding:6px 8px}.reaction-picker{background:var(--surface);z-index:1400;border-radius:12px;flex-wrap:wrap;gap:6px;padding:8px;display:flex;position:absolute;bottom:40px;left:0;box-shadow:0 12px 40px #0009}.reaction-emoji{cursor:pointer;background:0 0;border:1px solid #ffffff0a;border-radius:8px;padding:6px;font-size:16px}.reaction-emoji.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#061226;border:none}.reaction-summary{color:var(--muted);background:#ffffff05;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-weight:700;display:inline-flex}@media (width<=700px){.reaction-picker{bottom:44px;left:auto;right:0}}.clean-ui .header-actions .btn,.clean-ui .header-actions .btn.ghost,.clean-ui .scrolls-panel{display:none!important}.clean-ui .site-header{box-shadow:none;background:0 0;border-bottom:0}.hide-scrollbar,.hide-scrollbar *{scrollbar-width:none!important;-ms-overflow-style:none!important}.hide-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.hide-scrollbar ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.clean-ui,.clean-ui *{scrollbar-width:none!important;-ms-overflow-style:none!important}.clean-ui::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.clean-ui ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.splash-overlay{background:var(--bg);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-card{background:var(--surface-opaque);border-top:1px solid #ffffff0f;border-radius:0;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:100%;padding:28px 32px;display:flex;left:0;box-shadow:0 24px 80px #000c}.splash-logo{width:auto;height:64px}.splash-title{letter-spacing:1px;color:var(--text);font-size:20px;font-weight:900}.splash-spinner{border:4px solid #ffffff0f;border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.splash-trivia{color:var(--muted);text-align:center;max-width:820px;padding:0 12px;font-size:13px}.splash-status-link{color:var(--bg);letter-spacing:.2px;background:linear-gradient(90deg,#7c3aed 0%,#06b6d4 100%);border-radius:999px;margin-top:10px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .12s,filter .12s;display:inline-block;box-shadow:0 8px 30px #0c122173}.splash-status-link:hover{filter:brightness(1.05);transform:translateY(-3px)}.splash-status-link:active{transform:translateY(-1px)}.splash-status-link:before{content:"●";vertical-align:middle;opacity:.9;margin-right:8px;font-size:10px;display:inline-block}.clean-ui .post-card,.clean-ui .sidebar .box,.clean-ui .post-box{box-shadow:none;border:1px solid #ffffff05}.container>.auth,.container>.feed,.container>.sidebar,.sidebar,.scrolls-panel,.workspace,.main-column,.scrolls-panel.open>div{scrollbar-width:none;-ms-overflow-style:none}.container>.auth::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.container>.feed::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.container>.sidebar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.sidebar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.scrolls-panel::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.workspace::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.main-column::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.scrolls-panel.open>div::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.embed-card-native{transition:box-shadow .12s,transform .12s}.embed-card-native:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0009}.embed-card-native img{display:block}
