/* Management panel */
.panel-shell{display:flex;min-height:100dvh}.sidebar{width:242px;flex-shrink:0;background:#fff;border-right:1px solid var(--line);padding:32px 22px;position:fixed;inset:0 auto 0 0;overflow:auto;z-index:20}.sidebar .brand{display:block;margin:6px 10px 32px}.current-store{background:var(--canvas);border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:22px;overflow-wrap:anywhere}.current-store small{display:block}.sidebar nav{display:grid;gap:3px}.sidebar nav a{display:flex;gap:13px;padding:10px 14px;border-radius:9px;font-weight:600;font-size:13px}.sidebar nav a span{width:18px;font-size:18px}.sidebar nav a:hover{background:var(--canvas);text-decoration:none}.sidebar nav a[aria-current]{background:var(--tint);color:#b3321a}.sidebar>small{display:block;margin:30px 14px}.panel-body{width:calc(100% - 242px);margin-left:242px}.panel-top{height:82px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 40px;gap:16px}.panel-top>div{display:flex;align-items:center;gap:24px}.panel-top>span{font-weight:600}.panel-main{max-width:1230px;margin:auto;padding:38px 40px 70px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:25px}.page-heading .eyebrow{margin-bottom:8px;color:var(--muted)}.page-heading h1{margin:0;font-size:29px}.panel-card,.welcome-card{padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff;margin-bottom:24px}.welcome-card{background:#fff0e9;border-color:#ffdbca;position:relative;overflow:hidden;padding:38px}.welcome-card h2{font-size:29px;max-width:550px;letter-spacing:-1px}.panel-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.panel-grid .panel-card{margin:0}.checklist{list-style:none;padding:0;display:grid;gap:14px}.list-tools{display:flex;gap:14px;margin-bottom:22px}.list-tools input{max-width:420px}.list-tools select{width:180px}.data-list{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.data-list:empty{display:none}.data-row{padding:22px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.data-row:last-child{border:0}.row-main{flex:1;min-width:0;overflow-wrap:anywhere}.row-main h2{font-size:15px;margin:0 0 5px}.row-main p{font-size:12px;margin:0 0 5px}.row-main strong{font-size:13px}.row-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.status-pill{border:0;border-radius:20px;background:#eff0f3;color:#656b78;font-size:10px;font-weight:700;padding:7px 12px;min-height:34px}.status-pill.available{background:#e9f8f0;color:#146245}.danger{color:#a72f2f}.product-thumb,.edit-thumb{width:70px;height:70px;border-radius:12px;background:#fff1eb;object-fit:cover}.product-thumb{display:grid;place-items:center;font-size:25px;flex-shrink:0;color:#b94930}.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.empty-state{text-align:center;padding:65px 25px;background:#fff;border:1px dashed #dce0e7;border-radius:16px}.empty-state>span{font-size:40px;color:var(--coral)}.empty-state h2{margin-top:15px}.empty-state p{max-width:420px;margin:0 auto 24px}.catalog-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);gap:20px}.link-row{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0}.hours-row{display:grid;grid-template-columns:minmax(130px,1fr) 120px 30px 120px;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.hours-row .check{margin:0}.hours-row:last-of-type{margin-bottom:24px}.share-card{max-width:680px}.share-card canvas{display:block;margin:20px 0}.form-actions{margin-top:24px}.mobile-menu{display:none}.option-row{display:grid;grid-template-columns:minmax(0,1fr) 95px 32px 32px;gap:8px;margin-bottom:10px}.option-row button{background:#f4f5f7;border:0;border-radius:8px}.edit-thumb{display:block;margin:10px 0}.panel-card form,.panel-card{min-width:0}.panel-card a{overflow-wrap:anywhere}
/* Dialogs shared by management and checkout */
dialog{color:var(--slate);border:1px solid var(--line);border-radius:20px;padding:0;width:min(620px,calc(100% - 32px));max-height:90dvh;box-shadow:0 24px 100px #111b3430}dialog::backdrop{background:#0b112b80;backdrop-filter:blur(3px)}dialog header{display:flex;align-items:center;justify-content:space-between;padding:20px 26px;border-bottom:1px solid var(--line);gap:20px;position:sticky;top:0;background:#fff;z-index:2}dialog header h2{margin:0;font-size:20px}dialog header button{flex-shrink:0;min-width:32px}.dialog-content,.menu-dialog-body{padding:25px 26px}dialog footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 26px;border-top:1px solid var(--line);position:sticky;bottom:0;background:white;z-index:2}dialog .field:last-child{margin-bottom:0}dialog input[type=color]{height:55px}.edit-dialog form{margin:0}
/* Public storefront */
.public-menu{--store-color:var(--coral);max-width:800px;background:white;min-height:100dvh;margin:0 auto;box-shadow:0 0 80px #0b112b05;padding-bottom:95px}.store-cover{height:220px;background:#ffe7da;position:relative;overflow:hidden}.store-cover>img{height:100%;width:100%;object-fit:cover}.cover-pattern{font-size:230px;line-height:1;color:#ffd3be;transform:rotate(-15deg);text-align:right;letter-spacing:50px}.store-share{position:absolute;right:22px;top:22px;width:44px;height:44px;border:0;background:white;border-radius:50%;font-size:23px}.store-intro{padding:60px 30px 22px;position:relative}.store-logo{position:absolute;top:-45px;left:30px;width:88px;height:88px;background:#fff4ec;border:5px solid white;border-radius:23px;display:grid;place-items:center;font-size:38px;color:#bd4a2d}.store-logo img{width:100%;height:100%;object-fit:cover;border-radius:18px}.store-intro h1{font-size:29px;margin:0 0 8px;overflow-wrap:anywhere}.store-intro p{margin-bottom:8px}.store-intro small{display:block}.store-intro .text-button{display:block}.open-badge{position:absolute;right:30px;top:18px;border-radius:20px;background:#edf6f0;padding:6px 12px;font-size:11px;font-weight:700;color:#265c40}.menu-search{padding:0 30px 18px}.category-tabs{display:flex;overflow:auto;gap:10px;padding:14px 30px;background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line)}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:22px;padding:9px 16px;font-size:12px;font-weight:700}.category-tabs button.active{border-color:var(--store-color);box-shadow:inset 0 -3px var(--store-color);background:#f8f9fb}.public-products{padding:10px 30px}.menu-category{scroll-margin-top:85px;margin:25px 0}.menu-category h2{font-size:22px;margin-bottom:5px}.category-description{font-size:12px}.category-description:empty{display:none}.menu-product{display:flex;width:100%;text-align:left;border:0;border-bottom:1px solid var(--line);background:white;padding:22px 0;gap:22px;align-items:center;color:var(--slate)}.menu-product>span:first-child{flex:1;min-width:0}.menu-product b{display:block;font-size:16px}.menu-product small{display:block;line-height:1.6;margin:7px 0 12px}.menu-product strong{font-size:14px}.menu-product img,.menu-no-photo{width:105px;height:105px;object-fit:cover;border-radius:14px;flex-shrink:0}.menu-no-photo{display:grid;place-items:center;background:#fff3ec;color:#cb6a46;font-size:32px}.menu-brand{text-align:center;padding:35px 0 10px;color:var(--muted);font-size:11px}.menu-brand>a{font-size:20px;font-weight:800;letter-spacing:-1px}.menu-brand p{margin-top:14px}.cart-bar{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);width:min(740px,calc(100% - 32px));z-index:10}.cart-bar button{width:100%;box-shadow:0 8px 30px #0b112b22;justify-content:space-between}.detail-photo{width:100%;max-height:280px;object-fit:cover;border-radius:12px;margin-bottom:20px}.menu-dialog fieldset{background:#f8f9fb;border-radius:12px;padding:18px;margin-top:22px}.menu-dialog fieldset p{font-size:11px;margin-top:-6px}.addon-choice{display:flex;align-items:center;gap:12px;font-size:12px;padding:13px 0;border-bottom:1px solid var(--line);font-weight:500}.addon-choice span{flex:1}.addon-choice b{font-size:11px;white-space:nowrap}.quantity{display:flex;align-items:center;gap:16px;flex-shrink:0}.quantity button{border:1px solid var(--line);background:white;border-radius:8px;width:33px;height:36px;min-height:36px}.quantity span{font-weight:700}.cart-item{padding:18px 0;border-bottom:1px solid var(--line)}.cart-item h3{font-size:15px;margin-bottom:6px}.cart-item p{font-size:12px;margin-bottom:9px}.cart-item .quantity{margin-top:10px}.cart-item .text-button{margin-right:16px}.cart-item-top{display:flex;justify-content:space-between;gap:15px}.service-choice{display:flex;gap:13px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:10px;margin-top:10px;align-items:center}.service-choice small{display:block;font-weight:400;margin-top:4px}.order-summary-line{padding:16px 0;border-bottom:1px solid var(--line)}.order-summary-line p{font-size:12px;margin:5px 0}.order-summary-line:last-of-type{margin-bottom:20px}.totals{margin-top:25px}.totals p{display:flex;justify-content:space-between;gap:16px}.totals p:last-child{font-size:19px;color:var(--slate);padding-top:15px;border-top:1px solid var(--line)}
/* Public introduction and legal documents */
.landing{background:#fffaf7}.landing-header{max-width:1220px;margin:auto;padding:30px 40px;display:flex;align-items:center;justify-content:space-between}.landing-header nav{display:flex;align-items:center;gap:30px;font-weight:700;font-size:13px}.hero{max-width:1220px;padding:80px 40px 100px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:65px}.hero h1{font-size:56px;line-height:1.13;letter-spacing:-2.9px;margin-bottom:25px}.hero h1 em{font-style:normal;color:#cf391d}.hero p{font-size:16px;max-width:440px;line-height:1.85}.hero>div>small{display:block;margin-top:18px}.hero-art{position:relative;min-height:465px;display:grid;place-items:center;background:#ffe3d4;border-radius:48% 48% 35% 35%}.mock-menu{width:280px;transform:rotate(5deg);background:white;border:7px solid white;border-radius:24px;box-shadow:0 20px 60px #782f1b20;overflow:hidden}.demo-label{display:block;background:#fff;font-size:8px;letter-spacing:1px;padding:5px 10px;color:var(--muted)}.mock-cover{height:100px;background:#0b112b;color:white;padding:22px;font-size:22px;font-weight:800;line-height:1.2}.mock-cover span{display:block;width:120px}.mock-body{padding:25px 15px 15px;position:relative}.mock-logo{position:absolute;top:-20px;background:var(--coral);border:3px solid white;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:24px}.mock-body h2{font-size:17px;margin:0}.mock-body>p{font-size:10px}.mock-chip{font-size:9px;background:#fff0e6;border-radius:20px;padding:6px 10px}.mock-product{display:flex;align-items:center;margin:20px 0;gap:12px}.mock-product b{font-size:11px}.mock-product p{font-size:9px;margin:4px 0}.mock-product strong{font-size:9px}.food-shape{display:grid;place-items:center;min-width:55px;height:60px;background:#fff0d0;border-radius:12px;font-size:35px;color:#c47619}.mock-cart{border-radius:8px;padding:12px;background:var(--coral);font-size:9px;font-weight:700}.art-spark{position:absolute;font-size:85px;top:-20px;left:0;color:var(--coral);transform:rotate(15deg)}.art-note{position:absolute;bottom:-5px;right:-5px;transform:rotate(-7deg);background:#ffb703;padding:18px 22px;border-radius:14px;font-size:14px;font-weight:800;box-shadow:0 10px 30px #a5710020}.landing-steps{padding:75px 40px;background:#fff;max-width:none;text-align:center}.landing-steps>h2,.landing-cta h2{font-size:36px;letter-spacing:-1.5px;line-height:1.2}.feature-grid{max-width:1100px;margin:45px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:left}.feature-grid article{padding:30px;background:#f8f9fb;border:1px solid var(--line);border-radius:18px}.feature-grid article>span{color:#bb371e;font-weight:800;font-size:12px;display:block;margin-bottom:30px}.feature-grid h3{font-size:19px}.feature-grid p{font-size:13px;margin-bottom:0}.landing-cta{text-align:center;padding:85px 25px}.landing-footer{border-top:1px solid #eddfd6;padding:40px;text-align:center}.landing-footer p{font-size:12px;margin-top:15px}.landing-footer>div{display:flex;justify-content:center;gap:25px;margin:22px 0;font-size:12px}.legal-page{max-width:820px;padding:45px 30px 80px;margin:auto;background:#fff;min-height:100dvh}.legal-page .brand{display:inline-block;margin-bottom:50px}.legal-page h1{font-size:34px}.legal-page h2{margin-top:30px}.legal-page p,.legal-page li{color:#485064;line-height:1.85}.legal-page a:not(.brand){text-decoration:underline;overflow-wrap:anywhere}.legal-page footer{border-top:1px solid var(--line);margin-top:40px;padding-top:25px}
@media(max-width:1100px){.row-actions{max-width:190px;gap:8px 14px}.panel-main{padding:30px 25px}.panel-top{padding:0 25px}.hero{gap:30px}.hero h1{font-size:47px}}
@media(max-width:800px){.sidebar{display:none;top:76px;width:240px;box-shadow:20px 0 40px #0b112b18}.sidebar.expanded{display:block}.panel-body{width:100%;margin:0}.mobile-menu{display:block;font-size:21px}.panel-top{height:76px;padding:0 20px;position:sticky;top:0;z-index:21}.panel-top>span{margin-right:auto}.panel-top>div{gap:14px}.panel-top .button{font-size:11px;padding:10px 13px;min-height:42px}.panel-main{padding:25px 20px}.hero{grid-template-columns:1fr;text-align:center;padding:55px 25px 75px}.hero p{margin:0 auto 25px}.hero-art{width:min(400px,100%);margin:35px auto 0}.hero h1{font-size:46px}.landing-header{padding:25px}.feature-grid{gap:15px}.feature-grid article{padding:22px}.landing-steps{padding:60px 25px}.feature-grid h3{font-size:16px}}
@media(max-width:560px){.panel-grid,.feature-grid{grid-template-columns:1fr}.panel-card,.welcome-card{padding:22px}.welcome-card h2{font-size:25px}.page-heading h1{font-size:25px}.page-heading .button{font-size:11px;padding:10px 14px}.data-row{flex-wrap:wrap;padding:17px;gap:12px}.row-actions{max-width:none;width:100%;justify-content:flex-start;border-top:1px solid var(--line);padding-top:8px}.list-tools{gap:8px}.list-tools select{width:145px}.hours-row{grid-template-columns:1fr 22px 1fr;gap:7px}.hours-row .check{grid-column:1/-1}.hours-row input{padding:8px}.panel-main .two-cols{grid-template-columns:1fr;gap:0}dialog{max-height:95dvh;width:calc(100% - 16px);border-radius:16px}dialog header{padding:15px 20px}dialog header h2{font-size:18px}.dialog-content,.menu-dialog-body{padding:20px}dialog footer{padding:15px 18px;gap:8px}dialog footer .button{padding:11px 14px;gap:10px;font-size:12px}.option-row{grid-template-columns:minmax(0,1fr) 75px 28px 28px;gap:5px}.option-row input{padding:9px}.store-cover{height:170px}.store-intro{padding-left:22px;padding-right:22px}.store-logo{left:22px}.menu-search{padding:0 22px 15px}.category-tabs{padding:12px 22px}.public-products{padding:5px 22px}.menu-product{gap:15px}.menu-product img,.menu-no-photo{width:90px;height:90px}.menu-product b{font-size:14px}.store-intro h1{font-size:25px}.cart-bar{bottom:12px}.landing-header .brand{font-size:28px}.landing-header nav{gap:16px}.landing-header .button{display:none}.hero h1{font-size:40px;letter-spacing:-2px}.hero-art{min-height:430px}.art-note{font-size:12px;right:0}.landing-steps>h2,.landing-cta h2{font-size:30px}.feature-grid article>span{margin-bottom:16px}.landing-footer{padding:35px 20px}.landing-footer>div{gap:16px}.legal-page{padding:30px 22px 60px}.legal-page h1{font-size:29px}.legal-page .brand{margin-bottom:35px}}
