.email-verification-page{background:var(--canvas);place-items:center;min-height:100vh;padding:24px;display:grid}.email-verification-shell{justify-items:center;gap:24px;width:min(430px,100%);display:grid}.email-verification-shell>.brand{color:var(--text)}.email-verification-card{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:22px;justify-items:center;gap:12px;width:100%;padding:40px 32px;display:grid;box-shadow:0 22px 60px #10131d18}.email-verification-card h1{margin:4px 0 0;font-size:27px}.email-verification-card p{max-width:330px;color:var(--muted);margin:0 0 10px;font-size:14px;line-height:1.5}.verification-icon{background:color-mix(in srgb,var(--accent) 14%,var(--surface));width:62px;height:62px;color:var(--accent);border-radius:20px;place-items:center;display:grid}.verification-icon.success{color:#15803d;background:#dcfce7}.verification-icon.error{color:#d93126;background:#fff0ee}.email-verification-card .primary,.email-verification-card .outline-button{min-height:44px;padding:0 18px}.verification-back{color:var(--muted);align-items:center;gap:6px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.verification-back:hover{color:var(--accent)}.spin{animation:1s linear infinite verification-spin}@keyframes verification-spin{to{transform:rotate(360deg)}}@media (width<=500px){.email-verification-page{padding:16px}.email-verification-card{padding:32px 20px}.email-verification-card h1{font-size:24px}}.report-modal{background:#fff;border-radius:20px;width:min(460px,100%);padding:24px;position:relative}.report-modal small{color:var(--accent);font-size:10px;font-weight:800}.report-modal h2{margin:6px 0 16px;font-size:25px}.reason-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.reason-grid label{border:1px solid var(--line);border-radius:10px;grid-template-columns:16px 1fr;column-gap:8px;padding:10px;display:grid}.reason-grid label.selected{border-color:var(--accent);background:#f5f3ff}.reason-grid input{grid-row:span 2;margin:2px 0}.reason-grid b{font-size:12px}.reason-grid span{color:var(--muted);font-size:10px}.report-details{gap:7px;margin-top:15px;font-size:12px;font-weight:800;display:grid}.report-details>small{color:var(--muted);justify-self:end;font-weight:500}.report-details textarea{border:1px solid var(--line);resize:vertical;border-radius:10px;min-height:130px;padding:10px}.report-modal footer{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.report-result{text-align:center;justify-items:center;gap:10px;padding:25px;display:grid}.report-result h2{margin:0}.report-result p{color:var(--muted);margin:0}@media (width<=700px){.report-modal{border-radius:20px 20px 0 0;align-self:end}.reason-grid{grid-template-columns:1fr}.report-modal footer button{flex:1}}.email-verification-notice{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:20px;justify-items:center;gap:12px;width:min(430px,100%);padding:32px;display:grid;position:relative;box-shadow:0 22px 60px #10131d38}.email-verification-notice h2{margin:0;font-size:24px}.email-verification-notice p,.email-verification-notice small{max-width:330px;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.email-verification-notice small{font-size:11px}.email-notice-icon{background:color-mix(in srgb,var(--accent) 14%,var(--surface));width:58px;height:58px;color:var(--accent);border-radius:18px;place-items:center;display:grid}.email-verification-notice .primary{min-height:42px;padding:0 22px}@media (width<=700px){.email-verification-notice{border-radius:20px;padding:28px 20px}}.guest-create{place-items:center;min-height:calc(100vh - 120px);display:grid}.guest-create .card-state{text-align:center;justify-items:center;width:min(380px,100%)}.create-page{max-width:820px;margin:auto}.create-page h1{margin:12px 0 0;font-size:30px}.create-page>p{color:var(--muted);margin:3px 0 17px}.button-link{background:0 0;border:0}.create-form{border:1px solid var(--line);background:#fff;border-radius:18px;gap:18px;padding:21px;display:grid}.create-form label{gap:7px;font-size:12px;font-weight:800;display:grid}.create-form label small{color:var(--muted);margin-left:auto;font-weight:500}.create-form input,.create-form textarea,.create-form select{border:1px solid var(--line);background:#fafbfe;border-radius:10px;outline:0;width:100%;padding:11px}.create-form textarea{resize:vertical;min-height:160px}.create-form input:focus,.create-form textarea:focus,.create-form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6550ff1c}.create-grid{grid-template-columns:1fr 1.5fr;gap:14px;display:grid}.attachments{border-top:1px solid var(--line);padding-top:17px}.attachments header{justify-content:space-between;align-items:center;display:flex}.attachments header div{gap:3px;display:grid}.attachments small{color:var(--muted);font-size:11px}.outline-button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.file-list{grid-template-columns:1fr 1fr;gap:8px;margin-top:13px;display:grid}.file-chip{border:1px solid var(--line);background:#fafbfe;border-radius:10px;align-items:center;gap:8px;padding:10px;display:flex;overflow:hidden}.file-chip span{color:var(--accent);background:#e8e3ff;border-radius:6px;padding:5px;font-size:10px}.file-chip b{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.file-chip button{color:var(--muted);background:0 0;border:0;display:grid}.create-form footer{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding-top:17px;display:flex}.create-form footer .primary{padding:11px 16px}@media (width<=700px){.guest-create{min-height:calc(100vh - 159px)}.create-page h1{font-size:26px}.create-form{padding:15px}.create-grid,.file-list{grid-template-columns:1fr}.attachments header{align-items:start}.attachments header .outline-button{font-size:0}.attachments header .outline-button svg{margin:0}.create-form footer{background:#fff;position:sticky;bottom:65px}.create-form footer button{flex:1;font-size:12px}}.drafts-menu{border:1px solid var(--line);background:var(--surface,#fff);border-radius:18px;margin-top:18px;padding:18px 21px}.drafts-menu-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:13px;display:flex}.drafts-menu-header h2{align-items:center;gap:8px;margin:0;font-size:18px;display:flex}.drafts-menu-header p{color:var(--muted);margin:4px 0 0;font-size:12px}.drafts-menu-header .button-link{color:var(--accent);padding:3px 0;font-size:12px;font-weight:800}.drafts-menu-state{color:var(--muted);text-align:center;padding:22px 4px;font-size:13px}.drafts-menu-list{display:grid}.draft-menu-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:13px 0;display:flex}.draft-menu-item:last-child{border-bottom:0;padding-bottom:0}.draft-menu-copy{gap:3px;min-width:0;display:grid}.draft-menu-copy b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.draft-menu-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.draft-menu-copy small{color:var(--muted);font-size:11px}.draft-menu-actions{flex-shrink:0;gap:7px;display:flex}.draft-menu-actions .outline-button{width:32px;height:32px;padding:0}@media (width<=700px){.drafts-menu{padding:15px}.drafts-menu-header{align-items:center}.drafts-menu-header p{display:none}.drafts-menu-header .button-link{font-size:11px}.draft-menu-item{align-items:flex-start}.draft-menu-copy span{max-width:190px}}.create-form footer{background:var(--surface)}.post-page{gap:12px;display:grid}.post-owner-actions{justify-content:flex-end;gap:8px;display:flex}.post-owner-actions button{align-items:center;gap:6px;display:inline-flex}.comments-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.comments-card header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.comments-card h2{margin:0;font-size:20px}.comments-card h2 span{color:var(--muted);font-size:13px}.report-link{color:var(--muted);background:0 0;border:0;align-items:center;gap:5px;font-size:11px;display:inline-flex}.comment-form{grid-template-columns:39px 1fr auto;gap:10px;margin:0 0 18px;display:grid}.comment-form textarea{border:1px solid var(--line);resize:vertical;border-radius:10px;min-height:55px;padding:10px}.comment-form .primary{padding:0 12px}.comment-list{gap:17px;display:grid}.comment{grid-template-columns:39px 1fr;gap:10px;display:grid}.comment b,.comment small{display:block}.comment b{font-size:12px}.comment small{margin-top:4px;font-size:13px;line-height:1.45}.comment button{color:var(--muted);background:0 0;border:0;margin-top:5px;padding:0;font-size:11px;text-decoration:underline}.comment.deleted small{color:var(--muted);font-style:italic}.comment-actions{flex-wrap:wrap;gap:10px;display:flex}.comment-inline-form{gap:7px;margin-top:8px;display:grid}.comment-inline-form textarea{border:1px solid var(--line);resize:vertical;border-radius:8px;min-height:54px;padding:8px}.comment-inline-form button{color:var(--purple);background:0 0;border:0;justify-self:start;margin:0;padding:0;font-weight:700}.comment-thread-actions{margin-top:6px}.comment-thread-actions span{color:var(--muted);font-size:11px}.comment-replies{border-left-color:var(--accent);margin-left:3px;padding-left:18px}.comment-replies>.comment{position:relative}.comment-replies>.comment:before{border-top:2px solid var(--accent);content:"";width:11px;position:absolute;top:19px;left:-18px}.comment-more{margin-top:0!important}@media (width<=700px){.comments-card{padding:14px}.comment-form{grid-template-columns:35px 1fr}.comment-form .primary{grid-column:2}.comment-form .avatar{width:35px;height:35px}}.post-page>.post-card .post-body-link h2{font-size:36px;line-height:1.08}.post-page>.post-card .post-body-link p{color:#161a22;-webkit-line-clamp:unset;max-width:620px;line-height:1.55;display:block}.post-page>.post-card .post-media{margin-top:20px}.post-page>.post-card .post-media img,.post-page>.post-card .post-media video{height:286px}@media (width<=700px){.post-page>.post-card .post-body-link h2{font-size:27px}.post-page>.post-card .post-media img,.post-page>.post-card .post-media video{height:180px}}.post-page>.post-card .post-actions-detail{gap:16px}.post-page>.post-card .post-actions-detail button,.post-page>.post-card .post-actions-detail a{white-space:nowrap}@media (width<=700px){.post-page>.post-card .post-actions-detail{flex-wrap:wrap;gap:12px}.post-page>.post-card .post-actions-detail .bookmark{margin-left:auto}}.comment-list>.comment+.comment,.comment-replies>.comment+.comment{border-top:1px solid var(--line);padding-top:16px}.comment-actions button,.comment-thread-actions button{border:1px solid var(--line);background:var(--surface-soft);min-height:30px;color:var(--text);border-radius:8px;align-items:center;margin-top:0;padding:6px 10px;font-size:11px;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.comment-actions button:hover,.comment-thread-actions button:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface));color:var(--accent);transform:translateY(-1px)}.comment-actions button:focus-visible,.comment-thread-actions button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.comment-edited{color:var(--muted);margin-left:6px;font-size:10px;font-style:normal}.post-body-link>a{color:inherit;text-decoration:none}.post-body-link p a,.comment small a{color:var(--accent);text-underline-offset:2px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.post-body-link p a:hover,.comment small a:hover{color:var(--purple)}.comment.deleted{grid-template-columns:1fr}.comment.deleted>.avatar,.comment.deleted>.comment-author-avatar,.comment.deleted>div>b{display:none}.comment-author-avatar{height:max-content;display:block}.comment-author{color:inherit;text-decoration:none}.comment-author:hover{color:var(--accent)}.comment-more-button{display:none!important}.comment-menu{display:contents}@media (width<=700px){.comment-actions{align-items:center;position:relative}.comment-reply-button{align-items:center;gap:4px;display:inline-flex!important}.comment-more-button{justify-content:center;align-items:center;width:34px;height:30px;padding:0!important;display:inline-flex!important}.comment-menu{z-index:10;border:1px solid var(--line);background:var(--surface);border-radius:12px;min-width:150px;padding:5px;display:none;position:absolute;top:34px;left:0;box-shadow:0 12px 28px #0003}.comment-menu.open{display:grid}.comment-menu button{text-align:left;width:100%;justify-content:flex-start!important;padding:8px 10px!important}.comment-reply-button span{display:none}.comment-form .primary{width:100%;min-height:44px}}.profile-page{gap:12px;max-width:720px;margin:auto;display:grid}.profile-hero{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.profile-cover{background:linear-gradient(115deg,#30394e,#7d708f,#bd8978) 50%/cover;height:145px;position:relative}.cover-upload{background:#ffffffdf;border:0;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:800;position:absolute;bottom:12px;right:14px}.profile-info{padding:0 22px 22px;position:relative}.profile-avatar{color:#fff;background:#33455a;border:4px solid #fff;border-radius:50%;place-items:center;width:88px;height:88px;margin-top:-35px;font-size:16px;font-weight:800;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.edit-profile{position:absolute;top:13px;right:22px}.profile-info h1{margin:14px 0 0;font-size:27px}.handle{color:var(--muted);font-size:13px}.profile-info p{margin:13px 0;font-size:14px}.profile-meta{color:var(--muted);gap:20px;font-size:12px;display:flex}.profile-meta span{align-items:center;gap:4px;display:flex}.profile-meta b{color:#1d2230}.profile-private{border:1px solid var(--line);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;padding:13px 18px;font-size:12px;display:flex}.profile-private span{color:var(--muted);gap:3px;display:grid}.profile-private b{color:#1d2230}.profile-tabs{border-bottom:1px solid var(--line);gap:20px;display:flex}.profile-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:13px 4px;font-weight:800}.profile-tabs button.selected{border-color:var(--accent);color:var(--accent)}.profile-edit{border:1px solid var(--line);background:#fff;border-radius:15px;gap:12px;padding:15px;display:grid}.profile-edit label{gap:6px;font-size:12px;font-weight:800;display:grid}.profile-edit input,.profile-edit textarea,.profile-edit select{border:1px solid var(--line);border-radius:9px;padding:9px}.profile-edit textarea{min-height:80px}.profile-edit label small,.privacy-settings>small{color:var(--muted);font-size:11px;font-weight:500}.privacy-settings{border:1px solid var(--line);border-radius:10px;gap:8px;margin:0;padding:12px;display:grid}.privacy-settings legend{padding:0 4px;font-size:12px;font-weight:800}.privacy-row{grid-template-columns:1fr auto;align-items:center}.privacy-row select{min-width:150px}.profile-edit .primary{justify-self:end;padding:9px 13px}.answers-list{gap:8px;display:grid}.answer{border:1px solid var(--line);background:#fff;border-radius:15px;gap:10px;padding:15px;display:flex}.answer b{font-size:12px}.answer p{margin:5px 0 0;font-size:14px}@media (width<=700px){.profile-info{padding:0 15px 17px}.edit-profile{right:15px}.profile-private{align-items:start}.profile-private .outline-button{font-size:0}.profile-private .outline-button svg{margin:0}.profile-meta{flex-wrap:wrap;gap:8px}.profile-cover{height:130px}.cover-upload{bottom:8px;right:8px}.privacy-row{grid-template-columns:1fr}.privacy-row select{min-width:0}}.profile-image-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-image-controls small{color:var(--muted);font-size:11px}.password-settings{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=700px){.password-settings{grid-template-columns:1fr}}.email-verification-status{border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;font-size:12px;display:flex;background:var(--surface-soft)!important;color:var(--text)!important;padding:12px 14px!important}.email-verification-status.verified{border-color:#36a269}.email-verification-status.unverified{border-color:#e2a33a}.email-verification-status .button-link{color:var(--accent);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}@media (width<=700px){.email-verification-status{flex-direction:column;align-items:flex-start}}.moderation-page{max-width:920px;margin:auto}.moderation-heading{justify-content:space-between;align-items:start;margin-bottom:18px;display:flex}.moderation-heading h1{margin:0;font-size:29px}.moderation-heading p{color:var(--muted);margin:3px 0}.moderation-heading select,.moderation-tools input,.report-reason input{border:1px solid var(--line);background:#fff;border-radius:11px;padding:10px 12px}.moderation-tabs,.moderation-tools{gap:8px;margin-bottom:12px;display:flex}.moderation-tabs button{border:1px solid var(--line);background:#fff;border-radius:14px;padding:9px 14px;font-weight:800}.moderation-tabs .selected{color:#fff;background:#181b24}.moderation-tools input{flex:1;min-width:0}.reports-table{border:1px solid var(--line);background:#fff;border-radius:17px;overflow:hidden}.report-row{border-bottom:1px solid var(--line);grid-template-columns:1.1fr 1fr 1fr 1.5fr .8fr auto;align-items:center;gap:12px;padding:13px 15px;font-size:12px;display:grid}.report-row:last-child,.simple-row:last-child,.user-row:last-child{border-bottom:0}.report-row>span,.simple-row>span,.user-row>span{gap:3px;display:grid}.report-row small,.simple-row small,.user-row small{color:var(--muted);font-size:10px}.report-row a{color:var(--accent);font-weight:800;text-decoration:none}.report-titles{color:var(--muted);font-size:10px}.report-status{color:#9c7000;text-transform:uppercase;background:#fff1c8;border-radius:7px;width:max-content;padding:3px 6px;font-size:9px;font-style:normal}.report-status.resolved{color:#217848;background:#dff7e9}.report-status.rejected{color:#697386;background:#f3f4f6}.simple-row,.user-row{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto auto auto auto;align-items:center;gap:9px;padding:13px 15px;font-size:12px;display:grid}.empty-row{color:var(--muted);text-align:center;padding:22px}.next-page{margin:16px auto 0;display:flex}.modal-backdrop{z-index:10;background:#14171f99;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.moderation-modal{background:#fff;border-radius:19px;width:min(560px,100%);padding:26px;position:relative}.moderation-modal small{color:var(--accent);font-weight:800}.moderation-modal h2{margin:7px 0}.moderation-modal p{color:var(--muted);font-size:13px}.moderation-modal blockquote{background:#f6f7fb;border-radius:10px;margin:18px 0;padding:13px;line-height:1.45}.moderation-modal footer{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.report-reason{grid-template-columns:auto 1fr;align-items:center;gap:8px;margin-bottom:14px;font-size:12px;font-weight:800;display:grid}.report-reason input{grid-column:1/-1}.modal-close{color:var(--muted);background:0 0;border:0;position:absolute;top:15px;right:15px}.danger-button{color:#fff;background:#e63227;border:0;border-radius:10px;padding:10px 13px;font-weight:800}.compact{padding:10px 13px}@media (width<=700px){.moderation-heading h1{font-size:25px}.moderation-tabs,.moderation-tools,.reports-table{overflow:auto}.report-row{min-width:720px}.simple-row,.user-row{min-width:760px}.modal-backdrop{align-items:end}.moderation-modal{border-radius:19px 19px 0 0}}.moderation-page .reports-table{overflow:visible}.list-page{gap:12px;max-width:680px;display:grid}.list-page h1{margin:0 0 5px;font-size:29px}.search-panel{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:10px 13px;display:grid}.search-panel input,.search-panel select{background:0 0;border:0;outline:0}.search-panel select{border-left:1px solid var(--line);color:var(--muted);padding-left:9px}.draft-list{gap:9px;display:grid}.draft-card{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:start;gap:11px;padding:15px;display:grid}.draft-icon{width:39px;height:39px;color:var(--accent);background:#efecff;border-radius:10px;place-items:center;display:grid}.draft-card b{font-size:15px}.draft-card p{color:#3f4858;margin:4px 0;font-size:13px}.draft-card small{color:var(--muted);font-size:11px}.draft-card footer{gap:7px;display:flex}.draft-card .primary{padding:9px 11px;font-size:12px}@media (width<=700px){.list-page h1{font-size:25px}.search-panel{grid-template-columns:auto 1fr}.search-panel select{border-top:1px solid var(--line);border-left:0;grid-column:1/-1;padding:8px 0 0}.draft-card{grid-template-columns:auto 1fr}.draft-card footer{grid-column:2;justify-content:flex-end}}.search-filter{flex-wrap:wrap;gap:8px;display:flex}.search-filter span{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:9px;align-items:center;gap:5px;padding:7px 9px;font-size:11px;display:inline-flex}.search-filter b{color:var(--text)}.search-filter button{width:18px;height:18px;color:var(--muted);background:0 0;border:0;place-items:center;padding:0;font-size:16px;line-height:1;display:grid}.search-filter button:hover{color:var(--accent)}.search-panel input{color:var(--text)}.search-panel input::placeholder{color:var(--muted)}.search-account{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;text-decoration:none;display:grid}.search-account span{gap:2px;display:grid}.search-account small{color:var(--muted);font-size:11px}.search-account strong{background:var(--accent);color:#fff;border-radius:9px;padding:7px 10px;font-size:11px}.states-page{gap:18px;display:grid}.states-page header h1{margin:0;font-size:29px}.states-page header p{color:var(--muted);margin:2px 0;font-size:14px}.states-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.state-card{border:1px solid var(--line);background:#fff;border-radius:18px;align-content:start;gap:7px;min-height:248px;padding:20px;display:grid;box-shadow:0 13px 32px #22283b08}.state-icon{width:43px;height:43px;color:var(--accent);background:#efecff;border-radius:12px;place-items:center;display:grid}.state-card small{color:var(--accent);letter-spacing:.04em;margin-top:13px;font-size:10px;font-weight:900}.state-card h2{margin:0;font-size:18px}.state-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.state-card .outline-button{justify-self:start;margin-top:auto}@media (width<=700px){.states-grid{grid-template-columns:1fr 1fr}.state-card{min-height:220px;padding:15px}.states-page header h1{font-size:24px}}@media (width<=430px){.states-grid{grid-template-columns:1fr}}.app-shell{grid-template-columns:248px minmax(0,680px) minmax(0,320px);justify-content:center;gap:24px;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;height:100vh;padding:28px 17px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;font-size:23px;font-weight:800;display:flex}.brand-mark{color:#fff;background:#171a23;border-radius:12px;place-items:center;width:38px;height:38px;font-family:Georgia,serif;display:grid}.sidebar-nav{gap:5px;margin:31px 0;display:grid}.nav-link{color:var(--muted);border-radius:11px;align-items:center;gap:15px;padding:13px;font-weight:700;text-decoration:none;display:flex}.nav-link.active{color:var(--accent);background:#ece9ff}.nav-badge{background:var(--accent);color:#fff;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:11px}.primary{background:var(--accent);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 12px 22px #644dff30}.create-button{height:40px}.sidebar-account{border-top:1px solid var(--line);color:var(--muted);margin-top:auto;padding:13px 9px 0}.sidebar-account small{margin-bottom:9px;font-size:10px;display:block}.account-row{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.account-row b,.account-row em{font-size:13px;font-style:normal;display:block}.account-row em{font-size:11px}.avatar,.account-login{color:#fff;background:#33455a;border-radius:50%;place-items:center;width:39px;height:39px;font-size:12px;font-weight:800;display:grid}.account-login{color:var(--accent);background:#f2f0ff}.main-content{padding:30px 0 90px}.right-rail{padding-top:30px}.mobile-header,.mobile-nav{display:none}.auth-page{background:var(--canvas);grid-template-columns:minmax(400px,1fr) 390px;align-items:center;gap:90px;min-height:100vh;padding:0 max(8vw,40px);display:grid}.auth-aside{justify-self:end;gap:46px;width:min(470px,100%);display:grid}.auth-aside h1{max-width:430px;margin:0;font-size:44px;line-height:1.02}.auth-aside p,.auth-card>p{color:var(--muted)}.auth-card{border:1px solid var(--line);background:#fff;border-radius:18px;width:390px;padding:23px;box-shadow:0 18px 45px #22283b0d}.back-link{color:var(--muted);align-items:center;gap:5px;margin-bottom:18px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.auth-card h2{margin:0;font-size:26px}.auth-card>p{margin:4px 0 18px;font-size:12px}.auth-card form{gap:13px;display:grid}.auth-card label{gap:7px;font-size:12px;font-weight:800;display:grid}.auth-card input{border:1px solid var(--line);background:#fafbfe;border-radius:10px;outline:0;width:100%;height:43px;padding:0 12px}.auth-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6550ff1c}.password-input{position:relative}.password-input button{width:37px;height:37px;color:var(--muted);background:0 0;border:0;place-items:center;display:grid;position:absolute;top:3px;right:3px}.auth-submit{height:42px;margin-top:8px}.auth-submit:disabled{opacity:.65}.auth-switch{text-align:center}.auth-switch a{color:var(--accent);font-weight:800;text-decoration:none}.form-error{color:#d93126;background:#fff0ee;border-radius:8px;padding:10px;font-size:12px}.feed-page{gap:12px;display:grid}.page-title{justify-content:space-between;align-items:start;margin-bottom:10px;display:flex}.page-title h1{margin:0;font-size:29px}.page-title p{color:var(--muted);margin:2px 0;font-size:14px}.round-button{border:1px solid var(--line);width:40px;height:40px;color:var(--muted);background:#fff;border-radius:50%;place-items:center;display:grid}.composer{border:1px solid var(--line);text-align:left;width:100%;color:var(--muted);background:#fff;border-radius:17px;align-items:center;gap:13px;padding:13px 15px;font-size:16px;display:flex}.composer>span:nth-child(2){background:#f6f7fa;border-radius:22px;flex:1;padding:10px 15px}.composer i{width:40px;height:40px;color:var(--accent);background:#edeaff;border-radius:50%;place-items:center;display:grid}.filter-tabs{gap:8px;padding:2px 0;display:flex;overflow:auto}.filter-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:21px;padding:9px 16px;font-size:12px;font-weight:800}.filter-tabs button.selected{color:#fff;background:#181b24;border-color:#181b24}.filter-toggle{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:9px;padding:13px 15px;font-size:13px;font-weight:800;display:flex}.filter-toggle b{color:var(--accent);margin-left:auto}.post-card{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 13px 32px #22283b08}.post-head{justify-content:space-between;align-items:start;padding:17px 17px 0;display:flex}.post-author{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.post-author b,.post-author em{font-size:13px;display:block}.post-author em{color:var(--muted);font-size:11px;font-style:normal}.post-head-actions{align-items:center;gap:6px;display:flex}.category-pill{color:var(--accent);background:#efecff;border-radius:14px;padding:5px 9px;font-size:10px;font-weight:800}.post-body-link{color:inherit;padding:14px 17px 0;text-decoration:none;display:block}.post-body-link h2{margin:0 0 6px;font-size:22px;line-height:1.13}.post-body-link p{color:#2d3544;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden}.post-media{background:#727086;border-radius:12px;gap:2px;margin-top:15px;display:grid;overflow:hidden}.post-media-1{grid-template-columns:1fr}.post-media-2{grid-template-columns:1fr 1fr}.post-media img,.post-media video{object-fit:cover;width:100%;height:230px}.tags{gap:6px;padding:10px 17px;display:flex}.tags span{color:var(--muted);background:#f6f7fb;border-radius:10px;padding:3px 7px;font-size:10px}.post-actions{border-top:1px solid var(--line);align-items:center;gap:22px;padding:10px 17px 13px;display:flex}.post-actions button,.post-actions a{color:#687387;background:0 0;border:0;align-items:center;gap:5px;font-size:12px;text-decoration:none;display:inline-flex}.post-actions .liked{color:#e4372a}.post-actions .bookmark{margin-left:auto}.post-actions .bookmarked{color:var(--accent)}.card-state{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:17px;justify-items:start;gap:11px;padding:32px;display:grid}.outline-button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px 15px;font-weight:800}.load-more{justify-self:center;margin:10px}.rail-stack{gap:11px;display:grid}.search-box{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:22px;align-items:center;gap:9px;padding:11px 14px;display:flex}.search-box input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.rail-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px}.rail-card header{justify-content:space-between;align-items:center;display:flex}.rail-card h3{margin:0 0 8px;font-size:16px}.trend{border-bottom:1px solid var(--line);gap:2px;padding:10px 0;display:grid}.trend small{color:var(--muted);font-size:10px}.trend b{font-size:12px}.text-button{color:var(--accent);background:0 0;border:0;margin-top:10px;font-size:12px;font-weight:800}.author-line{align-items:center;gap:8px;padding:8px 0;display:flex}.author-line b,.author-line small{font-size:11px;display:block}.author-line small{color:var(--muted)}.author-line button{color:#fff;background:#1c1e26;border:0;border-radius:16px;margin-left:auto;padding:7px 9px;font-size:10px;font-weight:800}@media (width<=1000px){.app-shell{grid-template-columns:210px minmax(0,680px);gap:18px}.right-rail{display:none}}@media (width<=700px){.app-shell{padding:57px 12px 84px;display:block}.sidebar{display:none}.main-content{padding:18px 0}.mobile-header{z-index:5;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:57px;padding:0 14px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-header .brand-mark{border-radius:10px;width:33px;height:33px}.icon-button{color:var(--muted);background:0 0;border:0}.mobile-nav{z-index:5;border-top:1px solid var(--line);background:#fff;justify-content:space-around;align-items:center;height:66px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{color:var(--muted);background:0 0;border:0}.mobile-nav .mobile-create{background:var(--accent);color:#fff;border-radius:16px;place-items:center;width:47px;height:47px;display:grid;box-shadow:0 9px 20px #6550ff44}.auth-page{padding:24px 16px;display:block}.auth-aside{justify-self:start;gap:26px;width:min(390px,100%);margin:0 auto 34px}.auth-aside h1{font-size:37px}.auth-card{width:min(390px,100%);margin:auto}.auth-card .back-link{display:none}.page-title h1{font-size:24px}.page-title p{display:none}.composer{padding:12px}.post-head{padding:14px 14px 0}.post-body-link{padding:12px 14px 0}.post-body-link h2{font-size:19px}.post-body-link p{font-size:14px}.post-media img,.post-media video{height:145px}.tags{padding:9px 14px}.post-actions{padding:10px 14px}.right-rail{display:none}}.app-shell{justify-content:center}.sidebar{z-index:4;background:var(--surface);width:248px;position:fixed;top:0;left:0}.main-content{grid-column:2}.right-rail{grid-column:3}.theme-button{color:var(--muted);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;margin-top:auto;padding:9px;font-size:12px;font-weight:800;display:flex}.theme-button:hover{background:var(--surface-soft);color:var(--accent)}.sidebar>.theme-button{margin-top:auto}.sidebar-account{margin-top:0}.mobile-header-actions{align-items:center;gap:5px;display:flex}.mobile-header-actions .theme-button{margin:0;padding:6px}.mobile-header-actions .theme-button span{display:none}@media (width<=1000px){.app-shell{justify-content:center}.sidebar{width:210px}}@media (width<=700px){.mobile-header,.mobile-nav{background:var(--surface)}}.auth-page{grid-template-columns:minmax(320px,470px) minmax(320px,390px);justify-content:center;gap:min(7vw,90px);padding:24px}.auth-aside{justify-self:stretch}@media (width<=700px){.auth-page{padding:24px 16px;display:block}.auth-aside{justify-self:start;gap:26px;width:min(390px,100%);margin:0 auto 34px}.auth-card{width:min(390px,100%);margin:auto}}.avatar{overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.composer>span:nth-child(2){background:var(--surface-soft)}.copy-notice{z-index:30;border:1px solid var(--line);color:#fff;pointer-events:none;background:#1b1e27;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:700;animation:.18s ease-out copy-notice-in;position:fixed;bottom:24px;right:20px;box-shadow:0 10px 24px #0003}@keyframes copy-notice-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.copy-notice{white-space:nowrap;bottom:82px;right:50%;transform:translate(50%)}}.nav-link.active{background:var(--accent);color:#fff;box-shadow:0 12px 22px #644dff30}.composer i{display:none}.tags .topic-link,.category-pill.topic-link{background:var(--surface-soft);color:var(--text)}.trend{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.trending-card{padding:16px}.trending-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.trending-header h3{align-items:center;gap:7px;margin:0;display:flex}.trending-header h3 svg{color:var(--accent)}.trending-header>small{color:var(--muted);font-size:10px}.trend-posts{display:grid}.trend-post{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:11px;width:100%;min-height:58px;padding:10px 0;display:flex}.trend-post:hover{background:color-mix(in srgb,var(--accent) 5%,transparent)}.trend-post:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.trend-rank{width:23px;color:var(--accent);font-size:11px;font-weight:800}.trend-post-copy{gap:5px;min-width:0;display:grid}.trend-post-copy b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.trend-post-copy small{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.trend-topic-group{gap:2px;margin-top:14px;display:grid}.trend-topic-heading{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:5px;margin-bottom:3px;font-size:10px;font-weight:800;display:flex}.trend-topic{justify-content:space-between;align-items:center;gap:10px;padding:6px 0;display:flex}.trend-topic b{font-size:12px}.trend-topic span{color:var(--muted);white-space:nowrap;font-size:10px}.post-actions .liked,.trend-post-copy small svg{color:var(--like)}.trend-topic{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.trend-post .avatar{flex:0 0 32px;width:32px;height:32px;font-size:10px}:root .tags .topic-link{background:var(--surface-soft);color:var(--text);border-radius:10px;padding:3px 7px;font-size:10px;text-decoration:none;display:inline-flex}:root .category-pill.topic-link{text-decoration:none}:root .tags .topic-link:hover,:root .category-pill.topic-link:hover{color:var(--accent);text-decoration:underline}:root .mobile-header>.brand{flex:none}:root .mobile-header>b{text-overflow:ellipsis;white-space:nowrap;text-align:center;min-width:0;overflow:hidden}:root .mobile-header-actions{flex:none}:root .filter-tabs{scrollbar-width:thin}:root .filter-tabs button{flex:none}.brand-link{color:inherit;text-decoration:none}.search-hint{color:var(--muted);margin-top:6px;font-size:12px;display:block}:root{color:#14171f;--canvas:#f6f7fb;--surface:#fff;--surface-soft:#fafbfe;--text:#14171f;--line:#e2e5ec;--muted:#737b8c;--accent:#624cff;--like:#e4372a;font-synthesis:none;background:#f6f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{color:#f1f3f8;--canvas:#151821;--surface:#20242f;--surface-soft:#292e3b;--text:#f1f3f8;--line:#393f4e;--muted:#aab2c3;--accent:#9b8cff;--like:#ff6258;background:#151821}*{box-sizing:border-box}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}body{background:var(--canvas);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.boot{place-items:center;min-height:100vh;font-weight:700;display:grid}.rail-empty{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.feed-filters{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:8px;padding:12px;display:grid}.feed-filters input,.feed-filters select{border:1px solid var(--line);background:#fafbfe;border-radius:10px;outline:0;min-width:0;padding:10px}.post-media{cursor:zoom-in;position:relative}.post-media:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.post-media-shell{padding:0 17px}.media-count{color:#fff;background:#231f22cc;border-radius:999px;align-items:center;gap:4px;padding:7px 9px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;bottom:9px;right:10px}.media-viewer-backdrop{z-index:20;background:#10131be0;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.media-viewer{border-radius:16px;place-items:center;width:min(1080px,100%);min-height:min(680px,100vh - 48px);display:grid;position:relative}.media-viewer img,.media-viewer video{object-fit:contain;border-radius:14px;max-width:100%;max-height:calc(100vh - 96px);display:block}.media-viewer-close,.media-viewer-nav{color:#fff;background:#151925e6;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute}.media-viewer-close{top:6px;right:6px}.media-viewer-nav{top:50%;transform:translateY(-50%)}.media-viewer-prev{left:6px}.media-viewer-next{right:6px}.media-viewer-position{color:#fff;background:#151925e6;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;position:absolute;bottom:6px}.user-row>button,.user-actions>button{justify-content:center;width:112px}.user-row{grid-template-columns:minmax(0,1fr) minmax(220px,360px)!important}.user-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.user-action-menu{z-index:100000;justify-self:end;position:relative}.user-action-menu summary{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:800;list-style:none}.user-action-menu summary::-webkit-details-marker{display:none}.user-action-list{z-index:3;border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:3px;min-width:150px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 28px #22283b26}.user-action-list button{color:var(--text);text-align:left;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:700}.user-action-list button:hover{background:var(--surface-soft);color:var(--accent)}.user-action-list .danger-text{color:#d93126}.user-action-menu[open] .user-action-list{z-index:100001;top:auto;bottom:0;right:calc(100% + 8px)}@media (width<=700px){.user-action-menu[open] .user-action-list{z-index:100001;border-radius:14px;min-width:0;padding:10px;position:fixed;inset:auto 12px 78px;box-shadow:0 18px 42px #0006}}.user-self-label{color:var(--muted);justify-self:end;font-size:11px;font-weight:700}.audit-row{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.audit-row:hover{background:var(--surface-soft)}.action-details{grid-template-columns:minmax(150px,1fr) 2fr;gap:9px 16px;margin:20px 0;font-size:13px;display:grid}.action-details dt{color:var(--muted);font-weight:700}.action-details dd{margin:0;font-weight:800}.author-status,.profile-status{color:#d93126;background:#fff0ee;border-radius:8px;margin-left:7px;padding:3px 6px;font-size:10px;font-style:normal;font-weight:800;display:inline-block}.avatar-deleted,.profile-avatar-deleted{background:var(--surface-soft)}.user-list-tabs{gap:8px;margin-bottom:12px;display:flex}.user-list-tabs button{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:8px 12px;font-size:12px;font-weight:800}.user-list-tabs button.selected{background:var(--text);color:var(--surface)}.comment-replies{border-left:2px solid var(--line);gap:12px;margin-top:14px;padding-left:14px;display:grid}.account-logout{color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;margin-top:10px;padding:0;font-size:12px;font-weight:800;display:inline-flex}.account-logout:hover{color:var(--accent)}.mobile-menu{display:none}.guest-notice{z-index:7;border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:10px;max-width:min(360px,100vw - 32px);padding:11px 12px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:82px;right:16px;box-shadow:0 14px 30px #22283b24}.guest-notice button{color:var(--muted);background:0 0;border:0;padding:0;display:grid}.guest-notice .guest-login{background:var(--accent);color:#fff;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:800}:root[data-auth=guest] .comments-card .report-link,:root[data-auth=guest] .comments-card .comment-actions{display:none}@media (width<=700px){.feed-filters{grid-template-columns:1fr}.mobile-menu{z-index:6;border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:4px;min-width:180px;padding:8px;display:grid;position:fixed;top:57px;right:12px;box-shadow:0 16px 36px #22283b20}.mobile-menu button{text-align:left;background:0 0;border:0;border-radius:10px;padding:10px 12px;font-weight:800}.mobile-menu button:hover{background:var(--surface-soft);color:var(--accent)}}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .auth-card,:root[data-theme=dark] .round-button,:root[data-theme=dark] .composer,:root[data-theme=dark] .filter-tabs button,:root[data-theme=dark] .filter-toggle,:root[data-theme=dark] .post-card,:root[data-theme=dark] .card-state,:root[data-theme=dark] .outline-button,:root[data-theme=dark] .search-box,:root[data-theme=dark] .rail-card,:root[data-theme=dark] .comments-card,:root[data-theme=dark] .create-form,:root[data-theme=dark] .profile-hero,:root[data-theme=dark] .profile-private,:root[data-theme=dark] .profile-edit,:root[data-theme=dark] .answer,:root[data-theme=dark] .search-panel,:root[data-theme=dark] .draft-card,:root[data-theme=dark] .state-card,:root[data-theme=dark] .reports-table,:root[data-theme=dark] .moderation-modal,:root[data-theme=dark] .report-modal{background:var(--surface);color:var(--text)}:root[data-theme=dark] .feed-filters,:root[data-theme=dark] .auth-card input,:root[data-theme=dark] .feed-filters input,:root[data-theme=dark] .feed-filters select,:root[data-theme=dark] .create-form input,:root[data-theme=dark] .create-form textarea,:root[data-theme=dark] .create-form select,:root[data-theme=dark] .profile-edit input,:root[data-theme=dark] .profile-edit textarea,:root[data-theme=dark] .profile-edit select,:root[data-theme=dark] .comment-form textarea,:root[data-theme=dark] .comment-inline-form textarea,:root[data-theme=dark] .report-details textarea,:root[data-theme=dark] .file-chip,:root[data-theme=dark] .moderation-modal blockquote{background:var(--surface-soft);color:var(--text)}:root[data-theme=dark] .post-body-link p,:root[data-theme=dark] .post-page>.post-card .post-body-link p,:root[data-theme=dark] .draft-card p,:root[data-theme=dark] .profile-meta b,:root[data-theme=dark] .profile-private b{color:var(--text)}:root[data-theme=dark] .trend-post-copy b,:root[data-theme=dark] .trend-topic b,:root[data-theme=dark] .post-body-link p,:root[data-theme=dark] .post-page>.post-card .post-body-link p,:root[data-theme=dark] .draft-card p,:root[data-theme=dark] .profile-meta b,:root[data-theme=dark] .profile-private b{color:var(--text)!important}:root[data-theme=dark] .post-actions button,:root[data-theme=dark] .post-actions a{color:var(--muted)!important}:root[data-theme=dark] .post-actions button.liked{color:var(--like)!important}
