:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090b10;--glass:#fff1;--glass2:#ffffff1b;--border:#ffffff1f;--text:#f7f8fb;--muted:#aeb5c3;--accent:#91baff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 12% 5%,#4b6fff33,transparent 30%),radial-gradient(circle at 88% 15%,#54dcff1c,transparent 26%),var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1180px,100% - 32px);margin:auto;padding:20px 0 60px}.glass{background:var(--glass);border:1px solid var(--border);-webkit-backdrop-filter:blur(26px)saturate(155%);box-shadow:inset 0 1px #ffffff0f,0 24px 70px #0000003d}.topbar{z-index:20;border-radius:22px;justify-content:space-between;align-items:center;padding:13px 15px;display:flex;position:sticky;top:14px}.brand{flex-direction:column;display:flex}.brand span{color:var(--muted);margin-top:2px;font-size:.78rem}.topbar nav{align-items:center;gap:6px;display:flex}.topbar nav>a:not(.button){color:var(--muted);padding:10px}.button{border:1px solid var(--border);background:#fff1;border-radius:14px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;display:inline-flex}.primary{background:#91baff2e;border-color:#91baff59}.hero{max-width:820px;padding:100px 10px 76px}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,9vw,7rem);line-height:.9}.hero>p:not(.eyebrow){max-width:670px;color:var(--muted);margin:26px 0 0;font-size:1.12rem;line-height:1.7}.actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.heading{justify-content:space-between;align-items:end;margin:0 4px 18px;display:flex}.heading h2{letter-spacing:-.035em;margin:0;font-size:2rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.card{border-radius:24px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:126px;padding:20px;transition:all .2s;display:grid}.card:hover{background:var(--glass2);transform:translateY(-2px)}.card .icon{background:#ffffff14;border-radius:16px;place-items:center;width:50px;height:50px;font-size:1.45rem;display:grid}.card strong{margin-bottom:6px;display:block}.card small{color:var(--muted);font-size:.9rem;line-height:1.5;display:block}.card b{color:var(--muted);font-size:1.35rem}.recent{border-radius:26px;margin-top:48px;padding:24px}.empty{min-height:150px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.empty strong{color:var(--text)}@media (max-width:720px){.shell{width:calc(100% - 20px);padding-top:10px}.topbar{border-radius:18px;top:8px}.brand span,.topbar nav>a:not(.button){display:none}.hero{padding:72px 4px 52px}.grid{grid-template-columns:1fr}.card{border-radius:20px;min-height:112px;padding:17px}.recent{border-radius:20px}}.pageIntro{max-width:760px;padding:78px 8px 42px}.pageIntro h1,.topicHeader h1,.authCard h1{letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,7vw,5rem);line-height:1}.pageIntro>p:not(.eyebrow),.categoryIntro p,.authCard>p:not(.eyebrow){color:var(--muted);line-height:1.65}.categoryIntro{align-items:center;gap:22px;display:flex}.bigIcon{font-size:3.5rem}.card em{color:var(--muted);margin-top:10px;font-size:.75rem;font-style:normal;display:block}.contentHead{justify-content:space-between;align-items:center;margin:18px 4px;display:flex}.contentHead h2{margin:0}.listPanel{border-radius:24px;overflow:hidden}.topicList{flex-direction:column;display:flex}.topicRow{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;gap:20px;padding:20px;display:grid}.topicRow:last-child{border-bottom:0}.topicRow:hover{background:#ffffff09}.topicTitle{font-weight:700}.topicMain p{color:var(--muted);margin:7px 0 10px;font-size:.9rem}.topicMeta{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;font-size:.75rem;display:flex}.topicMeta strong{color:var(--text);font-size:1.05rem}.tags{flex-wrap:wrap;gap:6px;display:flex}.tags span{color:var(--muted);background:#ffffff0f;border-radius:8px;padding:4px 8px;font-size:.72rem}.topicHeader{padding:72px 8px 30px}.topicHeader h1{margin:14px 0 18px;font-size:clamp(2.3rem,6vw,4.7rem)}.breadcrumbs{color:var(--muted);gap:8px;font-size:.85rem;display:flex}.posts{flex-direction:column;gap:12px;display:flex}.post{border-radius:24px;grid-template-columns:180px 1fr;display:grid;overflow:hidden}.post aside{border-right:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:4px;padding:22px;display:flex}.post aside>span{color:var(--muted);font-size:.8rem}.post aside em{color:var(--accent);text-transform:uppercase;margin-top:7px;font-size:.7rem;font-style:normal;font-weight:800}.avatar{background:#91baff2b;border-radius:50%;place-items:center;width:44px;height:44px;margin-bottom:8px;font-weight:800;display:grid}.postBody{padding:22px}.postBody time{color:var(--muted);font-size:.75rem}.postBody p{line-height:1.7}.postActions{gap:8px;margin-top:24px;display:flex}.postActions button{border:1px solid var(--border);color:var(--muted);background:#ffffff0d;border-radius:10px;padding:7px 10px}.replyBox{border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-top:16px;padding:18px 20px;display:flex}.replyBox>div{flex-direction:column;gap:3px;display:flex}.replyBox span{color:var(--muted);font-size:.85rem}.composer{border-radius:24px;flex-direction:column;gap:18px;padding:24px;display:flex}.composer label{flex-direction:column;gap:8px;font-weight:650;display:flex}.composer input,.composer select,.composer textarea{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#0003;border-radius:14px;outline:none;padding:13px 14px}.composer textarea{resize:vertical}.composer input:focus,.composer select:focus,.composer textarea:focus{border-color:#91baff80}.composerActions{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;font-size:.82rem;display:flex}.composerActions button{color:var(--text)}.authCard{border-radius:26px;flex-direction:column;align-items:flex-start;max-width:560px;margin:100px auto 0;padding:30px;display:flex}.authCard h1{font-size:3.2rem}.authCard .button{color:var(--text);margin:10px 0 18px}.authCard small{color:var(--muted);line-height:1.5}@media (max-width:720px){.pageIntro{padding-top:55px}.categoryIntro{align-items:flex-start}.bigIcon{font-size:2.5rem}.post{grid-template-columns:1fr}.post aside{border-right:0;border-bottom:1px solid var(--border)}.replyBox,.composerActions{flex-direction:column;align-items:stretch}.topicRow{grid-template-columns:1fr}.topicMeta{display:none}}.oauthButtons{flex-direction:column;gap:10px;width:100%;margin:12px 0 20px;display:flex}.oauthButtons .button{width:100%;margin:0}.signedIn{align-items:center;gap:10px;display:flex}.signedIn>span{text-align:right;flex-direction:column;display:flex}.signedIn small,.authStatus{color:var(--muted);font-size:.7rem}.signedIn strong{font-size:.85rem}.accountMeta{width:100%;color:var(--muted);flex-direction:column;gap:6px;padding:14px 0;display:flex}.accountMeta code{overflow-wrap:anywhere;color:var(--text)}@media (max-width:720px){.accountButton{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}}.topicAuthor{color:var(--muted);margin:0 0 10px;font-size:.76rem}.postActions button{cursor:pointer;color:var(--text)}.postActions button:disabled{opacity:.5;cursor:wait}.postActions .dangerAction,.formError{color:#ff9d9d}.markdown{overflow-wrap:anywhere;line-height:1.72}.markdown>:first-child{margin-top:0}.markdown>:last-child{margin-bottom:0}.markdown p,.markdown ul,.markdown ol,.markdown blockquote,.markdown pre{margin:1em 0}.markdown h1,.markdown h2,.markdown h3{letter-spacing:-.025em;margin:1.3em 0 .55em}.markdown a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.markdown code{background:#ffffff14;border-radius:7px;padding:.15em .4em;font-size:.9em}.markdown pre{border:1px solid var(--border);background:#00000040;border-radius:14px;padding:15px;overflow:auto}.markdown pre code{background:0 0;padding:0}.markdown blockquote{color:var(--muted);border-left:3px solid #91baff73;margin-left:0;padding:2px 0 2px 16px}.markdown table{border-collapse:collapse;width:100%;display:block;overflow:auto}.markdown th,.markdown td{border:1px solid var(--border);padding:8px 11px}.markdownEditor{border:1px solid var(--border);background:#00000029;border-radius:14px;overflow:hidden}.markdownEditor textarea{min-height:180px;background:0 0!important;border:0!important;border-radius:0!important}.editorToolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:8px;display:flex}.editorToolbar>div{gap:5px;display:flex}.editorToolbar button,.tagChips button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:7px 10px}.editorToolbar button.active,.editorToolbar button:hover,.tagChips button{color:var(--text);background:#ffffff14}.editorToolbar small,.tagEditor>small{color:var(--muted);font-weight:400}.editorPreview{min-height:180px;padding:14px}.tagEditor{flex-direction:column;gap:8px;display:flex}.tagChips{flex-wrap:wrap;gap:6px;display:flex}.tagEditor>input{margin:0}.tagEditor>small{font-size:.75rem}.searchIntro{max-width:850px}.searchBox{gap:10px;margin-top:26px;display:flex}.searchBox input{border:1px solid var(--border);min-width:0;color:var(--text);font:inherit;background:#0003;border-radius:14px;outline:none;flex:1;padding:13px 15px}.searchBox input:focus{border-color:#91baff80}.searchResults{flex-direction:column;gap:42px;display:flex}.contentHead>span{color:var(--muted);font-size:.8rem}.profileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profileResult{border-radius:20px;align-items:flex-start;gap:14px;padding:18px;display:flex}.profileResult>div:last-child{flex-direction:column;min-width:0;display:flex}.profileResult span,.profileResult p{color:var(--muted);font-size:.8rem}.profileResult p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 0;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:720px){.searchBox{flex-direction:column}.profileGrid{grid-template-columns:1fr}}.profileHero{border-radius:26px;align-items:flex-start;gap:22px;margin-top:64px;padding:28px;display:flex}.profileAvatar{background:#91baff2b;border-radius:28px;flex:none;place-items:center;width:88px;height:88px;font-size:2.2rem;font-weight:850;display:grid}.profileHero>div:last-child{min-width:0}.profileName{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profileName h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,3.6rem)}.profileName span{color:var(--accent);text-transform:uppercase;background:#91baff24;border-radius:8px;padding:5px 8px;font-size:.68rem;font-weight:800}.profileHero strong,.profileHero small{color:var(--muted)}.profileHero p{max-width:700px;line-height:1.6}.profileTopics{margin-top:36px}.accountGrid{grid-template-columns:minmax(0,1fr) 280px;gap:14px;display:grid}.accountSide{border-radius:22px;flex-direction:column;gap:10px;height:max-content;padding:20px;display:flex}.accountSide span{color:var(--muted);overflow-wrap:anywhere;font-size:.8rem}.profileEditor{flex-direction:column;gap:18px;display:flex}.profileEditor label{flex-direction:column;gap:8px;font-weight:650;display:flex}.profileEditor input,.profileEditor textarea{border:1px solid var(--border);color:var(--text);font:inherit;background:#0003;border-radius:14px;outline:none;padding:13px 14px}.formMessage{color:var(--accent);margin:0}@media (max-width:720px){.profileHero{flex-direction:column;margin-top:36px}.accountGrid{grid-template-columns:1fr}}.notificationHead{color:var(--muted);justify-content:space-between;align-items:center;margin:0 4px 14px;display:flex}.notificationList{flex-direction:column;gap:9px;display:flex}.notification{border-radius:18px;align-items:center;gap:13px;padding:16px 18px;display:flex}.notification:hover{background:var(--glass2)}.notification.unread{background:#91baff17;border-color:#91baff59}.noticeDot{background:0 0;border-radius:50%;flex:none;width:8px;height:8px}.notification.unread .noticeDot{background:var(--accent);box-shadow:0 0 14px #91baffb3}.notification>div{flex-direction:column;gap:4px;display:flex}.notification small{color:var(--muted)}.hiddenFile{display:none!important}.editorToolbar button:disabled{opacity:.55;cursor:wait}.uploadError{border-bottom:1px solid var(--border);color:#faa;background:#ff5a5a14;padding:9px 12px;font-size:.8rem}.markdown img{object-fit:contain;border:1px solid var(--border);border-radius:16px;max-width:min(100%,760px);max-height:620px;margin:14px 0;display:block}.moderationQueue{flex-direction:column;gap:10px;display:flex}.reportCard{border-radius:20px;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px;display:grid}.reportCard>div:first-child{flex-direction:column;gap:4px;display:flex}.reportCard>div:first-child span{color:var(--accent);text-transform:uppercase;font-size:.68rem;font-weight:800}.reportCard>div:first-child strong{overflow-wrap:anywhere}.reportCard small{color:var(--muted)}.reportCard p{margin:0;line-height:1.55}.reportActions{gap:7px;display:flex}.reportActions button{color:var(--text)}@media (max-width:800px){.reportCard{grid-template-columns:1fr}.reportActions{flex-wrap:wrap}}n.staffActions{border-radius:17px;justify-content:space-between;align-items:center;gap:14px;margin:0 0 16px;padding:12px 14px;display:flex}.staffActions>div{flex-wrap:wrap;gap:7px;display:flex}.staffActions strong{color:var(--accent);font-size:.78rem}@media (max-width:620px){.staffActions{flex-direction:column;align-items:flex-start}}n .modalBackdrop{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04070cb3;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.editDialog{border-radius:24px;width:min(900px,100%);max-height:90vh;padding:20px;overflow:auto}.dialogHead{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.dialogHead h2{margin:2px 0}.iconButton{color:var(--text);cursor:pointer;background:0 0;border:0;font-size:1.7rem}.historyPanel{z-index:30;border-radius:18px;width:min(650px,100vw - 40px);max-height:460px;margin-top:38px;padding:14px;position:absolute;overflow:auto}.historyPanel details{border-bottom:1px solid var(--border);padding:10px 4px}.historyPanel details:last-child{border-bottom:0}.historyPanel summary{cursor:pointer;color:var(--muted);margin-bottom:10px;font-size:.78rem}.postActions{position:relative}.forumWelcome{border-bottom:1px solid var(--border);justify-content:space-between;align-items:end;gap:24px;padding:54px 4px 24px;display:flex}.forumWelcome h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,3.6rem)}.forumWelcome p{max-width:680px;color:var(--muted);margin:9px 0 0;line-height:1.55}.forumTabs{gap:4px;padding:18px 0 12px;display:flex}.forumTabs a{color:var(--muted);border-radius:10px;padding:9px 13px;font-size:.88rem;font-weight:650}.forumTabs a:hover,.forumTabs .active{background:var(--glass2);color:var(--text)}.forumCategoryStrip{scrollbar-width:none;gap:7px;padding:0 0 14px;display:flex;overflow-x:auto}.forumCategoryStrip::-webkit-scrollbar{display:none}.forumCategoryStrip a{white-space:nowrap;border:1px solid var(--border);color:var(--muted);border-radius:10px;align-items:center;gap:7px;padding:8px 11px;font-size:.78rem;display:flex}.forumCategoryStrip a:hover{background:var(--glass2);color:var(--text)}.forumTopics{border-radius:16px;overflow:hidden}.topicColumns,.discourseTopic{grid-template-columns:minmax(0,1fr) 76px 76px 100px;align-items:center;display:grid}.topicColumns{border-bottom:1px solid var(--border);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;padding:9px 16px;font-size:.7rem}.topicColumns span:not(:first-child){text-align:center}.discourseTopic{border-bottom:1px solid var(--border);min-height:82px;padding:12px 16px;transition:background .15s}.discourseTopic:last-child{border-bottom:0}.discourseTopic:hover{background:#ffffff09}.discourseTopicMain{min-width:0;padding-right:18px}.discourseTopicMain .topicTitle{font-size:.98rem;font-weight:680}.topicSub{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:5px;font-size:.7rem;display:flex}.topicTag{background:#fff1;border-radius:5px;padding:2px 6px}.discourseTopicMain p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:6px 0 0;font-size:.76rem;overflow:hidden}.topicStat{text-align:center;color:var(--muted);font-size:.78rem}.topicStat strong{font-weight:600}.topicStat.activity strong{font-size:.72rem}@media (max-width:720px){.forumWelcome{flex-direction:column;align-items:flex-start;padding-top:36px}.forumWelcome .button{width:100%}.topicColumns{display:none}.discourseTopic{grid-template-columns:minmax(0,1fr) auto;padding:13px}.discourseTopicMain{padding-right:8px}.discourseTopicMain p{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.topicStat{display:none}.topicStat.activity{align-self:start;padding-top:2px;display:block}.forumTopics{border-radius:14px}}.discourseTopicHeader{border-bottom:1px solid var(--border);max-width:940px;padding:46px 4px 22px}.discourseTopicHeader h1{letter-spacing:-.035em;margin:12px 0 13px;font-size:clamp(1.7rem,4vw,2.8rem);line-height:1.1}.topicHeaderMeta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:.75rem;display:flex}.topicLayout{grid-template-columns:minmax(0,940px) 90px;align-items:start;gap:24px;margin-top:14px;display:grid}.discoursePosts{border-top:1px solid var(--border)}.discoursePost{border-bottom:1px solid var(--border);grid-template-columns:155px minmax(0,1fr);scroll-margin-top:100px;display:grid}.postUser{align-items:flex-start;gap:10px;padding:22px 16px 22px 4px;display:flex}.postUser .avatar{flex:0 0 42px;margin:0}.postUser>div:last-child{flex-direction:column;min-width:0;padding-top:2px;display:flex}.postUser strong{text-overflow:ellipsis;font-size:.83rem;display:block;overflow:hidden}.postUser span{color:var(--muted);font-size:.7rem}.postContent{border-left:1px solid var(--border);min-width:0;padding:18px 4px 20px 20px}.postContent>header{color:var(--muted);justify-content:flex-end;gap:12px;margin-bottom:16px;font-size:.7rem;display:flex}.postContent>header a{color:var(--muted)}.postContent .markdown{min-height:55px}.postContent .postActions{justify-content:flex-end;margin-top:24px}.postNumber{display:none}.topicTimeline{height:max-content;position:sticky;top:100px}.timelineInner{color:var(--muted);flex-direction:column;align-items:center;gap:5px;padding:15px 8px;font-size:.7rem;display:flex}.timelineInner strong{color:var(--text);font-size:1rem}.timelineRail{background:var(--border);border-radius:4px;width:2px;height:150px;margin:7px 0;position:relative}.timelineRail i{background:var(--accent);border-radius:5px;width:6px;height:34px;position:absolute;top:0;left:-2px}.timelineInner a{padding:5px}.replyComposer{max-width:940px;margin-top:20px}.postActions button,.postActions a{font-size:.72rem}@media (max-width:820px){.topicLayout{display:block}.topicTimeline{display:none}.discourseTopicHeader{padding-top:34px}.discoursePost{grid-template-columns:1fr}.postUser{padding:14px 4px 8px}.postUser .avatar{width:36px;height:36px}.postContent{border-left:0;padding:8px 4px 18px}.postContent>header{justify-content:space-between;margin-bottom:12px}.postContent .postActions{justify-content:flex-start;overflow-x:auto}.postNumber{display:inline-flex}.replyComposer{margin-top:14px}}.avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.forumCategoryStrip a:nth-child(7n+1){border-left:3px solid #91baff}.forumCategoryStrip a:nth-child(7n+2){border-left:3px solid #8ed7a8}.forumCategoryStrip a:nth-child(7n+3){border-left:3px solid #f1c86f}.forumCategoryStrip a:nth-child(7n+4){border-left:3px solid #c7a6ff}.forumCategoryStrip a:nth-child(7n+5){border-left:3px solid #ff9eb5}.forumCategoryStrip a:nth-child(7n+6){border-left:3px solid #7ed8df}.forumCategoryStrip a:nth-child(7n){border-left:3px solid #d1d6df}@media (max-width:720px){.forumTabs{white-space:nowrap;scrollbar-width:none;overflow-x:auto}.forumTabs::-webkit-scrollbar{display:none}.topbar nav{scrollbar-width:none;max-width:58vw;overflow-x:auto}.topbar nav::-webkit-scrollbar{display:none}}
