:root{--onwayy-bg:#f3eee2;--onwayy-sidebar:#16241c;--onwayy-green:#1f7a46;--onwayy-green-dark:#145c34;--onwayy-white:#fff;--onwayy-border:#e7e1d1;--onwayy-text:#201f1b;--onwayy-text-muted:#6f6b5f;--onwayy-danger-bg:#fbeae7;--onwayy-danger-text:#b3271e;--onwayy-shadow:0 20px 45px -20px #16241c59}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--onwayy-bg);color:var(--onwayy-text);margin:0;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif}.toast-stack{z-index:100;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast{border-radius:12px;min-width:240px;max-width:360px;padding:12px 16px;font-size:13px;font-weight:600;animation:.15s toast-in;box-shadow:0 12px 30px -12px #16241c59}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.toast-success{color:#fff;background:#1f7a46}.toast-error{color:#fff;background:#c0392b}.landing-page{background-color:var(--onwayy-bg);min-height:100vh;color:var(--onwayy-text);flex-direction:column;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;display:flex;overflow-x:hidden}.landing-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--onwayy-border);background-color:#f3eee2eb;position:sticky;top:0}.landing-nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.landing-brand{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.landing-brand-logo{background:var(--onwayy-sidebar);width:38px;height:38px;color:var(--onwayy-white);border-radius:10px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 4px 12px #16241c26}.landing-brand-text{flex-direction:column;display:flex}.landing-brand-name{letter-spacing:-.02em;color:var(--onwayy-sidebar);font-size:1.25rem;font-weight:800;line-height:1.1}.landing-brand-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--onwayy-green);font-size:.65rem;font-weight:700}.landing-nav-links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.landing-nav-link{color:var(--onwayy-text-muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s}.landing-nav-link:hover{color:var(--onwayy-sidebar)}.landing-cta-btn{background-color:var(--onwayy-green);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #1f7a4640}.landing-cta-btn:hover{background-color:var(--onwayy-green-dark);transform:translateY(-1px);box-shadow:0 6px 18px #1f7a4659}.landing-cta-secondary{color:var(--onwayy-sidebar);border:1px solid var(--onwayy-border);background-color:#fff;box-shadow:0 2px 6px #0000000a}.landing-cta-secondary:hover{color:var(--onwayy-sidebar);background-color:#f7f4ec;border-color:#d8d0bd;transform:translateY(-1px)}.landing-hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;max-width:1200px;margin:0 auto;padding:4.5rem 1.5rem 3rem;display:grid}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-pill{color:var(--onwayy-green-dark);background-color:#e3ebd8;border:1px solid #cce0bd;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.35rem .85rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-pill-dot{background-color:var(--onwayy-green);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.hero-title{letter-spacing:-.03em;color:var(--onwayy-sidebar);margin:0;font-size:3.25rem;font-weight:800;line-height:1.08}.hero-title-highlight{color:var(--onwayy-green);position:relative}.hero-description{color:var(--onwayy-text-muted);max-width:540px;margin:0;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.hero-stats-row{border-top:1px solid var(--onwayy-border);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:.5rem;padding-top:1.5rem;display:grid}.hero-stat{flex-direction:column;display:flex}.hero-stat-value{color:var(--onwayy-sidebar);font-size:1.5rem;font-weight:800}.hero-stat-label{color:var(--onwayy-text-muted);font-size:.8rem;font-weight:600}.hero-visual{position:relative}.hero-card{border:1px solid var(--onwayy-border);box-shadow:var(--onwayy-shadow);background:#fff;border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.card-header-bar{justify-content:space-between;align-items:center;display:flex}.card-tag{color:#8a5a1f;text-transform:uppercase;background-color:#fbead0;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.card-live-dot{color:var(--onwayy-green);align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:flex}.card-live-dot span{background-color:var(--onwayy-green);border-radius:50%;width:8px;height:8px}.hero-order-preview{border:1px solid var(--onwayy-border);background-color:#f8f6f0;border-radius:12px;padding:1rem}.preview-row{justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.85rem;display:flex}.preview-row.total{border-top:1px dashed var(--onwayy-border);color:var(--onwayy-sidebar);margin-top:.5rem;padding-top:.6rem;font-size:.95rem;font-weight:700}.floating-badge{background:var(--onwayy-sidebar);color:#fff;border-radius:14px;align-items:center;gap:.75rem;padding:.85rem 1.15rem;display:flex;position:absolute;box-shadow:0 10px 25px #16241c40}.floating-badge.bottom-left{bottom:-20px;left:-20px}.floating-badge-icon{background:var(--onwayy-green);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.floating-badge-text strong{font-size:.85rem;display:block}.floating-badge-text span{color:#a7b5ab;font-size:.75rem}.landing-section{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.section-header{text-align:center;max-width:650px;margin:0 auto 3.5rem}.section-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--onwayy-green);margin-bottom:.5rem;font-size:.8rem;font-weight:800;display:block}.section-title{letter-spacing:-.02em;color:var(--onwayy-sidebar);margin:0 0 1rem;font-size:2.25rem;font-weight:800}.section-subtitle{color:var(--onwayy-text-muted);margin:0;font-size:1.05rem;line-height:1.5}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.feature-card{border:1px solid var(--onwayy-border);background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #16241c14}.feature-icon-wrap{width:48px;height:48px;color:var(--onwayy-green);background-color:#e8f3ec;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.feature-title{color:var(--onwayy-sidebar);margin:0;font-size:1.2rem;font-weight:700}.feature-description{color:var(--onwayy-text-muted);margin:0;font-size:.92rem;line-height:1.55}.steps-container{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.step-card{border:1px solid var(--onwayy-border);background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.step-number{background-color:var(--onwayy-sidebar);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:800;display:flex}.step-title{color:var(--onwayy-sidebar);margin:0;font-size:1.15rem;font-weight:700}.step-desc{color:var(--onwayy-text-muted);margin:0;font-size:.9rem;line-height:1.5}.landing-banner{background:var(--onwayy-sidebar);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:2rem auto 5rem;padding:3.5rem 2.5rem;display:flex}.banner-content h3{letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem;font-weight:800}.banner-content p{color:#a7b5ab;margin:0;font-size:1.05rem}.banner-actions{flex-shrink:0;gap:1rem;display:flex}.landing-footer{color:#8c9890;background-color:#121c16;border-top:1px solid #233328;margin-top:auto;padding:4rem 1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #233328;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand-info{flex-direction:column;gap:1rem;display:flex}.footer-brand-logo-row{color:#fff;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:800;display:flex}.footer-brand-logo{background:var(--onwayy-green);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;display:flex}.footer-about{color:#9caaa0;margin:0;font-size:.9rem;line-height:1.6}.footer-col h4{color:#fff;letter-spacing:.03em;margin:0 0 1.25rem;font-size:.95rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#9caaa0;font-size:.88rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{color:#6d7a71;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.82rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#8c9890;text-decoration:none}.footer-bottom-links a:hover{color:#fff}@media (width<=960px){.landing-hero{grid-template-columns:1fr;padding-top:2.5rem}.steps-container{grid-template-columns:1fr}.landing-banner{text-align:center;flex-direction:column;padding:2.5rem 1.5rem}.footer-top{grid-template-columns:1fr 1fr}}@media (width<=640px){.landing-nav-links{display:none}.hero-title{font-size:2.3rem}.hero-stats-row{grid-template-columns:1fr;gap:1rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.policy-page{background-color:var(--onwayy-bg);min-height:100vh;color:var(--onwayy-text);flex-direction:column;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;display:flex}.policy-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--onwayy-border);background-color:#f3eee2f2;position:sticky;top:0}.policy-nav-container{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:1rem 1.5rem;display:flex}.policy-back-link{color:var(--onwayy-sidebar);border:1px solid var(--onwayy-border);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.policy-back-link:hover{background:#f7f4ec;border-color:#d8d0bd}.policy-container{width:100%;max-width:900px;margin:2.5rem auto 5rem;padding:0 1.5rem}.policy-card{border:1px solid var(--onwayy-border);background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #16241c0d}.policy-title-area{border-bottom:1px solid var(--onwayy-border);margin-bottom:2rem;padding-bottom:1.5rem}.policy-badge{color:var(--onwayy-green-dark);text-transform:uppercase;letter-spacing:.05em;background:#e3ebd8;border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.policy-main-title{color:var(--onwayy-sidebar);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2.25rem;font-weight:800}.policy-updated{color:var(--onwayy-text-muted);margin:0;font-size:.85rem}.policy-content{color:#3b3a36;font-size:1rem;line-height:1.7}.policy-section{margin-bottom:2.25rem}.policy-section h2{color:var(--onwayy-sidebar);margin:0 0 .85rem;font-size:1.3rem;font-weight:700}.policy-section h3{color:var(--onwayy-sidebar);margin:1.25rem 0 .5rem;font-size:1.1rem;font-weight:600}.policy-section p{margin:0 0 1rem}.policy-section ul{margin:0 0 1rem;padding-left:1.5rem}.policy-section li{margin-bottom:.4rem}.policy-note{border-left:4px solid var(--onwayy-green);color:#4a473e;background:#fdfaf3;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.25rem;font-size:.95rem}.policy-footer-tabs{border-top:1px solid var(--onwayy-border);flex-wrap:wrap;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.policy-footer-tab{color:var(--onwayy-green);font-size:.9rem;font-weight:600;text-decoration:none}.policy-footer-tab:hover{text-decoration:underline}@media (width<=640px){.policy-card{padding:1.75rem 1.25rem}.policy-main-title{font-size:1.75rem}}.login-screen{background:var(--onwayy-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--onwayy-white);border:1px solid var(--onwayy-border);width:100%;max-width:400px;box-shadow:var(--onwayy-shadow);border-radius:16px;padding:36px 32px 28px}.login-brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.login-logo{background:var(--onwayy-green);width:40px;height:40px;color:var(--onwayy-white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.login-brand-text{flex-direction:column;line-height:1.25;display:flex}.login-brand-name{color:var(--onwayy-text);font-size:18px;font-weight:700}.login-brand-caption{letter-spacing:1px;color:var(--onwayy-text-muted);font-size:11px;font-weight:600}.login-title{color:var(--onwayy-text);margin:0 0 6px;font-size:22px}.login-subtitle{color:var(--onwayy-text-muted);margin:0 0 24px;font-size:13px}.login-error{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text);border-radius:10px;margin-bottom:18px;padding:10px 14px;font-size:13px}.login-form{flex-direction:column;gap:16px;display:flex}.login-field{color:var(--onwayy-text);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.login-field input{border:1px solid var(--onwayy-border);background:var(--onwayy-bg);color:var(--onwayy-text);border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:400}.login-field input:focus{border-color:var(--onwayy-green);box-shadow:0 0 0 3px #1f7a4626}.login-submit{background:var(--onwayy-green);color:var(--onwayy-white);cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:12px;font-size:14px;font-weight:600;transition:background .15s}.login-submit:hover:not(:disabled){background:var(--onwayy-green-dark)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-footer{text-align:center;color:var(--onwayy-text-muted);margin:24px 0 0;font-size:12px}.sidebar{background:var(--onwayy-sidebar);color:#d8d9d5;flex-direction:column;flex-shrink:0;width:220px;min-height:100vh;padding:20px 16px;display:flex}.sidebar-brand{align-items:center;gap:10px;padding:4px 8px 24px;display:flex}.sidebar-logo{background:var(--onwayy-green);color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.sidebar-brand-text{flex-direction:column;line-height:1.2;display:flex}.sidebar-brand-name{color:#fff;font-size:15px;font-weight:700}.sidebar-brand-caption{letter-spacing:1px;color:#8b8d86;font-size:10px}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.sidebar-nav-item{color:#a8aaa3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.sidebar-nav-item:hover{background:#ffffff0a}.sidebar-nav-item.is-active{background:var(--onwayy-green);color:#fff;font-weight:600}.sidebar-nav-label{flex:1}.sidebar-nav-badge{color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:flex}.badge-green{background:#2f6b46}.badge-purple{background:#6c4cd8}.badge-neutral{background:#4b463c}.sidebar-footer{flex-direction:column;gap:18px;margin-top:auto;display:flex}.sidebar-section-caption{letter-spacing:.8px;text-transform:uppercase;color:#767a6f;margin-bottom:10px;font-size:10px;display:block}.sidebar-zone-health{border-top:1px solid #ffffff14;padding-top:16px}.sidebar-zone-row{color:#9a9c94;justify-content:space-between;padding:4px 0;font-size:12.5px;display:flex}.sidebar-zone-row strong{color:#f0f0ec;font-weight:600}.sidebar-user{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding-top:16px;display:flex;position:relative}.sidebar-user-menu-trigger{color:#8b8d86;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;line-height:1}.sidebar-signout{color:#f0f0ec;cursor:pointer;white-space:nowrap;background:#21261f;border:1px solid #ffffff1a;border-radius:8px;padding:8px 14px;font-size:12.5px;position:absolute;bottom:calc(100% + 6px);right:0}.sidebar-avatar{color:#fff;background:#2c2e27;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.sidebar-user-text{flex-direction:column;min-width:0;line-height:1.3;display:flex}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sidebar-user-role{color:#8b8d86;font-size:11.5px}.dashboard-layout{min-height:100vh;display:flex}.dashboard-content{flex:1;min-width:0;padding:28px 32px}.date-selector-custom{border-top:1px solid var(--onwayy-border);gap:8px;padding:10px;display:grid}.date-selector-custom label{color:var(--onwayy-text-muted);letter-spacing:.4px;text-transform:uppercase;gap:4px;font-size:10px;font-weight:700;display:grid}.date-selector-custom input{border:1px solid var(--onwayy-border);background:var(--onwayy-white);width:100%;color:var(--onwayy-text);font:inherit;text-transform:none;border-radius:7px;padding:7px 8px;font-size:12px}.date-selector-apply{background:var(--onwayy-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:700}.date-selector-apply:disabled{cursor:not-allowed;background:#d8d4c4}.stat-card-value{color:var(--onwayy-text);font-size:22px;font-weight:700}.dashboard-panels{grid-template-columns:1.6fr 1fr;align-items:start;gap:14px;display:grid}.panel-card{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;padding:20px}.panel-card-header{justify-content:space-between;align-items:baseline;margin-bottom:18px;display:flex}.panel-card-header h2{margin:0;font-size:15px;font-weight:700}.panel-card-header-meta{color:var(--onwayy-text-muted);font-size:12px}.orders-chart-bars{align-items:flex-end;gap:14px;height:170px;display:flex}.orders-chart-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.orders-chart-value{color:var(--onwayy-text-muted);font-size:11px;font-weight:600}.orders-chart-bar{background:var(--onwayy-green);border-radius:6px 6px 0 0;width:100%;max-width:28px}.orders-chart-hour{color:var(--onwayy-text-muted);font-size:11px}.dashboard-side-panels{flex-direction:column;gap:14px;display:flex}.status-mix-list{flex-direction:column;gap:16px;display:flex}.status-mix-row-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.dot-purple,.fill-purple{background:#6c4cd8}.dot-orange,.fill-orange{background:#d97b1f}.dot-green,.fill-green{background:var(--onwayy-green)}.dot-gray,.fill-gray{background:#9a968a}.status-mix-label{flex:1;font-size:13px;font-weight:600}.status-mix-value{color:var(--onwayy-text-muted);font-size:12px}.status-mix-track{background:var(--onwayy-bg);border-radius:3px;height:6px;overflow:hidden}.status-mix-fill{border-radius:3px;height:100%}.alerts-stack{flex-direction:column;gap:10px;display:flex}.alert-banner{border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:12.5px;font-weight:500;display:flex}.tone-danger{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text)}.tone-warning{color:#8a5a1f;background:#fbead0}.tone-info{color:#5b3fc4;background:#ede7fb}.pagination{border-top:1px solid var(--onwayy-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.pagination-summary{color:var(--onwayy-text-muted);font-size:12.5px}.pagination-controls{align-items:center;gap:6px;display:flex}.pagination-button{border:1px solid var(--onwayy-border);background:var(--onwayy-white);min-width:32px;height:32px;color:var(--onwayy-text);cursor:pointer;border-radius:8px;padding:0 10px;font-size:12.5px;font-weight:600}.pagination-button.is-active{background:var(--onwayy-green);border-color:var(--onwayy-green);color:#fff}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{color:var(--onwayy-text-muted);padding:0 2px}.inventory-screen{min-height:100vh;display:flex}.inventory-content{flex:1;min-width:0;padding:28px 32px}.inventory-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.secondary-button{background:var(--onwayy-white);border:1px solid var(--onwayy-border);cursor:pointer;color:var(--onwayy-text);border-radius:18px;padding:8px 16px;font-size:13px;font-weight:600}.inventory-table-wrap{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;overflow:hidden}.inventory-table{border-collapse:collapse;width:100%;font-size:13px}.inventory-table th{text-align:left;letter-spacing:.5px;text-transform:uppercase;color:var(--onwayy-text-muted);border-bottom:1px solid var(--onwayy-border);background:#faf7f0;padding:12px 16px;font-size:10.5px}.inventory-table td{border-bottom:1px solid var(--onwayy-border);vertical-align:middle;padding:12px 16px}.inventory-table tr:last-child td{border-bottom:none}.inventory-item-cell{align-items:center;gap:10px;display:flex}.inventory-avatar,.inventory-avatar-photo{object-fit:cover;border-radius:10px;flex-shrink:0;width:36px;height:36px}.inventory-avatar{color:#453a20;justify-content:center;align-items:center;font-weight:700;display:flex}.inventory-item-text{flex-direction:column;display:flex}.inventory-item-name{font-weight:600}.inventory-item-meta{color:var(--onwayy-text-muted);font-size:11.5px}.age-badge{color:#fff;background:#c0392b;border-radius:8px;justify-content:center;align-items:center;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex}.status-pill{border-radius:14px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-out{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text)}.status-out .status-pill-dot{background:var(--onwayy-danger-text)}.availability-toggle{cursor:pointer;align-items:center;gap:8px;display:flex}.availability-toggle input{display:none}.availability-slider{background:#d8d4c4;border-radius:10px;flex-shrink:0;width:34px;height:20px;transition:background .15s;position:relative}.availability-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;left:2px}.availability-toggle input:checked+.availability-slider{background:var(--onwayy-green)}.availability-toggle input:checked+.availability-slider:before{transform:translate(14px)}.availability-label{color:var(--onwayy-text-muted);font-size:12px;font-weight:600}.row-actions{gap:8px;display:flex}.icon-button-danger{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text);border-color:#0000}.photo-row{align-items:center;gap:16px;margin-bottom:20px;display:flex}.photo-placeholder{border:1px dashed var(--onwayy-border);background:var(--onwayy-white);width:64px;height:64px;color:var(--onwayy-text-muted);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;display:flex;overflow:hidden}.photo-placeholder img{object-fit:cover;width:100%;height:100%}.upload-button{background:var(--onwayy-green);color:#fff;cursor:pointer;border:none;border-radius:16px;align-items:center;gap:6px;margin:4px 0;padding:7px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.field-hint{color:var(--onwayy-text-muted);margin:0;font-size:11px}.form-grid-3{grid-template-columns:repeat(3,1fr)}.description-field{margin-bottom:16px;display:block}.field textarea{resize:vertical;border:1px solid var(--onwayy-border);background:var(--onwayy-white);width:100%;color:var(--onwayy-text);border-radius:10px;outline:none;padding:9px 12px;font-family:inherit;font-size:13.5px}.field textarea:focus{border-color:var(--onwayy-green)}.inventory-description-cell{max-width:220px;color:var(--onwayy-text-muted)}.category-row{margin-bottom:20px}.category-row-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pill-group{gap:8px;display:flex}.pill-option{border:1px solid var(--onwayy-border);background:var(--onwayy-white);cursor:pointer;color:var(--onwayy-text);border-radius:16px;padding:7px 14px;font-size:12.5px;font-weight:600}.pill-option.is-active{background:var(--onwayy-green);border-color:var(--onwayy-green);color:#fff}.age-restricted-toggle{color:var(--onwayy-text);background:var(--onwayy-white);border:1px solid var(--onwayy-border);cursor:pointer;border-radius:16px;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:600;display:flex}.riders-screen{min-height:100vh;display:flex}.riders-content{flex:1;min-width:0;padding:28px 32px}.riders-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.toolbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.stock-summary{color:var(--onwayy-text-muted);font-size:12.5px}.search-field{background:var(--onwayy-white);border:1px solid var(--onwayy-border);color:var(--onwayy-text-muted);border-radius:18px;align-items:center;gap:8px;padding:8px 14px;display:flex}.search-field input{color:var(--onwayy-text);background:0 0;border:none;outline:none;width:160px;font-family:inherit;font-size:13px}.add-item-button{color:#fff;cursor:pointer;background:#6c4cd8;border:none;border-radius:18px;padding:9px 18px;font-size:13px;font-weight:700}.riders-table-wrap{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;overflow:hidden}.status-pill{border-radius:14px;align-items:center;gap:6px;width:fit-content;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-pill-dot{border-radius:50%;width:6px;height:6px}.status-in{color:var(--onwayy-green-dark);background:#e8f3ea}.status-in .status-pill-dot{background:var(--onwayy-green)}.row-actions{align-items:center;gap:8px;display:flex}.icon-button{border:1px solid var(--onwayy-border);background:var(--onwayy-bg);width:30px;height:30px;color:var(--onwayy-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.modal-card{background:var(--onwayy-bg);border-radius:18px;width:100%;max-width:480px;max-height:90vh;padding:24px;overflow-y:auto}.confirm-card{background:var(--onwayy-white);border-radius:16px;width:100%;max-width:400px;padding:24px}.confirm-card h2{margin:0 0 8px;font-size:17px}.confirm-card p{color:var(--onwayy-text-muted);margin:0 0 20px;font-size:13px}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.modal-header h2{margin:0 0 4px;font-size:17px}.modal-header p{color:var(--onwayy-text-muted);margin:0;font-size:12.5px}.modal-close{background:var(--onwayy-white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.modal-error{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text);border-radius:10px;margin-bottom:14px;padding:10px 14px;font-size:12.5px}.field-label{letter-spacing:.5px;text-transform:uppercase;color:var(--onwayy-text-muted);margin-bottom:6px;font-size:10.5px;display:block}.form-grid{gap:14px;margin-bottom:16px;display:grid}.form-grid-2{grid-template-columns:1fr 1fr}.field input{border:1px solid var(--onwayy-border);background:var(--onwayy-white);width:100%;color:var(--onwayy-text);border-radius:10px;outline:none;padding:9px 12px;font-family:inherit;font-size:13.5px}.field input:focus{border-color:var(--onwayy-green)}.modal-footer{justify-content:flex-end;gap:10px;display:flex}.modal-cancel{background:var(--onwayy-white);border:1px solid var(--onwayy-border);cursor:pointer;color:var(--onwayy-text);border-radius:16px;padding:9px 18px;font-size:13px;font-weight:600}.modal-submit{background:var(--onwayy-green);color:#fff;cursor:pointer;border:none;border-radius:16px;padding:9px 18px;font-size:13px;font-weight:700}.modal-submit:disabled{cursor:not-allowed;background:#d8d4c4}.modal-danger{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:16px;padding:9px 18px;font-size:13px;font-weight:700}.modal-danger:disabled{opacity:.6;cursor:not-allowed}.rider-table{border-collapse:collapse;width:100%;font-size:13px}.rider-table th{text-align:left;letter-spacing:.5px;text-transform:uppercase;color:var(--onwayy-text-muted);border-bottom:1px solid var(--onwayy-border);background:#faf7f0;padding:12px 16px;font-size:10.5px}.rider-table td{border-bottom:1px solid var(--onwayy-border);vertical-align:middle;padding:12px 16px}.rider-table tr:last-child td{border-bottom:none}.rider-cell{align-items:center;gap:10px;display:flex}.rider-avatar{width:36px;height:36px;color:var(--onwayy-green-dark);background:#dcefe0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.rider-cell-text{flex-direction:column;display:flex}.rider-name{font-weight:600}.rider-meta{color:var(--onwayy-text-muted);font-size:11.5px}.status-out-neutral{color:var(--onwayy-text-muted);background:#ece9e0}.status-out-neutral .status-pill-dot{background:#9a968a}.status-toggle-button{cursor:pointer;border:none;border-radius:14px;padding:6px 14px;font-size:12px;font-weight:700}.status-toggle-button.danger{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text)}.status-toggle-button.success{color:var(--onwayy-green-dark);background:#e8f3ea}.orders-screen{min-height:100vh;display:flex}.orders-content{flex:1;min-width:0;padding:28px 32px}.date-selector{position:relative}.date-selector-trigger{background:var(--onwayy-white);border:1px solid var(--onwayy-border);cursor:pointer;color:var(--onwayy-text);border-radius:20px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;display:flex}.date-selector-menu{background:var(--onwayy-white);border:1px solid var(--onwayy-border);box-shadow:var(--onwayy-shadow);z-index:10;border-radius:12px;flex-direction:column;min-width:190px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.date-selector-option{text-align:left;cursor:pointer;color:var(--onwayy-text);background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:13px}.date-selector-option:hover{background:var(--onwayy-bg)}.date-selector-option.is-selected{color:var(--onwayy-green-dark);background:#1f7a461f;font-weight:600}.orders-toolbar{margin-bottom:16px}.category-tabs{flex-wrap:wrap;gap:8px;display:flex}.category-tab{border:1px solid var(--onwayy-border);background:var(--onwayy-white);cursor:pointer;color:var(--onwayy-text);border-radius:18px;padding:8px 16px;font-size:13px;font-weight:600}.category-tab.is-active{background:var(--onwayy-green);border-color:var(--onwayy-green);color:#fff}.orders-table-wrap{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;overflow:hidden}.orders-table{border-collapse:collapse;width:100%;font-size:13px}.orders-table th{text-align:left;letter-spacing:.5px;text-transform:uppercase;color:var(--onwayy-text-muted);border-bottom:1px solid var(--onwayy-border);background:#faf7f0;padding:12px 16px;font-size:10.5px}.orders-table td{border-bottom:1px solid var(--onwayy-border);vertical-align:middle;padding:12px 16px}.orders-table tr:last-child td{border-bottom:none}.orders-row{cursor:pointer}.orders-row:hover{background:var(--onwayy-bg)}.orders-total{font-weight:700}.orders-row-end{color:var(--onwayy-text-muted);justify-content:flex-end;align-items:center;gap:8px;display:flex}.age-badge{color:#fff;background:#c0392b;border-radius:8px;justify-content:center;align-items:center;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex}.age-badge-lg{border-radius:12px;padding:4px 10px;font-size:11px}.rider-inline{align-items:center;gap:8px;display:flex}.rider-avatar{color:var(--onwayy-green-dark);background:#dcefe0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.rider-avatar-sm{width:26px;height:26px;font-size:11px}.rider-avatar-empty{color:var(--onwayy-text-muted);background:#ece9e0}.order-status-pill{border-radius:14px;align-items:center;gap:6px;width:fit-content;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.order-status-purple{color:#6c4cd8;background:#ede7fb}.order-status-orange{color:#8a5a1f;background:#fbead0}.order-status-gray{color:var(--onwayy-text-muted);background:#ece9e0}.drawer-overlay{z-index:50;background:#14140f73;justify-content:flex-end;display:flex;position:fixed;inset:0}.order-drawer{background:var(--onwayy-bg);width:100%;max-width:420px;height:100vh;padding:24px;overflow-y:auto}.order-drawer-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.order-drawer-header h2{margin:4px 0;font-size:19px}.order-drawer-badges{gap:8px;margin-top:10px;display:flex}.order-drawer-stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}.stat-card-value{text-transform:capitalize;font-size:15px;font-weight:700}.order-drawer-section{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:12px;margin-bottom:14px;padding:14px}.order-drawer-section-title{letter-spacing:.4px;text-transform:uppercase;color:var(--onwayy-text-muted);margin-bottom:10px;font-size:11px;font-weight:700;display:block}.order-basket-row,.order-timeline-row{align-items:center;gap:10px;padding:6px 0;display:flex}.order-timeline-row{color:var(--onwayy-green)}.order-drawer-footer{gap:10px;display:flex}.modal-submit-purple{background:#6c4cd8}.modal-cancel{background:var(--onwayy-white);border:1px solid var(--onwayy-border);cursor:pointer;color:var(--onwayy-text);border-radius:16px;align-items:center;gap:6px;padding:9px 18px;font-size:13px;font-weight:600;display:inline-flex}.modal-cancel:disabled,.modal-submit:disabled{opacity:.5;cursor:not-allowed}.modal-submit{background:var(--onwayy-green);color:#fff;cursor:pointer;border:none;border-radius:16px;flex:1;padding:9px 18px;font-size:13px;font-weight:700}.receipts-screen{min-height:100vh;display:flex}.receipts-content{flex:1;min-width:0;padding:28px 32px}.dashboard-topbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dashboard-breadcrumb{letter-spacing:.6px;text-transform:uppercase;color:var(--onwayy-text-muted);margin-bottom:6px;font-size:11px;display:block}.dashboard-title{margin:0;font-size:26px;font-weight:700}.dashboard-subtitle{color:var(--onwayy-text-muted);margin:4px 0 0;font-size:13px}.dashboard-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.live-badge{color:var(--onwayy-green-dark);background:#e8f3ea;border-radius:20px;align-items:center;gap:6px;padding:9px 14px;font-size:12.5px;font-weight:600;display:flex}.live-dot{background:var(--onwayy-green);border-radius:50%;width:7px;height:7px}.export-button{background:var(--onwayy-white);border:1px solid var(--onwayy-border);cursor:pointer;color:var(--onwayy-text);border-radius:20px;padding:9px 16px;font-size:13px;font-weight:600}.stats-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.stat-card{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.stat-card-label{letter-spacing:.6px;text-transform:uppercase;color:var(--onwayy-text-muted);font-size:10.5px}.stat-card-value{font-size:22px;font-weight:700}.stat-card-value.value-purple{color:#6c4cd8}.stat-card-value.value-green{color:var(--onwayy-green)}.stat-card-value.value-red{color:#c0392b}.stat-card-caption{color:var(--onwayy-text-muted);font-size:12px}.empty-state{text-align:center;color:var(--onwayy-text-muted);padding:40px;font-size:13px}.receipts-table-wrap{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;overflow:hidden}.receipts-table{border-collapse:collapse;width:100%;font-size:13px}.receipts-table th{text-align:left;letter-spacing:.5px;text-transform:uppercase;color:var(--onwayy-text-muted);border-bottom:1px solid var(--onwayy-border);background:#faf7f0;padding:12px 16px;font-size:10.5px}.receipts-table td{border-bottom:1px solid var(--onwayy-border);vertical-align:middle;padding:12px 16px}.receipts-table tr:last-child td{border-bottom:none}.orders-code{font-weight:700}.orders-meta{color:var(--onwayy-text-muted);font-size:11.5px}.receipt-till-mismatch{color:#c0392b;font-weight:700}.receipt-action-button{cursor:pointer;border:none;border-radius:16px;padding:8px 16px;font-size:12.5px;font-weight:700}.receipt-action-button.review{color:#fff;background:#6c4cd8}.receipt-action-button.view{color:#6b5a33;background:#ece5d3}.modal-overlay{z-index:50;background:#14140f73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.receipt-modal{background:var(--onwayy-bg);border-radius:18px;width:100%;max-width:900px;max-height:90vh;padding:24px;overflow-y:auto}.receipt-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.receipt-modal-header h2{margin:4px 0;font-size:18px}.receipt-modal-header-actions{align-items:center;gap:10px;display:flex}.modal-close{background:var(--onwayy-white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.order-status-pill{white-space:nowrap;border-radius:14px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-pill-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.order-status-green{color:var(--onwayy-green-dark);background:#e8f3ea}.order-status-red{background:var(--onwayy-danger-bg);color:var(--onwayy-danger-text)}.receipt-modal-body{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.receipt-modal-column{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;padding:16px}.receipt-modal-column-header{justify-content:space-between;align-items:baseline;margin-bottom:12px;display:flex}.order-drawer-section-title{letter-spacing:.4px;text-transform:uppercase;color:var(--onwayy-text-muted);font-size:11px;font-weight:700;display:block}.order-basket-row{align-items:center;gap:10px;padding:6px 0;display:flex}.orders-cell-text{flex-direction:column;display:flex}.orders-primary{font-weight:600}.rider-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rider-avatar-sm{width:26px;height:26px;font-size:11px;font-weight:700}.inventory-avatar-neutral{color:#453a20;background:#f2e3c9;border-radius:8px}.receipt-summary-box{border-top:1px solid var(--onwayy-border);margin-top:14px;padding-top:12px}.receipt-summary-row{color:var(--onwayy-text-muted);justify-content:space-between;padding:3px 0;font-size:13px;display:flex}.receipt-summary-variance strong{color:var(--onwayy-text)}.receipt-photo-placeholder{color:#d8d3c4;text-align:center;background:#241f16;border-radius:12px;flex-direction:column;align-items:center;gap:6px;margin-bottom:14px;padding:32px 16px;display:flex}.receipt-photo-icon{font-size:28px}.receipt-photo-title{font-size:13px;font-weight:700}.receipt-photo-caption{color:#a29c8a;font-size:11.5px}.receipt-checklist{flex-direction:column;gap:8px;display:flex}.receipt-checklist-row{align-items:center;gap:8px;font-size:12.5px;display:flex}.checklist-check{background:var(--onwayy-green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex}.checklist-check.is-unchecked{color:#0000;background:#ece9e0}.receipt-modal-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.receipt-modal-footer-actions{gap:10px;display:flex}.modal-flag{background:var(--onwayy-white);color:#c0392b;cursor:pointer;border:1px solid #c0392b;border-radius:16px;padding:9px 18px;font-size:13px;font-weight:700}.modal-approve{background:var(--onwayy-green);color:#fff;cursor:pointer;border:none;border-radius:16px;padding:9px 18px;font-size:13px;font-weight:700}.modal-flag:disabled,.modal-approve:disabled{opacity:.6;cursor:not-allowed}.customers-screen{min-height:100vh;display:flex}.customers-content{flex:1;min-width:0;padding:28px 32px}.customers-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.customer-summary{color:var(--onwayy-text-muted);font-size:13px}.customer-summary strong{color:var(--onwayy-text)}.customers-toolbar .search-field{background:var(--onwayy-white);border:1px solid var(--onwayy-border);color:var(--onwayy-text-muted);border-radius:18px;align-items:center;gap:8px;padding:8px 14px;display:flex}.customers-toolbar .search-field input{width:250px;color:var(--onwayy-text);font:inherit;background:0 0;border:none;outline:none;font-size:13px}.customers-table-wrap{background:var(--onwayy-white);border:1px solid var(--onwayy-border);border-radius:14px;overflow-x:auto}.customers-table{border-collapse:collapse;width:100%;min-width:920px;font-size:13px}.customers-table th{text-align:left;border-bottom:1px solid var(--onwayy-border);color:var(--onwayy-text-muted);letter-spacing:.5px;text-transform:uppercase;background:#faf7f0;padding:12px 16px;font-size:10.5px}.customers-table td{border-bottom:1px solid var(--onwayy-border);vertical-align:middle;padding:14px 16px}.customers-table tr:last-child td{border-bottom:none}.customers-row{cursor:pointer}.customers-row:hover{background:var(--onwayy-bg)}.customer-cell,.customer-order{align-items:center;gap:10px;display:flex}.customer-avatar{color:#5535a7;background:#e7defd;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:inline-flex}.customer-cell-text,.customer-address,.customer-order{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.customer-cell-text span,.customer-address span,.customer-status,.customer-muted{color:var(--onwayy-text-muted);font-size:11.5px}.customer-status{color:var(--onwayy-green-dark);text-transform:capitalize}@media (width<=760px){.customers-content{padding:20px 16px}.customers-toolbar .search-field,.customers-toolbar .search-field input{width:100%}}.customer-modal-overlay{z-index:60;background:#14140f73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.customer-modal{background:var(--onwayy-bg);width:min(100%,900px);max-height:90vh;box-shadow:var(--onwayy-shadow);border-radius:18px;padding:24px;overflow-y:auto}.customer-modal-header{justify-content:space-between;gap:18px;margin-bottom:22px;display:flex}.customer-modal-header h2,.customer-modal-header p,.customer-detail-heading h3{margin:0}.customer-modal-header p{color:var(--onwayy-text-muted);margin-top:5px;font-size:12px}.customer-modal-kicker{color:var(--onwayy-green-dark);letter-spacing:.6px;text-transform:uppercase;font-size:10px;font-weight:700}.customer-detail-grid{grid-template-columns:minmax(220px,.8fr) minmax(0,1.5fr);gap:18px;display:grid}.customer-detail-section{border:1px solid var(--onwayy-border);background:var(--onwayy-white);border-radius:12px;min-width:0;padding:16px}.customer-detail-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.customer-detail-heading h3{font-size:15px}.customer-detail-heading>span{min-width:24px;color:var(--onwayy-green-dark);text-align:center;background:#e8f3ea;border-radius:12px;padding:3px 7px;font-size:11px;font-weight:700}.customer-address-list,.customer-order-list{flex-direction:column;gap:9px;display:flex}.customer-address-card,.customer-order-card{border:1px solid var(--onwayy-border);border-radius:10px;padding:11px 12px;font-size:12px}.customer-address-card span,.customer-order-card span,.customer-order-card small{color:var(--onwayy-text-muted);margin-top:3px;font-size:11px;display:block}.customer-order-card{grid-template-columns:1fr auto;gap:2px 14px;display:grid}.customer-order-card>div:last-of-type{text-align:right}.customer-order-card small{grid-column:1/-1;margin-top:7px}@media (width<=700px){.customer-detail-grid{grid-template-columns:1fr}}
