:root{--bg:#000000;--bg-2:#15191d;--card:#1b2025;--card-soft:#20262c;--border:#2a2f36;--text:#f2f4f5;--muted:#a0a8b3;--muted-2:#737d8a;--accent:#8b5cf6;--accent-soft:#a78bfa;--danger:#f87171;--success:#78d7a5;--notice-bg:rgba(30, 41, 59, 0.82);--notice-border:rgba(148, 163, 184, 0.28);--notice-text:#e5e7eb;--notice-success-bg:rgba(20, 83, 45, 0.22);--notice-success-border:rgba(74, 222, 128, 0.42);--notice-success-text:#bbf7d0;--notice-error-bg:rgba(127, 29, 29, 0.22);--notice-error-border:rgba(248, 113, 113, 0.46);--notice-error-text:#fecaca;--notice-info-bg:rgba(88, 28, 135, 0.2);--notice-info-border:rgba(167, 139, 250, 0.38);--notice-info-text:#ddd6fe;--shadow:0 16px 38px rgba(0, 0, 0, 0.22);--radius:12px;--max:1320px}*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark;scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Color Emoji","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{max-width:100%}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgb(42 47 54 / .92);border-top:2px solid var(--accent);background:rgb(0 0 0 / .96);backdrop-filter:blur(14px)}.site-header__inner{display:grid;grid-template-columns:auto minmax(120px,560px) auto;gap:14px;align-items:center;width:min(var(--max), calc(100% - 28px));min-height:66px;margin:0 auto}.logo{color:var(--text);font-size:1.42rem;font-weight:760;letter-spacing:0}.logo img{display:block;width:auto;max-width:176px;height:42px;object-fit:contain}.search{display:flex;align-items:center;gap:10px;height:42px;min-width:0;border:1px solid var(--border);border-radius:999px;background:var(--bg-2);color:var(--muted);padding:0 15px;box-shadow:none}.search:focus-within{border-color:var(--border);background:var(--bg-2);box-shadow:none}.search input{appearance:none;-webkit-appearance:none;width:100%;min-width:0;border:0;outline:0;background:#fff0;color:var(--text);line-height:1}.search input:focus{outline:0;box-shadow:none}.search input::placeholder{color:var(--muted-2)}.search input::-webkit-search-decoration,.search input::-webkit-search-cancel-button,.search input::-webkit-search-results-button,.search input::-webkit-search-results-decoration{display:none}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.mobile-search-button{display:none;place-items:center;width:40px;height:40px;border:1px solid var(--border);border-radius:999px;background:var(--bg-2);color:var(--muted);padding:0}.mobile-search-button--actions{flex:0 0 40px}.mobile-search-button .nav-icon{width:18px;height:18px}.ghost-link,.primary-action,.secondary-action,.post-actions a,.post-actions button,.admin-table button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:10px;border:1px solid var(--border);padding:0 14px;color:var(--text);background:#fff0;transition:transform 160ms ease,border-color 160ms ease,background 160ms ease,color 160ms ease;white-space:nowrap;gap:7px}.top-actions .nav-icon{width:16px;height:16px}.session-pill{display:inline-flex;align-items:center;min-height:36px;border:1px solid var(--border);border-radius:999px;background:#090c10;color:var(--text);padding:0 12px;font-size:.86rem;font-weight:800;text-decoration:none}.site-notice{width:min(100% - 32px, 720px);border:1px solid var(--notice-border);border-radius:12px;margin:14px auto 0;padding:10px 14px;background:var(--notice-bg);color:var(--notice-text);font-size:.9rem}.site-notice--success{border-color:var(--notice-success-border);background:var(--notice-success-bg);color:var(--notice-success-text)}.site-notice--error{border-color:var(--notice-error-border);background:var(--notice-error-bg);color:var(--notice-error-text)}.ghost-link:hover,.secondary-action:hover,.post-actions a:hover,.post-actions button:hover,.admin-table button:hover{border-color:rgb(167 139 250 / .5);background:rgb(167 139 250 / .08)}.primary-action{border-color:rgb(139 92 246 / .72);background:var(--accent);color:#fff;font-weight:680}.primary-action:hover{transform:translateY(-1px);border-color:var(--accent-soft);background:#7c4ee8}.secondary-action{background:var(--card-soft)}.full{width:100%}.site-main{min-height:calc(100vh - 66px);overflow-x:clip}.app-shell{display:grid;grid-template-columns:230px minmax(0,1fr) 300px;gap:20px;width:min(var(--max), calc(100% - 28px));margin:0 auto;padding:22px 0 92px}.app-shell--editor,.app-shell--profile,.app-shell--messages,.app-shell--single{grid-template-columns:230px minmax(0,780px);justify-content:start}.app-shell--editor{grid-template-columns:230px minmax(0,820px)}.app-shell--detail{grid-template-columns:230px minmax(0,760px) 300px}.left-sidebar,.right-sidebar{position:sticky;top:88px;align-self:start}.sidebar-nav,.sidebar-section,.panel,.post-card,.post-detail,.comments,.auth-card,.editor-panel,.profile-hero,.settings-panel,.notice-card,.admin-stats>div,.admin-table{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow)}.sidebar-nav{display:grid;gap:3px;padding:8px;background:#000}.sidebar-nav a,.sidebar-category-toggle{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;border:0;border-radius:10px;padding:0 11px;background:#fff0;color:var(--muted);font-weight:560;text-align:left;transition:background 160ms ease,color 160ms ease}.sidebar-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:auto;border-radius:999px;background:var(--accent);color:#fff;padding:0 6px;font-size:.72rem;font-weight:780}.sidebar-nav a:hover,.sidebar-nav a.is-active,.sidebar-category-toggle:hover,.sidebar-category-toggle.is-active{background:rgb(167 139 250 / .09);color:var(--text)}.sidebar-section,.panel{margin-top:14px;padding:16px}.right-sidebar .panel{background:#000}.profile-widget{display:grid;gap:13px}.profile-widget__top{display:grid;grid-template-columns:48px minmax(0,1fr) 28px;gap:10px;align-items:start}.profile-widget__avatar{display:grid;place-items:center;overflow:hidden;width:48px;aspect-ratio:1;border:1px solid rgb(167 139 250 / .34);border-radius:50%;background:rgb(139 92 246 / .08);color:var(--accent-soft);font-weight:780}.profile-widget__avatar img{width:100%;height:100%;object-fit:cover}.profile-widget h2{margin:0;font-size:1rem;line-height:1.12}.profile-widget h2 a,.profile-widget__handle{color:inherit;text-decoration:none}.profile-widget__handle{display:inline-flex;align-items:center;margin-top:1px;line-height:1.15}.profile-widget h2 a:hover,.profile-widget__handle:hover{color:var(--text);text-decoration:underline}.profile-widget__top span,.profile-widget__top .profile-widget__handle,.profile-widget__xp span{color:var(--muted);font-size:.8rem}.profile-widget__menu{position:relative;justify-self:end}.profile-widget__menu button{display:grid;place-items:center;width:28px;height:28px;border:0;background:#fff0;color:var(--muted);padding:0}.profile-widget__menu button:hover{color:var(--accent-soft)}.profile-widget__menu button .nav-icon{width:17px;height:17px}.profile-widget__dropdown{position:absolute;top:32px;right:0;z-index:20;min-width:112px;border:1px solid var(--border);border-radius:10px;background:#000;padding:6px;box-shadow:var(--shadow)}.profile-widget__dropdown a{display:flex;align-items:center;gap:8px;border-radius:8px;padding:8px 10px;color:var(--accent-soft);font-size:.82rem;line-height:1.2}.profile-widget__dropdown a .nav-icon{width:15px;height:15px}.profile-widget__dropdown a:hover{background:rgb(167 139 250 / .09)}.profile-widget__xp{display:grid;gap:7px}.profile-widget__xp>div:first-child{display:flex;justify-content:space-between;gap:10px}.profile-widget__xp strong{color:var(--text);font-size:.82rem}.xp-bar--small{height:7px;background:#050607}.profile-widget__badges{display:flex;flex-wrap:wrap;gap:7px;padding-top:2px}.profile-widget__badges span{border:1px solid var(--border);border-radius:999px;padding:5px 9px;background:#000;color:var(--muted);font-size:.78rem}.sidebar-create{display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:6px;border-radius:999px;background:#eef3f6;color:#101316;font-weight:650}.sidebar-create:hover{background:#eef3f6}.trends-widget{display:grid;gap:9px}.trends-widget h2{margin-bottom:0;font-size:1.25rem}.trends-widget a{position:relative;display:grid;gap:1px;padding-right:28px}.trends-widget a:not(.trends-widget__more):hover strong{color:var(--accent-soft)}.trends-widget span{color:var(--muted-2);font-size:.78rem}.trends-widget strong{color:var(--text);font-size:.92rem;line-height:1.3}.trends-widget em{position:static;color:var(--muted-2);font-size:.78rem;font-style:normal;letter-spacing:0}.trends-widget__empty{margin:0;color:var(--muted-2);font-size:.88rem}.trends-widget__more{display:inline-flex!important;padding-right:0!important;color:var(--accent-soft);font-size:.92rem}.left-sidebar .sidebar-section{background:#000}.sidebar-section h2,.panel h2,.comments h2{margin:0 0 12px;font-size:.92rem;letter-spacing:0}.category-list,.pill-cloud{display:flex;flex-wrap:wrap;gap:8px}.category-list{display:flex;flex-wrap:wrap;gap:7px}.category-list a,.pill-cloud span,.pill-cloud a,.badge-row span{border:1px solid var(--border);border-radius:999px;padding:6px 10px;color:var(--muted);background:#000;font-size:.82rem;line-height:1.2;transition:border-color 160ms ease,color 160ms ease}.category-list a{display:inline-grid;grid-template-columns:20px minmax(0,auto);align-items:center;gap:6px;width:auto;max-width:100%;min-height:30px;border-radius:999px;padding:4px 10px 4px 5px;font-weight:620;transition:border-color 160ms ease,color 160ms ease,background 160ms ease}.category-list a .nav-icon{width:13px;height:13px}.category-list a::before{content:"";grid-column:1;grid-row:1;width:20px;height:20px;border:1px solid rgb(167 139 250 / .22);border-radius:999px;background:rgb(139 92 246 / .05)}.category-list a .nav-icon{grid-column:1;grid-row:1;place-self:center;color:var(--accent-soft);z-index:1}.category-list a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-icon{width:18px;height:18px;flex:0 0 18px;color:currentColor}.search .nav-icon{color:var(--muted)}.sidebar-nav .nav-icon{color:var(--accent-soft)}.post-actions .nav-icon,.icon-button .nav-icon{width:16px;height:16px}.bottom-nav .nav-icon{width:18px;height:18px;color:var(--accent-soft)}.category-list a:hover,.pill-cloud span:hover,.pill-cloud a:hover{border-color:rgb(167 139 250 / .48);color:var(--text)}.pill-cloud a.is-active{border-color:rgb(167 139 250 / .72);background:rgb(167 139 250 / .16);color:var(--text);box-shadow:inset 0 0 0 1px rgb(167 139 250 / .18)}.category-list a:hover{background:rgb(167 139 250 / .08)}.feed-column,.editor-column,.detail-column,.profile-column,.single-column{min-width:0}.editor-column .section-head{display:grid;justify-content:start;gap:4px;margin-bottom:14px}.editor-column .section-head h1{font-size:clamp(1.7rem, 2.2vw, 2.35rem)}.create-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.create-head h1{margin:0;font-size:clamp(1.55rem, 2vw, 2rem);line-height:1.15}.create-head a{color:var(--text);font-size:.88rem;font-weight:700}.feed-intro,.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.eyebrow{margin:0 0 4px;color:var(--accent-soft);font-size:.76rem;font-weight:720;letter-spacing:.04em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}.feed-intro h1,.section-head h1,.auth-card h1,.profile-hero h1,.post-detail h1,.admin-main h1{margin:0;font-size:clamp(1.45rem, 2vw, 2.15rem);line-height:1.18;letter-spacing:0}.filter-bar,.profile-tabs{display:flex;gap:8px;overflow-x:auto;padding:8px;border:1px solid var(--border);border-radius:14px;background:#090c10;scrollbar-width:none}.filter-bar::-webkit-scrollbar,.profile-tabs::-webkit-scrollbar{display:none}.filter-bar a,.filter-bar button,.profile-tabs button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #fff0;border-radius:10px;padding:0 14px;background:#fff0;color:var(--muted);font-weight:650;transition:background 160ms ease,color 160ms ease,border-color 160ms ease}.filter-bar a,.filter-bar button{flex:0 0 auto;white-space:nowrap}.filter-bar a:hover,.filter-bar a.is-active,.filter-bar button:hover,.filter-bar button.is-active,.profile-tabs button:hover,.profile-tabs button.is-active{border-color:rgb(167 139 250 / .38);background:rgb(167 139 250 / .09);color:var(--text)}.quick-post{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-template-areas:"avatar text submit" ". tools submit" "extras extras submit";gap:8px 14px;align-items:start;margin-top:14px;border:1px solid var(--border);border-radius:0;background:#000;padding:16px}.quick-post__avatar{grid-area:avatar;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;overflow:hidden;background:#0b0712;color:#fff;font-size:1.35rem;font-weight:800}.quick-post__avatar img{width:100%;max-width:none;height:100%;object-fit:cover;transform:none}.quick-post__avatar span{line-height:1}.quick-post textarea{grid-area:text;min-height:32px;max-height:86px;border:0;border-radius:0;background:#fff0;color:var(--text);padding:1px 0 0;resize:none;font-size:1.12rem;line-height:1.45}.quick-post textarea:focus{background:#fff0;box-shadow:none}.quick-post textarea::placeholder{color:var(--muted-2)}.quick-post__tools{grid-area:tools;display:flex;flex-wrap:wrap;gap:16px;align-items:center;min-height:24px}.quick-post__tools button:nth-child(7){display:none}.quick-post__tools button{display:inline-grid;place-items:center;width:22px;height:22px;border:0;background:#fff0;color:var(--muted);padding:0;transition:color 160ms ease}.quick-post__tools button:hover,.quick-post__tools button.is-active{color:var(--accent-soft)}.quick-post__tools .nav-icon{width:19px;height:19px}.quick-post__extras{grid-area:extras;display:inline-flex;align-items:center;justify-self:start;min-height:26px;max-width:100%;border:1px solid var(--notice-info-border);border-radius:999px;background:var(--notice-info-bg);color:var(--notice-info-text);padding:0 10px;font-size:.78rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-post__extras[hidden]{display:none}.quick-post__extras[data-tone="error"]{border-color:var(--notice-error-border);background:var(--notice-error-bg);color:var(--notice-error-text)}.quick-emoji-panel{position:absolute;left:70px;bottom:-8px;z-index:25;display:grid;grid-template-columns:repeat(6,32px);gap:4px;border:1px solid var(--border);border-radius:10px;background:#090c10;padding:8px;box-shadow:var(--shadow);transform:translateY(100%)}.quick-emoji-panel[hidden]{display:none}.quick-emoji-panel button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:8px;background:#fff0;padding:0;font-size:1.08rem;line-height:1}.quick-emoji-panel button:hover,.quick-emoji-panel button:focus-visible{outline:0;background:rgb(167 139 250 / .14)}.quick-gif-panel{position:absolute;left:70px;bottom:-8px;z-index:26;display:grid;gap:10px;width:min(420px, calc(100% - 88px));border:1px solid var(--border);border-radius:12px;background:#090c10;padding:10px;box-shadow:var(--shadow);transform:translateY(100%)}.quick-gif-panel[hidden]{display:none}.quick-gif-panel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.quick-gif-panel__grid button{display:grid;gap:5px;min-width:0;border:1px solid #fff0;border-radius:9px;background:#000;color:var(--muted);padding:5px;font-size:.74rem;font-weight:700}.quick-gif-panel__grid button:hover,.quick-gif-panel__grid button:focus-visible{outline:0;border-color:rgb(167 139 250 / .42);color:var(--text)}.quick-gif-panel__grid img{width:100%;aspect-ratio:1.4;border-radius:7px;object-fit:cover;background:#000}.quick-gif-panel__link{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:end}.quick-gif-panel__link span{grid-column:1 / -1;color:var(--muted);font-size:.76rem;font-weight:800}.quick-gif-panel__link input{min-width:0;height:36px;border:1px solid var(--border);border-radius:9px;background:#000;color:var(--text);padding:0 10px}.quick-gif-panel__link button{height:36px;border:1px solid rgb(167 139 250 / .42);border-radius:9px;background:rgb(139 92 246 / .16);color:var(--text);padding:0 12px;font-weight:800}.quick-post__submit{grid-area:submit;align-self:center;min-width:68px;min-height:40px;border:0;border-radius:999px;background:#3a3a3a;color:#fff;padding:0 18px;font-weight:700}.feed-list{display:grid;gap:14px;margin-top:14px}.post-card{display:block;overflow:hidden;background:#000;transition:transform 160ms ease,border-color 160ms ease,background 160ms ease}.post-card:hover{cursor:pointer;transform:translateY(-2px);border-color:rgb(167 139 250 / .36);background:#07090B}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #fff0;border-radius:10px;background:#fff0;color:var(--muted);line-height:1;transition:border-color 160ms ease,color 160ms ease,background 160ms ease}.icon-button:hover,.icon-button.is-liked{border-color:rgb(139 92 246 / .5);background:rgb(139 92 246 / .12);color:var(--accent-soft)}.post-card__body{min-width:0;padding:14px 16px 15px}.post-card__topline{display:grid;grid-template-columns:30px minmax(0,1fr) 32px;gap:8px;align-items:start}.post-card__avatar{width:28px;height:28px;overflow:hidden;border:1px solid rgb(160 168 179 / .38);border-radius:50%;background:radial-gradient(circle at 42% 30%,rgb(255 255 255 / .45),transparent 12%),linear-gradient(135deg,#2d2442,#b78f6a 52%,#1b222b)}.post-card__avatar img{width:100%;height:100%;object-fit:cover}.post-card--pending{border-color:rgb(167 139 250 / .46)}.post-card--pending.has-error{border-color:rgb(248 113 113 / .72)}.post-card__more{justify-self:end;width:28px;height:28px}.post-card__menu-wrap{position:relative;display:inline-flex;justify-self:end}.post-card__dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:24;min-width:150px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#090c10;box-shadow:0 18px 42px rgb(0 0 0 / .38)}.post-card__dropdown[hidden]{display:none}.post-card__dropdown form{margin:0}.post-card__dropdown button{display:flex;align-items:center;gap:8px;width:100%;min-height:38px;color:var(--text);padding:0 12px;font-size:.86rem;text-align:left;background:#fff0;border:none}.post-card__dropdown button:hover{background:rgb(248 113 113 / .12);color:#fecaca}.post-meta{display:flex;flex-wrap:wrap;gap:4px 7px;align-items:center;color:var(--muted-2);font-size:.84rem;line-height:1.25}.post-meta strong{color:var(--text);font-size:.9rem;font-weight:780}.post-meta a,.comment__meta a{color:inherit;text-decoration:none}.post-meta a:hover,.comment__meta a:hover{color:var(--text);text-decoration:underline}.post-meta strong::after{display:none}.verified-badge{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#1d9bf0;color:#fff;font-size:.68rem;font-weight:900;line-height:1}.x-badge{display:inline-grid;place-items:center;width:15px;height:15px;border:1px solid var(--border);border-radius:3px;color:var(--muted);font-size:.62rem;font-weight:800;line-height:1;padding-top:1px}.post-meta span:not(:last-child)::after{content:"";display:inline-block;width:3px;height:3px;margin-left:10px;border-radius:50%;vertical-align:middle;background:var(--border)}.post-meta .emotion-tag::after{display:none}.emotion-tag{border:1px solid rgb(139 92 246 / .4);border-radius:999px;padding:2px 8px;color:var(--accent-soft);background:rgb(139 92 246 / .08)}.post-title{display:block;margin:10px 0 7px;color:var(--text);font-size:1.08rem;font-weight:730;line-height:1.34}.post-title:hover{color:var(--text)}.post-card p,.post-detail p,.comment p,.notice-card p{margin:0;color:var(--muted)}.post-card__read-more{display:inline-flex;align-items:center;border:0;background:#fff0;padding:0;margin-left:6px;color:var(--accent-soft);font:inherit;font-weight:760;line-height:inherit;white-space:nowrap;cursor:pointer}.post-card__read-more:hover,.post-card__read-more:focus-visible{color:var(--accent)}.image-placeholder{display:grid;place-items:center;gap:8px;min-height:154px;margin-top:14px;border:1px dashed rgb(160 168 179 / .22);border-radius:12px;background:linear-gradient(135deg,rgb(139 92 246 / .08),transparent 42%),#000;color:var(--muted-2);text-align:center}.image-placeholder span{width:42px;height:42px;border-radius:12px;border:1px solid rgb(167 139 250 / .3);background:rgb(167 139 250 / .08)}.post-card__image{display:block;overflow:hidden;border:1px solid var(--border);border-radius:16px;margin-top:14px;background:#070a0d}.post-card__image img{display:block;width:100%;max-height:420px;object-fit:cover;cursor:zoom-in}.post-card__image--blur{position:relative}.post-card__image--blur img{filter:blur(20px);pointer-events:none}.censored-placeholder.censored-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:180px;border:1px solid rgb(160 168 179 / .15);border-radius:16px;margin-top:14px;background:rgb(55 65 81 / .3)}.censored-placeholder__icon .nav-icon{width:28px;height:28px;color:#6b7280}.censored-placeholder__text{color:#6b7280;font-size:.85rem;text-align:center;max-width:280px;line-height:1.45}.post-detail__image--blur{position:relative;overflow:hidden;border-radius:16px;margin-top:14px}.post-detail__image--blur img{display:block;width:100%;max-height:520px;object-fit:cover;filter:blur(20px);pointer-events:none}.censor-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .4);color:#fff;font-size:.95rem;font-weight:600;pointer-events:none}.censor-pill{display:inline-flex;width:fit-content;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600;margin-top:4px;line-height:1.4}.censor-pill--blur{background:rgb(245 158 11 / .2);color:#f59e0b}.censor-pill--hide{background:rgb(239 68 68 / .2);color:#f87171}.admin-outline-btn{background:none;border:1px solid var(--border);border-radius:6px;color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:600;padding:3px 10px;transition:background 150ms,border-color 150ms,color 150ms}.admin-outline-btn:hover{border-color:var(--accent);background:rgb(139 92 246 / .1);color:var(--accent-soft)}.admin-outline-btn--danger{border-color:rgb(239 68 68 / .4);color:#f87171}.admin-outline-btn--danger:hover{border-color:#ef4444;background:rgb(239 68 68 / .1);color:#ef4444}.image-placeholder--wide{min-height:220px;margin:22px 0 0}.post-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.post-actions form{display:contents}.post-actions a,.post-actions button{min-height:36px;border-radius:999px;padding:0 13px;color:var(--text);background:#1f252b;font-size:.86rem;gap:7px}.post-actions a:hover,.post-actions button:hover{background:#29313a;border-color:#fff0}.post-actions button.is-liked,.post-actions button.is-awarded,.post-actions button.is-saved{border-color:rgb(167 139 250 / .72);background:rgb(139 92 246 / .2);color:var(--text)}.post-actions .vote-pill.is-liked{border-color:rgb(248 113 113 / .6);background:rgb(248 113 113 / .18);color:#fecaca}.post-actions .vote-pill.is-liked .nav-icon{color:#f87171}.post-actions form.is-pending button{opacity:.68}.post-actions form.has-error button{border-color:rgb(248 113 113 / .48);color:#fecaca}.post-actions .vote-pill{gap:8px}.post-actions .vote-pill .nav-icon{width:17px;height:17px}.post-actions .vote-pill strong{font-size:.86rem}.stat-grid,.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-grid div,.admin-stats>div{display:grid;gap:3px;min-width:0;border:1px solid var(--border);border-radius:10px;padding:9px;background:#000}.stat-grid .nav-icon{width:15px;height:15px;color:var(--accent-soft);margin-bottom:2px}.stat-grid strong,.admin-stats strong{display:block;color:var(--text);font-size:.95rem;line-height:1.1}.stat-grid span,.admin-stats span,.soft-list,.related-list{color:var(--muted);font-size:.82rem}.soft-list,.related-list{display:grid;gap:8px;margin:0;padding-left:0;list-style:none}.soft-list li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:7px;align-items:start}.soft-list .nav-icon{width:14px;height:14px;margin-top:3px;color:var(--accent-soft)}.pill-cloud span,.pill-cloud a{background:#000;padding:5px 10px}.pill-cloud a{display:inline-flex;align-items:center;gap:6px}.pill-cloud .category-emoji{width:1.25em;border:0;background:#fff0;color:inherit;padding:0;font-size:1rem;line-height:1}.related-list a:hover{color:var(--accent-soft)}.skeleton-stack{display:none;gap:14px;margin-top:14px}.skeleton-stack.is-visible{display:grid}.skeleton-card{display:grid;gap:12px;border:1px solid var(--border);border-radius:var(--radius);padding:18px;background:var(--card)}.skeleton-card span{height:14px;border-radius:999px;background:linear-gradient(90deg,#20262c,#2a3038,#20262c);background-size:220% 100%;animation:shimmer 1.15s infinite}.skeleton-card span:nth-child(1){width:48%}.skeleton-card span:nth-child(2){width:88%}.skeleton-card span:nth-child(3){width:62%}.load-note{margin:16px 0 0;color:var(--muted-2);text-align:center;font-size:.9rem}.auth-wrap{display:grid;place-items:center;min-height:calc(100vh - 66px);padding:34px 14px 96px}.auth-card{width:min(100%, 430px);padding:24px}.stack-form,.editor-panel,.settings-panel{display:grid;gap:14px}.stack-form label,.editor-panel label,.settings-panel label{display:grid;gap:7px;color:var(--muted);font-size:.88rem;font-weight:620}input,textarea,select{width:100%;border:1px solid var(--border);border-radius:10px;outline:0;background:var(--bg-2);color:var(--text);padding:12px 13px;transition:border-color 160ms ease,background 160ms ease}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:rgb(139 92 246 / .62);background:#181d22}.auth-note{margin:16px 0 0;color:var(--muted);text-align:center;font-size:.92rem}.auth-note a{color:var(--accent-soft)}.auth-alert{border:1px solid var(--notice-border);border-radius:12px;margin:0 0 14px;padding:10px 12px;background:var(--notice-bg);color:var(--notice-text);font-size:.88rem}.auth-alert--error{border-color:var(--notice-error-border);background:var(--notice-error-bg);color:var(--notice-error-text)}.auth-alert--success{border-color:var(--notice-success-border);background:var(--notice-success-bg);color:var(--notice-success-text)}.auth-divider{display:flex;align-items:center;gap:12px;margin:6px 0}.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}.auth-divider span{font-size:.8rem;color:var(--text-muted)}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border:1px solid var(--border);border-radius:12px;background:var(--card-bg);color:var(--text-primary);font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;transition:border-color 0.15s,background 0.15s}.google-login-btn:hover{border-color:var(--accent);background:var(--hover-bg)}.google-login-btn svg{flex-shrink:0}.auth-pane .auth-divider,.auth-pane .google-login-btn,.auth-pane .auth-note{grid-column:1 / -1}.auth-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px}.auth-modal[hidden]{display:none}.auth-modal__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .72);backdrop-filter:blur(8px)}.search-modal{position:fixed;inset:0;z-index:78;display:grid;align-items:start;padding:78px 12px 0}.search-modal[hidden]{display:none}.search-modal__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .72);backdrop-filter:blur(8px)}.search-modal__panel{position:relative;z-index:1;width:min(100%, 560px);margin:0 auto;border:1px solid var(--border);border-radius:18px;background:#000;padding:12px;box-shadow:var(--shadow)}.search-modal__close{position:absolute;top:-46px;right:0;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:#090c10;color:var(--muted);font-size:1.25rem;line-height:1}.search-modal__form{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:10px;align-items:center}.search-modal__form input,.search-modal__form input:focus{height:44px;border:0;border-radius:0;background:#fff0;box-shadow:none;padding:0}.auth-modal__panel{position:relative;z-index:1;width:min(calc(100% - 24px), 640px);max-height:calc(100vh - 36px);overflow-y:auto;border:1px solid var(--border);border-radius:18px;background:#000;box-shadow:0 24px 70px rgb(0 0 0 / .5);padding:22px}.auth-modal__close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--border);border-radius:50%;background:#090c10;color:var(--muted);font-size:1.2rem;line-height:1}.auth-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;border:1px solid var(--border);border-radius:999px;background:#090c10;margin:0 36px 18px 0;padding:4px}.auth-switch button{min-height:34px;border:0;border-radius:999px;background:#fff0;color:var(--muted);font-weight:800}.auth-switch button.is-active{background:var(--accent);color:#fff}.auth-pane{display:none;gap:14px}.auth-pane.is-active{display:grid}.auth-pane h2{margin:0;font-size:1.45rem}.auth-pane[data-auth-pane="register"].is-active{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-pane[data-auth-pane="register"] .eyebrow,.auth-pane[data-auth-pane="register"] h2,.auth-pane[data-auth-pane="register"] .check-row,.auth-pane[data-auth-pane="register"] .auth-disclaimer,.auth-pane[data-auth-pane="register"] .primary-action,.auth-pane[data-auth-pane="register"] .auth-divider,.auth-pane[data-auth-pane="register"] .google-login-btn,.auth-pane[data-auth-pane="register"] input[type="hidden"]{grid-column:1 / -1}.auth-pane[data-auth-pane="register"] .eyebrow{margin-bottom:-8px}.auth-pane[data-auth-pane="register"] h2{margin-bottom:2px}.auth-pane label,.check-row{display:grid;gap:7px;color:var(--muted);font-size:.88rem;font-weight:700}.check-row{grid-template-columns:18px minmax(0,1fr);align-items:start;line-height:1.45}.check-row input{margin-top:3px;accent-color:var(--accent)}.check-row a,.auth-disclaimer a{color:var(--accent-soft)}.auth-disclaimer{margin:0;color:var(--muted-2);font-size:.82rem;line-height:1.45}.legal-wrap{display:grid;place-items:start center;min-height:calc(100vh - 66px);padding:42px 16px 108px}.legal-panel{width:min(100%, 760px);border:1px solid var(--border);border-radius:18px;background:#000;padding:26px}.legal-panel h1{margin:0 0 16px;font-size:clamp(1.7rem, 4vw, 2.6rem)}.legal-panel p{color:var(--muted);line-height:1.75}.legal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editor-panel{gap:16px;border-radius:14px;padding:20px;background:#000}.editor-panel--compose{border:0;box-shadow:none;padding:0}.editor-panel--compose.is-submitting{pointer-events:none;opacity:.72}.compose-identity{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;margin-bottom:14px}.compose-identity__avatar{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgb(167 139 250 / .34);border-radius:50%;background:rgb(139 92 246 / .1);color:var(--accent-soft);font-weight:800}.compose-identity strong{display:block}.compose-identity span{color:var(--muted);font-size:.84rem}.compose-tabs{display:flex;gap:26px;overflow-x:auto;margin-bottom:18px;border-bottom:1px solid var(--border);scrollbar-width:none}.compose-tabs::-webkit-scrollbar{display:none}.compose-tabs button{position:relative;min-height:44px;border:0;background:#fff0;color:var(--text);padding:0;font-weight:700;white-space:nowrap}.compose-tabs button.is-active::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:4px;border-radius:999px;background:var(--accent)}.compose-title{display:grid;gap:6px}.compose-title input{min-height:58px;border-radius:18px;padding:0 16px;font-size:1rem}.compose-title span{justify-self:end;color:var(--text);font-size:.8rem}.compose-visibility{display:grid;gap:10px;border:1px solid var(--border);border-radius:18px;margin:0;padding:14px}.compose-visibility legend{color:var(--text);padding:0 6px;font-size:.88rem;font-weight:800}.compose-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compose-choice-grid label{display:block}.compose-choice-grid input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.compose-choice-grid label>span{display:grid;gap:4px;min-height:82px;border:1px solid var(--border);border-radius:12px;background:#000;padding:13px;cursor:pointer;transition:border-color 160ms ease,background 160ms ease}.compose-choice-grid strong{color:var(--text);font-size:.92rem}.compose-choice-grid small{color:var(--muted);line-height:1.35}.compose-choice-grid input:focus-visible+span{outline:2px solid rgb(167 139 250 / .55);outline-offset:2px}.compose-choice-grid input:checked+span{border-color:rgb(167 139 250 / .76);background:rgb(139 92 246 / .16)}.compose-categories{display:grid;gap:10px;border:1px solid var(--border);border-radius:18px;margin:0;padding:14px}.compose-categories legend{color:var(--text);padding:0 6px;font-size:.88rem;font-weight:800}.compose-category-grid{display:flex;flex-wrap:wrap;gap:8px}.compose-category-grid label{display:block}.compose-category-grid input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.compose-category-grid label>span{display:inline-flex;align-items:center;gap:6px;min-height:32px;border:1px solid var(--border);border-radius:999px;background:#000;color:var(--muted);padding:0 11px;font-size:.82rem;font-weight:720;line-height:1;cursor:pointer;transition:border-color 160ms ease,background 160ms ease,color 160ms ease}.compose-category-grid .nav-icon{width:14px;height:14px;color:var(--accent-soft)}.compose-category-grid .category-emoji{display:inline-flex;align-items:center;justify-content:center;width:1.25em;border:0;background:#fff0;padding:0;font-size:1rem;line-height:1}.compose-category-grid input:focus-visible+span{outline:2px solid rgb(167 139 250 / .55);outline-offset:2px}.compose-category-grid input:checked+span{border-color:rgb(167 139 250 / .76);background:rgb(139 92 246 / .16);color:var(--text)}.tag-button{justify-self:start;min-height:32px;border:0;border-radius:999px;background:#222c33;color:var(--text);padding:0 13px;font-size:.82rem;font-weight:700}.compose-editor{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#000}.compose-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;min-height:44px;border-bottom:1px solid var(--border);padding:0 16px}.compose-toolbar button{display:inline-grid;place-items:center;min-width:18px;height:28px;border:0;background:#fff0;color:var(--muted);padding:0;font-size:.86rem;font-weight:700}.compose-toolbar button:hover{color:var(--accent-soft)}.compose-toolbar .nav-icon{width:15px;height:15px}.compose-toolbar__markdown{margin-left:auto;color:var(--text)!important;font-size:0.78rem!important;white-space:nowrap}.compose-toolbar__markdown[aria-pressed="true"]{color:var(--accent-soft)!important}.compose-editor textarea{min-height:132px;border:0;border-radius:0;padding:16px}.compose-editor textarea[hidden],.markdown-preview[hidden]{display:none}.markdown-preview{min-height:220px;padding:16px;color:var(--text);line-height:1.65}.markdown-preview>*:first-child{margin-top:0}.markdown-preview>*:last-child{margin-bottom:0}.markdown-preview p,.markdown-preview ul,.markdown-preview ol,.markdown-preview blockquote,.markdown-preview pre,.markdown-preview table{margin:0 0 14px}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{margin:0 0 12px;line-height:1.2}.markdown-preview h1{font-size:1.45rem}.markdown-preview h2{font-size:1.25rem}.markdown-preview h3{font-size:1.08rem}.markdown-preview a{color:var(--accent-soft);font-weight:700}.markdown-preview ul,.markdown-preview ol{padding-left:22px}.markdown-preview blockquote{border-left:3px solid var(--accent);padding-left:14px;color:var(--muted)}.markdown-preview code{border:1px solid var(--border);border-radius:6px;background:#070a0d;color:var(--text);padding:2px 6px;font-size:.9em}.markdown-preview pre{overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:#070a0d;padding:14px}.markdown-preview pre code{border:0;background:#fff0;padding:0}.markdown-preview img{display:block;max-width:100%;border-radius:12px}.markdown-preview hr{border:0;border-top:1px solid var(--border);margin:18px 0}.markdown-preview table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--border);border-radius:12px}.markdown-preview th,.markdown-preview td{border-bottom:1px solid var(--border);padding:10px;text-align:left}.markdown-preview tr:last-child td{border-bottom:0}.editor-panel--compose .editor-actions{justify-content:flex-end;margin-top:-1px}.editor-panel--compose .editor-actions .secondary-action,.editor-panel--compose .editor-actions .primary-action{border:0;border-radius:999px;min-height:40px;padding:0 16px}.editor-panel--compose .editor-actions .secondary-action{background:#11161a;color:var(--muted)}.js-submit-post{min-width:108px}.button-loading{display:none}.editor-panel--compose.is-submitting .js-submit-post{position:relative;opacity:.9}.editor-panel--compose.is-submitting .button-label{display:none}.editor-panel--compose.is-submitting .button-loading{display:inline-flex;align-items:center;gap:8px}.editor-panel--compose.is-submitting .button-loading::before{content:"";width:14px;height:14px;border:2px solid rgb(255 255 255 / .38);border-top-color:#fff;border-radius:50%;animation:whispoe-spin 700ms linear infinite}@keyframes whispoe-spin{to{transform:rotate(360deg)}}.editor-panel input,.editor-panel textarea,.editor-panel select,.editor-panel .upload-placeholder{background:#000}.editor-panel input:focus,.editor-panel textarea:focus,.editor-panel select:focus{background:#000}.editor-panel>label:first-child input{min-height:50px}.editor-panel textarea{min-height:220px}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;place-items:center;gap:10px;min-height:118px;border:1px dashed rgb(160 168 179 / .28);border-radius:12px;background:var(--bg-2);color:var(--muted);transition:border-color 160ms ease,background 160ms ease,color 160ms ease}.upload-placeholder--locked{display:flex;flex-direction:column;align-items:center;gap:7px;min-height:116px;padding:18px;text-align:center;cursor:not-allowed}.upload-locked__header{display:flex;flex-direction:column;align-items:center;gap:8px}.upload-placeholder--locked .upload-placeholder__label{color:var(--text);font-weight:800;line-height:1.2;white-space:nowrap}.upload-placeholder--locked .upload-placeholder__icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgb(160 168 179 / .3);border-radius:10px;background:rgb(160 168 179 / .08);color:var(--muted)}.upload-placeholder--locked .upload-placeholder__icon .nav-icon{width:18px;height:18px}.upload-placeholder--locked .upload-level-warning{color:#f59e0b;font-size:.82rem;font-weight:400;text-align:center;line-height:1.45;width:fit-content;padding:4px 12px}.upload-placeholder--input{position:relative;display:grid;justify-items:center;align-content:center;gap:7px;min-height:116px;padding:18px;cursor:pointer;text-align:center}.upload-placeholder--input span{display:block;width:auto;height:auto;border:0;border-radius:0;background:#fff0;color:var(--text);font-weight:800;line-height:1.2}.upload-placeholder--input .upload-placeholder__label{max-width:min(100%, 360px);overflow-wrap:anywhere;word-break:break-word}.upload-placeholder--input small{max-width:520px;color:var(--muted-2);font-size:.82rem;line-height:1.45}.upload-placeholder--input input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.upload-placeholder:hover{border-color:rgb(167 139 250 / .48);background:#000;color:var(--text)}.upload-placeholder.is-emphasized{border-color:rgb(167 139 250 / .72);background:rgb(139 92 246 / .12);color:var(--text)}.upload-placeholder .upload-placeholder__icon,.upload-placeholder:not(.upload-placeholder--input) span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgb(167 139 250 / .3);border-radius:10px;background:rgb(139 92 246 / .08);color:var(--accent-soft)}.upload-placeholder .upload-placeholder__icon .nav-icon,.upload-placeholder:not(.upload-placeholder--input) span .nav-icon{width:17px;height:17px}.upload-placeholder--input .nav-icon{width:18px;height:18px;color:var(--accent-soft)}.editor-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.post-detail,.comments{padding:20px}.post-detail{background:#000}.comments{background:#000}.post-detail h1{margin:10px 0 14px}.post-detail__content{color:var(--text);line-height:1.65}.post-detail__content>*:first-child{margin-top:0}.post-detail__content>*:last-child{margin-bottom:0}.post-detail__content p,.post-detail__content ul,.post-detail__content ol,.post-detail__content blockquote,.post-detail__content pre,.post-detail__content table{margin:0 0 14px}.post-detail__content h1,.post-detail__content h2,.post-detail__content h3,.post-detail__content h4,.post-detail__content h5,.post-detail__content h6{margin:16px 0 10px;line-height:1.22}.post-detail__content h1{font-size:1.45rem}.post-detail__content h2{font-size:1.25rem}.post-detail__content h3{font-size:1.08rem}.post-detail__content a{color:var(--accent-soft);font-weight:700}.post-detail__content ul,.post-detail__content ol{padding-left:22px}.post-detail__content blockquote{border-left:3px solid var(--accent);padding-left:14px;color:var(--muted)}.post-detail__content code{border:1px solid var(--border);border-radius:6px;background:#070a0d;color:var(--text);padding:2px 6px;font-size:.9em}.post-detail__content pre{overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:#070a0d;padding:14px}.post-detail__content pre code{border:0;background:#fff0;padding:0}.post-detail__content img,.post-detail__image{display:block;max-width:100%;border:1px solid var(--border);border-radius:12px;cursor:zoom-in}.post-detail__content img{margin:12px 0}.post-detail__image{width:100%;max-height:560px;margin-top:22px;object-fit:cover}.has-image-lightbox{overflow:hidden}.image-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px}.image-lightbox[hidden]{display:none}.image-lightbox__backdrop{position:absolute;inset:0;border:0;background:rgb(0 0 0 / .82);padding:0;cursor:zoom-out;backdrop-filter:blur(8px)}.image-lightbox__panel{position:relative;z-index:1;display:grid;justify-items:center;max-width:min(96vw, 1240px);max-height:calc(100vh - 36px);margin:0}.image-lightbox__panel img{display:block;width:auto;max-width:100%;max-height:calc(100vh - 92px);border:1px solid rgb(255 255 255 / .14);border-radius:10px;object-fit:contain;background:#000;box-shadow:0 22px 70px rgb(0 0 0 / .58)}.image-lightbox__panel figcaption{max-width:min(100%, 820px);margin-top:10px;color:var(--muted);font-size:.86rem;text-align:center}.image-lightbox__close{position:absolute;top:-12px;right:-12px;z-index:2;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:#090c10;color:var(--text);padding:0;font-size:1.35rem;line-height:1}.image-lightbox__close:hover{border-color:rgb(167 139 250 / .52);color:var(--accent-soft)}.post-detail__content hr{border:0;border-top:1px solid var(--border);margin:18px 0}.post-detail__content table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--border);border-radius:12px}.post-detail__content th,.post-detail__content td{border-bottom:1px solid var(--border);padding:10px;text-align:left}.post-detail__content tr:last-child td{border-bottom:0}.post-actions--detail{border-top:1px solid var(--border);padding-top:16px}.comments{display:grid;gap:14px;margin-top:16px}.comments__list{display:grid}.comment-box{display:grid;gap:10px}.comment-box--reply{margin-top:12px}.comment-box .primary-action{justify-self:end}.comment-box.is-pending{opacity:.72}.comment-box.has-error textarea{border-color:rgb(248 113 113 / .48)}.comments__empty{margin:0;color:var(--muted);font-size:.92rem}.comment{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;border-left:0;border-top:1px solid var(--border);padding:14px 0 2px}.comment--nested{grid-column:2;margin-top:14px;margin-left:0;border-top-color:rgb(167 139 250 / .26)}.comment__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted-2);font-size:.88rem;line-height:1.3}.comment__meta strong{color:var(--text);font-size:.95rem}.comment__meta button{border:0;background:#fff0;color:var(--muted-2);padding:0}.comment__meta .nav-icon{width:17px;height:17px}.comment__menu-wrap{position:relative;display:inline-flex;margin-left:auto}.comment__dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:20;min-width:170px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#090c10;box-shadow:0 18px 42px rgb(0 0 0 / .38)}.comment__dropdown[hidden],.comment-box--reply[hidden]{display:none}.comment__dropdown form{margin:0}.comment__dropdown button{display:flex;align-items:center;gap:8px;width:100%;min-height:38px;color:var(--text);padding:0 12px;font-size:.86rem;text-align:left}.comment__dropdown button:hover{background:rgb(248 113 113 / .12);color:#fecaca}.comment__avatar{width:34px;height:34px;border:1px solid rgb(160 168 179 / .32);border-radius:50%;background:radial-gradient(circle at 38% 32%,rgb(255 255 255 / .55),transparent 13%),linear-gradient(135deg,#111827,#8b5cf6 48%,#f59e0b)}.comment__avatar--anon{background:linear-gradient(135deg,#374151,#6b7280);opacity:.6}.comment-anon-toggle{font-size:.85rem;margin-top:4px;margin-bottom:4px}.comment__body{min-width:0}.comment__body p{margin-top:2px;color:var(--text);font-size:.95rem;line-height:1.45}.comment__link,.comment__more{display:inline-flex;margin-top:7px;color:var(--accent-soft);font-size:.9rem}.comment__more{display:flex;color:var(--accent-soft)}.comment__actions{display:flex;gap:8px;margin-top:10px}.comment__actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:30px;height:26px;border:1px solid var(--border);border-radius:999px;background:#000;color:var(--muted);padding:0 11px 0 8px}.comment__actions button:hover{border-color:rgb(167 139 250 / .42);color:var(--accent-soft)}.comment__actions button.is-liked{border-color:rgb(248 113 113 / .6);background:rgb(248 113 113 / .16);color:#fecaca}.comment__actions button.is-pending{opacity:.68}.comment__actions button.has-error{border-color:rgb(248 113 113 / .48);color:#fecaca}.comment__actions button span{font-size:.8rem;line-height:1}.comment__actions .nav-icon{width:15px;height:15px}.profile-hero{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);gap:22px;align-items:center;overflow:hidden;border-color:rgb(167 139 250 / .22);background:linear-gradient(135deg,rgb(139 92 246 / .16),transparent 42%),radial-gradient(circle at 88% 14%,rgb(120 215 165 / .11),transparent 28%),#15191d;padding:24px}.profile-hero>*{position:relative;z-index:1}.profile-follow-stats{position:absolute;z-index:1;top:24px;right:24px;display:flex;flex-wrap:wrap;gap:8px}.profile-follow-stats span,.profile-follow-stats button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid rgb(167 139 250 / .36);border-radius:999px;background:rgb(0 0 0 / .2);color:var(--muted);padding:0 12px;font-size:.84rem;font-weight:720;white-space:nowrap}.profile-follow-stats button{cursor:pointer}.profile-follow-stats button:hover,.profile-follow-stats button.is-active{border-color:rgb(167 139 250 / .7);color:var(--text)}.profile-follow-stats strong{color:var(--text);margin-right:4px}.avatar-placeholder{position:relative;display:grid;place-items:center;overflow:hidden;width:112px;aspect-ratio:1;border:1px solid rgb(167 139 250 / .46);border-radius:22px;background:#20262c;color:var(--accent-soft);box-shadow:0 16px 36px rgb(0 0 0 / .28);font-size:2.35rem;font-weight:780}.profile-avatar-form{margin:0}.avatar-placeholder--upload{cursor:pointer}.avatar-placeholder--upload img{width:100%;height:100%;object-fit:cover}.avatar-placeholder--upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.avatar-placeholder--upload small{position:absolute;left:10px;right:10px;bottom:10px;border-radius:999px;background:rgb(0 0 0 / .78);color:#fff;padding:6px 8px;font-size:.72rem;font-weight:800;text-align:center;backdrop-filter:blur(8px)}.profile-avatar-form.is-uploading .avatar-placeholder{border-color:rgb(167 139 250 / .82)}.profile-avatar-form.is-saved .avatar-placeholder{border-color:rgb(34 197 94 / .62)}.profile-avatar-form.has-error .avatar-placeholder{border-color:rgb(248 113 113 / .72)}.level-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin:10px 0 12px;color:var(--muted);font-size:.9rem}.level-line strong{display:inline-flex;align-items:center;min-height:32px;border:1px solid rgb(167 139 250 / .28);border-radius:999px;background:rgb(0 0 0 / .22);color:var(--text);padding:0 12px;font-size:.84rem;line-height:1;white-space:nowrap}.profile-xp-line{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px;color:var(--muted-2);font-size:.82rem}.xp-bar{height:9px;overflow:hidden;border-radius:999px;background:rgb(0 0 0 / .28)}.xp-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-soft))}.profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.profile-actions form{display:contents}.ghost-link--danger{border-color:rgb(248 113 113 / .55);color:#fecaca}.profile-block-note{display:inline-flex;align-items:center;min-height:38px;border:1px solid rgb(248 113 113 / .34);border-radius:10px;color:var(--muted);padding:0 12px;font-weight:700}.profile-message-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;border:1px solid rgb(139 92 246 / .72);border-radius:10px;background:var(--accent);color:#fff!important;padding:0 14px;font-weight:720;line-height:1;transition:transform 160ms ease,border-color 160ms ease,background 160ms ease}.profile-message-button:hover{transform:translateY(-1px);border-color:var(--accent-soft);background:#7c4ee8}.question-box,.question-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:16px}.question-box{display:grid;gap:12px;margin:14px 0}.question-box h2{margin:0;font-size:1rem}.question-box form,.question-item form{display:grid;gap:10px}.question-box textarea,.question-item textarea{width:100%;min-height:92px;border:1px solid var(--border);border-radius:10px;background:#090c10;color:var(--text);padding:12px;resize:vertical}.question-item{display:grid;gap:9px;scroll-margin-top:96px;transition:border-color 0.2s ease,box-shadow 0.2s ease}.question-item.is-highlighted,.question-item:target{border-color:var(--accent);box-shadow:0 0 0 1px rgb(124 78 232 / .35)}.question-item>span,.question-item p{margin:0;color:var(--muted)}.messages-column{min-width:0}.messages-heading{margin-bottom:14px}.messages-heading h1{margin:0;font-size:clamp(1.45rem, 2vw, 2.15rem);line-height:1.18}.messages-inbox{min-width:0}.messages-inbox .bp-messages-wrap{--main-bm-color:167, 139, 250;--bm-button-bg:124, 78, 232;--bm-button-color:255, 255, 255;--bm-border-color:38, 38, 38;--bm-border-secondary-color:30, 30, 30;--bm-border-active:167, 139, 250;--bm-mention-bg:34, 34, 34;--bm-mention-color:245, 245, 245;--bm-placeholder:145, 152, 165;--bm-bg-color:0, 0, 0;--bm-bg-secondary:9, 9, 9;--bm-hover-bg:18, 18, 18;--bm-text-color:245, 245, 245;--left-message-bg-color:24, 24, 24;--left-message-text-color:245, 245, 245;--left-message-nickname-color:196, 181, 253;--right-message-bg-color:124, 78, 232;--right-message-text-color:255, 255, 255;--right-message-nickname-color:237, 233, 254;--bm-scrollbar:rgba(255, 255, 255, 0.14);--bm-scrollbar-active:rgba(255, 255, 255, 0.46);--bm-scrollbar-focus:rgba(255, 255, 255, 0.62);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#000!important;color:#f5f5f5}.messages-inbox .bp-messages-wrap,.messages-inbox .bp-messages-wrap .threads-list,.messages-inbox .bp-messages-wrap .threads-list-wrapper,.messages-inbox .bp-messages-wrap .chat,.messages-inbox .bp-messages-wrap .chats,.messages-inbox .bp-messages-wrap .chat-header,.messages-inbox .bp-messages-wrap .chat-content,.messages-inbox .bp-messages-wrap .chat-footer,.messages-inbox .bp-messages-wrap .bm-messages-list,.messages-inbox .bp-messages-wrap .bm-messages-listing,.messages-inbox .bp-messages-wrap .new-message,.messages-inbox .bp-messages-wrap .empty,.messages-inbox .bp-messages-wrap .empty-thread,.messages-inbox .bp-messages-wrap .scroller,.messages-inbox .bp-messages-wrap .os-viewport{background-color:#000!important;color:#f5f5f5!important}.messages-inbox .bp-messages-wrap .chat-header,.messages-inbox .bp-messages-wrap .chat-footer,.messages-inbox .bp-messages-wrap .new-message,.messages-inbox .bp-messages-wrap .threads-list,.messages-inbox .bp-messages-wrap .threads-list .thread,.messages-inbox .bp-messages-wrap .bm-reply{border-color:#262626!important}.messages-inbox .bp-messages-wrap .threads-list .thread:hover,.messages-inbox .bp-messages-wrap .threads-list .thread.active,.messages-inbox .bp-messages-wrap .threads-list .thread.selected{background:#111!important}.messages-inbox .bp-messages-wrap input,.messages-inbox .bp-messages-wrap textarea,.messages-inbox .bp-messages-wrap select,.messages-inbox .bp-messages-wrap .bm_user_selector__control{border-color:#262626!important;background:#090909!important;color:#f5f5f5!important}.messages-inbox .bp-messages-wrap input::placeholder,.messages-inbox .bp-messages-wrap textarea::placeholder{color:#8f98a6!important}.messages-inbox .bp-messages-wrap a,.messages-inbox .bp-messages-wrap svg{color:#a78bfa!important}.messages-inbox .bp-messages-wrap button{border-color:#262626!important}.messages-inbox .bp-messages-wrap .empty,.messages-inbox .bp-messages-wrap .empty-thread,.messages-inbox .bp-messages-wrap .empty-thread span{color:#8f98a6!important}.messages-inbox .bp-messages-wrap .bpbm-empty-icon svg *,.messages-inbox .bp-messages-wrap .empty-thread svg *{stroke:#8f98a6!important}.messages-inbox .bp-messages-wrap .chat-footer .bpbm-user-me,.messages-inbox .bp-messages-wrap .bm-reply,.messages-inbox .bp-messages-wrap .bm_user_selector__menu{background:#090909!important;color:#f5f5f5!important}.messages-inbox .bp-messages-wrap *{scrollbar-color:rgb(255 255 255 / .22) #000}.messages-inbox .bp-messages-wrap .chat-header.side-header .new-message,.messages-inbox .bp-messages-wrap .chat-header.side-header .bpbm-search,.messages-inbox .bp-messages-wrap .chat-header.bpbm-index .new-message,.messages-inbox .bp-messages-wrap .chat-header.bpbm-index .bpbm-search,.messages-inbox .bp-messages-wrap .bm_user_selector,.messages-inbox .bp-messages-wrap div.new-message{display:none!important}.messages-inbox .bp-messages-wrap .chat-header.side-header{min-height:42px}.theme-light .messages-inbox .bp-messages-wrap{--bm-border-color:222, 226, 232;--bm-border-secondary-color:230, 233, 239;--bm-mention-bg:237, 233, 254;--bm-mention-color:91, 33, 182;--bm-placeholder:123, 135, 151;--bm-bg-color:255, 255, 255;--bm-bg-secondary:248, 250, 252;--bm-hover-bg:243, 239, 255;--bm-text-color:16, 24, 39;--left-message-bg-color:241, 245, 249;--left-message-text-color:16, 24, 39;--left-message-nickname-color:124, 78, 232;--bm-scrollbar:rgba(15, 23, 42, 0.18);--bm-scrollbar-active:rgba(15, 23, 42, 0.42);--bm-scrollbar-focus:rgba(15, 23, 42, 0.58);background:#ffffff!important;color:#101827}.theme-light .messages-inbox .bp-messages-wrap,.theme-light .messages-inbox .bp-messages-wrap .threads-list,.theme-light .messages-inbox .bp-messages-wrap .threads-list-wrapper,.theme-light .messages-inbox .bp-messages-wrap .chat,.theme-light .messages-inbox .bp-messages-wrap .chats,.theme-light .messages-inbox .bp-messages-wrap .chat-header,.theme-light .messages-inbox .bp-messages-wrap .chat-content,.theme-light .messages-inbox .bp-messages-wrap .chat-footer,.theme-light .messages-inbox .bp-messages-wrap .bm-messages-list,.theme-light .messages-inbox .bp-messages-wrap .bm-messages-listing,.theme-light .messages-inbox .bp-messages-wrap .new-message,.theme-light .messages-inbox .bp-messages-wrap .empty,.theme-light .messages-inbox .bp-messages-wrap .empty-thread,.theme-light .messages-inbox .bp-messages-wrap .scroller,.theme-light .messages-inbox .bp-messages-wrap .os-viewport{background-color:#ffffff!important;color:#101827!important}.theme-light .messages-inbox .bp-messages-wrap .chat-header,.theme-light .messages-inbox .bp-messages-wrap .chat-footer,.theme-light .messages-inbox .bp-messages-wrap .new-message,.theme-light .messages-inbox .bp-messages-wrap .threads-list,.theme-light .messages-inbox .bp-messages-wrap .threads-list .thread,.theme-light .messages-inbox .bp-messages-wrap .bm-reply{border-color:rgb(24 32 51 / .14)!important}.theme-light .messages-inbox .bp-messages-wrap .threads-list .thread:hover,.theme-light .messages-inbox .bp-messages-wrap .threads-list .thread.active,.theme-light .messages-inbox .bp-messages-wrap .threads-list .thread.selected{background:#f3efff!important}.theme-light .messages-inbox .bp-messages-wrap input,.theme-light .messages-inbox .bp-messages-wrap textarea,.theme-light .messages-inbox .bp-messages-wrap select,.theme-light .messages-inbox .bp-messages-wrap .bm_user_selector__control{border-color:rgb(24 32 51 / .16)!important;background:#f8fafc!important;color:#101827!important}.theme-light .messages-inbox .bp-messages-wrap input::placeholder,.theme-light .messages-inbox .bp-messages-wrap textarea::placeholder{color:#7b8797!important}.theme-light .messages-inbox .bp-messages-wrap a,.theme-light .messages-inbox .bp-messages-wrap svg{color:#7c4ee8!important}.theme-light .messages-inbox .bp-messages-wrap .empty,.theme-light .messages-inbox .bp-messages-wrap .empty-thread,.theme-light .messages-inbox .bp-messages-wrap .empty-thread span{color:#64748b!important}.theme-light .messages-inbox .bp-messages-wrap .bpbm-empty-icon svg *,.theme-light .messages-inbox .bp-messages-wrap .empty-thread svg *{stroke:#94a3b8!important}.theme-light .messages-inbox .bp-messages-wrap .chat-footer .bpbm-user-me,.theme-light .messages-inbox .bp-messages-wrap .bm-reply,.theme-light .messages-inbox .bp-messages-wrap .bm_user_selector__menu{background:#f8fafc!important;color:#101827!important}.theme-light .messages-inbox .bp-messages-wrap *{scrollbar-color:rgb(15 23 42 / .22) #fff}.badge-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 16px}.badge-row span{display:flex;align-items:center;justify-content:center;min-width:0;min-height:38px;border-radius:12px;background:#090c10;color:var(--text);font-weight:700;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-quick-links{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 16px}.profile-quick-links a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid var(--border);border-radius:12px;background:#090c10;color:var(--text);font-weight:760}.profile-quick-links .nav-icon{width:18px;height:18px}.mini-list,.notice-list{display:grid;gap:12px;margin-top:14px}.profile-panel[hidden]{display:none}.mini-list a{display:grid;gap:6px;border:1px solid var(--border);border-radius:14px;padding:17px;background:linear-gradient(135deg,rgb(167 139 250 / .08),transparent 36%),var(--card);transition:transform 160ms ease,border-color 160ms ease,background 160ms ease}.mini-list a strong{color:var(--text);font-size:1rem;line-height:1.25}.mini-list a:hover{transform:translateY(-1px);border-color:rgb(167 139 250 / .36);background:#000}.follow-list__item{grid-template-columns:46px minmax(0,1fr);align-items:center}.follow-list__avatar{display:grid;place-items:center;width:46px;aspect-ratio:1;overflow:hidden;border:1px solid rgb(167 139 250 / .34);border-radius:14px;background:#20262c;color:var(--accent-soft);font-weight:800}.follow-list__avatar img{width:100%;height:100%;object-fit:cover}.follow-list__item em{color:var(--muted);font-style:normal;font-size:.86rem}.profile-empty{display:grid;gap:4px;border:1px dashed rgb(160 168 179 / .28);border-radius:14px;padding:18px;background:rgb(167 139 250 / .05)}.profile-empty strong{color:var(--text)}.profile-empty span{color:var(--muted);font-size:.9rem}.mini-list span{color:var(--muted);font-size:.86rem}.notice-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;align-items:center;padding:16px}.notice-card.is-unread{border-color:rgb(167 139 250 / .42);background:rgb(167 139 250 / .06)}.notice-card__icon{display:grid;place-items:center;justify-self:center;width:38px;height:38px;border:1px solid rgb(167 139 250 / .34);border-radius:12px;color:var(--accent-soft);background:rgb(167 139 250 / .08)}.notice-card__icon .nav-icon{width:18px;height:18px}.notice-card small{color:var(--muted-2)}.notice-card a{display:inline-flex;margin-top:7px;color:var(--accent-soft);font-size:.84rem;font-weight:700}.xp-panel{border:1px solid var(--border);border-radius:var(--radius);margin-top:14px;padding:16px;background:#000}.xp-panel h2{margin:0 0 12px;font-size:.98rem}.xp-table{display:grid}.xp-table div{display:flex;justify-content:space-between;gap:14px;border-top:1px solid rgb(160 168 179 / .12);padding:10px 0;color:var(--muted)}.xp-table div:first-child{border-top:0}.xp-table strong{color:var(--text);white-space:nowrap}.level-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.level-grid div{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid var(--border);border-radius:10px;padding:9px;background:var(--bg-2)}.level-grid div.is-current{border-color:rgb(167 139 250 / .55);background:rgb(139 92 246 / .12)}.level-grid span{font-size:1.05rem}.level-grid strong{min-width:0;overflow:hidden;color:var(--text);font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.level-grid small{color:var(--muted-2);font-size:.76rem;white-space:nowrap}.settings-panel{padding:18px;background:#000;max-width:100%;min-width:0}.setting-row{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid var(--border);padding-top:14px}.setting-row>div{min-width:0}.setting-row>input,.setting-row>select{flex:1 1 320px;min-width:0;width:auto}.setting-row>.switch-field{flex:0 0 auto}.setting-row strong{display:block}.setting-row span{color:var(--muted);font-size:.88rem}.setting-row--field input{width:min(100%, 260px)}.toggle{flex:0 0 auto;width:52px;height:30px;border:1px solid var(--border);border-radius:999px;padding:3px;background:var(--bg-2)}.toggle span{display:block;width:22px;height:22px;border-radius:50%;background:var(--muted);transition:transform 160ms ease,background 160ms ease}.toggle.is-on span{transform:translateX(20px);background:var(--accent-soft)}.admin-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px;width:min(var(--max), calc(100% - 28px));margin:0 auto;padding:22px 0 92px}.admin-rail{position:sticky;top:88px;align-self:start;display:grid;gap:8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:14px}.admin-rail .logo{margin-bottom:8px}.admin-rail a:not(.logo){border-radius:10px;padding:10px 11px;color:var(--muted)}.admin-rail a:hover,.admin-rail a.is-active{background:rgb(167 139 250 / .09);color:var(--text)}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.admin-table{overflow:hidden}.admin-table__row{display:grid;grid-template-columns:minmax(160px,1fr) 120px 130px 220px;gap:12px;align-items:center;border-bottom:1px solid var(--border);padding:13px 15px;color:var(--muted)}.admin-table__row:last-child{border-bottom:0}.admin-table__head{color:var(--text);font-weight:700;background:var(--bg-2)}.admin-table__row strong{display:block;color:var(--text);font-size:.92rem}.admin-table__row small{display:block;margin-top:4px;color:var(--muted-2);line-height:1.35}.admin-table__actions{display:flex;flex-wrap:wrap;gap:6px}.admin-table__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--border);border-radius:999px;color:var(--text);padding:0 11px;font-size:.84rem;font-weight:760}.admin-table__actions a:hover{border-color:rgb(167 139 250 / .45);color:var(--accent-soft)}.bottom-nav{position:fixed;right:12px;bottom:12px;left:12px;z-index:60;display:none;grid-template-columns:repeat(5,1fr);gap:6px;border:1px solid var(--border);border-radius:14px;background:#000;padding:7px;box-shadow:var(--shadow);backdrop-filter:blur(14px)}.bottom-nav a{display:grid;justify-items:center;gap:1px;border-radius:10px;min-width:0;padding:7px 4px;color:var(--muted);font-size:.72rem;line-height:1.2}.bottom-nav a.is-active{background:rgb(167 139 250 / .1);color:var(--text)}.bottom-nav span{color:var(--accent-soft);font-size:1rem}.back-to-top{position:fixed;right:18px;bottom:92px;z-index:65;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgb(167 139 250 / .4);border-radius:999px;background:rgb(0 0 0 / .86);color:var(--text);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity 0.18s ease,transform 0.18s ease,border-color 0.18s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:rgb(167 139 250 / .75)}.back-to-top .nav-icon{width:20px;height:20px}.fade-in{animation:fadeIn 240ms ease both}@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{to{background-position:-220% 0}}@media (max-width:1120px){.app-shell,.app-shell--detail{grid-template-columns:210px minmax(0,1fr)}.right-sidebar{display:none}}@media (max-width:820px){.site-header__inner{grid-template-columns:auto minmax(0,1fr);width:calc(100% - 20px);min-height:60px;gap:10px}.search{display:none}.mobile-search-button--actions{display:grid}.mobile-search-button--primary{display:none}.top-actions{min-width:0}.top-actions .session-pill{display:none}.hide-sm{display:none}.top-actions .ghost-link{display:none}.app-shell,.app-shell--editor,.app-shell--profile,.app-shell--single,.app-shell--detail,.admin-layout{display:block;width:calc(100% - 20px);padding:14px 0 108px}.left-sidebar,.admin-rail{display:none}.bottom-nav{display:grid}.profile-quick-links{display:grid}.feed-intro,.section-head{align-items:start}.feed-intro .primary-action{display:none}.quick-post{grid-template-columns:38px minmax(0,1fr) auto;grid-template-areas:"avatar text text" "tools tools submit" "extras extras extras";align-items:start;gap:12px 10px;padding:14px 12px}.quick-post textarea{min-height:58px;padding-top:2px;font-size:1rem}.quick-post__tools{align-self:center;justify-self:start;gap:8px;min-width:0}.quick-post__tools button{width:19px;height:19px}.quick-post__tools .nav-icon{width:16px;height:16px}.quick-post__avatar{width:38px;height:38px}.quick-post__submit{align-self:center;justify-self:end;min-width:76px;min-height:40px;padding:0 14px}.quick-emoji-panel{left:12px;right:12px;bottom:44px;grid-template-columns:repeat(6,minmax(0,1fr));transform:none}.quick-emoji-panel button{width:100%}.quick-gif-panel{left:12px;right:12px;bottom:44px;width:auto;transform:none}.quick-gif-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card{grid-template-columns:1fr}.post-card__vote{grid-template-columns:repeat(3,auto);justify-content:start;align-items:center;border-right:0;border-bottom:1px solid var(--border);padding:8px 12px}.form-grid,.profile-hero,.admin-stats{grid-template-columns:1fr}.profile-follow-stats{position:relative;top:auto;right:auto;justify-self:start;margin-left:0}.notice-list{gap:10px}.notice-card{grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start;padding:14px}.notice-card__icon{width:34px;height:34px;border-radius:10px;justify-self:start}.notice-card__icon .nav-icon{width:16px;height:16px}.notice-card p{font-size:.92rem;line-height:1.45}.notice-card small,.notice-card a{margin-top:6px;font-size:.78rem;line-height:1.2}.profile-hero{grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center;justify-items:stretch;padding:16px}.profile-hero .profile-avatar-form{align-self:start}.profile-follow-stats{position:relative;top:auto;right:auto;grid-column:2;grid-row:auto;justify-self:start;margin-left:0}.profile-hero .eyebrow{margin-top:0}.profile-hero h1{font-size:1.55rem}.avatar-placeholder{width:88px;border-radius:18px}.level-line{grid-template-columns:1fr;gap:8px;margin:8px 0 10px}.level-line strong{justify-self:start;max-width:100%;min-height:30px;font-size:.78rem;white-space:normal;line-height:1.2}.profile-xp-line{font-size:.78rem}.level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.badge-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.badge-row span{min-height:36px;padding:0 8px;font-size:.8rem}.profile-tabs{flex-wrap:nowrap;gap:6px;padding:7px}.profile-tabs button{flex:0 0 auto;min-height:36px;padding:0 12px;white-space:nowrap}.editor-panel--compose .editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;justify-content:stretch;margin-top:0;padding-top:8px}.editor-panel--compose .editor-actions .secondary-action,.editor-panel--compose .editor-actions .primary-action{width:100%;min-height:46px;padding:0 12px}.admin-table{overflow-x:auto}.admin-table__row{min-width:620px}}@media (max-width:520px){body{font-size:15px}.site-header__inner{grid-template-columns:auto minmax(0,1fr) auto}.logo{font-size:1.08rem}.primary-action,.ghost-link,.secondary-action{min-height:36px;padding:0 11px}.feed-intro,.section-head,.setting-row{display:grid}.post-card__body,.post-detail,.comments,.auth-card,.editor-panel,.settings-panel{padding:15px}.post-actions a,.post-actions button{flex:1 1 auto}.profile-hero{grid-template-columns:76px minmax(0,1fr);gap:12px;padding:14px}.profile-follow-stats{position:relative;top:auto;right:auto;grid-column:1 / -1;justify-self:start}.profile-hero h1{font-size:1.35rem}.profile-hero .eyebrow{font-size:.68rem}.avatar-placeholder{width:76px;border-radius:16px}.avatar-placeholder--upload small{left:6px;right:6px;bottom:6px;padding:5px 6px;font-size:.64rem}.badge-row{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-list a{padding:14px}.editor-panel--compose .editor-actions{grid-template-columns:1fr}.auth-modal{align-items:start;padding:10px 0}.auth-modal__panel{width:calc(100% - 18px);max-height:calc(100vh - 20px);border-radius:16px;padding:18px}.auth-switch{margin-right:38px;margin-bottom:14px}.auth-pane[data-auth-pane="register"].is-active{grid-template-columns:1fr;gap:11px}.auth-pane h2{font-size:1.32rem}.auth-pane label,.check-row{gap:5px;font-size:.84rem}.auth-pane input,.auth-pane select{min-height:42px;padding:9px 11px}.auth-disclaimer{font-size:.76rem;line-height:1.38}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}.theme-light{background:#fff;color:#182033}.theme-light .site-header,.theme-light .left-sidebar,.theme-light .right-sidebar .panel,.theme-light .post-card__body,.theme-light .settings-panel,.theme-light .editor-panel,.theme-light .profile-hero,.theme-light .profile-panel,.theme-light .auth-card{background:#fff;color:#182033;border-color:rgb(24 32 51 / .12)}.theme-light{--bg:#ffffff;--bg-2:#ffffff;--card:#ffffff;--card-soft:#ffffff;--border:rgba(24, 32, 51, 0.14);--text:#101827;--muted:#536173;--muted-2:#6b7788;--notice-bg:#f8fafc;--notice-border:#cbd5e1;--notice-text:#1e293b;--notice-success-bg:#dcfce7;--notice-success-border:#86efac;--notice-success-text:#14532d;--notice-error-bg:#fee2e2;--notice-error-border:#fca5a5;--notice-error-text:#7f1d1d;--notice-info-bg:#ede9fe;--notice-info-border:#c4b5fd;--notice-info-text:#4c1d95;--shadow:none;color-scheme:light}.theme-light .site-header{background:rgb(255 255 255 / .96);border-bottom-color:rgb(24 32 51 / .12)}.theme-light .search,.theme-light .mobile-search-button,.theme-light .session-pill{background:#fff;color:#101827;border-color:rgb(24 32 51 / .16)}.theme-light .search input,.theme-light .search input:focus{color:#101827}.theme-light .search input::placeholder{color:#64748b}.theme-light .ghost-link{background:#fff;color:#101827}.theme-light .sidebar-nav,.theme-light .left-sidebar .sidebar-section,.theme-light .right-sidebar .panel,.theme-light .panel,.theme-light .filter-bar,.theme-light .profile-tabs,.theme-light .quick-post,.theme-light .post-card,.theme-light .post-card__body,.theme-light .post-detail,.theme-light .comments,.theme-light .notice-card,.theme-light .xp-panel,.theme-light .profile-widget__dropdown,.theme-light .post-card__dropdown,.theme-light .comment__dropdown{background:#fff;color:#101827;border-color:rgb(24 32 51 / .14);box-shadow:none}.theme-light .auth-modal__backdrop{background:rgb(15 23 42 / .48)}.theme-light .auth-modal__panel{background:#fff;color:#101827;border-color:rgb(24 32 51 / .14);box-shadow:0 24px 70px rgb(15 23 42 / .18)}.theme-light .auth-modal__close{background:#f1f5f9;color:#334155;border-color:rgb(24 32 51 / .12)}.theme-light .auth-switch{background:#f1f5f9;border-color:rgb(24 32 51 / .12)}.theme-light .auth-switch button{color:#64748b}.theme-light .auth-switch button.is-active{color:#fff}.theme-light .auth-pane h2{color:#101827}.theme-light .auth-pane label,.theme-light .auth-pane .check-row{color:#475569}.theme-light .auth-pane input,.theme-light .auth-pane select{background:#f8fafc;color:#101827;border-color:rgb(24 32 51 / .16)}.theme-light .auth-pane input:focus,.theme-light .auth-pane select:focus{background:#fff;border-color:rgb(139 92 246 / .62)}.theme-light .sidebar-nav,.theme-light .sidebar-section,.theme-light .panel,.theme-light .post-card,.theme-light .post-detail,.theme-light .comments,.theme-light .auth-card,.theme-light .editor-panel,.theme-light .profile-hero,.theme-light .settings-panel,.theme-light .notice-card,.theme-light .admin-stats>div,.theme-light .admin-table,.theme-light .profile-widget__dropdown,.theme-light .post-card__dropdown,.theme-light .comment__dropdown,.theme-light .quick-gif-panel,.theme-light .gif-search-panel,.theme-light .search-modal__panel{box-shadow:none}.theme-light .post-card:hover{background:#f8fafc;border-color:rgb(139 92 246 / .32)}.theme-light .mini-list a:hover{background:#f8fafc;border-color:rgb(139 92 246 / .32)}.theme-light .sidebar-nav a,.theme-light .sidebar-category-toggle,.theme-light .filter-bar a,.theme-light .filter-bar button,.theme-light .profile-tabs button{color:#334155}.theme-light .sidebar-nav a:hover,.theme-light .sidebar-nav a.is-active,.theme-light .sidebar-category-toggle:hover,.theme-light .sidebar-category-toggle.is-active,.theme-light .filter-bar a:hover,.theme-light .filter-bar a.is-active,.theme-light .filter-bar button:hover,.theme-light .filter-bar button.is-active,.theme-light .profile-tabs button:hover,.theme-light .profile-tabs button.is-active{background:rgb(139 92 246 / .1);color:#101827}.theme-light .sidebar-section h2,.theme-light .panel h2,.theme-light .comments h2,.theme-light .profile-widget h2,.theme-light .post-title,.theme-light .post-detail h1,.theme-light .comment__meta strong,.theme-light .post-meta strong,.theme-light .trends-widget strong,.theme-light .profile-empty strong{color:#101827}.theme-light .soft-list,.theme-light .soft-list li,.theme-light .post-meta,.theme-light .comment__meta,.theme-light .profile-widget__top span,.theme-light .profile-widget__top .profile-widget__handle,.theme-light .profile-widget__xp span,.theme-light .trends-widget span,.theme-light .trends-widget em,.theme-light .trends-widget__empty,.theme-light .comments__empty,.theme-light .profile-empty span,.theme-light .mini-list span,.theme-light .notice-card small{color:#64748b}.theme-light .post-card p,.theme-light .post-detail p,.theme-light .post-detail__content,.theme-light .post-detail__content p,.theme-light .post-detail__content ul,.theme-light .post-detail__content ol,.theme-light .comment p,.theme-light .comment__body p,.theme-light .notice-card p{color:#475569}.theme-light .quick-post textarea,.theme-light input,.theme-light textarea,.theme-light select,.theme-light .comment-box textarea,.theme-light .compose-editor textarea,.theme-light .editor-panel input,.theme-light .editor-panel textarea,.theme-light .editor-panel select{background:#f8fafc;color:#101827;border-color:rgb(24 32 51 / .16)}.theme-light .quick-post textarea::placeholder,.theme-light input::placeholder,.theme-light textarea::placeholder{color:#7b8797}.theme-light input:focus,.theme-light textarea:focus,.theme-light select:focus,.theme-light .quick-post textarea:focus{background:#fff;border-color:rgb(139 92 246 / .62)}.theme-light .quick-post textarea,.theme-light .quick-post textarea:focus{background:#fff0;border-color:#fff0}.theme-light .quick-post__tools button,.theme-light .icon-button,.theme-light .profile-widget__menu button,.theme-light .comment__meta button{color:#64748b}.theme-light .post-actions a,.theme-light .post-actions button,.theme-light .comment__actions button,.theme-light .stat-grid div,.theme-light .admin-stats>div{background:#f1f5f9;color:#101827;border-color:rgb(24 32 51 / .12)}.theme-light .post-actions a:hover,.theme-light .post-actions button:hover,.theme-light .comment__actions button:hover{background:#e8edf5;border-color:rgb(139 92 246 / .3)}.theme-light .post-actions .vote-pill.is-liked,.theme-light .comment__actions button.is-liked{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.theme-light .post-actions .vote-pill.is-liked .nav-icon,.theme-light .comment__actions button.is-liked .nav-icon{color:#ef4444}.theme-light .category-list a,.theme-light .pill-cloud span,.theme-light .pill-cloud a,.theme-light .badge-row span,.theme-light .profile-quick-links a,.theme-light .profile-widget__badges span,.theme-light .emotion-tag,.theme-light .featured-badge{background:#f8fafc;color:#334155;border-color:#d8dee8}.theme-light .pill-cloud a.is-active,.theme-light .emotion-tag,.theme-light .featured-badge{background:#ede9fe;color:#5b21b6;border-color:rgb(139 92 246 / .32)}.theme-light .category-list a:hover,.theme-light .pill-cloud span:hover,.theme-light .pill-cloud a:hover,.theme-light .profile-quick-links a:hover{background:#f3efff;color:#101827;border-color:rgb(139 92 246 / .42)}.theme-light .xp-bar,.theme-light .xp-bar--small{background:#d9dee7}.theme-light .xp-bar span,.theme-light .xp-bar--small span{background:#8b5cf6}.theme-light .sidebar-create{background:#eef2f7;color:#101827}.theme-light .sidebar-create:hover{background:#e2e8f0}.theme-light .post-detail__content code,.theme-light .post-detail__content pre,.theme-light .image-placeholder,.theme-light .post-card__image{background:#f8fafc}.theme-light .profile-widget__dropdown a,.theme-light .post-card__dropdown button,.theme-light .comment__dropdown button{color:#334155}.theme-light .profile-widget__dropdown a:hover,.theme-light .post-card__dropdown button:hover,.theme-light .comment__dropdown button:hover{background:#f3efff;color:#5b21b6}.theme-light .notice-card.is-unread{background:#f3efff;border-color:rgb(139 92 246 / .34)}.theme-light .editor-panel--compose,.theme-light .compose-visibility,.theme-light .compose-categories{background:#fff;color:#101827;border-color:rgb(24 32 51 / .14)}.theme-light .compose-choice-grid label>span,.theme-light .compose-category-grid label>span,.theme-light .compose-editor,.theme-light .compose-toolbar,.theme-light .editor-panel .upload-placeholder,.theme-light .upload-placeholder{background:#fff;color:#334155;border-color:rgb(24 32 51 / .16)}.theme-light .compose-choice-grid strong,.theme-light .compose-tabs button,.theme-light .compose-visibility legend,.theme-light .compose-categories legend,.theme-light .compose-toolbar__markdown,.theme-light .upload-placeholder--input span{color:#101827!important}.theme-light .compose-choice-grid small,.theme-light .upload-placeholder--input small{color:#64748b}.theme-light .compose-choice-grid input:checked+span,.theme-light .compose-category-grid input:checked+span{background:#ede9fe;color:#5b21b6;border-color:rgb(139 92 246 / .5)}.theme-light .compose-category-grid label>span:hover,.theme-light .compose-choice-grid label>span:hover{background:#f8fafc;border-color:rgb(139 92 246 / .36);color:#101827}.theme-light .compose-toolbar{border-bottom-color:rgb(24 32 51 / .14)}.theme-light .compose-toolbar button{color:#526173}.theme-light .compose-toolbar button:hover,.theme-light .compose-toolbar__markdown[aria-pressed="true"]{color:#7c3aed!important}.theme-light .compose-editor textarea,.theme-light .editor-panel textarea,.theme-light .editor-panel input,.theme-light .editor-panel select{background:#fff;color:#101827}.theme-light .editor-panel textarea:focus,.theme-light .editor-panel input:focus,.theme-light .editor-panel select:focus{background:#fff}.theme-light .upload-placeholder:hover{background:#f8fafc;color:#101827;border-color:rgb(139 92 246 / .42)}.theme-light .upload-placeholder.is-emphasized{background:#ede9fe;color:#5b21b6;border-color:rgb(139 92 246 / .5)}.theme-light .editor-panel--compose .editor-actions .secondary-action{background:#f1f5f9;color:#334155;border:1px solid rgb(24 32 51 / .12)}.theme-light .bottom-nav{background:#fff;border-color:rgb(24 32 51 / .14);box-shadow:none}.theme-light .bottom-nav a{color:#526173}.theme-light .bottom-nav a.is-active{background:#ede9fe;color:#5b21b6}.theme-light .bottom-nav .nav-icon,.theme-light .bottom-nav span{color:currentColor}.theme-light .back-to-top{background:#fff;color:#5b21b6;border-color:rgb(139 92 246 / .38);box-shadow:0 12px 30px rgb(15 23 42 / .18)}.theme-light .back-to-top:hover{background:#f3efff;color:#4c1d95;border-color:rgb(139 92 246 / .62)}.quick-post__options{display:grid;grid-template-columns:minmax(160px,1fr) minmax(140px,0.6fr) minmax(140px,0.6fr);gap:10px;width:100%}.quick-post__options[hidden]{display:none}.quick-post__options input,.quick-post__options select,.compose-tags input,.settings-panel select{min-height:42px;border:1px solid var(--border);border-radius:8px;padding:0 12px;background:var(--surface-2);color:inherit}.search-results-panel,.sponsored-slot{border:1px solid var(--border);border-radius:12px;padding:16px;background:var(--surface)}.sponsored-slot .adsbygoogle{min-height:90px;margin-top:12px}.site-header .search{overflow:hidden}.site-header .search input,.site-header .search input:focus{height:100%;border:0;border-radius:0;background:#fff0;box-shadow:none;padding:0;font-size:16px}.user-result-list{display:grid;gap:8px}.user-result-list a{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px}.user-result-list__avatar,.post-card__avatar{overflow:hidden}.user-result-list__avatar img,.post-card__avatar img,.profile-widget__avatar img{width:100%;height:100%;object-fit:cover}.post-card__category,.featured-badge,.post-tags span,.sponsored-slot span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgb(72 112 255 / .14);color:inherit;font-size:12px}.post-card__body>.featured-badge{display:none}.post-meta .featured-badge{min-height:22px;padding:0 8px;color:var(--accent-soft);font-weight:760}.is-featured .post-card__body{border-color:rgb(255 196 87 / .8)}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.poll-box{display:grid;gap:8px;margin:12px 0;width:min(100%, 560px)}.poll-box__form{margin:0}.poll-box button{position:relative;width:100%;min-height:42px;border:1px solid var(--border);border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:var(--surface-2);color:inherit;line-height:1;cursor:pointer;transition:border-color 0.2s ease,transform 0.2s ease,background 0.2s ease}.poll-box button:hover,.poll-box button:focus-visible{border-color:var(--accent);background:rgb(72 112 255 / .12)}.poll-box button:active{transform:translateY(1px)}.poll-box__form.is-selected button{border-color:var(--accent)}.poll-box.is-pending button{opacity:.72}.poll-box.has-error button{border-color:rgb(239 68 68 / .75)}.poll-box button::before{content:"";position:absolute;inset:0 auto 0 0;width:var(--poll-width,0%);background:rgb(72 112 255 / .22)}.poll-box button span,.poll-box button strong{position:relative;z-index:1}.switch-field{display:inline-flex;align-items:center}.switch-field input{position:absolute;opacity:0}.switch-field span{width:46px;height:26px;border-radius:999px;background:rgb(148 163 184 / .45);position:relative}.switch-field span::after{content:"";position:absolute;width:20px;height:20px;top:3px;left:3px;border-radius:50%;background:#fff;transition:transform 0.2s ease}.switch-field input:checked+span{background:#4f7cff}.switch-field input:checked+span::after{transform:translateX(20px)}.adult-content-blur .post-card.is-mature:has(.post-card__image) .post-card__image img{filter:blur(14px)}.adult-content-blur .post-card.is-mature.is-mature-revealed:has(.post-card__image) .post-card__image img{filter:none}.adult-content-blur .post-card.is-mature:has(.post-card__image) .post-card__image::after{content:"+18 içerik - görüntülemek için tıkla";position:absolute;inset:0;display:grid;place-items:center;background:rgb(0 0 0 / .38);color:#fff;font-weight:700}.adult-content-blur .post-card.is-mature.is-mature-revealed:has(.post-card__image) .post-card__image::after{display:none}.adult-content-hide .post-card.is-mature:has(.post-card__image){display:none}.xp-note{margin-top:12px;font-weight:700}.sidebar-category-list{display:grid;gap:4px;margin:-4px 0 8px 30px}.sidebar-category-list[hidden]{display:none}.sidebar-category-caret{width:7px;height:7px;margin-left:auto;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 160ms ease}.sidebar-category-toggle[aria-expanded="true"] .sidebar-category-caret{transform:rotate(225deg)}.sidebar-category-list a{min-height:30px;padding:0 8px;font-size:13px}@media (max-width:720px){.quick-post__options{grid-template-columns:1fr}}