:root{--hf-cream: #f7f3e9;--hf-paper: #fffdf8;--hf-sand: #eadcc4;--hf-orange: #e67e22;--hf-orange-dark: #c85f12;--hf-rust: #c2482a;--hf-green: #245a38;--hf-green-bright: #2e7d32;--hf-sage: #5a6857;--hf-navy: #1f2937;--hf-ink: #18241d;--hf-ink-soft: #304238;--hf-muted: #6b746e;--hf-line: rgb(32 77 48 / .12);--hf-line-strong: rgb(32 77 48 / .24);--hf-error: #b43c2b;--hf-success: #2e7d4f;--hf-display: "Playfair Display", Georgia, serif;--hf-body: "Inter", system-ui, sans-serif;--hf-page-pad: clamp(18px, 4vw, 60px);--hf-container: 1240px;--hf-radius-sm: 8px;--hf-radius-md: 16px;--hf-radius-lg: 26px;--hf-shadow: 0 20px 55px rgb(35 66 43 / .1);--color-primary: var(--hf-green);--color-primary-hover: #19462b;--color-accent: var(--hf-orange);--color-accent-dark: var(--hf-orange-dark);--color-accent-light: rgb(230 126 34 / .1);--color-bg: var(--hf-cream);--color-white: #fff;--color-text: var(--hf-ink);--color-text-secondary: var(--hf-ink-soft);--color-text-muted: var(--hf-muted);--color-border: var(--hf-line);--color-neutral-50: #fbf8f1;--color-neutral-100: #f7f3e9;--color-neutral-200: #ece4d6;--color-neutral-300: #d7ccba;--color-error: #b43c2b;--color-error-light: rgb(180 60 43 / .1);--color-success: #2e7d4f;--color-warning: #b47724;--font-display: var(--hf-display);--font-body: var(--hf-body);--page-width: var(--hf-container);--page-padding: var(--hf-page-pad);--section-space: clamp(72px, 9vw, 124px);--radius-sm: var(--hf-radius-sm);--radius-md: var(--hf-radius-md);--radius-lg: var(--hf-radius-lg);--shadow-soft: var(--hf-shadow);--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--text-5xl: 40px;--text-h1: clamp(34px, 4vw, 40px);--text-h2: clamp(28px, 3vw, 38px);--text-h3: clamp(21px, 2vw, 28px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body{width:100%;max-width:100%;min-height:100%;overflow-x:clip}body{color:var(--hf-ink);background:var(--hf-cream);font-family:var(--hf-body);font-weight:400;line-height:1.6}#app{display:flex;width:100%;max-width:100%;min-height:100vh;min-height:100dvh;flex-direction:column;overflow-x:clip}main,section,article,header,footer,nav,form,fieldset{max-width:100%;min-width:0}p,li,dt,dd,td,th,label,span,strong,small{overflow-wrap:anywhere}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{max-width:100%;min-width:0;color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{max-width:100%;color:var(--hf-ink);font-family:var(--hf-display);font-weight:600;letter-spacing:-.035em;line-height:1.08}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}::selection{color:#fff;background:var(--hf-orange)}:focus-visible{outline:2px solid var(--hf-orange);outline-offset:3px}.hf-container{width:min(100%,calc(var(--hf-container) + var(--hf-page-pad) * 2));max-width:100%;min-width:0;margin-inline:auto;padding-inline:var(--hf-page-pad)}.hf-section{padding-block:var(--section-space)}.hf-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--hf-orange-dark);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.hf-eyebrow:before{width:24px;height:1px;background:currentColor;content:""}.hf-lead{color:var(--hf-muted);font-size:clamp(14px,1.5vw,17px);line-height:1.7}.hf-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;padding:12px 21px;border:1px solid var(--hf-orange);border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--hf-orange),#ee8a21);box-shadow:0 9px 22px #e67e2233;font-size:12px;font-weight:750;letter-spacing:-.01em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hf-button:hover{background:linear-gradient(135deg,var(--hf-orange-dark),var(--hf-orange));box-shadow:0 12px 28px #e67e2247;transform:translateY(-2px)}.hf-button--secondary{border-color:#ffffffb3;color:#fff;background:#10281a47;box-shadow:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.hf-button--secondary:hover{background:#10281a7a}.hf-button--outline{border-color:var(--hf-line-strong);color:var(--hf-green);background:transparent;box-shadow:none}.hf-button--outline:hover{color:#fff;background:var(--hf-green)}.hf-button--small{min-height:38px;padding:9px 15px;font-size:10px}.hf-card{max-width:100%;min-width:0;border:1px solid var(--hf-line);border-radius:var(--hf-radius-md);background:var(--hf-paper);box-shadow:var(--hf-shadow)}.hf-field{display:grid;gap:7px}.hf-field label{color:var(--hf-ink-soft);font-size:10px;font-weight:700}.hf-field input,.hf-field select{width:100%;height:48px;padding:0 14px;border:1px solid var(--hf-line-strong);border-radius:8px;outline:0;background:var(--hf-paper);font-size:13px;transition:border-color .2s ease,box-shadow .2s ease}.hf-field input:focus,.hf-field select:focus{border-color:var(--hf-green);box-shadow:0 0 0 3px #245a3814}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--hf-cream)}::-webkit-scrollbar-thumb{border-radius:8px;background:var(--hf-sand)}@media (max-width: 767px){:root{--hf-page-pad: 18px;--section-space: 72px}body{padding-bottom:62px;scrollbar-width:none}::-webkit-scrollbar{display:none}.hf-button{min-height:48px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header.svelte-y6kavj{position:sticky;top:0;z-index:80;border-bottom:1px solid rgb(31 75 49 / .1);background:#fffcf6f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner.svelte-y6kavj{min-height:76px;display:flex;align-items:center;gap:32px}.site-header__logo.svelte-y6kavj{display:inline-flex;flex:0 0 auto}.site-header__nav.svelte-y6kavj{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.5vw,38px);margin-left:auto}.site-header__nav.svelte-y6kavj a:where(.svelte-y6kavj){position:relative;padding:27px 0 25px;color:var(--hf-ink-soft);font-size:13px;font-weight:600}.site-header__nav.svelte-y6kavj a:where(.svelte-y6kavj):after{position:absolute;right:0;bottom:19px;left:0;height:1px;background:var(--hf-green);content:"";transform:scaleX(0);transition:transform .2s ease}.site-header__nav.svelte-y6kavj a:where(.svelte-y6kavj):hover:after,.site-header__nav.svelte-y6kavj a.active:where(.svelte-y6kavj):after{transform:scaleX(1)}.site-header__actions.svelte-y6kavj{display:flex;align-items:center;gap:10px;margin-left:auto}.header-login.svelte-y6kavj{padding:9px 13px;border:1px solid var(--hf-line-strong);border-radius:7px;color:var(--hf-green);font-size:12px;font-weight:650}.header-auth-loading.svelte-y6kavj{width:76px;height:36px;border-radius:7px;background:#1f4b310f}.header-account.svelte-y6kavj{position:relative}.header-account__trigger.svelte-y6kavj{display:flex;min-height:36px;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--hf-line-strong);border-radius:7px;color:var(--hf-green);background:transparent;font:inherit;font-size:12px;font-weight:650;cursor:pointer;transition:border-color .2s ease,background .2s ease}.header-account__trigger.svelte-y6kavj:hover,.header-account__trigger.active.svelte-y6kavj{border-color:var(--hf-green);background:#1f4b310d}.header-account__menu.svelte-y6kavj{position:absolute;top:calc(100% + 9px);right:0;display:grid;min-width:176px;overflow:hidden;padding:6px;border:1px solid var(--hf-line);border-radius:10px;background:var(--hf-cream);box-shadow:0 16px 38px #1a362524}.header-account__menu.svelte-y6kavj a:where(.svelte-y6kavj),.header-account__menu.svelte-y6kavj button:where(.svelte-y6kavj){display:flex;width:100%;align-items:center;gap:9px;padding:10px;border:0;border-radius:7px;color:var(--hf-ink);background:transparent;font:inherit;font-size:12px;font-weight:600;text-align:left;cursor:pointer}.header-account__menu.svelte-y6kavj a:where(.svelte-y6kavj):hover,.header-account__menu.svelte-y6kavj button:where(.svelte-y6kavj):hover{color:var(--hf-green);background:#1f4b310f}.header-account__menu.svelte-y6kavj button:where(.svelte-y6kavj):last-child{color:#a9472d}.header-cart.svelte-y6kavj{position:relative;display:grid;width:38px;height:38px;place-items:center;color:var(--hf-green)}.header-cart.svelte-y6kavj span:where(.svelte-y6kavj){position:absolute;top:0;right:0;display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border:2px solid var(--hf-cream);border-radius:999px;color:#fff;background:var(--hf-orange);font-size:8px;font-weight:800}.menu-toggle.svelte-y6kavj{display:none;width:40px;height:40px;border:0;background:transparent;cursor:pointer}.menu-toggle.svelte-y6kavj span:where(.svelte-y6kavj){display:block;width:21px;height:1.5px;margin:6px auto;background:var(--hf-green);transition:transform .2s ease}.menu-toggle.active.svelte-y6kavj span:where(.svelte-y6kavj):first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle.active.svelte-y6kavj span:where(.svelte-y6kavj):last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-menu.svelte-y6kavj{display:none}@media (max-width: 1050px){.site-header__nav.svelte-y6kavj,.header-locale.svelte-y6kavj,.header-login.svelte-y6kavj,.header-account.svelte-y6kavj,.header-auth-loading.svelte-y6kavj,.site-header__actions.svelte-y6kavj>.hf-button:where(.svelte-y6kavj){display:none}.site-header__inner.svelte-y6kavj{min-height:68px}.site-header__actions.svelte-y6kavj{margin-left:auto}.menu-toggle.svelte-y6kavj{display:block}.mobile-menu.svelte-y6kavj{position:fixed;inset:68px 0 auto;display:grid;gap:0;padding:22px var(--hf-page-pad) 28px;border-bottom:1px solid var(--hf-line);background:var(--hf-cream);box-shadow:0 18px 35px #1a36251a}.mobile-menu.svelte-y6kavj>a:where(.svelte-y6kavj):not(.hf-button){display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--hf-line);color:var(--hf-ink);font-family:var(--hf-display);font-size:22px}.mobile-menu__logout.svelte-y6kavj{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border:0;border-bottom:1px solid var(--hf-line);color:#a9472d;background:transparent;font-family:var(--hf-display);font-size:22px;text-align:left;cursor:pointer}.mobile-menu__languages.svelte-y6kavj{display:flex;min-height:62px;align-items:center;padding:12px 0}}@media (max-width: 480px){.header-cart.svelte-y6kavj{display:none}}.mobile-nav.svelte-1kwt7o3{position:fixed;right:0;bottom:0;left:0;z-index:70;display:none;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));padding:8px max(14px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));border-top:1px solid var(--hf-line);background:#fffcf6f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav.svelte-1kwt7o3 a:where(.svelte-1kwt7o3){display:grid;justify-items:center;gap:3px;color:var(--hf-muted);font-size:9px;font-weight:600}.mobile-nav.svelte-1kwt7o3 a.active:where(.svelte-1kwt7o3){color:var(--hf-orange)}.mobile-nav__icon.svelte-1kwt7o3{position:relative;display:grid;width:32px;height:25px;place-items:center}.mobile-nav.svelte-1kwt7o3 em:where(.svelte-1kwt7o3){position:absolute;top:-4px;right:-2px;display:grid;min-width:15px;height:15px;padding:0 3px;place-items:center;border-radius:99px;color:#fff;background:var(--hf-orange);font-size:8px;font-style:normal;font-weight:800}@media (max-width: 767px){.mobile-nav.svelte-1kwt7o3{display:grid}}.footer.svelte-1ftlw35{margin-top:auto;color:#f9f3e8;background:#183b28}.footer__top.svelte-1ftlw35{display:grid;grid-template-columns:minmax(220px,1fr) minmax(480px,1.6fr);gap:80px;padding-top:68px;padding-bottom:58px}.footer__brand.svelte-1ftlw35 .brand{color:#f9f3e8}.footer__brand.svelte-1ftlw35 p:where(.svelte-1ftlw35){max-width:300px;margin-top:20px;color:#f9f3e8ab;font-size:14px}.footer__columns.svelte-1ftlw35{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.footer__columns.svelte-1ftlw35 div:where(.svelte-1ftlw35){display:flex;flex-direction:column;gap:9px}.footer__columns.svelte-1ftlw35 strong:where(.svelte-1ftlw35){margin-bottom:6px;color:#f4c996;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.footer__columns.svelte-1ftlw35 a:where(.svelte-1ftlw35){color:#f9f3e8c2;font-size:13px}.footer__columns.svelte-1ftlw35 a:where(.svelte-1ftlw35):hover{color:#fff}.footer__bottom.svelte-1ftlw35{display:flex;justify-content:space-between;padding-top:18px;padding-bottom:18px;border-top:1px solid rgb(255 255 255 / .12);color:#f9f3e880;font-size:10px}@media (max-width: 800px){.footer__top.svelte-1ftlw35{grid-template-columns:1fr;gap:42px}.footer__columns.svelte-1ftlw35{grid-template-columns:repeat(3,1fr)}}@media (max-width: 560px){.footer.svelte-1ftlw35{margin-bottom:62px}.footer__top.svelte-1ftlw35{padding-top:48px;padding-bottom:42px}.footer__columns.svelte-1ftlw35{grid-template-columns:1fr 1fr;gap:34px 22px}.footer__bottom.svelte-1ftlw35{align-items:flex-start;gap:10px;flex-direction:column}}.pilot-overlay.svelte-15xqawx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:grid;place-items:center;padding:clamp(14px,3vw,36px);background:#081911c7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:svelte-15xqawx-overlay-in .3s ease both}.pilot-modal.svelte-15xqawx{position:relative;display:grid;width:min(1110px,100%);max-height:calc(100dvh - clamp(28px,6vw,72px));grid-template-columns:minmax(330px,.82fr) minmax(480px,1.18fr);overflow:hidden;border:1px solid rgb(255 255 255 / .28);border-radius:24px;background:var(--hf-paper);box-shadow:0 35px 100px #00000061;animation:svelte-15xqawx-modal-in .38s cubic-bezier(.2,.75,.25,1) both}.pilot-modal__close.svelte-15xqawx{position:absolute;top:18px;right:18px;z-index:4;display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--hf-line);border-radius:999px;color:var(--hf-green);background:#fffdf8f0;box-shadow:0 8px 24px #1638241f;cursor:pointer}.pilot-modal__close.svelte-15xqawx svg:where(.svelte-15xqawx){width:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.pilot-modal__locale.svelte-15xqawx{position:absolute;top:19px;right:67px;z-index:5}.pilot-modal__visual.svelte-15xqawx{position:relative;min-height:100%;overflow:hidden;background:var(--hf-green)}.pilot-modal__visual.svelte-15xqawx>img:where(.svelte-15xqawx):first-child{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:53% center;transform:scale(1.015)}.pilot-modal__visual-shade.svelte-15xqawx{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#091d131a,#081d12c2),linear-gradient(90deg,rgb(10 31 20 / .22),transparent)}.pilot-modal__logo.svelte-15xqawx{position:absolute;top:34px;left:34px;width:190px;filter:brightness(0) invert(1)}.pilot-modal__date-card.svelte-15xqawx{position:absolute;right:30px;bottom:31px;left:30px;padding:20px;border:1px solid rgb(255 255 255 / .32);border-radius:14px;color:#fff;background:#0d2a1b94;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px)}.pilot-modal__date-card.svelte-15xqawx span:where(.svelte-15xqawx),.pilot-modal__date-card.svelte-15xqawx strong:where(.svelte-15xqawx){display:block}.pilot-modal__date-card.svelte-15xqawx span:where(.svelte-15xqawx){color:#f5c78f;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.pilot-modal__date-card.svelte-15xqawx strong:where(.svelte-15xqawx){margin-top:8px;font-size:16px;line-height:1.4}.pilot-modal__content.svelte-15xqawx{overflow-y:auto;padding:clamp(34px,4.2vw,56px);padding-top:clamp(44px,5vw,62px);scrollbar-width:thin}.pilot-modal__eyebrow.svelte-15xqawx{display:inline-flex;align-items:center;gap:9px;color:var(--hf-orange-dark);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.pilot-modal__eyebrow.svelte-15xqawx:before{width:24px;height:1px;background:currentColor;content:""}.pilot-modal.svelte-15xqawx h2:where(.svelte-15xqawx){margin-top:12px;font-size:clamp(31px,3.2vw,40px)}.pilot-modal__company.svelte-15xqawx{margin-top:9px;color:var(--hf-green);font-size:14px;font-weight:700}.pilot-modal__intro.svelte-15xqawx{display:grid;gap:8px;margin-top:19px;color:var(--hf-muted);font-size:12px;line-height:1.62}.pilot-benefit.svelte-15xqawx{margin-top:20px;padding:17px 18px;border:1px solid rgb(36 90 56 / .16);border-radius:14px;background:linear-gradient(145deg,#245a3814,#e67e220d)}.pilot-benefit__head.svelte-15xqawx{display:flex;align-items:center;gap:10px;color:var(--hf-green)}.pilot-benefit__head.svelte-15xqawx>span:where(.svelte-15xqawx){display:grid;width:30px;height:30px;place-items:center;border-radius:999px;color:#fff;background:var(--hf-green)}.pilot-benefit__head.svelte-15xqawx strong:where(.svelte-15xqawx){font-family:var(--hf-display);font-size:18px}.pilot-benefit.svelte-15xqawx ul:where(.svelte-15xqawx){display:grid;gap:7px;margin-top:12px;list-style:none}.pilot-benefit.svelte-15xqawx li:where(.svelte-15xqawx){display:grid;grid-template-columns:20px 1fr;align-items:start;gap:8px;color:var(--hf-ink-soft);font-size:11px;line-height:1.5}.pilot-benefit.svelte-15xqawx li:where(.svelte-15xqawx) svg{margin-top:1px;color:var(--hf-orange-dark)}.pilot-cookie.svelte-15xqawx{margin-top:14px;padding:14px 16px;border:1px solid var(--hf-line);border-radius:12px;background:#f8f4ea}.pilot-cookie__title.svelte-15xqawx{display:flex;align-items:center;gap:8px;color:var(--hf-ink-soft);font-size:11px}.pilot-cookie.svelte-15xqawx>p:where(.svelte-15xqawx){margin-top:7px;color:var(--hf-muted);font-size:10px;line-height:1.55}.pilot-cookie__links.svelte-15xqawx{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-top:8px}.pilot-cookie.svelte-15xqawx details:where(.svelte-15xqawx){flex:1;color:var(--hf-green);font-size:10px}.pilot-cookie.svelte-15xqawx summary:where(.svelte-15xqawx){width:fit-content;font-weight:700;text-decoration:underline;cursor:pointer}.pilot-cookie.svelte-15xqawx details:where(.svelte-15xqawx) p:where(.svelte-15xqawx){margin-top:8px;color:var(--hf-muted);line-height:1.5}.pilot-cookie.svelte-15xqawx a:where(.svelte-15xqawx){display:inline-flex;flex:none;align-items:center;gap:5px;color:var(--hf-green);font-size:10px;font-weight:700;text-decoration:underline}.pilot-modal__action.svelte-15xqawx{width:100%;margin-top:18px}@keyframes svelte-15xqawx-overlay-in{0%{opacity:0}}@keyframes svelte-15xqawx-modal-in{0%{opacity:0;transform:translateY(18px) scale(.985)}}@media (max-width: 800px){.pilot-overlay.svelte-15xqawx{place-items:stretch;padding:0}.pilot-modal.svelte-15xqawx{width:100%;max-height:100dvh;min-height:100dvh;grid-template-columns:1fr;grid-template-rows:190px auto;border:0;border-radius:0}.pilot-modal__visual.svelte-15xqawx{min-height:190px}.pilot-modal__visual.svelte-15xqawx>img:where(.svelte-15xqawx):first-child{object-position:center 45%}.pilot-modal__visual-shade.svelte-15xqawx{background:linear-gradient(180deg,#091d131f,#081d12b3)}.pilot-modal__logo.svelte-15xqawx{top:24px;left:22px;width:158px}.pilot-modal__date-card.svelte-15xqawx{right:20px;bottom:17px;left:20px;padding:12px 14px}.pilot-modal__date-card.svelte-15xqawx span:where(.svelte-15xqawx){display:none}.pilot-modal__date-card.svelte-15xqawx strong:where(.svelte-15xqawx){margin:0;font-size:12px}.pilot-modal__content.svelte-15xqawx{padding:28px 20px 34px}.pilot-modal.svelte-15xqawx h2:where(.svelte-15xqawx){font-size:32px}}@media (max-width: 430px){.pilot-modal.svelte-15xqawx{grid-template-rows:156px auto}.pilot-modal__visual.svelte-15xqawx{min-height:156px}.pilot-modal__date-card.svelte-15xqawx{right:64px;bottom:14px}.pilot-modal__intro.svelte-15xqawx{font-size:11px}.pilot-cookie__links.svelte-15xqawx{flex-direction:column}}.toast-container.svelte-dvj68d{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast.svelte-dvj68d{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:6px;font-size:13px;font-weight:500;background-color:#1f2937;color:#fff;box-shadow:0 10px 25px #0000004d;animation:svelte-dvj68d-slideIn .35s cubic-bezier(.34,1.56,.64,1);pointer-events:auto;white-space:nowrap;min-width:280px;letter-spacing:.3px}@keyframes svelte-dvj68d-slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast--success.svelte-dvj68d{border-left:3px solid #10b981}.toast--error.svelte-dvj68d{border-left:3px solid #ef4444}.toast--info.svelte-dvj68d{border-left:3px solid #3b82f6}.toast__message.svelte-dvj68d{flex:1;line-height:1.4}.toast__close.svelte-dvj68d{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:#ffffff1a;color:#ffffffb3;border-radius:3px;cursor:pointer;font-size:18px;font-weight:300;transition:all .2s ease;flex-shrink:0}.toast__close.svelte-dvj68d:hover{background-color:#ffffff26;color:#fff}@media (max-width: 640px){.toast-container.svelte-dvj68d{top:12px;right:12px;left:12px}.toast.svelte-dvj68d{min-width:auto;width:100%}}.sandbox-banner.svelte-1w4xyev{display:flex;min-height:34px;align-items:center;justify-content:center;gap:9px;padding:7px 18px;color:#f9fff9;background:#0f5b46;font:500 12px/1.35 Inter,sans-serif;letter-spacing:.01em;text-align:center}.sandbox-banner.svelte-1w4xyev strong:where(.svelte-1w4xyev){font-size:11px;letter-spacing:.08em;text-transform:uppercase}.sandbox-banner__pulse.svelte-1w4xyev{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#ffc668;box-shadow:0 0 0 4px #ffc66826}@media (max-width: 600px){.sandbox-banner.svelte-1w4xyev{align-items:flex-start;gap:6px 8px;flex-wrap:wrap;padding:7px 12px;font-size:10px}}.app-main.svelte-12qhfyh{display:block;width:100%;flex:1}.app-main--standalone.svelte-12qhfyh{min-height:100dvh}
