:root{--green:#1a8c4f;--green-2:#147a43;--lime:#c6e84a;--ink:#1a1a1a;--muted:#6e6e6e;--line:#e6ebe4;--paper:#f4f7f2;--card:#ffffff;--ok:#1a8c4f;--miss:#d9480f;--mic:#1a8c4f;--shadow:0 8px 24px rgba(26,140,79,0.08);--radius:16px;--tab:64px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-ui),system-ui,sans-serif;background:var(--paper);color:var(--ink);min-height:100dvh;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.wrap{width:min(560px,100%);margin:0 auto;padding:12px 16px calc(var(--tab) + 24px + env(safe-area-inset-bottom))}.top{justify-content:space-between;gap:12px;margin-bottom:12px}.top,.top-actions{display:flex;align-items:center}.top-actions{gap:8px;margin-left:auto}.sound-toggle{width:48px;min-height:48px;padding:0;border:0;border-radius:12px;background:transparent;color:var(--muted);cursor:pointer;display:grid;place-items:center;flex-shrink:0}.sound-toggle svg{width:22px;height:22px}.sound-toggle.is-off{color:#8a7a68}.desk-nav{display:none;gap:4px}.desk-nav a{border-radius:12px;padding:10px 14px;min-height:48px;display:inline-flex;align-items:center;font-weight:700;color:var(--muted)}.desk-nav a.active{background:#e5f6eb;color:var(--green)}.brand{display:flex;align-items:flex-start;gap:8px}.brand-mark{display:block;width:28px;height:28px;flex-shrink:0}.brand b{display:block;font-size:22px;font-weight:800;letter-spacing:-.04em;color:var(--green);line-height:1}.brand span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.nav{display:flex;gap:8px;flex-wrap:wrap}.btn,.danger,.ghost,.nav a{border:0;background:var(--card);border-radius:12px;padding:12px 16px;cursor:pointer;min-height:48px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.ghost{background:transparent;color:var(--muted);font-weight:600}.btn,.btn.accent{background:var(--green);color:#fff}.btn.secondary{background:var(--paper);color:var(--ink)}.fridge-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:16px}.fridge-actions .btn{width:100%}.portions-pick{justify-content:space-between;gap:12px;flex:1 1;font-weight:700}.portions-pick,.portions-step{display:flex;align-items:center}.portions-step{gap:8px}.portions-step b{min-width:1.6em;text-align:center;font-size:22px}.portions-step .btn{width:48px;min-width:48px;padding:0}.btn:disabled{opacity:.5;cursor:not-allowed}.danger{color:var(--miss);background:transparent;min-height:40px;padding:8px 10px}h1,h2{font-weight:800;letter-spacing:-.03em;margin:0 0 8px}h1{font-size:28px;line-height:1.15}h2{font-size:20px}p.lead{color:var(--muted);font-size:15px;margin:0 0 16px;line-height:1.45}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.grid{display:grid;grid-gap:12px;gap:12px}.grid.two{grid-template-columns:1fr;align-items:start}.recipe-card{display:flex;flex-direction:column}.recipe-card h2{margin-bottom:8px}.item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.item:last-child{border-bottom:0}.qty{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:14px}.qty,.tag{color:var(--muted)}.tag{font-size:12px;font-weight:700;padding:4px 8px;border-radius:999px;background:var(--paper);display:inline-block}.tag.ok{background:#e5f6eb;color:var(--ok)}.tag.miss{background:#ffe8dc;color:var(--miss)}.row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}input,select{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;min-width:0;min-height:48px}input[type=number]{width:88px}.grow{flex:1 1}.err{color:var(--miss);margin:8px 0;font-size:14px}.promo-code{display:grid;justify-items:center;margin-top:-2px}.promo-code-row{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.promo-code .ghost{min-height:32px;padding:0 8px;color:var(--green);font-weight:800;letter-spacing:.04em}.promo-hint{font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap}.promo-code>span{display:block;height:14px;font-size:11px;font-weight:700;color:var(--green);line-height:14px;visibility:hidden}.promo-code>span.on{visibility:visible}.listen-card{display:flex;flex-direction:column;gap:8px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;margin-bottom:16px;box-shadow:var(--shadow);transition:background .2s,border-color .2s,box-shadow .2s}.listen-card.listen-fridge{height:200px}.listen-card.listen-recipes{min-height:220px}.listen-card.listen-cook{min-height:260px;margin-bottom:12px}.listen-card.listen-fridge.listen-blocked{height:auto;min-height:200px}.listen-state{display:flex;align-items:center;gap:10px}.listen-ico{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--paper);color:var(--muted);flex-shrink:0}.listen-ico svg{width:18px;height:18px}.listen-copy{min-width:0;flex:1 1}.listen-card b{display:block;font-size:15px;font-weight:700;line-height:1.25;min-height:1.25em}.listen-card.listen-idle .listen-ico{background:#eef1ea;color:#7a8578}.listen-card.listen-listen{background:#e8f6ee;border-color:#9ad4b3;box-shadow:0 8px 24px rgba(26,140,79,.14)}.listen-card.listen-listen .listen-ico{background:var(--green);color:#fff;animation:pulse 1.2s ease-in-out infinite}.listen-card.listen-listen .listen-copy b{color:var(--green-2)}.listen-card.listen-capture{background:#f4f8e8;border-color:#c6e84a}.listen-card.listen-capture .listen-ico{background:var(--lime);color:#14261a;animation:pulse 1.2s ease-in-out infinite}.listen-card.listen-capture .listen-copy b{color:#4a6a12}.listen-card.listen-busy .listen-ico{background:var(--green);color:#fff;animation:pulse 1.2s ease-in-out infinite}.listen-card.listen-busy .listen-copy b{color:var(--green-2)}.listen-card.listen-blocked .listen-ico{background:#f3eee6;color:#8a7a68}.listen-card.listen-blocked .listen-copy b{color:#5c5348}.listen-cmds{margin:0;padding:0;display:grid;grid-gap:6px;gap:6px;align-content:start}.listen-fridge .listen-cmds{grid-template-rows:repeat(2,38px)}.listen-recipes .listen-cmds{grid-template-rows:38px 52px 38px}.listen-cook .listen-cmds{grid-template-rows:38px 38px 52px 52px}.listen-cook.listen-confirm .listen-cmds{grid-template-rows:38px 38px}.listen-cmd.is-wide{height:52px;white-space:normal;line-height:1.25}.listen-cmds.is-capture{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.listen-cmds.is-capture .listen-example{flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;height:auto;min-height:52px;padding:8px 12px;line-height:1.35}.listen-cmds.is-capture .listen-example span{font-weight:700;color:#4a6a12}.listen-say-hint{gap:4px;cursor:pointer}.listen-say-hint span{font-weight:700}.listen-cmds.is-blocked{display:flex;flex-direction:column;align-items:stretch;flex:1 1;min-height:0;grid-template-rows:none}.listen-cmds.is-ghost{visibility:hidden;pointer-events:none}.listen-cmds.is-wait{grid-template-rows:none}.listen-cmds.is-wait,.listen-wait{display:flex;flex-direction:column}.listen-wait{gap:6px;width:100%}.listen-wait span{display:block;height:38px;border-radius:10px;background:#e8f0e6;transform-origin:left center;animation:listen-wait 1.4s ease-in-out infinite}.listen-wait span:first-child{width:92%}.listen-wait span:nth-child(2){width:74%;animation-delay:.18s}.listen-wait span:nth-child(3){width:83%;animation-delay:.36s}@keyframes listen-wait{0%,to{opacity:.4}50%{opacity:1;background:#d8eedd}}.listen-cmd{width:100%;height:38px;text-align:left;border:0;background:var(--paper);border-radius:10px;padding:0 10px;font-size:14px;font-weight:700;color:inherit;cursor:pointer}.listen-cmd:active{transform:scale(.99)}.listen-cmd.listen-denied{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;height:auto;min-height:0;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.35;white-space:normal}.listen-cmd.listen-denied span{font-weight:700;color:var(--ink)}.listen-example{display:flex;align-items:center;margin:0;font-weight:600;color:var(--muted);cursor:default}.listen-card.listen-capture .listen-cmd,.listen-card.listen-listen .listen-cmd{background:rgba(255,255,255,.72)}.listen-card.listen-capture .listen-example{background:rgba(255,255,255,.55)}.listen-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px}.listen-foot.is-capture{margin-top:auto;flex-direction:column;align-items:stretch;justify-content:flex-end;min-height:0;gap:4px}.listen-foot.is-capture .listen-err:empty{display:none}.listen-cook .listen-foot,.listen-fridge .listen-foot{margin-top:auto}.listen-err,.listen-ok{min-height:18px;font-size:13px;line-height:18px}.listen-err{color:var(--miss)}.listen-ok{color:var(--green-2);font-weight:600}.listen-capture-end{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.listen-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:6px}.listen-hint{color:var(--muted);font-size:12px;font-weight:600;line-height:1.2}.listen-stop{height:30px;padding:0 12px;border:1px solid #8a9a7a;background:transparent;border-radius:8px;font-size:13px;font-weight:700;color:#5a6a4a;cursor:pointer}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;background:#fff;border-top:1px solid var(--line);padding:6px 8px env(safe-area-inset-bottom)}.tabbar a{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;font-size:12px;font-weight:700;color:var(--muted)}.tabbar a.active{color:var(--green)}.tabbar svg{width:24px;height:24px}.howto-scrim{position:fixed;inset:0;z-index:40;background:rgba(26,26,26,.45);display:flex;align-items:flex-end;justify-content:center;padding:12px}.howto{width:min(520px,100%);background:#fff;border-radius:24px 24px 16px 16px;padding:24px 20px 20px;margin-bottom:env(safe-area-inset-bottom)}.howto-kicker{color:var(--green);font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px}.howto-steps{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-gap:14px;gap:14px}.howto-steps li{display:flex;gap:12px;align-items:flex-start}.howto-steps span{width:32px;height:32px;border-radius:50%;background:var(--lime);color:var(--ink);font-weight:800;display:grid;place-items:center;flex-shrink:0}.howto-steps p{margin:4px 0 0;color:var(--muted);font-size:14px}.howto .btn{width:100%}.login{min-height:100dvh;padding:28px 20px 32px;width:min(440px,100%);margin:0 auto}.login .brand{margin-bottom:20px}.login .btn,.login .ghost{width:100%}.auth-switch{margin:4px 0 0;text-align:center;font-size:14px;color:var(--muted)}.auth-switch a{color:var(--ink);font-weight:700}.login .ok{color:#1a7f4b;font-size:14px;font-weight:700}.login .muted{color:var(--muted);margin:0}.circles{display:flex;gap:12px;margin:16px 0 24px}.circles div{flex:1 1;text-align:center;font-size:12px;font-weight:700;color:var(--ink)}.circles i{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;font-style:normal;font-size:22px;background:#e5f6eb}.cook{position:relative;min-height:100dvh;display:flex;flex-direction:column;padding:12px 16px calc(16px + env(safe-area-inset-bottom));background:#fff}.cook .sound-toggle{position:absolute;top:4px;right:8px}.cook-title{margin:0 48px 10px 0;color:var(--green);font-size:18px;font-weight:800;line-height:1.3}.cook-step{text-align:left;padding:4px 0 12px}.cook-step .n{color:var(--green);font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.cook-step p{font-size:clamp(20px,5vw,28px);font-weight:700;line-height:1.35;margin:0}.cook-timer{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 16px;text-align:center;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.cook-timer.is-ring{background:#e8f6ee;border-color:#9ad4b3;animation:cook-timer-ring .85s ease-in-out infinite}.cook-timer-label{color:var(--green);font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase}.cook-timer b{font-size:clamp(28px,8vw,40px);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1}.cook-timer.is-ring b{color:var(--green-2);animation:cook-timer-pop .85s ease-in-out infinite}@keyframes cook-timer-ring{0%,to{box-shadow:0 0 0 0 rgba(26,140,79,.4)}50%{box-shadow:0 0 0 14px rgba(26,140,79,0);background:#d4f0df}}@keyframes cook-timer-pop{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.cook-bar{margin-top:auto;display:flex;justify-content:flex-end;gap:8px;padding-top:16px}.cook-bar .ghost{background:var(--paper);color:var(--ink)}.cook .lead{margin-bottom:8px}@keyframes pulse{0%,to{box-shadow:0 0 0 0 rgba(26,140,79,.45)}50%{box-shadow:0 0 0 14px rgba(26,140,79,0)}}.recipe-actions{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:0}.recipe-actions .btn{width:100%}.recipe-order{display:grid}.recipe-more{color:var(--ink);font-size:16px;font-weight:800;margin:20px 0 12px}.recipe-more:first-of-type{margin-top:4px}ul{margin:8px 0 0;padding-left:18px;color:var(--muted);font-size:14px}ul li{margin:4px 0}@media (min-width:720px){.grid.two{grid-template-columns:1fr 1fr;align-items:stretch}.recipe-card{height:100%}.recipe-actions{margin-top:auto;padding-top:16px;min-height:148px}.howto-scrim{align-items:center}.tabbar{display:none}.desk-nav{display:flex}.wrap{padding-bottom:40px;width:min(920px,calc(100% - 32px))}}.voice-debug{position:fixed;right:8px;left:auto;bottom:calc(var(--tab) + 8px + env(safe-area-inset-bottom));z-index:80;width:min(360px,calc(100% - 16px));margin:0;background:rgba(18,22,18,.92);color:#e8eee8;border-radius:12px;font-size:12px;line-height:1.35;box-shadow:0 8px 24px rgba(0,0,0,.25)}.voice-debug.closed{width:auto}.voice-debug-bar{display:flex;justify-content:space-between;gap:8px;padding:6px 10px}.voice-debug-bar button{background:transparent;border:0;color:#9ad4ae;font:inherit;font-weight:700;padding:4px;cursor:pointer}.voice-debug-list{max-height:28vh;overflow:auto;padding:0 10px 10px}.voice-debug-list p{margin:0 0 6px}.voice-debug-list .you b{color:#c6e84a}.voice-debug-list .chef b{color:#7ec8ff}.voice-debug-list .live{opacity:.65}.voice-debug-list .empty{color:#8a8a8a}@media (min-width:720px){.voice-debug{bottom:12px;right:12px}}.land{width:100%;min-height:100dvh;padding:0 0 calc(76px + env(safe-area-inset-bottom));background:var(--paper)}.land-inner{width:min(520px,100%);margin:0 auto;padding:0 16px}.land-hero-band{background:radial-gradient(120% 80% at 100% -10%,rgba(198,232,74,.28),transparent 50%),radial-gradient(90% 60% at -20% 110%,rgba(0,0,0,.25),transparent 45%),linear-gradient(165deg,#1a8c4f,#147a43 42%,#0e4f2c);color:#fff;padding:14px 0 40px;margin-bottom:8px}.land-hero-band .brand b{color:#fff}.land-hero-band .brand span{color:rgba(255,255,255,.72)}.land-hero-band .ghost{color:rgba(255,255,255,.88)}.land-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px;margin-bottom:28px}.land-kicker{margin:0 0 10px;color:var(--lime);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.land-hero h1{margin:0 0 14px;font-size:clamp(34px,9vw,46px);line-height:1.05;letter-spacing:-.05em;font-weight:800}.land-hero .lead{color:rgba(255,255,255,.82);font-size:16px;line-height:1.45;margin:0 0 18px}.land-cta-lime{width:100%;min-height:52px;font-size:17px;background:var(--lime);color:#14261a;box-shadow:0 10px 28px rgba(198,232,74,.28)}.land-note{margin:12px 0 0;color:rgba(255,255,255,.62);font-size:13px;text-align:center}.land-phone{margin-top:28px;background:rgba(8,22,14,.45);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:12px 12px 16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 40px rgba(0,0,0,.22)}.land-phone-bar{display:flex;align-items:center;gap:8px;color:var(--lime);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.land-mic{width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 0 rgba(198,232,74,.6);animation:land-pulse 1.7s ease-out infinite}.land-bubble{margin:0 0 8px;max-width:92%;padding:10px 12px;border-radius:16px;font-size:14px;line-height:1.35;font-weight:700;opacity:0}.land-bubble.you{background:#c6e84a;color:#14261a;border-bottom-right-radius:4px;margin-left:auto}.land-bubble.chef{background:rgba(255,255,255,.1);color:#f2f7f2;border-bottom-left-radius:4px}.land-phone.is-live .land-bubble{animation:land-up .55s ease both}.land-phone.is-live .land-bubble:nth-child(2){animation-delay:.15s}.land-phone.is-live .land-bubble:nth-child(3){animation-delay:.45s}.land-phone.is-live .land-bubble:nth-child(4){animation-delay:.75s}.land-phone.is-live .land-bubble:nth-child(5){animation-delay:1.05s}@keyframes land-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes land-pulse{0%{box-shadow:0 0 0 0 rgba(198,232,74,.55)}70%{box-shadow:0 0 0 10px rgba(198,232,74,0)}to{box-shadow:0 0 0 0 rgba(198,232,74,0)}}.land-rest{padding-top:28px;padding-bottom:12px}.land-pain{margin:0 0 20px;font-size:22px;font-weight:800;letter-spacing:-.04em;line-height:1.2}.land-steps{list-style:none;margin:0 0 22px;padding:0;display:grid;grid-gap:10px;gap:10px}.land-steps li{display:flex;gap:12px;background:var(--card);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.land-steps i{width:36px;height:36px;border-radius:50%;background:var(--lime);color:#14261a;display:grid;place-items:center;font-style:normal;font-weight:800;flex-shrink:0}.land-steps p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.land-dish{background:var(--card);border-radius:20px;padding:16px;box-shadow:var(--shadow);margin-bottom:16px}.land-dish h2{margin:0;font-size:20px}.land-dish-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.land-dish ul{margin:10px 0 14px;padding:0;list-style:none}.land-dish li{display:flex;justify-content:space-between;gap:8px;padding:6px 0;border-top:1px solid var(--line);font-size:14px;font-weight:700}.land-dish-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.land-dish-actions span{display:grid;place-items:center;min-height:44px;border-radius:12px;font-size:13px;font-weight:800;text-align:center;padding:8px}.land-dish-actions span:first-child{background:#1a1a1a;color:#fff}.land-dish-actions .ghost-like{background:var(--paper);color:var(--muted)}.land-points{display:grid;grid-gap:10px;gap:10px;margin-bottom:8px}.land-points article{background:var(--card);border-radius:var(--radius);padding:14px 16px}.land-points p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.land-foot{width:min(520px,100%);margin:0 auto;padding:8px 16px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.land-foot a{color:var(--muted);font-size:13px;font-weight:700}.policy{padding-bottom:48px;max-width:720px}.policy h2{margin-top:28px}.policy li,.policy p{font-size:15px;line-height:1.5;font-weight:600}.policy ul{margin:8px 0 16px;padding-left:20px;color:var(--ink)}.policy a{color:var(--green);font-weight:700}.policy-back{margin-top:32px}.land-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(180deg,transparent,var(--paper) 28%)}.land-bar .btn{width:min(520px,100%);margin:0 auto;display:flex}@media (prefers-reduced-motion:reduce){.land-bubble,.land-mic{animation:none}.land-bubble{opacity:1}}.stats{width:min(640px,100%);margin:0 auto;padding:20px 16px 48px}.stats h2{font-size:18px;margin:24px 0 10px}.stats-kpi{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:16px 0}.stats-kpi div{background:var(--card);border-radius:12px;padding:12px}.stats-kpi b{display:block;font-size:22px}.stats-kpi span{color:var(--muted);font-size:12px}.stats-verdict{border-radius:var(--radius);padding:14px 16px;margin:16px 0}.stats-verdict p{margin:6px 0 0;line-height:1.45}.stats-verdict.go{background:#e5f6eb}.stats-verdict.wait{background:#eef1ea}.stats-verdict.mix{background:#fff4d6}.stats-verdict.stop{background:#fde8e0}.stats-funnel{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.stats-funnel-row{display:flex;justify-content:space-between;gap:8px;font-size:14px}.stats-funnel i{display:block;height:8px;border-radius:99px;background:var(--green);margin-top:6px;min-width:4px}.stats-table{background:var(--card);border-radius:var(--radius);overflow:hidden}.stats-tr{display:grid;grid-template-columns:1.6fr .6fr .6fr .5fr .6fr;grid-gap:6px;gap:6px;padding:10px 12px;font-size:13px;border-top:1px solid var(--line)}.stats-tr.head{font-weight:800;color:var(--muted);border:0;font-size:11px}.stats code{font-size:12px;background:var(--card);padding:2px 6px;border-radius:6px}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.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:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.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:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.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:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:Nunito Fallback;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_262de3{font-family:Nunito,Nunito Fallback;font-style:normal}.__variable_262de3{--font-ui:"Nunito","Nunito Fallback"}