:root{--ink: #17251d;--muted: #6e7c70;--forest: #1d6b3f;--green: #53a94d;--lime: #bfe68e;--pale: #f5faed;--cream: #fffdf7;--line: #e3ebdb;--shadow: 0 10px 22px rgba(53, 86, 46, .1);--press-shadow: 0 7px 14px rgba(29, 107, 63, .22)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);background:#dcecd0 radial-gradient(circle at 14% 20%,#fffce2 0,transparent 24rem),radial-gradient(circle at 85% 82%,#b9dd9c 0,transparent 28rem);font-family:DM Sans,sans-serif}button,input,select{font:inherit}button{border:0;cursor:pointer;color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #86c96d;outline-offset:3px}.app-shell{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:20px;gap:22px}.phone-frame{position:relative;width:min(100%,470px);min-height:760px;height:min(900px,calc(100svh - 40px));overflow:hidden;border:5px solid rgba(255,255,255,.75);border-radius:39px;background:var(--pale);box-shadow:0 28px 55px #3a542c3d,inset 0 1px #fffc}.phone-frame:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 3%,rgba(255,255,255,.95),transparent 22rem),linear-gradient(135deg,transparent 45%,rgba(180,224,144,.22))}.status-line,.mode-switch,.toast,.app-header,.screen-content,.bottom-nav{position:relative;z-index:1}.status-line{height:31px;padding:12px 25px 0;display:flex;justify-content:space-between;font-size:12px;font-weight:700}.status-pills{font-size:10px;letter-spacing:1px}.mode-switch{margin:8px auto 2px;width:fit-content;padding:3px;border-radius:13px;background:#e2eed8e6}.mode-switch button{padding:7px 12px;border-radius:10px;display:inline-flex;align-items:center;gap:5px;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.mode-switch button.active{background:#fff;color:var(--forest);box-shadow:0 2px 6px #324b281f}.toast{position:absolute;left:50%;top:79px;transform:translate(-50%);max-width:90%;z-index:3;padding:7px 11px;border:1px solid #d8ebc5;border-radius:99px;background:#f8fff1;box-shadow:0 6px 15px #2a592a1a;color:#407444;display:flex;gap:5px;align-items:center;font-size:11px;white-space:nowrap;animation:toast-in .32s ease both}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-8px)}}.app-header{height:77px;padding:28px 20px 9px;display:flex;align-items:center;justify-content:space-between}.app-header h1{margin:0;font-size:20px;letter-spacing:-.5px}.branch-name{text-align:center;display:grid;gap:2px}.branch-name span{font-size:18px;font-weight:700}.branch-name small{font-size:10px;color:#526258}.branch-name i{display:inline-block;width:8px;height:8px;margin-right:4px;border-radius:50%;background:#50ad49}.icon-button{position:relative;display:grid;place-items:center;width:39px;height:39px;border-radius:15px;background:#ffffffab;box-shadow:0 5px 10px #2d4b2317,inset 0 1px #fff}.icon-button:active{transform:translateY(2px);box-shadow:0 2px 5px #2d4b231f}.icon-button b{position:absolute;top:-4px;right:-3px;background:var(--forest);color:#fff;font-size:10px;min-width:17px;padding:2px;border-radius:20px}.notification b{background:#e74f48}.screen-content{height:calc(100% - 171px);overflow-y:auto;padding:15px 18px 100px;scrollbar-width:none}.screen-content::-webkit-scrollbar{display:none}.bottom-nav{position:absolute;bottom:0;left:0;right:0;height:82px;padding:8px 11px 13px;border-top:1px solid rgba(224,234,214,.8);background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:repeat(5,1fr)}.bottom-nav button{background:transparent;color:#758076;display:grid;place-items:center;gap:3px;font-size:9px}.bottom-nav svg{width:20px}.bottom-nav button.active{color:var(--forest);font-weight:700}.bottom-nav button.active svg{fill:#a4da7d;stroke:var(--forest)}.greeting{margin:5px 3px 0}.eyebrow,.small-label{margin:0;font-size:10px;font-weight:700;letter-spacing:1.3px;color:#68945d}.greeting h2{margin:4px 0 0;font:700 30px/1 Fraunces,serif;letter-spacing:-1.4px}.greeting p:last-child{margin:8px 0 0;color:var(--muted);font-size:14px}.groceries-illustration{position:relative;height:170px;margin:10px 0 13px;overflow:hidden;border-radius:30px;background:radial-gradient(circle at 50% 50%,#d8f1b8,transparent 39%),linear-gradient(135deg,#eff9df,#d5efb6);display:grid;place-items:center}.groceries-illustration:after{content:"";position:absolute;bottom:-25px;width:190px;height:32px;border-radius:50%;background:#b6d890;filter:blur(8px)}.basket{position:relative;z-index:1;font-size:86px;filter:drop-shadow(0 9px 3px rgba(61,93,40,.22))}.produce{position:absolute;z-index:2;top:51px;font-size:27px;letter-spacing:-16px;transform:rotate(-9deg)}.groceries-illustration p{position:absolute;bottom:10px;z-index:2;margin:0;color:#4c7643;font-size:12px;font-weight:700}.leaf{position:absolute;color:#75b44f;opacity:.55}.leaf-a{top:22px;left:42px}.leaf-b{right:44px;top:25px;transform:rotate(20deg)}.action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.action-card{min-height:125px;position:relative;border-radius:23px;padding:15px 10px;background:#fffefb;box-shadow:var(--shadow),inset 0 1px #fff;display:grid;justify-items:center;align-content:center;gap:5px;transition:transform .16s,box-shadow .16s}.action-card:active{transform:translateY(4px);box-shadow:0 4px 9px #35562e21}.action-card.bright{color:#fff;background:linear-gradient(145deg,#74bd5d,#328e41);box-shadow:0 6px #1b7437,0 12px 18px #34833538}.action-card.bright:active{transform:translateY(5px);box-shadow:0 1px #1b7437,0 6px 10px #3483352e}.action-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#eff8e5;color:#347e3c}.bright .action-icon{color:#fff;background:#ffffff2e}.action-card strong{font-size:15px}.action-card small{font-size:10px;color:#6f776f}.bright small{color:#ebffe1}.badge{position:absolute;top:12px;right:13px;background:#2e8a3d;color:#fff;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;font-size:11px}.cash-home-status{position:absolute;top:11px;right:10px;display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:10px;font-size:9px;font-weight:800;line-height:1}.cash-home-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.cash-home-status.open{color:#24763a;background:#ddf1d7}.cash-home-status.closed{color:#9a6525;background:#fff0cf}.scanner-card{position:relative;width:100%;min-height:180px;padding:20px;overflow:hidden;border-radius:27px;color:#fff;display:grid;place-items:center;align-content:center;gap:6px;background:radial-gradient(circle at 50% 46%,#9add77,transparent 30%),linear-gradient(145deg,#83c763,#328c43);box-shadow:0 7px #217538,0 16px 26px #3284362b}.scanner-card:before{content:"";position:absolute;width:280px;height:60px;top:-32px;left:-20px;border-radius:50%;background:#ffffff29}.scanner-card:active{transform:translateY(5px);box-shadow:0 2px #217538,0 9px 16px #3284362b}.scanner-card strong{font-size:17px}.scanner-card small{font-size:12px;opacity:.88}.scanner-card i{position:absolute;right:14px;top:14px;width:39px;height:39px;border-radius:50%;background:#f4ffe9;color:#3c9e43;display:grid;place-items:center}.scan-brackets{padding:8px;border:2px solid white;border-radius:10px;line-height:0}.cart-card,.product-form,.pickup-card,.order-items-mini,.sale-summary{border-radius:25px;background:#fffffde6;box-shadow:var(--shadow)}.cart-card{margin-top:15px;padding:16px 13px}.section-heading,.section-title{display:flex;align-items:center;justify-content:space-between}.section-heading h2,.section-title h2{margin:0;font-size:16px;letter-spacing:-.4px}.section-heading h2 span{font-weight:400}.section-heading button,.section-title button{background:transparent;color:#317b3d;font-size:11px}.cart-line{min-height:74px;padding:9px 0;display:grid;grid-template-columns:48px 1fr auto;align-items:center;column-gap:9px;border-bottom:1px solid var(--line)}.cart-line>div:nth-child(2){display:grid;gap:4px}.cart-line strong{font-size:12px}.cart-line small{font-size:11px;color:#488547}.cart-line>b{grid-column:3;text-align:right;font-size:11px}.stepper{grid-column:2/4;justify-self:end;display:flex;align-items:center;border-radius:12px;overflow:hidden;background:#f5f8f1;box-shadow:inset 0 1px 3px #34552b1a}.stepper button{width:28px;height:28px;background:transparent;display:grid;place-items:center}.stepper span{font-size:12px;min-width:20px;text-align:center}.product-glyph{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;overflow:hidden;font-size:29px;background:#edf6e4}.product-glyph img{width:100%;height:100%;object-fit:cover}.product-glyph.coral{background:#fff0e7}.product-glyph.blue{background:#e7f2ff}.product-glyph.sand{background:#fbf2df}.product-glyph.tomato{background:#fff0e9}.product-glyph.avocado{background:#e8f4d8}.product-glyph.yellow{background:#fff7d5}.receipt-total{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 1px;font-size:12px}.receipt-total strong{font-size:17px;color:#286f35}.primary-button{width:100%;min-height:51px;border-radius:17px;background:linear-gradient(135deg,#5ab45a,#25833d);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;box-shadow:var(--press-shadow),0 10px 16px #27843e33}.primary-button:active{transform:translateY(4px);box-shadow:0 1px #247640,0 4px 8px #27843e29}.primary-button:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.empty-note{font-size:12px;color:var(--muted);text-align:center;padding:12px}.quick-products{display:flex;gap:6px;overflow:auto;padding:16px 0 5px}.quick-products p{display:none}.quick-products button{flex:0 0 83px;min-height:65px;border-radius:15px;background:#eaf4df;font-size:10px;font-weight:700;display:grid;grid-template-columns:1fr auto;align-items:center;padding:6px 8px;text-align:left}.quick-products span{font-size:22px;grid-row:span 2}.quick-products svg{justify-self:end;color:var(--forest)}.search-field{min-height:49px;padding:0 13px;display:flex;align-items:center;gap:9px;border-radius:17px;background:#fff;box-shadow:var(--shadow);color:#5a6a5d}.search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.search-field input::placeholder{color:#849083}.search-field button{background:transparent;color:var(--muted);display:grid;place-items:center}.filter-row,.category-tabs{display:flex;gap:7px;overflow-x:auto;padding:16px 0}.filter-row button,.category-tabs button{flex:0 0 auto;padding:8px 11px;border-radius:14px;background:#fff;color:#536355;font-size:10px;box-shadow:0 4px 10px #2d4b230f}.filter-row .selected,.category-tabs .selected{background:#368b41;color:#fff}.inventory-list,.product-list{display:grid;gap:9px}.inventory-row{min-height:78px;padding:11px;display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;border-radius:19px;background:#fffffde8;box-shadow:var(--shadow)}.inventory-row>div{display:grid;gap:4px}.inventory-row strong{font-size:13px}.inventory-row small{font-size:10px;color:var(--muted)}.inventory-row>b{font-size:22px;color:#2a8c3e;text-align:center}.inventory-row>b small{display:block;color:inherit;font-size:9px}.inventory-row>b.low{color:#ee9a20}.inventory-row>b.out{color:#e64b45}.floating-button{position:absolute;right:24px;bottom:97px;width:55px;height:55px;border-radius:50%;background:#37954a;color:#fff;display:grid;place-items:center;box-shadow:0 5px #216d36,0 9px 16px #1b6c2c40}.floating-button:active{transform:translateY(4px);box-shadow:0 1px #216d36,0 4px 9px #1b6c2c33}.new-product-button{width:100%;margin:13px 0;padding:13px 15px;border-radius:16px;background:#e2f3d6;color:#28733a;display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.new-product-button svg:last-child{margin-left:auto}.product-form{padding:14px;margin-bottom:14px;animation:rise .25s ease both}.form-visual{height:82px;border:1.5px dashed #91bd80;border-radius:16px;background:#f3faeb;color:#548c51;display:grid;place-items:center;align-content:center;gap:3px;font-size:11px}.product-form label{display:grid;gap:5px;margin-top:10px;font-size:10px;font-weight:700;color:#5a665a}.product-form input,.product-form select{padding:10px;border:1px solid #dce8d4;border-radius:10px;background:#fff;color:var(--ink);font-size:12px}.form-split{display:grid;grid-template-columns:1fr 1fr;gap:9px}.product-form .primary-button{margin-top:13px;min-height:45px}.product-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-card{min-height:177px;padding:11px;border-radius:20px;background:#fff;box-shadow:var(--shadow);display:grid;align-content:start;gap:5px}.product-card .product-glyph{width:42px;height:42px;font-size:25px}.product-card span{font-size:9px;color:var(--muted);margin-top:4px}.product-card strong{font-size:12px;line-height:1.2}.product-card>b{font-size:13px;color:#2d7d38;margin-top:4px}.product-card button{margin-top:auto;background:#eff7e9;color:#367d41;border-radius:10px;padding:7px;font-size:10px;display:flex;align-items:center;justify-content:center;gap:4px}.orders-banner{padding:16px;border-radius:21px;background:#e3f5d7;display:flex;align-items:center;gap:11px}.orders-banner>span{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#3d9649;color:#fff;font-size:20px;font-weight:700}.orders-banner p{margin:0;color:#51844e;font-size:9px;font-weight:700;letter-spacing:1px}.orders-banner strong{font-size:13px}.orders-banner svg{margin-left:auto;color:#438e47}.order-card{margin-top:11px;padding:14px;border-radius:20px;background:#fff;box-shadow:var(--shadow);display:grid;gap:7px}.order-top{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.order-top b{color:#3a843f;background:#e8f6de;padding:4px 7px;border-radius:8px}.order-card>strong{font-size:14px}.order-card>small{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:4px}.order-card footer{border-top:1px solid var(--line);padding-top:10px;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:13px}.order-card footer button{display:flex;align-items:center;gap:4px;padding:7px 9px;border-radius:10px;background:#eff7e9;color:#367d41;font-size:10px;font-weight:700}.cash-balance{padding:23px;border-radius:25px;background:linear-gradient(145deg,#f8f5d5,#e3f2c3);box-shadow:var(--shadow);display:grid;gap:6px}.cash-balance p{margin:8px 0 0;color:#60784a;font-size:12px}.cash-balance strong{font:700 38px/1 Fraunces,serif;color:#2e6e32}.cash-balance small{font-size:11px;color:#63725e}.cash-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.cash-actions button{min-height:114px;padding:10px 5px;border-radius:19px;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;align-content:center;gap:6px;color:#4b664e}.cash-actions button.active-cash{background:#62ae56;color:#fff;box-shadow:0 5px #2e7c39,0 10px 18px #2a74322e}.cash-actions button:disabled{opacity:.5}.cash-actions strong{font-size:11px}.cash-actions small{font-size:9px;text-align:center}.sale-summary{padding:6px 14px}.sale-summary div{padding:12px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px}.sale-summary div:last-child{border:0}.in-stock{color:#2b8d40}.store-card,.account-hero{padding:16px;border-radius:21px;background:#e4f4d9;display:flex;align-items:center;gap:11px}.store-card .store-monogram,.account-hero>span{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:#428e45;color:#fff;font:700 25px Fraunces,serif}.store-card div,.account-hero div{display:grid;gap:4px;flex:1}.store-card strong,.account-hero strong{font-size:14px}.store-card small,.account-hero small{font-size:11px;color:#5b765e}.settings-row{width:100%;padding:14px 2px;display:flex;align-items:center;gap:10px;background:transparent;border-bottom:1px solid var(--line);text-align:left}.settings-row>span{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:#eff7e9;color:#498b48}.settings-row div{display:grid;gap:3px;flex:1}.settings-row strong{font-size:13px}.settings-row small{font-size:10px;color:var(--muted)}.settings-row>svg{color:#809280}.more-view{display:grid;gap:3px}.more-view .store-card{margin-bottom:7px}.customer-content{padding-top:15px}.produce-banner{height:188px;position:relative;overflow:hidden;padding:20px;border-radius:25px;color:#fff;background:linear-gradient(125deg,#317d42,#7cbc58);box-shadow:0 8px #276b38,0 15px 23px #296f322e}.produce-banner:after{content:"";position:absolute;inset:auto -40px -63px auto;width:200px;height:200px;border-radius:50%;background:#caef9140}.produce-banner div{position:relative;z-index:1;display:grid;gap:5px}.produce-banner p{margin:0;font-size:9px;font-weight:700;letter-spacing:1.2px}.produce-banner strong{font:700 27px/1.05 Fraunces,serif;letter-spacing:-1px}.produce-banner span{font-size:12px;opacity:.9}.produce-banner button{margin-top:6px;width:max-content;padding:10px 12px;border-radius:12px;background:#fff;color:#246633;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;box-shadow:0 3px #dcebcf}.banner-produce{position:absolute;right:2px;bottom:13px;font-size:78px!important;z-index:1;filter:drop-shadow(0 8px 4px rgba(22,77,36,.22))}.banner-produce i{position:absolute;right:39px;bottom:5px;font-style:normal;font-size:54px}.banner-produce b{position:absolute;right:94px;bottom:-1px;font-size:38px}.section-title{margin:23px 2px 11px}.category-strip{display:flex;gap:9px;overflow:auto;padding-bottom:4px}.category-strip button{flex:0 0 73px;background:transparent;font-size:10px;display:grid;justify-items:center;gap:5px}.category-strip span{width:59px;height:59px;display:grid;place-items:center;border-radius:18px;background:#fff;box-shadow:var(--shadow);font-size:29px}.featured-products{display:flex;gap:10px;overflow:auto;padding-bottom:8px}.customer-product-card{flex:0 0 127px;min-height:181px;padding:11px;border-radius:20px;background:#fff;box-shadow:var(--shadow);display:grid;gap:4px}.customer-product-card .product-glyph{width:42px;height:42px;font-size:25px}.customer-product-card strong{font-size:11px;line-height:1.25}.customer-product-card small{font-size:9px;color:var(--muted)}.customer-product-card footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.customer-product-card b{font-size:12px;color:#2d7e38}.customer-product-card button,.customer-product-row>button{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#3b9349;color:#fff;box-shadow:0 3px #216b34}.customer-product-card button:active,.customer-product-row>button:active{transform:translateY(2px);box-shadow:0 1px #216b34}.cart-dock{position:absolute;z-index:2;bottom:96px;left:18px;right:18px;min-height:54px;padding:0 14px;border-radius:18px;background:#e0f2d1;box-shadow:0 7px #c2dea9,0 10px 20px #2f642b29;display:flex;align-items:center;gap:10px;color:#286a34}.cart-dock span{font-size:12px;font-weight:700;text-align:left;display:grid}.cart-dock small{font-size:9px;font-weight:400}.cart-dock b{margin-left:auto;font-size:13px}.cart-dock:active{transform:translateY(5px);box-shadow:0 2px #c2dea9,0 6px 10px #2f642b24}.category-hero{padding:17px;border-radius:22px;background:#f9eed2;display:flex;gap:12px;align-items:center}.category-hero>span{font-size:48px}.category-hero div{display:grid;gap:3px}.category-hero p{margin:0;font-size:9px;color:#98723d;font-weight:700;letter-spacing:1px}.category-hero strong{font:700 24px Fraunces,serif}.category-hero small{font-size:11px;color:#806d51}.customer-product-row{padding:10px 11px;min-height:72px;border-radius:18px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:47px 1fr auto;align-items:center;gap:10px}.customer-product-row>div{display:grid;gap:4px}.customer-product-row strong{font-size:13px}.customer-product-row small{font-size:10px;color:var(--muted)}.customer-product-row b{font-size:12px;color:#2b7a39}.result-count{color:var(--muted);font-size:11px;margin:14px 2px 10px}.pickup-card{margin:14px 0;padding:13px;display:flex;gap:10px}.pickup-card>span{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;background:#e4f4d9;color:#34813f}.pickup-card div{display:grid;gap:3px;flex:1}.pickup-card p{margin:0;font-size:10px;color:var(--muted)}.pickup-card strong{font-size:12px}.pickup-card select{border:0;background:transparent;color:#357a3d;font-size:10px;padding:0}.checkout-total{display:grid;grid-template-columns:1fr auto;margin:15px 0}.checkout-total span{font-size:14px}.checkout-total strong{font-size:24px;color:#266f37}.checkout-total small{grid-column:2;color:var(--muted);font-size:9px}.empty-cart{padding:70px 20px;text-align:center;display:grid;justify-items:center;gap:10px}.empty-cart svg{width:48px;height:48px;color:#70ae63}.empty-cart strong{font:700 22px Fraunces,serif}.empty-cart p{margin:0;color:var(--muted);font-size:12px}.empty-cart button{margin-top:6px;padding:12px 15px;border-radius:14px;background:#e0f2d3;color:#2e7339;font-weight:700;font-size:12px}.order-success{padding:58px 20px;text-align:center;display:grid;justify-items:center;gap:11px}.order-success>span{width:75px;height:75px;display:grid;place-items:center;border-radius:26px;background:#dff2d2;color:#348b43;box-shadow:0 7px #bddfae}.order-success p{margin:13px 0 0;font:700 26px Fraunces,serif}.order-success strong{font-size:14px}.order-success small{font-size:12px;color:var(--muted);max-width:220px}.order-success .primary-button{margin-top:19px}.track-card{padding:20px;border-radius:25px;background:linear-gradient(145deg,#e0f3d0,#f8fae8);text-align:center;display:grid;justify-items:center;gap:6px;box-shadow:var(--shadow)}.track-icon{width:49px;height:49px;border-radius:17px;background:#479b4b;color:#fff;display:grid;place-items:center;box-shadow:0 4px #277838}.track-card p{margin:8px 0 0;font-size:9px;font-weight:700;letter-spacing:1px;color:#588653}.track-card strong{font:700 22px Fraunces,serif}.track-card>span{font-size:11px;color:#657266}.progress{width:100%;margin-top:16px;display:flex;justify-content:space-between;position:relative}.progress:before{content:"";position:absolute;top:7px;left:8px;right:8px;height:3px;background:#c9ddbc}.progress i{position:relative;width:17px;height:17px;border-radius:50%;background:#d6e5cc;border:3px solid #eff9e9}.progress i.done{background:#419747;border-color:#419747}.progress-labels{width:100%;display:flex;justify-content:space-between;font-size:9px;color:#668065}.order-items-mini{padding:15px;margin-top:14px;display:grid;gap:8px}.order-items-mini p{margin:0 0 3px;font-weight:700;font-size:13px}.order-items-mini span{font-size:11px;color:#5d6b60}.order-items-mini button{margin-top:4px;background:transparent;color:#c54e49;font-size:11px;text-align:left;padding:0}.past-title{font-size:11px;font-weight:700;color:var(--muted);margin:19px 2px 0}.account-hero{margin-bottom:6px;background:#e7f4dd}.account-hero>span{background:#f4bd6c;color:#754614}.account-view .settings-row{padding:15px 2px}.screen-content{height:calc(100% - 108px);padding-bottom:32px}.home-view{padding:17px 0 36px}.home-view .greeting{margin-top:12px}.home-view .groceries-illustration{height:198px;margin-top:19px;margin-bottom:29px}.home-view .action-grid{margin-top:0}.toast{top:43px}.toast-dot{width:7px;height:7px;border-radius:50%;background:#4baf50;box-shadow:0 0 0 3px #daf0cf}.cart-dock{bottom:20px}.floating-button{position:absolute;right:24px;bottom:24px;z-index:4}.action-card.bright,.scanner-card,.primary-button,.cash-actions button.active-cash,.floating-button,.customer-product-card button,.customer-product-row>button,.cart-dock{box-shadow:0 10px 20px #2970352e,inset 0 1px 1px #ffffff6b}.action-card.bright{background:linear-gradient(145deg,#87c96d,#459c4b)}.scanner-card{background:radial-gradient(circle at 50% 42%,#afe18d,transparent 34%),linear-gradient(145deg,#8bc96d,#459b4c)}.primary-button{background:linear-gradient(145deg,#71bd68,#378d48)}.cash-actions button.active-cash{background:linear-gradient(145deg,#79bd6a,#469a50)}.cart-dock{background:linear-gradient(145deg,#edf9e3,#cfeab9)}.action-card.bright:active,.scanner-card:active,.primary-button:active,.floating-button:active,.cart-dock:active,.customer-product-card button:active,.customer-product-row>button:active{transform:translateY(2px);box-shadow:0 5px 11px #2970352e,inset 0 1px 1px #ffffff4d}.barcode-frame{width:94px;height:62px;border-radius:13px;display:grid;place-items:center;background:#ffffff2e;border:1px solid rgba(255,255,255,.5);line-height:0}.scanner-card i,.scan-brackets{display:none}.grocery-collage{position:absolute;z-index:1;inset:5px 13px 9px;width:calc(100% - 26px);height:calc(100% - 14px);max-width:none;object-fit:contain;object-position:center center;filter:drop-shadow(0 8px 5px rgba(49,87,38,.18))}.groceries-illustration p{z-index:2;bottom:10px;padding:5px 11px;border-radius:99px;background:#f5ffebdb;box-shadow:0 4px 12px #3559281f}.customer-content{padding-top:25px;padding-bottom:48px;background:radial-gradient(circle at 100% 8%,rgba(192,229,161,.32),transparent 15rem)}.storefront .search-field{margin:0 1px 20px;background:#ffffffe6;box-shadow:0 9px 22px #365b2b1a,inset 0 1px #ffffffe6}.produce-banner{height:218px;padding:24px 21px;isolation:isolate;background:#569f4f;box-shadow:0 13px 26px #2b6f312e}.produce-banner:after{inset:0;width:auto;height:auto;border-radius:inherit;background:linear-gradient(90deg,rgba(21,77,41,.22),transparent 57%);z-index:-1}.customer-hero-art{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.produce-banner div{gap:7px}.produce-banner strong{font-size:30px;line-height:1}.produce-banner span{max-width:150px;line-height:1.25}.produce-banner button{margin-top:9px;border-radius:14px;background:linear-gradient(145deg,#fff,#eaf6df);box-shadow:0 6px 14px #164b242b;transition:transform .16s,box-shadow .16s}.produce-banner button:active{transform:translateY(2px);box-shadow:0 3px 8px #164b2426}.banner-produce{display:none}.storefront .section-title{margin-top:29px;margin-bottom:14px}.category-strip{gap:12px;padding:2px 2px 9px}.category-strip button{flex-basis:77px;gap:7px;color:#506252}.category-strip span{width:64px;height:64px;border-radius:20px;background:linear-gradient(145deg,#fff,#ebf5e4);box-shadow:0 9px 18px #375d2d1a,inset 0 1px #fffffff2;transition:transform .16s,box-shadow .16s}.category-strip button:active span{transform:translateY(2px);box-shadow:0 4px 9px #375d2d1f}.featured-products{gap:13px;padding:2px 2px 14px}.customer-product-card{flex-basis:134px;min-height:154px;padding:11px;gap:3px;border-radius:22px;background:linear-gradient(155deg,#fff,#f5faef);box-shadow:0 10px 21px #375b2d1a,inset 0 1px #fffffff2}.customer-product-card .product-glyph{width:43px;height:43px;border-radius:15px}.customer-product-card footer{margin-top:3px}.customer-product-card button,.customer-product-row>button{background:linear-gradient(145deg,#68b760,#3b914a);box-shadow:0 6px 12px #23713233}.customer-product-card button:active,.customer-product-row>button:active{box-shadow:0 3px 7px #2371322e}.customer-cart .cart-line,.customer-orders .order-card,.account-view .settings-row{margin-bottom:4px}.category-page>.search-field{min-height:44px;margin-top:13px;border:1px solid rgba(210,228,201,.82);box-shadow:0 7px 15px #33592a14}.category-page .category-tabs{padding:11px 0 7px}.category-result-count{margin:0 2px 9px;color:#6d806f;font-size:10px}.customer-product-row>button{align-self:center;justify-self:center;line-height:0}.customer-product-row>button svg{display:block}.customer-categories,.customer-catalog,.customer-search{padding-bottom:102px}.browse-cart-dock{position:absolute;z-index:6;left:31px;right:31px;bottom:18px;min-height:50px;padding:0 13px;color:#f7fff1;background:linear-gradient(135deg,#1b6338,#3c9149);border:1px solid rgba(219,248,196,.28);box-shadow:0 12px 25px #17522b3d,inset 0 1px #ffffff24}.browse-cart-dock svg{width:19px}.browse-cart-dock span,.browse-cart-dock b{color:inherit}.browse-cart-dock small{color:#cfedbd}.browse-cart-dock b{font-size:12px}.browse-cart-dock:active{transform:translateY(2px);box-shadow:0 7px 16px #17522b38,inset 0 1px #ffffff1f}.customer-product-backdrop{position:fixed;z-index:58;inset:0;padding:20px;display:grid;place-items:end center;background:#0c301b75;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.customer-product-modal{width:min(100%,385px);padding:18px;border-radius:27px;color:var(--ink);background:linear-gradient(155deg,#fffefb,#eaf7e4);box-shadow:0 24px 52px #0c331b57;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.customer-product-modal>header{display:flex;align-items:flex-start;justify-content:space-between}.customer-product-modal>header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#58715b;background:#e8f3e2}.customer-product-preview{margin:13px 0 14px;padding:12px;display:flex;align-items:center;gap:13px;border-radius:20px;background:radial-gradient(circle at 10% 16%,rgba(255,255,255,.85),transparent 34%),linear-gradient(145deg,#e0f2d2,#cfeabc)}.customer-product-preview .product-glyph{width:78px;height:78px;flex:0 0 auto;border-radius:23px;font-size:46px;box-shadow:0 7px 13px #3667301f,inset 0 1px #ffffffd1}.customer-product-preview>div{min-width:0;display:grid;gap:4px}.customer-product-preview p{margin:0;color:#648562;font-size:9px;font-weight:800;letter-spacing:.7px}.customer-product-preview h2{margin:0;font:700 20px/1.05 Fraunces,serif;letter-spacing:-.5px}.customer-product-preview small{color:#5d735f;font-size:9px;line-height:1.35}.customer-product-preview b{margin-top:2px;color:#28723a;font-size:11px}.customer-quantity{padding:13px;border-radius:18px;background:#ffffffe8;box-shadow:inset 0 1px #fffffff2,0 5px 13px #3054290f}.customer-quantity>span{display:block;color:#5a6f5d;font-size:11px;font-weight:700}.customer-quantity>div{margin-top:9px;display:flex;align-items:center;justify-content:center;gap:12px}.customer-quantity>div>button{width:37px;height:37px;display:grid;place-items:center;border-radius:13px;color:#2e783e;background:#e4f3da;box-shadow:inset 0 1px #ffffffb8}.customer-quantity label{width:108px;display:grid;justify-items:center;gap:1px}.customer-quantity input{width:91px;padding:0;border:0;outline:0;color:#1c5330;background:transparent;text-align:center;font:700 25px Fraunces,serif}.customer-quantity label small,.customer-weight-note{color:#708571;font-size:9px}.customer-weight-note{display:block;margin-top:6px;text-align:center}.customer-modal-total{margin:14px 3px 0;display:flex;align-items:baseline;justify-content:space-between}.customer-modal-total span{font-size:13px;font-weight:700}.customer-modal-total strong{color:#286f38;font:700 28px Fraunces,serif}.customer-product-modal .primary-button{min-height:47px;margin-top:13px}.customer-payment-backdrop{position:fixed;z-index:60;inset:0;padding:16px;display:grid;place-items:end center;background:#0c301b78;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.customer-payment-modal{width:min(100%,400px);max-height:calc(100svh - 32px);padding:18px;overflow-y:auto;border-radius:28px;color:var(--ink);background:linear-gradient(155deg,#fffefa,#eaf7e2);box-shadow:0 25px 54px #0c331b57;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.customer-payment-modal>header{display:flex;align-items:flex-start;justify-content:space-between}.customer-payment-modal h2{margin:4px 0 0;font:700 23px Fraunces,serif}.customer-payment-modal>header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#58715b;background:#e8f3e2}.customer-payment-total{margin:14px 0;padding:16px;display:grid;justify-items:center;gap:3px;overflow:hidden;border-radius:21px;color:#f8fff1;background:radial-gradient(circle at 20% 10%,rgba(233,255,206,.2),transparent 34%),linear-gradient(135deg,#175b35,#3f974b);box-shadow:0 10px 20px #1e622d36;text-align:center}.customer-payment-total span{color:#d3efc6;font-size:10px}.customer-payment-total strong{font:700 34px/1 Fraunces,serif;letter-spacing:-.9px}.customer-payment-total small{color:#d8f1ce;font-size:9px}.customer-pickup-summary{margin:-4px 0 13px;padding:10px;display:flex;align-items:center;gap:9px;border-radius:16px;color:#336f3d;background:#e7f5dc}.customer-pickup-summary>span{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#4b9c4e}.customer-pickup-summary>div{min-width:0;flex:1;display:grid;gap:2px}.customer-pickup-summary small{color:#769275;font-size:8px;font-weight:800;letter-spacing:.8px}.customer-pickup-summary select{width:100%;padding:0;border:0;outline:0;color:#285f36;background:transparent;font:700 11px DM Sans,sans-serif}.customer-pickup-summary p{margin:0;color:#668068;font-size:9px}.customer-payment-question{margin:3px 1px 9px;color:#435d48;font-size:11px;font-weight:800}.customer-payment-methods{display:grid;gap:7px}.customer-payment-methods>button{width:100%;min-height:57px;padding:8px;display:flex;align-items:center;gap:9px;border:1px solid #dbe9d3;border-radius:16px;color:#4c664f;background:#ffffffc7;text-align:left}.customer-payment-methods>button.selected{border-color:#4c9b51;color:#276e39;background:#e4f4d8;box-shadow:inset 0 0 0 1px #83bd76}.customer-payment-methods>button>span{width:33px;height:33px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#438c49;background:#eef7e9}.customer-payment-methods>button.selected>span{color:#fff;background:#47954c}.customer-payment-methods div{flex:1;display:grid;gap:2px}.customer-payment-methods strong{font-size:11px}.customer-payment-methods small{color:#728373;font-size:9px}.customer-payment-methods i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;font-style:normal}.customer-payment-methods>button.selected i{background:#3f934a}.customer-contact-fields{margin-top:12px;padding:11px;display:grid;gap:7px;border-radius:17px;background:#ffffffba}.customer-contact-fields>p{margin:0 0 1px;color:#5b715e;font-size:10px;font-weight:800}.customer-contact-fields em{color:#789178;font-size:8px;font-style:normal;font-weight:500}.customer-contact-fields label{display:grid;gap:4px;color:#657866;font-size:9px;font-weight:700}.customer-contact-fields input,.customer-contact-fields textarea{width:100%;padding:8px 9px;border:1px solid #d9e7d1;border-radius:10px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:10px}.customer-contact-fields textarea{min-height:45px;resize:vertical}.customer-payment-note{margin:10px 1px 0;padding:8px 10px;border-radius:11px;font-size:9px;line-height:1.4}.customer-payment-note.cash{color:#74612d;background:#fff4d7}.customer-payment-note.transfer{color:#377641;background:#e2f4d9}.customer-payment-note.credit{color:#8a6230;background:#ffecd3}.customer-payment-modal .primary-button{min-height:46px;margin-top:11px}.customer-confirmation-backdrop{position:fixed;z-index:65;inset:0;padding:20px;display:grid;place-items:center;background:#0c301b7a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.customer-confirmation-modal{position:relative;width:min(100%,355px);padding:25px 19px 19px;display:grid;justify-items:center;gap:7px;border-radius:29px;color:var(--ink);background:radial-gradient(circle at 50% 0,#f8ffea,transparent 38%),linear-gradient(155deg,#fffefb,#e5f5d9);box-shadow:0 25px 54px #0c331b5c;text-align:center;animation:panel-rise .3s cubic-bezier(.2,.8,.2,1) both}.confirmation-close{position:absolute;top:14px;right:14px;width:33px;height:33px;display:grid;place-items:center;border-radius:11px;color:#5b765f;background:#edf6e8}.confirmation-check{width:60px;height:60px;display:grid;place-items:center;border-radius:21px;color:#fff;background:linear-gradient(145deg,#72bd64,#378f48);box-shadow:0 7px #277b3c,0 13px 20px #2a763433}.customer-confirmation-modal>p{margin:9px 0 0;color:#66935d;font-size:9px;font-weight:800;letter-spacing:1.4px}.customer-confirmation-modal h2{margin:0;font:700 24px/1.04 Fraunces,serif;letter-spacing:-.6px}.customer-confirmation-modal>small{max-width:240px;color:#657667;font-size:10px;line-height:1.4}.confirmation-reference{width:100%;margin:8px 0 2px;padding:11px;display:grid;justify-items:center;gap:3px;border-radius:16px;color:#286e39;background:#fff;box-shadow:0 5px 12px #32582b14}.confirmation-reference span{color:#789279;font-size:8px;font-weight:800;letter-spacing:1px}.confirmation-reference strong{font:700 27px Fraunces,serif;letter-spacing:1.5px}.confirmation-reference b{padding:4px 7px;border-radius:8px;color:#4c773d;background:#e4f3d8;font-size:8px}.confirmation-details{width:100%;display:grid}.confirmation-details div{padding:8px 2px;display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #dce9d6;text-align:left}.confirmation-details div:last-child{border-bottom:0}.confirmation-details span{color:#718071;font-size:9px}.confirmation-details strong{color:#315f3b;font-size:10px;text-align:right}.download-proof-button{width:100%;min-height:40px;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cce3c4;border-radius:14px;color:#337640;background:#ffffffdb;font-size:10px;font-weight:800}.download-proof-button:active{transform:translateY(1px);background:#eef8e8}.customer-confirmation-modal .primary-button{min-height:44px;margin-top:5px}.customer-cart{display:grid;gap:12px}.cart-items-card,.customer-checkout-card{border-radius:23px;background:linear-gradient(145deg,#fffffff7,#f2f9ecf0);box-shadow:0 10px 22px #34592c1a,inset 0 1px #fffffff2}.cart-items-card{padding:12px 13px 5px}.cart-items-card>header{padding:0 1px 8px;display:flex;align-items:center;justify-content:space-between;color:#347d42;border-bottom:1px solid #e4eddf}.cart-items-card>header>div{display:grid;gap:2px}.cart-items-card>header p{margin:0;color:#72936f;font-size:8px;font-weight:800;letter-spacing:1.2px}.cart-items-card>header strong{color:var(--ink);font-size:13px}.customer-cart .cart-line{min-height:61px;margin:0;padding:7px 0;grid-template-columns:40px minmax(0,1fr) auto;column-gap:8px}.customer-cart .cart-line:last-child{border-bottom:0}.customer-cart .cart-line .product-glyph{width:40px;height:40px;border-radius:13px;font-size:24px}.customer-cart .cart-line>div:nth-child(2){gap:2px;align-self:center}.customer-cart .cart-line strong{font-size:11px;line-height:1.18}.customer-cart .cart-line small{font-size:9px}.customer-cart .cart-line>b{grid-column:3;grid-row:1;align-self:end;font-size:11px;color:#286f38}.customer-cart .stepper{grid-column:3;grid-row:2;align-self:start;border-radius:10px}.customer-cart .stepper button{width:23px;height:22px}.customer-cart .stepper span{min-width:17px;font-size:10px}.customer-checkout-card{padding:5px 12px 12px}.customer-checkout-card .pickup-card{margin:0;padding:11px 1px;border-radius:0;box-shadow:none;background:transparent;border-bottom:1px solid #e2ebdd}.customer-checkout-card .pickup-card>span{width:34px;height:34px;border-radius:11px}.customer-checkout-card .pickup-card p{font-size:9px}.customer-checkout-card .pickup-card strong{font-size:11px}.customer-checkout-card .pickup-card select{font-size:9px}.customer-checkout-card .checkout-total{margin:10px 1px 11px}.customer-checkout-card .checkout-total span{font-size:12px}.customer-checkout-card .checkout-total strong{font-size:22px}.customer-checkout-card .primary-button{min-height:46px;border-radius:15px}.category-strip,.featured-products,.category-tabs{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.category-strip::-webkit-scrollbar,.featured-products::-webkit-scrollbar,.category-tabs::-webkit-scrollbar{display:none}.category-strip>*,.featured-products>*,.category-tabs>*{scroll-snap-align:start}.category-strip,.featured-products{-webkit-mask-image:linear-gradient(90deg,transparent,#000 11px,#000 calc(100% - 15px),transparent);mask-image:linear-gradient(90deg,transparent,#000 11px,#000 calc(100% - 15px),transparent)}.storefront{padding-bottom:104px}.storefront-cart-dock{position:absolute;z-index:6;left:37px;right:auto;bottom:19px;width:calc(100% - 74px);min-height:60px;padding:0 16px;color:#f6ffef;background:linear-gradient(135deg,#164e32,#277a42);border:1px solid rgba(209,244,181,.34);box-shadow:0 15px 30px #124d2c47,inset 0 1px #ffffff26}.storefront-cart-dock span,.storefront-cart-dock b{color:inherit}.storefront-cart-dock small{color:#cce9bd}.storefront-cart-dock:active{transform:translateY(2px);box-shadow:0 8px 16px #124d2c3d,inset 0 1px #ffffff1f}.entry-shell{gap:0}.entry-frame{background:radial-gradient(circle at 88% 10%,#d9f3bd,transparent 15rem),linear-gradient(160deg,#fbfcf5,#edf7e4)}.entry-content{position:relative;z-index:1;height:calc(100% - 43px);padding:25px 27px 24px;display:flex;flex-direction:column;overflow-y:auto}.entry-brand{display:flex;align-items:center;gap:8px;color:#225f35}.entry-brand span{width:32px;height:32px;display:grid;place-items:center;border-radius:12px 12px 14px 8px;color:#fff;background:linear-gradient(145deg,#5dad51,#28753c);font:700 21px Fraunces,serif;box-shadow:0 5px 12px #2c743933}.entry-brand p{margin:0;font-size:10px;font-weight:800;letter-spacing:1.6px}.entry-copy{margin-top:48px}.entry-copy h1,.business-login-copy h1{margin:7px 0 11px;color:#183527;font:700 34px/1.02 Fraunces,serif;letter-spacing:-1.5px}.entry-copy h1 em{color:#398e46;font-style:normal}.entry-copy>span{display:block;max-width:265px;color:#68786c;font-size:13px;line-height:1.48}.customer-entry-card{position:relative;min-height:247px;margin-top:auto;overflow:hidden;padding:21px;border-radius:29px;color:#f8fff3;text-align:left;background:linear-gradient(140deg,#155d35,#398c47 66%,#76b85c);box-shadow:0 17px 30px #266f3340,inset 0 1px #ffffff38;transition:transform .16s,box-shadow .16s}.customer-entry-card:after{content:"";position:absolute;width:200px;height:200px;right:-70px;top:-80px;border-radius:50%;background:#e2f9c32b}.customer-entry-card img{position:absolute;z-index:0;width:207px;height:177px;object-fit:contain;right:-13px;bottom:-3px;filter:drop-shadow(0 12px 10px rgba(5,45,23,.25))}.customer-entry-card>div{position:relative;z-index:1;display:grid;gap:5px;max-width:205px}.customer-entry-card p{margin:0;color:#ccecb6;font-size:10px;font-weight:800;letter-spacing:1.2px}.customer-entry-card strong{font:700 26px/1.06 Fraunces,serif;letter-spacing:-.7px}.customer-entry-card small{font-size:11px;color:#e9f9dc}.entry-arrow{position:absolute;z-index:2;left:21px;bottom:20px;width:40px;height:40px;display:grid;place-items:center;border-radius:14px;color:#1c6837;background:linear-gradient(145deg,#fff,#dff2ce);box-shadow:0 6px 14px #07381d33}.customer-entry-card:active{transform:translateY(3px);box-shadow:0 8px 18px #266f3338,inset 0 1px #fff3}.business-entry{margin:23px 0 2px;display:flex;justify-content:center;align-items:center;gap:6px;color:#7a897d;font-size:11px}.business-entry button,.business-help{display:inline-flex;align-items:center;gap:4px;padding:0;color:#32773d;background:transparent;font-size:11px;font-weight:700}.entry-back{width:max-content;display:inline-flex;align-items:center;gap:6px;padding:8px 0;color:#50705a;background:transparent;font-size:12px;font-weight:700}.business-login-copy{margin-top:48px}.business-login-copy>span{width:52px;height:52px;margin-bottom:22px;display:grid;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(145deg,#78bd67,#398d47);box-shadow:0 9px 17px #2f7b3b38}.business-login-copy h1{font-size:35px}.business-login-copy small{display:block;max-width:250px;color:#68786c;font-size:13px;line-height:1.5}.business-login-form{margin-top:auto;padding-top:30px;display:grid;gap:15px}.business-login-form label{display:grid;gap:7px;color:#45624d;font-size:11px;font-weight:700}.business-login-form input{min-height:49px;padding:0 14px;border:1px solid #d7e6cf;border-radius:15px;color:#1f3d2a;background:#ffffffd1;box-shadow:inset 0 1px 2px #274f2c0a;outline:0;font-size:13px}.business-login-form input::placeholder{color:#9aa99b}.business-login-form .primary-button{margin-top:8px}.business-help{width:max-content;margin:18px auto 0;color:#5b8e60}.product-scanner-flow,.product-details-flow{padding:16px}.form-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:13px}.form-heading h2{margin:4px 0 0;font:700 21px Fraunces,serif;letter-spacing:-.6px}.form-heading>button{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#56715a;background:#edf6e8}.product-scanner-flow .barcode-camera{height:min(76vw,290px);border-radius:20px}.product-scanner-flow .camera-target{inset:18px 25px}.barcode-camera{position:relative;height:148px;overflow:hidden;border-radius:20px;background:radial-gradient(circle at 50% 40%,rgba(170,218,132,.45),transparent 40%),linear-gradient(145deg,#174b31,#2e8041);box-shadow:inset 0 1px #ffffff2e}.camera-surface{position:absolute;inset:0;opacity:.54;background:repeating-linear-gradient(135deg,transparent 0 11px,rgba(234,255,219,.08) 11px 12px),radial-gradient(circle at 24% 36%,#8cba73 0 2px,transparent 3px),radial-gradient(circle at 73% 66%,#b9db9d 0 2px,transparent 3px)}.camera-target{position:absolute;inset:15px 38px 47px;display:grid;place-items:center;color:#f4ffeb}.camera-target i{position:absolute;width:21px;height:21px;border-color:#e8ffd8;border-style:solid}.camera-target i:nth-child(1){top:0;left:0;border-width:3px 0 0 3px;border-radius:7px 0 0}.camera-target i:nth-child(2){top:0;right:0;border-width:3px 3px 0 0;border-radius:0 7px 0 0}.camera-target i:nth-child(3){bottom:0;left:0;border-width:0 0 3px 3px;border-radius:0 0 0 7px}.camera-target i:nth-child(4){right:0;bottom:0;border-width:0 3px 3px 0;border-radius:0 0 7px}.camera-target svg{padding:11px;border-radius:16px;background:#ffffff2b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.barcode-camera p{position:absolute;right:12px;bottom:31px;left:12px;margin:0;color:#efffe5;font-size:10px;text-align:center;text-shadow:0 1px 4px rgba(8,45,25,.8)}.scan-simulation{position:absolute;bottom:6px;left:50%;transform:translate(-50%);padding:5px 10px;border-radius:9px;color:#235f35;background:#f1ffe7;font-size:9px;font-weight:700}.no-barcode-button{width:100%;margin-top:11px;padding:12px;display:flex;align-items:center;gap:10px;border-radius:16px;color:#386a42;background:linear-gradient(145deg,#edf8e6,#dceeca);text-align:left}.no-barcode-button>span{flex:1;display:grid;gap:2px}.no-barcode-button strong{font-size:11px}.no-barcode-button small{color:#66816a;font-size:9px}.no-barcode-button>svg:last-child{color:#6f9f6a}.barcode-value{padding:11px;display:flex;align-items:center;gap:9px;border-radius:16px;color:#2a7139;background:#e9f6df}.barcode-value>div{flex:1;display:grid;gap:3px}.barcode-value strong{font-family:monospace;font-size:15px;letter-spacing:.7px}.barcode-value small{color:#66816a;font-size:9px}.barcode-value button{padding:7px 9px;border-radius:10px;color:#28733a;background:#fff;font-size:9px;font-weight:700;box-shadow:0 3px 8px #3168341a}.product-details-flow label{margin-top:11px}.product-details-flow label em{color:#8a978a;font-size:9px;font-style:normal;font-weight:400}.product-details-flow textarea{resize:vertical;min-height:44px;padding:9px 10px;border:1px solid #dce8d4;border-radius:10px;color:var(--ink);background:#fff;font:inherit;font-size:12px}.photo-upload{min-height:70px;padding:10px;display:grid!important;grid-template-columns:35px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:9px;border:1.5px dashed #91bd80;border-radius:15px;color:#548c51;background:#f3faeb;cursor:pointer}.photo-upload input{display:none}.photo-upload svg{grid-row:span 2}.photo-upload span{font-size:11px;font-weight:700}.photo-upload small{color:#789276;font-size:9px;font-weight:400}.bulk-choice{min-height:53px;padding:10px;display:flex!important;align-items:center;gap:10px;border-radius:15px;color:#3d6944!important;background:#f2f8ec}.bulk-choice input{width:19px;height:19px;accent-color:#3e914a}.bulk-choice span{display:grid;gap:3px}.bulk-choice strong{font-size:11px}.bulk-choice small{color:#6c846e;font-size:9px;font-weight:400}.print-preview-button{width:100%;min-height:39px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:13px;color:#47794d;background:transparent;border:1px solid #cfe3c8;font-size:11px;font-weight:700}.label-preview-backdrop{position:fixed;z-index:40;inset:0;padding:22px;display:grid;place-items:center;background:#11341e6b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.label-preview{width:min(100%,340px);padding:18px;border-radius:24px;background:linear-gradient(145deg,#fffef9,#edf7e7);box-shadow:0 23px 48px #0b341c52}.label-preview header{display:flex;align-items:flex-start;justify-content:space-between}.label-preview header h2{margin:4px 0 0;font:700 21px Fraunces,serif}.label-preview header button{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#58715b;background:#eaf4e5}.print-label{margin:17px 0;padding:21px 17px 16px;border:2px solid #1d4d2d;border-radius:8px;color:#173a25;background:#fff;text-align:center}.print-label small{display:block;color:#56815a;font-size:8px;font-weight:800;letter-spacing:1.1px}.print-label strong{display:block;margin:9px 0 15px;font-size:17px}.label-bars{height:51px;margin:0 auto 7px;max-width:224px;background:repeating-linear-gradient(90deg,#182c20 0 2px,transparent 2px 4px,#182c20 4px 5px,transparent 5px 8px,#182c20 8px 11px,transparent 11px 13px,#182c20 13px 14px,transparent 14px 18px)}.print-label b{font-family:monospace;font-size:13px;letter-spacing:1.4px}.logout-row{margin-top:13px;border-top:1px solid #f1d8d4;color:#b4544d}.logout-row>span{color:#c25a51;background:#fff0ed}.logout-row small{color:#a87a75}.pos-scanner{min-height:102px;padding:15px 17px;display:flex;align-items:center;gap:12px;text-align:left}.pos-scanner .barcode-frame{width:62px;height:57px;flex:0 0 auto}.pos-scanner>span:nth-child(2){display:grid;gap:4px;flex:1}.pos-scanner strong{font-size:15px}.pos-scanner small{font-size:10px;line-height:1.3}.pos-scanner>svg{flex:0 0 auto}.manual-sale-search{margin-top:14px}.manual-sale-search>p{margin:0 0 7px 3px;color:#68796c;font-size:10px;font-weight:700}.manual-sale-search>label{min-height:45px;padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid #dcebd4;border-radius:15px;color:#5e7262;background:#ffffffd1;box-shadow:inset 0 1px #ffffffe6}.manual-sale-search input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.manual-results{margin-top:7px;display:grid;gap:6px}.manual-results>button{min-height:57px;padding:7px 9px;display:flex;align-items:center;gap:9px;border-radius:15px;color:var(--ink);background:#fff;box-shadow:var(--shadow);text-align:left}.manual-results .product-glyph{width:38px;height:38px;font-size:23px}.manual-results button>span{flex:1;display:grid;gap:2px}.manual-results strong{font-size:11px}.manual-results small{color:var(--muted);font-size:9px}.manual-results b{display:flex;align-items:center;gap:3px;color:#31793d;font-size:10px}.manual-results>small{padding:8px 3px;color:var(--muted);font-size:10px}.pos-view .cart-card{margin-top:15px}.pos-cart-lines{min-width:0}.sale-product-backdrop{position:fixed;z-index:45;inset:0;padding:22px;display:grid;place-items:center;background:#0f321c6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sale-product-modal{width:min(100%,340px);padding:18px;border-radius:25px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#eef8e8);box-shadow:0 23px 48px #0c331b52}.sale-product-modal header{display:flex;align-items:flex-start;justify-content:space-between}.sale-product-modal header>button{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#58715b;background:#eaf4e5}.sale-product-summary{margin:12px 0 17px;padding:11px;display:flex;align-items:center;gap:10px;border-radius:17px;background:#e3f3d9}.sale-product-summary>div{display:grid;gap:4px}.sale-product-summary strong{font-size:14px}.sale-product-summary small{color:#608067;font-size:10px}.sale-amount{padding:13px;border-radius:18px;background:#fff;box-shadow:inset 0 1px #fffffff2,0 6px 14px #2e542b12}.sale-amount>span{display:block;color:#5d705f;font-size:11px;font-weight:700}.sale-amount>div{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}.sale-amount>div>button{width:35px;height:35px;display:grid;place-items:center;border-radius:12px;color:#2d753b;background:#e7f4dd}.sale-amount label{width:106px;display:grid;justify-items:center;gap:1px}.sale-amount input{width:88px;padding:0;border:0;outline:0;color:#1d5130;background:transparent;text-align:center;font:700 24px Fraunces,serif}.sale-amount label small,.weight-note{color:#708571;font-size:9px}.weight-note{display:block;margin-top:7px;text-align:center}.sale-calculated-total{margin:16px 2px 0;display:grid;grid-template-columns:1fr auto;align-items:end}.sale-calculated-total span{font-size:13px;font-weight:700}.sale-calculated-total strong{color:#276f37;font:700 27px Fraunces,serif}.sale-calculated-total small{grid-column:1 / -1;margin-top:2px;color:#7b8c7c;font-size:9px}.sale-product-modal .primary-button{margin-top:15px}.credit-reminders{margin:17px 1px 28px;padding:15px;border-radius:21px;background:linear-gradient(145deg,#fff8df,#f6edc9);box-shadow:0 10px 21px #6d5b241a}.credit-reminders header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:7px}.credit-reminders h2{margin:4px 0 0;color:#574622;font:700 18px Fraunces,serif}.credit-reminders header>b{padding:7px 9px;border-radius:10px;color:#87661d;background:#ffffff9e;font-size:12px}.credit-reminders article{min-height:43px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(156,126,52,.18)}.credit-reminders article>span{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;color:#815e1c;background:#f7dea2;font-size:11px;font-weight:800}.credit-reminders article div{flex:1;display:grid;gap:2px}.credit-reminders article strong{color:#504526;font-size:11px}.credit-reminders article small{color:#887a56;font-size:9px}.credit-reminders article>b{color:#745d23;font-size:11px}.credit-reminders>button{width:100%;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:5px;color:#7d6429;background:transparent;font-size:10px;font-weight:700}.payment-backdrop{position:fixed;z-index:50;inset:0;padding:18px;display:grid;place-items:end center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.payment-modal{width:min(100%,390px);padding:20px;border-radius:27px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.payment-modal header{display:flex;align-items:flex-start;justify-content:space-between}.payment-modal header h2{margin:5px 0 0;color:#246b35;font:700 30px Fraunces,serif}.payment-modal header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.payment-question{margin:18px 0 9px;font-size:12px;font-weight:700}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:8px}.payment-methods>button{min-height:76px;padding:10px;display:flex;align-items:center;gap:8px;border:1px solid #deebd7;border-radius:17px;color:#4d6651;background:#ffffffd6;text-align:left}.payment-methods>button.selected{border-color:#4d9e50;color:#276f37;background:#e3f4d8;box-shadow:inset 0 0 0 1px #80bd72}.payment-methods span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#4b914b;background:#eef7e9}.payment-methods .selected span{color:#fff;background:#4b9c4e}.payment-methods div{display:grid;gap:3px}.payment-methods strong{font-size:11px}.payment-methods small{color:#768676;font-size:8px;line-height:1.2}.debtor-fields{margin-top:13px;padding:12px;border-radius:17px;background:#fff7df}.debtor-fields>p{margin:0 0 8px;color:#806426;font-size:10px;font-weight:800}.debtor-fields label{display:grid;gap:4px;margin-top:7px;color:#6e654a;font-size:9px;font-weight:700}.debtor-fields input{min-height:37px;padding:0 10px;border:1px solid #eadbb1;border-radius:10px;color:var(--ink);background:#fff;outline:0;font-size:11px}.payment-modal .primary-button{margin-top:15px}.no-pending-credits{margin:11px 0;color:#817557;font-size:10px;text-align:center}.credits-backdrop{position:fixed;z-index:52;inset:0;padding:20px;display:grid;place-items:center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.credits-modal{width:min(100%,370px);max-height:min(650px,calc(100svh - 40px));padding:19px;overflow-y:auto;border-radius:27px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.credits-modal header{display:flex;align-items:flex-start;justify-content:space-between}.credits-modal header h2{margin:4px 0 0;font:700 23px Fraunces,serif}.credits-modal header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.credit-search{min-height:43px;margin:15px 0 10px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid #dbead4;border-radius:14px;color:#66806a;background:#fff}.credit-search input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:11px}.credit-list{display:grid;gap:8px}.credit-list>article{min-height:72px;padding:10px;display:flex;align-items:center;gap:9px;border-radius:17px;background:#fff9e8;box-shadow:0 5px 12px #634f1c12}.credit-list>article.paid{background:#edf6ea;opacity:.82}.credit-list>article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#825f1e;background:#f7e0a5;font-size:12px;font-weight:800}.credit-list>article.paid>span{color:#3a8142;background:#d9edd4}.credit-list article>div{flex:1;display:grid;gap:2px}.credit-list strong{font-size:11px}.credit-list small{color:#7f806e;font-size:9px}.credit-list b{color:#765a1e;font-size:11px}.credit-list button,.credit-list em{padding:7px 8px;display:inline-flex;align-items:center;gap:3px;border-radius:10px;color:#2d743b;background:#e2f2da;font-size:9px;font-weight:700;font-style:normal}.credit-list em{color:#4a7f50;background:transparent}.credit-list>p{margin:20px 0;color:var(--muted);font-size:11px;text-align:center}.order-toolbar{margin:13px 0 9px;display:grid;grid-template-columns:1fr auto auto;gap:6px}.order-toolbar label{min-width:0;min-height:39px;padding:0 10px;display:flex;align-items:center;gap:6px;border:1px solid #dcead5;border-radius:13px;color:#67806b;background:#fff}.order-toolbar input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:10px}.order-toolbar button{padding:0 9px;border-radius:12px;color:#6c7f6e;background:#edf5e8;font-size:9px;font-weight:700}.order-toolbar button.active{color:#fff;background:#438f49}.business-order-list{display:grid;gap:9px}.business-order-card{width:100%;padding:13px;display:grid;gap:6px;border-radius:19px;color:var(--ink);background:#fffffdeb;box-shadow:var(--shadow);text-align:left}.business-order-card>strong{font-size:14px}.business-order-card>small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:10px}.business-order-card footer{padding-top:9px;display:flex;align-items:center;gap:8px;border-top:1px solid var(--line)}.business-order-card footer>span{color:#316f3a;font-size:13px;font-weight:800}.business-order-card footer>svg{margin-left:auto;color:#769277}.order-status{width:max-content;padding:4px 7px;border-radius:8px;font-size:9px}.order-status.preparing{color:#a56d1a;background:#fff0c8}.order-status.ready{color:#27783b;background:#ddf2d5}.order-status.delivered{color:#4c7281;background:#e0edf1}.paid,.unpaid{width:max-content;padding:4px 6px;border-radius:8px;font-size:9px;font-style:normal}.paid{color:#337942;background:#e1f2d9}.unpaid{color:#b05d32;background:#ffeadb}.orders-empty{min-height:140px;display:grid;justify-items:center;align-content:center;gap:6px;border-radius:20px;color:#668067;background:#ffffffb3;box-shadow:var(--shadow)}.orders-empty svg{color:#70a96b}.orders-empty strong{font:700 19px Fraunces,serif}.orders-empty small{font-size:10px}.order-detail-backdrop{position:fixed;z-index:54;inset:0;padding:20px;display:grid;place-items:center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.order-detail-modal{width:min(100%,370px);max-height:min(680px,calc(100svh - 40px));padding:19px;overflow-y:auto;border-radius:27px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.order-detail-modal header{display:flex;align-items:flex-start;justify-content:space-between}.order-detail-modal header h2{margin:4px 0;font:700 23px Fraunces,serif}.order-detail-modal header small{color:var(--muted);font-size:10px}.order-detail-modal header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.order-detail-meta{margin:15px 0;padding:10px;display:flex;align-items:center;gap:8px;border-radius:15px;background:#f3f8ee}.order-detail-meta>b{margin-left:auto;color:#286f38;font-size:13px}.order-checklist{display:grid;gap:7px}.order-checklist>p{margin:0 0 2px;color:#526a55;font-size:11px;font-weight:800}.order-checklist>button{width:100%;min-height:54px;padding:9px;display:flex;align-items:center;gap:9px;border-radius:15px;color:#425b46;background:#fff;box-shadow:0 4px 10px #2a4d2b0f;text-align:left}.order-checklist>button>.order-item-check{width:24px;height:24px;display:grid;place-items:center;border:1.5px solid #b8cbbb;border-radius:8px;color:transparent}.order-checklist>button.checked{background:#ebf6e5}.order-checklist>button.checked>.order-item-check{border-color:#478f49;color:#fff;background:#478f49}.order-checklist div{display:grid;gap:3px}.order-checklist strong{font-size:11px}.order-checklist small{color:#788879;font-size:9px}.register-payment-button{width:100%;min-height:42px;margin-top:13px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #efcfbb;border-radius:13px;color:#a85f34;background:#fff5ed;font-size:10px;font-weight:700}.order-detail-modal .primary-button{margin-top:12px}.delivered-note{margin:14px 0 1px;display:flex;align-items:center;justify-content:center;gap:5px;color:#408048;font-size:10px;font-weight:700}.order-checklist .product-glyph{width:30px;height:30px;flex:0 0 auto;border-radius:10px;color:var(--ink);font-size:18px}.order-checklist>button>.order-item-check{flex:0 0 auto}.order-note,.availability-summary{margin:13px 0;padding:10px;display:flex;gap:8px;border-radius:14px;color:#677866;background:#f4f8ef}.order-note>svg{flex:0 0 auto;color:#bd7b22}.order-note strong{display:block;color:#59705b;font-size:10px}.order-note p{margin:3px 0 0;font-size:10px;line-height:1.4}.order-checklist .order-line{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:6px}.order-checklist .order-line-main{width:100%;min-height:54px;padding:9px;display:flex;align-items:center;gap:9px;border-radius:15px;color:#425b46;background:#fff;box-shadow:0 4px 10px #2a4d2b0f;text-align:left}.order-checklist .order-line-main .order-item-check{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border:1.5px solid #b8cbbb;border-radius:8px;color:transparent}.order-checklist .order-line-main.checked{background:#ebf6e5}.order-checklist .order-line-main.checked .order-item-check{border-color:#478f49;color:#fff;background:#478f49}.order-checklist .order-line.unavailable .order-line-main{background:#fff9ed}.order-checklist .order-line.unavailable .order-line-main .order-item-check{border-color:#e0ae5b;background:#fff2ce}.availability-action{min-height:54px;padding:5px 2px;display:grid;place-content:center;justify-items:center;gap:2px;border:1px solid #f0dec0;border-radius:14px;color:#a8772a;background:#fffaf0;font-size:8px;font-weight:800}.availability-action.active{border-color:#d88b31;color:#fff;background:linear-gradient(145deg,#e7a146,#c97722);box-shadow:0 5px 11px #b06c1d2e}.availability-summary{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:6px;border:1px solid #f0d9ad;color:#8c6328;background:#fff6df}.availability-summary div{display:flex;align-items:center;gap:5px}.availability-summary strong{font-size:10px}.availability-summary small{grid-column:1;margin-top:2px;font-size:9px;line-height:1.3}.availability-summary b{grid-column:2;grid-row:1 / span 2;color:#9a5f20;font-size:14px}.inventory-empty{min-height:155px;display:grid;place-items:center;align-content:center;gap:6px;border-radius:20px;color:#68816a;background:#fffffdbd;box-shadow:var(--shadow)}.inventory-empty svg{color:#6ead66}.inventory-empty strong{font:700 18px Fraunces,serif}.inventory-empty small{font-size:10px}.inventory-reminders{margin-top:21px;padding:14px;border-radius:21px;background:linear-gradient(145deg,#eef7df,#e0f0d3);box-shadow:var(--shadow)}.inventory-reminders .section-heading{margin-bottom:10px}.inventory-reminders .section-heading>span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#639f52;font-size:10px;font-weight:700}.inventory-reminders article{min-height:55px;padding:7px 0;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(112,149,98,.2)}.inventory-reminders article>span{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#527c43;background:#fbfff7}.inventory-reminders article>div{min-width:0;flex:1;display:grid;gap:2px}.inventory-reminders article strong{font-size:10px}.inventory-reminders article small{overflow:hidden;color:#6c806c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.inventory-reminders article button{padding:7px;display:flex;align-items:center;gap:2px;border-radius:10px;color:#31733a;background:#ffffffb3;font-size:9px;font-weight:700}.inventory-reminder-backdrop{position:fixed;z-index:54;inset:0;padding:20px;display:grid;place-items:center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.inventory-reminder-modal{width:min(100%,355px);padding:19px;border-radius:25px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.inventory-reminder-modal header{display:flex;align-items:flex-start;justify-content:space-between}.inventory-reminder-modal h2{margin:4px 0;font:700 23px Fraunces,serif}.inventory-reminder-modal header button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.inventory-reminder-modal>p{margin:12px 0;color:var(--muted);font-size:11px;line-height:1.45}.inventory-reminder-modal label{display:grid;gap:6px;color:#5a665a;font-size:10px;font-weight:700}.inventory-reminder-modal input{padding:11px;border:1px solid #dce8d4;border-radius:11px;color:var(--ink);background:#fff;font-size:12px}.inventory-reminder-modal .primary-button{margin-top:14px;min-height:46px}.inventory-scroll{padding-bottom:166px}.phone-frame>.floating-button{right:24px;bottom:24px;z-index:5}.inventory-row{grid-template-columns:48px minmax(0,1fr) auto 32px}.inventory-add-button{width:31px;height:31px;display:grid;place-items:center;border-radius:11px;color:#367e40;background:#e5f4dc;box-shadow:inset 0 1px #fffc}.inventory-add-button:active{transform:translateY(2px);background:#cfe9c2}.add-request-button{width:100%;min-height:38px;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:12px;color:#3d7e43;background:#ffffffbf;font-size:10px;font-weight:700}.stock-scanner-modal{width:min(100%,365px)}.stock-scanner-modal .barcode-camera{margin-top:13px}.restock-modal{width:min(100%,355px)}.restock-product{margin:14px 0;padding:10px;display:flex;align-items:center;gap:10px;border-radius:16px;background:#f1f8eb}.restock-product .product-glyph{width:40px;height:40px;border-radius:13px;font-size:24px}.restock-product div{display:grid;gap:3px}.restock-product strong{font-size:12px}.restock-product small{color:#6b806d;font-size:10px}.restock-stepper{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;overflow:hidden;border-radius:15px;background:#f1f6ec}.restock-stepper>button{height:52px;display:grid;place-items:center;color:#437247;background:transparent}.restock-stepper label{display:grid;justify-items:center;gap:1px;color:#667d68;font-size:9px}.restock-stepper input{width:80px;padding:0;border:0;outline:0;color:#1d6b3f;background:transparent;font-size:22px;font-weight:700;text-align:center}.restock-modal .primary-button{margin-top:14px}.restock-calculator{margin-top:10px;padding:10px;border:1px solid #dcebd4;border-radius:14px;background:#fbfef8}.restock-calculator>p{margin:0 0 8px;color:#68806b;font-size:9px;font-weight:700}.restock-calculator>div{display:grid;grid-template-columns:1fr auto 1.45fr;align-items:end;gap:6px}.restock-calculator label{display:grid;gap:3px;color:#6e7f70;font-size:8px;font-weight:700}.restock-calculator input{width:100%;padding:7px;border:1px solid #dbe9d3;border-radius:9px;color:#286e39;background:#fff;font-size:12px;font-weight:700;text-align:center}.restock-calculator b{padding-bottom:8px;color:#79a172;font-size:15px}.restock-calculator>button{width:100%;min-height:31px;margin-top:8px;border-radius:10px;color:#34743e;background:#e5f3da;font-size:9px;font-weight:700}.restock-calculator>button:disabled{color:#9baba0;background:#f0f3ed}.inventory-value-card{position:relative;min-height:112px;margin-bottom:13px;padding:15px;overflow:hidden;border-radius:22px;color:#fff;background:radial-gradient(circle at 86% 18%,rgba(221,247,171,.38),transparent 23%),linear-gradient(135deg,#347f42,#6daf58);box-shadow:0 9px 17px #2a753433}.inventory-value-card>div{position:relative;z-index:1;display:grid;gap:3px}.inventory-value-card .eyebrow{color:#dff5d0}.inventory-value-card strong{font:700 27px/1 Fraunces,serif;letter-spacing:-.7px}.inventory-value-card>div small{color:#f8fff2d9;font-size:10px}.inventory-value-card>span{position:absolute;top:16px;right:17px;width:43px;height:43px;display:grid;place-items:center;border-radius:15px;color:#efffe4;background:#ffffff2b}.inventory-value-card footer{position:absolute;right:15px;bottom:13px;left:15px;display:flex;gap:7px}.inventory-value-card footer small{padding:5px 7px;border-radius:9px;color:#efffe6;background:#104d1e33;font-size:9px}.inventory-value-card footer b{color:#fff}.product-card.not-active{background:linear-gradient(155deg,#f7f8f5,#e7ebe5);opacity:.78}.product-card.not-active>span{color:#a36b35}.product-photo-note{margin:0!important;color:#4e884e!important;font-size:8px!important}.product-edit-backdrop{position:fixed;z-index:54;inset:0;padding:20px;display:grid;place-items:center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-edit-modal{width:min(100%,355px);padding:19px;border-radius:25px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.product-edit-modal header{display:flex;align-items:flex-start;justify-content:space-between}.product-edit-modal h2{margin:4px 0;font:700 21px Fraunces,serif;line-height:1.05}.product-edit-modal header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.product-edit-summary{margin:15px 0 10px;padding:10px;display:flex;align-items:center;gap:9px;border-radius:16px;background:#f2f8ec}.product-edit-summary .product-glyph{width:40px;height:40px;border-radius:13px;font-size:24px}.product-edit-summary div{display:grid;gap:3px}.product-edit-summary strong{font-size:11px}.product-edit-summary small{color:#708071;font-size:9px}.edit-photo-upload{min-height:45px;padding:9px 10px;display:flex;align-items:center;gap:8px;border:1px dashed #9bbc90;border-radius:13px;color:#46764b;background:#f7fbf3;cursor:pointer}.edit-photo-upload input{display:none}.edit-photo-upload span{min-width:0;flex:1;overflow:hidden;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.print-qr-button{width:100%;min-height:43px;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cde3c5;border-radius:13px;color:#3f7948;background:#fff;font-size:10px;font-weight:700}.print-qr-button svg:last-child{margin-left:auto}.product-status-actions{margin-top:14px;padding-top:12px;border-top:1px solid #dfe9d9;display:grid;gap:7px}.product-status-actions p{margin:0 0 2px;color:#697c6b;font-size:10px;font-weight:700}.product-status-actions button{min-height:39px;border-radius:12px;color:#9a6b2d;background:#fff3d7;font-size:10px;font-weight:700}.product-status-actions button.danger{color:#af544d;background:#fff0ed}.product-status-actions button.resume{display:flex;align-items:center;justify-content:center;gap:5px;color:#367d42;background:#e1f2d8}.qr-label-preview{width:min(100%,330px)}.qr-print-label{margin:16px 0;padding:16px;display:grid;justify-items:center;gap:8px;border:2px solid #1d4d2d;border-radius:8px;color:#193d27;background:#fff;text-align:center}.qr-print-label small{color:#56815a;font-size:8px;font-weight:800;letter-spacing:1px}.qr-print-label strong{font-size:15px}.qr-print-label b{font-family:monospace;font-size:10px;letter-spacing:.7px}.product-edit-fields{display:grid;gap:8px}.product-edit-fields label{display:grid;gap:4px;color:#617663;font-size:9px;font-weight:700}.product-edit-fields label em{color:#8a978a;font-style:normal;font-weight:400}.product-edit-fields input,.product-edit-fields textarea{width:100%;padding:8px 9px;border:1px solid #d9e7d2;border-radius:10px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:11px}.product-edit-fields textarea{resize:vertical}.save-product-details{width:100%;min-height:38px;margin:10px 0;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:12px;color:#32743d;background:#e3f3d9;font-size:10px;font-weight:700}.print-barcode-button{width:100%;min-height:43px;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cde3c5;border-radius:13px;color:#3f7948;background:#fff;font-size:10px;font-weight:700}.print-barcode-button svg:last-child{margin-left:auto}.product-code-preview-backdrop{z-index:60}.barcode-label-preview{width:min(100%,330px)}.barcode-print-label{margin:16px 0;padding:18px 14px 14px;display:grid;justify-items:center;gap:8px;border:2px solid #1d4d2d;border-radius:8px;color:#193d27;background:#fff;text-align:center}.barcode-print-label small{color:#56815a;font-size:8px;font-weight:800;letter-spacing:1px}.barcode-print-label strong{font-size:15px}.barcode-print-label .label-bars{width:100%;margin:5px 0 0}.barcode-print-label b{font-family:monospace;font-size:11px;letter-spacing:1px}.cash-balance.open{background:linear-gradient(145deg,#e0f3ce,#bfe6a8)}.cash-modal-backdrop{position:fixed;z-index:54;inset:0;padding:20px;display:grid;place-items:center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cash-modal{width:min(100%,350px);padding:19px;border-radius:25px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.cash-modal header{display:flex;align-items:flex-start;justify-content:space-between}.cash-modal h2{margin:4px 0;font:700 22px Fraunces,serif}.cash-modal header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.cash-modal>p{margin:14px 0;color:var(--muted);font-size:11px;line-height:1.45}.cash-amount-input{margin-top:12px;display:grid;gap:6px;color:#627363;font-size:10px;font-weight:700}.cash-amount-input input{width:100%;padding:12px;border:1px solid #d6e5cf;border-radius:12px;outline:0;color:#26723a;background:#fff;font-size:20px;font-weight:700}.cash-modal .primary-button{margin-top:15px;min-height:46px}.cash-expected,.cash-close-expected{margin:14px 0;padding:13px;display:grid;gap:4px;border-radius:16px;background:#e4f4d8}.cash-expected span,.cash-close-expected small{color:#5f7e60;font-size:10px}.cash-expected strong,.cash-close-expected strong{color:#28743a;font:700 28px/1 Fraunces,serif}.cash-expected small{color:#718271;font-size:9px}.cash-movements{display:grid}.cash-movements article{min-height:57px;padding:8px 0;display:flex;align-items:center;gap:8px;border-bottom:1px solid #dfe9d9}.cash-movements article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:11px;color:#3e8244;background:#e3f3d8}.cash-movements article>span.card{color:#4d7589;background:#e5f1f5}.cash-movements article>div{flex:1;display:grid;gap:2px}.cash-movements strong{font-size:10px}.cash-movements small{color:#748274;font-size:9px}.cash-movements b{color:#31773d;font-size:11px}.cash-difference{margin-top:12px;padding:11px;display:grid;grid-template-columns:1fr auto;gap:3px;border-radius:14px}.cash-difference span{font-size:10px;font-weight:700}.cash-difference b{font-size:15px}.cash-difference small{grid-column:1 / -1;font-size:9px}.cash-difference.balanced{color:#31763e;background:#e2f3d9}.cash-difference.surplus{color:#9a702c;background:#fff2d9}.cash-difference.short{color:#ae554d;background:#fff0ed}.cash-view-tabs{margin:15px 0 10px;padding:3px;display:grid;grid-template-columns:1fr 1.35fr;gap:3px;border-radius:13px;background:#e4efdf}.cash-view-tabs button{min-height:33px;border-radius:10px;color:#6e816f;background:transparent;font-size:10px;font-weight:700}.cash-view-tabs button.active{color:#27713a;background:#fff;box-shadow:0 3px 8px #335c301a}.cash-section-heading{margin:18px 2px 9px;display:flex;align-items:center;justify-content:space-between}.cash-section-heading h2{margin:3px 0 0;font-size:15px}.cash-section-heading>span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#5b9d52;font-size:10px;font-weight:700}.today-transactions,.cash-cut-history{display:grid;gap:7px}.today-transactions article,.cash-cut-history>button{min-height:58px;padding:9px;display:flex;align-items:center;gap:8px;border-radius:16px;background:#fffffde6;box-shadow:var(--shadow);text-align:left}.today-transactions article>span,.cash-cut-history>button>span{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#397e43;background:#e3f3d8}.today-transactions article>span.card{color:#507688;background:#e4f0f5}.today-transactions article>span.transfer{color:#6b6b9a;background:#eceafa}.today-transactions article>span.refund{color:#af5d53;background:#fff0ed}.today-transactions article>div,.cash-cut-history>button>div{min-width:0;flex:1;display:grid;gap:2px}.today-transactions strong,.cash-cut-history strong{font-size:10px}.today-transactions small,.cash-cut-history small{overflow:hidden;color:#738174;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.today-transactions b{color:#34773e;font-size:11px}.today-transactions b.refund{color:#af5b50}.cash-cut-history>button{width:100%}.cash-cut-history>button>span{color:#5c7863;background:#edf4e9}.cash-cut-history>button>b{padding:4px 6px;border-radius:8px;font-size:9px}.cash-cut-history>button>b.balanced{color:#34773e;background:#e1f2d8}.cash-cut-history>button>b.surplus{color:#9b702e;background:#fff0d1}.cash-cut-history>button>b.short{color:#ae554d;background:#fff0ed}.cash-cut-history>button>svg{color:#829382}.cut-owner{margin:13px 0 8px!important;color:#657565!important;font-size:10px!important}.cut-breakdown{display:grid}.cut-breakdown div{padding:10px 0;display:flex;justify-content:space-between;border-bottom:1px solid #dde7d7;font-size:11px}.cut-breakdown div:last-child{border-bottom:0}.cut-breakdown b,.cut-breakdown .balanced b{color:#34753d}.cut-breakdown .surplus b{color:#9a702c}.cut-breakdown .short b{color:#af554d}.admin-store-card{padding:15px;display:flex;align-items:center;gap:10px;border-radius:21px;color:#234a2d;background:linear-gradient(145deg,#e5f5d8,#cae8bb);box-shadow:var(--shadow)}.admin-store-card>span{width:43px;height:43px;flex:0 0 auto;display:grid;place-items:center;border-radius:15px;color:#fff;background:#367b42;font:700 26px Fraunces,serif}.admin-store-card>div{min-width:0;flex:1;display:grid;gap:3px}.admin-store-card strong{font-size:14px}.admin-store-card small{overflow:hidden;color:#56765a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-store-card>button{width:33px;height:33px;display:grid;place-items:center;border-radius:11px;color:#3a7442;background:#ffffffad}.more-view{gap:4px}.more-view .settings-row:first-of-type{margin-top:9px}.admin-modal-backdrop,.client-poster-backdrop{position:fixed;z-index:54;inset:0;padding:18px;display:grid;place-items:center;background:#0e311b6e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.admin-modal{width:min(100%,365px);max-height:calc(100svh - 36px);padding:18px;overflow-y:auto;border-radius:25px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.admin-modal header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:13px}.admin-modal h2{margin:4px 0;font:700 22px Fraunces,serif}.admin-modal header>button,.poster-close{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.admin-form{display:grid;gap:8px}.admin-form label{display:grid;gap:4px;color:#5e725f;font-size:9px;font-weight:700}.admin-form input,.admin-form select{width:100%;padding:9px;border:1px solid #d9e7d2;border-radius:10px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:11px}.admin-form-split{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-logo-upload{min-height:45px;padding:9px;display:flex!important;align-items:center;gap:8px;border:1px dashed #9bbc90;border-radius:13px;color:#46764b!important;background:#f7fbf3;cursor:pointer}.admin-logo-upload input{display:none}.admin-logo-upload span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-modal .primary-button{margin-top:14px;min-height:45px}.employee-list,.branch-list{display:grid;margin-bottom:13px}.employee-list article,.branch-list article{min-height:50px;padding:7px 0;display:flex;align-items:center;gap:8px;border-bottom:1px solid #dfe9d9}.employee-list article>span,.branch-list article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:11px;color:#377b42;background:#e2f3d8;font-size:13px;font-weight:700}.employee-list article>div,.branch-list article>div{min-width:0;flex:1;display:grid;gap:2px}.employee-list strong,.branch-list strong{font-size:10px}.employee-list small,.branch-list small{overflow:hidden;color:#758276;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.employee-list b{color:#3e7844;font-family:monospace;font-size:9px}.branch-list b{padding:4px 6px;border-radius:7px;color:#347740;background:#e2f2d9;font-size:8px}.employee-form{padding-top:3px}.access-code-card{margin-top:11px;padding:10px;display:grid;gap:3px;border-radius:14px;color:#2d713a;background:#e0f3d6}.access-code-card small{color:#609160;font-size:8px;font-weight:800;letter-spacing:1px}.access-code-card strong{font-family:monospace;font-size:16px;letter-spacing:.8px}.access-code-card span{color:#668067;font-size:9px}.client-qr-card{padding:15px;display:grid;justify-items:center;gap:6px;border-radius:20px;color:#265735;background:linear-gradient(145deg,#ebf8df,#d8efc9);text-align:center}.client-qr-art{width:150px;height:150px;display:grid;place-items:center;border-radius:12px;color:#1d5a34;background:#fff;box-shadow:0 5px 12px #295e2a1f}.client-qr-card strong{font:700 18px Fraunces,serif}.client-qr-card small{max-width:100%;overflow:hidden;color:#5d7962;font-family:monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.copy-url-button{width:100%;min-height:39px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:12px;color:#3d7845;background:#fff;border:1px solid #cfe3c8;font-size:10px;font-weight:700}.client-poster-backdrop{z-index:64;overflow-y:auto}.client-poster{position:relative;width:min(100%,420px);min-height:570px;padding:37px 29px 28px;display:grid;justify-items:center;align-content:center;gap:10px;overflow:hidden;border-radius:8px;color:#f8ffef;background:radial-gradient(circle at 12% 13%,rgba(218,247,172,.27),transparent 20%),radial-gradient(circle at 90% 82%,rgba(180,229,133,.25),transparent 27%),linear-gradient(145deg,#155b35,#3b8b47);text-align:center;box-shadow:0 22px 48px #0c331b59}.client-poster:before{content:"";position:absolute;inset:13px;border:1px solid rgba(240,255,222,.45);border-radius:4px;pointer-events:none}.client-poster>*{position:relative;z-index:1}.poster-close{position:absolute;top:25px;right:25px;color:#376944;background:#eff9e5}.client-poster p{margin:0;font-size:10px;font-weight:800;letter-spacing:1.5px}.client-poster h1{margin:3px 0;font:700 36px/1 Fraunces,serif}.client-poster>span{font-size:11px}.poster-qr{width:196px;height:196px;margin:13px 0 4px;display:grid;place-items:center;color:#205e35;background:#fff;border-radius:7px;box-shadow:0 9px #08361c2e}.client-poster>strong{font-size:15px}.client-poster>small{font-size:10px;line-height:1.55}.client-poster .primary-button{width:100%;min-height:44px;margin-top:10px;color:#286438;background:#edfae2;box-shadow:none}.app-install-card,.whatsapp-status{padding:13px;display:flex;align-items:center;gap:10px;border-radius:17px;color:#285f38;background:linear-gradient(145deg,#e6f5d9,#d0eec2)}.app-install-card>span,.whatsapp-status>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#4c9e54,#2a733c);box-shadow:0 5px #1b5c31}.app-install-card>div,.whatsapp-status>div{display:grid;gap:3px}.app-install-card strong,.whatsapp-status strong{font-size:12px}.app-install-card small,.whatsapp-status small{color:#55745b;font-size:9px;line-height:1.45}.install-steps{margin-top:11px;display:grid;gap:7px}.install-steps p,.whatsapp-note{margin:0;padding:9px 10px;border-radius:11px;color:#617663;background:#f6fbf2;font-size:9px;line-height:1.45}.install-steps b{color:#377941}.whatsapp-note{margin-top:10px}.admin-modal .primary-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.payment-settings-card{display:grid;gap:8px;margin:2px 0 3px}.payment-settings-toggle{min-height:58px;padding:9px;display:grid;grid-template-columns:auto 32px minmax(0,1fr);align-items:center;gap:8px;border:1px solid #d8e8d1;border-radius:14px;color:#2a6237;background:#fbfef9;cursor:pointer}.payment-settings-toggle input{width:17px;height:17px;margin:0;accent-color:var(--business-brand, #378d48)}.payment-settings-toggle>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:var(--business-brand-dark, #32743d);background:var(--business-brand-soft, #e2f3d8)}.payment-settings-toggle>div{min-width:0;display:grid;gap:2px}.payment-settings-toggle strong{font-size:10px}.payment-settings-toggle small{color:#718174;font-size:8px;line-height:1.35}.payment-settings-fields{margin:-2px 0 3px;padding:10px;display:grid;gap:7px;border:1px solid #dbe9d5;border-radius:13px;background:#f4faef}.payment-settings-fields label{display:grid;gap:4px;color:#5e725f;font-size:9px;font-weight:700}.payment-settings-fields label em{color:#829184;font-size:8px;font-style:normal;font-weight:500}.payment-settings-fields input,.payment-settings-fields select,.payment-settings-fields textarea{width:100%;padding:8px;border:1px solid #d8e7d2;border-radius:9px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:10px}.payment-settings-fields textarea{min-height:53px;resize:vertical;line-height:1.35}.payment-settings-fields.credit{grid-template-columns:1fr 1fr}.payment-settings-fields.credit label:last-of-type{grid-column:1 / -1}.payment-settings-error{margin-top:-1px;color:#ad6841;font-size:8px;line-height:1.35}.customer-transfer-details{margin-top:10px;padding:12px;display:grid;gap:4px;border:1px solid color-mix(in srgb,var(--business-brand, #378d48) 22%,white);border-radius:15px;color:#315f3b;background:color-mix(in srgb,var(--business-brand-soft, #e2f3d8) 62%,white)}.customer-transfer-details p,.customer-credit-rules p{margin:0;color:var(--business-brand-dark, #357640);font-size:9px;font-weight:850;letter-spacing:1px}.customer-transfer-details strong{font-size:13px}.customer-transfer-details>span,.customer-transfer-details small{color:#57745b;font-size:10px}.customer-transfer-details em{margin-top:2px;color:#6c806e;font-size:9px;font-style:normal;line-height:1.4}.customer-credit-rules{margin-top:10px;padding:11px;display:flex;align-items:flex-start;gap:9px;border-radius:15px;color:#735a28;background:#fff5d9}.customer-credit-rules>svg{flex:0 0 auto;color:#a67627}.customer-credit-rules>div{display:grid;gap:3px}.customer-credit-rules strong{font-size:11px}.customer-credit-rules small{color:#7f704d;font-size:9px;line-height:1.4}.business-panel .panel-link,.business-panel .business-notification{width:100%;padding:13px 2px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #dfebd6;color:var(--ink);background:transparent;text-align:left}.business-panel .business-notification>span{width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;color:#347d41;background:#e5f3d9}.business-panel .business-notification>span.warning{color:#a97324;background:#fff0cc}.business-panel .business-notification>span.cash{color:#527589;background:#e4f0f5}.business-panel .business-notification>div{flex:1;display:grid;gap:3px}.business-panel .business-notification strong{font-size:13px}.business-panel .business-notification small{color:var(--muted);font-size:10px;line-height:1.35}.business-panel .business-notification>svg{width:17px;color:#779477}.customer-cart .empty-cart{position:relative;min-height:390px;padding:33px 24px 26px;overflow:hidden;display:grid;justify-items:center;align-content:center;gap:10px;border-radius:29px;background:radial-gradient(circle at 12% 15%,rgba(255,255,255,.96),transparent 27%),radial-gradient(circle at 88% 85%,rgba(188,229,151,.48),transparent 30%),linear-gradient(145deg,#edf8e3,#d7eec7);box-shadow:0 15px 30px #37632e21,inset 0 1px #ffffffd9}.customer-cart .empty-cart:before,.customer-cart .empty-cart:after{content:"";position:absolute;border-radius:50%;background:#ffffff61}.customer-cart .empty-cart:before{width:150px;height:150px;top:-70px;right:-38px}.customer-cart .empty-cart:after{width:90px;height:90px;bottom:-35px;left:-24px}.empty-cart-art{position:relative;z-index:1;width:122px;height:107px;margin-bottom:5px;display:grid;place-items:center;border-radius:39px 39px 31px 31px;color:#fff;background:linear-gradient(145deg,#75bd62,#3a9249);box-shadow:0 9px #2d7b3e,0 18px 25px #2e753238}.empty-cart-art>svg{stroke-width:2.4}.empty-cart-art>span{position:absolute;padding:4px;border-radius:10px;background:#f9ffef;box-shadow:0 4px 9px #28612a1f;font-size:20px}.empty-cart-art>span:nth-child(1){top:-8px;left:-12px}.empty-cart-art>span:nth-child(2){top:4px;right:-14px}.empty-cart-art>span:nth-child(3){bottom:-10px;right:6px}.customer-cart .empty-cart>*{position:relative;z-index:1}.customer-cart .empty-cart .eyebrow{margin:7px 0 0;color:#5b9358;font-size:9px}.customer-cart .empty-cart>strong{color:#214c2e;font:700 27px/1.05 Fraunces,serif;letter-spacing:-.7px}.customer-cart .empty-cart>p:not(.eyebrow){max-width:245px;margin:0;color:#617664;font-size:11px;line-height:1.5}.customer-cart .empty-cart>button{min-height:44px;margin-top:7px;padding:0 16px;display:flex;align-items:center;gap:6px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#5dad56,#2e833f);box-shadow:0 6px #256e37,0 12px 18px #2a703033;font-size:11px;font-weight:800}.customer-cart .empty-cart>button:active{transform:translateY(3px);box-shadow:0 3px #256e37,0 7px 11px #2a70302b}.customer-cart .empty-cart>small{color:#658167;font-size:9px}.catalog-intro{margin:2px 2px 17px;color:var(--muted);font-size:12px;line-height:1.5}.catalog-categories{width:100%;margin-top:18px;min-height:49px;padding:0 14px;border-radius:16px;color:#28713a;background:linear-gradient(145deg,#ecf8e5,#d8edc9);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;box-shadow:0 8px 16px #336b301a}.catalog-categories svg:last-child{margin-left:auto}.catalog-empty{min-height:150px;padding:25px;border-radius:22px;color:#5a7a5b;background:#ffffffb3;display:grid;justify-items:center;align-content:center;gap:7px;text-align:center;box-shadow:var(--shadow)}.catalog-empty svg{color:#68a95b}.catalog-empty strong{font:700 20px Fraunces,serif}.catalog-empty p{margin:0;font-size:11px}.panel-backdrop{position:absolute;z-index:10;inset:0;padding:70px 14px 14px;background:#132d1a47;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;animation:panel-fade .2s ease both}.customer-panel{width:100%;padding:19px;border-radius:28px;background:linear-gradient(145deg,#fffefb,#eef8e7);box-shadow:0 20px 45px #123d2147;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.customer-panel header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.customer-panel header p{margin:0 0 3px;color:#66945e;font-size:9px;font-weight:700;letter-spacing:1px}.customer-panel header h2{margin:0;font:700 25px Fraunces,serif;letter-spacing:-.6px}.customer-panel header button{width:37px;height:37px;border-radius:13px;background:#eef6e7;color:#386b40;display:grid;place-items:center}.panel-link,.notifications-panel article{width:100%;padding:13px 2px;border-bottom:1px solid #dfebd6;background:transparent;display:flex;align-items:center;gap:11px;text-align:left}.panel-link>span,.notifications-panel article>span{width:39px;height:39px;flex:0 0 auto;border-radius:13px;color:#347d41;background:#e5f3d9;display:grid;place-items:center}.panel-link div,.notifications-panel article div{flex:1;display:grid;gap:3px}.panel-link strong,.notifications-panel article strong{font-size:13px}.panel-link small,.notifications-panel article small{color:var(--muted);font-size:10px;line-height:1.35}.panel-link>svg{color:#779477;width:17px}.panel-link>b{min-width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#378d44;color:#fff;font-size:10px}.notifications-panel article:last-of-type{border-bottom:0}.panel-action{width:100%;min-height:44px;margin-top:13px;border-radius:14px;color:#28733b;background:#dff1d3;font-size:12px;font-weight:700}.customer-orders{display:grid;gap:12px}.customer-orders-intro{padding:15px;display:flex;align-items:center;gap:11px;border-radius:21px;color:#285d36;background:linear-gradient(145deg,#e8f6de,#d8efc9);box-shadow:0 9px 19px #31652c1a}.customer-orders-intro>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#5caf56,#2e7f3d);box-shadow:0 4px #216a34}.customer-orders-intro>div{display:grid;gap:3px}.customer-orders-intro p{margin:0;color:#639360;font-size:8px;font-weight:800;letter-spacing:1px}.customer-orders-intro strong{font:700 20px/1 Fraunces,serif}.customer-orders-intro small{color:#607a63;font-size:9px;line-height:1.35}.customer-order-history{display:grid;gap:7px}.customer-order-history article{min-height:61px;padding:10px;display:flex;align-items:center;gap:10px;border-radius:17px;background:linear-gradient(145deg,#fffffff5,#f2f9edf5);box-shadow:0 7px 15px #34592c14}.customer-order-history article>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#3d8547;background:#e4f2da}.customer-order-history article>div{flex:1;display:grid;gap:3px}.customer-order-history strong{font-size:11px}.customer-order-history small{color:#738374;font-size:9px}.customer-order-history b{color:#28733a;font:700 16px Fraunces,serif}.orders-local-empty{min-height:190px;padding:24px;display:grid;justify-items:center;align-content:center;gap:8px;border-radius:23px;color:#648265;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.94),transparent 35%),#f4faefe6;box-shadow:0 8px 17px #34592c12;text-align:center}.orders-local-empty>svg{color:#5daa57}.orders-local-empty strong{color:#315d3b;font:700 19px Fraunces,serif}.orders-local-empty small{max-width:210px;font-size:10px;line-height:1.45}.local-account-card{padding:14px;display:grid;gap:9px;border-radius:22px;background:linear-gradient(145deg,#fffffffa,#ecf7e5f5);box-shadow:0 9px 20px #34592c1a}.local-account-card .eyebrow{margin:0;color:#60945c;font-size:8px}.local-account-copy{margin:-4px 0 2px;color:#718371;font-size:9px;line-height:1.4}.local-account-card label{display:grid;gap:4px;color:#5e735f;font-size:9px;font-weight:700}.local-account-card label em{color:#829582;font-size:8px;font-style:normal;font-weight:500}.local-account-card input,.local-account-card textarea{width:100%;padding:9px 10px;border:1px solid #d9e8d2;border-radius:11px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:10px}.local-account-card textarea{min-height:50px;resize:vertical}.local-account-card .primary-button{min-height:44px;margin-top:3px}.customer-contact-row{min-height:61px;padding:10px 2px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #dfebd6}.customer-contact-row>span{width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;color:#347d41;background:#e5f3d9}.customer-contact-row>div{min-width:0;flex:1;display:grid;gap:3px}.customer-contact-row strong{font-size:12px}.customer-contact-row small{color:var(--muted);font-size:9px;line-height:1.4}.support-link{display:flex;align-items:center;justify-content:center;text-decoration:none}@keyframes panel-fade{0%{opacity:0}to{opacity:1}}@keyframes panel-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes rise{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.empty-cart-art{position:relative;z-index:1;width:205px;height:165px;margin:-6px 0 34px;display:grid;place-items:center;border-radius:0;color:inherit;background:transparent;box-shadow:none;transform:translateY(-16px)}.empty-cart-art img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 10px rgba(46,105,47,.18))}@media(max-width:640px){.app-shell{padding:0;display:block}.phone-frame{width:100%;height:100svh;min-height:650px;border:0;border-radius:0;box-shadow:none}.phone-frame:before{background:radial-gradient(circle at 20% 1%,rgba(255,255,255,.95),transparent 20rem)}.status-line{display:none}.app-header{height:66px;padding:15px 20px 9px}.screen-content{height:calc(100% - 66px)}}@media(min-width:641px){.phone-frame{width:470px}.bottom-nav{border-radius:0 0 34px 34px}.screen-content{padding-left:23px;padding-right:23px}.floating-button{right:29px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.platform-list article>.subscription-edit{color:#3d7347;background:#f0f6e8}.platform-payment-alert{margin:0 0 12px;padding:10px 12px;display:grid;gap:3px;border-radius:14px;color:#7b5a20;background:#fff1cf}.platform-payment-alert strong{font-size:11px}.platform-payment-alert small{font-size:9px}.platform-list article.payment-overdue{border:1px solid #f3c4b6;background:#fff8f5}.platform-list article.payment-soon{border:1px solid #f1db9e;background:#fffdf5}.platform-list small.payment-overdue{color:#b14e3e;font-weight:700}.platform-list small.payment-soon{color:#a57622;font-weight:700}.platform-list small.payment-current{color:#3d8248}.platform-list .payment-confirm{width:auto;padding:0 9px;color:#fff;background:#398c46;font-size:10px;font-weight:800}.access-code .public-store-link{max-width:100%;overflow-wrap:anywhere;color:#476f50;font-family:monospace;font-size:9px}.platform-shell{min-height:100svh;padding:28px;display:grid;place-items:center;color:var(--ink);background:radial-gradient(circle at 10% 10%,#effbdc,transparent 28rem),linear-gradient(135deg,#edf5e8,#d8ebd0);font-family:DM Sans,sans-serif}.platform-frame,.platform-card{width:min(100%,760px);padding:24px;border:1px solid rgba(255,255,255,.8);border-radius:28px;background:#fffffce6;box-shadow:0 22px 50px #1f502829}.platform-frame>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.platform-frame header p,.platform-card>p,.platform-modal p{margin:0;color:#63925e;font-size:10px;font-weight:800;letter-spacing:1.3px}.platform-frame h1,.platform-card h1,.platform-modal h2{margin:4px 0 0;font:700 30px Fraunces,serif}.platform-logout,.platform-primary,.platform-summary button{border-radius:14px;color:#fff;background:linear-gradient(145deg,#61ae59,#287b3b);font-weight:800}.platform-logout{padding:10px 12px;display:flex;gap:6px;align-items:center;font-size:11px}.platform-summary{margin:20px 0 14px;padding:15px;display:grid;grid-template-columns:1fr 1fr auto;gap:12px;border-radius:19px;background:linear-gradient(145deg,#e8f6dd,#d6ecc9)}.platform-summary div{display:grid;gap:3px}.platform-summary small{font-size:9px;color:#5c7d5e;font-weight:700}.platform-summary strong{font:700 23px Fraunces,serif;color:#286c36}.platform-summary button{padding:0 14px;display:flex;align-items:center;gap:5px;font-size:11px}.platform-list{display:grid;gap:8px}.platform-list article{min-height:64px;padding:10px;display:flex;align-items:center;gap:10px;border-radius:17px;background:#fff;box-shadow:0 5px 13px #31562a14}.platform-list article>span{width:37px;height:37px;display:grid;place-items:center;border-radius:12px;color:#398343;background:#e4f3d9}.platform-list article>div{flex:1;display:grid;gap:3px}.platform-list strong{font-size:12px}.platform-list small{font-size:9px;color:var(--muted)}.platform-list b{padding:5px 7px;border-radius:8px;font-size:9px}.platform-list b.active{color:#347842;background:#e3f4d9}.platform-list b.paused{color:#a25a4c;background:#ffebe7}.platform-list article>button{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#377c43;background:#e7f4df}.platform-notice{margin:0 0 11px;padding:8px 10px;display:flex;gap:5px;align-items:center;border-radius:11px;color:#34763e;background:#e6f5dc;font-size:10px}.platform-card{width:min(100%,390px);display:grid;gap:11px}.platform-card>span{justify-self:start}.platform-mark{width:50px;height:50px;display:grid;place-items:center;border-radius:18px;color:#fff;background:#23733c;font:700 34px Fraunces,serif}.platform-card>small{color:#667767;font-size:11px;line-height:1.45}.platform-card label,.platform-modal label{display:grid;gap:5px;color:#5c725f;font-size:10px;font-weight:700}.platform-card input,.platform-modal input{width:100%;padding:11px;border:1px solid #d6e6cf;border-radius:11px;outline:0;background:#fff;font:inherit;font-size:12px}.platform-card em,.platform-modal em{color:#b5584d;font-size:10px;font-style:normal}.platform-primary{min-height:45px;border:0}.platform-link{padding:5px;background:transparent;color:#397a43;font-size:10px}.platform-modal{position:fixed;z-index:80;inset:0;padding:18px;display:grid;place-items:center;background:#10331c70;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.platform-modal>section{position:relative;width:min(100%,395px);padding:22px;display:grid;gap:11px;border-radius:25px;background:linear-gradient(145deg,#fffefb,#eaf6e4);box-shadow:0 24px 50px #0c331b4d}.platform-close{position:absolute;right:16px;top:16px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#e9f3e3;color:#517052}.platform-price{padding:11px;display:flex;align-items:center;gap:7px;border-radius:13px;color:#397841;background:#e5f4da;font-size:10px}.platform-price b{margin-left:auto;font-size:13px}.access-code{padding:17px;display:grid;gap:6px;border-radius:17px;color:#286f39;background:#e2f3d7;text-align:center}.access-code small{font-size:9px;letter-spacing:1px}.access-code strong{font:700 25px monospace;letter-spacing:1px}.access-code span{font-size:10px;color:#5b775f}@media(max-width:640px){.platform-shell{padding:14px;align-items:start}.platform-frame,.platform-card{padding:18px;border-radius:22px}.platform-summary{grid-template-columns:1fr 1fr}.platform-summary button{grid-column:1/-1;min-height:42px;justify-content:center}.platform-list article{align-items:flex-start}.platform-list b{margin-top:2px}}.platform-tabs{display:flex;gap:8px;margin:20px 0;flex-wrap:wrap}.platform-tabs button,.catalog-actions button,.global-product-form>button[type=button],.barcode-reader>button{padding:10px 14px;border-radius:12px;background:#e7f4df;color:#286c36;font-weight:700}.platform-tabs button[aria-pressed=true]{background:#287b3b;color:#fff}.global-catalog>header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.global-catalog h2{margin:0;font-family:Fraunces,serif}.global-catalog p{font-size:13px;line-height:1.5}.global-catalog .platform-primary{padding:12px;display:flex;align-items:center;gap:6px}.catalog-filters{display:flex;gap:12px;margin:20px 0;flex-wrap:wrap}.catalog-filters label{display:grid;gap:6px;flex:1;font-size:12px}.catalog-filters input,.catalog-filters select,.global-product-form textarea,.barcode-reader input{width:100%;padding:11px;border:1px solid #d6e6cf;border-radius:11px;background:#fff;color:var(--ink);font:inherit}.catalog-items{display:grid;gap:10px}.catalog-items article{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border:1px solid #d6e6cf;border-radius:16px}.catalog-items article>div:first-of-type{flex:1;min-width:0;display:grid;gap:6px;overflow-wrap:anywhere}.catalog-items small{font-size:12px;color:#5c725f}.catalog-items p{margin:0}.catalog-actions{display:flex;flex-wrap:wrap;gap:6px}.catalog-actions button{display:flex;align-items:center;gap:4px}.catalog-status{justify-self:start;padding:4px 8px;border-radius:8px;font-size:11px;background:#fff1cf;color:#75581f}.catalog-status.approved{background:#e3f4d9;color:#286c36}.catalog-status.rejected{background:#ffebe7;color:#913f35}.global-product-form{display:grid;gap:12px}.platform-modal>section{max-height:calc(100svh - 36px);overflow-y:auto}.barcode-reader{display:grid;gap:8px}.barcode-reader label{display:grid;gap:6px;font-size:12px}.barcode-reader>p{color:#913f35;font-size:12px}.barcode-reader .camera-surface{width:100%;height:100%;object-fit:cover;opacity:1}.platform-shell button:disabled,.barcode-reader button:disabled{opacity:.55;cursor:wait}.platform-shell :is(input,select,textarea,button):focus-visible,.barcode-reader :is(input,button):focus-visible{outline:3px solid #79ae60;outline-offset:2px}@media(max-width:640px){.catalog-items article{flex-wrap:wrap}.catalog-actions{width:100%}.catalog-filters label:first-child{flex-basis:100%}}.platform-modal>.global-product-modal{display:block;width:min(100%,395px);padding:16px;margin:0}.global-product-modal fieldset{padding:0;margin:0;border:0;min-width:0}.global-product-modal .form-heading h2{font-size:21px}.global-product-modal .form-heading{gap:12px}.global-product-modal .form-heading>button{flex-shrink:0}.global-product-modal .product-photo-note{margin:12px 0!important;font-size:10px!important;letter-spacing:0;font-weight:400}.global-product-modal .primary-button{margin-top:14px}.product-photo-field .photo-upload{position:relative;grid-template-columns:52px minmax(0,1fr)}.product-photo-field .photo-upload input{display:block;position:absolute;width:1px;height:1px;padding:0;opacity:0}.product-photo-field .photo-upload:focus-within{outline:3px solid #79ae60;outline-offset:2px}.product-photo-field .photo-upload img{width:52px;height:52px;border-radius:11px;object-fit:cover;grid-row:span 2}.product-photo-field .photo-upload small{overflow-wrap:anywhere}.photo-remove{margin:6px 0 0 auto;padding:5px 0;display:flex;align-items:center;gap:4px;color:#66816a;background:transparent;font-size:10px}.product-form-error{margin:10px 0;padding:10px;color:#913f35!important;background:#fff0ed;border-radius:11px;font-size:11px!important;line-height:1.5}.catalog-product-photo{width:48px;height:48px;border-radius:15px;object-fit:cover}.barcode-reader .camera-target{pointer-events:none}.barcode-reader .barcode-camera{height:88px;border-radius:16px}.product-scanner-flow .barcode-reader .barcode-camera{height:min(82vw,320px);border-radius:20px}.product-scanner-flow .barcode-reader .camera-target{inset:18px 25px}.barcode-reader .camera-target{inset:7px}.scanner-guidance{color:#5f7b63;font-size:10px;text-align:center}.customer-availability,.customer-limit-note,.cart-availability{color:#4d884b;font-size:10px;font-weight:700}.customer-quantity .customer-availability{display:block;margin:5px 0 7px}.customer-limit-note{display:block;margin-top:7px;color:#9a702c}.stepper button.at-limit{color:#a8b3a7;background:#eef1ed}.customer-cart{height:100%;min-height:0;display:flex;flex-direction:column;gap:12px}.customer-cart .cart-items-card{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.customer-cart .customer-checkout-card{flex:0 0 auto;padding:4px 12px 11px}.customer-cart .customer-checkout-card .pickup-card{padding:9px 1px}.customer-cart .customer-checkout-card .checkout-total{margin:8px 1px 9px}.customer-cart .customer-checkout-card .primary-button{min-height:43px}.customer-cart{padding-bottom:16px;box-sizing:border-box}.customer-cart .customer-checkout-card{padding:9px 12px 17px}.checkout-store{padding:2px 1px 10px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e2ebdd}.checkout-store>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#34813f;background:#e4f4d9}.checkout-store>div{min-width:0;display:grid;gap:2px}.checkout-store p{margin:0;color:#6d8d6d;font-size:8px;font-weight:800;letter-spacing:1px}.checkout-store strong{font-size:12px}.checkout-store small{overflow:hidden;color:#6c806d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.customer-cart .customer-checkout-card .checkout-total{margin:10px 1px 12px}.customer-cart .customer-checkout-card .primary-button{min-height:47px}.customer-cart{height:auto;min-height:0;overflow:visible}.customer-cart .cart-items-card{flex:0 1 auto;max-height:min(46svh,390px)}.customer-cart .customer-checkout-card{height:184px;flex:0 0 184px;box-sizing:border-box;overflow:hidden}.barcode-link-action{margin-top:11px;padding:10px;display:grid;grid-template-columns:1fr auto;gap:8px;border-radius:15px;background:#f1f8eb}.barcode-link-action>div{min-width:0;display:flex;align-items:center;gap:8px}.barcode-link-action>div>span{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;border-radius:10px;color:#387b41;background:#fff}.barcode-link-action strong,.barcode-link-action small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.barcode-link-action strong{font-size:10px}.barcode-link-action small{margin-top:2px;color:#6b806d;font-family:monospace;font-size:9px}.barcode-link-action button{min-height:34px;padding:7px 9px;display:flex;align-items:center;gap:4px;border-radius:11px;color:#34783e;background:#fff;font-size:9px;font-weight:700}.barcode-link-action .save-barcode{grid-column:1/-1;justify-content:center;color:#fff;background:#4b9a50}.stock-scanner-modal .barcode-camera{height:min(68vw,260px)}.continuous-scanner-modal{max-height:calc(100svh - 28px);overflow-y:auto}.continuous-scanner-modal .barcode-camera{height:min(66vw,255px)}.continuous-scan-list{margin-top:10px;display:grid;gap:7px}.continuous-scan-list>header{display:flex;align-items:center;justify-content:space-between;color:#506c54;font-size:11px;font-weight:700}.continuous-scan-list>header b{min-width:22px;height:22px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#55984f;font-size:10px}.continuous-scan-list>p{margin:2px 0;padding:9px;color:#718274;background:#f3f8ef;border-radius:12px;font-size:10px;text-align:center}.continuous-scan-list .cart-line{min-height:49px;padding:7px;border-radius:13px;background:#fff;box-shadow:0 3px 9px #28502d12}.continuous-scan-list .cart-line .product-glyph{width:31px;height:31px;border-radius:10px;font-size:18px}.continuous-scan-list .cart-line strong{font-size:10px}.continuous-scan-list .cart-line small{font-size:8px}.continuous-scan-list .cart-line b{font-size:10px}.continuous-scan-list .primary-button{min-height:42px;margin-top:2px}.scanner-camera-toggle{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:pointer}.global-product-modal .bulk-choice input{width:19px;height:19px;padding:0;margin:0;flex:0 0 19px}.global-product-modal .bulk-choice span{flex:1}.catalog-items article{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px}.catalog-items .product-glyph,.catalog-items .catalog-product-photo{width:40px;height:40px;border-radius:12px}.catalog-items article>.catalog-product-info{gap:3px}.catalog-product-info strong{font-size:13px}.catalog-product-info small{font-size:11px}.catalog-product-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#5c725f}.catalog-product-side{display:grid;justify-items:end;gap:5px;max-width:220px}.catalog-product-side .catalog-product-origin{font-size:10px;text-align:right;overflow-wrap:anywhere}.catalog-product-controls{display:flex;align-items:center;justify-content:flex-end;gap:7px}.catalog-edit{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:6px 9px;border-radius:10px;background:#e7f4df;color:#286c36;font-size:11px;font-weight:700}.catalog-product-side .catalog-actions{justify-content:flex-end;width:auto}.catalog-product-side .catalog-actions button{padding:6px 8px;font-size:10px;border-radius:9px}@media(max-width:540px){.catalog-items article{grid-template-columns:36px minmax(0,1fr);gap:7px 9px}.catalog-items .product-glyph,.catalog-items .catalog-product-photo{width:36px;height:36px}.catalog-product-side{grid-column:2;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;max-width:none;gap:5px 8px}.catalog-product-side .catalog-product-origin{margin-right:auto;text-align:left}}.taxonomy-panel h2{margin:0;font:700 23px Fraunces,serif}.taxonomy-heading p{margin:6px 0 18px;font-size:12px;color:#617663}.taxonomy-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:12px}.taxonomy-switch{display:flex;gap:6px}.taxonomy-switch button{padding:9px 12px;border-radius:12px;background:#edf6e8;color:#407347;font-size:11px;font-weight:700}.taxonomy-switch button[aria-pressed=true]{background:#287b3b;color:#fff}.taxonomy-toolbar .platform-primary{display:flex;align-items:center;gap:6px;padding:10px 13px;font-size:11px}.taxonomy-removed{display:flex;gap:7px;align-items:center;font-size:11px;color:#617663;margin:0 0 13px}.taxonomy-removed input,.taxonomy-type-choices input{width:16px!important;height:16px!important;margin:0;padding:0!important;accent-color:#398343}.taxonomy-list{display:grid;gap:8px}.taxonomy-list article{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #d6e6cf;border-radius:16px;background:#fff}.taxonomy-list article>div{flex:1;min-width:0;display:grid;gap:3px;overflow-wrap:anywhere}.taxonomy-list strong{font-size:13px}.taxonomy-list small{color:#718371;font-size:10px}.taxonomy-item-icon{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;border-radius:12px;background:#edf6e8;font-size:24px}.taxonomy-icon-image{width:100%;height:100%;max-width:100%;object-fit:cover;border-radius:inherit}.taxonomy-delete{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fff0ed;color:#a65142}.taxonomy-inactive{opacity:.65}.taxonomy-inactive strong{text-decoration:line-through}.platform-modal>.taxonomy-editor{display:block;padding:18px;width:min(100%,440px);margin:0}.taxonomy-editor fieldset{border:0;padding:0;margin:0;min-width:0}.taxonomy-editor .primary-button{margin-top:16px}.taxonomy-icon-preview{display:flex;align-items:center;gap:12px;padding:12px;margin-top:12px;border-radius:15px;background:#edf6e8}.taxonomy-icon-preview>span{width:54px;height:54px;display:grid;place-items:center;border-radius:12px;font-size:34px}.taxonomy-icon-preview>div{display:grid;gap:4px}.taxonomy-icon-preview strong{font-size:13px}.taxonomy-icon-preview small{color:#718371;font-size:10px}.taxonomy-editor .taxonomy-upload{position:relative;display:flex;align-items:center;gap:9px;padding:12px;border:1px dashed #91bd80;border-radius:12px;cursor:pointer;background:#f3faeb}.taxonomy-upload input{position:absolute;width:1px!important;height:1px;padding:0!important;opacity:0}.taxonomy-upload:focus-within{outline:3px solid #79ae60;outline-offset:2px}.taxonomy-help{display:block;color:#718371;font-size:10px;margin-top:6px}.taxonomy-icon-picker{max-height:160px;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:5px;margin-top:9px;padding:3px}.taxonomy-icon-picker button{height:38px;border-radius:10px;background:#f2f8ec;border:2px solid transparent;font-size:24px}.taxonomy-icon-picker button[aria-pressed=true]{border-color:#398343;background:#e0f1d6}.taxonomy-type-choices{padding:12px;margin-top:14px;border-radius:14px;background:#f2f8ec}.taxonomy-type-choices>strong{font-size:11px}.taxonomy-editor .taxonomy-type-choices label{display:flex;align-items:center;gap:7px;font-size:11px}.platform-modal select{width:100%;padding:11px;border:1px solid #d6e6cf;border-radius:11px;background:#fff;font:inherit;color:var(--ink)}.platform-list article>.business-type-icon{width:38px;height:38px;flex-shrink:0;font-size:24px}.catalog-status.inactive{background:#eee;color:#666}.global-product-modal .product-status-actions button{display:flex;align-items:center;justify-content:center;gap:6px}.global-product-modal .product-status-actions p{letter-spacing:0;font-weight:400}.category-strip .taxonomy-icon-image{width:32px;height:32px;border-radius:8px}.category-hero .taxonomy-icon-image{width:45px;height:45px;border-radius:12px}@media(max-width:540px){.taxonomy-toolbar{align-items:stretch}.taxonomy-switch{flex:1}.taxonomy-list article{gap:7px;padding:9px}}.taxonomy-editor .form-heading h2{font-size:21px}.taxonomy-editor .taxonomy-icon-picker{max-height:125px}.taxonomy-editor .taxonomy-icon-preview{padding:9px;margin-top:10px}.taxonomy-editor .taxonomy-icon-preview>span{width:44px;height:44px;font-size:29px}.taxonomy-editor .taxonomy-type-choices{padding:10px;margin-top:11px}.taxonomy-editor .taxonomy-type-choices label{margin-top:7px}.business-monochrome-image{display:block;width:28px;height:28px;background:currentColor;mask-size:contain;mask-position:center;mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat}.taxonomy-item-icon,.taxonomy-icon-preview>span,.taxonomy-icon-picker button{color:#397c43}.taxonomy-icon-picker button{display:grid;place-items:center}.taxonomy-type-filter{display:grid;gap:6px;margin:0 0 14px;color:#617663;font-size:12px}.taxonomy-type-filter select{max-width:320px;padding:11px;border:1px solid #d6e6cf;border-radius:11px;background:#fff;color:var(--ink)}.platform-list article>a{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:11px;color:#377c43;background:#e7f4df;text-decoration:none}.business-login-form .password-input{position:relative;display:block}.business-login-form .password-input input{width:100%;padding-right:50px}.business-login-form .password-input button{position:absolute;top:50%;right:7px;width:36px;height:36px;display:grid;place-items:center;transform:translateY(-50%);border-radius:11px;color:#52715a;background:#edf6e8}.business-login-error{margin:0;padding:12px;display:flex;align-items:flex-start;gap:9px;border:1px solid #efd1bf;border-radius:14px;color:#9a4e38;background:#fff5ee;box-shadow:0 6px 14px #8c4b2d14}.business-login-error>svg{flex:0 0 auto;margin-top:1px}.business-login-error span{display:grid;gap:2px}.business-login-error strong{font-size:11px}.business-login-error small{color:#795c50;font-size:10px;line-height:1.35}.camera-product-photo-field>.photo-upload{width:100%;border:0;text-align:left}.camera-product-photo-field>.photo-upload:disabled{cursor:wait;opacity:.65}.product-camera-backdrop{position:fixed;z-index:72;inset:0;padding:18px;display:grid;place-items:center;background:#0e311b8a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-camera-modal{width:min(100%,390px);padding:17px;border-radius:25px;color:var(--ink);background:linear-gradient(145deg,#fffefb,#edf8e8);box-shadow:0 22px 48px #0c331b52;animation:panel-rise .28s cubic-bezier(.2,.8,.2,1) both}.product-camera-modal header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.product-camera-modal h2{margin:4px 0 0;font:700 22px/1.05 Fraunces,serif}.product-camera-modal header>button{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:#59735d;background:#eaf4e5}.product-camera-preview{position:relative;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:20px;color:#59735d;background:#172e20}.product-camera-preview:after{content:"";position:absolute;inset:12%;border:2px solid rgba(255,255,255,.82);border-radius:17px;box-shadow:0 0 0 999px #1127191f;pointer-events:none}.product-camera-preview video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.product-camera-preview p{position:relative;z-index:1;margin:0;padding:14px;color:#fff;font-size:12px;text-align:center}.product-camera-preview .product-form-error{color:#913f35;background:#fff0ed}.product-camera-modal .primary-button{margin-top:13px}.business-desktop-nav{display:none}@media(min-width:641px){.business-app-shell{padding:24px}.business-frame{width:min(100%,1440px);height:calc(100svh - 48px);min-height:720px;max-height:none;border-radius:32px;background:linear-gradient(135deg,#f9fdf4,#edf8e5 58%,#e1f1d3);box-shadow:0 28px 65px #30522938,inset 0 1px #fffffff2}.business-frame:before{background:radial-gradient(circle at 82% 0,rgba(198,237,151,.38),transparent 27rem),radial-gradient(circle at 20% 100%,rgba(255,255,255,.85),transparent 27rem)}.business-frame>.status-line{display:none}.business-layout{position:relative;z-index:1;width:100%;height:100%;display:grid;grid-template-columns:244px minmax(0,1fr)}.business-desktop-nav{min-width:0;padding:27px 16px 18px;display:flex;flex-direction:column;gap:22px;border-right:1px solid rgba(170,205,157,.56);background:linear-gradient(180deg,#fffffbd1,#ebf7e2b8)}.desktop-brand{padding:0 9px;display:flex;align-items:center;gap:9px;color:#225d35}.desktop-brand span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(145deg,#63b85f,#287b3e);box-shadow:0 5px 10px #27763538;font:700 22px Fraunces,serif}.desktop-brand>img{width:35px;height:35px;flex:0 0 auto;object-fit:contain}.desktop-brand strong{font:700 19px Fraunces,serif;letter-spacing:-.6px}.desktop-business-name{padding:12px;display:flex;align-items:center;gap:9px;border:1px solid rgba(206,229,195,.86);border-radius:17px;background:#ffffffba;box-shadow:inset 0 1px #ffffffe6}.desktop-business-name>span{width:33px;height:33px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#fff;background:#3d9148;font:700 17px Fraunces,serif}.desktop-business-name div{min-width:0;display:grid;gap:3px}.desktop-business-name small,.desktop-register-status small{color:#6a9563;font-size:8px;font-weight:800;letter-spacing:1px}.desktop-business-name strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.business-desktop-nav nav{display:grid;gap:4px}.business-desktop-nav nav button{min-height:42px;padding:0 10px;display:flex;align-items:center;gap:10px;border-radius:13px;color:#607563;background:transparent;font-size:11px;font-weight:700;text-align:left;transition:background .16s,color .16s,transform .16s}.business-desktop-nav nav button:hover{color:#28723a;background:#dff3d3b8}.business-desktop-nav nav button.active{color:#fff;background:linear-gradient(135deg,#55ab53,#287d3c);box-shadow:0 5px 11px #2a793730}.business-desktop-nav nav button>span{width:22px;display:grid;place-items:center}.business-desktop-nav nav button svg{width:18px;height:18px}.business-desktop-nav nav button b{min-width:18px;height:18px;margin-left:auto;display:grid;place-items:center;border-radius:50%;color:#fff;background:#e95a53;font-size:9px}.business-desktop-nav nav button.active b{color:#26753a;background:#e8f8d8}.business-desktop-nav nav button i{margin-left:auto;padding:3px 6px;border-radius:7px;font-size:8px;font-style:normal}.business-desktop-nav nav button i.open{color:#2f753b;background:#dff1d7}.business-desktop-nav nav button i.closed{color:#956226;background:#fff0cf}.business-desktop-nav footer{margin-top:auto;display:grid;gap:10px}.desktop-register-status{padding:10px;display:flex;align-items:center;gap:8px;border-radius:14px;background:#ffffffbd}.desktop-register-status>i{width:9px;height:9px;border-radius:50%;background:#d78935;box-shadow:0 0 0 4px #fff1d4}.desktop-register-status.open>i{background:#3b9a4b;box-shadow:0 0 0 4px #dcf1d6}.desktop-register-status span{display:grid;gap:2px}.desktop-register-status strong{font-size:10px}.desktop-logout{min-height:39px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e0ebda;border-radius:13px;color:#5c7460;background:#ffffffad;font-size:10px;font-weight:700}.business-workspace{min-width:0;min-height:0;display:grid;grid-template-rows:82px minmax(0,1fr)}.business-workspace .app-header{height:auto;padding:18px 34px;border-bottom:1px solid rgba(193,218,181,.63);background:#ffffff6b}.business-workspace .app-header>.icon-button:first-child{display:none}.business-workspace .app-header h1{font:700 27px Fraunces,serif;letter-spacing:-.8px}.business-workspace .branch-name{text-align:left}.business-workspace .branch-name span{font:700 22px Fraunces,serif}.business-workspace .icon-button{width:42px;height:42px}.business-workspace .screen-content{width:100%;height:auto;min-height:0;padding:28px 34px 38px;overflow-y:auto}.business-workspace .business-content>*{max-width:1160px;margin-left:auto;margin-right:auto}.business-workspace .home-view{max-width:1100px;display:grid;grid-template-columns:minmax(260px,.78fr) minmax(350px,1.22fr);grid-template-areas:"greeting visual" "actions actions";gap:20px;align-items:stretch}.business-workspace .greeting{grid-area:greeting;margin:0;padding:30px;display:grid;align-content:center;border-radius:27px;background:#fffffcbd;box-shadow:var(--shadow)}.business-workspace .greeting h2{font-size:39px}.business-workspace .groceries-illustration{grid-area:visual;height:205px;margin:0}.business-workspace .action-grid{grid-area:actions;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}.business-workspace .action-card{min-height:151px;padding:14px 7px}.business-workspace .action-card strong{font-size:13px}.business-workspace .action-card small{text-align:center}.business-workspace .pos-view{max-width:1080px;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(330px,.78fr);gap:18px;align-items:start}.business-workspace .pos-sale-panel{grid-column:1;grid-row:1;min-width:0;display:grid;align-content:start;gap:14px}.business-workspace .pos-sale-panel .manual-sale-search{margin-top:0}.business-workspace .pos-view .cart-card{grid-column:2;grid-row:1;max-height:calc(100svh - 150px);margin-top:0;overflow:hidden;position:sticky;top:0;display:flex;flex-direction:column}.business-workspace .pos-view .cart-card>.section-heading,.business-workspace .pos-view .cart-card>.receipt-total,.business-workspace .pos-view .cart-card>.primary-button{flex:0 0 auto}.business-workspace .pos-view .pos-cart-lines{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--business-brand, #398d46) 42%,transparent) transparent}.business-workspace .pos-view .credit-reminders{grid-column:1 / -1}.business-workspace .inventory-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.business-workspace .product-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.business-workspace .product-card{min-height:190px}.business-workspace .business-order-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.business-workspace .orders-banner{max-width:none}.business-frame .floating-button{right:42px;bottom:36px}.business-frame .toast{top:20px;left:auto;right:88px;transform:none}}.employee-header-badge{padding:6px 9px;border-radius:10px;color:#3e7d47;background:#e4f3da;font-size:8px;font-weight:800;letter-spacing:1px}@media(min-width:641px){.employee-layout .home-view{grid-template-columns:minmax(260px,.78fr) minmax(350px,1.22fr)}.employee-layout .action-grid{grid-template-columns:repeat(3,minmax(130px,1fr));max-width:690px}}.business-logo{width:43px;height:43px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:15px;color:#fff;background:#367b42;font:700 26px Fraunces,serif}.business-logo img{width:100%;height:100%;object-fit:cover}.admin-logo-upload .business-logo{width:29px;height:29px;border-radius:9px;font-size:16px}.customer-brand{display:flex;align-items:center;gap:8px}.customer-brand .business-logo{width:34px;height:34px;border-radius:11px;font-size:18px}.customer-brand>div{min-width:0;display:grid;gap:2px}.business-themed,.customer-theme{--business-brand: #378d48;--business-brand-dark: #256f38;--business-brand-light: #75bd68;--business-brand-soft: #e2f3d8}.business-themed .primary-button,.customer-theme .primary-button,.business-themed .action-card.bright,.customer-theme .customer-product-card button,.customer-theme .customer-product-row>button{background:linear-gradient(145deg,var(--business-brand-light),var(--business-brand))}.business-themed .action-card.bright{box-shadow:0 6px 0 var(--business-brand-dark),0 12px 18px color-mix(in srgb,var(--business-brand) 24%,transparent)}.business-themed .action-icon,.business-themed .settings-row>span,.business-themed .business-logo,.customer-theme .business-logo{color:var(--business-brand);background:var(--business-brand-soft)}.business-themed .business-logo,.customer-theme .business-logo{color:#fff;background:var(--business-brand)}.business-themed .cash-actions button.active-cash,.business-themed .floating-button,.customer-theme .cart-dock,.customer-theme .produce-banner{background:linear-gradient(145deg,var(--business-brand-light),var(--business-brand))}.business-themed .cash-actions button.active-cash,.business-themed .floating-button{box-shadow:0 5px 0 var(--business-brand-dark),0 10px 18px color-mix(in srgb,var(--business-brand) 22%,transparent)}.business-themed .admin-store-card,.business-themed .orders-banner,.customer-theme .store-card{background:linear-gradient(145deg,color-mix(in srgb,var(--business-brand-soft) 68%,white),var(--business-brand-soft))}.business-themed .in-stock,.business-themed .receipt-total strong,.business-themed .cash-balance strong,.customer-theme .checkout-total strong,.customer-theme .customer-product-card b,.customer-theme .customer-product-row b,.customer-theme .section-title button{color:var(--business-brand-dark)}.business-themed .business-desktop-nav{border-right-color:color-mix(in srgb,var(--business-brand) 22%,white);background:linear-gradient(180deg,color-mix(in srgb,var(--business-brand-soft) 28%,white),color-mix(in srgb,var(--business-brand-soft) 62%,white))}.business-themed .desktop-brand{color:var(--business-brand-dark)}.business-themed .desktop-brand span{background:linear-gradient(145deg,var(--business-brand-light),var(--business-brand));box-shadow:0 5px 10px color-mix(in srgb,var(--business-brand) 25%,transparent)}.business-themed .desktop-business-name{border-color:color-mix(in srgb,var(--business-brand) 24%,white)}.business-themed .desktop-business-name>span{background:var(--business-brand)}.business-themed .desktop-business-name small,.business-themed .desktop-register-status small{color:var(--business-brand)}.business-themed .business-desktop-nav nav button{color:color-mix(in srgb,var(--business-brand-dark) 68%,#516154)}.business-themed .business-desktop-nav nav button:hover{color:var(--business-brand-dark);background:var(--business-brand-soft)}.business-themed .business-desktop-nav nav button.active{background:linear-gradient(135deg,var(--business-brand-light),var(--business-brand));box-shadow:0 5px 11px color-mix(in srgb,var(--business-brand) 24%,transparent)}.business-themed .business-desktop-nav nav button b,.business-themed .badge,.business-themed .notification b{background:var(--business-brand)}.business-themed .business-desktop-nav nav button.active b{color:var(--business-brand-dark);background:color-mix(in srgb,var(--business-brand-soft) 64%,white)}.business-themed .business-desktop-nav nav button i.open,.business-themed .desktop-register-status.open>i{color:var(--business-brand-dark);background:var(--business-brand-soft)}.business-themed .desktop-register-status.open>i{box-shadow:0 0 0 4px color-mix(in srgb,var(--business-brand-soft) 72%,white)}.business-themed .desktop-logout{color:var(--business-brand-dark);border-color:color-mix(in srgb,var(--business-brand) 18%,white)}.business-themed .business-workspace .app-header{border-bottom-color:color-mix(in srgb,var(--business-brand) 18%,white)}.business-themed .business-workspace .branch-name i{background:var(--business-brand)}.business-themed .business-workspace .icon-button.notification{color:var(--business-brand-dark);background:color-mix(in srgb,var(--business-brand-soft) 28%,white)}.business-themed .action-card:not(.bright) strong,.business-themed .action-card:not(.bright) small,.business-themed .new-product-button,.business-themed .panel-link strong,.business-themed .panel-link>svg{color:var(--business-brand-dark)}.business-themed .employee-header-badge,.business-themed .panel-link>span,.business-themed .business-panel .business-notification>span{color:var(--business-brand-dark);background:var(--business-brand-soft)}.business-themed .panel-link>b,.business-themed .cash-section-heading>span{background:var(--business-brand)}.customer-theme .branch-name i,.customer-theme .icon-button b{background:var(--business-brand)}.business-themed .scanner-card,.business-themed .inventory-value-card{background:radial-gradient(circle at 86% 18%,color-mix(in srgb,var(--business-brand-light) 46%,transparent),transparent 28%),linear-gradient(135deg,var(--business-brand-dark),var(--business-brand-light));box-shadow:0 9px 17px color-mix(in srgb,var(--business-brand) 24%,transparent)}.business-themed .scanner-card{box-shadow:0 7px 0 var(--business-brand-dark),0 16px 26px color-mix(in srgb,var(--business-brand) 20%,transparent)}.business-themed .scanner-card i{color:var(--business-brand)}.business-themed .filter-row .selected,.business-themed .category-tabs .selected{background:var(--business-brand)}.business-themed .inventory-row>b,.business-themed .manual-results b,.business-themed .product-card>b,.business-themed .product-card button,.business-themed .inventory-add-button,.business-themed .add-request-button,.business-themed .new-product-button,.business-themed .restock-calculator>button,.business-themed .restock-stepper input{color:var(--business-brand-dark)}.business-themed .inventory-add-button,.business-themed .inventory-reminders .section-heading>span,.business-themed .inventory-reminders article>span,.business-themed .product-card button,.business-themed .restock-calculator>button,.business-themed .cash-expected,.business-themed .cash-close-expected{background:var(--business-brand-soft)}.business-themed .inventory-reminders{background:linear-gradient(145deg,color-mix(in srgb,var(--business-brand-soft) 55%,white),var(--business-brand-soft))}.business-themed .inventory-reminders .section-heading>span,.business-themed .cash-section-heading>span{color:#fff;background:var(--business-brand)}.business-themed .inventory-reminders article button,.business-themed .inventory-reminders article>span,.business-themed .add-request-button{color:var(--business-brand-dark)}.business-themed .product-card button,.business-themed .inventory-add-button{background:color-mix(in srgb,var(--business-brand-soft) 80%,white)}.business-themed .product-card .product-photo-note{color:var(--business-brand)!important}.business-themed .orders-banner>span,.business-themed .orders-banner svg,.business-themed .orders-banner p,.business-themed .order-top b,.business-themed .order-card footer button{color:var(--business-brand-dark)}.business-themed .orders-banner>span{color:#fff;background:var(--business-brand)}.business-themed .order-top b,.business-themed .order-card footer button{background:var(--business-brand-soft)}.business-themed .cash-balance,.business-themed .cash-balance.open{background:linear-gradient(145deg,color-mix(in srgb,var(--business-brand-soft) 62%,white),var(--business-brand-soft))}.business-themed .cash-balance p,.business-themed .cash-balance small,.business-themed .cash-expected span,.business-themed .cash-close-expected small{color:color-mix(in srgb,var(--business-brand-dark) 68%,#657565)}.business-themed .cash-expected strong,.business-themed .cash-close-expected strong,.business-themed .cash-movements b{color:var(--business-brand-dark)}.business-themed .cash-view-tabs{background:color-mix(in srgb,var(--business-brand-soft) 72%,white)}.business-themed .cash-view-tabs button.active{color:var(--business-brand-dark)}.business-themed .cash-movements article>span,.business-themed .today-transactions article>span,.business-themed .cash-cut-history>button>span{color:var(--business-brand-dark);background:var(--business-brand-soft)}.business-themed .cash-difference.balanced,.business-themed .product-status-actions button.resume{color:var(--business-brand-dark);background:var(--business-brand-soft)}.business-themed .product-form .barcode-value,.business-themed .product-edit-summary,.business-themed .restock-product{background:color-mix(in srgb,var(--business-brand-soft) 48%,white)}.business-themed .product-form .barcode-value svg,.business-themed .product-edit-summary strong,.business-themed .edit-photo-upload,.business-themed .print-qr-button,.business-themed .print-barcode-button{color:var(--business-brand-dark)}.business-themed .product-form input:focus,.business-themed .product-form select:focus,.business-themed .product-edit-fields input:focus,.business-themed .product-edit-fields textarea:focus,.business-themed .manual-sale-search>label:focus-within{border-color:var(--business-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--business-brand-soft) 75%,transparent)}.business-themed .business-desktop-nav nav button.active,.business-themed .business-desktop-nav nav button.active svg,.business-themed .business-desktop-nav nav button.active>span{color:#fff}@media(min-width:641px){.business-app-shell{width:100%;min-height:100svh;padding:0}.business-frame{width:100%;min-width:100%;height:100svh;min-height:100svh;border:0;border-radius:0;box-shadow:none}.business-workspace .screen-content{padding:22px clamp(24px,3vw,54px) 32px}.business-workspace .business-content>*{max-width:1500px}.business-workspace .pos-view{max-width:1500px;grid-template-columns:minmax(0,1.45fr) minmax(350px,.75fr);gap:16px 22px}.business-workspace .pos-scanner{min-height:88px;padding:13px 16px}.business-workspace .manual-sale-search{margin-top:10px}.business-workspace .pos-view .cart-card{align-self:start}.business-workspace .credit-reminders{margin-bottom:12px}.business-workspace .product-card-grid{grid-template-columns:repeat(auto-fit,minmax(205px,1fr))}.business-workspace .product-card{min-height:142px;padding:12px}.business-workspace .action-card{min-height:135px}}.product-glyph{flex:0 0 auto;aspect-ratio:1 / 1}.product-glyph img{display:block;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover}.manual-results>button{display:grid;grid-template-columns:42px minmax(0,1fr) auto}.manual-results>button>.product-glyph{width:42px;height:42px;min-width:42px;flex:0 0 42px}.manual-results>button>span:not(.product-glyph){min-width:0}.order-checklist.locked .order-line{grid-template-columns:minmax(0,1fr)}.order-checklist.locked .order-item-check,.order-checklist.locked .availability-action{display:none}.order-checklist.locked .order-line-main{cursor:default;box-shadow:none}.order-checklist.locked .order-line-main:disabled{opacity:1}.important-notice{position:absolute;z-index:70;left:50%;width:min(calc(100% - 40px),355px);padding:14px;display:flex;align-items:center;gap:11px;border:1px solid rgba(224,160,72,.34);border-radius:19px;color:#63451d;background:linear-gradient(145deg,#fffaf0,#fff0cc);box-shadow:0 16px 34px #42391f40,inset 0 1px #ffffffd9;pointer-events:none;animation:important-notice-in .28s cubic-bezier(.2,.8,.2,1) both}.important-notice.warning{top:50%;transform:translate(-50%,-50%)}.important-notice.order,.important-notice.customer{top:82px;transform:translate(-50%);border-color:#3f914b42;color:#245f35;background:linear-gradient(145deg,#fbfff8,#dff2d4)}.important-notice>span{width:43px;height:43px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:#9b671f;background:#fff1cf}.important-notice.order>span,.important-notice.customer>span{color:#fff;background:var(--business-brand, #378d48);box-shadow:0 4px 9px color-mix(in srgb,var(--business-brand, #378d48) 28%,transparent)}.important-notice div{min-width:0;display:grid;gap:2px}.important-notice p{margin:0;color:#9a7337;font-size:8px;font-weight:800;letter-spacing:1.15px}.important-notice.order p,.important-notice.customer p{color:var(--business-brand-dark, #256f38)}.important-notice strong{font-size:13px;line-height:1.15}.important-notice small{color:inherit;font-size:10px;line-height:1.35;opacity:.8}@keyframes important-notice-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 13px)) scale(.96)}}.important-notice.order,.important-notice.customer{animation-name:important-order-in}@keyframes important-order-in{0%{opacity:0;transform:translate(-50%,-10px) scale(.96)}}@media(min-width:641px){.business-frame .important-notice.order{top:22px;left:auto;right:98px;transform:none}.business-frame .important-notice.order{animation-name:important-desktop-order-in}@keyframes important-desktop-order-in{0%{opacity:0;transform:translateY(-10px) scale(.96)}}}.orders-group{display:grid;gap:9px}.orders-group+.orders-group{margin-top:19px;padding-top:17px;border-top:1px solid rgba(138,169,128,.28)}.orders-group>header{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.orders-group h2{margin:3px 0 0;font-size:15px}.orders-group>header>b{min-width:23px;height:23px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--business-brand, #378d48);font-size:10px}.order-status.cancelled,.cancelled-payment{color:#8a6670;background:#f0e7e8}.order-contact{margin:11px 0;padding:10px;display:flex;align-items:center;gap:8px;border-radius:15px;background:#f4f8ef}.order-contact>span{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:var(--business-brand-dark, #256f38);background:var(--business-brand-soft, #e2f3d8)}.order-contact>div{min-width:0;flex:1;display:grid;gap:2px}.order-contact p{margin:0;color:#718171;font-size:8px;font-weight:800;letter-spacing:1px}.order-contact strong{font-size:11px}.order-contact a{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:var(--business-brand-dark, #256f38);background:#fff;box-shadow:inset 0 0 0 1px #7b9d712e}.order-cancel-button{width:100%;min-height:40px;margin-top:11px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #edcfca;border-radius:13px;color:#a64d48;background:#fff4f1;font-size:10px;font-weight:700}.order-cancel-button:disabled{opacity:.6;cursor:wait}@media(min-width:1200px){.business-workspace .inventory-list{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:12px}.business-workspace .inventory-reminders{margin-top:16px}.business-workspace .cash-view{max-width:1500px;display:grid;grid-template-columns:minmax(280px,.76fr) minmax(0,2.24fr);gap:14px 18px;align-items:start}.business-workspace .cash-balance{min-height:126px;margin:0;padding:19px 22px;align-content:center}.business-workspace .cash-actions{min-height:126px;margin:0;gap:12px}.business-workspace .cash-actions button{min-height:126px}.business-workspace .cash-view-tabs{width:min(100%,560px);margin:0;grid-column:1 / -1}.business-workspace .sale-summary{grid-column:1 / -1;padding:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;background:#fffffde6}.business-workspace .sale-summary div{min-height:68px;padding:11px 13px;display:grid;align-content:center;gap:5px;border:0;border-radius:14px;background:#f2f8edd6}.business-workspace .sale-summary span{color:#657565;font-size:10px}.business-workspace .sale-summary b{font-size:18px;line-height:1}.business-workspace .today-transactions,.business-workspace .cash-cut-history{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px}.business-workspace .today-transactions .cash-section-heading,.business-workspace .cash-cut-history .cash-section-heading{grid-column:1 / -1;margin:5px 2px 1px}.business-workspace .today-transactions article,.business-workspace .cash-cut-history>button{min-height:62px}}.loading-frame{isolation:isolate;background:radial-gradient(circle at 50% 8%,#f9ffec 0 11%,transparent 39%),radial-gradient(circle at 8% 88%,rgba(153,211,112,.42),transparent 31%),linear-gradient(155deg,#fdfef9,#e9f7df 56%,#d7efc9)}.session-loader{position:absolute;z-index:1;inset:31px 0 0;min-height:0;height:auto;padding:28px;display:grid;place-items:center;overflow:hidden;text-align:center}.session-loader-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(1px);pointer-events:none}.session-loader-orb.orb-one{width:215px;height:215px;top:-72px;right:-92px;background:#bbe78e6e}.session-loader-orb.orb-two{width:165px;height:165px;bottom:-70px;left:-72px;background:#ffffffc7}.session-loader-card{width:min(100%,333px);padding:34px 25px 26px;display:grid;justify-items:center;gap:11px;border:1px solid rgba(255,255,255,.84);border-radius:31px;background:linear-gradient(145deg,#fffffdf2,#f2faebd1);box-shadow:0 18px 42px #265b2d29,inset 0 1px #fffffff5;animation:session-loader-rise .48s cubic-bezier(.2,.82,.24,1) both}.session-loader-logo{position:relative;width:82px;height:82px;margin-bottom:8px;display:grid;place-items:center}.session-loader-logo:before{content:"";position:absolute;inset:-9px;border:1px solid rgba(73,150,76,.18);border-radius:28px;animation:session-loader-pulse 1.8s ease-in-out infinite}.session-loader-logo img{position:relative;z-index:1;width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 10px 13px rgba(32,100,47,.21))}.session-loader-logo i{position:absolute;z-index:2;right:1px;bottom:1px;width:20px;height:20px;border:3px solid #f8fff1;border-top-color:#338642;border-radius:50%;background:#e7f6da;animation:session-loader-spin .78s linear infinite}.session-loader-card .eyebrow{color:#5b9157;font-size:9px}.session-loader-card h1{margin:0;color:#1b432a;font:700 31px/1.01 Fraunces,serif;letter-spacing:-1.25px}.session-loader-card>p:not(.eyebrow){min-height:20px;margin:0;color:#647a68;font-size:12px;line-height:1.45}.session-loader-progress{width:100%;height:5px;margin-top:8px;display:flex;gap:5px;overflow:hidden;border-radius:99px;background:#deeed5}.session-loader-progress span{width:40%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4fa34d,#82c96c);animation:session-loader-progress 1.25s ease-in-out infinite}.session-loader-progress span:nth-child(2){animation-delay:.14s}.session-loader-progress span:nth-child(3){animation-delay:.28s}.session-loader-card small{color:#769078;font-size:9px;font-weight:700}@keyframes session-loader-rise{0%{opacity:0;transform:translateY(13px) scale(.97)}}@keyframes session-loader-spin{to{transform:rotate(360deg)}}@keyframes session-loader-pulse{50%{transform:scale(1.11);opacity:.34}}@keyframes session-loader-progress{0%,to{transform:translate(-160%);opacity:.2}50%{transform:translate(150%);opacity:1}}@media(min-width:641px){.loading-shell{padding:28px}.loading-frame{width:min(100%,520px);min-height:650px;height:min(780px,calc(100svh - 56px))}.session-loader-card{width:min(100%,365px);padding:42px 34px 32px}.session-loader-card h1{font-size:35px}}.product-glyph{position:relative}.product-glyph.image-pending:before{content:"";position:absolute;inset:0;background:linear-gradient(108deg,#ffffff1f 22%,#ffffffb8,#ffffff24 58%);background-size:240% 100%;animation:product-image-shimmer 1s ease-in-out infinite}.product-glyph.image-pending img{opacity:0}.product-glyph.has-image img{position:relative;z-index:1;opacity:1;transition:opacity .16s ease-out}.barcode-reader-loading{min-height:220px;display:grid;place-items:center;border-radius:18px;color:#5f8460;background:linear-gradient(145deg,#edf8e6,#dbeed0);font-size:11px;font-weight:700}.qr-loading{width:100%;height:100%;min-width:80px;min-height:80px;border-radius:14px;background:linear-gradient(108deg,#edf5e7 25%,#fff,#edf5e7 65%);background-size:220% 100%;animation:product-image-shimmer 1s ease-in-out infinite}@keyframes product-image-shimmer{to{background-position:-240% 0}}@media(max-width:640px){.business-layout,.customer-theme{position:relative;z-index:1;width:100%;height:calc(100% - 31px);min-height:0}.business-workspace,.customer-theme{min-height:0;display:grid;grid-template-rows:77px minmax(0,1fr)}.business-workspace .screen-content,.customer-theme>.screen-content{height:auto;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}}@media(max-width:640px){.business-layout,.customer-theme{height:100%}.business-workspace,.customer-theme{grid-template-rows:66px minmax(0,1fr)}}.customer-theme{position:relative;z-index:1;width:100%;height:calc(100% - 31px);min-height:0;display:grid;grid-template-rows:77px minmax(0,1fr)}.customer-theme>.screen-content{height:auto;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.product-delete-confirm{padding:11px;display:grid;gap:5px;border:1px solid #f0c9c2;border-radius:13px;color:#814942;background:#fff7f4}.product-delete-confirm strong{font-size:11px}.product-delete-confirm small{color:#90645e;font-size:9px;line-height:1.35}.product-delete-confirm>div{display:grid;grid-template-columns:1fr 1.45fr;gap:7px;margin-top:4px}.product-status-actions .product-delete-confirm>div>button{min-height:36px;color:#7b6863;background:#fff}.product-status-actions .product-delete-confirm>div>button.danger{color:#a94c45;background:#ffe6e1}@media(max-width:640px){.customer-theme{height:100%;grid-template-rows:66px minmax(0,1fr)}}.modal-viewport{position:fixed;z-index:1000;inset:0;width:100vw;height:100vh;pointer-events:none;isolation:isolate}.modal-viewport>[role=dialog]{position:fixed!important;z-index:1;inset:0!important;width:100vw!important;min-width:100vw;height:100vh!important;min-height:100vh;pointer-events:auto}.modal-viewport>:is(.credits-backdrop,.inventory-reminder-backdrop,.payment-backdrop,.sale-product-backdrop,.product-edit-backdrop,.label-preview-backdrop,.cash-modal-backdrop,.admin-modal-backdrop,.customer-product-backdrop,.customer-payment-backdrop,.customer-confirmation-backdrop){position:fixed;inset:0}@media(min-width:641px){:is(.credits-modal,.inventory-reminder-modal,.payment-modal,.sale-product-modal,.product-edit-modal,.label-preview,.cash-modal,.admin-modal,.customer-product-modal,.customer-payment-modal,.customer-confirmation-modal){zoom:1.08}}.modal-viewport>:is(.label-preview-backdrop,.client-poster-backdrop){z-index:70}.modal-viewport>.product-camera-backdrop{position:fixed;inset:0}@media(min-width:641px){.modal-viewport .product-camera-modal{zoom:1.08}}.business-order-card{position:relative;gap:10px;border:1px solid transparent;transition:border-color .2s ease,background .2s ease}.business-order-card.ready{border-color:#87c979;background:linear-gradient(145deg,#fbfff9,#e7f8df)}.business-order-card.overdue{border-color:#efbd9b;background:linear-gradient(145deg,#fffdfa,#fff1e9)}.business-order-card .order-top{display:flex;align-items:center;justify-content:space-between;gap:9px}.order-signal{min-height:27px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;border-radius:10px;font-size:10px;font-weight:800}.order-signal i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px currentColor;opacity:.22}.order-signal.preparing{color:#a46d1d;background:#fff0c8}.order-signal.ready{color:#23763a;background:#d9f3d0}.order-signal.overdue{color:#a95731;background:#ffe1cf}.order-signal.delivered{color:#4a7280;background:#e0edf1}.order-signal.cancelled{color:#9a605a;background:#f7e4e1}.order-delivery{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:4px;color:#607663;font-size:10px;font-weight:650;text-align:right}.order-delivery svg{flex:0 0 auto;color:#5e9061}.business-order-card.overdue .order-delivery svg{color:#bd7345}.order-status.overdue{color:#a95731;background:#ffe1cf}.modal-viewport>.order-detail-backdrop{position:fixed;inset:0}@media(min-width:641px){.modal-viewport .order-detail-modal{zoom:1.08}}.team-intro{margin:-2px 0 12px;color:#607962;font-size:10px;line-height:1.45}.employee-list article{align-items:flex-start}.employee-list article>div{padding:2px 0}.employee-list em{color:#769078;font-size:8px;font-style:normal}.employee-list aside{min-width:58px;display:grid;justify-items:end;gap:3px}.employee-list aside b{color:#9b7130;font-family:inherit;font-size:8px}.employee-list aside button,.employee-edit{padding:3px 5px;border-radius:7px;color:var(--business-brand-dark, #347740);background:#e8f4e2;font-size:8px;font-weight:800}.employee-list .danger-link{color:#aa5146;background:#fff0ed}.employee-list .employee-inactive{opacity:.58}.employee-editor{margin:2px 0 14px;padding:11px;display:grid;gap:8px;border:1px solid #d3e6cd;border-radius:14px;background:#f7fbf3}.employee-editor>div{display:flex;align-items:center;justify-content:space-between}.employee-editor>div button{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#607862;background:#e8f3e4}.employee-editor>label,.employee-active-toggle{display:grid;gap:4px;color:#5e725f;font-size:9px;font-weight:700}.employee-editor select{width:100%;padding:8px;border:1px solid #d9e7d2;border-radius:9px;color:var(--ink);background:#fff;font:inherit;font-size:10px}.employee-active-toggle{display:flex!important;align-items:center;gap:6px}.employee-active-toggle input{accent-color:var(--business-brand, #378d48)}.employee-editor .primary-button{margin-top:0;min-height:39px}.branch-selector{margin:0;padding:8px;display:grid;gap:5px;border:1px solid #dcead6;border-radius:10px;color:#5e725f;background:#fbfdf9}.branch-selector legend{padding:0 4px;color:#638266;font-size:8px;font-weight:800;letter-spacing:.6px}.branch-selector label{display:flex!important;align-items:center;gap:6px;color:#526f56!important;font-size:9px!important;font-weight:600!important}.branch-selector input{width:auto!important;padding:0!important;accent-color:var(--business-brand, #378d48)}.employee-form label small{color:#809083;font-size:8px;font-weight:500}@media(min-width:641px){.admin-modal{width:min(100%,510px);padding:24px}.admin-modal h2{font-size:27px}.team-intro,.employee-list strong{font-size:13px}.employee-list small,.employee-list em,.employee-list aside b,.employee-list aside button,.employee-edit{font-size:10px}.admin-form label,.employee-editor>label,.branch-selector label{font-size:11px!important}}.restock-list-button{width:100%;min-height:68px;margin:0 0 13px;padding:10px 13px;display:flex;align-items:center;gap:10px;border-radius:18px;color:#275f35;background:linear-gradient(135deg,#fff8e0,#f8efca);box-shadow:0 8px 18px #5c4e1b1a;text-align:left}.restock-list-button>span{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;color:#8c6928;background:#ffffffb8}.restock-list-button>div{min-width:0;flex:1;display:grid;gap:3px}.restock-list-button strong{font-size:12px}.restock-list-button small{overflow:hidden;color:#73775a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.restock-list-button>svg{color:#82652a}.restock-list-modal{width:min(100%,385px)}.restock-list-summary{margin:10px 0 13px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.restock-list-summary>span{min-height:56px;padding:8px;display:grid;align-content:center;gap:1px;border-radius:13px;color:#387943;background:#e7f4dc;text-align:center}.restock-list-summary>span.critical{color:#aa632d;background:#fff0d1}.restock-list-summary b{font:700 21px/1 Fraunces,serif}.restock-list-summary small{font-size:8px;font-weight:700}.restock-list-section{display:grid;gap:0}.restock-list-section+.restock-list-section{margin-top:11px}.restock-list-section h3{margin:0;padding:0 1px 6px;color:#527755;font-size:10px}.restock-list-section>p{margin:3px 0 0;padding:9px;border-radius:11px;color:#718071;background:#f7faf5;font-size:9px}.restock-list-section article{min-height:49px;padding:6px 0;display:flex;align-items:center;gap:8px;border-top:1px solid #dfe9d9}.restock-list-section .product-glyph{width:34px;height:34px;border-radius:11px;font-size:19px}.restock-list-section article>div{min-width:0;flex:1;display:grid;gap:2px}.restock-list-section article strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.restock-list-section article small{color:#768477;font-size:8px}.restock-list-section article>b{display:grid;justify-items:end;color:#2c783d;font-size:13px}.restock-list-section article>b small{color:#4d864f;font-size:8px}.customer-requests article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#967031;background:#fff2d3}.copy-restock-button{width:100%;min-height:39px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid #cde4c7;border-radius:12px;color:#3d7845;background:#fff;font-size:10px;font-weight:700}.restock-list-modal .primary-button{margin-top:8px}@media(min-width:641px){.restock-list-button{min-height:82px;padding:14px 17px}.restock-list-button strong{font-size:15px}.restock-list-button small{font-size:11px}.restock-list-modal{width:min(100%,520px)}.restock-list-summary b{font-size:26px}.restock-list-section h3{font-size:12px}.restock-list-section article strong{font-size:12px}.restock-list-section article small{font-size:10px}}.home-inventory-alert{grid-column:1 / -1;min-height:82px;padding:12px;display:flex;align-items:center;gap:10px;border-radius:21px;color:#274d30;background:linear-gradient(135deg,#fff2d8,#fffbef);box-shadow:var(--shadow);text-align:left}.home-inventory-alert>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:#9a702a;background:#ffedc2}.home-inventory-alert>span.out{color:#b55b35;background:#ffe1d3}.home-inventory-alert>span.negative{color:#b1433d;background:#ffd9d6}.home-inventory-alert>div{min-width:0;flex:1;display:grid;gap:3px}.home-inventory-alert p{margin:0;color:#9a7942;font-size:8px;font-weight:800;letter-spacing:1px}.home-inventory-alert strong{font-size:12px}.home-inventory-alert div small{overflow:hidden;color:#6f7968;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.home-inventory-alert aside{display:grid;grid-template-columns:repeat(3,auto);column-gap:5px;align-items:baseline;color:#856e40;text-align:center}.home-inventory-alert aside b{font-size:13px}.home-inventory-alert aside small{font-size:7px}.home-inventory-alert>svg{flex:0 0 auto;color:#896e34}.inventory-row{grid-template-columns:48px minmax(0,1fr) auto 31px 31px}.inventory-history-button{width:31px;height:31px;display:grid;place-items:center;border:1px solid #d5e7ce;border-radius:11px;color:#628163;background:#f9fcf6}.inventory-history-button:active{transform:translateY(2px)}.inventory-adjust-link{width:100%;min-height:36px;margin-top:11px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid #edd9b2;border-radius:11px;color:#9b6c29;background:#fff8e8;font-size:10px;font-weight:700}.adjustment-modal{width:min(100%,365px)}.adjustment-kind{margin:12px 0;display:grid;grid-template-columns:1fr 1fr;gap:7px}.adjustment-kind button{min-height:58px;padding:8px;display:grid;justify-items:start;align-content:center;gap:3px;border:1px solid #dfe7d8;border-radius:13px;color:#607562;background:#fff;font-size:10px;font-weight:800;text-align:left}.adjustment-kind button small{color:#839083;font-size:8px;font-weight:500;line-height:1.25}.adjustment-kind button.selected{border-color:#dfa65b;color:#a46622;background:#fff0d0}.adjustment-modal>label{margin-top:10px}.adjustment-modal textarea{width:100%;padding:10px;border:1px solid #dce8d4;border-radius:11px;outline:0;resize:vertical;color:var(--ink);background:#fff;font:inherit;font-size:11px}.adjustment-note{margin:11px 0 0!important;padding:9px;border-radius:11px;color:#886b36!important;background:#fff6e1;font-size:9px!important}.adjustment-save{background:linear-gradient(145deg,#e9ae61,#bd7335)!important;box-shadow:0 5px #995b28!important}.inventory-history-modal{width:min(100%,390px)}.history-stock-total{margin:10px 0 12px;padding:11px 12px;display:flex;align-items:baseline;justify-content:space-between;border-radius:14px;color:#397540;background:#e6f4db}.history-stock-total span{font-size:10px;font-weight:700}.history-stock-total strong{font:700 24px/1 Fraunces,serif}.history-stock-total strong small{font:700 10px Inter,sans-serif}.inventory-history-list{display:grid;max-height:48svh;overflow-y:auto}.inventory-history-list article{min-height:58px;padding:8px 0;display:flex;align-items:center;gap:8px;border-top:1px solid #e0e9da}.inventory-history-list article>span{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px}.inventory-history-list article>span.entry{color:#377f42;background:#e1f2d9}.inventory-history-list article>span.exit{color:#b15a45;background:#fff0eb}.inventory-history-list article>div{min-width:0;flex:1;display:grid;gap:2px}.inventory-history-list article strong{font-size:10px}.inventory-history-list article small{overflow:hidden;color:#637965;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.inventory-history-list article em{overflow:hidden;color:#919a90;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.inventory-history-list article>b{display:grid;justify-items:end;font-size:12px}.inventory-history-list article>b.entry{color:#337a3e}.inventory-history-list article>b.exit{color:#a95047}.inventory-history-list article>b small{color:inherit;font-size:8px}@media(min-width:641px){.home-inventory-alert{grid-area:alert;min-height:100px;padding:17px}.home-inventory-alert strong{font-size:16px}.home-inventory-alert div small{font-size:11px}.home-inventory-alert p{font-size:9px}.home-inventory-alert aside b{font-size:16px}.inventory-history-modal{width:min(100%,530px)}.inventory-history-list article strong{font-size:12px}.inventory-history-list article small{font-size:10px}.inventory-history-list article em{font-size:9px}}@media(min-width:641px){.business-workspace .home-view{grid-template-areas:"greeting visual" "alert alert" "actions actions"}.business-workspace .home-inventory-alert{grid-area:alert}}.branch-list article{position:relative}.branch-list .branch-edit{padding:4px 6px;border-radius:8px;color:var(--business-brand-dark, #347740);background:#e8f3e2;font-size:8px;font-weight:800}.branch-list .branch-paused{opacity:.65}.branch-list .branch-paused b{color:#9c6b31;background:#fff0d0}.branch-editor{margin:3px 0 14px;padding:11px;display:grid;gap:8px;border:1px solid #d6e8cf;border-radius:14px;background:#f7fbf3}.branch-editor>div{display:flex;align-items:center;justify-content:space-between}.branch-editor>div button{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#607862;background:#e8f3e4}.branch-editor label{display:grid;gap:4px;color:#5e725f;font-size:9px;font-weight:700}.branch-editor input{width:100%;padding:8px;border:1px solid #d9e7d2;border-radius:9px;color:var(--ink);background:#fff;font:inherit;font-size:10px}.branch-editor .primary-button{min-height:39px;margin-top:0}@media(min-width:641px){.branch-list .branch-edit{font-size:10px}.branch-editor label{font-size:11px}}@media print{body *{visibility:hidden!important}.client-poster,.client-poster *{visibility:visible!important}.client-poster{position:fixed!important;inset:0!important;width:210mm!important;min-height:297mm!important;margin:0!important;border-radius:0!important;box-shadow:none!important}.client-poster-backdrop{position:static!important;display:block!important;padding:0!important;background:transparent!important}.client-poster .poster-close,.client-poster .primary-button{display:none!important}}.today-transactions>button{width:100%;min-height:58px;padding:9px;display:flex;align-items:center;gap:8px;border-radius:16px;color:var(--ink);background:#fffffde6;box-shadow:var(--shadow);text-align:left;transition:transform .18s ease,box-shadow .18s ease}.today-transactions>button:hover{transform:translateY(-1px);box-shadow:0 8px 19px #23542d26}.today-transactions>button>span{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:#397e43;background:#e3f3d8}.today-transactions>button>span.card{color:#507688;background:#e4f0f5}.today-transactions>button>span.transfer{color:#6b6b9a;background:#eceafa}.today-transactions>button>div{min-width:0;flex:1;display:grid;gap:2px}.today-transactions>button>b{color:#34773e;font-size:11px}.today-transactions>button>b.refund{color:#af5b50}.today-transactions>button>svg{flex:0 0 auto;color:#839883}.transaction-detail-modal{width:min(100%,410px)}.transaction-detail-meta{margin:14px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.transaction-detail-meta>div{min-height:57px;padding:10px;display:grid;align-content:center;gap:4px;border-radius:13px;background:#f0f8eb}.transaction-detail-meta small{color:#738374;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.transaction-detail-meta strong{color:#285e36;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.transaction-credit-note{margin:0 0 12px;padding:10px;border-radius:12px;color:#826227;background:#fff2d5;font-size:10px;line-height:1.45}.transaction-items{overflow:hidden;border:1px solid #dbe9d4;border-radius:15px;background:#ffffff9e}.transaction-items>div,.transaction-items article{min-height:39px;padding:0 11px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e3ede0}.transaction-items>div strong{flex:1;font-size:11px}.transaction-items>div span{min-width:21px;height:21px;display:grid;place-items:center;border-radius:7px;color:#377841;background:#e1f1d8;font-size:9px;font-weight:800}.transaction-items article:last-of-type{border-bottom:0}.transaction-items article>span{color:#708070;font-size:10px}.transaction-items article>strong{min-width:0;flex:1;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.transaction-items article>b{color:#34763d;font-size:10px}.transaction-items>p{margin:0;padding:13px 11px;color:#748274;font-size:10px;line-height:1.4}.transaction-detail-modal footer{margin-top:12px;padding:0 3px;display:flex;justify-content:space-between;align-items:baseline}.transaction-detail-modal footer span{font-size:12px;font-weight:700}.transaction-detail-modal footer strong{color:#26723a;font:700 25px Fraunces,serif}.business-themed .today-transactions>button>span{color:var(--business-brand-dark);background:var(--business-brand-soft)}@media(min-width:861px){.business-workspace .today-transactions>button{min-height:62px}.transaction-detail-modal{width:min(100%,460px)}.transaction-detail-modal h2{font-size:26px}.transaction-detail-meta strong,.transaction-items article>strong{font-size:12px}}.notifications-panel .business-notification{cursor:pointer}.notifications-panel .business-notification.order_delivered>span{color:#4f758a;background:#e3f0f5}.notifications-panel .business-notification:hover{background:#e2f3d880}.notifications-panel .panel-action:disabled{cursor:default;color:#95a395;background:#edf3e9;opacity:1}.customer-panel .customer-notification{width:100%;padding:13px 2px;border:0;border-bottom:1px solid #dfebd6;color:var(--ink);background:transparent;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.customer-panel .customer-notification>span{width:39px;height:39px;flex:0 0 auto;border-radius:13px;color:#347d41;background:#e5f3d9;display:grid;place-items:center}.customer-panel .customer-notification>div{min-width:0;flex:1;display:grid;gap:3px}.customer-panel .customer-notification strong{font-size:13px}.customer-panel .customer-notification small{color:var(--muted);font-size:10px;line-height:1.35}.customer-panel .customer-notification em{color:#829082;font-size:9px;font-style:normal}.customer-panel .customer-notification>svg{width:17px;flex:0 0 auto;color:#779477}.customer-panel .customer-notification>i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--business-brand, #378d48);box-shadow:0 0 0 3px var(--business-brand-soft, #e2f3d8)}.customer-panel .customer-notification.unread{margin:0 -5px;width:calc(100% + 10px);padding:13px 7px;border-radius:13px;background:#e2f3d885}.customer-panel .customer-notification-list{max-height:min(51svh,410px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.customer-panel .customer-notification.order_ready>span{color:#1c7b3b;background:#d9f3d5}.customer-panel .customer-notification.order_delivered>span{color:#4f758a;background:#e3f0f5}.customer-panel .customer-notification.order_cancelled>span{color:#a95745;background:#fde7e1}.customer-panel .customer-notification:hover{background:#e2f3d880}.customer-notifications-empty{min-height:170px;padding:22px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center}.customer-notifications-empty>svg{width:30px;height:30px;color:#3e8c4a}.customer-notifications-empty strong{font-size:14px}.customer-notifications-empty small{color:var(--muted);font-size:11px;line-height:1.45}@media(min-width:641px){.app-shell:has(.customer-theme){display:block;width:100%;min-height:100svh;padding:0;background:radial-gradient(circle at 5% 2%,rgba(255,255,255,.94),transparent 26rem),radial-gradient(circle at 97% 94%,color-mix(in srgb,var(--business-brand-light, #75bd68) 25%,white),transparent 36rem),#f3faee}.app-shell:has(.customer-theme) .phone-frame{width:100%;min-width:100%;height:100svh;min-height:100svh;max-height:none;border:0;border-radius:0;background:transparent;box-shadow:none}.app-shell:has(.customer-theme) .phone-frame:before{background:radial-gradient(circle at 86% 0,color-mix(in srgb,var(--business-brand-light, #75bd68) 22%,transparent),transparent 30rem)}.customer-theme{height:100%;grid-template-rows:88px minmax(0,1fr)}.customer-theme .customer-header{height:88px;padding:0 clamp(34px,6vw,112px);border-bottom:1px solid color-mix(in srgb,var(--business-brand, #378d48) 18%,white);background:#fffffcb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.customer-theme .customer-header .icon-button{width:45px;height:45px;border-radius:16px}.customer-theme .customer-header h1{font:700 30px Fraunces,serif;letter-spacing:-.8px}.customer-theme .customer-brand{gap:11px}.customer-theme .customer-brand .business-logo{width:43px;height:43px;border-radius:14px;font-size:23px}.customer-theme .branch-name span{font:700 22px Fraunces,serif}.customer-theme .branch-name small{font-size:11px}.customer-theme>.screen-content{padding:34px clamp(34px,6vw,112px) 62px;overflow-y:auto}.customer-theme>.screen-content>*{width:min(100%,1320px);margin-left:auto;margin-right:auto}.customer-theme .storefront{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(330px,.76fr);grid-template-rows:auto auto auto auto;column-gap:24px;align-items:start}.customer-theme .storefront>.search-field{grid-column:1 / -1;min-height:58px;margin:0 0 25px;padding:0 18px;border-radius:19px}.customer-theme .storefront>.search-field input{font-size:15px}.customer-theme .storefront>.produce-banner{grid-column:1;grid-row:2 / span 2;height:298px;padding:31px;border-radius:31px}.customer-theme .produce-banner strong{font-size:43px}.customer-theme .produce-banner span{font-size:15px}.customer-theme .produce-banner button{margin-top:13px;padding:12px 15px;font-size:12px}.customer-theme .customer-hero-art{width:56%;max-height:254px;object-fit:contain}.customer-theme .storefront>.section-title:nth-child(3){grid-column:2;grid-row:2;margin:3px 0 11px}.customer-theme .storefront>.category-strip{grid-column:2;grid-row:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 9px;overflow:visible;padding:0}.customer-theme .category-strip button{min-width:0;width:100%;font-size:11px}.customer-theme .category-strip span{width:65px;height:65px;border-radius:19px;font-size:31px}.customer-theme .storefront>.section-title:nth-child(5){grid-column:1 / -1;margin:31px 2px 15px}.customer-theme .storefront>.featured-products{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;overflow:visible;padding:0 0 10px}.customer-theme .customer-product-card{min-width:0;min-height:192px;padding:15px;border-radius:24px}.customer-theme .customer-product-card .product-glyph{width:58px;height:58px;border-radius:18px}.customer-theme .customer-product-card strong{font-size:14px}.customer-theme .customer-product-card small{font-size:11px}.customer-theme .customer-product-card b{font-size:15px}.customer-theme .customer-product-card button{width:32px;height:32px}.customer-theme .category-page,.customer-theme .catalog-page,.customer-theme .customer-orders,.customer-theme .account-view{max-width:1080px}.customer-theme .category-hero{min-height:174px;padding:27px 32px;border-radius:29px}.customer-theme .category-hero strong{font-size:37px}.customer-theme .category-page>.search-field{min-height:56px;margin-top:20px}.customer-theme .category-tabs{padding:16px 0 10px}.customer-theme .product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-theme .customer-product-row{min-height:89px;padding:13px;border-radius:21px}.customer-theme .customer-product-row .product-glyph{width:57px;height:57px;border-radius:17px}.customer-theme .customer-product-row strong{font-size:14px}.customer-theme .customer-product-row small{font-size:11px}.customer-theme .customer-product-row b{font-size:15px}.customer-theme .customer-product-row>button{width:35px;height:35px}.customer-theme .catalog-intro,.customer-theme .result-count,.customer-theme .category-result-count{font-size:13px}.customer-theme>.screen-content.customer-cart{display:block}.customer-theme>.screen-content.customer-cart>.customer-cart{width:min(100%,1080px);min-height:auto;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 348px;gap:20px;align-items:start}.customer-theme .customer-cart .cart-items-card{max-height:none;padding:17px 20px}.customer-theme .customer-cart .cart-line{min-height:84px;padding:11px 0;grid-template-columns:54px minmax(0,1fr) auto;column-gap:12px}.customer-theme .customer-cart .cart-line .product-glyph{width:54px;height:54px;border-radius:17px}.customer-theme .customer-cart .cart-line strong{font-size:14px}.customer-theme .customer-cart .cart-line small{font-size:11px}.customer-theme .customer-cart .cart-line>b{font-size:14px}.customer-theme .customer-cart .customer-checkout-card{position:sticky;top:0;height:auto;padding:15px 17px 18px}.customer-theme .customer-cart .customer-checkout-card .primary-button{min-height:52px}.customer-theme .customer-cart .empty-cart{grid-column:1 / -1;min-height:490px}.customer-theme .customer-orders{grid-template-columns:minmax(280px,.64fr) minmax(0,1.36fr);align-items:start}.customer-theme .customer-orders-intro{min-height:190px;padding:23px}.customer-theme .customer-order-history{gap:10px}.customer-theme .customer-order-history article{min-height:80px;padding:13px}.customer-theme .account-view{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px}.customer-theme .account-hero{min-height:180px;padding:22px}.customer-theme .local-account-card{margin:0}.customer-theme .browse-cart-dock,.customer-theme .storefront-cart-dock{position:fixed;z-index:15;left:auto;right:clamp(34px,5vw,96px);bottom:28px;width:294px;min-height:61px;border-radius:19px}.customer-theme .customer-product-modal,.customer-theme .customer-payment-modal,.customer-theme .customer-confirmation-modal{zoom:1.08}}@media(min-width:641px){.app-shell:has(.customer-theme) .phone-frame>.status-line{display:none}.customer-theme .customer-hero-art{inset:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}}@media(min-width:641px)and (max-width:899px){.business-layout{grid-template-columns:184px minmax(0,1fr)}.business-desktop-nav{padding:20px 11px 14px;gap:16px}.desktop-brand{padding:0 5px}.desktop-brand strong{font-size:17px}.desktop-business-name{padding:9px}.business-desktop-nav nav button{min-height:38px;padding:0 8px;gap:7px;font-size:10px}.business-workspace{grid-template-rows:70px minmax(0,1fr)}.business-workspace .app-header{padding:14px 20px}.business-workspace .app-header h1{font-size:23px}.business-workspace .screen-content{padding:18px 20px 28px}.business-workspace .home-view{grid-template-columns:1fr;grid-template-areas:"greeting" "visual" "actions";gap:14px}.business-workspace .greeting{padding:21px}.business-workspace .greeting h2{font-size:33px}.business-workspace .groceries-illustration{height:165px}.business-workspace .action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.business-workspace .action-card{min-height:108px}.business-workspace .action-card strong{font-size:11px}.business-workspace .pos-view{display:grid;grid-template-columns:1fr;gap:12px}.business-workspace .pos-scanner,.business-workspace .manual-sale-search,.business-workspace .pos-view .cart-card,.business-workspace .credit-reminders{grid-column:1;grid-row:auto}.business-workspace .pos-view .cart-card{position:static}.business-workspace .inventory-list,.business-workspace .business-order-list{grid-template-columns:1fr}.business-workspace .product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-theme .customer-header{padding:0 24px}.customer-theme>.screen-content{padding:24px}.customer-theme .storefront{grid-template-columns:1fr;grid-template-rows:auto;gap:0}.customer-theme .storefront>.produce-banner,.customer-theme .storefront>.section-title:nth-child(3),.customer-theme .storefront>.category-strip,.customer-theme .storefront>.section-title:nth-child(5),.customer-theme .storefront>.featured-products{grid-column:1;grid-row:auto}.customer-theme .storefront>.produce-banner{height:240px;margin-bottom:22px}.customer-theme .produce-banner strong{font-size:34px}.customer-theme .storefront>.section-title:nth-child(3){margin:0 0 10px}.customer-theme .storefront>.category-strip{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:24px}.customer-theme .storefront>.section-title:nth-child(5){margin:0 2px 13px}.customer-theme .storefront>.featured-products{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-theme .customer-product-card{min-height:166px;padding:13px}.customer-theme .customer-cart,.customer-theme .customer-orders,.customer-theme .account-view{grid-template-columns:1fr!important}.customer-theme>.screen-content.customer-cart>.customer-cart{grid-template-columns:1fr}.customer-theme .customer-cart .customer-checkout-card{position:static}.customer-theme .customer-orders-intro{min-height:auto}}.transfer-proof-input{display:grid;gap:4px;margin-top:14px;padding:12px 14px;border:1px dashed color-mix(in srgb,var(--business-brand) 48%,#ffffff);border-radius:16px;background:#ffffff94;color:var(--business-brand-dark);cursor:pointer}.transfer-proof-input input{display:none}.transfer-proof-input span{font-weight:800;font-size:13px}.transfer-proof-input small{color:#65806a;font-size:11px}.order-proof-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.order-proof-actions button{min-height:34px;padding:0 11px;border:0;border-radius:11px;background:#e6f4df;color:#216d36;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.order-proof-actions .primary-button{min-height:34px}.replace-transfer-proof{display:inline-flex;align-items:center;width:fit-content;margin-top:7px;color:var(--business-brand-dark);font-size:11px;font-weight:800;cursor:pointer}.replace-transfer-proof input{display:none}.customer-order-history article{align-items:flex-start}.customer-order-progress{margin-top:3px;display:grid;gap:5px}.customer-order-progress>div{display:flex;align-items:center;gap:0}.customer-order-progress>div span{position:relative;min-width:0;flex:1;padding:3px 3px 0 0;color:#9aa69a;font-size:8px;font-weight:700;white-space:nowrap}.customer-order-progress>div span:not(:last-child):after{content:"";position:absolute;top:-1px;right:0;left:0;height:2px;border-radius:99px;background:#dce8d8}.customer-order-progress>div span:before{content:"";position:relative;z-index:1;display:block;width:6px;height:6px;margin-bottom:2px;border-radius:50%;background:#dce8d8}.customer-order-progress>div span.done,.customer-order-progress>div span.current{color:#367d42}.customer-order-progress>div span.done:before,.customer-order-progress>div span.current:before{background:#4aa253}.customer-order-progress>div span.done:not(:last-child):after{background:#76bd6c}.customer-order-progress>div span.current:before{box-shadow:0 0 0 3px #dff2d9}.customer-order-progress small{color:#667b67;font-size:8px;line-height:1.25}.customer-order-progress.cancelled{padding:5px 7px;border-radius:8px;color:#9b5044;background:#fff0ec}.customer-order-progress.cancelled .current{color:#a35749;font-size:8px;font-weight:800}.customer-order-progress.cancelled small{color:#9f756d}@media(min-width:861px){.customer-theme .customer-order-history article{min-height:100px;padding:15px}.customer-theme .customer-order-progress{margin-top:6px;max-width:390px}.customer-theme .customer-order-progress>div span{font-size:10px}.customer-theme .customer-order-progress small{font-size:10px}}.customer-account-card{padding:14px;display:grid;gap:9px;border-radius:22px;color:#315d3b;background:linear-gradient(145deg,#e9f6df,#d8efcd);box-shadow:0 9px 20px #34592c17}.customer-account-card>div:first-child{display:grid;gap:4px}.customer-account-card .eyebrow{margin:0;color:#5b9058;font-size:8px}.customer-account-card strong{font:700 19px/1.05 Fraunces,serif}.customer-account-card small{color:#607b62;font-size:10px;line-height:1.4}.customer-account-card label{display:grid;gap:4px;color:#547257;font-size:9px;font-weight:700}.customer-account-card input{width:100%;padding:9px 10px;border:1px solid #cde4c5;border-radius:11px;outline:0;color:var(--ink);background:#fffffff0;font:inherit;font-size:10px}.account-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:3px;border-radius:12px;background:#ffffff7a}.account-mode-tabs button{min-height:32px;border-radius:9px;color:#557457;background:transparent;font-size:10px;font-weight:700}.account-mode-tabs button.active{color:#fff;background:#378d48;box-shadow:0 3px #256f38}.customer-account-card .primary-button{min-height:43px;margin-top:2px}.account-error{margin:0;display:flex;align-items:flex-start;gap:5px;color:#a45142;font-size:9px;line-height:1.35}.account-error svg{flex:0 0 auto;margin-top:1px}.account-signout{min-height:41px;border:1px solid #b9dbb4;border-radius:12px;color:#35783e;background:#fffc;font-size:11px;font-weight:700}@media(min-width:861px){.customer-theme .customer-account-card{padding:20px}.customer-theme .customer-account-card strong{font-size:24px}.customer-theme .customer-account-card small,.customer-theme .customer-account-card label,.customer-theme .customer-account-card input,.customer-theme .account-mode-tabs button{font-size:12px}}.customer-contact-action{color:inherit;text-decoration:none;cursor:pointer}.customer-contact-action>svg{width:17px;flex:0 0 auto;color:#44864a}.customer-contact-action:hover{background:#e2f3d88c}.customer-confirmation-details small{display:block;margin-top:3px;color:#708471;font-size:9px;line-height:1.25}.customer-header-actions{display:flex;align-items:center;gap:7px}.customer-notification-button{color:var(--business-brand-dark)}.customer-notification-button b{background:#e85950}.customer-notification-banner{position:absolute;z-index:17;top:72px;left:14px;right:14px;min-height:61px;padding:9px 11px;display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid rgba(65,136,73,.22);border-radius:17px;color:#245f35;background:linear-gradient(145deg,#fbfff8,#def2d4);box-shadow:0 9px 19px #2c652e29;text-align:left;animation:customer-alert-in .24s ease both}.customer-notification-banner>span{width:35px;height:35px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--business-brand)}.customer-notification-banner.order_cancelled{color:#8d493e;border-color:#efc9c2;background:linear-gradient(145deg,#fff9f7,#ffebe5)}.customer-notification-banner.order_cancelled>span{background:#c66a58}.customer-notification-banner>div{min-width:0;display:grid;gap:2px}.customer-notification-banner small{color:inherit;font-size:7px;font-weight:800;letter-spacing:.85px;opacity:.72}.customer-notification-banner strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.customer-notification-banner em{overflow:hidden;color:inherit;font-size:9px;font-style:normal;opacity:.76;text-overflow:ellipsis;white-space:nowrap}.customer-notification-banner>svg{color:inherit}.customer-theme.has-customer-alert>.screen-content{padding-top:84px}@keyframes customer-alert-in{0%{opacity:0;transform:translateY(-8px)}}@media(min-width:641px){.customer-notification-banner{top:103px;left:clamp(34px,6vw,112px);right:auto;width:min(480px,calc(100% - 68px));min-height:66px;padding:10px 13px}.customer-theme.has-customer-alert>.screen-content{padding-top:119px}}.account-verification{margin:2px 0 0;display:flex;align-items:center;gap:6px;color:#8a5b1f;font-size:9px;line-height:1.35}.account-verification.verified{color:#28753d}.account-verification button{margin-left:auto;padding:5px 7px;border-radius:8px;color:#2b773e;background:#ffffffc2;font-size:9px;font-weight:700}.account-success{margin:0;display:flex;align-items:flex-start;gap:5px;color:#28753d;font-size:9px;line-height:1.35}.account-success svg{flex:0 0 auto;margin-top:1px}.account-text-action{justify-self:start;padding:2px 0;color:#2b773e;background:transparent;font-size:10px;font-weight:700;text-decoration:underline}
