:root{
  --u-rose-100:#ffecf6;
  --u-rose-200:#fcdce7;
  --u-rose-300:#f6c7dc;
  --u-rose-deep:#f6a7c8;
  --u-lilac:#e8e4f8;
  --u-lilac-deep:#dadcf6;

  --u-paper:#fdfefd;
  --u-paper-50:#fdf3f9;
  --u-paper-deep:#fee9ee;

  --u-primary:#ee4e95;
  --u-primary-hover:#e32f7d;
  --u-red:#fc5e73;
  --u-red-deep:#fa4a62;
  --u-orange:#fd7a3a;
  --u-orange-deep:#f36924;
  --u-like:#ff4e5f;
  --u-blueviolet:#c7cdf0;

  --u-foreground:#292331;
  --u-foreground-50:#6e6571;
  --u-faint:#9a959e;
  --u-rule:#f1d8e2;

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

  --u-sd-sm:0 6px 16px -8px rgba(238,78,149,.37);
  --u-sd-md:0 18px 38px -18px rgba(238,78,149,.38);
  --u-sd-lg:0 30px 60px -24px rgba(227,47,125,.41);

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

  --u-shell:1200px;
  --u-inset:24px;
  --u-sy:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(1200px 700px at 85% -8%, var(--u-rose-300) 0%, rgba(246,199,220,0) 55%),
    radial-gradient(900px 600px at -10% 8%, var(--u-lilac) 0%, rgba(232,228,248,0) 55%),
    linear-gradient(180deg, var(--u-rose-100) 0%, var(--u-paper-50) 40%, var(--u-rose-100) 100%);font-family:var(--u-font);background-attachment:fixed;margin:0;
  color:var(--u-foreground);
  -webkit-font-smoothing:antialiased;line-height:1.6;
}
img{display:block;max-width:100%}

.app-masthead{top:0;z-index:60;border-bottom:1px solid var(--u-rule);background:var(--u-paper);position:sticky}
.app-masthead__body{min-height:74px;display:flex;padding-block:12px;align-items:center;gap:20px;justify-content:space-between}
.menu-a{transition:background .18s,color .18s;color:var(--u-foreground);font-weight:600;font-size:.96rem;padding:9px 14px;border-radius:var(--u-r-pill)}
.menu-a:hover{background:var(--u-paper-deep);color:var(--u-primary-hover)}
.menu-twinkle{cursor:pointer;background:none;transition:background .18s ease,color .18s ease;text-decoration:none;border:none;gap:7px;font-weight:600;padding:9px 12px;position:relative;font-size:.96rem;display:inline-flex;border-radius:var(--u-r-pill);align-items:center;color:var(--u-foreground)}
.menu-twinkle:hover{color:var(--u-primary-hover);background:var(--u-paper-deep)}
.menu-twinkle svg{color:var(--u-primary);width:20px;height:20px}
.menu-twinkle:hover svg{color:var(--u-primary-hover)}
.menu-twinkle__copy{white-space:nowrap}
.menu-twinkle .messaging-dot{position:static;top:auto;right:auto}
.menu-twinkle-mob{gap:9px;display:flex;color:var(--u-foreground);font-weight:600;font-size:15px;cursor:pointer;text-align:left;background:none;border:none;width:100%;text-decoration:none;border-bottom:1px solid var(--u-rule);align-items:center;padding:14px 2px}
.menu-twinkle-mob:hover{color:var(--u-primary-hover)}
.menu-twinkle-mob svg{height:18px;width:18px;color:var(--u-primary)}
.editorial__copy .ctl{margin-top:26px}
.pop{color:transparent;background:linear-gradient(92deg,var(--u-primary),var(--u-red) 60%,var(--u-orange));-webkit-background-clip:text;background-clip:text}
:focus-visible{border-radius:6px;outline:3px solid var(--u-primary);outline-offset:2px}

