:root{--color-background:#201a45;--color-surface:#2b2455;--color-surface-raised:#362e68;--color-border:#3e3675;--color-text:#f4efe6;--color-text-muted:#a79fd2;--color-accent:#ffb13d;--color-accent-press:#e89a28;--color-on-accent:#201a45;--color-accent-muted:#7a5a20;--color-success:#6bcf8e;--color-warning:#fbbf24;--color-danger:#ff6b6b;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--radius:20px;--radius-control:12px;--radius-pill:999px;color-scheme:dark}*,:after,:before{box-sizing:border-box}html{font-size:100%}body{margin:0;min-height:100dvh;background:var(--color-background);color:var(--color-text);font-family:var(--font-body),system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--color-accent)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.page{max-width:40rem;margin:0 auto;padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg);min-height:100svh}.page--entry,.page--message{min-height:100dvh;justify-content:center}.page--message{text-align:center}.page--message,.page--message .stack{align-items:center}.page--wide{max-width:72rem}.page--form,.page--wide{gap:var(--space-lg);padding-top:var(--space-lg)}.page--form{max-width:64rem}.form-columns>*{margin-bottom:var(--space-lg)}@media (min-width:56rem){.form-columns{column-width:26rem;column-gap:var(--space-lg)}.form-columns>*{page-break-inside:avoid;break-inside:avoid}}.stage-pair{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}@media (min-width:64rem){.stage-pair{grid-template-columns:1fr 1fr;align-items:start}}[hidden]{display:none!important}.stack{display:flex;flex-direction:column;gap:var(--space-md)}.row,.stack--tight{gap:var(--space-sm)}.row{display:flex;flex-wrap:wrap;align-items:center}.row--between{justify-content:space-between}.row--center{justify-content:center}.row--compact{gap:var(--space-xs)}.row--compact .btn{min-height:2.25rem;padding:.375rem .75rem;font-size:.9375rem}details.card:not([open]){padding:var(--space-sm) var(--space-lg)}details.card>summary{cursor:pointer}.grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr))}.grid--compact{grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr))}.grid--people{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(min(100%,15rem),1fr))}h1,h2,h3{font-family:var(--font-display),system-ui,sans-serif;font-weight:700;line-height:1.2;margin:0}h1{font-size:2rem}h2{font-size:1.375rem}h2,h3{font-weight:600}h3{font-size:1.0625rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.muted{color:var(--color-text-muted)}.small{font-size:.875rem}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;letter-spacing:.15em;overflow-wrap:anywhere}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.card--raised{background:var(--color-surface-raised);padding:var(--space-sm) var(--space-md);gap:var(--space-xs);border-radius:var(--radius-control)}.card--accent{border-color:var(--color-accent)}.card__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--color-border);margin-top:auto}.field{display:flex;flex-direction:column;gap:var(--space-xs)}.field>label{font-weight:600;font-size:.9375rem}input[type=datetime-local],input[type=email],input[type=number],input[type=text],select,textarea{font:inherit;color:var(--color-text);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-control);padding:.625rem .75rem;width:100%}textarea{resize:vertical;min-height:4.5rem}.btn{font:inherit;font-weight:600;cursor:pointer;border-radius:var(--radius-control);border:1px solid var(--color-border);background:var(--color-surface-raised);color:var(--color-text);padding:.625rem 1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);min-height:2.75rem}.btn:hover:not(:disabled){border-color:var(--color-text-muted)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-on-accent)}.btn--primary:active:not(:disabled){background:var(--color-accent-press);border-color:var(--color-accent-press)}.btn--danger{color:var(--color-danger)}.btn--ghost{background:transparent}.called-countdown{margin:0;display:flex;align-items:baseline;justify-content:center;gap:.375rem}.called-clock{font-family:var(--font-display),system-ui,sans-serif;font-size:1.75rem;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-accent)}.stage-instrument{color:var(--color-accent);font-size:.9375rem;font-weight:600}.btn--icon{width:2.25rem;min-width:2.25rem;min-height:2.25rem;padding:0;font-size:1.375rem;line-height:1;color:var(--color-text-muted)}.btn--icon:hover:not(:disabled){color:var(--color-danger);border-color:currentcolor}.btn--ok{color:var(--color-on-accent);background:var(--color-accent);border-color:var(--color-accent)}.btn--ok:hover:not(:disabled){color:var(--color-on-accent);background:var(--color-accent-press);border-color:var(--color-accent-press)}.btn--on{color:var(--color-accent);border-color:currentcolor}.btn--on:hover:not(:disabled){color:var(--color-accent-press)}.btn--large{font-size:1.125rem;padding:.875rem 1.5rem;min-height:3.25rem}.roster{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.roster__head,.roster__row{display:grid;align-items:center;grid-gap:var(--space-xs) var(--space-sm);gap:var(--space-xs) var(--space-sm);grid-template-columns:minmax(0,1.3fr) minmax(0,1.5fr) 4.5rem 4.5rem 5rem;grid-template-areas:"who inst sets time act"}.roster__head .roster__inst{color:inherit;font-size:inherit}.roster__head{padding:0 .5rem .125rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.roster__row{padding:.25rem .5rem;border-radius:var(--radius-control);background:var(--color-surface-raised)}.roster__row--away{opacity:.5}.roster__row--playing{opacity:.65;box-shadow:inset 3px 0 0 var(--color-success)}.roster__row--boosted{box-shadow:inset 3px 0 0 var(--color-accent)}.roster__who{grid-area:who;min-width:0}.roster__name{display:block}.roster__inst,.roster__name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster__inst{grid-area:inst;min-width:0;color:var(--color-accent);font-size:.875rem}.roster__num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.roster__sets{grid-area:sets}.roster__time{grid-area:time}.roster__act{grid-area:act;display:flex;gap:var(--space-xs);justify-content:flex-end}.roster__why{display:block;font-size:.75rem;color:var(--color-warning)}.roster-split{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:62rem){.roster-split{grid-template-columns:1fr 1fr;align-items:start}}@media (max-width:61.999rem){.roster-split .roster+.roster .roster__head{display:none}}.roster--signup .roster__head,.roster--signup .roster__row{grid-template-columns:minmax(0,1fr) minmax(0,1.6fr) 5rem;grid-template-areas:"who inst act";align-items:start}.roster--signup .roster__inst{white-space:normal;overflow:visible}.roster--signup .roster__inst,.roster--signup .roster__who{padding-top:.3125rem}.roster__level{color:var(--color-text-muted);font-weight:400}@media (max-width:44rem){.roster--signup .roster__row{grid-template-columns:minmax(0,1fr) 5rem;grid-template-areas:"who  act" "inst act"}.roster__head{display:none}.roster__row{grid-template-columns:minmax(0,1fr) 2.5rem 3.5rem 5rem;grid-template-areas:"who  sets time act" "inst inst inst act"}}.badge{display:inline-flex;align-items:center;gap:var(--space-xs);font-size:.8125rem;font-weight:600;padding:.1875rem .5rem;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-surface-raised);white-space:nowrap;max-width:100%}.badge--wrap{white-space:normal;text-align:left}.badge--success{color:var(--color-success);border-color:currentcolor}.badge--warning{color:var(--color-warning);border-color:currentcolor}.badge--danger{color:var(--color-danger);border-color:currentcolor}.badge--accent{color:var(--color-accent);border-color:currentcolor}.chip{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);cursor:pointer;min-height:2.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chip:has(input:checked){border-color:var(--color-accent);background:var(--color-accent-muted)}.chip input{accent-color:var(--color-accent);width:1.125rem;height:1.125rem}.notice{border-radius:var(--radius-control);padding:var(--space-md);border:1px solid var(--color-border);background:var(--color-surface-raised)}.notice--error{border-color:var(--color-danger);color:var(--color-danger)}.notice--success{border-color:var(--color-success);color:var(--color-success)}.timer{font-family:var(--font-display),system-ui,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:clamp(1.875rem,6vw,2.5rem);font-weight:700;line-height:1}.timer--warning{color:var(--color-warning)}.timer--over{color:var(--color-danger)}.board{height:100dvh;overflow:hidden;padding:clamp(.75rem,3vh,3rem) clamp(1.5rem,4vw,4rem);display:flex;flex-direction:column;gap:clamp(.5rem,2vh,2rem)}.board p{margin:0}.board__body{flex:1 1;min-height:0;display:flex;gap:clamp(1rem,3vw,3rem)}.board__body--waiting{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:clamp(.5rem,2vh,1.5rem);overflow:hidden}.board__body--live{align-items:stretch;justify-content:space-between}.board__qr{min-height:0;max-width:100%;object-fit:contain;border-radius:1rem;background:#fff}.board__qr-wrap{flex:1 1;min-height:0;width:100%;position:relative}.board__body--waiting .board__qr{position:absolute;inset:0;margin:auto;height:100%;width:auto;max-width:100%;object-fit:contain}.board__body--waiting .board__name{font-size:clamp(1.25rem,min(6vw,7vh),4rem)}.board__body--waiting .mono{line-height:1.25}.board__body--live .board__qr{width:max(min(22vh,22vw),200px);border-radius:.75rem}.board__honours{flex:1 1;width:100%;gap:clamp(.25rem,1.5vh,1rem)}.board__honours,.board__honours ul{min-height:0;display:flex;flex-direction:column;overflow:hidden}.board__honours ul{list-style:none;margin:0;padding:0;gap:clamp(.25rem,1.5vh,.75rem)}.board__stage{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:clamp(.25rem,1.5vh,1rem)}.board__body--calling .board__stage{justify-content:center}.board__body--calling .board__name{font-size:clamp(1.5rem,min(7vw,11vh),6rem)}.board__body--calling .board__instrument{font-size:clamp(1rem,min(3vw,4vh),2.25rem)}.board__stage ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(.25rem,1.5vh,1rem);min-height:0;overflow:hidden}.board>header{flex-wrap:nowrap;gap:var(--space-md)}.board>header>:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board>header>:last-child{white-space:nowrap;flex:0 0 auto}.board__message{flex:none;margin:0;color:var(--color-accent);font-size:clamp(1rem,3.2vh,2.25rem);font-weight:600;line-height:1.2;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.board__foot{margin-top:auto;display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);flex-wrap:nowrap}.board__foot>*{white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.board__sign{font-size:clamp(.625rem,1.2vh,.875rem);letter-spacing:.15em;opacity:.6}.board__aside{align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:var(--space-md)}.board__countdown{margin:0;display:flex;align-items:baseline;gap:.5rem}.board__clock{font-family:var(--font-display),system-ui,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:clamp(1.25rem,min(4vw,5vh),2.5rem);font-weight:700;line-height:1}.board__label{font-size:clamp(.75rem,min(2.5vw,3vh),1.5rem);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted)}.board__name{font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(1.5rem,min(7vw,9vh),4.5rem);font-weight:700;line-height:1.1}.board__instrument{font-size:clamp(.875rem,min(2.5vw,3.5vh),1.75rem);color:var(--color-accent)}.poster{background:#fff;color:#111;min-height:100dvh;gap:var(--space-lg);padding:var(--space-lg)}.poster,.poster__sheet{display:flex;flex-direction:column;align-items:center}.poster__sheet{width:min(100%,21cm);aspect-ratio:21/29.7;justify-content:center;text-align:center;gap:2vh;border:1px solid #ddd;padding:5%}.poster__logo{width:clamp(2rem,5vw,3.5rem);height:auto}.poster__kicker{margin:0;text-transform:uppercase;letter-spacing:.3em;font-size:clamp(.75rem,1.6vw,1rem);color:#666}.poster__title{margin:0;font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(1.5rem,5vw,3rem);line-height:1.1;color:#111}.poster__venue{margin:0;font-size:clamp(.875rem,2vw,1.25rem);color:#666}.poster__qr{width:min(52%,12cm);height:auto;padding:2%;background:#fff}.poster__scan{margin:0;font-size:clamp(1rem,2.5vw,1.5rem);color:#111}.poster__code{margin:0;font-family:ui-monospace,SF Mono,Menlo,monospace;letter-spacing:.3em;font-weight:700;font-size:clamp(1.75rem,6vw,3.5rem);color:#111}.poster__foot,.poster__url{margin:0;font-size:clamp(.75rem,1.6vw,1rem);color:#666}.poster__retour{width:100%;max-width:46rem;margin:0 auto var(--space-md)}@media print{.poster__print,.poster__retour{display:none}.poster{padding:0;min-height:auto}.poster__sheet{border:0;width:100%;height:100vh;aspect-ratio:auto}}.field-group{display:flex;flex-direction:column;gap:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-control);padding:var(--space-sm);margin:0}.field-group>legend{font-weight:600;font-size:.9375rem;padding:0 var(--space-xs)}.hint{font-size:.8125rem;color:var(--color-text-muted);margin:0}.hint--action{color:var(--color-accent);font-weight:600}.suggestions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;border:1px solid var(--color-border);border-radius:var(--radius-control);overflow:hidden}.suggestions>li>.btn{width:100%;justify-content:flex-start;text-align:left;border-radius:0;min-height:44px;padding:var(--space-xs) var(--space-sm);white-space:normal}.suggestions>li+li>.btn{border-top:1px solid var(--color-border)}.check{display:flex;align-items:flex-start;gap:var(--space-xs);font-size:.875rem;font-weight:400;cursor:pointer}.check>input[type=checkbox]{margin-top:.2em;flex:0 0 auto}.card--danger{border-color:var(--color-danger)}.card--danger>h2{color:var(--color-danger)}.suggestion{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%}.suggestion__name{font-weight:600}.suggestion__where{font-size:.8125rem;color:var(--color-text-muted);font-weight:400}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.stat{display:flex;flex-direction:column;gap:2px;padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-control)}.stat__value{font-size:1.75rem;font-weight:700;line-height:1.1}.stat__label{font-size:.875rem;font-weight:600}.stat__hint{font-size:.75rem;color:var(--color-text-muted)}.table-scroll{overflow-x:auto;max-width:100%}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table td,.table th{text-align:left;padding:var(--space-xs) var(--space-sm);border-bottom:1px solid var(--color-border);white-space:nowrap}.table th{font-weight:600;font-size:.8125rem;color:var(--color-text-muted)}.table td.limits{white-space:normal;max-width:30ch;display:flex;flex-wrap:wrap;gap:4px}.health{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-xs)}.health__item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:2px var(--space-sm);gap:2px var(--space-sm);padding:var(--space-xs) var(--space-sm);-webkit-border-start:3px solid var(--color-border);border-inline-start:3px solid var(--color-border);border-radius:0 var(--radius-control) var(--radius-control) 0;background:rgba(255,255,255,.02)}.health__item--attention{border-inline-start-color:var(--color-accent)}.health__item--alerte{border-inline-start-color:var(--color-danger)}.health__label{font-weight:600;font-size:.9375rem}.health__value{font-size:.875rem;text-align:right;white-space:nowrap}.health__item--attention>.health__value{color:var(--color-accent)}.health__item--alerte>.health__value{color:var(--color-danger)}.health__detail{grid-column:1/-1;font-size:.8125rem;color:var(--color-text-muted)}.breadcrumb{position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:var(--space-xs) 0;margin-bottom:var(--space-sm);background:var(--color-background);border-bottom:1px solid var(--color-border)}.breadcrumb>ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs);font-size:.875rem}.breadcrumb>ol>li+li:before{content:"›";-webkit-margin-end:var(--space-xs);margin-inline-end:var(--space-xs);color:var(--color-text-muted)}.breadcrumb a{color:var(--color-text-muted);text-decoration:none}.breadcrumb a:focus-visible,.breadcrumb a:hover{color:var(--color-text);text-decoration:underline}.breadcrumb [aria-current=page]{font-weight:600}.breadcrumb [aria-current=page],.breadcrumb a{display:inline-flex;align-items:center;gap:6px}.price{font-size:2rem;line-height:1.1;margin:var(--space-xs) 0 0}.plan-features{list-style:none;margin:var(--space-sm) 0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:.9375rem}.plan-features>li{display:flex;gap:6px}.plan-features>li:before{content:"✓";color:var(--color-accent);flex:0 0 auto}.plan-features>li.muted:before{content:"+";color:var(--color-text-muted)}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.landing>section:not(.hero):not(:first-of-type){animation:apparait-au-defilement linear both;animation-timeline:view();animation-range:entry 0 entry 35%}}}@keyframes apparait-au-defilement{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.landing{max-width:68rem;margin-inline:auto;position:relative;z-index:0}html:has(.landing){scroll-snap-type:y proximity}.landing>section{scroll-snap-align:start;scroll-margin-top:var(--space-lg)}.landing>section.hero:first-of-type{scroll-snap-align:none}.landing:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(60rem 40rem at 20% 12%,rgba(255,177,61,.16),transparent 62%),radial-gradient(48rem 36rem at 85% 58%,rgba(255,177,61,.1),transparent 60%),radial-gradient(52rem 44rem at 50% 105%,rgba(124,92,214,.18),transparent 65%);opacity:1}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:scroll()){.landing:before{animation:atmosphere-de-scene linear both;animation-timeline:scroll()}.landing{animation:salle-qui-se-rechauffe linear both;animation-timeline:scroll()}}}@keyframes atmosphere-de-scene{0%{transform:translateZ(0) scale(1);opacity:.85}50%{transform:translate3d(-2%,-3%,0) scale(1.08);opacity:1}to{transform:translate3d(2%,-6%,0) scale(1.04);opacity:.8}}@keyframes salle-qui-se-rechauffe{0%{background-color:transparent}55%{background-color:rgba(255,177,61,.04)}to{background-color:transparent}}.join-band{flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius)}.join-band,.join-band form{display:flex;align-items:center}.join-band form{gap:var(--space-xs);-webkit-margin-start:auto;margin-inline-start:auto}.join-band input{width:9rem}.hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);text-align:center;padding:var(--space-xl) var(--space-md)}.hero-title .hero-kicker{display:block;margin:0 0 .35rem;line-height:1.3}.hero-kicker{margin:0 0 -1rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted)}.demo-board{margin:var(--space-md) auto 0;width:100%;max-width:30rem}.demo-board__ecran{position:relative;background:color-mix(in srgb,var(--color-surface) 72%,black);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-md) var(--space-md) 3rem;box-shadow:0 16px 48px rgb(0 0 0/.35);text-align:start;transition:opacity .5s ease}.demo-board__ecran--fondu{opacity:.25}.demo-board__tete{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-sm)}.demo-board__titre{font-weight:700}.demo-board__compteur,.demo-board__instrument{color:var(--color-text-muted);font-size:.8125rem}.demo-board__bandeau{display:flex;align-items:baseline;gap:var(--space-sm);margin:0 0 var(--space-sm);min-height:1.4em;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent)}.demo-board__compte{-webkit-margin-start:auto;margin-inline-start:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-text);letter-spacing:.08em}.demo-board__noms{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.demo-board__nom{display:flex;justify-content:space-between;gap:var(--space-sm);font-weight:600;opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease,color .45s ease}.demo-board__nom--present{opacity:1;transform:translateY(0)}.demo-board__nom--appele{color:var(--color-accent)}.demo-board__nom--efface{opacity:.25}.demo-board__qr{position:absolute;right:var(--space-sm);bottom:var(--space-sm);color:var(--color-text-muted);opacity:.6;line-height:0}.demo-board__coulisses{margin-top:var(--space-sm);padding:var(--space-sm) var(--space-md);-webkit-border-start:3px solid color-mix(in srgb,var(--color-accent) 55%,transparent);border-inline-start:3px solid color-mix(in srgb,var(--color-accent) 55%,transparent);display:flex;flex-direction:column;gap:4px;text-align:start;transition:opacity .5s ease}.demo-board__coulisses-titre{margin:0;font-size:.6875rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted)}.demo-console{display:flex;flex-direction:column;gap:6px;min-height:10.5rem}.demo-console__section{margin:0;font-size:.8125rem;font-weight:600}.demo-console__ligne{margin:0;display:flex;justify-content:space-between;gap:var(--space-sm);font-size:.8125rem;opacity:0;transform:translateY(4px);transition:opacity .45s ease,transform .45s ease}.demo-console__ligne--choisie,.demo-console__ligne--la{opacity:1;transform:translateY(0)}.demo-console__ligne--choisie{font-weight:600}.demo-console__attente{color:var(--color-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.demo-console__boutons{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-xs)}.demo-console__btn{min-height:2rem;padding:.25rem .75rem;font-size:.8125rem;transition:transform .2s ease,filter .2s ease}.demo-console__btn--presse{transform:scale(.94);filter:brightness(1.25)}.demo-board__legende{display:block;text-align:center;margin-top:var(--space-xs)}.tv-accueil__code{font-size:clamp(3rem,12vw,7rem);letter-spacing:.35em;-webkit-margin-start:.35em;margin-inline-start:.35em}.tv-accueil__qr{width:clamp(120px,18vh,200px);height:auto;border-radius:.75rem}.hero-title{font-size:clamp(1.75rem,5vw,3rem);line-height:1.15;margin:0;max-width:20ch}.hero-sub{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--color-text-muted);margin:0;max-width:52ch}.etapes{list-style:none;padding:0;margin:0;display:grid;grid-gap:var(--space-md)}.etape,.etapes{gap:var(--space-md)}.etape{display:flex;align-items:flex-start}.etape-num{flex:0 0 auto;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-on-accent);font-weight:700}@media (min-width:48rem){.etapes{grid-template-columns:repeat(3,1fr)}}.ios-install{border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-md);background:var(--color-surface-raised);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.ios-install__title{margin:0;font-weight:700}.ios-install__steps{margin:0;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.ios-install__steps li{line-height:1.45}.ios-install__icon{display:inline-flex;vertical-align:-.3em;-webkit-margin-end:.35em;margin-inline-end:.35em;color:var(--color-accent)}.aide{display:inline-block;position:relative;vertical-align:middle;-webkit-margin-start:.4rem;margin-inline-start:.4rem}.aide__declencheur{list-style:none;cursor:pointer;display:inline-block;width:1.5rem;height:1.5rem;line-height:1.4rem;text-align:center;border:1px solid var(--color-border);border-radius:50%;color:var(--color-text-muted);font-size:.8125rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.aide__declencheur::-webkit-details-marker{display:none}.aide[open] .aide__declencheur,.aide__declencheur:focus-visible,.aide__declencheur:hover{color:var(--color-accent);border-color:currentcolor}.aide__panneau{position:absolute;z-index:20;top:calc(100% + .35rem);inset-inline-start:0;width:max(17rem,100%);max-width:min(23rem,78vw);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface-raised);box-shadow:0 8px 28px rgb(0 0 0/.3);color:var(--color-text);font-size:.875rem;font-weight:400;line-height:1.5;text-align:start}.field__entete{display:flex;align-items:center;gap:.35rem}h2:has(>.aide),h3:has(>.aide){display:flex;align-items:center;gap:.35rem}.field__entete>.aide,h2>.aide,h3>.aide{-webkit-margin-start:0;margin-inline-start:0;flex:0 0 auto}.aide--fin .aide__panneau{inset-inline-start:auto;inset-inline-end:0}.ios-install__code{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap;padding:var(--space-sm) var(--space-md);border:1px dashed var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.ios-install__code code{font-size:1.5rem;font-weight:700;letter-spacing:.18em;direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.soon{min-height:100dvh;display:grid;place-items:center;padding:var(--space-xl) var(--space-md);background:radial-gradient(120% 80% at 50% 118%,var(--color-accent-muted) 0,transparent 62%),var(--color-background)}.soon__inner{display:grid;justify-items:center;grid-gap:var(--space-lg);gap:var(--space-lg);text-align:center;max-width:34rem}.soon__eq{display:flex;align-items:flex-end;gap:.4rem;height:3.5rem}.soon__eq span{width:.45rem;border-radius:var(--radius-pill);background:var(--color-accent);animation:soon-bar 1.1s ease-in-out infinite alternate;height:40%}.soon__eq span:first-child{animation-duration:1.3s;height:35%}.soon__eq span:nth-child(2){animation-duration:.9s;height:70%}.soon__eq span:nth-child(3){animation-duration:1.5s;height:100%}.soon__eq span:nth-child(4){animation-duration:1s;height:60%}.soon__eq span:nth-child(5){animation-duration:1.2s;height:45%}@keyframes soon-bar{0%{height:18%}to{height:100%}}.soon__line{margin:0;font-size:clamp(1.9rem,7vw,3.25rem);line-height:1.1;font-weight:700;letter-spacing:-.02em}.soon__sub{margin:0;color:var(--color-text-muted);font-size:clamp(1rem,3vw,1.15rem)}@media (prefers-reduced-motion:reduce){.soon__eq span{animation:none}}[dir=rtl] .chip input,[dir=rtl] .field--check input{-webkit-margin-end:.4rem;margin-inline-end:.4rem}[dir=rtl] .mono{direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate;text-align:start}.board__marque{flex:1 1;justify-content:center;align-self:stretch;flex-shrink:999;min-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(.5rem,1.6vh,1.4rem);padding-block:clamp(.5rem,2vh,2rem);opacity:.85}.board__marque svg{width:auto;height:clamp(2.2rem,9vh,7.5rem)}.board__marque-kicker{margin:0;font-size:clamp(.75rem,1.9vh,1.6rem);font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.board__marque-tribanova{font-size:clamp(.8rem,2.1vh,1.7rem);opacity:.75;border-top:1px solid;padding-top:clamp(.4rem,1.4vh,1.1rem);margin:clamp(.2rem,.8vh,.6rem) 0 0}.board__marque-titre{margin:0;font-size:clamp(1.2rem,4.6vh,4rem);font-weight:700;letter-spacing:-.01em;line-height:1.05}.board__marque-sous{margin:0;font-size:clamp(.85rem,2.3vh,1.9rem);color:var(--color-text-muted,inherit);line-height:1.35}.row--boutons>form{display:contents}@media (max-width:44rem){.hero .row--compact,.landing__menu .row--compact,.row--boutons{width:100%;gap:var(--space-sm)}.hero .row--compact .btn,.landing__menu .row--compact .btn,.row--boutons .btn{flex:1 1 auto}}.grid>.card{display:flex;flex-direction:column}.grid>.card>.hint:last-child,.grid>.card>.row--boutons,.grid>.card>form:last-child,.grid>.card>p:last-child{margin-top:auto;padding-top:var(--space-sm,.75rem)}.hero-essai{margin:var(--space-sm,.75rem) 0;padding:var(--space-sm,.75rem) var(--space-md,1rem);-webkit-border-start:3px solid var(--color-accent);border-inline-start:3px solid var(--color-accent);background:color-mix(in srgb,var(--color-accent) 8%,transparent);border-radius:var(--radius);max-width:46rem}.landing__intro{align-items:center;text-align:center}.landing .hero{padding-top:var(--space-lg);min-height:max(58svh,20rem);justify-content:center}.landing .hero-sub,.landing .hint,.landing h2{text-align:center}.landing .plan-features:not(footer *),.landing li:not(footer li),.landing p:not(.hero-sub):not(.hint):not(.hero-essai):not(.hero-kicker):not(footer p){text-align:start}.hero-essai-titre{margin:0 0 var(--space-xs,.4rem);font-size:clamp(1.05rem,2.4vw,1.4rem)}.hero-essai-titre strong{color:var(--color-accent);font-size:1.35em}.hero-essai-liste{margin:0;-webkit-padding-start:1.1rem;padding-inline-start:1.1rem;display:flex;flex-direction:column;gap:.25rem;font-size:.95rem}.page>footer{margin-top:auto;padding-top:var(--space-lg,1.5rem);border-top:1px solid var(--color-border)}.page>footer>p{margin-top:var(--space-xs,.4rem)}.menu-profil{position:fixed;top:var(--space-sm,.75rem);inset-inline-end:var(--space-sm,.75rem);z-index:40}.menu-profil>summary{list-style:none;cursor:pointer}.menu-profil>summary::-webkit-details-marker{display:none}.menu-profil__cercle{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-accent,#d4a24c);color:var(--color-bg,#111);font-weight:700;font-size:.9rem;box-shadow:0 0 0 2px var(--color-bg,#111)}.menu-profil__liste{position:absolute;inset-inline-end:0;margin-top:var(--space-xs,.4rem);min-width:12rem;display:flex;flex-direction:column;gap:.15rem;padding:var(--space-sm,.75rem);border:1px solid var(--color-border,#444);border-radius:var(--radius,.6rem);background:var(--color-surface,#1c1c1c);box-shadow:0 8px 24px rgb(0 0 0/35%)}.menu-profil__nom{margin:0 0 var(--space-xs,.4rem);padding-bottom:var(--space-xs,.4rem);border-bottom:1px solid var(--color-border,#444);font-weight:600}.menu-profil__liste a,.menu-profil__liste button{display:block;width:100%;padding:.4rem .5rem;border:0;border-radius:var(--radius-sm,.35rem);background:none;color:inherit;font:inherit;text-align:start;text-decoration:none;cursor:pointer}.menu-profil__liste a:hover,.menu-profil__liste button:hover{background:var(--color-bg,#111)}.champ-adresse{position:relative}.champ-adresse__liste{position:absolute;top:calc(100% + .25rem);inset-inline:0;z-index:30;max-height:16rem;overflow-y:auto;padding:.25rem;border:1px solid var(--color-border,#444);border-radius:var(--radius,.6rem);background:var(--color-surface,#1c1c1c);box-shadow:0 8px 24px rgb(0 0 0/35%)}.landing{gap:var(--space-xl)}.landing__menu{flex-wrap:wrap;gap:var(--space-sm,.75rem);margin-bottom:var(--space-lg,1.5rem)}.landing>.hero:first-of-type{padding-top:var(--space-sm);min-height:0;justify-content:flex-start}.price-per-night{margin:0;font-weight:600;color:var(--color-accent,#d8b25a)}.btn--actif{color:var(--color-accent);border-color:var(--color-accent);font-weight:600}.pilote{flex-direction:column}.pilote,.pilote__head{display:flex;gap:var(--space-sm)}.pilote__head{flex-wrap:wrap;align-items:center}.pilote__title{margin:0;font-size:1rem}.pilote__phase{margin:0;font-size:1.125rem;font-weight:600}.pilote__suggestion-title{margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.04em;opacity:.7}.pilote__suggestions{margin:0;-webkit-padding-start:1.2em;padding-inline-start:1.2em;display:flex;flex-direction:column;gap:.25rem}.board__pilote-notice{margin:0 auto var(--space-sm);max-width:90ch;padding:0 var(--space-md);text-align:center;font-size:.95rem;line-height:1.4;opacity:.55}.pilote__avenir{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.2rem}.pilote__avenir li{display:flex;justify-content:space-between;gap:var(--space-sm);font-size:.9rem}.pilote__avenir li:first-child{font-weight:600}.pilote__avenir li:not(:first-child){opacity:.6}.pilote__journal{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.3rem;max-height:14rem;overflow-y:auto;font-size:.9rem}.pilote__journal-action{display:inline-block;-webkit-margin-start:.4rem;margin-inline-start:.4rem;padding:.05rem .4rem;border-radius:999px;border:1px solid;font-size:.8rem;opacity:.85}.pilote__signal{position:relative;display:flex;align-items:flex-end;gap:1px;height:3.5rem;padding:2px;border-radius:var(--radius-sm,6px);background:color-mix(in srgb,currentColor 6%,transparent);overflow:hidden}.pilote__signal-barre{flex:1 1;min-width:1px;border-radius:1px;background:color-mix(in srgb,currentColor 30%,transparent)}.pilote__signal-barre.is-live{background:var(--accent,currentColor)}.pilote__signal-seuil{position:absolute;inset-inline:0;height:0;border-top:1px dashed color-mix(in srgb,currentColor 55%,transparent);pointer-events:none}.pilote__signal-legende{margin:.15rem 0 0}.pilote__attente{border:1px solid color-mix(in srgb,currentColor 35%,transparent);border-radius:var(--radius-sm,6px);padding:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-xs,.4rem)}.pilote__attente-titre{margin:0;font-weight:600}.board__merci{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);text-align:center}.board__merci-titre{margin:0;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1}.board__merci-noms{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.2rem}.pilote__switch{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;cursor:pointer}.pilote__debug>summary{cursor:pointer;font-size:.85rem;opacity:.7;padding:.2rem 0}.pilote__debug[open]{display:flex;flex-direction:column;gap:var(--space-sm)}.pilote__beta{padding:.1rem .5rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7c3aed;border:1px solid #7c3aed;background:color-mix(in srgb,#7c3aed 12%,transparent)}.landing__pilote{border:1px solid color-mix(in srgb,#7c3aed 45%,transparent)}.landing__pilote-kicker{margin:0}.beat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-md);padding-block:var(--space-lg)}.beat-title{margin:0;font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(1.8rem,6.5vw,2.8rem);line-height:1.08;letter-spacing:-.01em}.beat>.muted{max-width:34ch}.beat-qr{border-radius:var(--radius)}.schema{display:block;width:100%;max-width:420px;height:auto;margin-inline:auto;font-family:var(--font-body),system-ui,sans-serif}