:root{
  --ui-rose-100:#fef0f4;
  --ui-rose-200:#fbdee9;
  --ui-rose-300:#fac6dd;
  --ui-rose-deep:#f3a7ca;
  --ui-lilac:#e7e5f8;
  --ui-lilac-alt:#dbdaf8;

  --ui-card:#fdfdff;
  --ui-card-50:#fff6f6;
  --ui-card-alt:#fde8f1;

  --ui-primary:#ea4e97;
  --ui-primary-active:#e1307e;
  --ui-coral:#f95a74;
  --ui-coral-alt:#f94a63;
  --ui-amber:#fa7b3c;
  --ui-amber-alt:#f46b24;
  --ui-crimson:#ff4f5d;
  --ui-indigo:#c5caf0;

  --ui-text:#282431;
  --ui-text-50:#6e6270;
  --ui-faint:#98919f;
  --ui-rule:#f2d8e6;

  --ui-contrast:#fdfdff;
  --ui-blank:#fdfdff;
  --ui-success:#2fac68;
  --ui-rule-50:rgba(253,253,255,.89);
  --ui-card-wash:rgba(253,253,255,.91);
  --ui-shroud:rgba(40,36,49,.49);
  --ui-bottom-wash:#282431;
  --ui-bottom:#dad1df;
  --ui-bottom-alt:#fdfdff;
  --ui-bottom-50:#ab9faf;
  --ui-bottom-bd:rgba(253,253,255,.1);

  --ui-r-sm:14px;
  --ui-r-md:20px;
  --ui-r-lg:28px;
  --ui-r-xl:36px;
  --ui-r-pill:999px;

  --ui-elev-sm:0 6px 16px -8px rgba(234,78,151,.33);
  --ui-elev-md:0 18px 38px -18px rgba(234,78,151,.38);
  --ui-elev-lg:0 30px 60px -24px rgba(225,48,126,.42);

  --ui-font-head:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --ui-ff:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --ui-frame:1200px;
  --ui-pad:24px;
  --ui-block-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  color:var(--ui-text);font-family:var(--ui-ff);background:
    radial-gradient(1200px 700px at 85% -8%, var(--ui-rose-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--ui-lilac) 0%, transparent 55%),
    linear-gradient(180deg, var(--ui-rose-100) 0%, var(--ui-card-50) 40%, var(--ui-rose-100) 100%);background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
  margin:0;line-height:1.6;
}
img{display:block;max-width:100%}

.toggle{display:none;z-index:1105;background:none;gap:5px;border:none;cursor:pointer;flex-direction:column;padding:6px}
.toggle span{height:3px;background:var(--ui-text);border-radius:2px;width:26px;transition:transform .3s ease,opacity .3s ease;display:block}
.toggle.current span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.toggle.current span:nth-child(2){opacity:0}
.toggle.current span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
figure{margin:0}
.intro{font-size:1.06rem;margin-top:14px;color:var(--ui-text-50)}

.promo-zone{align-items:center;box-shadow:var(--ui-elev-lg);border-radius:var(--ui-r-xl);position:relative;gap:30px;flex-wrap:wrap;justify-content:space-between;color:var(--ui-contrast);display:flex;overflow:hidden;background:linear-gradient(100deg,var(--ui-primary-active),var(--ui-coral) 60%,var(--ui-amber));padding:clamp(38px,5vw,64px)}
.promo-blob{position:absolute;background:rgba(253,253,255,.11);width:320px;right:-90px;top:-120px;height:320px;border-radius:50%}
.promo-text{z-index:2;position:relative}
.promo-text h2{color:var(--ui-contrast);max-width:16ch}
.promo-text p{margin-top:10px;max-width:46ch;color:rgba(253,253,255,.91)}
.promo-zone .ctl{z-index:2;position:relative}
.schedule{display:grid;margin-top:10px;gap:4px}
:focus-visible{outline:3px solid var(--ui-primary);outline-offset:2px;border-radius:6px}

