*{box-sizing:border-box}:root{--bg:#f2f2f7;--surface:#fff;--text:#1c1c1e;--text-muted:#636366;--accent:#007aff;--accent-hover:#0071e3;--accent-muted:#dbeafe;--success:#34c759;--warning:#ff9f0a;--destructive:#ff3b30;--border:#d1d1d6;--border-subtle:#e5e5ea;--radius:14px;--radius-sm:10px;--touch-min:48px;--safe-bottom:env(safe-area-inset-bottom,0px);--shadow-sm:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.04);--shadow-lg:0 12px 28px rgba(0,0,0,.12),0 4px 10px rgba(0,0,0,.06);--portal-elevated:var(--surface)}@media (prefers-color-scheme:dark){:root{--bg:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#0a84ff;--accent-hover:#409cff;--accent-muted:#1e2a3a;--success:#30d158;--warning:#ffd60a;--destructive:#ff453a;--border:#334155;--border-subtle:#2a3346;--shadow-sm:0 1px 3px rgba(0,0,0,.2);--shadow-md:0 4px 12px rgba(0,0,0,.3);--shadow-lg:0 12px 28px rgba(0,0,0,.4);--portal-elevated:var(--surface)}}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.portal-btn-primary:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 4px rgba(0,122,255,.35)}@media (prefers-color-scheme:dark){.portal-btn-primary:focus-visible{outline-color:hsla(0,0%,100%,.95);box-shadow:0 0 0 4px rgba(10,132,255,.35)}}.portal-btn-secondary:focus-visible,.portal-cart-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.portal-header-brand a:focus-visible{outline-offset:4px;border-radius:var(--radius-sm)}.portal-nav-row a:focus-visible,.portal-nav-row button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.catalog-btn-add:focus-visible,.catalog-stepper button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.portal-banner-card__cta:focus-visible{outline:2px solid #fff;outline-offset:2px}.mini-cart-backdrop:focus-visible,.mini-cart-close-btn:focus-visible,.mini-cart-stepper button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mini-cart-link-secondary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;background:var(--accent-muted)}.cart-stepper-inline button:focus-visible,.portal-btn-ghost-outline:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.portal-link-back:focus-visible,.portal-link-inline:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}input,select,textarea{font:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width:480px){.container{padding:0 .875rem}}.card{border-radius:var(--radius);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);overflow:hidden}.card,.portal-input{background:var(--surface)}.portal-input{width:100%;padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9375rem;transition:border-color .15s ease,box-shadow .15s ease}.portal-input:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,122,255,.15)}@media (prefers-color-scheme:dark){.portal-input:focus-visible{box-shadow:0 0 0 3px rgba(10,132,255,.25)}}.portal-btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:var(--touch-min);padding:.65rem 1.25rem;font-size:1rem;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);transition:background .15s ease,opacity .15s ease,transform .1s ease}.portal-btn-primary:hover:not(:disabled){background:var(--accent-hover)}.portal-btn-primary:active:not(:disabled){transform:scale(.98)}.portal-btn-primary:disabled{opacity:.6;cursor:not-allowed}.portal-btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-min);padding:.65rem 1.25rem;font-size:1rem;background:var(--bg);color:var(--text);border-radius:var(--radius-sm);text-decoration:none;transition:background .15s ease,border-color .15s ease}.portal-btn-secondary:hover{background:var(--border-subtle);text-decoration:none}.badge{display:inline-block;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.03em}.badge-box{background:var(--accent-muted);color:var(--accent)}.badge-pack{background:#d1fae5;color:#065f46}@media (prefers-color-scheme:dark){.badge-pack{background:#064e3b;color:#6ee7b7}}.badge-status{font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.badge-status-pending{background:#fef3c7;color:#92400e}.badge-status-accepted{background:#dbeafe;color:#1e40af}.badge-status-production{background:#e0e7ff;color:#3730a3}.badge-status-delivered,.badge-status-invoiced,.badge-status-ready{background:#d1fae5;color:#065f46}.badge-status-cancelled{background:#fee2e2;color:#991b1b}@media (prefers-color-scheme:dark){.badge-status-pending{background:#78350f;color:#fde68a}.badge-status-accepted{background:#1e3a5f;color:#93c5fd}.badge-status-production{background:#312e81;color:#c7d2fe}.badge-status-delivered,.badge-status-invoiced,.badge-status-ready{background:#064e3b;color:#6ee7b7}.badge-status-cancelled{background:#7f1d1d;color:#fca5a5}}.portal-header{border-bottom:1px solid var(--border-subtle);background:var(--surface);padding:0;box-shadow:var(--shadow-sm);position:-webkit-sticky;position:sticky;top:0;z-index:50}.portal-header-accent{height:3px;background:linear-gradient(90deg,var(--accent),#5ac8fa)}@media (prefers-color-scheme:dark){.portal-header-accent{background:linear-gradient(90deg,var(--accent),#30d158)}}.portal-header-inner{display:flex;flex-direction:column;gap:0;padding:.625rem .75rem}.portal-header-brand{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.portal-header-brand a{font-weight:700;font-size:1.0625rem;color:var(--text);text-decoration:none;line-height:1.2;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem;min-width:0}.portal-header-brand a:hover{text-decoration:none;color:var(--accent)}.portal-header-brand a:hover .portal-header-icon{opacity:.92}.portal-header-icon{width:38px;height:38px;object-fit:contain;flex-shrink:0}@media (min-width:640px){.portal-header-icon{width:40px;height:40px}}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--accent);color:#fff;font-weight:800;font-size:.8125rem;letter-spacing:-.02em;flex-shrink:0}.portal-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.portal-nav-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding-top:.5rem;border-top:1px solid var(--border-subtle)}.portal-nav-row a,.portal-nav-row button{font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;padding:.5rem .65rem;min-height:var(--touch-min);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:none;background:transparent;transition:color .15s ease,background .15s ease}.portal-nav-row a:hover{text-decoration:none;background:var(--border-subtle);color:var(--text)}.portal-nav-row button.portal-btn-outline{border:1px solid var(--border);background:var(--bg);color:var(--text-muted);font-weight:500}.portal-nav-row button.portal-btn-outline:active{background:var(--border-subtle)}.portal-client-pill{font-size:.75rem;color:var(--text-muted);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.25rem 0;flex:1 1 100%;order:10}.portal-cart-link{font-size:.875rem;color:var(--text);text-decoration:none;display:inline-flex;align-items:center;gap:6px;padding:.45rem .85rem;min-height:42px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);font-weight:600;transition:border-color .15s ease,background .15s ease}.portal-cart-link:hover{border-color:var(--accent);text-decoration:none}.portal-cart-badge{background:var(--accent);color:#fff;border-radius:999px;padding:2px 7px;font-size:.6875rem;font-weight:700;min-width:1.25rem;text-align:center;line-height:1.3}@media (min-width:900px){.portal-header-inner{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.75rem 1rem}.portal-header-brand{flex:0 0 auto}.portal-nav-row{flex:1 1;justify-content:flex-end;padding-top:0;border-top:none;gap:.75rem 1rem}.portal-nav-row a,.portal-nav-row button{min-height:auto;padding:.35rem .65rem;font-size:.875rem}.portal-client-pill{order:0;flex:0 1 auto;max-width:200px;padding:0}}.auth-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem 2rem}@media (min-height:640px){.auth-page{align-items:center;padding:2rem 1rem}}.auth-card{width:100%;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);padding:2rem 1.75rem}.auth-brand{display:flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.auth-brand--with-app-icon{flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.auth-brand--login-centered{flex-direction:column;align-items:center;text-align:center;gap:1rem}.auth-brand--login-centered .auth-brand-text{text-align:center;width:100%}.auth-app-icon{width:80px;height:80px;object-fit:contain;flex-shrink:0}@media (min-width:480px){.auth-app-icon{width:96px;height:96px}}.auth-app-icon--login{width:112px;height:112px}@media (min-width:480px){.auth-app-icon--login{width:128px;height:128px}}.auth-app-icon--center{display:block;margin-left:auto;margin-right:auto}.auth-success-logo-wrap{margin-bottom:1.25rem;display:flex;justify-content:center}.auth-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--accent);color:#fff;font-weight:800;font-size:1rem;letter-spacing:-.02em;flex-shrink:0}.auth-brand-text h1{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.auth-brand-text p{margin:.125rem 0 0}.auth-brand-text p,.auth-label{font-size:.8125rem;color:var(--text-muted)}.auth-label{display:block;margin-bottom:6px;font-weight:600;letter-spacing:.01em}.auth-field{margin-bottom:1rem}.auth-error{color:var(--destructive);background:rgba(255,59,48,.08);border-radius:8px;border:1px solid rgba(255,59,48,.15)}.auth-error,.auth-success{font-size:.8125rem;margin-bottom:1rem;padding:.625rem .75rem}.auth-success{color:var(--success);background:color-mix(in srgb,var(--success) 12%,transparent);border-radius:8px;border:1px solid color-mix(in srgb,var(--success) 28%,transparent)}.auth-footer{margin:1.25rem 0 0;text-align:center;font-size:.8125rem;color:var(--text-muted)}.auth-footer a{font-weight:600}.auth-footer a:focus-visible{border-radius:3px}.auth-required{color:var(--destructive)}.auth-radio-row{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;margin-top:.35rem}.auth-radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text)}.auth-radio-option input{accent-color:var(--accent);width:1.05rem;height:1.05rem}.auth-radio-option:focus-within{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.auth-hint-xs{margin:.25rem 0 0;font-size:.6875rem;color:var(--text-muted);line-height:1.4}.auth-submit-spacing{margin-bottom:.75rem}.auth-card--narrow{max-width:400px}.auth-card--wide{max-width:520px}.auth-card--center{text-align:center}.auth-card--success{max-width:440px}.auth-success-heading{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.auth-success-body{color:var(--text-muted);margin:0 0 .5rem;font-size:.875rem;line-height:1.5}.auth-success-note{color:var(--text-muted);margin:0 0 1.5rem;font-size:.8125rem;line-height:1.45}.auth-cta-centered{text-decoration:none;max-width:260px;margin:0 auto}.portal-preview-banner{background:linear-gradient(90deg,#5c4d00,#7a6200);color:#fffbeb;padding:.5rem 1rem;font-size:.8125rem;text-align:center;font-weight:600;border-bottom:1px solid hsla(0,0%,100%,.22);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;line-height:1.45}@media (prefers-color-scheme:dark){.portal-preview-banner{background:linear-gradient(90deg,#422006,#713f12);color:#fef3c7;border-bottom-color:hsla(0,0%,100%,.12)}}.portal-preview-banner__text{max-width:52rem}.portal-preview-banner__btn{padding:.35rem .75rem;font-size:.75rem;font-weight:700;border-radius:var(--radius-sm);border:1px solid hsla(0,0%,100%,.45);background:rgba(0,0,0,.18);color:#fff;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.portal-preview-banner__btn:hover{background:rgba(0,0,0,.28);border-color:hsla(0,0%,100%,.65)}.portal-preview-banner__btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.portal-main{padding:1.5rem 0 2.75rem;min-height:calc(100vh - 180px)}.portal-loading-screen{padding-top:2.5rem;padding-bottom:2rem;text-align:center}.portal-loading-screen p{margin:0;color:var(--text-muted);font-size:.9375rem}.portal-inline-alert{margin:0 0 1rem;font-size:.875rem;line-height:1.45}.portal-inline-alert--error{color:var(--destructive);padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(255,59,48,.2);background:rgba(255,59,48,.06)}.portal-inline-alert--muted{color:var(--text-muted)}.portal-error-live{margin:0 0 1rem}.portal-cart-persist-hint{margin:0 0 1rem}.portal-cart-persist-hint,.portal-nave-help-text{font-size:.8125rem;line-height:1.45;color:var(--text-muted)}.portal-nave-help-text{margin:0 0 .75rem}.mini-cart-min-hint{margin:0 1.15rem .75rem;padding:.5rem .65rem;font-size:.8125rem;line-height:1.4;color:var(--text-muted);background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border-subtle)}.mini-cart-min-hint--warn{color:var(--text-primary);border-color:color-mix(in srgb,var(--accent) 35%,var(--border-subtle));background:color-mix(in srgb,var(--accent) 8%,var(--bg))}.portal-error-boundary{padding:2rem 0 3rem}@keyframes portal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.portal-skeleton{background:linear-gradient(90deg,var(--border-subtle) 0,var(--bg) 48%,var(--border-subtle) 100%);background-size:200% 100%;animation:portal-shimmer 1.15s ease-in-out infinite;border-radius:var(--radius-sm)}.portal-skeleton--banner{height:3.25rem;border-radius:var(--radius);margin-bottom:1rem}.portal-skeleton-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.portal-skeleton-card__img{aspect-ratio:4/3;width:100%}.portal-skeleton-card__body{padding:.875rem 1rem;display:flex;flex-direction:column;gap:.5rem}.portal-skeleton-line{height:.75rem}.portal-skeleton-line--sm{width:40%;height:.5rem}.portal-skeleton-line--lg{width:85%}.portal-skeleton-line--md{width:65%}.portal-skeleton-btn{height:2.5rem;border-radius:var(--radius-sm);margin-top:.35rem}.catalog-toolbar-status{font-size:.8125rem;color:var(--text-muted);min-height:1.25rem}.catalog-toolbar-status--busy{display:flex;align-items:center;gap:.5rem}.catalog-toolbar-spinner{width:1rem;height:1rem;border:2px solid var(--border-subtle);border-top-color:var(--accent);border-radius:50%;animation:portal-spin .7s linear infinite}@keyframes portal-spin{to{transform:rotate(1turn)}}.orders-skeleton-stack{display:flex;flex-direction:column;gap:.75rem}.orders-skeleton-card{height:5.5rem;border-radius:var(--radius)}.order-detail-skeleton{border-radius:var(--radius);padding:1.25rem;min-height:12rem}.order-detail-skeleton .portal-skeleton.order-detail-skeleton__title{height:1.5rem;width:55%;margin-bottom:1rem}.order-detail-skeleton .portal-skeleton.order-detail-skeleton__row{height:.9rem;width:100%;margin-bottom:.65rem}.badge--align-start{align-self:flex-start}.catalog-page h1{font-size:1.375rem;font-weight:700;letter-spacing:-.01em;margin:0}@media (min-width:640px){.catalog-page h1{font-size:1.5rem}}.catalog-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.catalog-toolbar h1{flex:1 1 auto;min-width:0}@media (min-width:640px){.catalog-toolbar{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.catalog-toolbar h1{flex:0 0 auto;margin-right:auto}}.catalog-search{width:100%;min-height:var(--touch-min);padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.9375rem;transition:border-color .15s ease,box-shadow .15s ease}.catalog-search:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,122,255,.15)}@media (prefers-color-scheme:dark){.catalog-search:focus-visible{box-shadow:0 0 0 3px rgba(10,132,255,.25)}}@media (min-width:640px){.catalog-search{min-width:260px;max-width:360px;width:auto;min-height:44px}}.catalog-grid--dimmed{opacity:.55;pointer-events:none;transition:opacity .15s ease}.catalog-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:480px){.catalog-grid{grid-template-columns:repeat(2,1fr);gap:1.125rem}}@media (min-width:900px){.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:1.25rem}}.catalog-card{display:flex;flex-direction:column;padding:0;overflow:hidden;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.catalog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.catalog-card-img{aspect-ratio:1;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.catalog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.catalog-discount-badge{position:absolute;top:10px;left:10px;background:var(--destructive);color:#fff;font-size:1.125rem;font-weight:800;padding:.4rem .85rem;border-radius:10px;letter-spacing:-.02em;line-height:1.2;box-shadow:0 3px 12px rgba(255,59,48,.35),0 2px 6px rgba(0,0,0,.12);z-index:2}.catalog-card:hover .catalog-card-img img{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.catalog-card{transition:none}.catalog-card:hover{transform:none;box-shadow:var(--shadow-sm)}.catalog-card:hover .catalog-card-img img{transform:none}}.catalog-card-img-placeholder{color:var(--text-muted);font-size:.8125rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--bg)}.combo-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;height:100%;grid-gap:2px;gap:2px;background:var(--border)}.combo-collage img{width:100%;height:100%;object-fit:cover}.combo-collage--1{grid-template-columns:1fr;grid-template-rows:1fr}.combo-collage--2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.combo-collage--3{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.combo-collage--3 img:first-child{grid-column:1/-1}.catalog-card-body{padding:1rem 1rem 1.125rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.catalog-card-title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;letter-spacing:-.005em}.catalog-card-desc{margin:0;font-size:.8125rem;color:var(--text-muted);line-height:1.45;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card-price-wrap{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.catalog-card-price-original{font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:line-through}.catalog-card-price{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.catalog-card-price--promo{color:var(--destructive)}.catalog-stepper{margin-top:.5rem;display:flex;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg)}.catalog-stepper button{flex:0 0 var(--touch-min);min-width:var(--touch-min);min-height:var(--touch-min);border:none;background:var(--surface);color:var(--text);font-size:1.25rem;line-height:1;font-weight:600;transition:background .12s ease}.catalog-stepper button:hover{background:var(--border-subtle)}.catalog-stepper button:last-child{color:var(--accent)}.catalog-stepper span{flex:1 1;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.0625rem;border-left:1px solid var(--border);border-right:1px solid var(--border);min-height:var(--touch-min)}.catalog-btn-add{margin-top:.5rem;width:100%;min-height:var(--touch-min);padding:0 1rem;font-size:.9375rem;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);transition:background .15s ease,transform .1s ease}.catalog-btn-add:hover{background:var(--accent-hover)}.catalog-btn-add:active{transform:scale(.97)}.catalog-banner{margin-bottom:1rem;padding:.875rem 1rem;background:var(--accent-muted);border:1px solid rgba(0,122,255,.12);border-radius:var(--radius-sm);font-size:.8125rem;color:var(--text-muted);line-height:1.5}.catalog-banner--guest{background:var(--surface);border-color:var(--border-subtle)}.catalog-guest-hint{margin:0}.catalog-guest-hint-btn{display:inline;padding:0;margin:0;border:none;background:none;font:inherit;color:var(--accent);font-weight:600;text-decoration:underline;cursor:pointer;-webkit-tap-highlight-color:transparent}.catalog-guest-hint-btn:hover{color:var(--accent-hover,var(--accent))}.catalog-card-price--muted{color:var(--text-muted);font-size:.875rem}.catalog-card-cta-guest{margin-top:.5rem}.catalog-btn-add--link{display:inline-flex;align-items:center;justify-content:center;text-align:center;width:100%;padding:.5rem .75rem;font-size:.8125rem;background:var(--fill-tertiary);color:var(--accent);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;font:inherit;font-weight:600;-webkit-tap-highlight-color:transparent}.catalog-btn-add--link:hover{background:var(--bg)}.portal-nav-auth-pair{display:inline-flex;flex-direction:row;align-items:center;gap:.35rem;flex-shrink:0}.portal-nav-auth-btn{min-height:44px;padding:.4rem .7rem;font-size:.8125rem;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.portal-nav-auth-btn--outline{border:1px solid var(--border);background:var(--bg);color:var(--text)}.portal-nav-auth-btn--outline:hover{background:var(--border-subtle)}.portal-nav-auth-btn--solid{border:1px solid var(--accent);background:var(--accent);color:#fff}.portal-nav-auth-btn--solid:hover{filter:brightness(1.05)}@media (min-width:900px){.portal-nav-auth-pair{gap:.5rem}.portal-nav-auth-btn{padding:.35rem .85rem;font-size:.875rem;min-height:auto}}.portal-nav-row .portal-nav-auth-btn.portal-nav-auth-btn--outline{border:1px solid var(--border);background:var(--bg);color:var(--text)}.portal-nav-row .portal-nav-auth-btn.portal-nav-auth-btn--solid{border:1px solid var(--accent);background:var(--accent);color:#fff}.portal-nav-row .portal-nav-auth-btn.portal-nav-auth-btn--solid:hover{filter:brightness(1.05);color:#fff}.portal-empty-state{padding:3rem 2rem;text-align:center;max-width:420px;margin:0 auto;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.portal-empty-state-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--bg);margin-bottom:1rem;font-size:1.5rem}.portal-empty-state h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.portal-empty-state p{margin:0 0 .5rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.portal-banner-stack{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.portal-banner-card{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.portal-banner-card__img{width:112px;height:72px;object-fit:cover;border-radius:8px;flex-shrink:0;background:var(--bg)}.portal-banner-card__body{flex:1 1;min-width:0}.portal-banner-card__title{margin:0;font-size:1rem;font-weight:700;color:var(--text);line-height:1.3}.portal-banner-card__sub{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.portal-banner-card__cta{display:inline-block;margin-top:.5rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;color:#fff;background:var(--accent);border-radius:8px;text-decoration:none;transition:background .15s ease}.portal-banner-card__cta:hover{background:var(--accent-hover);text-decoration:none;color:#fff}@keyframes miniCartBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes miniCartBackdropOut{0%{opacity:1}to{opacity:0}}@keyframes miniCartPanelInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes miniCartPanelOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:1;transform:translateX(100%)}}@keyframes miniCartPanelInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes miniCartPanelOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(100%)}}.mini-cart-backdrop{position:fixed;inset:0;z-index:998;background:rgba(0,0,0,.4);border:none;cursor:pointer;padding:0;animation:miniCartBackdropIn .2s ease-out forwards}.mini-cart-backdrop.mini-cart-backdrop--exiting{animation:miniCartBackdropOut .22s ease-in forwards}.mini-cart-panel{position:fixed;z-index:999;top:0;right:0;width:min(100vw,400px);max-height:100vh;height:100%;background:var(--surface);border-left:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:miniCartPanelInRight .24s cubic-bezier(.16,1,.3,1) forwards}.mini-cart-panel.mini-cart-panel--exiting{animation:miniCartPanelOutRight .22s ease-in forwards}@media (prefers-reduced-motion:reduce){.mini-cart-backdrop,.mini-cart-panel{animation:none!important}}.mini-cart-handle{display:none}.mini-cart-stepper button{width:var(--touch-min);height:var(--touch-min);min-width:var(--touch-min);min-height:var(--touch-min);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .12s ease}.mini-cart-stepper button:hover{background:var(--border-subtle)}.mini-cart-footer-actions a,.mini-cart-footer-actions button{min-height:var(--touch-min);display:flex;align-items:center;justify-content:center}@media (max-width:640px){.mini-cart-panel{top:auto!important;bottom:0!important;right:0!important;left:0!important;width:100%!important;max-height:min(78vh,560px)!important;height:auto!important;min-height:42vh;border-left:none!important;border-top:1px solid var(--border-subtle);border-radius:18px 18px 0 0;padding-bottom:var(--safe-bottom);box-shadow:0 -12px 40px rgba(0,0,0,.18);animation:miniCartPanelInUp .26s cubic-bezier(.16,1,.3,1) forwards}.mini-cart-panel.mini-cart-panel--exiting{animation:miniCartPanelOutDown .24s ease-in forwards}.mini-cart-handle{display:block;width:40px;height:4px;border-radius:4px;background:var(--border);margin:10px auto 6px;flex-shrink:0}}.cart-table-wrap{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.cart-table{width:100%;border-collapse:collapse}.cart-table thead{background:var(--bg)}.cart-table th{text-align:left;padding:.75rem 1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.cart-table td{padding:.75rem 1rem;vertical-align:middle}.cart-stepper-inline button{width:var(--touch-min);height:var(--touch-min);min-width:var(--touch-min);min-height:var(--touch-min);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:1.125rem;line-height:1;transition:background .12s ease}.cart-stepper-inline button:hover{background:var(--border-subtle)}@media (max-width:720px){.cart-table-wrap{background:transparent;border:none;box-shadow:none;overflow:visible}.cart-table thead{display:none}.cart-table tbody tr{display:block;border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem;margin-bottom:.85rem;background:var(--surface);box-shadow:var(--shadow-sm)}.cart-table tbody tr:last-child{margin-bottom:0}.cart-table td{display:block;padding:.35rem 0;text-align:left!important;border:none}.cart-table td[data-label]:before{content:attr(data-label);display:block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}.cart-table td.cart-td-actions{padding-top:.75rem}.cart-table td.cart-td-actions:before{display:none}}@media (min-width:721px){.cart-table td,.cart-table th{padding:.75rem 1rem}.cart-stepper-inline button{width:36px;height:36px;min-width:36px;min-height:36px}}.orders-list-card{padding:1rem 1.125rem;display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;cursor:pointer;min-height:var(--touch-min);transition:background .15s ease}.orders-list-card:hover{background:var(--bg)}@media (max-width:480px){.orders-list-card{flex-direction:column;align-items:flex-start}.orders-list-card .orders-cta{margin-left:0!important;width:100%;text-align:right;padding-top:.25rem}}.order-items-wrap{border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm)}.order-items-table{width:100%;border-collapse:collapse}.order-items-table thead{background:var(--bg)}.order-items-table th{text-align:left;padding:.75rem 1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.order-items-table td{padding:.75rem 1rem;vertical-align:top}.order-items-table tbody tr{border-bottom:1px solid var(--border-subtle)}.order-items-table tbody tr:last-child{border-bottom:none}@media (max-width:720px){.order-items-table thead{display:none}.order-items-table tbody tr{display:block;border-bottom:1px solid var(--border-subtle);padding:1rem .875rem}.order-items-table tbody tr:last-child{border-bottom:none}.order-items-table td{display:block;padding:.35rem 0;text-align:left!important}.order-items-table td[data-label]:before{content:attr(data-label);display:block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}}.portal-flow-redirect{padding-top:2rem;text-align:center}.portal-flow-section{padding-top:1.5rem}.portal-muted{color:var(--text-muted)}.portal-page-header{margin-bottom:1.25rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.portal-page-header--loose{margin-bottom:1.5rem}.portal-back-row{margin-bottom:1.25rem}.portal-page-title{margin:0;font-size:1.375rem;font-weight:700;letter-spacing:-.01em;color:var(--text);line-height:1.2}.portal-page-title--lg{font-size:1.5rem}.portal-link-back{font-size:.8125rem;color:var(--accent);text-decoration:none;font-weight:600}.portal-link-back:hover{text-decoration:underline}.portal-link-inline{font-size:.8125rem;font-weight:600;color:var(--accent);text-decoration:none}.portal-link-inline:hover{text-decoration:underline}.portal-intro-text{margin-bottom:1.25rem;line-height:1.5;max-width:40rem}.portal-hint-banner,.portal-intro-text{color:var(--text-muted);font-size:.8125rem}.portal-hint-banner{margin-bottom:1rem;padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--portal-elevated);max-width:520px;line-height:1.45}.portal-hint-banner--flush{margin-bottom:.75rem;max-width:520px}.portal-hint-banner--warn{border-color:color-mix(in srgb,var(--accent) 35%,var(--border-subtle));background:color-mix(in srgb,var(--accent) 8%,var(--portal-elevated));color:var(--text-primary)}.portal-success-wrap{max-width:480px;margin:2rem auto;text-align:center}.portal-success-card{padding:2.5rem 1.5rem}.portal-success-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--accent-muted);font-size:1.5rem;margin-bottom:1rem}.portal-success-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:var(--text)}.portal-success-text{color:var(--text-muted);margin-bottom:.5rem;line-height:1.5;font-size:.875rem}.portal-success-text--sm{font-size:.8125rem;margin-bottom:1.25rem}.portal-order-id-row{font-weight:600;margin-bottom:1.5rem;word-break:break-all;font-size:.875rem;color:var(--text)}.portal-success-totals{text-align:left;max-width:320px;margin:0 auto 1.25rem;padding:.875rem 1rem;background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--radius)}.portal-success-totals-title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.portal-success-totals-rows{display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem}.portal-success-total-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;color:var(--text)}.portal-success-total-row--muted{color:var(--text-muted)}.portal-success-total-row--strong{margin-top:.35rem;padding-top:.5rem;border-top:1px solid var(--border-subtle);font-weight:700;font-size:.9375rem}.portal-inline-code{background:var(--bg);padding:4px 8px;border-radius:6px;font-size:.8125rem;border:1px solid var(--border-subtle)}.portal-stack-gap{display:flex;flex-direction:column;gap:.625rem}.portal-btn-full{text-decoration:none;width:100%;text-align:center}.portal-empty-state-cta{text-decoration:none;max-width:200px;margin:1rem auto 0;font-size:.875rem}.portal-label-field{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.portal-textarea-flow{max-width:520px;min-height:100px;resize:vertical}.portal-field-group,.portal-total-card{margin-bottom:1.5rem}.portal-total-card{padding:1.25rem 1.5rem;max-width:520px;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.portal-total-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:0}.portal-total-hint{font-size:.6875rem;color:var(--text-muted);margin:4px 0 0;line-height:1.4}.portal-discount-input-row{display:flex;gap:.5rem;align-items:stretch}.portal-input-mono{font-family:SF Mono,Fira Code,Consolas,monospace;letter-spacing:.05em}.portal-btn-apply{white-space:nowrap;padding:.625rem 1rem;flex-shrink:0}.portal-btn-sm{font-size:.75rem;padding:.375rem .75rem}.portal-discount-applied{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-card,12px);background:var(--accent-bg,#e6f4ea);border:1px solid var(--accent-border,#b7e1cd)}.portal-discount-applied-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.portal-discount-badge{font-weight:700;font-size:.8125rem;color:var(--accent-text,#1e7e34);font-family:SF Mono,Fira Code,Consolas,monospace}.portal-discount-detail{font-size:.75rem;color:var(--text-muted)}.portal-discount-error{margin-top:.375rem;font-size:.75rem;color:var(--danger,#dc3545)}.portal-total-breakdown{width:100%}.portal-total-row{display:flex;justify-content:space-between;align-items:baseline;padding:.25rem 0}.portal-total-label-sm{font-size:.75rem;color:var(--text-muted)}.portal-total-amount-sm{font-size:.875rem;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.portal-discount-amount,.portal-discount-row{color:var(--accent-text,#1e7e34)}.portal-discount-amount{font-weight:600}.portal-total-row-final{border-top:1px solid var(--border-color,#e5e7eb);margin-top:.5rem;padding-top:.75rem}.portal-total-amount{font-size:1.375rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.portal-btn-primary--faded{opacity:.55}.portal-confirm-order-btn{max-width:360px;width:100%}.portal-checkout-steps{margin:0 0 1.25rem}.portal-checkout-steps__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.8125rem}.portal-checkout-steps__item{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted)}.portal-checkout-steps__item--active{color:var(--text);font-weight:600}.portal-checkout-steps__item--done{color:var(--success);font-weight:600}.portal-checkout-steps__num{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;font-size:.6875rem;font-weight:700;background:var(--border-subtle);color:var(--text-muted)}.portal-checkout-steps__item--active .portal-checkout-steps__num{background:var(--accent-muted);color:var(--accent)}.portal-checkout-steps__item--done .portal-checkout-steps__num{background:rgba(52,199,89,.18);color:var(--success)}.portal-checkout-steps__sep{color:var(--border);-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 .15rem}.portal-cart-page--has-items{position:relative}.portal-cart-sticky-mobile{display:none}@media (max-width:720px){.portal-cart-page--has-items{padding-bottom:calc(5.75rem + var(--safe-bottom))}.portal-cart-sticky-mobile{display:block;position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.65rem 1rem calc(.65rem + var(--safe-bottom));background:var(--surface);border-top:1px solid var(--border-subtle);box-shadow:0 -6px 24px rgba(0,0,0,.1)}.portal-cart-sticky-mobile__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:720px;margin:0 auto}.portal-cart-sticky-mobile__label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.portal-cart-sticky-mobile__amount{font-size:1.125rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.portal-cart-sticky-mobile__btn{flex:1 1;max-width:220px;min-height:var(--touch-min);margin:0}.portal-confirm-order-btn--desktop{display:none}}.portal-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.portal-auth-redirect__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:2.5rem;max-width:22rem;margin:0 auto}.portal-auth-redirect__spin{width:1.5rem;height:1.5rem;border-width:3px}.portal-auth-redirect__sub{margin:0;font-size:.8125rem;color:var(--text-muted);text-align:center;line-height:1.45}.portal-modal-success-icon{width:3rem;height:3rem;margin:0 auto .75rem;border-radius:50%;background:rgba(52,199,89,.15);color:var(--success);font-size:1.5rem;line-height:3rem;text-align:center;font-weight:700}.portal-modal-success-list{text-align:left;margin:0 0 1rem;padding-left:1.15rem;font-size:.875rem;color:var(--text-muted);line-height:1.55}.portal-modal-success-list li{margin-bottom:.35rem}.portal-password-meter{margin-top:.35rem;font-size:.75rem;line-height:1.4}.portal-password-meter--ok{color:var(--success)}.portal-password-meter--warn{color:var(--text-muted)}.portal-nave-pay-section{margin-top:1.25rem;text-align:center}.portal-nave-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--muted);font-size:.875rem}.portal-nave-divider:after,.portal-nave-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.portal-btn-nave{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border:none;border-radius:var(--radius);background:linear-gradient(135deg,#1a6b1a,#2d8b2d);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .15s,transform .1s}.portal-btn-nave:hover{opacity:.92}.portal-btn-nave:active{transform:scale(.98)}.portal-btn-nave:disabled{opacity:.5;cursor:not-allowed}.portal-nave-checkout-section{margin-top:1rem;text-align:center}.portal-nave-qr-wrap{margin-top:1rem;display:flex;justify-content:center}.portal-nave-qr-iframe{width:100%;max-width:400px;height:500px;border:1px solid var(--border);border-radius:var(--radius)}.portal-iva-confirm-box{background:#fffbe6;border:2px solid #f5a623;border-radius:var(--radius);padding:1.25rem;margin-top:.5rem}.portal-iva-confirm-title{font-size:1rem;font-weight:700;color:#8a6d00;margin:0 0 .5rem}.portal-iva-confirm-text{font-size:.875rem;color:#555;line-height:1.5;margin:0 0 .75rem}.portal-iva-confirm-detail{background:#fff;border:1px solid #e8ddb5;border-radius:calc(var(--radius) - 2px);padding:.75rem;margin-bottom:1rem}.portal-iva-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#555;padding:.25rem 0}.portal-iva-row--total{border-top:2px solid #f5a623;margin-top:.5rem;padding-top:.5rem;font-weight:800;font-size:1.05rem;color:#222}.portal-iva-confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}.portal-btn-secondary{padding:.625rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:#fff;color:#555;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .15s}.portal-btn-secondary:hover{background:#f5f5f5}.portal-td-center,.portal-th-center{text-align:center}.portal-td-right,.portal-th-right{text-align:right}.portal-th-actions{width:1px}.portal-product-name{font-size:.875rem}.portal-amount-cell{font-weight:600}.portal-btn-ghost-outline{padding:.4rem .75rem;min-height:var(--touch-min);font-size:.8125rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;width:100%;transition:border-color .15s ease,color .15s ease}.portal-btn-ghost-outline:hover{border-color:var(--accent);color:var(--accent)}.cart-td-actions{padding:.75rem .5rem}.cart-price-promo-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.cart-price-original{font-size:.75rem;color:var(--text-muted);text-decoration:line-through}.cart-price-promo{color:var(--destructive);font-weight:600}.cart-stepper-inline{display:inline-flex;align-items:center;gap:.5rem}.cart-qty-value{min-width:28px;display:inline-block;text-align:center;font-weight:700}.orders-list-stack{display:flex;flex-direction:column;gap:.75rem}.orders-list-title-wrap{min-width:0}.orders-list-link{text-decoration:none;color:inherit}.orders-list-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius)}.orders-list-title{font-weight:600;font-size:.9375rem;display:block;color:var(--text)}.orders-list-date{font-size:.75rem;color:var(--text-muted);margin-top:2px;display:block}.orders-list-meta-block{display:flex;flex-direction:column;gap:.25rem;flex:1 1 12rem;min-width:0}.orders-list-meta{font-size:.8125rem;color:var(--text-muted)}.orders-list-shipping-hint{font-size:.75rem;color:var(--text-muted);line-height:1.35}.orders-list-total{font-weight:700;font-size:.9375rem;letter-spacing:-.01em;color:var(--text)}.orders-cta{font-size:.8125rem;color:var(--accent);margin-left:auto;font-weight:600}.order-detail-card{padding:1.5rem;margin-bottom:1.5rem}.order-detail-top{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.order-detail-title{margin:0 0 8px;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.order-detail-dates{text-align:right}.order-detail-date-line{margin:0;font-size:.8125rem;color:var(--text-muted)}.order-detail-date-line+.order-detail-date-line{margin-top:4px}.order-notes-block{margin:0 0 1rem;font-size:.8125rem;color:var(--text-muted);line-height:1.5;padding:.625rem .75rem;background:var(--bg);border-radius:var(--radius-sm)}.order-detail-totals-breakdown{max-width:20rem;margin:1rem 0 0 auto;display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem}.order-detail-total-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;color:var(--text)}.order-detail-total-row--muted{color:var(--text-muted)}.order-total-footer{margin:1.25rem 0 0;display:flex;justify-content:flex-end;align-items:baseline;gap:.5rem;flex-wrap:wrap}.order-total-label{font-size:.8125rem;color:var(--text-muted);font-weight:500}.order-total-value{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.mini-cart-header{padding:.75rem 1.15rem;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-shrink:0}.mini-cart-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.mini-cart-close-btn{padding:.4rem .75rem;min-height:var(--touch-min);font-size:.8125rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:border-color .15s ease,color .15s ease}.mini-cart-close-btn:hover{border-color:var(--accent);color:var(--accent)}.mini-cart-scroll{flex:1 1;overflow-y:auto;padding:.75rem 1rem 1rem;-webkit-overflow-scrolling:touch}.mini-cart-list{margin:0;padding:0;list-style:none}.mini-cart-line{padding:.85rem 0;border-bottom:1px solid var(--border-subtle)}.mini-cart-line:last-child{border-bottom:none}.mini-cart-line-name{font-weight:600;font-size:.875rem;margin-bottom:.375rem;line-height:1.35;color:var(--text)}.mini-cart-line-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.mini-cart-qty-price{color:var(--text-muted);font-size:.8125rem}.mini-cart-price-original{text-decoration:line-through;opacity:.65}.mini-cart-price-promo{color:var(--destructive);font-weight:600}.mini-cart-line-subtotal{font-weight:700;font-size:.875rem;color:var(--text)}.mini-cart-stepper{margin-top:.625rem;display:flex;align-items:center;gap:.625rem}.mini-cart-stepper-qty{min-width:28px;text-align:center;font-weight:700;font-size:1rem;color:var(--text)}.mini-cart-footer-inner{padding:1rem 1.15rem calc(1rem + var(--safe-bottom));border-top:1px solid var(--border-subtle);background:var(--bg);flex-shrink:0}.mini-cart-total-row{margin:0 0 .85rem;display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.mini-cart-total-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.mini-cart-total-value{color:var(--text);font-size:1.0625rem;letter-spacing:-.01em}.mini-cart-actions-col{display:flex;flex-direction:column;gap:.5rem}.mini-cart-preview-note{margin:0;font-size:.75rem;color:var(--text-muted);line-height:1.4;text-align:center}.mini-cart-link-primary{text-decoration:none;text-align:center}.mini-cart-link-secondary{padding:.6rem;font-size:.875rem;border:none;background:transparent;color:var(--accent);cursor:pointer;font-weight:600;min-height:var(--touch-min);border-radius:var(--radius-sm);transition:background .12s ease}.mini-cart-link-secondary:hover{background:var(--accent-muted)}.mini-cart-empty-text{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}@media (max-width:480px){.portal-page-title{font-size:1.25rem}.portal-page-title--lg{font-size:1.375rem}.portal-total-card{padding:1rem 1.125rem}.portal-total-amount{font-size:1.25rem;width:100%;text-align:right}}.portal-footer{padding:1.5rem 0;border-top:1px solid var(--border-subtle);text-align:center;font-size:.75rem;color:var(--text-muted);letter-spacing:.01em}.portal-modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(15,23,42,.48);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:flex-end;justify-content:center;padding:0 0 env(safe-area-inset-bottom,0)}@media (min-width:640px){.portal-modal-overlay{align-items:center;padding:1rem 1rem max(1rem,env(safe-area-inset-bottom))}}.portal-modal-panel{width:100%;max-width:440px;max-height:min(92vh,calc(100dvh - env(safe-area-inset-top, 0px)));display:flex;flex-direction:column;background:var(--surface);border-radius:1.125rem 1.125rem 0 0;box-shadow:0 -8px 40px rgba(0,0,0,.18);overflow:hidden}@media (min-width:640px){.portal-modal-panel{border-radius:var(--radius-lg,1rem);max-height:min(90vh,720px);box-shadow:var(--shadow-lg,0 20px 50px rgba(0,0,0,.2))}}.portal-modal-panel--register{max-width:min(440px,100%)}.portal-modal-handle{width:40px;height:4px;border-radius:999px;background:var(--border-subtle);margin:.5rem auto 0;flex-shrink:0}@media (min-width:640px){.portal-modal-handle{display:none}}.portal-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 1rem .75rem;flex-shrink:0;border-bottom:1px solid var(--border-subtle)}.portal-modal-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--text);line-height:1.3}.portal-modal-close{flex-shrink:0;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.portal-modal-close:hover{background:var(--border-subtle);color:var(--text)}.portal-modal-body{padding:1rem 1rem 1.25rem;overflow:hidden}.portal-modal-body--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:min(75vh,calc(100dvh - 140px))}@media (min-width:640px){.portal-modal-body--scroll{max-height:min(70vh,560px)}}.portal-modal-form .auth-field{margin-bottom:.75rem}.portal-modal-submit{width:100%;margin-top:.25rem;min-height:48px}.portal-modal-switch{margin:1rem 0 0;font-size:.8125rem;color:var(--text-muted);text-align:center;line-height:1.45}.portal-modal-link-btn{display:inline;padding:0;border:none;background:none;font:inherit;font-weight:600;color:var(--accent);cursor:pointer;text-decoration:underline;-webkit-tap-highlight-color:transparent}.portal-modal-success{text-align:center;padding:.25rem 0 .5rem}.portal-modal-success-text{margin:0 0 .75rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.portal-nave-paid-badge{margin-top:1rem;display:flex;justify-content:flex-end}