:root{
  --bg:#f8f7fc;--surface:#fff;--surface-soft:#fbfaff;--ink:#11172b;--text:#34405b;--muted:#727b91;
  --line:#e8e6f0;--line-strong:#dcd8ea;--brand:#5b32cf;--brand-dark:#4523ad;--brand-soft:#f0ebff;
  --coral:#ff655e;--coral-soft:#fff0ef;--orange:#ff8a3d;--orange-soft:#fff3e9;--blue:#3177e8;--blue-soft:#edf5ff;
  --green:#3ea77d;--green-soft:#eaf8f2;--danger:#b42318;--radius-sm:12px;--radius:18px;--radius-lg:26px;
  --shadow-sm:0 6px 22px rgba(46,36,91,.06);--shadow:0 18px 55px rgba(45,31,99,.09);--container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.58 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.is-home{background:linear-gradient(180deg,#fff 0,#faf9fd 48%,#f8f7fc 100%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img,svg{max-width:100%}.icon{width:19px;height:19px;display:inline-block;flex:0 0 auto;vertical-align:-.2em}.icon-lg{width:24px;height:24px}.container{width:min(var(--container),calc(100% - 36px));margin-inline:auto}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;border-radius:10px}.skip-link:focus{top:16px}

/* Header */
.topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,228,239,.92)}.nav{height:76px;display:flex;align-items:center;gap:26px}.logo{display:inline-flex;align-items:center;gap:10px;font-size:24px;font-weight:850;letter-spacing:-.045em;white-space:nowrap}.logo img{width:40px;height:40px}.logo-word>span{color:var(--brand)}.nav-links{display:flex;gap:23px;margin-left:auto;align-items:center}.nav-links>a,.nav-text-button{position:relative;color:#343b52;font-weight:670;font-size:14px;transition:.2s}.nav-links>a:hover,.nav-text-button:hover{color:var(--brand)}.nav-links>a.is-active{color:var(--brand)}.nav-links>a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-27px;height:3px;border-radius:3px;background:var(--brand)}.nav-links form{display:flex}.nav-text-button{background:none;border:0;cursor:pointer;padding:0}.nav-login{border:1px solid var(--line-strong);border-radius:11px;padding:9px 15px}.nav-login.is-active:after{display:none}.menu-button{display:none;border:1px solid var(--line);background:#fff;color:var(--brand);width:44px;height:44px;border-radius:13px;align-items:center;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:11px 18px;font-weight:760;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#6c3ee8,#4e27ba);box-shadow:0 9px 22px rgba(91,50,207,.24)}.btn-primary:hover{box-shadow:0 12px 28px rgba(91,50,207,.3)}.btn-secondary,.btn-light{background:#f2effa;color:var(--brand);border:1px solid #e4def5}.btn-ghost{background:#fff;color:var(--brand);border:1px solid var(--line-strong)}.btn-accent{color:#fff;background:linear-gradient(135deg,var(--orange),#ff674d)}.nav-cta{border-radius:11px;padding:11px 18px}.desktop-only{display:inline-flex}

.alert{padding:13px 17px;border-radius:13px;margin:18px auto;max-width:var(--container);box-shadow:var(--shadow-sm)}.alert-success{background:#e9f8f1;color:#176b49}.alert-error{background:#fff0ee;color:var(--danger)}

/* Homepage hero */
.home-hero-section{padding:28px 0 6px}.home-hero-card{background:linear-gradient(112deg,#fff 0%,#fff 55%,#fffaf7 100%);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.hero-main{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);min-height:330px}.hero-copy{padding:42px 22px 24px 42px;display:flex;flex-direction:column;justify-content:center}.hero-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hero-kicker .icon{width:16px;height:16px}.hero-copy h1{font-size:clamp(42px,5.4vw,66px);line-height:1.02;letter-spacing:-.057em;margin:12px 0 10px}.hero-copy>p{font-size:20px;color:#414c66;margin:0 0 22px}.hero-composer{display:grid;grid-template-columns:1fr auto;align-items:center;background:#fff;border:1px solid #ddd9e9;border-radius:16px;padding:7px;box-shadow:0 8px 30px rgba(53,39,104,.1);max-width:650px}.hero-composer:focus-within{border-color:#9d83e5;box-shadow:0 0 0 4px rgba(91,50,207,.09),0 10px 32px rgba(53,39,104,.11)}.hero-composer textarea{width:100%;min-height:46px;max-height:130px;border:0;resize:none;outline:none;padding:12px 14px;background:transparent;color:var(--ink);line-height:1.35}.hero-composer textarea::placeholder{color:#9298a9}.hero-composer .btn{align-self:stretch;min-width:112px}.hero-privacy{display:flex;align-items:center;gap:7px;margin-top:13px;color:var(--muted);font-size:12px}.hero-privacy .icon{width:15px;height:15px}.hero-art{display:flex;align-items:flex-end;justify-content:center;padding:12px 24px 4px;overflow:hidden}.hero-art img{width:min(100%,520px);height:auto;filter:saturate(.96)}.need-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;padding:0 28px 28px}.need-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:104px;padding:17px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.94);transition:.2s}.need-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:#d9d1ef}.need-card>span:nth-child(2){display:grid;gap:4px}.need-card strong{font-size:15px}.need-card small{color:var(--muted);font-size:12px;line-height:1.35}.need-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:14px}.need-arrow{width:17px;height:17px;color:#9b94aa}.type-vent .need-icon,.post-row.type-vent .post-type-icon{color:var(--brand);background:var(--brand-soft)}.type-advice .need-icon,.post-row.type-advice .post-type-icon{color:var(--coral);background:var(--coral-soft)}.type-similar .need-icon,.post-row.type-similar .post-type-icon{color:var(--orange);background:var(--orange-soft)}

.category-strip{display:grid;grid-template-columns:repeat(11,minmax(76px,1fr));gap:4px;margin:16px 0 4px;padding:15px 10px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm)}.category-strip>a{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:7px 4px;color:#343c54;text-align:center;font-size:11px;font-weight:680;line-height:1.2;border-radius:13px;transition:.2s}.category-strip>a:hover{background:var(--surface-soft);color:var(--brand)}.category-bubble{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:var(--brand-soft);font-size:19px}.category-strip>a:nth-child(2) .category-bubble,.category-strip>a:nth-child(6) .category-bubble{background:var(--coral-soft)}.category-strip>a:nth-child(3) .category-bubble,.category-strip>a:nth-child(8) .category-bubble{background:var(--orange-soft)}.category-strip>a:nth-child(4) .category-bubble,.category-strip>a:nth-child(9) .category-bubble{background:var(--blue-soft)}.category-strip>a:nth-child(5) .category-bubble,.category-strip>a:nth-child(7) .category-bubble{background:var(--green-soft)}.category-all .category-bubble{font-size:13px;letter-spacing:1px}

/* Feed */
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;padding:28px 0 72px;align-items:start}.content-layout-home{padding-top:18px}.feed-panel{min-width:0;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm);overflow:hidden}.feed-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:0 18px}.feed-tabs a{display:flex;align-items:center;justify-content:center;gap:7px;position:relative;padding:17px 8px;color:#626b80;font-weight:680;font-size:13px;white-space:nowrap}.feed-tabs a:after{content:"";position:absolute;left:16px;right:16px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:transparent}.feed-tabs a:hover,.feed-tabs a.is-active{color:var(--brand)}.feed-tabs a.is-active:after{background:var(--brand)}.feed-tabs .icon{width:17px;height:17px}.feed-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:22px 25px 13px}.feed-heading-row h2{font-size:23px;letter-spacing:-.035em;margin:2px 0 0}.eyebrow{display:inline-block;color:var(--brand);font-weight:820;text-transform:uppercase;font-size:10px;letter-spacing:.13em}.feed-add-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:13px;font-weight:760}.feed-add-link .icon{width:16px;height:16px}.post-list{padding:0 18px 8px}.post-row{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:start;padding:18px 7px;border-top:1px solid #eeecf3}.post-row:first-child{border-top:0}.post-row:hover{background:linear-gradient(90deg,rgba(248,246,253,.8),rgba(255,255,255,0));border-radius:14px}.post-type-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px}.post-type-icon .icon{width:22px;height:22px}.post-row-content{min-width:0}.post-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.post-title-line h3{font-size:17px;line-height:1.3;letter-spacing:-.02em;margin:0}.post-title-line h3 a:hover{color:var(--brand)}.type-badge,.editorial-badge{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:780}.type-vent .type-badge{background:var(--brand-soft);color:var(--brand)}.type-advice .type-badge{background:var(--coral-soft);color:#d8464e}.type-similar .type-badge{background:var(--blue-soft);color:var(--blue)}.editorial-badge{background:#f2f3f5;color:#6d7280}.post-row-content>p{color:#505c74;margin:6px 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-meta-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#8a91a2;font-size:11px}.post-category{color:var(--brand);font-weight:720}.post-row-stats{display:flex;align-items:center;gap:10px;padding-top:2px;color:#697287;font-size:12px}.post-row-stats span{display:inline-flex;align-items:center;gap:4px}.post-row-stats .icon{width:16px;height:16px}.pagination{display:flex;justify-content:space-between;padding:8px 24px 22px}.empty{text-align:center;padding:52px 20px;color:var(--muted)}.empty h3{color:var(--ink);margin:12px 0 4px}.empty p{margin:0 0 18px}.empty-icon{display:grid;place-items:center;width:58px;height:58px;margin:auto;border-radius:18px;background:var(--brand-soft);color:var(--brand)}.empty-icon .icon{width:28px;height:28px}

/* Sidebar */
.sidebar{display:grid;gap:16px}.support-card,.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm)}.support-card{padding:19px;background:linear-gradient(160deg,#fff8f3 0,#fff 68%)}.support-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.support-card-head span:first-child{display:block;color:#7b6170;font-size:11px;font-weight:720}.support-card-head h2{font-size:21px;margin:1px 0 0;letter-spacing:-.03em}.support-heart{display:grid;place-items:center;width:48px;height:48px;color:var(--coral);border:1px solid #ffd5cf;border-radius:16px;background:#fff}.support-heart .icon{width:27px;height:27px}.support-card>p{color:#636b7d;font-size:13px;margin:11px 0 15px}.support-phone{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:9px;padding:13px 8px;border-top:1px solid #eee9e6}.support-phone>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--orange-soft);color:var(--coral)}.support-phone>span:nth-child(2){display:grid}.support-phone strong{color:#ff563f;font-size:17px}.support-phone small{color:#30384e;font-size:11px;font-weight:670}.support-phone em{color:#8b91a0;font-size:9px;font-style:normal}.support-phone>.icon{width:16px;height:16px;color:#a6a1ae}.support-phone:hover{background:rgba(255,247,242,.85);border-radius:12px}.emergency-note{margin-top:10px;padding:10px 12px;border-radius:12px;background:#fff0ed;color:#8c3e36;font-size:11px}.sidebar-card{padding:18px}.sidebar-card h3{font-size:15px;margin:0 0 12px}.sidebar-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar-title-row a{font-size:11px;color:var(--brand);font-weight:720}.search{display:grid;grid-template-columns:1fr 39px;gap:7px}.search input{min-width:0;border:1px solid var(--line-strong);border-radius:12px;padding:10px 12px;outline:none;color:var(--ink)}.search input:focus{border-color:#9f87df;box-shadow:0 0 0 3px rgba(91,50,207,.08)}.search button{display:grid;place-items:center;border:0;border-radius:12px;background:var(--brand);color:#fff;cursor:pointer}.search button .icon{width:18px;height:18px}.popular-tags{display:flex;gap:7px;flex-wrap:wrap}.popular-tags a,.tag-list a{padding:6px 9px;border-radius:9px;background:#f3f2f7;color:#555e74;font-size:10px;font-weight:680}.popular-tags a:hover,.tag-list a:hover{background:var(--brand-soft);color:var(--brand)}.safety-card{display:flex;gap:12px}.safety-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:14px;background:var(--green-soft);color:var(--green)}.safety-icon .icon{width:22px;height:22px}.safety-card h3{margin:0 0 4px}.safety-card p{color:var(--muted);font-size:11px;margin:0 0 7px}.safety-card a{display:inline-flex;align-items:center;gap:5px;color:var(--brand);font-weight:750;font-size:11px}.safety-card a .icon{width:14px;height:14px}

/* Internal page headers and categories */
.page-heading{padding:48px 0 18px}.page-heading .container{max-width:900px;margin-left:max(18px,calc((100vw - var(--container))/2))}.page-heading h1,.page-intro h1{font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-.052em;margin:8px 0 10px}.page-heading p,.page-intro p,.section-description{color:var(--muted);font-size:17px;max-width:760px}.page-intro{padding:52px 0 24px;max-width:800px}.categories-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:72px}.category-card{display:flex;gap:15px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:21px;transition:.2s}.category-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px);border-color:#d9d1ef}.category-card h2{margin:0 0 5px;font-size:18px;letter-spacing:-.02em}.category-card p{margin:0 0 8px;color:var(--muted);font-size:13px}.category-card small{color:var(--brand);font-weight:720}.category-icon{display:grid;place-items:center;flex:0 0 47px;height:47px;border-radius:15px;background:var(--brand-soft);font-size:23px}

/* Forms */
.form-card,.article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(22px,4vw,40px);box-shadow:var(--shadow-sm);margin:36px auto 72px;max-width:880px}.form-card h1{font-size:clamp(32px,5vw,46px);letter-spacing:-.045em;margin:7px 0 8px}.form-grid{display:grid;gap:18px}.field label{display:block;font-weight:750;margin-bottom:7px;color:#2d354b}.field input,.field textarea,.field select{width:100%;border:1px solid #d9d5e5;border-radius:13px;padding:13px 14px;background:#fff;color:var(--ink);outline:none}.field textarea{min-height:180px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#9275df;box-shadow:0 0 0 4px rgba(91,50,207,.09)}.help{font-size:12px;color:var(--muted)}.honeypot{position:absolute!important;left:-9999px!important}.type-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.type-choice{position:relative}.type-choice input{position:absolute;opacity:0}.type-choice label{display:flex;flex-direction:column;gap:6px;height:100%;padding:15px;border:1px solid var(--line);border-radius:15px;cursor:pointer}.type-choice label strong{font-size:13px}.type-choice label small{font-size:11px;color:var(--muted)}.type-choice input:checked+label{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 2px rgba(91,50,207,.1)}

/* Post details */
.article-header{border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:24px}.article h1{font-size:clamp(31px,5vw,48px);line-height:1.12;letter-spacing:-.046em;margin:12px 0}.article-body{font-size:17px;line-height:1.76;white-space:pre-line;overflow-wrap:anywhere;color:#303a52}.meta{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:12px}.chip{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--brand-soft);font-size:11px;font-weight:750;color:var(--brand)}.chip-editorial{background:var(--orange-soft);color:#9a4c20}.dot:before{content:"•";margin-right:9px}.editorial-note{background:#fff8f1;border-left:4px solid var(--orange);padding:12px 14px;border-radius:10px;color:#6d4a3f;font-size:13px}.crisis{background:#fff4e2;border:1px solid #f2d29a;border-radius:16px;padding:18px;margin:20px 0}.reactions{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0}.reaction button{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:999px;cursor:pointer;color:#4b5570}.reaction button:hover{border-color:#b9a8e7;background:var(--brand-soft);color:var(--brand)}.comments{margin-top:34px}.comment{background:#fbfaff;border:1px solid var(--line);border-radius:16px;padding:18px;margin:10px 0}.comment.child{margin-left:34px;border-left:4px solid #d9cef7}.comment-head{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.comment-body{white-space:pre-line;margin:10px 0}.tag-list{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.related{margin-top:36px;border-top:1px solid var(--line);padding-top:26px}.related-list{display:grid;gap:8px}.related-list a{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.related-list small{white-space:nowrap;color:var(--muted)}details{margin:20px 0}summary{cursor:pointer;color:var(--muted)}

/* Admin */
.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:25px 0}.metric{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.metric strong{display:block;font-size:32px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}.moderation-actions{display:flex;gap:6px;flex-wrap:wrap}.moderation-actions button{padding:6px 9px;border:0;border-radius:8px;cursor:pointer}

/* Footer */
.footer{border-top:1px solid var(--line);padding:44px 0 20px;background:#fff;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:34px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid strong{color:var(--ink)}.footer-grid a{font-size:13px}.footer-grid a:hover{color:var(--brand)}.footer-brand p{max-width:300px;font-size:13px}.logo-footer{font-size:21px}.logo-footer img{width:36px;height:36px}.footer-help p{font-size:12px;margin:0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:32px;padding-top:18px;border-top:1px solid var(--line);font-size:11px}

/* Responsive */
@media(max-width:1100px){.nav{gap:18px}.nav-links{gap:15px}.nav-links>a,.nav-text-button{font-size:13px}.category-strip{grid-template-columns:repeat(6,1fr)}.category-strip>a:nth-child(n+7){display:none}.category-strip .category-all{display:flex!important}.hero-main{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}.content-layout{grid-template-columns:minmax(0,1fr) 292px}}
@media(max-width:900px){.container{width:min(var(--container),calc(100% - 26px))}.topbar{position:sticky}.nav{height:68px}.menu-button{display:flex;margin-left:auto}.nav-links{display:none;position:absolute;left:13px;right:13px;top:64px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:4px}.nav-links.is-open{display:flex}.nav-links>a,.nav-text-button{padding:10px 12px;border-radius:10px}.nav-links>a:hover{background:var(--surface-soft)}.nav-links>a.is-active:after{display:none}.nav-links form{display:block}.nav-text-button{width:100%;text-align:left}.nav-login{border:0}.desktop-only{display:none!important}.nav-cta{padding:10px 13px}.nav-cta span{display:none}.hero-main{grid-template-columns:1fr}.hero-copy{padding:34px 30px 12px}.hero-art{max-height:270px}.hero-art img{width:min(86%,450px)}.need-cards{grid-template-columns:1fr 1fr 1fr;padding:0 20px 22px}.need-card{grid-template-columns:auto 1fr;padding:14px;min-height:96px}.need-arrow{display:none}.category-strip{overflow-x:auto;display:flex;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-strip>a{flex:0 0 88px}.category-strip>a:nth-child(n){display:flex}.content-layout{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr 1fr;order:2}.support-card{grid-row:span 2}.feed-panel{order:1}.categories-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-help{grid-column:1/-1;flex-direction:row!important;align-items:center;justify-content:space-between}.admin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.home-hero-section{padding-top:14px}.home-hero-card{border-radius:21px}.hero-copy{padding:27px 19px 12px}.hero-copy h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-composer{grid-template-columns:1fr}.hero-composer textarea{min-height:60px}.hero-composer .btn{width:100%;min-height:46px}.hero-art{max-height:220px;padding-top:0}.need-cards{grid-template-columns:1fr;padding:0 14px 16px}.need-card{min-height:auto}.category-strip{margin-top:11px}.content-layout{padding-top:13px;gap:14px}.feed-panel{border-radius:18px}.feed-tabs{display:flex;overflow-x:auto;padding:0 8px;scrollbar-width:none}.feed-tabs::-webkit-scrollbar{display:none}.feed-tabs a{flex:0 0 auto;padding:15px 12px}.feed-heading-row{padding:19px 18px 10px}.feed-add-link{display:none}.post-list{padding:0 11px 7px}.post-row{grid-template-columns:42px minmax(0,1fr);padding:16px 4px}.post-type-icon{width:40px;height:40px}.post-row-stats{grid-column:2;justify-content:flex-start;padding-top:2px}.post-title-line{align-items:flex-start}.post-title-line h3{font-size:16px;width:100%}.type-badge,.editorial-badge{font-size:9px}.post-row-content>p{-webkit-line-clamp:3}.sidebar{grid-template-columns:1fr}.support-card{grid-row:auto}.page-heading{padding:34px 0 12px}.page-heading h1,.page-intro h1{font-size:40px}.categories-grid{grid-template-columns:1fr}.form-card,.article{margin:18px auto 50px;padding:20px;border-radius:19px}.type-choice-grid{grid-template-columns:1fr}.comment.child{margin-left:14px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-help{grid-column:1/-1;display:block!important}.footer-bottom{flex-direction:column}.admin-grid{grid-template-columns:1fr}}
@media(max-width:430px){.container{width:min(var(--container),calc(100% - 18px))}.logo{font-size:21px;gap:7px}.logo img{width:36px;height:36px}.nav-cta{display:none}.hero-copy h1{font-size:37px}.hero-art{max-height:190px}.category-strip>a{flex-basis:81px}.post-meta-line span:nth-last-child(-n+2){display:none}.footer-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.type-fieldset{border:0;padding:0;margin:0}.type-fieldset legend{font-weight:750;margin-bottom:9px;color:#2d354b}.type-choice .need-icon{width:39px;height:39px}.type-choice:nth-child(1) .need-icon{background:var(--brand-soft);color:var(--brand)}.type-choice:nth-child(2) .need-icon{background:var(--coral-soft);color:var(--coral)}.type-choice:nth-child(3) .need-icon{background:var(--blue-soft);color:var(--blue)}.anonymous-check{display:flex;align-items:center;gap:8px;color:#424c64}.publish-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:4px}.publish-row .hero-privacy{margin:0}.create-post-card{max-width:940px}
@media(max-width:680px){.publish-row{align-items:stretch;flex-direction:column}.publish-row .btn{width:100%}}
.btn{background:var(--brand);color:#fff}.btn-secondary,.btn-light{color:var(--brand)}.btn-ghost{color:var(--brand)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head h1,.section-head h2{margin:0;letter-spacing:-.035em}.filters{display:flex;gap:8px;flex-wrap:wrap}.post-card{background:#fbfaff;border:1px solid var(--line);border-radius:16px;padding:18px;margin:12px 0}.post-card h2{font-size:18px;margin:9px 0}.post-card p{color:var(--text)}.stats{display:flex;gap:14px;color:var(--muted);font-size:12px}.quick-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}hr{border:0;border-top:1px solid var(--line);margin:30px 0}
@media(max-width:680px){.section-head{align-items:flex-start;flex-direction:column}.quick-actions .btn{width:100%}}

/* Narzekaj.pl hotfix 2026-07-13: czytelne przyciski drugorzędne w panelu */
.btn.btn-light,
.btn.btn-secondary {
  background: #f2effa !important;
  color: #5b32cf !important;
  border: 1px solid #e4def5 !important;
  box-shadow: none !important;
}
.btn.btn-light:hover,
.btn.btn-secondary:hover {
  background: #e9e2fb !important;
  color: #4523ad !important;
  border-color: #d5c9f4 !important;
}
