:root{--bg:#f4f7fb;--surface:#fff;--surface-muted:#eef3fb;--border:#dbe6f4;--text:#10233f;--text-soft:#55708f;--primary:#1e5dcf;--primary-strong:#164aa6;--accent:#20b486;--warning:#f5a623;--danger:#df4c4c;--shadow:0 12px 30px #10233f14;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:linear-gradient(#f8fbff 0%,#f2f6fb 100%);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,100% - 32px);margin:0 auto}.topbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:20px;min-height:72px;display:flex}.logo{letter-spacing:.01em;color:var(--primary);font-size:1.2rem;font-weight:800}.nav-links{color:var(--text-soft);align-items:center;gap:18px;font-size:14px;font-weight:500;display:flex}.nav-links a:hover{color:var(--primary)}.primary-btn,.secondary-btn,.ghost-btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.primary-btn{background:var(--primary);color:#fff}.primary-btn:hover{background:var(--primary-strong)}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.secondary-btn{background:var(--surface);color:var(--text);border:1px solid var(--border)}.secondary-btn:hover{border-color:var(--primary);color:var(--primary)}.ghost-btn{color:var(--text-soft);background:0 0}.ghost-btn:hover{color:var(--primary)}.hero{padding:56px 0 32px}.hero-panel{color:#fff;box-shadow:var(--shadow);background:linear-gradient(135deg,#1e5dcf 0%,#2d77f2 100%);border-radius:28px;grid-template-columns:1.2fr .8fr;gap:28px;padding:36px;display:grid}.hero h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.hero p{color:#ffffffdb;max-width:60ch;margin:0 0 22px;line-height:1.6}.search-bar,.surface-card,.panel,.stat-card,.order-card,.delivery-card,.mobile-card,.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.search-bar{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px;padding:12px;display:grid}.search-bar input,.search-bar select,.filters input,.filters select{border:1px solid var(--border);background:#fff;border-radius:12px;min-height:48px;padding:0 12px}.section{padding:34px 0}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;margin-bottom:18px;display:flex}.section-header h2{margin:0;font-size:1.5rem}.muted{color:var(--text-soft);font-size:.9rem}.grid{gap:18px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{transition:transform .15s,box-shadow .15s;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #10233f1f}.product-media{background:linear-gradient(135deg,#d9e7ff,#f3f8ff);height:200px;overflow:hidden}.product-media-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-media-img{transform:scale(1.05)}.product-copy{padding:16px}.kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.price-row{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.badge{color:var(--primary);white-space:nowrap;background:#edf4ff;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge.success{color:#188862;background:#eaf9f4}.badge.warning{color:#a86a08;background:#fff4e5}.badge.danger{color:#c33;background:#fdeaea}.two-col{grid-template-columns:1.1fr .9fr;gap:24px;display:grid}.page{padding:28px 0 48px}.contact-form{gap:14px;display:grid}.contact-form textarea{border:1px solid var(--border);font:inherit;background:#fff;border-radius:12px;padding:10px 12px;transition:border-color .15s}.contact-form textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1e5dcf1a}.legal-content h2{color:var(--text);margin:28px 0 10px;font-size:1.15rem}.legal-content p{color:var(--text-soft);margin:0 0 12px;line-height:1.7}.legal-content ul{color:var(--text-soft);margin:0 0 12px;padding-left:24px;line-height:1.7}.legal-content li{margin-bottom:6px}.filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.panel{padding:20px}.sidebar-layout{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#ffffffdb;background:#0f2340;flex-direction:column;padding:24px 18px;display:flex}.sidebar a{border-radius:12px;margin-bottom:4px;padding:12px 14px;font-size:14px;transition:all .15s;display:block}.sidebar a.active,.sidebar a:hover{color:#fff;background:#ffffff1f}.main-shell{padding:28px;overflow-y:auto}.stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.stat-card{padding:18px}.stat-card strong{margin-top:8px;font-size:1.75rem;display:block}.dashboard-grid{grid-template-columns:1.3fr .7fr;gap:18px;margin-top:18px;display:grid}.list{gap:12px;display:grid}.order-card,.delivery-card,.mobile-card{padding:16px}.order-card:hover{border-color:var(--primary)}.order-row,.delivery-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.delivery-board{grid-template-columns:1.1fr .9fr;gap:18px;display:grid}.board-columns{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.column{background:var(--surface-muted);border-radius:18px;min-height:420px;padding:14px}.column h3{margin:0 0 12px;font-size:1rem}.map-card{border:1px solid var(--border);background:linear-gradient(#dce9fb 0%,#edf4ff 100%);border-radius:18px;min-height:420px;padding:18px}.mobile-frame{background:#0f2340;border-radius:28px;width:min(420px,100%);margin:0 auto;padding:18px}.mobile-screen{background:#fff;border-radius:20px;padding:16px}.footer{color:var(--text-soft);padding:28px 0 48px}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=date],input[type=time],select,textarea{border:1px solid var(--border);background:#fff;border-radius:12px;min-height:44px;padding:8px 12px;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1e5dcf1a}.loading-spinner{min-height:200px;color:var(--text-soft);justify-content:center;align-items:center;display:flex}.breadcrumbs{margin-bottom:16px}.breadcrumbs-list{flex-wrap:wrap;align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs-item{align-items:center;gap:2px;font-size:.8rem;line-height:1;display:flex}.breadcrumbs-chevron{color:var(--text-soft);opacity:.5;flex-shrink:0}.breadcrumbs-link{color:var(--text-soft);border-radius:6px;padding:2px 4px;text-decoration:none;transition:color .15s,background .15s}.breadcrumbs-link:hover{color:var(--primary);background:#1e5dcf0f}.breadcrumbs-current{color:var(--text);padding:2px 4px;font-weight:600}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:48px 24px;display:flex}.empty-state-illustration{margin-bottom:20px}.empty-state-title{color:var(--text);margin:0 0 8px;font-size:1.15rem;font-weight:600}.empty-state-description{color:var(--text-soft);max-width:40ch;margin:0 0 20px;font-size:.9rem;line-height:1.6}@media (max-width:980px){.hero-panel,.two-col,.dashboard-grid,.delivery-board,.sidebar-layout{grid-template-columns:1fr}.stats-row,.grid-4,.grid-3,.search-bar,.filters,.board-columns{grid-template-columns:1fr 1fr}.sidebar{padding-bottom:0}}@media (max-width:640px){.container{width:min(100% - 20px,100%)}.topbar-inner,.nav-links,.search-bar,.filters,.stats-row,.grid-4,.grid-3,.board-columns{grid-template-columns:1fr;display:grid}.nav-links{gap:10px}.hero-panel,.main-shell{padding:18px}.sidebar-layout{min-height:auto}}.public-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1}.public-logo{color:#2b3b7c;font-size:1.15rem}.public-nav-links{gap:22px}.public-nav-right{align-items:center;gap:12px;display:flex}.public-status-pill{min-height:42px;color:var(--primary);white-space:nowrap;background:#1e5dcf14;border:1px solid #1e5dcf1f;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.public-hero{align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.public-hero>.container{z-index:2;position:relative}.public-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff7 0%,#ffffffeb 30%,#fff9 55%,#ffffff26 75%,#0000 100%);position:absolute;inset:0}.public-hero-copy{z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff59;border-radius:28px;width:min(680px,100%);margin:24px 0;padding:42px 38px;position:relative}.public-hero-copy h1{color:#1b2554;letter-spacing:-.03em;text-shadow:0 1px #ffffff73;margin:8px 0 14px;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:900;line-height:.96}.public-hero-copy p{color:#30456f;max-width:56ch;margin:0;font-size:1.05rem;font-weight:500;line-height:1.65}.public-kicker{color:#2d4da4}.storefront-search-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #ffffffeb;border-radius:24px;max-width:920px;margin-top:24px;padding:16px;box-shadow:0 18px 38px #10233f24}.storefront-search-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:12px;display:grid}.storefront-field{gap:6px;min-width:0;display:grid}.storefront-field span{color:var(--text-soft);font-size:12px;font-weight:700}.storefront-field input,.storefront-field select{width:100%}.storefront-search-btn{background:#f97316;grid-column:1/-1;width:100%;min-height:54px}.storefront-search-btn:hover{background:#ea580c}.public-hero-visual{z-index:0;position:absolute;inset:0}.public-hero-photo{object-fit:cover;object-position:center 38%;width:100%;height:100%;position:absolute;inset:0}.storefront-section-soft{background:linear-gradient(#ffffff80,#edf4ffb8)}.trust-bar-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:28px 0}.trust-bar-heading{text-align:center;color:var(--text);margin:0 0 22px;font-size:1.1rem;font-weight:800}.trust-items{flex-wrap:wrap;justify-content:center;gap:28px 40px;display:flex}.trust-item{align-items:center;gap:12px;display:flex}.trust-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.trust-item-text strong{color:var(--text);font-size:13px;font-weight:700;display:block}.trust-item-text span{color:var(--text-soft);font-size:12px}.category-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.category-photo-card{border:1px solid var(--border);box-shadow:var(--shadow);color:inherit;background:#fff;border-radius:20px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;overflow:hidden}.category-photo-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px #10233f24}.category-photo-img{background-color:#d9e7ff;background-image:linear-gradient(135deg,#d9e7ff,#f3f8ff);height:190px;overflow:hidden}.category-photo-img-el{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s}.category-photo-card:hover .category-photo-img-el{transform:scale(1.05)}.category-photo-body{padding:16px}.category-photo-body h3{margin:0 0 4px;font-size:1rem;font-weight:700}.category-starting-price{color:var(--text-soft);font-size:13px}.pain-section{background:var(--surface-muted)}.pain-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:820px;margin:0 auto;display:grid}.pain-card{border:1px solid var(--border);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:18px 20px;display:flex}.pain-before{color:#8899b3;flex:1;align-items:center;gap:8px;font-size:.9rem;text-decoration:line-through;display:flex}.pain-arrow{flex-shrink:0}.pain-after{color:var(--text);flex:1;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.benefits-section{background:#fff}.benefit-card{text-align:center;padding:32px 24px}.benefit-icon{background:var(--surface-muted);width:56px;height:56px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.feature-showcase-list{flex-direction:column;gap:36px;display:flex}.feature-showcase-row{align-items:center;gap:32px;display:flex}.feature-showcase-copy{flex:1}.feature-visual{border-radius:20px;flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.feature-mockup{background:#fff;border-radius:12px;width:280px;overflow:hidden;box-shadow:0 12px 32px #0000001a}.feature-mockup-bar{background:#f4f6f8;border-bottom:1px solid #e8ecf0;gap:5px;padding:8px 10px;display:flex}.feature-mockup-bar span{background:#d0d5dd;border-radius:50%;width:8px;height:8px}.feature-mockup-body{padding:10px}.integrations-section{background:var(--surface-muted)}.integrations-grid{flex-wrap:wrap;justify-content:center;gap:24px 40px;display:flex}.integration-item{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:14px 20px;display:flex}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-trigger{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:1rem;font-weight:600;display:flex}.faq-trigger:hover{color:var(--primary)}.faq-answer{padding:0 0 18px}.faq-answer p{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.65}.final-cta-section{padding:0}.final-cta-card{text-align:center;background:linear-gradient(135deg,#1b2554 0%,#1e5dcf 100%);border-radius:28px;padding:56px 32px;box-shadow:0 24px 48px #1b255440}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;display:grid}.footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;display:flex}.footer-bottom-links{gap:18px;display:flex}@media (max-width:980px){.pain-grid{grid-template-columns:1fr}.feature-showcase-row{flex-direction:column!important}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.pain-card{text-align:center;flex-direction:column;gap:8px}.pain-arrow{transform:rotate(90deg)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.final-cta-card{padding:40px 20px}.integrations-grid{gap:12px}.integration-item{padding:10px 14px}}.storefront-filter-shell{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:24px;margin-top:18px;padding:16px}.storefront-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr)) 220px;align-items:end;gap:10px;display:grid}.storefront-context-pills{flex-wrap:wrap;gap:10px;display:flex}.storefront-context-pill{min-height:36px;color:var(--primary);background:#1e5dcf14;border:1px solid #1e5dcf1f;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.storefront-empty-state{text-align:center;padding:34px}.storefront-detail-shell{grid-template-columns:1.05fr .95fr;gap:24px;display:grid}.storefront-gallery{padding:20px}.storefront-gallery-main{background:radial-gradient(circle at 20% 20%,#ffffffa6,#0000 25%),linear-gradient(135deg,#dcecff 0%,#8fc5ff 55%,#ffd299 100%);border-radius:24px;height:420px}.storefront-thumb-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.storefront-thumb{border:1px solid var(--border);background:linear-gradient(135deg,#eef5ff,#d8e7ff);border-radius:16px;height:88px}.storefront-summary-card{border-radius:24px}.storefront-highlight-list{gap:12px;margin-top:18px;display:grid}.storefront-detail-section{margin-top:10px}.storefront-detail-grid{grid-template-columns:1.1fr .9fr;gap:18px;display:grid}.storefront-checkout-shell{grid-template-columns:1.1fr .9fr;gap:24px;display:grid}.welcome-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f234099;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.welcome-modal{background:var(--surface);text-align:center;border-radius:24px;width:min(520px,100%);padding:32px;box-shadow:0 32px 64px #10233f3d}.welcome-icon{color:#fff;background:linear-gradient(135deg,#1e5dcf,#4a90e2);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;font-size:26px;display:flex}.welcome-header{margin-bottom:24px}.welcome-actions{text-align:left;gap:10px;margin-bottom:12px;display:grid}.welcome-tour-picks{text-align:left;gap:10px;margin-bottom:16px;display:grid}.welcome-alt-actions{justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.welcome-alt-link{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}.welcome-alt-link:hover{text-decoration:underline}.welcome-action-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;font:inherit;color:inherit;text-align:left;border-radius:14px;width:100%;padding:14px 16px;text-decoration:none;transition:border-color .15s;display:block}.welcome-action-card:hover{border-color:var(--primary)}.welcome-action-card strong{margin-bottom:2px;font-size:14px;display:block}.checklist-card{background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);padding:20px;box-shadow:0 8px 24px #1e5dcf1a}.checklist-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.checklist-progress-bar{background:var(--surface-muted);border-radius:999px;height:6px;margin-bottom:16px;overflow:hidden}.checklist-progress-fill{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:999px;height:100%;transition:width .4s}.checklist-list{gap:6px;display:grid}.checklist-item{color:inherit;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .12s;display:flex}.checklist-item:hover{background:var(--surface-muted)}.checklist-item-done{opacity:.55}.checklist-check{background:var(--surface-muted);width:28px;height:28px;color:var(--text-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.checklist-item-done .checklist-check{background:var(--accent);color:#fff}.checklist-go{color:var(--primary);white-space:nowrap;font-size:13px;font-weight:600}.checklist-milestone{color:#188862;background:linear-gradient(135deg,#eaf9f4,#d0f0e4);border:1px solid #b8e6d4;border-radius:12px;margin-bottom:12px;padding:14px 16px;font-size:14px;line-height:1.5}.help-banner{border-radius:var(--radius);background:linear-gradient(135deg,#edf4ff,#f8fbff);border:1px solid #1e5dcf26;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.tour-overlay{z-index:300;pointer-events:auto;background:#0f234073;position:fixed;inset:0}.tour-highlight{border:2px solid var(--primary);z-index:301;pointer-events:none;border-radius:12px;position:absolute;box-shadow:0 0 0 4000px #0f234073}.tour-tooltip{z-index:302;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;position:absolute;box-shadow:0 20px 50px #10233f33}.copilot-fab{z-index:100;color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e5dcf,#4a90e2);border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #1e5dcf59}.copilot-fab:hover{transform:scale(1.08);box-shadow:0 12px 32px #1e5dcf73}.copilot-panel{z-index:101;background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;width:min(400px,100vw - 48px);height:min(540px,100vh - 140px);display:flex;position:fixed;bottom:88px;right:24px;overflow:hidden;box-shadow:0 24px 64px #10233f2e}.copilot-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.copilot-messages{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.copilot-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.copilot-msg{max-width:90%}.copilot-msg-user{align-self:flex-end}.copilot-msg-assistant{align-self:flex-start}.copilot-msg-content{border-radius:14px;padding:10px 14px;font-size:13px;line-height:1.5}.copilot-msg-user .copilot-msg-content{background:var(--primary);color:#fff}.copilot-msg-assistant .copilot-msg-content{background:var(--surface-muted);color:var(--text)}.copilot-prompts{flex-wrap:wrap;gap:6px;padding:0 14px 10px;display:flex}.copilot-prompt-chip{background:var(--surface-muted);border:1px solid var(--border);cursor:pointer;font-size:12px;font-weight:500;font:inherit;color:var(--text);border-radius:999px;padding:6px 12px;transition:border-color .12s}.copilot-prompt-chip:hover{border-color:var(--primary);color:var(--primary)}.copilot-input-row{border-top:1px solid var(--border);gap:8px;padding:12px 14px;display:flex}.copilot-input-row input{min-height:38px;font-size:13px}@media (max-width:980px){.category-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-filter-grid,.storefront-detail-shell,.storefront-detail-grid,.storefront-checkout-shell{grid-template-columns:1fr}.public-hero{min-height:520px}.storefront-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-search-btn{grid-column:1/-1}.public-nav-right{display:none}}@media (max-width:640px){.category-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-items{gap:20px 24px}.storefront-thumb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-hero{min-height:540px}.public-hero-overlay{background:linear-gradient(#ffffffeb 0%,#fffc 35%,#ffffff4d 70%,#0000 100%)}.public-hero-copy{background:#ffffff73;width:auto;margin:18px 0;padding:24px 20px}.storefront-search-grid{grid-template-columns:1fr}.storefront-search-btn{grid-column:auto}.public-hero-photo{object-position:center center}.public-hero-copy h1{font-size:2.5rem}}.cmd-palette-overlay{z-index:900;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f234073;justify-content:center;align-items:flex-start;padding-top:18vh;animation:.15s cmd-fade-in;display:flex;position:fixed;inset:0}@keyframes cmd-fade-in{0%{opacity:0}to{opacity:1}}.cmd-palette{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(580px,100% - 32px);animation:.15s cmd-slide-in;overflow:hidden;box-shadow:0 24px 64px #10233f38}@keyframes cmd-slide-in{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cmd-palette-input-wrap{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 18px;display:flex}.cmd-palette-input{color:var(--text);background:0 0;flex:1;min-height:auto;padding:0;font-size:1.1rem;box-shadow:none!important;border:none!important;outline:none!important}.cmd-palette-input::placeholder{color:var(--text-soft)}.cmd-palette-esc{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-soft);border-radius:6px;flex-shrink:0;padding:3px 7px;font-family:inherit;font-size:11px;font-weight:600;line-height:1}.cmd-palette-list{max-height:340px;padding:8px;overflow-y:auto}.cmd-palette-section{text-transform:uppercase;letter-spacing:.05em;color:var(--text-soft);padding:10px 10px 4px;font-size:.72rem;font-weight:700}.cmd-palette-item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px;font-size:14px;font-weight:500;transition:background .1s;display:flex}.cmd-palette-item:hover,.cmd-palette-item-active{background:#1e5dcf14}.cmd-palette-item-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.cmd-palette-kbd{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-soft);border-radius:5px;padding:2px 6px;font-family:inherit;font-size:11px;font-weight:600;line-height:1}.cmd-palette-empty{text-align:center;color:var(--text-soft);padding:28px 10px;font-size:14px}.notif-center{position:relative}.notif-bell-btn{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-soft);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:border-color .15s,color .15s,box-shadow .15s;display:inline-flex;position:relative}.notif-bell-btn:hover{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 3px #1e5dcf1a}.notif-badge{background:var(--danger);color:#fff;text-align:center;pointer-events:none;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-4px}.notif-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:100;opacity:0;pointer-events:none;width:380px;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-6px)scale(.97);box-shadow:0 20px 50px #10233f29}.notif-dropdown-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.notif-dropdown-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.notif-dropdown-title{color:var(--text);font-size:14px;font-weight:700}.notif-mark-all-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .12s}.notif-mark-all-btn:hover{background:#1e5dcf14}.notif-dropdown-body{overscroll-behavior:contain;max-height:380px;overflow-y:auto}.notif-item{cursor:pointer;text-align:left;width:100%;font:inherit;border:none;border-bottom:1px solid var(--border);background:0 0;align-items:flex-start;gap:12px;padding:12px 16px;transition:background .12s;display:flex}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--surface-muted)}.notif-item-unread{background:#1e5dcf0a}.notif-item-unread:hover{background:#1e5dcf14}.notif-item-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:flex}.notif-icon{width:18px;height:18px}.notif-icon-order{color:var(--primary)}.notif-item-icon:has(.notif-icon-order){background:#edf4ff}.notif-icon-payment{color:var(--accent)}.notif-item-icon:has(.notif-icon-payment){background:#eaf9f4}.notif-icon-confirmed{color:#188862}.notif-item-icon:has(.notif-icon-confirmed){background:#eaf9f4}.notif-icon-delivery{color:#7c5ecf}.notif-item-icon:has(.notif-icon-delivery){background:#f0ecfa}.notif-icon-customer{color:#2d77f2}.notif-item-icon:has(.notif-icon-customer){background:#edf4ff}.notif-icon-inventory{color:var(--warning)}.notif-item-icon:has(.notif-icon-inventory){background:#fff4e5}.notif-item-content{flex:1;min-width:0}.notif-item-title{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.notif-item-desc{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;line-height:1.4;overflow:hidden}.notif-item-time{color:var(--text-soft);flex-shrink:0;margin-top:2px;font-size:11px}.notif-item-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.notif-empty{color:var(--text-soft);flex-direction:column;align-items:center;gap:8px;padding:36px 16px;font-size:14px;display:flex}.notif-empty p{margin:0}@media (max-width:640px){.notif-dropdown{width:calc(100vw - 32px);right:-8px}}.milestone-toast{z-index:9999;border:1px solid var(--border);background:#fff;border-radius:18px;align-items:flex-start;gap:14px;max-width:420px;padding:18px 20px;animation:.4s cubic-bezier(.16,1,.3,1) milestone-enter;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 20px 48px #10233f2e}.milestone-toast-exit{animation:.4s forwards milestone-exit}@keyframes milestone-enter{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes milestone-exit{to{opacity:0;transform:translateY(16px)scale(.96)}}.milestone-title{color:var(--text);margin-bottom:2px;font-size:15px;font-weight:700;display:block}.milestone-description{color:var(--text-soft);font-size:13px;line-height:1.5}.milestone-close{color:var(--text-soft);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:20px;line-height:1}.milestone-close:hover{color:var(--text)}.svc-map-container{border-radius:var(--radius);border:1px solid var(--border);position:relative;overflow:hidden}.svc-map-heading{color:var(--text);margin:0 0 12px;font-size:16px;font-weight:600}.svc-map-popup{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;line-height:1.5}.copilot-action-preview{border:1px solid var(--border);border-radius:calc(var(--radius) / 2);background:var(--surface);box-shadow:var(--shadow);margin:8px 12px;padding:12px}.copilot-action-field-label{text-transform:uppercase;letter-spacing:.04em;color:var(--primary);margin-bottom:6px;font-size:11px;font-weight:600}.copilot-action-diff{margin-bottom:10px}.copilot-action-diff-new{background:var(--surface-muted);border:1px solid var(--border);border-radius:calc(var(--radius) / 3);padding:8px 10px}.copilot-action-diff-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft);margin-bottom:4px;font-size:10px;font-weight:600}.copilot-action-current{background:color-mix(in srgb, var(--text-soft) 6%, var(--surface));border:1px solid var(--border);border-radius:calc(var(--radius) / 3);opacity:.75;margin-bottom:6px;padding:8px 10px}.copilot-action-proposed{background:var(--surface-muted);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:calc(var(--radius) / 3);padding:8px 10px}.copilot-action-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft);margin-bottom:4px;font-size:10px;font-weight:600}.copilot-action-empty{color:var(--text-soft);font-size:13px;font-style:italic}.copilot-action-diff pre{white-space:pre-wrap;word-break:break-word;color:var(--text);margin:0;font-family:inherit;font-size:13px;line-height:1.5}.copilot-action-buttons{align-items:center;gap:8px;display:flex}.copilot-action-apply-btn{border-radius:calc(var(--radius) / 3);cursor:pointer;padding:6px 14px;font-size:12px}.copilot-action-dismiss-btn{cursor:pointer;padding:6px 10px;font-size:12px}.copilot-action-success{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 6%, var(--surface))}.copilot-action-success .copilot-action-field-label{color:var(--accent)}.copilot-action-error{border-color:var(--danger);background:color-mix(in srgb, var(--danger) 6%, var(--surface))}.copilot-action-error .copilot-action-field-label{color:var(--danger)}.weather-alert{border-radius:var(--radius);border-left:4px solid var(--accent);background:var(--surface);box-shadow:var(--shadow);margin:8px 0;padding:16px 20px}.weather-alert-low{border-left-color:var(--accent);background:#20b4860f}.weather-alert-moderate{border-left-color:var(--warning);background:#f5a6230f}.weather-alert-high{border-left-color:var(--danger);background:#df4c4c0f}.weather-alert-header{color:var(--text);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.weather-alert-icon{flex-shrink:0;font-size:18px}.weather-alert-message{line-height:1.4}.weather-details{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px;display:grid}.weather-stat{flex-direction:column;gap:2px;display:flex}.weather-stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-soft);font-size:11px;font-weight:600}.weather-stat-value{color:var(--text);font-size:14px;font-weight:600}.weather-description{color:var(--text-soft);margin-top:8px;font-size:13px}.weather-badge{white-space:nowrap;border-radius:100px;align-items:center;gap:4px;padding:2px 10px;font-size:12px;font-weight:600;line-height:1.6;display:inline-flex}.weather-badge-low{color:#15805c;background:#20b4861a}.weather-badge-moderate{color:#9a6600;background:#f5a6231f}.weather-badge-high{color:var(--danger);background:#df4c4c1a}.route-map-container{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-muted);position:relative;overflow:hidden}.route-map-empty{justify-content:center;align-items:center;display:flex}.route-map-empty-message{text-align:center;color:var(--text-soft);font-size:14px}.route-map-empty-message svg{margin:0 auto 8px}.route-map-empty-message p{margin:0}.route-marker-icon{background:0 0!important;border:none!important}.route-timeline{flex-direction:column;display:flex}.route-timeline-item{gap:14px;display:flex;position:relative}.route-timeline-active .route-stop-card{border-color:var(--warning);box-shadow:0 0 0 3px #f5a6231f}.route-timeline-indicator{flex-direction:column;flex-shrink:0;align-items:center;width:28px;display:flex}.route-timeline-dot{border:3px solid var(--primary);background:var(--surface);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.route-timeline-dot-completed{border-color:var(--accent);background:var(--accent)}.route-timeline-line{background:var(--border);flex:1;width:2px;min-height:16px}.route-timeline-content{flex:1;min-width:0;padding-bottom:16px}.route-stop-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.route-stop-card:hover{border-color:var(--primary)}.route-stop-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.route-stop-card-header strong{color:var(--text);font-size:14px}.route-stop-badge{white-space:nowrap;border-radius:10px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.route-stop-badge[data-tone=success]{color:var(--accent);background:#20b4861a}.route-stop-badge[data-tone=warning]{color:var(--warning);background:#f5a6231a}.route-stop-badge[data-tone=default]{color:var(--primary);background:#1e5dcf1a}.route-stop-address{color:var(--text-soft);margin-top:4px;font-size:12px}.route-stop-meta{color:var(--text-soft);align-items:center;gap:12px;margin-top:6px;font-size:12px;display:flex}.route-stop-type{font-weight:600}.route-stop-number{font-size:12px;font-weight:700}.route-stats-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:24px;padding:14px 20px;display:flex}.route-stat{flex-direction:column;gap:2px;display:flex}.route-stat-value{color:var(--text);font-size:20px;font-weight:700;line-height:1.2}.route-stat-label{color:var(--text-soft);font-size:12px}.route-stat-progress{flex:1;min-width:120px}.route-progress-bar{background:var(--surface-muted);border-radius:4px;height:8px;overflow:hidden}.route-progress-fill{background:var(--accent);border-radius:4px;height:100%;transition:width .4s}.brand-form-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:16px}.brand-form-section+.brand-form-section{margin-top:12px}.brand-color-picker{cursor:pointer;align-items:center;gap:8px;display:flex}.brand-color-picker input[type=color]{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;width:40px;height:40px;padding:2px}.brand-color-preview{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.brand-logo-preview{border:1px dashed var(--border);background:var(--surface-muted);border-radius:12px;justify-content:center;align-items:center;max-width:280px;margin-top:12px;padding:16px;display:flex}.brand-logo-preview img{object-fit:contain;max-width:200px;max-height:60px}.brand-font-preview{border:1px solid var(--border);background:var(--surface-muted);border-radius:12px;margin-top:12px;padding:14px}.pricing-rule-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;padding:18px 20px}.pricing-rule-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pricing-rule-form{border-top:1px solid var(--border);padding-top:12px}.pricing-adjustment{border-radius:8px;padding:3px 10px;font-size:14px;font-weight:600}.pricing-adjustment.positive{color:var(--danger);background:#df4c4c1a}.pricing-adjustment.negative{color:var(--accent);background:#20b4861a}.pricing-preview{position:sticky;top:20px}.pricing-breakdown{flex-direction:column;gap:4px;display:flex}.pricing-final{background:var(--surface-muted);border:2px solid var(--primary);border-radius:var(--radius);margin-top:8px;padding:14px 18px;font-size:1.1rem}.sms-toggle-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.sms-toggle-row:last-child{border-bottom:none}.sms-toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.sms-toggle input{opacity:0;width:0;height:0;position:absolute}.sms-toggle-slider{background:var(--border);cursor:pointer;border-radius:24px;transition:background .2s;position:absolute;inset:0}.sms-toggle-slider:before{content:"";background:var(--surface);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.sms-toggle input:checked+.sms-toggle-slider{background:var(--primary)}.sms-toggle input:checked+.sms-toggle-slider:before{transform:translate(20px)}.sms-toggle input:focus-visible+.sms-toggle-slider{box-shadow:0 0 0 3px #1e5dcf26}.sms-log-entry{transition:border-color .15s}.sms-status-sent,.sms-status-failed{text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:5px;font-size:.75rem;font-weight:600;display:inline-flex}.sms-status-sent:before,.sms-status-failed:before{content:"";border-radius:50%;width:7px;height:7px;display:inline-block}.sms-status-sent{color:var(--accent)}.sms-status-sent:before{background:var(--accent)}.sms-status-failed{color:var(--danger)}.sms-status-failed:before{background:var(--danger)}.sms-phone-masked{color:var(--text);font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem}.portal-timeline{align-items:center;gap:0;padding:8px 0;display:flex;overflow-x:auto}.portal-timeline-step{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;min-width:72px;display:flex}.portal-timeline-dot{background:var(--border);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.portal-timeline-label{color:var(--text-soft);text-align:center;white-space:nowrap;font-size:11px}.portal-timeline-step.completed .portal-timeline-dot{background:var(--accent);color:#fff}.portal-timeline-step.completed .portal-timeline-label{color:var(--accent);font-weight:600}.portal-timeline-step.current .portal-timeline-dot{background:var(--primary);color:#fff;animation:2s ease-in-out infinite portal-pulse;box-shadow:0 0 0 4px #1e5dcf33}.portal-timeline-step.current .portal-timeline-label{color:var(--primary);font-weight:700}@keyframes portal-pulse{0%,to{box-shadow:0 0 0 4px #1e5dcf33}50%{box-shadow:0 0 0 8px #1e5dcf1a}}.portal-timeline-connector{background:var(--border);border-radius:2px;flex:1;min-width:16px;height:3px;margin-bottom:22px;transition:background .2s}.portal-timeline-connector.completed{background:var(--accent)}.portal-timeline-cancelled{color:var(--danger);background:#df4c4c14;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.portal-timeline-cancel-icon{background:var(--danger);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.portal-sign-form{background:var(--surface-muted);border-radius:12px;gap:12px;margin-top:8px;padding:14px;display:grid}.portal-sign-checkbox{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.portal-sign-checkbox input[type=checkbox]{flex-shrink:0;margin-top:2px}.portal-message-form{gap:12px;margin-top:12px;display:grid}.portal-invoice-btn{color:var(--primary);cursor:pointer;background:#1e5dcf14;border:1px solid #1e5dcf33;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.portal-invoice-btn:hover{border-color:var(--primary);background:#1e5dcf24}.portal-invoice-btn:disabled{opacity:.6;cursor:not-allowed}.portal-delivery-card{border-radius:var(--radius);background:#1e5dcf0d;border:1px solid #1e5dcf26;padding:14px 16px}.content-editor-list{flex-direction:column;gap:8px;display:flex}.content-editor-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;transition:border-color .15s}.content-editor-item:hover{border-color:var(--primary)}.content-editor-item-header{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.content-editor-item-header strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden}.content-editor-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.content-editor-actions .ghost-btn{border-radius:6px;min-width:28px;padding:4px 8px;font-size:14px}.content-editor-actions .ghost-btn:disabled{opacity:.3;cursor:not-allowed}.content-editor-add-btn{color:var(--primary);cursor:pointer;background:#1e5dcf0f;border:1px dashed #1e5dcf4d;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.content-editor-add-btn:hover{border-color:var(--primary);background:#1e5dcf1f}.content-editor-star{cursor:pointer;color:var(--border);background:0 0;border:none;padding:2px;font-size:20px;line-height:1;transition:color .1s}.content-editor-star.active,.content-editor-star:hover{color:var(--warning)}.content-editor-toggle-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.content-editor-toggle-row:last-child{border-bottom:none}.content-editor-char-count{color:var(--text-soft);text-align:right;margin-top:6px;font-size:12px}.testimonials-section{background:var(--bg)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px}.testimonial-card blockquote{color:var(--text);margin:12px 0 16px;font-size:.97rem;line-height:1.65}.testimonial-stars{gap:2px;display:flex}.testimonial-star{color:#f5a623;font-size:1.15rem;line-height:1}.testimonial-name{color:var(--text-soft);font-size:.92rem;font-weight:600}.about-section{background:var(--surface)}.about-section-text{color:var(--text-soft);font-size:1.05rem;line-height:1.75}.about-section-text p{margin:0 0 12px}.about-section-text p:last-child{margin-bottom:0}.operator-bar{color:#e2e8f0;background:#1e293b;border-bottom:1px solid #334155;padding:6px 0;font-size:13px}.operator-bar-inner{align-items:center;gap:12px;display:flex}.operator-bar-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#f97316;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.operator-bar-name{color:#f1f5f9;font-weight:600}.operator-bar-link{color:#93c5fd;margin-left:auto;font-weight:500;text-decoration:none}.operator-bar-link:hover{color:#bfdbfe;text-decoration:underline}
