:root{--paper:#f7f8fc;--grid:#dce3f5;--doodle:#cdd6ee;--ink:#16193a;--hi:#ffd23f;--hi-deep:#f2b90a;--magenta:#ff3d8a;--blue:#3b5bff;--green:#24c070;--muted:#6b7090;--white:#fff;--radius:14px;--radius-sm:10px;--line:3px;--shadow:4px 4px 0 var(--ink);--shadow-sm:3px 3px 0 var(--ink);--ease-slap:cubic-bezier(.2, 1.4, .4, 1);--display:var(--font-display), "Arial Black", Impact, sans-serif;--body:var(--font-body), system-ui, -apple-system, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden}html{-webkit-text-size-adjust:100%}body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background-color:var(--paper);height:100dvh;color:var(--ink);font-family:var(--body);overscroll-behavior:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;background-image:url(/doodles.svg);background-size:420px 420px;font-size:16px;line-height:1.4}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}.tiles{-webkit-user-select:all;user-select:all}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}button,input{font:inherit;color:inherit}button{cursor:pointer}a{color:var(--blue)}:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}.display{font-family:var(--display);letter-spacing:.01em;font-weight:400}.page{max-width:430px;height:100%;padding:max(16px, env(safe-area-inset-top,0px)) max(14px, env(safe-area-inset-right,0px)) calc(14px + env(safe-area-inset-bottom,0px)) max(14px, env(safe-area-inset-left,0px));--gap:16px;gap:var(--gap);flex-direction:column;margin:0 auto;display:flex}.bottom-bar{flex:none;margin-top:auto}.bottom-bar__inner{align-items:center;gap:10px;display:flex}.bottom-bar__inner .btn{min-height:52px}.bottom-bar__counter{text-align:center;white-space:nowrap;flex:1;font-size:20px}.list,.stack{flex-direction:column;gap:16px;display:flex}.stack--tight{gap:10px}.screen{flex-direction:column;flex:auto;gap:16px;min-height:0;display:flex}.screen>:first-child,.fill--scroll>:first-child{margin-top:auto}.screen>:last-child,.fill--scroll>:last-child{margin-bottom:auto}.fill{flex:auto;min-height:0}.fill--scroll,.fill--center{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:calc(-1 * var(--gap,16px)) -14px;padding:var(--gap,16px) 14px;overflow-y:auto}.fill--center,.fill--scroll{flex-direction:column;display:flex}.fill--center>*{margin-block:auto}.fill--canvas{place-items:center stretch;display:grid}@supports (width:1cqh){.fill--canvas{justify-items:center;container-type:size}.fill--canvas .draw-canvas,.fill--canvas .guess-img,.fill--canvas .placeholder{width:min(100cqw - 30px,100cqh - 56px);max-width:none;height:auto;max-height:none}}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.row--between{justify-content:space-between}.row--center{justify-content:center}.center{text-align:center}.muted{color:var(--muted)}.small{font-size:14px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sticker{background:var(--white);border:var(--line) solid var(--ink);border-radius:var(--radius);box-shadow:var(--shadow);transform:rotate(var(--tilt,0deg));padding:20px}.sticker--hi{background:var(--hi)}.sticker--paper{background:var(--paper)}.title{font-family:var(--display);font-size:clamp(44px,12vw,72px);line-height:.95}.title--sticker{background:var(--hi);border:var(--line) solid var(--ink);box-shadow:var(--shadow);border-radius:16px;padding:8px 20px 10px;display:inline-block;transform:rotate(-2deg)}.tagline{font-size:18px;font-weight:500}.btn{border:var(--line) solid var(--ink);border-radius:var(--radius-sm);background:var(--white);min-height:48px;color:var(--ink);box-shadow:var(--shadow-sm);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:16px;font-weight:700;text-decoration:none;transition:transform 80ms,box-shadow 80ms;display:inline-flex}.btn:hover:not(:disabled){box-shadow:4px 4px 0 var(--ink);transform:translate(-1px,-1px)}.btn:active:not(:disabled){box-shadow:1px 1px 0 var(--ink);transform:translate(2px,2px)}.btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:1px 1px 0 var(--ink);transform:translate(2px,2px)}.btn--primary{background:var(--hi)}.btn--big{min-height:56px;font-family:var(--display);letter-spacing:.02em;padding:8px 30px;font-size:24px;font-weight:400;line-height:1.1}.btn--ghost{background:var(--paper)}.btn--danger{color:var(--magenta)}.btn--block{width:100%}.label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.input{border:var(--line) solid var(--ink);border-radius:var(--radius-sm);background:var(--white);width:100%;min-height:54px;padding:10px 14px;font-size:18px;box-shadow:inset 3px 3px #16193a14}.input::placeholder{color:#a3a8c2}.input:focus{outline:3px solid var(--blue);outline-offset:2px}.input--code{font-family:var(--display);letter-spacing:.45em;text-transform:uppercase;text-align:center;padding:6px 14px 6px calc(14px + .45em);font-size:30px;line-height:1.1}.field-error{color:var(--magenta);margin-top:8px;font-weight:500}.seg{border:var(--line) solid var(--ink);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow-sm);display:inline-flex;overflow:hidden}.seg__btn{background:0 0;border:0;min-height:42px;padding:8px 14px;font-weight:700}.seg__btn+.seg__btn{border-left:var(--line) solid var(--ink)}.seg__btn[aria-pressed=true]{background:var(--hi)}.seg--sm .seg__btn{min-height:34px;padding:4px 10px;font-size:14px}.hr{color:var(--muted);align-items:center;gap:12px;font-weight:500;display:flex}.hr:before,.hr:after{content:"";border-top:3px dashed var(--grid);flex:1}.tag{border:var(--line) solid var(--ink);background:var(--white);min-height:40px;box-shadow:var(--shadow-sm);transform:rotate(var(--tilt,0deg));border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-weight:700;display:inline-flex}.tag--host{background:var(--hi)}.tag--off{opacity:.6;box-shadow:none;border-style:dashed}.tag__dot{background:var(--green);border:2px solid var(--ink);border-radius:50%;width:10px;height:10px}.tag--off .tag__dot{background:var(--paper)}.tag__you{color:var(--muted);font-weight:500}.pill{border:var(--line) solid var(--ink);background:var(--white);font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:16px;line-height:1.2;display:inline-flex}.pill--hi{background:var(--hi)}.pill--magenta{background:var(--magenta);color:var(--white)}.pill--green{background:var(--green);color:var(--white)}.pill--muted{background:var(--paper);color:var(--muted)}.tiles{gap:8px;display:inline-flex}.tiles--btn{cursor:pointer;background:0 0;border:0;border-radius:10px;padding:4px}.tile{background:var(--hi);border:var(--line) solid var(--ink);width:58px;height:66px;box-shadow:var(--shadow-sm);font-family:var(--display);transform:rotate(var(--tilt,0deg));border-radius:10px;place-items:center;font-size:40px;line-height:1;display:grid}.tiles--sm{gap:4px}.tiles--sm .tile{width:28px;height:32px;box-shadow:2px 2px 0 var(--ink);border-width:2px;border-radius:6px;font-size:18px}.fuse{width:var(--fuse-size,96px);height:var(--fuse-size,96px);flex:none;place-items:center;display:grid;position:relative}.fuse svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible;transform:rotate(-90deg)scaleX(-1)}.fuse__ring{fill:var(--white);stroke:var(--ink);stroke-width:12px}.fuse__burn{fill:none;stroke:var(--hi-deep);stroke-width:6px;stroke-linecap:round;stroke-dasharray:var(--circ);stroke-dashoffset:0;animation:fuse-burn var(--dur,5s) linear var(--delay,0s) forwards}.fuse--urgent .fuse__burn{stroke:var(--magenta)}.fuse__num{font-family:var(--display);font-size:calc(var(--fuse-size,96px) * .5);animation:hop .18s var(--ease-slap);line-height:1;position:relative}.fuse--urgent .fuse__num{color:var(--magenta)}@keyframes fuse-burn{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--circ)}}@keyframes hop{0%{transform:translateY(-8px)scale(1.18)}to{transform:none}}@keyframes slap-in{0%{opacity:0;transform:scale(1.08)rotate(-2deg)}to{opacity:1;transform:scale(1) rotate(var(--tilt,0deg))}}.slap{animation:slap-in .22s var(--ease-slap) both}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)rotate(-.4deg)}75%{transform:translate(4px)rotate(.4deg)}}.shake{animation:.28s ease-in-out 2 shake}@keyframes stamp{0%{opacity:0;transform:scale(2.2)rotate(-18deg)}60%{opacity:1;transform:scale(.92)rotate(6deg)}to{opacity:1;transform:scale(1)rotate(-8deg)}}.stamp{animation:stamp .3s var(--ease-slap) both;animation-delay:var(--delay,0s)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.14)rotate(-3deg)}to{transform:scale(1)}}.pulse{animation:pulse .4s var(--ease-slap)}.confetti{pointer-events:none;z-index:50;position:fixed;inset:0;overflow:hidden}.confetti__bit{top:-24px;left:var(--x);background:var(--c);border:2px solid var(--ink);width:10px;height:16px;animation:confetti-fall var(--t) cubic-bezier(.2, .6, .4, 1) var(--d) both;border-radius:2px;position:absolute}@keyframes confetti-fall{0%{opacity:1;transform:translate(0,0)rotate(0)}to{transform:translate3d(var(--dx), 110vh, 0) rotate(720deg);opacity:.9}}.room-head{flex-wrap:wrap;flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex}.banner{text-align:center;background:var(--magenta);color:var(--white);border:var(--line) solid var(--ink);box-shadow:var(--shadow-sm);border-radius:999px;flex:none;padding:8px 14px;font-weight:700}.code-block{flex-direction:column;align-items:center;gap:12px;display:flex}.players{overscroll-behavior:contain;flex-wrap:wrap;flex:auto;align-content:flex-start;gap:12px 10px;min-height:0;margin:0 -6px;padding:8px 6px;display:flex;overflow-y:auto}.steps{gap:10px;margin:0;padding:0;list-style:none;display:grid}.steps li{align-items:flex-start;gap:10px;display:flex}.how>summary{cursor:pointer;justify-content:space-between;align-items:center;font-size:22px;list-style:none;display:flex}.how>summary::-webkit-details-marker{display:none}.how>summary:after{content:"+";font-size:26px;line-height:1}.how[open]>summary:after{content:"–"}.how[open] .steps{margin-top:12px}.steps__n{background:var(--hi);border:2px solid var(--ink);width:28px;height:28px;font-family:var(--display);border-radius:50%;flex:none;place-items:center;font-size:15px;display:grid}.toast{left:50%;bottom:calc(96px + env(safe-area-inset-bottom,0px));z-index:60;background:var(--ink);color:var(--white);box-shadow:3px 3px 0 var(--hi);animation:slap-in .2s var(--ease-slap) both;border-radius:999px;padding:10px 18px;font-weight:700;position:fixed;transform:translate(-50%)}.phase-title{font-size:20px;font-weight:500}.word-card{--tilt:-1.2deg;padding:10px 22px 12px;display:inline-block}.word{font-family:var(--display);text-transform:uppercase;letter-spacing:.02em;font-size:clamp(34px,9vw,56px);line-height:1}.canvas-card{border-color:var(--marker,var(--ink));margin-top:26px;padding:12px;position:relative}.marker-chip{border:var(--line) solid var(--ink);background:var(--white);border-radius:999px;align-items:center;gap:8px;padding:6px 12px 6px 8px;font-size:14px;font-weight:700;display:inline-flex}.swatch{border:2px solid var(--ink);background:var(--c,var(--ink));border-radius:50%;flex:none;width:20px;height:20px}.pause{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 20px 24px;display:flex}.pause__msg{font-size:26px;line-height:1.15}.pause-bar{border:2px solid var(--ink);background:var(--white);border-radius:999px;width:100%;height:12px;overflow:hidden}.pause-bar span{background:var(--hi);transform-origin:0;height:100%;animation:pause-fill var(--dur,2s) linear var(--delay,0s) forwards;display:block}@keyframes pause-fill{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.canvas-card .fuse{z-index:2;position:absolute;top:-34px;right:-14px}.draw-canvas{aspect-ratio:1;border:var(--line) solid var(--ink);touch-action:none;cursor:crosshair;background:#fff;border-radius:10px;width:100%;max-width:360px;margin:0 auto;display:block}.draw-canvas.is-locked{pointer-events:none}.canvas-overlay{font-family:var(--display);text-align:center;background:#f7f8fcc7;border-radius:10px;place-items:center;padding:16px;font-size:26px;line-height:1.1;display:grid;position:absolute;inset:12px}.guess-img{aspect-ratio:1;object-fit:contain;border:var(--line) solid var(--ink);background:#fff;border-radius:10px;width:100%;max-width:320px;margin:0 auto;display:block}.placeholder{aspect-ratio:1;border:var(--line) dashed var(--ink);width:100%;max-width:320px;color:var(--muted);text-align:center;background:#fff9;border-radius:10px;place-items:center;margin:0 auto;padding:16px;font-weight:500;display:grid}.guess-form{gap:10px;min-height:54px;display:flex}.guess-form .input{flex:1;min-width:0}.starting{flex-direction:column;align-items:center;gap:18px;padding:36px 20px;display:flex}.score{font-family:var(--display);white-space:nowrap;padding:2px 14px;font-size:26px}.rcard{background:var(--white);border:var(--line) solid var(--ink);box-shadow:var(--shadow-sm);transform:rotate(var(--tilt,0deg));border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:10px;display:flex;position:relative}.rcard img,.rcard canvas,.rcard .placeholder{--meta-h:70px;--big:min(100%, 60vh);width:var(--big);aspect-ratio:1;border:2px solid var(--ink);object-fit:contain;background:#fff;border-radius:8px;max-width:none;height:auto;max-height:none;margin:0;display:block}.rcard .placeholder{place-items:center;padding:8px;font-size:14px;display:grid}.fill--carousel{flex-direction:column;gap:8px;min-height:0;display:flex}.carousel{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;min-height:0;margin:calc(-1 * var(--gap,16px)) -14px 0;padding:var(--gap,16px) 14px 6px;flex:auto;align-items:center;gap:28px;scroll-padding-inline:14px;display:flex;overflow:auto hidden}.carousel::-webkit-scrollbar{display:none}.carousel--locked{scroll-snap-type:none;touch-action:pan-y;overflow-x:hidden}.carousel:not(.carousel--locked){cursor:grab;outline:none}.carousel.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;-webkit-user-select:none;user-select:none}.rcard__guess{transition:opacity .25s}.rcard__guess--pending{opacity:0}.carousel>.slide{box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;flex:0 0 100%;align-items:center;gap:10px;display:flex}.slide>.rcard{width:100%}@supports (width:1cqh){.carousel{container-type:size}.rcard img,.rcard canvas,.rcard .placeholder{--big:min(100%, calc(100cqh - var(--gap,16px) - 6px - var(--meta-h) - 8px - 26px - 18px))}}.reveal-bar{flex:none;justify-content:center;width:100%;height:8px;display:flex}.pause-bar--reveal{width:min(160px,60%);height:8px}.dots{flex:none;justify-content:center;gap:8px;display:flex}.dot{border:2px solid var(--ink);background:var(--white);cursor:pointer;border-radius:50%;width:12px;height:12px;padding:0}.dot--on{background:var(--ink)}.dot--later{opacity:.35}.dot:disabled{cursor:default}.rcard__meta{text-align:center;flex-direction:column;justify-content:center;gap:4px;width:100%;min-width:0;height:70px;display:flex;overflow:hidden}.rcard__team{font-family:var(--display);white-space:nowrap;text-overflow:ellipsis;font-size:20px;line-height:1.1;overflow:hidden}.rcard__guess{white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:1.3;overflow:hidden}.rank{grid-template-columns:48px 1fr auto;align-items:center;gap:10px;padding:10px 14px;display:grid}.rank__pos{font-size:30px}.rank__names{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;display:flex}.card__stamp{border:var(--line) solid var(--ink);width:40px;height:40px;font-family:var(--display);color:var(--white);box-shadow:2px 2px 0 var(--ink);border-radius:50%;place-items:center;font-size:22px;display:grid;position:absolute;top:-14px;right:-10px}.card__stamp--ok{background:var(--green)}.card__stamp--no{background:var(--magenta)}.card__meta{margin-top:8px;font-size:14px;line-height:1.35}.card__word{font-weight:700}.card__guess--ok{color:var(--green);font-weight:700}.card__guess--no{color:var(--magenta);font-weight:500}.card__who{color:var(--muted);margin-top:4px;font-size:12px}@media (prefers-reduced-motion:reduce){.slap,.fuse__num,.shake,.stamp,.pulse,.toast{animation:none!important}.confetti{display:none}.btn{transition:none}}@media (max-width:420px){.tile{width:50px;height:58px;font-size:34px}.canvas-card .fuse{top:-30px;right:-6px}}@media (max-height:700px){.page{--gap:12px}.screen{gap:12px}.title{font-size:clamp(32px,9vw,44px)}.sticker:not(.canvas-card){padding:16px}.sticker.stack{gap:12px}.input{min-height:48px;padding-top:8px;padding-bottom:8px}.btn--big{min-height:50px}.label{margin-bottom:4px}.how>summary{font-size:20px;line-height:1.2}}
@font-face{font-family:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(../media/cacf9cec150447d7-s.p.0en9w24nf0_f1.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:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c432471d2cba538b-s.p.158it8xay914_.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:Lilita One Fallback;src:local(Arial);ascent-override:96.14%;descent-override:22.91%;line-gap-override:0.0%;size-adjust:96.01%}.lilita_one_3dce43a3-module__ugSsaW__className{font-family:Lilita One,Lilita One Fallback;font-style:normal;font-weight:400}.lilita_one_3dce43a3-module__ugSsaW__variable{--font-display:"Lilita One", "Lilita One Fallback"}
@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/098850a6eb1f8577-s.2f577igfy6zek.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6dac7af80352e41b-s.2ofvzoy5xjn1c.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:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/21445b8bd0ec5702-s.3ncsaruqasduw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.45a19n6z-i3ph.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.p.3s-jl_297nmfs.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:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.1er88gr2sg4r_.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:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/098850a6eb1f8577-s.2f577igfy6zek.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6dac7af80352e41b-s.2ofvzoy5xjn1c.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:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/21445b8bd0ec5702-s.3ncsaruqasduw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.45a19n6z-i3ph.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.p.3s-jl_297nmfs.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:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.1er88gr2sg4r_.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:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/098850a6eb1f8577-s.2f577igfy6zek.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6dac7af80352e41b-s.2ofvzoy5xjn1c.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:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/21445b8bd0ec5702-s.3ncsaruqasduw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.45a19n6z-i3ph.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.p.3s-jl_297nmfs.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:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.p.1er88gr2sg4r_.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:Rubik Fallback;src:local(Arial);ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.0%;size-adjust:104.98%}.rubik_76cbe661-module__L7PsbG__className{font-family:Rubik,Rubik Fallback;font-style:normal}.rubik_76cbe661-module__L7PsbG__variable{--font-body:"Rubik", "Rubik Fallback"}
