:root{
 --primary:#7c3aed;--secondary:#ec4899;--accent:#f59e0b;--bg:#f7f5fb;--surface:#fff;--text:#20172b;--muted:#756d80;--line:#e8e3ee;
 --shadow:0 24px 70px rgba(40,25,60,.12);--radius:26px;--radius-sm:16px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}a{text-decoration:none;color:inherit}.muted{color:var(--muted)}
.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:16px;padding:14px 24px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.05)}.brand{display:flex;align-items:center;gap:10px;font-weight:850}.brandmark{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 10px 25px color-mix(in srgb,var(--primary) 28%,transparent)}.topnav{margin-left:auto;display:flex;gap:6px;flex-wrap:wrap}.topnav a{padding:9px 12px;border-radius:12px;color:#625c69;font-weight:700;font-size:14px}.topnav a:hover,.topnav a.active{background:#f1ecf8;color:var(--text)}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.hero{padding:78px 0 42px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#efe8fb;color:var(--primary);font-weight:800;font-size:13px}.hero h1{font-size:clamp(46px,7vw,84px);line-height:.93;letter-spacing:-.065em;margin:18px 0}.hero h1 span{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;color:transparent}.hero p{font-size:19px;line-height:1.65;color:#6c6575;max-width:700px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:14px;padding:12px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--primary) 24%,transparent)}.btn-secondary{background:#fff;border:1px solid var(--line);color:var(--text)}.btn-ghost{background:transparent;color:var(--text)}.btn-danger{background:#fff0f0;color:#c62828}.btn-dark{background:#1e1726;color:#fff}.btn-sm{padding:8px 12px;font-size:13px;border-radius:11px}
.hero-card{background:#1c1425;color:white;border-radius:36px;padding:22px;box-shadow:var(--shadow);position:relative;overflow:hidden;min-height:520px}.hero-card:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,var(--secondary),transparent 70%);right:-100px;top:-90px;opacity:.34}.phone{position:relative;margin:20px auto 0;width:min(330px,95%);background:#fff;border-radius:34px;padding:10px;color:#251b2f;box-shadow:0 30px 70px rgba(0,0,0,.35);transform:rotate(2deg)}.phone-screen{border-radius:26px;overflow:hidden;background:#fff9f5}.mock-hero{height:150px;background:linear-gradient(135deg,#3e244f,#8e3c83);padding:24px;color:#fff}.mock-chip{display:inline-block;background:rgba(255,255,255,.18);padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.mock-list{padding:14px}.mock-item{background:white;border:1px solid #eee5ea;border-radius:18px;padding:12px;display:flex;justify-content:space-between;margin:9px 0}.mock-item b{font-size:13px}.mock-price{color:var(--primary);font-weight:900}.floating-order{position:absolute;right:18px;bottom:22px;background:#fff;color:#222;border-radius:19px;padding:14px 16px;box-shadow:0 20px 50px rgba(0,0,0,.2);font-weight:850}
.section{padding:66px 0}.section h2{font-size:clamp(32px,5vw,54px);letter-spacing:-.04em;margin:0 0 12px}.section-lead{color:var(--muted);font-size:18px;line-height:1.6;max-width:780px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.feature{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.feature .icon{width:45px;height:45px;border-radius:15px;background:#f1ebfb;display:grid;place-items:center;font-size:22px}.feature h3{margin:17px 0 8px}.feature p{color:var(--muted);line-height:1.55;margin:0}.demo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.demo-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;transition:.2s}.demo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.demo-card .mini{font-size:36px}.demo-card h3{margin:12px 0 7px}.demo-card p{color:var(--muted);font-size:14px;line-height:1.5;min-height:65px}
/* Public menu */
.menu-body{background:var(--menu-bg,#fffaf5);color:var(--menu-text,#241a2d);min-height:100vh;padding-bottom:110px}.menu-wrap{width:min(920px,100%);margin:auto}.menu-hero{min-height:360px;padding:26px 22px 34px;color:#fff;background:linear-gradient(135deg,var(--menu-primary,#7c3aed),var(--menu-secondary,#ec4899));position:relative;overflow:hidden}.menu-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.24),transparent 26%),radial-gradient(circle at 15% 100%,rgba(255,255,255,.14),transparent 28%)}.menu-hero-inner{position:relative;z-index:1;max-width:760px;margin:auto}.menu-logo{width:62px;height:62px;border-radius:20px;background:#fff;color:var(--menu-primary,#7c3aed);display:grid;place-items:center;font-size:27px;font-weight:950;box-shadow:0 16px 40px rgba(0,0,0,.15)}.menu-hero h1{font-size:48px;letter-spacing:-.045em;margin:58px 0 8px}.menu-hero p{margin:0;opacity:.9;font-size:17px}.table-pill{display:inline-flex;margin-top:18px;padding:9px 12px;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);border-radius:999px;font-weight:800;font-size:13px}.menu-tools{position:sticky;top:0;z-index:20;background:rgba(255,250,245,.9);backdrop-filter:blur(16px);padding:14px 18px;border-bottom:1px solid rgba(0,0,0,.06)}.search-row{display:flex;gap:10px}.search{flex:1;border:1px solid #e9e1e7;border-radius:15px;background:#fff;padding:13px 15px;outline:none}.search:focus{border-color:var(--menu-primary,#7c3aed);box-shadow:0 0 0 3px color-mix(in srgb,var(--menu-primary,#7c3aed) 12%,transparent)}.categories{display:flex;gap:8px;overflow:auto;padding:11px 0 0;scrollbar-width:none}.cat-chip{white-space:nowrap;border:1px solid #e5dde5;background:#fff;border-radius:999px;padding:9px 12px;font-weight:750;font-size:13px}.cat-chip.active{background:var(--menu-primary,#7c3aed);color:white;border-color:transparent}.menu-content{padding:26px 18px}.category-block{margin-bottom:42px}.category-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.category-head h2{font-size:28px;margin:0;letter-spacing:-.025em}.category-head p{font-size:13px;color:#857b88;margin:4px 0 0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-card{background:var(--menu-surface,#fff);border-radius:22px;border:1px solid rgba(0,0,0,.07);padding:16px;display:grid;grid-template-columns:1fr 100px;gap:14px;box-shadow:0 7px 20px rgba(44,27,56,.04)}.product-art{height:100px;border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--menu-primary,#7c3aed) 12%,#fff),color-mix(in srgb,var(--menu-secondary,#ec4899) 12%,#fff));display:grid;place-items:center;font-size:46px}.product-card h3{margin:4px 0 6px;font-size:18px}.product-card p{font-size:13px;line-height:1.45;color:#7b7180;margin:0 0 10px}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fff1d6;color:#9a6200;font-size:11px;font-weight:900}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.price{font-weight:950;font-size:18px}.add-btn{width:36px;height:36px;border-radius:12px;border:0;background:var(--menu-primary,#7c3aed);color:#fff;font-size:20px}.cart-bar{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);width:min(860px,calc(100% - 24px));z-index:40;background:#21172b;color:white;border-radius:21px;padding:12px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 24px 55px rgba(34,18,45,.28)}.cart-count{width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--menu-primary,#7c3aed),var(--menu-secondary,#ec4899));display:grid;place-items:center;font-weight:900}.cart-total{margin-left:auto;font-weight:900}.drawer{position:fixed;inset:0;z-index:100;background:rgba(22,14,27,.45);display:none;align-items:flex-end}.drawer.open{display:flex}.drawer-panel{background:#fff;width:min(720px,100%);margin:auto;border-radius:28px 28px 0 0;max-height:92vh;overflow:auto;padding:22px}.drawer-head{display:flex;justify-content:space-between;align-items:center}.close{border:0;background:#f2eef3;width:38px;height:38px;border-radius:12px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid #eee8ef}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid #e7e0e8;background:#fff;border-radius:10px;width:30px;height:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.field label{display:block;font-size:12px;font-weight:850;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;border:1px solid #e5dee8;border-radius:13px;padding:12px;outline:none}.field textarea{resize:vertical;min-height:90px}.order-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.notice{border-radius:15px;padding:12px 14px;background:#f5f0fb;color:#5d4772;font-size:13px;line-height:1.45;margin-top:12px}
/* Admin */
.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f6f4f9}.sidebar{background:#1f1728;color:#fff;padding:18px;position:sticky;top:0;height:100vh}.side-brand{display:flex;gap:10px;align-items:center;font-weight:900;margin:4px 0 28px}.side-menu{display:grid;gap:5px}.side-menu a{padding:11px 12px;border-radius:12px;color:#cfc6d5;font-size:14px;font-weight:700}.side-menu a:hover,.side-menu a.active{background:#342641;color:#fff}.admin-main{padding:24px}.admin-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.admin-head h1{font-size:31px;margin:0;letter-spacing:-.035em}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.kpi span{font-size:13px;color:var(--muted)}.kpi strong{display:block;font-size:31px;margin-top:6px;letter-spacing:-.04em}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;margin-top:16px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-title h2{font-size:19px;margin:0}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quick{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px;text-align:left}.quick b{display:block;margin-top:8px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid #eee8f0;font-size:13px}.status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.status-new{background:#fff1d6;color:#8b5b00}.status-accepted{background:#e9efff;color:#3551a5}.status-preparing{background:#f1e9ff;color:#6f38af}.status-ready{background:#e3f7ed;color:#18754a}.status-delivered{background:#eceff1;color:#4c555b}.status-cancelled{background:#ffe8e8;color:#a12727}
/* Order station */
.station{min-height:100vh;background:#151019;color:#f7f3fa;padding:18px}.station-head{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:18px}.station-title h1{margin:0;font-size:28px}.station-title p{margin:4px 0 0;color:#9f95a8}.station-actions{display:flex;gap:8px}.order-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:start}.order-col{background:#211925;border:1px solid #342b39;border-radius:19px;padding:12px;min-height:75vh}.order-col-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.order-col-head h2{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#b8afbe;margin:0}.order-card{background:#2b2131;border:1px solid #3a2d42;border-radius:17px;padding:14px;margin-bottom:10px}.order-card.new{box-shadow:inset 3px 0 #f59e0b}.order-card.ready{box-shadow:inset 3px 0 #34d399}.order-meta{display:flex;justify-content:space-between;gap:8px}.order-id{font-weight:900}.order-table{color:#c2b7c8;font-size:12px}.order-items{margin:12px 0;display:grid;gap:6px}.order-line{display:flex;justify-content:space-between;font-size:13px}.order-total{font-size:18px;font-weight:950;border-top:1px solid #403448;padding-top:10px;margin-top:10px}.order-card .btn{width:100%;margin-top:8px}.pulse{width:9px;height:9px;border-radius:50%;background:#38d996;display:inline-block;box-shadow:0 0 0 0 rgba(56,217,150,.5);animation:pulse 1.5s infinite}@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(56,217,150,0)}100%{box-shadow:0 0 0 0 rgba(56,217,150,0)}}
/* Editor */
.editor-shell{min-height:100vh;background:#eae6ef;display:grid;grid-template-columns:320px 1fr}.editor-panel{background:#fff;border-right:1px solid #ddd6e1;height:100vh;overflow:auto;padding:18px;position:sticky;top:0}.editor-panel h1{font-size:20px;margin:4px 0 4px}.editor-panel p{font-size:13px;color:var(--muted)}.editor-section{border-top:1px solid #eee8f1;padding:17px 0}.editor-section h3{font-size:13px;text-transform:uppercase;letter-spacing:.07em;color:#736a79}.theme-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.theme-option{border:1px solid #e5deea;border-radius:14px;padding:10px;background:#fff;text-align:left}.theme-option.active{border:2px solid var(--primary);padding:9px}.theme-thumb{height:65px;border-radius:10px;margin-bottom:7px}.theme-option b{font-size:12px}.color-row{display:grid;grid-template-columns:44px 1fr;gap:8px;margin-bottom:8px}.color-row input[type=color]{width:44px;height:40px;border:0;background:transparent}.color-row input[type=text]{border:1px solid #ddd5e2;border-radius:10px;padding:9px}.toggle-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:7px 0;font-size:13px}.preview-area{padding:26px;display:grid;place-items:start center}.preview-frame{width:min(420px,100%);height:820px;border:10px solid #211829;border-radius:36px;overflow:hidden;background:#fff;box-shadow:0 25px 70px rgba(44,31,53,.22)}.preview-frame iframe{width:100%;height:100%;border:0}.savebar{position:fixed;right:24px;bottom:22px;display:flex;gap:8px}
/* QR */
.qr-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.qr-preview{background:linear-gradient(145deg,#1d1525,#3b2850);border-radius:27px;padding:30px;color:#fff;display:grid;place-items:center;text-align:center}.qr-card{background:#fff;color:#211827;border-radius:24px;padding:20px;width:min(320px,100%)}.qr-card img{width:100%;max-width:240px}.qr-card strong{display:block;font-size:18px;margin-top:12px}.qr-card small{color:#7c7480}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.control-box{border:1px solid var(--line);border-radius:17px;padding:15px}.control-box b{display:block;margin-bottom:7px}
/* PDF */
.pdf-studio{display:grid;grid-template-columns:300px 1fr;gap:22px}.pdf-controls{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;height:max-content;position:sticky;top:82px}.pdf-page-wrap{background:#dcd9df;padding:30px;border-radius:22px;overflow:auto}.pdf-page{width:794px;min-height:1123px;background:white;margin:auto;padding:58px;box-shadow:0 15px 45px rgba(0,0,0,.14);color:#231a2a}.pdf-head{text-align:center;border-bottom:2px solid #211827;padding-bottom:18px;margin-bottom:24px}.pdf-head .pdf-logo{width:52px;height:52px;border-radius:16px;margin:auto;display:grid;place-items:center;background:#211827;color:white;font-weight:950}.pdf-category{margin:24px 0}.pdf-category h2{font-family:Georgia,serif;font-size:25px;margin:0 0 11px}.pdf-product{display:grid;grid-template-columns:1fr auto;gap:14px;padding:8px 0;border-bottom:1px dotted #aaa}.pdf-product b{font-family:Georgia,serif}.pdf-product p{margin:4px 0 0;color:#665d69;font-size:12px}.pdf-qr{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:32px;border-top:1px solid #ddd;padding-top:20px}.pdf-qr img{width:80px}.pdf-qr small{max-width:180px}
/* themes */
.menu-body[data-theme="street"] .menu-hero{background:#121212;min-height:270px}.menu-body[data-theme="street"] .menu-hero h1{text-transform:uppercase;font-weight:950;letter-spacing:-.055em}.menu-body[data-theme="street"] .product-card{border-radius:7px;border:3px solid #111;box-shadow:5px 5px 0 #111}.menu-body[data-theme="street"] .product-art{border-radius:4px}.menu-body[data-theme="street"] .cat-chip{border-radius:5px;font-weight:900;text-transform:uppercase}.menu-body[data-theme="bistro"]{font-family:Georgia,serif}.menu-body[data-theme="bistro"] .menu-hero{background:#39443b;min-height:310px}.menu-body[data-theme="bistro"] .product-grid{grid-template-columns:1fr}.menu-body[data-theme="bistro"] .product-card{grid-template-columns:1fr 90px;border:0;border-bottom:1px solid #cfc6be;border-radius:0;background:transparent;box-shadow:none}.menu-body[data-theme="gallery"] .product-grid{grid-template-columns:repeat(3,1fr)}.menu-body[data-theme="gallery"] .product-card{display:flex;flex-direction:column}.menu-body[data-theme="gallery"] .product-art{height:150px;order:-1}.menu-body[data-theme="classic"] .menu-hero{min-height:220px;background:#4d2c24}.menu-body[data-theme="classic"] .menu-tools{position:relative}.menu-body[data-theme="classic"] .product-grid{grid-template-columns:1fr}.menu-body[data-theme="classic"] .product-card{border:0;border-bottom:1px dashed #bfaea7;border-radius:0;background:transparent;box-shadow:none}
@media(max-width:980px){.hero-grid,.split,.qr-grid,.pdf-studio{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}.demo-grid{grid-template-columns:1fr 1fr}.kpi-grid,.quick-grid{grid-template-columns:1fr 1fr}.order-columns{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:84px 1fr}.sidebar{padding:14px 9px}.side-brand span,.side-menu a span{display:none}.side-menu a{text-align:center}.editor-shell{grid-template-columns:290px 1fr}.pdf-controls{position:relative;top:0}}
@media(max-width:700px){.topbar{padding:11px 14px}.topnav{display:none}.hero{padding-top:38px}.hero-grid{grid-template-columns:1fr}.hero-card{min-height:480px}.grid-3,.demo-grid,.kpi-grid,.quick-grid,.product-grid,.form-grid,.order-actions,.control-grid{grid-template-columns:1fr}.menu-hero h1{font-size:38px;margin-top:48px}.product-card{grid-template-columns:1fr 86px}.order-columns{grid-template-columns:1fr}.station-head{align-items:flex-start;flex-direction:column}.admin-shell{display:block}.sidebar{height:auto;position:relative;display:flex;align-items:center;overflow:auto}.side-brand{margin:0 18px 0 0}.side-menu{display:flex}.side-menu a{white-space:nowrap}.admin-main{padding:14px}.editor-shell{display:block}.editor-panel{position:relative;height:auto;border-right:0}.preview-area{padding:12px}.preview-frame{height:760px}.savebar{position:sticky;bottom:8px;justify-content:flex-end}.menu-body[data-theme="gallery"] .product-grid{grid-template-columns:1fr 1fr}}
@media print{.topbar,.pdf-controls,.admin-shell>.sidebar,.no-print{display:none!important}body{background:white!important}.pdf-studio{display:block}.pdf-page-wrap{padding:0;background:white}.pdf-page{box-shadow:none;width:auto;min-height:auto;margin:0;padding:18mm}.container{width:100%}}

.menu-body[data-theme="luxe"]{--menu-bg:#0c0c0e;--menu-surface:#121214;--menu-text:#f5efe2;font-family:Georgia,serif}.menu-body[data-theme="luxe"] .menu-hero{background:#09090a;color:#e9d6a1;min-height:340px}.menu-body[data-theme="luxe"] .product-grid{grid-template-columns:1fr}.menu-body[data-theme="luxe"] .product-card{border-radius:2px;border-color:#2b2b2e;background:#121214;box-shadow:none}.menu-body[data-theme="luxe"] .cat-chip{border-radius:2px;background:#151517;color:#e9d6a1}.menu-body[data-theme="luxe"] .add-btn{border-radius:2px;background:#b9954d}
