:root{--bg:#fafafa;--surface:#fff;--surface-muted:#f5f5f5;--ink:#111;--muted:#737373;--line:#dbdbdb;--line-soft:#efefef;--accent:#111;--accent-2:#595959;--danger:#ed4956;--ok:#168a5b;--focus:#0095f629}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;color:var(--ink);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--surface);border-radius:8px;outline:none;padding:12px 13px}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 3px var(--focus);border-color:#a8a8a8}textarea{resize:vertical;min-height:104px}small{color:var(--muted);display:block}.auth-page,.setup-screen{gap:28px;min-height:100vh;padding:38px;display:grid}.auth-page{grid-template-columns:minmax(0,1fr) 390px;align-items:center}.setup-screen{grid-template-columns:minmax(0,680px);place-content:center}.auth-hero,.setup-card{border:1px solid var(--line);color:#fff;background:linear-gradient(#0000,#000000b8),linear-gradient(135deg,#171717,#414141);border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:620px;padding:48px;display:flex}.auth-hero h1,.setup-card h1{letter-spacing:0;max-width:760px;margin:8px 0;font-size:clamp(2.7rem,6vw,5.4rem);line-height:.94}.auth-hero p,.setup-card p{color:#ffffffc7;max-width:560px}.auth-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:12px;padding:22px;display:grid}.tabs{background:var(--surface-muted);border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.tabs button{min-height:48px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-weight:800}.tabs .active{color:var(--ink);background:var(--surface);box-shadow:0 1px 5px #00000014}.primary-button,.ghost-button,.comment-form button{color:#fff;background:var(--accent);border:0;border-radius:8px;min-height:44px;padding:11px 16px;font-weight:900}.ghost-button{color:var(--ink);background:var(--surface);border:1px solid var(--line)}.form-message,.notice{color:var(--ok);margin:0;font-weight:800}.notice{background:#f0fbf5;border:1px solid #cfe9dc;border-radius:8px;padding:12px 14px}.app-page{grid-template-columns:245px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{overscroll-behavior:contain;border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:22px;height:100vh;padding:26px 18px;display:flex;position:sticky;top:0;overflow-y:auto}.brand,.profile-chip,.post-header,.feed-topbar,.composer-user,.comment,.panel-title{align-items:center;display:flex}.brand{gap:12px;padding:0 10px 8px}.brand>span{color:#fff;background:#050505;border-radius:8px;place-items:center;width:42px;height:42px;font-size:1.2rem;font-weight:1000;display:grid}.brand strong,.profile-chip strong,.post-header strong{display:block}.side-nav{gap:4px;display:grid}.side-nav-item{min-height:48px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-weight:800;display:flex}.side-nav-item.active,.side-nav-item:hover{background:var(--surface-muted)}.nav-icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.mobile-compose-nav,.mobile-nav-settings,.mobile-nav-alerts,.mobile-profile-nav{display:none}.profile-chip{background:var(--surface-muted);border-radius:8px;gap:10px;margin-top:4px;padding:10px}.profile-chip>div{min-width:0}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);background:var(--surface);border-radius:8px;place-items:center;margin-left:auto;font-weight:900;display:grid}.mobile-settings-button{display:none}.alerts-block{gap:8px;display:grid;position:relative}.alerts-button{border:1px solid var(--line);min-height:44px;color:var(--ink);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;font-weight:900;display:flex}.alerts-button.active,.alerts-button:hover{background:var(--surface-muted)}.alerts-button strong{color:#fff;background:var(--danger);border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:.78rem;display:grid}.alerts-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:10px;padding:10px;display:grid;box-shadow:0 14px 36px #00000014}.alerts-title,.alert-item{align-items:center;gap:10px;display:flex}.alerts-title{color:var(--muted);justify-content:space-between;font-size:.82rem}.alerts-list{gap:8px;max-height:360px;display:grid;overflow-y:auto}.alert-item{border:1px solid var(--line-soft);width:100%;color:inherit;background:var(--surface-muted);font:inherit;text-align:left;cursor:pointer;appearance:none;border-radius:8px;align-items:flex-start;padding:9px}.alert-item.unread{background:#fff8f8;border-color:#e5393547}.alert-item:hover{border-color:var(--ink);background:var(--surface)}.alert-item .avatar{width:32px;height:32px}.alert-item p,.empty-alerts{margin:0}.alert-item p{line-height:1.35}.alert-item small,.empty-alerts{color:var(--muted);font-weight:800}.avatar{object-fit:cover;color:#fff;background:linear-gradient(135deg,#111,#777);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:.9rem;font-weight:900;display:grid}.sidebar-stats{display:none}.logout-button{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);background:var(--surface);border-radius:8px;align-self:flex-start;place-items:center;margin-top:auto;display:grid}.logout-button:hover{background:var(--surface-muted)}.content{width:min(100%,1240px);margin:0 auto;padding:24px}.social-layout{grid-template-columns:minmax(0,680px) 300px;justify-content:center;align-items:start;gap:24px;display:grid}.feed-column{gap:16px;min-width:0;display:grid}.feed-topbar{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:0 0 2px;display:grid}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 6px;font-size:.78rem;font-weight:900}.feed-topbar h1,.view-header h1{letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.feed-topbar .feed-title{font-size:1.05rem;font-weight:1000;line-height:1.2}.feed-search{grid-column:1/-1;grid-template-columns:minmax(0,1fr) 180px;gap:8px;width:100%;display:grid}.compose-toggle{color:#fff;background:var(--ink);border:0;border-radius:8px;min-height:42px;padding:0 14px;font-weight:900}.candidate-stories,.airdrop-section{gap:12px;display:grid}.airdrop-row{overscroll-behavior-x:contain;grid-auto-columns:76px;grid-auto-flow:column;gap:12px;padding:2px 2px 8px;display:grid;overflow-x:auto}.airdrop-bubble{min-width:0;color:var(--ink);font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:0;justify-items:center;gap:7px;padding:0;display:grid;position:relative;overflow:hidden}.airdrop-bubble .avatar{z-index:2;border:3px solid var(--surface);width:58px;height:58px;position:relative}.airdrop-bubble strong{text-overflow:ellipsis;white-space:nowrap;max-width:72px;font-size:.78rem;font-weight:900;overflow:hidden}.airdrop-ring{z-index:1;pointer-events:none;-webkit-mask-composite:xor;background:conic-gradient(#ff2e55,#fc3,#12a4ff,#ff2e55);border-radius:50%;width:64px;height:64px;padding:3px;animation:4s linear infinite airdrop-spin;position:absolute;top:-3px;left:6px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.airdrop-bubble.viewed .airdrop-ring{background:var(--line);animation:none}.airdrop-viewer{z-index:90;padding:max(32px, env(safe-area-inset-top)) 18px max(32px, env(safe-area-inset-bottom));background:#000000c2;place-items:center;display:grid;position:fixed;inset:0}.airdrop-close{z-index:2;color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;padding:10px 14px;font-weight:900;position:fixed;top:18px;right:18px}.airdrop-card-full{aspect-ratio:9/16;border-radius:18px;width:min(420px,92vw);height:min(760px,100dvh - 72px);animation:.28s ease-out airdrop-pop;display:block;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000005c}.airdrop-progress{z-index:2;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:4px;display:grid;position:absolute;top:10px;left:12px;right:12px}.airdrop-progress span{background:#ffffff5c;border-radius:999px;height:3px}.airdrop-progress span.active{background:#ffffffeb}.airdrop-card-full:after{content:"";background:linear-gradient(#0000 36%,#000000b3);position:absolute;inset:0}.airdrop-card-full img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.airdrop-author,.airdrop-caption{z-index:1;position:absolute}.airdrop-author{align-items:center;gap:12px;padding:16px 20px 18px;display:flex;top:20px;left:0;right:0}.airdrop-author .avatar{border:2px solid #ffffffe0;width:38px;height:38px}.airdrop-author>div{min-width:0;transform:translateY(-1px)}.airdrop-author strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 16px #0000008c;max-width:250px;font-size:1rem;font-weight:950;line-height:1;display:block;overflow:hidden}.airdrop-caption{overflow-wrap:anywhere;text-shadow:0 3px 18px #00000073;margin:0;padding:18px 22px;font-size:clamp(1.5rem,6vw,2.4rem);font-weight:900;line-height:1.05;left:0;right:0}.airdrop-caption.pos-top{top:88px}.airdrop-caption.pos-center{top:50%;transform:translateY(-50%)}.airdrop-caption.pos-bottom{bottom:10px}.airdrop-caption.align-left{text-align:left}.airdrop-caption.align-center{text-align:center}.airdrop-caption.align-right{text-align:right}.airdrop-nav{z-index:2;background:0 0;border:0;width:42%;position:absolute;top:0;bottom:0}.airdrop-nav.previous{left:0}.airdrop-nav.next{right:0}@keyframes airdrop-spin{to{transform:rotate(360deg)}}@keyframes airdrop-pop{0%{opacity:0;transform:scale(.84)}to{opacity:1;transform:scale(1)}}.compact-heading{align-items:center}.compact-heading h2{margin:0;font-size:1.05rem}.candidate-story-row{overscroll-behavior-x:contain;scroll-snap-type:x proximity;grid-auto-columns:118px;grid-auto-flow:column;gap:10px;padding:2px 2px 8px;display:grid;overflow-x:auto}.candidate-story-card{color:#fff;text-align:left;scroll-snap-align:start;background:#f2f4f5;border:0;border-radius:12px;align-items:end;height:190px;padding:10px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 24px #0f172a1f}.candidate-story-card:after{content:"";background:linear-gradient(#0000 0% 58%,#000000b3 100%);position:absolute;inset:0}.candidate-story-card img{object-fit:cover;filter:saturate(1.05)contrast(1.02)brightness(1.08);width:100%;height:100%;position:absolute;inset:0}.candidate-story-ring{background:linear-gradient(transparent, transparent) padding-box, linear-gradient(135deg, #ff365f, var(--candidate-accent,#ffcf3f), #088bff) border-box;-webkit-mask-composite:xor;opacity:.95;pointer-events:none;border:2px solid #0000;border-radius:10px;position:absolute;inset:6px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.candidate-story-card div{z-index:1;gap:3px;display:grid;position:relative}.candidate-story-card strong,.candidate-story-card small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.candidate-story-card strong{font-size:.9rem}.candidate-story-card small{opacity:.86;font-size:.72rem;font-weight:800}.candidate-page{gap:16px;display:grid}.candidate-hero{border:1px solid var(--line);color:#fff;background:#111;border-radius:12px;align-items:end;min-height:360px;padding:24px;display:grid;position:relative;overflow:hidden}.candidate-hero:after{content:"";background:linear-gradient(#0000000d,#000000bd);position:absolute;inset:0}.candidate-hero img{object-fit:cover;filter:saturate(1.04)contrast(1.02);width:100%;height:100%;position:absolute;inset:0}.candidate-hero>div{z-index:1;max-width:760px;position:relative}.candidate-hero h1{margin:0 0 8px;font-size:clamp(3rem,8vw,6.8rem);line-height:.92}.candidate-hero strong{color:#fff;background:var(--candidate-accent,#111);border-radius:999px;width:fit-content;margin-bottom:12px;padding:7px 11px;display:inline-flex}.candidate-hero p:last-child{max-width:620px;margin:0;font-size:1.08rem;line-height:1.45}.candidate-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.candidate-stats article,.candidate-question-box,.candidate-board,.candidate-question{border:1px solid var(--line);background:var(--surface);border-radius:12px}.candidate-stats article{padding:16px}.candidate-stats strong{font-size:2.2rem;line-height:1;display:block}.candidate-stats span{color:var(--muted);font-weight:900}.candidate-media-panel{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:14px;padding:18px;display:grid}.candidate-media-panel .panel-title{align-items:center}.candidate-media-preview{grid-template-columns:120px repeat(2,minmax(0,1fr));gap:12px;display:grid}.candidate-media-preview>div{border:1px solid var(--line);background:var(--surface-muted);border-radius:12px;align-content:center;justify-items:center;gap:8px;min-height:120px;padding:10px;display:grid;overflow:hidden}.candidate-media-preview img{object-fit:cover;border-radius:8px;width:100%;height:96px}.candidate-media-preview .avatar{width:74px;height:74px;font-size:1.1rem}.candidate-media-preview span{color:var(--muted);font-size:.78rem;font-weight:900}.candidate-media-form,.candidate-custom-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:10px;display:grid}.candidate-custom-form{grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-media-form label,.candidate-custom-form label{color:var(--muted);gap:7px;font-weight:900;display:grid}.candidate-media-form input,.candidate-custom-form input,.candidate-custom-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--muted);border-radius:8px;padding:10px}.candidate-custom-form textarea{resize:vertical;min-height:120px;color:var(--ink)}.candidate-custom-form input[type=color]{min-height:46px;padding:4px}.candidate-custom-form .wide-field,.candidate-custom-form .primary-button{grid-column:1/-1}.candidate-question-box,.candidate-board{gap:14px;padding:18px;display:grid}.candidate-question-box form{gap:10px;display:grid}.candidate-question-box select,.candidate-question-box textarea,.candidate-answer-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:13px 14px}.candidate-question-box textarea,.candidate-answer-form textarea{resize:vertical;min-height:120px}.candidate-topic-strip{flex-wrap:wrap;gap:8px;display:flex}.candidate-topic-strip span{border:1px solid var(--line);color:var(--muted);background:var(--surface-muted);border-radius:999px;padding:7px 10px;font-weight:900}.candidate-topic-strip strong{color:var(--ink)}.candidate-question-list{gap:12px;display:grid}.candidate-question{gap:12px;padding:16px;display:grid}.candidate-question.answered{border-color:#d8e8de}.candidate-question-meta{align-items:center;gap:10px;display:flex}.candidate-question-meta>div{flex:1;gap:3px;min-width:0;display:grid}.candidate-question-meta span,.candidate-question-meta small{color:var(--muted);font-size:.8rem;font-weight:900}.candidate-question-text{margin:0;line-height:1.5}.candidate-answer{background:#f4fbf7;border-radius:10px;gap:7px;padding:13px;display:grid}.candidate-answer.pending{background:var(--surface-muted)}.candidate-answer strong{color:var(--candidate-accent,var(--ok))}.candidate-answer p{margin:0;line-height:1.5}.candidate-answer small{color:var(--muted);font-weight:800}.candidate-answer-form{border-top:1px solid var(--line);gap:8px;padding-top:12px;display:grid}.composer,.post-card,.profile-editor,.topic-panel,.admin-table,.debate-card,.metric-card{border:1px solid var(--line);background:var(--surface);border-radius:8px}.composer{gap:12px;display:grid;box-shadow:0 8px 26px #0000000a}.composer.open{padding:16px}.composer.compact{box-shadow:none;padding:0}.composer-prompt{width:100%;min-height:58px;color:var(--muted);background:var(--surface);text-align:left;border:0;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;font-weight:800;display:flex}.composer-prompt:hover{background:var(--surface-muted)}.composer-user{gap:10px}.composer form,.profile-editor form{gap:10px;display:grid}.composer-mode{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;display:grid}.composer-mode button{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-weight:900}.composer-mode button.active{color:var(--ink);background:var(--surface);box-shadow:0 6px 18px #0f172a14}.composer-textarea{background:0 0;border:0;border-radius:8px;min-height:92px;padding:12px 0 2px;font-size:1rem;line-height:1.45}.composer-textarea:focus{box-shadow:none}.airdrop-controls{grid-template-columns:repeat(3,minmax(0,1fr)) auto auto;gap:8px;display:grid}.airdrop-controls select,.airdrop-controls label{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--muted);border-radius:8px;padding:0 10px;font-weight:900}.airdrop-controls label{align-items:center;gap:8px;display:flex}.airdrop-controls input[type=color]{background:0 0;border:0;width:34px;height:34px;padding:0}.emoji-row{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.emoji-row button{border:1px solid var(--line);background:var(--surface);border-radius:999px;width:38px;height:38px;font-size:1.05rem}.form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.composer-footer{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:10px;padding-top:4px;display:flex}.composer-preview{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:10px;display:grid;overflow:hidden}.preview-heading,.preview-author{align-items:center;gap:10px;display:flex}.preview-heading{justify-content:space-between;padding:10px 12px 0}.preview-heading span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:1000}.preview-heading button{border:1px solid var(--line);min-height:32px;color:var(--muted);background:var(--surface);border-radius:8px;padding:0 10px;font-weight:900}.preview-author{padding:0 12px}.preview-author .avatar{width:36px;height:36px}.preview-author>div{min-width:0}.preview-author strong,.preview-author small{display:block}.preview-author small{color:var(--muted);font-weight:800}.preview-author>span{color:var(--muted);background:var(--surface);border-radius:8px;margin-left:auto;padding:5px 8px;font-size:.76rem;font-weight:900}.composer-preview p{margin:0;padding:0 12px 2px;line-height:1.45}.composer-preview img{object-fit:cover;background:var(--surface);width:100%;max-height:440px;display:block}.post-progress{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:8px;padding:10px 12px;display:grid}.post-progress>div{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:.86rem;font-weight:900;display:flex}.post-progress progress{background:var(--line);border:0;border-radius:999px;width:100%;height:10px;overflow:hidden}.post-progress progress::-webkit-progress-bar{background:var(--line);border-radius:999px}.post-progress progress::-webkit-progress-value{background:linear-gradient(90deg, var(--accent), var(--accent-2));border-radius:999px}.post-progress progress::-moz-progress-bar{background:linear-gradient(90deg, var(--accent), var(--accent-2));border-radius:999px}.upload-button,.upload-line{border:1px solid var(--line);min-height:44px;color:var(--muted);background:var(--surface);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-weight:800;display:flex}.upload-button{justify-content:center;width:auto;min-width:148px}.primary-button:disabled,.preview-heading button:disabled{opacity:.65;cursor:not-allowed}.upload-button:has(input:disabled){opacity:.65;cursor:not-allowed}.upload-button input,.upload-line input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.feed{gap:18px;display:grid}.empty-feed{border:1px dashed var(--line);color:var(--muted);background:var(--surface);text-align:center;border-radius:8px;gap:4px;padding:32px;font-weight:800;display:grid}.load-more-button{border:1px solid var(--line);min-height:46px;color:var(--ink);background:var(--surface);border-radius:8px;font-weight:900}.load-more-button:hover{background:var(--surface-muted)}.load-more-button:disabled{color:var(--muted);cursor:wait}.post-card{overflow:hidden}.post-header{gap:10px;padding:12px 14px}.post-header>div{min-width:0}.profile-link{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:inline-flex}.profile-link:hover strong,.comment-name-button:hover strong{text-underline-offset:3px;text-decoration:underline}.profile-link>div{min-width:0}.post-header>span{color:var(--muted);background:var(--surface-muted);border-radius:8px;margin-left:auto;padding:6px 9px;font-size:.78rem;font-weight:900}.post-text{margin:0;padding:0 14px 12px;line-height:1.5}.post-meta-row{flex-wrap:wrap;align-items:center;gap:8px;padding:0 14px 10px;display:flex}.post-meta-row span,.post-meta-row button,.reputation-label{border:1px solid var(--line);width:fit-content;color:var(--muted);background:var(--surface-muted);border-radius:999px;padding:5px 9px;font-size:.76rem;font-weight:900}.post-meta-row button{color:var(--ink);cursor:pointer}.official-response,.official-form{background:#f4fbf7;border:1px solid #d7eadf;border-radius:8px;gap:8px;margin:0 14px 12px;padding:12px;display:grid}.official-response strong{color:var(--ok);text-transform:uppercase;font-size:.8rem}.official-response p{margin:0;line-height:1.45}.official-form{margin-top:12px}.post-image{object-fit:cover;background:var(--surface-muted);width:100%;max-height:720px;display:block}.engagement-row{color:var(--muted);justify-content:space-between;gap:10px;padding:10px 14px 0;font-size:.9rem;font-weight:800;display:flex}.post-actions{align-items:center;gap:10px;padding:8px 10px 10px;display:flex}.action-button{width:auto;min-width:42px;height:42px;min-height:42px;color:var(--ink);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-weight:800;display:inline-flex}.action-button span{min-width:1ch;font-size:.92rem}.report-action{color:var(--muted);margin-left:auto}.action-button:hover,.action-button.liked{background:var(--surface-muted)}.action-button.liked{color:var(--danger)}.heart-icon{color:var(--danger);margin-right:6px}.ui-icon{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.ui-icon.heart{color:var(--ink)}.ui-icon.heart.filled{color:var(--danger);fill:var(--danger);stroke:var(--danger)}.delete-button{min-height:34px;color:var(--danger);background:#fff5f6;border:1px solid #ffd2d6;border-radius:8px;padding:7px 10px;font-size:.82rem;font-weight:900}.profile-badge{border:1px solid var(--line);width:fit-content;min-height:20px;color:var(--muted);background:var(--surface);border-radius:999px;align-items:center;margin-top:4px;padding:2px 8px;font-size:.72rem;font-weight:900;display:inline-flex}.delete-button.neutral{border-color:var(--line);color:var(--muted);background:var(--surface-muted)}.delete-button.compact{white-space:nowrap;margin-left:auto}.comments{gap:8px;padding:0 14px 12px;display:grid}.comment{background:var(--surface-muted);border-radius:8px;align-items:flex-start;gap:9px;padding:9px}.comment .avatar{width:32px;height:32px}.comment-avatar-button,.comment-name-button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.comment-avatar-button{flex:none}.comment-name-button{justify-items:start;display:grid}.comment-content{flex:1;gap:7px;min-width:0;display:grid}.comment-topline{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.comment-tools{flex:none;align-items:center;gap:6px;display:flex}.comment-body{color:#2b2b2b;overflow-wrap:anywhere;margin:0;line-height:1.45}.empty-comments{color:var(--muted);background:var(--surface-muted);border-radius:8px;margin:0;padding:10px;font-weight:800}.comment-form{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 14px 14px;display:grid}.public-profile-view{gap:16px;max-width:980px;display:grid}.profile-back-button{width:fit-content}.profile-editor-inline{padding:18px}.profile-signout-inline{align-items:center;gap:8px;display:inline-flex}.profile-signout-inline .nav-icon{width:18px;height:18px}.public-profile-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:22px;padding:28px;display:grid}.public-profile-main{grid-template-columns:136px minmax(0,1fr);align-items:center;gap:24px;display:grid}.public-profile-card .avatar{width:136px;height:136px;font-size:2rem}.public-profile-info{gap:10px;min-width:0;display:grid}.public-profile-heading{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.public-profile-info h1{letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.1}.public-profile-info p{color:#2b2b2b;max-width:680px;margin:0;font-size:1rem;line-height:1.45}.profile-meta-line,.section-heading span,.profile-post-tile small{color:var(--muted);font-weight:800}.profile-meta-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-meta-line span,.profile-meta-line strong{width:fit-content}.profile-meta-line strong{border:1px solid var(--line);background:var(--surface-muted);border-radius:999px;padding:4px 9px;font-size:.78rem}.public-profile-stats{border-top:1px solid var(--line);grid-template-columns:repeat(5,minmax(0,1fr));padding-top:18px;display:grid}.public-profile-stat{border-left:1px solid var(--line);justify-items:center;gap:2px;padding:0 12px;display:grid}.public-profile-stat:first-child{border-left:0}.public-profile-stat strong{font-size:1.35rem;line-height:1}.public-profile-stat span{color:var(--muted);text-align:center;font-size:.86rem;font-weight:900}.public-profile-posts{gap:12px;display:grid}.section-heading{justify-content:space-between;align-items:end;gap:12px;display:flex}.section-heading h2{margin:0;font-size:1.3rem}.profile-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-post-tile{border:1px solid var(--line);background:var(--surface);border-radius:8px;display:grid;overflow:hidden}.profile-post-tile img,.profile-post-placeholder{aspect-ratio:1;object-fit:cover;background:var(--surface-muted);place-items:center;width:100%;display:grid}.profile-post-placeholder{color:var(--muted);font-weight:1000}.profile-post-tile>div{gap:6px;padding:12px;display:grid}.profile-post-tile strong{text-transform:uppercase;font-size:.8rem}.profile-post-tile p{margin:0;line-height:1.45}.follow-button{width:fit-content;margin-top:4px}.text-page{gap:18px;max-width:940px;display:grid}.text-page h1{margin:0;font-size:clamp(2.4rem,6vw,5rem);line-height:.96}.text-page p{color:#333;max-width:760px;margin:0;font-size:1.05rem;line-height:1.6}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.feature-grid article{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;padding:16px;display:grid}.feature-grid span{color:var(--muted);font-weight:700;line-height:1.45}.post-detail-view{max-width:760px}.moderation-form{gap:8px;min-width:280px;display:grid}.moderation-form textarea{min-height:82px}.right-panel{overscroll-behavior:contain;align-self:start;gap:12px;max-height:calc(100vh - 36px);padding-right:4px;display:grid;position:sticky;top:18px;overflow-y:auto}.profile-editor,.topic-panel{gap:12px;padding:14px;display:grid;overflow:hidden}.mobile-profile-editor{display:none}.panel-title{justify-content:space-between;gap:10px}.panel-title h2,.topic-panel h2{margin:0;font-size:.96rem;line-height:1.15}.topic-list{gap:8px;max-height:none;display:grid;overflow:visible}.topic-item{border:1px solid var(--line-soft);width:100%;min-height:42px;color:var(--ink);background:var(--surface);text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-weight:900;transition:border-color .18s,background .18s,transform .18s;display:flex}.topic-item span{color:var(--muted);overflow-wrap:anywhere;min-width:0;line-height:1.25}.topic-item strong{color:var(--ink);flex:none;font-size:.95rem}.topic-item.active,.topic-item:hover{background:var(--surface-muted);border-color:var(--ink)}.topic-item:hover{transform:translateY(-1px)}.topic-item.read-only{cursor:default}.view-panel{gap:18px;display:grid}.directory-list,.category-directory{gap:10px;display:grid}.directory-item,.category-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:100%;padding:14px}.directory-item{color:var(--ink);text-align:left;grid-template-columns:34px 44px minmax(0,1fr) repeat(3,minmax(78px,auto));align-items:center;gap:12px;display:grid}.directory-item:hover{background:var(--surface-muted)}.rank-number{width:30px;height:30px;color:var(--ink);background:var(--accent);border-radius:8px;place-items:center;font-weight:1000;display:grid}.directory-metrics{justify-items:end;gap:2px;display:grid}.directory-metrics strong{font-size:1.2rem}.directory-metrics span,.category-card span{color:var(--muted);font-size:.84rem;font-weight:800}.category-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{gap:12px;display:grid}.category-card>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.category-card strong{font-size:1.1rem}.category-bar{background:var(--surface-muted);border-radius:999px;height:8px;overflow:hidden}.category-bar span{border-radius:inherit;background:var(--ink);height:100%;display:block}.view-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:4px 14px;display:grid}.view-header .eyebrow{grid-column:1/-1}.report-download{align-self:center}.admin-report-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.compact-actions{justify-content:flex-start}.admin-form{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(180px,.7fr) minmax(220px,1fr) auto;gap:10px;padding:14px;display:grid}.admin-tabs{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:4px;display:grid}.admin-tabs button{min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-weight:900}.admin-tabs button.active,.admin-tabs button:hover{color:var(--ink);background:var(--surface-muted)}.debate-grid,.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.debate-card{align-content:space-between;gap:18px;min-height:200px;padding:16px;display:grid}.debate-card h2,.debate-card p{margin:0}.debate-card p{color:var(--muted);margin-top:8px}.metric-card{padding:16px}.metric-card span{color:var(--muted);font-weight:900}.metric-card strong{margin-top:8px;font-size:2rem;display:block}.dashboard-summary{background:linear-gradient(180deg, #fff, var(--surface-muted))}.technical-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.issue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.issue-card{border:1px solid var(--line-soft);background:var(--surface);border-radius:8px;gap:12px;padding:12px;display:grid}.issue-card>div:first-child{gap:3px;display:grid}.issue-card strong{overflow-wrap:anywhere}.issue-card span{color:var(--muted);font-size:.84rem;font-weight:900}.issue-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.issue-card dl div{background:var(--surface-muted);border-radius:8px;padding:8px}.issue-card dt,.issue-card dd{margin:0}.issue-card dt{color:var(--muted);font-size:.72rem;font-weight:900}.issue-card dd{margin-top:2px;font-size:1.05rem;font-weight:1000}.admin-table{gap:14px;padding:16px;display:grid}.lead-box{min-height:120px;line-height:1.5}.badge-form{grid-template-columns:140px minmax(160px,1fr) auto;gap:8px;min-width:420px;display:grid}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:top;padding:12px 10px}th{color:var(--muted);text-transform:uppercase;font-size:.78rem}@media (max-width:1120px){.app-page{grid-template-columns:86px minmax(0,1fr)}.brand div,.profile-chip div,.side-nav-item span,.logout-button{font-size:0}.brand,.profile-chip{justify-content:center;padding-left:0;padding-right:0}.social-layout{grid-template-columns:minmax(0,650px)}.right-panel{display:none}}@media (max-width:820px){.auth-page,.app-page,.admin-form,.admin-tabs,.candidate-stats,.feed-search,.form-grid{grid-template-columns:1fr}.app-page{display:block}.sidebar{z-index:30;height:74px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-right:0;border-top:1px solid var(--line);border-bottom:0;flex-direction:row;align-items:center;gap:8px;position:fixed;inset:auto 0 0;overflow:visible;box-shadow:0 -16px 36px #0f172a14}.brand div,.profile-chip div,.side-nav-item span,.logout-button{font-size:inherit}.brand{display:none}.side-nav{flex:1;grid-template-columns:repeat(3,minmax(0,1fr)) 66px repeat(3,minmax(0,1fr));gap:2px;min-width:0;display:grid;overflow:visible}.side-nav-item{text-align:center;border-radius:8px;flex-direction:column;justify-content:center;gap:3px;min-height:54px;padding:4px 2px;font-size:.66rem;line-height:1.1}.side-nav-item span{display:none}.mobile-compose-nav{border:5px solid var(--surface);color:#fff;background:#050505;border-radius:50%;place-self:center;place-items:center;width:56px;height:56px;display:grid;position:relative;bottom:auto;left:auto;transform:translateY(-11px);box-shadow:0 10px 24px #00000038}.mobile-compose-nav .nav-icon{stroke-width:2.4px;width:25px;height:25px}.side-nav-item:nth-child(8),.side-nav-item:nth-child(9),.side-nav-item:nth-child(10){display:none}.nav-icon{width:22px;height:22px}.profile-chip,.sidebar-stats,.logout-button,.sidebar>.alerts-block,.sidebar>.mobile-settings-button{display:none}.mobile-nav-settings{width:100%;min-height:54px;color:var(--ink);background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.mobile-nav-alerts{place-items:center;min-height:54px;display:grid;position:relative}.mobile-profile-nav{width:100%;min-height:54px;color:var(--ink);background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.mobile-profile-nav .avatar{border:2px solid var(--ink);width:28px;height:28px;font-size:.7rem}.alerts-button{background:0 0;border:0;border-radius:8px;justify-content:center;width:100%;height:54px;min-height:54px;padding:0}.alerts-button span{font-size:0}.alerts-button strong{position:absolute;top:4px;right:8px}.alerts-panel{width:min(88vw,340px);position:absolute;top:auto;bottom:calc(100% + 10px);right:0}.mobile-profile-editor{margin-bottom:14px;display:grid}.right-panel{display:none}.content{padding:18px 18px calc(96px + env(safe-area-inset-bottom))}.candidate-hero{min-height:300px;padding:18px}.candidate-hero h1{font-size:clamp(2.5rem,16vw,4.6rem)}.candidate-question-meta{align-items:flex-start}.candidate-media-preview,.candidate-media-form,.candidate-custom-form,.airdrop-controls{grid-template-columns:1fr}.airdrop-card-full{width:min(360px,92vw);height:min(640px,100dvh - 88px)}.feed-topbar{grid-template-columns:1fr}.candidate-story-row{grid-auto-columns:104px}.candidate-story-card{height:168px}.compose-toggle,.composer.compact{display:none}.debate-grid,.category-directory,.metrics-grid,.technical-metrics,.issue-grid,.feature-grid{grid-template-columns:1fr}.admin-report-actions{justify-content:stretch}.admin-report-actions .ghost-button{flex:160px}.directory-item{grid-template-columns:30px 42px minmax(0,1fr) auto}.directory-metrics.compact{display:none}.badge-form{grid-template-columns:1fr;min-width:0}.public-profile-card{gap:18px}.public-profile-main{grid-template-columns:112px minmax(0,1fr)}.public-profile-card .avatar{width:112px;height:112px}.public-profile-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.moderation-form{min-width:0}}@media (max-width:560px){.auth-page,.setup-screen{padding:16px}.auth-hero,.setup-card{min-height:380px;padding:28px}.content{padding:10px 10px calc(94px + env(safe-area-inset-bottom))}.post-actions{gap:6px;padding-left:8px;padding-right:8px}.action-button{min-width:38px;padding:0 7px}.post-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding:10px;display:grid}.profile-link{grid-template-columns:34px minmax(0,1fr);gap:8px;width:100%;min-width:0;display:grid}.profile-link .avatar{width:34px;height:34px;font-size:.72rem}.profile-link>div{min-width:0;overflow:hidden}.profile-link strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.9rem;line-height:1.15;display:block;overflow:hidden}.profile-link small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.68rem;line-height:1.2;display:block;overflow:hidden}.post-header>span{text-overflow:ellipsis;white-space:nowrap;max-width:86px;margin-left:0;padding:5px 7px;font-size:.64rem;overflow:hidden}.post-header .delete-button{grid-column:2;justify-self:end;padding:5px 7px;font-size:.62rem}.profile-badge{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.public-profile-card{gap:14px;padding:16px}.public-profile-main{grid-template-columns:82px minmax(0,1fr);align-items:start;gap:14px}.public-profile-card .avatar{width:82px;height:82px;font-size:1.2rem}.public-profile-heading{flex-direction:column;align-items:flex-start;gap:7px}.public-profile-info h1{font-size:1.35rem}.public-profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 0}.public-profile-stat:nth-child(4){border-left:0}.profile-post-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.comment-form{grid-template-columns:1fr}.comment-topline{gap:8px}.comment-tools{gap:4px}.delete-button.compact{width:auto;padding-left:8px;padding-right:8px}}
