:root{--green:#123d2d;--green2:#1d6045;--cream:#f7f4ec;--yellow:#f6b73c;--red:#d9544d;--ink:#17231d;--muted:#718078;--line:#dce3df;--white:#fff;--shadow:0 10px 35px #17352812}*{box-sizing:border-box}body{margin:0;background:#f5f7f5;color:var(--ink);font:14px/1.5 Inter,Segoe UI,Arial,sans-serif}a{text-decoration:none;color:inherit}.sidebar{position:fixed;inset:0 auto 0 0;width:240px;background:var(--green);color:white;padding:26px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;gap:12px;align-items:center;font-size:20px;font-weight:800;margin-bottom:34px}.brand span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--yellow);color:var(--green);font-size:26px}.brand small,.topbar small{display:block;font-size:11px;font-weight:500;opacity:.7}.sidebar nav{display:grid;gap:6px}.sidebar nav a{padding:11px 13px;border-radius:10px;color:#d9e6e0}.sidebar nav a:hover{background:#ffffff14;color:white}.logout{margin-top:auto;width:100%;border:1px solid #ffffff33;background:transparent;color:white;border-radius:10px;padding:10px}.admin-main{margin-left:240px}.topbar{height:75px;background:white;border-bottom:1px solid var(--line);padding:16px 28px;display:flex;align-items:center;justify-content:space-between}.topbar b{font-size:20px}.user-pill{background:var(--cream);padding:8px 13px;border-radius:20px;font-size:12px}.content{padding:25px 28px}.grid{display:grid;gap:18px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow)}.stat small{color:var(--muted)}.stat strong{display:block;font-size:25px;margin-top:6px}.stat i{font-style:normal;color:var(--green2);font-weight:700}.section-title{display:flex;justify-content:space-between;align-items:center;margin:25px 0 12px}.section-title h2{margin:0;font-size:17px}.table-wrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:14px}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:13px 15px;border-bottom:1px solid #edf0ee;white-space:nowrap}th{font-size:11px;text-transform:uppercase;color:var(--muted);background:#fafbfa}.badge{display:inline-block;padding:4px 9px;border-radius:20px;background:#edf6f1;color:var(--green2);font-size:11px;font-weight:700}.badge.pending{background:#fff5db;color:#9a6810}.badge.cancelled{background:#fee9e7;color:#ae3932}.btn{border:0;border-radius:10px;background:var(--green);color:white;padding:10px 15px;font-weight:700;cursor:pointer}.btn.secondary{background:white;color:var(--green);border:1px solid var(--line)}.btn.yellow{background:var(--yellow);color:#352404}.flash{margin:18px 28px 0;padding:12px 16px;background:#e6f7ed;color:#226442;border-radius:10px}.pos-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start}.category-tabs{display:flex;gap:8px;margin-bottom:15px;overflow:auto}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:20px;padding:8px 13px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{cursor:pointer;padding:0;overflow:hidden;transition:.15s}.product-card:hover{transform:translateY(-2px);border-color:#9cbcad}.product-img{height:112px;background:linear-gradient(135deg,#e8f2eb,#fff2ce);display:grid;place-items:center;font-size:40px}.product-info{padding:13px}.product-info b{display:block}.price{color:var(--green2);font-weight:800}.stock{font-size:11px;color:var(--muted)}.cart{position:sticky;top:18px}.cart-list{max-height:310px;overflow:auto}.cart-row{padding:12px 0;border-bottom:1px solid var(--line)}.cart-row header{display:flex;justify-content:space-between}.qty{display:flex;gap:7px;align-items:center;margin-top:6px}.qty button{width:25px;height:25px;border:1px solid var(--line);background:white;border-radius:6px}.totals{display:grid;gap:7px;margin:15px 0}.totals div{display:flex;justify-content:space-between}.totals .grand{font-size:18px;font-weight:800;border-top:1px dashed var(--line);padding-top:10px}.field{margin:10px 0}.field label{display:block;font-size:11px;font-weight:700;color:var(--muted);margin-bottom:4px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px;background:white}.row{display:flex;gap:10px}.row>*{flex:1}.empty{text-align:center;color:var(--muted);padding:35px 10px}.modal{position:fixed;inset:0;background:#081b13aa;display:none;align-items:center;justify-content:center;z-index:30}.modal.open{display:flex}.modal-box{width:min(480px,92vw);max-height:90vh;overflow:auto;background:white;border-radius:18px;padding:22px}.option-grid{display:flex;flex-wrap:wrap;gap:8px}.option{border:1px solid var(--line);border-radius:9px;padding:8px}.catalog-hero{background:var(--green);color:white;padding:45px max(5vw,24px);display:flex;justify-content:space-between;align-items:center}.catalog-hero h1{font-size:38px;margin:0 0 8px}.catalog-wrap{max-width:1100px;margin:auto;padding:25px}.track{max-width:700px;margin:30px auto}.timeline{border-left:3px solid #cae2d5;margin:20px;padding-left:20px}.timeline div{padding:10px 0}.receipt{width:58mm;margin:10px auto;background:white;padding:4mm;color:#000;font:11px/1.35 monospace}.receipt h2,.receipt p{text-align:center;margin:3px}.receipt table td{padding:3px 0;border:0;white-space:normal}.receipt .line{border-top:1px dashed #000;margin:6px 0}.receipt .right{text-align:right}@media(max-width:1000px){.stats{grid-template-columns:repeat(2,1fr)}.pos-layout{grid-template-columns:1fr}.cart{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.sidebar{position:static;width:auto;height:auto;padding:15px}.sidebar nav{display:flex;overflow:auto}.sidebar nav a{white-space:nowrap}.sidebar form{display:none}.admin-main{margin:0}.topbar{padding:13px 16px}.content{padding:18px 14px}.stats{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.catalog-hero h1{font-size:27px}.user-pill{display:none}}@media print{body{background:white}.sidebar,.topbar,.no-print{display:none!important}.admin-main{margin:0}.receipt{margin:0;padding:1mm}@page{size:58mm auto;margin:0}}

/* Customer storefront */
.sheet-open{overflow:hidden}.customer-app{min-height:100vh;background:#f8faf9;font-family:"Segoe UI",Arial,sans-serif}.customer-header{position:sticky;top:0;z-index:40;height:72px;padding:12px max(4vw,18px);background:#ffffffec;backdrop-filter:blur(14px);border-bottom:1px solid #edf2ef;display:flex;align-items:center;justify-content:space-between}.customer-brand{display:flex;align-items:center;gap:11px}.customer-logo{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#13834f,#075c36);color:#fff;font-size:24px;font-weight:900;box-shadow:0 8px 18px #0b74452d}.customer-brand b{display:block;color:#087440;font-size:20px;line-height:1}.customer-brand small{display:block;margin-top:5px;font-size:9px;color:#748279;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}.customer-actions{display:flex;align-items:center;gap:9px}.store-status{padding:6px 10px;border:1px solid #b9e1c9;border-radius:999px;color:#087440;background:#effbf4;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.store-status:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#16a360;margin-right:5px}.store-status.closed{color:#b23f3a;background:#fff1f0;border-color:#f3cbc8}.store-status.closed:before{background:#d95049}.customer-avatar,.customer-login{height:34px;min-width:34px;padding:0 11px;border-radius:999px;background:#eaf6ef;color:#087440;display:grid;place-items:center;font-size:11px;font-weight:900}.customer-main{width:min(1100px,100%);margin:auto;padding:18px max(4vw,16px) 100px}.customer-hero{min-height:220px;border-radius:30px;padding:34px 38px;background:radial-gradient(circle at 87% 20%,#ffffff24 0 17%,transparent 18%),linear-gradient(135deg,#189159,#075b37);color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:0 18px 40px #075b372d}.hero-kicker{font-size:10px;text-transform:uppercase;letter-spacing:2px;font-weight:900;color:#b9f3d1}.customer-hero h1{font-size:42px;line-height:.93;margin:10px 0;text-transform:uppercase;font-style:italic;letter-spacing:-1.5px}.customer-hero p{margin:0;color:#d7f6e4}.hero-art{position:relative;width:210px;height:150px}.hero-art span{position:absolute;display:grid;place-items:center;width:130px;height:130px;border-radius:40px;background:#ffffff18;font-size:74px;transform:rotate(8deg)}.hero-art span:last-child{right:0;bottom:-25px;width:105px;height:105px;font-size:58px;transform:rotate(-12deg)}.customer-categories{position:sticky;top:72px;z-index:30;display:flex;gap:8px;overflow:auto;padding:15px 2px;background:#f8faf9e8;backdrop-filter:blur(10px)}.customer-categories a{white-space:nowrap;padding:9px 13px;border:1px solid #e2e9e5;border-radius:999px;background:#fff;color:#435149;font-size:11px;font-weight:800}.customer-categories a:hover{background:#0c7647;color:white;border-color:#0c7647}.no-scrollbar::-webkit-scrollbar{display:none}.customer-menu-section{scroll-margin-top:130px;margin-top:19px}.customer-section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.customer-section-title small{color:#9aa59f;text-transform:uppercase;letter-spacing:1.4px;font-size:9px;font-weight:800}.customer-section-title h2{font-size:20px;margin:2px 0;color:#1b2c23}.customer-section-title>span{font-size:10px;color:#86938c}.customer-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.customer-product{background:#fff;border:1px solid #eaf0ec;border-radius:20px;overflow:hidden;box-shadow:0 8px 26px #1b4a3210;cursor:pointer;transition:.2s}.customer-product:hover{transform:translateY(-3px);box-shadow:0 14px 30px #1b4a321d}.customer-product-photo{height:150px;background:linear-gradient(145deg,#edf8f1,#fff9e9);display:grid;place-items:center;position:relative;overflow:hidden}.customer-product-photo img{width:100%;height:100%;object-fit:cover}.customer-product-photo>span{font-size:60px}.promo-label{position:absolute;top:10px;left:10px;padding:5px 8px;background:#ffc840;color:#3b2b00;border-radius:999px;font-size:9px;text-transform:uppercase}.customer-product-body{padding:14px}.customer-product-body h3{font-size:15px;margin:0;color:#17261e}.customer-product-body p{height:34px;margin:5px 0 10px;color:#7d8a83;font-size:11px}.customer-product-body>div{display:flex;align-items:center;justify-content:space-between}.customer-product-body>div>b{color:#087440;font-size:14px}.customer-product-body button{width:30px;height:30px;border:0;border-radius:10px;background:#087440;color:#fff;font-size:19px;cursor:pointer}.customer-footer{background:#fff;border-top:1px solid #edf1ef;padding:35px max(5vw,24px);display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px;color:#77847d}.customer-footer h2{color:#087440;margin:0}.customer-footer b{color:#27372f}.customer-footer p{font-size:12px}.customer-footer a{color:#07804a;font-weight:700}.customer-footer>small{grid-column:1/-1;padding-top:20px;border-top:1px solid #edf1ef;text-align:center}.floating-cart{position:fixed;z-index:70;bottom:18px;left:50%;transform:translateX(-50%);width:min(520px,calc(100% - 28px));border:0;border-radius:18px;padding:15px 18px;background:#087440;color:#fff;display:flex;justify-content:space-between;align-items:center;font-weight:900;text-transform:uppercase;letter-spacing:.7px;box-shadow:0 14px 35px #054f2e5c;cursor:pointer}.floating-cart[hidden]{display:none}.floating-cart i{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:8px;border-radius:50%;background:#fff;color:#087440;font-style:normal}.customer-overlay{position:fixed;inset:0;z-index:100;background:#071d13a8;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:.2s}.customer-overlay.open{opacity:1;visibility:visible}.customer-product-modal{position:relative;width:min(480px,100%);max-height:92vh;overflow:auto;border-radius:30px;background:#fff;padding:25px;transform:translateY(18px) scale(.98);transition:.25s}.customer-overlay.open .customer-product-modal{transform:none}.sheet-close{width:34px;height:34px;border:0;border-radius:50%;background:#f0f4f2;color:#3a4941;font-size:21px;cursor:pointer}.customer-product-modal>.sheet-close{position:absolute;top:18px;right:18px}.modal-product-heading{display:flex;align-items:center;gap:14px;padding-right:40px;margin-bottom:20px}.modal-product-heading>span{width:66px;height:66px;border-radius:20px;background:#eef8f2;display:grid;place-items:center;font-size:35px}.modal-product-heading small{font-size:9px;text-transform:uppercase;color:#8a9790;letter-spacing:1px;font-weight:800}.modal-product-heading h2{font-size:20px;margin:2px 0}.modal-product-heading b{color:#087440}.customer-form{display:grid;gap:13px}.customer-form label,.customer-form fieldset{display:grid;gap:5px;border:0;padding:0;margin:0;color:#526158;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.customer-form input,.customer-form select,.customer-form textarea{width:100%;padding:12px 13px;border:1px solid #dfe7e2;border-radius:13px;background:#fff;color:#1c2b23;font:13px inherit;outline:none;text-transform:none;letter-spacing:0}.customer-form input:focus,.customer-form select:focus,.customer-form textarea:focus{border-color:#23a566;box-shadow:0 0 0 3px #23a56616}.customer-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}.customer-options label{display:flex;align-items:center;border:1px solid #e3eae6;padding:9px;border-radius:12px;text-transform:none;letter-spacing:0}.customer-options label input{width:auto;margin-right:7px}.customer-options label span{font-size:11px}.customer-options label small{display:block;color:#15915a}.modal-product-footer{position:sticky;bottom:-25px;margin:18px -25px -25px;padding:16px 25px 22px;background:#fff;border-top:1px solid #edf1ef}.modal-product-footer span{display:flex;justify-content:space-between;margin-bottom:10px;color:#76837c;font-size:11px;text-transform:uppercase;font-weight:800}.modal-product-footer span b{color:#087440;font-size:16px}.modal-product-footer button,.customer-cart-sheet>footer>button{width:100%;padding:14px;border:0;border-radius:15px;background:#0a7b49;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.cart-sheet-overlay{align-items:flex-end;padding:0}.customer-cart-sheet{width:min(540px,100%);height:min(92vh,850px);background:#fff;border-radius:34px 34px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:.32s}.customer-overlay.open .customer-cart-sheet{transform:none}.customer-cart-sheet>header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid #edf1ef}.customer-cart-sheet h2{margin:0;color:#075f39}.customer-cart-sheet header small{color:#9aa49f;text-transform:uppercase;letter-spacing:1.2px;font-size:9px}.customer-cart-scroll{flex:1;overflow:auto}.customer-cart-item{display:grid;grid-template-columns:48px 1fr auto;gap:11px;align-items:center;padding:14px 20px;border-bottom:1px solid #eef2ef}.cart-item-icon{width:48px;height:48px;border-radius:15px;background:#edf8f1;display:grid;place-items:center;font-size:24px}.customer-cart-item b,.customer-cart-item small,.customer-cart-item strong{display:block}.customer-cart-item small{color:#8a958f;font-size:10px}.customer-cart-item strong{color:#087440;font-size:12px;margin-top:3px}.customer-qty{display:flex;align-items:center;gap:5px}.customer-qty button{width:25px;height:25px;border:1px solid #dfe7e2;background:white;border-radius:8px}.customer-qty .remove{border:0;color:#c34740;background:#fff1f0}.customer-empty{text-align:center;padding:45px;color:#89958f}.checkout-section{padding:20px;background:#f1faf5;border-top:1px solid #dcedE4}.checkout-section h3{margin-top:0;color:#075f39;text-transform:uppercase;font-size:11px;letter-spacing:1px}.order-type-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#fff;padding:5px;border:1px solid #dceae2;border-radius:14px;margin-bottom:15px}.order-type-buttons button{padding:10px;border:0;border-radius:10px;background:transparent;color:#639078;font-weight:800}.order-type-buttons button.active{background:#0a7b49;color:white}.customer-cart-sheet>footer{padding:17px 22px 22px;border-top:1px solid #e7ece9;background:#fff}.customer-cart-sheet>footer>div{display:flex;justify-content:space-between;margin-bottom:5px;color:#738078;font-size:12px}.customer-cart-sheet>footer .customer-grand{padding-top:8px;margin-top:8px;border-top:1px dashed #dce4df;color:#1e2c24;font-size:18px;font-weight:900}.customer-cart-sheet>footer .customer-grand b{color:#087440}.customer-cart-sheet>footer>button{margin-top:10px}.customer-cart-sheet>footer>button:disabled{opacity:.6}.customer-form [hidden]{display:none}

@media(max-width:720px){.customer-header{height:66px;padding:10px 14px}.customer-logo{width:39px;height:39px}.customer-brand b{font-size:18px}.customer-brand small{font-size:8px}.customer-main{padding:12px 13px 90px}.customer-hero{min-height:165px;padding:24px;border-radius:24px}.customer-hero h1{font-size:29px}.customer-hero p{font-size:11px}.hero-art{width:120px;height:110px}.hero-art span{width:90px;height:90px;border-radius:28px;font-size:52px}.hero-art span:last-child{width:65px;height:65px;font-size:36px}.customer-categories{top:66px}.customer-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.customer-product-photo{height:116px}.customer-product-photo>span{font-size:47px}.customer-product-body{padding:11px}.customer-product-body h3{font-size:13px}.customer-product-body p{font-size:10px;height:31px}.customer-product-body>div>b{font-size:12px}.customer-footer{grid-template-columns:1fr;padding:30px 20px;gap:15px}.customer-product-modal{align-self:flex-end;border-radius:28px 28px 0 0;max-height:94vh}.customer-overlay:has(.customer-product-modal){align-items:flex-end;padding:0}.store-status{font-size:8px}.customer-avatar{display:grid}}
@media(max-width:390px){.hero-art{display:none}.customer-product-photo{height:105px}.customer-product-body p{display:none}.customer-product-body h3{min-height:38px}.customer-options{grid-template-columns:1fr}}

/* Customer navigation and account pages */
.customer-bottom-nav{position:fixed;z-index:85;left:50%;bottom:12px;transform:translateX(-50%);width:min(560px,calc(100% - 24px));height:68px;padding:7px 12px;border:1px solid #e1e9e4;border-radius:24px;background:#fffffff2;backdrop-filter:blur(16px);box-shadow:0 16px 42px #17352838;display:grid;grid-template-columns:repeat(5,1fr);align-items:end}.customer-bottom-nav>a{height:51px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#85928b}.customer-bottom-nav>a>span{position:relative;font-size:20px;line-height:1}.customer-bottom-nav small{font-size:9px;font-weight:800}.customer-bottom-nav>a.active{color:#087440}.customer-bottom-nav .cart-nav{align-self:center}.customer-bottom-nav .cart-nav>span{width:58px;height:58px;margin-top:-29px;border:6px solid #f8faf9;border-radius:50%;background:#087440;color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 10px 24px #075f394c}.customer-bottom-nav .cart-nav i{position:absolute;top:-4px;right:-4px;min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:#ffc53d;color:#3a2900;display:grid;place-items:center;font:800 9px Arial}.customer-bottom-nav .cart-nav i[hidden]{display:none}.floating-cart{bottom:94px}.customer-page{width:min(980px,100%);min-height:calc(100vh - 72px);margin:auto;padding:28px max(4vw,16px) 115px}.customer-page-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.customer-panel{background:#fff;border:1px solid #e5ece8;border-radius:22px;padding:22px;box-shadow:0 9px 28px #1735280d}.panel-heading{display:flex;justify-content:space-between;margin-bottom:18px}.panel-heading small{color:#94a098;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:800}.panel-heading h2{margin:3px 0;font-size:20px}.profile-hero{padding:25px 28px;margin-bottom:18px;border-radius:25px;background:linear-gradient(135deg,#158956,#075c37);color:#fff;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:17px;box-shadow:0 16px 34px #075c372c}.profile-hero>span{width:70px;height:70px;border-radius:23px;background:#ffffff20;display:grid;place-items:center;font-size:30px;font-weight:900}.profile-hero small{color:#bff2d3;text-transform:uppercase;letter-spacing:1.2px;font-size:9px;font-weight:900}.profile-hero h1{margin:2px 0;font-size:25px}.profile-hero p{margin:0;color:#d7f6e4;font-size:12px}.profile-hero>b{padding:8px 12px;border-radius:999px;background:#ffffff18}.customer-primary,.customer-logout{width:100%;padding:13px;border:0;border-radius:13px;background:#087440;color:white;font-weight:900;cursor:pointer}.customer-logout{margin-top:22px;background:#fff1f0;color:#b43e38}.customer-form hr{width:100%;border:0;border-top:1px solid #e8eeea}.form-help{margin:0;color:#8a9690;font-size:11px}.profile-order{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #edf1ef}.profile-order b,.profile-order small{display:block}.profile-order small{color:#8b9790;font-size:10px}.profile-order strong{color:#087440;white-space:nowrap}.customer-success,.customer-error{padding:12px 15px;margin-bottom:15px;border-radius:12px;background:#e9f8ef;color:#176a3e}.customer-error{background:#fff0ef;color:#b23d37}.points-card{min-height:190px;border-radius:28px;padding:30px;background:radial-gradient(circle at 90% 10%,#ffffff25 0 20%,transparent 21%),linear-gradient(135deg,#15905a,#075b37);color:white;display:flex;justify-content:space-between;align-items:center;box-shadow:0 17px 38px #075b3730}.points-card small{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#c5f3d7;font-weight:900}.points-card strong{display:block;font-size:54px;line-height:1;margin:11px 0}.points-card p{margin:0;color:#d8f5e4}.points-card>span{font-size:70px;color:#ffffff24}.points-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.points-info>div{padding:15px;border-radius:16px;background:#fff;border:1px solid #e6ece8}.points-info b,.points-info small{display:block}.points-info b{color:#087440}.points-info small{color:#8c9891;font-size:10px}.point-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #edf1ef}.point-icon{width:42px;height:42px;border-radius:14px;background:#fff0ef;color:#ba403a;display:grid;place-items:center;font-size:19px;font-weight:900}.point-icon.earn{background:#e8f8ee;color:#087440}.point-row b,.point-row small,.point-value small{display:block}.point-row small{color:#909b95;font-size:10px}.point-value{text-align:right;color:#ba403a;font-size:16px;font-weight:900}.point-value.earn{color:#087440}.point-value small{font-size:9px;color:#98a19c}.customer-pagination{margin-top:14px}.promo-hero{padding:28px 32px;border-radius:27px;background:linear-gradient(135deg,#ffcb42,#f2a51e);color:#3b2a02;display:flex;align-items:center;justify-content:space-between}.promo-hero small{font-size:9px;text-transform:uppercase;letter-spacing:1.3px;font-weight:900}.promo-hero h1{margin:3px 0;font-size:32px}.promo-hero p{margin:0}.promo-hero>span{font-size:68px;font-weight:900;color:#ffffff7a}.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:17px}.promo-card{position:relative;overflow:hidden;padding:23px;border:1px solid #e5ebe7;border-radius:22px;background:#fff;box-shadow:0 9px 27px #17352810}.promo-card>small{color:#15915a;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:900}.promo-card h2{margin:5px 0}.promo-card p{color:#7e8a84;font-size:11px}.promo-ribbon{position:absolute;top:14px;right:-28px;width:115px;padding:6px;text-align:center;transform:rotate(35deg);background:#087440;color:white;font-weight:900}.promo-code{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border:1px dashed #a9b7af;border-radius:12px;background:#f7faf8}.promo-code code{font-weight:900;color:#075f39}.promo-code button{border:0;background:#e5f5ec;color:#087440;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:900}.promo-card footer{margin-top:12px;color:#9aa39f;font-size:9px}.promo-admin-form{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:end}.promo-admin-form .field{margin:0}.promo-check{padding:10px 0}.gps-button{width:100%;padding:12px;border:0;border-radius:13px;background:#0a7b49;color:white;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;cursor:pointer}.gps-button:disabled{opacity:.65}#customerMap{height:205px;width:100%;border-radius:15px;border:1px solid #dce7e1;overflow:hidden;z-index:1}.location-status{padding:9px 11px;border-radius:11px;background:#e7f6ed;color:#28704c;font-size:10px;text-transform:none;letter-spacing:0}.customer-form label>small{font-size:9px;color:#16915a}
@media(max-width:760px){.customer-bottom-nav{bottom:7px;width:calc(100% - 14px);border-radius:20px}.customer-page{padding-top:16px}.customer-page-grid,.promo-grid{grid-template-columns:1fr}.profile-hero{grid-template-columns:56px 1fr}.profile-hero>span{width:56px;height:56px}.profile-hero>b{grid-column:1/-1;width:max-content}.points-info{grid-template-columns:1fr}.points-card{min-height:165px}.points-card strong{font-size:43px}.promo-admin-form{grid-template-columns:1fr 1fr}.promo-admin-form .btn{grid-column:1/-1}.customer-footer{padding-bottom:100px}}
.customer-bottom-nav{width:min(620px,calc(100% - 24px));padding-left:8px;padding-right:8px;grid-template-columns:repeat(6,1fr)}.earn-label{display:block;color:#168e58;font-size:9px;margin-bottom:5px}.point-label{background:#087440;color:#fff}.redeem-product-button{margin-top:8px!important;background:#f2ad22!important;color:#362500!important}.page-heading{padding:24px 28px;margin-bottom:17px;border-radius:24px;background:#fff;border:1px solid #e4ebe7;display:flex;align-items:center;justify-content:space-between}.page-heading small{color:#15915a;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:900}.page-heading h1{margin:3px 0}.page-heading p{margin:0;color:#7f8b84}.page-heading>span{font-size:52px;color:#0a7b49}.order-history-list{display:grid;gap:13px}.order-history-card{padding:19px;border-radius:20px;background:#fff;border:1px solid #e4ebe7;box-shadow:0 8px 25px #1735280d}.order-history-card>header,.order-history-card>footer{display:flex;align-items:center;justify-content:space-between}.order-history-card h2{font-size:15px;margin:3px 0}.order-history-card header small,.order-history-card footer small{color:#8c9891;font-size:10px}.history-items{padding:11px 0;margin:8px 0;border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef}.history-items p{display:flex;justify-content:space-between;margin:6px 0}.history-items b{color:#087440}.order-history-card footer strong{display:block}.order-history-card footer a{padding:8px 11px;border-radius:10px;background:#e8f7ee;color:#087440;font-size:10px;font-weight:900}.browse-rewards{display:block;margin:-3px 0 16px;padding:13px 16px;border-radius:14px;background:#fff1c8;color:#6c4a00;font-weight:900}.reward-info{margin-bottom:15px}.reward-info p{margin-bottom:0;color:#738078}.reward-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.reward-admin-card header{display:flex;justify-content:space-between}.reward-admin-card header small,.reward-admin-card header b{display:block}.reward-admin-card h3{margin:2px 0}.reward-form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end;margin-top:13px;padding-top:13px;border-top:1px solid #edf1ef}.reward-form label{font-size:10px}.reward-form input[type=number]{width:100%;padding:8px;border:1px solid #dce5e0;border-radius:8px}.reward-variants{margin-top:13px}.reward-variants form{display:grid;grid-template-columns:1fr 80px 90px auto;gap:7px;align-items:center;padding:8px;background:#f7faf8;border-radius:9px;margin-top:5px}.reward-variants input[type=number]{width:100%;padding:6px}.reward-variants button{border:0;border-radius:7px;padding:7px;background:#087440;color:#fff}@media(max-width:760px){.customer-bottom-nav small{font-size:8px}.reward-admin-grid{grid-template-columns:1fr}.reward-form{grid-template-columns:1fr}.reward-variants form{grid-template-columns:1fr 70px 75px auto}.page-heading>span{display:none}}
.delivery-summary{margin:15px 0;padding:13px;border-radius:13px;background:#eaf7ef;color:#246c48}.delivery-summary b,.delivery-summary small{display:block}.delivery-summary p{margin:5px 0 0;font-size:11px}
.brand span{overflow:hidden}.brand span img{width:39px;height:39px;object-fit:contain}.topbar-heading{display:flex;align-items:center;gap:10px}.app-brand-icon{width:36px;height:36px;object-fit:contain;flex:none}.customer-logo{overflow:hidden;background:#fff}.customer-logo img{width:39px;height:39px;object-fit:contain}.footer-brand-icon{display:block;width:78px;height:78px;object-fit:contain}.receipt-brand-icon{display:block;width:25mm;height:25mm;object-fit:contain;margin:0 auto 4px}@media(max-width:720px){.app-brand-icon{width:31px;height:31px}.receipt-brand-icon{width:23mm;height:23mm}}
.promo-check-field{display:flex;gap:8px;align-items:stretch}.promo-check-field input{flex:1;min-width:0}.promo-check-field button{border:0;border-radius:10px;padding:0 16px;background:#087440;color:#fff;font-weight:800;cursor:pointer}.promo-check-field button:disabled{opacity:.65}.promo-check-status{display:block;margin-top:6px;color:#66756d;font-size:12px}.promo-check-status.valid{color:#087440;font-weight:700}.promo-check-status.invalid{color:#bd2b2b;font-weight:700}
.history-promo-detail{display:flex;align-items:center;gap:10px;margin:10px 0;padding:10px 12px;border-radius:12px;background:#edf8f2;color:#087440}.history-promo-detail span{display:flex;flex-direction:column}.history-promo-detail small{color:#53675d}
