:root{
  --violet:#30213F;--violet-2:#46325A;--coral:#F47762;--coral-2:#F68C7A;--coral-d:#B8432F;
  --cream:#FAF8F5;--lav:#EEE9F3;--pale:#FCE3DC;--beige:#F2EDE6;--white:#fff;
  --text:#30213F;--t2:#4A4054;--t3:#5E5468;--muted:#8A8095;--brown:#6A3A30;
  --line:#EFEAE4;--line2:#E7E1DA;--line3:#E2DAD0;--dash:#D4CADF;
  --shadow:0 24px 60px -36px rgba(48,33,63,.5);
  --r:28px;--max:1280px;--header:68px;
}
*{box-sizing:border-box}
[hidden]{display:none !important}
html,body{margin:0;background:var(--cream);color:var(--text);font-family:Figtree,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:var(--text);text-decoration:none}
a:hover{color:var(--coral-d)}
button,input,select,textarea{font-family:inherit;color:var(--text)}
button{cursor:pointer}
textarea::placeholder,input::placeholder{color:var(--muted)}
.skip{position:absolute;left:8px;top:-60px;padding:10px 14px;background:var(--violet);color:var(--cream);border-radius:999px;z-index:80}
.skip:focus{top:8px;color:var(--cream)}
.logo{font-family:"Bricolage Grotesque",sans-serif;font-weight:800;letter-spacing:-.04em;font-size:22px;line-height:1;color:var(--violet);display:inline-flex;flex-shrink:0}
.logo span{color:var(--coral)}
img.brand{max-width:none;width:auto;flex-shrink:0}
.site-header{position:sticky;top:0;z-index:50;background:var(--cream);border-bottom:1px solid var(--line)}
.site-header.is-open{border-bottom-color:transparent}
.bar{max-width:var(--max);margin:0 auto;padding:12px clamp(16px,4vw,40px);display:flex;align-items:center;gap:16px}
.nav-pill{margin:0 auto;display:flex;gap:2px;padding:4px;background:var(--lav);border-radius:999px}
.nav-pill button,.nav-pill a.nav-btn{display:flex;align-items:center;gap:6px;height:42px;padding:0 16px;border:0;border-radius:999px;background:transparent;font-size:15px;font-weight:600;color:var(--text)}
.nav-pill button[aria-expanded="true"]{background:#fff}
.nav-pill i{font-size:12px;transition:transform .2s}
.nav-pill button[aria-expanded="true"] i{transform:rotate(180deg)}
.icon-btn{width:44px;height:44px;flex-shrink:0;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--text)}
.icon-btn:hover{background:var(--lav)}
.search-pop{display:flex;align-items:center;gap:6px;height:44px;padding:0 6px 0 14px;border-radius:999px;background:#fff;border:1.5px solid var(--violet)}
.search-pop input{width:180px;border:0;outline:none;background:transparent;font-size:15px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:999px;border:0;font-size:15px;font-weight:600;text-align:center}
.btn-dark{background:var(--violet);color:var(--cream)}
.btn-dark:hover{background:var(--violet-2);color:var(--cream)}
.btn-coral{background:var(--coral);color:var(--violet);font-weight:700}
.btn-coral:hover{background:var(--coral-2);color:var(--violet)}
.btn-line{background:transparent;border:1.5px solid var(--violet);color:var(--text)}
.btn-line:hover{color:var(--text)}
.btn-white{background:#fff;color:var(--text)}
.btn-ghost{background:transparent;color:var(--text);min-height:44px;padding:0 16px}
.btn-ghost:hover{background:var(--lav);color:var(--text)}
.user-chip{display:flex;align-items:center;gap:8px;height:44px;padding:0 12px 0 4px;border:1px solid var(--line2);background:#fff;border-radius:999px;font-size:14px;font-weight:600}
.avatar{display:grid;place-items:center;border-radius:50%;font-weight:700;flex-shrink:0;background:var(--coral);color:var(--text)}
.avatar.sm{width:36px;height:36px;font-size:13px}
.avatar.md{width:44px;height:44px;font-size:14px}
.avatar.lg{width:72px;height:72px;font-size:22px;border-radius:50%}
.avatar.sq{border-radius:16px}
.dot{position:absolute;right:-2px;top:-2px;width:12px;height:12px;border-radius:50%;background:var(--violet);border:2px solid #fff}
.menu{position:absolute;right:0;top:52px;z-index:60;min-width:240px;background:#fff;border-radius:18px;padding:6px;box-shadow:0 20px 40px -20px rgba(48,33,63,.45)}
.menu a,.menu button{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 12px;border:0;background:transparent;border-radius:12px;font-size:15px;text-align:left;color:var(--text)}
.menu a:hover,.menu button:hover{background:var(--lav);color:var(--text)}
.menu i{font-size:20px;color:var(--brown)}
.badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--coral);font-size:12px;font-weight:700;display:grid;place-items:center}
.mega{position:absolute;left:0;right:0;top:100%;padding:0 clamp(16px,4vw,40px);z-index:45}
.mega-card{max-width:1200px;margin:8px auto 0;background:#fff;border-radius:28px;box-shadow:0 30px 60px -30px rgba(48,33,63,.45);padding:28px;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:28px}
.mega-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:14px}
.mega-head strong{font-family:"Bricolage Grotesque",sans-serif;font-size:24px;font-weight:800;letter-spacing:-.02em}
.link-u{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--coral);text-decoration-thickness:2px}
.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
.mega-item{display:flex;gap:14px;align-items:flex-start;padding:12px;border-radius:18px;color:var(--text)}
.mega-item:hover{background:#FAF5F0;color:var(--text)}
.tint{width:44px;height:44px;flex-shrink:0;border-radius:14px;display:grid;place-items:center}
.tint i{font-size:22px}
.mega-item b{display:block;font-size:16px}
.mega-item span{display:block;font-size:14px;color:var(--t3);margin-top:2px;line-height:1.4}
.pills{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.pill{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border-radius:999px;background:var(--lav);font-size:14px;font-weight:600;color:var(--text);border:0}
.pill:hover{background:var(--violet);color:var(--cream)}
.pill.on{background:var(--violet);color:var(--cream)}
.feat{display:flex;flex-direction:column;gap:10px;border-radius:22px;padding:22px;color:var(--text);min-height:100%}
.feat:hover{color:var(--text)}
.kicker{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brown)}
.feat strong{font-family:"Bricolage Grotesque",sans-serif;font-size:22px;font-weight:800;line-height:1.15}
.guest-desktop{display:flex;gap:6px}
.burger{display:none;width:44px;height:44px;border:0;background:var(--lav);border-radius:50%;place-items:center}
.mobile-panel{display:none}
.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:90;display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:12px 20px 12px 14px;font-size:15px;font-weight:600;box-shadow:0 12px 32px -12px rgba(48,33,63,.4);max-width:calc(100% - 32px)}
.page{max-width:var(--max);margin:0 auto;padding:clamp(20px,3vw,36px) clamp(16px,4vw,40px) clamp(64px,8vw,112px)}
.page-wide{max-width:1400px}
.crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:14px;color:var(--t3)}
.crumbs a{color:var(--t3)}
h1,.h1{font-family:"Bricolage Grotesque",sans-serif;font-weight:800;letter-spacing:-.035em;line-height:.98;font-size:clamp(38px,5vw,64px);margin:16px 0 0}
h2,.h2{font-family:"Bricolage Grotesque",sans-serif;font-weight:800;letter-spacing:-.03em;line-height:1;font-size:clamp(30px,4vw,46px);margin:0}
.lead{margin:12px 0 0;font-size:clamp(17px,1.5vw,20px);line-height:1.55;color:var(--t2);max-width:640px}
.card{background:#fff;border-radius:var(--r);padding:clamp(18px,2.5vw,28px)}
.hero{background:var(--lav);border-radius:clamp(28px,3vw,44px);padding:clamp(36px,5vw,64px) clamp(16px,3vw,40px)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.4fr) minmax(0,1fr);grid-template-areas:"l1 c r1" "l2 c r2" "l3 c r3" "n n n";gap:clamp(18px,2.2vw,32px) clamp(20px,2.5vw,40px);align-items:center}
.hero-c{grid-area:c;text-align:center;min-width:0}
.float{width:100%;max-width:300px}
.float.l1{grid-area:l1;justify-self:start;transform:rotate(-1.5deg)}
.float.l2{grid-area:l2;justify-self:end;transform:rotate(1deg)}
.float.l3{grid-area:l3;justify-self:start;transform:rotate(-.5deg)}
.float.r1{grid-area:r1;justify-self:end;transform:rotate(1.5deg)}
.float.r2{grid-area:r2;justify-self:end}
.float.r3{grid-area:r3;justify-self:end;transform:rotate(-1deg)}
.float:hover{transform:rotate(0) translateY(-3px)}
.hero-note{grid-area:n;justify-self:center;font-size:12.5px;color:var(--t3)}
.composer{margin:30px auto 0;max-width:680px;background:#fff;border-radius:28px;padding:10px;box-shadow:var(--shadow);text-align:left}
.composer textarea{width:100%;border:0;outline:none;resize:none;background:transparent;font-size:clamp(17px,1.5vw,19px);line-height:1.4;padding:14px 16px 6px}
.near{display:flex;align-items:center;gap:8px;height:44px;padding:0 8px 0 14px;border-radius:999px;background:var(--lav);font-size:14px;font-weight:600}
.near-pin{width:8px;height:8px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--violet);flex-shrink:0}
.near select{appearance:none;-webkit-appearance:none;field-sizing:content;width:auto;border:0;background-color:transparent;font-size:14px;font-weight:600;height:40px;padding:0 22px 0 2px;margin:0;cursor:pointer;outline:none;color:inherit;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%2330213F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center}
.suggest{margin:14px auto 0;max-width:680px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.suggest button{min-height:40px;padding:0 14px;border:1px solid var(--dash);background:transparent;border-radius:999px;font-size:14px}
.suggest button:hover{background:#fff}
.bubble{padding:16px 18px}
.bubble-q{background:#fff;border-radius:6px 22px 22px 22px;box-shadow:0 12px 30px -20px rgba(48,33,63,.4)}
.bubble-a{background:var(--pale);border-radius:22px 6px 22px 22px}
.bubble-w{background:#fff;border:1px solid var(--line2);border-radius:22px 6px 22px 22px;padding:12px 16px}
.wall{columns:3 300px;column-gap:20px}
.wall article{break-inside:avoid;margin-bottom:28px}
.section{margin-top:clamp(56px,8vw,96px)}
.split{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,56px);align-items:flex-start}
.cats{flex:1 1 300px}
.cats.sticky{position:sticky;top:84px}
.cat-list{display:flex;flex-direction:column;gap:6px}
.cat-btn{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:10px 18px;border:0;border-radius:16px;background:#fff;text-align:left;width:100%}
.cat-btn.on{background:var(--violet);color:var(--cream)}
.list-card{flex:2 1 560px;min-width:0;background:#fff;border-radius:28px;padding:8px clamp(16px,2.5vw,32px)}
.disc{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:24px 0;border-bottom:1px solid var(--line)}
.meta{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:center;font-size:13px;color:var(--t3)}
.tag{padding:3px 10px;border-radius:999px;background:var(--lav);color:var(--text);font-weight:600;font-size:13px}
h3,.h3{font-family:"Bricolage Grotesque",sans-serif;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:8px 0 0;font-size:clamp(20px,1.9vw,24px)}
.excerpt{margin:8px 0 0;font-size:15.5px;line-height:1.55;color:var(--t2)}
.reply-chip{font-size:14px;padding:8px 14px;border-radius:6px 16px 16px 16px;background:#FAF5F0}
.events{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px}
.event{border-radius:28px;padding:clamp(22px,2.5vw,32px);display:flex;flex-direction:column;gap:16px;border:2px dashed transparent}
.event.online{background:var(--cream);border-color:var(--dash)}
.event.meet{background:var(--lav)}
.event.workshop{background:var(--pale)}
.event.talk{background:var(--beige)}
.date-bubble{width:84px;height:84px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
.date-bubble b{font-family:"Bricolage Grotesque",sans-serif;font-size:34px;font-weight:800;line-height:1}
.band{background:var(--lav)}
.band-in{max-width:var(--max);margin:0 auto;padding:clamp(56px,7vw,96px) clamp(16px,4vw,40px)}
.people{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:12px}
.person{display:flex;align-items:center;gap:14px;padding:14px;background:#fff;border-radius:20px}
.searchbar{background:#fff;border-radius:999px;padding:6px;display:flex;flex-wrap:wrap;gap:6px}
.searchbar input,.searchbar select,.field input,.field select,.field textarea{border:0;outline:none;background:var(--cream);border-radius:999px;font-size:16px}
.searchbar input,.searchbar select{height:52px;padding:0 16px;flex:1 1 200px}
.field{display:flex;flex-direction:column;gap:6px;font-size:14.5px;font-weight:700}
.field input,.field select,.field textarea{border:1.5px solid var(--line2);border-radius:16px;padding:14px 16px;font-weight:400;background:var(--cream);width:100%}
.field input,.field select{height:54px;padding:0 16px}
.field textarea{line-height:1.5;resize:vertical}
.field .bad,.field input.bad,.field textarea.bad{border-color:var(--coral-d)}
.res-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 24px;padding:22px 0;border-bottom:1px solid var(--line3);color:var(--text)}
.res-row:hover{color:var(--coral-d)}
.contribs{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:16px}
.contrib{min-height:200px;border:0;border-radius:28px;padding:28px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;gap:24px;color:var(--text);width:100%}
.contrib:hover{transform:translateY(-3px);color:var(--text)}
.site-footer{background:var(--beige);border-radius:clamp(28px,3vw,44px) clamp(28px,3vw,44px) 0 0;color:var(--text)}
.foot-in{max-width:var(--max);margin:0 auto;padding:clamp(40px,5vw,64px) clamp(16px,4vw,40px) 28px}
.news{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:28px;align-items:center;padding-bottom:clamp(32px,4vw,48px);border-bottom:1px solid var(--line3)}
.news form{display:flex;flex-wrap:wrap;gap:8px;background:#fff;border-radius:999px;padding:6px}
.news input{flex:1 1 200px;min-width:0;height:48px;border:0;outline:none;background:transparent;padding:0 16px;font-size:16px}
.foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px 24px;padding:clamp(32px,4vw,48px) 0}
.foot-grid h3{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--t3);margin:0 0 10px;font-family:inherit}
.foot-grid a{display:flex;align-items:center;min-height:36px;font-size:15px;color:var(--text)}
.foot-grid a:hover{color:var(--coral-d)}
.socials{display:flex;gap:8px;margin-top:18px}
.socials a{width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--text)}
.socials a:hover{background:var(--violet);color:var(--cream)}
.legalbar{padding-top:20px;border-top:1px solid var(--line3);display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px;font-size:13.5px;color:var(--t2)}
.legalbar a,.legalbar button{color:var(--t2);background:none;border:0;font-size:13.5px;padding:0;min-height:32px}
.cookie{position:fixed;left:16px;bottom:16px;z-index:85;width:min(calc(100% - 32px),440px);background:#fff;border-radius:24px;padding:22px;box-shadow:0 24px 60px -24px rgba(48,33,63,.5)}
.layout{display:grid;gap:clamp(20px,4vw,48px);align-items:start}
.layout.side{grid-template-columns:260px minmax(0,1fr)}
.layout.aside{grid-template-columns:minmax(0,1fr) 340px}
.sticky{position:sticky;top:92px}
.stack{display:flex;flex-direction:column;gap:16px}
.empty{padding:28px;border-radius:24px;background:var(--beige);text-align:center}
.empty h2{font-size:28px}
.alert{display:flex;gap:10px;padding:12px 14px;border-radius:14px;background:var(--pale);font-size:14.5px;font-weight:600}
.filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.tabs{display:flex;gap:4px;padding:4px;background:var(--beige);border-radius:999px;overflow-x:auto;max-width:100%}
.tabs a,.tabs button{flex-shrink:0;min-height:42px;padding:0 16px;border:0;border-radius:999px;background:transparent;font-size:14px;font-weight:600;color:var(--text)}
.tabs .on{background:#fff}
.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:12px}
.prose p{font-size:16.5px;line-height:1.65;color:#3F3549}
.article-lead{margin:0;font-family:"Bricolage Grotesque",sans-serif;font-size:clamp(22px,2.2vw,28px);font-weight:600;line-height:1.35;letter-spacing:-.01em;text-wrap:pretty}
.article p,.article li{font-size:17px;line-height:1.65;color:#3F3549}
.article h2{margin:36px 0 0;font-size:28px;letter-spacing:-.02em;scroll-margin-top:108px}
.article h3{margin:22px 0 0;font-size:20px;scroll-margin-top:108px}
.article ul,.article ol{margin:12px 0 0;padding-left:1.2em;display:flex;flex-direction:column;gap:8px}
.article a{text-decoration:underline;text-underline-offset:3px}
.article > h2:first-of-type{margin-top:28px}
.callout{border-radius:24px;padding:18px 20px;margin:18px 0}
.callout strong{display:block;margin-bottom:6px;font-size:16px}
.callout p{margin:0}
.callout.brief{background:var(--lav)}
.callout.tip,.callout.note{background:var(--beige)}
.callout.warn{background:var(--pale)}
.article blockquote{margin:22px 0;padding:4px 0 4px 18px;border-left:3px solid var(--coral)}
.article blockquote p{margin:0;font-family:"Bricolage Grotesque",sans-serif;font-size:clamp(20px,2vw,24px);font-weight:600;line-height:1.35;color:var(--text)}
.article blockquote footer{margin-top:10px;font-size:14px;color:var(--t2)}
.prompt{margin:18px 0;background:var(--violet);color:var(--cream);border-radius:22px;padding:16px 18px}
.prompt figcaption{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.prompt button{border:0;background:#fff;color:var(--text);border-radius:999px;min-height:36px;padding:0 14px;font-size:14px;font-weight:700;letter-spacing:0;text-transform:none}
.prompt pre{margin:12px 0 0;white-space:pre-wrap;font-family:"JetBrains Mono",ui-monospace,monospace;font-size:13.5px;line-height:1.55}
.steps-block{display:flex;flex-direction:column;gap:14px;margin:8px 0 0}
.step-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;padding:22px;border-radius:24px;background:#fff}
.step-card > span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-family:"Bricolage Grotesque",sans-serif;font-size:20px;font-weight:800}
.step-card h3{margin:4px 0 0;font-size:22px;letter-spacing:-.015em}
.step-card p{margin:8px 0 0}
.table-wrap{overflow:auto;margin:18px 0;background:#fff;border-radius:20px}
.article table{width:100%;border-collapse:collapse}
.article caption{caption-side:top;text-align:left;font-weight:700;padding:14px 14px 0}
.article th,.article td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top;font-size:15px;line-height:1.45}
.article th{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--t3)}
.compare{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px;margin:18px 0}
.compare article{background:var(--beige);border-radius:22px;padding:18px}
.compare h3{margin:0;font-size:18px}
.compare p{margin:8px 0 0}
.compare ul{margin-top:8px}
.defs{margin:18px 0;display:flex;flex-direction:column;gap:10px}
.defs div{background:#fff;border-radius:18px;padding:14px 16px}
.defs dt{font-weight:800}
.defs dd{margin:6px 0 0}
.article-faq details{background:#fff;border-radius:18px;padding:4px 16px;margin:8px 0}
.article-faq summary{cursor:pointer;font-weight:700;min-height:48px;display:flex;align-items:center;gap:10px;list-style:none}
.article-faq summary::-webkit-details-marker{display:none}
.article-faq summary::before{content:"";width:8px;height:8px;border-right:2px solid var(--coral-d);border-bottom:2px solid var(--coral-d);transform:rotate(-45deg);flex-shrink:0}
.article-faq details[open] > summary::before{transform:rotate(45deg)}
.article-faq details p{margin:0 0 14px}
.seealso{margin-top:8px}
.seealso > div{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px;margin-top:12px}
.seealso a{display:flex;flex-direction:column;gap:6px;background:var(--beige);border-radius:20px;padding:16px;text-decoration:none;color:var(--text)}
.seealso a span{font-size:13px;font-weight:700;color:var(--brown)}
.toc a{display:flex;gap:10px;align-items:baseline;min-height:40px;padding:8px 0;font-size:15px;line-height:1.35;border-bottom:1px solid var(--line);color:var(--text);text-decoration:none}
.toc a span{font-weight:800;color:var(--coral-d)}
.toc a.sub{min-height:32px;padding:4px 0 4px 28px;font-size:14px;font-weight:500;color:var(--t2);border-bottom-color:transparent}
.toc a.sub.is-on{color:var(--coral-d);font-weight:700}
.toc a.is-on{color:var(--coral-d);font-weight:700}
.step-card{scroll-margin-top:108px}
.toc-card{max-height:calc(100vh - 120px);overflow:auto}
.toc-bar{display:none}
@media(max-width:960px){
  .toc-bar{display:flex;position:sticky;top:var(--header);z-index:40;gap:8px;overflow:auto;margin-top:18px;padding:8px 0;background:var(--cream)}
  .toc-bar a{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:var(--beige);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}
  .toc-bar a.sub{background:transparent;font-weight:600}
  .toc-bar a.is-on{background:var(--violet);color:var(--cream)}
  .article h2,.article h3,.step-card{scroll-margin-top:132px}
}
.auth{min-height:100vh;display:flex;flex-direction:column;background:var(--cream)}
.auth-main{flex:1;width:100%;display:grid;place-items:start center;padding:clamp(16px,4vw,56px) clamp(16px,4vw,40px) 56px}
.auth-card{width:min(100%,480px);background:#fff;border-radius:36px;padding:clamp(24px,4vw,44px)}
.signup{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:clamp(8px,2vw,24px) clamp(16px,4vw,40px) 64px;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:clamp(20px,3vw,40px);align-items:start}
.steps{list-style:none;margin:0 0 24px;padding:0;display:flex;gap:6px}
.steps li{flex:1}
.steps .bar{height:6px;border-radius:999px;background:var(--lav);display:block}
.steps .bar.on{background:var(--violet)}
.switch{width:52px;height:30px;border:0;border-radius:999px;background:#D4CADF;position:relative;padding:0;flex-shrink:0}
.switch.on{background:var(--violet)}
.switch i{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;transition:left .2s}
.switch.on i{left:25px}
.msg{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:calc(100vh - 180px);background:#fff;border-radius:28px;overflow:hidden}
.msg-list{border-right:1px solid var(--line);overflow:auto}
.msg-item{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);color:var(--text)}
.msg-item.on{background:var(--lav)}
.bubbles{display:flex;flex-direction:column;gap:10px;padding:18px}
.mine{align-self:flex-end;background:var(--violet);color:var(--cream);border-radius:22px 22px 6px 22px;padding:12px 16px;max-width:80%}
.theirs{align-self:flex-start;background:var(--lav);border-radius:22px 22px 22px 6px;padding:12px 16px;max-width:80%}
.admin{display:grid;grid-template-columns:264px minmax(0,1fr);min-height:100vh;background:var(--cream)}
.admin-side{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #EFEAE4;display:flex;flex-direction:column;padding:20px 14px;overflow:auto}
.admin-side a.item{display:flex;align-items:center;gap:12px;min-height:44px;padding:0 10px;border-radius:14px;font-size:15px;font-weight:600;color:var(--text)}
.admin-side a.item:hover{background:#F2EDE6}
.admin-side a.item.on{background:var(--violet);color:var(--cream)}
.admin-side .grp{font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--t3);padding:14px 10px 6px}
.admin-badge{min-width:24px;height:22px;padding:0 7px;border-radius:999px;background:var(--lav);color:var(--text);font-size:12px;font-weight:700;display:grid;place-items:center}
.admin-badge.hot{background:var(--coral)}
.admin-top{display:none}
.admin main{padding:28px clamp(16px,3vw,40px) 64px}
.admin-card{background:#fff;border-radius:24px;padding:20px 22px}
.signup-context{display:none;margin:0 0 18px;font-family:"Bricolage Grotesque",sans-serif;font-weight:800;font-size:clamp(28px,4vw,40px);line-height:1;letter-spacing:-.03em}
.pwd-meter{display:flex;gap:6px;margin-top:8px}
.pwd-meter i{flex:1;height:4px;border-radius:99px;background:#E7E1DA}
.pwd-meter.on-1 i:nth-child(-n+1){background:var(--coral)}
.pwd-meter.on-2 i:nth-child(-n+2){background:#E0A090}
.pwd-meter.on-3 i:nth-child(-n+3){background:#6A3A30}
.pwd-meter.on-4 i{background:var(--violet)}
.faq-toggle{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--lav);color:var(--violet);display:grid;place-items:center}
.faq-toggle .ph-minus{display:none}
details[open] > summary .faq-toggle{background:var(--violet);color:var(--cream)}
details[open] > summary .faq-toggle .ph-plus{display:none}
details[open] > summary .faq-toggle .ph-minus{display:block}
details > summary::-webkit-details-marker{display:none}
table.data{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden}
table.data th,table.data td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);font-size:14.5px;vertical-align:top}
table.data th{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--t3)}
.cal{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal button,.cal span{min-height:44px;border:0;border-radius:12px;background:transparent}
.cal .has{background:#FAF5F0}
.cal .sel{background:var(--violet);color:var(--cream)}
.placeholder{aspect-ratio:5/4;border-radius:28px;display:grid;place-items:center;background:repeating-linear-gradient(135deg,#EEE9F3 0 14px,#E6DFEE 14px 28px)}
.placeholder span{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:13px;background:#fff;padding:6px 12px;border-radius:999px}
.row-between{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px}
.hide-desktop{display:none}
@media(max-width:1080px){
  .nav-pill,.search-desktop,.guest-desktop{display:none}
  .burger{display:grid}
  .hide-desktop{display:inline-flex}
  .mobile-panel.open{display:block;position:fixed;left:0;right:0;top:68px;bottom:0;z-index:45;background:var(--cream);overflow:auto;padding:8px 16px 32px}
  .hero-grid{grid-template-columns:1fr;grid-template-areas:"c" "m1" "m2" "m3" "n"}
  .float{display:none;max-width:none;transform:none;justify-self:center}
  .float.show-m{display:block}
  .float.l1{grid-area:m1}.float.r1{grid-area:m2}.float.l2{grid-area:m3}
  .cats.sticky{position:static}
  .cat-list{flex-direction:row;overflow-x:auto}
  .cat-btn{flex-shrink:0;width:auto}
  .cat-btn small{display:none}
  .foot-grid{grid-template-columns:1fr 1fr}
  .signup{grid-template-columns:1fr}
  .signup aside{display:none}
  .signup-context{display:block}
  .msg{grid-template-columns:1fr}
  .admin{grid-template-columns:1fr}
  .admin-side{display:none}
  .admin-side.open{display:flex;position:fixed;left:0;right:0;top:64px;bottom:0;height:auto;z-index:50}
  .admin-top{display:flex}
}
@media(max-width:960px){
  .layout.side,.layout.aside{grid-template-columns:1fr}
  .sticky{position:static}
  .hide-mobile{display:none}
  .searchbar{border-radius:24px}
  .news form{border-radius:24px}
}
@media(max-width:700px){
  .foot-grid{grid-template-columns:1fr}
  .user-name{display:none}
  .wall{columns:1}
}
