:root{--bg:#f7f7f4;--surface:#fff;--text:#161814;--muted:#6c7069;--line:#e3e5df;--accent:#155e3f;--accent2:#0f4c33;--danger:#9b2c2c;--radius:12px;--max:1080px}*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg)}body{margin:0;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{min-height:62px;display:flex;align-items:center;gap:28px}.brand{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px}.desktop-nav,.header-actions{display:flex;align-items:center;gap:18px}.header-actions{margin-left:auto}.main-content{padding:36px 0 80px}.hero{display:flex;justify-content:space-between;gap:30px;align-items:end;padding:42px 0;border-bottom:1px solid var(--line);margin-bottom:30px}.hero h1{font-size:clamp(34px,5vw,62px);line-height:1;max-width:720px;letter-spacing:-2px;margin:8px 0 16px}.hero p{max-width:650px;color:var(--muted)}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:1.4px;font-weight:700}.button{display:inline-flex;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:11px 16px;font-weight:700;cursor:pointer;align-items:center;justify-content:center}.button:hover{background:var(--accent2);text-decoration:none}.button.small{padding:8px 12px}.button.secondary{background:#eceee9;color:var(--text)}.link-button{border:0;background:none;color:var(--accent);padding:0;cursor:pointer;font:inherit}.inline{display:inline}.section-head{display:flex;justify-content:space-between;align-items:center}.post-list{display:grid;gap:14px}.post-card{background:var(--surface);border:1px solid var(--line);padding:24px;border-radius:var(--radius)}.post-card h2,.post-card h3{margin:8px 0}.post-card h2{font-size:26px;line-height:1.18}.post-card p{color:#3c403a}.meta,.muted{color:var(--muted);font-size:14px}.pagination{display:flex;justify-content:space-between;padding:24px 0}.auth-card,.settings-card,.editor{max-width:760px;margin:20px auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.stack{display:grid;gap:17px}.stack label{display:grid;gap:7px;font-weight:650}.stack input,.stack textarea,.stack select,select{width:100%;padding:11px 12px;border:1px solid #cfd3ca;border-radius:7px;background:#fff;color:var(--text);font:inherit}.stack textarea{resize:vertical}.errors,.flash{padding:12px 15px;border-radius:8px;margin:0 0 18px}.errors,.flash.error{background:#fff0f0;border:1px solid #efc5c5;color:var(--danger)}.flash.success{background:#eef8f1;border:1px solid #c8e7d1;color:#245b38}.article{max-width:780px;margin:auto}.article h1{font-size:clamp(36px,6vw,62px);line-height:1.05;letter-spacing:-1.8px;margin:12px 0}.article-stats{font-size:14px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:22px}.prose{font-size:18px;padding:24px 0}.prose p{margin:0 0 1.2em}.comments{max-width:780px;margin:30px auto}.comment{border-top:1px solid var(--line);padding:18px 0}.comment-form{margin-top:24px}.profile-head{display:flex;gap:24px;align-items:flex-start;background:var(--surface);padding:28px;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:30px}.avatar{width:96px;height:96px;flex:0 0 96px;border-radius:50%;background:#e4e8e1;display:grid;place-items:center;font-size:40px;font-weight:800;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.profile-stats{display:flex;gap:18px;flex-wrap:wrap;margin:12px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 30px}.stats-grid>div{background:#fff;border:1px solid var(--line);padding:22px;border-radius:10px;display:grid}.stats-grid b{font-size:30px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:10px}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);white-space:nowrap}.empty,.error-page{padding:40px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);text-align:center}.site-footer{border-top:1px solid var(--line);padding:24px 0;color:var(--muted);font-size:13px}.mobile-nav{display:none}
@media(max-width:720px){.container{width:min(100% - 22px,var(--max))}.desktop-nav{display:none}.header-actions>a:first-child{display:none}.hero{align-items:flex-start;flex-direction:column;padding:28px 0}.hero h1{font-size:42px}.main-content{padding-top:20px;padding-bottom:88px}.post-card{padding:18px}.post-card h2{font-size:22px}.article h1{font-size:39px}.profile-head{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}.mobile-nav{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;bottom:0;left:0;right:0;z-index:20;background:#fff;border-top:1px solid var(--line);padding:8px}.mobile-nav a{text-align:center;padding:9px 4px;font-size:13px}.site-footer{padding-bottom:80px}}

/* Phase 2 — community */
.page-head{display:flex;justify-content:space-between;align-items:end;gap:24px;padding:18px 0 28px}.page-head h1{font-size:clamp(34px,5vw,54px);letter-spacing:-1.5px;margin:4px 0 8px}.post-metrics{display:flex;gap:14px;flex-wrap:wrap}.article-stats{display:flex;gap:14px;flex-wrap:wrap}.engagement-bar{display:flex;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.vote-box{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px;padding:5px;background:var(--surface)}.vote-box.compact{align-self:flex-start}.vote-button{width:34px;height:34px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-size:16px;font-weight:800}.vote-button:hover{background:#f0f2ed;color:var(--accent)}.vote-button.active{background:#e8f3ed;color:var(--accent)}.vote-score{min-width:25px;text-align:center}.bookmark-button{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.bookmark-button.active{background:#eef8f1;border-color:#bcdac7;color:var(--accent)}.small-link{font-size:12px;margin:0 6px}.comment{display:flex;justify-content:space-between;gap:18px}.comment-main{min-width:0;flex:1}.tabs{display:flex;gap:8px;overflow:auto;padding:0 0 18px;margin-bottom:8px}.tabs a{white-space:nowrap;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text)}.tabs a.active{background:var(--text);border-color:var(--text);color:#fff;text-decoration:none}.ranking-list{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.ranking-row{display:grid;grid-template-columns:52px 48px minmax(0,1fr) minmax(90px,150px);gap:14px;align-items:center;padding:15px 18px;border-bottom:1px solid var(--line)}.ranking-row:last-child{border-bottom:0}.rank-number{font-size:20px;font-weight:800;color:var(--muted);text-align:center}.mini-avatar{width:44px;height:44px;border-radius:50%;background:#e4e8e1;display:grid;place-items:center;font-weight:800;overflow:hidden}.mini-avatar img{width:100%;height:100%;object-fit:cover}.rank-user{min-width:0;display:grid}.rank-user span{font-size:13px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-stats{display:grid;text-align:right}.rank-stats b{font-size:22px}.rank-stats span{font-size:12px;color:var(--muted)}.profile-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 30px}.profile-summary>div{display:grid;gap:3px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px}.profile-summary span{font-size:13px;color:var(--muted)}.profile-summary b{font-size:20px}.profile-links{display:flex;gap:14px;flex-wrap:wrap}.app-toast{position:fixed;right:18px;bottom:22px;z-index:50;max-width:min(360px,calc(100% - 36px));padding:11px 14px;border-radius:8px;background:#17211b;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.18)}.app-toast.error{background:#7f1d1d}
@media(max-width:720px){.comment{align-items:flex-start}.ranking-row{grid-template-columns:38px 42px minmax(0,1fr);padding:13px 12px;gap:9px}.rank-stats{grid-column:3;text-align:left;grid-template-columns:auto 1fr;align-items:baseline;gap:6px}.rank-stats b{font-size:18px}.profile-summary{grid-template-columns:1fr}.page-head{padding-top:8px}.engagement-bar{justify-content:space-between}.app-toast{bottom:78px}}

/* Phase 3 — social graph */
.profile-social-links{display:flex;gap:16px;flex-wrap:wrap;margin:10px 0 14px}.profile-social-links a{color:var(--text);font-size:14px}.profile-social-links b{font-size:17px}.social-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:16px}.danger-link{border:0;background:transparent;color:var(--danger);padding:8px 4px;font:inherit;cursor:pointer}.danger-link:hover{text-decoration:underline}.relation-note{font-size:14px;color:var(--muted);padding:9px 12px;background:#f1f2ef;border-radius:8px}.relation-chip{display:inline-flex;padding:2px 7px;border-radius:999px;background:#edf5f0;color:var(--accent);font-size:12px;font-weight:700}.people-list{display:grid;gap:10px}.person-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px 17px}.person-copy{min-width:0;display:grid;gap:2px}.person-name{font-weight:800;color:var(--text)}.person-copy>span{font-size:13px;color:var(--muted)}.person-copy p{font-size:14px;color:#444942;margin:5px 0 0}.person-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.post-card .relation-chip{vertical-align:middle}.post-card h2{margin-top:9px}
@media(max-width:720px){.person-row{grid-template-columns:42px minmax(0,1fr);align-items:start;padding:13px 12px;gap:10px}.person-actions{grid-column:2;justify-content:flex-start}.profile-social-links{gap:12px}.social-actions{align-items:stretch}.social-actions .button{flex:0 1 auto}.mobile-nav{grid-auto-flow:column;grid-auto-columns:1fr;grid-template-columns:none}.mobile-nav a{font-size:12px}}

/* Phase 4 — communication */
.header-icon-link{position:relative;display:inline-grid;place-items:center;width:34px;height:34px;color:var(--text)}.header-icon-link svg{width:22px;height:22px}.header-badge{position:absolute;top:-2px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:var(--danger);color:#fff;font-size:11px;line-height:18px;text-align:center;font-weight:800}.mobile-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--danger);margin-left:3px;vertical-align:top}.conversation-list,.notification-list{display:grid;gap:9px}.conversation-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;color:var(--text)}.conversation-card:hover{text-decoration:none;border-color:#cbd0c6}.conversation-card.unread{border-left:4px solid var(--accent);padding-left:13px}.avatar.small{width:44px;height:44px;flex:0 0 44px;font-size:18px}.conversation-copy{min-width:0}.conversation-title{display:flex;gap:7px;align-items:baseline;white-space:nowrap;overflow:hidden}.conversation-title>*{overflow:hidden;text-overflow:ellipsis}.conversation-preview{color:var(--muted);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.conversation-side{display:grid;justify-items:end;gap:7px;color:var(--muted);font-size:12px}.count-badge{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--accent);color:#fff;font-size:12px;font-weight:800}.pager{padding:20px 0;text-align:center}.chat-shell{max-width:820px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.chat-head{display:flex;align-items:center;gap:18px;padding:17px 20px;border-bottom:1px solid var(--line)}.chat-head h1{font-size:20px;margin:0}.back-link{white-space:nowrap}.chat-older{text-align:center;padding:9px;border-bottom:1px solid var(--line);font-size:13px}.message-stream{height:min(62vh,650px);min-height:380px;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:9px;background:#f5f6f2}.message-row{display:flex}.message-row.mine{justify-content:flex-end}.message-bubble{max-width:min(76%,620px);padding:10px 12px;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:0 1px 1px rgba(0,0,0,.02)}.message-row.mine .message-bubble{background:#eaf4ee;border-color:#cfe3d6}.message-body{white-space:pre-wrap;overflow-wrap:anywhere}.message-meta{display:flex;gap:7px;justify-content:flex-end;color:var(--muted);font-size:11px;margin-top:5px}.message-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:5px;font-size:12px}.link-button.danger{color:var(--danger)}.chat-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:14px;border-top:1px solid var(--line);background:#fff}.chat-form textarea{width:100%;min-height:48px;max-height:160px;resize:vertical;border:1px solid #cfd3ca;border-radius:8px;padding:10px 12px;font:inherit}.notification-card{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px 17px}.notification-card.unread{background:#f0f7f3;border-color:#cfe3d6}.notification-copy{min-width:0}.notification-copy>a{color:var(--text)}.notification-copy>a:hover{color:var(--accent)}.mention{font-weight:700}.comment.is-reply{margin-left:28px;padding-left:14px;border-left:2px solid #d7dbd3}.comment-reply-button{font-size:13px;margin-top:5px}.reply-context{display:flex;justify-content:space-between;gap:12px;padding:9px 11px;border-radius:7px;background:#f1f4ef;color:var(--muted);font-size:13px}.message-compose-form{max-width:760px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:720px){.header-icon-link{display:none}.conversation-card{grid-template-columns:40px minmax(0,1fr) auto;padding:12px}.avatar.small{width:40px;height:40px;flex-basis:40px}.conversation-title .muted{display:none}.conversation-side time{display:none}.chat-shell{margin:0 -11px;border-left:0;border-right:0;border-radius:0}.chat-head{padding:12px}.message-stream{height:calc(100vh - 270px);min-height:340px;padding:12px}.message-bubble{max-width:86%}.chat-form{position:sticky;bottom:60px;padding:10px}.notification-card{align-items:flex-start;padding:13px 12px}.comment.is-reply{margin-left:14px;padding-left:10px}.page-head{align-items:flex-start;flex-direction:column}.page-head>[data-notification-read-all]{width:100%}}

/* Phase 5 moderation */
.button.danger{background:var(--danger);color:#fff}.button.danger:hover{background:#7f1d1d}.flash.warning{background:#fff8e6;border:1px solid #ead49b;color:#6b4f10}.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.form-card.narrow{max-width:720px;margin:auto}.content-actions,.comment-actions,.inline-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.content-actions{margin-top:18px}.comment-actions{margin-top:6px;font-size:13px}.moderation-list{display:grid;gap:10px}.moderation-card{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px 18px}.moderation-card h3{margin:5px 0}.moderation-card p{margin:6px 0}.moderation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.card h2{margin-top:0}.detail-list{display:grid;grid-template-columns:130px minmax(0,1fr);gap:8px 16px}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;overflow-wrap:anywhere}.privacy-note{background:#f1f4ef;border-radius:8px;padding:10px 12px;color:var(--muted);font-size:14px}.report-snapshot{padding:14px;border:1px solid var(--line);border-radius:8px;background:#f8f8f5;display:grid;gap:8px}.audit-list{display:grid;gap:8px}.audit-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(100px,.5fr) minmax(180px,1fr);gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px 14px}.audit-row code{white-space:normal;overflow-wrap:anywhere;font-size:12px}.small{font-size:13px}
@media(max-width:720px){.moderation-grid{grid-template-columns:1fr}.moderation-card{align-items:flex-start;flex-direction:column}.detail-list{grid-template-columns:1fr}.detail-list dt{font-weight:700}.audit-row{grid-template-columns:1fr}.inline-actions>.button{flex:1}.form-card{padding:18px}}

/* Phase 6 — discovery, settings, PWA */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-search{margin-left:auto;max-width:190px}.header-search input{width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fafbf8;font:inherit}.header-actions{margin-left:0}.section-links{display:flex;gap:16px;align-items:center}.search-page-form{display:flex;gap:10px;max-width:760px;margin-bottom:28px}.search-page-form input{flex:1;min-width:0;padding:12px 14px;border:1px solid #cfd3ca;border-radius:8px;font:inherit;background:#fff}.search-summary{margin:10px 0 24px;color:var(--muted)}.search-group{margin:34px 0}.user-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.user-result-card{display:grid;gap:4px;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text)}.user-result-card:hover{text-decoration:none;border-color:#b8c1b8}.user-result-card span,.user-result-card small{color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-chip{display:inline-flex;gap:6px;align-items:center;padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--accent);font-size:14px}.tag-chip:hover{text-decoration:none;background:#f1f6f2}.tag-chip span{color:var(--muted);font-size:12px}.post-tags{padding:4px 0 20px}.share-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:14px}.settings-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:22px}.settings-tabs a{padding:8px 11px;border:1px solid var(--line);border-radius:8px;white-space:nowrap;color:var(--text)}.settings-tabs a.active{background:var(--text);color:#fff;border-color:var(--text);text-decoration:none}.check-row{display:flex!important;align-items:center;gap:10px;font-weight:500!important}.check-row input{width:auto!important}.dashboard-stats{grid-template-columns:repeat(3,1fr)}.profile-links{display:flex;gap:12px;flex-wrap:wrap}.app-toast{position:fixed;right:20px;bottom:90px;z-index:50;max-width:360px;padding:12px 15px;border-radius:8px;background:#1c211d;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.18)}
@media(max-width:920px){.header-search{display:none}.desktop-nav{gap:12px}.header-inner{gap:16px}}
@media(max-width:720px){.mobile-nav{grid-template-columns:repeat(auto-fit,minmax(58px,1fr))}.user-card-grid{grid-template-columns:1fr}.search-page-form{flex-direction:column}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.section-head{align-items:flex-start;gap:12px;flex-direction:column}.section-links{flex-wrap:wrap}}


/* Phase 7: editor + admin control */
.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.post-editor-form{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.editor-main,.editor-sidebar{min-width:0}.editor-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid var(--border,#dfe3e8);border-bottom:0;border-radius:10px 10px 0 0;background:#f7f8fa;position:sticky;top:0;z-index:3}.editor-toolbar button,.editor-toolbar select{min-height:36px;border:1px solid #d6dbe1;background:#fff;border-radius:6px;padding:6px 9px;color:inherit}.editor-toolbar button:hover{background:#eef2f5}.editor-surface{min-height:440px;border:1px solid var(--border,#dfe3e8);border-radius:0 0 10px 10px;padding:20px;background:#fff;outline:none}.editor-surface:focus{border-color:#6b8f7d;box-shadow:0 0 0 3px rgba(21,94,63,.08)}.editor-surface img,.prose img{max-width:100%;height:auto;border-radius:8px;display:block;margin:18px auto}.editor-status{padding-top:7px}.post-cover{width:100%;max-height:620px;object-fit:cover;border-radius:12px;margin:0 0 24px}.post-card-cover{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;margin:10px 0 14px}.cover-preview,.settings-preview{max-width:100%;max-height:220px;object-fit:cover;border-radius:8px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.settings-save{grid-column:1/-1}.admin-filter{display:grid;grid-template-columns:minmax(220px,1fr) 180px 160px auto;gap:8px;margin:18px 0}.category-admin-list{display:grid;gap:10px;margin-top:16px}.category-form{display:grid;grid-template-columns:1.2fr 1fr 2fr 100px auto auto;gap:8px;align-items:center}.button.tiny{font-size:12px;padding:5px 8px}.check-row{display:flex!important;gap:8px;align-items:center}.check-row input{width:auto!important}.prose h2{font-size:1.55rem;margin:1.55em 0 .55em}.prose h3{font-size:1.25rem;margin:1.35em 0 .5em}.prose blockquote{border-left:4px solid #c9d5ce;margin:1.2em 0;padding:.3em 0 .3em 16px;color:#52605a}.prose ul,.prose ol{padding-left:1.5rem}.prose a{text-decoration:underline}
@media(max-width:900px){.post-editor-form{grid-template-columns:1fr}.editor-sidebar{display:grid;grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}.admin-filter{grid-template-columns:1fr 1fr}.category-form{grid-template-columns:1fr 1fr}.category-form input[name="description"]{grid-column:1/-1}}
@media(max-width:600px){.editor-toolbar{position:static}.editor-surface{min-height:340px;padding:14px}.editor-sidebar{display:block}.editor-sidebar>.card{margin-bottom:12px}.admin-filter,.category-form{grid-template-columns:1fr}.settings-grid{display:block}.settings-grid>.card{margin-bottom:12px}}

/* Phase 8 — profiles, communities, Reddit-inspired three-column layout */
:root{--max:1440px;--sidebar-left:220px;--sidebar-right:300px}.with-community-shell{padding-top:22px}.community-shell{display:grid;grid-template-columns:var(--sidebar-left) minmax(0,1fr) var(--sidebar-right);gap:20px;align-items:start}.center-column{min-width:0}.sticky-sidebar{position:sticky;top:84px;display:grid;gap:14px}.side-nav,.sidebar-block{background:#fff;border:1px solid var(--line);border-radius:10px}.side-nav{padding:7px}.side-nav a{display:flex;padding:10px 11px;border-radius:7px;color:var(--text);font-size:14px;font-weight:650}.side-nav a:hover,.side-nav a.active{background:#f0f3ef;text-decoration:none;color:var(--accent)}.side-nav .side-publish{margin-top:5px;background:var(--accent);color:#fff}.side-nav .side-publish:hover{background:var(--accent2);color:#fff}.sidebar-block{padding:13px}.sidebar-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}.sidebar-title a{text-transform:none;font-weight:600;letter-spacing:0}.sidebar-community-list{display:grid;gap:3px}.sidebar-community-list>a{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;padding:7px;border-radius:7px;color:var(--text)}.sidebar-community-list>a:hover{background:#f5f6f3;text-decoration:none}.sidebar-community-list b{display:block;font-size:13px}.sidebar-community-list small{display:block;color:var(--muted);font-size:11px}.sidebar-community-list em{font-style:normal;color:var(--accent);font-size:12px}.community-avatar{display:grid;place-items:center;border-radius:50%;background:#e5ece7;color:var(--accent);font-weight:800;overflow:hidden}.community-avatar.tiny{width:30px;height:30px;font-size:12px}.community-avatar.smallish{width:36px;height:36px;font-size:13px}.community-avatar.large{width:72px;height:72px;font-size:28px}.latest-comments-list{display:grid}.latest-comments-list>a{display:grid;gap:2px;padding:9px 2px;border-bottom:1px solid var(--line);color:var(--text)}.latest-comments-list>a:last-child{border-bottom:0}.latest-comments-list>a:hover{text-decoration:none}.latest-comments-list b{font-size:12px;color:var(--accent)}.latest-comments-list span{font-size:13px;line-height:1.35}.latest-comments-list small{font-size:11px;color:var(--muted)}.top-community-list{list-style:none;margin:0;padding:0;display:grid;gap:5px}.top-community-list li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;padding:6px 2px}.top-community-list li>span{font-weight:800;color:var(--muted);text-align:center}.top-community-list a{display:grid;color:var(--text)}.top-community-list a:hover{text-decoration:none}.top-community-list b{font-size:13px}.top-community-list small{color:var(--muted);font-size:11px}.header-search-wide{max-width:460px;flex:1;margin:0}.header-profile-link{display:flex;align-items:center;gap:7px}.avatar.header-avatar{width:28px;height:28px;flex-basis:28px;font-size:12px}.shell-flash{grid-column:1/-1}.feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0 14px}.feed-toolbar h1{font-size:22px;margin:0}.feed-toolbar p{margin:3px 0 0}.reddit-feed{gap:10px}.feed-card{display:grid;grid-template-columns:42px minmax(0,1fr);background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.feed-card:hover{border-color:#cbd0c8}.feed-score{background:#f4f5f2;display:flex;flex-direction:column;align-items:center;gap:2px;padding:11px 5px;color:var(--muted);font-size:12px}.feed-score b{color:var(--text);font-size:14px}.feed-body{padding:13px 15px;min-width:0}.feed-row{display:flex;gap:14px;align-items:flex-start}.feed-copy{min-width:0;flex:1}.feed-copy h2,.feed-copy h3{font-size:19px;line-height:1.25;margin:5px 0 7px}.feed-copy p{font-size:14px;line-height:1.45;margin:0;color:#434741}.feed-thumb{width:138px;height:88px;flex:0 0 138px;border-radius:7px;overflow:hidden;background:#eee}.feed-thumb img{width:100%;height:100%;object-fit:cover}.feed-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:10px;color:var(--muted);font-size:12px;font-weight:650}.community-hero{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;margin-bottom:14px}.community-hero-copy{flex:1;min-width:0}.community-hero h1{margin:2px 0;font-size:28px}.community-hero p{margin:5px 0 8px;color:#40453f}.feed-section-head{display:flex;align-items:center;justify-content:space-between;margin:16px 0 10px}.feed-section-head h2{font-size:18px;margin:0}.community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.community-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--text)}.community-card:hover{text-decoration:none;border-color:#c6ccc4}.community-card .community-avatar{width:48px;height:48px}.community-card span>small,.community-card span>em{display:block}.community-card small{color:#444;font-size:13px;margin:2px 0}.community-card em{font-style:normal;color:var(--muted);font-size:12px}.compact-head{padding-top:0}.profile-card-v2{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;margin-bottom:14px}.profile-topline{display:flex;gap:18px;padding:24px}.profile-avatar-xl{width:108px;height:108px;flex-basis:108px}.profile-main-copy{min-width:0}.profile-main-copy h1{font-size:30px;line-height:1.1;margin:4px 0 10px}.profile-bio{margin:0 0 10px;white-space:normal;color:#343934}.profile-meta-links{display:flex;gap:11px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.profile-stat-strip{display:flex;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fafbf9}.profile-stat-strip>div,.profile-stat-strip>a{display:grid;gap:0;padding:10px 17px;border-right:1px solid var(--line);color:var(--text);min-width:82px}.profile-stat-strip b{font-size:16px}.profile-stat-strip span{font-size:11px;color:var(--muted)}.profile-stat-strip a:hover{text-decoration:none;background:#f2f4f1}.profile-owner-links,.profile-card-v2>.social-actions{display:flex;gap:12px;flex-wrap:wrap;padding:13px 24px}.profile-columns{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px}.profile-section{min-width:0}.profile-secondary{display:grid;gap:12px;align-content:start}.side-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px}.side-card h3{font-size:14px;margin:0 0 10px}.side-card-head{display:flex;justify-content:space-between;align-items:center}.side-card-head a{font-size:12px}.community-mini-list{display:grid;gap:6px}.community-mini-list>a{display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px;align-items:center;color:var(--text);padding:5px 0}.community-mini-list>a:hover{text-decoration:none}.community-mini-list b,.community-mini-list small{display:block}.community-mini-list b{font-size:13px}.community-mini-list small{font-size:11px;color:var(--muted)}.friend-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.friend-mini-grid>a{display:grid;justify-items:center;gap:3px;min-width:0;color:var(--text)}.friend-mini-grid>a:hover{text-decoration:none}.avatar.mini{width:42px;height:42px;flex-basis:42px;font-size:15px}.friend-mini-grid small{font-size:10px;max-width:55px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-about dl{display:grid;grid-template-columns:1fr auto;gap:7px;margin:0;font-size:12px}.profile-about dt{color:var(--muted)}.profile-about dd{margin:0;text-align:right}.compact-empty{padding:22px}.author-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:13px;align-items:center;margin-top:28px;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fafbf9}.author-avatar{width:58px;height:58px;flex-basis:58px;font-size:22px}.author-card h3{margin:1px 0 3px;font-size:17px}.author-card p{margin:0 0 5px;font-size:13px;color:#454a45}.profile-social-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.community-admin-list{display:grid;gap:10px;margin-top:14px}.community-admin-form{display:grid;grid-template-columns:1fr 1fr 2fr 130px auto;gap:8px;align-items:center}.community-admin-form input,.community-admin-form select{width:100%;padding:10px;border:1px solid #cfd3ca;border-radius:7px;font:inherit}
@media(max-width:1180px){.community-shell{grid-template-columns:210px minmax(0,1fr)}.right-sidebar{display:none}.header-search-wide{max-width:330px}}
@media(max-width:960px){.community-shell{display:block}.left-sidebar,.right-sidebar{display:none}.center-column{max-width:780px;margin:auto}.profile-columns{grid-template-columns:1fr}.profile-secondary{grid-template-columns:1fr 1fr}.header-search-wide{display:none}.community-admin-form{grid-template-columns:1fr 1fr}.community-admin-form input[name="description"]{grid-column:1/-1}}
@media(max-width:720px){.with-community-shell{padding-top:12px}.feed-card{grid-template-columns:34px minmax(0,1fr)}.feed-score{padding:10px 3px}.feed-body{padding:11px}.feed-row{gap:9px}.feed-copy h2,.feed-copy h3{font-size:17px}.feed-copy p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feed-thumb{width:92px;height:72px;flex-basis:92px}.community-grid{grid-template-columns:1fr}.community-hero{align-items:flex-start;flex-wrap:wrap}.community-hero-copy{flex-basis:calc(100% - 90px)}.profile-topline{align-items:center;padding:18px}.profile-avatar-xl{width:82px;height:82px;flex-basis:82px}.profile-main-copy h1{font-size:24px}.profile-stat-strip{display:grid;grid-template-columns:repeat(3,1fr)}.profile-stat-strip>div,.profile-stat-strip>a{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.profile-secondary{grid-template-columns:1fr}.author-card{grid-template-columns:48px minmax(0,1fr)}.author-card>.button{grid-column:1/-1}.author-avatar{width:48px;height:48px;flex-basis:48px}.profile-social-form{grid-template-columns:1fr}.community-admin-form{grid-template-columns:1fr}.feed-toolbar{align-items:flex-start}.header-profile-link>span:last-child{display:none}}

/* Phase 8.2 — post surface, share icons, author links and bottom ratings */
.article,.comments{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 30px}.comments{margin-top:16px}.article{box-shadow:0 1px 2px rgba(0,0,0,.025)}.article .engagement-bar{margin-left:0;margin-right:0}.article .post-cover{margin-top:12px}.article .prose{padding-top:26px}.comments>h2{margin-top:0}.comment:last-of-type{border-bottom:0}.comment{display:block}.comment-main{width:100%}.comment-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px}.comment-rating{display:flex;align-items:center;gap:8px}.comment-rating .vote-box{padding:2px}.comment-rating .vote-button{width:30px;height:30px}.post-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.post-rating-block,.share-icons{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.post-action-label{font-size:12px;font-weight:750;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.share-icons{margin-left:auto}.social-icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:#4b504a;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .15s}.social-icon-button:hover{background:#f1f5f2;border-color:#c8d5cc;color:var(--accent);text-decoration:none;transform:translateY(-1px)}button.social-icon-button{font:inherit;cursor:pointer;padding:0}.social-svg{width:18px;height:18px;display:block}.share-icon-button{width:38px;height:38px}.author-social-links,.profile-link-icons{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:10px}.author-social-links .social-icon-button,.profile-link-icons .social-icon-button{width:32px;height:32px}.custom-social-chip{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:12px;font-weight:650}.custom-social-chip:hover{background:#f4f6f3;text-decoration:none}.custom-social-chip .social-svg{width:14px;height:14px}.custom-social-chip.small{min-height:30px}.settings-subtitle{font-size:16px;margin:0 0 10px}.custom-links-section{display:grid;gap:10px;padding:15px;border:1px solid var(--line);border-radius:9px;background:#fafbf9}.custom-links-section .section-head{align-items:flex-start}.custom-links-section .section-head p{margin:3px 0 0;max-width:520px}.custom-link-list{display:grid;gap:8px}.custom-link-row{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(220px,1.5fr) 38px;gap:8px;align-items:center}.custom-link-row input{width:100%;padding:10px 11px;border:1px solid #cfd3ca;border-radius:7px;background:#fff;font:inherit}.icon-text-button{width:38px;height:38px;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer;font-size:22px;line-height:1}.icon-text-button.danger{color:var(--danger)}.profile-meta-links:empty{display:none}
@media(max-width:720px){.article,.comments{margin-left:-2px;margin-right:-2px;padding:18px 16px;border-radius:10px}.article h1{font-size:34px}.post-bottom-bar{align-items:flex-start}.share-icons{margin-left:0}.comment-footer{align-items:flex-start;flex-direction:column}.comment-rating{width:100%;justify-content:space-between}.custom-link-row{grid-template-columns:1fr 38px}.custom-link-row input[type="url"]{grid-column:1/-1;grid-row:2}.custom-link-row .icon-text-button{grid-column:2;grid-row:1}.custom-links-section .section-head{display:grid;gap:10px}.custom-links-section .section-head .button{justify-self:start}}
.social-icon-button.copied{background:#e8f3ed;border-color:#bcd7c7;color:var(--accent)}

/* Phase 9 Final — kerek.info */
:root{--bg:#f3f4f2;--surface:#f8f9fa;--surface-2:#f7f8f6;--text:#171916;--muted:#6c7069;--line:#e0e3dd;--input:#fff;--header:rgba(255,255,255,.96);--shadow:0 1px 2px rgba(20,30,22,.04)}
html[data-theme="dark"]{color-scheme:dark;--bg:#111411;--surface:#181c18;--surface-2:#202520;--text:#edf1ec;--muted:#a4ada3;--line:#303830;--input:#1d221e;--header:rgba(20,24,20,.96);--accent:#60b98a;--accent2:#79c99d;--danger:#f58b8b;--shadow:none}
html[data-theme="dark"] body{background:var(--bg);color:var(--text)}
.site-header{background:var(--header)}
.brand-logo{display:flex;align-items:center;gap:8px;min-width:max-content}.brand-logo img{display:block;width:auto;height:34px;max-width:154px;object-fit:contain}.brand-logo span{font-size:21px}
.theme-switch{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:2px;background:var(--surface-2)}.theme-switch button{width:30px;height:28px;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer}.theme-switch button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.12)}
.center-column>.article,.center-column>.comments{background:#f8f9fa}.center-column>.page-head+.post-list,.center-column>.feed-toolbar+.post-list{background:transparent}.article,.comments{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:26px;box-shadow:var(--shadow)}
.feed-card,.side-card,.sidebar-block,.card,.profile-head,.settings-card,.auth-card,.editor,.empty,.ranking-list,.table-wrap,.community-hero,.community-card{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow)}
.stack input,.stack textarea,.stack select,select,.custom-link-row input,.editor-surface,.editor-toolbar button,.editor-toolbar select{background:var(--input);border-color:var(--line);color:var(--text)}
.editor-toolbar{background:var(--surface-2);border-color:var(--line)}
html[data-theme="dark"] .tabs a,html[data-theme="dark"] .bookmark-button,html[data-theme="dark"] .social-icon-button,html[data-theme="dark"] .custom-social-chip,html[data-theme="dark"] .icon-text-button,html[data-theme="dark"] .button.secondary{background:var(--surface-2);color:var(--text);border-color:var(--line)}
html[data-theme="dark"] .tabs a.active{background:#eef1ed;color:#111;border-color:#eef1ed}
html[data-theme="dark"] .post-card p{color:#c7cec6}html[data-theme="dark"] .vote-button:hover{background:#283129}html[data-theme="dark"] .vote-button.active{background:#263b2e}html[data-theme="dark"] .bookmark-button.active{background:#263b2e;border-color:#385842}html[data-theme="dark"] .flash.success{background:#1d3325;border-color:#2f5e3e;color:#bde5c8}html[data-theme="dark"] .flash.error,html[data-theme="dark"] .errors{background:#371d1d;border-color:#6b3030;color:#ffc2c2}
.community-avatar,.blog-avatar{overflow:hidden}.community-avatar img,.blog-avatar img{width:100%;height:100%;object-fit:cover;display:block}.community-avatar.tiny{width:34px;height:34px;flex:0 0 34px;border-radius:10px}.community-avatar.large{width:86px;height:86px;flex:0 0 86px;border-radius:20px;font-size:34px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card{min-height:112px}.blog-hero{display:flex;align-items:center;gap:18px;padding:22px;margin-bottom:18px;border:1px solid var(--line);border-radius:14px}.blog-hero-copy{min-width:0;flex:1}.blog-hero-copy h1{margin:3px 0 6px}.blog-hero-copy p{margin:0 0 7px;color:var(--muted)}.blog-hero-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.blog-hero-links{margin-top:6px}.directfollow-button{white-space:nowrap}
.sidebar-community-list>a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center}.sidebar-community-list>a>span:nth-child(2){min-width:0}.sidebar-community-list b,.sidebar-community-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-comments-list>a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:start}.sidebar-comment-avatar{width:34px;height:34px;flex-basis:34px;font-size:13px}.sidebar-comment-copy{min-width:0;display:grid;gap:2px}.sidebar-comment-copy>b,.sidebar-comment-copy>span,.sidebar-comment-copy>small{overflow:hidden;text-overflow:ellipsis}.sidebar-comment-copy>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sidebar-comment-copy>small{white-space:nowrap;color:var(--muted)}
.post-type-badge{display:inline-flex;padding:2px 7px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);font-size:11px;font-weight:700}.post-type-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.post-type-panel{display:grid;gap:12px}.gallery-edit-grid,.post-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.post-gallery figure{margin:0;border-radius:12px;overflow:hidden;background:var(--surface-2)}.post-gallery img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover}.gallery-edit-item{position:relative}.gallery-edit-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}.gallery-edit-item label{position:absolute;left:6px;bottom:6px;background:rgba(0,0,0,.72);color:#fff;padding:4px 7px;border-radius:6px;font-size:11px}
.poll-card{display:grid;gap:9px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);margin:18px 0}.poll-option{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;width:100%;min-height:45px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);cursor:pointer}.poll-option-bar{position:absolute;z-index:-1;inset:0 auto 0 0;background:rgba(21,94,63,.12);transition:width .2s}.poll-option.active{border-color:var(--accent)}html[data-theme="dark"] .poll-option-bar{background:rgba(96,185,138,.18)}
.comment-reactions{display:flex;gap:5px;flex-wrap:wrap}.reaction-button{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);padding:4px 8px;cursor:pointer}.reaction-button.active{background:#e9f5ee;border-color:#aed4bc;color:#155e3f}html[data-theme="dark"] .reaction-button.active{background:#243a2c;border-color:#416f50;color:#9ddbb5}.comment-emoji-bar{display:flex;gap:5px;flex-wrap:wrap;margin:5px 0}.comment-emoji-bar button{border:1px solid var(--line);background:var(--surface);border-radius:7px;padding:5px 8px;cursor:pointer;font-size:17px}
.support-author-card,.support-card{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:16px}.support-number{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.support-number:first-of-type{border-top:0}.copy-value{cursor:pointer}.support-number code{font-size:15px;background:var(--surface);color:var(--text);padding:4px 8px;border-radius:6px}
.pagination.numeric{display:flex;justify-content:center;align-items:center;gap:5px;flex-wrap:wrap}.pagination.numeric a,.pagination.numeric span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:0 9px}.pagination.numeric .active{background:var(--accent);color:#fff;border-color:var(--accent)}
.push-settings-card{margin-top:22px;padding:18px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);display:flex;justify-content:space-between;align-items:center;gap:20px}.push-settings-card h2{margin:0 0 4px;font-size:18px}.push-settings-card p{margin:0}
.admin-blog-avatar{width:42px;height:42px;border-radius:10px;object-fit:cover}.blog-avatar-upload{display:flex;gap:10px;align-items:center}
.embed-frame{position:relative;width:100%;aspect-ratio:16/9;border:0;border-radius:12px;background:#000;margin:18px 0}.embed-frame.instagram{aspect-ratio:4/5;max-height:760px}.embed-frame.tiktok{aspect-ratio:9/16;max-height:760px}
html[data-theme="dark"] .custom-links-section{background:var(--surface-2)}html[data-theme="dark"] .social-icon-button:hover,html[data-theme="dark"] .custom-social-chip:hover{background:#29302a}.prose iframe{max-width:100%}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr}.blog-hero{align-items:flex-start}.blog-hero-actions{margin-left:auto}.theme-switch{display:none}}
@media(max-width:720px){.brand-logo img{height:30px;max-width:126px}.blog-hero{display:grid;grid-template-columns:70px minmax(0,1fr)}.community-avatar.large{width:70px;height:70px;flex-basis:70px}.blog-hero-actions{grid-column:1/-1;width:100%;justify-content:stretch}.blog-hero-actions .button{flex:1}.gallery-edit-grid,.post-gallery{grid-template-columns:1fr}.push-settings-card{align-items:flex-start;flex-direction:column}.post-type-selector{grid-template-columns:1fr}.article,.comments{padding:18px 15px}.header-search-wide{display:none}}
.social-embed{width:100%;margin:18px 0;display:flex;justify-content:center}.social-embed iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:12px;background:#000}.social-embed-instagram iframe{aspect-ratio:4/5;max-width:620px;max-height:780px}.social-embed-tiktok iframe{aspect-ratio:9/16;max-width:420px;max-height:760px}
html[data-theme="dark"] .brand-logo img{filter:brightness(0) invert(1)}
.support-line{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.support-line:first-of-type{border-top:0}.support-line .copy-value,.support-number{border:0;border-top:1px solid var(--line);width:100%;background:transparent;color:var(--text);font:inherit;cursor:pointer}.support-line .copy-value{width:auto;border:1px solid var(--line);border-radius:7px;padding:6px 9px;background:var(--surface)}.support-number:first-child{border-top:0}.admin-blog-avatar{display:grid;place-items:center;overflow:hidden;background:var(--surface-2)}.admin-blog-avatar img{width:100%;height:100%;object-fit:cover;display:block}
html[data-theme="dark"] .stats-grid>div,html[data-theme="dark"] .person-row,html[data-theme="dark"] .conversation-card,html[data-theme="dark"] .notification-card,html[data-theme="dark"] .form-card,html[data-theme="dark"] .moderation-card,html[data-theme="dark"] .user-result-card,html[data-theme="dark"] .community-card,html[data-theme="dark"] .side-nav,html[data-theme="dark"] .sidebar-block,html[data-theme="dark"] .article,html[data-theme="dark"] .comments,html[data-theme="dark"] .ranking-list,html[data-theme="dark"] .table-wrap,html[data-theme="dark"] .empty,html[data-theme="dark"] .profile-head{background:var(--surface);border-color:var(--line);color:var(--text)}
html[data-theme="dark"] .header-search input,html[data-theme="dark"] .search-page-form input{background:var(--input);border-color:var(--line);color:var(--text)}
html[data-theme="dark"] .side-nav a:hover,html[data-theme="dark"] .side-nav a.active{background:var(--surface-2)}html[data-theme="dark"] .relation-note{background:var(--surface-2)}html[data-theme="dark"] .relation-chip{background:#243a2c}html[data-theme="dark"] .flash.warning{background:#352d17;border-color:#69582a;color:#f4df9a}
html[data-theme="dark"] .mobile-nav{background:var(--surface);border-color:var(--line)}

/* Phase 9.1 footer/auth/pages/editor */
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.footer-links a,.footer-link-button{font:inherit;font-size:13px;color:var(--muted);text-decoration:none;background:none;border:0;padding:0;cursor:pointer}.footer-links a:hover,.footer-link-button:hover{color:var(--accent)}.footer-copy{font-size:13px;color:var(--muted)}
.auth-links{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;font-size:14px}.remember-row{display:flex!important;align-items:center;gap:8px;font-weight:500!important}.remember-row input{width:auto!important;margin:0}.static-page{max-width:840px;margin:0 auto;padding:30px}.static-page h1{margin-top:0}.static-page-content{font-size:16px;line-height:1.75}.editor-emoji-tools{display:inline-flex;gap:2px;align-items:center}.editor-emoji-tools button{font-size:17px;min-width:34px;padding:5px 6px}
html[data-theme="dark"] .static-page{background:var(--surface);border-color:var(--line)}
@media(max-width:720px){.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{gap:12px}.static-page{padding:20px 16px}.editor-emoji-tools{width:100%;overflow-x:auto;padding:2px 0}}