.entry-band h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.entry-band h2{color:var(--ui-primary-active);margin-top:34px;font-size:1.35rem;font-weight:800}
.entry-band p{color:var(--ui-text-50);font-size:1.04rem;margin-top:14px}
.entry-band p a{font-weight:600}
.entry-band ul{gap:10px;margin-top:14px;display:grid}
.entry-band li{color:var(--ui-text-50);position:relative;padding-left:24px}
.entry-band li::before{left:0;width:10px;height:10px;content:"";background:var(--ui-coral);top:.5em;border-radius:50%;position:absolute}
.entry-support>.inner>h2{margin-bottom:28px;text-align:center}

.profiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.strengths-set{gap:10px;margin-top:14px;display:grid}
.strengths-set li{padding-left:24px;color:var(--ui-text);position:relative}
.strengths-set li::before{height:10px;left:0;width:10px;border-radius:50%;content:"";position:absolute;top:.5em;background:var(--ui-coral)}

.widget-promo{background:var(--ui-card);right:22px;z-index:80;border-radius:var(--ui-r-lg);bottom:22px;box-shadow:var(--ui-elev-lg);border:1px solid var(--ui-rule-50);max-width:calc(100vw - 44px);padding:20px;position:fixed;width:300px}
.widget-hide{top:12px;width:28px;font-size:1.1rem;position:absolute;display:grid;right:12px;background:var(--ui-card-alt);border-radius:50%;place-items:center;padding:0;line-height:1;color:var(--ui-text-50);height:28px;cursor:pointer;border:none}
.widget-hide:hover{background:var(--ui-primary);color:var(--ui-contrast)}
.widget-heading{font-family:var(--ui-font-head);padding-right:26px;font-weight:800;font-size:1.04rem}
.widget-text{margin-top:4px;font-size:.86rem;color:var(--ui-text-50);margin-bottom:14px}
.widget-launcher{position:fixed;background:linear-gradient(135deg,var(--ui-primary),var(--ui-coral));align-items:center;height:60px;cursor:pointer;border-radius:50%;color:var(--ui-contrast);justify-content:center;box-shadow:var(--ui-elev-lg);right:22px;z-index:80;bottom:22px;border:none;display:none;width:60px}
.widget-launcher svg{width:26px;fill:currentColor;stroke:none;height:26px}
ul{list-style:none;padding:0;margin:0}
.sym-full svg{fill:currentColor;stroke:none}

.inbox-dot{position:absolute;top:-3px;color:var(--ui-contrast);font-size:.72rem;place-items:center;display:grid;box-shadow:var(--ui-elev-sm);right:-3px;border-radius:var(--ui-r-pill);border:2px solid var(--ui-card);line-height:1;font-weight:800;min-width:22px;background:var(--ui-crimson);height:22px;padding:0 6px}
.inbox-dot[hidden]{display:none}
.credits{margin-top:34px;color:var(--ui-bottom-50);font-size:.86rem;padding-top:22px;border-top:1px solid var(--ui-bottom-bd)}
.entry-text .ctl{margin-top:26px}

.doc-lead{padding-block:clamp(40px,6vw,80px) 20px}
.doc-lead h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.doc-lead p{margin:16px auto 0;font-size:1.08rem;color:var(--ui-text-50)}
.breadcrumb{margin-bottom:14px;gap:6px;display:flex;flex-wrap:wrap;color:var(--ui-faint);font-size:.86rem;justify-content:flex-start}

