[data-theme=prime-canteen]{--theme-color-background:#fbf4e9;--theme-color-surface:#fffcf5;--theme-color-surface-elevated:#fffefb;--theme-color-primary:#c72c1f;--theme-color-primary-foreground:#fff6ec;--theme-color-secondary:#efe4d2;--theme-color-secondary-foreground:#241f1c;--theme-color-accent:#e3a427;--theme-color-foreground:#241f1c;--theme-color-muted-foreground:#6b5f57;--theme-color-border:#e4d7c3;--theme-color-eyebrow:#c72c1f;--theme-color-success:#2f8f4e;--theme-color-warning:#d98a1e;--theme-color-danger:#b42318;--theme-font-display:var(--font-pc-display), system-ui, sans-serif;--theme-font-sans:var(--font-pc-body), system-ui, sans-serif;--theme-font-mono:var(--font-pc-mono), ui-monospace, monospace;--theme-font-weight-regular:400;--theme-font-weight-medium:600;--theme-font-weight-bold:700;--theme-radius-card:12px;--theme-radius-button:12px;--theme-radius-modal:16px;--theme-radius-image:12px;--theme-space-unit:4px;--theme-space-screen-padding:16px;--theme-space-card-gap:14px;--theme-motion-duration-fast:.16s;--theme-motion-duration-base:.24s;--theme-motion-duration-slow:.36s;--theme-motion-easing:cubic-bezier(.16, 1, .3, 1)}.pc-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pc-root{font-family:var(--theme-font-sans);color:var(--theme-color-foreground);background:var(--theme-color-background);-webkit-font-smoothing:antialiased;min-height:100dvh}.pc-root *,.pc-root :before,.pc-root :after{box-sizing:border-box}.pc-shell{--pc-shell-max:100%;isolation:isolate;width:100%;min-height:100dvh;max-width:var(--pc-shell-max);background:var(--theme-color-background);scroll-behavior:smooth;flex-direction:column;margin-inline:auto;display:flex;position:relative}.pc-shell__scroll{flex:auto}.pc-shell__scroll[data-cart-visible=true]{padding-bottom:84px}.pc-header{z-index:20;min-height:56px;padding:0 var(--theme-space-screen-padding);background:var(--theme-color-surface);border-bottom:1px solid var(--theme-color-border);align-items:center;gap:8px;display:flex;position:sticky;top:0}.pc-header__brand{min-width:0;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:19px;overflow:hidden}.pc-header__actions{flex:none;align-items:center;gap:4px;display:flex}.pc-icon-btn{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.pc-icon-btn:hover{background:var(--theme-color-secondary)}.pc-icon-btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.pc-catnav{z-index:19;background:var(--theme-color-background);border-bottom:1px solid var(--theme-color-border);position:sticky;top:56px}.pc-catnav__track{padding:10px var(--theme-space-screen-padding);scrollbar-width:none;scroll-snap-type:x proximity;gap:8px;display:flex;overflow-x:auto}.pc-catnav__track::-webkit-scrollbar{display:none}.pc-catnav__item{border:1px solid var(--theme-color-border);background:var(--theme-color-surface);min-height:44px;color:var(--theme-color-foreground);font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-medium);white-space:nowrap;cursor:pointer;scroll-snap-align:start;border-radius:9999px;flex:none;padding:0 16px;position:relative}.pc-catnav__item:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.pc-catnav__item[data-active=true]{color:var(--theme-color-primary-foreground);font-weight:var(--theme-font-weight-bold);border-color:#0000}.pc-catnav__pill{z-index:0;background:var(--theme-color-primary);border-radius:9999px;position:absolute;inset:0}.pc-catnav__label{z-index:1;position:relative}.pc-hero{margin:var(--theme-space-screen-padding);border-radius:var(--theme-radius-card);background:var(--theme-color-primary);color:var(--theme-color-primary-foreground);padding:28px 22px;position:relative;overflow:hidden}.pc-hero:after{content:"";border-radius:var(--theme-radius-card);background:var(--theme-color-accent);opacity:.9;width:160px;height:160px;position:absolute;bottom:-60px;right:-40px;transform:rotate(18deg)}.pc-hero__eyebrow{z-index:1;font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.16em;text-transform:uppercase;opacity:.85;position:relative}.pc-hero__title{z-index:1;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.02em;margin:8px 0 0;font-size:30px;line-height:1.08;position:relative}.pc-hero__tagline{z-index:1;opacity:.92;max-width:22ch;margin:10px 0 0;font-size:14px;line-height:1.5;position:relative}.pc-section{padding:22px var(--theme-space-screen-padding) 4px;scroll-margin-top:112px}.pc-section__eyebrow{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.14em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.pc-section__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.015em;margin:4px 0 14px;font-size:22px}.pc-product-grid{gap:var(--theme-space-card-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));display:grid}.pc-empty{padding:48px var(--theme-space-screen-padding);text-align:center;color:var(--theme-color-muted-foreground);font-size:15px}.pc-card{border-radius:var(--theme-radius-card);background:var(--theme-color-surface);border:1px solid var(--theme-color-border);box-shadow:0 1px 2px var(--theme-color-foreground), 0 10px 26px -12px var(--theme-color-foreground);flex-direction:column;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.pc-card{box-shadow:0 1px 2px color-mix(in srgb, var(--theme-color-foreground) 8%, transparent), 0 10px 26px -12px color-mix(in srgb, var(--theme-color-foreground) 20%, transparent)}}.pc-card{overflow:hidden}.pc-card[data-unavailable=true]{opacity:.62}.pc-card__open{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;padding:0;display:flex}.pc-card__open:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}.pc-card__media{aspect-ratio:16/11;background:var(--theme-color-secondary);width:100%;position:relative}.pc-card__img{object-fit:cover;filter:none;width:100%;height:100%;display:block}.pc-card__media-fallback{background:var(--theme-color-secondary);width:100%;height:100%;color:var(--theme-color-primary);font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);text-transform:uppercase;justify-content:center;align-items:center;font-size:40px;display:flex}.pc-card__badges{flex-wrap:wrap;gap:4px;max-width:calc(100% - 64px);display:flex;position:absolute;top:8px;left:8px}.pc-card__fav{background:var(--theme-color-surface-elevated);width:32px;height:32px;color:var(--theme-color-primary);border-radius:9999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:8px;right:8px}.pc-card__text{flex-direction:column;gap:4px;padding:14px 14px 8px;display:flex}.pc-card__name{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.01em;font-size:17px;line-height:1.2}.pc-card__desc{color:var(--theme-color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.pc-card__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:4px 14px 14px;display:flex}.pc-price{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:16px}.pc-badge{height:22px;font-family:var(--theme-font-mono);font-size:10px;font-weight:var(--theme-font-weight-bold);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:9999px;align-items:center;padding:0 8px;display:inline-flex}.pc-badge[data-tone=neutral]{background:var(--theme-color-surface-elevated);color:var(--theme-color-foreground)}.pc-badge[data-tone=accent]{background:var(--theme-color-accent);color:var(--theme-color-foreground)}.pc-badge[data-tone=success]{background:var(--theme-color-success);color:var(--theme-color-primary-foreground)}.pc-badge[data-tone=warning]{background:var(--theme-color-warning);color:var(--theme-color-foreground)}.pc-badge[data-tone=danger]{background:var(--theme-color-danger);color:var(--theme-color-primary-foreground)}.pc-btn{border-radius:var(--theme-radius-button);min-height:44px;font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-bold);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:6px;padding:0 16px;display:inline-flex}.pc-btn:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.pc-btn:disabled{opacity:.5;cursor:not-allowed}.pc-btn[data-variant=primary]{background:var(--theme-color-primary);color:var(--theme-color-primary-foreground)}.pc-btn[data-variant=surface]{background:var(--theme-color-surface-elevated);color:var(--theme-color-primary)}.pc-btn[data-variant=block]{background:var(--theme-color-primary);width:100%;color:var(--theme-color-primary-foreground);justify-content:space-between}.pc-btn[data-size=compact]{min-height:40px;padding:0 12px;font-size:13px}.pc-cartbar{max-width:var(--pc-shell-max,100%);z-index:30;min-height:64px;padding:10px var(--theme-space-screen-padding);background:var(--theme-color-primary);color:var(--theme-color-primary-foreground);box-shadow:0 -8px 28px -10px var(--theme-color-foreground);justify-content:space-between;align-items:center;gap:12px;margin-inline:auto;display:flex;position:fixed;bottom:0;left:0;right:0}@supports (color:color-mix(in lab, red, red)){.pc-cartbar{box-shadow:0 -8px 28px -10px color-mix(in srgb, var(--theme-color-foreground) 32%, transparent)}}.pc-cartbar__summary{align-items:center;gap:10px;min-width:0;display:flex}.pc-cartbar__count{background:var(--theme-color-primary-foreground);min-width:30px;height:30px;color:var(--theme-color-primary);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;padding:0 8px;font-size:14px;display:inline-flex}.pc-cartbar__text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.pc-cartbar__items{opacity:.85;font-size:12px}.pc-cartbar__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);font-size:16px}.pc-cartdrawer{z-index:45;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.pc-cartdrawer__scrim{cursor:pointer;background:var(--theme-color-foreground);border:none;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.pc-cartdrawer__scrim{background:color-mix(in srgb, var(--theme-color-foreground) 55%, transparent)}}.pc-cartdrawer__panel{max-height:88dvh;max-width:var(--pc-shell-max,100%);background:var(--theme-color-surface);width:100%;color:var(--theme-color-foreground);border-top:3px solid var(--theme-color-primary);border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;flex-direction:column;margin-inline:auto;display:flex;position:relative;overflow:hidden}.pc-cartdrawer__header{padding:18px var(--theme-space-screen-padding);border-bottom:1px solid var(--theme-color-border);flex:none;justify-content:space-between;align-items:center;display:flex}@supports (color:color-mix(in lab, red, red)){.pc-cartdrawer__header{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.pc-cartdrawer__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:22px}.pc-cartdrawer__close{background:var(--theme-color-secondary);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.pc-cartdrawer__close:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.pc-cartdrawer__list{padding:8px var(--theme-space-screen-padding);flex:auto;margin:0;list-style:none;overflow-y:auto}.pc-cartline{border-bottom:1px solid var(--theme-color-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}@supports (color:color-mix(in lab, red, red)){.pc-cartline{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 55%, transparent)}}.pc-cartline:last-child{border-bottom:none}.pc-cartline__info{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.pc-cartline__name{font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:15px}.pc-cartline__unit{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);font-size:12.5px}.pc-cartline__mods{flex-wrap:wrap;gap:2px 8px;display:flex}.pc-cartline__mod{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);align-items:center;gap:2px;font-size:11.5px;display:inline-flex}.pc-cartline__mod[data-kind=add]{color:var(--theme-color-accent)}.pc-cartline__mod[data-kind=remove]{color:var(--theme-color-danger);text-decoration:line-through}.pc-cartline__thumb{border-radius:var(--theme-radius-image);object-fit:cover;background:var(--theme-color-secondary);flex:none;width:44px;height:44px}.pc-cartline__actions{flex:none;align-items:center;gap:10px;display:flex}.pc-cartline__total{text-align:right;min-width:64px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:14px}.pc-cartline__remove{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-danger);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.pc-cartline__remove:focus-visible{outline:2px solid var(--theme-color-danger);outline-offset:-2px}.pc-cartdrawer__footer{padding:16px var(--theme-space-screen-padding);padding-bottom:max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--theme-color-border);flex-direction:column;flex:none;gap:12px;display:flex}@supports (color:color-mix(in lab, red, red)){.pc-cartdrawer__footer{border-top:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.pc-cartdrawer__footer{background:var(--theme-color-surface-elevated)}.pc-cartdrawer__subtotal{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.pc-cartdrawer__subtotal-value{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:18px}.pc-backdrop{z-index:40;background:var(--theme-color-foreground);position:fixed;inset:0}@supports (color:color-mix(in lab, red, red)){.pc-backdrop{background:color-mix(in srgb, var(--theme-color-foreground) 55%, transparent)}}.pc-sheet{z-index:41;background:var(--theme-color-surface-elevated);border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;flex-direction:column;max-height:92dvh;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.pc-sheet__grip{touch-action:none;flex:none;justify-content:center;padding:10px 0 4px;display:flex}.pc-sheet__grip-bar{background:var(--theme-color-border);border-radius:9999px;width:40px;height:4px}.pc-sheet__scroll{flex:auto;overflow-y:auto}.pc-sheet__media{aspect-ratio:16/10;background:var(--theme-color-secondary);width:100%;position:relative}.pc-sheet__close{background:var(--theme-color-surface-elevated);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.pc-sheet__close:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.pc-sheet__body{padding:16px var(--theme-space-screen-padding);flex-direction:column;gap:10px;display:flex}.pc-sheet__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.015em;font-size:23px;line-height:1.15}.pc-sheet__desc{color:var(--theme-color-muted-foreground);font-size:14.5px;line-height:1.55}.pc-sheet__badges{flex-wrap:wrap;gap:4px;display:flex}.pc-sheet__footer{padding:12px var(--theme-space-screen-padding);background:var(--theme-color-surface-elevated);border-top:1px solid var(--theme-color-border);flex:none;align-items:center;gap:12px;display:flex}.pc-qty{border:1px solid var(--theme-color-border);border-radius:var(--theme-radius-button);flex:none;align-items:center;gap:2px;display:flex}.pc-qty__btn{width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.pc-qty__btn:disabled{opacity:.4;cursor:not-allowed}.pc-qty__btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}.pc-qty__value{text-align:center;min-width:28px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);font-size:15px}.pc-inactivity{z-index:50;pointer-events:auto;background:var(--theme-color-foreground);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@supports (color:color-mix(in lab, red, red)){.pc-inactivity{background:color-mix(in srgb, var(--theme-color-foreground) 60%, transparent)}}.pc-inactivity{padding:24px}.pc-inactivity__panel{border-radius:var(--theme-radius-modal);background:var(--theme-color-surface-elevated);text-align:center;flex-direction:column;gap:16px;width:100%;max-width:420px;padding:28px;display:flex}.pc-inactivity__countdown{background:var(--theme-color-primary);width:72px;height:72px;color:var(--theme-color-primary-foreground);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;margin:0 auto;font-size:24px;display:inline-flex}.pc-inactivity__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);font-size:22px}.pc-inactivity__actions{gap:8px;margin-top:8px;display:flex}.pc-inactivity__actions>*{flex:1 1 0}.pc-confirmation{z-index:60;text-align:center;background:var(--theme-color-background);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px;display:flex;position:fixed;inset:0}.pc-confirmation__badge{background:var(--theme-color-success);width:96px;height:96px;color:var(--theme-color-primary-foreground);border-radius:9999px;justify-content:center;align-items:center;margin-bottom:24px;display:inline-flex}.pc-confirmation__order{font-family:var(--theme-font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color-muted-foreground);font-size:14px}.pc-confirmation__number{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.02em;color:var(--theme-color-primary);margin:8px 0 4px;font-size:56px}.pc-confirmation__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);margin-top:12px;font-size:20px}.pc-confirmation__ready{color:var(--theme-color-muted-foreground);margin-top:8px;font-size:14px}.pc-confirmation__close{margin-top:32px}@media (min-width:640px){.pc-hero{padding:38px 30px}.pc-hero:after{width:200px;height:200px}.pc-hero__title{font-size:38px}.pc-hero__tagline{max-width:44ch;font-size:15px}.pc-sheet{max-width:560px;margin-inline:auto}}@media (min-width:1024px){.pc-hero{padding:48px 44px}.pc-hero__title{font-size:46px}.pc-sheet{border-radius:var(--theme-radius-modal);max-height:86dvh;margin:auto;inset:0}.pc-sheet__grip{display:none}}@media (prefers-reduced-motion:reduce){.pc-shell{scroll-behavior:auto}.pc-hero:after{transform:rotate(0)}}.pc-hero__rule{display:none}.pc-hero-rail{padding:4px var(--theme-space-screen-padding) 0;flex-direction:column;gap:12px;display:flex}.pc-hero-rail__label{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.pc-hero-rail__track{gap:var(--theme-space-card-gap);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:0;padding:2px 0 8px;list-style:none;display:flex;overflow-x:auto}.pc-hero-rail__item{scroll-snap-align:start;flex:none;width:clamp(200px,68vw,248px);display:flex}.pc-hero-rail__item>.pc-card{width:100%}.pc-cartline{flex-wrap:wrap;gap:10px 12px}.pc-cartline__info{flex:calc(100% - 56px)}.pc-cartline__actions{flex:100%;justify-content:flex-end}
[data-theme=neon-bistro]{--theme-color-background:#000;--theme-color-surface:#0f0f0f;--theme-color-surface-elevated:#1a1a1a;--theme-color-primary:#25e0e6;--theme-color-primary-foreground:#001416;--theme-color-secondary:#1a1a1a;--theme-color-secondary-foreground:#f5f5f5;--theme-color-accent:#fff;--theme-color-foreground:#f5f5f5;--theme-color-muted-foreground:#a8a8a8;--theme-color-border:#262626;--theme-color-eyebrow:#25e0e6;--theme-color-success:#22c55e;--theme-color-warning:#facc15;--theme-color-danger:#ff4d4d;--theme-font-display:var(--font-nb-display), system-ui, sans-serif;--theme-font-sans:var(--font-nb-body), system-ui, sans-serif;--theme-font-mono:var(--font-nb-mono), ui-monospace, monospace;--theme-font-weight-regular:400;--theme-font-weight-medium:600;--theme-font-weight-bold:800;--theme-radius-card:8px;--theme-radius-button:8px;--theme-radius-modal:14px;--theme-radius-image:8px;--theme-space-unit:4px;--theme-space-screen-padding:14px;--theme-space-card-gap:10px;--theme-motion-duration-fast:.15s;--theme-motion-duration-base:.15s;--theme-motion-duration-slow:.25s;--theme-motion-easing:cubic-bezier(.2, 0, 0, 1)}.nb-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nb-root{font-family:var(--theme-font-sans);color:var(--theme-color-foreground);background:var(--theme-color-background);-webkit-font-smoothing:antialiased;min-height:100dvh}.nb-root *,.nb-root :before,.nb-root :after{box-sizing:border-box}.nb-shell{--nb-shell-max:100%;isolation:isolate;width:100%;min-height:100dvh;max-width:var(--nb-shell-max);background:var(--theme-color-background);scroll-behavior:smooth;flex-direction:column;margin-inline:auto;display:flex;position:relative}.nb-shell__scroll{flex:auto}.nb-shell__scroll[data-cart-visible=true]{padding-bottom:84px}.nb-header{z-index:20;min-height:56px;padding:0 var(--theme-space-screen-padding);background:var(--theme-color-surface);border-bottom:1px solid var(--theme-color-border);align-items:center;gap:8px;display:flex;position:sticky;top:0}.nb-header__brand{min-width:0;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.01em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;color:var(--theme-color-foreground);flex:auto;font-size:19px;overflow:hidden}.nb-header__actions{flex:none;align-items:center;gap:4px;display:flex}.nb-icon-btn{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.nb-icon-btn:hover{background:var(--theme-color-secondary)}.nb-icon-btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.nb-catnav{z-index:19;background:var(--theme-color-background);border-bottom:1px solid var(--theme-color-border);position:sticky;top:56px}.nb-catnav__track{padding:10px var(--theme-space-screen-padding);scrollbar-width:none;scroll-snap-type:x proximity;gap:4px;display:flex;overflow-x:auto}.nb-catnav__track::-webkit-scrollbar{display:none}.nb-catnav__item{min-height:44px;color:var(--theme-color-muted-foreground);font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-medium);letter-spacing:.02em;white-space:nowrap;cursor:pointer;scroll-snap-align:start;background:0 0;border:none;flex:none;padding:0 14px;position:relative}.nb-catnav__item:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px;border-radius:var(--theme-radius-button)}.nb-catnav__item[data-active=true]{color:var(--theme-color-primary);font-weight:var(--theme-font-weight-bold)}.nb-catnav__label{z-index:1;text-transform:uppercase;letter-spacing:.06em;position:relative}.nb-catnav__pill{background:var(--theme-color-primary);height:2px;box-shadow:0 0 8px var(--theme-color-primary);position:absolute;bottom:6px;left:14px;right:14px}@supports (color:color-mix(in lab, red, red)){.nb-catnav__pill{box-shadow:0 0 8px color-mix(in srgb, var(--theme-color-primary) 60%, transparent)}}.nb-hero{margin:var(--theme-space-screen-padding);border-radius:var(--theme-radius-card);background:var(--theme-color-surface);color:var(--theme-color-foreground);border:1px solid var(--theme-color-border);isolation:isolate;padding:36px 22px 40px;position:relative;overflow:hidden}.nb-hero:before{content:"";z-index:0;background:radial-gradient(circle at 100% 100%, var(--theme-color-primary) 0%, transparent 55%);position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.nb-hero:before{background:radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--theme-color-primary) 22%, transparent) 0%, transparent 55%)}}.nb-hero:before{pointer-events:none}.nb-hero:after{content:"";background:var(--theme-color-primary);border-radius:9999px;width:120px;height:120px;position:absolute;bottom:-30px;right:-30px}@supports (color:color-mix(in lab, red, red)){.nb-hero:after{background:color-mix(in srgb, var(--theme-color-primary) 18%, transparent)}}.nb-hero:after{filter:blur(28px);z-index:0;pointer-events:none}.nb-hero__eyebrow{z-index:1;font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.18em;text-transform:uppercase;color:var(--theme-color-primary);display:block;position:relative}.nb-hero__title{z-index:1;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.02em;text-transform:uppercase;color:var(--theme-color-foreground);-webkit-text-stroke:1px var(--theme-color-primary);text-shadow:0 0 18px var(--theme-color-primary);margin:10px 0 0;font-size:34px;line-height:1.02;position:relative}@supports (color:color-mix(in lab, red, red)){.nb-hero__title{text-shadow:0 0 18px color-mix(in srgb, var(--theme-color-primary) 35%, transparent)}}.nb-hero__tagline{z-index:1;max-width:28ch;color:var(--theme-color-muted-foreground);margin:14px 0 0;font-size:14px;line-height:1.55;position:relative}.nb-section{padding:22px var(--theme-space-screen-padding) 4px;scroll-margin-top:112px}.nb-section__eyebrow{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.nb-section__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.015em;text-transform:uppercase;color:var(--theme-color-foreground);margin:4px 0 14px;font-size:22px}.nb-product-grid{gap:var(--theme-space-card-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));display:grid}.nb-empty{padding:48px var(--theme-space-screen-padding);text-align:center;color:var(--theme-color-muted-foreground);font-size:15px}.nb-card{border-radius:var(--theme-radius-card);background:var(--theme-color-surface);box-shadow:0 0 0 1px var(--theme-color-primary), 0 0 24px -4px var(--theme-color-primary);flex-direction:column;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.nb-card{box-shadow:0 0 0 1px var(--theme-color-primary), 0 0 24px -4px color-mix(in srgb, var(--theme-color-primary) 28%, transparent)}}.nb-card{overflow:hidden}.nb-card[data-unavailable=true]{opacity:.5}.nb-card__open{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;padding:0;display:flex}.nb-card__open:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}.nb-card__media{aspect-ratio:16/11;background:var(--theme-color-secondary);width:100%;box-shadow:inset 0 0 0 1px var(--theme-color-accent);position:relative}.nb-card__img{object-fit:cover;filter:saturate(1.4)contrast(1.1);width:100%;height:100%;display:block}.nb-card__media-fallback{background:var(--theme-color-surface-elevated);width:100%;height:100%;color:var(--theme-color-primary);font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);text-transform:uppercase;justify-content:center;align-items:center;font-size:44px;display:flex}.nb-card__badges{z-index:1;flex-wrap:wrap;gap:4px;max-width:calc(100% - 64px);display:flex;position:absolute;top:8px;left:8px}.nb-card__fav{background:var(--theme-color-surface-elevated);width:32px;height:32px;color:var(--theme-color-primary);z-index:1;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:8px;right:8px}.nb-card__text{flex-direction:column;gap:4px;padding:14px 14px 8px;display:flex}.nb-card__name{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.005em;text-transform:uppercase;color:var(--theme-color-foreground);font-size:17px;line-height:1.18}.nb-card__desc{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.nb-card__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:4px 14px 14px;display:flex}.nb-price{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);letter-spacing:.02em;color:var(--theme-color-primary);font-size:15px}.nb-badge{height:22px;font-family:var(--theme-font-mono);font-size:10px;font-weight:var(--theme-font-weight-bold);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:9999px;align-items:center;padding:0 8px;display:inline-flex}.nb-badge[data-tone=neutral]{background:var(--theme-color-surface-elevated);color:var(--theme-color-foreground)}.nb-badge[data-tone=accent]{background:var(--theme-color-accent);color:var(--theme-color-primary-foreground)}.nb-badge[data-tone=success]{background:var(--theme-color-success);color:var(--theme-color-primary-foreground)}.nb-badge[data-tone=warning]{background:var(--theme-color-warning);color:var(--theme-color-primary-foreground)}.nb-badge[data-tone=danger]{background:var(--theme-color-danger);color:var(--theme-color-foreground)}.nb-btn{border-radius:var(--theme-radius-button);min-height:44px;font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-bold);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:6px;padding:0 16px;display:inline-flex}.nb-btn:focus-visible{outline:2px solid var(--theme-color-accent);outline-offset:2px}.nb-btn:disabled{opacity:.5;cursor:not-allowed}.nb-btn[data-variant=primary]{background:var(--theme-color-primary);color:var(--theme-color-primary-foreground);box-shadow:0 0 18px -4px var(--theme-color-primary)}@supports (color:color-mix(in lab, red, red)){.nb-btn[data-variant=primary]{box-shadow:0 0 18px -4px color-mix(in srgb, var(--theme-color-primary) 55%, transparent)}}.nb-btn[data-variant=surface]{color:var(--theme-color-foreground);box-shadow:inset 0 0 0 1px var(--theme-color-border);background:0 0}.nb-btn[data-variant=block]{background:var(--theme-color-primary);width:100%;color:var(--theme-color-primary-foreground);box-shadow:0 0 22px -4px var(--theme-color-primary);justify-content:space-between}@supports (color:color-mix(in lab, red, red)){.nb-btn[data-variant=block]{box-shadow:0 0 22px -4px color-mix(in srgb, var(--theme-color-primary) 55%, transparent)}}.nb-btn[data-size=compact]{min-height:40px;padding:0 12px;font-size:12px}.nb-cartbar{max-width:var(--nb-shell-max,100%);z-index:30;min-height:64px;padding:10px var(--theme-space-screen-padding);background:var(--theme-color-surface);color:var(--theme-color-foreground);box-shadow:inset 0 1px 0 0 var(--theme-color-primary), 0 -8px 28px -10px var(--theme-color-primary);border:none;justify-content:space-between;align-items:center;gap:12px;margin-inline:auto;display:flex;position:fixed;bottom:0;left:0;right:0}@supports (color:color-mix(in lab, red, red)){.nb-cartbar{box-shadow:inset 0 1px 0 0 var(--theme-color-primary), 0 -8px 28px -10px color-mix(in srgb, var(--theme-color-primary) 35%, transparent)}}.nb-cartbar{font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-bold);letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.nb-cartbar:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-4px}.nb-cartbar__summary{min-width:0;color:var(--theme-color-foreground);align-items:center;gap:10px;display:flex}.nb-cartbar__count{background:var(--theme-color-primary);min-width:30px;height:30px;color:var(--theme-color-primary-foreground);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;padding:0 8px;font-size:14px;display:inline-flex}.nb-cartbar__text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.nb-cartbar__items{color:var(--theme-color-muted-foreground);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.nb-cartbar__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-primary);text-transform:none;letter-spacing:.02em;font-size:16px}.nb-cartdrawer{z-index:45;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.nb-cartdrawer__scrim{cursor:pointer;background:#000000c7;border:none;position:absolute;inset:0}.nb-cartdrawer__panel{max-height:88dvh;max-width:var(--nb-shell-max,100%);background:var(--theme-color-surface);width:100%;color:var(--theme-color-foreground);border-top:1px solid var(--theme-color-primary);border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;box-shadow:0 0 32px -8px var(--theme-color-primary);flex-direction:column;margin-inline:auto;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.nb-cartdrawer__panel{box-shadow:0 0 32px -8px color-mix(in srgb, var(--theme-color-primary) 40%, transparent)}}.nb-cartdrawer__panel{overflow:hidden}.nb-cartdrawer__header{padding:18px var(--theme-space-screen-padding);border-bottom:1px solid var(--theme-color-border);flex:none;justify-content:space-between;align-items:center;display:flex}@supports (color:color-mix(in lab, red, red)){.nb-cartdrawer__header{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.nb-cartdrawer__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);text-transform:uppercase;letter-spacing:-.01em;color:var(--theme-color-foreground);font-size:22px}.nb-cartdrawer__close{background:var(--theme-color-secondary);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.nb-cartdrawer__close:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.nb-cartdrawer__list{padding:8px var(--theme-space-screen-padding);flex:auto;margin:0;list-style:none;overflow-y:auto}.nb-cartline{border-bottom:1px solid var(--theme-color-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}@supports (color:color-mix(in lab, red, red)){.nb-cartline{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 55%, transparent)}}.nb-cartline:last-child{border-bottom:none}.nb-cartline__info{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.nb-cartline__name{font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-bold);text-transform:uppercase;letter-spacing:.02em;color:var(--theme-color-foreground);font-size:15px}.nb-cartline__unit{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);font-size:12.5px}.nb-cartline__mods{flex-wrap:wrap;gap:2px 8px;display:flex}.nb-cartline__mod{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);align-items:center;gap:2px;font-size:11.5px;display:inline-flex}.nb-cartline__mod[data-kind=add]{color:var(--theme-color-accent)}.nb-cartline__mod[data-kind=remove]{color:var(--theme-color-danger);text-decoration:line-through}.nb-cartline__thumb{border-radius:var(--theme-radius-image);object-fit:cover;background:var(--theme-color-secondary);flex:none;width:44px;height:44px}.nb-cartline__actions{flex:none;align-items:center;gap:10px;display:flex}.nb-cartline__total{text-align:right;min-width:64px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-primary);font-size:14px}.nb-cartline__remove{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-danger);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.nb-cartline__remove:focus-visible{outline:2px solid var(--theme-color-danger);outline-offset:-2px}.nb-cartdrawer__footer{padding:16px var(--theme-space-screen-padding);padding-bottom:max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--theme-color-border);flex-direction:column;flex:none;gap:12px;display:flex}@supports (color:color-mix(in lab, red, red)){.nb-cartdrawer__footer{border-top:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.nb-cartdrawer__footer{background:var(--theme-color-surface-elevated)}.nb-cartdrawer__subtotal{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.nb-cartdrawer__subtotal-value{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-primary);font-size:18px}.nb-backdrop{z-index:40;background:#000000c7;position:fixed;inset:0}.nb-sheet{z-index:41;background:var(--theme-color-surface-elevated);border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;border-top:1px solid var(--theme-color-primary);flex-direction:column;max-height:92dvh;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.nb-sheet__grip{touch-action:none;flex:none;justify-content:center;padding:10px 0 4px;display:flex}.nb-sheet__grip-bar{background:var(--theme-color-border);border-radius:9999px;width:40px;height:4px}.nb-sheet__scroll{flex:auto;overflow-y:auto}.nb-sheet__media{aspect-ratio:16/10;background:var(--theme-color-secondary);width:100%;box-shadow:inset 0 0 0 1px var(--theme-color-accent);position:relative}.nb-sheet__close{background:var(--theme-color-surface-elevated);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.nb-sheet__close:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.nb-sheet__body{padding:16px var(--theme-space-screen-padding);flex-direction:column;gap:10px;display:flex}.nb-sheet__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.015em;text-transform:uppercase;color:var(--theme-color-foreground);font-size:24px;line-height:1.15}.nb-sheet__desc{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);font-size:14px;line-height:1.55}.nb-sheet__badges{flex-wrap:wrap;gap:4px;display:flex}.nb-sheet__footer{padding:12px var(--theme-space-screen-padding);background:var(--theme-color-surface);border-top:1px solid var(--theme-color-border);flex:none;align-items:center;gap:12px;display:flex}.nb-qty{border:1px solid var(--theme-color-border);border-radius:var(--theme-radius-button);flex:none;align-items:center;gap:2px;display:flex}.nb-qty__btn{width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.nb-qty__btn:disabled{opacity:.35;cursor:not-allowed}.nb-qty__btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}.nb-qty__value{text-align:center;min-width:28px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-primary);font-size:15px}.nb-inactivity{z-index:50;pointer-events:auto;background:#000c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.nb-inactivity__panel{border-radius:var(--theme-radius-modal);background:var(--theme-color-surface);border:1px solid var(--theme-color-primary);width:100%;max-width:420px;box-shadow:0 0 32px -8px var(--theme-color-primary);flex-direction:column;gap:16px;padding:28px;display:flex}@supports (color:color-mix(in lab, red, red)){.nb-inactivity__panel{box-shadow:0 0 32px -8px color-mix(in srgb, var(--theme-color-primary) 40%, transparent)}}.nb-inactivity__panel{text-align:center}.nb-inactivity__countdown{background:var(--theme-color-primary);width:72px;height:72px;color:var(--theme-color-primary-foreground);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);box-shadow:0 0 24px -4px var(--theme-color-primary);border-radius:9999px;justify-content:center;align-items:center;margin:0 auto;font-size:24px;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.nb-inactivity__countdown{box-shadow:0 0 24px -4px color-mix(in srgb, var(--theme-color-primary) 60%, transparent)}}.nb-inactivity__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);text-transform:uppercase;letter-spacing:-.01em;color:var(--theme-color-foreground);font-size:22px}.nb-inactivity__actions{gap:8px;margin-top:8px;display:flex}.nb-inactivity__actions>*{flex:1 1 0}.nb-confirmation{z-index:60;text-align:center;background:var(--theme-color-background);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px;display:flex;position:fixed;inset:0}.nb-confirmation__badge{background:var(--theme-color-primary);width:96px;height:96px;color:var(--theme-color-primary-foreground);box-shadow:0 0 32px -4px var(--theme-color-primary);border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.nb-confirmation__badge{box-shadow:0 0 32px -4px color-mix(in srgb, var(--theme-color-primary) 60%, transparent)}}.nb-confirmation__badge{margin-bottom:24px}.nb-confirmation__order{font-family:var(--theme-font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--theme-color-muted-foreground);font-size:14px}.nb-confirmation__number{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);letter-spacing:-.02em;color:var(--theme-color-primary);text-shadow:0 0 28px var(--theme-color-primary);margin:8px 0 4px;font-size:64px}@supports (color:color-mix(in lab, red, red)){.nb-confirmation__number{text-shadow:0 0 28px color-mix(in srgb, var(--theme-color-primary) 50%, transparent)}}.nb-confirmation__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);margin-top:12px;font-size:20px}.nb-confirmation__ready{color:var(--theme-color-muted-foreground);margin-top:8px;font-size:14px}.nb-confirmation__close{margin-top:32px}@media (min-width:640px){.nb-hero{padding:48px 30px 52px}.nb-hero__title{font-size:44px}.nb-hero__tagline{max-width:44ch;font-size:15px}.nb-sheet{max-width:560px;margin-inline:auto}}@media (min-width:1024px){.nb-hero{padding:60px 44px 64px}.nb-hero__title{font-size:56px}.nb-sheet{border-radius:var(--theme-radius-modal);border-top:none;border:1px solid var(--theme-color-primary);max-height:86dvh;margin:auto;inset:0}.nb-sheet__grip{display:none}}@media (prefers-reduced-motion:reduce){.nb-shell{scroll-behavior:auto}.nb-hero:after{filter:blur(20px)}}.nb-hero__rule{display:none}.nb-hero-rail{padding:4px var(--theme-space-screen-padding) 0;flex-direction:column;gap:12px;display:flex}.nb-hero-rail__label{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.nb-hero-rail__track{gap:var(--theme-space-card-gap);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:0;padding:2px 0 8px;list-style:none;display:flex;overflow-x:auto}.nb-hero-rail__item{scroll-snap-align:start;flex:none;width:clamp(200px,68vw,248px);display:flex}.nb-hero-rail__item>.nb-card{width:100%}.nb-cartline{flex-wrap:wrap;gap:10px 12px}.nb-cartline__info{flex:calc(100% - 56px)}.nb-cartline__actions{flex:100%;justify-content:flex-end}
[data-theme=minimalist-mono]{--theme-color-background:#f7f4ed;--theme-color-surface:#fbfaf6;--theme-color-surface-elevated:#fff;--theme-color-primary:#1a1816;--theme-color-primary-foreground:#f7f4ed;--theme-color-secondary:#e9e4d4;--theme-color-secondary-foreground:#1a1816;--theme-color-accent:#7a6a3e;--theme-color-foreground:#1a1816;--theme-color-muted-foreground:#5c584e;--theme-color-border:#ddd7c8;--theme-color-eyebrow:#7a6a3e;--theme-color-success:#3f7a52;--theme-color-warning:#b07a1e;--theme-color-danger:#a93b2e;--theme-font-display:var(--font-mm-display), Georgia, "Times New Roman", serif;--theme-font-sans:var(--font-mm-body), Georgia, "Times New Roman", serif;--theme-font-mono:var(--font-mm-mono), ui-monospace, monospace;--theme-font-weight-regular:400;--theme-font-weight-medium:500;--theme-font-weight-bold:700;--theme-radius-card:0px;--theme-radius-button:0px;--theme-radius-modal:0px;--theme-radius-image:0px;--theme-space-unit:4px;--theme-space-screen-padding:24px;--theme-space-card-gap:20px;--theme-motion-duration-fast:.16s;--theme-motion-duration-base:.24s;--theme-motion-duration-slow:.36s;--theme-motion-easing:ease-out}.mm-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mm-root{font-family:var(--theme-font-sans);color:var(--theme-color-foreground);background:var(--theme-color-background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh}.mm-root *,.mm-root :before,.mm-root :after{box-sizing:border-box}.mm-shell{--mm-shell-max:100%;isolation:isolate;width:100%;min-height:100dvh;max-width:var(--mm-shell-max);background:var(--theme-color-background);scroll-behavior:smooth;flex-direction:column;margin-inline:auto;display:flex;position:relative}.mm-shell__scroll{flex:auto}.mm-shell__scroll[data-cart-visible=true]{padding-bottom:84px}.mm-header{z-index:20;min-height:56px;padding:0 var(--theme-space-screen-padding);background:var(--theme-color-background);border-bottom:1px solid var(--theme-color-border);align-items:center;gap:8px;display:flex;position:sticky;top:0}.mm-header__brand{min-width:0;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;font-variation-settings:"opsz" 20;flex:auto;font-size:20px;overflow:hidden}.mm-icon-btn{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.mm-icon-btn:hover{background:var(--theme-color-secondary)}.mm-icon-btn:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.mm-catnav{z-index:19;background:var(--theme-color-background);border-bottom:1px solid var(--theme-color-border);position:sticky;top:56px}.mm-catnav__track{padding:10px var(--theme-space-screen-padding);scrollbar-width:none;scroll-snap-type:x proximity;gap:8px;display:flex;overflow-x:auto}.mm-catnav__track::-webkit-scrollbar{display:none}.mm-catnav__item{min-height:44px;color:var(--theme-color-muted-foreground);font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-regular);letter-spacing:.01em;white-space:nowrap;cursor:pointer;scroll-snap-align:start;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0 16px;display:inline-flex;position:relative}.mm-catnav__item:hover{color:var(--theme-color-foreground)}.mm-catnav__item:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.mm-catnav__item[data-active=true]{color:var(--theme-color-foreground);font-weight:var(--theme-font-weight-medium)}.mm-catnav__label{z-index:1;position:relative}.mm-catnav__pill{background:var(--theme-color-foreground);height:1px;position:absolute;bottom:-1px;left:12px;right:12px}.mm-hero{margin:var(--theme-space-screen-padding);background:var(--theme-color-surface);color:var(--theme-color-foreground);border:1px solid var(--theme-color-border);padding:40px 24px 32px;position:relative;overflow:hidden}.mm-hero__eyebrow{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.2em;text-transform:uppercase;color:var(--theme-color-accent);display:block}.mm-hero__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-regular);letter-spacing:-.02em;font-variation-settings:"opsz" 120;margin:16px 0 0;font-size:clamp(40px,9vw,64px);line-height:1.05}.mm-hero__tagline{max-width:32ch;font-family:var(--theme-font-sans);font-size:16px;font-weight:var(--theme-font-weight-regular);color:var(--theme-color-muted-foreground);margin:18px 0 0;font-style:italic;line-height:1.55}.mm-hero__rule{background:var(--theme-color-foreground);width:56px;height:1px;margin-top:28px;display:block}.mm-section{padding:32px var(--theme-space-screen-padding) 4px;scroll-margin-top:112px}.mm-section__eyebrow{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.18em;text-transform:uppercase;color:var(--theme-color-accent)}.mm-section__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.015em;font-variation-settings:"opsz" 36;margin:6px 0 18px;font-size:26px}.mm-product-grid{gap:var(--theme-space-card-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));display:grid}.mm-empty{padding:56px var(--theme-space-screen-padding);text-align:center;color:var(--theme-color-muted-foreground);font-family:var(--theme-font-sans);font-size:15px;font-style:italic}.mm-card{border-radius:var(--theme-radius-card);background:var(--theme-color-surface);border:1px solid var(--theme-color-border);box-shadow:none;flex-direction:column;display:flex;position:relative;overflow:hidden}.mm-card[data-unavailable=true]{opacity:.62}.mm-card__open{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;padding:0;display:flex}.mm-card__open:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:-2px}.mm-card__media{aspect-ratio:16/11;background:var(--theme-color-secondary);width:100%;position:relative}.mm-card__img{object-fit:cover;filter:grayscale()contrast(1.02);width:100%;height:100%;display:block}.mm-card__media:after{content:"";pointer-events:none;opacity:.12;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");position:absolute;inset:0}.mm-card__media-fallback{background:var(--theme-color-secondary);width:100%;height:100%;color:var(--theme-color-foreground);font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-regular);letter-spacing:-.02em;text-transform:uppercase;font-variation-settings:"opsz" 96;justify-content:center;align-items:center;font-size:56px;display:flex}.mm-card__badges{z-index:1;flex-wrap:wrap;gap:4px;max-width:calc(100% - 64px);display:flex;position:absolute;top:10px;left:10px}.mm-card__fav{background:var(--theme-color-surface-elevated);width:28px;height:28px;color:var(--theme-color-foreground);border:1px solid var(--theme-color-border);z-index:1;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.mm-card__text{flex-direction:column;gap:6px;padding:18px 18px 10px;display:flex}.mm-card__name{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.005em;font-variation-settings:"opsz" 24;font-size:19px;line-height:1.2}.mm-card__desc{font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-regular);color:var(--theme-color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-style:italic;line-height:1.5;display:-webkit-box;overflow:hidden}.mm-card__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:6px 18px 18px;display:flex}.mm-price{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);letter-spacing:.02em;color:var(--theme-color-foreground);font-size:15px}.mm-badge{height:22px;font-family:var(--theme-font-mono);font-size:10px;font-weight:var(--theme-font-weight-bold);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;border-radius:0;align-items:center;padding:0 8px;display:inline-flex}.mm-badge[data-tone=neutral]{background:var(--theme-color-surface-elevated);color:var(--theme-color-foreground);border-color:var(--theme-color-border)}.mm-badge[data-tone=accent]{background:var(--theme-color-accent);color:var(--theme-color-primary-foreground)}.mm-badge[data-tone=success]{background:var(--theme-color-success);color:var(--theme-color-primary-foreground)}.mm-badge[data-tone=warning]{background:var(--theme-color-warning);color:var(--theme-color-primary-foreground)}.mm-badge[data-tone=danger]{background:var(--theme-color-danger);color:var(--theme-color-primary-foreground)}.mm-btn{border:1px solid var(--theme-color-foreground);border-radius:var(--theme-radius-button);min-height:44px;font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-medium);letter-spacing:.01em;cursor:pointer;white-space:nowrap;color:var(--theme-color-foreground);background:0 0;justify-content:center;align-items:center;gap:6px;padding:0 18px;display:inline-flex}.mm-btn:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.mm-btn:disabled{opacity:.5;cursor:not-allowed}.mm-btn[data-variant=primary]{background:var(--theme-color-primary);color:var(--theme-color-primary-foreground);border-color:var(--theme-color-primary)}.mm-btn[data-variant=surface]{background:var(--theme-color-surface-elevated);color:var(--theme-color-foreground);border-color:var(--theme-color-border)}.mm-btn[data-variant=block]{background:var(--theme-color-primary);width:100%;color:var(--theme-color-primary-foreground);border-color:var(--theme-color-primary);justify-content:space-between}.mm-btn[data-size=compact]{letter-spacing:.02em;min-height:40px;padding:0 14px;font-size:13px}.mm-cartbar{max-width:var(--mm-shell-max,100%);z-index:30;min-height:64px;padding:10px var(--theme-space-screen-padding);background:var(--theme-color-primary);color:var(--theme-color-primary-foreground);font-family:var(--theme-font-sans);cursor:pointer;border:none;border-top:1px solid var(--theme-color-primary);justify-content:space-between;align-items:center;gap:12px;margin-inline:auto;font-size:14px;display:flex;position:fixed;bottom:0;left:0;right:0}.mm-cartbar:focus-visible{outline:2px solid var(--theme-color-primary-foreground);outline-offset:-4px}.mm-cartbar__summary{align-items:center;gap:10px;min-width:0;display:flex}.mm-cartbar__count{background:var(--theme-color-primary-foreground);min-width:28px;height:28px;color:var(--theme-color-primary);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;padding:0 8px;font-size:13px;display:inline-flex}.mm-cartbar__text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.mm-cartbar__items{opacity:.85;letter-spacing:.04em;text-transform:lowercase;font-size:12px}.mm-cartbar__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);font-size:16px}.mm-cartdrawer{z-index:45;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.mm-cartdrawer__scrim{cursor:pointer;background:var(--theme-color-foreground);border:none;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.mm-cartdrawer__scrim{background:color-mix(in srgb, var(--theme-color-foreground) 55%, transparent)}}.mm-cartdrawer__panel{max-height:88dvh;max-width:var(--mm-shell-max,100%);background:var(--theme-color-surface);width:100%;color:var(--theme-color-foreground);border-top:3px solid var(--theme-color-primary);border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;flex-direction:column;margin-inline:auto;display:flex;position:relative;overflow:hidden}.mm-cartdrawer__header{padding:18px var(--theme-space-screen-padding);border-bottom:1px solid var(--theme-color-border);flex:none;justify-content:space-between;align-items:center;display:flex}@supports (color:color-mix(in lab, red, red)){.mm-cartdrawer__header{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.mm-cartdrawer__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:22px}.mm-cartdrawer__close{background:var(--theme-color-secondary);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.mm-cartdrawer__close:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.mm-cartdrawer__list{padding:8px var(--theme-space-screen-padding);flex:auto;margin:0;list-style:none;overflow-y:auto}.mm-cartline{border-bottom:1px solid var(--theme-color-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}@supports (color:color-mix(in lab, red, red)){.mm-cartline{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 55%, transparent)}}.mm-cartline:last-child{border-bottom:none}.mm-cartline__info{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.mm-cartline__name{font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:15px}.mm-cartline__unit{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);font-size:12.5px}.mm-cartline__mods{flex-wrap:wrap;gap:2px 8px;display:flex}.mm-cartline__mod{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);align-items:center;gap:2px;font-size:11.5px;display:inline-flex}.mm-cartline__mod[data-kind=add]{color:var(--theme-color-accent)}.mm-cartline__mod[data-kind=remove]{color:var(--theme-color-danger);text-decoration:line-through}.mm-cartline__thumb{border-radius:var(--theme-radius-image);object-fit:cover;background:var(--theme-color-secondary);flex:none;width:44px;height:44px}.mm-cartline__actions{flex:none;align-items:center;gap:10px;display:flex}.mm-cartline__total{text-align:right;min-width:64px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:14px}.mm-cartline__remove{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-danger);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.mm-cartline__remove:focus-visible{outline:2px solid var(--theme-color-danger);outline-offset:-2px}.mm-cartdrawer__footer{padding:16px var(--theme-space-screen-padding);padding-bottom:max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--theme-color-border);flex-direction:column;flex:none;gap:12px;display:flex}@supports (color:color-mix(in lab, red, red)){.mm-cartdrawer__footer{border-top:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.mm-cartdrawer__footer{background:var(--theme-color-surface-elevated)}.mm-cartdrawer__subtotal{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.mm-cartdrawer__subtotal-value{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:18px}.mm-backdrop{z-index:40;background:var(--theme-color-foreground);position:fixed;inset:0}@supports (color:color-mix(in lab, red, red)){.mm-backdrop{background:color-mix(in srgb, var(--theme-color-foreground) 60%, transparent)}}.mm-sheet{z-index:41;background:var(--theme-color-surface-elevated);border-top:1px solid var(--theme-color-border);border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;flex-direction:column;max-height:92dvh;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.mm-sheet__grip{touch-action:none;flex:none;justify-content:center;padding:10px 0 4px;display:flex}.mm-sheet__grip-bar{background:var(--theme-color-border);border-radius:9999px;width:40px;height:2px}.mm-sheet__scroll{flex:auto;overflow-y:auto}.mm-sheet__media{aspect-ratio:16/10;background:var(--theme-color-secondary);width:100%;position:relative}.mm-sheet__media:after{content:"";pointer-events:none;opacity:.12;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");position:absolute;inset:0}.mm-sheet__close{border:1px solid var(--theme-color-border);background:var(--theme-color-surface-elevated);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;z-index:2;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:12px;right:12px}.mm-sheet__close:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.mm-sheet__body{padding:24px var(--theme-space-screen-padding);flex-direction:column;gap:12px;display:flex}.mm-sheet__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.015em;font-variation-settings:"opsz" 48;font-size:28px;line-height:1.12}.mm-sheet__desc{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);font-size:15px;font-style:italic;line-height:1.6}.mm-sheet__footer{padding:14px var(--theme-space-screen-padding);background:var(--theme-color-surface-elevated);border-top:1px solid var(--theme-color-border);flex:none;align-items:center;gap:12px;display:flex}.mm-qty{border:1px solid var(--theme-color-border);border-radius:var(--theme-radius-button);flex:none;align-items:center;gap:2px;display:flex}.mm-qty__btn{width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.mm-qty__btn:disabled{opacity:.4;cursor:not-allowed}.mm-qty__btn:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:-2px}.mm-qty__value{text-align:center;min-width:28px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);font-size:15px}.mm-inactivity{z-index:50;pointer-events:auto;background:var(--theme-color-foreground);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@supports (color:color-mix(in lab, red, red)){.mm-inactivity{background:color-mix(in srgb, var(--theme-color-foreground) 60%, transparent)}}.mm-inactivity{padding:24px}.mm-inactivity__panel{border:1px solid var(--theme-color-border);border-radius:var(--theme-radius-modal);background:var(--theme-color-surface-elevated);text-align:center;flex-direction:column;gap:18px;width:100%;max-width:420px;padding:32px;display:flex}.mm-inactivity__countdown{background:var(--theme-color-primary);width:72px;height:72px;color:var(--theme-color-primary-foreground);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;margin:0 auto;font-size:26px;display:inline-flex}.mm-inactivity__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.01em;font-variation-settings:"opsz" 36;font-size:24px}.mm-inactivity__actions{gap:8px;margin-top:8px;display:flex}.mm-inactivity__actions>*{flex:1 1 0}.mm-confirmation{z-index:60;text-align:center;background:var(--theme-color-background);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:40px 32px;display:flex;position:fixed;inset:0}.mm-confirmation__badge{width:80px;height:80px;color:var(--theme-color-foreground);border:1px solid var(--theme-color-foreground);background:0 0;border-radius:9999px;justify-content:center;align-items:center;margin-bottom:28px;display:inline-flex}.mm-confirmation__order{font-family:var(--theme-font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--theme-color-muted-foreground);font-size:12px}.mm-confirmation__number{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-regular);letter-spacing:-.02em;color:var(--theme-color-foreground);font-variation-settings:"opsz" 120;margin:12px 0 6px;font-size:64px}.mm-confirmation__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);letter-spacing:.02em;margin-top:14px;font-size:18px}.mm-confirmation__ready{color:var(--theme-color-muted-foreground);font-family:var(--theme-font-sans);margin-top:10px;font-size:14px;font-style:italic}.mm-confirmation__close{margin-top:36px}@media (min-width:640px){.mm-hero{padding:56px 36px 44px}.mm-hero__tagline{max-width:44ch;font-size:17px}.mm-hero__rule{width:72px;margin-top:36px}.mm-sheet{max-width:560px;margin-inline:auto}}@media (min-width:1024px){.mm-hero{padding:72px 56px 56px}.mm-sheet{border-radius:var(--theme-radius-modal);border:1px solid var(--theme-color-border);max-height:86dvh;margin:auto;inset:0}.mm-sheet__grip{display:none}}@media (prefers-reduced-motion:reduce){.mm-shell{scroll-behavior:auto}}.mm-hero-rail{padding:4px var(--theme-space-screen-padding) 0;flex-direction:column;gap:12px;display:flex}.mm-hero-rail__label{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.mm-hero-rail__track{gap:var(--theme-space-card-gap);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:0;padding:2px 0 8px;list-style:none;display:flex;overflow-x:auto}.mm-hero-rail__item{scroll-snap-align:start;flex:none;width:clamp(200px,68vw,248px);display:flex}.mm-hero-rail__item>.mm-card{width:100%}.mm-cartline{flex-wrap:wrap;gap:10px 12px}.mm-cartline__info{flex:calc(100% - 56px)}.mm-cartline__actions{flex:100%;justify-content:flex-end}
[data-theme=dark-mode-aurora]{--theme-color-background:#0a1a2f;--theme-color-surface:#142844;--theme-color-surface-elevated:#1e3556;--theme-color-primary:#ca8a04;--theme-color-primary-foreground:#0a1a2f;--theme-color-secondary:#2b3d5a;--theme-color-secondary-foreground:#f0ede3;--theme-color-accent:#e8c77a;--theme-color-foreground:#f0ede3;--theme-color-muted-foreground:#a8a39a;--theme-color-border:#2c3d5a;--theme-color-eyebrow:#e8c77a;--theme-color-success:#3d8366;--theme-color-warning:#d4a33a;--theme-color-danger:#c04545;--theme-font-display:var(--font-da-display), "Cormorant Garamond", "Times New Roman", serif;--theme-font-sans:var(--font-da-body), "Jost", system-ui, sans-serif;--theme-font-mono:var(--font-da-mono), "JetBrains Mono", ui-monospace, monospace;--theme-font-weight-regular:400;--theme-font-weight-medium:500;--theme-font-weight-bold:700;--theme-radius-card:18px;--theme-radius-button:18px;--theme-radius-modal:24px;--theme-radius-image:18px;--theme-space-unit:4px;--theme-space-screen-padding:20px;--theme-space-card-gap:16px;--theme-motion-duration-fast:.16s;--theme-motion-duration-base:.28s;--theme-motion-duration-slow:.42s;--theme-motion-easing:cubic-bezier(.4, 0, .2, 1)}.da-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.da-root{font-family:var(--theme-font-sans);color:var(--theme-color-foreground);background:var(--theme-color-background);-webkit-font-smoothing:antialiased;min-height:100dvh}.da-root *,.da-root :before,.da-root :after{box-sizing:border-box}.da-shell{--da-shell-max:100%;isolation:isolate;width:100%;min-height:100dvh;max-width:var(--da-shell-max);background:radial-gradient(78% 48% at 8% 0%, var(--theme-color-primary) 0%, transparent 60%), radial-gradient(68% 44% at 100% 26%, var(--theme-color-accent) 0%, transparent 55%), var(--theme-color-background);flex-direction:column;margin-inline:auto;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.da-shell{background:radial-gradient(78% 48% at 8% 0%, color-mix(in srgb, var(--theme-color-primary) 24%, transparent) 0%, transparent 60%), radial-gradient(68% 44% at 100% 26%, color-mix(in srgb, var(--theme-color-accent) 17%, transparent) 0%, transparent 55%), var(--theme-color-background)}}.da-shell{scroll-behavior:smooth}.da-shell__scroll{flex:auto}.da-shell__scroll[data-cart-visible=true]{padding-bottom:92px}.da-header{z-index:20;min-height:56px;padding:0 var(--theme-space-screen-padding);background:var(--theme-color-background);align-items:center;gap:8px;display:flex;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.da-header{background:color-mix(in srgb, var(--theme-color-background) 78%, transparent)}}.da-header{-webkit-backdrop-filter:blur(14px)saturate(1.1);border-bottom:1px solid var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-header{border-bottom:1px solid color-mix(in srgb, var(--theme-color-accent) 16%, transparent)}}.da-header__brand{min-width:0;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:.005em;color:var(--theme-color-foreground);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:21px;overflow:hidden}.da-header__actions{flex:none;align-items:center;gap:4px;display:flex}.da-icon-btn{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.da-icon-btn:hover{background:var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-icon-btn:hover{background:color-mix(in srgb, var(--theme-color-accent) 12%, transparent)}}.da-icon-btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.da-catnav{z-index:19;background:var(--theme-color-background);position:sticky;top:56px}@supports (color:color-mix(in lab, red, red)){.da-catnav{background:color-mix(in srgb, var(--theme-color-background) 72%, transparent)}}.da-catnav{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-color-border)}@supports (color:color-mix(in lab, red, red)){.da-catnav{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 60%, transparent)}}.da-catnav__track{padding:12px var(--theme-space-screen-padding);scrollbar-width:none;scroll-snap-type:x proximity;gap:8px;display:flex;overflow-x:auto}.da-catnav__track::-webkit-scrollbar{display:none}.da-catnav__item{border:1px solid var(--theme-color-accent);flex:none;min-height:44px;padding:0 18px;position:relative}@supports (color:color-mix(in lab, red, red)){.da-catnav__item{border:1px solid color-mix(in srgb, var(--theme-color-accent) 22%, transparent)}}.da-catnav__item{background:var(--theme-color-surface);border-radius:9999px}@supports (color:color-mix(in lab, red, red)){.da-catnav__item{background:color-mix(in srgb, var(--theme-color-surface) 60%, transparent)}}.da-catnav__item{color:var(--theme-color-foreground);font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-medium);letter-spacing:.01em;white-space:nowrap;cursor:pointer;scroll-snap-align:start}.da-catnav__item:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.da-catnav__item[data-active=true]{color:var(--theme-color-primary-foreground);font-weight:var(--theme-font-weight-bold);border-color:#0000}.da-catnav__pill{z-index:0;background:var(--theme-color-primary);border-radius:9999px;position:absolute;inset:0}.da-catnav__label{z-index:1;position:relative}.da-hero{margin:var(--theme-space-screen-padding);border-radius:var(--theme-radius-card);background:radial-gradient(62% 70% at 88% 30%, var(--theme-color-accent) 0%, transparent 70%), radial-gradient(80% 90% at 0% 100%, var(--theme-color-primary) 0%, transparent 65%), var(--theme-color-surface);padding:36px 26px 40px}@supports (color:color-mix(in lab, red, red)){.da-hero{background:radial-gradient(62% 70% at 88% 30%, color-mix(in srgb, var(--theme-color-accent) 22%, transparent) 0%, transparent 70%), radial-gradient(80% 90% at 0% 100%, color-mix(in srgb, var(--theme-color-primary) 18%, transparent) 0%, transparent 65%), color-mix(in srgb, var(--theme-color-surface) 88%, transparent)}}.da-hero{color:var(--theme-color-foreground);border:1px solid var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-hero{border:1px solid color-mix(in srgb, var(--theme-color-accent) 18%, transparent)}}.da-hero{-webkit-backdrop-filter:blur(8px);position:relative;overflow:hidden}.da-hero__eyebrow{z-index:1;font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.22em;text-transform:uppercase;color:var(--theme-color-accent);position:relative}.da-hero__title{z-index:1;font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.005em;color:var(--theme-color-foreground);margin:14px 0 0;font-size:clamp(36px,9vw,60px);line-height:1.05;position:relative}.da-hero__tagline{z-index:1;max-width:32ch;font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-regular);letter-spacing:.005em;color:var(--theme-color-foreground);margin:14px 0 0;font-size:15px;line-height:1.55;position:relative}@supports (color:color-mix(in lab, red, red)){.da-hero__tagline{color:color-mix(in srgb, var(--theme-color-foreground) 88%, transparent)}}.da-section{padding:28px var(--theme-space-screen-padding) 6px;scroll-margin-top:116px}.da-section__eyebrow{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.2em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.da-section__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.005em;color:var(--theme-color-foreground);margin:6px 0 18px;font-size:28px;line-height:1.1}.da-product-grid{gap:var(--theme-space-card-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));display:grid}.da-empty{padding:48px var(--theme-space-screen-padding);text-align:center;color:var(--theme-color-muted-foreground);font-size:15px}.da-card{border-radius:var(--theme-radius-card);background:var(--theme-color-surface);flex-direction:column;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.da-card{background:color-mix(in srgb, var(--theme-color-surface) 80%, transparent)}}.da-card{-webkit-backdrop-filter:blur(12px)saturate(1.05);border:1px solid var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-card{border:1px solid color-mix(in srgb, var(--theme-color-accent) 25%, transparent)}}.da-card{box-shadow:0 1px 2px #00000052, 0 12px 32px -16px var(--theme-color-primary)}@supports (color:color-mix(in lab, red, red)){.da-card{box-shadow:0 1px 2px #00000052, 0 12px 32px -16px color-mix(in srgb, var(--theme-color-primary) 18%, transparent)}}.da-card{overflow:hidden}.da-card[data-unavailable=true]{opacity:.55}.da-card__open{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;padding:0;display:flex}.da-card__open:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}.da-card__media{aspect-ratio:16/11;background:var(--theme-color-secondary);width:100%;position:relative;overflow:hidden}.da-card__img{object-fit:cover;filter:brightness(.92)saturate();width:100%;height:100%;display:block}.da-card__media:after{content:"";background:linear-gradient(to bottom, transparent 0%, var(--theme-color-background) 100%);position:absolute;inset:50% 0 0}@supports (color:color-mix(in lab, red, red)){.da-card__media:after{background:linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--theme-color-background) 28%, transparent) 100%)}}.da-card__media:after{pointer-events:none}.da-card__media-fallback{background:var(--theme-color-secondary);width:100%;height:100%;color:var(--theme-color-accent);font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);text-transform:uppercase;justify-content:center;align-items:center;font-size:42px;display:flex}.da-card__badges{z-index:1;flex-wrap:wrap;gap:4px;max-width:calc(100% - 64px);display:flex;position:absolute;top:10px;left:10px}.da-card__fav{z-index:1;background:var(--theme-color-surface-elevated);border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:10px;right:10px}@supports (color:color-mix(in lab, red, red)){.da-card__fav{background:color-mix(in srgb, var(--theme-color-surface-elevated) 88%, transparent)}}.da-card__fav{color:var(--theme-color-primary);-webkit-backdrop-filter:blur(8px)}.da-card__text{flex-direction:column;gap:4px;padding:16px 16px 8px;display:flex}.da-card__name{font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-medium);letter-spacing:.005em;color:var(--theme-color-foreground);font-size:17px;line-height:1.3}.da-card__desc{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.da-card__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:6px 16px 16px;display:flex}.da-price{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-accent);font-size:16px}.da-badge{height:22px;font-family:var(--theme-font-mono);font-size:10px;font-weight:var(--theme-font-weight-bold);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:9999px;align-items:center;padding:0 8px;display:inline-flex}.da-badge[data-tone=neutral]{background:var(--theme-color-surface-elevated)}@supports (color:color-mix(in lab, red, red)){.da-badge[data-tone=neutral]{background:color-mix(in srgb, var(--theme-color-surface-elevated) 88%, transparent)}}.da-badge[data-tone=neutral]{color:var(--theme-color-foreground)}.da-badge[data-tone=accent]{background:var(--theme-color-accent);color:var(--theme-color-primary-foreground)}.da-badge[data-tone=success]{background:var(--theme-color-success);color:var(--theme-color-foreground)}.da-badge[data-tone=warning]{background:var(--theme-color-warning);color:var(--theme-color-primary-foreground)}.da-badge[data-tone=danger]{background:var(--theme-color-danger);color:var(--theme-color-foreground)}.da-btn{border-radius:var(--theme-radius-button);min-height:44px;font-family:var(--theme-font-sans);font-size:14px;font-weight:var(--theme-font-weight-bold);letter-spacing:.02em;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:6px;padding:0 18px;display:inline-flex}.da-btn:focus-visible{outline:2px solid var(--theme-color-accent);outline-offset:2px}.da-btn:disabled{opacity:.5;cursor:not-allowed}.da-btn[data-variant=primary]{background:var(--theme-color-primary);color:var(--theme-color-primary-foreground)}.da-btn[data-variant=surface]{background:var(--theme-color-surface-elevated)}@supports (color:color-mix(in lab, red, red)){.da-btn[data-variant=surface]{background:color-mix(in srgb, var(--theme-color-surface-elevated) 88%, transparent)}}.da-btn[data-variant=surface]{color:var(--theme-color-foreground);border:1px solid var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-btn[data-variant=surface]{border:1px solid color-mix(in srgb, var(--theme-color-accent) 26%, transparent)}}.da-btn[data-variant=block]{background:var(--theme-color-primary);width:100%;color:var(--theme-color-primary-foreground);justify-content:space-between}.da-btn[data-size=compact]{min-height:40px;padding:0 14px;font-size:13px}.da-cartbar{max-width:calc(var(--da-shell-max,100%) - 24px);z-index:30;border:1px solid var(--theme-color-accent);justify-content:space-between;align-items:center;gap:12px;min-height:64px;margin-inline:auto;padding:10px 16px;display:flex;position:fixed;bottom:12px;left:12px;right:12px}@supports (color:color-mix(in lab, red, red)){.da-cartbar{border:1px solid color-mix(in srgb, var(--theme-color-accent) 32%, transparent)}}.da-cartbar{border-radius:var(--theme-radius-button);background:var(--theme-color-surface-elevated)}@supports (color:color-mix(in lab, red, red)){.da-cartbar{background:color-mix(in srgb, var(--theme-color-surface-elevated) 82%, transparent)}}.da-cartbar{-webkit-backdrop-filter:blur(18px)saturate(1.1);color:var(--theme-color-foreground);box-shadow:0 12px 32px -8px #00000080, 0 0 0 1px var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-cartbar{box-shadow:0 12px 32px -8px #00000080, 0 0 0 1px color-mix(in srgb, var(--theme-color-accent) 12%, transparent)}}.da-cartbar{cursor:pointer;font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-medium);font-size:14px}.da-cartbar:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.da-cartbar__summary{align-items:center;gap:10px;min-width:0;display:flex}.da-cartbar__count{background:var(--theme-color-primary);min-width:30px;height:30px;color:var(--theme-color-primary-foreground);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;padding:0 8px;font-size:14px;display:inline-flex}.da-cartbar__text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.da-cartbar__items{color:var(--theme-color-muted-foreground);font-size:12px}.da-cartbar__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-accent);font-size:16px}.da-cartdrawer{z-index:45;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.da-cartdrawer__scrim{cursor:pointer;background:var(--theme-color-foreground);border:none;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.da-cartdrawer__scrim{background:color-mix(in srgb, var(--theme-color-foreground) 55%, transparent)}}.da-cartdrawer__panel{max-height:88dvh;max-width:var(--da-shell-max,100%);background:var(--theme-color-surface);width:100%;color:var(--theme-color-foreground);border-top:1px solid var(--theme-color-accent);flex-direction:column;margin-inline:auto;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.da-cartdrawer__panel{border-top:1px solid color-mix(in srgb, var(--theme-color-accent) 32%, transparent)}}.da-cartdrawer__panel{border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;overflow:hidden}.da-cartdrawer__header{padding:18px var(--theme-space-screen-padding);border-bottom:1px solid var(--theme-color-border);flex:none;justify-content:space-between;align-items:center;display:flex}@supports (color:color-mix(in lab, red, red)){.da-cartdrawer__header{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.da-cartdrawer__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:22px}.da-cartdrawer__close{background:var(--theme-color-secondary);width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.da-cartdrawer__close:focus-visible{outline:2px solid var(--theme-color-foreground);outline-offset:2px}.da-cartdrawer__list{padding:8px var(--theme-space-screen-padding);flex:auto;margin:0;list-style:none;overflow-y:auto}.da-cartline{border-bottom:1px solid var(--theme-color-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}@supports (color:color-mix(in lab, red, red)){.da-cartline{border-bottom:1px solid color-mix(in srgb, var(--theme-color-border) 55%, transparent)}}.da-cartline:last-child{border-bottom:none}.da-cartline__info{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.da-cartline__name{font-family:var(--theme-font-sans);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:15px}.da-cartline__unit{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);font-size:12.5px}.da-cartline__mods{flex-wrap:wrap;gap:2px 8px;display:flex}.da-cartline__mod{font-family:var(--theme-font-mono);color:var(--theme-color-muted-foreground);align-items:center;gap:2px;font-size:11.5px;display:inline-flex}.da-cartline__mod[data-kind=add]{color:var(--theme-color-accent)}.da-cartline__mod[data-kind=remove]{color:var(--theme-color-danger);text-decoration:line-through}.da-cartline__thumb{border-radius:var(--theme-radius-image);object-fit:cover;background:var(--theme-color-secondary);flex:none;width:44px;height:44px}.da-cartline__actions{flex:none;align-items:center;gap:10px;display:flex}.da-cartline__total{text-align:right;min-width:64px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:14px}.da-cartline__remove{border-radius:var(--theme-radius-button);width:44px;height:44px;color:var(--theme-color-danger);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.da-cartline__remove:focus-visible{outline:2px solid var(--theme-color-danger);outline-offset:-2px}.da-cartdrawer__footer{padding:16px var(--theme-space-screen-padding);padding-bottom:max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--theme-color-border);flex-direction:column;flex:none;gap:12px;display:flex}@supports (color:color-mix(in lab, red, red)){.da-cartdrawer__footer{border-top:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.da-cartdrawer__footer{background:var(--theme-color-surface-elevated)}.da-cartdrawer__subtotal{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.da-cartdrawer__subtotal-value{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);font-size:18px}.da-backdrop{z-index:40;-webkit-backdrop-filter:blur(4px);background:#0000009e;position:fixed;inset:0}.da-sheet{z-index:41;background:var(--theme-color-surface-elevated);max-height:92dvh;color:var(--theme-color-foreground);border-top:1px solid var(--theme-color-accent);flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0}@supports (color:color-mix(in lab, red, red)){.da-sheet{border-top:1px solid color-mix(in srgb, var(--theme-color-accent) 28%, transparent)}}.da-sheet{border-radius:var(--theme-radius-modal) var(--theme-radius-modal) 0 0;overflow:hidden}.da-sheet__grip{touch-action:none;flex:none;justify-content:center;padding:12px 0 4px;display:flex}.da-sheet__grip-bar{background:var(--theme-color-accent);border-radius:9999px;width:44px;height:4px}@supports (color:color-mix(in lab, red, red)){.da-sheet__grip-bar{background:color-mix(in srgb, var(--theme-color-accent) 38%, transparent)}}.da-sheet__scroll{flex:auto;overflow-y:auto}.da-sheet__media{aspect-ratio:16/10;background:var(--theme-color-secondary);width:100%;position:relative;overflow:hidden}.da-sheet__close{background:var(--theme-color-surface-elevated);border:none;border-radius:9999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:absolute;top:12px;right:12px}@supports (color:color-mix(in lab, red, red)){.da-sheet__close{background:color-mix(in srgb, var(--theme-color-surface-elevated) 88%, transparent)}}.da-sheet__close{color:var(--theme-color-foreground);-webkit-backdrop-filter:blur(10px);cursor:pointer}.da-sheet__close:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.da-sheet__body{padding:20px var(--theme-space-screen-padding);flex-direction:column;gap:12px;display:flex}.da-sheet__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.005em;color:var(--theme-color-foreground);font-size:30px;line-height:1.1}.da-sheet__desc{font-family:var(--theme-font-sans);color:var(--theme-color-muted-foreground);font-size:14.5px;line-height:1.6}.da-sheet__badges{flex-wrap:wrap;gap:4px;display:flex}.da-sheet__footer{padding:14px var(--theme-space-screen-padding);background:var(--theme-color-surface-elevated);border-top:1px solid var(--theme-color-border);flex:none;align-items:center;gap:12px;display:flex}@supports (color:color-mix(in lab, red, red)){.da-sheet__footer{border-top:1px solid color-mix(in srgb, var(--theme-color-border) 70%, transparent)}}.da-qty{border:1px solid var(--theme-color-accent);flex:none;align-items:center;gap:2px;display:flex}@supports (color:color-mix(in lab, red, red)){.da-qty{border:1px solid color-mix(in srgb, var(--theme-color-accent) 24%, transparent)}}.da-qty{border-radius:var(--theme-radius-button);background:var(--theme-color-surface)}@supports (color:color-mix(in lab, red, red)){.da-qty{background:color-mix(in srgb, var(--theme-color-surface) 60%, transparent)}}.da-qty__btn{width:44px;height:44px;color:var(--theme-color-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.da-qty__btn:disabled{opacity:.4;cursor:not-allowed}.da-qty__btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}.da-qty__value{text-align:center;min-width:30px;font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-accent);font-size:15px}.da-inactivity{z-index:50;pointer-events:auto;-webkit-backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.da-inactivity__panel{border-radius:var(--theme-radius-modal);background:var(--theme-color-surface-elevated);flex-direction:column;gap:18px;width:100%;max-width:420px;padding:32px;display:flex}@supports (color:color-mix(in lab, red, red)){.da-inactivity__panel{background:color-mix(in srgb, var(--theme-color-surface-elevated) 92%, transparent)}}.da-inactivity__panel{border:1px solid var(--theme-color-accent)}@supports (color:color-mix(in lab, red, red)){.da-inactivity__panel{border:1px solid color-mix(in srgb, var(--theme-color-accent) 22%, transparent)}}.da-inactivity__panel{color:var(--theme-color-foreground);text-align:center}.da-inactivity__countdown{background:var(--theme-color-primary);width:80px;height:80px;color:var(--theme-color-primary-foreground);font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);border-radius:9999px;justify-content:center;align-items:center;margin:0 auto;font-size:26px;display:inline-flex}.da-inactivity__title{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.005em;color:var(--theme-color-foreground);font-size:24px}.da-inactivity__actions{gap:8px;margin-top:8px;display:flex}.da-inactivity__actions>*{flex:1 1 0}.da-confirmation{z-index:60;text-align:center;background:radial-gradient(60% 50% at 50% 0%, var(--theme-color-accent) 0%, transparent 65%), var(--theme-color-background);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px;display:flex;position:fixed;inset:0}@supports (color:color-mix(in lab, red, red)){.da-confirmation{background:radial-gradient(60% 50% at 50% 0%, color-mix(in srgb, var(--theme-color-accent) 16%, transparent) 0%, transparent 65%), var(--theme-color-background)}}.da-confirmation__badge{background:var(--theme-color-success);width:96px;height:96px;color:var(--theme-color-foreground);box-shadow:0 0 0 6px var(--theme-color-success);border-radius:9999px;justify-content:center;align-items:center;margin-bottom:28px;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.da-confirmation__badge{box-shadow:0 0 0 6px color-mix(in srgb, var(--theme-color-success) 18%, transparent)}}.da-confirmation__order{font-family:var(--theme-font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--theme-color-muted-foreground);font-size:14px}.da-confirmation__number{font-family:var(--theme-font-display);font-weight:var(--theme-font-weight-medium);letter-spacing:-.01em;color:var(--theme-color-accent);margin:12px 0 4px;font-size:64px;line-height:1}.da-confirmation__total{font-family:var(--theme-font-mono);font-weight:var(--theme-font-weight-bold);color:var(--theme-color-foreground);margin-top:14px;font-size:20px}.da-confirmation__ready{color:var(--theme-color-muted-foreground);font-family:var(--theme-font-sans);margin-top:10px;font-size:14px}.da-confirmation__close{margin-top:36px}@media (min-width:640px){.da-hero{padding:48px 36px 52px}.da-hero__tagline{max-width:48ch;font-size:16px}.da-sheet{max-width:600px;margin-inline:auto}}@media (min-width:1024px){.da-hero{padding:60px 50px}.da-sheet{border-radius:var(--theme-radius-modal);border-top-width:1px;max-height:88dvh;margin:auto;inset:0}.da-sheet__grip{display:none}}@media (prefers-reduced-motion:reduce){.da-shell{scroll-behavior:auto}}.da-hero__rule{display:none}.da-hero-rail{padding:4px var(--theme-space-screen-padding) 0;flex-direction:column;gap:12px;display:flex}.da-hero-rail__label{font-family:var(--theme-font-mono);font-size:11px;font-weight:var(--theme-font-weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color-eyebrow)}.da-hero-rail__track{gap:var(--theme-space-card-gap);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:0;padding:2px 0 8px;list-style:none;display:flex;overflow-x:auto}.da-hero-rail__item{scroll-snap-align:start;flex:none;width:clamp(200px,68vw,248px);display:flex}.da-hero-rail__item>.da-card{width:100%}.da-cartline{flex-wrap:wrap;gap:10px 12px}.da-cartline__info{flex:calc(100% - 56px)}.da-cartline__actions{flex:100%;justify-content:flex-end}
