:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ui-text, #0f172a);background-color:var(--brand-bg, #f8fafc);line-height:1.5}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html,body{width:100%;overflow-x:hidden}.global-menu__trigger{width:44px;height:44px;border-radius:999px;border:1px solid #22c55e;background:#0b1220;color:#f8fafc;font-size:1.5rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a66;cursor:pointer}.global-menu__panel{position:absolute;right:0;margin-top:8px;min-width:220px;background:#111827;border:1px solid #334155;border-radius:10px;box-shadow:0 10px 24px #0f172a59;padding:.5rem;display:grid;gap:.35rem;color:#f8fafc}.global-menu__item{text-align:left;padding:.5rem .75rem;border-radius:8px;border:1px solid transparent;background:transparent;color:#f8fafc;cursor:pointer;transition:background .2s ease,border-color .2s ease}.global-menu__item:hover,.global-menu__item:focus-visible{background:#1e293b;border-color:#334155}.global-menu__item:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.global-menu__claims{font-size:.85rem;color:#e2e8f0;padding:0 .25rem .35rem}.global-menu__claims-pre{margin:0;white-space:pre-wrap;background:#0b1220;padding:.5rem;border-radius:8px;border:1px solid #1e293b;color:#e2e8f0}.toast-viewport{position:fixed;top:16px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:10px;z-index:10000;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;min-width:260px;max-width:min(90vw,420px);padding:12px 16px;border-radius:12px;box-shadow:0 12px 30px #0f172a26;background:#fff;color:#0f172a;border:1px solid #e2e8f0;font-size:.95rem;pointer-events:auto}.toast button{margin-left:auto;border:none;background:transparent;color:inherit;font-size:1rem;cursor:pointer}.toast--success{border-color:#16a34a;color:#065f46;background:#ecfdf5}.toast--error{border-color:#dc2626;color:#7f1d1d;background:#fef2f2}.toast--info{border-color:#2563eb;color:#1e3a8a;background:#eff6ff}.toast--warning{border-color:#f59e0b;color:#92400e;background:#fffbeb}:root{--ui-surface: #ffffff;--ui-border: #e2e8f0;--ui-muted: #64748b;--ui-text: #0f172a;--ui-primary: #2e7d5a;--ui-primary-hover: #3b8f69;--ui-primary-contrast: #ffffff;--ui-secondary: #f1f5f9;--ui-danger: #ef4444;--ui-danger-contrast: #ffffff;--ui-warning: #f97316;--ui-success: #16a34a;--ui-info: #0ea5e9}.ui-card{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:16px;box-shadow:0 6px 18px #0f172a26;color:var(--ui-text)}.ui-card__header,.ui-card__body,.ui-card__footer{padding:1rem}.ui-card__header{border-bottom:1px solid var(--ui-border);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ui-card__footer{border-top:1px solid var(--ui-border);background:var(--ui-surface)}.ui-card__title{margin:0;font-size:1.05rem}.ui-button{border:none;border-radius:10px;font-weight:600;cursor:pointer;padding:.65rem 1rem;font-size:.95rem;line-height:1.2;transition:none}.ui-button:focus-visible{outline:2px solid var(--ui-primary);outline-offset:2px}.ui-button--sm{padding:.45rem .75rem;font-size:.85rem}.ui-button--md{padding:.65rem 1rem}.ui-button--full{width:100%}.ui-button--primary{background:var(--ui-primary);color:var(--ui-primary-contrast)}.ui-button--primary:hover,.ui-button--primary:active{background:var(--ui-primary-hover)}.ui-button--secondary{background:transparent;color:var(--ui-primary);border:1px solid var(--ui-primary)}.ui-button--danger{background:var(--ui-danger);color:var(--ui-danger-contrast);border:1px solid var(--ui-danger)}.ui-button--ghost{background:transparent;color:var(--ui-primary);border:1px solid var(--ui-primary)}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent}.ui-badge--info{background:#e0f2fe;color:#0369a1}.ui-badge--success{background:#dcfce7;color:#166534}.ui-badge--warning{background:#ffedd5;color:#9a3412}.ui-badge--danger{background:#fee2e2;color:#991b1b}.ui-badge--neutral{background:#e2e8f0;color:#475569}.ui-field{display:grid;gap:.35rem}.ui-field__label{font-weight:600}.ui-field__control>input,.ui-field__control>select,.ui-field__control>textarea{width:100%;padding:.6rem .75rem;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem}.ui-input{width:100%;padding:.6rem .75rem;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem}.shop-create-delivery-form input,.shop-create-delivery-form select,.shop-create-delivery-form textarea{color:var(--ui-text);background:var(--ui-surface)}.shop-create-delivery-form input::placeholder,.shop-create-delivery-form textarea::placeholder{color:var(--ui-muted)}.shop-create-delivery-form input:disabled,.shop-create-delivery-form select:disabled,.shop-create-delivery-form textarea:disabled,.shop-create-delivery-form input[readonly],.shop-create-delivery-form textarea[readonly]{color:var(--ui-muted);background:var(--ui-secondary)}.ui-field__help{margin:0;color:var(--ui-muted);font-size:.85rem}.ui-field__error{margin:0;color:var(--ui-danger);font-size:.85rem}.ui-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ui-section-title__heading{margin:0 0 .35rem;font-size:1.2rem}.ui-section-title__subtitle{margin:0;color:var(--ui-muted)}.ui-section-title__actions{display:flex;align-items:center;gap:.5rem}.ui-alert{border-radius:10px;padding:.65rem .85rem;font-size:.95rem}.ui-alert--info{background:#f1f5f9;color:#1e293b;border:1px solid var(--ui-border)}.ui-alert--success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.ui-alert--warning{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.ui-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.ui-stack{display:grid;gap:1rem}.ui-muted{color:var(--ui-muted)}.page-container{padding:1.5rem;display:grid;gap:1.5rem}.page-header{display:flex;flex-direction:column;gap:.75rem}.page-header__row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.page-title{margin:0}.page-subtitle{margin:0;color:var(--ui-muted)}.ui-data-list{display:grid;gap:.45rem}.ui-data-list__row{display:grid;grid-template-columns:minmax(140px,160px) 1fr;gap:.5rem;align-items:baseline;padding:.4rem 0;border-bottom:1px solid var(--ui-border)}.ui-data-list__row:last-child{border-bottom:none}.ui-data-list__label{font-weight:600;color:var(--ui-muted)}.ui-data-list__value{font-weight:600}.ui-inline-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ui-stack-sm{display:grid;gap:.5rem}.courier-actions{display:grid;gap:.75rem;max-width:420px}.courier-dashboard .ui-card__title{font-size:1.2rem}.courier-dashboard .ui-button{min-height:44px}.courier-dashboard__stack{display:grid;gap:1.25rem}.courier-status-card .ui-card__body{display:grid;gap:.9rem}.courier-status-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.courier-status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#e2e8f0;background:#94a3b81f}.courier-status-pill--online{border-color:#34d39980;background:#34d3992e;color:#ecfdf5}.courier-status-pill--offline{border-color:#f8717173;background:#f871712e;color:#fee2e2}.courier-status-pill--active{border-color:#2e7d5ab3;background:#2e7d5a47;color:#ecfdf5;box-shadow:0 0 0 1px #2e7d5a40}.courier-status-pill__icon{font-size:.85rem}.courier-status-title{margin-top:.4rem;font-size:1.35rem;font-weight:600}.courier-status-feedback{display:grid;gap:.25rem;font-size:.9rem;color:var(--ui-muted)}.courier-status-actions{display:grid;gap:.5rem}.courier-status-badge{align-self:center}.courier-primary-cta{font-size:1rem;padding:.9rem 1rem}.courier-summary-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.courier-summary-item{padding:.75rem;border-radius:12px;border:1px solid var(--ui-border);background:#101010;display:grid;gap:.25rem}.courier-summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ui-muted)}.courier-summary-value{font-size:1.1rem;font-weight:700}.courier-active-actions{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--ui-border);display:grid;gap:.75rem}.courier-active-actions__title{font-size:1.05rem;font-weight:700}.courier-compliance{display:grid;gap:.5rem;padding:.75rem;border-radius:10px;border:1px dashed var(--ui-border);background:var(--ui-surface)}.courier-popup{position:fixed;right:1.5rem;bottom:1.5rem;max-width:360px;width:100%;z-index:40;box-shadow:0 12px 30px #0f172a26}.courier-popup .ui-card__body{display:grid;gap:.5rem}@media(max-width:640px){.courier-status-header{flex-direction:column;align-items:flex-start}.courier-summary-grid{grid-template-columns:1fr}.courier-dashboard .ui-inline-actions{flex-direction:column;align-items:stretch}.courier-dashboard .ui-inline-actions .ui-button{width:100%}}.shop-deliveries__toolbar{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.shop-deliveries-page .page-header__row{align-items:flex-start}.shop-deliveries__cta{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;position:relative}.shop-create-menu{display:grid;gap:.5rem;padding:.75rem;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:var(--brand-surface);box-shadow:0 12px 26px #0f172a40;min-width:240px}.shop-deliveries__section{margin-top:1.5rem;display:grid;gap:1rem}.shop-deliveries__section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.shop-deliveries__filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.shop-deliveries__filters-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.shop-deliveries__load-more{display:flex;justify-content:center}.shop-delivery-card__meta{display:grid;gap:.35rem;font-size:.9rem}.shop-delivery-card__actions{display:grid;gap:.5rem}.shop-delivery-card__badges{display:flex;gap:.5rem;flex-wrap:wrap}.shop-delivery-card__amounts{display:grid;gap:.25rem}.shop-deliveries__table{width:100%;border-collapse:collapse}.shop-deliveries__table th,.shop-deliveries__table td{padding:.5rem .4rem;text-align:left;vertical-align:top}.shop-deliveries__table thead th{border-bottom:1px solid var(--ui-border);font-size:.85rem;text-transform:uppercase;letter-spacing:.02em;color:var(--ui-muted)}.shop-deliveries__cards{display:grid;gap:1rem}@media(max-width:640px){.ui-data-list__row{grid-template-columns:1fr}.shop-deliveries__table{display:none}.shop-deliveries__cards{display:grid}.shop-deliveries__cta{align-items:stretch}}.shop-layout{min-height:100dvh;display:flex;flex-direction:column;background:var(--brand-bg, #0b1220);width:100%;max-width:100%}.shop-layout__content{flex:1;padding-bottom:calc(88px + env(safe-area-inset-bottom));width:100%;max-width:100%}.shop-layout__inner{width:100%;max-width:960px;margin:0 auto;padding:1.5rem}.shop-layout__notice{padding:.75rem;border:1px dashed #cbd5e1;margin-bottom:1rem;border-radius:10px;color:#475569}.shop-layout__footer{margin-top:.5rem;color:#475569}.shop-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);background:#0b1220f2;border-top:1px solid rgba(148,163,184,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9990;padding-bottom:env(safe-area-inset-bottom);width:100%;max-width:100%}.shop-bottom-nav__item{text-decoration:none;color:#e2e8f0;display:grid;align-items:center;justify-items:center;font-size:.75rem;padding:6px 8px;gap:2px}.shop-bottom-nav__item.is-active{color:#22c55e}.shop-bottom-nav__icon{font-size:1.15rem;line-height:1}.shop-bottom-nav__label{font-size:.7rem;letter-spacing:.02em}.shop-table-scroll{overflow-x:auto}.shop-table{min-width:640px}.shop-account__grid{display:grid;gap:1rem}.shop-account__details{display:grid;gap:.5rem}.shop-account__stripe{display:grid;gap:1rem}.shop-account__stripe-actions{display:grid;gap:.5rem;align-items:flex-start}.client-layout{min-height:100dvh;display:flex;flex-direction:column;background:var(--brand-bg, #0b1220);width:100%;max-width:100%}.client-layout__content{flex:1;padding-bottom:calc(88px + env(safe-area-inset-bottom));width:100%;max-width:100%}.client-layout__inner{width:100%;max-width:960px;margin:0 auto;padding:1.5rem}.client-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);background:#0b1220f2;border-top:1px solid rgba(148,163,184,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9990;padding-bottom:env(safe-area-inset-bottom);width:100%;max-width:100%}.client-bottom-nav__item{text-decoration:none;color:#e2e8f0;display:grid;align-items:center;justify-items:center;font-size:.75rem;padding:6px 8px;gap:2px}.client-bottom-nav__item.is-active{color:#22c55e}.client-bottom-nav__icon{font-size:1.15rem;line-height:1}.client-bottom-nav__label{font-size:.7rem;letter-spacing:.02em}.client-cards{display:grid;gap:1rem}.client-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.client-orders{display:grid;gap:1rem}.ui-grid-2{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.courier-layout{min-height:100dvh;display:flex;flex-direction:column;background:var(--brand-bg, #0b1220);width:100%;max-width:100%}.courier-layout__content{flex:1;padding-bottom:calc(88px + env(safe-area-inset-bottom));width:100%;max-width:100%}.courier-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);background:#0b1220f2;border-top:1px solid rgba(148,163,184,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9990;padding-bottom:env(safe-area-inset-bottom);width:100%;max-width:100%}.courier-bottom-nav__item{text-decoration:none;color:#e2e8f0;display:grid;align-items:center;justify-items:center;font-size:.75rem;padding:6px 8px;gap:2px}.courier-bottom-nav__item.is-active{color:#22c55e}.courier-bottom-nav__icon{font-size:1.15rem;line-height:1}.courier-bottom-nav__label{font-size:.7rem;letter-spacing:.02em}.courier-photo-required{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.courier-account__header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:1rem}.courier-account__grid{display:grid;gap:1rem}.courier-account__photo{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:center}.courier-account__photo-img,.courier-account__photo-placeholder{width:120px;height:120px;border-radius:999px;object-fit:cover;background:#111827;border:1px solid #1f2937;display:grid;place-items:center;font-size:2rem}.courier-account__upload input[type=file]{display:none}.courier-account__upload{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:999px;border:1px solid #22c55e;color:#e2e8f0;cursor:pointer;background:#0f172a;font-size:.85rem}.courier-account__actions{margin-top:.75rem;display:flex;justify-content:flex-end}.ui-error{color:#f87171;font-size:.85rem;margin:.4rem 0 0}.locker-proof{width:min(100%,560px);margin:0 auto}.locker-proof__body{display:flex;flex-direction:column;gap:1rem}.locker-proof__timer{font-size:1.4rem;font-weight:700;text-align:center}.locker-proof__actions{display:grid;gap:.75rem}.locker-proof__button{width:100%;font-size:1rem;padding:.85rem 1rem}.locker-proof__preview{display:flex;flex-direction:column;gap:.5rem}.locker-proof__video{width:100%;border-radius:12px;background:#0f172a}.locker-proof__meta{display:flex;justify-content:space-between;font-size:.85rem;color:var(--ui-muted)}.locker-proof__progress{display:grid;gap:.35rem}.locker-proof__progress-label{font-size:.85rem;color:var(--ui-muted)}.locker-proof__progress-bar{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.locker-proof__progress-bar span{display:block;height:100%;background:var(--ui-primary);transition:width .2s ease}.locker-proof__footer{display:grid;gap:.5rem}@media(max-width:720px){.courier-layout__content{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.courier-account__photo{grid-template-columns:1fr;justify-items:start}}.storetodoor-theme,:root{color-scheme:dark;--brand-bg: #0b0b0b;--brand-surface: #151515;--brand-surface-alt: #101010;--brand-border: rgba(255, 255, 255, .08);--brand-text: #ffffff;--brand-muted: #9ca3af;--brand-accent: #2e7d5a;--brand-accent-hover: #3b8f69;--brand-danger: #f87171;--brand-warning: #fbbf24;--brand-success: #34d399;--brand-info: #38bdf8;--ui-surface: var(--brand-surface);--ui-border: var(--brand-border);--ui-muted: var(--brand-muted);--ui-text: var(--brand-text);--ui-primary: var(--brand-accent);--ui-primary-contrast: #ffffff;--ui-secondary: var(--brand-surface-alt)}body{background:var(--brand-bg);color:var(--brand-text)}a{color:var(--brand-accent)}.ui-card{background:var(--brand-surface);border-color:var(--brand-border);box-shadow:0 10px 24px #00000073}.ui-card__footer{background:#171717;border-top-color:var(--brand-border)}.ui-card__header{border-bottom-color:var(--brand-border)}.ui-button--primary{background:var(--brand-accent);color:#fff}.ui-button--primary:hover,.ui-button--primary:active{background:var(--brand-accent-hover)}.ui-button--secondary,.ui-button--ghost{background:transparent;color:var(--brand-accent);border:1px solid var(--brand-accent)}.ui-button--secondary:hover,.ui-button--secondary:active,.ui-button--ghost:hover,.ui-button--ghost:active{color:#fff;border-color:var(--brand-accent-hover);background:#2e7d5a33}.ui-button--danger{background:#f871712e;border:1px solid rgba(248,113,113,.45);color:#fecaca}.ui-button--danger:hover,.ui-button--danger:active{background:#f8717147;border-color:#f8717199;color:#fff}.ui-field__control>input,.ui-field__control>select,.ui-field__control>textarea,.ui-input{background:#0f0f0f;color:var(--brand-text);border-color:var(--brand-border)}.ui-alert--info{background:#38bdf81f;color:var(--brand-text);border:1px solid rgba(56,189,248,.35)}.ui-alert--success{background:#34d3991f;color:var(--brand-text);border:1px solid rgba(52,211,153,.35)}.ui-alert--warning{background:#fbbf241f;color:var(--brand-text);border:1px solid rgba(251,191,36,.35)}.ui-alert--error{background:#f871711f;color:var(--brand-text);border:1px solid rgba(248,113,113,.35)}.ui-badge--info,.ui-badge--success{background:#2e7d5a2e;border-color:#2e7d5a59;color:#7cffb5}.ui-badge--warning{background:#fbbf2433;border-color:#fbbf2466;color:#fef3c7}.ui-badge--danger{background:#f8717133;border-color:#f8717166;color:#fee2e2}.ui-badge--neutral{background:#94a3b833;border-color:#94a3b859;color:#e2e8f0}.ui-data-list__label{color:#ffffffa6}.ui-data-list__value{color:#ffffffeb}.courier-compliance{border-color:var(--brand-border);background:var(--brand-surface-alt)}.storetodoor-header{display:flex;align-items:center;justify-content:flex-start}.storetodoor-header__logo{width:min(240px,70vw);height:auto;display:block}.storetodoor-page-header{display:grid;gap:1rem}.courier-finance{display:grid;gap:1.5rem;width:100%;max-width:100%;overflow-x:hidden}.courier-finance__intro,.courier-finance__status{color:var(--brand-muted);margin-top:0}.courier-finance__error{color:var(--brand-danger)}.courier-finance__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.courier-finance__actions{display:grid;gap:1rem;padding:1rem;border-radius:16px;border:1px solid var(--brand-border);background:var(--brand-surface);box-shadow:0 8px 20px #00000059}.courier-finance__actions-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.courier-finance__card{padding:1rem;border-radius:16px;border:1px solid var(--brand-border);background:var(--brand-surface);box-shadow:0 8px 20px #00000059}.courier-finance__legend{font-size:.9rem;color:var(--brand-muted)}.courier-finance__table-wrapper{overflow-x:auto;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:16px;padding:.75rem 1rem;box-shadow:0 10px 24px #00000059;width:100%;max-width:100%}.courier-finance__table{width:100%;border-collapse:collapse;min-width:560px}.courier-finance__order-ref{display:inline-block;max-width:10ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.courier-finance__table th{text-align:left;border-bottom:1px solid var(--brand-border);font-size:.85rem;text-transform:uppercase;letter-spacing:.02em;color:var(--brand-muted);padding:.5rem 0}.courier-finance__table td{padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.courier-finance__payments-mobile{display:grid;gap:.75rem}.courier-finance__payment-card{padding:1rem;border-radius:16px;border:1px solid var(--brand-border);background:var(--brand-surface);box-shadow:0 8px 20px #00000059;display:grid;gap:.5rem}.courier-finance__payment-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.courier-finance__payment-shop{font-weight:600}.courier-finance__payment-amount{font-weight:700;white-space:nowrap}.courier-finance__payment-meta{display:grid;gap:.25rem;font-size:.85rem;color:var(--brand-muted)}.courier-finance__payment-status{font-weight:600;color:var(--brand-foreground)}@media(max-width:640px){.courier-finance__cards{grid-template-columns:1fr}}.courier-cgu{max-width:960px;margin:0 auto;padding:2rem 1.5rem;line-height:1.6}.courier-cgu__card{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:12px;padding:1.5rem;box-shadow:0 8px 20px #0006;display:grid;gap:1.5rem}.courier-cgu__muted{color:var(--brand-muted)}.courier-cgu__list{display:grid;gap:.5rem;padding-left:1.25rem}.storetodoor-empty-state{display:grid;place-items:center;gap:.75rem;padding:1rem 0}.storetodoor-pin-animated{display:block}.storetodoor-pin-animated.active #wheel-front,.storetodoor-pin-animated.active #wheel-back{transform-box:fill-box;transform-origin:50% 50%;animation:storetodoor-wheel-spin 1.2s linear infinite}.storetodoor-pin-animated.active #leg-1,.storetodoor-pin-animated.active #leg-2{transform-box:fill-box;transform-origin:35% 55%;animation:storetodoor-leg-swing .9s ease-in-out infinite}.storetodoor-pin-animated.active #leg-2{animation-delay:-.45s}.storetodoor-pin-animated.active #speed{transform-box:fill-box;transform-origin:50% 50%;animation:storetodoor-speed .8s ease-in-out infinite}.storetodoor-loader{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.storetodoor-loader__label{font-size:.95rem}@keyframes storetodoor-wheel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes storetodoor-leg-swing{0%{transform:rotate(-18deg)}50%{transform:rotate(18deg)}to{transform:rotate(-18deg)}}@keyframes storetodoor-speed{0%{opacity:.35;transform:translate(0)}50%{opacity:1;transform:translate(-10px)}to{opacity:.35;transform:translate(0)}}
