:root{--bg:#f6f8f7;--surface:#fff;--surface2:#f0f4f2;--text:#17201b;--muted:#6b766f;--line:#dfe7e2;--primary:#0aa84f;--primary2:#087d3c;--danger:#d94343;--warning:#e99a19;--shadow:0 10px 30px rgba(18,35,25,.07);--radius:14px}html[data-theme=dark]{--bg:#07100d;--surface:#0d1814;--surface2:#11211a;--text:#edf7f0;--muted:#9aaba1;--line:#21352b;--shadow:0 15px 40px rgba(0,0,0,.28)}*{box-sizing:border-box}body{margin:0;font:14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{max-width:1200px;margin:auto;padding:0 22px}.container-wide{max-width:1400px;margin:auto;padding:26px 28px}.topbar{height:72px;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center}.brand-mark{width:34px;height:34px;border-radius:9px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900}.brand strong{display:block;letter-spacing:-.4px}.brand small{display:block;color:var(--muted);font-size:10px}.public-nav,.nav-actions{display:flex;align-items:center;gap:20px}.public-nav a:not(.btn){color:var(--muted);font-size:12px}.btn{border:0;border-radius:9px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:700}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary2)}.btn-ghost{background:var(--surface);border:1px solid var(--line)}.btn-sm{padding:7px 11px;font-size:12px}.btn-block{width:100%}.icon-btn{border:0;background:transparent;color:var(--text);cursor:pointer;position:relative}.icon-btn em{position:absolute;top:-8px;right:-8px;background:var(--danger);color:#fff;border-radius:20px;font-size:9px;padding:2px 5px;font-style:normal}.avatar{width:30px;height:30px;border-radius:50%;background:var(--surface2);display:grid;place-items:center;font-weight:800}.app-shell{display:flex;min-height:calc(100vh - 72px)}.sidebar{width:230px;background:var(--surface);border-right:1px solid var(--line);padding:24px 14px;display:flex;flex-direction:column;position:sticky;top:72px;height:calc(100vh - 72px)}.side-label{font-size:10px;color:var(--muted);padding:0 12px 10px;letter-spacing:1px}.side-link{display:flex;gap:11px;align-items:center;padding:11px 12px;border-radius:9px;color:var(--muted);margin:2px 0}.side-link span{width:18px;text-align:center}.side-link:hover,.side-link.active{background:rgba(10,168,79,.1);color:var(--primary);font-weight:700}.side-spacer{flex:1}.main-content{flex:1;min-width:0}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.page-head h1{margin:0;font-size:22px;letter-spacing:-.6px}.page-head p{margin:4px 0 0;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat,.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat{padding:18px}.stat small{color:var(--muted)}.stat strong{display:block;font-size:24px;margin-top:6px}.grid-2{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.card{padding:20px}.card h2,.card h3{margin:0 0 14px;font-size:15px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.table th{font-size:11px;color:var(--muted);font-weight:700}.table td{font-size:12px}.status{display:inline-flex;padding:4px 8px;border-radius:20px;font-size:10px;font-weight:800;background:var(--surface2)}.status.delivered,.status.paid{color:#0a8d46}.status.cancelled,.status.failed{color:var(--danger)}.status.pending,.status.booked{color:var(--warning)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .full{grid-column:1/-1}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea,.search{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:9px;padding:11px 12px;outline:none}.form-grid textarea{min-height:100px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--primary)}.muted{color:var(--muted)}.toast{position:fixed;right:22px;top:86px;z-index:100;padding:12px 16px;border-radius:10px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.toast.success{border-left:4px solid var(--primary)}.toast.error{border-left:4px solid var(--danger)}.toast.hide{opacity:0;transform:translateY(-8px);transition:.3s}.hero{padding:70px 0 55px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.eyebrow{display:inline-flex;padding:6px 10px;border-radius:30px;background:rgba(10,168,79,.1);color:var(--primary);font-weight:800;font-size:11px}.hero h1{font-size:58px;line-height:1.02;letter-spacing:-3px;margin:16px 0}.hero p{font-size:16px;color:var(--muted);max-width:560px}.hero-actions{display:flex;gap:10px;margin:24px 0}.hero-visual{min-height:360px;border-radius:28px;background:linear-gradient(145deg,var(--surface),var(--surface2));border:1px solid var(--line);position:relative;overflow:hidden;display:grid;place-items:center}.truck{font-size:130px;filter:drop-shadow(0 20px 25px rgba(0,0,0,.18))}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-20px;position:relative}.feature{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:14px}.feature b{display:block;margin:8px 0 4px}.feature p{font-size:11px;color:var(--muted);margin:0}.section{padding:70px 0}.section-head{text-align:center;margin-bottom:28px}.section-head h2{font-size:32px;margin:0}.section-head p{color:var(--muted)}.footer{padding:28px 0;color:var(--muted);font-size:11px}.footer .container{display:flex;justify-content:space-between}.timeline{display:flex;justify-content:space-between;gap:5px;margin:20px 0}.timeline-step{text-align:center;flex:1;color:var(--muted);font-size:10px}.timeline-step .dot{width:28px;height:28px;border-radius:50%;background:var(--surface2);display:grid;place-items:center;margin:0 auto 7px}.timeline-step.active{color:var(--primary);font-weight:800}.timeline-step.active .dot{background:var(--primary);color:#fff}.install-card{width:min(680px,calc(100% - 30px));margin:50px auto;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:32px}.installer{min-height:100vh;display:grid;place-items:start center}.installer .brand{margin-bottom:30px}.install-progress{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px}.install-progress span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--surface2);color:var(--muted);font-weight:800}.install-progress span.active{background:var(--primary);color:#fff}.install-progress i{width:55px;height:2px;background:var(--line)}.install-card h1{font-size:25px;margin:0 0 7px}.check-list{border:1px solid var(--line);border-radius:12px;margin:22px 0;overflow:hidden}.check-list div{padding:12px;border-bottom:1px solid var(--line);display:flex;gap:10px;align-items:center}.check-list div:last-child{border:0}.check-list span{color:var(--primary);font-weight:900}.check-list b{margin-left:auto;font-size:11px}.alert{padding:12px;border-radius:10px;margin:15px 0}.alert.error{background:rgba(217,67,67,.1);color:var(--danger)}.install-tip{padding:12px;background:var(--surface2);border-radius:9px;color:var(--muted);font-size:12px}.success-box{text-align:center;padding:30px 0}.success-icon{width:58px;height:58px;border-radius:50%;background:rgba(10,168,79,.12);color:var(--primary);display:grid;place-items:center;font-size:28px;margin:0 auto 15px}.mobile-menu{display:none;border:0;background:transparent;font-size:22px}.empty{padding:35px;text-align:center;color:var(--muted)}.two-col-form{max-width:900px}.metric-row{display:flex;gap:14px;flex-wrap:wrap}.metric-row .card{flex:1;min-width:180px}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.login-wrap{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:30px}.auth-card{width:min(450px,100%);padding:30px}.auth-card h1{margin-top:0}.auth-card .form-grid{grid-template-columns:1fr}.auth-card .form-grid .full{grid-column:auto}.hero-map{position:absolute;inset:auto 0 0;height:90px;background:repeating-linear-gradient(145deg,transparent 0 20px,rgba(10,168,79,.12) 21px 22px)}
@media(max-width:1050px){.stats{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.features{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:48px}.sidebar{width:210px}}
@media(max-width:760px){.topbar{height:62px}.public-nav a:not(.btn){display:none}.mobile-menu{display:block}.nav-actions{gap:10px}.nav-actions .btn-ghost{display:none}.sidebar{display:none;position:fixed;left:0;top:62px;bottom:0;height:auto;width:270px;z-index:50;box-shadow:var(--shadow)}.sidebar.open{display:flex}.app-shell{min-height:calc(100vh - 62px)}.container-wide{padding:20px 15px}.stats{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.page-head{flex-direction:column}.hero{padding:45px 0}.hero h1{font-size:42px}.features{grid-template-columns:1fr}.footer .container{flex-direction:column;gap:8px}.install-card{padding:22px}.install-progress i{width:30px}}
@media(max-width:430px){.stats{grid-template-columns:1fr}.brand small{display:none}.hero h1{font-size:36px}.hero-actions{flex-direction:column}.hero-visual{min-height:250px}.truck{font-size:95px}}

/* v1.3 theme fix: storefront theme variables are scoped to the actual public homepage wrapper. */
.public-home-page.theme-ocean{--site-primary:#0866c6;--site-accent:#064b92;--site-soft:#eaf3ff;--site-dark:#061425}
.public-home-page.theme-gold{--site-primary:#e4a600;--site-accent:#b97900;--site-soft:#fff7df;--site-dark:#251c08}
.public-home-page.theme-crimson{--site-primary:#d92736;--site-accent:#a71927;--site-soft:#fff0f1;--site-dark:#22070a}
.public-home-page.theme-midnight{--site-primary:#4dd6c7;--site-accent:#1fb4a5;--site-soft:#e8fffc;--site-dark:#061012}
.public-home-page.theme-teal{--site-primary:#009b9a;--site-accent:#007270;--site-soft:#e8fbfb;--site-dark:#061b1b}
.public-home-page.theme-orange{--site-primary:#f47b20;--site-accent:#c45708;--site-soft:#fff3e8;--site-dark:#211006}
.public-home-page.theme-minimal{--site-primary:#111827;--site-accent:#374151;--site-soft:#f3f4f6;--site-dark:#111827}
.public-home-page{--site-primary:#0aa84f;--site-accent:#087d3c;--site-soft:#eaf8f0;--site-dark:#07100d}

/* Theme Studio + storefront themes */
.storefront{--site-primary:#0aa84f;--site-accent:#087d3c;--site-soft:#eaf8f0;--site-dark:#07100d}.storefront.theme-ocean{--site-primary:#0866c6;--site-accent:#064b92;--site-soft:#eaf3ff;--site-dark:#061425}.storefront.theme-gold{--site-primary:#e4a600;--site-accent:#b97900;--site-soft:#fff7df;--site-dark:#251c08}.storefront.theme-crimson{--site-primary:#d92736;--site-accent:#a71927;--site-soft:#fff0f1;--site-dark:#22070a}.storefront.theme-midnight{--site-primary:#4dd6c7;--site-accent:#1fb4a5;--site-soft:#e8fffc;--site-dark:#061012}.storefront.theme-teal{--site-primary:#009b9a;--site-accent:#007270;--site-soft:#e8fbfb;--site-dark:#061b1b}.storefront.theme-orange{--site-primary:#f47b20;--site-accent:#c45708;--site-soft:#fff3e8;--site-dark:#211006}.storefront.theme-minimal{--site-primary:#111827;--site-accent:#374151;--site-soft:#f3f4f6;--site-dark:#111827}
.site-hero{padding:76px 0 45px;background:linear-gradient(180deg,var(--site-soft),transparent)}.site-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:56px;align-items:center}.site-copy h1{font-size:64px;line-height:.98;letter-spacing:-3.5px;margin:18px 0}.site-copy>p{max-width:600px;font-size:17px;color:var(--muted)}.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:11px;margin-top:25px}.trust-row span:first-child{color:var(--site-primary);font-weight:800}.site-hero-art{min-height:455px;border-radius:32px;background:radial-gradient(circle at 70% 20%,var(--site-soft),transparent 38%),linear-gradient(145deg,var(--surface),var(--surface2));border:1px solid var(--line);position:relative;overflow:hidden}.site-hero-art.with-image{background-size:cover;background-position:center}.art-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.12));pointer-events:none}.route-line{position:absolute;inset:20% -10% 12%;border:3px dashed var(--site-primary);border-left:0;border-bottom:0;border-radius:50%;transform:rotate(-9deg);opacity:.55}.parcel-icon{position:absolute;right:24%;top:30%;width:100px;height:100px;border-radius:28px;background:var(--site-primary);color:#fff;display:grid;place-items:center;font-size:52px;box-shadow:0 24px 45px rgba(0,0,0,.18);transform:rotate(-7deg)}.delivery-card{position:absolute;left:9%;bottom:9%;padding:17px 20px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:15px;box-shadow:var(--shadow);min-width:185px}.delivery-card small{display:block;color:var(--muted);font-size:9px}.delivery-card strong{display:block;font-size:18px;margin:3px 0}.delivery-card span{font-size:11px;color:var(--site-primary);font-weight:800}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:-15px;position:relative}.feature-strip .feature{padding:21px;background:var(--surface);border-top:3px solid var(--site-primary)}.feature-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--site-soft);color:var(--site-primary);font-weight:900}.feature h3{margin:12px 0 5px;font-size:14px}.feature p{margin:0;color:var(--muted);font-size:11px}.site-services{background:var(--surface)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.service-image{height:220px;background-size:cover;background-position:center}.service-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,var(--site-soft),var(--surface2));color:var(--site-primary);font-size:50px}.service-body{padding:22px}.service-number{font-size:10px;color:var(--site-primary);font-weight:900;letter-spacing:1px}.service-body h3{font-size:21px;margin:7px 0}.service-body p{color:var(--muted);font-size:12px;min-height:54px}.service-body a{color:var(--site-primary);font-size:11px;font-weight:900}.operations{background:var(--site-dark);color:#fff}.operations .muted,.operations p{color:rgba(255,255,255,.68)}.operations-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.operations h2{font-size:42px;line-height:1.05;letter-spacing:-2px}.ops-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.ops-list div{border-top:1px solid rgba(255,255,255,.2);padding-top:12px}.ops-list b{color:var(--site-primary);display:block;font-size:11px}.ops-list span{font-size:12px}.ops-panel{padding:25px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);border-radius:22px}.ops-top{display:flex;justify-content:space-between;margin-bottom:22px}.ops-top span{color:rgba(255,255,255,.5);font-size:11px}.ops-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ops-metrics div{padding:12px;border-radius:12px;background:rgba(255,255,255,.06)}.ops-metrics small{display:block;color:rgba(255,255,255,.5);font-size:9px}.ops-metrics strong{font-size:20px}.mini-tracking{height:90px;margin:20px 0;position:relative;background:repeating-linear-gradient(145deg,transparent 0 17px,rgba(255,255,255,.08) 18px 19px);border-radius:15px;overflow:hidden}.mini-tracking i{position:absolute;left:12%;right:15%;top:50%;border-top:2px dashed var(--site-primary);transform:rotate(-7deg)}.mini-tracking span{position:absolute;top:43%;width:13px;height:13px;border-radius:50%;background:var(--site-primary);z-index:2}.mini-tracking span:nth-child(1){left:10%}.mini-tracking span:nth-child(2){left:49%}.mini-tracking span:nth-child(3){right:12%}.ops-panel p{font-size:11px}.site-cta{padding:52px 0;background:var(--site-soft)}.site-cta .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.site-cta h2{font-size:34px;margin:9px 0}.site-cta p{color:var(--muted);max-width:720px;margin:0}.studio-section{margin-bottom:30px}.studio-heading{margin-bottom:18px}.studio-heading h2{margin:7px 0 3px;font-size:20px}.studio-heading p{margin:0;color:var(--muted);font-size:12px}.theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.theme-option{cursor:pointer}.theme-option input{position:absolute;opacity:0;pointer-events:none}.theme-mini{height:145px;border:1px solid var(--line);border-radius:15px;padding:12px;overflow:hidden;background:var(--surface);position:relative}.theme-option.selected .theme-mini{border:2px solid var(--site-primary);box-shadow:0 0 0 4px var(--site-soft)}.mini-top{display:flex;justify-content:space-between;font-size:8px}.mini-top span{width:25px;height:7px;border-radius:10px;background:var(--site-primary)}.mini-hero{margin-top:14px;padding:12px;border-radius:10px;background:var(--site-soft);height:70px}.mini-hero i{display:block;width:35%;height:5px;background:var(--site-primary);border-radius:5px;margin-bottom:7px}.mini-hero strong{display:block;width:70%;height:9px;background:var(--text);border-radius:5px;margin-bottom:6px}.mini-hero em{display:block;width:42%;height:5px;background:var(--muted);opacity:.5;border-radius:5px}.mini-cards{display:flex;gap:5px;margin-top:7px}.mini-cards span{height:30px;flex:1;background:var(--surface2);border-radius:6px}.theme-meta{padding:10px 3px}.theme-meta strong{display:block;font-size:12px}.theme-meta small{display:block;color:var(--muted);font-size:10px;margin-top:3px;line-height:1.4}.image-editor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.image-editor{padding:12px}.image-preview{height:150px;border-radius:12px;background:linear-gradient(135deg,var(--surface2),var(--site-soft));background-size:cover;background-position:center;display:grid;place-items:center;color:var(--muted);font-size:11px;margin-bottom:11px}.image-preview.has-image span{background:rgba(0,0,0,.58);color:#fff;padding:5px 8px;border-radius:20px}.image-editor strong{display:block;font-size:12px;margin-bottom:8px}.image-editor input[type=file]{width:100%;font-size:10px}.studio-form{box-shadow:none}.studio-save{position:sticky;bottom:14px;display:flex;justify-content:flex-end;padding:12px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px);z-index:5}
@media(max-width:1050px){.site-hero-grid,.operations-grid{grid-template-columns:1fr}.site-copy h1{font-size:54px}.feature-strip{grid-template-columns:repeat(2,1fr)}.theme-grid{grid-template-columns:repeat(2,1fr)}.image-editor-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-hero{padding:45px 0 30px}.site-copy h1{font-size:43px}.site-hero-art{min-height:310px}.service-grid{grid-template-columns:1fr}.ops-list{grid-template-columns:1fr}.site-cta .container{flex-direction:column;align-items:flex-start}.theme-grid,.image-editor-grid{grid-template-columns:1fr}.studio-save{position:static}.site-cta h2{font-size:28px}}

/* Global brand theme tokens */

/* v1.2 public storefront and visual polish */
:root{--ink:#132019;--ink-soft:#4d5d54;--white:#fff;--edge:#dde7e1}
body{background:var(--bg)}
.topbar-public{position:relative;height:78px;box-shadow:0 1px 0 rgba(20,38,28,.04)}
.topbar-public .brand-mark{width:38px;height:38px;border-radius:11px}
.topbar-public .public-nav{gap:26px}
.topbar-public .public-nav>a:not(.btn),.topbar-public .public-theme-toggle{font-size:13px;color:var(--muted)}
.topbar-public .public-nav>a:not(.btn):hover{color:var(--primary)}
.public-mobile-toggle{display:none}
.topbar-app .nav-wrap{max-width:100%}
.topbar-app .mobile-menu{display:none}
.btn-lg{padding:13px 18px;border-radius:12px;font-size:14px}
.public-home-page{overflow:hidden;background:var(--surface)}
.marketing-hero{padding:74px 0 62px;background:linear-gradient(180deg,var(--site-soft) 0%,rgba(255,255,255,.4) 72%,var(--surface) 100%)}
.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.94fr);gap:58px;align-items:center}
.hero-copy{padding-left:6px}
.hero-copy h1{font-size:70px;line-height:.96;letter-spacing:-4.7px;max-width:680px;margin:17px 0 21px;color:var(--text)}
.hero-lead{max-width:650px;font-size:17px;line-height:1.75;color:var(--muted);margin:0}
.hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:23px;color:var(--muted);font-size:11px}
.hero-trust span:first-child{font-weight:800;color:var(--site-primary)}
.hero-scene{min-height:500px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,#f9fcfa,#e8f3ed);box-shadow:0 24px 70px rgba(31,59,43,.1)}
html[data-theme=dark] .hero-scene{background:linear-gradient(145deg,#102219,#091510)}
.hero-scene.has-photo{background-size:cover;background-position:center}
.scene-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(8,90,45,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(8,90,45,.07) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 88%)}
.scene-road{position:absolute;width:120%;height:250px;right:-15%;bottom:-40px;background:linear-gradient(150deg,transparent 0 42%,rgba(255,255,255,.95) 43% 50%,transparent 51% 100%);transform:rotate(-12deg)}
.scene-building{position:absolute;bottom:110px;background:linear-gradient(180deg,#bcd5c6,#94bba2);border-radius:8px 8px 0 0;opacity:.8}.scene-building:after{content:"";position:absolute;inset:12px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.5) 0 9px,transparent 9px 19px),repeating-linear-gradient(180deg,rgba(255,255,255,.5) 0 9px,transparent 9px 19px)}.b1{width:75px;height:190px;left:58px}.b2{width:112px;height:235px;left:120px}.b3{width:88px;height:160px;left:236px}
.scene-pin{position:absolute;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--site-primary);background:rgba(255,255,255,.94);box-shadow:0 10px 24px rgba(0,0,0,.12);z-index:4}.pin-a{right:92px;top:108px}.pin-b{right:230px;top:238px}
.scene-truck{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%) rotate(-4deg);width:290px;height:120px;filter:drop-shadow(0 22px 22px rgba(24,43,31,.2));z-index:5}.truck-body{position:absolute;left:0;top:18px;width:210px;height:78px;border-radius:10px 7px 7px 10px;background:linear-gradient(180deg,#fff,#edf4ef);border:2px solid #bed2c6}.truck-cab{position:absolute;right:0;top:25px;width:83px;height:71px;background:linear-gradient(140deg,#dbe9e1,#b9d0c3);border-radius:8px 16px 10px 6px;border:2px solid #aac4b4}.truck-cab:before{content:"";position:absolute;left:10px;top:10px;width:47px;height:27px;border-radius:5px;background:#294038;opacity:.84}.truck-logo{position:absolute;left:27px;top:22px;width:52px;height:31px;border-radius:8px;background:var(--site-primary);color:white;display:grid;place-items:center;font-size:12px;font-weight:900;letter-spacing:.5px}.truck-wheel{position:absolute;bottom:1px;width:29px;height:29px;border-radius:50%;background:#1c2822;border:6px solid #6c7d73}.w1{left:45px}.w2{right:20px}
.scene-status-card{position:absolute;right:20px;bottom:20px;width:250px;padding:17px 18px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 18px 36px rgba(26,46,36,.12);z-index:7}.scene-status-card span,.scene-status-card small{display:block;font-size:9px;color:#738178}.scene-status-card strong{display:block;margin:4px 0;font-size:18px;color:#17251d}.scene-status-card small{font-size:10px}.status-progress{height:6px;border-radius:30px;background:#e4eee8;margin-top:11px;overflow:hidden}.status-progress i{display:block;width:78%;height:100%;background:var(--site-primary);border-radius:inherit}
.scene-chip,.scene-photo-label{position:absolute;left:20px;top:20px;z-index:7;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);font-size:10px;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.08)}.scene-photo-label{top:auto;bottom:20px;color:#fff;background:rgba(0,0,0,.46);display:flex;flex-direction:column;gap:2px}.scene-photo-label span{font-size:8px;opacity:.75}.scene-photo-label strong{font-size:12px}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#1ecc6b;margin-right:6px}
.photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 36%,rgba(0,0,0,.38) 100%)}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:10;margin-top:-6px}
.capability-card{display:flex;gap:13px;align-items:flex-start;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 35px rgba(18,37,27,.06)}
.capability-card h3{font-size:13px;margin:1px 0 5px}.capability-card p{font-size:10.5px;line-height:1.55;margin:0;color:var(--muted)}
.capability-icon{width:37px;height:37px;flex:0 0 37px;border-radius:11px;background:var(--site-soft);position:relative;color:var(--site-primary)}
.capability-route:after{content:"↗";position:absolute;inset:0;display:grid;place-items:center;font-weight:900}.capability-card .capability-card{box-shadow:none}
.capability-card .capability-card{}
.capability-icon:before,.capability-icon:after{content:"";position:absolute}
.capability-card:nth-child(2) .capability-icon:after{inset:9px;border:2px solid currentColor;border-radius:4px}.capability-card:nth-child(2) .capability-icon:before{left:12px;right:12px;top:16px;height:2px;background:currentColor}
.capability-card:nth-child(3) .capability-icon:after{left:9px;top:12px;width:19px;height:12px;border:2px solid currentColor;border-radius:4px}.capability-card:nth-child(3) .capability-icon:before{left:12px;bottom:6px;width:6px;height:6px;border:2px solid currentColor;border-radius:50%;box-shadow:13px 0 0 -2px var(--site-soft),13px 0 0 0 currentColor}
.capability-card:nth-child(4) .capability-icon:after{inset:8px;border:2px solid currentColor;border-radius:50%}.capability-card:nth-child(4) .capability-icon:before{left:17px;top:7px;bottom:7px;width:2px;background:currentColor;box-shadow:0 0 0 0 currentColor}
.marketing-section{background:linear-gradient(180deg,var(--surface) 0,var(--bg) 100%)}
.section-heading{text-align:center;max-width:760px}.section-heading h2{font-size:38px;letter-spacing:-1.8px;margin:14px 0 10px}.section-heading p{color:var(--muted);max-width:690px;margin:0 auto}
.service-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-showcase-card{border:1px solid var(--line);background:var(--surface);border-radius:22px;overflow:hidden;box-shadow:0 14px 35px rgba(18,37,27,.06)}.service-visual{height:230px;position:relative;overflow:hidden}.service-visual.teal{background:linear-gradient(135deg,#d8f8ec,#8bd7b3)}.service-visual.amber{background:linear-gradient(135deg,#fff3cf,#f3c45c)}.service-visual.blue{background:linear-gradient(135deg,#dcecff,#9ac0ef)}.service-visual.photo{background-size:cover;background-position:center}.visual-map-lines{position:absolute;inset:0;background-image:linear-gradient(125deg,transparent 0 44%,rgba(255,255,255,.55) 45% 46%,transparent 47%),linear-gradient(12deg,transparent 0 58%,rgba(255,255,255,.4) 59% 60%,transparent 61%),radial-gradient(circle at 70% 25%,rgba(255,255,255,.62) 0 3px,transparent 4px)}.visual-icon{position:absolute;width:66px;height:66px;border-radius:20px;background:rgba(255,255,255,.88);color:#17251d;display:grid;place-items:center;font-size:30px;font-weight:900;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-4deg);box-shadow:0 18px 35px rgba(0,0,0,.12)}.service-showcase-body{padding:22px}.service-label{color:var(--site-primary);font-size:9px;font-weight:900;letter-spacing:1.5px}.service-showcase-body h3{font-size:21px;margin:8px 0}.service-showcase-body p{font-size:12px;line-height:1.7;color:var(--muted);min-height:58px}.service-showcase-body a{font-size:11px;color:var(--site-primary);font-weight:900}
.operations-section{background:var(--site-dark);color:#fff;padding:82px 0}.operations-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.operations-copy h2{font-size:48px;line-height:1;letter-spacing:-2.8px;margin:15px 0}.operations-copy>p{font-size:15px;line-height:1.8;color:rgba(255,255,255,.66);max-width:550px}.eyebrow-dark{background:rgba(255,255,255,.08);color:var(--site-primary)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:31px}.steps div{padding-top:12px;border-top:1px solid rgba(255,255,255,.17)}.steps b{display:block;color:var(--site-primary);font-size:10px}.steps span{font-size:11px}.operations-preview{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);border-radius:24px;padding:24px;box-shadow:0 25px 60px rgba(0,0,0,.18)}.preview-head,.preview-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:15px}.preview-head span:first-child,.preview-footer span{font-size:8px;color:rgba(255,255,255,.46);letter-spacing:1px}.preview-head strong{display:block;font-size:16px;margin-top:5px}.preview-pill{font-size:9px;color:#9df0c8;padding:5px 8px;border-radius:20px;background:rgba(77,214,199,.09)}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.preview-stats div{padding:13px;border-radius:14px;background:rgba(255,255,255,.05)}.preview-stats small{display:block;font-size:8px;color:rgba(255,255,255,.45)}.preview-stats strong{display:block;font-size:20px;margin-top:4px}.preview-stats em{font-style:normal;color:#7ceab1;font-size:8px}.route-preview{height:155px;border-radius:17px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:38px 38px}.route-line-main{position:absolute;left:13%;right:10%;top:62%;border-top:3px dashed var(--site-primary);transform:rotate(-11deg)}.route-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--site-primary);box-shadow:0 0 0 6px rgba(77,214,199,.08)}.d1{left:10%;top:64%}.d2{left:47%;top:57%}.d3{right:9%;top:37%}.route-package{position:absolute;left:47%;top:47%;width:34px;height:34px;border-radius:10px;background:#fff;color:#102018;display:grid;place-items:center;transform:rotate(-6deg);box-shadow:0 10px 20px rgba(0,0,0,.2)}.preview-footer{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.preview-footer strong{font-size:10px}
.tracking-banner{padding:46px 0;background:var(--site-soft)}.tracking-banner-inner{display:grid;grid-template-columns:1fr .8fr;gap:45px;align-items:center}.tracking-banner h2{font-size:34px;line-height:1.08;letter-spacing:-1.5px;margin:12px 0 8px}.tracking-banner p{color:var(--muted);margin:0;max-width:620px}.tracking-form label{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.tracking-form>div{display:flex;gap:9px}.tracking-form input{min-width:0;flex:1;border:1px solid var(--line);background:var(--surface);color:var(--text);padding:13px 14px;border-radius:12px;outline:none}.tracking-form input:focus{border-color:var(--site-primary)}
.site-cta{background:var(--surface);padding:64px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:35px;border:1px solid var(--line);background:linear-gradient(135deg,var(--site-soft),var(--surface));border-radius:25px;padding:38px 42px;box-shadow:0 18px 50px rgba(18,37,27,.07)}.site-cta h2{font-size:35px;line-height:1.05;letter-spacing:-1.7px;margin:11px 0 8px}.site-cta p{max-width:760px;color:var(--muted);margin:0}
html[data-theme=dark] .public-home-page{background:var(--bg)}html[data-theme=dark] .marketing-hero,html[data-theme=dark] .site-cta{background:linear-gradient(180deg,var(--bg),var(--surface))}html[data-theme=dark] .scene-status-card{background:rgba(12,24,19,.86)}html[data-theme=dark] .scene-status-card strong{color:#eff8f2}html[data-theme=dark] .capability-card,html[data-theme=dark] .service-showcase-card,html[data-theme=dark] .cta-inner{box-shadow:none}
@media(max-width:1100px){.hero-layout{grid-template-columns:1fr}.hero-scene{min-height:430px}.capability-grid,.service-showcase{grid-template-columns:repeat(2,1fr)}.operations-layout,.tracking-banner-inner{grid-template-columns:1fr}.hero-copy h1{font-size:59px}}
@media(max-width:760px){.topbar-public{height:auto;min-height:70px}.topbar-public .nav-wrap{position:relative}.topbar-public .public-mobile-toggle{display:block;margin-left:auto}.topbar-public .public-nav{display:none;position:absolute;left:0;right:0;top:70px;background:var(--surface);border-top:1px solid var(--line);box-shadow:0 15px 30px rgba(0,0,0,.08);padding:14px 18px;flex-direction:column;align-items:stretch;gap:8px;z-index:40}.topbar-public .public-nav.open{display:flex}.topbar-public .public-nav a:not(.btn),.topbar-public .public-theme-toggle{padding:10px}.hero-layout{gap:32px}.marketing-hero{padding:46px 0 35px}.hero-copy h1{font-size:46px;letter-spacing:-2.7px}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-trust{gap:10px;flex-direction:column}.hero-scene{min-height:330px;border-radius:22px}.scene-truck{transform:translate(-50%,-50%) rotate(-4deg) scale(.79)}.scene-status-card{right:12px;bottom:12px;width:220px}.scene-building{bottom:82px;transform:scale(.8);transform-origin:bottom}.capability-grid,.service-showcase{grid-template-columns:1fr}.capability-card{padding:17px}.section{padding:55px 0}.section-heading h2{font-size:29px}.service-visual{height:200px}.operations-section{padding:56px 0}.operations-copy h2{font-size:39px}.steps{grid-template-columns:1fr}.tracking-form>div{flex-direction:column}.tracking-banner h2{font-size:29px}.cta-inner{padding:27px 22px;flex-direction:column;align-items:flex-start}.site-cta h2{font-size:29px}}
@media(max-width:430px){.brand strong{font-size:13px}.brand-mark{width:34px;height:34px}.hero-copy h1{font-size:38px}.hero-scene{min-height:285px}.scene-truck{transform:translate(-50%,-50%) rotate(-4deg) scale(.64)}.scene-pin.pin-b{right:185px}.scene-status-card{width:200px}.capability-card h3{font-size:12px}.operations-preview{padding:17px}.preview-stats strong{font-size:17px}.tracking-banner{padding:38px 0}}

/* Application workspace polish */
.app-shell{background:var(--bg)}
.sidebar{width:248px;padding:18px 13px;background:var(--surface);box-shadow:8px 0 28px rgba(20,38,28,.025);z-index:20}
.side-label{padding:7px 13px 11px;font-size:9px;font-weight:800;letter-spacing:1.4px}.side-link{position:relative;padding:10px 12px;margin:3px 0;border-radius:10px;font-size:12px}.side-link span{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;background:var(--surface2);font-size:10px}.side-link:hover,.side-link.active{background:var(--site-soft);color:var(--primary)}.side-link.active:before{content:"";position:absolute;left:-13px;top:7px;bottom:7px;width:3px;border-radius:0 3px 3px 0;background:var(--primary)}.side-link.active span{background:rgba(10,168,79,.13);color:var(--primary)}
.topbar-app{box-shadow:0 1px 0 rgba(20,38,28,.04)}.main-content>.container-wide{max-width:1380px;padding:30px 34px}.page-head h1{font-size:25px}.page-head p{font-size:12px}.stat{min-height:112px;padding:19px}.stat small{font-size:10px}.stat strong{font-size:28px;letter-spacing:-1px}.card{box-shadow:0 9px 25px rgba(18,35,25,.045)}.table th{background:var(--surface2);font-size:10px}.table tr:last-child td{border-bottom:0}.form-grid input,.form-grid select,.form-grid textarea,.search{min-height:42px}.auth-card{box-shadow:0 20px 55px rgba(18,35,25,.08)}
html[data-theme=dark] .sidebar,html[data-theme=dark] .card,html[data-theme=dark] .stat{box-shadow:none}
@media(max-width:760px){.topbar-app .mobile-menu{display:block}.main-content>.container-wide{padding:22px 15px}.sidebar.open{box-shadow:18px 0 50px rgba(0,0,0,.18)}}
.pricing-section{background:var(--surface)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{border:1px solid var(--line);border-radius:20px;padding:25px;background:var(--surface);box-shadow:0 12px 30px rgba(18,35,25,.05)}.price-card span{display:block;font-size:9px;letter-spacing:1.4px;font-weight:900;color:var(--site-primary)}.price-card strong{display:block;font-size:29px;letter-spacing:-1px;margin:8px 0 4px}.price-card small{display:block;color:var(--muted);font-size:11px;min-height:34px}.price-card a{display:inline-block;margin-top:18px;color:var(--site-primary);font-size:11px;font-weight:900}.price-card.featured{border-color:var(--site-primary);box-shadow:0 16px 38px rgba(10,168,79,.1);transform:translateY(-5px)}
@media(max-width:760px){.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}}

/* Public storefront polish */
.public-home-page .hero-scene,.public-home-page .capability-card,.public-home-page .service-showcase-card,.public-home-page .price-card{transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
html[data-theme=dark] .public-home-page .scene-status-card{background:rgba(13,24,20,.92);border-color:rgba(255,255,255,.12)}
html[data-theme=dark] .public-home-page .scene-status-card strong{color:#edf7f0}
html[data-theme=dark] .public-home-page .scene-status-card span,html[data-theme=dark] .public-home-page .scene-status-card small{color:#9aaba1}
html[data-theme=dark] .public-home-page .hero-scene{border-color:var(--line)}

/* v1.4 white-label brand, reliable theme switching and PWA installation UI */
/* Canonical storefront theme mapping. The stored theme keys are usps/ups/roadie/ontrac/fedex/dhl. */
html[data-site-theme="usps"] .public-home-page{--site-primary:#005ea8;--site-accent:#003b6f;--site-soft:#eaf4fb;--site-dark:#061425}
html[data-site-theme="ups"] .public-home-page{--site-primary:#ffb500;--site-accent:#4b2417;--site-soft:#f6efeb;--site-dark:#23120d}
html[data-site-theme="roadie"] .public-home-page{--site-primary:#f7b500;--site-accent:#087f7d;--site-soft:#edf7f6;--site-dark:#102b2a}
html[data-site-theme="ontrac"] .public-home-page{--site-primary:#df2430;--site-accent:#b3131e;--site-soft:#fff1f2;--site-dark:#22070a}
html[data-site-theme="fedex"] .public-home-page{--site-primary:#ff6200;--site-accent:#4d148c;--site-soft:#f3eff9;--site-dark:#221039}
html[data-site-theme="dhl"] .public-home-page{--site-primary:#d40511;--site-accent:#a90009;--site-soft:#fff8d8;--site-dark:#211006}

html[data-site-theme="ocean"] .public-home-page{--site-primary:#0866c6;--site-accent:#064b92;--site-soft:#eaf3ff;--site-dark:#061425}
html[data-site-theme="gold"] .public-home-page{--site-primary:#e4a600;--site-accent:#b97900;--site-soft:#fff7df;--site-dark:#251c08}
html[data-site-theme="crimson"] .public-home-page{--site-primary:#d92736;--site-accent:#a71927;--site-soft:#fff0f1;--site-dark:#22070a}
html[data-site-theme="midnight"] .public-home-page{--site-primary:#4dd6c7;--site-accent:#1fb4a5;--site-soft:#e8fffc;--site-dark:#061012}
html[data-site-theme="teal"] .public-home-page{--site-primary:#009b9a;--site-accent:#007270;--site-soft:#e8fbfb;--site-dark:#061b1b}
html[data-site-theme="orange"] .public-home-page{--site-primary:#f47b20;--site-accent:#c45708;--site-soft:#fff3e8;--site-dark:#211006}
html[data-site-theme="minimal"] .public-home-page{--site-primary:#111827;--site-accent:#374151;--site-soft:#f3f4f6;--site-dark:#111827}
.public-home-page .btn-primary{background:var(--site-primary)}.public-home-page .btn-primary:hover{background:var(--site-accent)}.public-home-page .eyebrow{background:color-mix(in srgb,var(--site-primary) 12%,transparent);color:var(--site-primary)}
.brand-logo{overflow:hidden;background:var(--surface);border:1px solid var(--line);padding:3px}.brand-logo img{width:100%;height:100%;object-fit:contain;border-radius:7px}.settings-brand-card{margin-bottom:20px}.settings-brand-head h3{margin-bottom:4px}.settings-brand-head p{margin-top:0}.brand-upload{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px dashed var(--line);border-radius:12px;background:var(--surface2)}.upload-label{font-size:12px;font-weight:800}.brand-preview{height:70px;border-radius:10px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.brand-preview img{max-width:90%;max-height:62px;object-fit:contain}.brand-preview span,.favicon-preview span{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900}.favicon-preview{height:70px;border-radius:10px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.favicon-preview img{width:52px;height:52px;object-fit:contain;border-radius:10px}.brand-upload input[type=file]{font-size:11px}.install-app-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.install-app-card{padding:34px}.install-app-icon{width:72px;height:72px;border-radius:18px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:900;margin-bottom:22px;overflow:hidden}.install-app-icon img{width:100%;height:100%;object-fit:contain;background:#fff;padding:5px}.install-app-card h2{font-size:31px;line-height:1.08;letter-spacing:-1px;margin:14px 0 10px}.install-app-status{font-size:11px;color:var(--muted);margin:12px 0 0}.install-steps{display:grid;gap:0}.install-steps>div{display:grid;grid-template-columns:42px 1fr;column-gap:10px;padding:18px 0;border-bottom:1px solid var(--line)}.install-steps b{grid-row:span 2;color:var(--primary);font-size:12px}.install-steps strong{font-size:13px}.install-steps span{font-size:11px;color:var(--muted);margin-top:4px}.install-tip{margin-top:18px;padding:14px;background:var(--surface2);border-radius:11px;font-size:11px;color:var(--muted)}
@media(max-width:800px){.install-app-grid{grid-template-columns:1fr}}

.install-nav-link{font-size:11px}.install-nav-link:hover{border-color:var(--primary);color:var(--primary)}
@media(max-width:760px){.install-nav-link{display:none}}

/* HACHI-X v1.5 — screenshot-inspired storefront system.
   The layouts intentionally share HACHI-X branding but each theme has its own
   navigation, hero treatment, card language, spacing, color system and CTA style. */
.public-home-page{--site-primary:#005ea8;--site-accent:#003b6f;--site-soft:#eaf4fb;--site-ink:#101820;background:#fff;color:var(--site-ink);font-family:Arial,Helvetica,sans-serif}
.public-home-page .theme-utility{display:none}.public-home-page .theme-hero{position:relative}.public-home-page .theme-hero-grid{max-width:1280px;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding-top:64px;padding-bottom:50px}.public-home-page .theme-hero-copy h1{font-size:64px;line-height:.98;letter-spacing:-3px;margin:18px 0 18px;max-width:720px}.public-home-page .theme-hero-copy p{font-size:16px;line-height:1.7;color:#5d6670;max-width:650px}.public-home-page .theme-actions{display:flex;gap:12px;margin:26px 0}.public-home-page .theme-proof{display:flex;gap:20px;flex-wrap:wrap;font-size:11px;color:#59636d}.public-home-page .theme-hero-art{min-height:430px;border-radius:22px;background:linear-gradient(145deg,var(--site-soft),#fff);border:1px solid rgba(0,0,0,.08);position:relative;overflow:hidden}.public-home-page .theme-hero-art.has-photo{background-size:cover;background-position:center}.public-home-page .art-map{position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 32%,rgba(255,255,255,.7) 32.2% 33%,transparent 33.2% 100%),repeating-linear-gradient(155deg,transparent 0 34px,rgba(0,94,168,.09) 35px 36px)}.public-home-page .art-route{position:absolute;height:4px;border-radius:99px;background:var(--site-primary);transform-origin:left center}.public-home-page .art-route.r1{width:58%;left:12%;top:42%;transform:rotate(-19deg)}.public-home-page .art-route.r2{width:43%;left:33%;top:65%;transform:rotate(13deg);opacity:.42}.public-home-page .art-box{position:absolute;display:grid;place-items:center;width:72px;height:72px;background:#fff;border:2px solid var(--site-primary);font-weight:900;color:var(--site-primary);box-shadow:0 14px 30px rgba(0,0,0,.12)}.public-home-page .box-a{left:20%;top:28%;transform:rotate(-7deg)}.public-home-page .box-b{right:18%;top:48%;transform:rotate(6deg);width:60px;height:60px}.public-home-page .art-pin{position:absolute;color:var(--site-primary);font-size:24px}.public-home-page .pin-a{left:13%;bottom:22%}.public-home-page .pin-b{right:11%;top:23%}.public-home-page .art-panel{position:absolute;right:18px;bottom:18px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:16px;width:225px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.public-home-page .art-panel small{display:block;font-size:9px;letter-spacing:1px;color:#7b858e}.public-home-page .art-panel strong{display:block;font-size:20px;margin:4px 0}.public-home-page .art-panel span{font-size:10px;color:#69737d}.public-home-page .art-panel i{display:block;height:6px;border-radius:99px;background:#edf0f2;margin-top:12px;overflow:hidden}.public-home-page .art-panel b{display:block;width:72%;height:100%;background:var(--site-primary)}.public-home-page .art-photo-label{position:absolute;left:20px;bottom:20px;color:#fff;text-shadow:0 2px 12px #000}.public-home-page .art-photo-label small{display:block;font-size:10px;letter-spacing:1.5px}.public-home-page .art-photo-label strong{font-size:25px}.public-home-page .photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.58))}.public-home-page .theme-trackbar{border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07);background:#fff}.public-home-page .theme-trackbar .container{padding:20px 22px}.public-home-page .theme-trackbar form{display:flex;align-items:end;justify-content:center;gap:14px}.public-home-page .theme-trackbar label{font-size:11px;font-weight:800;display:flex;flex-direction:column;gap:6px}.public-home-page .theme-trackbar input{width:min(520px,55vw);height:46px;border:1px solid #cfd6dc;padding:0 14px;border-radius:4px;outline:none}.public-home-page .theme-badges{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e4e7ea}.public-home-page .theme-badges div{padding:25px 18px;display:flex;gap:12px;align-items:center;border-right:1px solid #e4e7ea}.public-home-page .theme-badges div:last-child{border-right:0}.public-home-page .theme-badges b{font-size:20px;color:var(--site-primary)}.public-home-page .theme-badges span{font-size:11px;font-weight:700}.public-home-page .theme-services{padding:85px 0}.public-home-page .section-heading{text-align:center;max-width:820px}.public-home-page .section-heading h2{font-size:37px;letter-spacing:-1.5px;margin:14px 0}.public-home-page .section-heading p{color:#68727c}.public-home-page .service-rows{display:grid;gap:45px;margin-top:45px}.public-home-page .service-row{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:320px;background:#fff}.public-home-page .service-row.reverse{grid-template-columns:.9fr 1.1fr}.public-home-page .service-row.reverse .service-row-media{order:2}.public-home-page .service-row.reverse .service-row-copy{order:1}.public-home-page .service-row-media{height:320px;border-radius:5px;background:linear-gradient(135deg,var(--site-soft),#dfe8ef);position:relative;overflow:hidden;background-size:cover;background-position:center}.public-home-page .service-row-media>span{position:absolute;top:16px;left:16px;z-index:2;color:var(--site-primary);font-weight:900;font-size:12px;background:#fff;padding:7px 9px;border-radius:4px}.public-home-page .service-row-copy{padding:30px 50px}.public-home-page .service-kicker{font-size:10px;letter-spacing:1.5px;color:var(--site-primary);font-weight:900}.public-home-page .service-row-copy h3{font-size:33px;line-height:1.05;letter-spacing:-1px;margin:12px 0}.public-home-page .service-row-copy p{color:#66717a;line-height:1.7;max-width:480px}.public-home-page .service-row-copy a{font-size:11px;font-weight:900;color:var(--site-primary)}.public-home-page .service-shape{position:absolute;inset:20% 12%;border:2px dashed rgba(0,0,0,.16);transform:rotate(-5deg)}.public-home-page .service-shape:before,.public-home-page .service-shape:after{content:"";position:absolute;background:var(--site-primary)}.public-home-page .service-shape:before{width:120px;height:120px;border-radius:50%;right:10%;top:20%;opacity:.15}.public-home-page .service-shape:after{width:65%;height:7px;left:10%;bottom:22%;border-radius:9px;opacity:.65}.public-home-page .theme-feature-band{padding:82px 0;background:var(--site-soft)}.public-home-page .theme-feature-band>.container{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.public-home-page .theme-feature-band h2{font-size:42px;line-height:1.05;letter-spacing:-1.7px;margin:13px 0}.public-home-page .theme-feature-band p{color:#66717a}.public-home-page .feature-matrix{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(0,0,0,.1)}.public-home-page .feature-matrix article{padding:25px;border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}.public-home-page .feature-matrix article:nth-child(even){border-right:0}.public-home-page .feature-matrix span{font-size:10px;font-weight:900;color:var(--site-primary)}.public-home-page .feature-matrix h3{font-size:16px;margin:7px 0}.public-home-page .feature-matrix p{font-size:12px;margin:0}.public-home-page .theme-pricing{padding:80px 0}.public-home-page .price-card{box-shadow:none;border-radius:5px}.public-home-page .theme-operations{padding:90px 0;background:#f4f6f7}.public-home-page .operations-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.public-home-page .operations-copy h2{font-size:43px;line-height:1.04;letter-spacing:-1.7px;margin:14px 0}.public-home-page .operations-copy>p{color:#66717a}.public-home-page .steps{display:grid;gap:10px;margin-top:25px}.public-home-page .steps div{display:flex;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #d8dde1;font-size:12px}.public-home-page .steps b{color:var(--site-primary)}.public-home-page .operations-preview{background:#fff;border:1px solid #d9dfe3;border-radius:8px;padding:25px;box-shadow:0 20px 50px rgba(0,0,0,.08)}.public-home-page .preview-head{display:grid;grid-template-columns:1fr auto;gap:4px}.public-home-page .preview-head span{font-size:9px;color:#7a838b;letter-spacing:1px}.public-home-page .preview-head b{font-size:17px}.public-home-page .preview-head em{grid-column:2;grid-row:1/3;align-self:center;background:var(--site-soft);color:var(--site-primary);font-size:9px;padding:5px 8px;border-radius:20px;font-style:normal}.public-home-page .preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.public-home-page .preview-stats div{padding:15px;background:#f7f8f9;border-radius:6px}.public-home-page .preview-stats small{display:block;color:#7a838b;font-size:9px}.public-home-page .preview-stats strong{font-size:22px}.public-home-page .preview-stats span{display:block;color:var(--site-primary);font-size:9px}.public-home-page .preview-route{height:110px;position:relative;background:repeating-linear-gradient(135deg,#f3f5f6 0 24px,#fff 25px 26px);overflow:hidden}.public-home-page .preview-route i{position:absolute;height:3px;background:var(--site-primary);left:8%;right:13%;top:52%;transform:rotate(-8deg)}.public-home-page .preview-route b{position:absolute;width:12px;height:12px;border:3px solid var(--site-primary);background:#fff;border-radius:50%;top:47%}.public-home-page .preview-route b:nth-of-type(1){left:8%}.public-home-page .preview-route b:nth-of-type(2){left:47%}.public-home-page .preview-route b:nth-of-type(3){right:12%}.public-home-page .operations-preview>p{font-size:10px;color:#7a838b;margin-bottom:0}.public-home-page .operations-preview>p strong{display:block;color:#1a2228;font-size:12px;margin-top:4px}.public-home-page .theme-cta{padding:70px 0}.public-home-page .theme-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:35px;padding:42px;background:var(--site-soft);border-radius:8px}.public-home-page .theme-cta h2{font-size:37px;line-height:1.05;margin:12px 0 8px;letter-spacing:-1.5px}.public-home-page .theme-cta p{color:#66717a;max-width:700px}.public-home-page .btn-primary{background:var(--site-primary);border-radius:5px}.public-home-page .btn-primary:hover{background:var(--site-accent)}.public-home-page .eyebrow{background:color-mix(in srgb,var(--site-primary) 12%,transparent);color:var(--site-primary)}

/* USPS-like: utility-heavy, blue postal hierarchy and alternating editorial blocks. */
.public-home-page.theme-usps{--site-primary:#005ea8;--site-accent:#003b6f;--site-soft:#edf5fa}.theme-usps .theme-utility{display:block;background:#005ea8;color:#fff;font-size:10px}.theme-usps .theme-utility-inner{display:flex;justify-content:space-between;padding:8px 22px}.theme-usps .theme-hero{background:#f5f7f8}.theme-usps .theme-hero-grid{grid-template-columns:1.02fr .98fr}.theme-usps .theme-hero-copy h1{font-size:61px}.theme-usps .theme-trackbar{background:#fff}.theme-usps .theme-badges{background:#fff}.theme-usps .theme-feature-band{background:#005ea8;color:#fff}.theme-usps .theme-feature-band p,.theme-usps .theme-feature-band .feature-matrix p{color:#dcebf5}.theme-usps .feature-matrix{border-color:rgba(255,255,255,.25)}.theme-usps .feature-matrix article{border-color:rgba(255,255,255,.25)}.theme-usps .theme-cta-inner{background:#005ea8;color:#fff}.theme-usps .theme-cta p{color:#dcebf5}.theme-usps .theme-cta .eyebrow{background:#fff;color:#005ea8}.theme-usps .theme-cta .btn-primary{background:#fff;color:#005ea8}

/* UPS-like: brown hero field, yellow actions, generous white sections and curved transition. */
.public-home-page.theme-ups{--site-primary:#ffb500;--site-accent:#4b2417;--site-soft:#f6efeb;--site-ink:#23120d}.theme-ups .theme-utility{display:block;background:#f5f5f4;border-bottom:1px solid #ddd;color:#3d302b}.theme-ups .theme-utility-inner{display:flex;justify-content:space-between;padding:9px 22px}.theme-ups .theme-hero{background:#754d3b;color:#fff;border-radius:0 0 50% 4% / 0 0 12% 3%;overflow:hidden}.theme-ups .theme-hero-copy p,.theme-ups .theme-proof{color:#f2e9e4}.theme-ups .theme-hero-grid{padding-top:58px;padding-bottom:75px}.theme-ups .theme-hero-art{border:0;background:linear-gradient(135deg,#8d604a,#4e2f23)}.theme-ups .theme-trackbar{background:#fff}.theme-ups .theme-trackbar .container{padding-top:30px;padding-bottom:30px}.theme-ups .theme-badges{border-bottom:0}.theme-ups .theme-badges div{justify-content:center}.theme-ups .theme-badges b{color:#754d3b}.theme-ups .btn-primary{background:#ffb500;color:#25150f}.theme-ups .theme-feature-band{background:#f5f2f0}.theme-ups .theme-cta-inner{background:#4b2417;color:#fff;border-radius:0}.theme-ups .theme-cta p{color:#eadbd4}.theme-ups .theme-cta .eyebrow{background:#ffb500;color:#25150f}.theme-ups .theme-cta .btn-primary{background:#ffb500;color:#25150f}

/* Roadie-like: light aqua background, friendly image cards, yellow micro-actions and teal coverage band. */
.public-home-page.theme-roadie{--site-primary:#f7b500;--site-accent:#087f7d;--site-soft:#edf7f6;--site-ink:#102b2a}.theme-roadie .theme-utility{display:block;background:#edf7f6;color:#087f7d}.theme-roadie .theme-utility-inner{display:flex;justify-content:space-between;padding:8px 22px}.theme-roadie .theme-hero{background:#edf7f6}.theme-roadie .theme-hero-grid{padding-top:55px}.theme-roadie .theme-hero-art{border:0;border-radius:0 0 55px 55px;background:linear-gradient(135deg,#cfe7e4,#f5fbfa)}.theme-roadie .theme-trackbar{display:none}.theme-roadie .theme-badges{background:#fff;border:0;box-shadow:0 10px 30px rgba(0,0,0,.05);border-radius:16px;transform:translateY(-18px);position:relative}.theme-roadie .theme-badges div{border:0}.theme-roadie .theme-services{padding-top:55px}.theme-roadie .service-row{gap:35px}.theme-roadie .service-row-media{border-radius:18px}.theme-roadie .service-row-copy{padding:30px 20px}.theme-roadie .service-row-copy h3{font-size:31px}.theme-roadie .service-row-copy a,.theme-roadie .btn-primary{background:#f7b500;color:#102b2a;padding:10px 14px;border-radius:20px;display:inline-flex}.theme-roadie .theme-feature-band{background:#087f7d;color:#fff}.theme-roadie .theme-feature-band p,.theme-roadie .theme-feature-band .feature-matrix p{color:#d9f1ef}.theme-roadie .feature-matrix article{border-color:rgba(255,255,255,.22)}.theme-roadie .theme-cta-inner{background:#f7b500;color:#102b2a;border-radius:22px}.theme-roadie .theme-cta p{color:#4d5b58}.theme-roadie .theme-cta .eyebrow{background:#087f7d;color:#fff}

/* OnTrac-like: centered editorial hero, red system, rounded article cards and bold red bands. */
.public-home-page.theme-ontrac{--site-primary:#df2430;--site-accent:#b3131e;--site-soft:#fff1f2;--site-ink:#17191c}.theme-ontrac .theme-utility{display:none}.theme-ontrac .theme-hero-grid{display:block;text-align:center;max-width:980px;padding-top:45px}.theme-ontrac .theme-hero-copy h1{font-size:58px;max-width:850px;margin-left:auto;margin-right:auto}.theme-ontrac .theme-hero-copy p{margin-left:auto;margin-right:auto}.theme-ontrac .theme-actions,.theme-ontrac .theme-proof{justify-content:center}.theme-ontrac .theme-hero-art{max-width:760px;margin:35px auto 0;min-height:300px;border-radius:22px}.theme-ontrac .theme-trackbar{max-width:600px;margin:-25px auto 0;position:relative;border:1px solid #ddd;border-radius:30px;box-shadow:0 12px 35px rgba(0,0,0,.08);overflow:hidden}.theme-ontrac .theme-trackbar form{padding:10px}.theme-ontrac .theme-badges{border:0;max-width:800px}.theme-ontrac .theme-badges div{justify-content:center;border:0}.theme-ontrac .theme-services{background:#fff}.theme-ontrac .service-rows{grid-template-columns:1fr 1fr;gap:12px}.theme-ontrac .service-row,.theme-ontrac .service-row.reverse{display:flex;flex-direction:column;background:#fff;border:1px solid #e3e3e3;border-radius:12px;overflow:hidden;min-height:0}.theme-ontrac .service-row.reverse .service-row-media,.theme-ontrac .service-row.reverse .service-row-copy{order:initial}.theme-ontrac .service-row-media{height:230px;width:100%;border-radius:0}.theme-ontrac .service-row-copy{padding:24px}.theme-ontrac .service-row-copy h3{font-size:23px}.theme-ontrac .theme-feature-band{background:#df2430;color:#fff;border-radius:18px;margin:0 18px}.theme-ontrac .theme-feature-band p,.theme-ontrac .theme-feature-band .feature-matrix p{color:#ffe4e6}.theme-ontrac .feature-matrix article{border-color:rgba(255,255,255,.25)}.theme-ontrac .theme-cta-inner{background:#df2430;color:#fff;border-radius:18px}.theme-ontrac .theme-cta p{color:#ffe4e6}.theme-ontrac .theme-cta .eyebrow{background:#fff;color:#df2430}.theme-ontrac .theme-cta .btn-primary{background:#fff;color:#df2430}

/* FedEx-like: purple navigation language, image mosaic feeling and orange action system. */
.public-home-page.theme-fedex{--site-primary:#ff6200;--site-accent:#4d148c;--site-soft:#f3eff9;--site-ink:#19151f}.theme-fedex .theme-utility{display:block;background:#4d148c;color:#fff}.theme-fedex .theme-utility-inner{display:flex;justify-content:space-between;padding:8px 22px}.theme-fedex .theme-hero{background:#fff}.theme-fedex .theme-hero-grid{grid-template-columns:1fr 1.25fr;max-width:1320px}.theme-fedex .theme-hero-art{border-radius:0;background:linear-gradient(135deg,#4d148c,#7952a7);min-height:450px}.theme-fedex .theme-trackbar{background:#f6f6f6}.theme-fedex .theme-badges{border:0;max-width:900px}.theme-fedex .theme-badges div{justify-content:center}.theme-fedex .theme-badges b{color:#4d148c}.theme-fedex .theme-services{padding-top:65px}.theme-fedex .service-row{background:#f7f7f7;margin-bottom:20px}.theme-fedex .service-row-media{border-radius:0}.theme-fedex .service-row-copy a{color:#ff6200}.theme-fedex .theme-feature-band{background:#4d148c;color:#fff}.theme-fedex .theme-feature-band p,.theme-fedex .theme-feature-band .feature-matrix p{color:#e8def3}.theme-fedex .feature-matrix article{border-color:rgba(255,255,255,.25)}.theme-fedex .theme-cta-inner{background:#4d148c;color:#fff}.theme-fedex .theme-cta p{color:#e8def3}.theme-fedex .theme-cta .eyebrow{background:#ff6200;color:#fff}

/* DHL-like: yellow utility/header field, red buttons, international business sections. */
.public-home-page.theme-dhl{--site-primary:#d40511;--site-accent:#a90009;--site-soft:#fff8d8;--site-ink:#20120f}.theme-dhl .theme-utility{display:block;background:#ffcc00;color:#17100c}.theme-dhl .theme-utility-inner{display:flex;justify-content:space-between;padding:9px 22px;font-weight:700}.theme-dhl .theme-hero{background:#ffcc00}.theme-dhl .theme-hero-grid{grid-template-columns:1.1fr .9fr;padding-top:45px;padding-bottom:55px}.theme-dhl .theme-hero-copy h1{font-size:57px;text-transform:uppercase;letter-spacing:-2px}.theme-dhl .theme-hero-copy p,.theme-dhl .theme-proof{color:#33251f}.theme-dhl .theme-hero-art{border:0;border-radius:0;background:linear-gradient(135deg,#59433a,#2c2522)}.theme-dhl .theme-trackbar{background:#ffcc00;border:0}.theme-dhl .theme-badges{background:#ffcc00;border:0;max-width:none}.theme-dhl .theme-badges div{border-color:rgba(0,0,0,.12)}.theme-dhl .theme-badges b{color:#d40511}.theme-dhl .theme-services{padding-top:75px}.theme-dhl .section-heading h2{color:#d40511;text-transform:uppercase}.theme-dhl .service-row-media{border-radius:0}.theme-dhl .service-row-copy h3{text-transform:uppercase}.theme-dhl .theme-feature-band{background:#f0f0ef}.theme-dhl .theme-cta{background:#eee}.theme-dhl .theme-cta-inner{background:#d40511;color:#fff;border-radius:0}.theme-dhl .theme-cta p{color:#ffe1e1}.theme-dhl .theme-cta .eyebrow{background:#ffcc00;color:#21120f}.theme-dhl .theme-cta .btn-primary{background:#ffcc00;color:#21120f}

/* Theme Studio preview cards */
.theme-option{position:relative;display:block;cursor:pointer}.theme-option input{position:absolute;opacity:0;pointer-events:none}.theme-option:has(input:checked) .theme-mini{outline:3px solid var(--primary);outline-offset:3px}.theme-option:has(input:checked) .theme-meta strong{color:var(--primary)}
.theme-mini{height:145px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.05);padding:10px;transition:.18s transform,.18s box-shadow}.theme-option:hover .theme-mini{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.09)}.mini-top{height:15px;display:flex;justify-content:space-between;align-items:center}.mini-top b{font-size:8px}.mini-top span{width:34px;height:6px;border-radius:6px;background:var(--site-primary)}.mini-hero{height:58px;margin:7px 0;background:linear-gradient(135deg,var(--site-soft),#fff);position:relative;overflow:hidden}.mini-hero i{position:absolute;width:55%;height:7px;background:var(--site-primary);left:8px;top:15px;border-radius:5px}.mini-hero strong{position:absolute;width:38%;height:5px;background:#d7dce0;left:8px;top:29px;border-radius:5px}.mini-hero em{position:absolute;width:25%;height:24px;background:var(--site-accent);right:8px;top:12px;border-radius:4px}.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.mini-cards span{height:33px;border-radius:5px;background:var(--site-soft);border:1px solid rgba(0,0,0,.05)}.theme-meta{padding-top:10px}.theme-meta strong{display:block;font-size:12px}.theme-meta small{display:block;color:var(--muted);font-size:10px;line-height:1.4;margin-top:4px}
.theme-mini.theme-usps{--site-primary:#005ea8;--site-accent:#003b6f;--site-soft:#eaf4fb}.theme-mini.theme-ups{--site-primary:#ffb500;--site-accent:#4b2417;--site-soft:#f6f0ed}.theme-mini.theme-roadie{--site-primary:#f7b500;--site-accent:#087f7d;--site-soft:#edf7f6}.theme-mini.theme-ontrac{--site-primary:#df2430;--site-accent:#b3131e;--site-soft:#fff1f2}.theme-mini.theme-fedex{--site-primary:#ff6200;--site-accent:#4d148c;--site-soft:#f3eff9}.theme-mini.theme-dhl{--site-primary:#d40511;--site-accent:#a90009;--site-soft:#fff8d8}

@media(max-width:900px){.public-home-page .theme-hero-grid,.public-home-page .theme-feature-band>.container,.public-home-page .operations-shell{grid-template-columns:1fr}.public-home-page .theme-hero-copy h1{font-size:50px}.public-home-page .theme-badges{grid-template-columns:1fr 1fr}.public-home-page .service-row,.public-home-page .service-row.reverse{grid-template-columns:1fr}.public-home-page .service-row.reverse .service-row-media,.public-home-page .service-row.reverse .service-row-copy{order:initial}.public-home-page .service-row-copy{padding:28px 10px}.public-home-page .theme-trackbar form{flex-direction:column;align-items:stretch}.public-home-page .theme-trackbar input{width:100%}.theme-ontrac .service-rows{grid-template-columns:1fr}.theme-utility-inner{gap:10px;flex-wrap:wrap}}
@media(max-width:650px){.public-home-page .theme-hero-grid{padding-top:35px}.public-home-page .theme-hero-copy h1{font-size:42px;letter-spacing:-2px}.public-home-page .theme-hero-art{min-height:300px}.public-home-page .theme-proof{flex-direction:column;gap:7px}.public-home-page .theme-badges{grid-template-columns:1fr}.public-home-page .theme-badges div{border-right:0;border-bottom:1px solid #e4e7ea}.public-home-page .theme-badges div:last-child{border-bottom:0}.public-home-page .feature-matrix{grid-template-columns:1fr}.public-home-page .feature-matrix article{border-right:0}.public-home-page .theme-cta-inner{flex-direction:column;align-items:flex-start;padding:28px}.public-home-page .section-heading h2{font-size:30px}.theme-usps .theme-utility-inner,.theme-ups .theme-utility-inner,.theme-roadie .theme-utility-inner,.theme-fedex .theme-utility-inner,.theme-dhl .theme-utility-inner{display:none}.theme-ontrac .theme-hero-copy h1{font-size:42px}.theme-dhl .theme-hero-copy h1{font-size:42px}.theme-ups .theme-hero{border-radius:0 0 50% 3% / 0 0 7% 2%}}

/* Real uploaded logo should be displayed as a real logo, not forced into the square app icon. */
.topbar .brand-logo{width:132px;height:42px;border:0;border-radius:0;background:transparent;padding:0;display:flex;align-items:center;overflow:hidden}.topbar .brand-logo img{width:100%;height:100%;object-fit:contain;object-position:left center;border-radius:0}.topbar .brand-logo + span{margin-left:-2px}.topbar-public .brand-logo{width:150px;height:44px}.topbar-app .brand-logo{width:132px;height:42px}
@media(max-width:650px){.topbar .brand-logo{width:105px;height:36px}.topbar .brand-logo + span small{display:none}.topbar .brand-logo + span strong{display:none}}


/* =========================================================
   HACHI-X v1.5.1 — contrast-safe theme system
   Keep semantic foreground/background pairs together so changing
   light/dark mode or a storefront theme can never hide labels.
   ========================================================= */
:root{
  --button-primary-bg:var(--primary);
  --button-primary-text:#fff;
  --button-primary-hover:var(--primary2);
  --button-secondary-bg:var(--surface);
  --button-secondary-text:var(--text);
  --button-secondary-border:var(--line);
  --focus-ring:color-mix(in srgb,var(--primary) 28%,transparent);
  --success-text:#08783d;
  --warning-text:#9a6200;
  --danger-text:#b42318;
}
html[data-theme=dark]{
  --button-primary-bg:#16b85a;
  --button-primary-text:#06140c;
  --button-primary-hover:#25ca6b;
  --button-secondary-bg:#13221b;
  --button-secondary-text:#edf7f0;
  --button-secondary-border:#2c4437;
  --success-text:#63e69a;
  --warning-text:#ffd166;
  --danger-text:#ff8f86;
}

/* Global controls: explicit foregrounds instead of inherited text colors. */
.btn-primary{background:var(--button-primary-bg);color:var(--button-primary-text)!important;border:1px solid transparent}
.btn-primary:hover{background:var(--button-primary-hover);color:var(--button-primary-text)!important}
.btn-ghost{background:var(--button-secondary-bg);color:var(--button-secondary-text)!important;border:1px solid var(--button-secondary-border)}
.btn-ghost:hover{border-color:var(--primary);color:var(--text)!important;background:var(--surface2)}
.icon-btn{color:var(--text)}
.side-link{color:var(--muted)}
.side-link:hover,.side-link.active{background:color-mix(in srgb,var(--primary) 14%,transparent);color:var(--primary)}
.form-grid input,.form-grid select,.form-grid textarea,.search{color:var(--text);background:var(--surface);border-color:var(--line)}
.form-grid input::placeholder,.form-grid textarea::placeholder{color:var(--muted);opacity:1}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring)}

/* Status pills remain readable in both modes. */
.status{background:var(--surface2);color:var(--text)}
.status.delivered,.status.paid{color:var(--success-text);background:color-mix(in srgb,var(--success-text) 12%,var(--surface))}
.status.cancelled,.status.failed{color:var(--danger-text);background:color-mix(in srgb,var(--danger-text) 12%,var(--surface))}
.status.pending,.status.booked{color:var(--warning-text);background:color-mix(in srgb,var(--warning-text) 12%,var(--surface))}

/* Cards/links that previously relied on inherited colors. */
.card,.stat,.toast,.sidebar,.topbar{color:var(--text)}
.card a:not(.btn),.stat a:not(.btn){color:var(--primary)}
hr{border-color:var(--line)}

/* Dark mode must also recolor old fixed-color application elements. */
html[data-theme=dark] .search{background:var(--surface);color:var(--text)}
html[data-theme=dark] .search input{color:var(--text)}
html[data-theme=dark] .search input::placeholder{color:var(--muted)}
html[data-theme=dark] .hero-visual{background:linear-gradient(145deg,var(--surface),var(--surface2))}
html[data-theme=dark] .hero-map{background:repeating-linear-gradient(145deg,transparent 0 20px,rgba(22,184,90,.12) 21px 22px)}
html[data-theme=dark] .eyebrow{background:color-mix(in srgb,var(--primary) 16%,transparent);color:#5ee99a}
html[data-theme=dark] .quick{background:linear-gradient(135deg,#13221b,#0d1814)}
html[data-theme=dark] .quick p{color:var(--muted)}
html[data-theme=dark] .success-icon{background:rgba(99,230,154,.14);color:#63e69a}
html[data-theme=dark] .alert.error{background:rgba(255,143,134,.12);color:var(--danger-text)}
html[data-theme=dark] .install-tip{background:var(--surface2);color:var(--muted)}

/* Public storefront: dark mode changes neutral surfaces, but preserves each
   carrier-inspired theme's signature accent/background sections. */
html[data-theme=dark] .public-home-page{background:var(--bg);color:var(--text)}
html[data-theme=dark] .public-home-page .theme-services,
html[data-theme=dark] .public-home-page .theme-pricing{background:var(--bg);color:var(--text)}
html[data-theme=dark] .public-home-page .theme-hero:not(.theme-preserve-brand-bg){color:var(--text)}
html[data-theme=dark] .public-home-page .theme-hero-copy p,
html[data-theme=dark] .public-home-page .theme-proof,
html[data-theme=dark] .public-home-page .section-heading p,
html[data-theme=dark] .public-home-page .service-row-copy p,
html[data-theme=dark] .public-home-page .theme-feature-band p,
html[data-theme=dark] .public-home-page .operations-copy>p{color:var(--muted)}
html[data-theme=dark] .public-home-page .theme-trackbar,
html[data-theme=dark] .public-home-page .service-row,
html[data-theme=dark] .public-home-page .operations-preview,
html[data-theme=dark] .public-home-page .art-panel,
html[data-theme=dark] .public-home-page .price-card{background:var(--surface);color:var(--text);border-color:var(--line)}
html[data-theme=dark] .public-home-page .theme-trackbar input{background:var(--surface);color:var(--text);border-color:var(--line)}
html[data-theme=dark] .public-home-page .theme-trackbar input::placeholder{color:var(--muted)}
html[data-theme=dark] .public-home-page .preview-stats div{background:var(--surface2)}
html[data-theme=dark] .public-home-page .preview-stats small,
html[data-theme=dark] .public-home-page .operations-preview>p{color:var(--muted)}
html[data-theme=dark] .public-home-page .preview-stats strong,
html[data-theme=dark] .public-home-page .operations-preview>p strong{color:var(--text)}
html[data-theme=dark] .public-home-page .service-row-media>span{background:var(--surface);color:var(--site-primary)}
html[data-theme=dark] .public-home-page .theme-badges{background:var(--surface);border-color:var(--line)}
html[data-theme=dark] .public-home-page .theme-badges div{border-color:var(--line)}

/* Theme-specific CTA pairs. Every branded button gets a contrasting label. */
.public-home-page.theme-usps .btn-primary{background:#005ea8;color:#fff!important}
.public-home-page.theme-ups .btn-primary{background:#ffb500;color:#25150f!important}
.public-home-page.theme-roadie .btn-primary{background:#f7b500;color:#102b2a!important}
.public-home-page.theme-ontrac .btn-primary{background:#df2430;color:#fff!important}
.public-home-page.theme-fedex .btn-primary{background:#ff6200;color:#fff!important}
.public-home-page.theme-dhl .btn-primary{background:#d40511;color:#fff!important}

/* Exceptions where the theme deliberately uses a light CTA on a dark/colored band. */
.public-home-page.theme-usps .theme-cta .btn-primary,
.public-home-page.theme-ontrac .theme-cta .btn-primary{background:#fff;color:var(--site-primary)!important}
.public-home-page.theme-dhl .theme-cta .btn-primary{background:#ffcc00;color:#21120f!important}

/* Dark mode: keep those deliberate CTA pairs intact rather than letting the
   global dark primary color override them. */
html[data-theme=dark] .public-home-page.theme-usps .theme-cta .btn-primary,
html[data-theme=dark] .public-home-page.theme-ontrac .theme-cta .btn-primary{background:#fff;color:var(--site-primary)!important}
html[data-theme=dark] .public-home-page.theme-dhl .theme-cta .btn-primary{background:#ffcc00;color:#21120f!important}

/* Theme Studio cards stay readable while the application is dark. */
html[data-theme=dark] .theme-mini{background:#101b16;border-color:var(--line)}
html[data-theme=dark] .mini-hero{background:linear-gradient(135deg,#172821,#101b16)}
html[data-theme=dark] .mini-hero strong{background:#53635a}
html[data-theme=dark] .theme-mini .mini-cards span{border-color:#2a4034}
html[data-theme=dark] .theme-meta strong{color:var(--text)}
html[data-theme=dark] .theme-meta small{color:var(--muted)}

/* Respect keyboard users after the new focus treatment. */
:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}

.theme-preview-link{display:inline-block;margin-top:8px;font-size:11px;font-weight:800;color:var(--primary)}
.theme-preview-link:hover{text-decoration:underline}
