:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172116;background:#f4f1e9;font-synthesis:none}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:#f4f1e9}button,input,textarea{font:inherit}button{touch-action:manipulation}.primary{border:0;border-radius:18px;background:#264e38;color:#fff;font-weight:800;min-height:58px;padding:0 20px;cursor:pointer}.primary:disabled{opacity:.38;cursor:not-allowed}.eyebrow{letter-spacing:.18em;font-size:12px;font-weight:800;color:#70806f}.access,.fatal,.splash{min-height:100vh;display:grid;place-items:center;padding:24px}.access-card{width:min(430px,100%);background:#fff;border-radius:34px;padding:34px;box-shadow:0 24px 80px #2a352721;text-align:center}.access-brand,.splash{display:flex;align-items:center;justify-content:center;gap:13px}.access-brand b,.splash b{font-size:27px;letter-spacing:.04em}.access-brand span,.splash span{color:#8a9887}.access h1{font-size:32px;margin:18px 0 8px}.access p{margin:0 0 18px;color:#697264}.pin-dots{display:flex;justify-content:center;gap:12px;margin:25px 0}.pin-dots span{width:15px;height:15px;border-radius:50%;border:2px solid #aab2a6}.pin-dots .filled{background:#264e38;border-color:#264e38}.access-error{background:#fff1ee;color:#a33720;padding:10px 13px;border-radius:12px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.keypad button{height:64px;border-radius:18px;border:1px solid #e1e5de;background:#f8f9f6;font-size:24px;font-weight:750;color:#1b281c}.keypad .ghost{visibility:hidden}.splash{font-size:30px}.fatal{align-content:center;text-align:center}.fatal h1{margin-bottom:6px}.fatal p{color:#6d756a}.kiosk-shell{height:100vh;overflow:hidden;background:#f4f1e9}.topbar{height:82px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #e7e4db}.wordmark{display:flex;align-items:center;gap:14px}.wordmark>span{color:#9ca496;font-weight:700}.wordmark button{height:54px;border:0;background:transparent;border-radius:14px;padding:6px 12px;display:flex;align-items:center;gap:8px;color:#7f877b}.wordmark button.active{background:#f2f4ee;color:#172116}.wordmark img{max-width:110px;max-height:34px;object-fit:contain}.wordmark b{font-size:16px}.top-actions{display:flex;align-items:center;gap:12px}.setup-badge{font-size:11px;letter-spacing:.13em;font-weight:900;background:#fff0c9;color:#815c00;padding:9px 12px;border-radius:999px}.lock{border:1px solid #dde2d9;background:#fff;border-radius:14px;height:46px;padding:0 15px;display:flex;align-items:center;gap:8px;color:#556152;font-weight:700}.lock svg{width:18px}.layout{height:calc(100vh - 82px);display:grid;grid-template-columns:180px minmax(0,1fr) 350px}.categories{background:#ece9df;border-right:1px solid #dedbd1;padding:20px 12px;overflow:auto}.store-title{padding:4px 10px 18px}.store-title small,.menu-heading small,.cart header small{font-size:11px;letter-spacing:.13em;color:#8b9387;font-weight:800}.store-title h1,.menu-heading h2,.cart h2{margin:4px 0 0}.categories>button{width:100%;border:0;background:transparent;border-radius:15px;padding:15px 12px;text-align:left;font-weight:720;color:#5f685b;margin-bottom:5px}.categories>button.active{background:#264e38;color:#fff}.menu{overflow:auto;padding:18px 20px 60px}.search{height:52px;background:#fff;border:1px solid #e2e4dc;border-radius:17px;display:flex;align-items:center;padding:0 13px;position:sticky;top:0;z-index:4;box-shadow:0 7px 25px #343a2f0a}.search svg{width:20px;color:#7f897c}.search input{border:0;outline:0;background:transparent;flex:1;padding:0 10px;font-size:16px}.search button{border:0;background:transparent;color:#7c8477}.menu-heading{display:flex;justify-content:space-between;align-items:end;margin:24px 3px 14px}.menu-heading h2{font-size:28px}.menu-heading>span{color:#889084;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.product-card{border:0;border-radius:23px;background:#fff;padding:0;text-align:left;overflow:hidden;box-shadow:0 9px 30px #373e320e;min-width:0;color:#172116}.product-photo{height:150px;background:#e7eadf;position:relative;display:grid;place-items:center;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover}.product-photo>span{font-size:13px;color:#90988d}.product-photo i{position:absolute;right:10px;bottom:10px;width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 4px 14px #0000001c}.product-photo i svg{width:20px}.product-card>div:last-child{padding:13px 14px 16px}.product-card h3{font-size:17px;line-height:1.15;margin:0 0 6px}.product-card p{font-size:13px;line-height:1.35;height:36px;overflow:hidden;color:#767f72;margin:0 0 10px}.product-card b{font-size:16px;color:#264e38}.cart{background:#fff;border-left:1px solid #e5e4de;display:flex;flex-direction:column;min-height:0}.cart>header{min-height:82px;padding:18px 18px 13px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ecece6}.cart header h2{font-size:23px}.cart header>button{width:42px;height:42px;border-radius:13px;border:1px solid #e1e4dd;background:#fff;display:grid;place-items:center}.cart header>button svg{width:18px}.cart .back{margin-right:10px}.cart-lines,.checkout{flex:1;overflow:auto;padding:12px 16px}.empty{height:100%;display:grid;place-items:center;align-content:center;text-align:center;color:#8c9488}.empty svg{width:42px;height:42px;margin-bottom:10px}.empty h3{color:#4f5d4e;margin:4px}.empty p{margin:0}.cart-lines article{padding:14px 2px;border-bottom:1px solid #ecece7}.cart-line-top{display:flex;justify-content:space-between;gap:10px}.cart-line-top span{display:flex;flex-direction:column}.cart-line-top small{color:#8d948a;font-weight:800;font-size:10px;letter-spacing:.08em}.cart-line-top b{font-size:15px;margin-top:3px}.cart-line-top button{border:0;background:transparent;color:#8b9388}.cart-lines article p{font-size:12px;line-height:1.35;color:#777f74;margin:7px 0}.cart-lines article strong{display:block;margin-top:8px;color:#264e38}.cart-footer{padding:14px 16px 18px;border-top:1px solid #e9e9e2;background:#fff}.cart-footer>div{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.cart-footer>div span{color:#6f796b}.cart-footer>div b{font-size:26px}.cart-footer>.primary{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.cart-footer>.primary span{background:#ffffff2e;min-width:28px;height:28px;border-radius:50%;display:grid;place-items:center}.checkout section{padding:9px 0 18px;border-bottom:1px solid #ecece7}.checkout h3{margin:7px 0 13px}.checkout h3 small{font-weight:500;color:#90978e}.checkout label{display:block;font-size:13px;font-weight:700;margin:10px 0}.checkout input,.note textarea{display:block;width:100%;margin-top:7px;border:1px solid #dde1d8;border-radius:14px;padding:13px;background:#fafbf8;outline:0}.pay-choice{width:100%;border:1px solid #dde1d8;background:#fff;border-radius:16px;padding:14px;text-align:left;display:flex;flex-direction:column;margin-bottom:8px;color:#364335}.pay-choice.selected{border-color:#4b7359;background:#f2f7f2}.pay-choice:disabled{opacity:.45}.pay-choice span{font-weight:800}.pay-choice small{color:#879084;margin-top:3px}.setup-note{margin-top:14px;background:#fff7df;border:1px solid #f0dda1;border-radius:15px;padding:13px;color:#745711}.setup-note p{font-size:12px;line-height:1.45;margin:5px 0 0}.modal-backdrop{position:fixed;inset:0;background:#1018118c;z-index:20;display:grid;place-items:center;padding:22px}.product-modal{width:min(820px,calc(100vw - 40px));max-height:calc(100vh - 40px);background:#fff;border-radius:30px;overflow:hidden;display:flex;flex-direction:column;position:relative;box-shadow:0 30px 90px #00000040}.close{position:absolute;right:14px;top:14px;z-index:2;width:44px;height:44px;border-radius:50%;border:0;background:#fffffff2;display:grid;place-items:center}.product-hero{display:grid;grid-template-columns:230px 1fr;min-height:200px;background:#f6f5ef}.product-hero>img,.photo-empty{width:230px;height:200px;object-fit:cover;background:#e5e9df;display:grid;place-items:center;color:#929a8e}.product-hero>div:last-child{padding:30px 64px 24px 25px}.product-hero small{font-size:11px;font-weight:900;letter-spacing:.1em;color:#80907f}.product-hero h2{font-size:28px;margin:4px 0 8px}.product-hero p{color:#6f796c;line-height:1.45;margin:0 0 13px}.product-hero strong{font-size:20px;color:#264e38}.modifier-scroll{overflow:auto;padding:6px 24px 20px}.modifier-scroll fieldset{border:0;padding:18px 0 5px;margin:0;border-bottom:1px solid #ecece6}.modifier-scroll legend{width:100%;display:flex;justify-content:space-between;align-items:end;font-weight:850;padding:0 0 11px}.modifier-scroll legend small{font-weight:600;color:#879184;font-size:12px}.options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.option{border:1px solid #e0e3dc;border-radius:15px;overflow:hidden;display:flex;align-items:stretch;background:#fff}.option.selected{border-color:#557b61;background:#f4f8f4}.option-main{border:0;background:transparent;flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;padding:12px;color:#2f3b2f}.option-main span{display:flex;flex-direction:column}.option-main small{font-size:11px;color:#858e82;margin-top:2px}.option-main em{font-style:normal;color:#6e796c;font-size:12px;white-space:nowrap}.option-qty{display:flex;align-items:center;gap:4px;padding:5px}.option-qty button{width:34px;height:34px;border-radius:10px;border:0;background:#fff;display:grid;place-items:center}.option-qty button svg{width:14px}.option-qty b{min-width:20px;text-align:center}.note{display:block;font-size:13px;font-weight:750;margin-top:18px}.note textarea{min-height:76px;resize:vertical}.product-footer{border-top:1px solid #e8e8e1;padding:14px 20px;display:flex;gap:12px;align-items:center}.product-footer>.primary{flex:1}.qty{display:flex;align-items:center;border:1px solid #dde1d8;border-radius:16px;height:58px;overflow:hidden}.qty button{width:48px;height:100%;border:0;background:#fff;display:grid;place-items:center}.qty button svg{width:17px}.qty b{min-width:35px;text-align:center}@media(max-width:900px){.layout{grid-template-columns:145px minmax(0,1fr) 300px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-photo{height:125px}.topbar{padding:0 12px}.setup-badge{display:none}}@media(orientation:portrait){.kiosk-shell{height:auto;min-height:100vh;overflow:auto}.layout{height:auto;grid-template-columns:1fr}.categories{display:flex;overflow:auto;border:0;border-bottom:1px solid #dedbd1;padding:10px}.store-title{display:none}.categories>button{white-space:nowrap;width:auto;margin:0 5px}.menu{overflow:visible}.cart{border-left:0;border-top:1px solid #ddd;min-height:500px}.product-modal{width:calc(100vw - 20px)}.product-hero{grid-template-columns:160px 1fr}.product-hero>img,.photo-empty{width:160px}.options{grid-template-columns:1fr}}.brand-zone{display:flex;align-items:center;gap:14px;min-width:0}.wordmark{gap:10px}.wordmark button{height:60px;min-width:92px;padding:5px 12px;justify-content:center}.wordmark img{display:block;max-width:145px;max-height:46px;width:auto;height:auto;object-fit:contain}.kiosk-badge{flex:0 0 auto;font-size:11px;letter-spacing:.14em;font-weight:900;color:#53604f;background:#eef1e9;border:1px solid #dfe4da;padding:8px 11px;border-radius:999px}@media(max-width:900px){.brand-zone{gap:8px}.wordmark{gap:6px}.wordmark button{height:54px;min-width:78px;padding:4px 8px}.wordmark img{max-width:118px;max-height:38px}.kiosk-badge{font-size:9px;padding:7px 9px}}.product-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.product-card>.product-photo{width:100%;flex:0 0 auto}.product-card>.product-photo>img{position:absolute;inset:0;display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:cover;object-position:center}.kiosk-shell>.topbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:16px;padding:5px 22px}.topbar .topbar-identity{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}.topbar .topbar-identity .kiosk-badge{padding:5px 10px}.topbar .topbar-identity .setup-badge{display:inline-block;max-width:100%;padding:4px 8px;font-size:9px;letter-spacing:.08em;white-space:nowrap}.topbar .brand-zone{display:flex;flex-direction:column;align-items:center;justify-self:center;gap:4px}.topbar .store-switch-label{font-size:11px;line-height:14px;font-weight:700;color:#626e5e;letter-spacing:.04em}.topbar .wordmark{gap:12px}.topbar .wordmark button{--store-accent: #48673d;--store-tint: #f0f5ed;position:relative;width:160px;min-width:0;height:54px;padding:4px 20px;border:2px solid #bdc6b8;border-radius:14px;background:#fff;box-shadow:0 2px #e7ebe3;cursor:pointer;opacity:1;touch-action:manipulation}.topbar .wordmark button[data-store=carrot]{--store-accent: #b9561d;--store-tint: #fff3e9}.topbar .wordmark button[aria-pressed=true]{border-color:var(--store-accent);background:var(--store-tint);box-shadow:0 0 0 1px var(--store-accent)}.topbar .wordmark button:hover{border-color:var(--store-accent)}.topbar .wordmark button:active{box-shadow:none}.topbar .wordmark button:focus-visible{outline:3px solid #233b59;outline-offset:3px}.topbar .wordmark img{display:block;width:120px;height:42px;max-width:100%;max-height:42px;object-fit:contain}.topbar .store-selected-icon{position:absolute;right:5px;top:5px;width:16px;height:16px;color:var(--store-accent);pointer-events:none}.topbar .top-actions{min-width:0;max-width:100%;justify-self:end;justify-content:flex-end;flex-wrap:wrap;gap:4px}.topbar .top-actions .lock{max-width:100%;white-space:nowrap}.topbar .top-actions [role=alert]{max-width:100%;overflow-wrap:anywhere;font-size:11px}@media(max-width:1100px){.kiosk-shell>.topbar{padding-inline:12px;gap:10px}.topbar .wordmark{gap:10px}.topbar .wordmark button{width:136px;padding-inline:16px}.topbar .top-actions .lock{font-size:12px;padding-inline:10px;gap:6px}.topbar .top-actions .lock svg{flex-shrink:0}.topbar .topbar-identity .setup-badge{font-size:8px;padding-inline:6px}}@media(max-width:650px){.kiosk-shell>.topbar{height:152px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:48px 72px;row-gap:10px;padding-block:10px}.topbar .topbar-identity{grid-column:1;grid-row:1}.topbar .top-actions{grid-column:2;grid-row:1}.topbar .top-actions .lock{white-space:normal;line-height:1.2;height:44px}.topbar .brand-zone{grid-column:1 / -1;grid-row:2}}@media(max-width:650px)and (orientation:landscape){.kiosk-shell>.layout{height:calc(100vh - 152px)}}.topbar .wordmark{gap:14px}.topbar .wordmark button{width:164px;height:52px;border:1.5px solid #dce3d7;border-radius:14px;padding:5px 15px;box-shadow:none;background:#fafbf8;transition:background .15s,border-color .15s}.topbar .wordmark button[aria-pressed=true]{background:var(--store-tint);border-color:var(--store-accent);box-shadow:0 0 0 .5px var(--store-accent)}.topbar .logo-viewport{display:flex;align-items:center;justify-content:center;width:130px;height:40px;max-width:100%;overflow:hidden}.topbar .logo-viewport img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.topbar .store-selected-icon{top:-6px;right:-6px;width:20px;height:20px;border:3px solid white;border-radius:50%;background:var(--store-accent);color:#fff;padding:1px;box-sizing:border-box}.topbar .store-switch-label{font-size:10px;font-weight:650;letter-spacing:.06em;color:#7c8577}.topbar .top-actions{gap:8px;flex-wrap:nowrap}.team-button,.icon-button{border:1px solid #dfe4da;background:#fff;color:#4c5c47;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:12px;min-width:42px;min-height:44px;cursor:pointer}.team-button{font-weight:750;padding:0 12px}button:focus-visible{outline:3px solid #426893;outline-offset:3px}button:disabled{cursor:not-allowed}.notice{background:#f1f4ed;border:1px solid #dfe5d8;border-radius:13px;padding:12px 14px;font-size:13px;line-height:1.5;color:#40523c}.notice.error{background:#fff5ee;border-color:#eed4c2;color:#8c3f22}.notice.success{background:#edf6eb;border-color:#cdddca}.notice p{margin:5px 0 0}.muted{font-size:12px;line-height:1.5;color:#788173}.line-actions{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:10px}.line-actions strong{margin:0!important;white-space:nowrap;font-size:14px}.mini-qty{display:flex;align-items:center;gap:5px;border:1px solid #e0e5db;border-radius:11px;overflow:hidden}.mini-qty button{border:0;background:#f7f9f3;color:#3a5033;width:32px;height:36px;display:grid;place-items:center}.mini-qty b{min-width:17px;text-align:center;font-size:13px}.text-button{border:0;background:transparent;color:#48673d;padding:8px 3px;font-size:12px;text-decoration:underline;cursor:pointer}.new-customer{width:100%;margin-top:4px;font-weight:700}.cart-footer .primary.unavailable{font-size:12px;min-height:40px;margin-top:8px;background:#e9ece5;color:#65715e;opacity:1}.checkout .unavailable{background:#f6f7f3;color:#798174}.checkout textarea{width:100%;min-height:64px;border:1px solid #dde1d8;border-radius:12px;padding:10px;background:#fafbf8;resize:vertical;margin-top:7px}.phone-input{display:flex;gap:6px;align-items:center}.phone-input select{width:88px;min-height:46px;margin-top:7px;border:1px solid #dde1d8;border-radius:12px;background:#fafbf8;padding:4px;font:inherit}.phone-input input{min-width:0;flex:1}.check-row{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important;line-height:1.5}.check-row input{width:20px!important;height:20px;flex:0 0 auto;margin:1px 0 0!important;accent-color:#48673d}.kiosk-dialog{width:min(760px,calc(100vw - 28px));max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:24px;color:#20301d;background:#fff;box-shadow:0 20px 80px #15241244;overflow:auto}.kiosk-dialog::backdrop{background:#14211188}.kiosk-dialog>header{position:sticky;top:0;z-index:3;padding:16px 20px;background:#fff;border-bottom:1px solid #e6ebe0;display:flex;align-items:center;justify-content:space-between;gap:16px}.kiosk-dialog>header h2{font-size:21px;margin:0}.kiosk-dialog>header .icon-button{border:0;background:#f3f5ef}.kiosk-dialog>p.notice{margin:14px 20px}.team-login,.team-content{padding:20px}.team-login label,.team-content label{display:block;font-size:14px;font-weight:700;margin:14px 0}.team-login input,.team-content input{display:block;width:100%;height:48px;margin-top:6px;border:1px solid #dce3d6;border-radius:12px;padding:12px;font:inherit;background:#fafbf8}.team-login input[type=password]{letter-spacing:.4em;font-size:22px;max-width:280px}.team-tabs{display:flex;padding:12px 20px;gap:10px;border-bottom:1px solid #e7ebe2}.team-tabs button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dce2d7;background:#fff;border-radius:12px;padding:12px;color:#596552;font-weight:750}.team-tabs button[aria-pressed=true]{background:#eef5e9;border-color:#779468;color:#36552b}.habit-search{display:flex;align-items:end;gap:12px}.habit-search label{flex:1;min-width:0;margin:0}.habit-search .primary{min-height:48px}.habit-card{border:1px solid #e0e6db;border-radius:16px;padding:15px;margin:12px 0;background:#fafbf8}.habit-card h3{margin:0 0 3px}.habit-card p{margin:0 0 10px;color:#6f7c67}.habit-card small{display:block;color:#74816a;margin:6px 0 12px}.habit-actions{display:flex;align-items:center;gap:12px}.habit-actions .primary{min-height:46px;flex:1}.product-editor .editor-hero{display:grid;grid-template-columns:210px 1fr;gap:20px;padding:18px 20px;background:#f7f7f0}.editor-hero>img{width:210px;height:160px;object-fit:cover;border-radius:16px;display:block}.editor-hero h2{margin:4px 0 6px;font-size:24px}.editor-hero p{font-size:13px;line-height:1.45;color:#6b7764}.editor-hero small{font-weight:800;color:#7f8b79}.product-editor .modifier-scroll{overflow:visible}.product-editor .product-footer{position:sticky;bottom:0;background:#fff;z-index:2}.product-editor .option-main{min-height:48px}.idle-warning{position:fixed;inset:0;background:#15221199;z-index:100;display:grid;place-items:center;padding:20px}.idle-warning>div{background:#fff;border-radius:24px;padding:28px;max-width:460px;text-align:center;box-shadow:0 20px 70px #0004}@media(max-width:1100px){.topbar .top-actions .lock{min-width:44px;width:44px;padding:0}.topbar .top-actions .lock>span{display:none}.topbar .wordmark button{width:148px;padding:5px 12px}.topbar .logo-viewport{width:120px}.topbar .top-actions{gap:6px}}@media(max-width:650px){.topbar .top-actions .team-button>span{display:none}.topbar .wordmark button{width:144px}.kiosk-dialog>header h2{font-size:18px}.habit-search{display:block}.habit-search .primary{margin-top:10px;width:100%}.team-tabs{padding:10px;gap:6px}.team-tabs button{font-size:12px}.product-editor .editor-hero{grid-template-columns:120px 1fr;gap:12px;padding:14px}.editor-hero>img{width:120px;height:130px}.editor-hero h2{font-size:20px}.editor-hero p{font-size:12px}.product-editor .options{grid-template-columns:1fr}}
