@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&family=Sora:wght@400;500;600;700&display=swap";
@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.cart-drawer{z-index:1050;grid-template-columns:1fr;display:grid;position:fixed;inset:0}.cart-drawer__backdrop{background:#11082273;border:none;position:absolute;inset:0}.cart-drawer__panel{background:#f7f4fb;flex-direction:column;gap:1.2rem;width:min(420px,95vw);height:100%;padding:1.5rem;display:flex;position:absolute;top:0;right:0;overflow-y:auto;box-shadow:-12px 0 28px #1f173133}.cart-drawer__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cart-drawer__header h2{margin-bottom:.25rem}.cart-drawer__header p{color:#6b6880}.cart-drawer__header .text-btn{font-size:22px;line-height:1}.cart-drawer__status{text-align:center;color:#6b6880;font-weight:600}.cart-drawer__status.error{color:#dc3545}.cart-drawer__empty{text-align:center;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px #0000000d}.cart-drawer__items{flex-direction:column;gap:.75rem;display:flex}.cart-drawer__item{background:#fff;border:1px solid #e4e0ef;border-radius:12px;grid-template-columns:64px minmax(0,1fr);align-items:flex-start;gap:.75rem;padding:.75rem;display:grid;box-shadow:0 2px 6px #0000000d}.cart-drawer__item img{object-fit:cover;background:#f7f4fb;border-radius:12px;width:64px;height:64px}.cart-drawer__info{gap:.4rem;min-width:0;display:grid}.cart-drawer__info h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-drawer__price{color:#4a148c;font-size:.92rem;font-weight:600;display:block}.cart-drawer__controls{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.cart-drawer__line{display:none}.cart-drawer__item .qty-control{gap:.25rem;padding:.12rem .38rem}.cart-drawer__item .qty-control button{padding:0 .3rem;font-size:1rem}.cart-drawer__item .qty-control input{width:40px;font-size:.88rem}.cart-drawer__summary{background:#fff;border:1px solid #e4e0ef;border-radius:12px;gap:.7rem;margin-top:auto;padding:1.2rem;display:grid}.summary-row{color:#1f1d2b;justify-content:space-between;font-weight:600;display:flex}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.subscribe-modal{z-index:1050;place-items:center;padding:20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;display:grid;position:fixed;inset:0}@media (max-width:768px){.subscribe-modal{place-items:center;padding:16px}.subscribe-modal .subscribe-modal__panel{border-radius:20px;width:min(520px,100%);max-width:100%;min-height:220px;padding:22px 20px 24px;box-shadow:0 10px 30px #0003}.subscribe-modal .subscribe-modal__header h3{font-size:1.2rem}.subscribe-modal .subscribe-modal__form{grid-template-columns:1fr}.subscribe-modal .subscribe-modal__actions{flex-direction:column-reverse}.subscribe-modal .subscribe-modal__primary,.subscribe-modal .subscribe-modal__secondary{width:100%}}.subscribe-modal__backdrop{background:#11082273;border:none;position:absolute;inset:0}.subscribe-modal__panel{background:#fff;border:1px solid #6f2dbd2e;border-radius:20px;gap:14px;width:min(560px,100%);max-width:560px;min-height:260px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003;padding:28px 28px 30px!important}.subscribe-modal__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.subscribe-modal__header h3{color:#1f1d2b;margin:0;font-family:DM Sans,Sora,Space Grotesk,sans-serif;font-size:1.35rem;font-weight:700}.subscribe-modal p{color:#6b6880;margin:0 0 6px;font-size:.95rem;line-height:1.6}.subscribe-modal__form{gap:.9rem;display:grid}.subscribe-modal__form input{background:#fff;border-color:#6f2dbd38;border-radius:14px;width:100%;height:46px;padding:0 16px}.subscribe-modal__form button{color:#fff;cursor:pointer;background:#6f2dbd;border:none;border-radius:12px;padding:10px 20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;transition:all .3s}.subscribe-modal__form button:hover{opacity:.9}.subscribe-modal__form button{border-radius:14px;width:100%;height:46px;font-size:.95rem;font-weight:600}.subscribe-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:2px;display:flex}.subscribe-modal__primary,.subscribe-modal__secondary{border-radius:14px;min-height:46px;padding:0 18px;font-weight:700}.subscribe-modal__primary{color:#fff;cursor:pointer;background:#6f2dbd;border:none;border-radius:12px;padding:10px 20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;transition:all .3s}.subscribe-modal__primary:hover{opacity:.9}.subscribe-modal__secondary{color:#1f1d2b;background:0 0;border:1px solid #6f2dbd2e}.subscribe-modal__secondary:hover{background:#6f2dbd14}.signup-prompt-modal__copy{gap:4px;display:grid}.signup-prompt-modal__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#7b2cbf;font-size:.7rem;font-weight:800}.subscribe-modal .text-btn{color:#7b2cbf;border-radius:999px;padding:4px 8px;font-size:.9rem;font-weight:700}.subscribe-modal .text-btn:hover{color:#5b218d;background:#6f2dbd14}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.auth-modal{z-index:1050;place-items:center;padding:24px;display:grid;position:fixed;inset:0}@media (max-width:520px){.auth-modal{padding:14px}.auth-modal .auth-modal__tabs{width:100%}.auth-modal .auth-modal__actions{flex-direction:column;align-items:stretch}.auth-modal .auth-modal__primary,.auth-modal .auth-modal__secondary{width:100%}}.auth-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0c121c8c;border:none;position:absolute;inset:0}.auth-modal__panel{background:#fff;border:1px solid #94a3b82e;border-radius:22px;width:min(560px,96vw);position:relative;overflow:hidden;box-shadow:0 28px 100px #0f172a52}.auth-modal__header{border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.auth-modal__tabs{background:#f7f4fb;border:1px solid #94a3b840;border-radius:999px;grid-template-columns:1fr 1fr;gap:8px;width:min(320px,100%);padding:6px;display:grid}.auth-modal__tab{color:#1f1d2b;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:10px 14px;font-weight:700}.auth-modal__tab--active{color:#fff;background:#6f2dbd}.auth-modal__close{color:#6b6880;cursor:pointer;background:0 0;border:1px solid #94a3b840;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.auth-modal__close:hover{color:#1f1d2b;background:#94a3b824}.auth-modal__body{gap:14px;padding:20px 20px 22px;display:grid}.auth-modal__intro h3{margin:0 0 6px}.auth-modal__intro p{margin:0}.auth-modal__error{color:#dc3545;background:#dc262614;border:1px solid #dc262640;border-radius:14px;padding:10px 12px}.auth-modal__form{gap:12px;display:grid}.auth-modal__form label{gap:6px;font-weight:600;display:grid}.auth-modal__form input[type=email],.auth-modal__form input[type=password],.auth-modal__form input[type=text],.auth-modal__form input[type=tel]{background:#f7f4fb;border:1px solid #94a3b852;border-radius:14px;width:100%;padding:12px}.auth-modal__password{position:relative}.auth-modal__password input{padding-right:46px}.auth-modal__password-toggle{color:#6b6880;cursor:pointer;background:0 0;border:1px solid #94a3b840;border-radius:12px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-modal__password-toggle:hover{color:#1f1d2b;background:#94a3b824}.auth-modal__actions{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:4px;display:flex}.auth-modal__primary{color:#fff;cursor:pointer;background:#6f2dbd;border:none;border-radius:12px;padding:10px 20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;transition:all .3s}.auth-modal__primary:hover{opacity:.9}.auth-modal__primary{border-radius:14px;padding:12px 16px;font-weight:700}.auth-modal__primary:disabled{opacity:.65;cursor:not-allowed}.auth-modal__secondary{cursor:pointer;color:#1f1d2b;background:0 0;border:1px solid #94a3b852;border-radius:14px;padding:12px 16px;font-weight:700}.auth-modal__secondary:hover{background:#94a3b81f}.auth-modal__legal-row{align-items:flex-start;gap:10px;font-weight:500;line-height:1.35;display:flex}.auth-modal__legal-row input{margin-top:3px}.auth-modal__legal-row a{color:#6f2dbd;text-decoration:underline}.auth-modal__hint{margin:6px 0 0;font-size:.9rem}.workspace-loading-state,.workspace-section-skeleton,.workspace-inline-skeleton{position:relative;overflow:hidden}.workspace-loading-state:before,.workspace-section-skeleton:before,.workspace-inline-skeleton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff85 48%,#0000 100%);animation:1.4s ease-in-out infinite workspace-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.workspace-loading-state{background:#ffffffe0;border:1px solid #6f2dbd14;border-radius:24px;gap:18px;padding:24px;display:grid;box-shadow:0 18px 44px #1f1d2b14}@media (max-width:480px){.workspace-loading-state{padding:18px}}.workspace-loading-state.compact{gap:14px;padding:20px}@media (max-width:768px){.workspace-loading-state.compact .workspace-loading-state__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.workspace-loading-state.compact .workspace-loading-state__cards{grid-template-columns:1fr}}.workspace-loading-state__header,.workspace-section-skeleton__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspace-loading-state__headline,.workspace-loading-state__badge,.workspace-loading-state__card,.workspace-loading-state__row,.workspace-section-skeleton__title,.workspace-section-skeleton__meta,.workspace-section-skeleton__row,.workspace-inline-skeleton{background:linear-gradient(#6f2dbd1f,#6f2dbd14);border-radius:999px;display:block}.workspace-loading-state__headline{width:min(18rem,58%);height:18px}.workspace-loading-state__badge{width:6.5rem;height:18px}.workspace-loading-state__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}@media (max-width:768px){.workspace-loading-state__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.workspace-loading-state__cards{grid-template-columns:1fr}}.workspace-loading-state.compact .workspace-loading-state__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-loading-state__card{border-radius:20px;height:92px}.workspace-loading-state__panel,.workspace-section-skeleton__rows{gap:12px;display:grid}.workspace-loading-state__row{height:16px}.workspace-loading-state__row:nth-child(2n),.workspace-section-skeleton__row:nth-child(2n){width:88%}.workspace-loading-state__row:nth-child(3n),.workspace-section-skeleton__row:nth-child(3n){width:76%}.workspace-section-skeleton{background:#ffffffc7;border:1px solid #6f2dbd14;border-radius:22px;gap:14px;padding:22px;display:grid}@media (max-width:480px){.workspace-section-skeleton{padding:18px}}.workspace-section-skeleton__title{width:min(12rem,52%);height:16px}.workspace-section-skeleton__meta{width:5rem;height:14px}.workspace-section-skeleton__row{height:14px}.workspace-inline-skeleton{vertical-align:middle;border-radius:999px;height:14px}@keyframes workspace-skeleton-shimmer{to{transform:translate(100%)}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.auth-layout{min-height:100vh;font-family:DM Sans,Sora,Space Grotesk,sans-serif;font-size:var(--font-body);background-color:#f7f4fb;background-image:radial-gradient(circle at 15% 15%,#6f2dbd24,#0000 46%),radial-gradient(circle at 85% 10%,#7b2cbf1a,#0000 44%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;place-items:center;padding:1.4rem;display:grid;overflow-x:hidden}.auth-layout__container{grid-template-columns:minmax(0,1fr) minmax(0,1.18fr);align-items:center;gap:3rem;width:min(1140px,100%);display:grid}.auth-layout__media{width:100%}.auth-layout__content{width:100%;max-width:560px;padding:16px}@media (max-width:980px){.auth-layout__container{grid-template-columns:1fr;gap:22px}.auth-layout__media{display:none}.auth-layout__content{max-width:520px;margin:0 auto}}@media (max-width:520px){.auth-layout{padding:1.1rem}}.auth-media-card{background:#0b0b0f;border-radius:28px;height:clamp(420px,60vh,640px);position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a2e}.auth-media-card .auth-media-card__overlay h3{color:#fff}.auth-media-card img{object-fit:cover;filter:contrast(1.02)saturate(1.02);opacity:1;width:100%;height:100%;transition:opacity .26s,transform .26s}.auth-media-card--loading img{opacity:.2;transform:scale(1.01)}.auth-media-card--ready img{opacity:1;transform:scale(1)}.auth-media-card:after{content:"";background:linear-gradient(#0a0a0c14,#0a0a0c94);position:absolute;inset:0}.auth-media-card__overlay{z-index:1;color:#fff;text-shadow:0 10px 30px #00000059;position:absolute;bottom:56px;left:26px;right:26px}.auth-media-card__overlay h3{max-width:22ch;margin:0 0 10px;font-size:1.9rem;line-height:1.2}.auth-media-card__overlay p{color:#ffffffc7;margin:0;font-size:1rem}.auth-media-card__dots{z-index:1;gap:8px;display:flex;position:absolute;bottom:24px;left:26px}.auth-dot{background:#fff6;border-radius:999px;width:8px;height:8px}.auth-dot--active{background:#6f2dbd}.auth-typewriter__cursor{opacity:.95;width:.7ch;margin-left:2px;animation:1.05s steps(2,start) infinite auth-cursor-blink;display:inline-block}@keyframes auth-cursor-blink{50%{opacity:0}}.auth-header{font-size:var(--font-h2);align-items:center;gap:12px;display:flex}.auth-back{color:#1f1d2b;background:#94a3b81f;border:1px solid #94a3b84d;border-radius:12px;flex:none;width:44px;height:44px;display:none}.auth-back:hover{background:#94a3b82e}@media (max-width:980px){.auth-back{place-items:center;display:inline-grid}}.auth-brand{letter-spacing:-.02em;font-weight:900;font-size:var(--font-h2);color:#1f1d2b}.auth-progress{background:#94a3b840;border-radius:999px;width:100%;height:4px;margin-bottom:8px;overflow:hidden}.auth-progress__bar{background:#6f2dbd;border-radius:999px;height:100%;display:block}@media (max-width:520px){.auth-progress{margin-bottom:26px}}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #94a3b838;border-radius:24px;gap:8px;width:100%;padding:24px;display:grid;box-shadow:0 18px 48px #1f173124}@media (max-width:520px){.auth-card{border-radius:20px;padding:22px 18px}}.auth-title{font-size:var(--font-h2);letter-spacing:-.02em;margin:0}.auth-subtitle{color:#6b6880;max-width:52ch;font-size:var(--font-body);margin:-4px 0 0}.auth-error{color:#dc3545;font-size:var(--font-small);background:#dc262614;border:1px solid #dc262640;border-radius:14px;padding:10px 12px}.auth-success,.auth-info{font-size:var(--font-small);border-radius:14px;padding:10px 12px}.auth-success{color:#166534;background:#16653414;border:1px solid #16653438}.auth-info{color:#1f1d2b;background:#6f2dbd14;border:1px solid #6f2dbd33}.auth-form{gap:6px;display:grid}.auth-form label{color:#6b6880;font-weight:400;font-size:var(--font-body);display:grid}.auth-form .required-indicator{color:#dc3545;margin-left:2px}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text],.auth-form input[type=tel]{width:100%;font-size:var(--font-body);background:#e2e8f057;border:1px solid #94a3b870;border-radius:14px;padding:14px}@media (max-width:520px){.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text],.auth-form input[type=tel]{padding:13px 12px}}.auth-form input::placeholder{color:#64748bb3;font-size:var(--font-small)}.auth-form input:focus{background:#e2e8f038;border-color:#6f2dbd8c;box-shadow:0 0 0 4px #6f2dbd24}.auth-code-input{letter-spacing:.28em;text-align:center;font-size:1.1rem}.auth-field-label{align-items:center;gap:4px;display:inline-flex}.auth-password{display:grid;position:relative}.auth-password input{padding-right:52px}.auth-password__toggle{color:#6b6880;background:#ffffff4d;border-width:0;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-password__toggle:hover{color:#1f1d2b;background:#ffffff8c}.auth-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:-4px;display:flex}.auth-row--stack{justify-content:flex-start;align-items:flex-start;margin-top:4px}.auth-check{color:#1f1d2b;gap:4px;padding:4px;font-weight:400;justify-content:flex-start!important;align-items:center!important;display:flex!important}.auth-check input{accent-color:#6f2dbd;width:14px;height:14px}.auth-check--legal{font-weight:400;line-height:1.35}.auth-check--legal input{margin-top:2px}.auth-link{color:#6f2dbd;font-weight:400;font-size:inherit}.auth-link:hover{text-decoration:underline}.auth-inline-button{color:#6f2dbd;font:inherit;font-size:inherit;cursor:pointer;background:0 0;border:0;padding:0}.auth-inline-button:disabled{opacity:.65;cursor:not-allowed}.auth-primary{color:#fff;background:#6f2dbd;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-weight:800;display:inline-flex;box-shadow:0 14px 30px #6f2dbd33}.auth-primary:hover{background:#4a148c}.auth-primary:disabled{opacity:.6;cursor:not-allowed}.auth-primary__icon{background:#ffffff2e;border-radius:12px;place-items:center;width:30px;height:30px;display:inline-grid}.auth-divider{text-align:center;color:#64748be6;font-weight:700;position:relative}.auth-divider span{background:#fff;padding:0 12px;display:inline-block}.auth-divider:before,.auth-divider:after{content:"";background:#94a3b873;width:calc(50% - 36px);height:1px;position:absolute;top:50%}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-provider{color:#1e293beb;background:#fff;border:1px solid #94a3b88c;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 16px;font-weight:800;display:inline-flex}.auth-provider:disabled{opacity:.72;cursor:not-allowed}.auth-provider__icon{background:#94a3b81f;border-radius:999px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.auth-provider--google{background:0 0;border:none;width:100%;padding:0;display:block;overflow:visible}.auth-provider--google__slot{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}.auth-provider--google__slot>div{margin-left:auto;margin-right:auto}.auth-provider--apple{color:#fff;background:#111;border-color:#111}.auth-provider--apple:hover{background:#000}.auth-provider--apple .auth-provider__icon{color:#fff;background:#ffffff2e}.auth-switch{color:#1e293be0;font-weight:500;font-size:var(--font-body)}.auth-legal{font-size:var(--font-small);color:#1e293bc7;line-height:1.45}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.cart-page{max-width:1200px;margin:0 auto;padding:1.5rem;font-family:DM Sans,Sora,Space Grotesk,sans-serif}@media (max-width:600px){.cart-page{padding-bottom:96px}}.cart-page__header{padding:0 1.5rem;display:grid}@media (max-width:768px){.cart-page__header{padding:0}}.cart-page__header h1{justify-content:left;align-items:center;gap:400px;display:flex}@media (max-width:768px){.cart-page__header h1{justify-content:space-between;gap:0}}.cart-page__header h1,.cart-page__header p{margin:0}.cart-page__header h1{color:#1f1d2b;font-weight:700}.cart-page__header p{color:#6b6880}.cart-status{text-align:center;color:#6b6880;margin:1.5rem 0;font-weight:600}.cart-status.error{color:#dc3545}.cart-empty{text-align:center;background:#fff;border-radius:12px;margin-top:2rem;padding:3rem 1.5rem;box-shadow:0 2px 6px #0000000d}.cart-empty h2{margin-bottom:.5rem}.cart-layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:900px){.cart-layout{grid-template-columns:minmax(0,2.2fr) minmax(320px,.9fr);align-items:start}}.cart-items{flex-direction:column;gap:.8rem;display:flex}@media (max-width:768px){.cart-items{padding:0;padding-top:10px!important}}.cart-item{background:#fff;border:1px solid #e4e0ef;border-radius:12px;grid-template-columns:72px minmax(0,1fr);align-items:flex-start;gap:.8rem;padding:.85rem;display:grid;box-shadow:0 2px 6px #0000000d}.cart-item img{object-fit:cover;background:#f7f4fb;border-radius:12px;width:72px;height:72px}.cart-item .item-info{gap:.45rem;min-width:0;display:grid}.cart-item .item-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-item .item-price{color:#6f2dbd;margin:0;font-size:.95rem;font-weight:600}.cart-item .item-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.cart-item .line-total{display:none}.cart-item .qty-control{gap:.25rem;padding:.12rem .4rem}.cart-item .qty-control button{padding:0 .32rem;font-size:1rem}.cart-item .qty-control input{width:42px;font-size:.9rem}@media (max-width:600px){.cart-item{grid-template-columns:64px minmax(0,1fr);gap:.7rem;padding:.75rem}.cart-item img{width:64px;height:64px}}.qty-control span{text-align:center;min-width:1.5rem;font-weight:600}.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-summary{background:#fff;border:1px solid #e4e0ef;border-radius:12px;margin:20px 0;padding:1.5rem;position:sticky;top:110px;box-shadow:0 2px 6px #0000000d}@media (max-width:768px){.cart-summary{margin:0}}.cart-summary h2{margin-bottom:1rem}.cart-summary .summary-row{justify-content:space-between;margin-bottom:.75rem;font-weight:600;display:flex}.cart-summary .cart-summary-actions{flex-wrap:nowrap;gap:12px;display:flex}.cart-summary .cart-summary-actions .ghost-btn,.cart-summary .cart-summary-actions .primary-btn{margin-top:0}@media (max-width:700px){.cart-summary .cart-summary-actions .primary-btn,.cart-summary .cart-summary-actions .ghost-btn{flex:1}}.primary-btn,.outline-btn,.ghost-btn,.text-btn{cursor:pointer;border:none;border-radius:12px;padding:.7rem 1.4rem;font-weight:600;transition:all .2s}button:disabled{opacity:.6;cursor:not-allowed}.outline-btn{color:#1f1d2b;background:0 0;border:1px solid #e4e0ef}.outline-btn:hover{color:#6f2dbd;border-color:#6f2dbd}.ghost-btn{background:0 0;border:1px solid #e4e0ef}.text-btn{color:#6b6880;background:0 0;padding:0}.text-btn:hover{color:#6f2dbd}.cart-suggestions{gap:12px;margin-top:2rem;display:grid}.cart-suggestions h2,.cart-suggestions h3{margin:0}.cart-suggestions .product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}@media (max-width:900px){.cart-suggestions .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cart-suggestions .product-grid{grid-template-columns:repeat(2,1fr)}}.cart-suggestions .product-card{justify-self:start;max-width:280px;height:100%}.cart-suggestions .product-card h3{font-family:DM Sans,Sora,Space Grotesk,sans-serif;font-size:.95rem;font-weight:600}.cart-suggestions .product-card .price{font-family:DM Sans,Sora,Space Grotesk,sans-serif;font-size:.9rem;font-weight:600}.cart-suggestions .product-image-wrapper{height:160px;aspect-ratio:unset;background:#f7f4fb;padding:10px;position:relative}.cart-suggestions .product-image-wrapper img{object-fit:contain}.cart-page .product-card .product-image-wrapper{height:160px;aspect-ratio:unset;position:relative}.cart-page .product-card .product-image-wrapper img{object-fit:contain;width:100%;height:100%}.cart-sticky-checkout{display:none}@media (max-width:768px){.cart-sticky-checkout{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-top:1px solid #94a3b840;padding:12px;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 32px #0f172a1f}.cart-sticky-checkout .cart-sticky-checkout__inner{justify-content:space-between;align-items:center;gap:12px;width:min(1200px,100%);margin:0 auto;display:flex}.cart-sticky-checkout .cart-sticky-checkout__inner span{color:#1f1d2beb;font-weight:750}.cart-sticky-checkout .cart-sticky-checkout__inner strong{color:#6f2dbd}.cart-sticky-checkout .cart-sticky-checkout__inner .primary-btn{white-space:nowrap;border-radius:14px;padding:.7rem 1.2rem}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.checkout-page{padding:1.5rem;font-family:DM Sans,Sora,Space Grotesk,sans-serif}.checkout-hero{color:#fff;background:linear-gradient(120deg,#6f2dbd,#8f4de3);border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 5px 15px #0000001a}.checkout-hero h1{color:#fff;margin-bottom:.4rem}.checkout-hero p{color:#ffffffd9}.checkout-hero .outline-btn{color:#fff;background:#ffffff14;border-color:#ffffffa6}.checkout-hero .outline-btn:hover{background:#ffffff24;border-color:#fffc}@media (max-width:700px){.checkout-hero{align-items:flex-start;gap:.85rem;padding:1rem 1.1rem}.checkout-hero h1{margin-bottom:.15rem;font-size:1.75rem}.checkout-hero p{font-size:.88rem;line-height:1.35}.checkout-hero .outline-btn{padding:.48rem .75rem;font-size:.84rem}}.checkout-hero__copy{gap:.25rem;display:grid}.checkout-status{text-align:center;color:#6b6880;margin:1.5rem 0;font-weight:600}.checkout-status.error{color:#dc3545}.checkout-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (min-width:900px){.checkout-grid{grid-template-columns:2fr 1fr;align-items:start}}@media (max-width:899px){.checkout-grid--payment{flex-direction:column;display:flex}.checkout-grid--payment .checkout-summary{order:1}.checkout-grid--payment .checkout-form{order:2}}.checkout-form,.checkout-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px #0000000d}@media (min-width:900px){.checkout-summary--sticky{position:sticky;top:96px}.checkout-grid--summary-only{grid-template-columns:minmax(460px,560px);justify-content:center}}.checkout-form{gap:1rem;display:grid}.checkout-form h2{margin-bottom:.2rem}.checkout-form select{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:.7rem .9rem}.checkout-form--delivery{gap:1.25rem}.checkout-section-copy{gap:.35rem;display:grid}.checkout-section-copy h2,.checkout-section-copy p{margin:0}.checkout-section-copy p{color:#6b6880}.checkout-delivery-inline{border-top:1px solid #f1edf9;border-bottom:1px solid #f1edf9;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.checkout-delivery-inline__copy{gap:.15rem;display:grid}.checkout-delivery-inline__copy strong,.checkout-delivery-inline__copy span{margin:0}.checkout-delivery-inline__copy span{color:#6b6880;font-size:.92rem}.checkout-delivery-inline__trigger{flex:none;font-weight:700}.checkout-delivery-card{background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;gap:1rem;padding:1.1rem 1.15rem;display:grid}.checkout-delivery-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}@media (max-width:640px){.checkout-delivery-card__header{flex-direction:column;align-items:stretch}}.checkout-delivery-card__copy{gap:.25rem;display:grid}.checkout-delivery-card__copy h3,.checkout-delivery-card__copy p{margin:0}.checkout-delivery-card__copy p{color:#6b6880}.checkout-delivery-card__eyebrow{color:#6f2dbd;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.checkout-delivery-card__meta{flex-wrap:wrap;gap:.7rem;display:flex}.checkout-delivery-pill{background:#fff;border:1px solid #f1edf9;border-radius:14px;gap:.1rem;min-width:0;padding:.65rem .8rem;display:grid}.checkout-delivery-pill strong,.checkout-delivery-pill span{margin:0}.checkout-delivery-pill strong{text-transform:uppercase;color:#6b6880;font-size:.74rem}.checkout-delivery-pill span{color:#1f1d2b;font-size:.9rem;line-height:1.35}.checkout-panel{background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;gap:1rem;padding:1rem 1.1rem;display:grid}.checkout-panel__header{justify-content:space-between;align-items:flex-start;gap:.85rem;display:flex}.checkout-panel__header h3,.checkout-panel__header p{margin:0}.checkout-panel__header p{color:#6b6880;margin-top:.2rem}.checkout-panel__tag{color:#6f2dbd;background:#6f2dbd1f;border-radius:999px;flex:none;padding:.3rem .6rem;font-size:.72rem;font-weight:700}.checkout-panel__title-note{color:#6b6880;font-size:.92rem;font-weight:600}.checkout-method-grid{gap:.9rem;display:grid}@media (min-width:700px){.checkout-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-method-list{gap:.75rem;display:grid}.checkout-method-radio{cursor:pointer;background:#fff;border:1px solid #e4e0ef;border-radius:12px;align-items:flex-start;gap:.85rem;padding:.95rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.checkout-method-radio input{accent-color:#6f2dbd;flex:none;width:18px;height:18px;margin-top:.15rem}.checkout-method-radio:hover{border-color:#6f2dbd4d}.checkout-method-radio.is-active{border-color:#6f2dbd8c;box-shadow:0 12px 24px #6f2dbd14}.checkout-method-radio__content{gap:.25rem;width:100%;min-width:0;display:grid}.checkout-method-radio__content p,.checkout-method-radio__content strong,.checkout-method-radio__content span{margin:0}.checkout-method-radio__content p,.checkout-method-radio__content span{color:#6b6880}.checkout-method-radio__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}@media (max-width:520px){.checkout-method-radio__top{flex-direction:column;gap:.25rem}}.checkout-method-radio__price{white-space:nowrap;font-size:.82rem;font-weight:700;color:#6f2dbd!important}.checkout-method-radio__meta{font-size:.82rem}.checkout-method-card{text-align:left;background:#fff;border:1px solid #e4e0ef;border-radius:12px;gap:.65rem;padding:1rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.checkout-method-card p,.checkout-method-card strong,.checkout-method-card span{margin:0}.checkout-method-card p{color:#6b6880;line-height:1.45}.checkout-method-card:hover{border-color:#6f2dbd4d}.checkout-method-card.is-active{border-color:#6f2dbd8c;transform:translateY(-1px);box-shadow:0 12px 24px #6f2dbd1f}.checkout-method-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.checkout-method-card__price{color:#6f2dbd;white-space:nowrap;font-size:.82rem;font-weight:700}.checkout-method-card__meta{color:#6b6880;font-size:.82rem}.checkout-chip-row{flex-wrap:wrap;gap:.65rem;display:flex}.checkout-chip{color:#1f1d2b;font:inherit;background:#fff;border:1px solid #e4e0ef;border-radius:999px;padding:.55rem .9rem;font-weight:600}.checkout-chip.is-active{color:#6f2dbd;background:#6f2dbd14;border-color:#6f2dbd8c}.checkout-field-grid{grid-template-columns:1fr;gap:.85rem;display:grid}@media (min-width:720px){.checkout-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-field{gap:.4rem;display:grid}.checkout-field__label{color:#1f1d2b;font-size:.85rem;font-weight:700}.checkout-field input,.checkout-field select{width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #e4e0ef;border-radius:12px;padding:.72rem .9rem}.checkout-static-field{color:#1f1d2b;background:#6f2dbd0d;border:1px solid #e4e0ef;border-radius:12px;align-items:center;min-height:48px;padding:.72rem .9rem;font-weight:600;display:flex}.checkout-toggle-group{grid-column:1/-1;gap:.55rem;display:grid}@media (min-width:720px){.checkout-toggle-group--inline{grid-column:auto;align-content:center;align-self:end;min-height:48px;padding:.25rem 0 .1rem}}.checkout-option-grid,.checkout-option-list{gap:.8rem;display:grid}@media (min-width:700px){.checkout-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-option-card{text-align:left;background:#fff;border:1px solid #e4e0ef;border-radius:12px;gap:.55rem;width:100%;padding:.95rem 1rem;transition:border-color .2s,box-shadow .2s;display:grid}.checkout-option-card strong,.checkout-option-card span,.checkout-option-card small{margin:0}.checkout-option-card span,.checkout-option-card small{color:#6b6880}.checkout-option-card:hover{border-color:#6f2dbd4d}.checkout-option-card.is-active{border-color:#6f2dbd8c;box-shadow:0 10px 22px #6f2dbd1f}.checkout-option-card.is-cheapest{border-color:#28a74566}.checkout-option-card--row{grid-template-columns:1fr auto;align-items:center}.checkout-option-card__content{gap:.25rem;min-width:0;display:grid}.checkout-option-card__meta{flex-wrap:wrap;gap:.45rem .8rem;font-size:.84rem;display:flex}.checkout-option-card__meta--stack{justify-items:end;gap:.2rem;display:grid}.checkout-options-scroll{scrollbar-width:thin;scrollbar-color:#6f2dbd59 #0000;max-height:320px;padding-right:.25rem;overflow-y:auto}.checkout-options-scroll::-webkit-scrollbar{width:6px}.checkout-options-scroll::-webkit-scrollbar-thumb{background:#6f2dbd59;border-radius:999px}.checkout-options-scroll::-webkit-scrollbar-track{background:0 0}.checkout-local-search{gap:.75rem;display:grid}.checkout-local-search__resolved{background:#28a7450f;border:1px solid #28a7453d;border-radius:12px;gap:.18rem;padding:.8rem .9rem;display:grid}.checkout-local-search__resolved strong{color:#28a745;text-transform:uppercase;font-size:.82rem}.checkout-local-search__resolved span{color:#1f1d2b;word-break:break-word;line-height:1.45}.checkout-local-search__results{scrollbar-width:thin;scrollbar-color:#6f2dbd52 #0000;gap:.55rem;max-height:220px;padding-right:.2rem;display:grid;overflow-y:auto}.checkout-local-search__results::-webkit-scrollbar{width:6px}.checkout-local-search__results::-webkit-scrollbar-thumb{background:#6f2dbd52;border-radius:999px}.checkout-local-search__results::-webkit-scrollbar-track{background:0 0}.checkout-local-search__option{text-align:left;width:100%;font:inherit;color:#1f1d2b;cursor:pointer;background:#fff;border:1px solid #e4e0ef;border-radius:12px;gap:.18rem;padding:.8rem .9rem;display:grid}.checkout-local-search__option strong{margin:0}.checkout-local-search__option span{color:#6b6880;word-break:break-word;line-height:1.4}.checkout-local-search__option:hover,.checkout-local-search__option.is-active{background:#6f2dbd0f;border-color:#6f2dbd66}.checkout-address-choice{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.checkout-address-choice__option{cursor:pointer;background:#fff;border:1px solid #e4e0ef;border-radius:12px;align-items:flex-start;gap:.65rem;padding:.85rem .95rem;transition:border-color .2s,background .2s,opacity .2s;display:flex}.checkout-address-choice__option input{accent-color:#6f2dbd;width:16px;height:16px;margin-top:.12rem}.checkout-address-choice__option span{gap:.15rem;display:grid}.checkout-address-choice__option strong{color:#1f1d2b;font-size:.92rem}.checkout-address-choice__option small{color:#6b6880;font-size:.8rem;line-height:1.35}.checkout-address-choice__option.is-active{background:#6f2dbd12;border-color:#6f2dbd7a}.checkout-address-choice__option.is-disabled{cursor:not-allowed;opacity:.65}.checkout-summary__title-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.checkout-summary__title-row h2{margin:0}.checkout-summary__title-link{color:#1f1d2b;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:8px;flex:none;justify-content:center;align-items:center;width:auto;height:30px;padding:0 8px;transition:all .2s;display:inline-flex}.checkout-summary__title-link:hover{color:#6f2dbd;background:#6f2dbd0f;border-color:#6f2dbd6b}.checkout-summary__prompt-link{padding:0;font-weight:700}.checkout-hint--warning{color:#ffc107}.form-grid input{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:.7rem .9rem}@media (min-width:900px){.form-grid{grid-template-columns:repeat(2,1fr)}}.checkout-form-grid{grid-template-columns:1fr;align-items:end;gap:.8rem 1rem;display:grid}.checkout-form-grid label{color:#1f1d2b;gap:5px;font-weight:750;display:grid}.checkout-form-grid input:not([type=checkbox]),.checkout-form-grid select{min-height:48px;font:inherit;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:.7rem .9rem}@media (min-width:900px){.checkout-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-select{width:100%;position:relative}.checkout-select__trigger{width:100%;min-height:48px;font:inherit;text-align:left;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:.7rem .9rem;display:flex}.checkout-select__chevron{color:#6b6880;font-size:.85rem}.checkout-select__menu{z-index:30;background:#fff;border:1px solid #e4e0ef;border-radius:12px;max-height:220px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 2px 6px #0000000d}.checkout-select__option{text-align:left;cursor:pointer;width:100%;font:inherit;color:#1f1d2b;background:0 0;border:none;padding:.6rem .85rem}.checkout-select__option:hover{background:#6f2dbd14}.checkout-select__option.is-active{background:#6f2dbd1f;font-weight:700}.checkout-select.disabled .checkout-select__trigger{opacity:.6;cursor:not-allowed}.checkout-form-grid--shipping{margin-top:.1rem}.checkout-field-label{align-items:center;gap:4px;font-size:.85rem;display:inline-flex}.required-indicator{color:#dc3545;margin-left:2px}.checkout-field--full{grid-column:1/-1}.checkout-field--destination select,.checkout-field--country select,.checkout-field--state select,.checkout-field--region input{justify-self:start;width:min(260px,100%)}.checkout-field--postal input{justify-self:start;width:min(220px,100%)}.checkout-field--method{align-self:end}.checkout-summary__shipping{gap:10px;margin:12px 0 14px;display:grid}.checkout-summary__shipping-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.checkout-summary__shipping-head h3{margin:0;font-size:1rem}.checkout-summary__actions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}@media (max-width:700px){.checkout-summary__shipping-head{flex-direction:column;align-items:flex-start}.checkout-summary__actions{align-items:flex-start}}.checkout-summary__actions .text-btn{font-size:.85rem}.checkout-address-card{color:#6b6880;word-break:break-word;background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;gap:.2rem;padding:.8rem 1rem;line-height:1.35;display:grid}.checkout-address-card__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.checkout-address-card__head strong{color:#1f1d2b}.checkout-address-card__edit{flex:none;padding:0;font-size:.85rem}.checkout-address-card__line{white-space:normal;margin:0}.checkout-address-card__line--muted{color:#6b6880}.checkout-address-list{gap:.5rem;display:grid}.checkout-radio{background:#fff;border:1.5px solid #6b688059;border-radius:999px;flex:none;width:18px;height:18px;margin-top:2px;position:relative;box-shadow:inset 0 0 0 1px #ffffff80}.checkout-radio.is-active{border-color:#6f2dbdb8}.checkout-radio.is-active:after{content:"";background:#6f2dbd;border-radius:999px;position:absolute;inset:3px}.checkout-address-btn{color:#6b6880;border-color:#e4e0ef;align-self:flex-start}.checkout-summary .summary-row{color:#1f1d2b;justify-content:space-between;margin-bottom:.75rem;font-weight:600;display:flex}.summary-items{gap:.8rem;display:grid}.summary-item{border-bottom:1px dashed #e4e0ef;justify-content:space-between;align-items:center;gap:12px;padding-bottom:.6rem;display:flex}.summary-item p{margin-bottom:.2rem;font-weight:600}.summary-item span{color:#6b6880;font-size:.9rem}.summary-item__left{align-items:center;gap:12px;min-width:0;display:flex}.summary-item__copy{gap:2px;min-width:0;display:grid}.summary-item__copy p{text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:700;overflow:hidden}.summary-item__copy span{color:#6b6880;margin:0;font-size:.9rem}.summary-total{justify-content:space-between;margin-top:1rem;font-size:1.1rem;display:flex}.checkout-delivery-modal-overlay{z-index:2200;background:#0f172a8a;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.checkout-delivery-modal{background:#fff;border:1px solid #f1edf9;border-radius:24px;grid-template-rows:auto minmax(0,1fr) auto;width:100%;max-width:640px;min-height:600px;max-height:calc(100vh - 2rem);display:grid;overflow:hidden;box-shadow:0 5px 15px #0000001a}@media (max-width:768px){.checkout-delivery-modal{min-width:100%}}.checkout-delivery-modal__header{border-bottom:1px solid #f1edf9;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 1.25rem;display:flex}.checkout-delivery-modal__header h2,.checkout-delivery-modal__header p{margin:0}.checkout-delivery-modal__header p{color:#6b6880;margin-top:.25rem}.checkout-delivery-modal__spacer,.checkout-delivery-modal__back,.checkout-delivery-modal__close{flex:0 0 72px}.checkout-delivery-modal__back{text-align:left;padding:0}.checkout-delivery-modal__title-block{text-align:center;flex:auto;gap:.15rem;display:grid}.checkout-delivery-modal__close{color:#6f2dbd;cursor:pointer;background:#fff;border:1px solid #6f2dbd47;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;box-shadow:0 8px 20px #0f172a1a}.checkout-delivery-modal__close svg{stroke-width:2.25px;width:18px;height:18px;display:block}.checkout-delivery-modal__close--submodal{width:36px;height:36px}.checkout-delivery-modal__body{background:#f7f4fb;gap:1rem;padding:1.2rem 1.25rem;display:grid;overflow:auto}.checkout-delivery-modal__body--home{align-content:start;gap:.7rem}.checkout-delivery-modal__footer{border-top:1px solid #f1edf9;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.checkout-delivery-modal__summary{gap:.15rem;display:grid}.checkout-delivery-modal__summary strong,.checkout-delivery-modal__summary span{margin:0}.checkout-delivery-modal__label{color:#6b6880;font-size:.82rem;font-weight:600}.checkout-delivery-modal__eta{color:#6b6880;font-size:.88rem}.checkout-delivery-modal__actions{align-items:center;gap:.75rem;display:flex}.checkout-chip-row--delivery-filter{align-items:center;margin-bottom:.2rem}@media (max-width:768px){.checkout-chip-row--delivery-filter{scrollbar-width:none;flex-wrap:nowrap;gap:.55rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.checkout-chip-row--delivery-filter .checkout-chip{white-space:nowrap;text-align:center;border-radius:999px;flex:none;justify-content:center;align-items:center;width:80px;height:30px;padding:.55rem 1rem;line-height:1;display:inline-flex}}.checkout-chip-row--delivery-filter::-webkit-scrollbar{display:none}.checkout-home-delivery-section{align-content:start;gap:.7rem;display:grid}.checkout-priced-address{color:#1f1d2b;background:#6f2dbd0f;border:1px solid #6f2dbd47;border-radius:12px;gap:.22rem;padding:.75rem .85rem;display:grid}.checkout-priced-address strong,.checkout-priced-address span{margin:0}.checkout-priced-address strong{word-break:break-word;line-height:1.4}.checkout-priced-address span{color:#6b6880;font-size:.85rem;line-height:1.35}.checkout-priced-address__label{text-transform:uppercase;font-weight:800;color:#6f2dbd!important;font-size:.76rem!important}.checkout-modal-overlay{z-index:2000;background:#0a0a0a66;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.checkout-modal{background:#fff;border:1px solid #f1edf9;border-radius:12px;width:min(640px,100%);max-height:90vh;font-family:DM Sans,Sora,Space Grotesk,sans-serif;overflow:hidden;box-shadow:0 5px 15px #0000001a}.checkout-modal .outline-btn{color:#6b6880;border:1px solid #e4e0ef}.checkout-modal-header{border-bottom:1px solid #f1edf9;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.checkout-modal-header h3{margin:0}.checkout-modal-close{cursor:pointer;background:0 0;border:none;font-size:1.1rem}.checkout-modal-body{gap:.85rem;max-height:calc(90vh - 120px);padding:1.15rem 1.2rem 1.1rem;display:grid;overflow:auto}.checkout-modal-actions{justify-content:center;gap:.85rem;padding-top:.1rem;display:flex}.checkout-modal-actions .outline-btn,.checkout-modal-actions .primary-btn{min-width:140px}.checkout-inline-field{align-items:center;gap:.95rem;min-height:48px;padding-top:.1rem;display:flex}.checkout-inline-field .checkout-field-label{flex:none;margin:0}.checkout-inline-field__control{width:min(180px,100%);min-width:180px}.checkout-delivery-row{justify-content:space-between;align-items:flex-end;gap:50px;display:flex}.checkout-delivery-method{color:#1f1d2b;gap:5px;width:100%;min-width:0;max-width:100%;font-weight:750;display:grid}.checkout-delivery-method select{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.checkout-delivery-toggles{flex-direction:column;justify-content:flex-start;gap:4px;width:100%;display:flex;align-items:flex-start!important}.checkout-delivery-toggles .checkout-toggle{justify-content:center;align-items:center;gap:.5rem;margin:0;display:flex}.checkout-modal .checkout-form-grid--shipping label,.checkout-modal .checkout-form-grid--shipping .checkout-inline-field{margin:0}.checkout-modal .checkout-form-grid--shipping .checkout-field--destination select,.checkout-modal .checkout-form-grid--shipping .checkout-field--country select,.checkout-modal .checkout-form-grid--shipping .checkout-field--state select,.checkout-modal .checkout-form-grid--shipping .checkout-field--postal input,.checkout-modal .checkout-form-grid--shipping .checkout-inline-field__control,.checkout-modal .checkout-form-grid--shipping .checkout-field--region input{width:100%}.checkout-modal select{box-sizing:border-box;max-width:100%}.checkout-modal .checkout-form-grid--shipping .checkout-field--postal input{max-width:220px}@media (max-width:768px){.checkout-delivery-inline{flex-direction:column;align-items:flex-start}.checkout-delivery-inline__trigger{padding-left:0}.checkout-delivery-modal-overlay{padding:0}.checkout-delivery-modal{border:none;border-radius:0;width:100vw;height:100vh;max-height:100vh}.checkout-delivery-modal__header,.checkout-delivery-modal__body,.checkout-delivery-modal__footer{padding-left:1rem;padding-right:1rem}.checkout-delivery-modal__header{grid-template-columns:auto 1fr auto;align-items:start;display:grid}.checkout-delivery-modal__spacer,.checkout-delivery-modal__back{flex:none;width:auto}.checkout-delivery-modal__close{flex:0 0 40px;justify-self:end;width:40px;height:40px}.checkout-delivery-modal__close--submodal{flex-basis:36px;width:36px;height:36px}.checkout-delivery-modal__footer{flex-direction:column;align-items:stretch}.checkout-delivery-modal__actions{grid-template-columns:1fr;display:grid}.checkout-submodal-overlay{padding:0}.checkout-submodal{border:none;border-radius:0;width:100vw;height:100vh;max-height:100vh}.checkout-submodal__header,.checkout-submodal__body,.checkout-submodal__footer{padding-left:1rem;padding-right:1rem}.checkout-submodal__footer{grid-template-columns:1fr;display:grid}.checkout-modal-overlay{padding:.5rem}.checkout-modal{width:100%;max-height:92vh}.checkout-modal-body{padding:1rem 1rem 1.1rem}.checkout-form-grid,.checkout-address-choice{grid-template-columns:1fr}.checkout-form-grid--shipping{gap:.7rem}.checkout-field--destination select,.checkout-field--country select,.checkout-field--state select,.checkout-field--region input,.checkout-field--postal input,.checkout-inline-field__control{width:100%;max-width:none}.checkout-delivery-method select{width:100%;min-width:0;max-width:100%}.checkout-inline-field{flex-direction:column;align-items:stretch;gap:.45rem}.checkout-delivery-row{flex-flow:column wrap;align-items:stretch;gap:.75rem}.checkout-modal-actions{flex-wrap:wrap}.checkout-modal-actions .outline-btn,.checkout-modal-actions .primary-btn{width:100%}}@media (max-width:600px){.checkout-modal-overlay{padding:.25rem}.checkout-modal{max-width:100%}}.checkout-toggle{color:#6b6880;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.checkout-empty{text-align:center;background:#fff;border-radius:12px;margin-top:2rem;padding:3rem 1.5rem;box-shadow:0 2px 6px #0000000d}.checkout-empty .outline-btn{color:#1f1d2b;border:1px solid #e4e0ef}.checkout-empty .outline-btn:hover{background:#6f2dbd0f;border-color:#6f2dbd59}.checkout-actions{gap:10px;margin-top:12px;display:grid}.checkout-hint{color:#1e293bc7;margin:0;font-size:.7rem;line-height:1.45}.checkout-saved-addresses{background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;gap:.8rem;padding:.75rem .85rem;display:grid}.checkout-saved-header{justify-content:space-between;align-items:center;gap:10px;margin:0;display:flex}.checkout-saved-header h4{margin:0;font-size:.95rem}.checkout-saved-header__action{padding:0;font-size:.84rem;font-weight:700}.checkout-saved-list{gap:8px;display:grid}.checkout-saved-loading{gap:.55rem;padding:.05rem 0;display:grid}.checkout-saved-loading__bar{background:linear-gradient(90deg,#e4e0ef80 0%,#e4e0ef33 50%,#e4e0ef80 100%) 0 0/200% 100%;border-radius:999px;width:100%;height:12px;animation:1.2s ease-in-out infinite checkoutSavedLoadingPulse;display:block}.checkout-saved-loading__bar--short{width:68%}.checkout-saved-card{text-align:left;width:100%;font:inherit;cursor:pointer;background:#fff;border:1px solid #e4e0ef;border-radius:12px;gap:8px;padding:.75rem .85rem;transition:border-color .2s,box-shadow .2s;display:grid}.checkout-saved-card:focus-visible{outline-offset:2px;outline:2px solid #6f2dbd59}.checkout-saved-card.active{border-color:#6f2dbd73;box-shadow:0 10px 20px #6366f126}.checkout-saved-card__top{align-items:flex-start;gap:12px;display:flex}.checkout-saved-card__copy{flex:auto;gap:2px;min-width:0;display:grid}.checkout-saved-card__top p{color:#6b6880;margin:4px 0 2px;font-size:.9rem}.checkout-saved-card__top span{color:#6b6880;font-size:.85rem}.checkout-saved-card__default-marker{color:#6f2dbd;font-size:.85rem;font-weight:700}.checkout-saved-card__default-link{white-space:nowrap;color:#6f2dbd;align-self:flex-start;padding:0;font-size:.8rem}@keyframes checkoutSavedLoadingPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.checkout-saved-actions{color:#6b6880;justify-content:space-between;align-items:center;gap:10px;font-size:.85rem;display:flex}.checkout-saved-actions .ghost-btn{color:#1f1d2b;cursor:pointer;background:0 0;border:1px solid #e4e0ef;border-radius:999px;padding:6px 12px;font-size:.82rem}.checkout-submodal-overlay{z-index:2300;background:#0f172a94;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.checkout-submodal{background:#fff;border:1px solid #f1edf9;border-radius:20px;grid-template-rows:auto minmax(0,1fr) auto;width:min(680px,100%);max-height:calc(100vh - 2rem);display:grid;overflow:hidden;box-shadow:0 5px 15px #0000001a}.checkout-submodal__header{border-bottom:1px solid #f1edf9;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.checkout-submodal__header h3{margin:0}.checkout-submodal__body{background:#f7f4fb;padding:1rem 1.1rem;overflow:auto}.checkout-submodal__footer{border-top:1px solid #f1edf9;justify-content:flex-end;gap:.75rem;padding:1rem 1.1rem;display:flex}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.checkout-success{background:linear-gradient(140deg,#4e07811a,#e9097914);justify-content:center;align-items:center;min-height:70vh;padding:2rem 1.5rem;display:flex}.success-card{text-align:center;background:#fff;border:1px solid #f1edf9;border-radius:12px;width:min(520px,100%);padding:2.5rem;box-shadow:0 5px 15px #0000001a}.success-card h1{margin-bottom:.5rem}.success-card p{color:#6b6880}.success-icon{color:#fff;background:#28a745;border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.6rem;display:grid}.success-meta{color:#1f1d2b;margin-top:.6rem}.success-meta--error{color:#dc3545}.success-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.success-summary{text-align:left;background:#0f172a0a;border:1px solid #94a3b838;border-radius:18px;gap:.7rem;margin-top:1.25rem;padding:1rem 1.1rem;display:grid}.success-summary__row{color:#1f1d2b;justify-content:space-between;align-items:center;gap:1rem;display:flex}.success-summary__row strong{color:#1f1d2b}.success-summary__row--total{border-top:1px solid #94a3b83d;padding-top:.75rem}.primary-btn,.ghost-btn{cursor:pointer;border:none;border-radius:12px;padding:.7rem 1.4rem;font-weight:600;text-decoration:none;transition:all .2s}.primary-btn{color:#fff;background:#7b2cbf}.ghost-btn{color:#1f1d2b;background:0 0;border:1px solid #e4e0ef}.ghost-btn:hover{color:#6f2dbd;border-color:#6f2dbd}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.home{padding:1rem 1.5rem 2rem;font-family:DM Sans,Sora,Space Grotesk,sans-serif;overflow-x:hidden}.home h2{color:#1f1d2b;text-align:center;margin:2.5rem 0 .6rem}.home p{color:#6b6880;text-align:center}.home .loading,.home .error{text-align:center;color:#6f2dbd;margin:1rem 0;font-weight:600}.home .notice{text-align:center;color:#7b2cbf;margin:.5rem 0 1rem;font-weight:600}@media (max-width:768px){.home{padding:12px 12px 16px}}@media (max-width:480px){.home{padding:12px 12px 14px}}.hero{background:radial-gradient(circle at 100% 0,#d6ac5b2e,#0000 30%),linear-gradient(135deg,#fffffff0,#f0f6f1fa);border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:2rem;padding:2.2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000d}.hero .pill{color:#6a336f;background:#17332814;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.8rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}@media (max-width:768px){.hero .pill{text-align:center;margin-bottom:0;padding:.3rem .7rem;font-size:.75rem}}.hero .hero-text{gap:1rem;display:grid}.hero .hero-text h1{color:#1f1d2b;font-size:2.2rem;line-height:1.1}.hero .hero-text h1 span{color:#6a336f}@media (max-width:900px){.hero .hero-text h1{font-size:1.8rem}}@media (max-width:768px){.hero .hero-text h1{letter-spacing:-.01em;margin:0;font-size:1.2rem;line-height:1.1}}.hero .hero-text p{text-align:left;max-width:520px;font-size:1rem}@media (max-width:768px){.hero .hero-text p{max-width:100%;font-size:.75rem;line-height:1.5}.hero .hero-text{gap:.8rem}}.hero .hero-actions{flex-wrap:wrap;align-items:stretch;gap:1rem;display:flex}.hero .hero-actions a,.hero .hero-actions button{text-align:center;justify-content:center;align-items:center;gap:.45rem;min-width:0;line-height:1.2;display:inline-flex}.hero .hero-actions--home{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}.hero .hero-actions--home .ask-pharmacist-btn{grid-column:1/-1}.hero .hero-actions .shop-btn{color:#fff;cursor:pointer;background:#6a336f;border:none;border-radius:12px;padding:10px 20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;transition:all .3s}.hero .hero-actions .shop-btn:hover{opacity:.9}.hero .hero-actions .shop-btn{border-radius:12px;padding:.7rem 1.6rem;font-weight:600}@media (max-width:768px){.hero .hero-actions .shop-btn{padding:.5rem;font-size:.8rem}}.hero .hero-actions .browse-category-btn{color:#6a336f;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;transition:all .3s}.hero .hero-actions .browse-category-btn:hover{opacity:.9}.hero .hero-actions .browse-category-btn{border:1px solid #5d1f6e38;border-radius:12px;padding:.7rem 1.6rem;font-weight:600}@media (max-width:768px){.hero .hero-actions .browse-category-btn{padding:.5rem;font-size:.75rem}}.hero .hero-actions .ask-pharmacist-btn{color:#6a336f;cursor:pointer;background:#6a336f1a;border:none;border-radius:12px;padding:10px 20px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;transition:all .3s}.hero .hero-actions .ask-pharmacist-btn:hover{opacity:.9}.hero .hero-actions .ask-pharmacist-btn{border:1px solid #5d1f6e24;border-radius:12px;padding:.7rem 1.6rem;font-weight:600;text-decoration:none}.hero .hero-actions .ask-pharmacist-btn:hover{opacity:1;background:#6a336f24}@media (max-width:768px){.hero .hero-actions .ask-pharmacist-btn{padding:.5rem;font-size:.75rem}}@media (max-width:1024px){.hero .hero-actions--home{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.hero .hero-actions--home .shop-btn{grid-column:1/-1}.hero .hero-actions--home .ask-pharmacist-btn{grid-column:auto}}@media (max-width:768px){.hero .hero-actions--home{grid-template-columns:1fr;gap:.65rem}.hero .hero-actions--home .shop-btn{grid-column:auto}}.hero .hero-stats{flex-wrap:wrap;gap:1rem;display:flex}.hero .hero-stats .hero-stat{display:grid}.hero .hero-stats .hero-stat strong{color:#6a336f;font-size:1.1rem}.hero .hero-stats .hero-stat span{color:#6b6880;font-size:.8rem}@media (max-width:768px){.hero .hero-stats .hero-stat{text-align:center}.hero .hero-stats .hero-stat strong{font-size:.9rem}.hero .hero-stats .hero-stat span{font-size:.7rem}.hero .hero-stats{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.4rem;display:grid}}.hero .hero-media{place-items:center;min-height:100%;display:grid;position:relative}.hero .hero-media .hero-image-frame{z-index:0;background:linear-gradient(135deg,#d6ac5b6b,#1f5b402e);border-radius:28px;position:absolute;inset:8% 7% 10% 9%;transform:rotate(-5deg)}@media (max-width:768px){.hero .hero-media .hero-image-frame{display:none}}.hero .hero-media .hero-image{object-fit:cover;z-index:1;border-radius:24px;width:100%;max-width:560px;min-height:420px;position:relative;box-shadow:0 24px 48px #1733282e}@media (max-width:900px){.hero .hero-media .hero-image{min-height:320px}}@media (max-width:768px){.hero .hero-media .hero-image{border-radius:16px;min-height:220px}.hero .hero-media{order:-1}}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:1.6rem}}@media (max-width:768px){.hero{grid-template-columns:1fr;gap:1.4rem;padding:1.2rem}}.partners{background:#fff;border:1px solid #e4e0ef;border-radius:24px;margin:1.6rem 0;padding:1.6rem;box-shadow:0 2px 6px #0000000d}@media (max-width:900px){.partners{margin:1.2rem 0;padding:1.2rem}}.partners-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.partners-copy{gap:6px;display:grid}.partners-copy h2{text-align:left;margin:0}.partners-copy p{text-align:left;max-width:60ch;margin:0}.partners-rail{margin-top:1rem;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.partners-rail{overflow-x:auto}}.partners-track{align-items:center;gap:16px;width:max-content;display:flex}.partners-track.is-marquee{animation:30s linear infinite partner-marquee}@media (prefers-reduced-motion:reduce){.partners-track.is-marquee{animation:none}}.partner-item{color:inherit;text-decoration:none}.partner-logo{background:#e2e8f04d;border:1px solid #94a3b84d;border-radius:16px;place-items:center;min-width:160px;height:72px;padding:10px 14px;display:grid;box-shadow:0 12px 22px #17332814}.partner-logo span{letter-spacing:.04em;text-transform:uppercase;text-align:center;color:#233931c7;font-size:.9rem;font-weight:800}.partner-logo img{width:auto;max-width:100%;height:auto;max-height:100%}@media (max-width:900px){.partner-logo{min-width:140px;height:64px}}@keyframes partner-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.faq-section{justify-content:center;width:100%;padding:2rem 0;display:flex}@media (max-width:900px){.faq-section{padding:1.6rem 0}.faq-section .faq-box{border-radius:22px;padding:1.8rem}}@media (max-width:600px){.faq-section{padding:1.2rem 0}.faq-section .faq-box{border-radius:20px;padding:1.4rem 1rem}.faq-section .faq-header{text-align:left}.faq-section .faq-header p{margin:0}}.faq-shell{width:min(980px,100%)}.faq-box{background:#fff;border:1px solid #e4e0ef;border-radius:26px;gap:1.2rem;padding:2.4rem;display:grid;box-shadow:0 2px 6px #0000000d}.faq-search{color:#6b6880;background:#fff;border:1px solid #94a3b859;border-radius:16px;align-items:center;gap:.7rem;padding:.85rem 1rem;display:flex;box-shadow:0 6px 18px #0f172a0f}.faq-search svg{width:18px;height:18px}.faq-search input{color:#1f1d2b;background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.faq-search input::placeholder{color:#6b6880}.faq-empty{color:#6b6880;text-align:center;background:#e2e8f02e;border:1px dashed #94a3b873;border-radius:14px;padding:.9rem 1rem}.faq-header{text-align:center;gap:8px;display:grid}.faq-header h2{margin:0}.faq-header p{max-width:72ch;margin:0 auto}.faq-list{gap:10px;display:grid}.faq-item summary{color:#1f1d2b;cursor:pointer;padding-right:2rem;font-weight:700;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:#6f2dbd;font-size:1.1rem;transition:transform .2s;position:absolute;top:0;right:0}.faq-item[open] summary:after{content:"-"}.faq-item p{color:#6b6880;text-align:left;margin:.7rem 0 0;line-height:1.6}.faq-cta{text-align:center;gap:.7rem;display:grid}.faq-cta p{margin:0}.faq-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.faq-actions .primary-btn,.faq-actions .outline-btn{text-decoration:none}.faq-actions .primary-btn{color:#fff}.faq-actions .outline-btn{color:#6f2dbd}@media (max-width:768px){.faq-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.faq-actions .primary-btn,.faq-actions .outline-btn{white-space:nowrap;border-radius:12px;width:100%;padding:.5rem .85rem;font-size:.75rem}}.why-choose{background:#fff;border:1px solid #e4e0ef;border-radius:24px;margin:1.6rem 0;padding:1.6rem;box-shadow:0 2px 6px #0000000d}@media (max-width:600px){.why-choose{margin:1.2rem 0;padding:1.2rem 1.1rem}}.why-copy{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.why-copy p{color:#6b6880;max-width:60ch;margin:0}.why-cards{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1rem;margin-top:1.1rem;display:grid}@media (max-width:900px){.why-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.why-cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.why-cards::-webkit-scrollbar{display:none}.why-cards{scrollbar-width:none}}.why-card{background:#e2e8f038;border:1px solid #f1edf9;border-radius:18px;gap:8px;padding:1rem;display:grid}.why-card h3{letter-spacing:-.01em;margin:0;font-size:1.05rem}.why-card p{color:#6b6880;margin:0;font-size:.95rem;line-height:1.55}@media (max-width:600px){.why-card{scroll-snap-align:start;flex:none;min-width:240px}}.why-icon{color:#6f2dbd;background:#6f2dbd1a;border:1px solid #6f2dbd2e;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.why-icon svg{width:22px;height:22px}.categories{border-radius:28px;padding:1rem 0}.categories .section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.categories .category-copy-wrapper{flex-direction:column;padding:.75rem;display:flex}.categories .category-copy-wrapper .category-header{text-align:left;margin:0;padding:0;font-size:20px;display:block}@media (max-width:768px){.categories .category-copy-wrapper .category-header{text-align:center;font-size:16px}}.categories .category-copy-wrapper .category-text{text-align:left;font-size:14px}@media (max-width:768px){.categories .category-copy-wrapper .category-text{text-align:center;font-size:12px}.categories .category-copy-wrapper{gap:2px;padding:8px}}.categories .section-link{color:#6a336f;align-items:center;gap:.55rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.categories .section-link svg{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.categories .section-link:hover{color:#4f2459}.categories .section-link:hover svg{transform:translate(2px)}@media (max-width:768px){.categories .section-link{justify-content:flex-start;width:auto;font-size:.8rem}}.categories .category-tabs{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;display:grid}.categories .category-tabs .category-tab{cursor:pointer;background:#ffffffe0;border:1px solid #17332814;border-radius:18px;align-items:center;gap:.65rem;width:100%;min-width:0;padding:.85rem 1rem;transition:all .2s;display:inline-flex;box-shadow:0 10px 24px #1733280f}.categories .category-tabs .category-tab:hover{border-color:#1733282e;transform:translateY(-1px)}.categories .category-tabs .category-tab.active{color:#fff;background:#6a336f;border-color:#6a336f}.categories .category-tabs .category-tab.active .category-tab-thumb{color:#fff;background:#ffffff24;border-color:#ffffff3d}.categories .category-tabs .category-tab-thumb{color:#173328c7;background:#1733280f;border:1px solid #1733281f;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;font-size:.85rem;font-weight:800;display:grid;overflow:hidden}.categories .category-tabs .category-tab-thumb.placeholder{letter-spacing:.01em}.categories .category-tabs .category-tab-thumb img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:768px){.categories .category-tabs .category-tab-thumb{border-radius:12px;width:36px;height:36px}}.categories .category-tabs .category-tab-label{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:600;overflow:hidden}@media (max-width:768px){.categories .category-tabs .category-tab-label{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.2;display:-webkit-box;overflow:hidden}.categories .category-tabs .category-tab{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;gap:.4rem;width:100%;min-width:0;padding:.62rem .5rem}.categories .category-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}}.featured-products{padding:16px 0}.featured-products .section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.featured-products{padding:4px 0}}@media (max-width:480px){.featured-products{padding:4px 0}}.featured-products .products-copy-wrapper{flex-direction:column;padding:.75rem;display:flex}.featured-products .products-copy-wrapper .products-header{text-align:left;margin:0;padding:0;font-size:20px;display:block}@media (max-width:768px){.featured-products .products-copy-wrapper .products-header{text-align:center;font-size:16px}}.featured-products .products-copy-wrapper .products-text{text-align:left;font-size:14px}@media (max-width:768px){.featured-products .products-copy-wrapper .products-text{text-align:center;font-size:12px}.featured-products .products-copy-wrapper{gap:2px;padding:8px}}.featured-products .section-link{color:#6a336f;align-items:center;gap:.55rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.featured-products .section-link svg{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.featured-products .section-link:hover{color:#4f2459}.featured-products .section-link:hover svg{transform:translate(2px)}@media (max-width:768px){.featured-products .section-link{justify-content:flex-start;width:auto;font-size:.8rem}}.featured-products .product-grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:1rem;display:grid}@media (max-width:900px){.featured-products .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.featured-products .product-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}}@media (max-width:480px){.featured-products .product-grid{gap:.5rem}}.featured-products .product-card{background:#fff;border:1px solid #e4e0ef;border-radius:12px;flex-direction:column;height:100%;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000d}.featured-products .product-card .product-image-wrapper{aspect-ratio:1;background:#fcfbfe;justify-content:center;align-items:center;width:100%;padding:12px 12px 0;display:flex;position:relative}@media (max-width:768px){.featured-products .product-card .product-image-wrapper{padding:8px 8px 0}}.featured-products .product-card .product-image-wrapper img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .3s;display:block}.featured-products .product-card .badge{color:#fff;z-index:2;background:#6f2dbd;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700;position:absolute;top:8px;left:8px}.featured-products .product-card .product-body{flex-direction:column;flex-grow:1;gap:.25rem;padding:12px;display:flex}@media (max-width:768px){.featured-products .product-card .product-body{padding:8px 8px 0}}.featured-products .product-card .product-body .product-category{text-transform:uppercase;letter-spacing:.05em;color:#6b6880;font-size:.65rem;font-weight:600}.featured-products .product-card .product-body h3{font-size:var(--font-body);color:#1f1d2b;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:1.8em;margin:0;font-weight:600;line-height:.9;display:-webkit-box;overflow:hidden}.featured-products .product-card .product-body .product-desc{text-align:left;color:#6b6880;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}@media (max-width:768px){.featured-products .product-card .product-body .product-desc{font-size:10px}}.featured-products .product-card .product-body .rating{align-items:center;gap:.2rem;margin-top:2px;display:flex}.featured-products .product-card .product-body .rating .star{color:#ffc107;font-size:.75rem}.featured-products .product-card .product-body .rating .rating-count{color:#6b6880;font-size:.7rem}.featured-products .product-card .product-body .product-footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:4px;padding-bottom:4px;display:flex}.featured-products .product-card .product-body .product-footer .price{color:#1f1d2b;white-space:nowrap;font-size:16px;font-weight:600}@media (max-width:768px){.featured-products .product-card .product-body .product-footer .price{font-size:14px}}.featured-products .product-card .product-body .product-footer .product-actions{align-items:center;gap:6px;display:inline-flex}.featured-products .product-card .product-body .product-footer .wishlist-btn{color:#6f2dbd;cursor:pointer;background-color:#6f2dbd14;border:1px solid #6f2dbd59;border-radius:8px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;padding:0;transition:all .2s;display:inline-flex}.featured-products .product-card .product-body .product-footer .wishlist-btn:hover{color:#fff;background-color:#6f2dbd;border-color:#6f2dbd}.featured-products .product-card .product-body .product-footer .wishlist-btn:disabled{opacity:.5;cursor:not-allowed}.featured-products .product-card .product-body .product-footer .wishlist-btn svg{fill:currentColor;stroke:currentColor;stroke-width:1.6px;width:18px;height:18px;display:block}.featured-products .product-card .product-body .product-footer .wishlist-btn svg path{fill:currentColor;stroke:currentColor}@media (max-width:768px){.featured-products .product-card .product-body .product-footer .wishlist-btn{width:24px;min-width:24px;height:24px}.featured-products .product-card .product-body .product-footer .wishlist-btn svg{width:14px;height:14px}}.featured-products .product-card .product-body .product-footer .add-btn{color:#1f1d2b;cursor:pointer;white-space:nowrap;background:#f7f4fb;border:1px solid #94a3b84d;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;height:30px;padding:0 .85rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.featured-products .product-card .product-body .product-footer .add-btn:hover{color:#fff;background:#6f2dbd}.featured-products .product-card .product-body .product-footer .add-btn svg{fill:currentColor;width:18px;height:18px}@media (max-width:768px){.featured-products .product-card .product-body .product-footer .add-btn{gap:.3rem;height:24px;padding:0 .55rem;font-size:.65rem}.featured-products .product-card .product-body .product-footer .add-btn svg{width:12px;height:12px}}.sr-only{white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.info-page{width:min(1200px,100% - 3rem);margin:0 auto;padding:2.2rem 0 3.4rem}@media (max-width:768px){.info-page{width:min(1200px,100% - 2rem);padding:1.8rem 0 3rem}}.info-hero{background:radial-gradient(circle at 100% 0,#d6ac5b2e,#0000 30%),linear-gradient(135deg,#fffffff0,#f0f6f1fa);border:1px solid #94a3b838;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:2.2rem;padding:2.2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000d}@media (max-width:980px){.info-hero{grid-template-columns:1fr;padding:1.8rem}}@media (max-width:640px){.info-hero{border-radius:20px;gap:1.4rem;padding:1.2rem}}.info-hero__copy{gap:12px;display:grid}.info-hero__copy .pill{color:#6a336f;background:#17332814;border-radius:999px;align-items:center;gap:.35rem;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.info-hero__copy h1{letter-spacing:-.03em;max-width:26ch;margin:0;line-height:1.08}.info-hero__copy h1 span{color:#6a336f}.info-hero__copy p{color:#6b6880;max-width:64ch;margin:0}.info-hero__actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}@media (max-width:640px){.info-hero__actions{flex-wrap:nowrap;justify-content:flex-start;gap:8px}.info-hero__actions .primary-btn,.info-hero__actions .outline-btn{white-space:nowrap;border-radius:12px;padding:.5rem .85rem;font-size:.75rem}}.info-hero__media{gap:12px;width:100%;display:grid}.info-hero__image{background:#0b0b0f;border-radius:24px;min-height:340px;position:relative;overflow:hidden;box-shadow:0 24px 48px #1733282e}@media (max-width:980px){.info-hero__image{min-height:300px}}@media (max-width:640px){.info-hero__image{border-radius:18px;min-height:220px}}.info-hero__card{background:#fff;border:1px solid #94a3b838;border-radius:24px;display:grid;overflow:hidden;box-shadow:0 24px 48px #17332824}.info-hero__card-image{min-height:240px;position:relative}@media (max-width:980px){.info-hero__card-image{min-height:220px}}@media (max-width:640px){.info-hero__card-image{min-height:200px}}.info-hero__card-body{background:#fffffff5;gap:10px;padding:16px 18px 18px;display:grid}.info-hero__card-label{text-transform:uppercase;letter-spacing:.16em;color:#233931bd;font-size:.72rem;font-weight:800}.info-hero__card-body address{color:#1f1d2b;font-style:normal;font-weight:700;line-height:1.5}.info-hero__card-note{color:#6b6880;margin:0;font-size:.92rem;line-height:1.5}.info-hero__overlay{background:linear-gradient(#0a0a0c14,#0a0a0c9e);position:absolute;inset:0}.info-hero__caption{z-index:1;color:#fff;text-shadow:0 10px 30px #00000059;gap:6px;display:grid;position:absolute;bottom:18px;left:20px;right:20px}.info-hero__caption strong{letter-spacing:-.02em;font-size:1.2rem}.info-hero__caption span{color:#ffffffd1;font-size:.95rem}.info-section{background:#ffffffdb;border:1px solid #94a3b838;border-radius:24px;margin-top:1.8rem;padding:1.8rem 1.6rem;box-shadow:0 2px 6px #0000000d}@media (max-width:640px){.info-section{border-radius:20px;padding:1.3rem 1.1rem}}.info-section h2{letter-spacing:-.02em;margin:0 0 10px}.info-section p{color:#6b6880;max-width:78ch;margin:0 0 10px}.info-link{color:#6f2dbd;font-weight:800}.info-link:hover{text-decoration:underline}.info-section--muted{background:#e2e8f047}.info-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:1.6rem;display:grid}@media (max-width:980px){.info-grid{grid-template-columns:1fr}}.info-cards{gap:12px;display:grid}.info-card{background:#fff;border:1px solid #94a3b840;border-radius:18px;gap:6px;padding:14px;display:grid;box-shadow:0 2px 6px #0000000d}.info-card h3{letter-spacing:-.02em;margin:0;font-size:1.05rem}.info-card p{color:#6b6880;margin:0;font-size:.95rem;line-height:1.55}.info-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}@media (max-width:980px){.info-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.info-feature-grid{grid-template-columns:1fr}}.info-feature{background:#fff;border:1px solid #94a3b840;border-radius:18px;gap:8px;padding:14px;display:grid}.info-feature strong{letter-spacing:-.02em;font-weight:900}.info-feature span{color:#6b6880;font-size:.95rem;line-height:1.55}.contact-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:1.6rem;display:grid}@media (max-width:980px){.contact-layout{grid-template-columns:1fr}}.contact-details{gap:12px;display:grid}.contact-pill{background:#fff;border:1px solid #94a3b840;border-radius:18px;gap:6px;padding:14px;display:grid;box-shadow:0 2px 6px #0000000d}.contact-pill strong{letter-spacing:-.02em;font-weight:900}.contact-pill a{color:#6f2dbd;word-break:break-word;font-weight:800}.contact-pill p{color:#6b6880;margin:0;font-size:.95rem}.contact-form{gap:14px;display:grid}.contact-form label{color:#1f1d2b;gap:8px;font-weight:800;display:grid}.contact-form input,.contact-form textarea{background:#e2e8f057;border:1px solid #94a3b870;border-radius:14px;width:100%;padding:14px}.contact-form textarea{resize:vertical;min-height:130px}.contact-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (max-width:640px){.contact-form__row{grid-template-columns:1fr}}.contact-form__status{color:#6b6880;background:#e2e8f038;border:1px solid #94a3b84d;border-radius:14px;padding:10px 12px;font-weight:650}.contact-form__status--error{color:#dc3545;background:#dc262614;border-color:#dc262647}.contact-form__status--success{color:#15803df5;background:#22c55e1a;border-color:#22c55e47}.contact-form__legal{color:#6b6880f2;margin:0;font-size:.95rem;line-height:1.5}.contact-form__legal a{color:#6f2dbd;font-weight:800}.contact-map,.contact-map-embed{background:#fff;border:1px solid #94a3b838;border-radius:24px;padding:0;overflow:hidden;box-shadow:0 2px 6px #0000000d}.contact-map iframe,.contact-map-embed iframe{border:0;width:100%;height:360px}@media (max-width:640px){.contact-map,.contact-map-embed{border-radius:20px}.contact-map iframe,.contact-map-embed iframe{height:300px}}.contact-map{margin-top:1.6rem}.contact-map-embed{align-content:stretch;width:100%;height:100%;min-height:360px;display:grid}.contact-map-embed iframe{height:100%;min-height:360px}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.about-page{gap:1.6rem;width:min(1200px,100% - 3rem);margin:0 auto;padding:2.2rem 0 3.4rem;display:grid}@media (max-width:768px){.about-page{gap:1.4rem;width:min(1200px,100% - 2rem);padding:1.8rem 0 3rem}}.about-back-link{margin-bottom:.2rem}.about-hero{background:radial-gradient(circle at 100% 0,#d6ac5b2e,#0000 30%),linear-gradient(135deg,#fffffff0,#f0f6f1fa);border:1px solid #94a3b838;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:2rem;padding:2.2rem;display:grid;box-shadow:0 2px 6px #0000000d}@media (max-width:980px){.about-hero{grid-template-columns:1fr;padding:1.8rem}}@media (max-width:640px){.about-hero{border-radius:20px;gap:1.4rem;padding:1.2rem}}@media (max-width:768px){.about-hero-title{font-size:20px}}.about-eyebrow{color:#6a336f;background:#17332814;border-radius:999px;align-items:center;gap:.35rem;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.about-brand{color:#3a1160;letter-spacing:-.01em;align-items:baseline;font-weight:800;display:inline-flex}.about-brand__accent{color:#ff63b8}.about-hero__copy{gap:12px;display:grid}.about-hero__copy h1{letter-spacing:-.03em;max-width:28ch;margin:0;line-height:1.1}.about-hero__copy p{color:#6b6880;max-width:70ch;margin:0}.about-hero__actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}@media (max-width:640px){.about-hero__actions{flex-wrap:nowrap;justify-content:flex-start;gap:8px}.about-hero__actions .primary-btn,.about-hero__actions .outline-btn{white-space:nowrap;border-radius:12px;padding:.5rem .85rem;font-size:.75rem}}.about-hero__explore{margin-top:2px}.about-explore-link{align-items:center;gap:10px;display:inline-flex}.about-explore-link svg{width:16px;height:16px}.about-hero__highlights{gap:12px;display:grid}.about-highlight-card{background:#ffffffeb;border:1px solid #94a3b838;border-radius:18px;gap:6px;padding:14px 16px;display:grid;box-shadow:0 2px 6px #0000000d}.about-highlight-card strong{letter-spacing:-.01em;font-size:1.05rem}.about-highlight-card p{color:#6b6880;margin:0;font-size:.95rem}.about-highlight-card__label{text-transform:uppercase;letter-spacing:.14em;color:#233931bd;font-size:.7rem;font-weight:800}.about-section-nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #94a3b838;border-radius:18px;padding:10px 12px;position:sticky;top:92px;box-shadow:0 2px 6px #0000000d}@media (max-width:768px){.about-section-nav{top:72px}}.about-section-nav__inner{scrollbar-width:none;align-items:center;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.about-section-nav__inner::-webkit-scrollbar{display:none}.about-section-nav__link{color:#1f1d2b;white-space:nowrap;background:#e2e8f052;border:1px solid #94a3b833;border-radius:999px;align-items:center;padding:.5rem .9rem;font-size:.85rem;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.about-section-nav__link:hover{color:#6a336f;background:#6a336f1a;border-color:#6a336f40}.about-sections{gap:1.6rem;display:grid}.about-section{background:#ffffffe6;border:1px solid #94a3b838;border-radius:24px;padding:1.8rem 1.6rem;scroll-margin-top:140px;box-shadow:0 2px 6px #0000000d}@media (max-width:640px){.about-section{border-radius:20px;padding:1.3rem 1.1rem;scroll-margin-top:120px}}.about-section--muted{background:#e2e8f047}.about-section__header{gap:10px;margin-bottom:12px;display:grid}.about-section__header h2{letter-spacing:-.02em;margin:0}.about-section__header p{color:#6b6880;max-width:78ch;margin:0}.about-list{color:#6b6880;gap:8px;margin:0;padding-left:1.1rem;display:grid}.about-list--two-column{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){.about-list--two-column{grid-template-columns:1fr}}.about-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.about-card-grid--four{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.about-card{background:#fff;border:1px solid #94a3b838;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.about-card h3{letter-spacing:-.02em;margin:0;font-size:1.05rem}.about-card p{color:#6b6880;margin:0;font-size:.95rem;line-height:1.55}.about-callout{background:#e2e8f052;border:1px solid #94a3b83d;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.about-callout strong{font-weight:800}.about-callout p{color:#6b6880;margin:0}.about-company-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.about-company-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:stretch;gap:1.6rem;display:grid}@media (max-width:980px){.about-company-layout{grid-template-columns:1fr}}.about-company-content{gap:12px;display:grid}.about-company-media{background:#0f172a1a;border:1px solid #94a3b838;border-radius:22px;min-height:280px;position:relative;overflow:hidden;box-shadow:0 18px 38px #17332824}@media (max-width:980px){.about-company-media{min-height:240px}}@media (max-width:640px){.about-company-media{border-radius:18px;min-height:200px}}.about-company-card{background:#fff;border:1px solid #94a3b838;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.about-company-card strong{font-size:1rem}.about-company-card__label{text-transform:uppercase;letter-spacing:.14em;color:#233931bd;font-size:.7rem;font-weight:800}.about-company-actions{margin-top:14px}@media (max-width:768px){.about-section__header h2,.about-card h3,.about-callout strong,.about-company-card strong{font-size:14px}.about-section__header p,.about-list,.about-list li,.about-card p,.about-callout p,.about-company-card__label{font-size:12px}.about-highlight-card strong{font-size:14px}.about-highlight-card p,.about-highlight-card__label{font-size:12px}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.products-page-intro{gap:12px;margin-bottom:10px;display:grid}@media (max-width:640px){.products-page-intro{gap:10px}}.products-copy-wrapper--page{padding-left:0;padding-right:0}.product-filters{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #94a3b840;border-radius:18px;margin:16px 0 18px;padding:12px;box-shadow:0 2px 6px #0000000d}@media (max-width:640px){.product-filters{padding:12px 10px}}.product-filters__bar{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.product-filters__controls{scrollbar-width:none;-ms-overflow-style:none;flex:auto;align-items:center;gap:12px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}@media (min-width:900px){.product-filters__controls{overflow-x:visible}}.product-filters__controls::-webkit-scrollbar{display:none}.filter-apply{flex:none;height:44px}.filter-field{flex:none;min-width:180px;display:grid}@media (max-width:640px){.filter-field{min-width:170px}}.filter-field--price{min-width:240px}@media (max-width:640px){.filter-field--price{min-width:230px}}.filter-field select,.filter-field input{background:#e2e8f04d;border:1px solid #94a3b866;border-radius:14px;width:100%;padding:12px}.filter-price{align-items:center;gap:8px;display:flex}.filter-price input{width:100%;min-width:96px}.filter-price__dash{color:#6b6880d9;font-weight:900}.product-filters__meta{white-space:nowrap;flex:none;align-items:center;gap:10px;margin-left:auto;display:inline-flex}@media (min-width:900px){.product-filters__meta{flex-wrap:nowrap}}.product-filters__count{color:#1f1d2bf5;font-weight:900}@media (max-width:640px){.product-filters__count{display:none}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.product-detail{background:#fff;border:1px solid #e4e0ef;border-radius:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 1.5rem;padding:2rem 1.5rem;display:grid;box-shadow:0 2px 6px #0000000d}.product-detail__media{aspect-ratio:1;width:100%;position:relative}.product-detail__media img{object-fit:cover;border-radius:20px;width:100%;height:100%;box-shadow:0 2px 6px #0000000d}.product-detail__content{gap:1rem;display:grid}.product-detail__content h1{font-size:2rem}.product-detail__breadcrumbs{color:#6b6880;font-size:.9rem}.product-detail__breadcrumbs ol{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.product-detail__breadcrumbs li{align-items:center;gap:.4rem;display:inline-flex}.product-detail__breadcrumbs li:not(:last-child):after{content:"/";color:#cfc7e6}.product-detail__breadcrumbs a{color:#6b6880;font-weight:700}.product-detail__breadcrumbs a:hover{color:#6f2dbd}.product-detail__category{text-transform:uppercase;letter-spacing:.1em;color:#6f2dbd;font-size:.8rem;font-weight:600}.product-detail__desc{color:#6b6880}.product-detail__rating{align-items:center;gap:.5rem;display:flex}.product-detail__rating .stars{gap:2px;display:inline-flex}.product-detail__rating .star{color:#6f2dbd}.product-detail__rating .star.muted{color:#cfc7e6}.product-detail__rating .rating-count{color:#6b6880}.product-detail__price{color:#6f2dbd;font-size:1.6rem;font-weight:700}.product-detail__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.product-detail__notice{color:#7b2cbf;font-weight:600}.product-detail__status{text-align:center;color:#6b6880;padding:3rem 1rem;font-weight:600}.qty-control{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:999px;align-items:center;gap:.5rem;padding:.2rem .5rem;display:inline-flex}.qty-control button{color:#6f2dbd;background:0 0;border:none;padding:0 .4rem;font-size:1.1rem}.qty-control input{text-align:center;appearance:textfield;background:0 0;border:none;width:70px;font-size:.9rem;font-weight:600}.add-btn{color:#fff;cursor:pointer;background:#6f2dbd;border:none;border-radius:12px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-weight:600;display:inline-flex}.add-btn svg{fill:currentColor;width:14px;height:14px}@media (max-width:768px){.add-btn{gap:.35rem;padding:.55rem 1rem}.add-btn svg{width:12px;height:12px}}.wishlist-btn{color:#6f2dbd;cursor:pointer;background:0 0;border:1px solid #94a3b866;border-radius:12px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-weight:600;transition:all .2s;display:inline-flex}.wishlist-btn svg{fill:currentColor;width:14px;height:14px}.wishlist-btn:hover{background:#6f2dbd1a}.wishlist-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.wishlist-btn{padding:.5rem .9rem}.wishlist-btn svg{width:12px;height:12px}}.cart-count-pill{color:#6b6880;white-space:nowrap;background:#f7f4fb;border:1px solid #f1edf9;border-radius:999px;width:fit-content;padding:.2rem .6rem;font-size:.75rem}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.legal-page{max-width:980px;margin:0 auto;padding:3rem 40px}.faq-page{padding:1rem 1.5rem 2rem}@media (max-width:768px){.faq-page{padding:12px 12px 16px}}@media (max-width:480px){.faq-page{padding:12px 12px 14px}}.legal-page h1{margin-bottom:.75rem}.legal-meta{color:#6b6880;margin-bottom:1.75rem}.legal-page h2{margin-top:2rem;margin-bottom:.6rem}.legal-page h3{margin-top:1.25rem;margin-bottom:.5rem}.legal-page p,.legal-page li{color:#6b6880;line-height:1.7}.legal-page ul{gap:.45rem;padding-left:1.2rem;display:grid}.legal-page a{color:#6f2dbd;text-decoration:underline}.legal-disclaimer{color:#6b6880;background:#4e07810f;border:1px solid #94a3b83d;border-radius:16px;padding:14px 16px}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.cookie-banner{z-index:1100;padding:14px 16px;padding-bottom:calc(14px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-top:1px solid #94a3b83d;font-family:DM Sans,sans-serif;position:fixed;bottom:0;left:0;right:0}@media (max-width:720px){.cookie-banner .cookie-banner__inner{flex-direction:column;align-items:flex-start}.cookie-banner .cookie-banner__actions{flex-wrap:wrap;justify-content:flex-start;width:100%}}.cookie-banner__inner{justify-content:space-between;align-items:center;gap:14px;width:min(1140px,100%);margin:0 auto;display:flex}.cookie-banner__text{color:#6b6880;margin:0;font-weight:600;line-height:1.35}.cookie-banner__link{color:#6f2dbd;font-weight:800}.cookie-banner__link:hover{text-decoration:underline}.cookie-banner__actions{flex:none;gap:10px;display:inline-flex}.cookie-banner__btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-weight:800;display:inline-flex}.cookie-banner__btn--primary{color:#fff;background:#6f2dbd;border-color:#6f2dbd33}.cookie-banner__btn--primary:hover{background:#4a148c}.cookie-banner__btn--secondary{color:#1f1d2b;background:0 0;border-color:#94a3b870}.cookie-banner__btn--secondary:hover{background:#94a3b81f}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.blog{width:min(1200px,100% - 3rem);margin:0 auto;padding:2.2rem 0 3.4rem}@media (max-width:768px){.blog{width:min(1200px,100% - 2rem);padding:1.8rem 0 2.8rem}}.blog-hero{margin-bottom:1.2rem;padding:0 0 1.6rem}.blog-hero__copy{gap:12px;max-width:72ch;display:grid}.blog-hero__copy h1{letter-spacing:-.03em;margin:0}.blog-hero__copy p{color:#6b6880;margin:0}.blog-hero__actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.4rem;display:grid}@media (max-width:980px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blog-grid{grid-template-columns:1fr;gap:1rem}}.blog-card{background:#fff;border:1px solid #e4e0ef;border-radius:18px;grid-template-rows:auto 1fr;transition:transform .18s,box-shadow .18s;display:grid;overflow:hidden;box-shadow:0 2px 6px #0000000d}.blog-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.blog-card__image{aspect-ratio:16/9;background:#fcfbfe;position:relative}.blog-card__body{gap:10px;padding:16px 16px 18px;display:grid}.blog-card__meta{color:#6b6880;flex-wrap:wrap;gap:10px;margin:0;font-size:.85rem;display:flex}.blog-card__meta span:not(:last-child):after{content:"•";color:#cfc7e6;margin-left:10px}.blog-card__title{font-size:var(--font-body);margin:0;line-height:1.25}.blog-card__title a:hover{color:#6f2dbd}.blog-card__excerpt{color:#6b6880;margin:0;font-size:.95rem}.blog-card__tags{flex-wrap:wrap;gap:8px;display:flex}.blog-tag{color:#4a148cf5;background:#6f2dbd14;border:1px solid #6f2dbd29;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.blog-link{color:#6f2dbd;font-weight:750}.blog-link:hover{text-decoration:underline}.blog-post{width:min(1180px,100% - 3rem);margin:0 auto;padding:2.2rem 0 3.4rem}@media (max-width:768px){.blog-post{width:min(1180px,100% - 2rem);padding:1.8rem 0 3rem}}.blog-post__header{gap:1.2rem;margin-bottom:1.6rem;display:grid}.blog-post__breadcrumbs{color:#6b6880;font-size:.9rem}.blog-post__breadcrumbs ol{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.blog-post__breadcrumbs li{align-items:center;gap:.4rem;display:inline-flex}.blog-post__breadcrumbs li:not(:last-child):after{content:"/";color:#cfc7e6}.blog-post__breadcrumbs a{color:#6b6880;font-weight:700}.blog-post__breadcrumbs a:hover{color:#6f2dbd}.blog-post__meta{gap:10px;max-width:78ch;display:grid}.blog-post__kicker{letter-spacing:.18em;text-transform:uppercase;color:#6f2dbdf5;margin:0;font-size:.85rem;font-weight:800}.blog-post__submeta{color:#6b6880;flex-wrap:wrap;gap:10px;margin:0;display:flex}.blog-post__submeta span:not(:last-child):after{content:"•";color:#cfc7e6;margin-left:10px}.blog-post__excerpt{color:#6b6880;margin:0;font-size:1rem}.blog-post__tags{flex-wrap:wrap;gap:8px;display:flex}.blog-post__media{aspect-ratio:16/9;background:#fcfbfe;border:1px solid #e4e0ef;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000d}.blog-post__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.6rem;display:grid}@media (max-width:980px){.blog-post__layout{grid-template-columns:1fr;padding-bottom:96px}}.blog-post__content{background:#fff;border:1px solid #e4e0ef;border-radius:22px;padding:22px 20px;box-shadow:0 2px 6px #0000000d}@media (max-width:640px){.blog-post__content{padding:18px 16px}}.blog-post__content h2{letter-spacing:-.02em;margin-top:1.2rem;margin-bottom:.6rem}.blog-post__content h3{margin-top:1rem;margin-bottom:.5rem}.blog-post__content p{color:#1f1d2beb;margin:0 0 .9rem}.blog-post__faq{border-top:1px solid #94a3b840;margin-top:1.6rem;padding-top:1.4rem}.blog-post__faq h2{margin-top:0}.faq-list{gap:10px;margin-top:12px;display:grid}.faq-item{background:#e2e8f03d;border:1px solid #94a3b859;border-radius:16px;padding:12px}.faq-item summary{color:#1f1d2bf5;cursor:pointer;font-weight:800}.faq-item p{color:#6b6880;margin:10px 0 0}.blog-post__cta{border-top:1px solid #94a3b840;margin-top:1.6rem;padding-top:1.4rem}.blog-post__cta p{color:#6b6880}.blog-post__cta-actions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.blog-post__aside{align-self:start;gap:14px;display:grid;position:sticky;top:96px}@media (max-width:980px){.blog-post__aside{position:static}.blog-post__share{z-index:1100;position:fixed;bottom:16px;left:16px;right:16px}}.share-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #94a3b842;border-radius:18px;padding:14px;box-shadow:0 18px 48px #0f172a1f}.share-bar__title{letter-spacing:-.02em;color:#1f1d2bf5;margin:0 0 10px;font-weight:900}.share-bar__buttons{gap:10px;display:grid}@media (max-width:980px){.share-bar__buttons{justify-content:space-between;gap:10px;display:flex}}.share-btn{color:#1e293beb;background:#fff;border:1px solid #94a3b86b;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 12px;font-weight:850;display:inline-flex}.share-btn:hover{border-color:#6f2dbd66;box-shadow:0 0 0 4px #6f2dbd1f}@media (max-width:980px){.share-btn__text{display:none}}.blog-post__toc{background:#fff;border:1px solid #e4e0ef;border-radius:18px;padding:14px;box-shadow:0 2px 6px #0000000d}.blog-post__toc-title{color:#1f1d2bf5;margin:0 0 10px;font-weight:900}.blog-post__toc ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.toc-item a{color:#6b6880;font-weight:700}.toc-item a:hover{color:#6f2dbd}.toc-item--level-3{border-left:2px solid #6f2dbd24;padding-left:12px}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.category-index{width:min(1200px,100% - 3rem);margin:0 auto;padding:2.2rem 0 3.4rem}@media (max-width:768px){.category-index{width:min(1200px,100% - 2rem);padding:1.8rem 0}}@media (max-width:414px){.category-index{width:min(1200px,100% - 2rem);padding:1.4rem 0 0}}.category-hero{gap:12px;margin-bottom:1.2rem;padding:0 0 1.6rem;display:grid}@media (max-width:640px){.category-hero{margin-bottom:1rem;padding:0}}.category-hero__copy{gap:12px;max-width:72ch;display:grid}.category-hero__copy h1{letter-spacing:-.03em;margin:0}.category-hero__copy p{color:#6b6880;font-size:var(--font-body);margin:0}.category-hero__actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}@media (max-width:414px){.category-hero__actions{flex-direction:column;align-items:stretch}}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1rem;padding:0;display:grid}@media (max-width:980px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:414px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}.category-card{background:#fff;border:1px solid #e4e0ef;border-radius:18px;grid-template-columns:54px 1fr;align-items:center;gap:12px;min-height:72px;padding:14px;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 2px 6px #0000000d}@media (max-width:414px){.category-card{border-radius:16px;grid-template-columns:48px 1fr;min-height:64px;padding:12px}}.category-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.category-card__thumb{color:#4a148cf2;background:#6f2dbd14;border:1px solid #6f2dbd29;border-radius:14px;place-items:center;width:54px;height:54px;font-weight:900;display:grid;overflow:hidden}@media (max-width:414px){.category-card__thumb{border-radius:12px;width:48px;height:48px}}.category-card__thumb.placeholder{color:#1e293bd1;background:#94a3b81f;border-color:#94a3b83d}.category-card__label{letter-spacing:-.01em;color:#1f1d2bf5;font-weight:900;font-size:var(--font-body)}.category-page{width:min(1200px,100% - 3rem);margin:0 auto;padding:2.2rem 0 3.4rem}@media (max-width:768px){.category-page{width:min(1200px,100% - 2rem);padding:1.8rem 0 2.8rem}}.category-page__header{gap:1.2rem;margin-bottom:1.4rem;display:grid}.category-page__breadcrumbs{color:#6b6880;font-size:.9rem}.category-page__breadcrumbs ol{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.category-page__breadcrumbs li{align-items:center;gap:.4rem;display:inline-flex}.category-page__breadcrumbs li:not(:last-child):after{content:"/";color:#cfc7e6}.category-page__breadcrumbs a{color:#6b6880;font-weight:700}.category-page__breadcrumbs a:hover{color:#6f2dbd}.category-page__hero{grid-template-columns:minmax(0,1fr) 220px;align-items:center;gap:1.2rem;display:grid}@media (max-width:980px){.category-page__hero{grid-template-columns:1fr}}.category-page__copy{gap:12px;max-width:72ch;display:grid}.category-page__copy h1{letter-spacing:-.03em;margin:0}.category-page__copy p{color:#6b6880;font-size:var(--font-body);margin:0}.category-page__actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.category-page__thumb{aspect-ratio:1;background:#fcfbfe;border:1px solid #e4e0ef;border-radius:22px;width:100%;max-width:220px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000d}@media (max-width:980px){.category-page__thumb{max-width:180px}}.category-page__seo{background:#fff;border:1px solid #e4e0ef;border-radius:22px;gap:12px;margin-bottom:1.4rem;padding:20px;display:grid;box-shadow:0 2px 6px #0000000d}@media (max-width:640px){.category-page__seo{padding:18px 16px}}.category-page__seo p{color:#1f1d2beb;font-size:var(--font-body);margin:0}.category-page__seo-links{flex-wrap:wrap;gap:14px;margin-top:2px;display:flex}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.activity-page{padding:20px}.activity-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.activity-header h2{margin:0 0 6px}.activity-filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px;display:grid}.activity-filters label{color:#6b6880;gap:6px;font-size:.92rem;display:grid}.activity-filters select{color:#1f1d2b;background:#fff;border:1px solid #f1edf9;border-radius:12px;min-height:42px;padding:0 12px}.activity-table{background:#fff;border-radius:12px;gap:12px;padding:16px;display:grid;overflow-x:auto;box-shadow:0 2px 6px #0000000d}.activity-row{border-bottom:1px solid #f1edf9;grid-template-columns:1.2fr .9fr 1fr .9fr 1fr 2fr 1fr;align-items:center;gap:12px;min-width:980px;padding-bottom:10px;display:grid}@media (max-width:900px){.activity-row{grid-template-columns:1fr;min-width:0}}.activity-row.six-columns{grid-template-columns:1.2fr .9fr 1fr .9fr 1fr 2fr;min-width:860px}@media (max-width:900px){.activity-row.six-columns{grid-template-columns:1fr;min-width:0}}.activity-row.header{color:#6b6880;font-weight:600}.activity-row span{word-break:break-word}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.admin-container{background:#f7f4fb;min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#4a148c;width:260px;padding:20px}.admin-sidebar h2{color:#fff;letter-spacing:.5px;margin-bottom:4px;font-size:20px}.admin-sidebar nav a{color:#fff;background:#ffffff1f;border-radius:12px;margin:10px 0;padding:10px;text-decoration:none;transition:all .2s;display:block}.admin-sidebar nav a:hover{background:#ffffff38}.admin-main{background:#f7f4fb;flex:1;padding:30px}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.admin-home.admin-overview{gap:16px;padding:0;display:grid}.admin-overview-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.admin-overview-title{letter-spacing:-.02em;color:#1f1d2b;margin:0;font-size:1.45rem}@media (max-width:520px){.admin-overview-title{font-size:1.25rem}}.admin-subtitle{color:#6b6880;margin:6px 0 0}.admin-overview-controls{align-items:flex-end;gap:10px;display:flex}.admin-control{color:#6b6880;gap:4px;font-size:.78rem;display:grid}.admin-control span{opacity:.9}.admin-control select{color:#1f1d2b;background:#ffffffeb;border:1px solid #17332829;border-radius:12px;height:38px;padding:0 12px;font-weight:600}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:900px){.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-kpi-card{color:#1f1d2b;background:#ffffffeb;border:1px solid #1733281f;border-radius:18px;gap:6px;padding:14px 14px 16px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.admin-kpi-card p{color:#6b6880;margin:0;font-size:.88rem;font-weight:600}.admin-kpi-card strong{letter-spacing:-.02em;color:#173328;font-size:1.35rem}@media (max-width:520px){.admin-kpi-card strong{font-size:1.15rem}}.admin-kpi-card:hover{border-color:#1733282e;transform:translateY(-1px);box-shadow:0 18px 36px #17332814}.admin-branch-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.admin-overview-panels{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;display:grid}@media (max-width:900px){.admin-overview-panels{grid-template-columns:repeat(1,minmax(0,1fr))}}.admin-panel{background:#ffffffeb;border:1px solid #1733281f;border-radius:18px;min-width:0;padding:14px;box-shadow:0 14px 30px #1733280f}.admin-panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.admin-panel-header h3{color:#173328;margin:0;font-size:1rem}.admin-panel-header span{color:#6b6880;font-size:.82rem;font-weight:600}.admin-panel-link{color:#0f5d33;background:#228b4a1f;border:1px solid #228b4a24;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:700;text-decoration:none}.admin-panel-link:hover{background:#228b4a29}.admin-branch-card{gap:10px;display:grid}.admin-branch-card-top{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.admin-branch-card h3{color:#173328;margin:0;font-size:1rem}.admin-branch-kicker{color:#6b6880;margin:0;font-size:.78rem;font-weight:600}.admin-branch-card-value{letter-spacing:-.02em;color:#173328;font-size:1.35rem;font-weight:800}.admin-branch-link{color:#173328;background:#1733280d;border:1px solid #17332824;border-radius:12px;justify-self:flex-start;padding:7px 12px;font-size:.82rem;font-weight:700;text-decoration:none}.admin-branch-link:hover{background:#17332814}.admin-panel-chart{grid-column:span 7}@media (max-width:1100px){.admin-panel-chart{grid-column:span 12}}@media (max-width:900px){.admin-panel-chart{grid-column:span 1}}.admin-panel-recent{grid-column:span 5}@media (max-width:1100px){.admin-panel-recent{grid-column:span 12}}@media (max-width:900px){.admin-panel-recent{grid-column:span 1}}.admin-panel-top-products{grid-column:span 4}@media (max-width:900px){.admin-panel-top-products{grid-column:span 1}}.admin-panel-customer-stats{grid-column:span 4}@media (max-width:900px){.admin-panel-customer-stats{grid-column:span 1}}.admin-panel-low-stock{grid-column:span 4}@media (max-width:900px){.admin-panel-low-stock{grid-column:span 1}}.admin-panel-suppliers{grid-column:span 4}@media (max-width:900px){.admin-panel-suppliers{grid-column:span 1}}.admin-panel-branch-compare{grid-column:span 4}@media (max-width:900px){.admin-panel-branch-compare{grid-column:span 1}}.admin-panel-notifications{grid-column:span 4}@media (max-width:900px){.admin-panel-notifications{grid-column:span 1}}.admin-panel-staff{grid-column:span 6}@media (max-width:900px){.admin-panel-staff{grid-column:span 1}}.admin-panel-finance{grid-column:span 6}@media (max-width:900px){.admin-panel-finance{grid-column:span 1}}.admin-chart{width:100%;height:auto;display:block}.admin-chart-grid line{stroke:#1733281a;stroke-width:1px}.admin-chart-line{fill:none;stroke:#173328;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.admin-chart-area{stroke:none}.admin-chart-axis text{fill:#17332899;font-size:12px;font-weight:700}.admin-bars rect{fill:#17332852}.admin-table{background:0 0;overflow-x:auto}.admin-table table{border-collapse:collapse;width:100%;min-width:560px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #1733281a;padding:10px;font-size:.9rem}.admin-table-tight th,.admin-table-tight td{padding:9px 8px;font-size:.86rem}.admin-table th{color:#173328;background:#1733280a;font-weight:800}.admin-empty{color:#6b6880;margin:0}.admin-stat-list{gap:10px;display:grid}.admin-stat-row{background:#1733280a;border:1px solid #17332814;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.admin-stat-row span{color:#6b6880;font-size:.88rem;font-weight:700}.admin-stat-row strong{color:#173328;font-weight:900}.admin-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.admin-list li{background:#1733280a;border:1px solid #17332814;border-radius:14px;justify-content:space-between;align-items:baseline;gap:12px;padding:10px;display:flex}.admin-list-stack{gap:2px;min-width:0;display:grid}.admin-list-stack .admin-list-title,.admin-list-stack .admin-list-meta{display:block}.admin-list-title{color:#173328;font-size:.92rem;font-weight:800}.admin-list-meta{color:#6b6880;font-size:.82rem;font-weight:700}.admin-list-value{color:#173328;font-weight:900}.admin-list-links li{padding:0}.admin-link-row{width:100%;color:inherit;justify-content:space-between;align-items:baseline;gap:12px;padding:10px;text-decoration:none;display:flex}.admin-link-row:hover{background:#1733280f;border-radius:14px}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.branches-page{padding:20px}.branches-header{justify-content:space-between;align-items:center;display:flex}.branches-error{color:#dc3545;margin-bottom:16px}.branches-note{align-items:center;gap:12px;margin:10px 0 20px;display:flex}.branch-form{background:#fff;border:1px solid #f1edf9;border-radius:12px;gap:10px;margin-bottom:20px;padding:16px;display:grid}.branch-form button{width:max-content}.primary-button{color:#fff;background:#6f2dbd;border:none;border-radius:12px;padding:10px 16px}.primary-button:hover{background:#4a148c}.branches-content{grid-template-columns:1fr;gap:20px;display:grid}.branches-list{gap:10px;display:grid}.branches-list button,.branches-list .branch-list-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #f1edf9;border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.branches-list button.active{border-color:#6f2dbd;box-shadow:0 0 0 1px #6f2dbd}.branch-tag{color:#7b2cbf;background:#0000000d;border-radius:999px;align-items:center;margin-top:6px;padding:2px 8px;font-size:.75rem;display:inline-flex}.danger-button{color:#dc3545;background:0 0;border:1px solid #dc3545;border-radius:12px;padding:8px 12px}.branch-details{background:#fff;border:1px solid #f1edf9;border-radius:12px;padding:16px}.branch-card{margin-bottom:16px}.branch-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:20px;display:grid}.branch-tabs{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.branch-tabs button{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:6px 14px}.branch-tabs button.active{color:#fff;background:#6f2dbd;border-color:#6f2dbd}.branch-overview-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.branch-section{background:#fff;border:1px solid #f1edf9;border-radius:12px;padding:16px}.branch-section ul{gap:10px;padding:0;list-style:none;display:grid}.branch-section-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.branch-section-header h4{margin:0 0 6px}.branch-section li{background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px;display:flex}@media (max-width:900px){.modal-overlay{padding:12px}}@media (max-width:900px){.modal{border-radius:14px;width:100%;max-height:92vh}}.checkbox-row{align-items:center;gap:10px;font-size:.95rem;display:flex}.inventory-form{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.inventory-layout{padding:20px}.inventory-home{gap:20px;display:grid}.inventory-header h2{margin-bottom:6px}.inventory-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.inventory-card{text-align:left;background:#fff;border:1px solid #f1edf9;border-radius:16px;padding:16px;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 2px 6px #0000000d}.inventory-card h3{margin-bottom:6px}.inventory-card:hover{border-color:#4e07814d;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.ghost-button{color:#1f1d2b;background:0 0;border:1px solid #e4e0ef;border-radius:12px;padding:8px 12px}.ghost-button:hover{color:#6f2dbd;border-color:#6f2dbd}.inventory-primary-button{color:#fff;background:#6f2dbd;border:none;border-radius:12px;padding:8px 12px;font-weight:600}.inventory-primary-button:hover{background:#4a148c}.inventory-danger-button{color:#b91c1c;background:0 0;border:1px solid #dc262659;border-radius:12px;padding:8px 12px;font-weight:600}.inventory-danger-button:hover{background:#dc262614;border-color:#dc262673}.error{color:#dc3545}.success{color:#28a745}.inventory-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}@media (max-width:768px){.inventory-toolbar{flex-direction:column;align-items:stretch}}.inventory-toolbar-copy{gap:6px;display:grid}.inventory-back-button{width:fit-content}.inventory-toolbar-actions{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}@media (max-width:768px){.inventory-toolbar-actions{align-items:stretch}}.inventory-filter{gap:6px;min-width:220px;display:grid}@media (max-width:768px){.inventory-filter{min-width:0}}.inventory-filter span{color:#6b6880;font-size:.9rem}.inventory-filter select{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:10px 12px}.inventory-toolbar input{min-width:240px}.inventory-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 6px #0000000d}@media (max-width:768px){.inventory-table{display:block;overflow-x:auto}}.inventory-table th,.inventory-table td{text-align:left;border-bottom:1px solid #f1edf9;padding:10px 12px}.inventory-table th{background:#f7f4fb}.inventory-detail{gap:20px;display:grid}.inventory-card-panel{background:#fff;border:1px solid #f1edf9;border-radius:16px;padding:16px;box-shadow:0 2px 6px #0000000d}.inventory-card-panel h3{margin-bottom:12px}.branch-operations-panel{gap:16px;display:grid}.branch-actions{flex-wrap:wrap;gap:12px;display:flex}.branch-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.branch-summary-card{background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;gap:6px;padding:14px 16px;display:grid}.branch-summary-card span{color:#6b6880;font-size:.9rem}.branch-summary-card strong{color:#1f1d2b;font-size:1.35rem}.inventory-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (max-width:768px){.inventory-form-grid{grid-template-columns:1fr}}.inventory-form-grid .full-width{grid-column:1/-1}.checkbox-row{align-items:center;gap:10px;display:flex}.checkbox-row input[type=checkbox]{width:18px;height:18px;margin:0}.inventory-actions{justify-content:flex-end;gap:12px;display:flex}.stock-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.stock-summary-card{background:#f7f4fb;border:1px solid #f1edf9;border-radius:14px;padding:12px}.product-workspace{gap:18px;display:grid}.product-hero-card{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}@media (max-width:768px){.product-hero-card{grid-template-columns:1fr}}.product-hero-media{background:linear-gradient(160deg,#17332814,#6f2dbd0f);border-radius:20px;min-height:240px;overflow:hidden}.product-hero-image{object-fit:cover;width:100%;height:100%;min-height:240px}.product-hero-copy{gap:16px;display:grid}.product-workspace-header{gap:18px;display:grid}.product-workspace-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}@media (max-width:768px){.product-workspace-title{flex-direction:column}}.product-workspace-title h2{margin-bottom:4px}.product-kicker{letter-spacing:.08em;text-transform:uppercase;color:#6f2dbd;margin:0 0 8px;font-size:.8rem;font-weight:700}.product-badges,.product-section-tabs{flex-wrap:wrap;gap:10px;display:flex}.product-section-tabs button{color:#1f1d2b;background:#fff;border:1px solid #e4e0ef;border-radius:999px;padding:10px 14px;font-weight:600}.product-section-tabs button.active{color:#fff;background:#6f2dbd;border-color:#6f2dbd}.product-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (max-width:768px){.product-overview-grid{grid-template-columns:1fr}}.product-overview-grid>div{background:#f7f4fb;border:1px solid #f1edf9;border-radius:14px;gap:6px;padding:14px;display:grid}.product-overview-grid span{color:#6b6880;font-size:.84rem}.product-overview-grid strong{color:#1f1d2b;font-size:.98rem}.category-cell{align-items:center;gap:12px;min-width:0;display:flex}.category-avatar{background:#f7f4fb;border:1px solid #f1edf9;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.category-avatar img{object-fit:cover;width:100%;height:100%}.category-avatar-placeholder{color:#6f2dbd;font-weight:800}.category-name{color:#1f1d2b;font-weight:700;line-height:1.1}.category-meta{text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:.85rem;overflow:hidden}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.orders-container{padding:20px}.orders-container h2{color:#1f1d2b;margin-bottom:20px}.orders-container .orders-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.orders-container .orders-header-actions{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.orders-container .orders-filter{gap:6px;min-width:220px;display:grid}.orders-container .orders-filter span{color:#6b6880;font-size:.9rem}.orders-container .orders-actions{margin-bottom:20px}.orders-container .primary-button{color:#fff;background:#6f2dbd;border:none;border-radius:12px;padding:10px 16px}.orders-container .primary-button:hover{background:#4a148c}.orders-container .orders-loading{color:#6b6880;font-size:.9rem}.orders-container .orders-error{color:#dc3545;margin-bottom:16px}.orders-container .orders-inline-alert{color:#7f1d1d;background:#fef2f2eb;border:1px solid #dc262629;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.orders-container .orders-inline-alert strong{margin-bottom:4px;display:block}.orders-container .orders-inline-alert p{color:inherit;text-align:left;margin:0;font-size:.92rem}.orders-container .muted{color:#6b6880;font-size:.9rem}.orders-container .create-order-form{background:#fff;border:1px solid #f1edf9;border-radius:12px;gap:20px;margin-bottom:30px;padding:20px;display:grid;box-shadow:0 2px 6px #0000000d}.orders-container .order-section{gap:12px;display:grid}.orders-container .order-section-header{justify-content:space-between;align-items:center;display:flex}.orders-container .order-helper{color:#6b6880;font-size:.95rem}.orders-container .ghost-button{color:#1f1d2b;background:0 0;border:1px solid #e4e0ef;border-radius:12px;padding:6px 12px}.orders-container .ghost-button:hover{color:#6f2dbd;border-color:#6f2dbd}.orders-container .link-button{color:#7b2cbf;background:0 0;border:none;padding:0}.orders-container .products-list{gap:12px;display:grid}.orders-container .product-line{background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.orders-container .product-title{font-weight:600;font-size:var(--font-body);color:#1f1d2b}.orders-container .product-meta{color:#6b6880;font-size:.9rem}.orders-container .product-controls{align-items:center;gap:10px;display:flex}.orders-container .qty-stepper{align-items:center;gap:8px;display:flex}.orders-container .qty-button{cursor:pointer;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:50%;width:32px;height:32px}.orders-container .qty-button:disabled{cursor:not-allowed;opacity:.5}.orders-container .qty-value{text-align:center;min-width:24px;font-weight:600}.orders-container .saved-addresses,.orders-container .saved-address-list{gap:8px;display:grid}.orders-container .saved-address{text-align:left;color:#1f1d2b;background:#f7f4fb;border:1px solid #f1edf9;border-radius:12px;padding:10px 12px}.orders-container .saved-address.active{border-color:#6f2dbd;box-shadow:0 0 0 1px #6f2dbd}.orders-container .orders-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 6px #0000000d}.orders-container .orders-table th,.orders-container .orders-table td{text-align:left;border-bottom:1px solid #f1edf9;padding:10px}.orders-container .orders-table th{color:#1f1d2b;background:#f7f4fb}.orders-container .orders-table td div{margin-bottom:5px}.orders-container .orders-table select{cursor:pointer;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:6px}.orders-container .orders-table select:focus{border-color:#6f2dbd;outline:none}.orders-container .order-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.orders-container .order-actions select{min-width:140px}.orders-container .order-eta{flex-direction:column;gap:6px;display:flex}.orders-container .order-eta-controls{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.orders-container .order-eta-controls input[type=date]{color:#1f1d2b;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:6px 10px}.orders-container .modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1050;background:#0c121c8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.orders-container .modal{background:#fff;border:1px solid #94a3b82e;border-radius:16px;flex-direction:column;width:min(760px,96vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a47}.orders-container .modal-header{border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.orders-container .modal-close{color:#6b6880;background:0 0;border:none;border-radius:10px;place-items:center;width:36px;height:36px;font-size:1.2rem;display:grid}.orders-container .modal-close:hover{background:#94a3b833}.orders-container .modal-body{gap:18px;padding:20px 24px 24px;display:grid;overflow-y:auto}.orders-container .modal-body label{gap:6px;font-size:.95rem;font-weight:500;display:grid}.orders-container .modal-body input,.orders-container .modal-body select,.orders-container .modal-body textarea{background:#f7f4fb;border:1px solid #94a3b84d;border-radius:10px;padding:10px 12px}.orders-container .modal-body button{color:#fff;background:#6f2dbd;border:none;border-radius:10px;padding:10px 16px;font-weight:600}.orders-container .modal-body button:disabled{opacity:.65;cursor:not-allowed}.orders-container .modal-body .ghost-button{color:#1f1d2b;background:0 0;border:1px solid #94a3b84d}.orders-container .modal-body .link-button{color:#7b2cbf;background:0 0;border:none;padding:0}.orders-container .modal-actions{justify-content:flex-end;gap:12px;display:flex}.orders-container .product-select-list{gap:12px;display:grid}.orders-container .product-option{background:#fff;border:1px solid #f1edf9;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.orders-container .product-option button{padding:6px 12px}.orders-container .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.orders-container .form-grid .full-width{grid-column:1/-1}.orders-container .modal-actions{justify-content:flex-end;display:flex}@media (max-width:768px){.orders-container .modal-overlay{padding:12px}.orders-container .modal{border-radius:14px;width:100%;max-height:92vh}.orders-container .order-section-header{flex-direction:column;align-items:flex-start;gap:8px}.orders-container .orders-header{flex-direction:column;align-items:flex-start}.orders-container .orders-header-actions{align-items:stretch;width:100%}.orders-container .orders-filter{width:100%}.orders-container .product-line{flex-direction:column;align-items:flex-start}.orders-container .form-grid{grid-template-columns:1fr}.orders-container .orders-inline-alert{flex-direction:column}.orders-container .orders-table{display:block;overflow-x:auto}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.admin-products{padding:20px}.admin-products h2,.admin-products h3{color:#1f1d2b;margin-bottom:15px}.admin-products .products-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.admin-products .products-header p{margin:6px 0 0}.admin-products .products-header-copy{gap:6px;display:grid}.admin-products .back-button{width:fit-content}.admin-products .primary-button{color:#fff;background:#6f2dbd;border:none;border-radius:12px;padding:10px 16px}.admin-products .primary-button:hover{background:#4a148c}.admin-products .error{color:#dc3545;margin-bottom:10px}.admin-products .catalog-summary-grid,.admin-products .catalog-editor-panel,.admin-products .catalog-list-panel{margin-bottom:24px}.admin-products .catalog-editor-form label{color:#6b6880;gap:6px;font-size:.92rem;display:grid}.admin-products .catalog-editor-form .field-help{font-size:.82rem;line-height:1.35}.admin-products .catalog-editor-form input,.admin-products .catalog-editor-form select,.admin-products .catalog-editor-form textarea{color:#1f1d2b;background:#f7f4fb;border:1px solid #94a3b84d;border-radius:10px;width:100%;padding:10px 12px}.admin-products .row-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-products .product-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:30px;display:grid}.admin-products .product-form input[type=text],.admin-products .product-form input[type=number],.admin-products .product-form input[type=file],.admin-products .product-form input[type=date],.admin-products .product-form select{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:8px}.admin-products .product-form .full-width{grid-column:1/-1}.admin-products .product-form .buttons{grid-column:1/-1;gap:10px;margin-top:10px;display:flex}.admin-products .product-form .buttons button{cursor:pointer;color:#fff;background:#6f2dbd;border:none;border-radius:12px;padding:8px 16px;transition:all .2s}.admin-products .product-form .buttons button:hover{background:#4a148c}.admin-products .product-form .buttons button.delete{background:#dc3545}.admin-products .product-form .buttons button.delete:hover{background:#bd2130}.admin-products .inventory-note{color:#6b6880;margin-bottom:20px}.admin-products .products-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 6px #0000000d}.admin-products .products-table th,.admin-products .products-table td{text-align:left;border-bottom:1px solid #f1edf9;padding:10px}.admin-products .products-table th{background:#f7f4fb}.admin-products .products-table td.images-cell img{object-fit:cover;border-radius:6px;width:50px;height:50px;margin-right:5px}.admin-products .products-table button{cursor:pointer;border:none;border-radius:4px;padding:4px 8px}.admin-products .products-table button.edit{color:#1f1d2b;background:#ffc107;margin-right:5px}.admin-products .products-table button.edit:hover{background:#d39e00}.admin-products .products-table button.delete{color:#fff;background:#dc3545}.admin-products .products-table button.delete:hover{background:#bd2130}.admin-products .products-table .muted{color:#6b6880;font-size:.9rem}.admin-products .products-table .link-button{color:#7b2cbf;text-align:left;background:0 0;border:none;padding:0}.admin-products .products-table .product-row-meta{color:#6b6880;margin-top:6px;font-size:.78rem;display:block}.admin-products .products-table .status-pill{color:#6b6880;background:#94a3b829;border-radius:999px;align-items:center;padding:4px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.admin-products .products-table .status-online{color:#166534;background:#22c55e24}.admin-products .modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1050;background:#0c121c8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.admin-products .modal{background:#fff;border:1px solid #94a3b82e;border-radius:16px;flex-direction:column;width:min(760px,96vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a47}.admin-products .modal-header{border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.admin-products .modal-header-actions{align-items:center;gap:12px;display:flex}.admin-products .modal-close{color:#6b6880;background:0 0;border:none;border-radius:10px;place-items:center;width:36px;height:36px;font-size:1.2rem;display:grid}.admin-products .modal-close:hover{background:#94a3b833}.admin-products .modal-body{gap:16px;padding:20px 24px 24px;display:grid;overflow-y:auto}.admin-products .modal-body label{gap:6px;font-size:.95rem;font-weight:500;display:grid}.admin-products .checkbox-row{align-items:center;gap:10px;font-weight:500;display:flex}.admin-products .checkbox-row input{width:18px;height:18px;margin:0}.admin-products .modal-body input,.admin-products .modal-body select,.admin-products .modal-body textarea{background:#f7f4fb;border:1px solid #94a3b84d;border-radius:10px;padding:10px 12px}.admin-products .category-chip-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-products .category-chip{color:#1f1d2b;background:#6f2dbd14;border:1px solid #6f2dbd2e;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:.9rem;font-weight:700;display:inline-flex}.admin-products .category-chip__remove{color:#1f1d2b;background:#94a3b838;border:1px solid #94a3b859;border-radius:999px;place-items:center;width:24px;height:24px;padding:0;line-height:1;display:grid}.admin-products .category-chip__remove:hover{background:#94a3b852;border-color:#94a3b880}.admin-products .category-add-row{align-items:center;gap:10px;display:flex}.admin-products .category-add-row input{flex:auto}.admin-products .modal-body button{color:#fff;background:#6f2dbd;border:none;border-radius:10px;padding:10px 16px;font-weight:600}.admin-products .modal-body button:disabled{opacity:.65;cursor:not-allowed}.admin-products .modal-body .ghost-button{color:#1f1d2b;background:0 0;border:1px solid #94a3b84d}.admin-products .modal-actions{justify-content:flex-end;gap:12px;display:flex}.admin-products .catalog-form-section{gap:12px;display:grid}.admin-products .catalog-form-section-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.admin-products .catalog-form-section-header h4{color:#1f1d2b;margin:0;font-size:1rem}.admin-products .catalog-form-section-header p{margin:0}.admin-products .field-label{align-items:center;gap:4px;display:inline-flex}.admin-products .field-label .required-indicator{margin-left:0}.admin-products .required-indicator{color:#dc3545;margin-left:4px;font-weight:700}.admin-products .full-width{width:100%}@media (max-width:768px){.admin-products .products-header{flex-direction:column;align-items:flex-start}.admin-products .modal-overlay{padding:12px}.admin-products .modal{border-radius:14px;width:100%;max-height:92vh}.admin-products .products-table{display:block;overflow-x:auto}.admin-products .product-form{grid-template-columns:1fr}.admin-products .row-actions{flex-direction:column;align-items:stretch}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.supplier-invoices-page{padding:20px}.supplier-invoices-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.supplier-invoices-header-copy{gap:6px;display:grid}.supplier-invoices-page .back-button{width:fit-content}.supplier-invoices-error{color:#dc3545;margin-bottom:16px}.invoice-list{background:#fff;border-radius:12px;gap:12px;padding:16px;display:grid;box-shadow:0 2px 6px #0000000d}.invoice-row{border-bottom:1px solid #f1edf9;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr;align-items:center;gap:12px;padding-bottom:12px;display:grid}@media (max-width:900px){.invoice-row{grid-template-columns:1fr}}.invoice-row.header{color:#6b6880;font-weight:600}.status{text-transform:capitalize;background:#f7f4fb;border-radius:999px;padding:2px 8px;font-size:.85rem}.status.paid{color:#0f6c3c;background:#0f6c3c1f}.status.partial{color:#9a6b00;background:#9a6b001f}.status.unpaid{color:#a62d1c;background:#a62d1c1f}.status.overdue{color:#8b1b1b;background:#8b1b1b1f}.row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.primary-button,.ghost-button,.link-button{cursor:pointer;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:8px 12px}.link-button{color:#7b2cbf;background:0 0;border:none}@media (max-width:900px){.modal-overlay{padding:12px}}@media (max-width:900px){.modal{border-radius:14px;width:100%;max-height:92vh}}.modal-body .link-button{color:#7b2cbf;background:0 0;border:none;padding:0}@media (max-width:900px){.form-grid{grid-template-columns:1fr}}.line-items{gap:12px;display:grid}.line-items-header{justify-content:space-between;align-items:center;display:flex}.line-item{grid-template-columns:2fr 1fr 1fr auto;align-items:center;gap:8px;display:grid}@media (max-width:900px){.line-item{grid-template-columns:1fr}}.invoice-totals{justify-content:flex-end;gap:20px;font-weight:600;display:flex}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.suppliers-page{padding:20px}.suppliers-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.suppliers-header-copy{gap:6px;display:grid}.suppliers-page .back-button{width:fit-content}.suppliers-error{color:#dc3545;margin-bottom:16px}.suppliers-table{background:#fff;border-radius:12px;gap:12px;padding:16px;display:grid;box-shadow:0 2px 6px #0000000d}.suppliers-row{border-bottom:1px solid #f1edf9;grid-template-columns:2fr 1fr 1fr 1fr 1fr;align-items:center;gap:12px;padding-bottom:12px;display:grid}@media (max-width:768px){.suppliers-row{grid-template-columns:1fr}}.suppliers-row:last-of-type{border-bottom:none}.suppliers-row.header{color:#6b6880;font-weight:600}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.primary-button,.ghost-button,.danger-button{cursor:pointer;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:8px 12px}.primary-button{color:#fff;background:#6f2dbd;border:none}.danger-button{color:#dc3545;background:0 0;border-color:#dc3545}@media (max-width:768px){.modal-overlay{padding:12px}}.modal{background:#fff;border:1px solid #94a3b82e;border-radius:16px;width:min(760px,96vw);overflow:hidden;box-shadow:0 24px 80px #0f172a47}@media (max-width:768px){.modal{border-radius:14px;width:100%;max-height:92vh}}.modal-body{gap:16px;padding:20px 24px 24px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.form-grid .full-width{grid-column:1/-1}.modal-actions{justify-content:flex-end;display:flex}.muted{color:#6b6880}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.users-container{padding:24px}.users-container h2{margin-bottom:24px;font-size:22px;font-weight:600}.users-container .users-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.users-container .users-filter{gap:6px;min-width:220px;display:grid}.users-container .users-filter span{color:#6b6880;font-size:.9rem}.users-container .users-filter select{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:10px 12px}.users-container .users-toggle{gap:10px;margin-bottom:20px;display:flex}.users-container .users-toggle button{cursor:pointer;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:8px 16px}.users-container .users-toggle button.active{color:#fff;background:#6f2dbd;border-color:#6f2dbd}.users-container .create-user-form{background:#fff;border:1px solid #f1edf9;border-radius:12px;flex-direction:column;gap:12px;width:100%;margin-bottom:40px;padding:20px;display:flex}.users-container .create-user-form input,.users-container .create-user-form select{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:12px;font-size:15px}.users-container .create-user-form button{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:12px;padding:12px;font-size:15px;transition:background .2s}.users-container .create-user-form button:hover{background:#1e7e34}.users-container .users-actions{margin-bottom:20px}.users-container .primary-button{color:#fff;background:#6f2dbd;border:none;border-radius:12px;padding:10px 16px}.users-container .primary-button:hover{background:#4a148c}.users-container .users-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 6px #0000000d}.users-container .users-table th,.users-container .users-table td{border:1px solid #f1edf9;padding:12px 10px;font-size:15px}.users-container .users-table th{background:#f7f4fb;font-weight:600}.users-container .users-table tr:nth-child(2n){background:#f7f4fb}.users-container .users-table select{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:8px;font-size:14px}.users-container .users-table .delete{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:12px;padding:7px 14px;transition:background .2s}.users-container .users-table .delete:hover{background:#bd2130}.users-container .users-table .update-role{color:#fff;cursor:pointer;background:#6f2dbd;border:none;border-radius:12px;padding:7px 14px;transition:background .2s}.users-container .users-table .update-role:hover{background:#4a148c}.users-container .users-table .muted{color:#6b6880;font-size:.9rem}.users-container .users-table td:last-child{flex-wrap:wrap;align-items:center;gap:8px;display:flex}@media (max-width:768px){.users-container .users-header{flex-direction:column;align-items:stretch}.users-container .users-filter{min-width:0}.users-container .users-table{display:block;overflow-x:auto}}.error{color:#dc3545;margin-bottom:1rem}.muted{color:#6b6880;font-size:.9rem}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1050;background:#0c121c8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@media (max-width:768px){.modal-overlay{padding:12px}}.modal{background:#fff;border:1px solid #94a3b82e;border-radius:16px;flex-direction:column;width:min(640px,96vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a47}@media (max-width:768px){.modal{border-radius:14px;width:100%;max-height:92vh}}.modal-header{border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-close{color:#6b6880;background:0 0;border:none;border-radius:10px;place-items:center;width:36px;height:36px;font-size:1.2rem;display:grid}.modal-close:hover{background:#94a3b833}.modal-body{gap:16px;padding:20px 24px 24px;display:grid;overflow-y:auto}.modal-body label{gap:6px;font-size:.95rem;font-weight:500;display:grid}.modal-body input,.modal-body select,.modal-body textarea{background:#f7f4fb;border:1px solid #94a3b84d;border-radius:10px;padding:10px 12px}.modal-body button{color:#fff;background:#6f2dbd;border:none;border-radius:10px;padding:10px 16px;font-weight:600}.modal-body button:disabled{opacity:.65;cursor:not-allowed}.modal-body .ghost-button{color:#1f1d2b;background:0 0;border:1px solid #94a3b84d}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.admin-logistics{gap:20px;display:grid}.logistics-section{gap:16px;display:grid}.logistics-section-header{gap:6px;display:grid}.logistics-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.logistics-card{background:#fff;border:1px solid #f1edf9;border-radius:16px;gap:12px;padding:16px;display:grid;box-shadow:0 2px 6px #0000000d}.logistics-form{gap:12px;display:grid}.logistics-textarea{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;width:100%;padding:10px 12px;font-family:DM Sans,sans-serif;font-size:.9rem}.logistics-field{color:#6b6880;gap:6px;font-size:.9rem;display:grid}.logistics-field select,.logistics-field input{color:#1f1d2b;background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:10px 12px}.logistics-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.logistics-list li{background:#94a3b81f;border-radius:12px;gap:4px;padding:10px 12px;display:grid}.logistics-result{color:#1f1d2b;background:#5c21631a;border-radius:12px;gap:6px;padding:12px;display:grid}.logistics-json{background:#0f172a14;border-radius:12px;margin:0;padding:12px;font-size:.8rem;overflow-x:auto}.logistics-link{justify-content:center;align-items:center;width:fit-content;text-decoration:none;display:inline-flex}.admin-logistics .inventory-toolbar{align-items:flex-start}.admin-logistics .inventory-toolbar-actions .inventory-primary-button{gap:8px}.admin-logistics .logistics-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.admin-logistics .logistics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.admin-logistics .logistics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.admin-logistics .logistics-kpi-card{border:1px solid var(--admin-border);background:var(--admin-card);border-radius:12px;padding:16px;transition:border-color .16s,background .16s}.admin-logistics .logistics-kpi-card:hover{border-color:color-mix(in oklab,var(--admin-primary)38%,var(--admin-border))}.admin-logistics .logistics-kpi-card>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-logistics .logistics-kpi-card span{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:1rem}.admin-logistics .logistics-kpi-card strong{color:var(--admin-fg);font-family:var(--admin-mono);margin-top:12px;font-size:1.5rem;font-weight:700;line-height:2rem;display:block}.admin-logistics .logistics-kpi-card p{color:var(--admin-muted-fg);margin:4px 0 0;font-size:.6875rem}.admin-logistics .logistics-kpi-icon.primary{color:var(--admin-primary)}.admin-logistics .logistics-kpi-icon.info{color:var(--admin-info)}.admin-logistics .logistics-kpi-icon.warning{color:var(--admin-warning)}.admin-logistics .logistics-kpi-icon.success{color:var(--admin-success)}.admin-logistics .logistics-tabs{border-bottom:1px solid var(--admin-border);align-items:center;gap:4px;display:flex;overflow-x:auto}.admin-logistics .logistics-tabs button{min-height:42px;color:var(--admin-muted-fg);white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0 12px;font-size:.75rem;font-weight:700;position:relative}.admin-logistics .logistics-tabs button:hover,.admin-logistics .logistics-tabs button.active{color:var(--admin-fg)}.admin-logistics .logistics-tabs button:after{content:"";background:0 0;border-radius:999px 999px 0 0;height:2px;position:absolute;bottom:0;left:8px;right:8px}.admin-logistics .logistics-tabs button.active:after{background:var(--admin-primary)}.admin-logistics .logistics-tab-panel{gap:18px;display:grid}.admin-logistics .logistics-hidden{display:none}.admin-logistics .logistics-management-grid,.admin-logistics .logistics-two-column{gap:16px;display:grid}.admin-logistics .logistics-management-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}@media (max-width:1100px){.admin-logistics .logistics-management-grid{grid-template-columns:1fr}}.admin-logistics .logistics-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){.admin-logistics .logistics-two-column{grid-template-columns:1fr}}.admin-logistics .logistics-section-card{border:1px solid var(--admin-border);background:var(--admin-card);border-radius:12px;overflow:hidden}.admin-logistics .logistics-wide-card{min-width:0}.admin-logistics .logistics-card-header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:16px 20px;display:flex}@media (max-width:680px){.admin-logistics .logistics-card-header{flex-direction:column;align-items:flex-start}}.admin-logistics .logistics-card-title{align-items:center;gap:12px;min-width:0;display:flex}.admin-logistics .logistics-card-title h2,.admin-logistics .logistics-card-header h2,.admin-logistics .logistics-card-title h3,.admin-logistics .logistics-json-card h3,.admin-logistics .logistics-lookup-card h3{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700;line-height:1.25}.admin-logistics .logistics-card-title p,.admin-logistics .logistics-card-header p{color:var(--admin-muted-fg);margin:3px 0 0;font-size:.6875rem;line-height:1.35}.admin-logistics .logistics-icon-badge{border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.admin-logistics .logistics-icon-badge.primary{background:color-mix(in oklab,var(--admin-primary)12%,transparent);color:var(--admin-primary)}.admin-logistics .logistics-icon-badge.info{background:color-mix(in oklab,var(--admin-info)12%,transparent);color:var(--admin-info)}.admin-logistics .logistics-icon-badge.warning{background:color-mix(in oklab,var(--admin-warning)12%,transparent);color:var(--admin-warning)}.admin-logistics .logistics-icon-badge.success{background:color-mix(in oklab,var(--admin-success)12%,transparent);color:var(--admin-success)}.admin-logistics .logistics-card-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-logistics .logistics-field{color:var(--admin-muted-fg);font-size:.6875rem;font-weight:700;display:block}.admin-logistics .logistics-field span{margin-bottom:4px;display:block}.admin-logistics .logistics-mini-select,.admin-logistics .logistics-field select,.admin-logistics .logistics-field input,.admin-logistics .logistics-lookup-card input{border:1px solid var(--admin-border);background:var(--admin-bg);width:100%;height:36px;color:var(--admin-fg);border-radius:6px;outline:none;padding:0 12px;font-size:.75rem}.admin-logistics .logistics-mini-select{width:auto;min-width:120px;height:32px}.admin-logistics .logistics-field select:focus,.admin-logistics .logistics-field input:focus,.admin-logistics .logistics-lookup-card input:focus,.admin-logistics .logistics-mini-select:focus,.admin-logistics .logistics-textarea:focus{border-color:var(--admin-primary)}.admin-logistics .logistics-outline-button{border:1px solid var(--admin-border);background:var(--admin-bg);min-height:32px;color:var(--admin-fg);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.75rem;font-weight:700;display:inline-flex}.admin-logistics .logistics-outline-button:hover{border-color:color-mix(in oklab,var(--admin-primary)40%,var(--admin-border))}.admin-logistics .logistics-outline-button:disabled{cursor:not-allowed;opacity:.55}.admin-logistics .logistics-locker-grid{background:var(--admin-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}@media (max-width:760px){.admin-logistics .logistics-locker-grid{grid-template-columns:1fr}}.admin-logistics .logistics-locker-card{background:var(--admin-card);min-height:120px;padding:20px;transition:background .16s}.admin-logistics .logistics-locker-card:hover{background:color-mix(in oklab,var(--admin-accent)30%,var(--admin-card))}.admin-logistics .logistics-locker-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-logistics .logistics-locker-topline p{min-width:0;color:var(--admin-primary);font-family:var(--admin-mono);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;font-weight:700;overflow:hidden}.admin-logistics .logistics-locker-topline span{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:.5625rem;font-weight:800;line-height:1.2}.admin-logistics .logistics-locker-topline span.success{background:color-mix(in oklab,var(--admin-success)12%,transparent);color:var(--admin-success)}.admin-logistics .logistics-locker-topline span.warning{background:color-mix(in oklab,var(--admin-warning)12%,transparent);color:var(--admin-warning)}.admin-logistics .logistics-locker-card strong{color:var(--admin-fg);margin-top:12px;font-size:.875rem;font-weight:700;line-height:1.35;display:block}.admin-logistics .logistics-capacity{margin-top:12px}.admin-logistics .logistics-capacity>div:first-child{color:var(--admin-muted-fg);justify-content:space-between;align-items:center;gap:10px;font-size:.625rem;line-height:1.2;display:flex}.admin-logistics .logistics-capacity>div:first-child span:last-child{color:var(--admin-fg);font-weight:700}.admin-logistics .logistics-capacity-track{background:var(--admin-muted);border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.admin-logistics .logistics-capacity-track span{border-radius:inherit;background:var(--admin-primary);height:100%;display:block}.admin-logistics .logistics-locker-availability{border-top:1px solid var(--admin-border);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:16px 20px;display:grid}@media (max-width:640px){.admin-logistics .logistics-locker-availability{grid-template-columns:1fr}}.admin-logistics .logistics-locker-availability .logistics-result{grid-column:1/-1}.admin-logistics .logistics-hub-layout,.admin-logistics .logistics-hub-shell{background:var(--admin-border);grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1px;display:grid}@media (max-width:1100px){.admin-logistics .logistics-hub-layout,.admin-logistics .logistics-hub-shell{grid-template-columns:1fr}}.admin-logistics .logistics-location-card .logistics-hub-shell{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);align-items:start}@media (max-width:1280px){.admin-logistics .logistics-location-card .logistics-hub-shell{grid-template-columns:1fr}}.admin-logistics .logistics-location-card .logistics-hub-directory,.admin-logistics .logistics-location-card .logistics-hub-estimator{align-self:start;width:100%}.admin-logistics .logistics-hub-directory,.admin-logistics .logistics-hub-estimator,.admin-logistics .logistics-hub-control,.admin-logistics .logistics-hub-results{background:var(--admin-card);align-content:start;gap:12px;padding:20px;display:grid}.admin-logistics .logistics-hub-directory{scrollbar-color:color-mix(in oklab,var(--admin-primary)55%,transparent)#0000;scrollbar-width:thin;max-height:520px;padding:0;overflow-y:auto}.admin-logistics .logistics-hub-directory::-webkit-scrollbar{width:6px}.admin-logistics .logistics-hub-directory::-webkit-scrollbar-track{background:0 0}.admin-logistics .logistics-hub-directory::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--admin-primary)52%,transparent);border-radius:999px}@media (max-width:760px){.admin-logistics .logistics-hub-directory{max-height:420px}}.admin-logistics .logistics-hub-grid{background:var(--admin-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}@media (max-width:760px){.admin-logistics .logistics-hub-grid{grid-template-columns:1fr}}.admin-logistics .logistics-hub-card{background:var(--admin-card);width:100%;min-height:142px;color:inherit;text-align:left;border:0;align-content:start;gap:8px;padding:20px;transition:background .16s;display:grid}.admin-logistics .logistics-hub-card:hover{background:color-mix(in oklab,var(--admin-accent)30%,var(--admin-card))}.admin-logistics .logistics-location-option{cursor:pointer}.admin-logistics .logistics-location-option.active{background:color-mix(in oklab,var(--admin-primary)14%,var(--admin-card));box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--admin-primary)62%,transparent);position:relative}.admin-logistics .logistics-location-option:disabled{cursor:not-allowed;opacity:.65}.admin-logistics .logistics-hub-card-topline,.admin-logistics .logistics-hub-card>div:last-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-logistics .logistics-hub-card-topline span{color:var(--admin-primary);font-family:var(--admin-mono);font-size:.75rem;font-weight:700}.admin-logistics .logistics-hub-card-topline strong{background:color-mix(in oklab,var(--admin-success)12%,transparent);color:var(--admin-success);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:.5625rem;font-weight:800;line-height:1.2}.admin-logistics .logistics-hub-card-topline strong.warning{background:color-mix(in oklab,var(--admin-warning)15%,transparent);color:var(--admin-warning)}.admin-logistics .logistics-hub-card h3,.admin-logistics .logistics-hub-estimator h3{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700;line-height:1.35}.admin-logistics .logistics-hub-card p,.admin-logistics .logistics-hub-estimator p{color:var(--admin-muted-fg);margin:0;font-size:.6875rem;line-height:1.45}.admin-logistics .logistics-hub-card>div:last-child{color:var(--admin-muted-fg);margin-top:4px;font-size:.625rem}.admin-logistics .logistics-hub-card>div:last-child span:first-child{color:var(--admin-fg);font-weight:700}.admin-logistics .logistics-hub-estimator{position:relative;overflow:hidden}.admin-logistics .logistics-hub-estimator:before{content:"";background:linear-gradient(180deg,color-mix(in oklab,var(--admin-success)16%,transparent),transparent);opacity:.7;pointer-events:none;height:120px;position:absolute;inset:0 0 auto}.admin-logistics .logistics-hub-estimator>*{position:relative}.admin-logistics .logistics-hub-estimator .inventory-primary-button,.admin-logistics .logistics-hub-estimator .logistics-outline-button{border-radius:6px;justify-content:center;width:100%;min-height:40px}.admin-logistics .logistics-selected-location{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)58%,var(--admin-card));border-radius:8px;gap:5px;padding:12px;display:grid}.admin-logistics .logistics-selected-location span{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:800}.admin-logistics .logistics-selected-location strong{color:var(--admin-fg);font-size:.8125rem;line-height:1.35}.admin-logistics .logistics-selected-location p{color:var(--admin-muted-fg);margin:0;font-size:.6875rem;line-height:1.45}.admin-logistics .logistics-segmented{border:1px solid var(--admin-border);background:var(--admin-bg);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.admin-logistics .logistics-segmented button{min-height:32px;color:var(--admin-muted-fg);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:.75rem;font-weight:800}.admin-logistics .logistics-segmented button.active{background:color-mix(in oklab,var(--admin-primary)16%,var(--admin-card));color:var(--admin-fg)}.admin-logistics .logistics-panel-body{gap:12px;padding:20px;display:grid}.admin-logistics .logistics-form-grid{gap:12px;display:grid}.admin-logistics .logistics-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:640px){.admin-logistics .logistics-form-grid.two{grid-template-columns:1fr}}.admin-logistics .logistics-lookup-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1100px){.admin-logistics .logistics-lookup-grid{grid-template-columns:1fr}}.admin-logistics .logistics-lookup-card{border:1px solid var(--admin-border);background:var(--admin-card);border-radius:12px;align-content:start;gap:12px;padding:20px;display:grid}.admin-logistics .logistics-border-grid{background:var(--admin-border);gap:1px;display:grid}.admin-logistics .logistics-border-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-logistics .logistics-border-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1100px){.admin-logistics .logistics-border-grid.three{grid-template-columns:1fr}}@media (max-width:900px){.admin-logistics .logistics-border-grid.two{grid-template-columns:1fr}}.admin-logistics .logistics-json-card{background:var(--admin-card);align-content:start;gap:12px;padding:20px;display:grid}.admin-logistics .logistics-search-panel{min-width:0}.admin-logistics .logistics-order-results{gap:8px;display:grid}.admin-logistics .logistics-results-summary{color:var(--admin-muted-fg);justify-content:space-between;align-items:center;font-size:.6875rem;font-weight:700;display:flex}.admin-logistics .logistics-order-row{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)48%,var(--admin-card));border-radius:8px;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}@media (max-width:680px){.admin-logistics .logistics-order-row{grid-template-columns:1fr;align-items:start}}.admin-logistics .logistics-order-row>div{gap:3px;min-width:0;display:grid}.admin-logistics .logistics-order-row strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:.75rem;line-height:1.25}.admin-logistics .logistics-order-row span{min-width:0;color:var(--admin-muted-fg);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;line-height:1.35;overflow:hidden}.admin-logistics .logistics-status-chip{border:1px solid color-mix(in oklab,var(--admin-primary)45%,var(--admin-border));background:color-mix(in oklab,var(--admin-primary)12%,transparent);text-transform:uppercase;border-radius:999px;justify-self:end;padding:4px 8px;font-weight:800;color:var(--admin-primary)!important;font-size:.625rem!important}@media (max-width:680px){.admin-logistics .logistics-status-chip{justify-self:start}}.admin-logistics .logistics-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (max-width:560px){.admin-logistics .logistics-stats-grid{grid-template-columns:1fr}}.admin-logistics .logistics-stat-tile{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)48%,var(--admin-card));border-radius:8px;gap:4px;padding:14px;display:grid}.admin-logistics .logistics-stat-tile span{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:800}.admin-logistics .logistics-stat-tile strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:1rem;line-height:1.2}.admin-logistics .logistics-stat-tile p{color:var(--admin-muted-fg);margin:0;font-size:.6875rem;line-height:1.35}.admin-logistics .logistics-json-card .inventory-primary-button,.admin-logistics .logistics-json-card .inventory-danger-button,.admin-logistics .logistics-panel-body .inventory-primary-button,.admin-logistics .logistics-lookup-card .inventory-primary-button,.admin-logistics .logistics-hub-control .inventory-primary-button{border-radius:6px;justify-content:center;width:100%;min-height:40px;font-size:.75rem}.admin-logistics .logistics-textarea{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)70%,var(--admin-card));min-height:9rem;color:var(--admin-fg);font-family:var(--admin-mono);resize:vertical;border-radius:8px;outline:none;padding:12px;font-size:.75rem;line-height:1.55}.admin-logistics .logistics-compact-textarea{min-height:72px}.admin-logistics .logistics-empty-state{border:1px dashed var(--admin-border);background:color-mix(in oklab,var(--admin-bg)42%,transparent);min-height:84px;color:var(--admin-muted-fg);text-align:center;border-radius:10px;place-items:center;padding:20px;font-size:.75rem;display:grid}.admin-logistics .logistics-export-management{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;display:grid}@media (max-width:1100px){.admin-logistics .logistics-export-management{grid-template-columns:1fr}}.admin-logistics .logistics-export-destinations,.admin-logistics .logistics-cost-estimator{border:1px solid var(--admin-border);background:var(--admin-card);border-radius:12px;overflow:hidden}.admin-logistics .logistics-export-header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:16px 20px;display:flex}@media (max-width:640px){.admin-logistics .logistics-export-header{flex-direction:column;align-items:flex-start}}.admin-logistics .logistics-export-heading{align-items:center;gap:12px;min-width:0;display:flex}.admin-logistics .logistics-export-icon{background:color-mix(in oklab,var(--admin-primary)12%,transparent);width:36px;height:36px;color:var(--admin-primary);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.admin-logistics .logistics-export-heading h2,.admin-logistics .logistics-cost-estimator h3{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700;line-height:1.25}.admin-logistics .logistics-export-heading p{color:var(--admin-muted-fg);margin:3px 0 0;font-size:.6875rem;line-height:1.35}.admin-logistics .logistics-link-button{color:var(--admin-primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:.6875rem;font-weight:700}.admin-logistics .logistics-link-button:hover{text-decoration:underline}.admin-logistics .logistics-export-list{display:grid}.admin-logistics .logistics-export-row{border-bottom:1px solid var(--admin-border);grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:12px;padding:14px 20px;transition:background .16s;display:grid}.admin-logistics .logistics-export-row:last-child{border-bottom:0}.admin-logistics .logistics-export-row:hover{background:color-mix(in oklab,var(--admin-accent)32%,transparent)}@media (max-width:700px){.admin-logistics .logistics-export-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}}.admin-logistics .logistics-export-country{grid-column:span 5;align-items:center;gap:12px;min-width:0;display:flex}@media (max-width:700px){.admin-logistics .logistics-export-country{grid-column:span 1}}.admin-logistics .logistics-export-mark{width:24px;min-width:24px;color:var(--admin-fg);font-family:var(--admin-mono);justify-content:center;align-items:center;font-size:.8125rem;font-weight:800;display:inline-flex}.admin-logistics .logistics-export-country p{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700;line-height:1.25}.admin-logistics .logistics-export-country span:not(.logistics-export-mark){color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:.625rem;font-weight:700;line-height:1.25;display:block}.admin-logistics .logistics-export-eta{color:var(--admin-muted-fg);grid-column:span 3;font-size:.75rem;font-weight:600}@media (max-width:700px){.admin-logistics .logistics-export-eta{grid-column:1/-1;padding-left:36px}}.admin-logistics .logistics-export-rate{color:var(--admin-fg);font-family:var(--admin-mono);text-align:right;grid-column:span 3;font-size:.75rem;font-weight:700}@media (max-width:700px){.admin-logistics .logistics-export-rate{text-align:left;grid-column:1/-1;padding-left:36px}}.admin-logistics .logistics-export-action{text-align:right;grid-column:span 1}@media (max-width:700px){.admin-logistics .logistics-export-action{grid-area:1/2}}.admin-logistics .logistics-export-action button{width:28px;height:28px;color:var(--admin-muted-fg);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.admin-logistics .logistics-export-action button:hover{background:var(--admin-accent);color:var(--admin-fg)}.admin-logistics .logistics-export-empty{color:var(--admin-muted-fg);padding:28px 20px;font-size:.75rem}.admin-logistics .logistics-cost-estimator{position:relative}.admin-logistics .logistics-cost-glow{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-primary)20%,transparent),transparent);opacity:.6;pointer-events:none;height:128px;position:absolute;inset:0 0 auto}.admin-logistics .logistics-cost-estimator.info .logistics-cost-glow{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-info)20%,transparent),transparent)}.admin-logistics .logistics-cost-content{gap:12px;padding:20px;display:grid;position:relative}.admin-logistics .logistics-cost-estimator .logistics-field{color:var(--admin-muted-fg);font-size:.6875rem;font-weight:700;display:block}.admin-logistics .logistics-cost-estimator .logistics-field select,.admin-logistics .logistics-cost-estimator .logistics-field input{border:1px solid var(--admin-border);background:var(--admin-bg);width:100%;height:36px;color:var(--admin-fg);border-radius:6px;outline:none;margin-top:4px;padding:0 12px;font-size:.75rem}.admin-logistics .logistics-cost-estimator .logistics-field select:focus,.admin-logistics .logistics-cost-estimator .logistics-field input:focus{border-color:var(--admin-primary)}.admin-logistics .logistics-cost-estimator .inventory-primary-button{border-radius:6px;justify-content:center;width:100%;min-height:40px;margin-top:8px;padding:0 16px;font-size:.75rem}.admin-logistics .logistics-cost-estimator .logistics-result{background:color-mix(in oklab,var(--admin-bg)42%,transparent);border-radius:8px;margin-top:0;padding:16px}.admin-logistics .logistics-cost-estimator .logistics-result .muted{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:800;line-height:1.2}.admin-logistics .logistics-cost-estimator .logistics-result strong{color:var(--admin-fg);font-family:var(--admin-mono);margin-top:4px;font-size:1.25rem;font-weight:700;line-height:1.75rem;display:block}.admin-logistics .logistics-result p{color:var(--admin-muted-fg);margin:0;font-size:.625rem}.admin-logistics .logistics-rates-overlay{z-index:110}.admin-logistics .logistics-rates-modal{border:1px solid var(--admin-border);background:var(--admin-card);width:min(640px,100vw - 28px);max-height:min(760px,100vh - 32px);color:var(--admin-fg);border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000061;box-shadow:0 24px 80px lab(0% 0 0/.38)}.admin-logistics .logistics-rates-header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:16px 20px;display:flex}.admin-logistics .logistics-rates-header h3{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700}.admin-logistics .logistics-rates-header p{color:var(--admin-muted-fg);margin:3px 0 0;font-size:.6875rem}.admin-logistics .logistics-rates-tools{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}@media (max-width:640px){.admin-logistics .logistics-rates-tools{flex-direction:column;align-items:stretch}}.admin-logistics .logistics-rates-tools>span{color:var(--admin-muted-fg);font-size:.6875rem;font-weight:700}.admin-logistics .logistics-rates-search{border:1px solid var(--admin-border);background:var(--admin-bg);min-width:min(100%,320px);height:38px;color:var(--admin-muted-fg);border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex}.admin-logistics .logistics-rates-search input{min-width:0;color:var(--admin-fg);background:0 0;border:0;outline:none;flex:1;font-size:.75rem}.admin-logistics .logistics-rates-list{min-height:0;overflow:auto}.admin-logistics .logistics-rates-pagination{border-top:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.admin-logistics .logistics-rates-pagination span{color:var(--admin-muted-fg);font-size:.6875rem;font-weight:700}.admin-logistics .inventory-card-panel.logistics-section{padding:0;overflow:hidden}.admin-logistics .logistics-section-header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex}@media (max-width:680px){.admin-logistics .logistics-section-header{flex-direction:column;align-items:flex-start}}.admin-logistics .logistics-section-header h3{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700}.admin-logistics .logistics-section-header .muted{margin:4px 0 0}.admin-logistics .logistics-section>.logistics-grid{padding:16px}.admin-logistics .logistics-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.admin-logistics .logistics-card{box-shadow:none;border-radius:12px;padding:16px}.admin-logistics .logistics-card h4{color:var(--admin-fg);font-size:.8125rem}.admin-logistics .logistics-list li{min-height:50px}.admin-logistics .logistics-list li>span:first-child{min-width:0;color:var(--admin-fg);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.admin-logistics .logistics-result{border:1px dashed var(--admin-border);background:color-mix(in oklab,var(--admin-primary)8%,var(--admin-bg));color:var(--admin-fg)}.admin-logistics .logistics-result strong{font-family:var(--admin-mono);font-size:1rem}.admin-logistics .logistics-json{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)68%,var(--admin-card));max-height:18rem;color:var(--admin-muted-fg)}@media (max-width:640px){.admin-logistics .logistics-kpi-card{min-height:8rem;padding:14px}.admin-logistics .logistics-kpi-card strong{font-size:1.25rem}.admin-logistics .logistics-section>.logistics-grid{padding:12px}}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.admin-settings{gap:20px;display:grid}.settings-section{gap:14px;display:grid}.settings-section-header{gap:6px;display:grid}.settings-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:center;gap:12px;display:grid}.settings-form input{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;padding:10px 12px}.settings-textarea{background:#f7f4fb;border:1px solid #e4e0ef;border-radius:12px;width:100%;padding:10px 12px;font-family:DM Sans,sans-serif;font-size:.9rem}.settings-json{background:#0f172a14;border-radius:12px;margin:0;padding:12px;font-size:.8rem;overflow-x:auto}.settings-table{gap:8px;display:grid}.settings-table-head,.settings-table-row{background:#fff;border:1px solid #f1edf9;border-radius:12px;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.settings-table-head{background:#94a3b829;font-weight:600}.customer-dashboard-shell *{box-sizing:border-box;margin:0;padding:0}.customer-dashboard-shell .main{flex-direction:column;flex:1;min-width:0;display:flex}.customer-dashboard-shell .customer-page{min-height:100%;font-size:var(--dashboard-font);flex-direction:column;flex:1;display:flex}.customer-dashboard-shell .topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;padding:16px 32px;display:flex;position:sticky;top:0}@media (max-width:1024px){.customer-dashboard-shell .topbar{position:relative;top:auto}}.customer-dashboard-shell .page-title{font-family:Syne,sans-serif;font-weight:700;font-size:var(--dashboard-font-lg);color:var(--ink);letter-spacing:-.4px}.customer-dashboard-shell .page-subtitle{font-size:var(--dashboard-font-sm);color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .topbar-actions{align-items:center;gap:10px;display:flex}.customer-dashboard-shell .btn-icon{border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--surface);cursor:pointer;width:36px;height:36px;color:var(--ink-mid);justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex;position:relative}.customer-dashboard-shell .btn-icon:hover{background:var(--surface-2);border-color:var(--green-light);color:var(--green-mid)}.customer-dashboard-shell .notif-dot{background:var(--red-soft);border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.customer-dashboard-shell .notif-dropdown{position:relative}.customer-dashboard-shell .notif-badge{background:var(--red-soft);color:#fff;border:2px solid var(--surface);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.customer-dashboard-shell .notif-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:320px;box-shadow:var(--shadow-md);z-index:40;position:absolute;top:44px;right:0;overflow:hidden}.customer-dashboard-shell .notif-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.customer-dashboard-shell .notif-title{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .notif-meta{color:var(--ink-light);font-size:11px}.customer-dashboard-shell .notif-list{max-height:320px;overflow:auto}.customer-dashboard-shell .notif-item{border-bottom:1px solid var(--border);background:var(--surface);padding:10px 14px}.customer-dashboard-shell .notif-item.unread{background:var(--surface-2)}.customer-dashboard-shell .notif-item-title{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .notif-item-message{color:var(--ink-mid);margin-top:2px;font-size:12px}.customer-dashboard-shell .notif-item-time{color:var(--ink-light);margin-top:4px;font-size:11px}.customer-dashboard-shell .notif-empty{color:var(--ink-light);padding:14px;font-size:12px}.customer-dashboard-shell .notif-link{color:inherit;text-decoration:none;display:block}@media (max-width:768px){.customer-dashboard-shell .notif-panel{width:280px;top:42px}}.customer-dashboard-shell .btn-primary,.customer-dashboard-shell .customer-page-button.primary,.customer-dashboard-shell .customer-mini-button.primary,.customer-dashboard-shell .wish-add-cart{background:var(--green-mid);color:#fff;border-radius:var(--radius-xs);cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 16px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.customer-dashboard-shell .btn-primary:hover,.customer-dashboard-shell .customer-page-button.primary:hover,.customer-dashboard-shell .customer-mini-button.primary:hover,.customer-dashboard-shell .wish-add-cart:hover{background:var(--green-deep)}.customer-dashboard-shell .btn-secondary,.customer-dashboard-shell .customer-page-button.secondary,.customer-dashboard-shell .customer-mini-button.secondary,.customer-dashboard-shell .customer-page-button.ghost,.customer-dashboard-shell .customer-mini-button.ghost,.customer-dashboard-shell .card-action-button{background:var(--surface);color:var(--green-mid);border:1.5px solid var(--green-light);border-radius:var(--radius-xs);cursor:pointer;align-items:center;gap:6px;padding:7px 10px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.customer-dashboard-shell .btn-secondary:hover,.customer-dashboard-shell .customer-page-button.secondary:hover,.customer-dashboard-shell .customer-mini-button.secondary:hover,.customer-dashboard-shell .customer-page-button.ghost:hover,.customer-dashboard-shell .customer-mini-button.ghost:hover,.customer-dashboard-shell .card-action-button:hover{background:var(--green-mist)}.customer-dashboard-shell .btn-white{color:var(--green-mid);border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap;background:#fff;border:none;align-items:center;gap:6px;padding:9px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.customer-dashboard-shell .btn-white:hover{background:var(--green-pale)}.customer-dashboard-shell .content{flex:1;padding:28px 32px;overflow-y:auto}.customer-dashboard-shell .card,.customer-dashboard-shell .order-card,.customer-dashboard-shell .wish-product-card,.customer-dashboard-shell .rx-card,.customer-dashboard-shell .profile-sidebar-card,.customer-dashboard-shell .dashboard-panel,.customer-dashboard-shell .customer-stat-card,.customer-dashboard-shell .dashboard-shortcut-card,.customer-dashboard-shell .dashboard-highlight-card,.customer-dashboard-shell .support-summary-box,.customer-dashboard-shell .reminder-card,.customer-dashboard-shell .pharmacist-channel,.customer-dashboard-shell .customer-empty-state{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.customer-dashboard-shell .card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.customer-dashboard-shell .card-title{font-family:Syne,sans-serif;font-weight:700;font-size:var(--dashboard-font-md);color:var(--ink)}.customer-dashboard-shell .card-action{color:var(--green-mid);cursor:pointer;align-items:center;gap:4px;font-size:12.5px;font-weight:500;text-decoration:none;display:flex}.customer-dashboard-shell .card-action:hover{color:var(--green-deep)}.customer-dashboard-shell .pill{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.customer-dashboard-shell .pill:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.customer-dashboard-shell .pill-green{background:var(--success-pale);color:var(--success-bright)}.customer-dashboard-shell .pill-green:before{background:var(--success-bright)}.customer-dashboard-shell .pill-amber{background:var(--amber-pale);color:#d97706}.customer-dashboard-shell .pill-amber:before{background:var(--amber)}.customer-dashboard-shell .pill-blue{background:var(--blue-pale);color:var(--blue-soft)}.customer-dashboard-shell .pill-blue:before{background:var(--blue-soft)}.customer-dashboard-shell .pill-red{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .pill-red:before{background:var(--red-soft)}.customer-dashboard-shell .pill-gray{color:var(--ink-light);background:#f1f3f9}.customer-dashboard-shell .pill-gray:before{background:var(--ink-light)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.customer-dashboard-shell .fade-in{animation:.35s both fadeUp}.customer-dashboard-shell .pulse{animation:1.8s ease-in-out infinite pulse}.customer-dashboard-shell .customer-stack{gap:14px;display:grid}.customer-dashboard-shell .customer-inline-alert{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--ink-mid);margin-bottom:12px;padding:12px 14px;font-size:12.5px}.customer-dashboard-shell .customer-inline-alert.error{background:var(--red-pale);color:var(--red-soft);border-color:#e76f514d}.customer-dashboard-shell .customer-inline-alert.success{background:var(--success-mist);color:var(--success-bright);border-color:#40916c3d}.customer-dashboard-shell .customer-inline-alert.info{background:var(--blue-pale);color:var(--blue-soft);border-color:#4361ee3d}.customer-dashboard-shell .customer-muted{color:var(--ink-light);font-size:13px}.customer-dashboard-shell .orders-filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:22px;display:flex}.customer-dashboard-shell .filter-tab{font-size:var(--dashboard-font);cursor:pointer;border:1.5px solid var(--border);background:var(--surface);color:var(--ink-mid);border-radius:30px;padding:7px 16px;font-weight:500;transition:all .15s}.customer-dashboard-shell .filter-tab:hover{border-color:var(--green-light);color:var(--green-mid)}.customer-dashboard-shell .filter-tab.active{background:var(--green-mid);color:#fff;border-color:var(--green-mid)}.customer-dashboard-shell .search-bar{background:var(--surface);border:1.5px solid var(--border);font-size:var(--dashboard-font);color:var(--ink-mid);border-radius:30px;align-items:center;gap:8px;margin-left:auto;padding:7px 14px;display:flex}.customer-dashboard-shell .search-bar input{font-family:DM Sans,sans-serif;font-size:var(--dashboard-font);color:var(--ink);background:0 0;border:none;outline:none;width:160px}.customer-dashboard-shell .order-card{margin-bottom:14px;transition:box-shadow .2s,transform .2s}.customer-dashboard-shell .order-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.customer-dashboard-shell .order-card-header{background:var(--surface-2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}@media (max-width:768px){.customer-dashboard-shell .order-card-header{padding:10px 20px}}.customer-dashboard-shell .order-meta{align-items:center;gap:16px;display:flex}.customer-dashboard-shell .order-id{font-family:Syne,sans-serif;font-weight:700;font-size:var(--dashboard-font-md);color:var(--ink)}.customer-dashboard-shell .order-date{font-size:var(--dashboard-font-sm);color:var(--ink-light)}.customer-dashboard-shell .order-body{align-items:center;gap:16px;padding:16px 20px;display:flex}.customer-dashboard-shell .order-products{flex-wrap:wrap;flex:1;gap:10px;display:flex}.customer-dashboard-shell .order-product-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:8px 12px;display:flex}.customer-dashboard-shell .chip-emoji{font-size:18px}.customer-dashboard-shell .chip-thumb img{object-fit:cover;border-radius:8px;width:36px;height:36px}.customer-dashboard-shell .chip-name{font-size:var(--dashboard-font);color:var(--ink);font-weight:500}.customer-dashboard-shell .chip-qty{font-size:var(--dashboard-font-sm);color:var(--ink-light)}.customer-dashboard-shell .order-summary{text-align:right;flex-shrink:0}.customer-dashboard-shell .order-total{font-family:Syne,sans-serif;font-size:var(--dashboard-font-lg);color:var(--ink);font-weight:700}.customer-dashboard-shell .order-total-label{font-size:var(--dashboard-font-sm);color:var(--ink-light);margin-top:1px}.customer-dashboard-shell .order-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.customer-dashboard-shell .order-action-button{font-size:var(--dashboard-font-sm);padding:6px 12px}.customer-dashboard-shell .order-action-button.danger{color:var(--red-soft);background:var(--surface);border-color:#f7ccc4}.customer-dashboard-shell .order-footer{border-top:1px solid var(--border);background:var(--surface-2);justify-content:space-between;align-items:center;gap:14px;padding:12px 20px;display:flex}.customer-dashboard-shell .order-track{align-items:center;gap:6px;display:flex}.customer-dashboard-shell .order-footer-note,.customer-dashboard-shell .order-cancel-note,.customer-dashboard-shell .order-delivered-note{font-size:var(--dashboard-font-sm);color:var(--ink-mid)}.customer-dashboard-shell .order-cancel-note{color:var(--red-soft)}.customer-dashboard-shell .order-delivered-note{color:var(--success-bright);font-weight:600}.customer-dashboard-shell .order-footer-strong{color:var(--ink);font-weight:600}.customer-dashboard-shell .order-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.customer-dashboard-shell .order-pill--paid{color:#15803d;background:#22c55e24}.customer-dashboard-shell .order-pill--pending{color:#a16207;background:#facc1529}.customer-dashboard-shell .order-pill--cod{color:#1d4ed8;background:#3b82f624}.customer-dashboard-shell .order-tracking-note{margin-top:12px}.customer-dashboard-shell .order-tracking-link{color:var(--purple);font-weight:600;text-decoration:none}.customer-dashboard-shell .order-rating{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.customer-dashboard-shell .order-rating-star{cursor:pointer;color:#f4a261;background:0 0;border:none;padding:0;font-size:16px;line-height:1}.customer-dashboard-shell .order-rating-star:disabled{cursor:default;opacity:.6}.customer-dashboard-shell .order-rating-star.active{opacity:1}.customer-dashboard-shell .order-rating-star.muted{opacity:.3}.customer-dashboard-shell .track-step{font-size:var(--dashboard-font-sm);align-items:center;gap:4px;display:flex}.customer-dashboard-shell .track-step .dot{border-radius:50%;width:8px;height:8px}.customer-dashboard-shell .track-step .dot.done{background:var(--success-bright)}.customer-dashboard-shell .track-step .dot.active{background:var(--amber)}.customer-dashboard-shell .track-step .dot.pending{background:#d1d5db}.customer-dashboard-shell .track-label{color:var(--ink-mid);font-weight:500}.customer-dashboard-shell .track-label.muted{color:var(--ink-light);font-weight:400}.customer-dashboard-shell .track-line{background:var(--border);border-radius:2px;width:28px;height:2px;margin:0 2px}.customer-dashboard-shell .track-line.done{background:var(--success-light)}.customer-dashboard-shell .order-details-grid{border-top:1px solid var(--border);background:var(--surface);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 20px 20px;display:grid}.customer-dashboard-shell .order-detail-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px}.customer-dashboard-shell .order-detail-card__label{color:var(--ink-light);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.customer-dashboard-shell .orders-empty{text-align:center;color:var(--ink-light);font-size:var(--dashboard-font);padding:60px 20px}.customer-dashboard-shell .orders-empty .empty-icon{margin-bottom:14px;font-size:48px}.customer-dashboard-shell .rx-grid{grid-template-columns:1fr 360px;gap:22px;margin-bottom:22px;display:grid}.customer-dashboard-shell .rx-card{cursor:pointer;gap:16px;padding:20px;transition:box-shadow .2s,transform .2s;display:flex;position:relative}.customer-dashboard-shell .rx-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.customer-dashboard-shell .rx-card-accent{border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.customer-dashboard-shell .rx-card-accent.active{background:var(--success-bright)}.customer-dashboard-shell .rx-card-accent.expiring{background:var(--amber)}.customer-dashboard-shell .rx-card-accent.expired{background:var(--red-soft)}.customer-dashboard-shell .rx-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.customer-dashboard-shell .rx-card-info{flex:1;min-width:0}.customer-dashboard-shell .rx-card-name{color:var(--ink);margin-bottom:4px;font-family:Syne,sans-serif;font-size:15px;font-weight:700}.customer-dashboard-shell .rx-card-meta{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.customer-dashboard-shell .rx-meta-item{color:var(--ink-mid);align-items:center;gap:5px;font-size:12px;display:flex}.customer-dashboard-shell .rx-card-footer{align-items:center;gap:8px;margin-top:8px;display:flex}.customer-dashboard-shell .rx-action-btn{cursor:pointer;border:1.5px solid;border-radius:6px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.customer-dashboard-shell .rx-action-btn.primary{background:var(--green-mid);color:#fff;border-color:var(--green-mid)}.customer-dashboard-shell .rx-action-btn.primary:hover{background:var(--green-deep)}.customer-dashboard-shell .rx-action-btn.outline{color:var(--green-mid);border-color:var(--green-light);background:0 0}.customer-dashboard-shell .rx-action-btn.outline:hover{background:var(--green-mist)}.customer-dashboard-shell .rx-upload-zone{border:2px dashed var(--green-light);border-radius:var(--radius);text-align:center;background:var(--green-mist);cursor:pointer;padding:40px 24px;transition:all .2s}.customer-dashboard-shell .rx-upload-zone:hover{border-color:var(--green-mid);background:#e6f7ed}.customer-dashboard-shell .rx-upload-icon{background:var(--green-pale);width:56px;height:56px;color:var(--green-mid);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.customer-dashboard-shell .rx-upload-title{color:var(--ink);margin-bottom:6px;font-family:Syne,sans-serif;font-size:16px;font-weight:700}.customer-dashboard-shell .rx-upload-sub{color:var(--ink-light);margin-bottom:16px;font-size:13px;line-height:1.5}.customer-dashboard-shell .rx-history-table{border-collapse:collapse;width:100%}.customer-dashboard-shell .rx-history-table th{letter-spacing:.8px;text-transform:uppercase;color:var(--ink-light);text-align:left;background:var(--surface-2);border-bottom:1px solid var(--border);padding:10px 20px;font-size:11px;font-weight:600}.customer-dashboard-shell .rx-history-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:13px 20px;font-size:13px}.customer-dashboard-shell .rx-history-table tr:last-child td{border-bottom:none}.customer-dashboard-shell .rx-history-table tr:hover td{background:var(--green-mist)}.customer-dashboard-shell .rx-pharma-note{border:1px solid var(--green-pale);border-radius:var(--radius);background:linear-gradient(135deg,#e8f5ef,#f0faf3);align-items:flex-start;gap:14px;margin-bottom:22px;padding:18px 22px;display:flex}.customer-dashboard-shell .rx-note-icon{background:var(--green-pale);width:40px;height:40px;color:var(--green-mid);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.customer-dashboard-shell .rx-note-title{color:var(--green-deep);margin-bottom:3px;font-size:14px;font-weight:600}.customer-dashboard-shell .rx-note-text{color:var(--ink-mid);font-size:13px;line-height:1.5}.customer-dashboard-shell .rx-record-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:10px;padding:16px 18px;display:grid}.customer-dashboard-shell .rx-record-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-dashboard-shell .profile-layout{grid-template-columns:280px 1fr;gap:22px;display:grid}@media (max-width:768px){.customer-dashboard-shell .profile-layout{gap:8px}}.customer-dashboard-shell .profile-sidebar-card{height:fit-content}.customer-dashboard-shell .profile-hero{background:linear-gradient(135deg,var(--green-deep),var(--green-mid));text-align:center;padding:28px 22px;position:relative}.customer-dashboard-shell .profile-hero:after{content:"";background:#ffffff0d;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.customer-dashboard-shell .profile-avatar-lg{background:linear-gradient(135deg,var(--green-light),#fff);width:72px;height:72px;color:var(--green-deep);border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;font-family:Syne,sans-serif;font-size:26px;font-weight:800;display:flex;position:relative;overflow:hidden}.customer-dashboard-shell .profile-avatar-lg img{object-fit:cover;width:100%;height:100%}.customer-dashboard-shell .profile-avatar-upload{color:#fff;text-align:center;cursor:pointer;opacity:0;pointer-events:none;background:#1a3a2ad9;border-radius:999px;padding:3px 6px;font-size:10px;font-weight:600;transition:opacity .15s;position:absolute;inset:auto 6px 6px}.customer-dashboard-shell .profile-avatar-lg:hover .profile-avatar-upload,.customer-dashboard-shell .profile-avatar-upload:focus-within{opacity:1;pointer-events:auto}.customer-dashboard-shell .profile-avatar-upload input{display:none}.customer-dashboard-shell .profile-avatar-upload.busy{opacity:.7;cursor:default}.customer-dashboard-shell .profile-hero-name{color:#fff;margin-bottom:4px;font-family:Syne,sans-serif;font-size:17px;font-weight:700}.customer-dashboard-shell .profile-hero-email{color:#fff9;font-size:12.5px}.customer-dashboard-shell .profile-hero-badge{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:20px;align-items:center;gap:5px;margin-top:10px;padding:4px 12px;font-size:11.5px;font-weight:500;display:inline-flex}.customer-dashboard-shell .profile-stat-row{border-top:1px solid var(--border);grid-template-columns:1fr 1fr 1fr;display:grid}.customer-dashboard-shell .profile-stat{text-align:center;border-right:1px solid var(--border);padding:14px 12px}.customer-dashboard-shell .profile-stat:last-child{border-right:none}.customer-dashboard-shell .profile-stat-val{color:var(--ink);font-family:Syne,sans-serif;font-size:18px;font-weight:700}.customer-dashboard-shell .profile-stat-label{color:var(--ink-light);margin-top:2px;font-size:10.5px}.customer-dashboard-shell .profile-nav{padding:10px 0}.customer-dashboard-shell .profile-nav-item{cursor:pointer;color:var(--ink-mid);background:0 0;border-left:3px solid #0000;align-items:center;gap:10px;padding:11px 20px;font-size:13.5px;transition:all .15s;display:flex}.customer-dashboard-shell .profile-nav-item:hover{background:var(--green-mist);color:var(--green-mid);border-left-color:var(--green-light)}.customer-dashboard-shell .profile-nav-item.active{background:var(--green-mist);color:var(--green-mid);border-left-color:var(--green-mid);font-weight:500}.customer-dashboard-shell .profile-nav-item svg{opacity:.6;flex-shrink:0}.customer-dashboard-shell .profile-nav-item:hover svg,.customer-dashboard-shell .profile-nav-item.active svg{opacity:1}.customer-dashboard-shell .profile-right{flex-direction:column;gap:18px;display:flex}.customer-dashboard-shell .form-section{padding:20px 22px}.customer-dashboard-shell .form-section-title{color:var(--ink);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:10px;font-family:Syne,sans-serif;font-size:14px;font-weight:700}@media (max-width:768px){.customer-dashboard-shell .form-section-title{margin-bottom:0;padding-bottom:8px}}.customer-dashboard-shell .form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.customer-dashboard-shell .form-grid.full{grid-template-columns:1fr}.customer-dashboard-shell .form-group{flex-direction:column;gap:5px;display:flex}.customer-dashboard-shell .form-group.full{grid-column:1/-1}.customer-dashboard-shell .form-label{color:var(--ink-mid);letter-spacing:.3px;font-size:14px;font-weight:600}.customer-dashboard-shell .form-input{border:1.5px solid var(--border);border-radius:var(--radius-xs);color:var(--ink);background:var(--surface);outline:none;padding:10px 13px;font-family:DM Sans,sans-serif;font-size:13.5px;transition:border-color .15s}.customer-dashboard-shell .form-input::placeholder{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .form-input:focus{border-color:var(--green-mid);box-shadow:0 0 0 3px #2d6a4f14}.customer-dashboard-shell .form-input:disabled{background:var(--surface-2);color:var(--ink-light)}.customer-dashboard-shell .form-textarea{resize:vertical;min-height:120px}.customer-dashboard-shell select.form-input{cursor:pointer}.customer-dashboard-shell .form-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.customer-dashboard-shell .security-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 22px;display:flex}.customer-dashboard-shell .security-item:last-child{border-bottom:none}.customer-dashboard-shell .security-left{align-items:center;gap:12px;display:flex}.customer-dashboard-shell .security-icon{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.customer-dashboard-shell .security-title{color:var(--ink);font-size:13.5px;font-weight:600}.customer-dashboard-shell .security-sub{color:var(--ink-light);margin-top:1px;font-size:12px}.customer-dashboard-shell .toggle{background:var(--border);cursor:pointer;border-radius:20px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.customer-dashboard-shell .toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.customer-dashboard-shell .toggle.on{background:var(--green-mid)}.customer-dashboard-shell .toggle.on:after{left:20px}.customer-dashboard-shell .address-card{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;gap:12px;padding:14px 16px;transition:all .15s;display:flex}.customer-dashboard-shell .address-card__top{align-items:flex-start;gap:12px;display:flex}.customer-dashboard-shell .address-card__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.customer-dashboard-shell .address-helper{color:var(--ink-light);margin-top:4px;font-size:12px}.customer-dashboard-shell .address-card:hover{border-color:var(--green-light);background:var(--green-mist)}.customer-dashboard-shell .address-card.selected{border-color:var(--green-mid);background:var(--green-mist)}.customer-dashboard-shell .address-radio{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:border-color .15s;display:flex}.customer-dashboard-shell .address-card.selected .address-radio{border-color:var(--green-mid)}.customer-dashboard-shell .address-radio-dot{background:var(--green-mid);border-radius:50%;width:8px;height:8px;display:none}.customer-dashboard-shell .address-card.selected .address-radio-dot{display:block}.customer-dashboard-shell .address-label{color:var(--ink);margin-bottom:3px;font-size:13px;font-weight:600}.customer-dashboard-shell .address-text{color:var(--ink-mid);font-size:12.5px;line-height:1.5}.customer-dashboard-shell .address-default{color:var(--green-mid);margin-top:4px;font-size:11px;font-weight:500}.customer-dashboard-shell .addresses-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.customer-dashboard-shell .wishlist-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;display:flex}.customer-dashboard-shell .wishlist-title{align-items:center;gap:8px;display:inline-flex}.customer-dashboard-shell .wishlist-heart{color:var(--red-soft);font-size:18px;line-height:1}.customer-dashboard-shell .sort-select{border:1.5px solid var(--border);color:var(--ink-mid);background:var(--surface);cursor:pointer;border-radius:30px;outline:none;padding:7px 12px;font-family:DM Sans,sans-serif;font-size:13px}.customer-dashboard-shell .wishlist-count{color:var(--ink-light);margin-right:auto;font-size:13px}.customer-dashboard-shell .wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.customer-dashboard-shell .wish-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.customer-dashboard-shell .wish-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.customer-dashboard-shell .wish-product-img{background:var(--green-mist);justify-content:center;align-items:center;height:130px;font-size:52px;display:flex;position:relative}.customer-dashboard-shell .wish-product-media{position:relative}.customer-dashboard-shell .wish-product-img img{object-fit:cover;width:100%;height:100%}.customer-dashboard-shell .wish-remove{cursor:pointer;width:28px;height:28px;color:var(--red-soft);opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex;position:absolute;top:10px;right:10px}.customer-dashboard-shell .wish-product-card:hover .wish-remove{opacity:1}.customer-dashboard-shell .wish-product-card:hover .wish-remove:hover{background:var(--red-pale)}@media (max-width:768px){.customer-dashboard-shell .customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-dashboard-shell .customer-wishlist-page .wish-product-img{height:120px}.customer-dashboard-shell .customer-wishlist-page .wish-product-body{padding:12px}.customer-dashboard-shell .customer-wishlist-page .wish-product-actions{flex-wrap:wrap;gap:8px}.customer-dashboard-shell .customer-wishlist-page .wish-add-cart{flex:100%}.customer-dashboard-shell .customer-wishlist-page .wish-share{width:34px;height:34px}}.customer-dashboard-shell .wish-stock-badge{border-radius:20px;padding:3px 8px;font-size:10.5px;font-weight:600;position:absolute;bottom:10px;left:10px}.customer-dashboard-shell .wish-stock-badge.in{background:var(--green-pale);color:var(--green-bright)}.customer-dashboard-shell .wish-stock-badge.low{background:var(--amber-pale);color:#d97706}.customer-dashboard-shell .wish-stock-badge.out{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .wish-product-body{grid-template-columns:1fr auto;grid-template-areas:"category category""name name""rating rating""price add""share share";gap:8px 12px;padding:14px 16px;display:grid}.customer-dashboard-shell .wish-product-category{letter-spacing:.8px;text-transform:uppercase;color:var(--green-mid);grid-area:category;margin-bottom:4px;font-size:10.5px;font-weight:600}.customer-dashboard-shell .wish-product-name{font-family:Syne,sans-serif;font-weight:700;font-size:var(--font-body);color:var(--ink);grid-area:name;margin-bottom:6px;line-height:1.25;text-decoration:none}.customer-dashboard-shell .wish-product-desc{color:var(--ink-light);margin-bottom:10px;font-size:12px;line-height:1.5}.customer-dashboard-shell .wish-rating{grid-area:rating}.customer-dashboard-shell .wish-product-price-row{flex-wrap:wrap;grid-area:price;justify-content:flex-start;align-items:center;gap:6px;margin-bottom:0;display:flex}.customer-dashboard-shell .wish-product-price{color:var(--ink);font-family:Syne,sans-serif;font-size:18px;font-weight:700}.customer-dashboard-shell .wish-product-old-price{color:var(--ink-light);margin-left:6px;font-size:12px;text-decoration:line-through}.customer-dashboard-shell .wish-product-discount{background:var(--red-pale);color:var(--red-soft);border-radius:20px;padding:2px 7px;font-size:11px;font-weight:600}.customer-dashboard-shell .wish-product-actions{display:contents}.customer-dashboard-shell .wish-add-cart{background:var(--green-mid);color:#fff;border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap;border:none;flex:none;grid-area:add;justify-content:center;align-self:center;align-items:center;gap:6px;padding:6px 12px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:background .15s;display:flex}.customer-dashboard-shell .wish-add-cart:hover{background:var(--green-deep)}.customer-dashboard-shell .wish-add-cart:disabled{background:var(--border);color:var(--ink-light);cursor:not-allowed}.customer-dashboard-shell .wish-share{border:1.5px solid var(--border);border-radius:var(--radius-xs);background:var(--surface);cursor:pointer;width:36px;height:36px;color:var(--ink-light);flex-shrink:0;grid-area:share;justify-content:center;justify-self:end;align-items:center;transition:all .15s;display:flex}.customer-dashboard-shell .wish-share:hover{border-color:var(--green-light);color:var(--green-mid)}.customer-dashboard-shell .wish-rating{align-items:center;gap:4px;margin-bottom:8px;display:flex}.customer-dashboard-shell .wish-stars{color:#f4a261;letter-spacing:1px;font-size:12px}.customer-dashboard-shell .wish-rating-count{color:var(--ink-light);font-size:11.5px}.customer-dashboard-shell .wish-added-date{color:var(--ink-light);align-items:center;gap:4px;margin-top:8px;font-size:11px;display:flex}.customer-dashboard-shell .cart-summary-bar{background:linear-gradient(135deg,var(--green-deep),var(--green-mid));border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:22px;padding:16px 22px;display:flex}.customer-dashboard-shell .cart-summary-text{color:#fff}.customer-dashboard-shell .cart-summary-total-wrap{text-align:right;flex-shrink:0}.customer-dashboard-shell .cart-summary-title{font-family:Syne,sans-serif;font-size:15px;font-weight:700}.customer-dashboard-shell .cart-summary-sub{color:#ffffffa6;margin-top:2px;font-size:12.5px}.customer-dashboard-shell .cart-summary-total{color:#fff;font-family:Syne,sans-serif;font-size:22px;font-weight:800}.customer-dashboard-shell .cart-summary-label{color:#ffffff8c;text-align:right;margin-top:1px;font-size:11px}.customer-dashboard-shell .reminders-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.customer-dashboard-shell .reminder-card{gap:12px;padding:16px 18px;display:grid}.customer-dashboard-shell .reminder-card.due{background:var(--red-pale);border-color:#e76f5166}.customer-dashboard-shell .reminder-card.soon{background:var(--amber-pale);border-color:#f4a26166}.customer-dashboard-shell .reminder-card__header,.customer-dashboard-shell .reminder-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.customer-dashboard-shell .reminder-card__header p,.customer-dashboard-shell .reminder-meta{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .refill-list{gap:8px;padding:10px 22px 18px;display:grid}.customer-dashboard-shell .refill-row{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.customer-dashboard-shell .refill-row__details{color:var(--ink-mid);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.customer-dashboard-shell .refill-row__name{color:var(--ink);font-weight:600}.customer-dashboard-shell .refill-row__usage{color:var(--ink-light)}.customer-dashboard-shell .refill-row__status{color:var(--green-mid);font-weight:600}.customer-dashboard-shell .refill-row.refill_overdue .refill-row__status,.customer-dashboard-shell .refill-row.refill_due_today .refill-row__status{color:var(--red-soft)}.customer-dashboard-shell .refill-row.refill_due_soon .refill-row__status{color:var(--amber)}.customer-dashboard-shell .refill-row.manual_setup_required .refill-row__status,.customer-dashboard-shell .refill-row.not_refillable .refill-row__status,.customer-dashboard-shell .refill-row.paused .refill-row__status,.customer-dashboard-shell .refill-dot{color:var(--ink-light)}.customer-dashboard-shell .refill-row__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.customer-dashboard-shell .customer-reminders-page .refill-reminder-section{margin-bottom:18px}@media (max-width:768px){.customer-dashboard-shell .customer-reminders-page .refill-reminder-section{margin-bottom:14px}}.customer-dashboard-shell .purchased-items-grid{grid-template-columns:repeat(auto-fill,320px);justify-content:flex-start;align-items:start;gap:16px;padding:10px 22px 18px;display:grid}.customer-dashboard-shell .purchased-item-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);gap:10px;padding:16px;display:grid}.customer-dashboard-shell .purchased-item-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.customer-dashboard-shell .purchased-item-name{color:var(--ink);font-size:15px;font-weight:600}.customer-dashboard-shell .purchased-item-meta{color:var(--ink-light);margin-top:4px;font-size:12px}.customer-dashboard-shell .purchased-item-meta--secondary{margin-top:2px;font-size:11.5px}.customer-dashboard-shell .purchased-item-usage{color:var(--ink-mid);font-size:13px}.customer-dashboard-shell .purchased-item-footer{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.customer-dashboard-shell .purchased-item-footer .btn-secondary{width:auto}.customer-dashboard-shell .purchased-item-due{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .reminder-product-modal{grid-template-columns:180px 1fr;align-items:start;gap:16px;display:grid}.customer-dashboard-shell .reminder-product-modal__media{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-2);border-radius:14px;place-items:center;width:100%;display:grid;overflow:hidden}.customer-dashboard-shell .reminder-product-modal__media img{object-fit:cover;width:100%;height:100%}.customer-dashboard-shell .reminder-product-modal__content{gap:8px;display:grid}.customer-dashboard-shell .reminder-product-modal__category{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light);font-size:11px}.customer-dashboard-shell .reminder-product-modal__title{color:var(--ink);font-size:16px;font-weight:700}.customer-dashboard-shell .reminder-product-modal__price{color:var(--ink);font-size:18px;font-weight:800}.customer-dashboard-shell .reminder-product-modal__stock{color:var(--ink-mid);font-size:12px}.customer-dashboard-shell .reminder-product-modal__desc{color:var(--ink-mid);font-size:12.5px;line-height:1.5}.customer-dashboard-shell .reminder-product-modal__actions{flex-wrap:wrap;gap:10px;display:flex}.customer-dashboard-shell .reminder-product-modal__link{justify-content:center}.customer-dashboard-shell .customer-reminders-page .reminder-card__actions{grid-template-columns:1fr auto;gap:6px;display:grid}.customer-dashboard-shell .customer-reminders-page .reminder-card__actions .customer-mini-button{width:100%}.customer-dashboard-shell .customer-reminders-page .reminder-refill{grid-column:1;width:100%}.customer-dashboard-shell .customer-reminders-page .reminder-card__actions .customer-mini-button.danger{grid-column:2;justify-self:end;width:30px;height:30px;min-height:30px;padding:0}.customer-dashboard-shell .reminder-header-actions{flex-wrap:wrap;gap:8px;display:flex}.customer-dashboard-shell .reminder-import-list{gap:12px;display:grid}.customer-dashboard-shell .reminder-import-order{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);gap:10px;padding:12px;display:grid}.customer-dashboard-shell .reminder-import-order__meta{color:var(--ink);justify-content:space-between;align-items:center;gap:12px;font-weight:600;display:flex}.customer-dashboard-shell .reminder-import-order__date{color:var(--ink-light);font-size:12px;font-weight:500}.customer-dashboard-shell .reminder-import-items{gap:8px;display:grid}.customer-dashboard-shell .reminder-import-item{border-radius:var(--radius-xs);background:var(--surface);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.customer-dashboard-shell .reminder-import-item__info{align-items:center;gap:10px;display:flex}.customer-dashboard-shell .reminder-import-thumb{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.customer-dashboard-shell .reminder-import-thumb img{object-fit:cover;width:100%;height:100%}.customer-dashboard-shell .reminder-import-item__name{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .reminder-import-item__qty{color:var(--ink-light);font-size:12px}@media (max-width:768px){.customer-dashboard-shell .reminder-product-modal{grid-template-columns:1fr}.customer-dashboard-shell .reminder-product-modal__actions{justify-content:stretch}.customer-dashboard-shell .reminder-product-modal__actions .btn-secondary,.customer-dashboard-shell .reminder-product-modal__actions .btn-primary{flex:1}}.customer-dashboard-shell .pharmacist-hero{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;margin-bottom:28px;display:grid}.customer-dashboard-shell .pharmacist-hero__copy{border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(135deg,#f7fbf9,#f0faf3);gap:14px;padding:24px;display:grid}.customer-dashboard-shell .pharmacist-contact-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-dashboard-shell .pharmacist-contact-details .pharmacist-channel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.customer-dashboard-shell .pharmacist-prescriptions{width:100%;max-width:720px;margin-top:18px}.customer-dashboard-shell .pharmacist-prescriptions .card-header{padding:0 2px 8px}.customer-dashboard-shell .rx-compact-list .rx-item{padding:10px 14px}.customer-dashboard-shell .rx-meta{color:var(--ink-light);margin-top:2px;font-size:11px}.customer-dashboard-shell .pharmacist-hero__copy h2{color:var(--ink);margin:0;font-family:Syne,sans-serif;font-size:20px;font-weight:700}.customer-dashboard-shell .pharmacist-channel{color:inherit;gap:6px;padding:16px;text-decoration:none;display:grid}.customer-dashboard-shell .pharmacist-channel-grid{gap:12px;display:grid}.customer-dashboard-shell .support-summary-box pre{white-space:pre-wrap;color:var(--ink);margin:0;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.7}.customer-dashboard-shell .customer-checklist{color:var(--ink-mid);gap:10px;padding-left:20px;display:grid}.customer-dashboard-shell .customer-checklist li::marker{color:var(--success-mid)}@media (max-width:768px){.customer-dashboard-shell .pharmacist-hero{grid-template-columns:1fr}.customer-dashboard-shell .pharmacist-prescriptions{max-width:100%}}.customer-dashboard-shell .customer-empty-state{text-align:center;place-items:center;padding:28px 24px}.customer-dashboard-shell .customer-empty-state__icon{background:var(--green-pale);width:56px;height:56px;color:var(--green-mid);border-radius:20px;place-items:center;font-size:24px;display:grid}.customer-dashboard-shell .customer-page-button,.customer-dashboard-shell .customer-mini-button{border-radius:var(--radius-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;text-decoration:none;display:inline-flex}.customer-dashboard-shell .customer-page-button{min-height:38px;padding:8px 16px;font-size:13px}.customer-dashboard-shell .customer-mini-button{min-height:32px;padding:6px 12px;font-size:12px}.customer-dashboard-shell .customer-mini-button.white{background:var(--surface);color:var(--ink);border:1px solid var(--border)}.customer-dashboard-shell .customer-mini-button.danger{background:var(--red-pale);color:var(--red-soft);border:1px solid #e76f514d}.customer-dashboard-shell .search-bar.compact input{width:120px}.customer-dashboard-shell .dashboard-hero{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:18px;margin-bottom:22px;display:grid}.customer-dashboard-shell .dashboard-hero__copy{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:22px}.customer-dashboard-shell .customer-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-light);margin-bottom:8px;font-size:11px;display:inline-flex}.customer-dashboard-shell .dashboard-hero__copy h2{margin-bottom:8px;font-family:Syne,sans-serif;font-size:22px}.customer-dashboard-shell .dashboard-hero__copy p{color:var(--ink-mid);margin-bottom:12px;font-size:13px;line-height:1.6}.customer-dashboard-shell .dashboard-hero__actions{flex-wrap:wrap;gap:10px;display:flex}.customer-dashboard-shell .dashboard-hero__meta{gap:12px;display:grid}.customer-dashboard-shell .dashboard-highlight-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);gap:6px;padding:18px 20px;display:grid}.customer-dashboard-shell .dashboard-highlight-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light);font-size:11px}.customer-dashboard-shell .dashboard-summary-grid,.customer-dashboard-shell .dashboard-shortcut-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.customer-dashboard-shell .customer-stat-card{gap:6px;padding:16px 18px;display:grid}.customer-dashboard-shell .customer-stat-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light);font-size:11px}.customer-dashboard-shell .dashboard-shortcut-card{color:inherit;align-items:center;gap:12px;padding:16px 18px;text-decoration:none;display:flex}.customer-dashboard-shell .dashboard-shortcut-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.customer-dashboard-shell .dashboard-shortcut-card__icon{border-radius:var(--radius-sm);background:var(--green-pale);width:36px;height:36px;color:var(--green-mid);place-items:center;display:grid}.customer-dashboard-shell .dashboard-shortcut-card__copy p{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .dashboard-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-dashboard-shell .dashboard-panel{padding:18px}.customer-dashboard-shell .dashboard-list{gap:10px;display:grid}.customer-dashboard-shell .dashboard-order-row{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.customer-dashboard-shell .dashboard-order-row__meta{text-align:right;color:var(--ink-light);font-size:12px}.customer-dashboard-shell .dashboard-address-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);gap:6px;margin-bottom:12px;padding:14px 16px;display:grid}.customer-dashboard-shell .dashboard-support-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);gap:8px;padding:14px 16px;display:grid}.customer-dashboard-shell .dashboard-support-card__actions{flex-wrap:wrap;gap:10px;display:flex}.customer-dashboard-shell .snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-dashboard-shell .snapshot-item.full{grid-column:1/-1}.customer-dashboard-shell .snapshot-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light);font-size:11px}.customer-dashboard-shell .snapshot-value{color:var(--ink);font-size:13px}.customer-dashboard-shell .cart-summary-bar{background:linear-gradient(135deg,var(--green-mid),var(--green-deep));color:#fff;border-radius:var(--radius);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;margin-bottom:18px;padding:20px 22px;display:grid}@media (max-width:768px){.customer-dashboard-shell .cart-summary-bar{margin-bottom:10px}}.customer-dashboard-shell .cart-summary-text{gap:6px;display:grid}@media (max-width:768px){.customer-dashboard-shell .cart-summary-text{gap:0}}.customer-dashboard-shell .cart-summary-total-wrap{text-align:right}.customer-dashboard-shell .cart-summary-title,.customer-dashboard-shell .cart-summary-total{font-weight:700}.customer-dashboard-shell .cart-summary-sub,.customer-dashboard-shell .cart-summary-label{color:#ffffffbf;font-size:12px}.customer-dashboard-shell .account-modal-overlay{z-index:90;background:#0b151073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.customer-dashboard-shell .account-modal{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);width:min(680px,100%);max-height:88vh;box-shadow:var(--shadow-lg);overflow:auto}.customer-dashboard-shell .account-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.customer-dashboard-shell .account-modal-close{border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--surface-2);cursor:pointer;width:36px;height:36px}.customer-dashboard-shell .account-modal-body{gap:14px;padding:20px;display:grid}.customer-dashboard-shell .account-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.customer-dashboard-shell .account-toggle{color:var(--ink-mid);align-items:center;gap:10px;font-size:12px;display:inline-flex}@media (max-width:768px){.customer-dashboard-shell .customer-page{padding-top:0}.customer-dashboard-shell .content{padding:22px 18px;overflow:visible}.customer-dashboard-shell .main{min-height:auto}.customer-dashboard-shell .customer-page{justify-content:flex-start;min-height:auto;margin-top:0}.customer-dashboard-shell .topbar{flex-wrap:wrap;align-items:center;gap:12px;min-height:auto;margin-top:0;padding:6px 16px 12px;position:relative}.customer-dashboard-shell .topbar>div:first-child{min-width:0;padding-right:52px}.customer-dashboard-shell .page-title{margin-top:0}.customer-dashboard-shell .topbar-actions{flex-wrap:wrap;gap:10px;width:100%;margin-left:auto}.customer-dashboard-shell .topbar-actions .notif-dropdown{z-index:2;position:absolute;top:10px;right:16px}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{order:2;justify-content:center;width:100%}.customer-dashboard-shell .topbar-actions .notif-dropdown .btn-icon{order:0;position:static}.customer-dashboard-shell .topbar-actions .notif-panel{right:0}.customer-dashboard-shell .rx-grid,.customer-dashboard-shell .profile-layout,.customer-dashboard-shell .form-grid,.customer-dashboard-shell .addresses-grid{grid-template-columns:1fr}.customer-dashboard-shell .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-dashboard-shell .customer-reminders-page .reminders-grid{grid-template-columns:1fr}.customer-dashboard-shell .refill-list{padding:8px 12px 14px}.customer-dashboard-shell .refill-row{flex-direction:column;align-items:flex-start}.customer-dashboard-shell .refill-row__actions{flex-direction:column;align-items:stretch;width:100%}.customer-dashboard-shell .refill-row__actions .btn-secondary{justify-content:center;width:100%}.customer-dashboard-shell .purchased-items-grid{grid-template-columns:1fr;padding:8px 12px 16px}.customer-dashboard-shell .purchased-item-footer{flex-direction:column;align-items:flex-start}.customer-dashboard-shell .purchased-item-footer .btn-secondary{justify-content:center;width:100%}.customer-dashboard-shell .card-header{flex-wrap:wrap;align-items:flex-start;gap:10px;padding:8px 9px}.customer-dashboard-shell .orders-filter-bar,.customer-dashboard-shell .wishlist-toolbar{gap:5px;margin-bottom:10px}.customer-dashboard-shell .search-bar,.customer-dashboard-shell .wishlist-count,.customer-dashboard-shell .sort-select{width:100%;margin-left:0}.customer-dashboard-shell .search-bar{border-radius:16px;padding:10px 14px}.customer-dashboard-shell .search-bar input{width:100%}.customer-dashboard-shell .order-card-header,.customer-dashboard-shell .order-body,.customer-dashboard-shell .order-footer,.customer-dashboard-shell .security-item,.customer-dashboard-shell .cart-summary-bar{padding-left:16px;padding-right:16px}.customer-dashboard-shell .order-card-header{padding-left:20px;padding-right:20px}.customer-dashboard-shell .order-card-header,.customer-dashboard-shell .order-body,.customer-dashboard-shell .order-footer,.customer-dashboard-shell .security-item,.customer-dashboard-shell .cart-summary-bar{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.customer-dashboard-shell .order-body,.customer-dashboard-shell .customer-orders-page .order-products,.customer-dashboard-shell .customer-orders-page .order-footer{gap:6px}.customer-dashboard-shell .customer-orders-page .order-summary{row-gap:6px}.customer-dashboard-shell .customer-orders-page .order-actions{margin-top:6px}.customer-dashboard-shell .order-meta{flex-direction:column;align-items:flex-start;gap:6px}.customer-dashboard-shell .order-products,.customer-dashboard-shell .order-summary,.customer-dashboard-shell .cart-summary-text{width:100%}.customer-dashboard-shell .order-summary{text-align:left}.customer-dashboard-shell .order-actions,.customer-dashboard-shell .form-section{padding:10px 11px}.customer-dashboard-shell .form-actions{flex-wrap:wrap;justify-content:stretch;width:100%}.customer-dashboard-shell .order-actions .btn-primary,.customer-dashboard-shell .order-actions .btn-secondary,.customer-dashboard-shell .form-actions .btn-primary,.customer-dashboard-shell .form-actions .btn-secondary{flex:1;justify-content:center}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(2){-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(2)::-webkit-scrollbar{display:none}.customer-dashboard-shell .customer-overview-page .orders-table .order-product{min-width:max-content}.customer-dashboard-shell .customer-overview-page .orders-table .product-name,.customer-dashboard-shell .customer-overview-page .orders-table .product-qty{white-space:nowrap}.customer-dashboard-shell .order-track{scrollbar-width:none;width:100%;padding-bottom:4px;overflow-x:auto}.customer-dashboard-shell .rx-pharma-note{flex-direction:column;align-items:flex-start;gap:10px}.customer-dashboard-shell .rx-pharma-note>div{width:100%}.customer-dashboard-shell .rx-pharma-note>div:first-of-type{align-items:center;gap:10px;display:flex}.customer-dashboard-shell .rx-note-title{margin:0}.customer-dashboard-shell .track-step,.customer-dashboard-shell .track-line{flex-shrink:0}.customer-dashboard-shell .rx-card{gap:12px;padding:16px}.customer-dashboard-shell .rx-card-footer{flex-wrap:wrap}.customer-dashboard-shell .rx-action-btn{flex:1;justify-content:center}.customer-dashboard-shell .profile-layout>div,.customer-dashboard-shell .profile-sidebar-card,.customer-dashboard-shell .profile-right,.customer-dashboard-shell .profile-nav,.customer-dashboard-shell .profile-nav-item{min-width:0}.customer-dashboard-shell .security-item{gap:14px}.customer-dashboard-shell .security-left{width:100%}.customer-dashboard-shell .toggle{align-self:flex-start}.customer-dashboard-shell .rx-history-table{white-space:nowrap;display:block;overflow-x:auto}.customer-dashboard-shell .cart-summary-bar{padding-top:18px;padding-bottom:18px}.customer-dashboard-shell .cart-summary-bar>*{width:100%}.customer-dashboard-shell .cart-summary-total-wrap{text-align:left;flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.customer-dashboard-shell .cart-summary-total{display:inline}.customer-dashboard-shell .cart-summary-label{margin-top:0;display:inline}.customer-dashboard-shell .cart-summary-bar .btn-white{width:100%}.customer-dashboard-shell .btn-white{justify-content:center}.customer-dashboard-shell .profile-avatar-upload{opacity:1;pointer-events:auto}.customer-dashboard-shell .form-label,.customer-dashboard-shell .form-input{font-size:12px}.customer-dashboard-shell .form-input::placeholder{font-size:11px}.customer-dashboard-shell .customer-profile-page .profile-hero{text-align:left;justify-content:center;align-items:center;gap:30px;padding:10px 16px;display:flex}.customer-dashboard-shell .customer-profile-page .profile-avatar-lg{flex-shrink:0;margin:0}.customer-dashboard-shell .customer-profile-page .profile-hero-name,.customer-dashboard-shell .customer-profile-page .profile-hero-email,.customer-dashboard-shell .customer-profile-page .profile-hero-badge{margin-left:0}.customer-dashboard-shell .customer-profile-page .profile-hero:after{display:none}.customer-dashboard-shell .customer-profile-page .topbar{align-items:end;gap:8px;padding:8px 14px 10px}.customer-dashboard-shell .customer-profile-page .topbar>div:first-child{padding-right:50px}.customer-dashboard-shell .customer-profile-page .topbar-actions .notif-dropdown{top:8px;right:14px}.customer-dashboard-shell .customer-profile-page .topbar-actions{width:auto;margin-left:auto}.customer-dashboard-shell .customer-profile-page .content{padding-top:14px}.customer-dashboard-shell .customer-profile-page .profile-layout{margin-top:0}.customer-dashboard-shell .customer-profile-page .profile-nav{scrollbar-width:none;flex-direction:row;gap:8px;padding:8px 10px 10px;display:flex;overflow-x:auto}.customer-dashboard-shell .customer-profile-page .profile-nav::-webkit-scrollbar{display:none}.customer-dashboard-shell .customer-profile-page .profile-nav-item{white-space:nowrap;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px 10px;display:flex}.customer-dashboard-shell .customer-profile-page .profile-nav-item svg{width:18px;height:18px}.customer-dashboard-shell .stats-row,.customer-dashboard-shell .two-col,.customer-dashboard-shell .bottom-row{grid-template-columns:1fr}.customer-dashboard-shell .stat-card{padding:16px}.customer-dashboard-shell .two-col,.customer-dashboard-shell .right-col,.customer-dashboard-shell .bottom-row{gap:16px}.customer-dashboard-shell .orders-table{display:block}.customer-dashboard-shell .customer-orders-page .order-total{grid-area:total}.customer-dashboard-shell .customer-orders-page .order-total-label{text-align:right;grid-area:label}.customer-dashboard-shell .customer-orders-page .order-actions{grid-area:actions;margin-top:0;padding-left:0;padding-right:0}.customer-dashboard-shell .customer-orders-page .order-body{padding-top:0;padding-bottom:0}.customer-dashboard-shell .orders-table th,.customer-dashboard-shell .orders-table td{padding:12px 16px}.customer-dashboard-shell .orders-table thead{display:none}.customer-dashboard-shell .orders-table tbody{display:block}.customer-dashboard-shell .orders-table tbody tr{grid-template-columns:1fr auto;grid-template-areas:"id id""product amount""date status";align-items:center;gap:8px;padding:12px 16px;display:grid}.customer-dashboard-shell .orders-table tbody td{border:none;padding:0;display:block}.customer-dashboard-shell .orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .orders-table tbody td:nth-child(2){grid-area:product}.customer-dashboard-shell .orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .orders-table tbody td:nth-child(4){text-align:right;grid-area:amount;justify-self:end;font-weight:600}.customer-dashboard-shell .orders-table tbody td:nth-child(5){text-align:right;grid-area:status;justify-self:end}.customer-dashboard-shell .orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody tr{grid-template-columns:1fr auto!important;grid-template-areas:"id id""product amount""date status"!important;align-items:center!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:first-child{grid-area:id!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2){grid-area:product!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(3){grid-area:date!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(4){text-align:right!important;grid-area:amount!important;justify-self:end!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(5){text-align:right!important;grid-area:status!important;justify-self:end!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2){-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2)::-webkit-scrollbar{display:none}.customer-dashboard-shell .customer-overview-page .overview-orders-table .order-product{min-width:max-content}.customer-dashboard-shell .customer-overview-page .overview-orders-table .product-name,.customer-dashboard-shell .customer-overview-page .overview-orders-table .product-qty{white-space:nowrap}.customer-dashboard-shell .tracker-item,.customer-dashboard-shell .reminder-item{padding-left:16px;padding-right:16px}.customer-dashboard-shell .spend-bars{padding:14px 16px}.customer-dashboard-shell .customer-wishlist-page .wishlist-grid{gap:12px;padding:10px 12px}.customer-dashboard-shell .category-item,.customer-dashboard-shell .blog-list{padding:12px 16px}.customer-dashboard-shell .blog-row{padding:10px}}@media (max-width:640px){.customer-dashboard-shell .rx-grid,.customer-dashboard-shell .profile-layout,.customer-dashboard-shell .form-grid,.customer-dashboard-shell .addresses-grid{grid-template-columns:1fr}.customer-dashboard-shell .content{padding:18px 16px 28px}.customer-dashboard-shell .topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;flex-wrap:wrap;align-items:flex-start;gap:14px;padding:18px 18px 14px}.customer-dashboard-shell .topbar>div:first-child{min-width:0;padding-right:52px}.customer-dashboard-shell .topbar-actions{flex-wrap:wrap;width:100%}.customer-dashboard-shell .topbar-actions .notif-dropdown{z-index:2;position:absolute;top:16px;right:18px}.customer-dashboard-shell .topbar-actions .notif-dropdown .btn-icon{position:static}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{justify-content:center}.customer-dashboard-shell .card-header{flex-wrap:wrap;align-items:flex-start;gap:10px;padding:8px 9px}.customer-dashboard-shell .orders-filter-bar,.customer-dashboard-shell .wishlist-toolbar{gap:5px}.customer-dashboard-shell .search-bar,.customer-dashboard-shell .wishlist-count,.customer-dashboard-shell .sort-select{width:100%;margin-left:0}.customer-dashboard-shell .search-bar{border-radius:16px;padding:10px 14px}.customer-dashboard-shell .search-bar input{width:100%}.customer-dashboard-shell .order-card-header,.customer-dashboard-shell .order-body,.customer-dashboard-shell .order-footer,.customer-dashboard-shell .security-item,.customer-dashboard-shell .cart-summary-bar{flex-direction:column;align-items:flex-start;gap:4px;padding-left:16px;padding-right:16px}.customer-dashboard-shell .order-meta{flex-direction:column;align-items:flex-start;gap:6px}.customer-dashboard-shell .order-products,.customer-dashboard-shell .order-summary,.customer-dashboard-shell .cart-summary-text{width:100%}.customer-dashboard-shell .order-summary{text-align:left}.customer-dashboard-shell .order-actions,.customer-dashboard-shell .form-actions{flex-wrap:wrap;justify-content:stretch;width:100%}.customer-dashboard-shell .order-actions .btn-primary,.customer-dashboard-shell .order-actions .btn-secondary,.customer-dashboard-shell .form-actions .btn-primary,.customer-dashboard-shell .form-actions .btn-secondary{flex:1;justify-content:center}.customer-dashboard-shell .order-track{scrollbar-width:none;width:100%;padding-bottom:4px;overflow-x:auto}.customer-dashboard-shell .track-step,.customer-dashboard-shell .track-line{flex-shrink:0}.customer-dashboard-shell .rx-pharma-note,.customer-dashboard-shell .rx-card{padding:16px}.customer-dashboard-shell .rx-card{gap:12px}.customer-dashboard-shell .rx-card-footer{flex-wrap:wrap}.customer-dashboard-shell .rx-action-btn{flex:1;justify-content:center}.customer-dashboard-shell .profile-layout>div,.customer-dashboard-shell .profile-sidebar-card,.customer-dashboard-shell .profile-right,.customer-dashboard-shell .profile-nav,.customer-dashboard-shell .profile-nav-item{min-width:0}.customer-dashboard-shell .security-item{gap:14px}.customer-dashboard-shell .security-left{width:100%}.customer-dashboard-shell .toggle{align-self:flex-start}.customer-dashboard-shell .rx-history-table{white-space:nowrap;display:block;overflow-x:auto}.customer-dashboard-shell .wishlist-grid{grid-template-columns:1fr 1fr}.customer-dashboard-shell .cart-summary-bar{padding-top:18px;padding-bottom:18px}.customer-dashboard-shell .cart-summary-bar>*{width:100%}.customer-dashboard-shell .btn-white{justify-content:center}.customer-dashboard-shell .customer-orders-page .order-card-header{flex-direction:row;align-items:flex-start}.customer-dashboard-shell .customer-orders-page .order-card-header .pill{align-self:flex-start;margin-left:auto}.customer-dashboard-shell .customer-orders-page .order-summary{text-align:left;grid-template-columns:1fr auto;grid-template-areas:"total label""actions actions";align-items:center;gap:6px 12px;display:grid}.customer-dashboard-shell .customer-orders-page .order-total{grid-area:total}.customer-dashboard-shell .customer-orders-page .order-total-label{text-align:right;grid-area:label}.customer-dashboard-shell .customer-orders-page .order-actions{grid-area:actions;margin-top:0;padding-left:0;padding-right:0}.customer-dashboard-shell .customer-orders-page .order-body{padding-top:0;padding-bottom:0}}@media (max-width:420px){.customer-dashboard-shell .customer-dashboard-shell{--radius:14px;--radius-sm:9px;--radius-xs:8px}.customer-dashboard-shell .content{padding:16px 12px 24px}.customer-dashboard-shell .topbar{padding:16px 12px 12px}.customer-dashboard-shell .topbar>div:first-child{padding-right:35px}.customer-dashboard-shell .topbar-actions .notif-dropdown{top:12px;right:12px}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{flex:1}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary,.customer-dashboard-shell .topbar-actions .btn-icon{min-height:42px}.customer-dashboard-shell .filter-tab,.customer-dashboard-shell .sort-select{font-size:12px}.customer-dashboard-shell .order-product-chip{width:100%}.customer-dashboard-shell .wish-product-img{height:148px;font-size:46px}.customer-dashboard-shell .wish-product-body{gap:6px 8px;padding:14px}.customer-dashboard-shell .wish-product-price-row{gap:6px}.customer-dashboard-shell .wish-add-cart{min-height:30px;padding:6px 10px;font-size:12px}.customer-dashboard-shell .wish-share{width:42px;height:42px}.customer-dashboard-shell .profile-hero:after{display:none}.customer-dashboard-shell .profile-hero-name,.customer-dashboard-shell .profile-hero-email{overflow-wrap:anywhere;word-break:break-word}.customer-dashboard-shell .profile-stat-row{grid-template-columns:1fr}.customer-dashboard-shell .profile-stat{border-right:none;border-bottom:1px solid var(--border)}.customer-dashboard-shell .profile-stat:last-child{border-bottom:none}.customer-dashboard-shell .security-item .btn-secondary{justify-content:center;width:100%}.customer-dashboard-shell .form-actions{flex-direction:column-reverse}.customer-dashboard-shell .rx-upload-zone{padding:28px 18px}.customer-dashboard-shell .order-body{gap:6px}}.customer-dashboard-shell .customer-stat-card.accent{background:var(--green-mist);border-color:var(--green-pale)}.customer-dashboard-shell .dashboard-address-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light);font-size:11px}.customer-dashboard-shell .profile-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-dashboard-shell .support-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);gap:8px;padding:14px 16px;display:grid}.customer-dashboard-shell .order-footer-note,.customer-dashboard-shell .order-cancel-note,.customer-dashboard-shell .order-delivered-note{color:var(--ink-mid);font-size:12px}.customer-dashboard-shell .order-cancel-note small,.customer-dashboard-shell .order-delivered-note small{color:var(--ink-light);display:block}.customer-dashboard-shell .address-default.muted{color:var(--ink-light)}.customer-dashboard-shell .welcome-banner{background:linear-gradient(135deg,var(--green-deep)0%,var(--green-mid)60%,var(--green-bright)100%);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:24px;padding:28px 32px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.customer-dashboard-shell .welcome-banner{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;margin-bottom:8px!important;padding:18px!important}}.customer-dashboard-shell .welcome-banner:before{content:"";background:#ffffff0a;border-radius:50%;width:280px;height:280px;position:absolute;top:-80px;right:-60px}.customer-dashboard-shell .welcome-banner:after{content:"";background:#ffffff0d;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-60px;right:120px}.customer-dashboard-shell .welcome-text h2{color:#fff;margin-bottom:6px;font-family:Syne,sans-serif;font-size:18px;font-weight:700}@media (max-width:768px){.customer-dashboard-shell .welcome-text h2{font-size:16px}}@media (max-width:440px){.customer-dashboard-shell .welcome-text h2{font-size:14px}}.customer-dashboard-shell .welcome-text p{color:#fffffff2;font-size:14px;line-height:1.5}@media (max-width:768px){.customer-dashboard-shell .welcome-text p{font-size:12px}}.customer-dashboard-shell .welcome-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background:#ffffff52;border:1px solid #ffffff6b;border-radius:40px;padding:8px 18px;font-size:12.5px;font-weight:700;text-decoration:none;transition:background .15s}@media (max-width:768px){.customer-dashboard-shell .welcome-pill{justify-content:center;width:100%;display:flex}}.customer-dashboard-shell .welcome-pill:focus,.customer-dashboard-shell .welcome-pill:active{outline:none}.customer-dashboard-shell .welcome-pill:hover{background:#fff3}.customer-dashboard-shell .stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}@media (max-width:768px){.customer-dashboard-shell .stats-row{gap:8px;margin-bottom:10px}}.customer-dashboard-shell .stat-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);cursor:default;flex-direction:column;gap:12px;padding:20px;transition:box-shadow .2s,transform .2s;display:flex}.customer-dashboard-shell .stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.customer-dashboard-shell .stat-header{justify-content:space-between;align-items:center;display:flex}.customer-dashboard-shell .stat-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.customer-dashboard-shell .stat-icon.green{background:var(--green-pale);color:var(--green-mid)}.customer-dashboard-shell .stat-icon.amber{background:var(--amber-pale);color:var(--amber)}.customer-dashboard-shell .stat-icon.red{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .stat-icon.blue{background:var(--blue-pale);color:var(--blue-soft)}.customer-dashboard-shell .stat-trend{border-radius:20px;padding:3px 8px;font-size:11.5px;font-weight:600}.customer-dashboard-shell .stat-trend.up{background:var(--green-pale);color:var(--green-bright)}.customer-dashboard-shell .stat-trend.down{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .stat-trend.neu{color:var(--ink-light);background:#f1f3f9}.customer-dashboard-shell .stat-value{color:var(--ink);font-family:Syne,sans-serif;font-size:26px;font-weight:700;line-height:1}.customer-dashboard-shell .stat-label{color:var(--ink-light);margin-top:2px;font-size:12px;font-weight:400}.customer-dashboard-shell .two-col{grid-template-columns:1fr 340px;gap:20px;margin-bottom:24px;display:grid}@media (max-width:1200px) and (min-width:769px){.customer-dashboard-shell .two-col{grid-template-columns:minmax(0,1fr) 260px;gap:18px}}.customer-dashboard-shell .right-col{flex-direction:column;gap:20px;display:flex}.customer-dashboard-shell .orders-table{border-collapse:collapse;width:100%}.customer-dashboard-shell .orders-table th{letter-spacing:.8px;text-transform:uppercase;color:var(--ink-light);text-align:left;background:var(--surface-2);border-bottom:1px solid var(--border);padding:10px 22px;font-size:11px;font-weight:600}.customer-dashboard-shell .orders-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 22px;font-size:13.5px}.customer-dashboard-shell .orders-table tr:last-child td{border-bottom:none}.customer-dashboard-shell .orders-table tr:hover td{background:var(--green-mist)}.customer-dashboard-shell .order-id{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .order-product{align-items:center;gap:10px;display:flex}.customer-dashboard-shell .product-icon{background:var(--green-pale);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex;overflow:hidden}.customer-dashboard-shell .product-icon img{object-fit:cover;width:100%;height:100%}.customer-dashboard-shell .product-name{font-weight:500;font-size:var(--font-body);color:var(--ink)}.customer-dashboard-shell .product-qty{color:var(--ink-light);font-size:11.5px}.customer-dashboard-shell .status-pill{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.customer-dashboard-shell .status-pill:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.customer-dashboard-shell .status-pill.delivered{background:var(--success-pale);color:var(--success-bright)}.customer-dashboard-shell .status-pill.delivered:before{background:var(--success-bright)}.customer-dashboard-shell .status-pill.processing{background:var(--amber-pale);color:#d97706}.customer-dashboard-shell .status-pill.processing:before{background:var(--amber)}.customer-dashboard-shell .status-pill.shipped{background:var(--blue-pale);color:var(--blue-soft)}.customer-dashboard-shell .status-pill.shipped:before{background:var(--blue-soft)}.customer-dashboard-shell .status-pill.cancelled{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .status-pill.cancelled:before{background:var(--red-soft)}.customer-dashboard-shell .tracker-list{padding:6px 0}.customer-dashboard-shell .tracker-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:14px;padding:14px 22px;transition:background .15s;display:flex}.customer-dashboard-shell .tracker-item:last-child{border-bottom:none}.customer-dashboard-shell .tracker-item:hover{background:var(--green-mist)}.customer-dashboard-shell .tracker-step{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.customer-dashboard-shell .tracker-step.done{background:var(--success-pale);color:var(--success-bright)}.customer-dashboard-shell .tracker-step.active{background:var(--amber-pale);color:var(--amber)}.customer-dashboard-shell .tracker-step.pending{color:var(--ink-light);background:#f1f3f9}.customer-dashboard-shell .tracker-info .t-title{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .tracker-info .t-sub{color:var(--ink-light);margin-top:2px;font-size:11.5px}.customer-dashboard-shell .tracker-time{color:var(--ink-light);white-space:nowrap;margin-left:auto;padding-top:4px;font-size:11px}.customer-dashboard-shell .reminder-list{padding:6px 0}.customer-dashboard-shell .reminder-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:12px 22px;transition:background .15s;display:flex}.customer-dashboard-shell .reminder-item:last-child{border-bottom:none}.customer-dashboard-shell .reminder-item:hover{background:var(--green-mist)}.customer-dashboard-shell .reminder-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.customer-dashboard-shell .reminder-dot.urgent{background:var(--red-soft)}.customer-dashboard-shell .reminder-dot.medium{background:var(--amber)}.customer-dashboard-shell .reminder-dot.low{background:var(--success-light)}.customer-dashboard-shell .reminder-text .r-title{color:var(--ink);font-size:13px;font-weight:500}.customer-dashboard-shell .reminder-text .r-sub{color:var(--ink-light);margin-top:1px;font-size:11.5px}.customer-dashboard-shell .reminder-time{color:var(--ink-light);margin-left:auto;font-size:11px}.customer-dashboard-shell .bottom-row{grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}.customer-dashboard-shell .rx-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:14px 22px;transition:background .15s;display:flex}.customer-dashboard-shell .rx-item:last-child{border-bottom:none}.customer-dashboard-shell .rx-item:hover{background:var(--green-mist)}.customer-dashboard-shell .rx-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;display:flex}.customer-dashboard-shell .rx-info .rx-name{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .rx-info .rx-detail{color:var(--ink-light);margin-top:2px;font-size:11.5px}.customer-dashboard-shell .spend-bars{padding:16px 22px 20px}.customer-dashboard-shell .spend-bar-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.customer-dashboard-shell .spend-bar-label{color:var(--ink-mid);width:28px;font-size:11.5px}.customer-dashboard-shell .spend-bar-track{background:var(--surface-2);border-radius:10px;flex:1;height:8px;overflow:hidden}.customer-dashboard-shell .spend-bar-fill{background:linear-gradient(90deg,var(--green-mid),var(--green-light));border-radius:10px;height:100%;transition:width .6s}.customer-dashboard-shell .spend-bar-fill.high{background:linear-gradient(90deg,var(--success-mid),var(--success-light))}.customer-dashboard-shell .spend-bar-fill.medium{background:linear-gradient(90deg,var(--amber),#f6c36c)}.customer-dashboard-shell .spend-bar-fill.low{background:linear-gradient(90deg,var(--red-soft),#f4b1a3)}.customer-dashboard-shell .spend-bar-val{color:var(--ink-light);text-align:right;width:70px;font-size:11.5px}.customer-dashboard-shell .wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:16px 22px;display:grid}.customer-dashboard-shell .wish-item{border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:10px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.customer-dashboard-shell .wish-item:hover{border-color:var(--green-light);box-shadow:var(--shadow-sm)}.customer-dashboard-shell .wish-emoji{background:var(--green-pale);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex;overflow:hidden}.customer-dashboard-shell .wish-emoji img{object-fit:cover;width:100%;height:100%}.customer-dashboard-shell .wish-name{color:var(--ink);flex:1;font-size:13px;font-weight:500}.customer-dashboard-shell .wish-price{color:var(--green-mid);font-size:13px;font-weight:600}.customer-dashboard-shell .wish-add{background:var(--green-pale);width:26px;height:26px;color:var(--green-mid);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:background .15s;display:flex}.customer-dashboard-shell .wish-add:hover{background:var(--green-pale)}.customer-dashboard-shell .category-list{padding:6px 0}.customer-dashboard-shell .category-item{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 22px;display:flex}.customer-dashboard-shell .category-item:last-child{border-bottom:none}.customer-dashboard-shell .category-icon{background:var(--green-pale);width:28px;height:28px;color:var(--green-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.customer-dashboard-shell .category-info .category-title{color:var(--ink);font-size:13px;font-weight:600}.customer-dashboard-shell .category-info .category-sub{color:var(--ink-light);margin-top:2px;font-size:11.5px}.customer-dashboard-shell .category-cta{color:var(--green-mid);margin-left:auto;font-size:12px}.customer-dashboard-shell .blog-list{gap:10px;padding:14px 22px;display:grid}.customer-dashboard-shell .blog-row{border-radius:var(--radius-sm);border:1px solid var(--border);color:inherit;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.customer-dashboard-shell .blog-row:hover{border-color:var(--green-light);box-shadow:var(--shadow-sm)}.customer-dashboard-shell .blog-title{font-size:var(--font-body);color:var(--ink);font-weight:600}.customer-dashboard-shell .blog-meta{color:var(--ink-light);margin-top:2px;font-size:11.5px}.customer-dashboard-shell .blog-action{color:var(--green-mid);font-size:12px}@media (max-width:1024px) and (min-width:769px){.customer-dashboard-shell .content{padding:22px 24px 28px}.customer-dashboard-shell .topbar{flex-wrap:wrap;align-items:flex-start;gap:14px;padding:16px 24px}.customer-dashboard-shell .topbar-actions{flex-wrap:wrap;justify-content:flex-end;max-width:100%;margin-left:auto}.customer-dashboard-shell .customer-profile-page .topbar{padding-left:28px;padding-right:28px}.customer-dashboard-shell .customer-profile-page .content{padding:20px 28px 30px}.customer-dashboard-shell .customer-profile-page .profile-layout{grid-template-columns:minmax(0,1fr);gap:20px}.customer-dashboard-shell .customer-profile-page .profile-sidebar-card{grid-template-columns:minmax(0,1fr);display:grid}.customer-dashboard-shell .customer-profile-page .profile-hero{text-align:left;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:22px 24px;display:grid}.customer-dashboard-shell .customer-profile-page .profile-hero:after{display:none}.customer-dashboard-shell .customer-profile-page .profile-avatar-lg{flex-shrink:0;margin:0}.customer-dashboard-shell .customer-profile-page .profile_wrapper{gap:8px;min-width:0;display:grid}.customer-dashboard-shell .customer-profile-page .profile-hero-name,.customer-dashboard-shell .customer-profile-page .profile-hero-email{overflow-wrap:anywhere}.customer-dashboard-shell .customer-profile-page .profile-hero-badge{justify-self:start;margin-top:0}.customer-dashboard-shell .customer-profile-page .profile-nav{flex-wrap:wrap;gap:10px;padding:14px 18px 18px;display:flex}.customer-dashboard-shell .customer-profile-page .profile-nav-item{border:1px solid #0000;border-radius:14px;flex:160px;justify-content:center;min-height:50px;padding:12px 14px}.customer-dashboard-shell .customer-profile-page .profile-nav-item:hover{border-color:var(--green-light)}.customer-dashboard-shell .customer-profile-page .profile-nav-item.active{border-color:var(--green-mid)}.customer-dashboard-shell .customer-profile-page .address-card{flex-wrap:wrap}.customer-dashboard-shell .customer-profile-page .address-actions{flex-wrap:wrap;justify-content:flex-start;width:100%;margin-left:30px}.customer-dashboard-shell .customer-overview-page .welcome-banner{align-items:flex-start;gap:20px;padding:24px 26px}.customer-dashboard-shell .customer-overview-page .welcome-text p{max-width:none}.customer-dashboard-shell .customer-overview-page .stats-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.customer-dashboard-shell .customer-overview-page .stat-card{padding:18px}.customer-dashboard-shell .customer-overview-page .two-col{grid-template-columns:minmax(0,1fr);gap:18px}.customer-dashboard-shell .customer-overview-page .right-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-dashboard-shell .customer-overview-page .bottom-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customer-dashboard-shell .customer-overview-page .overview-card--refills{grid-column:1/-1}.customer-dashboard-shell .customer-overview-page .overview-card .card-header{padding:16px 18px}.customer-dashboard-shell .customer-overview-page .overview-orders-table{display:block}.customer-dashboard-shell .customer-overview-page .overview-orders-table thead{display:none}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody{display:block}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody tr{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"id status""product product""date amount";align-items:start;gap:10px;padding:18px 20px;display:grid}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td{border:none;padding:0;display:block}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2){grid-area:product;min-width:0}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(4){text-align:right;grid-area:amount;justify-self:end;font-weight:600}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(5){text-align:right;grid-area:status;justify-self:end}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-overview-page .overview-orders-table .order-product{align-items:flex-start;min-width:0}.customer-dashboard-shell .customer-overview-page .overview-orders-table .product-name{overflow-wrap:anywhere}.customer-dashboard-shell .customer-overview-page .overview-orders-table .status-pill{justify-content:center}.customer-dashboard-shell .customer-overview-page .category-item,.customer-dashboard-shell .customer-overview-page .reminder-item{padding-left:18px;padding-right:18px}.customer-dashboard-shell .customer-overview-page .spend-bars{padding:16px 18px 18px}.customer-dashboard-shell .customer-overview-page .blog-list{padding:14px 18px 18px}.customer-dashboard-shell .customer-overview-page .blog-row{align-items:flex-start}}@media (max-width:768px){.customer-dashboard-shell .stats-row,.customer-dashboard-shell .two-col,.customer-dashboard-shell .bottom-row{grid-template-columns:1fr}.customer-dashboard-shell .stats-row{scrollbar-width:none;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.customer-dashboard-shell .stats-row::-webkit-scrollbar{display:none}.customer-dashboard-shell .stat-card{flex:none;padding:14px}.customer-dashboard-shell .stat-header{gap:6px}.customer-dashboard-shell .stat-value{font-size:20px}.customer-dashboard-shell .stat-label{margin-left:6px;font-size:11px;display:inline}.customer-dashboard-shell .stat-value{display:inline}.customer-dashboard-shell .stat-trend{padding:2px 6px;font-size:10.5px}.customer-dashboard-shell .orders-table{display:block}.customer-dashboard-shell .orders-table thead{display:none}.customer-dashboard-shell .orders-table tbody{display:block}.customer-dashboard-shell .orders-table tbody tr{grid-template-columns:1fr auto;grid-template-areas:"id id""product amount""date status";align-items:center;gap:8px;padding:12px 16px;display:grid}.customer-dashboard-shell .orders-table tbody td{border:none;padding:0;display:block}.customer-dashboard-shell .orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .orders-table tbody td:nth-child(2){grid-area:product}.customer-dashboard-shell .orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .orders-table tbody td:nth-child(4){text-align:right;grid-area:amount;place-self:center end;font-weight:600}.customer-dashboard-shell .orders-table tbody td:nth-child(5){text-align:right;grid-area:status;place-self:end}.customer-dashboard-shell .orders-table tbody td:nth-child(2) .order-product{width:100%}.customer-dashboard-shell .orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-overview-page .orders-table tbody tr{align-items:center;grid-template-columns:1fr auto!important;grid-template-areas:"id id""product amount""date status"!important}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(2){grid-area:product}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(4){text-align:right;grid-area:amount;justify-self:end}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(5){text-align:right;grid-area:status;justify-self:end}}.customer-dashboard-shell .address-card{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.customer-dashboard-shell .address-card .card-action-button{padding:6px 12px;font-size:12px}.customer-dashboard-shell .address-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.customer-dashboard-shell .address-radio{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex}.customer-dashboard-shell .address-radio-dot{background:var(--success-mid);opacity:0;border-radius:50%;width:8px;height:8px}.customer-dashboard-shell .address-card.selected .address-radio-dot{opacity:1}.customer-dashboard-shell .address-radio:hover{border-color:var(--green-light)}.customer-dashboard-shell .form-input[readonly],.customer-dashboard-shell .form-input:disabled{background:var(--surface);color:var(--ink);opacity:1}.customer-dashboard-shell .form-input:disabled{cursor:not-allowed}.customer-dashboard-shell .toggle:disabled{cursor:not-allowed;opacity:.5}.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.customer-wishlist-page .wishlist-card{background:#fff;border:1px solid #7c3aed14;border-radius:16px;flex-direction:column;min-height:100%;display:flex;overflow:hidden;box-shadow:0 8px 20px #673ab712}.customer-wishlist-page .wishlist-card-image-link{width:100%;display:block}.customer-wishlist-page .wishlist-card-media{padding:12px 12px 0;position:relative}.customer-wishlist-page .wishlist-card-image{aspect-ratio:1;background:#f8f8fb;border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.customer-wishlist-page .wishlist-card-image img{object-fit:contain;transform-origin:50%;transform:scale(1.08)}.customer-wishlist-page .wishlist-card-content{flex-direction:column;flex:auto;gap:6px;padding:12px 12px 14px;display:flex}.customer-wishlist-page .wishlist-card-title-link{text-decoration:none;display:block}.customer-wishlist-page .wishlist-card-category{letter-spacing:.08em;text-transform:uppercase;color:#7c7c98;font-size:.68rem;font-weight:700}.customer-wishlist-page .wishlist-card-title{color:#201f32;min-height:2.35em;margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.customer-wishlist-page .wishlist-card-brand{color:#8f8aa8;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.82rem;overflow:hidden}.customer-wishlist-page .wishlist-card-divider{background:#0f172a14;width:100%;height:1px;margin-top:2px}.customer-wishlist-page .wishlist-card-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:2px;display:grid}.customer-wishlist-page .wishlist-card-actions{flex-wrap:nowrap;align-items:center;gap:6px;display:inline-flex}.customer-wishlist-page .wishlist-card-add{color:#201f32;cursor:pointer;white-space:nowrap;background:#f7f4ff;border:1px solid #94a3b847;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:.35rem;min-width:76px;height:34px;padding:0 .8rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.customer-wishlist-page .wishlist-card-add:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}.customer-wishlist-page .wishlist-card-add:disabled{opacity:.55;cursor:not-allowed}.customer-wishlist-page .wishlist-card-add svg{fill:currentColor;width:15px;height:15px}.customer-wishlist-page .wishlist-card-price{color:#201f32;font-size:.95rem;font-weight:700}.customer-wishlist-page .wishlist-card-badge{white-space:nowrap;z-index:1;border-radius:20px;justify-content:center;align-items:center;width:auto;max-width:max-content;padding:3px 7px;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:10px;left:10px}.customer-wishlist-page .wishlist-card-badge.in{background:var(--green-pale);color:var(--green-bright)}.customer-wishlist-page .wishlist-card-badge.low{background:var(--amber-pale);color:#d97706}.customer-wishlist-page .wishlist-card-badge.out{background:var(--red-pale);color:var(--red-soft)}@media (min-width:1025px){.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.customer-wishlist-page .wishlist-card{border-radius:14px;box-shadow:0 6px 16px #673ab70f}.customer-wishlist-page .wishlist-card-media{padding:10px 10px 0}.customer-wishlist-page .wishlist-card-image{border-radius:10px 10px 0 0}.customer-wishlist-page .wishlist-card-content{gap:5px;padding:10px 10px 12px}.customer-wishlist-page .wishlist-card-category{font-size:.62rem}.customer-wishlist-page .wishlist-card-title{min-height:2.25em;font-size:.88rem}.customer-wishlist-page .wishlist-card-brand,.customer-wishlist-page .wishlist-card-price{font-size:.78rem}.customer-wishlist-page .wishlist-card-footer{gap:6px}.customer-wishlist-page .wishlist-card-actions{gap:5px}.customer-wishlist-page .wishlist-card-add{min-width:68px;height:32px;padding:0 .68rem;font-size:.76rem}.customer-wishlist-page .wishlist-card-add svg{width:14px;height:14px}.customer-wishlist-page .wishlist-card-badge{padding:2px 6px;font-size:9px;top:8px;left:8px}}@media (min-width:1440px){.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:768px){.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-wishlist-page .wishlist-card-media{padding:10px 10px 0}.customer-wishlist-page .wishlist-card-content{padding:10px 10px 12px}.customer-wishlist-page .wishlist-card-title{font-size:.88rem}.customer-wishlist-page .wishlist-card-add{min-width:68px;height:32px;padding:0 .7rem;font-size:.78rem}.customer-wishlist-page .wishlist-card-category{font-size:.62rem}.customer-wishlist-page .wishlist-card-brand,.customer-wishlist-page .wishlist-card-price{font-size:.78rem}.customer-wishlist-page .wishlist-card-badge{font-size:9px;top:8px;left:8px}}.admin-dashboard-shell{--admin-bg:#fafafd;--admin-fg:#11101a;--admin-card:#fff;--admin-muted:#f1f1f8;--admin-muted-fg:#62626f;--admin-accent:#efebff;--admin-primary:#823feb;--admin-primary-fg:#fcfbff;--admin-border:#11101a1a;--admin-success:#05ab58;--admin-warning:#e49a00;--admin-info:#823feb;--admin-danger:#e62b34;--admin-chart-4:#ca44c3;--admin-radius:14px;--admin-radius-sm:8px;--admin-font:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--admin-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Consolas,monospace;--admin-scrollbar-track:#f0eff7;--admin-scrollbar-thumb:color-mix(in oklab,var(--admin-primary)42%,var(--admin-muted-fg));--color-card:var(--admin-card);--color-background:var(--admin-bg);--color-foreground:var(--admin-fg);--color-border:var(--admin-border);--color-accent:var(--admin-accent);--color-muted-foreground:var(--admin-muted-fg);--color-primary:var(--admin-primary);--color-primary-foreground:var(--admin-primary-fg);--color-destructive:var(--admin-danger);--admin-control:var(--admin-bg);--admin-control-hover:var(--admin-accent);--admin-elevated-shadow:0 16px 36px #11101a14;--admin-ring-shadow:0 0 0 3px color-mix(in oklab,var(--admin-primary)18%,transparent);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scrollbar-color:var(--admin-scrollbar-thumb)var(--admin-scrollbar-track);scrollbar-width:thin}@supports (color:lab(0% 0 0)){.admin-dashboard-shell{--admin-bg:lab(98.2132% .602365 -1.77875);--admin-fg:lab(5.11417% 1.80368 -6.3144);--admin-card:lab(100% 0 0);--admin-muted:lab(95.2657% 1.21591 -3.54977);--admin-muted-fg:lab(41.8195% 2.01775 -7.22043);--admin-accent:lab(93.8831% 4.57031 -10.1866);--admin-primary:lab(43.4577% 55.6338 -77.2577);--admin-primary-fg:lab(98.7933% .602275 -1.77876);--admin-border:lab(5.11417% 1.80368 -6.3144/.1);--admin-success:lab(61.5454% -52.9817 31.9579);--admin-warning:lab(69.643% 22.1372 76.6455);--admin-info:lab(43.4577% 55.6338 -77.2577);--admin-danger:lab(51.3582% 69.7345 44.3509);--admin-chart-4:lab(52.5414% 64.163 -39.5767);--admin-scrollbar-track:lab(94.6857% 1.21602 -3.5497);--admin-elevated-shadow:0 16px 36px lab(5.11417% 1.80368 -6.3144/.08)}}.admin-dashboard-shell,.admin-dashboard-shell *{scrollbar-color:var(--admin-scrollbar-thumb)var(--admin-scrollbar-track);scrollbar-width:thin}.admin-dashboard-shell::-webkit-scrollbar{width:8px;height:8px}.admin-dashboard-shell ::-webkit-scrollbar{width:8px;height:8px}.admin-dashboard-shell::-webkit-scrollbar-track{background:var(--admin-scrollbar-track)}.admin-dashboard-shell ::-webkit-scrollbar-track{background:var(--admin-scrollbar-track)}.admin-dashboard-shell::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border:2px solid var(--admin-scrollbar-track);border-radius:999px}.admin-dashboard-shell ::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border:2px solid var(--admin-scrollbar-track);border-radius:999px}.admin-dashboard-shell::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell ::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .admin-header-popover,.admin-dashboard-shell .admin-lovable-dashboard .admin-overview-controls,.admin-dashboard-shell .admin-lovable-dashboard .finance-table-wrap,.admin-dashboard-shell .admin-lovable-dashboard .lovable-top-products-list,.admin-dashboard-shell .admin-lovable-dashboard .modal-body,.admin-dashboard-shell .admin-lovable-dashboard .orders-table-scroll,.admin-dashboard-shell .admin-lovable-dashboard .orders-tabs{scrollbar-color:var(--admin-scrollbar-thumb)#0000;scrollbar-width:thin}.admin-dashboard-shell .admin-lovable-dashboard .admin-header-popover::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .admin-overview-controls::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .finance-table-wrap::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .lovable-top-products-list::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .modal-body::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .orders-table-scroll::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .orders-tabs::-webkit-scrollbar{width:6px;height:6px}.admin-dashboard-shell .admin-lovable-dashboard .admin-header-popover::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .admin-overview-controls::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .finance-table-wrap::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .lovable-top-products-list::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .modal-body::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .orders-table-scroll::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .orders-tabs::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .admin-lovable-dashboard .admin-header-popover::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .admin-overview-controls::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .finance-table-wrap::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .lovable-top-products-list::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .modal-body::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .orders-table-scroll::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .orders-tabs::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .admin-lovable-dashboard .admin-header-popover::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .admin-overview-controls::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .finance-table-wrap::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .lovable-top-products-list::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .modal-body::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .orders-table-scroll::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .admin-lovable-dashboard .orders-tabs::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .customer-page.admin-page,.admin-dashboard-shell .content.admin-content{background:var(--admin-bg);min-height:100%;color:var(--admin-fg);font-family:var(--admin-font)}.admin-dashboard-shell .content.admin-content{flex:1;padding:0;overflow:hidden visible}.admin-dashboard-shell .dashboard-loading{background:var(--admin-bg);min-height:100%;color:var(--admin-muted-fg);place-items:center;padding:24px 40px;display:grid}@media (max-width:640px){.admin-dashboard-shell .dashboard-loading{place-items:start;padding:18px 14px}}.admin-dashboard-shell .admin-route-loading{place-items:start center;min-height:calc(100vh - 1px);padding-top:32px}.admin-dashboard-shell .dashboard-skeleton{gap:20px;width:min(1120px,100%);display:grid}.admin-dashboard-shell .dashboard-skeleton__top{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-dashboard-shell .dashboard-skeleton__pill,.admin-dashboard-shell .dashboard-skeleton__card,.admin-dashboard-shell .admin-loading-bar,.admin-dashboard-shell .admin-loading-button,.admin-dashboard-shell .admin-loading-card,.admin-dashboard-shell .admin-loading-chart,.admin-dashboard-shell .admin-loading-row,.admin-dashboard-shell .workspace-loading-state__headline,.admin-dashboard-shell .workspace-loading-state__badge,.admin-dashboard-shell .workspace-loading-state__card,.admin-dashboard-shell .workspace-loading-state__row,.admin-dashboard-shell .workspace-section-skeleton__title,.admin-dashboard-shell .workspace-section-skeleton__meta,.admin-dashboard-shell .workspace-section-skeleton__row,.admin-dashboard-shell .workspace-inline-skeleton{background:linear-gradient(90deg,color-mix(in oklab,var(--admin-card)88%,var(--admin-primary)12%),color-mix(in oklab,var(--admin-card)78%,var(--admin-primary)22%),color-mix(in oklab,var(--admin-card)88%,var(--admin-primary)12%));border:1px solid var(--admin-border);background-size:240% 100%;animation:1.25s ease-in-out infinite admin-dashboard-shimmer}.admin-dashboard-shell .dashboard-skeleton__pill{border-radius:999px;width:240px;height:18px}.admin-dashboard-shell .dashboard-skeleton__pill.sm{width:120px}.admin-dashboard-shell .dashboard-skeleton__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.admin-dashboard-shell .dashboard-skeleton__grid{grid-template-columns:1fr}}.admin-dashboard-shell .dashboard-skeleton__card{border-radius:var(--admin-radius);min-height:160px}.admin-dashboard-shell .admin-loading-frame{gap:16px;width:min(1180px,100%);display:grid}.admin-dashboard-shell .admin-loading-header{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.admin-dashboard-shell .admin-loading-actions{align-items:center;gap:8px;display:inline-flex}.admin-dashboard-shell .admin-loading-bar,.admin-dashboard-shell .admin-loading-button,.admin-dashboard-shell .admin-loading-card,.admin-dashboard-shell .admin-loading-chart,.admin-dashboard-shell .admin-loading-row{border-radius:var(--admin-radius-sm)}.admin-dashboard-shell .admin-loading-bar.title{width:min(18rem,58vw);height:1.25rem;margin-bottom:.625rem}.admin-dashboard-shell .admin-loading-bar.subtitle{width:min(28rem,72vw);height:.75rem}.admin-dashboard-shell .admin-loading-bar.panel-title{width:9rem;height:.875rem}.admin-dashboard-shell .admin-loading-button{width:2.75rem;height:2.25rem}.admin-dashboard-shell .admin-loading-button.wide{width:8.75rem}.admin-dashboard-shell .admin-loading-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.admin-dashboard-shell .admin-loading-card{min-height:118px}.admin-dashboard-shell .admin-loading-workspace{grid-template-columns:minmax(0,1.45fr) minmax(18rem,.55fr);gap:16px;display:grid}.admin-dashboard-shell .admin-loading-panel,.admin-dashboard-shell .admin-loading-table{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);gap:12px;padding:18px;display:grid}.admin-dashboard-shell .admin-loading-panel.large{min-height:280px}.admin-dashboard-shell .admin-loading-chart{border-radius:var(--admin-radius);min-height:210px}.admin-dashboard-shell .admin-loading-row{height:2.5rem}.admin-dashboard-shell .admin-loading-table{min-height:260px}@media (max-width:900px){.admin-dashboard-shell .admin-loading-kpis,.admin-dashboard-shell .admin-loading-workspace{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-shell .admin-loading-panel.large{grid-column:1/-1}}@media (max-width:640px){.admin-dashboard-shell .admin-route-loading{padding-top:18px}.admin-dashboard-shell .admin-loading-header{flex-direction:column;align-items:flex-start}.admin-dashboard-shell .admin-loading-actions{width:100%}.admin-dashboard-shell .admin-loading-button.wide{flex:1}.admin-dashboard-shell .admin-loading-kpis,.admin-dashboard-shell .admin-loading-workspace{grid-template-columns:1fr;gap:12px}.admin-dashboard-shell .admin-loading-panel,.admin-dashboard-shell .admin-loading-table{padding:14px}}.admin-dashboard-shell .workspace-loading-state,.admin-dashboard-shell .workspace-section-skeleton{border-color:var(--admin-border);background:var(--admin-control);box-shadow:none}.admin-dashboard-shell .admin-header-search:focus-within{border-color:var(--admin-primary);box-shadow:var(--admin-ring-shadow)}.admin-dashboard-shell .workspace-loading-state:before,.admin-dashboard-shell .workspace-section-skeleton:before,.admin-dashboard-shell .workspace-inline-skeleton:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);background:linear-gradient(90deg,#0000,lab(100% 0 0/.1),#0000)}.admin-dashboard-shell a,.admin-dashboard-shell button,.admin-dashboard-shell input,.admin-dashboard-shell select,.admin-dashboard-shell summary{transition:background .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s}.admin-dashboard-shell button,.admin-dashboard-shell summary{-webkit-user-select:none;user-select:none}.admin-dashboard-shell button:focus-visible,.admin-dashboard-shell a:focus-visible,.admin-dashboard-shell input:focus-visible,.admin-dashboard-shell select:focus-visible,.admin-dashboard-shell textarea:focus-visible,.admin-dashboard-shell summary:focus-visible{box-shadow:var(--admin-ring-shadow);outline:0;border-color:var(--admin-primary)!important}.admin-dashboard-shell .admin-home,.admin-dashboard-shell .orders-container,.admin-dashboard-shell .users-container,.admin-dashboard-shell .branches-page,.admin-dashboard-shell .inventory-home,.admin-dashboard-shell .inventory-layout,.admin-dashboard-shell .activity-page{background:var(--admin-bg);width:100%;max-width:100%;min-height:100%;color:var(--admin-fg);align-content:start;gap:20px;padding:24px 40px 32px;display:grid;overflow-x:hidden}@media (max-width:1024px){.admin-dashboard-shell .admin-home,.admin-dashboard-shell .orders-container,.admin-dashboard-shell .users-container,.admin-dashboard-shell .branches-page,.admin-dashboard-shell .inventory-home,.admin-dashboard-shell .inventory-layout,.admin-dashboard-shell .activity-page{padding:20px 24px 28px}}@media (max-width:640px){.admin-dashboard-shell .admin-home,.admin-dashboard-shell .orders-container,.admin-dashboard-shell .users-container,.admin-dashboard-shell .branches-page,.admin-dashboard-shell .inventory-home,.admin-dashboard-shell .inventory-layout,.admin-dashboard-shell .activity-page{padding:16px 14px 24px}}.admin-dashboard-shell .admin-overview-header,.admin-dashboard-shell .orders-header,.admin-dashboard-shell .users-header,.admin-dashboard-shell .branches-header,.admin-dashboard-shell .inventory-home>.inventory-header,.admin-dashboard-shell .inventory-layout>.inventory-toolbar,.admin-dashboard-shell .activity-header{z-index:20;border:0;border-bottom:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)82%,transparent);min-height:64px;box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:0;justify-content:space-between;align-items:center;gap:16px;margin:-24px -40px 4px;padding:14px 40px;display:flex;position:sticky;top:0}@media (max-width:1024px){.admin-dashboard-shell .admin-overview-header,.admin-dashboard-shell .orders-header,.admin-dashboard-shell .users-header,.admin-dashboard-shell .branches-header,.admin-dashboard-shell .inventory-home>.inventory-header,.admin-dashboard-shell .inventory-layout>.inventory-toolbar,.admin-dashboard-shell .activity-header{margin:-20px -24px 4px;padding:14px 24px;position:relative;top:auto}}@media (max-width:640px){.admin-dashboard-shell .admin-overview-header,.admin-dashboard-shell .orders-header,.admin-dashboard-shell .users-header,.admin-dashboard-shell .branches-header,.admin-dashboard-shell .inventory-home>.inventory-header,.admin-dashboard-shell .inventory-layout>.inventory-toolbar,.admin-dashboard-shell .activity-header{align-items:flex-start;margin:-16px -14px 4px;padding:13px 14px}}.admin-dashboard-shell .branches-header,.admin-dashboard-shell .inventory-home>.inventory-header,.admin-dashboard-shell .inventory-layout>.inventory-toolbar{margin-bottom:12px}@media (max-width:1024px){.admin-dashboard-shell .branches-header,.admin-dashboard-shell .inventory-home>.inventory-header,.admin-dashboard-shell .inventory-layout>.inventory-toolbar{margin-bottom:12px}}@media (max-width:640px){.admin-dashboard-shell .branches-header,.admin-dashboard-shell .inventory-home>.inventory-header,.admin-dashboard-shell .inventory-layout>.inventory-toolbar{margin-bottom:10px}}.admin-dashboard-shell .branches-page>.branches-filter-bar,.admin-dashboard-shell .branches-page>.branches-note,.admin-dashboard-shell .branches-page>.branches-summary-grid,.admin-dashboard-shell .inventory-home>.branch-operations-panel,.admin-dashboard-shell .inventory-home>.inventory-card-panel,.admin-dashboard-shell .inventory-layout>.logistics-kpi-grid,.admin-dashboard-shell .inventory-layout>.logistics-tabs,.admin-dashboard-shell .inventory-layout>.inventory-card-panel,.admin-dashboard-shell .inventory-layout>.settings-section{margin-top:4px}.admin-dashboard-shell .admin-overview-header h2,.admin-dashboard-shell .orders-header h2,.admin-dashboard-shell .users-header h2,.admin-dashboard-shell .branches-header h2,.admin-dashboard-shell .inventory-header h2,.admin-dashboard-shell .inventory-toolbar h2,.admin-dashboard-shell .activity-header h2{color:var(--admin-fg);letter-spacing:0;margin:0;font-size:1rem;font-weight:700}.admin-dashboard-shell .admin-subtitle,.admin-dashboard-shell .orders-header .muted,.admin-dashboard-shell .users-header .muted,.admin-dashboard-shell .inventory-header .muted,.admin-dashboard-shell .inventory-toolbar .muted,.admin-dashboard-shell .activity-header .muted,.admin-dashboard-shell .muted{color:var(--admin-muted-fg);font-size:.75rem;line-height:1.4}.admin-dashboard-shell .admin-overview-controls,.admin-dashboard-shell .orders-header-actions,.admin-dashboard-shell .users-header-actions,.admin-dashboard-shell .branches-header-actions,.admin-dashboard-shell .inventory-header-actions,.admin-dashboard-shell .activity-header-actions,.admin-dashboard-shell .inventory-toolbar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-dashboard-shell .admin-header-tools{align-items:center;gap:8px;display:inline-flex}.admin-dashboard-shell .admin-header-search-wrap,.admin-dashboard-shell .admin-header-notifications{position:relative}.admin-dashboard-shell .admin-header-search{border:1px solid var(--admin-border);background:var(--admin-card);min-height:36px;color:var(--admin-muted-fg);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:.75rem;display:inline-flex}.admin-dashboard-shell .admin-header-search input{width:9rem;min-height:0;color:var(--admin-fg);font:inherit;background:0 0;border:0;outline:0;padding:0}.admin-dashboard-shell .admin-header-search input::placeholder{color:var(--admin-muted-fg)}.admin-dashboard-shell .admin-header-search kbd{background:var(--admin-muted);color:var(--admin-muted-fg);font-family:var(--admin-mono);border:0;border-radius:4px;margin-left:24px;padding:2px 6px;font-size:.625rem;font-weight:600}.admin-dashboard-shell .admin-header-popover{z-index:60;border:1px solid var(--admin-border);background:var(--admin-card);width:min(22rem,100vw - 2rem);box-shadow:0 20px 60px color-mix(in oklab,var(--admin-fg)12%,transparent);border-radius:.75rem;animation:.14s ease-out admin-popover-in;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.admin-dashboard-shell .admin-header-search-menu{left:0;right:auto}.admin-dashboard-shell .admin-header-notification-menu{max-width:calc(100vw - 1.5rem);max-height:min(28rem,100vh - 6rem);left:auto;right:0;overflow-y:auto}.admin-dashboard-shell .admin-header-popover a{border-top:1px solid var(--admin-border);color:var(--admin-fg);gap:.125rem;padding:.75rem;text-decoration:none;display:grid}.admin-dashboard-shell .admin-header-popover a:first-of-type{border-top:0}.admin-dashboard-shell .admin-header-popover a:hover{background:color-mix(in oklab,var(--admin-accent)42%,transparent)}.admin-dashboard-shell .admin-header-popover a span,.admin-dashboard-shell .admin-header-popover a em,.admin-dashboard-shell .admin-header-popover-title span,.admin-dashboard-shell .admin-header-empty{color:var(--admin-muted-fg);font-size:.6875rem;font-style:normal;line-height:1rem}.admin-dashboard-shell .admin-header-popover a strong{color:var(--admin-fg);font-size:.8125rem;font-weight:600;line-height:1.125rem}.admin-dashboard-shell .admin-header-popover-title{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;padding:.75rem;display:flex}.admin-dashboard-shell .admin-header-popover-title strong{color:var(--admin-fg);font-size:.8125rem}.admin-dashboard-shell .admin-header-empty{margin:0;padding:.875rem}@media (max-width:640px){.admin-dashboard-shell .admin-header-notification-menu{top:calc(env(safe-area-inset-top,0px) + 4.75rem);width:auto;max-width:none;max-height:min(24rem,100vh - 6rem);box-shadow:0 24px 80px color-mix(in oklab,var(--admin-fg)20%,transparent);border-radius:1rem;position:fixed;left:.75rem;right:.75rem;overflow-y:auto}.admin-dashboard-shell .admin-header-notification-menu .admin-header-popover-title{z-index:1;background:color-mix(in oklab,var(--admin-card)94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.875rem 1rem;position:sticky;top:0}.admin-dashboard-shell .admin-header-notification-menu a{padding:.875rem 1rem}.admin-dashboard-shell .admin-header-notification-menu .admin-header-empty{text-align:center;padding:1rem}}.admin-dashboard-shell .admin-header-icon-button{border:1px solid var(--admin-border);background:var(--admin-card);width:36px;height:36px;color:var(--admin-muted-fg);border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .16s,border-color .16s,background .16s,transform .16s;display:inline-flex;position:relative}.admin-dashboard-shell .admin-header-icon-button:hover{border-color:color-mix(in oklab,var(--admin-primary)38%,var(--admin-border));background:var(--admin-control-hover);color:var(--admin-fg);transform:translateY(-1px)}.admin-dashboard-shell .admin-header-notification-dot{background:var(--admin-primary);border-radius:999px;width:6px;height:6px;position:absolute;top:8px;right:8px}@media (max-width:768px){.admin-dashboard-shell .admin-header-search{display:none}}.admin-dashboard-shell .admin-home.admin-lovable-dashboard{background:var(--admin-bg);min-height:100vh;color:var(--admin-fg);padding:0;display:block}.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar{z-index:30;border:0;border-bottom:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)80%,transparent);height:4rem;min-height:4rem;box-shadow:none;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:0;justify-content:space-between;align-items:center;gap:1rem;margin:0;padding:0 1.5rem;display:flex;position:sticky;top:0}@media (min-width:1024px){.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar{padding-left:2.5rem;padding-right:2.5rem}}@media (max-width:640px){.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar{flex-direction:column;justify-content:center;align-items:center;gap:.625rem;height:auto;min-height:6rem;padding:.75rem 1rem}}.admin-dashboard-shell .lovable-topbar-copy{min-width:0}@media (max-width:640px){.admin-dashboard-shell .lovable-topbar-copy{text-align:center;width:100%}}.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar h2{color:var(--admin-fg);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:600;line-height:1.25;overflow:hidden}.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar .muted{color:var(--admin-muted-fg);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;line-height:1rem;overflow:hidden}@media (max-width:640px){.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar .admin-overview-controls{justify-content:center;width:100%;overflow:visible}.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar .admin-header-tools,.admin-dashboard-shell .admin-lovable-dashboard .lovable-admin-topbar .lovable-range-menu-wrap{flex:none}}.admin-dashboard-shell .lovable-range-menu-wrap{position:relative}.admin-dashboard-shell .lovable-range-control{border:1px solid var(--admin-border);background:var(--admin-card);height:2.25rem;color:var(--admin-fg);white-space:nowrap;cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.75rem;font-weight:500;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex;position:relative}.admin-dashboard-shell .lovable-range-control:hover,.admin-dashboard-shell .lovable-range-control[aria-expanded=true]{border-color:color-mix(in oklab,var(--admin-primary)40%,var(--admin-border));background:color-mix(in oklab,var(--admin-accent)45%,var(--admin-card))}.admin-dashboard-shell .lovable-range-menu{z-index:70;border:1px solid var(--admin-border);background:var(--admin-card);min-width:10.5rem;color:var(--admin-fg);box-shadow:0 20px 60px color-mix(in oklab,var(--admin-fg)12%,transparent);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:.75rem;padding:.25rem;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}@media (max-width:640px){.admin-dashboard-shell .lovable-range-menu{left:50%;right:auto;transform:translate(-50%)}}.admin-dashboard-shell .lovable-range-menu button{width:100%;min-height:2rem;color:var(--admin-muted-fg);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.5rem;justify-content:flex-start;align-items:center;padding:0 .625rem;font-size:.75rem;font-weight:500;display:flex}.admin-dashboard-shell .lovable-range-menu button:hover,.admin-dashboard-shell .lovable-range-menu button.active{background:var(--admin-accent);color:var(--admin-fg)}.admin-dashboard-shell .lovable-range-chevron{color:var(--admin-muted-fg);transform:rotate(90deg)}.admin-dashboard-shell .lovable-custom-range{border:1px solid var(--admin-border);background:var(--admin-card);min-height:2.25rem;color:var(--admin-muted-fg);white-space:nowrap;border-radius:.375rem;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.75rem;display:inline-flex}.admin-dashboard-shell .lovable-custom-range input{width:8.25rem;min-height:0;color:var(--admin-fg);font:inherit;box-shadow:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:0 0;border:0;padding:0}.admin-dashboard-shell .lovable-custom-range input:focus{box-shadow:none;outline:0}.admin-dashboard-shell .lovable-admin-main{gap:1.5rem;padding:1.5rem;display:grid}@media (min-width:1024px){.admin-dashboard-shell .lovable-admin-main{padding:2rem 2.5rem}}.admin-dashboard-shell .finance-page .lovable-admin-main{padding-top:1.875rem}@media (min-width:1024px){.admin-dashboard-shell .finance-page .lovable-admin-main{padding-top:2.25rem}}.admin-dashboard-shell .lovable-kpi-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.admin-dashboard-shell .lovable-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.admin-dashboard-shell .lovable-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;width:min(100%,30rem);margin-inline:auto}@media (min-width:640px){.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-grid{width:100%;margin-inline:0}}@media (min-width:1024px){.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:480px){.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-grid{gap:.75rem}.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-card{min-height:8.25rem;padding:1rem}.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-card p{font-size:.625rem;line-height:.875rem}.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-card strong{font-size:1.375rem;line-height:1.75rem}.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-delta{flex-wrap:wrap;gap:.25rem;margin-top:.625rem}.admin-dashboard-shell .admin-lovable-dashboard:not(.finance-page) .lovable-kpi-delta em{font-size:.625rem}}.admin-dashboard-shell .lovable-kpi-card,.admin-dashboard-shell .lovable-branch-strip,.admin-dashboard-shell .lovable-chart-card,.admin-dashboard-shell .lovable-recent-card,.admin-dashboard-shell .lovable-list-card,.admin-dashboard-shell .lovable-customer-card,.admin-dashboard-shell .lovable-low-stock-card{border:1px solid var(--admin-border);background:var(--admin-card);border-radius:.75rem}.admin-dashboard-shell .lovable-kpi-card{padding:1.25rem;transition:border-color .16s;position:relative;overflow:hidden}.admin-dashboard-shell .lovable-kpi-card:hover{border-color:color-mix(in oklab,var(--admin-primary)40%,var(--admin-border))}.admin-dashboard-shell .lovable-kpi-card>div:first-child{background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--admin-primary)40%,transparent),transparent);opacity:0;height:1px;transition:opacity .16s;position:absolute;inset:0 0 auto}.admin-dashboard-shell .lovable-kpi-card:hover>div:first-child{opacity:1}.admin-dashboard-shell .lovable-kpi-card p{color:var(--admin-muted-fg);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:500;line-height:1rem}.admin-dashboard-shell .lovable-kpi-card strong{color:var(--admin-fg);font-family:var(--admin-mono);letter-spacing:0;margin-top:.5rem;font-size:1.5rem;font-weight:600;line-height:2rem;display:block}.admin-dashboard-shell .lovable-kpi-delta{align-items:center;gap:.375rem;margin-top:.75rem;font-size:.6875rem;line-height:1rem;display:flex}.admin-dashboard-shell .lovable-kpi-delta span{border-radius:.375rem;align-items:center;gap:.25rem;padding:.125rem .375rem;font-weight:500;display:inline-flex}.admin-dashboard-shell .lovable-kpi-delta span.up{background:color-mix(in oklab,var(--admin-success)10%,transparent);color:var(--admin-success)}.admin-dashboard-shell .lovable-kpi-delta span.down{background:color-mix(in oklab,var(--admin-danger)10%,transparent);color:var(--admin-danger)}.admin-dashboard-shell .lovable-kpi-delta span.flat{background:var(--admin-muted);color:var(--admin-muted-fg)}.admin-dashboard-shell .lovable-kpi-delta em{color:var(--admin-muted-fg);font-style:normal}.admin-dashboard-shell .lovable-panel-header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.admin-dashboard-shell .lovable-branch-strip>.lovable-panel-header{padding-top:.75rem;padding-bottom:.75rem}.admin-dashboard-shell .lovable-panel-header p{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:600;line-height:1.25rem}.admin-dashboard-shell .lovable-panel-header span,.admin-dashboard-shell .lovable-panel-header a{color:var(--admin-muted-fg);font-size:.6875rem;line-height:1rem;text-decoration:none}.admin-dashboard-shell .lovable-panel-header a{color:var(--admin-primary);align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.admin-dashboard-shell .lovable-panel-header a:hover{text-decoration:underline}.admin-dashboard-shell .lovable-panel-actions,.admin-dashboard-shell .lovable-modal-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.admin-dashboard-shell .lovable-segmented-control{border:1px solid var(--admin-border);background:var(--admin-muted);border-radius:.5rem;align-items:center;padding:.125rem;display:inline-flex}.admin-dashboard-shell .lovable-segmented-control button{min-height:1.625rem;color:var(--admin-muted-fg);background:0 0;border:0;border-radius:.375rem;padding:0 .5rem;font-size:.6875rem;font-weight:600;line-height:1}.admin-dashboard-shell .lovable-segmented-control button.active{background:var(--admin-card);color:var(--admin-fg);box-shadow:0 1px 2px color-mix(in oklab,var(--admin-fg)8%,transparent)}.admin-dashboard-shell .lovable-link-button{color:var(--admin-primary);background:0 0;border:0;padding:0;font-size:.6875rem;font-weight:600;line-height:1rem}.admin-dashboard-shell .lovable-link-button:hover{text-decoration:underline}.admin-dashboard-shell .lovable-branch-grid{grid-template-columns:1fr;display:grid}@media (min-width:768px){.admin-dashboard-shell .lovable-branch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-dashboard-shell .lovable-branch-revenue{border-top:1px solid var(--admin-border);padding:1.25rem}@media (min-width:768px){.admin-dashboard-shell .lovable-branch-revenue{border-top:0;border-left:1px solid var(--admin-border)}}.admin-dashboard-shell .lovable-branch-revenue:first-child{border-top:0;border-left:0}.admin-dashboard-shell .lovable-branch-revenue p,.admin-dashboard-shell .lovable-list-card li>span,.admin-dashboard-shell .lovable-customer-stats p{color:var(--admin-muted-fg);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.625rem;line-height:1rem}.admin-dashboard-shell .lovable-branch-revenue strong{color:var(--admin-fg);font-family:var(--admin-mono);margin-top:.25rem;font-size:1.125rem;font-weight:600;line-height:1.75rem;display:block}.admin-dashboard-shell .lovable-branch-revenue div{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.admin-dashboard-shell .lovable-branch-revenue div>span{background:var(--admin-muted);border-radius:999px;flex:1;height:.25rem;overflow:hidden}.admin-dashboard-shell .lovable-branch-revenue i{background:var(--admin-primary);border-radius:999px;height:100%;display:block}.admin-dashboard-shell .lovable-branch-revenue em{color:var(--admin-muted-fg);font-family:var(--admin-mono);font-size:.625rem;font-style:normal;line-height:1rem}.admin-dashboard-shell .lovable-chart-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1280px){.admin-dashboard-shell .lovable-chart-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-dashboard-shell .lovable-chart-card{overflow:hidden}@media (min-width:1280px){.admin-dashboard-shell .lovable-chart-card{grid-column:span 2}}.admin-dashboard-shell .lovable-chart-legend{color:var(--admin-muted-fg);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.625rem;line-height:1rem;display:flex}.admin-dashboard-shell .lovable-chart-legend span{background:var(--admin-primary);border-radius:999px;width:.5rem;height:.5rem}.admin-dashboard-shell .lovable-chart-frame{height:18rem;padding:1rem .5rem}.admin-dashboard-shell .lovable-recent-card,.admin-dashboard-shell .lovable-list-card,.admin-dashboard-shell .lovable-customer-card,.admin-dashboard-shell .lovable-low-stock-card{overflow:hidden}.admin-dashboard-shell .lovable-recent-card ul,.admin-dashboard-shell .lovable-list-card ul,.admin-dashboard-shell .lovable-low-stock-card ul{margin:0;padding:0;list-style:none}.admin-dashboard-shell .lovable-recent-card li{border-top:1px solid var(--admin-border);align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.75rem;line-height:1rem;transition:background .16s;display:flex}.admin-dashboard-shell .lovable-recent-card li:first-child{border-top:0}.admin-dashboard-shell .lovable-recent-card li:hover,.admin-dashboard-shell .lovable-list-card li:hover{background:color-mix(in oklab,var(--admin-accent)40%,transparent)}.admin-dashboard-shell .lovable-recent-card li>div{flex:1;min-width:0}.admin-dashboard-shell .lovable-recent-card li p{color:var(--admin-fg);font-family:var(--admin-mono);margin:0}.admin-dashboard-shell .lovable-recent-card li span:not(.lovable-status-badge):not(.lovable-status-badge span){color:var(--admin-muted-fg);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-dashboard-shell .lovable-recent-card li strong{color:var(--admin-fg);font-family:var(--admin-mono);font-weight:400}.admin-dashboard-shell .lovable-status-badge{border:1px solid var(--admin-border);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.25rem;width:max-content;padding:.125rem .5rem;font-size:.625rem;font-weight:500;line-height:1rem;display:inline-flex}.admin-dashboard-shell .lovable-status-badge span{background:currentColor;border-radius:999px;width:.25rem;height:.25rem}.admin-dashboard-shell .lovable-status-badge.processing{border-color:color-mix(in oklab,var(--admin-warning)20%,transparent);background:color-mix(in oklab,var(--admin-warning)10%,transparent);color:var(--admin-warning)}.admin-dashboard-shell .lovable-status-badge.delivered{border-color:color-mix(in oklab,var(--admin-success)20%,transparent);background:color-mix(in oklab,var(--admin-success)10%,transparent);color:var(--admin-success)}.admin-dashboard-shell .lovable-status-badge.pending{background:var(--admin-muted);color:var(--admin-muted-fg)}.admin-dashboard-shell .lovable-status-badge.returned{border-color:color-mix(in oklab,var(--admin-danger)20%,transparent);background:color-mix(in oklab,var(--admin-danger)10%,transparent);color:var(--admin-danger)}.admin-dashboard-shell .lovable-bottom-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.admin-dashboard-shell .lovable-bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-dashboard-shell .lovable-admin-metrics-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.admin-dashboard-shell .lovable-admin-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-dashboard-shell .lovable-metric-rows{display:grid}.admin-dashboard-shell .lovable-metric-rows div{border-top:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.admin-dashboard-shell .lovable-metric-rows div:first-child{border-top:0}.admin-dashboard-shell .lovable-metric-rows span{color:var(--admin-muted-fg);font-size:.75rem}.admin-dashboard-shell .lovable-metric-rows strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:.875rem;font-weight:600}.admin-dashboard-shell .lovable-list-card li{border-top:1px solid var(--admin-border);align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.admin-dashboard-shell .lovable-list-card li:first-child,.admin-dashboard-shell .lovable-low-stock-card li:first-child{border-top:0}.admin-dashboard-shell .lovable-list-card li>span{color:var(--admin-muted-fg);font-family:var(--admin-mono)}.admin-dashboard-shell .lovable-list-card li div{flex:1;min-width:0}.admin-dashboard-shell .lovable-list-card li p,.admin-dashboard-shell .lovable-low-stock-card li p{color:var(--admin-fg);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;line-height:1.25rem;overflow:hidden}.admin-dashboard-shell .lovable-list-card li em,.admin-dashboard-shell .lovable-low-stock-card li span{color:var(--admin-muted-fg);font-size:.6875rem;font-style:normal;line-height:1rem}.admin-dashboard-shell .lovable-list-card li strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:.75rem;font-weight:500}.admin-dashboard-shell .lovable-customer-stats{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.admin-dashboard-shell .lovable-customer-stats div{border-left:1px solid var(--admin-border);padding:1.25rem}.admin-dashboard-shell .lovable-customer-stats div:first-child{border-left:0}.admin-dashboard-shell .lovable-customer-stats strong{color:var(--admin-fg);font-family:var(--admin-mono);margin-top:.25rem;font-size:1.25rem;font-weight:600;line-height:1.75rem;display:block}.admin-dashboard-shell .lovable-notification{border-top:1px solid var(--admin-border);padding:1.25rem}.admin-dashboard-shell .lovable-notification>p{color:var(--admin-muted-fg);margin:0;font-size:.6875rem;line-height:1rem}.admin-dashboard-shell .lovable-notification>div{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)40%,transparent);border-radius:.5rem;align-items:flex-start;gap:.75rem;margin-top:.75rem;padding:.75rem;display:flex}.admin-dashboard-shell .lovable-notification svg{color:var(--admin-primary);flex:none;margin-top:.125rem}.admin-dashboard-shell .lovable-notification div p{color:var(--admin-fg);margin:0;font-size:.75rem;line-height:1rem}.admin-dashboard-shell .lovable-notification a{color:var(--admin-primary);font-size:.75rem;text-decoration:none}.admin-dashboard-shell .lovable-low-stock-card li{border-top:1px solid var(--admin-border);align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;display:flex}.admin-dashboard-shell .lovable-low-stock-card svg{color:var(--admin-warning);flex:none;margin-top:.125rem}.admin-dashboard-shell .lovable-top-products-modal{width:min(46rem,100vw - 2rem);max-height:min(44rem,100vh - 2rem);overflow:hidden}.admin-dashboard-shell .lovable-top-products-modal .modal-header{padding:1rem 1.5rem}.admin-dashboard-shell .lovable-top-products-modal .modal-header p{margin:.25rem 0 0}.admin-dashboard-shell .lovable-top-products-modal .modal-body{padding:1rem 1.5rem 1.25rem;overflow:hidden}.admin-dashboard-shell .lovable-modal-toolbar{border-bottom:1px solid var(--admin-border);justify-content:space-between;padding-bottom:.75rem}.admin-dashboard-shell .lovable-modal-toolbar>span{color:var(--admin-muted-fg);font-size:.75rem}.admin-dashboard-shell .lovable-top-products-list{scrollbar-color:var(--admin-scrollbar-thumb)#0000;scrollbar-gutter:stable;scrollbar-width:thin;max-height:29rem;margin:0;padding:0 .5rem 0 0;list-style:none;overflow:hidden auto}.admin-dashboard-shell .lovable-top-products-list::-webkit-scrollbar{width:6px}.admin-dashboard-shell .lovable-top-products-list::-webkit-scrollbar-track{background:0 0}.admin-dashboard-shell .lovable-top-products-list::-webkit-scrollbar-thumb{background:var(--admin-scrollbar-thumb);border-radius:999px}.admin-dashboard-shell .lovable-top-products-list::-webkit-scrollbar-thumb:hover{background:var(--admin-primary)}.admin-dashboard-shell .lovable-top-products-list li{border-top:1px solid var(--admin-border);align-items:center;gap:.75rem;padding:.75rem .25rem;display:flex}.admin-dashboard-shell .lovable-top-products-list li:first-child{border-top:0}.admin-dashboard-shell .lovable-top-products-list li>span{width:2rem;color:var(--admin-muted-fg);font-family:var(--admin-mono);font-size:.6875rem}.admin-dashboard-shell .lovable-top-products-list li div{flex:1;min-width:0}.admin-dashboard-shell .lovable-top-products-list li p{color:var(--admin-fg);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;line-height:1.25rem;overflow:hidden}.admin-dashboard-shell .lovable-top-products-list li em{color:var(--admin-muted-fg);font-size:.6875rem;font-style:normal}.admin-dashboard-shell .lovable-top-products-list li strong{color:var(--admin-fg);font-family:var(--admin-mono);text-align:right;margin-left:1rem;font-size:.8125rem;font-weight:600}.admin-dashboard-shell .lovable-empty{color:var(--admin-muted-fg);margin:0;padding:1.5rem 1.25rem;font-size:.75rem;line-height:1rem}.admin-dashboard-shell .finance-page .admin-overview-controls{row-gap:.5rem}.admin-dashboard-shell .finance-branch-select{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;width:10rem;height:2.25rem}.admin-dashboard-shell .finance-date-range input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.admin-dashboard-shell .finance-icon-button svg{flex:none}@media (min-width:1280px){.admin-dashboard-shell .finance-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.admin-dashboard-shell .finance-kpi-card.success .finance-metric-caption{color:var(--admin-success)}.admin-dashboard-shell .finance-kpi-card.danger .finance-metric-caption{color:var(--admin-danger)}.admin-dashboard-shell .finance-kpi-card.warning .finance-metric-caption{color:var(--admin-warning)}.admin-dashboard-shell .finance-metric-caption{color:var(--admin-muted-fg);margin-top:.75rem;font-size:.6875rem;line-height:1rem}.admin-dashboard-shell .finance-statement-grid,.admin-dashboard-shell .finance-detail-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.admin-dashboard-shell .finance-statement-grid,.admin-dashboard-shell .finance-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-dashboard-shell .finance-content-grid,.admin-dashboard-shell .finance-ledger-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1200px){.admin-dashboard-shell .finance-content-grid{grid-template-columns:minmax(0,2fr) minmax(20rem,.8fr)}}@media (min-width:1280px){.admin-dashboard-shell .finance-ledger-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}}.admin-dashboard-shell .finance-summary-panel,.admin-dashboard-shell .finance-ledger-card{overflow:hidden}.admin-dashboard-shell .finance-action-panel{border-top:1px solid var(--admin-border);padding:1.25rem}.admin-dashboard-shell .finance-action-panel .inventory-primary-button{width:100%}.admin-dashboard-shell .finance-health-card .lovable-panel-header strong{color:var(--admin-primary);text-transform:uppercase;font-size:.75rem}.admin-dashboard-shell .finance-health-score{align-items:baseline;gap:.375rem;padding:1.25rem 1.25rem 0;display:flex}.admin-dashboard-shell .finance-health-score strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:2.25rem;font-weight:700;line-height:1}.admin-dashboard-shell .finance-health-score span{color:var(--admin-muted-fg);font-size:.75rem}.admin-dashboard-shell .finance-health-bars{background:var(--admin-muted);border-radius:999px;height:.375rem;margin:1rem 1.25rem 0;overflow:hidden}.admin-dashboard-shell .finance-health-bars i{border-radius:inherit;background:var(--admin-primary);height:100%;display:block}.admin-dashboard-shell .finance-health-alerts{margin:1rem 0 0;padding:0 1.25rem 1.25rem;list-style:none}.admin-dashboard-shell .finance-health-alerts li{border-top:1px solid var(--admin-border);color:var(--admin-muted-fg);padding:.625rem 0;font-size:.75rem;line-height:1.35}.admin-dashboard-shell .finance-statement-rows .profit strong{color:var(--admin-success)}.admin-dashboard-shell .finance-statement-rows .loss strong,.admin-dashboard-shell .finance-statement-rows .expense strong,.admin-dashboard-shell .finance-statement-rows .cost strong,.admin-dashboard-shell .finance-statement-rows .contra strong{color:var(--admin-danger)}.admin-dashboard-shell .finance-breakdown-list{margin:0;padding:0;list-style:none}.admin-dashboard-shell .finance-breakdown-list li{border-top:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.admin-dashboard-shell .finance-breakdown-list li:first-child{border-top:0}.admin-dashboard-shell .finance-breakdown-list li div{min-width:0}.admin-dashboard-shell .finance-breakdown-list p{color:var(--admin-fg);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;line-height:1.25rem;overflow:hidden}.admin-dashboard-shell .finance-breakdown-list em{color:var(--admin-muted-fg);font-size:.6875rem;font-style:normal}.admin-dashboard-shell .finance-breakdown-list strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:.8125rem}.admin-dashboard-shell .finance-table-wrap{width:100%;overflow:auto}.admin-dashboard-shell .finance-table{border-collapse:collapse;width:100%;min-width:54rem}.admin-dashboard-shell .finance-table th,.admin-dashboard-shell .finance-table td{border-top:1px solid var(--admin-border);color:var(--admin-fg);text-align:left;vertical-align:middle;white-space:nowrap;padding:.75rem 1rem;font-size:.75rem}.admin-dashboard-shell .finance-table th{background:color-mix(in oklab,var(--admin-bg)60%,var(--admin-card));color:var(--admin-muted-fg);letter-spacing:.06em;text-transform:uppercase;font-size:.625rem;font-weight:700;line-height:1rem}.admin-dashboard-shell .finance-table tbody tr:hover{background:color-mix(in oklab,var(--admin-accent)36%,transparent)}.admin-dashboard-shell .finance-table-footer{border-top:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.admin-dashboard-shell .finance-table-footer span{color:var(--admin-muted-fg);font-size:.75rem}.admin-dashboard-shell .finance-table td:nth-child(2),.admin-dashboard-shell .finance-table td:nth-child(3),.admin-dashboard-shell .finance-table td:nth-child(4),.admin-dashboard-shell .finance-table td:nth-child(5),.admin-dashboard-shell .finance-table td:nth-child(6){font-family:var(--admin-mono)}.admin-dashboard-shell .finance-table-action{min-height:1.75rem}.admin-dashboard-shell .finance-expense-modal{width:min(42rem,100vw - 2rem)}.admin-dashboard-shell .finance-expense-modal .modal-header{padding:1rem 1.5rem}.admin-dashboard-shell .finance-expense-modal .modal-body{padding:1rem 1.5rem 1.25rem}.admin-dashboard-shell .primary-button,.admin-dashboard-shell .inventory-primary-button,.admin-dashboard-shell .users-actions .primary-button,.admin-dashboard-shell .orders-actions .primary-button,.admin-dashboard-shell .branches-header .primary-button{background:var(--admin-primary);min-height:36px;color:var(--admin-primary-fg);box-shadow:none;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:.75rem;font-weight:700;transition:background .16s,transform .16s;display:inline-flex}.admin-dashboard-shell .primary-button:hover,.admin-dashboard-shell .inventory-primary-button:hover{background:color-mix(in oklab,var(--admin-primary)88%,black);transform:translateY(-1px)}.admin-dashboard-shell .ghost-button,.admin-dashboard-shell .inventory-danger-button,.admin-dashboard-shell .update-role,.admin-dashboard-shell .delete,.admin-dashboard-shell .branch-actions button,.admin-dashboard-shell .order-actions button,.admin-dashboard-shell .modal-actions button,.admin-dashboard-shell .orders-table button,.admin-dashboard-shell .users-table button{border:1px solid var(--admin-border);background:var(--admin-control);min-height:32px;color:var(--admin-fg);border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.7rem;font-weight:600;text-decoration:none;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.admin-dashboard-shell .ghost-button:hover,.admin-dashboard-shell .update-role:hover,.admin-dashboard-shell .order-actions button:hover,.admin-dashboard-shell .orders-table button:hover,.admin-dashboard-shell .users-table button:hover{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background:var(--admin-control-hover);color:var(--admin-fg);transform:translateY(-1px)}.admin-dashboard-shell .delete,.admin-dashboard-shell .inventory-danger-button,.admin-dashboard-shell .danger-button{border-color:color-mix(in oklab,var(--admin-danger)30%,var(--admin-border));background:color-mix(in oklab,var(--admin-danger)10%,transparent);color:var(--admin-danger)}.admin-dashboard-shell input,.admin-dashboard-shell select,.admin-dashboard-shell textarea{border:1px solid var(--admin-border);background:var(--admin-bg);color:var(--admin-fg);font-family:var(--admin-font);border-radius:8px;outline:none;font-size:.75rem}.admin-dashboard-shell input,.admin-dashboard-shell select{min-height:36px;padding:0 12px}.admin-dashboard-shell textarea{padding:10px 12px;line-height:1.55}.admin-dashboard-shell input:focus,.admin-dashboard-shell select:focus,.admin-dashboard-shell textarea:focus{border-color:var(--admin-primary);box-shadow:var(--admin-ring-shadow)}.admin-dashboard-shell .admin-kpi-grid,.admin-dashboard-shell .branch-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.admin-dashboard-shell .admin-kpi-grid,.admin-dashboard-shell .branch-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-dashboard-shell .admin-kpi-card,.admin-dashboard-shell .branch-summary-card,.admin-dashboard-shell .admin-panel,.admin-dashboard-shell .inventory-card-panel,.admin-dashboard-shell .inventory-card,.admin-dashboard-shell .branches-note,.admin-dashboard-shell .branches-list,.admin-dashboard-shell .logistics-card,.admin-dashboard-shell .settings-section{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);box-shadow:none}.admin-dashboard-shell .admin-kpi-card,.admin-dashboard-shell .branch-summary-card{color:inherit;padding:20px;text-decoration:none;transition:border-color .16s,box-shadow .16s;position:relative;overflow:hidden}.admin-dashboard-shell .admin-kpi-card:hover,.admin-dashboard-shell .inventory-card:hover,.admin-dashboard-shell .admin-panel:hover{border-color:color-mix(in oklab,var(--admin-primary)40%,var(--admin-border));box-shadow:0 18px 48px color-mix(in oklab,var(--admin-primary)7%,transparent);transform:none}.admin-dashboard-shell .admin-kpi-card:before,.admin-dashboard-shell .inventory-card:before{content:"";background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--admin-primary)45%,transparent),transparent);opacity:0;width:100%;height:1px;transition:opacity .16s;position:absolute;inset:0 auto auto 0}.admin-dashboard-shell .admin-kpi-card:hover:before,.admin-dashboard-shell .inventory-card:hover:before{opacity:1}.admin-dashboard-shell .admin-kpi-card p,.admin-dashboard-shell .branch-summary-card span{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:700}.admin-dashboard-shell .admin-kpi-card strong,.admin-dashboard-shell .branch-summary-card strong{color:var(--admin-fg);font-family:var(--admin-mono);letter-spacing:0;margin-top:8px;font-size:1.5rem;font-weight:700;display:block}.admin-dashboard-shell .admin-branch-grid,.admin-dashboard-shell .inventory-grid,.admin-dashboard-shell .logistics-grid,.admin-dashboard-shell .settings-form{gap:12px;display:grid}.admin-dashboard-shell .inventory-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-dashboard-shell .logistics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.admin-dashboard-shell .settings-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.admin-dashboard-shell .settings-layout{grid-template-columns:220px minmax(0,1fr);gap:24px;display:grid}@media (max-width:900px){.admin-dashboard-shell .settings-layout{grid-template-columns:1fr}}.admin-dashboard-shell .settings-nav{align-self:start;gap:4px;display:grid;position:sticky;top:84px}.admin-dashboard-shell .settings-nav button{width:100%;min-height:36px;color:var(--admin-muted-fg);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:0 12px;font-size:.75rem;font-weight:600;transition:background .16s,color .16s;display:flex}.admin-dashboard-shell .settings-nav button:hover{background:var(--admin-accent);color:var(--admin-fg)}.admin-dashboard-shell .settings-nav button.active{background:color-mix(in oklab,var(--admin-primary)11%,transparent);color:var(--admin-primary)}.admin-dashboard-shell .settings-nav button i{background:currentColor;border-radius:999px;width:6px;height:6px;margin-left:auto}.admin-dashboard-shell .settings-content{gap:24px;display:grid}.admin-dashboard-shell .admin-panel,.admin-dashboard-shell .inventory-card-panel,.admin-dashboard-shell .logistics-card,.admin-dashboard-shell .settings-section{padding:20px}.admin-dashboard-shell .inventory-card{text-align:left;cursor:pointer;flex-direction:column;gap:12px;min-height:180px;padding:20px;display:flex;position:relative;overflow:hidden}.admin-dashboard-shell .inventory-card h3,.admin-dashboard-shell .logistics-card h4,.admin-dashboard-shell .settings-section h3,.admin-dashboard-shell .admin-panel-header h3,.admin-dashboard-shell .branches-list strong{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700}.admin-dashboard-shell .inventory-card p,.admin-dashboard-shell .logistics-card p,.admin-dashboard-shell .settings-section p{color:var(--admin-muted-fg);margin:8px 0 0;font-size:.75rem;line-height:1.55}.admin-dashboard-shell .inventory-card:after{content:none;color:var(--admin-muted-fg);font-size:1rem;transition:transform .16s,color .16s;position:absolute;top:18px;right:18px}.admin-dashboard-shell .inventory-card:hover:after{color:var(--admin-primary);transform:translate(2px,-2px)}.admin-dashboard-shell .inventory-modules-section{gap:12px;display:grid}.admin-dashboard-shell .inventory-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.admin-dashboard-shell .inventory-section-heading h3{color:var(--admin-fg);margin:0;font-size:.875rem;font-weight:700}.admin-dashboard-shell .inventory-module-search{border:1px solid var(--admin-border);background:var(--admin-card);min-width:min(100%,260px);min-height:36px;color:var(--admin-muted-fg);border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex}.admin-dashboard-shell .inventory-module-search input{min-height:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0}.admin-dashboard-shell .inventory-card-icon{background:color-mix(in oklab,var(--admin-primary)12%,transparent);width:40px;height:40px;color:var(--admin-primary);border-radius:10px;justify-content:center;align-items:center;transition:background .16s,color .16s;display:inline-flex}.admin-dashboard-shell .inventory-card:hover .inventory-card-icon{background:var(--admin-primary);color:var(--admin-primary-fg)}.admin-dashboard-shell .inventory-card-arrow{color:var(--admin-muted-fg);transition:transform .16s,color .16s;position:absolute;top:20px;right:20px}.admin-dashboard-shell .inventory-card:hover .inventory-card-arrow{color:var(--admin-primary);transform:translate(2px,-2px)}.admin-dashboard-shell .inventory-card-meta{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;margin-top:auto;font-size:.625rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .inventory-card-meta:before{content:"";background:var(--admin-success);border-radius:999px;width:5px;height:5px}.admin-dashboard-shell .branch-operations-panel{padding:0;overflow:hidden}.admin-dashboard-shell .branch-operations-panel .inventory-toolbar{border-bottom:1px solid var(--admin-border);background:var(--admin-card);-webkit-backdrop-filter:none;backdrop-filter:none;min-height:auto;margin:0;padding:16px 20px;position:static}.admin-dashboard-shell .branch-actions{flex-wrap:wrap;gap:8px;padding:16px 20px 0;display:flex}.admin-dashboard-shell .branch-summary-grid{border-top:1px solid var(--admin-border);background:var(--admin-border);gap:1px;padding:0}.admin-dashboard-shell .branch-summary-card{background:var(--admin-card);border:0;border-radius:0}.admin-dashboard-shell .admin-overview-panels{grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;display:grid}@media (max-width:1100px){.admin-dashboard-shell .admin-overview-panels{grid-template-columns:1fr}}.admin-dashboard-shell .admin-panel-chart,.admin-dashboard-shell .admin-panel-recent{grid-column:span 6}.admin-dashboard-shell .admin-panel-top-products,.admin-dashboard-shell .admin-panel-customer-stats,.admin-dashboard-shell .admin-panel-low-stock,.admin-dashboard-shell .admin-panel-suppliers,.admin-dashboard-shell .admin-panel-branch-compare,.admin-dashboard-shell .admin-panel-notifications,.admin-dashboard-shell .admin-panel-staff,.admin-dashboard-shell .admin-panel-finance{grid-column:span 4}@media (max-width:1100px){.admin-dashboard-shell .admin-panel-chart,.admin-dashboard-shell .admin-panel-recent,.admin-dashboard-shell .admin-panel-top-products,.admin-dashboard-shell .admin-panel-customer-stats,.admin-dashboard-shell .admin-panel-low-stock,.admin-dashboard-shell .admin-panel-suppliers,.admin-dashboard-shell .admin-panel-branch-compare,.admin-dashboard-shell .admin-panel-notifications,.admin-dashboard-shell .admin-panel-staff,.admin-dashboard-shell .admin-panel-finance{grid-column:span 1}}.admin-dashboard-shell .admin-panel-header,.admin-dashboard-shell .logistics-section-header,.admin-dashboard-shell .settings-section-header{justify-content:space-between;align-items:center;gap:14px;margin:0 0 16px;padding:0;display:flex}.admin-dashboard-shell .admin-panel-header span,.admin-dashboard-shell .admin-panel-link{color:var(--admin-muted-fg);font-size:.6875rem;font-weight:600}.admin-dashboard-shell .admin-panel-link{color:var(--admin-primary);background:0 0;border:0;border-radius:0;padding:0;text-decoration:none}.admin-dashboard-shell .admin-chart-grid line{stroke:var(--admin-border)}.admin-dashboard-shell .admin-chart-line{stroke:var(--admin-primary);stroke-width:2px}.admin-dashboard-shell .admin-bars rect{fill:color-mix(in oklab,var(--admin-primary)55%,transparent)}.admin-dashboard-shell .admin-chart-axis text{fill:var(--admin-muted-fg);font-family:var(--admin-font);font-size:10px}.admin-dashboard-shell .orders-table,.admin-dashboard-shell .users-table,.admin-dashboard-shell .admin-table table,.admin-dashboard-shell .settings-table,.admin-dashboard-shell .activity-table{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);border-collapse:separate;border-spacing:0;width:100%;overflow:hidden}.admin-dashboard-shell .orders-table,.admin-dashboard-shell .users-table,.admin-dashboard-shell .admin-table table{display:table}.admin-dashboard-shell .orders-table th,.admin-dashboard-shell .orders-table td,.admin-dashboard-shell .users-table th,.admin-dashboard-shell .users-table td,.admin-dashboard-shell .admin-table th,.admin-dashboard-shell .admin-table td{border-bottom:1px solid var(--admin-border);color:var(--admin-fg);text-align:left;vertical-align:middle;padding:14px 12px;font-size:.75rem}.admin-dashboard-shell .orders-table th,.admin-dashboard-shell .users-table th,.admin-dashboard-shell .admin-table th{background:color-mix(in oklab,var(--admin-bg)60%,var(--admin-card));color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:700}.admin-dashboard-shell .orders-table tr:last-child td,.admin-dashboard-shell .users-table tr:last-child td,.admin-dashboard-shell .admin-table tr:last-child td{border-bottom:0}.admin-dashboard-shell .orders-table tbody tr,.admin-dashboard-shell .users-table tbody tr{transition:background .16s}.admin-dashboard-shell .orders-table tbody tr:hover,.admin-dashboard-shell .users-table tbody tr:hover{background:color-mix(in oklab,var(--admin-accent)62%,transparent)}.admin-dashboard-shell .users-table tbody tr:hover .users-more-icon-button,.admin-dashboard-shell .users-table tbody tr:focus-within .users-more-icon-button{border-color:color-mix(in oklab,var(--admin-primary)30%,var(--admin-border));color:var(--admin-fg)!important}.admin-dashboard-shell .orders-actions,.admin-dashboard-shell .users-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-dashboard-shell .orders-filter-bar{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding:12px;display:flex}.admin-dashboard-shell .orders-search-field{border:1px solid var(--admin-border);background:var(--admin-bg);min-width:min(100%,320px);min-height:36px;color:var(--admin-muted-fg);border-radius:8px;flex:1;align-items:center;gap:8px;padding:0 12px;display:flex}.admin-dashboard-shell .orders-search-field input{min-height:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0}.admin-dashboard-shell .orders-search-field input:focus{box-shadow:none}.admin-dashboard-shell .orders-filter-bar>select{border:1px solid var(--admin-border);background-color:var(--admin-bg);width:auto;min-width:150px;min-height:2.25rem;color:var(--admin-fg);border-radius:.5rem;padding:0 .875rem;font-weight:700;transition:border-color .16s,background-color .16s,box-shadow .16s}.admin-dashboard-shell .orders-filter-bar>select:hover,.admin-dashboard-shell .orders-filter-bar>select:focus{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background-color:color-mix(in oklab,var(--admin-accent)35%,var(--admin-bg))}.admin-dashboard-shell .orders-filter-bar>select option{background:var(--admin-control);color:var(--admin-fg)}.admin-dashboard-shell .orders-select-menu-wrap{min-width:150px;position:relative}.admin-dashboard-shell .orders-select-trigger{border:1px solid var(--admin-border);background:var(--admin-bg);width:100%;min-height:2.25rem;color:var(--admin-fg);text-align:left;cursor:pointer;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.625rem;padding:0 .75rem;font-size:.75rem;font-weight:700;line-height:1;transition:border-color .16s,background .16s,box-shadow .16s;display:inline-flex}.admin-dashboard-shell .orders-select-trigger span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-dashboard-shell .orders-select-trigger svg{color:var(--admin-muted-fg);flex:none}.admin-dashboard-shell .orders-select-trigger:hover,.admin-dashboard-shell .orders-select-trigger[aria-expanded=true]{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background:color-mix(in oklab,var(--admin-accent)35%,var(--admin-bg))}.admin-dashboard-shell .orders-select-menu{z-index:90;overscroll-behavior:contain;border:1px solid var(--admin-border);background:var(--admin-control);width:max-content;min-width:100%;max-width:min(18rem,100vw - 1.5rem);max-height:min(19rem,100vh - 8rem);color:var(--admin-fg);box-shadow:0 20px 60px color-mix(in oklab,var(--admin-fg)14%,transparent);border-radius:.75rem;gap:.25rem;padding:.375rem;display:grid;position:absolute;top:calc(100% + .5rem);left:0;overflow-y:auto}.admin-dashboard-shell .orders-status-menu{min-width:12rem;left:auto;right:0}.admin-dashboard-shell .orders-select-option{width:100%;min-height:2.125rem;color:var(--admin-muted-fg);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:.5rem;justify-content:flex-start;align-items:center;gap:.5rem;padding:0 .625rem;font-size:.75rem;font-weight:700;display:flex}.admin-dashboard-shell .orders-select-option:hover,.admin-dashboard-shell .orders-select-option.active{background:var(--admin-control-hover);color:var(--admin-fg);transform:translateY(-1px)}.admin-dashboard-shell .orders-select-option.status-option.success{color:var(--admin-success)}.admin-dashboard-shell .orders-select-option.status-option.warning{color:var(--admin-warning)}.admin-dashboard-shell .orders-select-option.status-option.info{color:var(--admin-info)}.admin-dashboard-shell .orders-select-option.status-option.danger{color:var(--admin-danger)}.admin-dashboard-shell .orders-select-option.status-option.muted{color:var(--admin-muted-fg)}.admin-dashboard-shell .branch-option-dot{background:hsl(var(--branch-hue,270),72%,56%);width:.5rem;height:.5rem;box-shadow:0 0 0 3px hsl(var(--branch-hue,270),70%,60%,.16);border-radius:999px;flex:none}@media (max-width:640px){.admin-dashboard-shell .orders-filter-bar{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) minmax(0,.95fr);align-items:stretch;gap:8px;margin-top:8px;display:grid}.admin-dashboard-shell .orders-search-field{grid-column:1/-1;width:100%;min-width:0}.admin-dashboard-shell .orders-branch-filter{grid-column:1/3}.admin-dashboard-shell .orders-date-filter{grid-column:3;justify-self:stretch;width:100%;min-width:0}.admin-dashboard-shell .orders-status-filter{grid-column:1}.admin-dashboard-shell .orders-status-filter .orders-select-menu{width:min(12rem,100vw - 1.5rem);min-width:min(12rem,100vw - 1.5rem);left:0;right:auto}.admin-dashboard-shell .orders-more-menu{grid-column:2}.admin-dashboard-shell .orders-export-button{grid-column:3/-1}.admin-dashboard-shell .orders-select-menu-wrap,.admin-dashboard-shell .orders-filter-bar>select{width:100%;min-width:0}.admin-dashboard-shell .orders-date-filter .lovable-range-control{justify-content:space-between;width:100%;min-width:0}.admin-dashboard-shell .orders-date-filter .lovable-range-menu{left:auto;right:0;transform:none}.admin-dashboard-shell .orders-more-menu,.admin-dashboard-shell .orders-export-button{width:100%}.admin-dashboard-shell .orders-more-menu summary,.admin-dashboard-shell .orders-export-button{white-space:nowrap;width:100%;min-width:0;padding:0 .625rem}}.admin-dashboard-shell .orders-more-menu{position:relative}.admin-dashboard-shell .orders-more-menu summary,.admin-dashboard-shell .orders-export-button,.admin-dashboard-shell .orders-table-footer button{border:1px solid var(--admin-border);background:var(--admin-bg);min-height:36px;color:var(--admin-fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.75rem;font-weight:600;list-style:none;display:inline-flex}.admin-dashboard-shell .orders-more-menu summary::-webkit-details-marker{display:none}.admin-dashboard-shell .orders-more-panel{z-index:15;border:1px solid var(--admin-border);background:var(--admin-card);width:180px;box-shadow:0 20px 40px color-mix(in oklab,var(--admin-fg)10%,transparent);color:var(--admin-muted-fg);border-radius:10px;gap:8px;padding:10px;font-size:.7rem;display:grid;position:absolute;top:calc(100% + 8px);right:0}.admin-dashboard-shell .orders-more-panel button{border:1px solid var(--admin-border);background:var(--admin-bg);width:100%;min-height:32px;color:var(--admin-fg);border-radius:8px;font-size:.7rem;font-weight:700}.admin-dashboard-shell .orders-export-button:disabled,.admin-dashboard-shell .orders-table-footer button:disabled{cursor:not-allowed;opacity:.48}.admin-dashboard-shell .orders-tabs{border-bottom:1px solid var(--admin-border);align-items:center;gap:4px;display:flex;overflow:auto hidden}.admin-dashboard-shell .orders-tabs button{min-height:42px;color:var(--admin-muted-fg);white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;gap:7px;padding:0 12px;font-size:.75rem;font-weight:700;display:inline-flex;position:relative}.admin-dashboard-shell .orders-tabs button:after{content:"";background:0 0;border-radius:999px 999px 0 0;height:2px;transition:background .16s,opacity .16s;position:absolute;bottom:0;left:8px;right:8px}.admin-dashboard-shell .orders-tabs button.active{color:var(--admin-fg)}.admin-dashboard-shell .orders-tabs button.active:after{background:var(--admin-primary);opacity:1}.admin-dashboard-shell .orders-tabs button span{background:var(--admin-muted);min-width:18px;height:18px;color:var(--admin-muted-fg);border-radius:999px;justify-content:center;align-items:center;font-size:.625rem;display:inline-flex}.admin-dashboard-shell .orders-table-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);min-width:0;overflow:hidden}.admin-dashboard-shell .orders-table-scroll{width:100%;min-width:0;overflow:auto hidden}.admin-dashboard-shell .orders-table-card .orders-table{table-layout:auto;border:0;border-radius:0;width:max-content;min-width:100%}.admin-dashboard-shell .orders-origin-heading{white-space:normal;line-height:1.05}.admin-dashboard-shell .orders-origin-heading span{display:block}.admin-dashboard-shell .order-reference{font-family:var(--admin-mono);white-space:nowrap;font-weight:700;color:var(--admin-primary)!important}.admin-dashboard-shell .order-products-cell{color:var(--admin-muted-fg);align-items:flex-start;gap:8px;line-height:1.5;display:flex}.admin-dashboard-shell .order-products-cell svg{flex:none;margin-top:2px}.admin-dashboard-shell .order-products-button{min-width:4rem;border-color:color-mix(in oklab,var(--admin-primary)18%,var(--admin-border))!important;background:color-mix(in oklab,var(--admin-primary)8%,var(--admin-bg))!important;color:var(--admin-fg)!important}.admin-dashboard-shell .order-products-modal{width:min(32rem,100vw - 1.5rem)}.admin-dashboard-shell .order-products-modal .modal-header{padding:.875rem 1.125rem}.admin-dashboard-shell .order-products-modal .modal-header h3{color:var(--admin-fg)!important}.admin-dashboard-shell .order-products-modal .modal-header p{margin:.25rem 0 0}.admin-dashboard-shell .order-products-modal .modal-body{padding:.875rem 1.125rem 1.125rem}.admin-dashboard-shell .order-details-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1rem;margin-bottom:1rem;display:grid}@media (max-width:760px){.admin-dashboard-shell .order-details-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-dashboard-shell .order-details-summary>div,.admin-dashboard-shell .order-details-block>div{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)70%,var(--admin-card));border-radius:.625rem;min-width:0;padding:.75rem}.admin-dashboard-shell .order-details-summary span,.admin-dashboard-shell .order-details-block span,.admin-dashboard-shell .order-products-modal-heading span{color:var(--admin-muted-fg);letter-spacing:.06em;text-transform:uppercase;font-size:.625rem;font-weight:800;line-height:1rem;display:block}.admin-dashboard-shell .order-details-summary strong,.admin-dashboard-shell .order-details-block strong{color:var(--admin-fg);text-overflow:ellipsis;white-space:nowrap;margin-top:.25rem;font-size:.8125rem;font-weight:700;line-height:1.25rem;display:block;overflow:hidden}.admin-dashboard-shell .order-detail-status.success{color:var(--admin-success)}.admin-dashboard-shell .order-detail-status.warning{color:var(--admin-warning)}.admin-dashboard-shell .order-detail-status.info{color:var(--admin-info)}.admin-dashboard-shell .order-detail-status.danger{color:var(--admin-danger)}.admin-dashboard-shell .order-detail-status.muted{color:var(--admin-muted-fg)}.admin-dashboard-shell .order-details-block{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}@media (max-width:640px){.admin-dashboard-shell .order-details-block{grid-template-columns:1fr}}.admin-dashboard-shell .order-details-block p{color:var(--admin-muted-fg);margin:.25rem 0 0;font-size:.75rem;line-height:1.25rem}.admin-dashboard-shell .order-products-modal-heading{justify-content:space-between;align-items:center;gap:1rem;padding:0 0 .75rem;display:flex}.admin-dashboard-shell .order-products-modal-heading strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:.75rem}.admin-dashboard-shell .order-products-modal-list{gap:.5rem;display:grid}.admin-dashboard-shell .order-products-modal-list>div{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)70%,var(--admin-card));border-radius:.625rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;display:flex}.admin-dashboard-shell .order-products-modal-list>div>div{align-items:center;gap:.75rem;min-width:0;display:flex}.admin-dashboard-shell .order-products-modal-list span{width:2rem;color:var(--admin-muted-fg);font-family:var(--admin-mono);font-size:.6875rem}.admin-dashboard-shell .order-products-modal-list p{color:var(--admin-fg);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;font-weight:600;overflow:hidden}.admin-dashboard-shell .order-products-modal-list em{color:var(--admin-muted-fg);font-size:.75rem;font-style:normal}.admin-dashboard-shell .order-products-modal-list strong,.admin-dashboard-shell .order-products-modal-total strong{color:var(--admin-fg);font-family:var(--admin-mono);font-size:.8125rem}.admin-dashboard-shell .order-products-modal-total{border-top:1px solid var(--admin-border);gap:.5rem;margin-top:1rem;padding-top:1rem;display:grid}.admin-dashboard-shell .order-products-modal-total>div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-dashboard-shell .order-products-modal-total .invoice-total{border-top:1px solid var(--admin-border);margin-top:.25rem;padding-top:.75rem}.admin-dashboard-shell .order-products-modal-total .invoice-total span,.admin-dashboard-shell .order-products-modal-total .invoice-total strong{color:var(--admin-fg);font-size:.875rem}.admin-dashboard-shell .order-products-modal-total span{color:var(--admin-muted-fg);text-transform:uppercase;font-size:.75rem;font-weight:700}.admin-dashboard-shell .order-details-actions{border-top:1px solid var(--admin-border);justify-content:flex-end;margin-top:1rem;padding-top:1rem;display:flex}.admin-dashboard-shell .order-assignment-select{gap:.25rem;display:grid}.admin-dashboard-shell .order-assignment-select select,.admin-dashboard-shell .order-assignment-trigger{border:1px solid hsl(var(--branch-hue,270),72%,68%,.78);background-color:hsl(var(--branch-hue,270),82%,92%,.68);width:max-content;min-width:8.5rem;min-height:2.125rem;color:hsl(var(--branch-hue,270),62%,30%);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:.625rem;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.6875rem;font-weight:700;transition:border-color .16s,background-color .16s,box-shadow .16s;display:inline-flex}.admin-dashboard-shell .order-assignment-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-dashboard-shell .order-assignment-trigger svg{flex:none}.admin-dashboard-shell .order-assignment-select select:hover,.admin-dashboard-shell .order-assignment-trigger:hover,.admin-dashboard-shell .order-assignment-trigger[aria-expanded=true]{background-color:hsl(var(--branch-hue,270),86%,90%,.84)}.admin-dashboard-shell .order-assignment-select select:focus,.admin-dashboard-shell .order-assignment-trigger:focus{border-color:hsl(var(--branch-hue,270),70%,58%,.92);box-shadow:0 0 0 3px hsl(var(--branch-hue,270),80%,72%,.22);outline:0}.admin-dashboard-shell .order-assignment-select select option{background:var(--admin-card);color:var(--admin-fg)}.admin-dashboard-shell .order-assignment-select select:disabled,.admin-dashboard-shell .order-assignment-trigger:disabled{cursor:wait;opacity:.7}.admin-dashboard-shell .order-branch-options{gap:.25rem;width:13.5rem;padding:.375rem;display:grid}.admin-dashboard-shell .order-branch-option{text-align:left;align-items:center;width:100%;min-height:2.125rem!important;color:hsl(var(--branch-hue,270),68%,45%)!important;background:0 0!important;border:0!important;border-radius:.5rem!important;justify-content:flex-start!important;gap:.5rem!important;padding:0 .625rem!important;font-size:.75rem!important;font-weight:800!important;display:flex!important}.admin-dashboard-shell .order-branch-option:hover,.admin-dashboard-shell .order-branch-option.active{background:hsl(var(--branch-hue,270),78%,88%,.46)!important}.admin-dashboard-shell .order-branch-empty{color:var(--admin-muted-fg);text-align:center;margin:0;padding:.75rem;font-size:.75rem}.admin-dashboard-shell .order-origin-branch-cell{white-space:nowrap}.admin-dashboard-shell .order-branch-pill{border:1px solid hsl(var(--branch-hue,270),70%,72%,.8);background:hsl(var(--branch-hue,270),75%,92%,.86);width:max-content;min-height:1.75rem;color:hsl(var(--branch-hue,270),58%,28%);white-space:nowrap;border-radius:.375rem;align-items:center;padding:0 .625rem;font-size:.6875rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .order-online-badge{background:color-mix(in oklab,var(--admin-info)12%,transparent);color:var(--admin-info);letter-spacing:.06em;text-transform:uppercase;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:.5625rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .order-status-badge{border:1px solid var(--admin-border);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;width:max-content;padding:2px 8px;font-size:.625rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .order-status-badge:before{content:"";background:currentColor;border-radius:999px;width:4px;height:4px}.admin-dashboard-shell .order-status-badge.success{border-color:color-mix(in oklab,var(--admin-success)24%,transparent);background:color-mix(in oklab,var(--admin-success)11%,transparent);color:var(--admin-success)}.admin-dashboard-shell .order-status-badge.warning{border-color:color-mix(in oklab,var(--admin-warning)24%,transparent);background:color-mix(in oklab,var(--admin-warning)11%,transparent);color:var(--admin-warning)}.admin-dashboard-shell .order-status-badge.info{border-color:color-mix(in oklab,var(--admin-info)24%,transparent);background:color-mix(in oklab,var(--admin-info)11%,transparent);color:var(--admin-info)}.admin-dashboard-shell .order-status-badge.danger{border-color:color-mix(in oklab,var(--admin-danger)24%,transparent);background:color-mix(in oklab,var(--admin-danger)11%,transparent);color:var(--admin-danger)}.admin-dashboard-shell .order-status-badge.muted{background:var(--admin-muted);color:var(--admin-muted-fg)}.admin-dashboard-shell .order-status-cell,.admin-dashboard-shell .order-dispatch-cell,.admin-dashboard-shell .order-date-cell{position:relative;vertical-align:middle!important}.admin-dashboard-shell .order-status-cell.is-menu-open,.admin-dashboard-shell .order-date-cell.is-menu-open{z-index:30}.admin-dashboard-shell .order-inline-menu{align-items:flex-start;display:inline-flex;position:relative}.admin-dashboard-shell .order-status-cell .order-inline-menu,.admin-dashboard-shell .order-date-cell .order-inline-menu{justify-content:center}.admin-dashboard-shell .orders-table td:has(.order-actions){vertical-align:top}.admin-dashboard-shell .order-actions{align-items:flex-start}.admin-dashboard-shell .order-assigned-branch-cell{vertical-align:top!important}.admin-dashboard-shell .order-status-button{cursor:pointer;min-height:1.75rem!important}.admin-dashboard-shell .order-status-button svg{margin-left:.125rem}.admin-dashboard-shell .order-dispatch-code{min-height:1.75rem;color:var(--admin-muted-fg);white-space:nowrap;align-items:center;font-size:.6875rem;font-weight:700;display:inline-flex}.admin-dashboard-shell .order-status-options,.admin-dashboard-shell .order-branch-options,.admin-dashboard-shell .order-date-popover{border:1px solid var(--admin-border);background:var(--admin-control);box-shadow:0 18px 48px color-mix(in oklab,var(--admin-fg)14%,transparent);border-radius:.75rem;margin-top:0}.admin-dashboard-shell .order-floating-menu{z-index:1000;overscroll-behavior:contain;max-height:min(22rem,100vh - 1.5rem);position:fixed;overflow-y:auto}.admin-dashboard-shell .order-status-options{gap:.25rem;width:13rem;padding:.375rem;display:grid}.admin-dashboard-shell .order-status-option{text-align:left;width:100%;background:0 0!important;border-radius:.5rem!important;justify-content:flex-start!important;min-height:2.125rem!important;padding:0 .625rem!important}.admin-dashboard-shell .order-status-option span{letter-spacing:.04em;text-transform:uppercase;font-size:.6875rem;font-weight:800}.admin-dashboard-shell .order-status-option.success{border-color:color-mix(in oklab,var(--admin-success)22%,transparent)!important;color:var(--admin-success)!important}.admin-dashboard-shell .order-status-option.warning{border-color:color-mix(in oklab,var(--admin-warning)24%,transparent)!important;color:var(--admin-warning)!important}.admin-dashboard-shell .order-status-option.info{border-color:color-mix(in oklab,var(--admin-info)24%,transparent)!important;color:var(--admin-info)!important}.admin-dashboard-shell .order-status-option.danger{border-color:color-mix(in oklab,var(--admin-danger)24%,transparent)!important;color:var(--admin-danger)!important}.admin-dashboard-shell .order-status-option.muted{border-color:var(--admin-border)!important;color:var(--admin-muted-fg)!important}.admin-dashboard-shell .order-status-option.active,.admin-dashboard-shell .order-status-option:hover{background:color-mix(in oklab,currentColor 10%,transparent)!important}.admin-dashboard-shell .order-date-button,.admin-dashboard-shell .order-date-readonly{border:1px solid var(--admin-border);background:var(--admin-bg);min-height:2rem;color:var(--admin-fg);white-space:nowrap;border-radius:.5rem;align-items:center;gap:.375rem;padding:0 .625rem;font-size:.6875rem;font-weight:700;display:inline-flex}.admin-dashboard-shell .order-date-button svg{color:var(--admin-primary)}.admin-dashboard-shell .order-date-popover{gap:.5rem;width:13.5rem;padding:.75rem;display:grid}.admin-dashboard-shell .order-date-popover input{border:1px solid var(--admin-border);background:var(--admin-bg);width:100%;min-height:2.25rem;color:var(--admin-fg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:.5rem;padding:0 .625rem}.admin-dashboard-shell .order-date-clear{width:100%}.admin-dashboard-shell .orders-empty-cell{text-align:center!important;color:var(--admin-muted-fg)!important;padding:32px 20px!important}.admin-dashboard-shell .orders-table-footer{border-top:1px solid var(--admin-border);color:var(--admin-muted-fg);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;font-size:.6875rem;display:flex}.admin-dashboard-shell .orders-table-footer strong{color:var(--admin-fg);font-weight:700}.admin-dashboard-shell .orders-table-footer>div{align-items:center;gap:6px;display:flex}.admin-dashboard-shell .users-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.admin-dashboard-shell .users-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.admin-dashboard-shell .users-stat-grid{grid-template-columns:1fr}}.admin-dashboard-shell .users-stat-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);padding:16px;transition:border-color .16s,box-shadow .16s}.admin-dashboard-shell .branches-summary-card:hover{border-color:color-mix(in oklab,var(--admin-primary)36%,var(--admin-border));box-shadow:var(--admin-elevated-shadow);transform:translateY(-1px)}.admin-dashboard-shell .users-stat-card p{color:var(--admin-muted-fg);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:500}.admin-dashboard-shell .users-stat-card strong{color:var(--admin-fg);font-family:var(--admin-mono);letter-spacing:0;margin-top:8px;font-size:1.5rem;display:block}.admin-dashboard-shell .users-stat-card span{color:var(--admin-muted-fg);margin-top:4px;font-size:.6875rem;display:block}.admin-dashboard-shell .users-filter-bar{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.admin-dashboard-shell .users-search-field{border:1px solid var(--admin-border);background:var(--admin-bg);min-width:min(100%,320px);min-height:36px;color:var(--admin-muted-fg);border-radius:8px;flex:1;align-items:center;gap:8px;padding:0 12px;display:flex}.admin-dashboard-shell .users-search-field input{min-height:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0}.admin-dashboard-shell .users-search-field input:focus{box-shadow:none}.admin-dashboard-shell .users-filter-bar>select{background:var(--admin-bg);width:auto;min-width:150px;min-height:36px;padding:0 2rem 0 .75rem;font-size:.75rem;font-weight:400}.admin-dashboard-shell .users-date-filter .lovable-range-control,.admin-dashboard-shell .branches-date-filter .lovable-range-control{background:var(--admin-bg);border-radius:8px;width:100%;min-width:9.5rem;font-weight:700}.admin-dashboard-shell .users-custom-range,.admin-dashboard-shell .branches-custom-range{background:var(--admin-bg);border-radius:8px}.admin-dashboard-shell .users-more-menu{position:relative}.admin-dashboard-shell .users-more-menu summary,.admin-dashboard-shell .users-more-button,.admin-dashboard-shell .users-export-button{border:1px solid var(--admin-border);background:var(--admin-bg);min-height:36px;color:var(--admin-fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.75rem;font-weight:400;list-style:none;display:inline-flex}.admin-dashboard-shell .users-more-menu summary::-webkit-details-marker{display:none}.admin-dashboard-shell .users-more-menu[open] summary{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background:var(--admin-control-hover);color:var(--admin-fg)}.admin-dashboard-shell .users-more-panel{z-index:15;border:1px solid var(--admin-border);background:var(--admin-card);width:180px;box-shadow:0 20px 40px color-mix(in oklab,var(--admin-fg)10%,transparent);color:var(--admin-muted-fg);border-radius:10px;gap:8px;padding:10px;font-size:.7rem;animation:.14s ease-out admin-popover-in;display:grid;position:absolute;top:calc(100% + 8px);right:0}.admin-dashboard-shell .users-more-panel button{border:1px solid var(--admin-border);background:var(--admin-bg);width:100%;min-height:32px;color:var(--admin-fg);border-radius:8px;font-size:.7rem;font-weight:700}.admin-dashboard-shell .users-export-button:disabled{cursor:not-allowed;opacity:.48}.admin-dashboard-shell .users-more-panel button:hover{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background:var(--admin-control-hover)}.admin-dashboard-shell .customers-page .users-stat-card strong{margin-top:4px;font-size:1.25rem}.admin-dashboard-shell .customers-page .users-stat-card p{font-size:.625rem;font-weight:400}.admin-dashboard-shell .staff-page .users-stat-card strong{margin-top:8px;font-size:1.5rem}.admin-dashboard-shell .staff-page .users-stat-card span{font-size:.6875rem}.admin-dashboard-shell .customers-page .users-stat-card span{display:none}.admin-dashboard-shell .users-table-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);overflow:hidden}.admin-dashboard-shell .users-table-scroll{overflow-x:auto}.admin-dashboard-shell .users-table-card .users-table{border:0;border-radius:0;min-width:920px}.admin-dashboard-shell .users-identity-cell,.admin-dashboard-shell .users-contact-cell,.admin-dashboard-shell .users-region-cell,.admin-dashboard-shell .users-row-actions{align-items:center;gap:10px;display:flex}.admin-dashboard-shell .users-avatar{border:1px solid var(--admin-border);background:linear-gradient(135deg,color-mix(in oklab,var(--admin-primary)18%,transparent),color-mix(in oklab,var(--admin-info)12%,transparent));width:36px;height:36px;color:var(--admin-fg);font-family:var(--admin-mono);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.6875rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .users-identity-cell strong{color:var(--admin-fg);font-weight:700;display:block}.admin-dashboard-shell .users-identity-cell span:not(.users-avatar),.admin-dashboard-shell .users-contact-cell span,.admin-dashboard-shell .users-region-cell{color:var(--admin-muted-fg);font-size:.6875rem}.admin-dashboard-shell .users-contact-cell{flex-direction:column;align-items:flex-start;gap:4px}.admin-dashboard-shell .users-contact-cell span,.admin-dashboard-shell .users-region-cell{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.admin-dashboard-shell .users-contact-cell svg,.admin-dashboard-shell .users-region-cell svg{flex:none}.admin-dashboard-shell .users-branch-pill,.admin-dashboard-shell .users-role-badge{border:1px solid var(--admin-border);background:var(--admin-bg);width:fit-content;color:var(--admin-fg);border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:.625rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .users-role-badge.primary{border-color:color-mix(in oklab,var(--admin-primary)24%,transparent);background:color-mix(in oklab,var(--admin-primary)11%,transparent);color:var(--admin-primary)}.admin-dashboard-shell .users-role-badge.info{border-color:color-mix(in oklab,var(--admin-info)24%,transparent);background:color-mix(in oklab,var(--admin-info)11%,transparent);color:var(--admin-info)}.admin-dashboard-shell .users-role-badge.success{border-color:color-mix(in oklab,var(--admin-success)24%,transparent);background:color-mix(in oklab,var(--admin-success)11%,transparent);color:var(--admin-success)}.admin-dashboard-shell .users-role-badge.warning{border-color:color-mix(in oklab,var(--admin-warning)24%,transparent);background:color-mix(in oklab,var(--admin-warning)11%,transparent);color:var(--admin-warning)}.admin-dashboard-shell .users-role-badge.muted{background:var(--admin-muted);color:var(--admin-muted-fg)}.admin-dashboard-shell .users-empty-cell{text-align:center!important;color:var(--admin-muted-fg)!important;padding:32px 20px!important}.admin-dashboard-shell .users-toggle,.admin-dashboard-shell .activity-filters,.admin-dashboard-shell .orders-filter,.admin-dashboard-shell .users-filter,.admin-dashboard-shell .inventory-filter,.admin-dashboard-shell .logistics-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-dashboard-shell .users-toggle{border:1px solid var(--admin-border);background:var(--admin-card);border-radius:8px;width:max-content;padding:3px}.admin-dashboard-shell .users-toggle button{color:var(--admin-muted-fg);background:0 0;border:0;border-radius:6px;padding:8px 12px;font-size:.75rem;font-weight:700}.admin-dashboard-shell .users-toggle button.active{background:color-mix(in oklab,var(--admin-primary)12%,transparent);color:var(--admin-primary)}.admin-dashboard-shell .orders-filter,.admin-dashboard-shell .users-filter,.admin-dashboard-shell .inventory-filter,.admin-dashboard-shell .logistics-field,.admin-dashboard-shell .settings-form label,.admin-dashboard-shell .activity-filters label{color:var(--admin-muted-fg);gap:6px;font-size:.6875rem;font-weight:700;display:grid}.admin-dashboard-shell .product-line,.admin-dashboard-shell .product-option,.admin-dashboard-shell .admin-list li,.admin-dashboard-shell .admin-stat-row,.admin-dashboard-shell .logistics-list li,.admin-dashboard-shell .settings-table-row,.admin-dashboard-shell .activity-row{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)48%,transparent);border-radius:10px}.admin-dashboard-shell .admin-list,.admin-dashboard-shell .logistics-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.admin-dashboard-shell .admin-list li,.admin-dashboard-shell .logistics-list li,.admin-dashboard-shell .admin-stat-row{justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.admin-dashboard-shell .admin-list-title,.admin-dashboard-shell .admin-list-value{color:var(--admin-fg);font-weight:700}.admin-dashboard-shell .admin-list-meta{color:var(--admin-muted-fg);font-size:.6875rem}.admin-dashboard-shell .branches-content{display:block}.admin-dashboard-shell .branches-header-actions{align-items:center;gap:8px;display:flex}.admin-dashboard-shell .branches-filter-bar{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.admin-dashboard-shell .branches-filter-bar>div:first-child{gap:2px;min-width:min(100%,18rem);display:grid}.admin-dashboard-shell .branches-filter-bar strong{color:var(--admin-fg);font-size:.8125rem}.admin-dashboard-shell .branches-filter-bar span{color:var(--admin-muted-fg);font-size:.6875rem}.admin-dashboard-shell .branches-filter-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-dashboard-shell .branches-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.admin-dashboard-shell .branches-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.admin-dashboard-shell .branches-summary-grid{grid-template-columns:1fr}}.admin-dashboard-shell .branches-summary-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);padding:16px;transition:border-color .16s,box-shadow .16s,transform .16s}.admin-dashboard-shell .branches-summary-card p{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:800}.admin-dashboard-shell .branches-summary-card strong{color:var(--admin-fg);font-family:var(--admin-mono);letter-spacing:0;margin-top:8px;font-size:1.5rem;display:block}.admin-dashboard-shell .branches-summary-card span{color:var(--admin-muted-fg);margin-top:4px;font-size:.6875rem;display:block}.admin-dashboard-shell .branches-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;padding:8px;display:grid}.admin-dashboard-shell .branch-list-item{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);text-align:left;padding:20px;transition:border-color .16s,background .16s,box-shadow .16s;position:relative;overflow:hidden}.admin-dashboard-shell .branch-list-item:hover{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background:color-mix(in oklab,var(--admin-card)92%,var(--admin-accent));box-shadow:0 18px 32px color-mix(in oklab,var(--admin-primary)5%,transparent)}.admin-dashboard-shell .branch-card-accent{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-primary)15%,transparent),transparent);pointer-events:none;height:128px;position:absolute;inset:0 0 auto}.admin-dashboard-shell .branch-card-accent.info{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-info)15%,transparent),transparent)}.admin-dashboard-shell .branch-card-accent.warning{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-warning)15%,transparent),transparent)}.admin-dashboard-shell .branch-card-accent.success{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-success)15%,transparent),transparent)}.admin-dashboard-shell .branch-card-accent.chart{background:linear-gradient(180deg,color-mix(in oklab,var(--admin-chart-4)15%,transparent),transparent)}.admin-dashboard-shell .branch-card-heading{align-items:flex-start;gap:12px;display:flex;position:relative}.admin-dashboard-shell .branch-card-code,.admin-dashboard-shell .branch-add-icon{border:1px solid var(--admin-border);background:var(--admin-card);width:48px;height:48px;color:var(--admin-fg);font-family:var(--admin-mono);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .branch-card-type{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:800;display:block}.admin-dashboard-shell .branch-card-heading strong{color:var(--admin-fg);margin-top:2px;font-size:1.125rem;line-height:1.2;display:block}.admin-dashboard-shell .branch-card-address{color:var(--admin-muted-fg);margin-top:4px;font-size:.6875rem;line-height:1.4;display:block}.admin-dashboard-shell .branch-card-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px;display:grid;position:relative}.admin-dashboard-shell .branch-card-meta span{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)45%,transparent);min-height:38px;color:var(--admin-muted-fg);border-radius:10px;align-items:center;gap:7px;padding:0 10px;font-size:.6875rem;font-weight:700;display:flex}.admin-dashboard-shell .branch-card-footer{color:var(--admin-primary);justify-content:space-between;align-items:center;gap:10px;margin-top:18px;font-size:.75rem;font-weight:800;display:flex;position:relative}.admin-dashboard-shell .branch-card-footer span:last-child{align-items:center;gap:5px;margin-left:auto;display:inline-flex}.admin-dashboard-shell .branch-add-card{background:color-mix(in oklab,var(--admin-card)60%,transparent);text-align:center;min-height:240px;color:var(--admin-muted-fg);border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.admin-dashboard-shell .branch-add-card strong{color:var(--admin-fg)}.admin-dashboard-shell .branch-add-card>span:last-child{max-width:220px;color:var(--admin-muted-fg);font-size:.75rem;line-height:1.5}.admin-dashboard-shell .users-container .users-table td:last-child,.admin-dashboard-shell .users-container .users-table th:last-child{display:table-cell}.admin-dashboard-shell .users-table-card .users-table{min-width:1040px}.admin-dashboard-shell .users-orders-cell,.admin-dashboard-shell .users-money-cell{font-family:var(--admin-mono);white-space:nowrap;text-align:right!important}.admin-dashboard-shell .users-money-cell{font-weight:700}.admin-dashboard-shell .users-last-seen{white-space:nowrap;color:var(--admin-muted-fg)!important}.admin-dashboard-shell .users-status-pill{width:fit-content;color:var(--admin-success);align-items:center;gap:6px;font-size:.6875rem;font-weight:400;display:inline-flex}.admin-dashboard-shell .customers-page .users-branch-pill{border-radius:6px;padding:2px 8px;font-weight:600}.admin-dashboard-shell .customers-page .users-avatar{background:linear-gradient(135deg,color-mix(in oklab,var(--admin-primary)20%,transparent),color-mix(in oklab,var(--admin-chart-4)20%,transparent));width:32px;height:32px;color:var(--admin-fg);font-size:.625rem}.admin-dashboard-shell .staff-page .users-avatar{background:linear-gradient(135deg,var(--admin-primary),var(--admin-chart-4));color:var(--admin-primary-fg)}.admin-dashboard-shell .users-status-pill>span{background:currentColor;border-radius:999px;width:6px;height:6px}.admin-dashboard-shell .users-status-pill.owner{color:var(--admin-primary)}.admin-dashboard-shell .users-role-select{border-radius:999px;width:max-content;min-width:148px;min-height:28px;padding:0 28px 0 10px;font-size:.625rem;font-weight:800}.admin-dashboard-shell .users-row-actions{justify-content:flex-end;gap:6px}.admin-dashboard-shell .users-more-icon-button{width:28px;min-width:28px;color:var(--admin-muted-fg)!important;padding:0!important}.admin-dashboard-shell .users-table button:disabled{cursor:not-allowed;opacity:.48}.admin-dashboard-shell .customers-page .users-table-card .users-table{min-width:980px}.admin-dashboard-shell .staff-page .users-table-card .users-table{min-width:1040px}.admin-dashboard-shell .customers-page .users-table,.admin-dashboard-shell .staff-page .users-table{color:var(--admin-fg);text-align:left;font-size:.75rem}.admin-dashboard-shell .customers-page .users-table th,.admin-dashboard-shell .staff-page .users-table th{background:color-mix(in oklab,var(--admin-bg)40%,transparent);color:var(--admin-muted-fg);letter-spacing:.05em;text-transform:uppercase;padding:.75rem 1.25rem;font-size:.625rem;font-weight:500}.admin-dashboard-shell .customers-page .users-table td,.admin-dashboard-shell .staff-page .users-table td{color:var(--admin-fg);padding:1rem 1.25rem;font-size:.75rem}.admin-dashboard-shell .customers-page .users-table th:nth-child(5),.admin-dashboard-shell .customers-page .users-table th:nth-child(6),.admin-dashboard-shell .customers-page .users-table th:last-child,.admin-dashboard-shell .staff-page .users-table th:last-child{text-align:right}.admin-dashboard-shell .customers-page .users-identity-cell,.admin-dashboard-shell .staff-page .users-identity-cell{gap:.75rem}.admin-dashboard-shell .customers-page .users-identity-cell strong,.admin-dashboard-shell .staff-page .users-identity-cell strong{font-weight:500}.admin-dashboard-shell .customers-page .users-identity-cell span:not(.users-avatar),.admin-dashboard-shell .staff-page .users-identity-cell span:not(.users-avatar){color:var(--admin-muted-fg);font-size:.625rem}.admin-dashboard-shell .customers-page .users-contact-cell{gap:.125rem}.admin-dashboard-shell .customers-page .users-contact-cell span{color:var(--admin-muted-fg);font-size:.75rem}.admin-dashboard-shell .staff-page .users-contact-cell{gap:.125rem}.admin-dashboard-shell .staff-page .users-contact-cell span{color:var(--admin-muted-fg);font-size:.6875rem}.admin-dashboard-shell .customers-page .users-contact-cell span,.admin-dashboard-shell .staff-page .users-contact-cell span,.admin-dashboard-shell .customers-page .users-region-cell{gap:.375rem}.admin-dashboard-shell .staff-page .users-plain-cell{color:var(--admin-fg)}.admin-dashboard-shell .staff-page .users-region-text{color:var(--admin-muted-fg)}.admin-dashboard-shell .customers-page .users-branch-pill{background:var(--admin-bg);border-radius:.375rem;padding:.125rem .5rem;font-size:.625rem;font-weight:500}.admin-dashboard-shell .staff-page .users-role-badge{border-radius:999px;gap:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:500}.admin-dashboard-shell .staff-page .users-role-badge.primary{border-color:color-mix(in oklab,var(--admin-primary)20%,transparent);background:color-mix(in oklab,var(--admin-primary)10%,transparent)}.admin-dashboard-shell .staff-page .users-role-badge.info{border-color:color-mix(in oklab,var(--admin-info)20%,transparent);background:color-mix(in oklab,var(--admin-info)10%,transparent)}.admin-dashboard-shell .staff-page .users-role-badge.success{border-color:color-mix(in oklab,var(--admin-success)20%,transparent);background:color-mix(in oklab,var(--admin-success)10%,transparent)}.admin-dashboard-shell .staff-page .users-role-badge.warning{border-color:color-mix(in oklab,var(--admin-warning)20%,transparent);background:color-mix(in oklab,var(--admin-warning)10%,transparent)}.admin-dashboard-shell .customers-page .users-row-actions,.admin-dashboard-shell .staff-page .users-row-actions{justify-content:flex-end;gap:.375rem}.admin-dashboard-shell .customers-page .users-row-actions .update-role,.admin-dashboard-shell .customers-page .users-row-actions .delete,.admin-dashboard-shell .staff-page .users-row-actions .update-role{background:var(--admin-bg);border-radius:.375rem;min-height:1.625rem;padding:0 .5rem;font-size:.625rem;font-weight:500;transform:none}.admin-dashboard-shell .customers-page .users-row-actions .update-role:hover,.admin-dashboard-shell .staff-page .users-row-actions .update-role:hover{border-color:color-mix(in oklab,var(--admin-primary)40%,var(--admin-border));background:var(--admin-bg);transform:none}.admin-dashboard-shell .customers-page .users-row-actions .delete:hover{background:color-mix(in oklab,var(--admin-danger)20%,transparent);transform:none}.admin-dashboard-shell .customers-page .users-more-icon-button,.admin-dashboard-shell .staff-page .users-more-icon-button{width:1.75rem;min-width:1.75rem;height:1.75rem;min-height:1.75rem;transform:none;color:var(--admin-muted-fg)!important;background:0 0!important;border-color:#0000!important;padding:0!important}.admin-dashboard-shell .customers-page .users-more-icon-button:hover,.admin-dashboard-shell .staff-page .users-more-icon-button:hover,.admin-dashboard-shell .customers-page .users-table tbody tr:hover .users-more-icon-button,.admin-dashboard-shell .staff-page .users-table tbody tr:hover .users-more-icon-button,.admin-dashboard-shell .customers-page .users-table tbody tr:focus-within .users-more-icon-button,.admin-dashboard-shell .staff-page .users-table tbody tr:focus-within .users-more-icon-button{transform:none;background:var(--admin-accent)!important;color:var(--admin-fg)!important;border-color:#0000!important}.admin-dashboard-shell .customers-page .users-table-card,.admin-dashboard-shell .staff-page .users-table-card{border:1px solid var(--admin-border)!important;border-radius:var(--admin-radius)!important;background:var(--admin-card)!important;box-shadow:none!important}.admin-dashboard-shell .customers-page .users-table,.admin-dashboard-shell .staff-page .users-table{width:100%;border-collapse:separate!important;border-spacing:0!important;background:var(--admin-card)!important;box-shadow:none!important;border:0!important}.admin-dashboard-shell .customers-page .users-table thead tr,.admin-dashboard-shell .staff-page .users-table thead tr{background:color-mix(in oklab,var(--admin-bg)40%,var(--admin-card))!important}.admin-dashboard-shell .customers-page .users-table th,.admin-dashboard-shell .staff-page .users-table th{line-height:1rem;border:0!important;border-bottom:1px solid var(--admin-border)!important;background:color-mix(in oklab,var(--admin-bg)40%,var(--admin-card))!important;color:var(--admin-muted-fg)!important}.admin-dashboard-shell .customers-page .users-table td,.admin-dashboard-shell .staff-page .users-table td{line-height:1.25rem;border:0!important;border-bottom:1px solid var(--admin-border)!important;color:var(--admin-fg)!important;background:0 0!important}.admin-dashboard-shell .customers-page .users-table tbody tr,.admin-dashboard-shell .staff-page .users-table tbody tr,.admin-dashboard-shell .customers-page .users-table tbody tr:nth-child(2n),.admin-dashboard-shell .staff-page .users-table tbody tr:nth-child(2n){background:var(--admin-card)!important}.admin-dashboard-shell .customers-page .users-table tbody tr:hover,.admin-dashboard-shell .staff-page .users-table tbody tr:hover{background:color-mix(in oklab,var(--admin-accent)30%,var(--admin-card))!important}.admin-dashboard-shell .customers-page .users-identity-cell strong,.admin-dashboard-shell .staff-page .users-identity-cell strong{line-height:1.25rem;color:var(--admin-fg)!important}.admin-dashboard-shell .customers-page .users-identity-cell span:not(.users-avatar),.admin-dashboard-shell .staff-page .users-identity-cell span:not(.users-avatar),.admin-dashboard-shell .customers-page .users-contact-cell span,.admin-dashboard-shell .staff-page .users-contact-cell span,.admin-dashboard-shell .customers-page .users-region-cell,.admin-dashboard-shell .staff-page .users-region-text,.admin-dashboard-shell .staff-page .users-last-seen{color:var(--admin-muted-fg)!important}.admin-dashboard-shell .customers-page .users-branch-pill{white-space:nowrap;border-color:var(--admin-border)!important;background:var(--admin-bg)!important;color:var(--admin-fg)!important}.admin-dashboard-shell .staff-page .users-role-badge{white-space:nowrap;min-height:1.375rem;line-height:1rem}.admin-dashboard-shell .staff-page .users-role-badge.primary{border-color:color-mix(in oklab,var(--admin-primary)20%,var(--admin-card))!important;background:color-mix(in oklab,var(--admin-primary)10%,var(--admin-card))!important;color:var(--admin-primary)!important}.admin-dashboard-shell .staff-page .users-role-badge.info{border-color:color-mix(in oklab,var(--admin-info)20%,var(--admin-card))!important;background:color-mix(in oklab,var(--admin-info)10%,var(--admin-card))!important;color:var(--admin-info)!important}.admin-dashboard-shell .staff-page .users-role-badge.success{border-color:color-mix(in oklab,var(--admin-success)20%,var(--admin-card))!important;background:color-mix(in oklab,var(--admin-success)10%,var(--admin-card))!important;color:var(--admin-success)!important}.admin-dashboard-shell .staff-page .users-role-badge.warning{border-color:color-mix(in oklab,var(--admin-warning)20%,var(--admin-card))!important;background:color-mix(in oklab,var(--admin-warning)10%,var(--admin-card))!important;color:var(--admin-warning)!important}.admin-dashboard-shell .staff-page .users-role-badge.muted{border-color:var(--admin-border)!important;background:var(--admin-muted)!important;color:var(--admin-muted-fg)!important}.admin-dashboard-shell .customers-page .users-row-actions .update-role,.admin-dashboard-shell .staff-page .users-row-actions .update-role{border:1px solid var(--admin-border)!important;background:var(--admin-bg)!important;color:var(--admin-fg)!important}.admin-dashboard-shell .customers-page .users-row-actions .delete{border-color:color-mix(in oklab,var(--admin-danger)20%,var(--admin-card))!important;background:color-mix(in oklab,var(--admin-danger)10%,var(--admin-card))!important;color:var(--admin-danger)!important}.admin-dashboard-shell .branches-list .branch-list-item{border-radius:var(--admin-radius);gap:0;min-height:280px;padding:20px;display:block}.admin-dashboard-shell .branches-list .branch-add-card{display:flex}.admin-dashboard-shell .branch-top-badge{z-index:1;background:var(--admin-primary);color:var(--admin-primary-fg);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:3px 8px;font-size:.5625rem;font-weight:800;position:absolute;top:16px;right:16px}.admin-dashboard-shell .branch-card-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid;position:relative}.admin-dashboard-shell .branch-card-metrics>div{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)45%,transparent);border-radius:10px;padding:12px}.admin-dashboard-shell .branch-card-metrics span,.admin-dashboard-shell .branch-preview-stats span{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;font-size:.625rem;font-weight:800;display:flex}.admin-dashboard-shell .branch-card-metrics strong{color:var(--admin-fg);font-family:var(--admin-mono);margin-top:6px;font-size:1rem;display:block}.admin-dashboard-shell .branch-card-summary-strip{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)45%,transparent);min-height:42px;color:var(--admin-muted-fg);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding:0 12px;font-size:.6875rem;font-weight:700;display:flex;position:relative}.admin-dashboard-shell .branch-card-summary-strip span{align-items:center;gap:6px;display:inline-flex}.admin-dashboard-shell .branch-low-stock{color:var(--admin-warning)}.admin-dashboard-shell .branch-card-actions{align-items:center;gap:8px;margin-top:20px;display:flex;position:relative}.admin-dashboard-shell .branch-open-button,.admin-dashboard-shell .branch-edit-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-size:.6875rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .branch-open-button{background:var(--admin-primary);color:var(--admin-primary-fg);border:0;flex:1}.admin-dashboard-shell .branch-open-button:hover{background:color-mix(in oklab,var(--admin-primary)90%,black);transform:translateY(-1px)}.admin-dashboard-shell .branch-open-button:active,.admin-dashboard-shell .branch-edit-button:active,.admin-dashboard-shell .primary-button:active,.admin-dashboard-shell .inventory-primary-button:active,.admin-dashboard-shell .admin-header-icon-button:active,.admin-dashboard-shell .users-table button:active,.admin-dashboard-shell .users-more-menu summary:active,.admin-dashboard-shell .users-export-button:active{transform:translateY(0)}.admin-dashboard-shell .branch-edit-button{border:1px solid var(--admin-border);background:var(--admin-bg);color:var(--admin-fg)}.admin-dashboard-shell .branch-edit-button:hover{border-color:color-mix(in oklab,var(--admin-primary)42%,var(--admin-border));background:var(--admin-control-hover);transform:translateY(-1px)}.admin-dashboard-shell .branch-preview-section{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);transition:border-color .16s,box-shadow .16s;overflow:hidden}.admin-dashboard-shell .users-filter-bar:focus-within{border-color:color-mix(in oklab,var(--admin-primary)36%,var(--admin-border));box-shadow:var(--admin-ring-shadow)}.admin-dashboard-shell .branch-preview-section>header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.admin-dashboard-shell .branch-preview-heading,.admin-dashboard-shell .branch-preview-actions{align-items:center;gap:12px;display:flex}.admin-dashboard-shell .branch-preview-avatar{background:linear-gradient(135deg,var(--admin-primary),color-mix(in oklab,var(--admin-primary)72%,var(--admin-info)));width:40px;height:40px;color:var(--admin-primary-fg);font-family:var(--admin-mono);border-radius:10px;justify-content:center;align-items:center;font-size:.875rem;font-weight:800;display:inline-flex}.admin-dashboard-shell .branch-preview-heading h3{color:var(--admin-fg);margin:0;font-size:.875rem}.admin-dashboard-shell .branch-preview-heading p,.admin-dashboard-shell .branch-preview-grid>div>p{color:var(--admin-muted-fg);margin:3px 0 0;font-size:.6875rem}.admin-dashboard-shell .branch-preview-actions button{border:1px solid var(--admin-border);background:var(--admin-bg);min-height:32px;color:var(--admin-fg);border-radius:8px;padding:0 12px;font-size:.6875rem;font-weight:700}.admin-dashboard-shell .branch-preview-actions .danger-button{border-color:color-mix(in oklab,var(--admin-danger)30%,var(--admin-border));background:color-mix(in oklab,var(--admin-danger)10%,transparent);color:var(--admin-danger)}.admin-dashboard-shell .branch-preview-stats{background:var(--admin-border);grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;display:grid}.admin-dashboard-shell .branch-preview-stats>div{background:var(--admin-card);padding:16px}.admin-dashboard-shell .branch-preview-stats strong{color:var(--admin-fg);font-family:var(--admin-mono);margin-top:8px;font-size:1.125rem;display:block}.admin-dashboard-shell .branch-preview-stats strong.accent{color:var(--admin-primary)}.admin-dashboard-shell .branch-preview-grid{background:var(--admin-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.admin-dashboard-shell .branch-preview-grid>div{background:var(--admin-card);min-width:0;padding:20px}.admin-dashboard-shell .branch-preview-grid h4{color:var(--admin-fg);margin:0;font-size:.875rem}.admin-dashboard-shell .branch-preview-grid ul{gap:8px;margin:16px 0 0;padding:0;list-style:none;display:grid}.admin-dashboard-shell .branch-preview-grid li{color:var(--admin-muted-fg);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.75rem;display:flex}.admin-dashboard-shell .branch-preview-ref{color:var(--admin-primary);font-family:var(--admin-mono);font-weight:800}.admin-dashboard-shell .branch-preview-dot{background:var(--admin-primary);border-radius:999px;flex:none;width:6px;height:6px}@media (max-width:1100px){.admin-dashboard-shell .branch-preview-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-dashboard-shell .branch-preview-grid{grid-template-columns:1fr}}.admin-dashboard-shell .staff-page.users-container{gap:24px}@media (max-width:640px){.admin-dashboard-shell .branch-preview-section>header,.admin-dashboard-shell .branch-preview-actions{flex-direction:column;align-items:stretch}.admin-dashboard-shell .branch-preview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-dashboard-shell .branch-tag,.admin-dashboard-shell .status-badge,.admin-dashboard-shell .orders-table .muted,.admin-dashboard-shell .users-table .muted{background:color-mix(in oklab,var(--admin-primary)10%,transparent);width:fit-content;color:var(--admin-primary);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.625rem;font-weight:700;display:inline-flex}.admin-dashboard-shell .activity-filters{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);padding:12px}.admin-dashboard-shell .activity-search-field{border:1px solid var(--admin-border);background:var(--admin-bg);min-width:min(100%,320px);min-height:36px;color:var(--admin-muted-fg);border-radius:8px;flex:1;align-items:center;padding:0 12px;transition:border-color .16s,background .16s,box-shadow .16s;gap:8px!important;display:flex!important}.admin-dashboard-shell .users-search-field:focus-within,.admin-dashboard-shell .users-search-field:hover{border-color:color-mix(in oklab,var(--admin-primary)36%,var(--admin-border));background:var(--admin-control)}.admin-dashboard-shell .activity-search-field input{min-height:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0}.admin-dashboard-shell .activity-workspace{grid-template-columns:minmax(0,1fr) 260px;gap:16px;display:grid}@media (max-width:1100px){.admin-dashboard-shell .activity-workspace{grid-template-columns:1fr}}.admin-dashboard-shell .activity-timeline,.admin-dashboard-shell .activity-category-card,.admin-dashboard-shell .activity-pulse-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);overflow:hidden}.admin-dashboard-shell .activity-date-label{border-bottom:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)58%,var(--admin-card));color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;padding:9px 20px;font-size:.625rem;font-weight:800}.admin-dashboard-shell .activity-event{border-bottom:1px solid var(--admin-border);align-items:flex-start;gap:14px;padding:16px 20px;transition:background .16s;display:flex}.admin-dashboard-shell .activity-event:last-child{border-bottom:0}.admin-dashboard-shell .activity-event:hover{background:color-mix(in oklab,var(--admin-accent)42%,transparent)}.admin-dashboard-shell .activity-event-icon{border:1px solid var(--admin-border);background:var(--admin-card);width:36px;height:36px;color:var(--admin-muted-fg);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.admin-dashboard-shell .activity-event-icon.primary{color:var(--admin-primary)}.admin-dashboard-shell .activity-event-icon.success{color:var(--admin-success)}.admin-dashboard-shell .activity-event-icon.info{color:var(--admin-info)}.admin-dashboard-shell .activity-event-icon.warning{color:var(--admin-warning)}.admin-dashboard-shell .activity-event-body{flex:1;min-width:0}.admin-dashboard-shell .activity-event-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-dashboard-shell .activity-event-heading strong{color:var(--admin-fg);font-size:.875rem}.admin-dashboard-shell .activity-event-heading span{background:var(--admin-muted);color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:.5625rem;font-weight:800}.admin-dashboard-shell .activity-event-body p{color:var(--admin-muted-fg);margin:6px 0 0;font-size:.75rem;line-height:1.5}.admin-dashboard-shell .activity-event-meta{color:var(--admin-muted-fg);flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;font-size:.625rem;display:flex}.admin-dashboard-shell .activity-event-meta span+span:before{content:"";vertical-align:middle;background:currentColor;border-radius:999px;width:3px;height:3px;margin-right:10px;display:inline-block}.admin-dashboard-shell .activity-sidebar{align-content:start;gap:12px;display:grid}.admin-dashboard-shell .activity-category-card{gap:2px;padding:8px;display:grid}.admin-dashboard-shell .activity-category-card>span,.admin-dashboard-shell .activity-pulse-card>span{color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;padding:8px;font-size:.625rem;font-weight:800}.admin-dashboard-shell .activity-category-card button{color:var(--admin-muted-fg);background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;font-size:.75rem;font-weight:700;display:flex}.admin-dashboard-shell .activity-category-card button.active{background:color-mix(in oklab,var(--admin-primary)11%,transparent);color:var(--admin-primary)}.admin-dashboard-shell .activity-category-card strong{font-family:var(--admin-mono);font-size:.625rem}.admin-dashboard-shell .activity-pulse-card{padding:12px}.admin-dashboard-shell .activity-pulse-card>span{align-items:center;gap:6px;padding:0;display:flex}.admin-dashboard-shell .activity-pulse-bars{align-items:end;gap:4px;height:64px;margin-top:14px;display:flex}.admin-dashboard-shell .activity-pulse-bars i{background:color-mix(in oklab,var(--admin-primary)34%,transparent);border-radius:4px 4px 0 0;flex:1}.admin-dashboard-shell .activity-pulse-card p,.admin-dashboard-shell .activity-empty{color:var(--admin-muted-fg);margin:12px 0 0;font-size:.6875rem;line-height:1.5}.admin-dashboard-shell .activity-table{gap:0;display:grid}.admin-dashboard-shell .activity-row{border:0;border-bottom:1px solid var(--admin-border);border-radius:0;grid-template-columns:1.1fr .9fr 1fr .8fr 1.2fr 2fr 1fr;gap:12px;padding:14px 20px;font-size:.75rem;display:grid}.admin-dashboard-shell .activity-row.header{background:color-mix(in oklab,var(--admin-bg)60%,var(--admin-card));color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:700}.admin-dashboard-shell .activity-row:last-child{border-bottom:0}@media (max-width:1100px){.admin-dashboard-shell .activity-row{grid-template-columns:1fr}}.admin-dashboard-shell .settings-table{margin-top:16px;display:grid}.admin-dashboard-shell .settings-table-head,.admin-dashboard-shell .settings-table-row{border-bottom:1px solid var(--admin-border);grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px 14px;font-size:.75rem;display:grid}.admin-dashboard-shell .settings-table-head{background:color-mix(in oklab,var(--admin-bg)60%,var(--admin-card));color:var(--admin-muted-fg);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:700}.admin-dashboard-shell .settings-table-row{border-left:0;border-right:0;border-radius:0}.admin-dashboard-shell .settings-json,.admin-dashboard-shell .logistics-json{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)60%,black 2%);max-height:360px;color:var(--admin-muted-fg);font-family:var(--admin-mono);border-radius:10px;padding:12px;font-size:.6875rem;line-height:1.6;overflow:auto}.admin-dashboard-shell .modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c0c168f;background:lab(3.57552% 1.4687 -5.10729/.56)}.admin-dashboard-shell .modal{border:1px solid var(--admin-border);background:var(--admin-card);color:var(--admin-fg);border-radius:16px;box-shadow:0 24px 80px #0c0c1638;box-shadow:0 24px 80px lab(3.57552% 1.4687 -5.10729/.22)}.admin-dashboard-shell .modal-header{border-bottom:1px solid var(--admin-border)}.admin-dashboard-shell .modal-close{color:var(--admin-muted-fg)}.admin-dashboard-shell .orders-container .modal:not(.order-products-modal){flex-direction:column;width:min(42rem,100vw - 1.5rem);max-height:min(90vh,48rem);display:flex;overflow:hidden}.admin-dashboard-shell .orders-container .modal,.admin-dashboard-shell .orders-container .modal-body{background:var(--admin-card);color:var(--admin-fg)}.admin-dashboard-shell .orders-container .modal-header{border-bottom-color:var(--admin-border);background:color-mix(in oklab,var(--admin-card)92%,var(--admin-bg));gap:1rem}.admin-dashboard-shell .orders-container .modal-header h3,.admin-dashboard-shell .orders-container .modal-body h3,.admin-dashboard-shell .orders-container .modal-body h4,.admin-dashboard-shell .orders-container .modal-body label,.admin-dashboard-shell .orders-container .order-section-header h3{color:var(--admin-fg)}.admin-dashboard-shell .orders-container .modal-body{overflow-y:auto}.admin-dashboard-shell .orders-container .modal:not(.order-products-modal) .modal-body{padding:1rem 1.25rem 1.25rem}.admin-dashboard-shell .orders-container .order-section{border:1px solid var(--admin-border);background:color-mix(in oklab,var(--admin-bg)68%,var(--admin-card));border-radius:.75rem;gap:.75rem;padding:.875rem;display:grid}.admin-dashboard-shell .orders-container .modal-body input,.admin-dashboard-shell .orders-container .modal-body select,.admin-dashboard-shell .orders-container .modal-body textarea{border-color:var(--admin-border);background:var(--admin-bg);color:var(--admin-fg)}.admin-dashboard-shell .orders-container .modal-body input::placeholder,.admin-dashboard-shell .orders-container .modal-body textarea::placeholder,.admin-dashboard-shell .orders-container .order-helper,.admin-dashboard-shell .orders-container .product-meta,.admin-dashboard-shell .orders-container .saved-addresses .order-helper{color:var(--admin-muted-fg)}.admin-dashboard-shell .orders-container .modal-body .ghost-button,.admin-dashboard-shell .orders-container .modal-actions .ghost-button{border-color:var(--admin-border);background:var(--admin-bg);color:var(--admin-fg)}.admin-dashboard-shell .orders-container .modal-body .link-button{color:var(--admin-primary);background:0 0}.admin-dashboard-shell .orders-container .products-list,.admin-dashboard-shell .orders-container .product-select-list{gap:.75rem}.admin-dashboard-shell .orders-container .product-line,.admin-dashboard-shell .orders-container .product-option,.admin-dashboard-shell .orders-container .saved-address{border-color:var(--admin-border);background:color-mix(in oklab,var(--admin-bg)74%,var(--admin-card));color:var(--admin-fg)}.admin-dashboard-shell .orders-container .saved-address.active{border-color:color-mix(in oklab,var(--admin-primary)70%,var(--admin-border));background:color-mix(in oklab,var(--admin-primary)18%,var(--admin-bg));color:var(--admin-fg)}@media (max-width:640px){.admin-dashboard-shell .orders-table-card{overflow:hidden}.admin-dashboard-shell .orders-table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow:auto hidden}.admin-dashboard-shell .orders-table-card .admin-orders-table{table-layout:auto;width:max-content;min-width:100%;white-space:normal!important;display:table!important}.admin-dashboard-shell .admin-orders-table thead{display:table-header-group!important}.admin-dashboard-shell .admin-orders-table tbody{display:table-row-group!important}.admin-dashboard-shell .admin-orders-table tr,.admin-dashboard-shell .admin-orders-table tbody tr{border-bottom:0!important;grid-template-columns:none!important;grid-template-areas:none!important;gap:0!important;padding:0!important;display:table-row!important}.admin-dashboard-shell .admin-orders-table th,.admin-dashboard-shell .admin-orders-table td,.admin-dashboard-shell .admin-orders-table tbody td{border-bottom:1px solid var(--admin-border)!important;text-align:left!important;vertical-align:middle!important;white-space:normal!important;padding:10px 8px!important;display:table-cell!important}.admin-dashboard-shell .admin-orders-table th{letter-spacing:.06em;font-size:.5625rem}.admin-dashboard-shell .admin-orders-table td{font-size:.6875rem}.admin-dashboard-shell .admin-orders-table .order-products-button,.admin-dashboard-shell .admin-orders-table .order-date-button,.admin-dashboard-shell .admin-orders-table .order-date-readonly,.admin-dashboard-shell .admin-orders-table .ghost-button{font-size:.625rem;min-height:1.75rem!important;padding:0 .5rem!important}.admin-dashboard-shell .admin-orders-table .order-status-badge{padding:2px 6px;font-size:.5625rem}.admin-dashboard-shell .admin-orders-table .order-assignment-select select,.admin-dashboard-shell .admin-orders-table .order-assignment-trigger{width:max-content;min-width:7.75rem;min-height:1.75rem;padding:0 .5rem;font-size:.625rem}.admin-dashboard-shell .admin-orders-table tbody td:nth-child(n){font-weight:inherit!important;grid-area:auto!important;place-self:auto!important}.admin-dashboard-shell .admin-orders-table tr:last-child td{border-bottom:0!important}.admin-dashboard-shell .orders-table-footer{flex-direction:column;align-items:flex-start;padding:12px 14px}}@keyframes admin-dashboard-shimmer{0%{background-position:0 0}to{background-position:100% 0}}@keyframes admin-popover-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}:is(html:has(.admin-dashboard-shell),body:has(.admin-dashboard-shell)){scrollbar-color:oklab(52.1% .0456022 -.102561) oklch(95.5% .01 290);scrollbar-width:thin;overflow-x:hidden}html:has(.admin-dashboard-shell)::-webkit-scrollbar{width:8px;height:8px}body:has(.admin-dashboard-shell)::-webkit-scrollbar{width:8px;height:8px}html:has(.admin-dashboard-shell)::-webkit-scrollbar-track{background:#f0eff7;background:lab(94.6857% 1.21602 -3.5497)}body:has(.admin-dashboard-shell)::-webkit-scrollbar-track{background:#f0eff7;background:lab(94.6857% 1.21602 -3.5497)}html:has(.admin-dashboard-shell)::-webkit-scrollbar-thumb{background:#6d5ba3;background:lab(42.9269% 20.5634 -36.8999);border:2px solid #f0eff7;border:2px solid lab(94.6857% 1.21602 -3.5497);border-radius:999px}body:has(.admin-dashboard-shell)::-webkit-scrollbar-thumb{background:#6d5ba3;background:lab(42.9269% 20.5634 -36.8999);border:2px solid #f0eff7;border:2px solid lab(94.6857% 1.21602 -3.5497);border-radius:999px}.dark:has(.admin-dashboard-shell){scrollbar-color:oklab(70% .0532726 -.117213) oklch(19% .02 285)}.dark body:has(.admin-dashboard-shell){scrollbar-color:oklab(70% .0532726 -.117213) oklch(19% .02 285)}.dark:has(.admin-dashboard-shell)::-webkit-scrollbar-track{background:#13131c;background:lab(6.02594% 1.98399 -6.75609)}.dark body:has(.admin-dashboard-shell)::-webkit-scrollbar-track{background:#13131c;background:lab(6.02594% 1.98399 -6.75609)}.dark:has(.admin-dashboard-shell)::-webkit-scrollbar-thumb{background:#a48de6;background:lab(63.5347% 23.0269 -42.3635);border-color:#13131c;border-color:lab(6.02594% 1.98399 -6.75609)}.dark body:has(.admin-dashboard-shell)::-webkit-scrollbar-thumb{background:#a48de6;background:lab(63.5347% 23.0269 -42.3635);border-color:#13131c;border-color:lab(6.02594% 1.98399 -6.75609)}.dark .admin-dashboard-shell{--admin-bg:#0c0c16;--admin-fg:#fafafd;--admin-card:#171723;--admin-muted:#1e1e2b;--admin-muted-fg:#9e9cb0;--admin-accent:#302749;--admin-primary:#a980ff;--admin-primary-fg:#0c0c16;--admin-border:#ffffff14;--admin-success:#35c26d;--admin-warning:#f2a618;--admin-info:#a980ff;--admin-danger:#f94144;--admin-chart-4:#e65fde;--admin-scrollbar-track:#13131c;--admin-scrollbar-thumb:color-mix(in oklab,var(--admin-primary)52%,var(--admin-muted-fg));--admin-control:var(--admin-bg);--admin-control-hover:var(--admin-accent);--admin-elevated-shadow:0 18px 44px #0101056b;--admin-ring-shadow:0 0 0 3px color-mix(in oklab,var(--admin-primary)24%,transparent);--color-background:var(--admin-bg);--color-foreground:var(--admin-fg);--color-card:var(--admin-card);--color-border:var(--admin-border);--color-accent:var(--admin-accent);--color-muted-foreground:var(--admin-muted-fg);--color-primary:var(--admin-primary);--color-primary-foreground:var(--admin-primary-fg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@supports (color:lab(0% 0 0)){.dark .admin-dashboard-shell{--admin-bg:lab(3.57552% 1.4687 -5.10729);--admin-fg:lab(98.2132% .602365 -1.77875);--admin-card:lab(8.09978% 3.0085 -8.82368);--admin-muted:lab(11.5865% 2.91564 -8.8551);--admin-muted-fg:lab(64.9018% 3.85559 -10.5241);--admin-accent:lab(18.0032% 11.0582 -19.6095);--admin-primary:lab(61.8042% 45.5101 -71.0885);--admin-primary-fg:lab(3.57552% 1.4687 -5.10729);--admin-border:lab(100% 0 0/.08);--admin-success:lab(69.68% -52.7395 31.6677);--admin-warning:lab(74.3059% 21.7583 74.0995);--admin-info:lab(61.8042% 45.5101 -71.0885);--admin-danger:lab(57.1752% 69.5963 43.0458);--admin-chart-4:lab(61.8732% 64.1697 -39.6849);--admin-scrollbar-track:lab(6.02594% 1.98399 -6.75609);--admin-elevated-shadow:0 18px 44px lab(.424719% .470124 -1.47449/.42)}}.dark .admin-dashboard-shell .lovable-range-menu,.dark .admin-dashboard-shell .orders-select-menu,.dark .admin-dashboard-shell .lovable-custom-range input,.dark .admin-dashboard-shell .finance-branch-select,.dark .admin-dashboard-shell .finance-date-range input,.dark .admin-dashboard-shell .order-date-popover input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.dark .admin-dashboard-shell .admin-overview-header,.dark .admin-dashboard-shell .orders-header,.dark .admin-dashboard-shell .users-header,.dark .admin-dashboard-shell .branches-header,.dark .admin-dashboard-shell .inventory-home>.inventory-header,.dark .admin-dashboard-shell .inventory-layout>.inventory-toolbar,.dark .admin-dashboard-shell .activity-header{background:color-mix(in oklab,var(--admin-bg)82%,transparent);border-bottom-color:var(--admin-border)}.dark .admin-dashboard-shell .users-stat-card,.dark .admin-dashboard-shell .users-filter-bar,.dark .admin-dashboard-shell .users-table-card,.dark .admin-dashboard-shell .branches-summary-card,.dark .admin-dashboard-shell .branch-list-item,.dark .admin-dashboard-shell .branch-preview-section{background:var(--admin-card);border-color:var(--admin-border)}.dark .admin-dashboard-shell .users-search-field,.dark .admin-dashboard-shell .users-filter-bar>select,.dark .admin-dashboard-shell .users-more-menu summary,.dark .admin-dashboard-shell .users-export-button,.dark .admin-dashboard-shell .branch-card-metrics>div,.dark .admin-dashboard-shell .branch-card-summary-strip,.dark .admin-dashboard-shell .branch-edit-button,.dark .admin-dashboard-shell .branch-preview-actions button{background:var(--admin-control);border-color:var(--admin-border)}.dark .admin-dashboard-shell .users-table th,.dark .admin-dashboard-shell .admin-table th,.dark .admin-dashboard-shell .orders-table th{background:color-mix(in oklab,var(--admin-bg)40%,var(--admin-card))}.dark .admin-dashboard-shell .users-table tbody tr:hover,.dark .admin-dashboard-shell .orders-table tbody tr:hover{background:color-mix(in oklab,var(--admin-accent)30%,var(--admin-card))}.dark .admin-dashboard-shell .branch-list-item:hover{background:color-mix(in oklab,var(--admin-card)78%,var(--admin-accent));box-shadow:var(--admin-elevated-shadow)}.dark .admin-dashboard-shell .order-assignment-select select,.dark .admin-dashboard-shell .order-assignment-trigger,.dark .admin-dashboard-shell .order-branch-pill{border-color:hsl(var(--branch-hue,270),70%,45%,.58);color:hsl(var(--branch-hue,270),85%,78%)}.dark .admin-dashboard-shell .order-assignment-select select,.dark .admin-dashboard-shell .order-assignment-trigger{background-color:hsl(var(--branch-hue,270),70%,22%,.52);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.dark .admin-dashboard-shell .order-assignment-select select:hover,.dark .admin-dashboard-shell .order-assignment-trigger:hover,.dark .admin-dashboard-shell .order-assignment-trigger[aria-expanded=true]{background-color:hsl(var(--branch-hue,270),72%,25%,.64)}.dark .admin-dashboard-shell .order-branch-pill{background:hsl(var(--branch-hue,270),70%,22%,.5)}.dark .admin-dashboard-shell .order-assignment-select select:focus,.dark .admin-dashboard-shell .order-assignment-trigger:focus{border-color:hsl(var(--branch-hue,270),85%,68%,.72);box-shadow:0 0 0 3px hsl(var(--branch-hue,270),90%,62%,.2)}.dark .admin-dashboard-shell .order-assignment-select select option{background:var(--admin-card);color:var(--admin-fg)}.dark .admin-dashboard-shell .order-branch-option{color:hsl(var(--branch-hue,270),86%,78%)!important}.dark .admin-dashboard-shell .order-branch-option:hover,.dark .admin-dashboard-shell .order-branch-option.active{background:hsl(var(--branch-hue,270),70%,28%,.48)!important}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}.staff-container{background:#f7f4fb;min-height:100vh;display:flex}.staff-sidebar{color:#fff;background:#4a148c;width:260px;padding:20px}.staff-sidebar h2{color:#fff;letter-spacing:.5px;margin-bottom:4px;font-size:20px}.staff-sidebar nav a{color:#fff;background:#ffffff1f;border-radius:12px;margin:10px 0;padding:10px;text-decoration:none;transition:all .2s;display:block}.staff-sidebar nav a:hover{background:#ffffff38}.sidebar-identity{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;margin-bottom:20px;padding:14px}.sidebar-kicker{text-transform:uppercase;letter-spacing:.08em;opacity:.72;margin:0 0 6px;font-size:.78rem}.sidebar-name{opacity:.9;margin:0;font-size:.92rem}.staff-main{background:#f7f4fb;flex:1;padding:30px}.sidebar-logout{color:#fff;cursor:pointer;text-align:left;background:#ffffff1f;border:none;border-radius:12px;width:100%;margin:10px 0;padding:10px;font-size:1rem;text-decoration:none;transition:all .2s;display:block}.sidebar-logout:hover{background:#ffffff38}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.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}:root{--font-h1:2.2rem;--font-h2:1.9rem;--font-h3:1.45rem;--font-body:14px;--font-small:12px}@media (max-width:768px){:root{--font-h1:1.9rem;--font-h2:1.5rem;--font-h3:1.2rem;--font-body:12px;--font-small:11px}}@media (max-width:480px){:root{--font-h1:1.7rem;--font-h2:1.3rem;--font-h3:1.05rem;--font-body:12px;--font-small:11px}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:DM Sans,Sora,Space Grotesk,sans-serif;font-size:var(--font-body);color:#1f1d2b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f4fb;background-image:radial-gradient(circle at 10% 10%,#8f4de31f,#0000 45%),radial-gradient(circle at 90% 15%,#7b2cbf14,#0000 40%);line-height:1.6}.toast-viewport{z-index:1070;gap:12px;width:min(360px,100vw - 24px);display:grid;position:fixed;top:20px;right:20px}.toast-card{color:#fff;background:#0f172af0;border:1px solid #94a3b838;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex;box-shadow:0 20px 50px #0f172a52}.toast-copy{gap:4px;display:grid}.toast-copy strong{font-size:.95rem}.toast-copy p{color:#ffffffd1;margin:0;font-size:.88rem}.toast-success{border-color:#34d3995c}.toast-error{border-color:#f8717166}.toast-info{border-color:#60a5fa5c}.toast-close{color:inherit;background:0 0;border:none;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.toast-close:hover{background:#ffffff1f}@media (max-width:480px){.toast-viewport{width:auto;top:12px;left:12px;right:12px}}h1,h2,h3,h4,h5,h6{color:#1f1d2b;margin-bottom:10px;font-family:DM Sans,Sora,Space Grotesk,sans-serif;line-height:1.2}h1{font-size:var(--font-h1)}h2{font-size:var(--font-h2)}h3{font-size:var(--font-h3)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:DM Sans,Sora,Space Grotesk,sans-serif}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #6f2dbd59}.brand-lockup{--brand-lockup-color:currentColor;--brand-lockup-accent:currentColor;--brand-lockup-subtitle-color:currentColor;--brand-lockup-subtitle-size:.58rem;--brand-lockup-subtitle-spacing:.14em;align-items:start;gap:3px;line-height:1;display:inline-grid}.brand-lockup__title{font-family:Syne,sans-serif;font-size:inherit;letter-spacing:-.03em;color:var(--brand-lockup-color);white-space:nowrap;font-weight:800}.brand-lockup__accent{color:var(--brand-lockup-accent)}.brand-lockup__subtitle{font-size:var(--brand-lockup-subtitle-size);letter-spacing:var(--brand-lockup-subtitle-spacing);text-transform:uppercase;color:var(--brand-lockup-subtitle-color);white-space:nowrap;font-weight:700;line-height:1.15}.primary-btn,.outline-btn,.ghost-btn{text-align:center;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-width:0;padding:12px 16px;font-weight:850;line-height:1.2;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.primary-btn{color:#fff;background:#6f2dbd;box-shadow:0 14px 30px #6f2dbd33}.primary-btn:hover{background:#4a148c}.outline-btn{color:#6f2dbd;background:0 0;border-color:#6f2dbd42}.outline-btn:hover{background:#6f2dbd14;border-color:#6f2dbd57}.ghost-btn{color:#1f1d2b;background:#94a3b81f;border-color:#94a3b83d}.ghost-btn:hover{background:#94a3b82e;border-color:#94a3b84d}.text-btn{color:#6f2dbd;background:0 0;border:none;padding:0;font-weight:850}.text-btn:hover{text-decoration:underline}.page-return-link{color:#6f2dbd;align-items:center;gap:10px;width:fit-content;font-weight:850;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.page-return-link:hover{color:#4a148c}.page-return-link__icon{background:#6f2dbd14;border:1px solid #6f2dbd29;border-radius:999px;place-items:center;width:36px;height:36px;transition:transform .2s,background .2s,border-color .2s;display:grid}.page-return-link__icon svg{width:16px;height:16px}.page-return-link:hover .page-return-link__icon{background:#6f2dbd1f;border-color:#6f2dbd3d;transform:translate(-2px)}.primary-btn:disabled,.outline-btn:disabled,.ghost-btn:disabled,.text-btn:disabled{opacity:.62;cursor:not-allowed;box-shadow:none;transform:none}img{max-width:100%;display:block}input,textarea,select{background:#fff;border:1px solid #e4e0ef;border-radius:12px;padding:10px;font-family:DM Sans,Sora,Space Grotesk,sans-serif}input:focus,textarea:focus,select:focus{border-color:#6f2dbd66;box-shadow:0 0 0 3px #6f2dbd1f}section{padding:20px}.container{max-width:1200px;margin:0 auto}.staff-home{padding:20px}.staff-home h2{margin-bottom:.4rem}.staff-subtitle{color:#6b6880;margin-bottom:1.5rem}.staff-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.staff-card{background:#fff;border:1px solid #f1edf9;border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px #0000000d}.staff-card h3{color:#6f2dbd;margin-bottom:.5rem}.staff-role{color:#6b6880}
