:root{--ink:#000;--paper:#fff;--muted:#8a8a8a;--muted-2:#5a5a5a;--line:#e6e6e6;--line-soft:#f1f1f1;--tint:#f5f5f5;--lift:4px;--lift-sm:3px;--pad:clamp(18px,5.2vw,44px);--edge-l:max(var(--pad),env(safe-area-inset-left));--edge-r:max(var(--pad),env(safe-area-inset-right));--maxw:860px;--fs-body:1.125rem;--fs-note:1rem;--fs-meta:0.875rem;--fs-btn:1rem;--fs-sub:var(--fs-meta);--fs-back:var(--fs-note);--fs-said:var(--fs-note);--fs-link:var(--fs-note)}:root,html{color-scheme:light dark}html{text-size-adjust:100%;background:#fff}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-height:100svh;background:#fff;color-scheme:light dark;font-family:var(--font-inter),system-ui,-apple-system,sans-serif;font-size:var(--fs-body);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a,body{color:#000}a{text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}button{font-family:inherit;touch-action:manipulation}input,select,textarea{font-family:inherit;font-size:16px}button,input,select,textarea{color-scheme:light}img{max-width:100%}:focus-visible{outline:2px solid #000;outline-offset:3px}.on-black :focus-visible{outline-color:#fff}.display{font-family:var(--font-anton),sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.01em}.wrap{width:100%;max-width:var(--maxw);margin:0 auto}.section{padding:clamp(38px,10vw,68px) var(--edge-r) clamp(38px,10vw,68px) var(--edge-l)}.page{flex:1 1;padding:clamp(20px,6vw,40px) var(--edge-r) clamp(52px,12vw,84px) var(--edge-l)}.h1{font-size:clamp(38px,10.5vw,104px);line-height:.92}.h1,.h2{margin:0}.h2{font-size:clamp(2.25rem,8vw,4rem);line-height:.98}.h3{font-size:clamp(1.375rem,5vw,1.75rem);line-height:1.05;margin:0}.lede{font-size:clamp(1.0625rem,4.2vw,1.375rem);line-height:1.4;color:var(--muted-2);margin:0}.meta{font-size:var(--fs-meta);color:var(--muted)}.sec-head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}.rule{border-bottom:2px solid #000;padding-bottom:12px}.pill,.pill-out{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-height:44px;max-height:52px;border-radius:999px;font-size:var(--fs-btn);line-height:1.2;font-weight:600;font-family:inherit;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .1s ease,transform .1s ease}.pill{border:0;background:#000;color:#fff;padding:10px 18px;box-shadow:var(--lift) var(--lift) 0 #000}.pill:active{transform:translate(var(--lift),var(--lift));box-shadow:0 0 0 #000}.pill:active,.pill:hover{background:#262626;color:#fff}.pill[data-done=true]{background:var(--tint);color:#000}.pill-out{border:2px solid #000;background:#fff;color:#000;padding:8px 16px;box-shadow:var(--lift) var(--lift) 0 #000}.pill-out:active{transform:translate(var(--lift),var(--lift));box-shadow:0 0 0 #000}.pill-out:active,.pill-out:hover{background:#000;color:#fff}.pill-sm{min-height:38px;padding:6px 14px;font-size:var(--fs-meta)}.pill-out.pill-sm,.pill.pill-sm{box-shadow:var(--lift-sm) var(--lift-sm) 0 #000}.pill-out.pill-sm:active,.pill.pill-sm:active{transform:translate(var(--lift-sm),var(--lift-sm));box-shadow:0 0 0 #000}.round{flex:none;width:52px;height:52px;border-radius:50%;border:0;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease}.round:active,.round:hover,a:hover>.round{transform:translateX(3px)}.know-caret{flex:none;width:34px;height:34px;border-radius:50%;border:2px solid #000;background:transparent;color:#000;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .15s ease,color .15s ease}.know-caret[data-open=true]{transform:rotate(180deg)}.know-row:active .know-caret,.know-row:hover .know-caret{background:#000;color:#fff}.quick-picks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.quick-picks>.pill,.quick-picks>.pill-out{width:100%;padding-left:10px;padding-right:10px;font-size:clamp(12.5px,3.6vw,14.5px);white-space:normal;text-align:center}@media (min-width:700px){.quick-picks{display:flex;flex-wrap:wrap}.quick-picks>.pill,.quick-picks>.pill-out{width:auto;padding-left:22px;padding-right:22px;white-space:nowrap}}.field{display:flex;align-items:center;width:100%;background:#fff;border-radius:999px;overflow:hidden}.field input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:#000;padding:15px 20px}.field input::placeholder{color:#a9a9a9}.field .sep{width:1px;align-self:stretch;margin:9px 0;background:var(--line)}.field button{flex:none;border:0;background:transparent;color:#000;font-weight:700;font-size:var(--fs-btn);min-height:52px;padding:0 20px;cursor:pointer}.field--cta,.field--out{padding:5px 5px 5px 20px}.field--cta button,.field--out button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border-radius:999px;background:#000;color:#fff;font-size:var(--fs-btn);transition:background .15s ease}.field--cta button:active,.field--cta button:hover,.field--out button:active,.field--out button:hover{background:#262626}.field button:disabled{cursor:default;opacity:.65}.field--out{border:2px solid #000;box-shadow:var(--lift) var(--lift) 0 #000}.cl-card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.note{border:1px solid var(--line);border-radius:14px;padding:14px 16px;font-size:var(--fs-note);line-height:1.55}.alert-row{display:grid;grid-template-columns:78px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line-soft);color:#000;transition:background .15s ease}.alert-row:last-child,.lib-row:last-child{border-bottom:0}a.alert-row:active,a.alert-row:hover{background:var(--tint);color:#000}.alert-chev{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);color:#9a9a9a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease,color .15s ease}.lib-row:focus-visible .alert-chev,.lib-row:hover .alert-chev,a.alert-row:focus-visible .alert-chev,a.alert-row:hover .alert-chev{border-color:#000;color:#000}.lib-row{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:15px 18px;border-bottom:1px solid var(--line-soft);color:#000;transition:background .15s ease}.lib-row:active,.lib-row:hover{background:var(--tint);color:#000}.pb-tile{display:flex;align-items:center;justify-content:center;text-align:center;min-height:76px;padding:18px 14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:#000;font-size:var(--fs-btn);font-weight:600;line-height:1.3;transition:background .15s ease,border-color .15s ease}.pb-tile:active,.pb-tile:focus-visible,.pb-tile:hover{background:#000;border-color:#000;color:#fff}.rail{display:flex;gap:clamp(10px,3vw,16px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.rail::-webkit-scrollbar{display:none}@media (pointer:fine){.rail{scrollbar-width:thin;scrollbar-color:#cfcfcf transparent;padding-bottom:10px}.rail::-webkit-scrollbar{display:block;height:7px}.rail::-webkit-scrollbar-thumb{background:#d2d2d2;border-radius:999px}.rail::-webkit-scrollbar-track{background:transparent}}.tv-row{--tv-h:clamp(100px,27vw,172px)}.tv-card{flex:none;scroll-snap-align:start;color:#000}.tv-card--wide{width:calc(var(--tv-h) * 16 / 9)}.tv-card--tall{width:calc(var(--tv-h) * 9 / 16)}.tv-thumb{display:block;position:relative;height:var(--tv-h);width:100%;border-radius:10px;background:#000;overflow:hidden}.tv-thumb--tall{background:#2b2b2b}.tv-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tv-badge{position:absolute;top:7px;left:7px;background:#fff;color:#000;font-size:var(--fs-meta);font-weight:700;letter-spacing:.06em;padding:2px 7px;border-radius:4px}.tv-play{position:absolute;inset:0}.tv-play,.tv-play span{display:flex;align-items:center;justify-content:center}.tv-play span{width:clamp(30px,8.5vw,38px);height:clamp(30px,8.5vw,38px);border-radius:50%;background:rgba(0,0,0,.5);color:#fff}.say-row{--say-w:min(272px,max(150px,43vw))}.say-card{flex:0 0 var(--say-w);scroll-snap-align:start;display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-height:clamp(124px,34vw,150px);padding:clamp(13px,3.6vw,18px);border:1px solid var(--line);border-radius:16px;background:#fff;color:#000;transition:background .15s ease,border-color .15s ease}a.say-card:active,a.say-card:focus-visible,a.say-card:hover{background:var(--tint);border-color:#000;color:#000}.say-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:var(--fs-meta);color:var(--muted);font-weight:600}.tv-title{font-size:var(--fs-note);font-weight:700;line-height:1.3;margin-top:9px}.tv-meta,.tv-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-meta{font-size:var(--fs-meta);color:var(--muted);margin-top:3px}@keyframes tw-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}@media (max-width:430px){.sec-head--tight{gap:10px;flex-wrap:nowrap}.sec-head--tight .pill-sm{flex:none;padding:6px 12px;font-size:var(--fs-meta);gap:6px}}@media (max-width:400px){.alert-row{grid-template-columns:66px 1fr auto;gap:10px;padding:14px}.pill-out:not(.pill-sm),.pill:not(.pill-sm){padding:11px 18px}}.box{border:2px solid #000;border-radius:22px;padding:16px 18px;box-shadow:var(--lift) var(--lift) 0 #000}.box-head{gap:12px;min-height:44px}.box-head,.check{display:flex;align-items:center}.check{flex:none;width:28px;height:28px;border-radius:8px;border:2px solid #000;background:#fff;color:#fff;justify-content:center;font-size:var(--fs-btn);font-weight:700}.check[data-on=true]{background:#000}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:10px 17px;border:2px solid #000;border-radius:999px;background:#fff;color:#000;box-shadow:var(--lift-sm) var(--lift-sm) 0 #000;font-family:inherit;font-size:var(--fs-meta);font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .1s ease,transform .1s ease}.chip:active,.chip:hover{background:#000;color:#fff}.chip:active{transform:translate(var(--lift-sm),var(--lift-sm));box-shadow:0 0 0 #000}.chip[aria-pressed=true]{background:#000;color:#fff}.num-row{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 0;border-top:1px solid var(--line)}.num-row .who{min-width:0;font-size:var(--fs-note);font-weight:700;line-height:1.3}.num-row a{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.has{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px;padding:0 0 12px;line-height:1.5}.has,.has-k{font-size:var(--fs-meta)}.has-k{font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.has a{font-weight:600;text-decoration:underline;text-underline-offset:3px}.det{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--line)}.det-row{display:grid;grid-template-columns:88px 1fr;grid-gap:12px;gap:12px;padding:7px 0}.det dt{font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding-top:3px}.det dd,.det dt{font-size:var(--fs-meta)}.det dd{margin:0;line-height:1.5}@media (max-width:400px){.det-row{grid-template-columns:1fr;gap:3px}}.rules{border-top:1.5px solid #000;margin-top:clamp(18px,5vw,26px)}.rule-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:15px 0;border-bottom:1.5px solid #000;font-size:var(--fs-body);line-height:1.5;font-weight:700;color:#000;transition:background .15s ease}.rule-row:active,.rule-row:hover{background:var(--tint);color:#000}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;border:0;border-top:1.5px solid #000;border-bottom:1.5px solid #000;border-radius:0;padding:14px 0;color:#000;background:none;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s ease}.cta-row:active,.cta-row:hover{background:var(--tint)}.cta-row .round{width:44px;height:44px}.steps{border-top:1.5px solid #000}.step-row{display:grid;grid-template-columns:20px 1fr 44px;grid-gap:14px;gap:14px;align-items:center;padding:16px 0;border-bottom:1.5px solid #000;color:#000}.step-n{font-size:20px;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.step-tick{width:44px;height:44px;border:0;background:none;padding:0;cursor:pointer}.step-tick,.step-tick span{display:flex;align-items:center;justify-content:center}.step-tick span{width:28px;height:28px;border-radius:50%;border:2px solid #000;font-size:var(--fs-btn);font-weight:700;color:#fff;transition:background .15s ease}.step-tick[data-on=true] span{background:#000}.step-row[data-on=true] .step-body{opacity:.45}.credits{text-align:center;font-size:var(--fs-meta);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);line-height:2}.rank-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);color:#000;transition:background .15s ease}a.rank-row:active,a.rank-row:hover{background:var(--tint);color:#000}.rank-n{flex:none;min-width:16px;font-size:var(--fs-body);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rank-thumb{flex:none;position:relative;width:58px;height:42px;border-radius:7px;background:#000;overflow:hidden}.rank-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.rank-meta{display:block;font-size:var(--fs-meta);font-weight:600;letter-spacing:.04em;margin-top:3px;text-transform:uppercase}.out,.rank-meta{color:var(--muted)}.out{flex:none}.scam-list{border-top:1px solid var(--line)}.scam-row{display:grid;grid-template-columns:26px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line);color:#000;transition:background .15s ease}a.scam-row:active,a.scam-row:hover{background:var(--tint);color:#000}.scam-tag{align-self:start;display:flex;padding-top:2px;color:#000}.src{font-size:var(--fs-meta);color:var(--muted)}@media (max-width:400px){.scam-row{grid-template-columns:24px 1fr auto;gap:10px}}.quote-row{padding:16px 0;border-bottom:1px solid var(--line)}.trouble{margin:6px 0 0;font-size:var(--fs-meta);line-height:1.5;font-weight:600;text-align:left;color:#000}.trouble[data-on-black]{color:#fff}.trouble a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px}.ask-row{display:flex;flex-direction:column;gap:10px;padding:12px 15px 13px}.ask-answers{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ask-tally{margin:0 0 0 auto;font-size:var(--fs-meta);color:var(--muted-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ask-tally b{color:#000;font-weight:700}.ask-mine{color:var(--muted)}.done-check{flex:none;width:40px;height:40px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center}@media (max-width:599px){.foot-tag{max-width:280px}}.field--dim{background:#2b2b2b}.field--dim input{color:#fff}.field--dim input::placeholder{color:#9a9a9a}body:not(#cl):not(#cl),html:not(#cl):not(#cl){background-image:linear-gradient(#fff,#fff)!important}.cl-card:not(#cl):not(#cl),.field:not(.field--dim):not(#cl):not(#cl),.note:not(#cl):not(#cl),.pb-tile:not(:hover):not(:active):not(#cl),.say-card:not(:hover):not(:active):not(#cl),body:not(#cl):not(#cl),html:not(#cl):not(#cl){background-color:#fff!important;color:#000!important}.pill[data-done=true]:not(#cl):not(#cl){background-color:var(--tint)!important;color:#000!important}.alert-row:not(#cl):not(#cl),.ask-tally:not(#cl):not(#cl),.box:not(#cl):not(#cl),.credits:not(#cl):not(#cl),.det:not(#cl):not(#cl),.field input:not(#cl):not(#cl),.has:not(#cl):not(#cl),.lib-row:not(#cl):not(#cl),.num-row:not(#cl):not(#cl),.quote-row:not(#cl):not(#cl),.rank-row:not(#cl):not(#cl),.rule-row:not(#cl):not(#cl),.scam-row:not(#cl):not(#cl),.step-row:not(#cl):not(#cl),.trouble:not([data-on-black]):not(#cl){color:#000!important}.chip:not([aria-pressed=true]):not(:hover):not(:active):not(#cl),.pill-out:not(:hover):not(:active):not(#cl){background-color:#fff!important;color:#000!important;border-color:#000!important}.cta-row:not(#cl):not(#cl),.know-row:not(:hover):not(:active) .know-caret:not(#cl){background-color:transparent!important;color:#000!important;border-color:#000!important}.field--cta button:not(:hover):not(:active):not(#cl),.field--out button:not(:hover):not(:active):not(#cl),.lang-trigger:not(:hover):not(:active):not(#cl),.on-black:not(#cl):not(#cl),.pill:not([data-done=true]):not(:hover):not(:active):not(#cl),.round:not(:hover):not(:active):not(#cl){background-color:#000!important;color:#fff!important}.rank-thumb:not(#cl):not(#cl),.tv-thumb:not(#cl):not(#cl){background-color:#000!important}.done-check:not(#cl):not(#cl),.tv-badge:not(#cl):not(#cl){background-color:#fff!important;color:#000!important}.field--dim:not(#cl):not(#cl){background-color:#2b2b2b!important}.field--dim input:not(#cl):not(#cl),.on-black .display:not(#cl):not(#cl),.on-black h2:not(#cl):not(#cl),.on-black p:not(.dim):not(.dimmer):not(#cl):not(#cl){color:#fff!important}.on-black .dim:not(#cl):not(#cl){color:#c9c9c9!important}.on-black .dimmer:not(#cl):not(#cl){color:#9a9a9a!important}html.cl-forced :not(#cl){color:#000!important;background-color:transparent!important}html.cl-forced .cl-card:not(#cl),html.cl-forced .field:not(#cl),html.cl-forced .note:not(#cl),html.cl-forced .pb-tile:not(#cl),html.cl-forced .say-card:not(#cl),html.cl-forced body:not(#cl){background-color:#fff!important}html.cl-forced .alert-chev:not(#cl),html.cl-forced .credits:not(#cl),html.cl-forced .det dt:not(#cl),html.cl-forced .has-k:not(#cl),html.cl-forced .meta:not(#cl),html.cl-forced .out:not(#cl),html.cl-forced .rank-meta:not(#cl),html.cl-forced .say-foot:not(#cl),html.cl-forced .src:not(#cl){color:var(--muted)!important}html.cl-forced .pill[data-done=true]:not(#cl){background-color:var(--tint)!important}html.cl-forced .chip:not([aria-pressed=true]):not(#cl),html.cl-forced .pill-out:not(:hover):not(:active):not(#cl){background-color:#fff!important;border-color:#000!important}html.cl-forced .field--cta button:not(#cl),html.cl-forced .field--out button:not(#cl),html.cl-forced .lang-trigger:not(#cl),html.cl-forced .on-black:not(#cl),html.cl-forced .pill:not([data-done=true]):not(#cl),html.cl-forced .rank-thumb:not(#cl),html.cl-forced .round:not(#cl),html.cl-forced .step-tick[data-on=true] span:not(#cl),html.cl-forced .tv-thumb:not(#cl){background-color:#000!important}html.cl-forced .field--cta button :not(#cl),html.cl-forced .field--cta button:not(#cl),html.cl-forced .field--out button :not(#cl),html.cl-forced .field--out button:not(#cl),html.cl-forced .lang-trigger :not(#cl),html.cl-forced .lang-trigger:not(#cl),html.cl-forced .on-black :not(#cl),html.cl-forced .on-black:not(#cl),html.cl-forced .pill:not([data-done=true]) :not(#cl),html.cl-forced .pill:not([data-done=true]):not(#cl),html.cl-forced .rank-thumb :not(#cl),html.cl-forced .round :not(#cl),html.cl-forced .round:not(#cl),html.cl-forced .step-tick[data-on=true] span:not(#cl),html.cl-forced .tv-thumb :not(#cl){color:#fff!important}html.cl-forced .on-black .dim:not(#cl){color:#c9c9c9!important}html.cl-forced .on-black .dimmer:not(#cl){color:#9a9a9a!important}html.cl-forced .on-black .done-check:not(#cl),html.cl-forced .on-black .field:not(.field--dim):not(#cl),html.cl-forced .tv-badge:not(#cl){background-color:#fff!important}html.cl-forced .on-black .done-check:not(#cl),html.cl-forced .on-black .field:not(.field--dim) input:not(#cl),html.cl-forced .tv-badge:not(#cl){color:#000!important}html.cl-forced .field--dim:not(#cl){background-color:#2b2b2b!important}html.cl-forced .field--dim input:not(#cl){color:#fff!important}html.cl-forced .tv-play span:not(#cl){background-color:rgba(0,0,0,.5)!important;color:#fff!important}@media (prefers-color-scheme:dark){body,html{background:#fff;color:#000}}#cl-canary{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;pointer-events:none}.lang-wrap{position:relative;display:inline-flex}.nav-links{display:flex;align-items:center;gap:12px}@media (max-width:374px){.nav-links{gap:10px}}.lang-trigger{display:inline-flex;align-items:center;gap:6px;min-height:32px;border:0;border-radius:999px;background:#000;color:#fff;font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.05em;padding:7px 12px;white-space:nowrap;cursor:pointer;transition:background .15s ease}.lang-trigger:active,.lang-trigger:hover{background:#262626}@media (max-width:599px){.lang-region{display:none}}.lang-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:40;min-width:230px;max-height:min(60vh,440px);overflow-y:auto;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.14);animation:lang-drop .14s ease}@keyframes lang-drop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-item{width:100%;border:0;background:transparent;font-family:inherit;font-size:var(--fs-note);text-align:left;cursor:pointer}.lang-item:focus-visible{outline:0;background:var(--tint)}.lang-item[aria-selected=true]{background:var(--tint)}.lang-check{display:flex;align-items:center;justify-content:center;width:20px;color:#000}@media (prefers-reduced-motion:reduce){.lang-menu{animation:none}}@font-face{font-family:__Anton_8d0e64;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6ced06489fd81a3f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Anton_8d0e64;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/aa5f74293546f6d0-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Anton_8d0e64;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/62c97acc3aa63787-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Anton_Fallback_8d0e64;src:local("Arial");ascent-override:129.70%;descent-override:36.29%;line-gap-override:0.00%;size-adjust:90.69%}.__className_8d0e64{font-family:__Anton_8d0e64,__Anton_Fallback_8d0e64;font-weight:400;font-style:normal}.__variable_8d0e64{--font-anton:"__Anton_8d0e64","__Anton_Fallback_8d0e64"}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_0fc6d3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0fc6d3{font-family:__Inter_0fc6d3,__Inter_Fallback_0fc6d3;font-style:normal}.__variable_0fc6d3{--font-inter:"__Inter_0fc6d3","__Inter_Fallback_0fc6d3"}