*{box-sizing:border-box}:root{--primary:#2563eb;--dark:#0f172a;--muted:#64748b;--bg:#f4f7fb;--card:#fff;--line:#e2e8f0;--soft:#eff6ff}body{background:var(--bg);color:var(--dark);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer;border:0}.login-page{background:linear-gradient(135deg,#0f172a,#1e3a8a 55%,#38bdf8);grid-template-columns:1.1fr .9fr;gap:32px;min-height:100vh;padding:32px;display:grid}.login-hero{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:36px;flex-direction:column;justify-content:center;padding:42px;display:flex;position:relative;overflow:hidden}.login-hero h1{letter-spacing:-2px;max-width:760px;margin:40px 0 18px;font-size:56px;line-height:1}.login-hero p{color:#dbeafe;max-width:620px;font-size:18px}.orb{filter:blur(4px);opacity:.4;background:#fff;border-radius:999px;position:absolute}.orb.one{width:160px;height:160px;top:60px;right:90px}.orb.two{width:90px;height:90px;bottom:120px;right:240px}.hero-card{background:#ffffff24;border-radius:24px;align-items:center;gap:16px;max-width:420px;margin-top:40px;padding:20px;display:flex}.hero-card span{font-size:34px}.login-card{background:#fff;border-radius:32px;align-self:center;padding:38px;box-shadow:0 30px 80px #0f172a47}.login-card h2{margin:0 0 8px;font-size:32px}.login-card p{color:var(--muted);margin-bottom:26px}.login-card label,.form-label{color:#334155;margin:16px 0 8px;font-weight:700;display:block}input,select{border:1px solid var(--line);width:100%;color:var(--dark);background:#fff;border-radius:14px;padding:13px 14px}.primary{background:linear-gradient(135deg,var(--primary),#0ea5e9);color:#fff;border-radius:14px;padding:13px 18px;font-weight:800;box-shadow:0 10px 26px #2563eb40}.ghost{color:var(--primary);background:#fff;border:1px solid #bfdbfe;border-radius:14px;padding:12px 18px;font-weight:800}.link-btn{color:var(--primary);background:0 0;margin-top:14px;font-weight:700}.login-card .primary{width:100%;margin-top:22px}.login-note{color:#475569;background:#f8fafc;border-radius:16px;margin-top:18px;padding:14px;font-size:13px}.brand-mark{align-items:center;gap:12px;display:flex}.brand-mark img,.brand-initials{color:#fff;background:linear-gradient(135deg,#2563eb,#22c55e);border-radius:16px;place-items:center;width:48px;height:48px;font-weight:900;display:grid}.brand-mark strong{display:block}.brand-mark span{color:#94a3b8;font-size:12px}.login-hero .brand-mark span{color:#dbeafe}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:26px;width:290px;height:100vh;padding:22px;display:flex;position:sticky;top:0}.sidebar nav{flex-direction:column;gap:8px;display:flex}.sidebar nav button,.logout-btn{color:#475569;text-align:left;background:0 0;border-radius:16px;align-items:center;gap:12px;padding:13px 14px;font-weight:800;display:flex}.sidebar nav button.active{background:var(--soft);color:var(--primary)}.logout-btn{color:#ef4444;margin-top:auto}.main-content{flex:1;min-width:0;padding:26px}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.topbar h1{letter-spacing:-1px;margin:0;font-size:34px}.topbar p{color:var(--muted);margin:5px 0 0}.top-actions{align-items:center;gap:12px;display:flex}.search-pill{color:#94a3b8;border:1px solid var(--line);background:#fff;border-radius:999px;min-width:280px;padding:13px 18px}.user-chip{border:1px solid var(--line);background:#fff;border-radius:18px;align-items:center;gap:10px;padding:10px 12px;display:flex}.user-chip>span{color:#1d4ed8;background:#dbeafe;border-radius:14px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.user-chip small{color:var(--muted);display:block}.page-grid{gap:20px;display:grid}.welcome-card,.panel,.filter-card,.stat-card,.sku-card,.favorite-card{border:1px solid var(--line);background:#fff;border-radius:28px;box-shadow:0 14px 34px #0f172a0d}.welcome-card{grid-template-columns:1.4fr .8fr;align-items:center;gap:24px;padding:30px;display:grid;overflow:hidden}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}h2{letter-spacing:-.6px;margin:8px 0 10px;font-size:28px}p{color:var(--muted)}.quick-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.creative-panel{color:#1e40af;background:linear-gradient(135deg,#eff6ff,#ecfeff);border-radius:28px;place-items:center;min-height:230px;display:grid;position:relative;overflow:hidden}.route-dot{background:#22c55e;border-radius:50%;width:34px;height:34px;position:absolute;top:65px;left:55px;box-shadow:0 0 0 14px #22c55e1f}.route-dot.end{background:#2563eb;inset:auto 55px 65px auto}.route-line{background:linear-gradient(90deg,#22c55e,#2563eb);border-radius:999px;width:60%;height:4px;position:absolute;transform:rotate(25deg)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-card{padding:20px}.stat-card>span{font-size:28px}.stat-card p{margin:10px 0 6px}.stat-card h3{margin:0;font-size:26px}.stat-card small{color:#16a34a;font-weight:800}.panel{padding:22px}.section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.section-head button,.report-card button,.qty-row button{color:var(--primary);border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:10px 12px;font-weight:800}.status-row{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.status-row div{background:#f8fafc;border-radius:18px;padding:16px}.status-row strong{font-size:24px;display:block}.status-row span{color:var(--muted);font-size:13px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:14px}th{color:#475569;font-size:13px}td small{color:var(--muted);margin-top:4px;display:block}.badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.hero-strip{justify-content:space-between;align-items:center;gap:18px;display:flex}.filter-card{grid-template-columns:2fr 1fr 1fr;gap:12px;padding:16px;display:grid}.filter-card.inline{grid-template-columns:2fr 1fr 1fr 1.3fr}.inventory-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.sku-card{padding:18px}.sku-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.sku-img,.mini-img{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#f0fdf4);border-radius:20px;place-items:center;width:58px;height:58px;font-weight:900;display:grid}.stock{border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.stock.healthy{color:#15803d;background:#dcfce7}.stock.medium{color:#b45309;background:#fef3c7}.stock.low{color:#b91c1c;background:#fee2e2}.sku-card h3{margin:0 0 5px}.sku-card p{margin:0 0 12px}.stock-metrics{grid-template-columns:repeat(4,1fr);gap:8px;margin:16px 0;display:grid}.stock-metrics div{background:#f8fafc;border-radius:14px;padding:10px}.stock-metrics strong{display:block}.stock-metrics span{color:var(--muted);font-size:11px}.qty-row{gap:10px;margin-top:14px;display:flex}.qty-row input{width:90px}.qty-row button{flex:1}.drawer-overlay{z-index:20;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.order-drawer{background:#fff;width:440px;height:100%;padding:24px;overflow:auto;box-shadow:-20px 0 60px #0f172a33}.drawer-head{justify-content:space-between;gap:16px;margin-bottom:20px;display:flex}.drawer-head button{background:#f1f5f9;border-radius:12px;width:38px;height:38px;font-size:24px}.selected-list{gap:10px;margin-bottom:18px;display:grid}.selected-row{background:#f8fafc;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.selected-row span{color:var(--muted);font-size:12px;display:block}.order-summary-box{color:#1d4ed8;background:#eff6ff;border-radius:18px;justify-content:space-between;margin:18px 0;padding:16px;display:flex}.wide{width:100%;margin-top:10px}.tab-row{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.tab-row button{border:1px solid var(--line);color:#475569;background:#f8fafc;border-radius:999px;padding:10px 13px;font-weight:800}.tab-row button.active{color:#1d4ed8;background:#dbeafe}.favorite-grid,.report-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.favorite-card,.report-card{padding:20px}.fav-icon{background:#fef3c7;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.favorite-card div span{color:var(--muted);display:block}.report-card{border:1px solid var(--line);background:#f8fafc;border-radius:22px}.report-card span{font-size:30px}.report-card strong{margin-top:12px;display:block}.profile-panel{grid-template-columns:280px 1fr;align-items:start;gap:26px;display:grid}.profile-form{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.profile-form label{color:#334155;font-weight:800}.profile-form input{margin-top:8px}.profile-form .primary{align-self:end}@media (width<=1050px){.login-page,.welcome-card,.profile-panel{grid-template-columns:1fr}.sidebar{width:230px}.inventory-grid,.favorite-grid,.report-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.status-row{grid-template-columns:repeat(3,1fr)}.topbar{flex-direction:column;align-items:flex-start}}@media (width<=760px){.app-shell{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.sidebar nav{grid-template-columns:repeat(2,1fr);display:grid}.login-page{padding:14px}.login-hero h1{font-size:38px}.main-content{padding:16px}.inventory-grid,.favorite-grid,.report-grid,.stats-grid,.filter-card,.filter-card.inline,.profile-form{grid-template-columns:1fr}.status-row{grid-template-columns:repeat(2,1fr)}.search-pill{width:100%;min-width:0}.top-actions{flex-direction:column;align-items:stretch;width:100%}.order-drawer{width:100%}}:root{--primary:#0f766e;--primary-2:#14b8a6;--gold:#c99a2e;--bg:#f6f7f3;--soft:#ecfdf5}body{background:radial-gradient(circle at 100% 0,#e0f2fe 0,#f6f7f3 34%,#f8fafc 100%)}textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:88px;font:inherit;color:var(--dark);border-radius:14px;padding:13px 14px}.primary{background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 10px 26px #0f766e3d}.ghost{color:#0f766e;border-color:#99f6e4}.login-page{background:linear-gradient(135deg,#052e2b,#0f766e 54%,#c99a2e)}.login-hero{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card{border:1px solid #0f766e1f}.region-chip{white-space:nowrap;color:#9a6b15;letter-spacing:.06em;text-transform:uppercase;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:900}.topbar-title .eyebrow{color:#9a6b15}.success-toast{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:18px;margin:-8px 0 18px;padding:14px 16px;font-weight:800;box-shadow:0 12px 24px #16653414}.inline-alert{color:#155e75;background:#ecfeff;border:1px solid #a5f3fc;border-radius:16px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:700}.inline-alert.error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.inventory-hero{background:linear-gradient(135deg,#fff,#ecfdf5);border-color:#ccfbf1}.selection-strip{color:#fff;background:#0f766e;border-radius:22px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex;box-shadow:0 18px 40px #0f766e38}.selection-strip span{color:#d1fae5}.primary.small{color:#0f766e;box-shadow:none;background:#fff;padding:9px 14px}.sku-card{border-width:1px;transition:all .18s;position:relative}.sku-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0f172a14}.sku-card.selected{background:linear-gradient(#fff,#ecfdf5);border:2px solid #0f766e;box-shadow:0 20px 46px #0f766e2e}.sku-card.selected .sku-img{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6)}.selected-ribbon{color:#fff;background:#0f766e;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;position:absolute;top:14px;left:14px}.danger-lite{color:#b91c1c!important;background:#fef2f2!important;border-color:#fecaca!important}.drawer-overlay{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.order-drawer{border-left:1px solid #ffffff40;width:min(560px,100%)}.drawer-section{margin:16px 0}.drawer-section small{color:var(--muted);margin-top:8px;display:block}.form-grid{gap:14px;display:grid}.form-grid.two{grid-template-columns:repeat(2,1fr)}.form-grid label{color:#334155;font-weight:800}.form-grid input,.form-grid textarea,.form-grid select{margin-top:8px}.span-2{grid-column:span 2}.cod-card{background:#fffbeb;border:1px solid #fde68a;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;margin:16px 0;padding:16px;display:flex}.cod-card p{margin:4px 0 0}.switch input{display:none}.switch span{background:#cbd5e1;border-radius:999px;width:52px;height:30px;transition:all .2s;display:block;position:relative}.switch span:before{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 3px 8px #0f172a2e}.switch input:checked+span{background:#0f766e}.switch input:checked+span:before{transform:translate(22px)}.count-chip{color:#0f766e;background:#ecfdf5;border:1px solid #99f6e4;border-radius:999px;padding:9px 12px;font-weight:900}.empty-row{text-align:center;color:var(--muted);padding:30px!important}.badge.pending{color:#92400e;background:#fef3c7}.badge.in-fulfilment{color:#075985;background:#e0f2fe}.badge.ready-for-dispatch{color:#5b21b6;background:#ede9fe}.badge.out-for-delivery{color:#1d4ed8;background:#dbeafe}.badge.delivered{color:#166534;background:#dcfce7}.badge.failed{color:#991b1b;background:#fee2e2}.profile-brand-card{background:linear-gradient(135deg,#ecfdf5,#fff);border:1px solid #ccfbf1;border-radius:22px;padding:18px}.profile-brand-card p{margin-bottom:0}@media (width<=760px){.form-grid.two{grid-template-columns:1fr}.span-2{grid-column:span 1}.selection-strip{flex-direction:column;align-items:flex-start}.region-chip{align-self:flex-start}.hero-strip{flex-direction:column;align-items:flex-start}}.sku-card{cursor:default}.sku-card:hover{transform:none}.qty-row button{cursor:pointer}.address-suggest{margin:14px 0}.address-suggest>.form-label:empty{display:none}.compact-grid{margin-bottom:12px}.mini-label{color:#334155;margin-top:10px;font-weight:800;display:block}.mini-label input{margin-top:8px}.suggest-wrap{position:relative}.suggest-list{border:1px solid var(--line);z-index:55;background:#fff;border-radius:18px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 20px 48px #0f172a29}.suggest-list button{text-align:left;color:#0f172a;background:#fff;border-bottom:1px solid #f1f5f9;width:100%;padding:13px 14px}.suggest-list button:hover{background:#f8fafc}.suggest-list button strong,.suggest-list button span{display:block}.suggest-list button span{color:var(--muted);margin-top:3px;font-size:12px}.dropoff-head-row{border:1px solid var(--line);background:#f8fafc;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.dropoff-head-row p{margin:4px 0 0;font-size:13px}.ghost.compact{white-space:nowrap;padding:10px 12px}.map-link{color:#0f766e;background:0 0;margin:4px 0 12px;padding:4px 0 0;font-weight:900;text-decoration:underline}.modal-layer{z-index:80;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a75;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #fff6;border-radius:28px;width:min(760px,100%);max-height:86vh;padding:22px;overflow:auto;box-shadow:0 34px 90px #0f172a52}.modal-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.modal-head h3{margin:5px 0 0;font-size:24px}.modal-head button{background:#f1f5f9;border-radius:14px;width:38px;height:38px;font-size:24px}.favorite-select-list{gap:12px;display:grid}.favorite-select-list button{text-align:left;border:1px solid var(--line);color:#0f172a;background:#f8fafc;border-radius:20px;padding:16px}.favorite-select-list button:hover{background:#ecfdf5;border-color:#0f766e}.favorite-select-list strong,.favorite-select-list span,.favorite-select-list small{display:block}.favorite-select-list span{color:#475569;margin-top:4px}.favorite-select-list small{color:var(--muted);margin-top:4px}.mock-map{background:linear-gradient(135deg,#e0f2fe,#ecfdf5);border:1px solid #ccfbf1;border-radius:26px;height:360px;position:relative;overflow:hidden}.map-grid-bg{opacity:.5;background-image:linear-gradient(#0f766e1f 1px,#0000 1px),linear-gradient(90deg,#0f766e1f 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.map-route-line{z-index:2;background:linear-gradient(90deg,#0f766e,#2563eb);border-radius:999px;width:56%;height:5px;position:absolute;top:48%;left:22%;transform:rotate(-18deg);box-shadow:0 10px 28px #0f766e38}.map-pin{z-index:3;color:#0f172a;flex-direction:column;align-items:center;gap:5px;font-weight:900;display:flex;position:absolute}.map-pin b{color:#fff;border-radius:50% 50% 50% 8px;place-items:center;width:42px;height:42px;display:grid;transform:rotate(-45deg);box-shadow:0 12px 28px #0f172a3d}.map-pin b:first-letter{transform:rotate(45deg)}.map-pin span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 9px;font-size:12px}.pickup-pin{top:44%;left:18%}.dropoff-pin{top:27%;right:16%}.pickup-pin b{background:#0f766e}.dropoff-pin b{background:#2563eb}.map-address-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.map-address-grid div{border:1px solid var(--line);background:#f8fafc;border-radius:18px;padding:14px}.map-address-grid strong,.map-address-grid span{display:block}.map-address-grid span{color:var(--muted);margin-top:4px}.map-note{margin-bottom:0;font-size:13px}@media (width<=760px){.dropoff-head-row{flex-direction:column;align-items:stretch}.ghost.compact{width:100%}.map-address-grid{grid-template-columns:1fr}.mock-map{height:300px}}.address-block{margin:14px 0}.google-input-wrap{position:relative}.google-input-wrap input{padding-right:170px}.google-state{pointer-events:none;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.google-state.ready{color:#166534;background:#dcfce7;border:1px solid #86efac}.google-state.manual{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.inline-hint{border:1px solid var(--line);color:#475569;background:#f8fafc;border-radius:14px;margin-top:8px;padding:10px 12px;font-size:12px;line-height:1.45}.inline-hint.warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.compact-alert{margin-top:8px}.google-map-frame{background:#f8fafc;border:0;border-radius:24px;width:100%;height:430px}.map-fallback-card{text-align:center;background:linear-gradient(135deg,#eff6ff,#ecfdf5);border:1px solid #bfdbfe;border-radius:24px;place-items:center;min-height:300px;padding:30px;display:grid}.map-fallback-card h4{margin:0;font-size:24px}.map-fallback-card p{max-width:520px;margin:8px auto 16px}.map-fallback-card a,.external-map-link{color:#0f766e;justify-content:center;align-items:center;margin-top:12px;font-weight:900;text-decoration:underline;display:inline-flex}.pac-container{border:1px solid #e2e8f0;border-radius:16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;box-shadow:0 18px 40px #0f172a2e;z-index:999999!important}@media (width<=760px){.google-input-wrap input{padding-bottom:40px;padding-right:14px}.google-state{inset:auto auto 8px 10px;transform:none}.google-map-frame{height:330px}}.service-type-card{background:linear-gradient(135deg,#f8fafc,#eef6ff);border:1px solid #dbeafe;border-radius:22px;margin:18px 0;padding:18px;box-shadow:0 12px 34px #0f172a12}.service-type-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.service-type-head h3{margin:4px 0;font-size:18px}.service-type-head p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.required-pill{white-space:nowrap;color:#075985;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.service-options{gap:12px;display:grid}.service-option{cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:18px;align-items:flex-start;gap:12px;padding:14px;transition:all .18s;display:flex}.service-option:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14}.service-option.active{background:#eff6ff;border-color:#2563eb;box-shadow:0 12px 26px #2563eb24}.service-option input{accent-color:#2563eb;flex:none;width:18px;height:18px;margin-top:2px}.service-option strong{color:#0f172a;margin-bottom:4px;display:block}.service-option span{color:var(--muted);font-size:13px;line-height:1.45;display:block}.service-rule-note{color:#334155;background:#fff;border:1px dashed #bfdbfe;border-radius:14px;margin-top:12px;padding:10px 12px;font-size:13px}@media (width<=760px){.service-type-head{flex-direction:column}.required-pill{align-self:flex-start}}.hero-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ghost.strong{color:#0f766e;background:#f0fdfacc;border-color:#0f766e59;font-weight:800}.service-option.parcel-active{background:linear-gradient(135deg,#eff6fff2,#fffffff2);border-color:#2563eb73}.parcel-detail-card{background:linear-gradient(135deg,#eff6ffcc,#fffffffa);border:1px solid #2563eb2e;border-radius:22px;gap:14px;padding:18px;display:grid;box-shadow:0 18px 40px #0f172a0f}.parcel-detail-card h3{margin:3px 0 4px}.parcel-detail-card p{color:#64748b;margin:0}.required-text{color:#dc2626;font-weight:900}.inline-hint.success{color:#047857;background:#ecfdf5f2;border-color:#10b98140}@media (width<=760px){.hero-actions{justify-content:stretch;width:100%}.hero-actions button{flex:100%}}.order-start-panel{background:linear-gradient(135deg,#fff 0%,#f8fafc 62%,#eefcf8 100%);border:1px solid #e2e8f0;border-radius:28px;padding:18px;box-shadow:0 18px 60px #0f172a14}.order-start-tabs,.order-tabs{background:#f1f5f9;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;padding:8px;display:grid}.order-start-tabs button,.order-tabs button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:16px;padding:13px 16px;font-weight:800}.order-start-tabs button.active,.order-tabs button.active{color:#0f766e;background:#fff;box-shadow:0 10px 28px #0f172a1a}.order-start-body{background:#ffffffb8;border:1px solid #e2e8f0;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.order-start-body h3{margin:0 0 6px}.order-start-body p{color:#64748b;margin:0 0 8px}.order-start-body.parcel-only{background:linear-gradient(135deg,#eff6fff5,#ffffffe6)}.muted-line{color:#0f766e;font-size:13px;font-weight:750;display:block}.order-drawer-wide{width:min(980px,100vw - 28px);max-width:980px}.three-options{grid-template-columns:repeat(3,minmax(0,1fr))}.parcel-mode-banner{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;gap:6px;padding:16px;display:grid}.selected-list-head{color:#334155;justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.parcel-order-summary{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.parcel-order-summary h3{margin:4px 0 0}.parcel-order-summary p{color:#1d4ed8;margin:0}.parcel-order-row{background:#f8fbff}.mobile-order-list{display:none}.mobile-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:16px;box-shadow:0 10px 32px #0f172a0f}.mobile-order-card>div:first-child,.mobile-order-meta{justify-content:space-between;gap:10px;display:flex}.mobile-order-card p{color:#334155;margin:10px 0}.mobile-order-meta{color:#64748b;margin-bottom:10px;font-size:12px}@media (width<=860px){.order-start-body,.parcel-order-summary{flex-direction:column;align-items:stretch}.three-options,.order-tabs,.order-start-tabs{grid-template-columns:1fr}.orders-table-wrap{display:none}.mobile-order-list{gap:12px;display:grid}}
