.ns-root{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;touch-action:manipulation}.ns-scrim{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity var(--dur-sheet) var(--ease-native);will-change:opacity}.ns-root[data-state=open] .ns-scrim{opacity:1}.ns-root[data-state=closing] .ns-scrim{opacity:0;transition-timing-function:var(--ease-native-in)}.ns-panel{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;min-height:0;box-sizing:border-box;background:var(--bg-surface-elevated, var(--bg-surface, #161917));border-top:1px solid rgba(255,255,255,.08);border-radius:22px 22px 0 0;box-shadow:0 -22px 60px -12px #0000009e;transform:translate3d(0,100%,0);transition:transform var(--dur-sheet) var(--ease-native);will-change:transform;touch-action:pan-y;margin-bottom:var(--ns-kb, 0px);overflow:hidden}@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))){.ns-panel{background:color-mix(in srgb,var(--bg-surface-elevated, #161917) 88%,transparent);-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4)}}.ns-root[data-state=open] .ns-panel{transform:translateZ(0)}.ns-root[data-state=closing] .ns-panel{transform:translate3d(0,100%,0);transition-timing-function:var(--ease-native-in)}.ns-root[data-state=closing],.ns-root[data-entrant="1"]{pointer-events:none}.ns-root[data-drag="1"] .ns-panel,.ns-root[data-drag="1"] .ns-scrim{transition:none!important}.ns-root[data-drag=settle] .ns-panel{transition:transform var(--dur-push) var(--ease-spring-native)}.ns-grip{position:relative;flex:0 0 auto;height:28px;min-height:0;display:flex;align-items:center;justify-content:center;cursor:default;touch-action:none;-webkit-user-select:none;user-select:none}.ns-grip:before{content:"";width:40px;height:5px;border-radius:100px;background:#ffffff52;opacity:.5625;transition:opacity var(--dur-micro) var(--ease-press),transform var(--dur-micro) var(--ease-press)}.ns-root[data-drag="1"] .ns-grip:before{opacity:1;transform:scaleX(1.12)}.ns-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ns-body--noscroll{display:flex;flex-direction:column;overflow:hidden}body.ns-open,body.ns-recede-bg{background:#000}#root.ns-recede,#root.ns-recede-out{border-radius:14px;overflow:hidden}#root.ns-recede{height:calc(100vh + var(--ns-lock-y, 0px));transform-origin:50% var(--ns-lock-y, 0px);transition:transform var(--dur-sheet) var(--ease-native)}#root.ns-recede-drag{transition:none}#root.ns-recede-out{transition:transform var(--dur-sheet) var(--ease-native)}@media(prefers-reduced-motion:reduce){.ns-panel{opacity:0;transition:opacity var(--dur-reduced) linear!important;will-change:opacity}.ns-root .ns-panel,.ns-root[data-state=open] .ns-panel,.ns-root[data-state=closing] .ns-panel{transform:none}.ns-root[data-state=open] .ns-panel{opacity:1}.ns-root[data-state=closing] .ns-panel{opacity:0}.ns-scrim{transition:opacity var(--dur-reduced) linear!important}#root.ns-recede,#root.ns-recede-out{transition:none!important}.ns-grip:before{transition:none}}.ns-panel:focus-visible{outline:2px solid var(--accent-green, #3ecfa0);outline-offset:-3px}:root[data-nav-kind=tab]::view-transition-old(root){animation:nav-tab-out var(--dur-micro, .16s) var(--ease-press, cubic-bezier(.4, 0, .2, 1)) both}:root[data-nav-kind=tab]::view-transition-new(root){animation:nav-tab-in var(--dur-micro, .16s) var(--ease-press, cubic-bezier(.4, 0, .2, 1)) both}:root[data-nav-kind=push]::view-transition-image-pair(root),:root[data-nav-kind=pop]::view-transition-image-pair(root){background:#000}:root[data-nav-kind=push]::view-transition-old(root),:root[data-nav-kind=push]::view-transition-new(root),:root[data-nav-kind=pop]::view-transition-old(root),:root[data-nav-kind=pop]::view-transition-new(root){mix-blend-mode:normal}:root[data-nav-kind=push]::view-transition-old(root){z-index:1;animation:nav-depth-out var(--dur-push, .34s) var(--ease-native, cubic-bezier(.32, .72, 0, 1)) both}:root[data-nav-kind=push]::view-transition-new(root){z-index:2;animation:nav-push-in var(--dur-push, .34s) var(--ease-native, cubic-bezier(.32, .72, 0, 1)) both}:root[data-nav-kind=pop]::view-transition-old(root){z-index:2;animation:nav-pop-out var(--dur-push, .34s) var(--ease-native, cubic-bezier(.32, .72, 0, 1)) both}:root[data-nav-kind=pop]::view-transition-new(root){z-index:1;animation:nav-depth-in var(--dur-push, .34s) var(--ease-native, cubic-bezier(.32, .72, 0, 1)) both}.nav-enter--tab{animation:nav-tab-in var(--dur-micro, .16s) var(--ease-press, cubic-bezier(.4, 0, .2, 1)) both}.nav-enter--push{animation:nav-fallback-in var(--dur-enter, .22s) var(--ease-native, cubic-bezier(.32, .72, 0, 1)) both}.nav-enter--pop{animation:nav-fallback-out var(--dur-enter, .22s) var(--ease-native, cubic-bezier(.32, .72, 0, 1)) both}@keyframes nav-fallback-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}@keyframes nav-fallback-out{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.app-shell{overflow-x:clip}@supports not (overflow-x: clip){:root.nav-swiping{overflow-x:hidden}}@keyframes nav-tab-out{to{opacity:0}}@keyframes nav-tab-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes nav-push-in{0%{transform:translate(100%)}to{transform:none}}@keyframes nav-pop-out{0%{transform:none}to{transform:translate(100%)}}@keyframes nav-depth-out{0%{transform:none;opacity:1}to{transform:translate(-22%);opacity:.82}}@keyframes nav-depth-in{0%{transform:translate(-22%);opacity:.82}to{transform:none;opacity:1}}.nav-swipe-prev{position:fixed;z-index:1;margin:0;background:var(--bg-primary, #0D0F0E);overflow:hidden;pointer-events:none;will-change:transform}.nav-swipe-veil{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;background:#000;opacity:0;pointer-events:none;will-change:opacity}.nav-swipe-shade{position:fixed;top:0;bottom:0;left:0;width:22px;z-index:2;background:linear-gradient(to right,#0000,#00000057);pointer-events:none;will-change:transform}.nav-swipe-ghost{position:fixed;z-index:4;margin:0;background:var(--bg-primary, #0D0F0E);pointer-events:none;will-change:transform}@media(prefers-reduced-motion:reduce){.nav-enter--tab,.nav-enter--push,.nav-enter--pop{animation:nav-tab-out .1s linear reverse both}.nav-swipe-prev,.nav-swipe-veil,.nav-swipe-shade,.nav-swipe-ghost{display:none}}:root{--nf-material-tint: 17, 20, 18;--nf-material-alpha: .86;--nf-material-blur: 22px;--nf-material-sat: 150%;--nf-material-dim: .45;--nf-hairline: rgba(255, 255, 255, .085);--nf-tabbar-ink: #A5A9A6}.nf-material{background:var(--bg-surface)}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.nf-material{background:rgba(var(--nf-material-tint),var(--nf-material-alpha));-webkit-backdrop-filter:blur(var(--nf-material-blur)) saturate(var(--nf-material-sat)) brightness(var(--nf-material-dim));backdrop-filter:blur(var(--nf-material-blur)) saturate(var(--nf-material-sat)) brightness(var(--nf-material-dim))}}.nf-tabbar:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--nf-hairline) 14%,var(--nf-hairline) 86%,transparent);pointer-events:none}.nf-scroll,[data-nf-scroll]{overscroll-behavior:contain}.admin-exlib__modal-body,.scal-modal-overlay{overscroll-behavior-y:contain}.scal .scal-palette{overscroll-behavior-x:contain}html[data-nf-elastic]{overscroll-behavior-y:contain}.nf-list-item{content-visibility:auto;contain-intrinsic-size:auto var(--nf-cis, 320px)}.nf-list-item--week{--nf-cis: 44px}.nf-chead{position:fixed;top:0;left:50%;width:100%;max-width:var(--max-app-width);transform:translate(-50%);z-index:45;padding-top:env(safe-area-inset-top,0px);opacity:var(--nf-chead-p, 0);visibility:var(--nf-chead-vis, hidden);pointer-events:var(--nf-chead-pe, none);will-change:opacity}.nf-chead__bar{position:relative;height:44px;display:flex;align-items:center;justify-content:center;padding:0 56px}.nf-chead__bar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--nf-hairline),transparent);opacity:var(--nf-chead-t, 0);pointer-events:none}.nf-chead__title{font-family:var(--font-sans);font-size:15px;font-weight:700;letter-spacing:-.015em;line-height:1.1;color:var(--text-primary);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:var(--nf-chead-t, 0);transform:translate3d(0,calc((1 - var(--nf-chead-t, 0)) * 7px),0);will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.nf-chead__title{transform:none;will-change:opacity}}[data-np-pressed]{opacity:var(--np-o, .9)!important;transition:transform var(--dur-press, .11s) var(--ease-press, cubic-bezier(.4, 0, .2, 1)),opacity var(--dur-press, .11s) var(--ease-press, cubic-bezier(.4, 0, .2, 1))!important}[data-np-pressed]:not([data-np-pressed=flat]){transform:scale(var(--np-s, .97))!important}[data-np-rel]{transition:transform var(--dur-release, .26s) var(--ease-spring-native, var(--ease-native, cubic-bezier(.32, .72, 0, 1))),opacity var(--dur-micro, .16s) var(--ease-native, cubic-bezier(.32, .72, 0, 1))!important}[data-np-tap]:after{content:"";position:absolute;top:calc(-1 * var(--np-ty, 0px));bottom:calc(-1 * var(--np-ty, 0px));left:calc(-1 * var(--np-tx, 0px));right:calc(-1 * var(--np-tx, 0px));border-radius:inherit;background:transparent}@media(prefers-reduced-motion:reduce){[data-np-pressed]:not([data-np-pressed=__never__]){transform:none!important;transition:opacity 90ms linear!important}[data-np-rel]:not([data-np-rel=__never__]){transform:none!important;transition:opacity 90ms linear!important}}.np-press{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mc-accueil-entete{margin-bottom:28px}.mc-accueil-logo{display:block;margin-bottom:18px;border-radius:14px}.mc-accueil-eyebrow{font-size:9.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--accent-green);margin-bottom:10px}.mc-accueil-titre{margin:0;font-size:26px;font-weight:800;letter-spacing:-.6px;color:var(--text-primary);line-height:1.15;text-wrap:balance}.mc-accueil-promesse{margin:12px 0 0;font-size:13.5px;font-weight:500;color:var(--text-secondary);line-height:1.55}.mc-accueil-fort{color:var(--text-primary);font-weight:700}.mc-accueil-porte{margin-top:26px}.mc-accueil-porte-sep{display:flex;align-items:center;gap:12px;margin-bottom:14px;color:var(--text-secondary);font-size:12px;font-weight:600}.mc-accueil-porte-sep:before,.mc-accueil-porte-sep:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1))}.mc-accueil-porte-sep:after{background:linear-gradient(90deg,rgba(255,255,255,.1),transparent)}.mc-accueil-porte-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:var(--mc-accueil-porte-h, 52px);padding:14px 16px;box-sizing:border-box;border-radius:11px;background:var(--accent-green-soft, rgba(62, 207, 160, .12));border:1.5px solid var(--accent-green-line, rgba(62, 207, 160, .32));color:var(--accent-green);font-size:14.5px;font-weight:800;letter-spacing:-.2px;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:border-color var(--dur-micro, .16s) var(--ease-native),background-color var(--dur-micro, .16s) var(--ease-native)}@media(hover:hover){.mc-accueil-porte-cta:hover{border-color:var(--accent-green);background:#3ecfa02e}}.mc-accueil-porte-cta:focus-visible{outline:2px solid var(--accent-green);outline-offset:2px}.mc-accueil-porte-icone{flex:none;opacity:.85}.mc-accueil-porte-detail{margin:10px 0 0;font-size:12px;font-weight:500;line-height:1.5;color:var(--text-secondary);text-align:left}@media(prefers-reduced-motion:reduce){.mc-accueil-porte-cta{transition-duration:var(--dur-reduced, .1s)}}.mc-seuil-page{min-height:100%;display:flex;flex-direction:column}.mc-seuil{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding-top:28px}.mc-seuil-choix{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:14px;width:100%;min-height:76px;padding:16px 18px;text-align:left;font-family:inherit;border-radius:16px;cursor:pointer}.mc-seuil-choix-titre{display:block;font-size:17px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.mc-seuil-choix-sous{display:block;margin-top:4px;font-size:13px;font-weight:500;line-height:1.35}.mc-seuil-choix-corps{flex:1;min-width:0}.mc-seuil-rapide{background:var(--btn-primary-bg, #3ECFA0);color:var(--btn-primary-fg, #0D0F0E);border:none}.mc-seuil-rapide .mc-seuil-choix-sous{opacity:.72}.mc-seuil-detail{background:var(--bg-surface, #141815);color:var(--text-primary, #F2F5F0);border:1px solid rgba(255,255,255,.08)}.mc-seuil-detail .mc-seuil-choix-sous{color:var(--text-secondary, #9AA69B)}.mc-seuil-pastille{flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.mc-seuil-rapide .mc-seuil-pastille{background:#0d0f0e1f}.mc-seuil-detail .mc-seuil-pastille{background:#ffffff0d}.mc-seuil-rappel{margin:0 0 4px;font-size:14px;line-height:1.45;color:var(--text-secondary, #9AA69B)}.mc-seuil-anim{animation:mc-seuil-entree var(--dur-enter, .22s) var(--ease-native, ease) both}@keyframes mc-seuil-entree{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:none}}.mc-seuil-choix:focus-visible{outline:2px solid var(--accent-green, #3ECFA0);outline-offset:3px}@media(prefers-reduced-motion:reduce){.mc-seuil-anim{animation:none}}.sc-lis-rail{display:flex;align-items:center;gap:12px;padding:10px 0 2px}.sc-lis-rail__pas{display:flex;flex:1;gap:4px;min-width:0}.sc-lis-rail__pas-item{position:relative;flex:1;height:6px;border-radius:3px;background:var(--border-active, #2A2E2C);transition:opacity var(--dur-enter) var(--ease-native)}.sc-lis-rail__pas-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#3ecfa0;opacity:0;transition:opacity var(--dur-enter) var(--ease-native)}.sc-lis-rail__pas-item[data-etat=fait]:after{opacity:.55}.sc-lis-rail__pas-item[data-etat=encours]:after{opacity:1}.sc-lis-rail__pas-item[data-etat=avenir]{opacity:.5}.sc-lis-rail__pas-item[data-etat=encours]{animation:sc-lis-souffle 2.4s var(--ease-press) infinite}@keyframes sc-lis-souffle{0%,to{opacity:1}50%{opacity:.52}}.sc-lis-rail__reste{flex:none;font-size:14px;font-weight:700;letter-spacing:.01em;color:#8a8e8c;font-variant-numeric:tabular-nums;white-space:nowrap}.sc-lis-demo-slot[data-rempli="0"]{flex:none;height:0;overflow:hidden}.sc-lis-demo-slot[data-rempli="1"]{flex:none;margin:14px 0 6px}.sc-lis-tete{min-width:0;padding-top:2px}.sc-lis-tete__phase{display:flex;align-items:center;gap:8px;color:var(--sc-lis-teinte, #3ECFA0);animation:sc-lis-entree var(--dur-enter) var(--ease-native) both}.sc-lis-tete__phase>svg{flex:none;width:22px;height:22px}.sc-lis-tete__mot{font-size:17px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;line-height:1.1}.sc-lis-tete__cote{flex:none;margin-left:2px;padding:3px 8px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sc-lis-teinte-jeton, var(--sc-lis-teinte, #3ECFA0));background:color-mix(in srgb,var(--sc-lis-teinte, #3ECFA0) 12%,transparent)}@supports not (background: color-mix(in srgb,red 10%,transparent)){.sc-lis-tete__cote{background:#ffffff12}}.sc-lis-tete__titre{margin:4px 0 0;font-size:27px;font-weight:800;line-height:1.14;letter-spacing:-.01em;color:#e8e4dc;overflow-wrap:anywhere;animation:sc-lis-entree var(--dur-enter) 40ms var(--ease-native) both}.sc-lis-tete__sous{margin:6px 0 0;font-size:16px;font-weight:600;line-height:1.3;color:#8a8e8c;overflow-wrap:anywhere;animation:sc-lis-entree var(--dur-enter) 40ms var(--ease-native) both}.sc-lis-tete[data-porte=phase] .sc-lis-tete__mot{font-size:27px;letter-spacing:.02em}.sc-lis-tete[data-porte=phase] .sc-lis-tete__phase>svg{width:28px;height:28px}.sc-lis-tete[data-action="1"] .sc-lis-tete__mot{font-size:24px;letter-spacing:.04em}.sc-lis-tete[data-action="1"] .sc-lis-tete__phase>svg{width:25px;height:25px}@keyframes sc-lis-entree{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:none}}.sc-lis-consigne{margin:10px 0;max-width:340px;font-size:24px;font-weight:600;line-height:1.25;text-align:center;color:#c8cac7;text-wrap:balance;position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.sc-lis-tete__phase,.sc-lis-tete__titre,.sc-lis-tete__sous,.sc-lis-rail__pas-item[data-etat=encours]{animation:none}.sc-lis-rail__pas-item,.sc-lis-rail__pas-item:after{transition:none}}.sc-lis-ecran svg{pointer-events:none}.mc-demo{position:relative;display:block;width:100%;aspect-ratio:16 / 9;max-height:min(30svh,208px);margin:14px 0 2px;padding:0;border:1px solid rgba(232,228,220,.07);border-radius:14px;overflow:hidden;background:#0a0c0b;-webkit-tap-highlight-color:transparent;text-align:left;color:inherit;font:inherit}.mc-demo--tappable{cursor:pointer}.mc-demo:focus-visible{outline:2px solid #3ECFA0;outline-offset:2px}.mc-demo__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#e8e4dc0d,#e8e4dc05);opacity:1;animation:mc-demo-breathe 1.6s ease-in-out infinite}.mc-demo--ready .mc-demo__skeleton{opacity:0;animation:none;transition:opacity var(--dur-enter, .22s) var(--ease-native, ease-out)}@keyframes mc-demo-breathe{0%,to{opacity:1}50%{opacity:.45}}.mc-demo__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#0a0c0b;opacity:0;transition:opacity var(--dur-enter, .22s) var(--ease-native, ease-out);pointer-events:none}.mc-demo--ready .mc-demo__media{opacity:1}.mc-demo__tag{position:absolute;left:10px;bottom:10px;z-index:2;padding:4px 9px;border-radius:100px;background:#0a0c0bb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#c8cac7}.mc-demo__fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 18px;text-align:center;background:linear-gradient(180deg,#e8e4dc0b,#e8e4dc04)}.mc-demo__fallback-title{display:block;font-size:12.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#8a8e8c}.mc-demo__fallback-text{margin:0;font-size:16.5px;font-weight:600;line-height:1.32;color:#e8e4dc;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mc-demo__fallback-hint{display:block;font-size:11.5px;font-weight:600;letter-spacing:.05em;color:#8a8e8c}.mc-demo__icon{display:block;opacity:.55}@media(prefers-reduced-motion:reduce){.mc-demo__skeleton{animation:none}.mc-demo--ready .mc-demo__skeleton,.mc-demo__media{transition-duration:var(--dur-reduced, .1s)}}:root{--ease-native: cubic-bezier(.32, .72, 0, 1);--ease-native-in: cubic-bezier(.4, 0, 1, 1);--ease-press: cubic-bezier(.4, 0, .2, 1);--ease-spring-native: var(--ease-native);--dur-press: .11s;--dur-micro: .16s;--dur-enter: .22s;--dur-push: .34s;--dur-sheet: .38s;--dur-release: .26s;--dur-reduced: .1s}@supports (transition-timing-function: linear(0,1)){:root{--ease-spring-native: linear(0, .006, .025, .101, .539, .826, .951, 1.001, 1.017, 1.006, .999, 1)}}.sc-cmd{--sc-swipe: 0;padding-top:8px;padding-bottom:max(20px,env(safe-area-inset-bottom));touch-action:none;-webkit-user-select:none;user-select:none}.sc-cmd button{touch-action:manipulation}.sc-cmd-pause{width:100%;min-height:80px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(62,207,160,.24);border-radius:20px;background:#3ecfa01c;color:#3ecfa0;font-family:var(--font-sans);font-size:19px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.sc-cmd-pause--go{border-color:transparent;background:#3ecfa0;color:#0d1410}.sc-cmd-row{display:flex;gap:10px;margin-top:10px}.sc-cmd-next{flex:1;min-width:0;min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;border:1px solid var(--border-active, #232725);border-radius:16px;background:transparent;color:#c8cac7;font-family:var(--font-sans);font-size:13.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.sc-cmd-next--wait{border-color:#3ecfa057;color:#3ecfa0}.sc-cmd-next>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-cmd-skipex{flex:0 0 auto;width:84px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:1px solid var(--border-active, #232725);border-radius:16px;background:transparent;color:#8a8e8c;cursor:pointer;transform:translate3d(calc(var(--sc-swipe) * -10px),0,0)}.sc-cmd-skipex svg{width:19px;height:19px;opacity:calc(.72 + var(--sc-swipe) * .28)}.sc-cmd-skipex-mot{font-family:var(--font-sans);font-size:12px;font-weight:800;letter-spacing:.03em;line-height:1}.sc-cmd[data-sc-armed] .sc-cmd-skipex{border-color:#3ecfa08c;background:#3ecfa024;color:#3ecfa0}.sc-cmd[data-sc-releasing] .sc-cmd-skipex{transition:transform var(--dur-release, .26s) var(--ease-spring-native)}.sc-cmd[data-sc-releasing] .sc-cmd-skipex svg{transition:opacity var(--dur-micro, .16s) var(--ease-press)}.sc-cmd-stop{display:block;width:100%;min-height:44px;margin-top:6px;padding:0;border:none;background:transparent;color:#8a8e8c;font-family:var(--font-sans);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.sc-cmd-stop--paused{margin-top:64px}.sc-cmd--paused{width:100%;max-width:320px;margin-top:26px;padding-bottom:0;touch-action:auto}@media(max-width:389px){.sc-cmd-next{gap:4px;padding:0 8px}.sc-cmd-skipex{width:76px}}@media(prefers-reduced-motion:reduce){.sc-cmd-skipex{transform:none}.sc-cmd[data-sc-releasing] .sc-cmd-skipex{transition:none}.sc-cmd[data-sc-releasing] .sc-cmd-skipex svg{transition:opacity var(--dur-reduced, .1s) linear}}
