.eco{--eco-bg:#fff;--eco-fg:#000;--eco-fg-muted:#0000008c;--eco-fg-subtle:#0006;--eco-surface:#0000000a;--eco-surface-raised:#fff;--eco-border:#00000024;--eco-border-strong:#0000002e;--eco-brand:#386fff;--eco-brand-hover:#1e5bff;--eco-brand-fg:#fff;--eco-brand-soft:#386fff14;--eco-brand-soft-strong:#386fff1f;--eco-brand-text:#386fff;--eco-inverse:#000;--eco-inverse-fg:#fff;--eco-success:#059669;--eco-success-soft:#10b9811f;--eco-success-border:#10b98199;--eco-warning:#b45309;--eco-warning-soft:#d977061a;--eco-warning-border:#d9770699;--eco-warning-dot:#d97706;--eco-danger:#dc2626;--eco-danger-soft:#dc26261a;--eco-danger-border:#dc262699;--eco-scrim:#000000b8;--eco-ring:#386fff;--eco-canvas:#eef0f4;--eco-radius:0px;--eco-radius-round:999px;--eco-font:var(--ethos-ui-font,ui-sans-serif, system-ui, -apple-system, sans-serif);font-family:var(--eco-font);--eco-ease:cubic-bezier(.22, 1, .36, 1);--eco-dur-menu:.16s;--eco-dur-indicator:.22s;--eco-dur-drawer:.32s;--eco-dur-scrim:.2s;--eco-bar-h:56px;--eco-bar-h-editor:48px;--eco-dock-h:68px;--eco-content-max:1152px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.eco.eco-dark{--eco-bg:#000;--eco-fg:#fff;--eco-fg-muted:#fff9;--eco-fg-subtle:#ffffff6b;--eco-surface:#ffffff0f;--eco-surface-raised:#0a0a0a;--eco-border:#ffffff24;--eco-border-strong:#fff3;--eco-brand-soft:#386fff24;--eco-brand-soft-strong:#386fff33;--eco-brand-text:#7a9dff;--eco-inverse:#fff;--eco-inverse-fg:#000;--eco-success:#34d399;--eco-warning:#fbbf24;--eco-danger:#f87171;--eco-scrim:#000000b8;--eco-canvas:#0b0d12;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.eco,.eco *{box-sizing:border-box}.eco :focus-visible{outline:2px solid var(--eco-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.eco *,.eco :before,.eco :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@keyframes eco-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes eco-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes eco-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes eco-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes eco-pulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes eco-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.eco-button{border:1px solid var(--eco-border);background:var(--eco-surface-raised);min-width:44px;min-height:44px;color:var(--eco-fg);font:inherit;cursor:pointer;transition:background var(--eco-dur-menu) var(--eco-ease);border-radius:0;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.eco-button-primary{background:var(--eco-brand);color:#fff;border-color:var(--eco-brand)}.eco-button-primary:hover{background:var(--eco-brand-hover)}.eco-button-ghost{background:0 0;border-color:#0000}.eco-button-ghost:hover{background:var(--eco-surface)}.eco-button-destructive{color:var(--eco-danger)}.eco-button:disabled{opacity:.5;cursor:not-allowed}.eco-product-brand{white-space:nowrap;align-items:center;gap:12px;display:inline-flex}.eco-wordmark{letter-spacing:.23em;font-size:13px;font-weight:700}.eco-product-badge{border-left:1px solid var(--eco-border);letter-spacing:0;padding-left:12px;font-size:13px;font-weight:600}.eco-appbar{border-bottom:1px solid var(--eco-border);background:var(--eco-bg);min-height:56px;color:var(--eco-fg);align-items:center;gap:12px;display:flex}.eco .eco-drawer{background:var(--eco-surface-raised);color:var(--eco-fg)}.eco-drawer{border:0;border-left:1px solid var(--eco-border);background:var(--eco-surface-raised);width:min(400px,100%);max-width:100%;height:100dvh;max-height:100dvh;color:var(--eco-fg);border-radius:0;margin:0;padding:0;position:fixed;inset:0 0 0 auto}.eco-drawer[open]{animation:eco-slide-in var(--eco-dur-drawer) var(--eco-ease)}.eco-drawer::backdrop{background:var(--eco-scrim);animation:eco-fade-in var(--eco-dur-scrim) var(--eco-ease)}.eco-drawer-surface{flex-direction:column;height:100%;display:flex}.eco-drawer-surface>header{border-bottom:1px solid var(--eco-border);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.eco-drawer-surface h2{margin:0;font-size:18px}.eco-drawer-content{overscroll-behavior:contain;min-height:0;padding:20px;padding-bottom:max(24px, env(safe-area-inset-bottom));flex:1;overflow-y:auto}.eco-empty{text-align:center;color:var(--eco-fg-muted);flex-direction:column;justify-content:center;align-items:center;padding:48px 20px;display:flex}.eco-empty h3{color:var(--eco-fg);margin:16px 0 0}.eco-empty p{max-width:36ch;line-height:1.6}@keyframes eco-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes eco-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:850px){.eco-dock{min-height:68px;padding:0 8px env(safe-area-inset-bottom);border-top:1px solid var(--eco-border);background:var(--eco-bg);align-items:stretch;display:flex;position:fixed;inset:auto 0 0}.eco .eco-dock>a,.eco .eco-dock>button{white-space:nowrap;letter-spacing:.04em;border:0;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:68px;padding:8px 2px;font-size:10px;line-height:14px;display:flex}.eco-dock svg{flex:none;width:20px;height:20px}.eco-dock .mobile-sidebar-icon{height:20px}.eco-drawer{width:100%}}@media (prefers-reduced-motion:reduce){.eco-drawer[open],.eco-drawer::backdrop{animation:none}}.eco-table-frame{border:1px solid var(--eco-border);width:100%;overflow-x:auto}.eco-table-frame table{border-collapse:collapse;text-align:left;width:100%}.eco-table-frame th,.eco-table-frame td{border-bottom:1px solid var(--eco-border);padding:16px}.eco-table-frame thead{background:var(--eco-surface)}.eco-table-frame tbody tr:hover{background:var(--eco-brand-soft)}.eco-field{align-items:center;gap:10px;min-height:44px;display:flex}.eco-field input{width:100%;min-width:0;color:inherit;background:0 0}.eco-visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eco-product-menu{position:relative}.eco-product-menu>summary{cursor:pointer;align-items:center;gap:8px;min-height:44px;list-style:none;display:flex}.eco-product-menu>summary::-webkit-details-marker{display:none}.eco-product-menu-panel{border:1px solid var(--eco-border);background:var(--eco-surface-raised);z-index:50;min-width:240px;max-width:calc(100vw - 24px);position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 36px #0002}.eco-product-menu[open]>.eco-product-menu-panel{animation:eco-fade-in var(--eco-dur-menu) var(--eco-ease)}@media (prefers-reduced-motion:reduce){.eco-product-menu[open]>.eco-product-menu-panel{animation:none}}.eco-drawer{font-family:var(--eco-font)}@font-face{font-family:Ethos Website Mont;src:url(../media/MontVariable-Regular.24bqy4-6gcfbb.woff2?dpl=dpl_29NvetnHSVxS1ikjtuof8rUE7Gfa)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}.eco-website-logo{letter-spacing:-.045em;white-space:nowrap;flex-shrink:0;align-items:center;font-family:Ethos Website Mont,sans-serif;font-size:28px;font-weight:700;line-height:1;display:inline-flex}.eco-website-logo-mark{flex:none;width:1.12em;height:1.12em;margin-inline-end:-.112em}.eco-logo-color--blue{color:var(--eco-brand,#386fff)}.eco-logo-color--black{color:#000}.eco-logo-color--white{color:#fff}.eco-logo-color--monochrome{color:inherit}@font-face{font-family:Ethos UI Mont;src:url(../media/MontVariable-Regular.24bqy4-6gcfbb.woff2?dpl=dpl_29NvetnHSVxS1ikjtuof8rUE7Gfa)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}.eco-product-badge,.eco-appbar{font-family:Ethos UI Mont,sans-serif}.eco-switcher.eco-switcher{--eco-fg:#000;--eco-fg-muted:#616161;--eco-border:#00000024;--eco-surface:#0000000a;--eco-surface-raised:#fff;--eco-brand:#386fff;--eco-brand-text:#386fff;--eco-brand-soft:#386fff14;color:var(--eco-fg,#000);text-align:left;letter-spacing:0;text-transform:none;border:0;flex:none;margin:0;padding:0;font:600 13px/20px Ethos UI Mont,sans-serif;position:relative}.eco-switcher.eco-switcher>summary{cursor:pointer;align-items:center;gap:8px;min-height:44px;margin:0;padding:0;list-style:none;display:flex}.eco-switcher.eco-switcher>summary::-webkit-details-marker{display:none}.eco-switcher.eco-switcher .eco-product-brand{gap:12px}.eco-switcher.eco-switcher .eco-product-badge{padding-left:12px;font:600 13px/20px Ethos UI Mont,sans-serif}.eco-switcher.eco-switcher .eco-switcher-panel{border:1px solid var(--eco-border,#0002);background:var(--eco-surface-raised,#fff);z-index:100;border-radius:0;width:min(280px,100vw - 24px);min-width:0;max-height:calc(100dvh - 80px);margin:0;padding:8px;position:absolute;inset:calc(100% + 8px) auto auto 0;overflow-y:auto;box-shadow:0 12px 36px #0002}.eco-switcher.eco-switcher .eco-switcher-heading{color:var(--eco-fg-muted,#616161);letter-spacing:.12em;text-transform:uppercase;margin:0;padding:8px 12px;font:600 10px/16px Ethos UI Mont,sans-serif;display:block}.eco-switcher.eco-switcher .eco-switcher-row{width:100%;min-height:44px;color:var(--eco-fg,#000);text-transform:none;letter-spacing:0;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:12px;font:600 13px/20px Ethos UI Mont,sans-serif;text-decoration:none;display:flex}.eco-switcher.eco-switcher .eco-switcher-name{font:inherit;color:inherit;white-space:nowrap}.eco-switcher.eco-switcher a.eco-switcher-row:hover{background:var(--eco-surface,#0000000a)}.eco-switcher.eco-switcher .eco-switcher-row[aria-current]{background:var(--eco-brand-soft,#386fff14);color:var(--eco-brand-text,#386fff)}.eco-switcher.eco-switcher .eco-switcher-row[aria-disabled]{color:var(--eco-fg-muted,#616161)}.eco-switcher.eco-switcher .eco-switcher-state{font:400 11px/16px Ethos UI Mont,sans-serif}.eco-switcher.eco-switcher svg.eco-switcher-status,.eco-switcher.eco-switcher svg.eco-switcher-chevron{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px}.eco-switcher.eco-switcher :focus-visible{outline-offset:-2px;outline:2px solid #386fff}.eco-switcher.eco-switcher[open] .eco-switcher-panel{animation:eco-menu-in .16s var(--eco-ease,ease-out)}@media (max-width:850px){.eco-switcher.eco-switcher .eco-website-logo{font-size:24px}}@media (prefers-reduced-motion:reduce){.eco-switcher.eco-switcher[open] .eco-switcher-panel{animation:none}}.eco.eco-dark .eco-switcher.eco-switcher,html[data-theme=dark] .eco-switcher.eco-switcher{--eco-fg:#fff;--eco-fg-muted:#a0a0a0;--eco-border:#ffffff24;--eco-surface:#ffffff0f;--eco-surface-raised:#0a0a0a;--eco-brand-text:#7a9dff;--eco-brand-soft:#386fff24}
