@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,700;9..144,800&display=swap');
:root{--green:#00B9A8;--green-dark:#05194B;--green-soft:#e6fbf7;--red:#DC2A2F;--red-dark:#9f1f23;--red-soft:#fdebed;--cream:#F3FAF8;--ink:#05194B;--muted:#52647a;--line:#d4e1e5;--white:#fff;--orange:#e87924;--shadow:0 10px 30px rgba(5,25,75,.11);--radius:20px;--safe:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:#f7faf8;color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.035em}h1{font-size:clamp(2rem,8vw,4.8rem);line-height:1.03}h2{line-height:1.1}.sr-only,.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{width:auto;height:auto;clip:auto;margin:8px;padding:10px;background:white;z-index:1000}.topbar{height:66px;padding:0 max(18px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-size:18px;font-weight:800}.header-action{font-size:14px;font-weight:700;text-decoration:none;color:var(--green)}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:var(--green)}.eyebrow.light{color:#c7f2d8}.row{display:flex;align-items:center;gap:10px}.between{justify-content:space-between}.grow{flex:1}.muted{color:var(--muted)}.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.button{border:0;border-radius:14px;min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .12s,filter .12s}.button:active{transform:scale(.98)}.button.primary{background:var(--green);color:#fff;box-shadow:0 7px 18px rgba(61,142,73,.2)}.button.success{background:var(--green-dark);color:white}.button.secondary{background:var(--green-soft);color:var(--green-dark)}.button.light{background:#fff;color:var(--green-dark)}.button.venmo{background:#008cff;color:#fff}.button.text{background:transparent;min-height:42px}.button.small{min-height:40px;padding:0 14px;font-size:13px}.button.full{width:100%}.danger-text{color:var(--red)}.chip{display:inline-flex;align-items:center;padding:5px 9px;border-radius:99px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background:#edf1ee;color:#59645e}.chip.open,.chip.paid,.chip.fulfilled{background:var(--green-soft);color:var(--green-dark)}.chip.paused,.chip.submitted{background:#fff1d9;color:#7a4b00}.chip.closed,.chip.cancelled,.chip.sold{background:var(--red-soft);color:var(--red-dark)}.chip.ready{background:#dbeeff;color:#0b548e}.notice{padding:14px 16px;border-radius:14px;margin:14px 0;font-size:14px}.notice.subtle{background:#eef4f0;color:#455149}.notice.warning{background:#fff3d9;color:#654b14;border-left:4px solid #efa930}.notice.action{background:#edf7ff;display:flex;justify-content:space-between;align-items:center;gap:10px}.flash{position:fixed;z-index:100;top:75px;left:50%;transform:translateX(-50%);max-width:calc(100% - 30px);padding:12px 18px;border-radius:12px;color:#fff;box-shadow:var(--shadow);font-weight:700}.flash-success{background:var(--green)}.flash-error{background:var(--red)}.site-footer{max-width:1180px;margin:60px auto 0;padding:30px 20px calc(30px + var(--safe));border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}

.hero{min-height:530px;background:linear-gradient(135deg,#09673a,#07442a);color:#fff;padding:70px max(22px,calc((100vw - 1120px)/2));display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:40px;overflow:hidden}.hero h1{font-family:"Fraunces",serif;margin:15px 0 20px;max-width:720px}.hero h1 em{color:#ffb399;font-style:normal}.hero p{font-size:19px;max-width:590px;color:#dcece3;margin-bottom:28px}.hero-art{text-align:center;position:relative}.food-bowl{width:230px;height:230px;background:var(--cream);border-radius:50% 50% 45% 45%;display:grid;place-items:center;font-size:100px;box-shadow:0 20px 50px rgba(0,0,0,.25);transform:rotate(-5deg)}.steam{font-size:30px;opacity:.65;line-height:.7}.hero-art>span{display:inline-block;background:var(--red);padding:8px 16px;border-radius:99px;font-weight:800;transform:rotate(4deg);margin-top:-12px}.market-wrap{max-width:1120px;margin:-34px auto 0;background:#fff;border-radius:28px;padding:32px;position:relative;box-shadow:var(--shadow)}.market-head{display:flex;justify-content:space-between;gap:25px;align-items:end}.market-head h2{font-size:34px;margin:5px 0}.search-box{height:48px;display:flex;flex-direction:row;margin:0;align-items:center;gap:8px;background:#f2f6f3;border-radius:14px;padding:0 14px;min-width:300px}.search-box input{border:0;background:transparent;outline:0;width:100%}.map{height:320px;border-radius:18px;overflow:hidden;background:#e9efe9;margin:18px 0}.vendor-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.vendor-card{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:18px;text-decoration:none;transition:.15s}.vendor-card:hover{border-color:#96c9aa;transform:translateY(-2px);box-shadow:0 8px 22px rgba(15,65,38,.08)}.vendor-photo{width:88px;height:88px;flex:0 0 88px;border-radius:15px;overflow:hidden;background:linear-gradient(135deg,var(--green-soft),#fce9df);display:grid;place-items:center;font-family:"Fraunces";font-size:36px;color:var(--green)}.vendor-photo img{width:100%;height:100%;object-fit:cover}.vendor-card-copy{min-width:0;flex:1}.vendor-card h3{margin:0;font-size:18px}.vendor-card p{margin:5px 0;font-size:13px}.distance{font-size:12px;font-weight:700;color:var(--green)}.arrow{font-size:28px;color:var(--green)}.vendor-cta{background:var(--red-dark);color:white;max-width:1120px;margin:40px auto;border-radius:28px;padding:45px;text-align:center}.vendor-cta h2{font-family:"Fraunces";font-size:40px;margin:10px}.vendor-cta p{max-width:600px;margin:0 auto 22px;color:#ffdfe0}

.storefront{background:#fff}.storefront .topbar{position:sticky;top:0}.store-hero{max-width:900px;margin:auto;padding:26px 22px 12px}.store-cover{width:100%;height:270px;object-fit:cover;border-radius:22px;margin-bottom:-55px}.store-identity{display:flex;align-items:end;gap:16px;position:relative}.store-logo{width:104px;height:104px;flex:0 0 104px;background:var(--green-soft);border:5px solid white;border-radius:25px;display:grid;place-items:center;font-family:"Fraunces";font-size:42px;color:var(--green);overflow:hidden;box-shadow:var(--shadow)}.store-logo img{width:100%;height:100%;object-fit:cover}.store-identity h1{font-family:"Fraunces";font-size:38px;margin:6px 0 2px}.store-identity p,.store-description{color:var(--muted);margin:0}.store-description{margin:20px 0 8px;max-width:700px}.location-line{font-size:14px;font-weight:700}.closed-banner{max-width:860px;margin:10px auto;background:#fff3d9;border-radius:14px;padding:14px 18px;display:flex;justify-content:space-between}.category-tabs{position:sticky;top:66px;z-index:10;background:rgba(255,255,255,.97);border-block:1px solid var(--line);padding:11px max(18px,calc((100vw - 860px)/2));display:flex;gap:10px;overflow:auto}.category-tabs a{white-space:nowrap;text-decoration:none;padding:8px 13px;border-radius:99px;background:#f0f5f2;font-weight:700;font-size:14px}.menu-sections{max-width:860px;margin:auto;padding:18px 20px 110px}.menu-category{scroll-margin-top:130px;margin-bottom:34px}.menu-category>header h2{font-size:25px;margin:0 0 5px}.menu-category>header p{color:var(--muted)}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.menu-item{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px;display:flex;text-align:left;min-height:140px;gap:12px;cursor:pointer}.menu-item:disabled{opacity:.62}.menu-item-copy{flex:1;min-width:0}.menu-item h3{font-size:17px;margin:0}.menu-item p{color:var(--muted);font-size:13px;margin:8px 0}.customize{font-size:12px;color:var(--green);font-weight:800}.item-photo{width:92px;height:92px;flex:0 0 92px;border-radius:14px;background:#fff4e4;display:grid;place-items:center;font-size:36px;overflow:hidden}.item-photo img{width:100%;height:100%;object-fit:cover}.cart-dock{position:fixed;z-index:30;bottom:calc(14px + var(--safe));left:50%;transform:translateX(-50%);width:min(620px,calc(100% - 28px));height:62px;border:0;border-radius:18px;background:var(--green-dark);color:white;padding:0 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 35px rgba(5,75,40,.35);font-weight:800}.sheet{border:0;padding:0;border-radius:24px;max-height:88vh;width:min(600px,calc(100% - 20px));box-shadow:0 30px 80px #0005}.sheet::backdrop{background:#12251bbd;backdrop-filter:blur(2px)}.sheet>.close-dialog,.sheet>form:first-child{position:absolute;right:10px;top:10px;z-index:2}.icon-button{border:0;background:#eef2ef;width:40px;height:40px;border-radius:50%;font-size:25px;cursor:pointer}.sheet-body{padding:30px 24px 24px;max-height:85vh;overflow:auto}.sheet-body h2{font-size:28px;margin:4px 0 22px}.item-sheet-photo{height:200px;margin:-30px -24px 20px;background:#fff0dd;overflow:hidden}.item-sheet-photo img{width:100%;height:100%;object-fit:cover}.modifier-group{border:0;padding:0;margin:22px 0}.modifier-group legend{font-weight:800;width:100%}.modifier-group legend small{float:right;color:var(--muted);font-weight:500}.choice-row,.check-row{display:flex!important;align-items:center!important;flex-direction:row!important;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-weight:500!important}.choice-row input,.check-row input{width:22px!important;height:22px!important;flex:0 0 22px}.choice-row span{margin-left:auto}.qty-row{display:flex;align-items:center;justify-content:center;gap:20px;margin:20px}.qty-row button{width:45px;height:45px;border:0;border-radius:50%;font-size:22px}.cart-line{padding:12px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:4px}.cart-line small{grid-column:1;color:var(--muted)}.cart-line button{grid-column:2;background:none;border:0;color:var(--red)}.cart-total-row{display:flex;justify-content:space-between;font-size:20px;padding:18px 0}.fine-print{color:var(--muted);font-size:12px}.center{text-align:center}.form-error{color:var(--red);font-weight:700;margin-top:10px}

label{display:flex;flex-direction:column;gap:7px;font-weight:700;margin:15px 0}label>span{color:var(--muted);font-size:12px;font-weight:500}input,textarea,select{width:100%;border:1px solid #cad5ce;border-radius:12px;background:#fff;padding:12px 13px;color:var(--ink);outline:none}input,select{min-height:48px}textarea{min-height:95px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(61,142,73,.1)}.input-prefix{display:flex;align-items:center;border:1px solid #cad5ce;border-radius:12px;overflow:hidden}.input-prefix span{padding-left:12px;color:var(--muted);font-size:13px}.input-prefix input{border:0;box-shadow:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-card,.form-panel{background:#fff;padding:28px;border-radius:24px;box-shadow:var(--shadow)}.auth-wrap{max-width:900px;margin:45px auto;display:grid;grid-template-columns:1fr 1fr;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.auth-intro{padding:50px 35px;background:linear-gradient(145deg,var(--green),var(--green-dark));color:white}.auth-intro h1{font-family:"Fraunces";font-size:48px}.auth-intro p{color:#d8ecdf}.auth-wrap .form-card{border-radius:0;box-shadow:none;padding:45px 35px}.form-switch{text-align:center;margin:20px 0 0;font-size:14px}.form-switch a{color:var(--green);font-weight:800}.onboarding-page{background:var(--green-dark)}.onboarding-wrap{max-width:640px;margin:35px auto;padding:0 16px}.onboarding-head{color:white}.onboarding-head h1{font-family:"Fraunces";font-size:42px;margin:9px 0}.progress{height:7px;background:#ffffff30;border-radius:9px;overflow:hidden}.progress span{display:block;height:100%;background:#ff9e90}.step-number{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:white;font-weight:800}.launch-card{background:var(--green-soft);border-radius:15px;padding:16px;margin:20px 0;display:flex;flex-direction:column;word-break:break-word}.location-map{height:360px}

.vendor-shell{padding-bottom:80px}.vendor-shell .topbar{display:none}.vendor-context{height:70px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(20px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between}.vendor-context>div{display:flex;flex-direction:column}.status-switch select{min-height:42px;border:0;font-weight:800;padding:7px 35px 7px 12px}.status-switch{margin:0}.status-open{background:var(--green-soft);color:var(--green-dark)}.status-paused{background:#fff1d9;color:#754b08}.status-closed{background:var(--red-soft);color:var(--red-dark)}.vendor-page{max-width:1200px;margin:auto;display:grid;grid-template-columns:190px 1fr;gap:28px;padding:28px 20px}.vendor-nav{display:flex;flex-direction:column;gap:5px;position:sticky;top:20px;align-self:start}.vendor-nav a{display:flex;align-items:center;gap:10px;text-decoration:none;padding:11px;border-radius:12px;font-weight:700;color:#59635d;font-size:14px}.vendor-nav a span{width:22px;text-align:center}.vendor-nav a.active{background:var(--green);color:white}.vendor-content{min-width:0}.section-heading h1,.orders-head h1{font-size:38px;margin:4px 0}.section-heading p{color:var(--muted);max-width:600px}.orders-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.orders-head h1 span{display:inline-grid;place-items:center;font-family:"DM Sans";font-size:14px;vertical-align:middle;background:var(--green);color:white;border-radius:99px;width:28px;height:28px}.live-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;background:#fff;border:1px solid var(--line);border-radius:99px;padding:7px 10px}.live-pill>span{width:8px;height:8px;border-radius:50%;background:#22a25e;box-shadow:0 0 0 4px #d9f4e5}.live-pill b{font-weight:500;color:var(--muted)}.order-board{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:start}.kitchen-card{background:#fff;border-radius:20px;border:1px solid var(--line);border-top:6px solid #dda02b;padding:18px;box-shadow:0 5px 18px #193d2920}.kitchen-card.status-paid{border-top-color:var(--green)}.kitchen-card.status-ready{border-top-color:#1979ba;background:#f6fbff}.kitchen-card header{display:flex;justify-content:space-between}.kitchen-card h2{font-size:25px;margin:3px 0}.order-age{font-size:12px;color:var(--muted);font-weight:700}.customer-name{font-size:20px;font-weight:800;border-block:1px solid var(--line);padding:11px 0;margin:8px 0}.order-items{padding:5px 0}.order-item-line{display:grid;grid-template-columns:1fr auto;gap:2px;padding:7px 0}.order-item-line small{grid-column:1;color:var(--muted);padding-left:18px}.order-item-line .note,.order-note{background:#fff6d9;color:#604b14;padding:7px 9px;border-radius:9px}.order-total{display:flex;justify-content:space-between;border-top:2px solid var(--ink);padding:10px 0;font-size:18px}.order-actions{display:flex;flex-direction:column}.workflow{height:62px;font-size:17px}.empty-state{text-align:center;padding:50px 20px;background:#fff;border:1px dashed #c8d5cd;border-radius:20px;grid-column:1/-1}.empty-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:28px;font-weight:800;margin:0 auto 15px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.centered{justify-content:center}.admin-category{background:#fff;border-radius:20px;padding:18px;margin:14px 0}.admin-category>div>span{color:var(--muted);font-size:13px}.admin-item{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--line)}.admin-item h3,.admin-item p{margin:0}.admin-item p{font-size:13px;color:var(--muted)}.mini-photo{width:55px;height:55px;border-radius:12px;background:#fff2de;display:grid;place-items:center;overflow:hidden}.mini-photo img{width:100%;height:100%;object-fit:cover}.toggle-sold{border:0;border-radius:99px;padding:9px 10px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:800}.toggle-sold.on{background:var(--red-soft);color:var(--red-dark)}.form-panel{max-width:700px}.option-field{display:grid;grid-template-columns:2fr 1fr;gap:8px;margin:8px 0}.qr-card{background:white;border-radius:24px;padding:30px;text-align:center;max-width:440px;margin:25px auto;box-shadow:var(--shadow)}#qr-code{display:flex;justify-content:center;margin:10px}#qr-code canvas,#qr-code img{max-width:100%;height:auto}.qr-card h2{margin:15px 0 0}.qr-card p{font-size:24px;font-weight:800;color:var(--green)}.qr-card small{word-break:break-all}.history-card{background:#fff;border-radius:16px;margin:10px 0;border:1px solid var(--line)}.history-card summary{padding:16px;display:flex;justify-content:space-between;cursor:pointer}.history-card summary>div{display:flex;flex-direction:column;gap:4px}.history-card summary>div:last-child{align-items:end}.history-card summary span{font-size:12px;color:var(--muted)}.history-body{padding:0 16px 16px;border-top:1px solid var(--line)}.audit-events{font-size:13px;color:var(--muted)}.audit-events span{display:inline-block;width:150px}.fee-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fee-summary>div{background:#fff;border-radius:18px;padding:22px;display:flex;flex-direction:column}.fee-summary strong{font-size:34px}.fee-summary small,.fee-summary span{color:var(--muted)}.ledger-row{display:flex;justify-content:space-between;background:white;border-bottom:1px solid var(--line);padding:15px}.ledger-row div{display:flex;flex-direction:column}.ledger-row span{font-size:12px;color:var(--muted)}.logout-panel{text-align:center;margin:25px}.center-card{max-width:520px;margin:80px auto;text-align:center;background:#fff;padding:40px;border-radius:24px}

.status-page{background:linear-gradient(180deg,#e8f3ec,#fff)}.status-page .topbar{background:transparent;border:0}.status-shell{max-width:600px;margin:25px auto;padding:20px;text-align:center}.status-shell>.live-pill{margin-bottom:25px}.status-icon{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:50px;font-weight:800;margin:0 auto 20px;box-shadow:0 12px 30px #3D8E4945}.status-shell.status-ready .status-icon{background:#147cbc;animation:pulse 2s infinite}.status-shell.status-cancelled .status-icon{background:var(--red)}.status-shell h1{font-family:"Fraunces";font-size:43px;margin:8px}.status-shell>p{color:var(--muted)}.order-number{background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px;margin:25px 0;display:flex;flex-direction:column}.order-number strong{font-size:39px;letter-spacing:.04em}.status-steps{list-style:none;padding:0;margin:30px 0;text-align:left}.status-steps li{position:relative;padding:11px 0 11px 50px;color:#8b948f}.status-steps li span{position:absolute;left:6px;top:7px;width:33px;height:33px;display:grid;place-items:center;border-radius:50%;background:#e7ece9;font-weight:800}.status-steps li.done,.status-steps li.current{color:var(--ink);font-weight:700}.status-steps li.done span{background:var(--green);color:#fff}.status-steps li.current span{box-shadow:0 0 0 4px #b9ddc7;background:white;color:var(--green)}.order-receipt{background:white;border-radius:16px;padding:15px;text-align:left}.order-receipt summary{font-weight:800;cursor:pointer}.keep-open{font-size:13px;margin:20px}.status-ready h1{color:#09649e}.status-ready{background:#eef8ff;border-radius:28px}.connection-lost{color:var(--red)!important}@keyframes pulse{50%{transform:scale(1.08);box-shadow:0 12px 45px #147cbc65}}

@media(max-width:760px){.topbar{height:60px;padding:0 16px}.hero{min-height:auto;display:block;padding:50px 22px 80px}.hero h1{font-size:45px}.hero p{font-size:16px}.hero-art{display:none}.market-wrap{margin:-35px 12px 0;padding:18px;border-radius:22px}.market-head{display:block}.search-box{min-width:0}.map{height:270px}.vendor-list,.menu-grid,.auth-wrap,.order-board,.fee-summary{grid-template-columns:1fr}.vendor-card{padding:10px}.vendor-photo{width:78px;height:78px;flex-basis:78px}.vendor-cta{margin:28px 12px;padding:34px 20px}.site-footer{margin-top:35px}.store-cover{height:190px}.store-logo{width:85px;height:85px;flex-basis:85px}.store-identity h1{font-size:30px}.closed-banner{margin:8px 14px;display:block}.closed-banner span{display:block;font-size:13px}.menu-sections{padding-inline:14px}.menu-item{min-height:132px}.item-photo{width:83px;height:83px;flex-basis:83px}.auth-wrap{margin:0;display:block;border-radius:0}.auth-intro{padding:35px 22px}.auth-intro h1{font-size:39px}.auth-wrap .form-card{padding:28px 20px}.vendor-shell{padding-bottom:145px}.vendor-context{height:64px;padding:0 14px}.vendor-page{display:block;padding:20px 12px}.vendor-nav{position:fixed;z-index:50;bottom:0;left:0;right:0;top:auto;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);padding:4px 4px calc(4px + var(--safe));box-shadow:0 -8px 25px #15281c18}.vendor-nav a{display:flex!important;flex-direction:column;justify-content:center;gap:0;padding:3px 2px;min-height:49px;font-size:10px}.vendor-nav a span{font-size:17px}.section-heading h1,.orders-head h1{font-size:31px}.kitchen-card{padding:15px}.form-card,.form-panel{padding:20px}.split{grid-template-columns:1fr}.history-card summary{gap:8px}.audit-events span{width:auto;display:block}.status-shell{margin:5px auto}.status-shell h1{font-size:36px}.status-icon{width:85px;height:85px}.order-number strong{font-size:34px}.sheet{width:100%;max-width:none;margin:auto 0 0;border-radius:24px 24px 0 0}.sheet[open]{position:fixed;top:auto;bottom:0}.onboarding-wrap{margin-top:20px}}@media print{body *{visibility:hidden}#qr-print,#qr-print *{visibility:visible}#qr-print{position:absolute;inset:0;margin:auto;box-shadow:none}.vendor-context,.vendor-nav,.site-footer{display:none}}

.orders-head-actions{display:flex;align-items:center;gap:10px}.connection-banner{position:sticky;top:0;z-index:70;margin:-10px 0 18px;background:#9e2028;color:#fff;border-radius:14px;padding:13px 18px;box-shadow:0 8px 24px #5004}.connection-banner strong,.connection-banner span{display:block}.connection-banner span{font-size:13px}.new-order-chip{vertical-align:middle;background:#d92f38;color:#fff;border-radius:7px;padding:4px 7px;font:800 11px "DM Sans";letter-spacing:.08em}.new-arrival{animation:new-order-arrival 1.1s ease-in-out 3;outline:4px solid #ffb423}@keyframes new-order-arrival{50%{transform:translateY(-3px);box-shadow:0 12px 30px #efa93066}}.app-update{position:fixed;z-index:120;right:16px;bottom:16px;background:#17231d;color:#fff;padding:12px 14px;border-radius:14px;display:flex;align-items:center;gap:14px;box-shadow:0 12px 35px #0005}.device-panel{margin-bottom:18px}.device-panel h2{margin:8px 0}.device-panel>p{color:var(--muted)}.device-setting{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 0;border-top:1px solid var(--line)}.device-setting>div{display:flex;flex-direction:column}.device-setting small{color:var(--muted);font-weight:400}.state-pill{flex:0 0 auto;border-radius:99px;background:#fff1d9;color:#704800;padding:5px 10px;font-size:12px;font-weight:800;text-transform:uppercase}.state-pill.on{background:var(--green-soft);color:var(--green-dark)}.state-pill.off{background:var(--red-soft);color:var(--red-dark)}.app-version{border-top:1px solid var(--line);padding-top:16px;margin-top:18px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.settings-form{margin-top:18px}.remember-row span{margin-left:0}.remember-row small{display:block;color:var(--muted);font-weight:400}.board-exit{position:fixed;z-index:90;top:max(10px,env(safe-area-inset-top));right:12px;background:#fff;color:#17231d;box-shadow:0 8px 25px #0007;min-height:48px}

.display-board{background:#14231b;padding-bottom:0}.display-board .vendor-context,.display-board .vendor-nav,.display-board .site-footer,.display-board #notification-offer{display:none}.display-board .vendor-page{display:block;max-width:none;margin:0;padding:14px}.display-board .vendor-content{width:100%}.display-board .orders-head{color:#fff;min-height:62px;padding-right:205px}.display-board .orders-head .eyebrow{color:#9dd8b4}.display-board .orders-head h1{font-size:42px}.display-board .order-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.display-board .kitchen-card{border-radius:16px;padding:20px;font-size:18px;overflow-wrap:anywhere}.display-board .kitchen-card header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.display-board .kitchen-card .chip{white-space:nowrap;align-self:start;flex-shrink:0}.display-board .kitchen-card h2{font-size:30px;letter-spacing:-.02em}.display-board .order-age{font-size:15px}.display-board .customer-name{font-size:25px}.display-board .order-item-line{padding:9px 0}.display-board .order-item-line small{font-size:15px}.display-board .order-total{font-size:23px}.display-board .workflow{height:72px;font-size:22px}.display-board .cancel-action{display:none}.display-board .empty-state{min-height:55vh;display:flex;flex-direction:column;justify-content:center}.display-board .connection-banner{top:8px}.display-board .app-update{bottom:14px}
@media(max-width:1050px){.display-board .order-board{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.orders-head{align-items:flex-start;gap:12px}.orders-head-actions{align-items:flex-end;flex-direction:column}.orders-head-actions .button{min-height:44px;padding:0 12px}.notice.action{align-items:flex-start;flex-direction:column}.notice.action .button{width:100%}.device-setting{align-items:flex-start}.app-version{flex-direction:column}.display-board .vendor-page{padding:8px}.display-board .orders-head{padding:58px 2px 5px;display:flex;align-items:flex-end}.display-board .orders-head h1{font-size:33px}.display-board .orders-head-actions{display:block}.display-board .order-board{grid-template-columns:1fr;gap:12px}.display-board .kitchen-card{padding:17px;font-size:17px}.display-board .kitchen-card h2{font-size:28px}.display-board .workflow{height:68px}.display-board .board-exit{left:10px;right:10px;width:calc(100% - 20px)}.display-board .app-update{bottom:10px}}
.language-switch{max-width:860px;margin:12px auto;text-align:right;padding:0 20px;font-weight:800}.language-switch a{padding:8px}.language-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.language-fields fieldset{border:1px solid var(--line);border-radius:14px}.translation-missing{color:#a54b00;font-weight:700}.option-field{grid-template-columns:1fr 1fr .7fr}@media(max-width:760px){.language-fields{grid-template-columns:1fr}.option-field{grid-template-columns:1fr}.display-board .workflow{white-space:normal;overflow-wrap:anywhere}}

/* Canonical OrderAhead.now brand system */
.brand-identity{display:inline-flex;align-items:center;gap:8px;max-width:100%}.brand-symbol{display:inline-grid;place-items:center;flex:0 0 auto;width:44px;height:44px}.brand-symbol img{display:block;width:100%;height:100%;object-fit:contain}.brand-name{font-size:20px;font-weight:800;line-height:1;letter-spacing:-.03em;white-space:nowrap}.brand-name span{color:var(--green)}.brand-name b{color:var(--red);font-weight:800}.brand-logo .brand-symbol{width:42px;height:42px}.site-footer>a{display:block;text-decoration:none}.footer-logo .brand-symbol{width:32px;height:32px;padding:4px;border-radius:10px}.footer-logo .brand-name{font-size:14px}.hero{background:linear-gradient(135deg,#0C0E10,#1b241d)}.hero-brand,.auth-brand,.onboarding-brand{display:flex;width:max-content}.hero-brand{margin-bottom:26px}.hero-brand .brand-symbol{width:76px;height:76px}.hero-brand .brand-name{color:var(--cream);font-size:31px}.auth-intro{background:linear-gradient(145deg,#0C0E10,#263029)}.auth-brand{margin-bottom:42px}.auth-brand .brand-symbol{width:64px;height:64px}.auth-brand .brand-name,.onboarding-brand .brand-name{color:var(--cream);font-size:25px}.onboarding-page{background:#0C0E10}.onboarding-brand{margin-bottom:28px}.onboarding-brand .brand-symbol{width:60px;height:60px}.onboarding-page .footer-logo .brand-name{color:var(--cream)}.vendor-context>.vendor-identity{display:flex;flex-direction:row;align-items:center;gap:11px}.vendor-identity>a{display:block;line-height:0}.vendor-identity>div{display:flex;flex-direction:column;min-width:0}.vendor-brand .brand-symbol{width:42px;height:42px}.device-panel{position:relative;margin-bottom:18px;padding-right:112px}.device-panel>.eyebrow,.device-panel>h2,.device-panel>p{max-width:470px}#qr-code canvas{background:#fff}.qr-card{overflow:hidden}
@media(max-width:760px){.brand-logo{gap:6px}.brand-logo .brand-symbol{width:38px;height:38px}.brand-logo .brand-name{font-size:18px}.footer-logo .brand-name{font-size:13px}.site-footer{align-items:center;gap:14px}.hero-brand{margin-bottom:22px}.hero-brand .brand-symbol{width:60px;height:60px}.hero-brand .brand-name{font-size:25px}.auth-brand{margin-bottom:30px}.auth-brand .brand-symbol{width:54px;height:54px}.auth-brand .brand-name,.onboarding-brand .brand-name{font-size:22px}.onboarding-brand .brand-symbol{width:52px;height:52px}.vendor-context>.vendor-identity{max-width:60%}.vendor-identity>div{overflow:hidden}.vendor-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendor-brand .brand-symbol{width:38px;height:38px}.device-panel{padding-right:88px}}
@media(max-width:350px){.brand-logo .brand-symbol{width:34px;height:34px}.brand-logo .brand-name{font-size:16px}.header-action{font-size:12px}.vendor-context>.vendor-identity{max-width:56%}.site-footer{align-items:flex-start;flex-direction:column}}

/* Polished bilingual component contracts. */
.button{-webkit-appearance:none;appearance:none;isolation:isolate;min-height:48px;border:1px solid transparent;border-radius:14px;padding:0 20px;line-height:1.15;white-space:normal;text-align:center}
.button:hover:not(:disabled){filter:brightness(.97);transform:translateY(-1px)}
.button:focus-visible,.icon-button:focus-visible,.toggle-sold:focus-visible,.language-switch a:focus-visible,.language-choice label:has(input:focus-visible){outline:3px solid rgba(20,124,188,.35);outline-offset:2px}
.button:disabled,.icon-button:disabled,.toggle-sold:disabled{cursor:not-allowed;opacity:.5;transform:none;filter:none}
.button.secondary{border-color:#cfe4d7;background:#eef8f2}.button.destructive{background:var(--red);color:#fff;box-shadow:0 7px 18px rgba(204,45,54,.18)}
.icon-button{-webkit-appearance:none;appearance:none;display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:50%;background:#f4f7f5;color:var(--ink);font-weight:700;line-height:1;box-shadow:0 2px 7px rgba(20,45,31,.08)}
.toggle-sold{-webkit-appearance:none;appearance:none;min-height:44px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;cursor:pointer}.toggle-sold span{width:9px;height:9px;border-radius:50%;background:currentColor}
input,textarea,select{-webkit-appearance:none;appearance:none;min-height:50px;border:1px solid #c9d7ce;border-radius:13px;background-color:#fff;transition:border-color .15s,box-shadow .15s,background .15s}
select{background-image:linear-gradient(45deg,transparent 50%,#53635a 50%),linear-gradient(135deg,#53635a 50%,transparent 50%);background-position:calc(100% - 18px) 21px,calc(100% - 13px) 21px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:40px}
input[type=checkbox],input[type=radio]{appearance:auto;-webkit-appearance:auto;width:22px;min-height:22px;height:22px;accent-color:var(--green);padding:0}
input[type=file]{padding:8px;background:#f8faf9}input[type=file]::file-selector-button{min-height:34px;border:0;border-radius:9px;background:var(--green-soft);color:var(--green-dark);font:700 13px "DM Sans",sans-serif;padding:0 12px;margin-right:10px;cursor:pointer}
.language-switch{display:flex;align-items:center;justify-content:flex-end;gap:4px}.language-switch span{color:#a2aca6}.language-switch a{text-decoration:none;min-width:44px;min-height:40px;display:inline-grid;place-items:center;border-radius:99px;color:var(--muted)}.language-switch a.active,.language-switch a[aria-current=page]{background:var(--green);color:#fff;box-shadow:0 5px 14px rgba(8,120,62,.18)}
.store-language-wrap{max-width:900px;margin:0 auto}.store-language-wrap .language-switch{margin:10px 0 0}
.language-fields{align-items:start;margin:16px 0 22px}.language-fields fieldset,.choice-links,.option-list{min-width:0;margin:0;border:1px solid var(--line);border-radius:17px;background:#fbfdfb;padding:14px}.language-fields legend,.choice-links legend,.option-list legend{padding:0 7px;font-weight:800;color:var(--green-dark)}.language-fields legend span{display:inline-grid;place-items:center;min-width:30px;height:25px;border-radius:7px;background:var(--green);color:#fff;font-size:11px;letter-spacing:.05em;margin-right:4px}.language-fields label{margin:10px 0}
.option-field{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(110px,.55fr);align-items:end}.option-field label{margin:0}.option-field label>span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.money-input{display:flex;align-items:center;border:1px solid #c9d7ce;border-radius:13px;background:#fff;overflow:hidden}.money-input>span{padding-left:14px;color:var(--muted);font-weight:800}.money-input input{border:0;box-shadow:none}.file-field{padding:13px;border:1px dashed #b9c9bf;border-radius:14px;background:#fbfdfb;position:relative;overflow:hidden}.file-field input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-control{margin-top:8px;min-height:50px;display:flex;align-items:center;gap:12px;border:1px solid #c9d7ce;border-radius:13px;padding:8px;background:#fff}.file-control b{flex:0 0 auto;background:var(--green-soft);color:var(--green-dark);border-radius:9px;padding:8px 12px;font-size:13px}.file-control small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-field:focus-within{outline:3px solid rgba(20,124,188,.35);outline-offset:2px}
.language-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.language-choice label{position:relative;margin:0;cursor:pointer}.language-choice input{position:absolute;inset:0;width:100%!important;height:100%!important;opacity:0;cursor:pointer;z-index:1}.language-choice span{min-height:52px;border:1px solid #c9d7ce;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--ink);font-size:14px;pointer-events:none}.language-choice b{color:var(--green)}.language-choice label:has(input:checked) span{border-color:var(--green);background:var(--green-soft);box-shadow:0 0 0 2px rgba(61,142,73,.1)}
.check-row>span{display:flex;flex-direction:column;gap:3px;min-width:0}
.language-setting{border:0;padding:0;margin:0 0 18px}.language-setting>legend{font-weight:800;margin-bottom:9px}.language-setting>small{display:block;color:var(--muted);margin-top:7px}
.sheet{overflow:visible;background:#fff}.sheet[open]{animation:sheet-in .18s ease-out}.sheet>.sheet-body,.sheet>form.sheet-body{border-radius:inherit}.sheet>form:first-child{margin:0}.sheet .button.full{margin-top:18px}@keyframes sheet-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.kitchen-card .order-actions .button{width:100%}.kitchen-card .chip{max-width:145px;text-align:center;justify-content:center}.display-board .workflow{min-height:72px}.display-board .chip{font-size:12px}
.settings-form>label>small{color:var(--muted);font-weight:500;margin-top:4px}.auth-language .language-switch{justify-content:center;margin:18px 0 0;padding:0}
@media(max-width:760px){.language-fields{grid-template-columns:1fr}.option-field{grid-template-columns:1fr}.language-choice{grid-template-columns:1fr 1fr}.store-language-wrap .language-switch{padding-inline:14px}.sheet-body{padding:28px 20px 24px}.button{min-height:48px}.kitchen-card .chip{max-width:120px}.display-board .workflow{font-size:20px}}
button{min-height:44px}
.button.text{min-height:44px}
.leaflet-control-zoom{border:0!important;border-radius:13px!important;overflow:hidden;box-shadow:0 5px 16px rgba(20,45,31,.18)!important}.leaflet-control-zoom a{width:44px!important;height:44px!important;line-height:44px!important;font-family:"DM Sans",sans-serif!important;color:var(--green-dark)!important;border-color:var(--line)!important}.display-board .orders-head{padding-right:285px}@media(max-width:600px){.display-board .orders-head{padding:58px 2px 5px}}

/* Product polish: transparent marks float cleanly; app tiles remain OS/install-only. */
body{background:#f6f8f7}.brand-symbol{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.brand-symbol img{filter:drop-shadow(0 1px 1px rgba(12,14,16,.2))}.footer-logo .brand-symbol{width:30px;height:30px;padding:0;border-radius:0}.footer-logo{gap:7px}.site-footer>a{display:inline-flex}.vendor-context{border-bottom-color:#cfd9d2;background:rgba(255,255,255,.98);box-shadow:0 3px 14px rgba(12,14,16,.055)}.vendor-context>.vendor-identity{gap:12px}.vendor-brand .brand-symbol{width:40px;height:40px}.vendor-identity .eyebrow{color:#397342;font-size:10px;letter-spacing:.15em}.vendor-identity strong{font-size:15px;line-height:1.2}.form-card,.form-panel{border-color:#d4ddd7;border-radius:20px;box-shadow:0 8px 24px rgba(12,14,16,.055)}
.device-panel{overflow:hidden;padding:24px 112px 22px 24px;border-color:#cbd8cf;background:linear-gradient(145deg,#fff 0%,#fbfdfb 100%)}.settings-app-icon{position:absolute;right:24px;top:24px;width:68px;height:68px;border:1px solid rgba(12,14,16,.16);border-radius:16px;box-shadow:0 8px 20px rgba(12,14,16,.16)}.device-panel>h2{margin:7px 0 8px;font-size:25px}.device-panel>p{line-height:1.45}.device-setting{border-top-color:#cfd9d2}.state-pill{border:1px solid #e8d5ae;background:#fff8e8}.state-pill.on{border-color:#bed8c4}.state-pill.off{border-color:#f0c3c6}.notice.subtle{border:1px solid #d8e2db;border-left:3px solid var(--green);background:#f8fbf9}.app-version{border-top-color:#cfd9d2}
#qr-code{width:100%;display:grid;place-items:center}#qr-code canvas{display:block;width:min(100%,360px);height:auto;background:#fff;image-rendering:auto}.qr-card{border:1px solid #d3ddd6;box-shadow:0 10px 30px rgba(12,14,16,.07)}
.map,.location-map{border:1px solid #cbd7cf;background:#e7ebe8;box-shadow:0 7px 22px rgba(12,14,16,.08)}.leaflet-tile-pane{opacity:1}.vendor-nav{border-right-color:#d2dcd5}.vendor-nav a{color:#4c5951}.vendor-nav a.active{box-shadow:0 5px 14px rgba(61,142,73,.16)}
@media(max-width:760px){.vendor-context{height:62px}.vendor-brand .brand-symbol{width:36px;height:36px}.device-panel{padding:21px 86px 20px 19px}.settings-app-icon{right:18px;top:20px;width:54px;height:54px;border-radius:13px}.device-panel>h2{font-size:22px}.location-map{height:310px}.vendor-nav{gap:2px;padding:6px 5px calc(6px + var(--safe));background:rgba(255,255,255,.985)}.vendor-nav a{min-height:52px;padding:4px 1px;line-height:1.1;text-align:center}.vendor-nav a span{width:24px;height:23px;display:grid;place-items:center;margin:auto}.vendor-nav a.active{border-radius:12px}.footer-logo .brand-symbol{width:28px;height:28px}}
@media(max-width:350px){.vendor-nav a{font-size:9px}.vendor-nav a span{font-size:16px}.device-panel{padding-right:78px}.settings-app-icon{right:15px;width:50px;height:50px}}
.status-switch{display:flex!important;align-items:flex-end!important}.status-switch small{max-width:220px;color:var(--muted);font-size:10px;text-align:right;line-height:1.2}.settings-section{margin:0 0 14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 6px 20px rgba(12,14,16,.045);overflow:hidden}.settings-section>summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:800}.settings-section>summary::-webkit-details-marker{display:none}.settings-section>summary:after{content:'+';font-size:22px;color:var(--green)}.settings-section[open]>summary:after{content:'−'}.settings-body{border-top:1px solid var(--line);padding:18px 20px}.weekly-hours{display:grid;gap:8px}.hours-row{display:grid;grid-template-columns:minmax(115px,1fr) minmax(100px,.7fr) auto minmax(100px,.7fr);align-items:center;gap:8px}.hours-row label{margin:0}.hours-row input[type=time]{min-width:0;padding:9px}.day-toggle{display:flex;align-items:center;gap:8px;font-weight:700}.saved-location-list{display:grid;gap:10px}.saved-location-card{display:flex;justify-content:space-between;align-items:center;gap:14px;border:1px solid var(--line);border-radius:15px;background:#fff;padding:14px}.saved-location-card>div:first-child{display:flex;flex-direction:column}.saved-location-card small{color:var(--muted)}.service-state{display:flex;justify-content:space-between;align-items:center;gap:14px}.service-state form{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.fulfillment-choice,.tip-choice{border:0;padding:0;margin:16px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.fulfillment-choice legend,.tip-choice legend{grid-column:1/-1;font-weight:800;margin-bottom:5px}.tip-choice{grid-template-columns:repeat(4,1fr)}.fulfillment-choice label,.tip-choice label{position:relative;margin:0}.fulfillment-choice input,.tip-choice input{position:absolute;opacity:0}.fulfillment-choice span,.tip-choice span{display:grid;place-items:center;min-height:48px;border:1px solid #c9d7ce;border-radius:12px;background:#fff;font-weight:700}.fulfillment-choice label:has(input:checked) span,.tip-choice label:has(input:checked) span{border-color:var(--green);background:var(--green-soft);color:var(--green-dark);box-shadow:0 0 0 2px rgba(61,142,73,.1)}.fulfillment-chip{display:inline-flex;border-radius:99px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:800;padding:5px 10px}.pickup-line{border-left:3px solid var(--green);padding-left:12px}.business-settings{max-width:820px}.profile-form{max-width:680px}
@media(max-width:760px){.status-switch small{display:none}.settings-section>summary{padding:16px}.settings-body{padding:16px}.hours-row{grid-template-columns:1fr 1fr auto 1fr}.hours-row .day-toggle{grid-column:1/-1;flex-direction:row;justify-content:flex-start}.service-state{align-items:flex-start;flex-direction:column}.service-state form{justify-content:flex-start}.saved-location-card{align-items:flex-start;flex-direction:column}.tip-choice{grid-template-columns:repeat(2,1fr)}}
.service-state .button.small{min-height:44px}
.print-assets{margin-top:36px;padding-top:30px;border-top:1px solid var(--line)}.print-assets-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.print-assets-heading h2{font-size:30px;margin:6px 0}.print-assets-heading p{max-width:620px;color:var(--muted);margin:0}.print-quality-badge{flex:0 0 auto;border:1px solid #b9d1c0;border-radius:99px;background:#f3faf5;color:var(--green-dark);padding:7px 11px;font-size:10px;font-weight:800;letter-spacing:.08em}.print-language{border:0;padding:0;margin:20px 0}.print-language legend{font-weight:800;margin-bottom:8px}.segmented{display:inline-grid;grid-template-columns:1fr 1fr;border:1px solid #c9d7ce;border-radius:13px;background:#fff;padding:4px}.segmented label{position:relative;margin:0}.segmented input{position:absolute;opacity:0}.segmented span{display:grid;place-items:center;min-width:120px;min-height:42px;border-radius:9px;font-weight:700;cursor:pointer}.segmented label:has(input:checked) span{background:var(--green);color:#fff;box-shadow:0 4px 12px rgba(61,142,73,.2)}.print-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.print-product{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;padding:16px;border:1px solid #d3ddd6;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(12,14,16,.045)}.print-preview{height:220px;display:grid;place-items:center;border:1px solid #d9e0db;border-radius:10px;background:#edf1ee;padding:9px;overflow:hidden}.print-preview img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 4px 7px rgba(12,14,16,.14))}.print-preview.card img{width:100%}.print-product-copy{min-width:0;display:flex;flex-direction:column}.print-product-copy h3{margin:3px 0 0;font-size:18px}.print-product-copy>span{font-size:12px;font-weight:700;color:var(--green-dark)}.print-product-copy p{font-size:13px;color:var(--muted);margin:8px 0 12px;flex:1}.print-product-copy .button{min-height:42px;font-size:13px}.print-note{margin:16px 0 0;color:var(--muted);font-size:12px}.print-brand-controls{border:1px solid var(--line);border-radius:14px;background:#fff;margin:16px 0;padding:0 15px}.print-brand-controls summary{cursor:pointer;padding:13px 0;font-weight:800}.print-brand-controls form{border-top:1px solid var(--line);padding:13px 0 16px}.print-brand-controls p{font-size:13px;color:var(--muted)}.brand-color-row{display:flex;align-items:flex-end;gap:12px}.brand-color-row label{margin:0;flex:1}.brand-color-row input[type=color]{width:100%;height:48px;padding:5px}.brand-color-row .button{flex:0 0 auto}
.print-style{margin:22px 0}.print-style fieldset{border:0;padding:0;margin:0}.print-style legend{font-weight:850;font-size:17px}.print-style fieldset>p{margin:4px 0 12px;color:var(--muted);font-size:13px}.print-style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.print-style-grid label{position:relative;margin:0;cursor:pointer}.print-style-grid input{position:absolute;opacity:0}.print-style-card{display:grid;grid-template-columns:84px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:12px;min-height:94px;padding:10px;border:1px solid #ced8d1;border-radius:15px;background:#fff;transition:border-color .15s,box-shadow .15s,transform .15s}.print-style-card img{grid-row:1/3;width:84px;aspect-ratio:1.75;object-fit:contain;background:#e9eeeb;border-radius:7px;box-shadow:0 3px 8px rgba(12,14,16,.12)}.print-style-card b{align-self:end}.print-style-card small{align-self:start;color:var(--muted);line-height:1.3}.print-style-grid label:has(input:checked) .print-style-card{border-color:var(--green);box-shadow:0 0 0 2px rgba(61,142,73,.18),0 7px 18px rgba(12,14,16,.07);transform:translateY(-1px)}.print-style-grid label:has(input:focus-visible) .print-style-card{outline:3px solid rgba(61,142,73,.3);outline-offset:2px}.print-style-save{margin-top:12px}
@media(max-width:900px){.print-product-grid{grid-template-columns:1fr}.print-product{grid-template-columns:200px minmax(0,1fr)}.print-preview{height:260px}.print-style-card{display:block}.print-style-card img{width:100%;margin-bottom:9px}.print-style-card b,.print-style-card small{display:block}}@media(max-width:620px){.print-style-grid{grid-template-columns:1fr}.print-style-card{display:grid;grid-template-columns:120px minmax(0,1fr);min-height:92px}.print-style-card img{grid-row:1/3;width:120px;margin:0}.print-product{grid-template-columns:140px minmax(0,1fr)}.print-preview{height:205px}}@media(max-width:520px){.print-assets-heading{display:block}.print-quality-badge{display:inline-block;margin-top:12px}.print-product{grid-template-columns:125px minmax(0,1fr);gap:13px;padding:12px}.print-preview{height:180px;padding:6px}.segmented{display:grid}.segmented span{min-width:105px}.brand-color-row{display:grid;grid-template-columns:1fr 1fr}.brand-color-row .button{grid-column:1/-1}.print-product-copy h3{font-size:16px}}@media(max-width:390px){.print-product{display:block}.print-preview{height:235px;margin-bottom:13px}.print-preview.card{height:175px}.print-product-copy p{min-height:0}.segmented{width:100%}.segmented span{min-width:0}.print-style-card{grid-template-columns:98px minmax(0,1fr)}.print-style-card img{width:98px}}

/* Trial pricing and direct customer payment handoffs. */
.commerce-panel{max-width:820px;margin-bottom:20px;border-color:#bdd5c4}.trial-banner{display:flex;flex-direction:column;gap:3px;margin:-20px -20px 22px;padding:18px 20px;border-radius:19px 19px 0 0;background:linear-gradient(135deg,#0d6d38,#219253);color:#fff}.trial-banner>span{font-size:11px;font-weight:850;letter-spacing:.12em}.trial-banner>strong{font-size:22px}.trial-banner>small{color:#d9f5e4}.trial-banner.ended{background:linear-gradient(135deg,#252d28,#48534c)}.payment-method-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.payment-method-setting{margin:0;padding:0;border:1px solid #cfdbd3;border-radius:15px;background:#fbfdfb;overflow:hidden}.payment-method-setting.is-enabled{border-color:#78b98b;background:#f7fcf8;box-shadow:0 0 0 2px rgba(61,142,73,.09)}.payment-method-head{display:flex;align-items:center;gap:10px;min-height:58px;margin:0;padding:12px 14px;cursor:pointer}.payment-method-head>span{display:flex;flex-direction:column}.payment-method-head input{width:21px;height:21px;accent-color:var(--green)}.payment-method-head small,.payment-method-config small{color:var(--muted);font-size:11px}.payment-method-config{display:none;padding:2px 14px 14px;border-top:1px solid #e1e8e3}.payment-method-setting.is-enabled .payment-method-config{display:block}.payment-method-config label{margin-top:12px}.payment-method-config textarea{min-height:72px}.pricing-choice{border:0;padding:0;margin:22px 0}.pricing-choice>legend{font-size:17px;font-weight:850}.pricing-choice>p{color:var(--muted);font-size:13px}.pricing-choice>label{position:relative;display:block;margin:8px 0}.pricing-choice>label>input{position:absolute;opacity:0}.pricing-choice>label>span{display:flex;flex-direction:column;gap:3px;padding:14px 16px;border:1px solid #cbd8cf;border-radius:14px;background:#fff}.pricing-choice>label>span small{color:var(--muted)}.pricing-choice>label:has(input:focus-visible)>span{outline:3px solid rgba(20,124,188,.35)}.pricing-choice>label:has(input:checked)>span{border-color:var(--green);background:var(--green-soft);box-shadow:0 0 0 2px rgba(61,142,73,.13)}.business-settings label:has(input[name=venmo_username]),.business-settings label:has(input[name=public_phone]),.business-settings label:has(input[name=public_email]),.business-settings label:has(input[name=show_phone]),.business-settings label:has(input[name=show_email]){display:none}.onboarding-pricing{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
.public-profile-panel{max-width:820px;margin-bottom:20px}.public-profile-panel hr{border:0;border-top:1px solid var(--line);margin:24px 0}.contact-setting-grid,.social-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-visibility{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-contact-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.store-contact-links a{display:inline-flex;padding:8px 11px;border-radius:99px;background:var(--green-soft);color:var(--green-dark);font-size:13px;font-weight:750;text-decoration:none}.store-links{max-width:860px;margin:8px auto 18px;padding:0 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-link-group{padding:17px;border:1px solid var(--line);border-radius:18px;background:#f9fbfa}.store-link-group h2{font-size:20px;margin:4px 0}.store-link-group p{font-size:13px;color:var(--muted);margin-bottom:11px}.accepted-payment-list,.social-link-list{display:flex;flex-wrap:wrap;gap:8px}.accepted-payment,.social-link-list a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:7px 11px;border:1px solid #d2ddd5;border-radius:11px;background:#fff;font-size:13px;font-weight:750;text-decoration:none}.social-link-list a b{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:var(--ink);color:#fff}.manual-payment-handoff{margin-top:14px;padding:16px;border-radius:15px;background:#f1f6f3}.manual-payment-handoff h3{margin-bottom:10px}
.payment-required .status-icon{background:#d08312}.payment-required-panel{margin:18px 0;padding:20px;border:1px solid #e4c681;border-radius:20px;background:#fffaf0;text-align:left}.payment-required-panel h2{text-align:center;font-size:20px}.payment-buttons{display:grid;gap:10px}.payment-provider{font-size:17px;font-weight:850}.provider-venmo{background:#3d95ce;color:#fff}.provider-cash_app{background:#101211;color:#fff}.provider-zelle{background:#6d1ed4;color:#fff}.zelle-handoff{margin-top:16px;padding:16px;border-radius:15px;background:#fff;border:1px solid #d8c5ee}.zelle-handoff dl{margin:8px 0}.zelle-handoff dl>div{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid var(--line)}.zelle-handoff dt{color:var(--muted)}.zelle-handoff dd{margin:0;font-weight:800;overflow-wrap:anywhere}.cart-breakdown-row,.receipt-fee,.receipt-total{display:flex;justify-content:space-between;padding:9px 0}.cart-breakdown-row.convenience,.receipt-fee{color:#4c6555}.receipt-total{border-top:2px solid var(--ink);font-size:18px}.payment-selected-pill{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:2px 0 7px;padding:6px 10px;border-radius:99px;background:#e9f6ed;color:#126634;font-size:12px;font-weight:850}.payment-selected-pill.none{background:#f2f3f2;color:#616a64}.display-board .payment-selected-pill{font-size:14px;padding:7px 11px}.display-board .payment-selected-pill.selected{text-transform:uppercase}
@media(max-width:760px){.payment-method-list,.contact-setting-grid,.social-settings-grid,.contact-visibility,.store-links{grid-template-columns:1fr}.commerce-panel{padding:20px}.payment-required-panel{padding:16px}.status-shell.payment-required h1{font-size:34px}.payment-provider{min-height:58px}.display-board .payment-selected-pill{font-size:13px}}
.zelle-handoff dd{min-width:0;font-size:14px}

/* Weekly vendor settlements and reusable copy controls. */
.vendor-context-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.weekly-balance-indicator{display:flex;flex-direction:column;align-items:flex-end;padding:7px 11px;border:1px solid #d8b45f;border-radius:12px;background:#fff8e5;color:#6e4700;text-decoration:none;line-height:1.15}.weekly-balance-indicator span{font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.weekly-balance-indicator strong{font-size:14px}.weekly-balance-indicator.overdue{border-color:#e2a2a5;background:var(--red-soft);color:var(--red-dark)}
.settlement-modal{position:fixed;z-index:140;inset:0;display:grid;place-items:center;padding:18px}.settlement-modal-backdrop{position:absolute;inset:0;background:rgba(8,13,10,.72);backdrop-filter:blur(3px)}.settlement-modal-panel{position:relative;width:min(100%,590px);max-height:calc(100dvh - 36px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 25px 80px #0008}.settlement-modal-panel .weekly-settlement-card{margin:0;border:0;border-radius:24px 24px 0 0;box-shadow:none}.settlement-dismiss{display:block;margin:4px auto 10px}
.weekly-settlement-card{max-width:760px;margin:0 0 22px;padding:24px;border:1px solid #d6bd77;border-radius:22px;background:linear-gradient(145deg,#fffdf7,#fff8e7);box-shadow:0 12px 34px rgba(79,55,9,.11)}.weekly-settlement-card.overdue{border-color:#df9ca0;background:linear-gradient(145deg,#fff,#fff0f1)}.settlement-total{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:10px 0}.settlement-total>div{display:flex;flex-direction:column;gap:5px}.settlement-total>div strong{font-size:22px}.settlement-total>div span{color:var(--muted)}.settlement-total>b{font-family:"Fraunces",serif;font-size:31px;color:#754b00;text-align:right}.overdue .settlement-total>b{color:var(--red-dark)}.settlement-reference{font-weight:850;letter-spacing:.03em}.settlement-breakdown{display:grid;gap:6px;margin:14px 0;color:#435149;font-size:14px}.settlement-choose{margin:20px 0 10px;font-weight:850}.settlement-payment-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settlement-payment-buttons .button{min-height:58px;font-size:16px;font-weight:850}.settlement-handoff-feedback{min-height:22px;margin-top:9px;color:var(--green-dark);font-weight:750;text-align:center}.copy-detail-list{display:grid;gap:8px;margin:12px 0}.copy-detail-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px;border:1px solid var(--line);border-radius:13px;background:#fff}.copy-detail-row>div{display:flex;flex-direction:column;min-width:0}.copy-detail-row span{color:var(--muted);font-size:12px}.copy-detail-row strong{overflow-wrap:anywhere}.copy-detail-row .button{flex:0 0 auto;min-width:82px}.settlement-zelle{margin-top:15px}.settlement-history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.settlement-history-card{padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff}.settlement-history-card .row>div{display:flex;flex-direction:column;gap:4px}.settlement-history-card small{color:var(--muted)}.settlement-status{border-radius:99px;padding:6px 9px;background:#eef1ef;color:#455249;font-size:11px;font-weight:850;text-transform:uppercase}.settlement-status.status-paid{background:var(--green-soft);color:var(--green-dark)}.settlement-status.status-overdue{background:var(--red-soft);color:var(--red-dark)}.settlement-history-metrics{display:flex;justify-content:space-between;gap:10px;margin:17px 0;padding-top:14px;border-top:1px solid var(--line)}.settlement-history-metrics strong{font-size:22px}.settlement-history-card dl{margin:0}.settlement-history-card dl>div{display:flex;justify-content:space-between;gap:8px;padding-top:7px}.settlement-history-card dt{color:var(--muted)}.settlement-history-card dd{margin:0;font-weight:750}
@media(max-width:760px){.vendor-context-actions{gap:5px}.weekly-balance-indicator{padding:6px 8px}.weekly-balance-indicator span{display:none}.weekly-balance-indicator strong{font-size:12px}.settlement-modal{padding:10px}.settlement-modal-panel{max-height:calc(100dvh - 20px);border-radius:20px}.weekly-settlement-card{padding:19px}.settlement-total{display:block}.settlement-total>b{display:block;margin-top:12px;text-align:left;font-size:29px}.settlement-payment-buttons{grid-template-columns:1fr}.settlement-payment-buttons .button{min-height:58px}.settlement-history-list{grid-template-columns:1fr}.copy-detail-row{padding:9px}.status-switch select{min-width:92px}}
@media(max-width:410px){.vendor-context>.vendor-identity{max-width:46%}.weekly-balance-indicator strong{font-size:11px}.status-switch select{min-width:82px;padding-left:8px}.copy-detail-row .button{min-width:76px;padding-inline:10px}}
.vendor-context>.vendor-context-actions{flex-direction:row}

/* Provider-aware direct-to-vendor payment handoff cards. */
[data-hosted-template-field][hidden]{display:none}.payment-method-cards{display:grid;gap:13px}.payment-method-card{min-width:0;padding:15px;border:1px solid #dfcfaa;border-radius:16px;background:#fff;box-shadow:0 5px 15px rgba(56,39,5,.05)}.payment-method-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.payment-method-card h3{margin:0;font-size:19px}.payment-method-card header small{display:block;max-width:310px;margin-top:3px;color:#657269;font-size:11px;line-height:1.35}.payment-method-card header>span{flex:0 0 auto;font-size:18px;font-weight:900}.payment-method-card dl{margin:0 0 12px}.payment-method-card dl>div{display:grid;grid-template-columns:minmax(78px,.55fr) minmax(0,1.45fr);gap:10px;padding:7px 0;border-top:1px solid #edf0ee}.payment-method-card dt{color:var(--muted);font-size:12px}.payment-method-card dd{min-width:0;margin:0;font-size:13px;font-weight:800;overflow-wrap:anywhere;text-align:right}.payment-method-card dd small{display:inline-block;margin-left:4px;padding:2px 6px;border-radius:99px;background:var(--green-soft);color:var(--green-dark);font-size:9px;text-transform:uppercase}.payment-copy-actions{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 12px}.payment-copy-actions .button{min-height:44px;flex:1 1 125px;padding-inline:10px;font-size:12px}.payment-short-instructions{margin:8px 0 12px;color:#56625a;font-size:12px;line-height:1.4}.payment-method-card>.payment-provider{min-height:54px}.provider-card-apple_cash>.payment-provider{background:#202322;color:#fff}.provider-card-hosted_checkout>.payment-provider{background:var(--green);color:#fff}
@media(max-width:430px){.payment-required-panel{margin-inline:-6px;padding:13px}.payment-method-card{padding:13px}.payment-method-card>header{display:block}.payment-method-card header>span{display:block;margin-top:7px}.payment-copy-actions{display:grid;grid-template-columns:1fr 1fr}.payment-copy-actions .button{width:100%;min-width:0}.payment-method-card dl>div{grid-template-columns:82px minmax(0,1fr)}}
@media(max-width:350px){.payment-copy-actions{grid-template-columns:1fr}.payment-method-card{padding:11px}.payment-required-panel{padding:10px}.payment-method-card dd{font-size:12px}}

/* Trial weekly usage summaries. */
.pricing-choice{scroll-margin-top:18px}.weekly-usage-card{max-width:760px;margin:0;padding:25px;border:1px solid #9bc9aa;border-radius:22px;background:linear-gradient(145deg,#fff,#edf9f0);box-shadow:0 14px 38px rgba(18,91,48,.13)}.usage-summary-modal .settlement-modal-panel{width:min(100%,610px)}.usage-summary-modal .weekly-usage-card{border:0;border-radius:24px 24px 0 0;box-shadow:none}.usage-summary-metrics{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:12px 0 19px}.usage-summary-metrics>div{display:flex;flex-direction:column;gap:4px;min-width:0}.usage-summary-metrics>div>strong{font-family:"Fraunces",serif;font-size:31px;line-height:1.08;color:#15251b}.usage-summary-metrics>div>span,.usage-summary-metrics>div>small{color:var(--muted)}.usage-summary-metrics>b{flex:0 0 auto;padding:10px 13px;border-radius:12px;background:var(--green-dark);color:#fff;font-size:21px;white-space:nowrap}.usage-trial-message{display:flex;flex-direction:column;gap:5px;margin:0 0 17px;padding:15px;border-radius:15px;background:#fff;border:1px solid #cce1d2}.usage-trial-message strong{color:var(--green-dark)}.usage-trial-message small{color:var(--muted)}.usage-fee-reminder{display:flex;flex-direction:column;gap:4px;margin:0 0 17px}.usage-fee-reminder>span{font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.usage-fee-reminder>strong{font-size:17px}.usage-summary-history{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0 22px}.usage-history-title{margin:28px 0 0}.weekly-usage-card.history{padding:17px;border-color:var(--line);border-radius:17px;background:#fff;box-shadow:none}.weekly-usage-card.history .usage-summary-metrics{margin-bottom:14px}.weekly-usage-card.history .usage-summary-metrics>div>strong{font-family:inherit;font-size:18px}.weekly-usage-card.history .usage-summary-metrics>b{font-size:14px;padding:7px 9px}.usage-history-footer{display:flex;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid var(--line);font-size:13px}.usage-history-footer span{color:var(--green-dark);font-weight:800}.usage-history-footer strong{text-align:right}
@media(max-width:760px){.weekly-usage-card{padding:19px}.usage-summary-metrics{display:block}.usage-summary-metrics>b{display:inline-block;margin-top:13px;font-size:20px}.usage-summary-metrics>div>strong{font-size:27px}.usage-summary-history{grid-template-columns:1fr}.usage-summary-modal .button.full{white-space:normal}.usage-history-footer{align-items:flex-start}}

/* Printable theme library. */
.business-type-quick{display:flex;align-items:end;gap:12px;margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff}.business-type-quick label{flex:1;margin:0}.business-type-quick .button{flex:0 0 auto}.print-theme-library{margin-top:18px}.print-theme-library legend{font-size:20px}.recommended-themes .print-style-card{position:relative;grid-template-columns:108px minmax(0,1fr);min-height:112px}.recommended-themes .print-style-card img{width:108px}.print-style-card>span{display:flex;min-width:0;flex-direction:column;gap:4px}.print-style-card em{position:absolute;right:9px;top:8px;padding:3px 6px;border-radius:20px;background:#edf5ef;color:var(--green-dark);font-size:8px;font-style:normal;font-weight:900;letter-spacing:.08em}.theme-browser{margin:14px 0;border:1px solid #cad7cf;border-radius:16px;background:#fff;overflow:hidden}.theme-browser>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;cursor:pointer}.theme-browser>summary>span:first-child{display:flex;flex-direction:column}.theme-browser>summary small{color:var(--muted);font-size:12px}.theme-filters{display:flex;gap:7px;padding:12px 14px;border-top:1px solid var(--line);overflow:auto}.theme-filters button{border:1px solid #cbd8cf;border-radius:99px;background:#fff;padding:8px 11px;white-space:nowrap;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.theme-filters button.active{border-color:var(--green);background:var(--green);color:#fff}.theme-all-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 14px 14px}.theme-all-grid label{position:relative;margin:0;cursor:pointer}.theme-all-grid input{position:absolute;opacity:0}.theme-compact-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:center;min-height:82px;padding:8px;border:1px solid #d4ddd7;border-radius:12px}.theme-compact-card img{width:112px;aspect-ratio:1.75;object-fit:contain;border-radius:6px;background:#edf1ee}.theme-compact-card>span{min-width:0}.theme-compact-card b,.theme-compact-card small{display:block}.theme-compact-card small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.25}.theme-all-grid label:has(input:checked) .theme-compact-card{border-color:var(--green);box-shadow:inset 0 0 0 2px rgba(61,142,73,.15)}.current-theme{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;margin-top:12px;padding:13px 15px;border-radius:13px;background:#111b15;color:#fff}.current-theme>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#bcd5c3}.current-theme strong{font-size:17px}.current-theme small{grid-column:2;color:#cde4d3}.business-type-row{display:flex;gap:10px}.business-type-row label{flex:1;margin:0}
@media(max-width:900px){.recommended-themes{grid-template-columns:repeat(3,minmax(0,1fr))}.recommended-themes .print-style-card{display:block}.recommended-themes .print-style-card img{width:100%;margin-bottom:8px}.theme-all-grid{grid-template-columns:1fr}}
@media(max-width:620px){.business-type-quick{display:block}.business-type-quick .button{width:100%;margin-top:9px}.recommended-themes{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 2px 10px}.recommended-themes label{flex:0 0 78%;scroll-snap-align:start}.recommended-themes .print-style-card{display:grid;grid-template-columns:112px 1fr}.recommended-themes .print-style-card img{width:112px;margin:0}.theme-all-grid{padding-inline:9px}.theme-filters{padding-inline:9px}}
@media(max-width:390px){.recommended-themes label{flex-basis:88%}.recommended-themes .print-style-card{grid-template-columns:98px 1fr}.recommended-themes .print-style-card img{width:98px}.theme-compact-card{grid-template-columns:95px minmax(0,1fr)}.theme-compact-card img{width:95px}.business-type-row{display:block}.business-type-row .button{width:100%;margin-top:9px}}
.print-theme-library fieldset{width:100%;min-width:0}.recommended-themes,.theme-browser,.current-theme{max-width:100%}

/* OrderAhead.now authoritative brand treatment. */
.hero,.auth-intro,.onboarding-page{background:#05194B}.hero h1 em{color:#18D98B}.hero p,.auth-intro p{color:#d8f8f1}.vendor-cta{background:#05194B}.vendor-cta p{color:#d8f8f1}.header-action,.eyebrow,.distance,.arrow,.customize{color:#008f83}.button.primary{background:#00B9A8;box-shadow:0 7px 18px rgba(0,185,168,.24)}.topbar{height:78px}.brand-wordmark .brand-symbol{width:172px;height:68px}.brand-logo .brand-symbol{width:158px;height:68px}.footer-logo .brand-symbol{width:142px;height:62px}.hero-brand .brand-symbol{width:260px;height:120px;background:#fff!important;border-radius:18px!important;padding:7px!important}.auth-brand .brand-symbol,.onboarding-brand .brand-symbol{width:232px;height:107px;background:#fff!important;border-radius:16px!important;padding:7px!important}.brand-wordmark .brand-symbol img{object-fit:contain}.brand-icon .brand-symbol img{border-radius:22%}.vendor-brand .brand-symbol{width:42px;height:42px}.site-footer{align-items:center}.auth-brand{margin-bottom:26px}
@media(max-width:760px){.brand-logo .brand-symbol{width:146px;height:64px}.footer-logo .brand-symbol{width:128px;height:58px}.hero-brand .brand-symbol{width:225px;height:104px}.auth-brand .brand-symbol,.onboarding-brand .brand-symbol{width:205px;height:95px}.vendor-brand .brand-symbol{width:38px;height:38px}}
@media(max-width:350px){.brand-logo .brand-symbol{width:132px;height:60px}}
