@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@600;700;900&display=swap");:root{--bg:#f4f1ea;--bg-elevated:#faf8f3;--bg-card:#fffefb;--bg-hover:#efece4;--bg-input:#f8f6f1;--border:rgba(60,50,38,0.16);--border-subtle:rgba(60,50,38,0.09);--text:#211d18;--text-muted:#5c564d;--text-dim:#8f877a;--accent:#a8502a;--accent-soft:rgba(168,80,42,0.1);--accent-hover:#8f4222;--accent-2:#33413a;--accent-2-soft:rgba(51,65,58,0.08);--accent-warm:#9a6a16;--blue:#60758a;--green:#4e8064;--yellow:#9a7a22;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--sidebar-width:340px;--layout-max:1420px;--header-height:64px;--rail-width:275px;--rail-width-collapsed:88px;--shadow-sm:0 1px 2px rgba(44,35,26,0.04),0 2px 8px rgba(44,35,26,0.03);--shadow-md:0 12px 32px rgba(44,35,26,0.09);--transition:0.15s ease;--font-serif:"Noto Serif SC","Songti SC","SimSun",serif}html.dark{--bg:#181614;--bg-elevated:#201e1b;--bg-card:#1f1d1a;--bg-hover:#26231f;--bg-input:#141210;--border:rgba(235,228,216,0.12);--border-subtle:rgba(235,228,216,0.06);--text:#ebe6dc;--text-muted:#a39e94;--text-dim:#6f6a62;--accent:#c4622d;--accent-soft:rgba(196,98,45,0.14);--accent-hover:#d4753f;--blue:#6b8cae;--green:#5a8f6e;--shadow-sm:0 1px 3px rgba(0,0,0,0.2);--shadow-md:0 8px 24px rgba(0,0,0,0.35)}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-logo-link{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;line-height:0}.brand-logo-img{display:block;height:auto;max-width:100%;image-rendering:-webkit-optimize-contrast}.brand-logo-img--mark{border-radius:7px}.brand-logo-img--auth,.brand-logo-img--full{width:auto}.aiwizz-logo-full{display:inline-flex;align-items:center;gap:10px}.aiwizz-wordmark{display:inline-flex;align-items:baseline;font-weight:800;letter-spacing:0;line-height:1}.aiwizz-wordmark--sm{font-size:1.25rem}.aiwizz-wordmark--md{font-size:1.5rem}.aiwizz-wordmark--lg{font-size:1.75rem}.aiwizz-wordmark-ai{color:var(--accent);background:none;-webkit-text-fill-color:currentColor}.aiwizz-wordmark-wizz{color:var(--text)}.aiwizz-wordmark-tld{margin-left:1px;font-size:.72em;font-weight:700;color:var(--text-dim);letter-spacing:-.03em}.aiwizz-wordmark--auth{font-size:2rem;text-shadow:0 2px 12px rgba(0,0,0,.2);margin-bottom:4px}.aiwizz-wordmark--auth .aiwizz-wordmark-ai{background:linear-gradient(135deg,#ffffff,#c7d8ff);-webkit-background-clip:text;background-clip:text;color:transparent}.aiwizz-wordmark--auth .aiwizz-wordmark-wizz{color:#fff}.aiwizz-wordmark--footer .aiwizz-wordmark-wizz{color:var(--text-muted)}.aiwizz-wordmark--dark .aiwizz-wordmark-ai{color:#d4a173;background:none;-webkit-text-fill-color:currentColor}.aiwizz-wordmark--dark .aiwizz-wordmark-wizz{color:#f8fafc}.aiwizz-wordmark--mono .aiwizz-wordmark-ai,.aiwizz-wordmark--mono .aiwizz-wordmark-wizz{color:#111827;background:none;-webkit-text-fill-color:currentColor}.aiwizz-wordmark--mono .aiwizz-wordmark-tld{color:#6b7280}.digg-wordmark{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;color:var(--text);line-height:1;text-transform:lowercase}.digg-wordmark--sm{font-size:1.375rem}.digg-wordmark--auth{color:#fff;font-size:2rem;text-shadow:0 2px 12px rgba(0,0,0,.25);margin-bottom:8px}.app-shell{display:grid;grid-template-columns:var(--rail-width) minmax(0,1fr);min-height:100vh;background:var(--bg)}.app-shell-center{box-sizing:border-box;width:min(var(--layout-max),calc(100vw - var(--rail-width) - 32px));max-width:none;margin-inline:auto;padding:16px 20px 32px;min-height:100vh}.home-feed{min-width:0;display:flex;flex-direction:column;gap:4px}.app-shell-content{min-width:0;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:4px 4px 8px;box-shadow:var(--shadow-sm)}html.dark .app-shell-content{background:transparent;border-color:transparent;box-shadow:none;padding:0}.app-shell-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,var(--sidebar-width));grid-gap:20px;gap:20px;align-items:start}.app-shell-body--solo{grid-template-columns:minmax(0,1fr);max-width:none}.icon-rail{position:-webkit-sticky;position:sticky;top:0;height:100vh;width:var(--rail-width);display:flex;flex-direction:column;align-items:stretch;padding:8px 12px 12px;background:var(--bg-elevated);border-right:1px solid var(--border-subtle);z-index:20}.icon-rail--collapsed{width:var(--rail-width-collapsed);padding:8px 8px 12px;align-items:center}.app-shell:has(.icon-rail--collapsed){grid-template-columns:var(--rail-width-collapsed) minmax(0,1fr)}.app-shell:has(.icon-rail--collapsed) .app-shell-center{width:min(var(--layout-max),calc(100vw - var(--rail-width-collapsed) - 32px))}.icon-rail-logo{display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:52px;padding:8px 10px;margin:2px 0 6px;border-radius:999px;color:var(--text);transition:background .15s ease}.icon-rail-logo:hover{background:var(--bg-hover)}.icon-rail--collapsed .icon-rail-logo{justify-content:center;width:52px;height:52px;padding:0}.icon-rail-logo-img{display:block;width:28px;height:28px;border-radius:8px;flex-shrink:0}.icon-rail-logo-img--sm{width:26px;height:26px;border-radius:8px}.icon-rail-brand{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1}.icon-rail-nav{display:flex;flex-direction:column;align-items:stretch;gap:2px;flex:1 1;width:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;padding:4px 0}.icon-rail--collapsed .icon-rail-nav{align-items:center}.icon-rail-nav::-webkit-scrollbar{display:none}.icon-rail-link{position:relative;display:flex;align-items:center;gap:16px;min-height:50px;padding:10px 14px;border-radius:999px;color:var(--text);font-size:1.125rem;font-weight:500;line-height:1.2;transition:background .15s ease}.icon-rail--collapsed .icon-rail-link{justify-content:center;width:50px;height:50px;min-height:50px;padding:0}.icon-rail-link:hover{background:var(--bg-hover)}.icon-rail-link.active{font-weight:800}.icon-rail-link.active .icon-rail-link-icon{color:var(--text)}.icon-rail-link-icon{display:grid;place-items:center;width:28px;height:28px;flex-shrink:0;color:var(--text)}.icon-rail-link-label{white-space:nowrap}.icon-rail-actions{display:flex;flex-direction:column;gap:10px;padding-top:8px;margin-top:auto;width:100%}.icon-rail-post{display:grid;place-items:center;min-height:50px;padding:0 20px;border-radius:999px;background:var(--text);color:var(--bg-card);font-size:1.05rem;font-weight:800;letter-spacing:.02em;transition:opacity .15s ease,transform .15s ease}.icon-rail-post:hover{opacity:.9;transform:translateY(-1px)}.icon-rail-post--compact{width:50px;height:50px;min-height:50px;padding:0;font-size:1.5rem;margin:0 auto}.icon-rail-collapse{display:none;place-items:center;width:36px;height:36px;margin:0 auto;border-radius:999px;color:var(--text-dim);background:transparent;border:0;cursor:pointer}.icon-rail-collapse:hover{background:var(--bg-hover);color:var(--text)}.icon-rail-collapse.is-open svg{transform:rotate(180deg)}@media (min-width:1100px){.icon-rail-collapse{display:grid}}.icon-rail-account{display:flex;align-items:center;gap:10px;width:100%;min-height:60px;padding:8px 10px;border-radius:999px;color:var(--text);background:transparent;border:0;cursor:pointer;text-align:left;transition:background .15s ease}.icon-rail--collapsed .icon-rail-account{justify-content:center;width:52px;height:52px;min-height:52px;padding:0;margin:0 auto}.icon-rail-account.is-open,.icon-rail-account:hover{background:var(--bg-hover)}.icon-rail-account-wrap{position:relative;width:100%}.icon-rail-account-menu{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:50;padding:8px 0;border-radius:16px;background:var(--bg-card);border:1px solid var(--border-subtle);box-shadow:0 0 15px rgba(15,20,25,.12),0 0 3px 1px rgba(15,20,25,.08);overflow:hidden}.icon-rail--collapsed .icon-rail-account-menu{left:50%;right:auto;width:240px;transform:translateX(-50%)}.icon-rail-account-menu-item{display:block;width:100%;padding:14px 16px;border:0;background:transparent;color:var(--text);font-size:.9375rem;font-weight:700;text-align:left;cursor:pointer;text-decoration:none}.icon-rail-account-menu-item:hover{background:var(--bg-hover)}.icon-rail-account-avatar{flex-shrink:0;display:grid;place-items:center}.icon-rail-account-avatar .avatar,.icon-rail-account-avatar img{width:40px;height:40px;border-radius:999px;object-fit:cover}.icon-rail-account-avatar .avatar{display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-weight:800;font-size:.875rem}.icon-rail-account-meta{display:flex;flex-direction:column;min-width:0;flex:1 1;line-height:1.25}.icon-rail-account-meta strong{font-size:.9375rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-rail-account-meta span{font-size:.8125rem;color:var(--text-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-rail-account-more{color:var(--text-muted);font-size:1.1rem;letter-spacing:.08em;padding-right:4px}html.dark .icon-rail-post{background:#e7e9ea;color:#0f1419}.icon-rail-bottom,.icon-rail-btn,.icon-rail-btn--avatar,.icon-rail-btn--cat,.icon-rail-btn--ghost,.icon-rail-cat-text,.icon-rail-glyph,.icon-rail-label{display:none}html.dark .icon-rail{box-shadow:none}.submit-center-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:24px;gap:24px;align-items:start}.submit-panel{padding:22px}.submit-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.submit-muted,.submit-panel-desc{font-size:.8125rem;color:var(--text-dim);line-height:1.6}.submit-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.submit-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:8px}.submit-side{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:84px}.submit-quality-card{display:grid;grid-gap:16px;gap:16px}.submit-score{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center}.submit-score strong{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-size:1.25rem}.submit-score span{font-size:.875rem;font-weight:700}.submit-check-list,.submit-story-list{display:flex;flex-direction:column;gap:12px}.submit-check{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.submit-check>span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;font-size:.75rem;font-weight:800;background:var(--bg-hover);color:var(--text-dim)}.submit-check--done>span{background:rgba(78,128,100,.16);color:var(--green)}.submit-check--missing>span{background:rgba(180,95,50,.16);color:var(--accent)}.submit-check strong{display:block;font-size:.8125rem}.submit-check p{margin:2px 0 0;font-size:.75rem;color:var(--text-dim);line-height:1.45}.submit-media-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.submit-media-item{position:relative;width:76px;height:76px}.submit-media-item img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid var(--border-subtle)}.submit-media-remove{position:absolute;top:-7px;right:-7px;width:22px;height:22px;border-radius:999px;background:var(--text);color:var(--bg-card);font-size:.875rem}.submit-stats{display:flex;gap:8px;margin:8px 0 14px;flex-wrap:wrap}.submit-stats span{padding:4px 8px;border-radius:999px;background:var(--bg-hover);color:var(--text-muted);font-size:.75rem;font-weight:700}.submit-story-item{padding-bottom:12px;border-bottom:1px solid var(--border-subtle)}.submit-story-item a:not(.btn){display:block;margin-top:6px;color:var(--text);font-size:.875rem;font-weight:700;line-height:1.45}.submit-story-item p{margin:4px 0 8px;color:var(--text-dim);font-size:.75rem}@media (max-width:1080px){.submit-center-grid{grid-template-columns:1fr}.submit-side{position:static}}@media (max-width:640px){.submit-footer,.submit-panel-head{flex-direction:column;align-items:stretch}.submit-two-col{grid-template-columns:1fr}}.feed-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap;position:relative;z-index:50}.feed-header-left,.feed-header-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.feed-switcher{gap:0;padding:4px 6px;background:var(--bg-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.feed-switcher,.feed-switcher-item{display:inline-flex;align-items:center;border-radius:999px}.feed-switcher-item{gap:6px;padding:8px 14px;font-size:.875rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.feed-switcher-item.active{color:var(--text);background:var(--bg-hover)}.feed-switcher-icon{font-size:.875rem;opacity:.7}.feed-switcher-divider{width:1px;height:20px;background:var(--border)}.feed-switcher-dropdown{position:relative}.feed-switcher-select{position:absolute;inset:0;opacity:0;cursor:pointer}.feed-switcher-chevron{margin-left:2px;font-size:.75rem;opacity:.6}.feed-search-btn,.feed-theme-btn{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-muted);box-shadow:var(--shadow-sm)}.feed-theme-btn{transition:background var(--transition),color var(--transition)}.feed-theme-btn:hover{background:var(--bg-hover);color:var(--text)}.btn-signup{padding:10px 20px;border-radius:var(--radius-sm);background:var(--accent-2);color:#fff;font-size:.875rem;font-weight:700;box-shadow:none}.btn-signup:hover{background:#1f2925}.btn-new-post{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--radius-sm);background:var(--accent-2);color:#fff;font-size:.875rem;font-weight:700}.btn-new-post-icon{font-size:1rem}.home-archived{margin-top:28px}.home-archived .section-title{margin-bottom:12px;font-weight:800;font-size:1rem;padding:0 4px}.feed-stream,.story-list{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.story-list{display:flex;flex-direction:column;gap:0}.feed-card{display:grid;grid-template-columns:minmax(0,1fr) clamp(168px,22%,240px);grid-gap:22px;gap:22px;padding:22px 26px;background:transparent;border:none;border-bottom:1px solid var(--border-subtle);border-radius:0;box-shadow:none}.feed-card:last-child{border-bottom:none}.feed-card--compact{grid-template-columns:minmax(0,1fr) 150px;padding:16px 26px}.feed-card--featured{grid-template-columns:minmax(0,1fr) clamp(200px,28%,300px);padding:26px;background:transparent}.feed-card--featured .feed-card-title{font-size:1.5rem;line-height:1.38}.feed-card--featured .feed-card-media{min-height:176px}.feed-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.feed-card-community{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.feed-card-community-icon{width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:var(--bg-hover);font-size:.6875rem}.feed-card-time{font-size:.75rem;color:var(--text-dim);font-weight:500}.feed-card-title{font-family:var(--font-serif);font-size:1.1875rem;font-weight:700;line-height:1.5;margin-bottom:8px;letter-spacing:.01em;color:var(--text);transition:color var(--transition)}.feed-card-title-link:hover .feed-card-title{color:var(--accent)}.feed-card-summary{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feed-card-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:2px;min-height:32px}.feed-card-actions-left,.feed-card-actions-right{display:flex;align-items:center;gap:10px}.feed-card-actions-right{gap:4px;margin-left:auto}.feed-vote-group{display:inline-flex;align-items:center;gap:1px}.feed-action,.feed-vote-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:30px;height:30px;padding:0 6px;border-radius:var(--radius-sm);color:var(--text-dim);font-size:.8125rem;font-weight:600;background:transparent;transition:color var(--transition),background var(--transition)}.feed-action:hover,.feed-vote-btn:hover{background:var(--bg-hover);color:var(--text-muted)}.feed-vote-btn--active{color:var(--accent)}.feed-vote-btn--active:hover{color:var(--accent-hover);background:var(--accent-soft)}.feed-vote-count{min-width:1.5rem;padding:0 2px;text-align:center;font-size:.8125rem;font-weight:700;color:var(--text);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feed-action--comment{padding-inline:8px}.feed-action--comment span{font-weight:700;color:var(--text)}.feed-action--icon{width:30px;padding:0}.feed-action svg{flex-shrink:0}.feed-card-media{position:relative;display:block;min-height:118px;border-radius:var(--radius-lg);align-self:start;box-shadow:inset 0 0 0 1px rgba(60,50,38,.06)}.feed-card-media--spotlight{min-height:138px}.feed-card-media--hero{width:100%;min-height:160px;margin:0;aspect-ratio:4/3;max-height:200px}.feed-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feed-card-media-icon{position:absolute;inset:0;display:grid;place-items:center;font-size:2.5rem;opacity:.25}.feed-card-source{position:absolute;right:10px;bottom:10px;padding:4px 10px;border-radius:4px;background:rgba(0,0,0,.72);font-size:.6875rem;font-weight:700;color:#fff;z-index:1}.right-panel{position:-webkit-sticky;position:sticky;top:16px}.right-panel-shell{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:20px}.right-panel-section+.right-panel-section{margin-top:18px;padding-top:18px;border-top:1px solid var(--border-subtle)}.right-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.right-panel-head h3{font-family:var(--font-serif);font-size:1rem;font-weight:700;letter-spacing:.02em}.eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:2px}.right-panel-chevron{color:var(--text-dim);font-size:1.125rem}.daily-player-brand-row{display:flex;align-items:center;gap:12px}.digg-logo-mark-link{display:inline-flex;flex-shrink:0;text-decoration:none}.daily-player-meta{display:flex;flex-direction:column;gap:2px}.daily-player-brand{font-size:1rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.daily-player-date{font-size:.75rem;color:var(--text-dim);font-weight:500}.daily-player-subtitle{margin:10px 0 0;font-size:.8125rem;color:var(--text-dim);line-height:1.4}.daily-player-progress-wrap{margin-top:14px}.daily-player-times{display:flex;justify-content:space-between;font-size:.6875rem;font-weight:600;color:var(--text-dim);margin-bottom:8px}.daily-player-bar{display:block;width:100%;border:none;padding:0;height:4px;background:#e3e6ec;border-radius:999px;cursor:pointer;position:relative;overflow:visible}.daily-player-progress{display:block;height:100%;background:var(--blue);border-radius:inherit;pointer-events:none}.daily-player-thumb{position:absolute;top:50%;width:10px;height:10px;margin-left:-5px;border-radius:999px;background:var(--blue);border:2px solid #fff;box-shadow:0 1px 4px rgba(46,105,255,.35);transform:translateY(-50%);pointer-events:none;opacity:0;transition:opacity .15s ease}.daily-player--playing .daily-player-thumb,.daily-player-bar:hover .daily-player-thumb{opacity:1}.daily-player-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.daily-player-transport{display:flex;align-items:center;gap:6px}.daily-transport-btn{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;color:var(--text-muted);background:transparent;transition:background var(--transition),color var(--transition),transform .15s ease}.daily-transport-btn:hover{background:var(--bg-hover);color:var(--text)}.daily-transport-btn:active{transform:scale(.94)}.daily-play-btn{width:48px!important;height:48px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:var(--blue)!important;color:#fff!important;box-shadow:0 6px 18px rgba(46,105,255,.32);transition:transform .15s ease,box-shadow .15s ease,background .15s ease!important}.daily-play-btn:hover{background:var(--accent-hover)!important;box-shadow:0 8px 22px rgba(46,105,255,.38)}.daily-play-btn:active{transform:scale(.96)}.daily-chapters-btn{margin-left:auto;flex-shrink:0;align-self:center;min-width:82px;min-height:58px;height:auto!important;padding:0!important;border:none;border-radius:999px!important;background:var(--bg-hover)!important;display:inline-flex!important;align-items:center;justify-content:center;color:var(--text-muted);transition:background var(--transition),color var(--transition);overflow:hidden}.daily-chapters-btn:hover{background:#e8ebf0!important;color:var(--text)}.daily-chapters-inner{flex-direction:column;gap:5px;padding:10px 16px 11px;line-height:1}.daily-chapters-icon,.daily-chapters-inner{display:flex;align-items:center;justify-content:center}.daily-chapters-icon{flex-shrink:0;line-height:0}.daily-chapters-label{display:block;font-size:.6875rem;font-weight:700;line-height:1.15;letter-spacing:-.01em;white-space:nowrap}.daily-featured{display:flex;flex-direction:column;gap:4px;margin:10px 0 12px;padding:10px 12px;border-radius:var(--radius-md);background:var(--bg-hover);border:1px solid var(--border-subtle);text-decoration:none;color:inherit}.daily-featured:hover{border-color:var(--accent-soft)}.daily-featured-label{font-size:.6875rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}.daily-featured-title{font-size:.8125rem;font-weight:600;line-height:1.4;color:var(--text)}.daily-read-progress{font-size:.6875rem;color:var(--text-dim)}.daily-chapters-list{list-style:none;margin:10px 0 0;padding:0;border-top:1px solid var(--border-subtle)}.daily-chapter-link{display:grid;grid-template-columns:20px 1fr auto;grid-gap:8px;gap:8px;align-items:start;padding:8px 0;border-bottom:1px solid var(--border-subtle);font-size:.8125rem;color:var(--text-muted)}.daily-chapter-link:hover{color:var(--accent)}.daily-chapter-num{font-weight:700;color:var(--text-dim)}.daily-chapter-title{line-height:1.35;color:var(--text)}.daily-chapter-diggs{font-size:.6875rem;white-space:nowrap}.daily-player-loading{font-size:.8125rem;color:var(--text-dim);margin:12px 0 4px}.community-discover-list{display:flex;flex-direction:column;gap:14px}.community-discover-item{display:flex;align-items:center;gap:8px}.community-discover-link{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center;flex:1 1;min-width:0;color:inherit;text-decoration:none}.community-discover-avatar{position:relative;width:40px;height:40px;place-items:center;font-size:.6875rem}.community-discover-avatar,.community-discover-plus{border-radius:999px;display:grid;color:#fff;font-weight:800;flex-shrink:0}.community-discover-plus{width:28px;height:28px;background:var(--green);font-size:.875rem;place-items:center;border:2px solid var(--bg-card);cursor:pointer}.community-discover-meta strong{display:block;font-size:.8125rem;font-weight:700}.community-discover-meta span{font-size:.6875rem;color:var(--text-dim)}.trending-list{display:flex;flex-direction:column;gap:16px}.trending-item{display:grid;grid-template-columns:minmax(0,1fr) 52px;grid-gap:10px;gap:10px}.trending-meta-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.trending-badge{font-size:.625rem;font-weight:800;letter-spacing:.08em;color:var(--accent);padding:1px 6px;border-radius:4px;background:var(--accent-soft)}.trending-time{font-size:.6875rem;color:var(--text-dim)}.trending-item{padding:2px;margin:-2px;border-radius:var(--radius-md);transition:background var(--transition)}.trending-item:hover{background:var(--bg-hover)}.trending-item h4{font-size:.8125rem;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trending-stats{display:flex;gap:10px;margin-top:6px;font-size:.6875rem;color:var(--text-dim)}.trending-thumb{border-radius:10px;min-height:52px;position:relative}.trending-link-icon{position:absolute;right:4px;bottom:4px;font-size:.625rem;background:rgba(255,255,255,.9);border-radius:4px;padding:2px 4px}.auth-page--clay{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(160deg,#0a3fd0,#1a5cff 45%,#0d2a8a);overflow:hidden}.auth-clay-backdrop{position:absolute;inset:0;pointer-events:none}.auth-clay-item{position:absolute;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2));-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-page-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(420px,100%)}.auth-card--clay{width:100%;padding:32px 28px 24px;background:#fff;border-radius:24px;box-shadow:0 24px 64px rgba(0,0,0,.2)}.auth-card--clay .auth-title{font-size:1.375rem;font-weight:800;text-align:center;margin-bottom:8px}.auth-card--clay .auth-subtitle{text-align:center;color:var(--text-muted);font-size:.875rem;margin-bottom:24px;line-height:1.5}.auth-oauth-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;margin-bottom:10px;border-radius:12px;border:1px solid var(--border);background:#fff;font-size:.9375rem;font-weight:600;color:var(--text)}.auth-oauth-icon{width:22px;height:22px;display:grid;place-items:center;font-weight:800;font-size:.875rem}.auth-oauth-icon--google{background:linear-gradient(135deg,#4285f4,#ea4335,#fbbc05,#34a853);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-or{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--text-dim);font-size:.75rem;font-weight:700}.auth-or:after,.auth-or:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-field{margin-bottom:14px}.auth-field-label{display:block;font-size:.75rem;font-weight:700;color:var(--blue);margin-bottom:6px}.auth-field-input{width:100%;padding:14px 16px;border-radius:12px;border:2px solid var(--blue);background:var(--bg-input);color:var(--text);font-size:.9375rem}.auth-field-input::placeholder{color:#6b8cae}.auth-field-input--ok{border-color:#16a34a}.auth-field-input--error{border-color:#dc2626}.auth-field-feedback{margin:6px 0 0;font-size:.75rem;line-height:1.4}.auth-field-feedback--checking{color:#6b8cae}.auth-field-feedback--available{color:#16a34a}.auth-field-feedback--unavailable{color:#dc2626}.auth-code-row{display:flex;gap:8px;align-items:stretch}.auth-code-row .auth-field-input{flex:1 1;min-width:0}.auth-code-send-row{margin-top:10px;display:flex;justify-content:center}.auth-code-send-row .auth-code-btn{width:100%;max-width:280px;padding:10px 14px}.auth-code-hint--muted{color:var(--text-dim)}.auth-code-hint--dev{color:var(--yellow)}.auth-code-btn{flex-shrink:0;padding:0 14px;border-radius:12px;border:2px solid var(--blue);background:var(--bg-elevated);color:var(--text);font-size:.8125rem;font-weight:600;white-space:nowrap}.auth-code-btn:disabled{opacity:.55;cursor:not-allowed}.auth-code-hint{margin-top:6px;font-size:.75rem;color:var(--accent);line-height:1.5}.auth-continue{width:100%;margin-top:8px;padding:14px;border-radius:999px;background:#e5e7eb;color:#9ca3af;font-size:1rem;font-weight:700}.auth-continue--active{background:#1f2937;color:#fff}.auth-legal,.auth-switch{margin-top:18px;font-size:.75rem;color:var(--text-dim);text-align:center;line-height:1.6}.auth-legal a,.auth-switch a{color:var(--blue);font-weight:600}.load-more{display:block;width:100%;margin-top:14px;padding:12px;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);font-weight:600}.site-footer{margin-top:28px;padding:18px 24px 0;border-top:1px solid var(--border-subtle);background:transparent}.site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-bottom:6px}.site-footer-left{display:flex;flex-direction:column;gap:4px}.site-footer .aiwizz-wordmark{font-size:1.125rem;line-height:1.2}.site-footer-copy{margin:0;font-size:.75rem;font-weight:500;color:var(--text-dim);line-height:1.4}.site-footer-domain{color:var(--text-dim);font-weight:600;text-decoration:none}.site-footer-domain:hover{color:var(--accent)}.site-footer-icp{color:var(--text-dim);text-decoration:none;transition:color var(--transition)}.site-footer-icp:hover{color:var(--text-muted)}.site-footer-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.site-footer-links a{font-size:.8125rem;font-weight:600;color:var(--text-muted);padding:6px 10px;border-radius:8px;transition:color var(--transition),background var(--transition)}.site-footer-links a:hover{color:var(--accent);background:var(--accent-soft)}@media (max-width:768px){.site-footer{padding-bottom:56px}.site-footer-inner{flex-direction:column;align-items:flex-start;gap:12px}.site-footer-links{margin-left:-6px}}.page-shell{padding:4px 0 24px}.page-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em}.page-lead{margin-top:8px;color:var(--text-muted)}.story-detail-inner{background:var(--bg-card);border-radius:var(--radius-xl);padding:28px 32px;box-shadow:var(--shadow-sm);width:100%;max-width:none}.story-detail{padding:0;width:100%}.feed-toolbar,.guest-banner,.home-hero,.pulse-card,.site-header{display:none}.main-layout{display:block}.sidebar{display:none}.admin-sidebar,.admin-topbar,.community-panel,.dashboard-sidebar,.dashboard-topbar,.data-table,.highlight-card,.sidebar-section,.stat-card{background:var(--bg-card);border-color:var(--border-subtle)}.community-beta-page{width:100%}.community-beta-header{padding:20px 24px 16px;border-bottom:1px solid var(--border-subtle)}.community-beta-title-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.community-beta-icon{font-size:1.5rem}.community-beta-slug{font-size:1.5rem;font-weight:900;letter-spacing:-.03em}.community-beta-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:12px;line-height:1.5}.community-beta-actions{display:flex;align-items:center;gap:12px}.community-beta-members{font-size:.8125rem;color:var(--text-dim);font-weight:600}.community-join-btn{padding:8px 18px;border-radius:999px;border:1px solid var(--border);background:var(--text);color:var(--bg);font-weight:700;font-size:.8125rem;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.community-join-btn:hover{transform:translateY(-1px)}.community-join-btn--joined{background:var(--bg-card);color:var(--text);border-color:var(--border-subtle)}.community-beta-feed{margin-top:0}.community-discover-plus--joined{background:var(--accent)!important;color:#fff!important}.trending-thumb-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}@media (max-width:1080px){.app-shell-center{width:min(var(--layout-max),calc(100vw - var(--rail-width) - 16px))}.app-shell-body{grid-template-columns:1fr}.right-panel{position:static;max-width:520px}}@media (max-width:768px){.app-shell{grid-template-columns:1fr}.app-shell:has(.icon-rail--collapsed){grid-template-columns:1fr}.icon-rail{display:none}.app-shell-center{width:100%;padding:12px 12px 72px}.feed-card{grid-template-columns:1fr}.mobile-nav{display:flex!important}}.feed-source-pills{display:flex;flex-wrap:wrap;gap:8px}.feed-source-pill{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--text-muted);background:var(--bg-hover);border:1px solid var(--border-subtle)}.dev-mode-badge{position:fixed;right:16px;bottom:16px;z-index:9998;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.dev-mode-badge>*{pointer-events:auto}.dev-mode-badge-trigger{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 8px;border:1px solid var(--border);border-radius:999px;background:var(--bg-card);box-shadow:var(--shadow-md);cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition)}.dev-mode-badge-trigger:hover{border-color:var(--accent);box-shadow:0 6px 24px rgba(46,105,255,.15)}.dev-mode-badge-mark{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-hover))}.dev-mode-badge-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:72px}.dev-mode-badge-title{font-size:.75rem;font-weight:700;color:var(--text);line-height:1.2}.dev-mode-badge-status{font-size:.6875rem;color:var(--text-dim);line-height:1.2}.dev-mode-badge-status--building{color:var(--yellow)}.dev-mode-badge-status--ready{color:var(--green)}.dev-mode-badge-status--error{color:#ef4444}.dev-mode-badge-panel{width:min(280px,calc(100vw - 32px));padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow-md)}.dev-mode-badge-heading{font-size:.875rem;font-weight:700;margin-bottom:10px}.dev-mode-badge-list{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:6px}.dev-mode-badge-list li{display:flex;justify-content:space-between;gap:12px;font-size:.8125rem;color:var(--text-muted)}.dev-mode-badge-list strong{color:var(--text);font-weight:600}.dev-mode-badge-hint{font-size:.75rem;color:var(--text-dim);line-height:1.45;margin-bottom:12px}.dev-mode-badge-actions{display:flex;justify-content:flex-end;gap:8px}@media (max-width:640px){.dev-mode-badge{right:12px;bottom:72px}}.auth-flow-card,.verify-email-card{max-width:440px}.auth-flow-icon,.verify-email-icon{width:56px;height:56px;margin:0 auto 12px;display:grid;place-items:center;font-size:1.75rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px}.auth-flow-steps,.verify-steps{display:flex;gap:8px;margin-bottom:22px}.auth-flow-step,.verify-step{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 4px;border-radius:10px;opacity:.45;transition:opacity var(--transition)}.auth-flow-step.active,.auth-flow-step.done,.verify-step.active,.verify-step.done{opacity:1}.auth-flow-step-num,.verify-step-num{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:800;background:#e5e7eb;color:#6b7280}.auth-flow-step.active .auth-flow-step-num,.verify-step.active .verify-step-num{background:var(--blue);color:#fff}.auth-flow-step.done .auth-flow-step-num,.verify-step.done .verify-step-num{background:var(--green);color:#fff}.auth-flow-step-label,.verify-step-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-align:center}.auth-flow-purpose-tabs,.verify-purpose-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:18px}.auth-flow-purpose-tab,.verify-purpose-tab{padding:10px 12px;border-radius:12px;border:2px solid var(--border);background:var(--bg-elevated);font-size:.875rem;font-weight:600;color:var(--text-muted);transition:all var(--transition)}.auth-flow-purpose-tab.active,.verify-purpose-tab.active{border-color:var(--blue);background:#eff6ff;color:var(--blue)}.auth-flow-tip,.verify-email-tip{font-size:.8125rem;color:var(--text-dim);margin:-6px 0 14px;line-height:1.5}.auth-flow-otp-block,.verify-otp-block{margin-bottom:14px}.auth-flow-otp-block .auth-field-label,.verify-otp-block .auth-field-label{text-align:center;margin-bottom:12px}.otp-input{display:flex;justify-content:center;gap:8px}.otp-input-cell{width:44px;height:52px;text-align:center;font-size:1.375rem;font-weight:800;border-radius:12px;border:2px solid var(--blue);background:var(--bg-input);color:var(--text)}.otp-input-cell:focus{outline:none;box-shadow:0 0 0 3px rgba(46,105,255,.2)}.auth-flow-resend-row,.verify-resend-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.auth-flow-resend-btn,.verify-resend-btn{flex:1 1}.auth-flow-faq,.verify-faq{margin:18px 0 0;padding:12px 14px 12px 28px;background:var(--bg-elevated);border-radius:12px;font-size:.75rem;color:var(--text-dim);line-height:1.65}.auth-flow-done,.verify-done-panel{text-align:center;padding:8px 0 4px}.auth-flow-done-check,.verify-done-check{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:2rem;font-weight:800;display:grid;place-items:center}.auth-flow-done-text,.verify-done-text{font-size:.9375rem;margin-bottom:8px}.auth-flow-done-sub,.verify-done-sub{font-size:.8125rem;color:var(--text-muted);margin-bottom:20px;line-height:1.5}.auth-flow-done-back,.verify-done-back{margin-top:12px}.auth-flow-hero,.verify-email-hero{text-align:center;margin-bottom:4px}.auth-flow-icon--pulse,.verify-email-icon--pulse{animation:auth-flow-icon-pulse 2s ease-in-out infinite}@keyframes auth-flow-icon-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(26,92,255,.2)}50%{transform:scale(1.04);box-shadow:0 0 0 8px rgba(26,92,255,0)}}.auth-flow-panel,.verify-step-panel{animation:auth-flow-panel-in .35s ease}@keyframes auth-flow-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-flow-email-wrap,.verify-email-input-wrap{position:relative}.auth-flow-email-wrap--valid .auth-field-input,.verify-email-input-wrap--valid .auth-field-input{border-color:var(--green);padding-right:40px}.auth-flow-email-check,.verify-email-check{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--green);font-weight:800;font-size:1rem}.auth-flow-mail-preview,.verify-mail-preview{margin:4px 0 16px;padding:12px 14px;border-radius:12px;border:1px dashed var(--border);background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.auth-flow-mail-preview-head,.verify-mail-preview-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;font-size:.75rem}.auth-flow-mail-preview-from,.verify-mail-preview-from{font-weight:800;color:var(--blue)}.auth-flow-mail-preview-subj,.verify-mail-preview-subj{color:var(--text-dim);font-weight:600}.auth-flow-mail-preview-body,.verify-mail-preview-body{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;background:#fff;border-radius:10px}.auth-flow-mail-preview-code,.verify-mail-preview-code{letter-spacing:6px;font-size:1.125rem;font-weight:800;color:var(--blue)}.auth-flow-mail-preview-note,.verify-mail-preview-note{font-size:.6875rem;color:var(--text-dim)}.auth-flow-sent-banner,.verify-sent-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;margin-bottom:16px;border-radius:12px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:.8125rem;line-height:1.5}.auth-flow-sent-banner-icon,.verify-sent-banner-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#10b981;color:#fff;display:grid;place-items:center;font-size:.75rem;font-weight:800}.auth-flow-countdown-bar,.verify-countdown-bar{height:3px;border-radius:999px;background:#e5e7eb;margin-bottom:12px;overflow:hidden}.auth-flow-countdown-fill,.verify-countdown-fill{display:block;height:100%;background:linear-gradient(90deg,var(--blue),#60a5fa);transition:width 1s linear}.auth-flow-sent-time,.verify-sent-time{text-align:center;font-size:.6875rem;color:var(--text-dim);margin:-4px 0 10px}.auth-flow-btn-loading,.verify-btn-loading{display:inline-flex;align-items:center;justify-content:center;gap:8px}.auth-flow-spinner,.verify-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:auth-flow-spin .7s linear infinite}@keyframes auth-flow-spin{to{transform:rotate(1turn)}}.auth-flow-shake,.verify-shake{animation:auth-flow-shake .45s ease}@keyframes auth-flow-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}.auth-forgot-row{margin:-4px 0 8px;text-align:right;font-size:.8125rem}.auth-forgot-row a{color:var(--blue);font-weight:600}html.dark .auth-flow-mail-preview,html.dark .verify-mail-preview{background:linear-gradient(180deg,#1e293b,#0f172a);border-color:var(--border-subtle)}html.dark .auth-flow-mail-preview-body,html.dark .verify-mail-preview-body{background:var(--bg-card)}html.dark .auth-flow-sent-banner,html.dark .verify-sent-banner{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.35);color:#6ee7b7}.x-profile{max-width:600px;margin:0 auto;border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);min-height:100vh;background:var(--bg-card)}.x-profile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:18px;padding:10px 16px;background:color-mix(in srgb,var(--bg-card) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle)}.x-profile-back{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;font-size:1.1rem;color:var(--text)}.x-profile-back:hover{background:var(--bg-hover)}.x-profile-topbar-meta{display:flex;flex-direction:column;line-height:1.2}.x-profile-topbar-meta strong{display:inline-flex;align-items:center;gap:6px;font-size:1.1rem;font-weight:800}.x-profile-topbar-meta span{font-size:.8125rem;color:var(--text-dim)}.x-profile-banner{position:relative;height:200px;width:100%;overflow:hidden}.x-profile-banner--image{background-position:50%!important;background-size:cover!important}.x-profile-banner-glow{position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.18),transparent 36%),radial-gradient(circle at 78% 18%,rgba(29,155,240,.25),transparent 24%);mix-blend-mode:screen}.x-profile-head{padding:0 16px 12px}.x-profile-avatar-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:-68px;margin-bottom:12px}.x-profile-avatar{overflow:hidden;display:grid;place-items:center;width:134px;height:134px;border-radius:999px;border:4px solid var(--bg-card);background:var(--accent-soft);color:var(--accent);font-size:3rem;font-weight:800}.x-profile-avatar--image img{width:100%;height:100%;object-fit:cover}.x-profile-actions{display:flex;align-items:center;gap:8px;padding-bottom:8px}.x-profile-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;font-size:.9375rem;font-weight:800;border:1px solid transparent;cursor:pointer;text-decoration:none}.x-profile-btn--solid{background:var(--text);color:var(--bg-card)}.x-profile-btn--outline{background:transparent;color:var(--text);border-color:var(--border)}.x-profile-btn--outline:hover,.x-profile-btn--solid:hover{opacity:.9}.x-profile-name{display:flex;align-items:center;gap:6px;font-size:1.35rem;font-weight:800;margin:0;line-height:1.2}.x-profile-badge{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#1d9bf0;color:#fff;font-size:.7rem;font-weight:800}.verified-badge-wrap{position:relative;display:inline-flex;align-items:center;vertical-align:middle}.verified-badge{display:inline-grid;place-items:center;width:18px;height:18px;padding:0;border:0;border-radius:999px;cursor:pointer;color:#fff;line-height:0}.verified-badge--blue{background:#1d9bf0}.verified-badge--gold{background:#e2b719}.verified-badge--grey{background:#829aab}.verified-badge:hover{filter:brightness(1.06)}.verified-popup{position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:min(320px,78vw);padding:16px;border-radius:16px;background:#fff;color:#0f1419;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 12px 32px rgba(0,0,0,.16)}.verified-popup-title{font-size:1.25rem;font-weight:800;margin-bottom:14px}.verified-popup-list{list-style:none;margin:0 0 16px;padding:0;display:grid;grid-gap:14px;gap:14px}.verified-popup-list li{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;align-items:start}.verified-popup-list p{margin:0;font-size:.9375rem;line-height:1.35;color:#536471}.verified-popup-list strong{color:#0f1419;font-weight:700}.verified-popup-list a{color:#1d9bf0;margin-left:4px}.verified-popup-ico{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;color:#fff}.verified-popup-ico--muted{background:transparent;color:#0f1419}.verified-popup-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;border-radius:999px;background:#0f1419;color:#fff;font-weight:700;text-decoration:none}.verified-popup-cta:hover{background:#272c30}.verified-page{max-width:720px;margin:0 auto;padding:24px 16px 64px}.verified-page-hero h1{display:flex;align-items:center;gap:8px;font-size:1.75rem;margin:0 0 8px}.verified-page-hero p,.verified-page-note{color:var(--text-muted);line-height:1.55}.verified-page-card{margin-top:20px;padding:18px 0;border-top:1px solid var(--border,#e7e9ea)}.verified-page-card h2{font-size:1.1rem;margin:0 0 12px}.verified-page-card ul{margin:0;padding-left:1.2em;line-height:1.65}.verified-page-warn{color:#b47b00;margin-bottom:12px}.verified-page-warn a{margin-left:6px;color:#1d9bf0}.verified-form{display:grid;grid-gap:14px;gap:14px}.verified-form label{display:grid;grid-gap:6px;gap:6px;font-size:.875rem;font-weight:600}.verified-form input,.verified-form select,.verified-form textarea{width:100%;padding:10px 12px;border:1px solid var(--border,#cfd9de);border-radius:10px;font:inherit;background:#fff}.x-profile-handle{color:var(--text-dim);font-size:.9375rem;margin-bottom:10px}.x-profile-bio{font-size:.95rem;line-height:1.5;margin:0 0 10px;color:var(--text)}.x-profile-joined{color:var(--text-dim);font-size:.875rem;margin-bottom:10px}.x-profile-follow-counts{display:flex;flex-wrap:wrap;gap:14px;font-size:.875rem;color:var(--text-dim)}.x-profile-follow-counts a{color:inherit}.x-profile-follow-counts strong{color:var(--text);font-weight:800;margin-right:4px}.x-profile-rank{margin-left:auto}.x-profile-spotlight{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:16px}.x-profile-spotlight span{min-height:70px;padding:12px;border:1px solid var(--border-subtle);border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--bg-elevated) 78%,transparent),color-mix(in srgb,var(--accent-soft) 20%,transparent));color:var(--text-dim);font-size:.78rem;font-weight:700}.x-profile-spotlight strong{display:block;margin-bottom:4px;color:var(--text);font-size:1.1rem;font-weight:900}.x-profile-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border-subtle);margin-top:8px}.x-profile-tab{position:relative;min-height:52px;border:0;background:transparent;color:var(--text-dim);font-size:.9375rem;font-weight:600;cursor:pointer}.x-profile-tab:hover{background:var(--bg-hover)}.x-profile-tab.active{color:var(--text);font-weight:800}.x-profile-tab.active:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:56px;height:4px;border-radius:999px;background:#1d9bf0}.x-profile-timeline{min-height:240px}.x-profile-empty{padding:40px 20px;text-align:center;color:var(--text-dim)}.x-profile-post{padding:12px 16px;border-bottom:1px solid var(--border-subtle)}.x-profile-post--link{display:block;color:inherit;text-decoration:none}.x-profile-post--link:hover{background:var(--bg-hover)}.x-profile-pinned{font-size:.75rem;font-weight:700;color:var(--text-dim);margin:0 0 6px 52px}.x-profile-post-row{display:flex;gap:12px}.x-profile-post-avatar{width:40px!important;height:40px!important;flex-shrink:0;overflow:hidden}.x-profile-post-avatar img{width:100%;height:100%;object-fit:cover}.x-profile-post-body{min-width:0;flex:1 1}.x-profile-post-head{display:flex;flex-wrap:wrap;gap:4px 6px;font-size:.875rem;color:var(--text-dim);margin-bottom:4px}.x-profile-post-head strong{display:inline-flex;align-items:center;gap:4px;color:var(--text);font-weight:800}.x-profile-post-title{display:block;font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:4px}.x-profile-post-summary{margin:0 0 8px;color:var(--text-muted);font-size:.9rem;line-height:1.45}.x-profile-post-stats{display:flex;flex-wrap:wrap;gap:14px;font-size:.8125rem;color:var(--text-dim)}.x-profile-media-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}.x-profile-media-card{display:flex;flex-direction:column;justify-content:flex-end;gap:6px;min-height:140px;padding:12px;background:linear-gradient(160deg,var(--bg-hover),var(--bg-elevated));color:var(--text);text-decoration:none}.x-profile-media-card strong{font-size:.875rem;line-height:1.3}.x-profile-media-card span{font-size:.75rem;color:var(--text-dim)}@media (max-width:640px){.x-profile{border:0}.x-profile-banner{height:140px}.x-profile-avatar{width:96px;height:96px;font-size:2.2rem}.x-profile-avatar-row{margin-top:-48px}.x-profile-spotlight{grid-template-columns:1fr}}.profile-edit-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}.profile-edit-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-edit-card{position:relative;width:min(640px,calc(100vw - 28px));min-height:min(520px,calc(100vh - 40px));max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:auto;border-radius:18px;background:#fff;color:#0f1419;box-shadow:0 24px 70px rgba(15,23,42,.26)}.profile-edit-card--unified{min-height:0}.profile-edit-title{justify-self:start;font-size:1.05rem;font-weight:800}.profile-edit-canvas{position:relative;margin-bottom:64px}.profile-edit-header-slot{display:block}.profile-edit-avatar-slot{position:absolute;left:16px;bottom:-52px;z-index:2}.profile-edit-fields{padding:8px 20px 24px}.profile-image-picker{position:relative}.profile-image-picker--header .profile-image-picker-hit{display:block;width:100%;height:160px;border:0;padding:0;overflow:hidden;background:linear-gradient(135deg,#536471,#0f1419);cursor:pointer}.profile-image-picker--header img{width:100%;height:100%;object-fit:cover;display:block}.profile-image-picker-empty{display:grid;place-items:center;height:100%;color:rgba(255,255,255,.85);font-size:.95rem;font-weight:600}.profile-image-picker--avatar .profile-image-picker-hit{width:108px;height:108px;border-radius:999px;border:4px solid #fff;padding:0;overflow:hidden;background:#eff3f4;cursor:pointer;display:grid;place-items:center}.profile-image-picker--avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-image-picker-initial{font-size:2.4rem;font-weight:800;color:#536471;line-height:1}.profile-image-picker-cam{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.28);color:#fff;font-size:1.4rem;opacity:0;transition:opacity .15s ease;pointer-events:none}.profile-image-picker--avatar .profile-image-picker-cam{border-radius:999px}.profile-image-picker-cam:before{content:"";width:28px;height:28px;border-radius:8px;border:2px solid #fff;box-shadow:inset 0 0 0 5px transparent;background:radial-gradient(circle at 50% 50%,#fff 0 3px,transparent 4px),linear-gradient(#fff,#fff) center 6px /12px 2px no-repeat}.profile-image-picker-hit:focus-visible .profile-image-picker-cam,.profile-image-picker-hit:hover .profile-image-picker-cam{opacity:1}.profile-image-picker-hit:disabled{cursor:wait}.profile-image-picker-hit:disabled .profile-image-picker-cam{opacity:1}.profile-image-picker-hit:disabled .profile-image-picker-cam:before{display:none}.profile-image-picker-clear{margin-top:8px;border:0;background:transparent;color:#1d9bf0;font-size:.8125rem;font-weight:650;cursor:pointer;padding:0}.profile-image-picker--avatar .profile-image-picker-clear{position:absolute;left:118px;bottom:8px;white-space:nowrap}.profile-form-media{position:relative;margin-bottom:64px;border-radius:14px;overflow:visible}.profile-form-media .profile-image-picker--header .profile-image-picker-hit{border-radius:14px 14px 0 0}.profile-form-media .profile-image-picker--avatar{position:absolute;left:16px;bottom:-52px}.profile-edit-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:grid;grid-template-columns:44px 1fr 86px;align-items:center;padding:10px 16px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-edit-apply,.profile-edit-icon-btn{border:0;cursor:pointer}.profile-edit-icon-btn{width:36px;height:36px;border-radius:999px;background:transparent;color:#0f1419;font-size:1.3rem}.profile-edit-icon-btn:hover{background:#eff3f4}.profile-edit-x{justify-self:center;font-size:2rem;line-height:1;font-weight:500}.profile-edit-apply{justify-self:end;min-height:34px;padding:0 18px;border-radius:999px;background:#0f1419;color:#fff;font-weight:850}.profile-edit-apply:disabled,.profile-edit-next:disabled{opacity:.55;cursor:not-allowed}.profile-edit-step{width:min(460px,calc(100% - 48px));margin:28px auto 18px}.profile-edit-step h2{margin:0 0 8px;font-size:clamp(1.8rem,4vw,2.25rem);line-height:1.08;letter-spacing:-.04em}.profile-edit-step p{margin:0 0 34px;color:#536471;font-size:1rem}.profile-edit-avatar-picker,.profile-edit-header-picker{position:relative;display:grid;place-items:center;border:0;cursor:pointer;margin:0 auto;background:#b8b8b8;color:#fff;overflow:hidden}.profile-edit-avatar-picker{width:184px;height:184px;border-radius:999px}.profile-edit-avatar-picker img,.profile-edit-header-picker img{width:100%;height:100%;object-fit:cover}.profile-edit-avatar-picker>span{display:grid;place-items:center;width:100%;height:100%;background:#9aa3aa;color:#44515d;font-size:4rem;font-weight:900}.profile-edit-avatar-picker b,.profile-edit-header-picker b{position:absolute;display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:rgba(15,20,25,.68);color:#fff;font-size:0}.profile-edit-avatar-picker b:before,.profile-edit-header-picker b:before{content:"📷";font-size:1.2rem}.profile-edit-header-picker{width:100%;height:136px;border-radius:0}.profile-edit-mini-user{margin-top:10px;display:grid;grid-template-columns:76px 1fr;grid-column-gap:14px;column-gap:14px;align-items:end}.profile-edit-mini-user span{grid-row:span 2;width:76px;height:76px;display:grid;place-items:center;overflow:hidden;border:4px solid #fff;border-radius:999px;background:#34d399;color:#fff;font-size:1.6rem;font-weight:900;transform:translateY(-26px)}.profile-edit-mini-user img{width:100%;height:100%;object-fit:cover}.profile-edit-mini-user strong{font-size:1.25rem;font-weight:900}.profile-edit-mini-user em{color:#536471;font-style:normal}.profile-edit-field{position:relative;display:block;margin-bottom:12px;border:1px solid #cfd9de;border-radius:5px;padding:8px 10px 10px}.profile-edit-field:focus-within{border-color:#1d9bf0;box-shadow:0 0 0 1px #1d9bf0}.profile-edit-field span{display:block;color:#536471;font-size:.78rem;margin-bottom:4px}.profile-edit-field input,.profile-edit-field textarea{width:100%;border:0;outline:0;background:transparent;color:#0f1419;font:inherit}.profile-edit-field textarea{resize:vertical;min-height:78px}.profile-edit-field--bio em{position:absolute;right:10px;top:10px;color:#536471;font-style:normal;font-size:.82rem}.profile-edit-hint{display:block;margin:-4px 0 16px;color:#536471}.profile-edit-message{width:min(460px,calc(100% - 48px));margin:0 auto 10px;color:#ef4444;font-size:.9rem}.profile-edit-footer{margin-top:auto;padding:18px 48px 24px;border-top:1px solid #eff3f4}.profile-edit-next{width:100%;min-height:52px;border:1px solid #cfd9de;border-radius:999px;background:#fff;color:#0f1419;cursor:pointer;font-size:1rem;font-weight:900}.profile-edit-next:hover{background:#f7f9f9}:root{--ease-out-expo:cubic-bezier(0.22,1,0.36,1);--ease-out-quart:cubic-bezier(0.25,1,0.5,1);--motion-fast:0.22s;--motion-base:0.38s;--motion-slow:0.55s}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{scroll-behavior:smooth}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}@keyframes feedCardIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes authCardIn{0%{opacity:0;transform:translateY(32px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes authLogoIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes clayFloat{0%,to{transform:translateY(0) rotate(var(--clay-rot,0deg))}50%{transform:translateY(-10px) rotate(calc(var(--clay-rot, 0deg) + 4deg))}}@keyframes panelSectionIn{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes votePop{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.page-transition{animation:slideUpFade var(--motion-base) var(--ease-out-expo) both}.page-transition--detail{animation-duration:var(--motion-fast)}.app-shell-center{animation:slideUpFade var(--motion-slow) var(--ease-out-expo) both}.feed-header{animation:slideDownFade var(--motion-base) var(--ease-out-expo) both}.icon-rail{animation:slideInLeft var(--motion-base) var(--ease-out-expo) both}.right-panel-shell{animation:slideInRight var(--motion-slow) var(--ease-out-expo) both;animation-delay:.08s}.right-panel-section{animation:panelSectionIn var(--motion-base) var(--ease-out-expo) both}.right-panel-section:first-child{animation-delay:.12s}.right-panel-section:nth-child(2){animation-delay:.2s}.right-panel-section:nth-child(3){animation-delay:.28s}.feed-stream,.story-list{animation:slideUpFade var(--motion-base) var(--ease-out-expo) both;animation-delay:.04s}.feed-card{animation:feedCardIn var(--motion-base) var(--ease-out-expo) both;transition:transform var(--motion-fast) var(--ease-out-expo),background-color var(--motion-fast) ease}.feed-card:hover{transform:translateX(4px);background:rgba(46,105,255,.02)}.feed-card-media{transition:transform var(--motion-slow) var(--ease-out-expo);overflow:hidden}.feed-card:hover .feed-card-media{transform:scale(1.02)}.feed-card-img{transition:transform var(--motion-slow) var(--ease-out-expo)}.feed-card:hover .feed-card-img{transform:scale(1.06)}.feed-card-title{transition:color var(--motion-fast) ease}.feed-card:hover .feed-card-title{color:var(--blue)}.feed-action,.feed-vote-btn{transition:transform .18s var(--ease-out-expo),background-color .18s ease,color .18s ease}.feed-action:active,.feed-vote-btn:active{transform:scale(.92)}.feed-vote-btn--active{animation:votePop .35s var(--ease-out-expo)}.icon-rail-btn{transition:transform var(--motion-fast) var(--ease-out-expo),background var(--motion-fast) ease,box-shadow var(--motion-fast) ease,color var(--motion-fast) ease}.icon-rail-btn:hover{transform:translateY(-2px) scale(1.06)}.icon-rail-btn:active{transform:scale(.94)}.btn-new-post,.btn-signup,.feed-search-btn,.feed-switcher{transition:transform var(--motion-fast) var(--ease-out-expo),box-shadow var(--motion-fast) ease,background var(--motion-fast) ease}.btn-new-post:hover,.btn-signup:hover,.feed-search-btn:hover{transform:translateY(-1px)}.btn-new-post:active,.btn-signup:active,.feed-search-btn:active{transform:scale(.97)}.auth-page-inner{animation:authLogoIn var(--motion-base) var(--ease-out-expo) both}.auth-card--clay{animation:authCardIn var(--motion-slow) var(--ease-out-expo) both;animation-delay:.06s}.auth-clay-item{animation:clayFloat 6s ease-in-out infinite;animation-delay:calc(var(--clay-i, 0) * -.35s)}.auth-continue,.auth-oauth-btn{transition:transform var(--motion-fast) var(--ease-out-expo),background var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.auth-oauth-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,23,42,.08)}.auth-continue:active,.auth-oauth-btn:active{transform:scale(.98)}.video-carousel{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.video-card{scroll-snap-align:start;transition:transform var(--motion-base) var(--ease-out-expo),box-shadow var(--motion-fast) ease}.video-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.carousel-nav{transition:transform var(--motion-fast) var(--ease-out-expo),opacity var(--motion-fast) ease,background var(--motion-fast) ease}.carousel-nav:hover:not(:disabled){transform:scale(1.08)}.load-more{transition:transform var(--motion-fast) var(--ease-out-expo),background var(--motion-fast) ease}.load-more:hover:not(:disabled){transform:translateY(-2px)}.community-discover-item,.trending-item{transition:transform var(--motion-fast) var(--ease-out-expo)}.community-discover-item:hover,.trending-item:hover{transform:translateX(4px)}.daily-player-progress{transition:width .12s linear}.daily-play-btn{transition:transform .2s var(--ease-out-expo),background .2s ease}.daily-play-btn:hover{transform:scale(1.08)}.feed-header--skeleton,.icon-rail--skeleton{background:linear-gradient(90deg,var(--bg-hover) 0,var(--bg-card) 50%,var(--bg-hover) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}