.deal__zone{flex-wrap:wrap;background:linear-gradient(100deg,var(--u-primary-hover),var(--u-red) 60%,var(--u-orange));align-items:center;color:#fdfefd;overflow:hidden;box-shadow:var(--u-sd-lg);border-radius:var(--u-r-xl);padding:clamp(38px,5vw,64px);display:flex;gap:30px;justify-content:space-between;position:relative}
.deal__blob{background:rgba(253,254,253,.1);border-radius:50%;right:-90px;width:320px;height:320px;top:-120px;position:absolute}
.deal__copy{position:relative;z-index:2}
.deal__copy h2{color:#fdfefd;max-width:16ch}
.deal__copy p{max-width:46ch;margin-top:10px;color:rgba(253,254,253,.94)}
.deal__zone .ctl{z-index:2;position:relative}
.questions-cell{margin-bottom:14px;border-radius:var(--u-r-md);border:1px solid var(--u-rule);background:var(--u-paper);box-shadow:var(--u-sd-sm);overflow:hidden}
.questions-cell summary{display:flex;padding:20px 22px;list-style:none;font-family:var(--u-display);gap:16px;justify-content:space-between;font-weight:800;align-items:center;font-size:1.05rem;cursor:pointer;color:var(--u-foreground)}
.questions-cell summary::-webkit-details-marker{display:none}
.questions-cell summary::after{border-radius:50%;font-size:1.2rem;height:30px;background:var(--u-paper-deep);transition:transform .25s ease;place-items:center;content:"+";width:30px;color:var(--u-primary);flex:none;display:grid}
.questions-cell[open] summary::after{background:var(--u-primary);color:#fdfefd;transform:rotate(45deg)}
.questions-resp{color:var(--u-foreground-50);padding:0 22px 20px}
.block-head{text-align:center;max-width:640px;margin:0 auto 44px}
.id,.menu-a,.drawer-mob a,.ctl,.trail a,.app-ground a,.around-list a,.user__messaging{text-decoration:none}

.messaging-dot{top:-3px;display:grid;font-size:.72rem;position:absolute;border-radius:var(--u-r-pill);box-shadow:var(--u-sd-sm);height:22px;color:#fdfefd;padding:0 6px;line-height:1;font-weight:800;place-items:center;background:var(--u-like);min-width:22px;right:-3px;border:2px solid var(--u-paper)}
.messaging-dot[hidden]{display:none}

.users-cols{grid-template-columns:repeat(4,1fr);display:grid;gap:22px}
.town-hall-heading{font-family:var(--u-display);margin-bottom:14px;font-weight:800}
.town-hall-entry{align-items:flex-start;gap:10px;color:var(--u-foreground-50);display:flex;font-size:.94rem;margin-top:10px}
.town-hall-entry .marker{flex:none;color:var(--u-primary)}
.town-hall-entry .marker svg{height:16px;width:16px}
::selection{background:rgba(238,78,149,.23)}
.tagline{font-size:1.06rem;margin-top:14px;color:var(--u-foreground-50)}

.dot-pill{padding:8px 16px;font-weight:700;border:1px solid var(--u-rule);box-shadow:var(--u-sd-sm);letter-spacing:.06em;gap:8px;align-items:center;border-radius:var(--u-r-pill);font-size:.82rem;background:var(--u-paper);display:inline-flex;color:var(--u-primary)}
.dot-pill svg{color:var(--u-red);height:16px;width:16px}
.zone{padding-block:var(--u-sy)}
.zone--inv{background:var(--u-paper-deep)}

.widget-deal{border-radius:var(--u-r-lg);box-shadow:var(--u-sd-lg);border:1px solid rgba(253,254,253,.91);right:22px;width:300px;max-width:calc(100vw - 44px);bottom:22px;position:fixed;padding:20px;background:#fdfefd;z-index:80}
.widget-x{border-radius:50%;top:12px;height:28px;line-height:1;padding:0;color:var(--u-foreground-50);background:var(--u-paper-deep);display:grid;width:28px;font-size:1.1rem;place-items:center;right:12px;border:none;position:absolute;cursor:pointer}
.widget-x:hover{color:#fdfefd;background:var(--u-primary)}
.widget-heading{font-family:var(--u-display);font-weight:800;padding-right:26px;font-size:1.04rem}
.widget-copy{color:var(--u-foreground-50);margin-top:4px;font-size:.86rem;margin-bottom:14px}
.widget-tab{border-radius:50%;width:60px;right:22px;color:#fdfefd;display:none;cursor:pointer;background:linear-gradient(135deg,var(--u-primary),var(--u-red));bottom:22px;height:60px;position:fixed;justify-content:center;box-shadow:var(--u-sd-lg);z-index:80;align-items:center;border:none}
.widget-tab svg{height:26px;stroke:none;fill:currentColor;width:26px}
.trail{margin-bottom:14px;flex-wrap:wrap;display:flex;color:var(--u-faint);font-size:.86rem;justify-content:flex-start;gap:6px}
.ground-cols{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.ground-id{color:#fdfefd;display:flex;font-family:var(--u-display);font-weight:800;font-size:1.2rem;gap:10px;align-items:center;margin-bottom:12px}
.ground-side>p:not(.ground-heading){font-size:.94rem;color:#a89daf;max-width:34ch}
.ground-heading{margin-bottom:14px;font-size:1rem;color:#fdfefd;font-weight:800}
.ground-list{gap:10px;display:grid;font-size:.94rem}
svg{display:block}
.where-box{background:var(--u-lilac);border-radius:var(--u-r-lg);position:relative;box-shadow:var(--u-sd-md);overflow:hidden;border:1px solid rgba(253,254,253,.91);aspect-ratio:4/3}
.where-box.where-defer{cursor:pointer}
.where-skeleton{gap:10px;display:grid;place-items:center;background:linear-gradient(160deg,var(--u-lilac-deep),var(--u-paper-deep));inset:0;position:absolute;text-align:center;padding:20px}
.where-skeleton p{font-weight:700;color:var(--u-foreground)}
.where-marker{filter:drop-shadow(0 10px 12px rgba(250,74,98,.48));color:var(--u-red)}
.where-marker svg{fill:currentColor;width:40px;stroke:none;height:40px}
.where-box iframe{inset:0;height:100%;position:absolute;width:100%;border:0}
.where-box.is-on .where-skeleton{display:none}
h1,h2,h3,h4{line-height:1.12;margin:0;letter-spacing:-.01em;font-family:var(--u-display);color:var(--u-foreground)}
.schedule{display:grid;gap:4px;margin-top:10px}
.round{font-size:.6rem;line-height:1;color:#2fad64}

.ctl{
  white-space:nowrap;font-weight:700;text-align:center;padding:14px 26px;
  border:1.5px solid transparent;display:inline-flex;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;justify-content:center;
  border-radius:var(--u-r-pill);gap:9px;align-items:center;font-size:1rem;
  cursor:pointer;
}
.ctl svg{width:18px;height:18px}
.ctl--small{padding:10px 18px;font-size:.9rem}
.ctl--lg{padding:17px 32px;font-size:1.06rem}
.ctl--stretch{width:100%}
.ctl--main{background:linear-gradient(95deg,var(--u-orange),var(--u-red) 55%,var(--u-primary));box-shadow:0 14px 26px -12px rgba(250,74,98,.75);color:#fdfefd}
.ctl--main:hover{color:#fdfefd;box-shadow:0 20px 34px -12px rgba(250,74,98,.83);transform:translateY(-2px)}
.ctl--light{color:var(--u-primary);border-color:var(--u-rule);background:var(--u-paper)}
.ctl--light:hover{color:var(--u-primary-hover);background:var(--u-paper-deep);transform:translateY(-2px)}
.ctl--white{color:var(--u-primary-hover);background:#fdfefd}
.ctl--white:hover{color:var(--u-primary-hover);transform:translateY(-2px);box-shadow:var(--u-sd-md)}
.trail a:hover{color:var(--u-primary-hover)}

.app-ground{color:#d7d0de;background:#292331}
.app-ground .inner{padding-block:56px 22px}
.app-ground a{color:#d7d0de}
.app-ground a:hover{color:#fdfefd}
.drawer-mob{top:0;box-shadow:-6px 0 30px rgba(41,35,49,.22);height:100vh;position:fixed;background:var(--u-paper);overflow-y:auto;width:80%;transition:right .3s ease;padding:84px 22px 22px;right:-100%;max-width:320px;height:100dvh;z-index:1100}
.drawer-mob.active{right:0}
.drawer-mob nav{display:flex;flex-direction:column}
.drawer-mob a:not(.ctl){padding:14px 2px;font-weight:600;border-bottom:1px solid var(--u-rule);font-size:15px;color:var(--u-foreground)}
.drawer-mob a:not(.ctl):hover{color:var(--u-primary-hover)}
.drawer-mob a.ctl{margin-top:22px}
p{margin:0}
.about-town-hall{box-shadow:var(--u-sd-md);border-radius:var(--u-r-lg);background:var(--u-paper);border:1px solid rgba(253,254,253,.91);padding:24px}

.inner{margin-inline:auto;padding-inline:var(--u-inset);max-width:var(--u-shell)}

.around{gap:32px;display:flex;flex-direction:column}
.around-part h2{color:var(--u-foreground);font-size:1.15rem;font-weight:800;margin-bottom:16px}
.around-list{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.around-list a{align-items:center;padding:13px 16px;justify-content:space-between;background:var(--u-paper);font-size:.92rem;border:1px solid var(--u-rule);border-radius:var(--u-r-md);font-weight:600;display:flex;box-shadow:var(--u-sd-sm);gap:10px;color:var(--u-foreground);transition:transform .14s,box-shadow .14s,color .14s}
.around-list a:hover{box-shadow:var(--u-sd-md);color:var(--u-primary-hover);transform:translateY(-3px)}
.around-list a .marker{color:var(--u-primary);display:grid;flex:none;place-items:center}
.around-list a .marker svg{height:16px;width:16px}
.menu-screen{transition:opacity .3s ease;inset:0;opacity:0;visibility:hidden;background:rgba(41,35,49,.48);position:fixed;z-index:1090}
.menu-screen.active{opacity:1;visibility:visible}

.editorial{align-items:center;display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:1fr 1fr}
.editorial__copy>p:not(.eyebrow){color:var(--u-foreground-50);margin-top:16px;font-size:1.04rem}
.editorial__second{font-family:var(--u-display);margin-top:22px;font-size:1.1rem;font-weight:800;color:var(--u-primary-hover)}
.stat{box-shadow:var(--u-sd-sm);background:var(--u-paper);border-radius:var(--u-r-md);display:flex;padding:14px 16px;gap:12px;border:1px solid rgba(253,254,253,.91);align-items:center}
.stat-pic{width:40px;place-items:center;border-radius:12px;color:var(--u-primary);flex:none;background:var(--u-paper-deep);display:grid;height:40px}
.stat-pic svg{width:18px;height:18px}
.stat-copy dt{text-transform:uppercase;color:var(--u-faint);letter-spacing:.05em;font-size:.78rem}
.stat-copy dd{margin:2px 0 0;font-family:var(--u-display);font-weight:800;font-size:.98rem}
.eyebrow{text-transform:uppercase;font-weight:800;letter-spacing:.1em;color:var(--u-primary);margin-bottom:10px;font-size:.8rem}

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

.nav-toggle{cursor:pointer;border:none;gap:5px;display:none;z-index:1105;padding:6px;background:none;flex-direction:column}
.nav-toggle span{background:var(--u-foreground);height:3px;display:block;transition:transform .3s ease,opacity .3s ease;width:26px;border-radius:2px}
.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
button{font-family:inherit}
.id{font-family:var(--u-display);align-items:center;letter-spacing:-.02em;font-weight:800;font-size:1.28rem;color:var(--u-foreground);gap:11px;display:flex}
.id:hover{color:var(--u-foreground)}
.id__mark{color:#fdfefd;height:42px;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--u-primary),var(--u-red) 55%,var(--u-orange));box-shadow:0 8px 18px -8px rgba(238,78,149,.8);width:42px}
.id__mark svg{width:22px;height:22px}
.user-box{position:relative;background:var(--u-paper);transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--u-sd-md);border-radius:var(--u-r-lg);overflow:hidden;border:1px solid rgba(253,254,253,.91)}
.user-box:hover{transform:translateY(-6px);box-shadow:var(--u-sd-lg)}
.user__pic{background:linear-gradient(160deg,var(--u-rose-200),var(--u-lilac-deep));overflow:hidden;aspect-ratio:1/1;position:relative}
.user__pic img{height:100%;width:100%;display:block;object-fit:cover}
.user__dot{box-shadow:var(--u-sd-sm);gap:6px;align-items:center;font-weight:700;top:12px;z-index:2;display:inline-flex;position:absolute;left:12px;font-size:.72rem;background:rgba(253,254,253,.94);color:#2fad64;padding:5px 10px;border-radius:var(--u-r-pill)}

.doc-intro{padding-block:clamp(40px,6vw,80px) 20px}
.doc-intro h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.doc-intro p{color:var(--u-foreground-50);margin:16px auto 0;font-size:1.08rem}
figure{margin:0}

.about{grid-template-columns:1.2fr 1fr;display:grid;gap:clamp(28px,4vw,48px);align-items:start}
.about-stats{gap:16px;display:grid;grid-template-columns:1fr 1fr}
.ttl{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.user__twinkle{transition:transform .16s,background .16s,color .16s;background:rgba(253,254,253,.94);cursor:pointer;border-radius:50%;color:var(--u-red);display:grid;border:none;position:absolute;width:36px;box-shadow:var(--u-sd-sm);top:12px;right:12px;z-index:2;height:36px;place-items:center}
.user__twinkle svg{width:18px;height:18px}
.user__twinkle:hover{transform:scale(1.08)}
.user__twinkle.ticked{color:#fdfefd;background:var(--u-red)}
.user__twinkle.ticked svg{fill:currentColor}
.user-window__twinkle{height:46px;top:14px;width:46px;right:14px}
.user-window__twinkle svg{height:21px;width:21px}
.user__body{padding:16px 18px}
.user__heading{font-family:var(--u-display);font-weight:800;font-size:1.12rem}
.user__heading a{text-decoration:none;color:inherit;outline-offset:3px}
.user__heading a::after{position:absolute;z-index:1;inset:0;content:""}
.user__heading span{color:var(--u-faint);font-weight:600}
.user__loc{color:var(--u-foreground-50);display:flex;align-items:center;margin-top:4px;font-size:.88rem;gap:6px}
.user__loc .marker svg{color:var(--u-primary);height:14px;width:14px}
.user__messaging{width:100%;color:#fdfefd;border-radius:var(--u-r-pill);gap:7px;z-index:2;justify-content:center;font-weight:700;position:relative;align-items:center;padding:9px 14px;background:linear-gradient(135deg,var(--u-primary),var(--u-red));margin-top:12px;transition:transform .16s ease,box-shadow .16s ease;box-shadow:var(--u-sd-sm);font-size:.9rem;display:inline-flex}
.user__messaging svg{height:16px;width:16px}
.user__messaging:hover{transform:translateY(-1px);box-shadow:var(--u-sd-md)}
.user-cols{gap:clamp(24px,4vw,52px);align-items:start;display:grid;margin-top:22px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.user-side{min-width:0}
.user-window{margin:0;position:relative;overflow:hidden;box-shadow:var(--u-sd-md);border-radius:var(--u-r-lg);background:linear-gradient(160deg,var(--u-rose-200),var(--u-lilac-deep))}
.user-window img{display:block;height:auto;aspect-ratio:4/5;object-fit:cover;width:100%}
.user-pager{border-radius:50%;display:grid;place-items:center;background:rgba(253,254,253,.94);transition:transform .15s ease,background .15s ease;color:var(--u-primary-hover);top:50%;height:44px;transform:translateY(-50%);width:44px;z-index:2;position:absolute;box-shadow:var(--u-sd-md);cursor:pointer;border:none}
.user-pager:hover{background:#fdfefd;transform:translateY(-50%) scale(1.07)}
.user-pager svg{height:22px;width:22px}
.user-back{left:12px}
.user-next{right:12px}
.user-track{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}
.user-cell{overflow:hidden;box-shadow:var(--u-sd-sm);aspect-ratio:3/4;transition:transform .15s ease,border-color .15s ease;padding:0;border:2px solid transparent;flex:0 0 auto;background:var(--u-paper-deep);width:72px;border-radius:var(--u-r-sm);cursor:pointer}
.user-cell img{object-fit:cover;height:100%;display:block;width:100%}
.user-cell:hover{transform:translateY(-2px)}
.user-cell.ticked{border-color:var(--u-primary)}
.user-drawer{top:96px;position:sticky}
.user-head{gap:12px;align-items:center;display:flex;flex-wrap:wrap;margin-top:14px}
.user-head .dot-pill{flex:none}
.user-tagline{font-family:var(--u-display);line-height:1.1;font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.user-tagline span{color:var(--u-faint);font-weight:600;font-size:.62em}
.user-small{color:var(--u-foreground-50);display:flex;font-size:1.02rem;gap:7px;align-items:center;margin-top:10px}
.user-small .marker svg{width:18px;height:18px;color:var(--u-primary)}
.user-small a{text-decoration:none;color:var(--u-primary-hover);transition:border-color .15s ease;border-bottom:1px solid transparent;font-weight:600}
.user-small a:hover{border-bottom-color:currentColor}
.user-stats{margin-top:16px;flex-wrap:wrap;gap:8px;display:flex}
.user-drawer .tagline{margin-top:18px}
.user-items{margin-top:24px;gap:12px;flex-wrap:wrap;display:flex}
ul{list-style:none;padding:0;margin:0}
.pic-ticked svg{stroke:none;fill:currentColor}
.credits{padding-top:22px;color:#a89daf;border-top:1px solid rgba(253,254,253,.08);font-size:.86rem;margin-top:34px}
.assets-items{margin-top:14px;display:grid;gap:10px}
.assets-items li{position:relative;color:var(--u-foreground);padding-left:24px}
.assets-items li::before{left:0;top:.5em;border-radius:50%;position:absolute;height:10px;width:10px;content:"";background:var(--u-red)}
.hour{display:flex;color:var(--u-foreground-50);gap:12px;justify-content:space-between;font-size:.9rem}
.main-menu{margin-left:auto;align-items:center;gap:8px;display:flex}
/* Fil d'Ariane robot placé dans l'article SEO : neutraliser les styles de liste de l'article (grille, retrait, puce). */
.editorial-zone .trail{display:flex}.editorial-zone .trail li{padding-left:0}.editorial-zone .trail li::before{display:none}
.trail li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--u-faint)}
.trail a{color:var(--u-foreground-50)}

.ask{background:#fdfefd;border-radius:var(--u-r-lg);box-shadow:var(--u-sd-md);border:1px solid rgba(253,254,253,.91);padding:clamp(24px,3vw,40px)}
.ask-cell{display:grid;gap:7px;margin-bottom:18px}
.ask-cell label{font-weight:700;font-size:.92rem}
.input-entry{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.input{width:100%;padding:13px 16px;border-radius:var(--u-r-sm);border:1.5px solid var(--u-rule);background:var(--u-paper-50);font-family:inherit;font-size:1rem;color:var(--u-foreground);transition:border-color .16s,box-shadow .16s}
.input:focus{outline:none;border-color:var(--u-primary);box-shadow:0 0 0 3px rgba(238,78,149,.15)}
textarea.input{min-height:140px;resize:vertical}
.ask-small{font-weight:700}
.ask-small--ticked{color:#2fad64}
.ask-small--off{color:var(--u-primary-hover)}

.browse-ask{margin:0 auto;display:flex;gap:12px;background:#fdfefd;padding:12px;border-radius:var(--u-r-pill);box-shadow:var(--u-sd-md);border:1px solid rgba(253,254,253,.91)}
.browse-ask .input{border:none;background:transparent;box-shadow:none;font-size:1.06rem}
.browse-ask .input:focus{box-shadow:none}
.browse-ask+.around{margin-top:40px}

.ask-frame{max-width:640px}
.ask-skeleton{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.skeleton{text-align:center;padding-block:clamp(60px,10vw,140px)}
.skeleton__num{font-family:var(--u-display);font-weight:800;font-size:clamp(6rem,20vw,13rem);line-height:.9}
.skeleton__part{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px}

@media (max-width:980px){
  .users-cols{grid-template-columns:repeat(3,1fr)}
  .user-cols{grid-template-columns:1fr}
  .user-window{width:100%;max-width:380px;justify-self:start}
  .user-drawer{position:static}
  .editorial,.about{grid-template-columns:1fr}
  .ground-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .main-menu{display:none}
  .nav-toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawer-mob,.menu-screen{display:none}
}
@media (max-width:600px){
  :root{--u-sy:clamp(30px,7vw,48px)}
  .ground-cols,.input-entry{grid-template-columns:1fr}
  .users-cols{grid-template-columns:repeat(2,1fr);gap:12px}
  .user__body{padding:16px 10px}
  .deal__zone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .deal__zone .ctl{width:100%;white-space:normal}
  .browse-ask{flex-direction:column;border-radius:var(--u-r-lg)}
  .browse-ask .ctl{width:100%}
  .zone--user{padding-top:0}
  .user-window img{aspect-ratio:1/1;max-height:46vh}
  .user-cols{margin-top:0}
  .user-drawer{display:flex;flex-direction:column;margin-top:14px}
  .user-head{order:1;margin-top:0}
  .user-small{order:2}
  .user-items{order:3;margin-top:16px;gap:10px}
  .user-items .ctl{flex:1 1 auto}
  .user-track{display:none}
  .user-stats{order:4}
  .user-drawer .tagline{order:5}
  .about-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .stat{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .stat-pic{width:34px;height:34px}
  .stat-copy{min-width:0}
  .stat-copy dd{font-size:.92rem;overflow-wrap:anywhere}
}
