:root{--green:#004d40;--green2:#003a31;--yellow:#ffcc05;--cream:#f5f1e5;--paper:#fffdf7;--ink:#073e36;--muted:#6f7b75;--line:#ded8c9;--red:#c63f32;--shadow:0 12px 35px #004d4017}.order-page.page{--forest:#004d40;--forest-2:#006052;--lime:#ffcc05;--lime-dark:#e3b500;--order-cream:#f7f3e8;--order-paper:#fffdf7;--order-ink:#063d35;--order-muted:#66766f;--order-line:#ded8c9;width:min(100%,520px);min-height:100vh;color:var(--order-ink);background:radial-gradient(circle at 6% 0%, #ffcc053b, transparent 26rem), var(--order-cream);margin:0 auto;box-shadow:0 0 70px #004d4014}.order-page .hero{min-height:224px;padding:max(20px, env(safe-area-inset-top)) 20px 28px;color:#fff;background:linear-gradient(148deg,#006052 0%,#004d40 60%,#003a31 100%);border-radius:0 0 34px 34px;position:relative;overflow:hidden}.order-page .hero:before{content:"";background:var(--lime);border-radius:50%;width:230px;height:230px;position:absolute;top:-124px;right:-127px}.order-page .hero:after{display:none}.order-page .brand{z-index:1;align-items:center;gap:11px;display:flex;position:relative}.order-page .brand-mark{width:45px;height:45px;color:var(--forest);background:var(--lime);border-radius:50% 44% 51% 45%;place-items:center;display:grid;transform:rotate(-8deg);box-shadow:0 8px 24px #ffcc0540}.order-page .brand-mark svg{width:25px;transform:rotate(8deg)}.order-page .brand-copy{line-height:1.05}.order-page .brand-copy strong{letter-spacing:-.25px;font-size:18px;display:block}.order-page .brand-copy span{color:#ffffffb3;font-size:12px}.order-page .hero-content{z-index:1;max-width:330px;margin-top:32px;position:relative}.order-page .eyebrow{color:var(--lime);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:9px;font-size:12px;font-weight:800;display:inline-flex}.order-page .eyebrow:before{content:"";background:currentColor;border-radius:2px;width:18px;height:2px}.order-page .hero h1{letter-spacing:-1.3px;margin:0;font-size:clamp(29px,8.3vw,39px);line-height:1.06}.order-page .hero p{color:#ffffffbf;margin:10px 0 0;font-size:14px;line-height:1.5}.order-page .card{background:var(--order-paper);border:1px solid #004d4017;border-radius:22px;margin-bottom:14px;padding:20px 16px;box-shadow:0 8px 28px #004d400f}.order-page .section-head{align-items:center;gap:10px;margin-bottom:17px;display:flex}.order-page .section-head h2{letter-spacing:-.35px;margin:0;font-size:18px}.order-page .step{width:29px;height:29px;color:var(--forest);background:var(--lime);border-radius:9px;flex:0 0 29px;place-items:center;font-size:13px;font-weight:900;display:grid}.order-page .field-grid{gap:14px;display:grid}.order-page .field-wide{grid-column:1/-1}.order-page .field label{color:#425046;margin:0 0 7px 2px;font-size:12px;font-weight:800;display:block}.order-page .required-star{color:#c63b32;font-weight:950}.order-page .optional{color:#8a958d;font-weight:500}.order-page .input{width:100%;min-height:50px;color:var(--order-ink);border:1.5px solid var(--order-line);background:#fbf9f2;border-radius:14px;outline:none;padding:13px 14px;transition:all .18s}.order-page .input::placeholder{color:#a3ada6}.order-page .input:focus{border-color:var(--lime-dark);background:#fffdf7;box-shadow:0 0 0 4px #ffcc052b}.order-page textarea.input{resize:vertical;min-height:102px}.order-page .fulfilment-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:15px;display:grid}.order-page label.fulfilment-option{min-height:62px;color:var(--forest);border:1.5px solid var(--order-line);cursor:pointer;text-align:center;background:#fff;border-radius:14px;place-items:center;margin:0;padding:10px 6px;font-size:12px;font-weight:900;display:grid;position:relative}.order-page .fulfilment-option input{opacity:0;pointer-events:none;position:absolute}.order-page .fulfilment-option:has(input:checked){border-color:var(--lime-dark);background:#fff6c9;box-shadow:0 0 0 2px #ffcc052e}.order-page .delivery-notice{border:1px solid var(--order-line);background:#fffaf0;border-radius:16px;margin-top:13px;padding:14px}.order-page .delivery-window{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.order-page .delivery-window span{color:var(--forest);background:var(--lime);white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.order-page .field label.acknowledge{color:#56635a;cursor:pointer;grid-template-columns:20px minmax(0,1fr);align-items:start;column-gap:10px;margin:0;font-size:12px;line-height:1.45;display:grid}.order-page .acknowledge input{width:18px;min-height:18px;accent-color:var(--forest);margin:1px 0 0;padding:0}.order-page .products{gap:10px;display:grid}.order-page .product{border:1.5px solid var(--order-line);cursor:pointer;background:#fbf9f2;border-radius:17px;grid-template-columns:25px 1fr auto;align-items:center;gap:11px;min-height:73px;padding:12px 13px;transition:transform .15s,border-color .15s,background .15s;display:grid;position:relative}.order-page .product:has(input:checked){border-color:var(--lime-dark);background:#fff8d8;box-shadow:0 6px 18px #e3b50024}.order-page .product-select{cursor:pointer;display:contents}.order-page .product input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.order-page .check-ui{border:2px solid #bac4bc;border-radius:8px;place-items:center;width:24px;height:24px;display:grid}.order-page .check-ui:after{content:"";border:0 solid #163925;border-width:0 0 2.5px 2.5px;width:9px;height:5px;transition:all .14s;transform:rotate(-45deg)scale(0)}.order-page .product input:checked+.check-ui{background:var(--lime);border-color:var(--lime-dark)}.order-page .product input:checked+.check-ui:after{transform:rotate(-45deg)scale(1)}.order-page .product-copy strong{font-size:14px;line-height:1.25;display:block}.order-page .order-product-image{object-fit:cover;border-radius:12px;width:52px;height:52px;margin-bottom:8px;display:block}.order-page .product-copy span{color:var(--order-muted);font-size:12px}.order-page .product-actions{justify-items:end;gap:8px;display:grid}.order-page .price{color:var(--forest);font-size:16px;font-weight:900}.order-page .qty-control{align-items:center;gap:6px;display:flex}.order-page .qty-btn{width:28px;height:28px;color:var(--forest);border:1px solid var(--order-line);background:#fff;border-radius:9px;padding:0;font-size:18px;font-weight:900}.order-page .qty-value{text-align:center;min-width:20px;font-size:13px;font-weight:900}.order-page .summary-box{background:var(--forest);color:#fff;border-radius:17px;padding:15px}.order-page .empty-summary{color:#ffffffa6;text-align:center;margin:3px 0;font-size:13px}.order-page .summary-list{gap:11px;display:grid}.order-page .summary-item{grid-template-columns:1fr auto;gap:12px;font-size:13px;display:grid}.order-page .summary-item span:first-child{color:#fffc}.order-page .summary-meta{color:#ffffffc7;border-top:1px dashed #ffffff40;gap:7px;margin-top:14px;padding-top:14px;font-size:12px;display:grid}.order-page .summary-line,.order-page .summary-total{justify-content:space-between;gap:12px;display:flex}.order-page .summary-total{border-top:1px dashed #ffffff40;margin-top:14px;padding-top:14px;font-weight:800}.order-page .summary-total strong{color:var(--lime);font-size:22px}.order-page .summary-instructions{margin-top:16px}.order-page label.consent{cursor:pointer;border:1px solid var(--order-line);background:#fffdf7d1;border-radius:17px;grid-template-columns:25px 1fr;align-items:start;gap:11px;margin:16px 0 0;padding:15px;display:grid}.order-page .consent input{width:20px;min-height:20px;accent-color:var(--forest);margin:1px 0 0;padding:0}.order-page .consent span{color:#657168;font-size:11px;line-height:1.55}.order-page .consent strong{color:var(--order-ink);margin-bottom:3px;font-size:12px;display:block}.order-page .payment-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.order-page label.payment{cursor:pointer;text-align:center;border:1.5px solid var(--order-line);background:#fbf9f2;border-radius:15px;place-items:center;gap:7px;min-height:78px;margin:0;padding:10px 5px;font-size:11px;font-weight:800;display:grid;position:relative}.order-page .payment small{color:var(--order-muted);margin-top:2px;font-size:9px;display:block}.order-page .payment-not-configured{border:1px solid var(--order-line);background:#fffaf0;border-radius:16px;margin-top:14px;padding:16px}.order-page .payment-not-configured p{color:var(--order-muted);margin:7px 0 0;font-size:12px;line-height:1.5}.order-page .payment:has(input:checked){border-color:var(--lime-dark);box-shadow:inset 0 0 0 1px var(--lime-dark);background:#fff8d8}.order-page .payment input{opacity:0;position:absolute}.order-page .pay-icon{width:32px;height:27px;color:var(--forest);background:#eeeade;border-radius:8px;place-items:center;font-size:15px;font-weight:900;display:grid}.order-page .payment:has(input:checked) .pay-icon{background:var(--lime)}.order-page .secure-checkout-note{color:var(--order-muted);text-align:center;margin:13px 2px 0;font-size:11px;line-height:1.5}.order-page .paynow-box{text-align:center;border:1px solid var(--order-line);background:#fffaf0;border-radius:16px;margin-top:13px;padding:14px}.order-page .paynow-amount{color:var(--order-muted);margin:9px 0 3px;font-size:12px}.order-page .paynow-amount strong{color:var(--order-ink);margin-top:2px;font-size:27px;display:block}.order-page .paynow-business{color:var(--forest);margin:10px auto;font-size:14px;font-weight:900;display:block}.order-page .uen-row{justify-content:center;margin:10px 0 14px;display:flex}.order-page .uen{border:1.5px solid var(--order-line);background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:220px;min-height:44px;padding:8px 12px;font-size:14px;font-weight:900;display:flex}.order-page .order-error{color:#fff;background:#9b3129;border-radius:14px;margin:0 0 14px;padding:13px 15px;font-size:13px;font-weight:700}.order-page .sticky-bar{width:100%;padding:0 16px max(20px, env(safe-area-inset-bottom));background:var(--order-cream);position:static}.order-page .place-order{width:100%;min-height:58px;color:var(--forest);background:linear-gradient(135deg,#ffd31a,#ffc400);border:0;border-radius:17px;justify-content:center;align-items:center;gap:9px;font-size:16px;font-weight:900;display:flex;box-shadow:0 12px 25px #d9ac0047}.order-page .place-order:disabled{cursor:not-allowed;opacity:.55}.order-page .arrow{font-size:20px;line-height:1}@media (width>=560px){.order-page.page{border-radius:30px;min-height:calc(100vh - 48px);overflow:hidden}}*{box-sizing:border-box}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-rounded,Segoe UI,system-ui,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.mark{width:42px;height:42px;color:var(--green);background:var(--yellow);border-radius:50% 44% 52% 45%;place-items:center;font-weight:950;display:grid;transform:rotate(-6deg)}.brand{align-items:center;gap:10px;display:flex}.lang{color:inherit;background:0 0;border:1px solid;border-radius:999px;margin-left:auto;padding:8px 13px;font-weight:800}.hero{color:#fff;background:linear-gradient(148deg, #006052, var(--green) 60%, var(--green2));border-radius:0 0 34px 34px;min-height:225px;padding:22px 20px 28px;position:relative;overflow:hidden}.hero:after{content:"";background:var(--yellow);border-radius:50%;width:230px;height:230px;position:absolute;top:-124px;right:-127px}.hero .brand,.hero-copy{z-index:1;position:relative}.hero-copy{margin-top:30px}.hero-copy small{color:var(--yellow);text-transform:uppercase;letter-spacing:.08em;font-weight:900}.hero-copy h1{max-width:390px;margin:8px 0;font-size:clamp(29px,8vw,39px);line-height:1.05}.hero-copy p{color:#ffffffbf;margin:0}.order-page{width:min(100%,520px);min-height:100vh;margin:auto;box-shadow:0 0 70px #004d4014}.order-page main{padding:20px 16px 40px}.card{background:var(--paper);box-shadow:var(--shadow);border:1px solid #004d4017;border-radius:20px;padding:18px}.order-page .card{margin-bottom:14px}.card h2,.summary h2{margin:0 0 17px;font-size:18px}.card h2 b{background:var(--yellow);border-radius:9px;place-items:center;width:29px;height:29px;margin-right:10px;font-size:13px;display:inline-grid}.products{gap:10px;display:grid}.product{border:1.5px solid var(--line);background:#fbf9f2;border-radius:17px;grid-template-columns:1fr auto;align-items:center;display:grid}.product.selected{background:#fff8d8;border-color:#e3b500}.product-main{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:13px;display:flex}.product-main strong,.product-main small{display:block}.product-main small{color:var(--muted);margin-top:4px}.product-main em{white-space:nowrap;font-style:normal;font-weight:900}.qty{align-items:center;gap:4px;padding-right:10px;display:flex}.qty button{border:1px solid var(--line);background:#fff;border-radius:9px;width:29px;height:29px;font-size:18px;font-weight:900}.order-page label,.settings label{color:#425046;gap:7px;margin:12px 0;font-size:12px;font-weight:800;display:grid}.order-page input,.order-page textarea,.settings input{width:100%;min-height:50px;color:var(--ink);border:1.5px solid var(--line);background:#fbf9f2;border-radius:14px;outline:0;padding:12px}.order-page textarea{resize:vertical;min-height:85px}.check{align-items:flex-start;line-height:1.45;grid-template-columns:none!important;gap:9px!important;font-weight:500!important;display:flex!important}.check input{accent-color:var(--green);width:18px!important;min-height:18px!important}.toggle{grid-template-columns:1fr 1fr;gap:7px;display:grid}.toggle button{min-height:48px;color:var(--green);border:1.5px solid var(--line);background:#fff;border-radius:13px;font-weight:850}.toggle button.active{background:#fff5c0;border-color:#e3b500}.note{color:var(--muted);font-size:12px}.summary{color:#fff;background:var(--green);border-radius:20px;padding:18px}.summary>div{color:#ffffffd1;justify-content:space-between;gap:10px;padding:6px 0;font-size:13px;display:flex}.summary footer{border-top:1px dashed #fff5;justify-content:space-between;margin-top:12px;padding-top:14px;display:flex}.summary footer strong{color:var(--yellow);font-size:22px}.checkout,.primary{width:100%;min-height:52px;color:var(--green);background:var(--yellow);border:0;border-radius:14px;margin-top:15px;font-weight:950}.checkout:disabled{opacity:.55;cursor:not-allowed}.error{color:var(--red)!important}.closed{color:#7c4d00;background:#fff0ad;border:1px solid #e3b500;border-radius:15px;margin-bottom:14px;padding:15px;font-weight:800}.center,.login{place-items:center;min-height:100vh;display:grid}.login form{background:var(--paper);width:min(92%,420px);box-shadow:var(--shadow);border-radius:24px;padding:28px;position:relative}.seller-language-toggle{min-width:44px;min-height:44px;color:var(--forest);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:800}.seller-language-toggle:hover,.seller-language-toggle:focus-visible{background:#004d4012}.login form>.seller-language-toggle{position:absolute;top:14px;right:14px}.login h1{margin-bottom:5px}.login p{color:var(--muted)}.login label{gap:7px;margin:14px 0;font-size:12px;font-weight:800;display:grid}.login input{border:1px solid var(--line);border-radius:12px;min-height:50px;padding:12px}.portal{min-height:100vh}.portal>aside{color:#fff;background:linear-gradient(180deg, var(--green), var(--green2));width:230px;padding:20px 13px;position:fixed;inset:0 auto 0 0}.portal>aside nav{gap:5px;margin-top:28px;display:grid}.portal>aside nav button{color:#ffffffc2;text-align:left;background:0 0;border:0;border-radius:12px;padding:12px;font-weight:750}.store-status{gap:12px;padding:14px;display:grid;position:absolute;bottom:20px}.store-status i{background:#64d98b;border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.store-status button{color:#fff;background:0 0;border:1px solid #ffffff40;border-radius:9px;padding:8px 12px}.portal>main{margin-left:230px;padding:25px 28px}.portal>main>header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.portal header h1{margin:4px 0;font-size:28px}.portal header small{color:var(--muted)}.portal .lang{margin:0}.kpis{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.dashboard-period{align-items:center;padding:0 0 14px}.dashboard-period small,.kpi small{color:var(--muted)}.kpi strong{margin-top:8px;font-size:25px;display:block}.portal-grid{grid-template-columns:1.3fr .9fr;gap:14px;margin-top:14px;display:grid}.row{border-top:1px solid #ebe6d9;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;display:flex}.row:first-of-type{border-top:0}.row small{color:var(--muted);margin-top:3px;display:block}.table-card{background:var(--paper);box-shadow:var(--shadow);border-radius:17px;overflow:auto}.toolbar{gap:8px;padding:14px;display:flex}.toolbar input,.toolbar select{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:38px;padding:0 11px}.toolbar input{min-width:240px}.bulk-paynow{grid-template-columns:minmax(180px,1fr) minmax(260px,1.4fr) auto;align-items:center;gap:16px;margin:12px 14px;padding:14px;display:grid}.bulk-paynow small{color:var(--muted);margin-top:3px;display:block}.bulk-paynow .check{margin:0}.bulk-paynow .primary{white-space:nowrap;width:auto}table{border-collapse:collapse;width:100%;min-width:800px}th,td{text-align:left;border-top:1px solid #ebe6d9;padding:11px;font-size:12px}th{color:var(--muted);text-transform:uppercase;background:#faf7ee;font-size:9px}td small{color:var(--muted);display:block}.badge{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.badge.paid{color:#17653f;background:#dff3e7}.badge.verification_required{color:#8a4f00;background:#ffe1b9}.badge.processing,.badge.pending{color:#795e00;background:#fff0ad}.product-toolbar{flex-wrap:wrap;gap:10px;margin:0 0 14px;display:flex}.product-toolbar button{width:auto;padding:10px 18px}.product-admin>article.card{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.product-admin>article.card span small{color:var(--muted);display:block}.product-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.product-actions button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 12px}.product-actions button.danger{color:#9d2f2f;border-color:#e8bcbc}.product-editor{margin-bottom:14px}.portal-product-image{float:left;object-fit:cover;border-radius:11px;width:52px;height:52px;margin:0 11px 4px 0}.operations-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;display:grid}.team-admin>.primary{width:auto;margin-bottom:14px;padding:10px 18px}.team-admin>.settings,.team-admin>p{margin-bottom:14px}.team-list button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 12px}.operations-grid>.card{min-width:0}.operations-message{grid-column:1/-1;margin:0}.operations-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.operations-heading h2{margin:0}.operations-heading small,.operations-event small{color:var(--muted);display:block}.operations-heading button,.operations-event button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 11px}.health{color:#9d2f2f}.health.online{color:#17653f}.settings{max-width:680px}.settings .primary{width:auto;padding:0 18px}.pos{grid-template-columns:1fr 340px;gap:16px;display:grid}.pos-products{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;display:grid}.pos-products>button{min-height:120px;color:var(--ink);background:var(--paper);box-shadow:var(--shadow);text-align:left;border:2px solid #0000;border-radius:18px;padding:18px;display:grid}.pos-products>button:active{border-color:var(--yellow)}.pos-products b{color:var(--green);align-self:end}.pos-cart{background:var(--paper);box-shadow:var(--shadow);border-radius:20px;padding:20px}.pos-cart footer{border-top:1px solid var(--line);justify-content:space-between;padding-top:15px;font-size:18px;display:flex}.pos-cart footer strong{font-size:24px}@media (width<=850px){.portal>aside{width:auto;position:static}.portal>aside nav{grid-template-columns:repeat(3,1fr)}.store-status{display:none}.portal>main{margin:0;padding:18px}.kpis{grid-template-columns:repeat(2,1fr)}.portal-grid,.pos{grid-template-columns:1fr}.pos-cart{order:-1}}.onboarding{background:linear-gradient(145deg,#eef8ef,#fff8df);place-items:center;min-height:100vh;padding:24px;display:grid}.onboard-card{border:1px solid var(--line);background:#fff;border-radius:24px;width:min(560px,100%);padding:38px;box-shadow:0 24px 70px #173b2c18}.onboard-card h1{margin:34px 0 8px;font-size:clamp(28px,5vw,42px)}.onboard-card>p{color:var(--muted);line-height:1.6}.onboard-card label{gap:7px;margin:16px 0;font-weight:800;display:grid}.onboard-card input{border:1px solid var(--line);font:inherit;border-radius:12px;padding:13px 14px}.onboard-card .checkout{width:100%;margin-top:18px}.onboard-card .back{width:100%;color:var(--green);background:0 0;border:0;margin-top:8px;padding:12px;font-weight:850}.progress{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:28px;display:grid}.progress i{background:#e3ebe4;border-radius:99px;height:6px}.progress i.done{background:var(--green)}.order-detail{width:min(620px,100%);max-height:88vh;position:relative;overflow:auto}.detail-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.detail-actions button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 13px}.table-card tbody tr{cursor:pointer}.mfa-secret{background:#eef8ef;border-radius:12px;gap:8px;margin:16px 0;padding:13px;display:grid}.mfa-secret code{overflow-wrap:anywhere;font-size:11px}.mfa-secret img{border-radius:10px;width:240px;max-width:100%;margin:0 auto}.mfa-key-actions{gap:8px;display:flex}.mfa-key-actions button{flex:1}.mfa-recovery{width:min(92%,460px)}.mfa-recovery ul{grid-template-columns:1fr 1fr;gap:8px 24px;padding-left:24px;display:grid}@media (width<=540px){.portal>aside nav{grid-template-columns:repeat(2,1fr)}.kpis{grid-template-columns:1fr 1fr}.portal-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.toolbar input{min-width:100%}.bulk-paynow{grid-template-columns:1fr}}.marketing{background:#fffaf0}.marketing-nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf0ee;border-bottom:1px solid #173d2c1a;align-items:center;gap:28px;height:78px;padding:0 max(20px,50% - 590px);display:flex;position:sticky;top:0}.marketing-nav nav{gap:25px;margin-left:auto;display:flex}.marketing a{color:inherit;text-decoration:none}.marketing-nav .lang{margin:0}.nav-cta,.marketing-hero button,.plans button{color:#fff;background:var(--green2);border:0;border-radius:999px;padding:13px 18px;font-weight:850}.marketing main{overflow:hidden}.marketing-hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:min(1180px,100% - 40px);min-height:700px;margin:auto;padding:70px 0;display:grid}.eyebrow{color:#496b35;text-transform:uppercase;letter-spacing:.08em;background:#edf0df;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-block}.marketing-hero h1{letter-spacing:-4px;margin:22px 0;font-size:clamp(52px,6vw,82px);line-height:.94}.marketing-hero h1 em{color:#d59c00;font-family:Georgia,serif;font-weight:500}.marketing-hero p{color:#557065;max-width:580px;font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:25px;margin-top:30px;display:flex}.commerce-card{background:var(--green);border:9px solid var(--green2);border-radius:42px;width:min(100%,430px);min-height:510px;margin:auto;padding:24px;position:relative;transform:rotate(2deg);box-shadow:0 30px 70px #14392947}.commerce-head{background:#f4f1e6;border-radius:16px;align-items:center;gap:10px;padding:12px;display:flex}.commerce-head i{color:#28804f;margin-left:auto;font-size:11px}.chat{background:#fff;border-radius:15px;max-width:80%;margin:20px 0;padding:13px;font-size:13px}.chat.out{background:#d9fdd3;margin-left:auto}.mini-order{background:#fff;border-radius:18px;gap:8px;margin-top:26px;padding:18px;display:grid}.mini-order b{background:var(--yellow);text-align:center;border-radius:11px;padding:12px}.paid-card{color:#17653f;text-align:center;background:#dff3e7;border-radius:14px;margin-top:18px;padding:15px;font-weight:900}.marketing-section{width:min(1180px,100% - 40px);margin:auto;padding:100px 0}.marketing-section h2{letter-spacing:-3px;max-width:760px;margin:18px 0 45px;font-size:clamp(40px,5vw,64px);line-height:1}.marketing-grid,.plans{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.marketing-grid article,.plans article{background:#fff;border:1px solid #e3dfd2;border-radius:32px;min-height:280px;padding:28px}.marketing-grid article>b{color:#a2aa9d}.marketing-grid h3,.plans h3{font-size:25px}.marketing-grid p,.plans p{color:#667c70;line-height:1.6}.marketing-section.dark{color:#fff;background:var(--green2);width:100%;max-width:none;padding-left:max(20px,50% - 590px);padding-right:max(20px,50% - 590px)}.dark .eyebrow{color:var(--yellow);background:#ffffff12}.feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.feature-grid div{background:#ffffff10;border:1px solid #ffffff20;border-radius:18px;padding:22px;font-weight:850}.plans article.featured{background:var(--yellow);transform:translateY(-10px)}.plans button{margin-top:25px}.faqs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.faqs details{border:1px solid var(--line);background:#fff;border-radius:17px;padding:20px}.faqs summary{cursor:pointer;font-weight:900}.faqs p{color:var(--muted);line-height:1.6}.marketing-footer{color:#fff;background:var(--green2);justify-content:space-between;align-items:center;gap:20px;padding:35px max(20px,50% - 590px);display:flex}.modal-backdrop{z-index:100;background:#001d18b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.lead-modal{background:#fff;border-radius:24px;width:min(680px,100%);height:min(760px,90vh);padding:25px;position:relative}.lead-modal iframe{border:0;width:100%;height:calc(100% - 60px)}.modal-close{background:#eee;border:0;border-radius:50%;width:38px;height:38px;font-size:25px;position:absolute;top:16px;right:16px}@media (width<=850px){.marketing-nav nav{display:none}.marketing-hero{grid-template-columns:1fr;padding-top:50px}.commerce-card{min-height:460px}.marketing-grid,.plans,.feature-grid{grid-template-columns:1fr}.plans article.featured{transform:none}.faqs{grid-template-columns:1fr}.marketing-footer{flex-direction:column}.marketing-nav .nav-cta{display:none}}.order-page.page main{padding:20px 16px 0}.order-page.page .card{border-radius:22px;margin-bottom:14px;padding:20px 16px;box-shadow:0 8px 28px #004d400f}.survey-order-page main{padding-top:18px}.survey-order-card{background:#fff;border:1px solid #004d401a;border-radius:24px;overflow:hidden;box-shadow:0 12px 34px #004d4014}.survey-order-intro{background:linear-gradient(#fffdf7,#fff);border-bottom:1px solid #ece7da;padding:20px 20px 16px}.survey-order-intro h2{color:var(--forest);letter-spacing:-.55px;margin:9px 0 5px;font-size:22px}.survey-order-intro p{color:var(--order-muted);margin:0;font-size:13px;line-height:1.55}.survey-step{color:var(--forest);background:var(--lime);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;display:inline-flex}.ghl-survey-frame{background:#fff;width:100%;min-height:760px;overflow:hidden}.ghl-survey-frame iframe{background:#fff;border:0;width:100%;min-height:760px;margin:0;display:block}.order-assurances{grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0 20px;display:grid}.order-assurances span{min-width:0;color:var(--order-muted);text-align:center;background:#fffdf7b8;border:1px solid #004d4014;border-radius:14px;place-items:center;gap:4px;padding:12px 5px;font-size:10px;font-weight:800;display:grid}.order-assurances b{width:22px;height:22px;color:var(--forest);background:var(--lime);border-radius:50%;place-items:center;font-size:12px;display:grid}.survey-order-footer{color:var(--order-muted);justify-content:space-between;gap:12px;padding:4px 20px 26px;font-size:11px;display:flex}.survey-order-footer strong{color:var(--forest)}@media (width<=380px){.survey-order-page main{padding-left:10px;padding-right:10px}.survey-order-intro{padding-left:15px;padding-right:15px}.order-assurances{grid-template-columns:1fr}.order-assurances span{text-align:left;justify-content:flex-start;padding:9px 12px;display:flex}}.portal{background:var(--cream);min-height:100vh}.portal>aside{z-index:30;color:#fff;background:linear-gradient(180deg, var(--green), var(--green2));width:230px;padding:20px 13px;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow:hidden}.portal.sidebar-collapsed>aside{transform:translate(-196px)}.portal>aside .brand{min-width:204px;padding:0 9px 23px}.portal>aside .brand strong{font-size:18px;display:block}.portal>aside .brand span{color:#ffffffa6;font-size:10px;display:block}.portal>aside nav{gap:5px;min-width:204px;margin-top:0;display:grid}.portal>aside nav button{color:#ffffffc2;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;width:100%;padding:11px 12px;font-weight:750;display:flex}.portal>aside nav button.active,.portal>aside nav button:hover{color:#fff;background:#ffffff1f}.portal-nav-icon{text-align:center;flex:0 0 20px;width:20px}.sidebar-language{min-width:204px;position:absolute;bottom:154px;left:13px;right:13px}.portal .sidebar-language .lang{color:#fff;border-color:#ffffff73;width:100%;margin:0}.portal .store-status{background:#ffffff17;border:1px solid #ffffff1f;border-radius:14px;min-width:204px;padding:13px;left:13px;right:13px}.portal .store-status strong{font-size:12px}.portal-sidebar-toggle{z-index:45;width:28px;height:30px;color:var(--green);border:1px solid var(--line);background:#fff;border-radius:7px;place-items:center;padding:0;font-size:20px;font-weight:900;transition:left .22s;display:grid;position:fixed;top:16px;left:216px;box-shadow:0 4px 12px #002d251a}.portal.sidebar-collapsed .portal-sidebar-toggle{left:20px}.portal>main{min-height:100vh;margin-left:230px;padding:20px 22px 45px;transition:margin-left .22s}.portal.sidebar-collapsed>main{margin-left:34px}.portal>main>header{justify-content:space-between;align-items:flex-start;min-height:58px;margin:0 0 18px;display:flex}.portal>main>header small{display:none}.portal>main>header h1{letter-spacing:-.7px;margin:0;font-size:27px}.portal>main>header p{color:var(--muted);margin:5px 0 0;font-size:12px}.portal>main>header .lang{display:none}.portal-header-actions{align-items:center;gap:8px;display:flex}.portal-btn.yellow{color:var(--green);background:var(--yellow);border-color:var(--yellow)}.portal .card{background:var(--paper);box-shadow:var(--shadow);border:1px solid #004d4017;border-radius:20px;padding:18px}.portal-btn{min-height:41px;color:var(--green);border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 14px;font-weight:850}.portal-btn.primary{color:#fff;background:var(--green);border-color:var(--green);width:auto;margin:0}.portal-btn.small{min-height:34px;padding:0 10px;font-size:11px}.portal-page-actions,.product-toolbar{justify-content:flex-end;gap:8px;min-height:41px;margin:-76px 0 27px;display:flex}.portal .dashboard-period{background:#ebe6d9;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;margin:0 0 14px;padding:7px;display:flex}.portal .dashboard-date-nav{flex-basis:260px;width:260px}.portal .kpi small:last-child{color:#34845d;margin-top:4px;font-size:10px;display:block}.portal-orders .order-filter-toolbar{gap:7px;margin-bottom:10px;display:grid}.order-filter-primary,.order-filter-secondary{align-items:center;gap:6px;min-width:0;display:flex}.order-type-toggle{background:#e9e4d7;border-radius:10px;gap:3px;padding:3px;display:flex}.order-type-toggle button{min-height:30px;color:var(--muted);background:0 0;border:0;border-radius:8px;padding:0 11px;font-size:12px;font-weight:850}.order-type-toggle button.active{color:#fff;background:var(--green)}.portal-search{border:1px solid var(--line);background:#fff;border-radius:10px;flex:1;min-width:160px;height:34px;padding:0 10px;font-size:13px}.portal-select{min-width:0;height:32px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 24px 0 9px;font-size:12px}.portal-date-nav{border:1px solid var(--line);background:#fff;border-radius:10px;flex:0 0 206px;align-items:center;gap:4px;height:32px;padding:3px;display:flex}.portal-date-nav button{width:26px;height:24px;color:var(--green);background:#f5f1e5;border:0;border-radius:7px;place-items:center;font-size:18px;font-weight:900;display:grid}.portal-date-nav strong{text-align:center;flex:1;font-size:12px}.portal-table-wrap{background:var(--paper);box-shadow:var(--shadow);border:1px solid #004d4017;border-radius:16px;overflow:auto}.portal-table-meta{color:var(--muted);background:#faf7ee;border-bottom:1px solid #ebe6d9;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.portal-table-meta>div,.portal-table-meta label,.portal-table-bottom{align-items:center;gap:8px;display:flex}.portal-table-meta button,.portal-table-bottom button{width:30px;height:30px;color:var(--green);border:1px solid var(--line);background:#fff;border-radius:8px}.portal-table-wrap table{table-layout:fixed;min-width:1060px}.portal-table-wrap th{letter-spacing:.07em;padding:9px 7px;font-size:9px}.sort-heading{color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.sort-heading span{color:var(--green);font-size:11px;line-height:1}.portal-table-wrap td{vertical-align:top;padding:8px 7px;font-size:11px}.portal-table-wrap td small{margin-top:3px;display:block}.portal-table-wrap tbody tr:hover{background:#ffe9a3}.portal-table-wrap th:first-child{width:142px}.portal-table-wrap th:nth-child(2){width:105px}.portal-table-wrap th:nth-child(3){width:130px}.portal-table-wrap th:nth-child(4){width:185px}.portal-table-wrap th:nth-child(5){width:70px}.portal-table-wrap th:nth-child(6){width:105px}.portal-table-wrap th:nth-child(7){width:120px}.portal-table-wrap th:nth-child(8){width:62px}.portal-table-wrap th:nth-child(9){width:28px}.portal-view-products{color:var(--muted)}.row-menu{width:29px;min-height:27px;color:var(--green);border:1px solid var(--line);background:#fff;border-radius:8px;font-size:17px}.portal-empty{color:var(--muted);text-align:center;padding:28px;font-size:11px}.portal-table-bottom{background:#faf7ee;border-top:1px solid #ebe6d9;justify-content:flex-end;padding:10px 12px;font-size:10px}.portal-table-bottom .to-top{color:#fff;background:var(--green)}.portal .product-admin{position:relative}.portal .product-toolbar{flex-wrap:nowrap}.portal-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.portal .portal-product-card{grid-template-columns:18px 1fr auto;align-items:center;gap:13px;min-height:70px;display:grid;position:relative}.portal-product-card h3{margin:0;font-size:13px}.portal-product-card p{color:var(--muted);margin:4px 0 0;font-size:10px}.product-drag{color:#a3aaa5;cursor:grab;letter-spacing:-2px;font-size:11px}.portal-product-card.dragging{opacity:.58;border-color:var(--green)}.text-action{color:var(--green);font-size:inherit;background:0 0;border:0;padding:0;font-weight:850}.text-action.danger{color:var(--red)}.portal-switch{width:42px;height:24px;margin:0;display:block;position:relative}.portal-switch input{opacity:0;width:1px;height:1px;position:absolute}.portal-switch>span{cursor:pointer;background:#c9cec9;border-radius:999px;position:absolute;inset:0}.portal-switch>span:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.portal-switch input:checked+span{background:var(--green)}.portal-switch input:checked+span:after{transform:translate(18px)}.product-reorder{gap:3px;display:none;position:absolute;top:5px;left:5px}.portal-product-card:hover .product-reorder{display:flex}.product-reorder button{border:1px solid var(--line);background:#fff;border-radius:6px;width:23px;height:23px;padding:0}.product-order-save{text-align:center;margin-top:11px}.product-order-save p{color:var(--muted);margin:6px 0 0;font-size:10px}.store-settings-page{position:relative}.store-settings-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.store-settings-grid .card{min-width:0}.store-settings-grid h2{margin:0 0 10px;font-size:16px}.portal .settings label{color:var(--ink);gap:6px;margin:13px 0 0;font-size:11px;font-weight:850;display:grid}.portal .settings input,.portal .settings textarea{width:100%;min-height:43px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:11px;outline:none;padding:10px 12px}.portal .settings textarea{resize:vertical;min-height:85px}.copy-field{grid-template-columns:1fr auto;gap:8px;display:grid}.copy-field .portal-btn{min-height:43px}.setting-toggle-row{justify-content:space-between;align-items:center;gap:12px;margin-top:17px;display:flex}.setting-toggle-row strong{font-size:11px;display:block}.setting-toggle-row small{color:var(--muted);margin-top:3px;font-size:10px;display:block}.crm-connection{background:#eef8f2;border:1px solid #cce5d5;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.crm-connection strong{font-size:12px}.crm-connection div span{color:#498065;margin-top:3px;font-size:10px;display:block}.connection-badge{color:#8a4f00;background:#ffe1b9;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.connection-badge.connected{color:#17653f;background:#dff3e7}.portal-btn.reconnect{margin-top:13px}.tag-settings{grid-column:1}.tag-settings>p{color:var(--muted);margin:0;font-size:10px}.portal .settings label.tag-setting{grid-template-columns:18px 1fr;align-items:center;gap:9px;margin-top:8px;display:grid}.tag-dot{border-radius:50%;width:11px;height:11px}.tag-gold{background:#d5a500}.tag-red{background:#db4f45}.tag-blue{background:#3d83d5}.tag-green{background:#3c9a62}.tag-purple{background:#8c5ac5}.settings-message{color:var(--green);background:#eef8f2;border-radius:10px;margin:-10px 0 14px;padding:10px 12px;font-size:11px}.payment-settings-page{max-width:none;position:relative}.payment-settings-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.portal .payment-method-card{min-height:540px;padding:22px}.payment-card-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.payment-card-heading h2{margin:0;font-size:18px}.payment-method-card .crm-connection{margin-top:18px}.payment-help{color:var(--muted);margin:17px 0 0;font-size:11px;line-height:1.55}.payment-upload-zone{min-height:180px;color:var(--ink);border:2px dashed var(--line);text-align:center;cursor:pointer;background:#fff;border-radius:16px;place-items:center;padding:24px;display:grid;position:relative;overflow:hidden}.payment-upload-zone input{opacity:0;cursor:pointer;width:100%;height:100%;padding:0;position:absolute;inset:0}.payment-upload-zone>span{color:var(--muted);margin-top:7px;font-size:10px;line-height:1.45}.payment-upload-zone img{object-fit:contain;max-width:118px;max-height:118px;margin-bottom:8px}@media (width<=1024px){.order-filter-primary,.order-filter-secondary{flex-wrap:wrap}.portal-products-grid{grid-template-columns:1fr}}@media (width<=850px){.portal .store-status{display:grid}.portal>main,.portal.sidebar-collapsed>main{margin-left:34px;padding:18px 14px 35px}.portal-page-actions,.product-toolbar{flex-wrap:wrap;justify-content:flex-start;margin-top:0}.store-settings-grid,.payment-settings-grid{grid-template-columns:1fr}.portal .payment-method-card{min-height:0}.tag-settings{grid-column:auto}}.order-toast{z-index:200;color:#fff;opacity:0;background:#9b3129;border-radius:14px;width:min(100% - 32px,480px);padding:13px 15px;font-size:13px;font-weight:700;transition:all .25s;position:fixed;top:18px;left:50%;transform:translate(-50%,-140%);box-shadow:0 16px 40px #004d402e}.order-toast.show{opacity:1;transform:translate(-50%)}.order-page.review-page{width:min(100%,520px);min-height:100vh;padding:max(22px, env(safe-area-inset-top)) 16px 50px;background:var(--cream);margin:0 auto;display:block}.review-header{margin-bottom:18px;padding:4px 3px}.review-header>strong{color:var(--forest);font-size:15px}.review-header h1{margin:19px 0 0;font-size:29px}.review-header p{color:var(--order-muted);font-size:13px}.review-card{background:var(--order-paper);border:1px solid #004d4017;border-radius:22px;margin-bottom:14px;padding:18px 16px;box-shadow:0 8px 28px #004d400f}.review-card h2{margin:0 0 14px;font-size:17px}.review-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.status-badge{color:#755d00;text-transform:uppercase;background:#fff0a6;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}.review-items{border-bottom:1px dashed var(--order-line);gap:10px;margin-top:15px;padding-bottom:14px;display:grid}.review-item,.review-total{justify-content:space-between;gap:12px;font-size:13px;display:flex}.review-total{margin-top:14px;font-size:16px;font-weight:900}.review-total strong{color:var(--forest);font-size:24px}.review-detail{grid-template-columns:108px 1fr;gap:9px 12px;margin:0;font-size:12px;display:grid}.review-detail dt{color:var(--order-muted)}.review-detail dd{overflow-wrap:anywhere;margin:0;font-weight:800}.edit-order{width:100%;min-height:48px;color:var(--forest);border:1.5px solid var(--forest);background:0 0;border-radius:14px;margin-top:15px;font-weight:900}.stripe-elements-panel{gap:14px;display:grid}.stripe-pay{color:#fff;background:#635bff;border:0;border-radius:10px;width:100%;min-height:51px;padding:0 14px;font-weight:850}.stripe-elements-panel p,.review-security{color:var(--order-muted);text-align:center;font-size:10px}.paynow-qr{object-fit:contain;border:1px solid var(--order-line);background:#fff;border-radius:14px;width:164px;height:164px;margin:14px auto;padding:8px;display:block}.paynow-steps{color:#56635a;text-align:left;padding-left:28px;font-size:12px;line-height:1.55}.whatsapp-btn{color:#fff;text-align:center;background:#1fa855;border-radius:13px;padding:13px;font-size:13px;font-weight:900;text-decoration:none;display:block}.success-page{min-height:100vh}.success-top{color:#fff;background:linear-gradient(145deg,#006052,#003a31);justify-content:space-between;padding:22px 20px;display:flex}.success-main{padding:34px 17px 45px!important}.success-card{text-align:center;background:var(--order-paper);border-radius:26px;padding:34px 22px 24px;box-shadow:0 18px 48px #004d401f}.success-icon{width:76px;height:76px;color:var(--forest);background:var(--lime);border-radius:24px;place-items:center;margin:0 auto 20px;font-size:36px;font-weight:900;display:grid}.success-status{letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--forest)!important;font-size:12px!important}.success-details{color:#fff;background:var(--forest);text-align:left;border-radius:18px;gap:12px;margin:20px 0;padding:17px;display:grid}.success-details div{justify-content:space-between;gap:15px;display:flex}.success-details span{color:#ffffffab}.close-success{color:#fff;background:var(--forest);border:0;border-radius:14px;width:100%;min-height:48px;font-weight:800}.password-field{gap:6px;display:flex}.password-field input{flex:1}.password-field button,.forgot{color:var(--forest);background:0 0;border:0;font-weight:800}.login label.remember{flex-direction:row;align-items:center;gap:8px;display:flex}.login label.remember input{width:auto}.health-banner{border-radius:16px;justify-content:space-between;gap:16px;margin-bottom:14px;padding:17px;display:flex}.health-banner.healthy{background:#e9f7ee;border:1px solid #c8e8d3}.health-banner.warning{background:#fff5c7;border:1px solid #eadc98}.health-banner strong{font-size:15px}.health-banner p{color:var(--muted);margin:5px 0 0;font-size:11px}.health-banner>span{background:#fff;border-radius:999px;align-self:start;padding:6px 9px;font-size:9px;font-weight:900}.health-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.health-grid .card>strong{margin:12px 0;font-size:20px;display:block}.health-grid .card p{color:var(--muted);font-size:11px}.health-actions{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.health-actions button{min-height:36px;color:var(--green);border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 10px;font-weight:800}@media (width<=700px){.health-grid{grid-template-columns:1fr}}.team-tabs{background:#e9e4d7;border-radius:13px;gap:6px;margin-bottom:14px;padding:5px;display:flex;overflow:auto}.team-tabs button{min-height:38px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:10px;padding:0 15px;font-size:11px;font-weight:900}.team-tabs button.active{color:#fff;background:var(--green)}.permission-table{min-width:620px;margin:14px 0;overflow:auto}.permission-row{border-top:1px solid var(--line);grid-template-columns:minmax(190px,1fr) repeat(3,100px);align-items:center;padding:11px;display:grid}.permission-row.permission-head{color:var(--muted);background:#edf1f2;border:0}.permission-row input{width:18px;height:18px;accent-color:var(--green);justify-self:center}.customer-with-tag{align-items:center;gap:.45rem;display:inline-flex}.customer-tag-dot{border-radius:50%;width:.7rem;height:.7rem;display:inline-block}.customer-tag-dot.gold{background:#c99420}.customer-tag-dot.red{background:#c94949}.customer-tag-dot.blue{background:#3988bf}.customer-tag-dot.green{background:#3b9860}.customer-tag-dot.purple{background:#8954aa}