.record{grid-template-columns:1.2fr 1fr;gap:clamp(28px,4vw,48px);align-items:start;display:grid}
.record-infos{gap:16px;grid-template-columns:1fr 1fr;display:grid}
.drawer-mob{height:100vh;top:0;padding:84px 22px 22px;max-width:320px;width:80%;height:100dvh;position:fixed;right:-100%;background:var(--ui-card);transition:right .3s ease;box-shadow:-6px 0 30px rgba(40,36,49,.22);z-index:1100;overflow-y:auto}
.drawer-mob.current{right:0}
.drawer-mob nav{display:flex;flex-direction:column}
.drawer-mob a:not(.ctl){color:var(--ui-text);padding:14px 2px;font-weight:600;border-bottom:1px solid var(--ui-rule);font-size:15px}
.drawer-mob a:not(.ctl):hover{color:var(--ui-primary-active)}
.drawer-mob a.ctl{margin-top:22px}
.profile-star{place-items:center;top:12px;border-radius:50%;right:12px;color:var(--ui-coral);background:var(--ui-card-wash);border:none;cursor:pointer;display:grid;z-index:2;height:36px;width:36px;box-shadow:var(--ui-elev-sm);position:absolute;transition:transform .16s,background .16s,color .16s}
.profile-star svg{height:18px;width:18px}
.profile-star:hover{transform:scale(1.08)}
.profile-star.full{background:var(--ui-coral);color:var(--ui-contrast)}
.profile-star.full svg{fill:currentColor}
.profile-frame-star{width:46px;top:14px;height:46px;right:14px}
.profile-frame-star svg{height:21px;width:21px}
.profile-in{padding:16px 18px}
.profile-heading{font-family:var(--ui-font-head);font-weight:800;font-size:1.12rem}
.profile-heading a{color:inherit;text-decoration:none;outline-offset:3px}
.profile-heading a::after{content:"";z-index:1;position:absolute;inset:0}
.profile-heading span{color:var(--ui-faint);font-weight:600}
.profile-loc{font-size:.88rem;align-items:center;display:flex;color:var(--ui-text-50);gap:6px;margin-top:4px}
.profile-loc .tack svg{color:var(--ui-primary);width:14px;height:14px}
.profile-inbox{align-items:center;position:relative;color:var(--ui-contrast);transition:transform .16s ease,box-shadow .16s ease;justify-content:center;gap:7px;display:inline-flex;box-shadow:var(--ui-elev-sm);margin-top:12px;font-weight:700;font-size:.9rem;border-radius:var(--ui-r-pill);background:linear-gradient(135deg,var(--ui-primary),var(--ui-coral));width:100%;z-index:2;padding:9px 14px}
.profile-inbox svg{width:16px;height:16px}
.profile-inbox:hover{box-shadow:var(--ui-elev-md);transform:translateY(-1px)}
.profile-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:22px;align-items:start;gap:clamp(24px,4vw,52px);display:grid}
.profile-col{min-width:0}
.profile-frame{position:relative;border-radius:var(--ui-r-lg);margin:0;background:linear-gradient(160deg,var(--ui-rose-200),var(--ui-lilac-alt));overflow:hidden;box-shadow:var(--ui-elev-md)}
.profile-frame img{display:block;object-fit:cover;width:100%;aspect-ratio:4/5;height:auto}
.profile-arrows{transform:translateY(-50%);transition:transform .15s ease,background .15s ease;top:50%;height:44px;z-index:2;display:grid;color:var(--ui-primary-active);width:44px;place-items:center;border-radius:50%;border:none;position:absolute;background:var(--ui-card-wash);cursor:pointer;box-shadow:var(--ui-elev-md)}
.profile-arrows:hover{transform:translateY(-50%) scale(1.07);background:var(--ui-card-wash)}
.profile-arrows svg{width:22px;height:22px}
.profile-prev{left:12px}
.profile-next{right:12px}
.profile-band{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.profile-entry{border:2px solid transparent;aspect-ratio:3/4;cursor:pointer;box-shadow:var(--ui-elev-sm);width:72px;border-radius:var(--ui-r-sm);padding:0;background:var(--ui-card-alt);transition:transform .15s ease,border-color .15s ease;flex:0 0 auto;overflow:hidden}
.profile-entry img{display:block;height:100%;width:100%;object-fit:cover}
.profile-entry:hover{transform:translateY(-2px)}
.profile-entry.full{border-color:var(--ui-primary)}
.profile-col [hidden]{display:none!important}
.profile-film{max-height:70vh;object-fit:contain;height:auto;display:block;background:#000001;width:100%}
.profile-entry-film{position:relative}
.accent{background:linear-gradient(92deg,var(--ui-primary),var(--ui-coral) 60%,var(--ui-amber));-webkit-background-clip:text;background-clip:text;color:transparent}
.bullet{line-height:1;color:var(--ui-success);font-size:.6rem}

.holder{padding-block:clamp(60px,10vw,140px);text-align:center}
.holder-idx{line-height:.9;font-family:var(--ui-font-head);font-weight:800;font-size:clamp(6rem,20vw,13rem)}
.holder-group{gap:14px;display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px}
.section-head{margin:0 auto 44px;text-align:center;max-width:640px}
.menu-backdrop{z-index:1090;position:fixed;background:var(--ui-shroud);opacity:0;transition:opacity .3s ease;visibility:hidden;inset:0}
.menu-backdrop.current{visibility:visible;opacity:1}

.ask-frame{max-width:640px}
.ask-holder{position:absolute;overflow:hidden;height:1px;width:1px;left:-9999px}
.tail-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px}
.tail-label{display:flex;gap:10px;font-family:var(--ui-font-head);margin-bottom:12px;align-items:center;font-weight:800;color:var(--ui-bottom-alt);font-size:1.2rem}
.tail-col>p:not(.tail-heading){color:var(--ui-bottom-50);max-width:34ch;font-size:.94rem}
.tail-heading{font-size:1rem;margin-bottom:14px;color:var(--ui-bottom-alt);font-weight:800}
.tail-menu{display:grid;gap:10px;font-size:.94rem}
.plan-tile{background:var(--ui-lilac);aspect-ratio:4/3;box-shadow:var(--ui-elev-md);position:relative;overflow:hidden;border-radius:var(--ui-r-lg);border:1px solid var(--ui-rule-50)}
.plan-tile.plan-async{cursor:pointer}
.plan-holder{text-align:center;place-items:center;background:linear-gradient(160deg,var(--ui-lilac-alt),var(--ui-card-alt));padding:20px;position:absolute;display:grid;inset:0;gap:10px}
.plan-holder p{font-weight:700;color:var(--ui-text)}
.plan-tack{filter:drop-shadow(0 10px 12px rgba(249,74,99,.49));color:var(--ui-coral)}
.plan-tack svg{width:40px;fill:currentColor;stroke:none;height:40px}
.plan-tile iframe{border:0;height:100%;width:100%;position:absolute;inset:0}
.plan-tile.is-on .plan-holder{display:none}
.profile-tile{transition:transform .2s ease,box-shadow .2s ease;background:var(--ui-card);box-shadow:var(--ui-elev-md);position:relative;overflow:hidden;border-radius:var(--ui-r-lg);border:1px solid var(--ui-rule-50)}
.profile-tile:hover{transform:translateY(-6px);box-shadow:var(--ui-elev-lg)}
.profile-face{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(160deg,var(--ui-rose-200),var(--ui-lilac-alt))}
.profile-face img{display:block;object-fit:cover;height:100%;width:100%}
.profile-dot{background:var(--ui-card-wash);padding:5px 10px;border-radius:var(--ui-r-pill);z-index:2;gap:6px;position:absolute;top:12px;left:12px;box-shadow:var(--ui-elev-sm);font-weight:700;color:var(--ui-success);align-items:center;display:inline-flex;font-size:.72rem}
.pretitle{margin-bottom:10px;color:var(--ui-primary);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}
.ask-mention{font-weight:700}
.ask-mention-full{color:var(--ui-success)}
.ask-mention-closed{color:var(--ui-primary-active)}

.inner{margin-inline:auto;padding-inline:var(--ui-pad);max-width:var(--ui-frame)}
button{font-family:inherit}
.entry-band .breadcrumb{display:flex}.entry-band .breadcrumb li{padding-left:0}.entry-band .breadcrumb li::before{display:none}

.ask{box-shadow:var(--ui-elev-md);border-radius:var(--ui-r-lg);padding:clamp(24px,3vw,40px);border:1px solid var(--ui-rule-50);background:var(--ui-card)}
.ask-entry{display:grid;gap:7px;margin-bottom:18px}
.ask-entry label{font-weight:700;font-size:.92rem}

.ctl{
  border:1.5px solid transparent;gap:9px;text-align:center;font-weight:700;
  align-items:center;padding:14px 26px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;justify-content:center;
  cursor:pointer;white-space:nowrap;font-size:1rem;border-radius:var(--ui-r-pill);
  display:inline-flex;
}
.ctl svg{height:18px;width:18px}
.ctl-small{font-size:.9rem;padding:10px 18px}
.ctl-lg{padding:17px 32px;font-size:1.06rem}
.ctl-wide{width:100%}
.ctl-main{color:var(--ui-contrast);background:linear-gradient(95deg,var(--ui-amber),var(--ui-coral) 55%,var(--ui-primary));box-shadow:0 14px 26px -12px rgba(249,74,99,.77)}
.ctl-main:hover{transform:translateY(-2px);color:var(--ui-contrast);box-shadow:0 20px 34px -12px rgba(249,74,99,.87)}
.ctl-soft{color:var(--ui-primary);border-color:var(--ui-rule);background:var(--ui-card)}
.ctl-soft:hover{transform:translateY(-2px);background:var(--ui-card-alt);color:var(--ui-primary-active)}
.ctl-plain{color:var(--ui-primary-active);background:var(--ui-blank)}
.ctl-plain:hover{transform:translateY(-2px);box-shadow:var(--ui-elev-md);color:var(--ui-primary-active)}

.app-tail{background:var(--ui-bottom-wash);color:var(--ui-bottom)}
.app-tail .inner{padding-block:56px 22px}
.app-tail a{color:var(--ui-bottom)}
.app-tail a:hover{color:var(--ui-bottom-alt)}

.seek-ask{border-radius:var(--ui-r-pill);border:1px solid var(--ui-rule-50);gap:12px;display:flex;background:var(--ui-card);padding:12px;box-shadow:var(--ui-elev-md);margin:0 auto}
.seek-ask .field{background:transparent;font-size:1.06rem;box-shadow:none;border:none}
.seek-ask .field:focus{box-shadow:none}
.seek-ask+.area{margin-top:40px}
.band{padding-block:var(--ui-block-y)}
.band-alt{background:var(--ui-card-alt)}
svg{display:block}
.slot{font-size:.9rem;justify-content:space-between;gap:12px;color:var(--ui-text-50);display:flex}
.film-frame{display:block;pointer-events:none;object-fit:cover;height:100%;background:#000001;width:100%}
.film-bullet{pointer-events:none;color:#fdfdff;box-shadow:var(--ui-elev-sm);place-items:center;font-size:.64rem;padding-left:2px;line-height:1;height:28px;position:absolute;transform:translate(-50%,-50%);top:50%;width:28px;display:grid;left:50%;border-radius:50%;background:rgba(0,0,1,.55)}
.film-dot{font-weight:700;font-size:.7rem;color:#fdfdff;background:rgba(0,0,1,.6);padding:5px 9px;display:inline-flex;box-shadow:var(--ui-elev-sm);bottom:12px;border-radius:var(--ui-r-pill);left:12px;gap:4px;z-index:2;align-items:center;letter-spacing:.02em;position:absolute}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.field-line{display:grid;gap:18px;grid-template-columns:1fr 1fr}
.field{transition:border-color .16s,box-shadow .16s;padding:13px 16px;border-radius:var(--ui-r-sm);font-family:inherit;font-size:1rem;color:var(--ui-text);border:1.5px solid var(--ui-rule);width:100%;background:var(--ui-card-50)}
.field:focus{outline:none;border-color:var(--ui-primary);box-shadow:0 0 0 3px rgba(234,78,151,.16)}
textarea.field{min-height:140px;resize:vertical}
.support-entry{overflow:hidden;box-shadow:var(--ui-elev-sm);background:var(--ui-card);border-radius:var(--ui-r-md);margin-bottom:14px;border:1px solid var(--ui-rule)}
.support-entry summary{font-family:var(--ui-font-head);display:flex;align-items:center;font-weight:800;list-style:none;gap:16px;cursor:pointer;padding:20px 22px;color:var(--ui-text);font-size:1.05rem;justify-content:space-between}
.support-entry summary::-webkit-details-marker{display:none}
.support-entry summary::after{background:var(--ui-card-alt);place-items:center;content:"+";color:var(--ui-primary);flex:none;transition:transform .25s ease;height:30px;width:30px;font-size:1.2rem;display:grid;border-radius:50%}
.support-entry[open] summary::after{background:var(--ui-primary);color:var(--ui-contrast);transform:rotate(45deg)}
.support-ans{color:var(--ui-text-50);padding:0 22px 20px}
.breadcrumb a:hover{color:var(--ui-primary-active)}
.profile-film-start{place-items:center;border-radius:50%;line-height:1;width:78px;transition:transform .15s ease,background .15s ease;cursor:pointer;background:rgba(0,0,1,.49);display:grid;position:absolute;font-size:1.9rem;transform:translate(-50%,-50%);z-index:3;top:50%;border:none;height:78px;box-shadow:var(--ui-elev-md);padding-left:6px;color:#fdfdff;left:50%}
.profile-film-start:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(0,0,1,.68)}
.profile-drawer{top:96px;position:sticky}
.profile-top{align-items:center;margin-top:14px;flex-wrap:wrap;display:flex;gap:12px}
.profile-top .dot-tag{flex:none}
.profile-intro{line-height:1.1;font-family:var(--ui-font-head);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profile-intro span{font-weight:600;color:var(--ui-faint);font-size:.62em}
.profile-mention{color:var(--ui-text-50);display:flex;gap:7px;font-size:1.02rem;margin-top:10px;align-items:center}
.profile-mention .tack svg{color:var(--ui-primary);height:18px;width:18px}
.profile-mention a{transition:border-color .15s ease;border-bottom:1px solid transparent;text-decoration:none;font-weight:600;color:var(--ui-primary-active)}
.profile-mention a:hover{border-bottom-color:currentColor}
.profile-infos{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}
.profile-drawer .intro{margin-top:18px}
.profile-set{flex-wrap:wrap;gap:12px;display:flex;margin-top:24px}
h1,h2,h3,h4{line-height:1.12;font-family:var(--ui-font-head);letter-spacing:-.01em;margin:0;color:var(--ui-text)}
.record-cityhall{background:var(--ui-card);border-radius:var(--ui-r-lg);padding:24px;border:1px solid var(--ui-rule-50);box-shadow:var(--ui-elev-md)}
.label,.menu-link,.drawer-mob a,.ctl,.breadcrumb a,.app-tail a,.area-menu a,.profile-inbox{text-decoration:none}
.breadcrumb li:not(:last-child)::after{content:"\00203a";color:var(--ui-faint);margin-left:6px}
.breadcrumb a{color:var(--ui-text-50)}

.app-top{border-bottom:1px solid var(--ui-rule);z-index:60;background:var(--ui-card);position:sticky;top:0}
.app-top-in{padding-block:12px;min-height:74px;align-items:center;justify-content:space-between;gap:20px;display:flex}
.menu-link{transition:background .18s,color .18s;font-weight:600;padding:9px 14px;border-radius:var(--ui-r-pill);font-size:.96rem;color:var(--ui-text)}
.menu-link:hover{color:var(--ui-primary-active);background:var(--ui-card-alt)}
.menu-star{background:none;font-weight:600;gap:7px;cursor:pointer;align-items:center;border:none;display:inline-flex;padding:9px 12px;color:var(--ui-text);text-decoration:none;position:relative;border-radius:var(--ui-r-pill);font-size:.96rem;transition:background .18s ease,color .18s ease}
.menu-star:hover{color:var(--ui-primary-active);background:var(--ui-card-alt)}
.menu-star svg{color:var(--ui-primary);width:20px;height:20px}
.menu-star:hover svg{color:var(--ui-primary-active)}
.menu-star-text{white-space:nowrap}
.menu-star .inbox-dot{top:auto;right:auto;position:static}
.menu-star-mob{gap:9px;padding:14px 2px;color:var(--ui-text);align-items:center;display:flex;text-align:left;background:none;border:none;font-weight:600;text-decoration:none;width:100%;font-size:15px;cursor:pointer;border-bottom:1px solid var(--ui-rule)}
.menu-star-mob:hover{color:var(--ui-primary-active)}
.menu-star-mob svg{width:18px;height:18px;color:var(--ui-primary)}

.area{gap:32px;display:flex;flex-direction:column}
.area-group h2{margin-bottom:16px;font-size:1.15rem;font-weight:800;color:var(--ui-text)}
.area-menu{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.area-menu a{background:var(--ui-card);box-shadow:var(--ui-elev-sm);align-items:center;gap:10px;display:flex;font-size:.92rem;border:1px solid var(--ui-rule);font-weight:600;color:var(--ui-text);justify-content:space-between;border-radius:var(--ui-r-md);padding:13px 16px;transition:transform .14s,box-shadow .14s,color .14s}
.area-menu a:hover{transform:translateY(-3px);color:var(--ui-primary-active);box-shadow:var(--ui-elev-md)}
.area-menu a .tack{flex:none;display:grid;place-items:center;color:var(--ui-primary)}
.area-menu a .tack svg{width:16px;height:16px}
.body-menu{display:flex;gap:8px;align-items:center;margin-left:auto}

.entry{display:grid;align-items:center;gap:clamp(28px,4vw,56px);grid-template-columns:1fr 1fr}
.entry-text>p:not(.pretitle){color:var(--ui-text-50);margin-top:16px;font-size:1.04rem}
.entry-subtitle{color:var(--ui-primary-active);margin-top:22px;font-family:var(--ui-font-head);font-size:1.1rem;font-weight:800}
.info{border-radius:var(--ui-r-md);background:var(--ui-card);gap:12px;border:1px solid var(--ui-rule-50);padding:14px 16px;box-shadow:var(--ui-elev-sm);display:flex;align-items:center}
.info-sym{width:40px;place-items:center;display:grid;background:var(--ui-card-alt);color:var(--ui-primary);height:40px;flex:none;border-radius:12px}
.info-sym svg{height:18px;width:18px}
.info-text dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ui-faint)}
.info-text dd{font-family:var(--ui-font-head);font-weight:800;font-size:.98rem;margin:2px 0 0}
.cityhall-heading{margin-bottom:14px;font-family:var(--ui-font-head);font-weight:800}
.cityhall-line{display:flex;margin-top:10px;align-items:flex-start;color:var(--ui-text-50);gap:10px;font-size:.94rem}
.cityhall-line .tack{color:var(--ui-primary);flex:none}
.cityhall-line .tack svg{height:16px;width:16px}
::selection{background:rgba(234,78,151,.2)}
.label{letter-spacing:-.02em;font-family:var(--ui-font-head);color:var(--ui-text);display:flex;font-weight:800;font-size:1.28rem;gap:11px;align-items:center}
.label:hover{color:var(--ui-text)}
.label-logo{height:42px;color:var(--ui-contrast);display:inline-flex;justify-content:center;width:42px;background:linear-gradient(135deg,var(--ui-primary),var(--ui-coral) 55%,var(--ui-amber));box-shadow:0 8px 18px -8px rgba(234,78,151,.82);flex-shrink:0;border-radius:14px;align-items:center}
.label-logo svg{height:22px;width:22px}
p{margin:0}

.dot-tag{background:var(--ui-card);display:inline-flex;box-shadow:var(--ui-elev-sm);align-items:center;color:var(--ui-primary);font-weight:700;font-size:.82rem;gap:8px;letter-spacing:.06em;border:1px solid var(--ui-rule);padding:8px 16px;border-radius:var(--ui-r-pill)}
.dot-tag svg{height:16px;color:var(--ui-coral);width:16px}

@media (max-width:980px){
  .profiles-grid{grid-template-columns:repeat(3,1fr)}
  .profile-grid{grid-template-columns:1fr}
  .profile-frame{width:100%;max-width:380px;justify-self:start}
  .profile-drawer{position:static}
  .entry,.record{grid-template-columns:1fr}
  .tail-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .body-menu{display:none}
  .toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawer-mob,.menu-backdrop{display:none}
}
@media (max-width:600px){
  :root{--ui-block-y:clamp(30px,7vw,48px)}
  .tail-grid,.field-line{grid-template-columns:1fr}
  .profiles-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile-in{padding:16px 10px}
  .promo-zone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .promo-zone .ctl{width:100%;white-space:normal}
  .seek-ask{flex-direction:column;border-radius:var(--ui-r-lg)}
  .seek-ask .ctl{width:100%}
  .band-profile{padding-top:0}
  .profile-frame img{aspect-ratio:1/1;max-height:46vh}
  .profile-grid{margin-top:0}
  .profile-drawer{display:flex;flex-direction:column;margin-top:14px}
  .profile-top{order:1;margin-top:0}
  .profile-mention{order:2}
  .profile-set{order:3;margin-top:16px;gap:10px}
  .profile-set .ctl{flex:1 1 auto}
  .profile-band{display:none}
  .profile-infos{order:4}
  .profile-drawer .intro{order:5}
  .record-infos{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .info{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .info-sym{width:34px;height:34px}
  .info-text{min-width:0}
  .info-text dd{font-size:.92rem;overflow-wrap:anywhere}
}
