:root,:root[data-theme=dark]{--bg:#0a0e12;--bg-elev:#0e141a;--surface-1:#12171e;--surface-2:#1a212a;--surface-3:#232d38;--border:#263039;--border-strong:#384451;--text:#e9edf2;--text-dim:#98a4b2;--text-faint:#64707e;--on-accent:#04110f;--teal:#2dd4bf;--teal-strong:#14b8a6;--teal-ghost:#2dd4bf1f;--brand-red:#e8452e;--chrono-violet:#b46bff;--chrono-green:#22c55e;--chrono-amber:#f5a524;--chrono-red:#e8452e;--p-respiration:#2dd4bf;--p-imagerie:#b46bff;--p-cognitif:#4aa8ff;--p-physique:#f5a524;--p-sommeil:#7c83ff;--p-vision:#38d39f;--p-nutrition:#ff8a5c;--shadow-1:0 1px 2px #0006;--shadow-2:0 6px 24px #00000073;--ring:#2dd4bf8c}:root[data-theme=light]{--bg:#f0f0f3;--bg-elev:#f6f6f9;--surface-1:#fff;--surface-2:#f6f7f9;--surface-3:#eceef2;--border:#dcdce6;--border-strong:#c4c6d2;--text:#060a0e;--text-dim:#55606e;--text-faint:#8a94a2;--on-accent:#04110f;--teal:#0d9488;--teal-strong:#0f766e;--teal-ghost:#0d94881a;--brand-red:#e8452e;--chrono-violet:#8b3ff0;--chrono-green:#16a34a;--chrono-amber:#d97706;--chrono-red:#e8452e;--shadow-1:0 1px 2px #1418210f;--shadow-2:0 8px 28px #1418211a;--ring:#0d948880}:root{--radius-sm:9px;--radius:14px;--radius-lg:20px;--radius-pill:999px;--font-display:var(--font-archivo,"Archivo", system-ui, sans-serif);--font-body:var(--font-spectral,"Spectral", Georgia, serif);--font-mono:var(--font-jetbrains,"JetBrains Mono", ui-monospace, monospace);--tap:48px;--header-h:56px;--tabbar-h:56px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;background:var(--bg-elev)}body{min-height:var(--app-height,100svh);background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.01em;font-weight:700;line-height:1.15}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.05rem}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}img,svg{max-width:100%;display:block}ul{padding:0;list-style:none}.mono,.chrono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.eyebrow{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-size:.68rem;font-weight:600}.text-dim{color:var(--text-dim)}.text-faint{color:var(--text-faint)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{height:var(--app-height,100svh);flex-direction:column;display:flex;overflow:hidden}.app-main{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;width:100%;min-height:0;overflow-y:auto}.app-main-inner{width:100%;max-width:760px;padding:16px max(16px, env(safe-area-inset-right)) 24px max(16px, env(safe-area-inset-left));margin:0 auto}.stack{flex-direction:column;gap:16px;display:flex}.stack-sm{flex-direction:column;gap:8px;display:flex}.row{align-items:center;gap:10px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:10px;display:flex}.wrap{flex-wrap:wrap}.grow{flex:1}.app-header{min-height:calc(var(--header-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));background:var(--bg);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:12px;display:flex}.app-header .brand{align-items:center;gap:9px;min-width:0;display:flex}.app-header .brand-logo{flex:none;width:26px;height:26px}.app-header .brand-name{font-family:var(--font-display);letter-spacing:-.01em;white-space:nowrap;font-size:.98rem;font-weight:700}.app-header .brand-name span{color:var(--brand-red)}.btn{min-height:var(--tap);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-2);color:var(--text);font-family:var(--font-display);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.92rem;font-weight:600;transition:background .16s,border-color .16s,transform 60ms;display:inline-flex}.btn-launch{min-width:108px}.btn:hover{border-color:var(--teal)}.btn:active{transform:scale(.985)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn:disabled:hover{border-color:var(--border-strong);background:var(--surface-2)}.btn-primary:disabled:hover{background:var(--teal);border-color:var(--teal)}.btn-primary{background:var(--teal);border-color:var(--teal);color:var(--on-accent)}.btn-primary:hover{background:var(--teal-strong);border-color:var(--teal-strong)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-2);border-color:var(--border)}.btn-danger{border-color:var(--brand-red);color:var(--brand-red);background:0 0}.btn-danger:hover{background:var(--brand-red);color:#fff}.btn-icon{min-height:var(--tap);min-width:var(--tap);border-radius:var(--radius);padding:0}.btn-block{width:100%}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-1);padding:16px}.card-pad-lg{padding:20px}.card-title{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.card-accent{border-left:3px solid var(--teal)}.tag{border:1px solid var(--border-strong);border-radius:var(--radius-pill);font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);align-items:center;gap:6px;padding:4px 10px;font-size:.66rem;font-weight:600;display:inline-flex}.tag .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.tag-violet{color:var(--chrono-violet);border-color:color-mix(in srgb, var(--chrono-violet) 45%, transparent)}.tag-green{color:var(--chrono-green);border-color:color-mix(in srgb, var(--chrono-green) 45%, transparent)}.tag-amber{color:var(--chrono-amber);border-color:color-mix(in srgb, var(--chrono-amber) 45%, transparent)}.tag-red{color:var(--chrono-red);border-color:color-mix(in srgb, var(--chrono-red) 45%, transparent)}.tag-teal{color:var(--teal);border-color:color-mix(in srgb, var(--teal) 45%, transparent)}.pilier-badge{font-family:var(--font-display);color:var(--text-dim);align-items:center;gap:7px;font-size:.72rem;font-weight:600;display:inline-flex}.pilier-badge .swatch{background:var(--swatch,var(--teal));border-radius:3px;width:9px;height:9px}.source-ref{border:1px dashed var(--border-strong);border-radius:var(--radius-pill);min-height:32px;color:var(--text-dim);font-family:var(--font-display);white-space:nowrap;cursor:pointer;background:0 0;flex:none;align-items:center;gap:5px;padding:0 10px;font-size:.72rem;font-weight:500;display:inline-flex}.source-ref:hover{color:var(--teal);border-color:var(--teal)}.source-ref-fixed{justify-content:center;min-width:120px}.metric{flex-direction:column;gap:2px;display:flex}.metric .metric-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.4rem;font-weight:700;line-height:1}.metric .metric-unit{font-family:var(--font-mono);color:var(--text-dim);font-size:1rem}.metric .metric-label{color:var(--text-dim);font-size:.8rem}.cadran{flex-direction:column;align-items:center;gap:16px;display:flex}.cadran-gauge{aspect-ratio:1;width:216px;max-width:66vw;position:relative}.cadran-gauge svg{width:100%;height:100%;display:block;overflow:visible}.cadran-track{stroke:var(--surface-3)}.cadran-value{transition:stroke-dasharray .8s cubic-bezier(.22,1,.36,1)}.cadran-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.cadran-score{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.03em;font-size:3.6rem;font-weight:700;line-height:1}.cadran-score-vide{color:var(--text-faint)}.cadran-max{font-family:var(--font-mono);color:var(--text-faint);margin-top:4px;font-size:.85rem}.cadran-msg{color:var(--text-dim);text-align:center;max-width:32ch;font-size:.96rem}.cadran-indics{gap:8px;width:100%;display:flex}.cadran-indic{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;flex:1;align-items:center;gap:3px;min-width:0;padding:10px 6px;display:flex}.cadran-indic-val{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.cadran-indic-lab{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;text-align:center;font-size:.68rem}.cadran-echeance{color:var(--text-dim);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:.9rem;display:flex}.cadran-echeance-j{color:var(--text);font-weight:700}.cadran-action{margin-top:16px}.cadran-reserve{text-align:center;margin-top:12px;font-size:.76rem}.stat-hero{flex-direction:column;gap:2px;padding:2px 0 8px;display:flex}.stat-hero-top{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.stat-hero-val{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.8rem;font-weight:700;line-height:1}.stat-hero-unit{font-family:var(--font-mono);color:var(--text-dim);font-size:1rem}.stat-hero-lab{color:var(--text-dim);font-size:.82rem}.chrono-badge{align-self:center}.heat-wrap{flex-direction:column;gap:10px;display:flex}.heat-mois{padding-left:26px;display:flex}.heat-mois-lab{width:17px;color:var(--text-faint);white-space:nowrap;flex:none;font-size:.64rem;overflow:visible}.heat-corps{gap:4px;display:flex}.heat-jours{flex-direction:column;flex:none;gap:3px;width:22px;display:flex}.heat-jour-lab{height:14px;color:var(--text-faint);font-size:.6rem;line-height:14px}.heat-grille{gap:3px;padding-bottom:2px;display:flex;overflow-x:auto}.heat-col{flex-direction:column;flex:none;gap:3px;display:flex}.heat-cell{background:var(--surface-2);border:1px solid #80808012;border-radius:3px;flex:none;width:14px;height:14px}.heat-cell[data-niveau="1"]{background:color-mix(in srgb, var(--teal) 28%, var(--surface-2))}.heat-cell[data-niveau="2"]{background:color-mix(in srgb, var(--teal) 52%, var(--surface-1))}.heat-cell[data-niveau="3"]{background:color-mix(in srgb, var(--teal) 76%, transparent)}.heat-cell[data-niveau="4"]{background:var(--teal);border-color:#0000}.heat-cell-vide{background:0 0;border-color:#0000}.heat-legende{color:var(--text-faint);justify-content:flex-end;align-items:center;gap:4px;font-size:.68rem;display:flex}.frise{flex-direction:column;gap:8px;display:flex}.frise-mois{display:flex}.frise-mois-lab{min-width:22px;color:var(--text-faint);white-space:nowrap;flex:1 1 0;font-size:.62rem;overflow:visible}.frise-band{gap:2px;padding-bottom:2px;display:flex;overflow-x:auto}.frise-sem{flex-direction:column;flex:1 1 0;min-width:22px;display:flex}.frise-jalon{justify-content:center;align-items:center;height:16px;display:flex}.frise-flag{color:var(--chrono-violet);font-size:.82rem;line-height:1}.frise-auj-dot{background:var(--teal);border-radius:50%;width:6px;height:6px}.frise-bar{border-radius:3px;height:30px}.frise-sem-courante .frise-bar{outline:2px solid var(--text);outline-offset:1px}.frise-legende{flex-wrap:wrap;gap:10px;margin-top:2px;display:flex}.frise-leg-item{color:var(--text-dim);align-items:center;gap:5px;font-size:.72rem;display:inline-flex}.frise-leg-dot{border-radius:3px;flex:none;width:10px;height:10px}.frise-flag-leg{font-size:.82rem}.pilier-icon-tile{border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.schema-2020{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:14px;padding:12px 14px;display:flex}.schema-oeil{flex:none;width:58px;height:auto}.schema-oeil path,.schema-oeil circle{fill:none;stroke:var(--p-vision);stroke-width:2px}.schema-oeil .schema-oeil-pupille{fill:var(--p-vision);stroke:none}.schema-2020-regle{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.schema-2020-etape{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.schema-2020-nombre{font-family:var(--font-mono);color:var(--p-vision);font-size:1.4rem;font-weight:700}.schema-2020-unite{color:var(--text-dim);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem}.schema-2020-texte{color:var(--text-faint);font-size:.74rem}.schema-2020-fleche{color:var(--text-faint);font-size:1rem}.schema-corps{align-items:center;gap:18px;padding:12px 4px;display:flex}.schema-corps-svg{flex:none;width:84px;height:auto}.schema-corps .corps-trait circle,.schema-corps .corps-trait path{fill:none;stroke:var(--text-faint);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.schema-corps .corps-zones circle{fill:color-mix(in srgb, var(--p-physique) 30%, transparent);stroke:var(--p-physique);stroke-width:2px}.schema-corps-legende{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.schema-corps-legende li{color:var(--text-dim);align-items:center;gap:8px;font-size:.86rem;display:flex}.corps-dot{background:color-mix(in srgb, var(--p-physique) 30%, transparent);border:2px solid var(--p-physique);border-radius:50%;flex:none;width:10px;height:10px}.dosage{background:var(--surface-3);border-radius:999px;height:8px;overflow:hidden}.dosage-fill{border-radius:999px;height:100%;transition:width .5s cubic-bezier(.22,1,.36,1)}.video-embed{aspect-ratio:16/9;border-radius:var(--radius);background:#000;width:100%;position:relative;overflow:hidden}.video-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.empty-state{border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-1);flex-direction:column;align-items:flex-start;gap:10px;padding:22px;display:flex}.empty-state h3{font-size:1rem}.empty-state p{color:var(--text-dim);max-width:46ch;font-size:.92rem}.sheet-backdrop{z-index:60;background:#00000080;justify-content:center;align-items:flex-end;animation:.16s fade-in;display:flex;position:fixed;inset:0}.sheet{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:720px;max-height:82dvh;padding:8px 18px calc(18px + env(safe-area-inset-bottom));box-shadow:var(--shadow-2);border-bottom:none;animation:.22s cubic-bezier(.2,.8,.2,1) sheet-up;overflow-y:auto}.sheet-handle{background:var(--border-strong);border-radius:2px;width:40px;height:4px;margin:8px auto 14px}.sheet-header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.tabbar{background:var(--bg-elev);border-top:1px solid var(--border);flex:none;display:flex}.tabbar-item{min-height:var(--tap);color:var(--text-faint);font-family:var(--font-display);letter-spacing:.02em;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.64rem;font-weight:600;display:flex;position:relative}.tabbar-item svg{width:22px;height:22px}.tabbar-item[aria-current=page]{color:var(--teal)}.tabbar-item[aria-current=page]:before{content:"";background:var(--teal);border-radius:2px;width:26px;height:2px;position:absolute;top:0}.session-arc{align-items:stretch;gap:6px;display:flex}.session-arc .seg{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);flex-direction:column;flex:1;gap:4px;padding:10px 12px;display:flex;position:relative}.session-arc .seg .seg-label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);font-size:.62rem;font-weight:700}.session-arc .seg .seg-desc{color:var(--text-dim);font-size:.78rem}.session-arc .seg[data-state=done]{border-color:var(--teal);background:var(--teal-ghost)}.session-arc .seg[data-state=done] .seg-label{color:var(--teal)}.session-arc .seg[data-state=active]{border-color:var(--chrono-amber)}.session-arc .seg[data-state=active] .seg-label{color:var(--chrono-amber)}.reserve{border-left:3px solid var(--chrono-amber);background:color-mix(in srgb, var(--chrono-amber) 8%, var(--surface-1));border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-dim);padding:12px 14px;font-size:.86rem}.divider{background:var(--border);border:none;height:1px}.list-lines>*+*{border-top:1px solid var(--border)}.list-lines>*{padding:12px 0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{opacity:.6;transform:translateY(12%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.immersive{min-height:var(--app-height,100svh)}.onboarding{min-height:var(--app-height,100svh);flex-direction:column;max-width:640px;margin:0 auto;display:flex}.onboarding-top{padding:calc(16px + env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 16px max(16px, env(safe-area-inset-left));align-items:center;gap:14px;display:flex}.onboarding-skip{font-family:var(--font-display);color:var(--text-dim);font-size:.82rem;font-weight:600}.onboarding-content{flex:1;padding:4px 16px 20px;overflow-y:auto}.onboarding-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb, var(--bg) 90%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;gap:12px;display:flex;position:sticky;bottom:0}.stepper{flex:1;gap:6px;display:flex}.stepper-seg{background:var(--surface-3);border-radius:2px;flex:1;height:4px;transition:background .2s}.stepper-seg[data-state=active]{background:var(--teal);opacity:.55}.stepper-seg[data-state=done]{background:var(--teal)}.choice-grid{flex-direction:column;gap:10px;display:flex}.choice-card{text-align:left;width:100%;min-height:var(--tap);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:center;gap:12px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.choice-card:hover{border-color:var(--border-strong)}.choice-card[data-selected]{border-color:var(--teal);background:var(--teal-ghost)}.choice-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.choice-line{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.choice-title{font-family:var(--font-display);font-size:1rem;font-weight:600}.choice-meta{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);font-size:.64rem;font-weight:600}.choice-desc{color:var(--text-dim);font-size:.86rem}.choice-check{border:1px solid var(--border-strong);color:#0000;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.choice-card[data-selected] .choice-check{background:var(--teal);border-color:var(--teal);color:var(--on-accent)}.choice-card-photo{align-items:flex-end;min-height:128px;position:relative;overflow:hidden}.choice-photo{z-index:0;display:block;position:absolute;inset:0}.photo-rot-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .9s;position:absolute;inset:0}.photo-rot-img[data-active]{opacity:1}.choice-scrim{z-index:1;background:linear-gradient(#06090c1f 0%,#06090c80 55%,#06090ce6 100%);position:absolute;inset:0}.choice-card-photo .choice-main,.choice-card-photo .choice-check{z-index:2;position:relative}.choice-card-photo .choice-title{color:#fff}.choice-card-photo .choice-meta{color:#ffffffb8}.choice-card-photo .choice-desc{color:#ffffffdb}.choice-card-photo .choice-check{border-color:#ffffff8c}.choice-card-photo[data-selected]{box-shadow:inset 0 0 0 2px var(--teal)}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field label{font-family:var(--font-display);font-size:.9rem;font-weight:600}.input{width:100%;min-width:0;max-width:100%;min-height:var(--tap);background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text);font:inherit;padding:0 14px}input[type=time].input,input[type=date].input,input[type=number].input{appearance:none;box-sizing:border-box}.range{width:100%;height:40px;accent-color:var(--teal)}.textarea{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius);width:100%;min-height:60px;color:var(--text);font:inherit;resize:vertical;padding:12px 14px}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border-strong);background:var(--surface-2);min-height:40px;color:var(--text);border-radius:var(--radius-pill);font-family:var(--font-display);cursor:pointer;padding:0 14px;font-size:.85rem;font-weight:600;transition:background .12s,border-color .12s,color .12s}.chip:hover{border-color:var(--teal)}.chip[data-active]{background:var(--teal);border-color:var(--teal);color:var(--on-accent)}.consent{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1);cursor:pointer;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.9rem;display:flex}.consent input{width:18px;height:18px;accent-color:var(--teal);flex:none;margin-top:3px}.install-card{border:1px solid var(--teal);background:var(--teal-ghost);border-radius:var(--radius);flex-direction:column;gap:12px;padding:16px;display:flex;position:relative}.install-close{width:32px;height:32px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px}.install-close:hover{background:var(--surface-2);color:var(--text)}.install-body{align-items:center;gap:12px;padding-right:28px;display:flex}.install-icon{border:1px solid var(--border-strong);background:#0a0e12;border-radius:12px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.install-ios{color:var(--text-dim);font-size:.86rem;line-height:1.6}.install-inline-icon{vertical-align:-3px;margin:0 1px;display:inline}.prog-item{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);gap:12px;padding:14px;display:flex}.prog-swatch{border-radius:3px;flex:none;align-self:stretch;width:6px}.prog-dose{color:var(--teal);margin-top:2px;font-size:.82rem;display:block}.prog-just{color:var(--text-dim);margin-top:6px;font-size:.85rem}.apercu-synthese{border:1px solid var(--teal);background:var(--teal-ghost);border-radius:var(--radius);padding:16px}.btn-sm{border-radius:var(--radius-sm);min-height:36px;padding:0 12px;font-size:.82rem}.switch{border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:var(--surface-3);cursor:pointer;flex:none;width:46px;height:28px;transition:background .15s,border-color .15s;position:relative}.switch[data-on]{background:var(--teal);border-color:var(--teal)}.switch:disabled{opacity:.4;cursor:not-allowed}.switch-knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .15s;position:absolute;top:2px;left:2px}.switch[data-on] .switch-knob{transform:translate(18px)}.setting-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.setting-row+.setting-row{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.setting-row .setting-label{font-family:var(--font-display);font-weight:600}.setting-row .setting-desc{color:var(--text-dim);margin-top:2px;font-size:.82rem}.checkin-done{background:var(--teal);width:30px;height:30px;color:var(--on-accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.objectif-boucle{border-left:3px solid var(--teal);background:var(--teal-ghost);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-top:12px;padding:12px 14px}.objectif-boucle p{margin-top:4px;font-size:1.02rem;font-style:italic}.planb{border-left:3px solid var(--chrono-amber);background:color-mix(in srgb, var(--chrono-amber) 8%, var(--surface-1));border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-top:14px;padding:14px}.planb ol{counter-reset:none}.terme{color:inherit;font:inherit;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);text-underline-offset:3px;background:0 0;border:none;padding:0;display:inline}.terme:hover{color:var(--teal)}.mot-declencheur{text-align:center;font-family:var(--font-display);letter-spacing:.02em;color:var(--teal);border:1px solid var(--teal);background:var(--teal-ghost);border-radius:var(--radius);padding:18px;font-size:1.8rem;font-weight:700}.hud{min-height:var(--app-height,100svh);max-width:620px;padding:calc(12px + env(safe-area-inset-top)) max(16px, env(safe-area-inset-left)) calc(16px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right));flex-direction:column;margin:0 auto;display:flex}.hud-top{min-height:var(--tap);align-items:center;gap:10px;display:flex}.hud-mot{font-family:var(--font-display);color:var(--teal);font-size:.95rem;font-weight:600}.hud-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.hud-objectif{font-family:var(--font-display);letter-spacing:-.01em;max-width:16ch;font-size:clamp(1.8rem,7vw,2.8rem);font-weight:700;line-height:1.1}.hud-timer{margin:12px 0}.hud-note{text-align:center;border-radius:var(--radius);background:var(--teal-ghost);border:1px solid var(--teal);color:var(--text);margin-bottom:12px;padding:12px 14px;font-size:.95rem;animation:.16s fade-in}.hud-raccourcis{gap:10px;display:flex}.hud-btn{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-2);min-height:76px;color:var(--text);font-family:var(--font-display);cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.hud-btn:hover{border-color:var(--teal)}.hud-btn:active{transform:scale(.98)}.echeance-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1);align-items:center;gap:12px;padding:10px 12px;display:flex}.echeance-jours{text-align:center;border-radius:var(--radius-sm);background:var(--surface-3);min-width:84px;color:var(--text-dim);flex:none;padding:6px 8px;font-size:.78rem;font-weight:700}.echeance-jours[data-proche]{background:color-mix(in srgb, var(--chrono-amber) 20%, var(--surface-3));color:var(--chrono-amber)}.phase-bandeau{border-left:3px solid var(--teal);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface-2);padding:10px 14px}.affutage-bandeau{border-left:3px solid var(--chrono-amber);background:color-mix(in srgb, var(--chrono-amber) 8%, var(--surface-1));border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-top:12px;padding:12px 14px}.microcycle{gap:6px;display:flex}.micro-jour{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);flex-direction:column;flex:1;align-items:center;gap:6px;padding:8px 4px;display:flex}.micro-j{font-family:var(--font-display);color:var(--text-dim);font-size:.68rem;font-weight:700}.micro-dot{background:var(--border-strong);border-radius:50%;width:10px;height:10px}.micro-dot[data-type=charge],.micro-jour[data-type=charge] .micro-dot{background:var(--teal)}.micro-dot[data-type=allegement],.micro-jour[data-type=allegement] .micro-dot{background:var(--chrono-amber)}.micro-dot[data-type=repos],.micro-jour[data-type=repos] .micro-dot{background:var(--border-strong)}.micro-dot[data-type=debrief],.micro-jour[data-type=debrief] .micro-dot{background:var(--chrono-violet)}.micro-legende{color:var(--text-dim);align-items:center;gap:6px;font-size:.74rem;display:inline-flex}.allegement{border:1px solid var(--chrono-amber);background:color-mix(in srgb, var(--chrono-amber) 8%, var(--surface-1));border-radius:var(--radius);padding:12px 14px}.insight{border-left:3px solid var(--teal);background:color-mix(in srgb, var(--teal) 7%, var(--surface-1));border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:12px 14px}.insight+.insight{margin-top:10px}.insight-constat{color:var(--text-dim);font-size:.92rem}.insight-action{font-family:var(--font-display);margin-top:6px;font-size:.95rem;font-weight:600}.insight-stat{color:var(--text-faint);margin-top:8px;font-size:.74rem}.licence-badge{background:var(--surface-1);font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border:1px solid;border-radius:999px;flex:none;align-items:center;gap:8px;padding:7px 13px;font-size:.86rem;font-weight:700;display:inline-flex}.licence-badge-sm{padding:4px 10px;font-size:.74rem}.licence-badge-puce{border-radius:50%;flex:none;width:7px;height:7px}.rating-comp+.rating-comp{margin-top:14px}.ghost-ligne+.ghost-ligne{border-top:1px solid var(--border);padding-top:10px}.jour-j{border:1px solid var(--chrono-violet);background:color-mix(in srgb, var(--chrono-violet) 9%, var(--surface-1));border-radius:var(--radius);padding:14px}.jour-j-libelle{font-family:var(--font-display);margin-top:2px;font-size:1.15rem;font-weight:700}.jour-j-rebours{font-variant-numeric:tabular-nums;color:var(--chrono-violet);flex:none;font-size:1.35rem;font-weight:700}.grille-depart{border-left:3px solid var(--chrono-violet);background:color-mix(in srgb, var(--chrono-violet) 8%, var(--surface-1));border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:18px}.grille-libelle{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.grille-rebours{font-variant-numeric:tabular-nums;color:var(--chrono-violet);margin-top:6px;font-size:2.4rem;font-weight:700;line-height:1.1}.grille-rebours-lab{font-family:var(--font-body);color:var(--text-dim);margin-left:6px;font-size:.86rem;font-weight:400}.pettlep-lettre{background:color-mix(in srgb, var(--p-imagerie) 18%, transparent);width:26px;height:26px;color:var(--p-imagerie);font-family:var(--font-display);border-radius:7px;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.cafeine-dose{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-2);padding:14px}.cafeine-dose[data-bloque]{border-color:var(--chrono-amber);background:color-mix(in srgb, var(--chrono-amber) 7%, var(--surface-2))}.fueling{flex-direction:column;gap:8px;display:flex}.fueling-phase{border-left:3px solid var(--border-strong);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface-2);padding:12px 14px}.fueling-phase[data-ton=avant]{border-left-color:var(--chrono-amber)}.fueling-phase[data-ton=pendant]{border-left-color:var(--teal)}.fueling-phase[data-ton=apres]{border-left-color:var(--chrono-green)}.fueling-phase .seg-label{color:var(--text)}.rt-zone{text-align:center;border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-2);width:100%;min-height:46vh;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;justify-content:center;align-items:center;padding:24px;transition:background 60ms linear;display:flex}.rt-zone-txt{font-family:var(--font-display);letter-spacing:.01em;font-size:1.5rem;font-weight:700}.rt-zone[data-state=attente]{background:var(--surface-2);color:var(--text-dim)}.rt-zone[data-state=trop_tot]{background:color-mix(in srgb, var(--chrono-amber) 22%, var(--surface-2));border-color:var(--chrono-amber)}.rt-zone[data-state=go]{background:var(--chrono-green);border-color:var(--chrono-green);color:#04110f}.rt-zone[data-state=nogo]{background:var(--chrono-red);border-color:var(--chrono-red);color:#fff}.vision-timer{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);padding:14px}.vision-timer[data-actif]{border-color:color-mix(in srgb, var(--teal) 45%, var(--border))}.vision-timer[data-alerte]{border-color:var(--teal);background:var(--teal-ghost);text-align:center;position:relative;overflow:hidden}.vision-timer-body{z-index:1;position:relative}.vision-compte{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--teal);font-size:2.2rem;font-weight:700;line-height:1}.vision-halo{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--teal) 34%, transparent), transparent 62%);animation:3.4s ease-in-out infinite vision-breathe;position:absolute;inset:-40%}.vision-pulse{background:var(--teal);width:10px;height:10px;box-shadow:0 0 0 0 var(--ring);border-radius:50%;flex:none;animation:2s ease-out infinite vision-pulse}@keyframes vision-breathe{0%,to{opacity:.45;transform:scale(.96)}50%{opacity:.9;transform:scale(1.04)}}@keyframes vision-pulse{0%{box-shadow:0 0 0 0 var(--ring)}70%{box-shadow:0 0 0 8px #0000}to{box-shadow:0 0 #0000}}@media (prefers-reduced-motion:reduce){.vision-halo{opacity:.7}}.echelle{width:100%}.echelle-btns{gap:8px;display:flex}.echelle-btn{border:1px solid var(--border-strong);background:var(--surface-2);min-height:52px;color:var(--text);border-radius:var(--radius);font-family:var(--font-mono);cursor:pointer;flex:1;font-size:1.1rem;font-weight:700;transition:background .12s,border-color .12s,color .12s}.echelle-btn:hover{border-color:var(--teal)}.echelle-btn[data-active]{background:var(--teal);border-color:var(--teal);color:var(--on-accent)}.echelle-labels{color:var(--text-faint);justify-content:space-between;margin-top:6px;font-size:.75rem;display:flex}.player-overlay{z-index:80;background:var(--bg);position:fixed;inset:0}.player{flex-direction:column;max-width:560px;height:100%;margin:0 auto;display:flex}.player-top{padding:calc(12px + env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));align-items:center;gap:10px;display:flex}.player-titre{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;display:flex}.player-etape-num{color:var(--text-dim);font-size:.78rem}.player-source{color:var(--text-faint);white-space:nowrap;font-size:.7rem}.player-dots{justify-content:center;gap:6px;padding:0 16px 6px;display:flex}.player-dot{background:var(--surface-3);border-radius:50%;width:8px;height:8px}.player-dot[data-state=active]{background:var(--teal)}.player-dot[data-state=done]{background:color-mix(in srgb, var(--teal) 55%, transparent)}.player-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:16px 20px;display:flex;overflow-y:auto}.player-body h2{font-size:1.5rem}.player-consigne{color:var(--text-dim);max-width:42ch}.player-compte{font-family:var(--font-mono);color:var(--teal);font-size:3.5rem;font-weight:700}.player-saisie{width:100%;max-width:360px}.player-controls{padding:12px 16px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--border);gap:12px;display:flex}.breath{flex-direction:column;align-items:center;gap:18px;display:flex}.breath-track{justify-content:center;align-items:center;width:min(72vw,300px);height:min(72vw,300px);display:flex;position:relative}.breath-circle{border:2px solid var(--teal);background:radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--teal) 55%, transparent), color-mix(in srgb, var(--teal) 14%, transparent));will-change:transform, opacity;border-radius:50%;width:88%;height:88%;transition-property:transform,opacity;position:absolute}.breath-label{z-index:1;font-family:var(--font-display);letter-spacing:.02em;font-size:1.4rem;font-weight:700;position:relative}.breath-count{color:var(--text-dim);font-size:.85rem}@media (prefers-reduced-motion:reduce){.breath-circle{transform:none!important}}
@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.1gyfqm5yhhzs7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.357dd_6abeqge.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.17-aodiw50953.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_bb97da18-module___2IenG__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_bb97da18-module___2IenG__variable{--font-archivo:"Archivo", "Archivo Fallback"}
@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bf40d83aa9c72fb-s.075nzhq-azcwn.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3846cd278554cc73-s.32fxum-hv1zci.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9a23b5cef6e04c73-s.043e7-2hd94z4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c057f24894f01f05-s.3tnad6m4sf0xz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(../media/98f992443ccb276f-s.p.1oxabuqlrz9-_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/61b0fa473c495204-s.2x-ji60ehjd_i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ba9e5337ec18f7ed-s.0m24nhe3bmgar.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/52a3cc83f9028e85-s.2zcrmhc15lkbt.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/512edca1ee5836a2-s.39dqqg9o8jqzp.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(../media/23d3c9ac01cd973c-s.p.08rc2-5ev0bam.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0120702d9dd2a7b5-s.09bhwyvkoc8ms.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/19f1a346b7519d21-s.0lwu3izqcp-2k.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bc0c875c697aeb30-s.26uzcjajmah7n.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/cd36df668fb8b666-s.3lo3d5l1mfb52.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9d71b78498c53c0d-s.p.42kv-xe2onlt1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Spectral Fallback;src:local(Times New Roman);ascent-override:96.46%;descent-override:42.17%;line-gap-override:0.0%;size-adjust:109.78%}.spectral_11c0e219-module__-kU1JW__className{font-family:Spectral,Spectral Fallback;font-style:normal}.spectral_11c0e219-module__-kU1JW__variable{--font-spectral:"Spectral", "Spectral Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.2f7nqdagzwx2-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.176arc174-8zp.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.0bp8oijd_gu96.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.1fby2rem9ngyr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.0vfdmo25voy_0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_432cfe36-module__06OTjG__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_432cfe36-module__06OTjG__variable{--font-jetbrains:"JetBrains Mono", "JetBrains Mono Fallback"}
