*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f4f6fb;color:#071023}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}:root{--brand:#101a65;--brand2:#f59e0b;--ink:#071023;--muted:#647084;--line:#e5eaf4;--soft:#f8fafc;--radius:26px;--shadow:0 18px 55px rgba(12,18,38,.08);--grad:linear-gradient(135deg,var(--brand),var(--brand2))}
.login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 0,var(--brand2),#101633 45%,#070914 100%);padding:22px}.login-card{width:min(430px,100%);background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(24px);border-radius:32px;padding:30px;color:white;box-shadow:0 30px 90px rgba(0,0,0,.38)}.login-logo,.brand-mark{width:56px;height:56px;border-radius:19px;background:var(--grad);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 32px rgba(0,0,0,.15)}.login-card h1{font-size:28px;margin:16px 0 6px}.login-card p{opacity:.78}.login-card label{display:block;margin:16px 0;font-weight:800}.login-card input{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:15px;margin-top:8px;background:rgba(255,255,255,.14);color:white;outline:0}.login-card button,.btn{border:0;border-radius:18px;padding:15px 20px;background:var(--grad);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 16px 34px color-mix(in srgb,var(--brand),transparent 76%);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.22s}.btn:hover,.mini:hover,.logout:hover{transform:translateY(-1px)}.login-card button{width:100%;background:white;color:#111827}.login-card small{display:block;text-align:center;margin-top:18px;opacity:.7}.alert{background:#ff4d4d22;border:1px solid #ff7b7b55;padding:12px;border-radius:14px}
.admin-shell{display:flex;min-height:100vh}.sidebar{width:286px;background:linear-gradient(180deg,#080e24,#111a48 55%,#080c1f);color:white;padding:22px;position:fixed;inset:0 auto 0 0;z-index:30}.brand{display:flex;gap:13px;align-items:center;padding-bottom:24px;position:relative}.brand-img{width:56px;height:56px;border-radius:18px;object-fit:cover;background:var(--grad);box-shadow:0 12px 28px rgba(0,0,0,.22)}.brand span{display:block;font-size:12px;opacity:.68;margin-top:2px}.side-close{display:none;margin-left:auto;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:white;width:38px;height:38px;border-radius:14px;font-size:24px}.sidebar nav{display:grid;gap:8px}.sidebar a{padding:13px 14px;border-radius:17px;color:#dce2ff;font-weight:780;transition:.2s}.sidebar a:hover{background:rgba(255,255,255,.10);color:white;transform:translateX(3px)}.admin-main{margin-left:286px;width:calc(100% - 286px);padding:24px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px}.topbar h1{margin:0;font-size:31px;letter-spacing:-.7px}.topbar p{margin:4px 0 0;color:#677084}.hamb{display:none}.logout,.mini{border:0;border-radius:15px;padding:11px 15px;background:#fff;color:#111827;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.06);cursor:pointer;transition:.2s}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat,.panel{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.panel+ .panel{margin-top:28px}.form-panel{margin-bottom:28px}.list-panel{margin-top:28px!important}.panel h2{margin:0 0 18px;font-size:26px}.panel-desc{margin:-8px 0 18px;color:var(--muted)}.stat span{color:#6b7280}.stat b{display:block;font-size:34px;margin-top:8px}.hero-admin{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fff,#f8fbff)}.admin-kicker{display:inline-flex;background:#eef3ff;color:var(--brand);border-radius:999px;padding:8px 12px;font-weight:900;font-size:13px;margin-bottom:12px}.hero-admin h2{font-size:clamp(28px,4vw,44px);line-height:1.05;margin:0 0 12px;letter-spacing:-1.2px}.hero-admin p{color:#435069;font-size:16px;line-height:1.65;max-width:680px}.feature-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.feature-list span{padding:10px 12px;border-radius:999px;background:#f1f5ff;border:1px solid #e5ebfa;font-weight:850;color:#28324a}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.ghost{background:#eef1ff;color:var(--brand);box-shadow:none}.phone-preview{height:310px;border-radius:40px;background:linear-gradient(160deg,#111827,var(--brand));color:white;padding:26px;display:flex;flex-direction:column;justify-content:end;box-shadow:inset 0 0 0 8px rgba(255,255,255,.12),0 20px 45px rgba(16,26,101,.18)}.phone-preview>span{width:76px;height:6px;border-radius:999px;background:white;opacity:.45;margin-bottom:auto;align-self:center}.phone-card{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:18px}.phone-card b{font-size:24px}.phone-card p{color:white;margin:8px 0}.phone-card small{opacity:.75}.grid-form{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 18px;align-items:end}.grid-form label{display:grid;gap:8px;font-size:13px;font-weight:900;color:#30384c}.grid-form input,.grid-form select,.grid-form textarea,.search-card input{width:100%;border:1px solid #dfe5f1;border-radius:18px;padding:14px 15px;outline:0;background:#fbfcff;color:#111827;transition:.2s}.grid-form input:focus,.grid-form select:focus,.grid-form textarea:focus,.search-card input:focus{border-color:var(--brand);box-shadow:0 0 0 5px color-mix(in srgb,var(--brand),transparent 88%)}.grid-form textarea{resize:vertical;min-height:92px}.wide{grid-column:span 2}.select-wrap{position:relative;display:block}.select-wrap:after{content:'⌄';position:absolute;right:15px;top:50%;transform:translateY(-52%);font-size:20px;color:#52607a;pointer-events:none}.grid-form select{appearance:none;-webkit-appearance:none;padding-right:44px;background:#fbfcff}.color-input{height:54px;padding:6px!important;border-radius:16px!important}.grid-form small{font-size:11px;color:#788399;font-weight:700}.file-upload{position:relative;display:flex!important;align-items:center;gap:10px;border:1px solid #dfe5f1;border-radius:18px;background:#fbfcff;padding:8px;min-height:52px;overflow:hidden}.file-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-upload .file-btn{background:#111827;color:#fff;border-radius:13px;padding:10px 13px;font-weight:900;white-space:nowrap}.file-upload em{font-style:normal;color:#6b7280;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.switch-field{display:flex!important;align-items:center;gap:10px;min-height:52px}.switch-field input{display:none}.switch-field span{width:54px;height:31px;border-radius:999px;background:#d8deea;position:relative;transition:.2s;box-shadow:inset 0 0 0 1px #c9d1df;flex:0 0 auto}.switch-field span:before{content:'';width:25px;height:25px;border-radius:50%;background:white;position:absolute;top:3px;left:3px;box-shadow:0 3px 10px rgba(0,0,0,.2);transition:.2s}.switch-field input:checked+span{background:var(--grad)}.switch-field input:checked+span:before{transform:translateX(23px)}.switch-field b{font-size:14px}.cards-table,.item-list{display:grid;gap:12px;margin-top:16px}.row,.item-admin{display:flex;justify-content:space-between;gap:14px;align-items:center;background:#f8f9fd;border:1px solid #edf0f8;border-radius:22px;padding:15px}.row span,.item-admin span{display:block;color:#6b7280;font-size:13px;margin-top:4px}.row-actions{display:flex;gap:8px;align-items:center}.danger{background:#fff0f0;color:#ce2020}.danger.strong{background:#ef4444;color:#fff}.item-admin img{width:76px;height:76px;object-fit:cover;border-radius:18px;background:#e9ecf5}.item-admin{justify-content:flex-start}.item-admin>div:nth-child(2){flex:1}.item-admin p{margin:7px 0 0;color:#6b7280}.qr-box{display:grid;place-items:center;gap:16px}.qr-box img{width:min(320px,100%);background:white;border-radius:24px;padding:16px;border:1px solid #e5e7eb}.toast-wrap{position:fixed;right:18px;bottom:18px;display:grid;gap:10px;z-index:100}.toast{background:#0f172a;color:white;padding:14px 16px;border-radius:18px;box-shadow:0 16px 45px rgba(2,6,23,.25);transform:translateY(8px);opacity:0;animation:toastIn .25s forwards;border-left:4px solid var(--brand2);font-weight:800}.toast.error{border-left-color:#ef4444}@keyframes toastIn{to{opacity:1;transform:none}}.confirm-modal,.edit-modal{position:fixed;inset:0;display:none;z-index:90}.confirm-modal.show,.edit-modal.show{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.56);backdrop-filter:blur(6px)}.confirm-card,.edit-card{position:relative;background:#fff;border-radius:28px;padding:26px;width:min(420px,calc(100% - 28px));box-shadow:0 28px 90px rgba(0,0,0,.26);text-align:center}.confirm-icon{width:54px;height:54px;margin:0 auto 12px;border-radius:18px;background:#fff0f0;color:#ef4444;display:grid;place-items:center;font-weight:900;font-size:26px}.confirm-card h3{margin:0 0 8px;font-size:24px}.confirm-card p{color:#647084}.confirm-actions{display:flex;gap:10px;justify-content:center}.edit-card{text-align:left;width:min(760px,calc(100% - 24px));max-height:90vh;overflow:auto}.edit-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.edit-head span{font-size:12px;color:var(--brand);font-weight:900;text-transform:uppercase}.edit-head h3{margin:3px 0 0;font-size:25px}.modal-close{width:42px;height:42px;border-radius:15px;border:0;background:#f1f4fa;font-size:24px;color:#111827}.edit-card .grid-form{grid-template-columns:repeat(2,1fr)}.edit-card .wide{grid-column:span 2}
.menu-body{background:#f2f4f9;min-height:100vh}.menu-hero{min-height:390px;background-size:cover;background-position:center;border-radius:0 0 34px 34px;color:white;position:relative;overflow:hidden}.menu-hero:before{content:'';position:absolute;inset:auto -8% -45% -8%;height:220px;background:linear-gradient(180deg,transparent,#f2f4f9 80%)}.menu-hero-inner{position:relative;z-index:1;min-height:390px;padding:24px clamp(18px,4vw,55px);display:flex;flex-direction:column;justify-content:space-between}.menu-top{display:flex;align-items:center;gap:14px;font-weight:900}.menu-top img{width:58px;height:58px;object-fit:cover;border-radius:20px;background:#fff;padding:8px}.menu-top div{display:grid;gap:3px}.menu-top span{display:block;font-size:13px;opacity:.78}.hero-content{max-width:720px;padding-bottom:66px}.hero-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(14px);border-radius:999px;padding:9px 13px;font-size:13px;font-weight:850}.menu-hero h1{font-size:clamp(36px,5vw,62px);line-height:1;margin:18px 0 12px;letter-spacing:-1.8px}.menu-hero p{margin:0;opacity:.92;max-width:620px;font-size:17px;line-height:1.5}.hero-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-stats span{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:9px 12px;font-weight:850;font-size:13px}.menu-app{width:min(1160px,100%);margin:-48px auto 0;padding:0 18px 28px;position:relative;z-index:2}.menu-control-card{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);border-radius:30px;padding:14px;box-shadow:0 18px 55px rgba(16,21,37,.10);position:relative;z-index:4}.search-card{display:flex;align-items:center;gap:10px;background:#fff;border-radius:23px;padding:8px 9px;border:1px solid #edf1f7}.search-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#f1f4fb;color:var(--brand);font-size:25px;font-weight:900}.search-card input{border:0;background:transparent;font-weight:850;font-size:15px;padding:13px 4px}.search-card button{width:40px;height:40px;border:0;border-radius:15px;background:#eef2fb;color:#172033;font-size:22px;line-height:1;display:grid;place-items:center;opacity:0;pointer-events:none;transition:.2s}.search-card.has-text button{opacity:1;pointer-events:auto}.cat-scroll{display:flex;gap:10px;overflow:auto;padding:13px 2px 2px;scrollbar-width:none}.cat-scroll::-webkit-scrollbar{display:none}.cat-chip{white-space:nowrap;border:1px solid #e3e7f1;background:white;border-radius:999px;padding:12px 16px;font-weight:900;color:#333b50;cursor:pointer;transition:.2s}.cat-chip span{display:inline-block;margin-right:4px}.cat-chip:hover{transform:translateY(-1px)}.cat-chip.active{background:var(--grad);border-color:transparent;color:white;box-shadow:0 12px 26px color-mix(in srgb,var(--brand),transparent 75%)}.menu-sections{display:grid;gap:34px;margin-top:32px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 0 16px}.section-kicker{font-size:13px;color:var(--brand);font-weight:900}.section-head h2{font-size:32px;margin:5px 0 0;letter-spacing:-.8px}.section-count{background:white;border:1px solid #e3e8f3;border-radius:999px;padding:10px 14px;color:#647084;font-size:13px}.food-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.food-card{display:grid;grid-template-columns:118px 1fr;gap:14px;align-items:center;background:white;border:1px solid #e8edf6;border-radius:26px;padding:14px;min-height:150px;box-shadow:0 12px 32px rgba(16,21,37,.05);transition:.22s}.food-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(16,21,37,.09)}.food-media{width:108px;height:108px;border-radius:22px;background:#f4f6fb;padding:8px;display:grid;place-items:center;overflow:hidden}.food-media img{width:100%;height:100%;object-fit:cover;border-radius:17px}.food-info small{font-weight:950;color:var(--brand);font-size:12px}.food-info h3{font-size:20px;line-height:1.1;margin:8px 0 6px;letter-spacing:-.3px}.food-info p{font-size:13.5px;line-height:1.45;color:#68748a;margin:0 0 14px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-row b{font-size:20px}.price-row span{width:32px;height:32px;border-radius:13px;background:#eef2ff;color:var(--brand);display:grid;place-items:center;font-weight:950}.empty-menu{text-align:center;background:white;border-radius:24px;padding:24px;margin-top:24px;color:#647084;border:1px dashed #d8deea}.public-footer{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;text-align:center;color:#647084;padding:26px 14px 32px}.public-footer a{font-weight:950;color:var(--brand)}.scroll-top{position:fixed;right:18px;bottom:20px;z-index:50;width:44px;height:44px;border:0;border-radius:16px;background:var(--grad);color:white;font-size:22px;font-weight:900;box-shadow:0 14px 35px rgba(15,23,42,.22);opacity:0;transform:translateY(10px);pointer-events:none;transition:.22s}.scroll-top.show{opacity:1;transform:none;pointer-events:auto}
@media(max-width:980px){.cards{grid-template-columns:repeat(2,1fr)}.hero-admin{grid-template-columns:1fr}.grid-form{grid-template-columns:repeat(2,1fr)}.food-grid{grid-template-columns:1fr}.menu-hero{min-height:340px}.menu-hero-inner{min-height:340px}.hero-content{padding-bottom:52px}.menu-hero h1{font-size:44px}.sidebar{transform:translateX(-105%);transition:.32s}.nav-open .sidebar{transform:none}.nav-backdrop{display:none;position:fixed;inset:0;background:rgba(2,6,23,.5);backdrop-filter:blur(4px);z-index:20}.nav-open .nav-backdrop{display:block}.side-close{display:grid;place-items:center}.admin-main{margin-left:0;width:100%;padding:16px}.hamb{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:15px;background:white;box-shadow:0 10px 25px rgba(0,0,0,.06);font-size:22px}.topbar h1{font-size:24px}.topbar p{font-size:13px}}@media(max-width:640px){.cards{grid-template-columns:1fr 1fr;gap:10px}.stat,.panel{border-radius:24px;padding:16px}.stat b{font-size:26px}.grid-form,.edit-card .grid-form{grid-template-columns:1fr}.wide,.edit-card .wide{grid-column:auto}.row,.item-admin{align-items:flex-start}.row-actions{flex-direction:column}.item-admin{display:grid;grid-template-columns:64px 1fr auto}.item-admin img{width:64px;height:64px}.mini{padding:10px 12px}.hero-admin h2{font-size:30px}.phone-preview{height:240px;border-radius:30px}.menu-hero{min-height:318px;border-radius:0 0 28px 28px}.menu-hero-inner{min-height:318px;padding:18px}.menu-top img{width:54px;height:54px}.menu-top{gap:12px}.hero-pill{font-size:12px;padding:8px 11px}.menu-hero h1{font-size:37px}.menu-hero p{font-size:15px}.menu-app{padding:0 12px 22px;margin-top:-40px}.menu-control-card{border-radius:24px;padding:12px}.search-card{border-radius:20px}.cat-chip{padding:11px 14px}.menu-sections{gap:28px;margin-top:26px}.section-head h2{font-size:27px}.section-count{font-size:12px}.food-card{grid-template-columns:96px 1fr;gap:12px;border-radius:24px;padding:12px;min-height:130px}.food-media{width:88px;height:88px;border-radius:20px;padding:6px}.food-info h3{font-size:18px}.food-info p{font-size:12.5px;margin-bottom:10px}.price-row b{font-size:18px}.price-row span{width:30px;height:30px}.public-footer{display:grid;gap:4px}.confirm-actions{display:grid}.edit-card{padding:18px;border-radius:24px}.logout{padding:10px 13px}}@media(max-width:390px){.food-card{grid-template-columns:84px 1fr}.food-media{width:76px;height:76px}.food-info h3{font-size:17px}.food-info p{font-size:12px}.price-row b{font-size:17px}.cards{grid-template-columns:1fr}.hero-stats span{font-size:12px}.menu-hero h1{font-size:34px}}

/* NISI Rework v4 */
:root{--brand:#101a65;--brand2:#2d47ff;--grad:linear-gradient(135deg,#101a65,#2d47ff);--soft:#f4f6fb;--ink:#071126}svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.brand-img,.menu-top img{background:#fff}.sidebar nav a{display:flex;align-items:center;gap:14px}.sidebar nav a svg{width:21px;height:21px}.side-close{display:grid!important;place-items:center;color:#fff}.side-close svg{width:20px;height:20px}.hamb{display:none}.hamb svg{width:23px;height:23px}.logout{display:grid;place-items:center}.mini{width:44px;height:44px;padding:0;border-radius:15px;display:grid;place-items:center;font-size:18px}.mini svg{width:20px;height:20px;stroke-width:2}.mini.edit-btn{background:#fff;color:var(--brand)}.mini.danger{background:#fff1f1;color:#e11d48}.row-actions{gap:9px}.topbar{text-align:center;justify-content:space-between}.topbar>div{flex:1;text-align:center}.topbar h1{text-align:center}.topbar p{text-align:center}.hero-admin{text-align:center;align-items:center}.hero-admin-content{max-width:720px;margin:0 auto}.feature-list{justify-content:center}.actions{justify-content:center}.phone-preview{background:linear-gradient(145deg,#111a51,#2d47ff);box-shadow:inset 0 0 0 8px rgba(255,255,255,.12)}.phone-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px)}.form-panel,.list-panel,.panel{margin-bottom:26px}.form-panel+.list-panel{margin-top:28px}.switch-field input{display:none}.switch-field span{width:48px;height:28px;border-radius:999px;background:#e7ebf4;position:relative;box-shadow:inset 0 0 0 1px #d8deeb;transition:.22s}.switch-field span:after{content:'';position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 5px 15px rgba(0,0,0,.15);transition:.22s}.switch-field input:checked+span{background:var(--grad)}.switch-field input:checked+span:after{left:23px}.select-wrap select{position:absolute;opacity:0;pointer-events:none}.select-wrap{position:relative;display:block}.custom-select{position:relative}.custom-select-btn{width:100%;height:58px;border:1px solid #dfe5f0;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-weight:850;color:#071126;cursor:pointer}.custom-select-btn svg{width:18px;height:18px;transition:.2s}.custom-select.open .custom-select-btn svg{transform:rotate(180deg)}.custom-select-list{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e1e7f2;border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.14);padding:8px;z-index:60;display:none;max-height:240px;overflow:auto}.custom-select.open .custom-select-list{display:grid;gap:4px}.custom-select-option{border:0;background:transparent;text-align:left;padding:12px 13px;border-radius:13px;font-weight:800;color:#182033;cursor:pointer}.custom-select-option:hover,.custom-select-option.active{background:#eef3ff;color:var(--brand)}
.menu-hero{min-height:390px;border-radius:0 0 34px 34px;background-size:cover;background-position:center;text-align:center}.menu-hero-inner{align-items:center;text-align:center;justify-content:center;gap:24px}.menu-top-wrap{display:grid;gap:16px;justify-items:center}.menu-top{justify-content:center}.menu-top img{width:62px;height:62px;border-radius:22px;box-shadow:0 15px 40px rgba(0,0,0,.18)}.menu-top div{text-align:left}.hero-pill{margin-top:0;display:inline-flex!important;gap:8px;align-items:center}.hero-pill svg{width:18px;height:18px}.hero-content{padding:0;max-width:760px;text-align:center}.menu-hero h1{font-size:clamp(34px,4vw,54px);line-height:1.02;margin:10px 0 12px}.menu-hero p{margin:0 auto;max-width:650px}.hero-stats{justify-content:center}.menu-app{margin:-54px auto 0}.menu-control-card{border-radius:28px;padding:16px;box-shadow:0 18px 55px rgba(16,21,37,.09)}.search-card{height:64px;border-radius:22px;box-shadow:none;border:1px solid #e8edf6}.search-icon{width:42px;height:42px;border-radius:15px;font-size:18px}.search-icon svg{width:20px;height:20px}.search-card input{font-size:13.5px;font-weight:800}.search-card button{display:grid;place-items:center}.search-card button svg{width:18px;height:18px}.cat-scroll{gap:9px;padding-top:13px}.cat-chip{box-shadow:none!important;font-size:14px;padding:10px 15px}.cat-chip.active{box-shadow:none!important}.menu-sections{gap:44px}.section-head{margin-bottom:18px}.section-kicker{font-size:12px}.section-head h2{font-size:30px}.food-grid{gap:18px}.food-card{grid-template-columns:118px 1fr;min-height:144px;box-shadow:none;border:1px solid #e6ebf4}.food-media{width:98px;height:98px;border-radius:22px;padding:0;margin-left:0;background:#f3f6fb}.food-media img{border-radius:18px}.food-info{text-align:left}.price-row{justify-content:flex-start}.price-row b{font-size:20px}.scroll-top{width:38px;height:38px;border-radius:14px;font-size:17px;display:grid;place-items:center}.scroll-top svg{width:20px;height:20px}.public-footer{gap:9px}.public-footer span{display:inline-block}.empty-menu{box-shadow:none}.admin-main .select-wrap{display:block}.admin-main .mini svg path,.sidebar svg path,.hamb svg path,.side-close svg path,.search-icon svg path,.scroll-top svg path,.search-card button svg path{stroke:currentColor;fill:none}.sidebar nav a svg path{stroke:currentColor;fill:none}.sidebar nav a:first-child svg path{fill:currentColor;stroke:none}.confirm-card{text-align:center}.modal-close{display:grid;place-items:center}.modal-close svg{width:19px;height:19px}.modal-close svg path{stroke:currentColor;fill:none}.custom-select+.custom-select{display:none}
@media(max-width:980px){.hamb{display:grid}.topbar>div{text-align:center}.topbar h1,.topbar p{text-align:center}.sidebar .brand{justify-content:flex-start}.sidebar{width:min(320px,75vw)}.menu-hero{min-height:370px}.menu-hero-inner{min-height:370px}.menu-top-wrap{gap:15px}.hero-content{padding-bottom:32px}.menu-hero h1{font-size:38px}.cat-chip{font-size:13px}.menu-control-card{overflow:hidden}.cat-scroll{padding-bottom:2px}.feature-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-admin .btn{padding:14px 8px;font-size:14px}.phone-preview{height:230px}.item-admin{grid-template-columns:76px 1fr auto;display:grid}.row-actions{align-items:center}}
@media(max-width:640px){.menu-hero{min-height:354px}.menu-hero-inner{min-height:354px;padding:20px 18px}.menu-top-wrap{gap:18px}.menu-top{gap:12px}.menu-top img{width:56px;height:56px}.hero-pill{font-size:11.5px;padding:8px 11px}.menu-hero h1{font-size:34px}.menu-hero p{font-size:14.5px}.hero-stats span{font-size:12px;padding:8px 11px}.menu-app{margin-top:-42px}.menu-control-card{border-radius:24px;padding:12px}.search-card{height:58px;border-radius:20px}.search-icon{width:38px;height:38px}.search-card input{font-size:12.5px}.cat-scroll{display:grid;grid-template-columns:1fr 1fr;overflow:visible;gap:8px}.cat-chip{font-size:12px;padding:10px 8px;text-align:center}.menu-sections{gap:34px;margin-top:26px}.section-head h2{font-size:28px}.section-head{align-items:center}.section-count{padding:8px 11px}.food-card{grid-template-columns:88px 1fr;min-height:118px;padding:10px;border-radius:22px;gap:12px}.food-media{width:78px;height:78px;border-radius:18px}.food-info small{font-size:11px}.food-info h3{font-size:17px;margin:5px 0}.food-info p{font-size:12px;line-height:1.35;margin-bottom:8px}.price-row b{font-size:17px}.public-footer{display:grid;gap:3px}.item-admin{grid-template-columns:64px 1fr auto;gap:10px}.item-admin img{width:64px;height:64px}.row-actions{flex-direction:column}.mini{width:40px;height:40px;border-radius:14px}.topbar{display:grid;grid-template-columns:44px 1fr 54px;align-items:center}.topbar .logout{height:44px}.topbar h1{font-size:23px}.topbar p{font-size:12.5px}.feature-list{grid-template-columns:1fr 1fr}.hero-admin h2{font-size:29px}.hero-admin p{font-size:15px}.phone-preview{height:210px}.phone-card{left:24px;right:24px}.sidebar{width:74vw}.sidebar .brand{display:grid;grid-template-columns:58px 1fr 46px;align-items:center}.side-close{width:42px;height:42px;border-radius:15px}.public-footer a{display:inline-block}}
@media(max-width:390px){.cat-scroll{grid-template-columns:1fr 1fr}.cat-chip{font-size:11.5px}.food-card{grid-template-columns:80px 1fr}.food-media{width:70px;height:70px}.menu-hero h1{font-size:31px}.menu-hero p{font-size:13.5px}.hero-stats{gap:7px}.hero-stats span{font-size:11.5px}.sidebar{width:78vw}}
.btn.danger.strong{background:#ef4444;color:#fff}.btn.ghost{background:#eef2ff;color:var(--brand);box-shadow:none}.confirm-actions .btn{width:auto;min-width:135px}.confirm-actions{display:flex;gap:12px;justify-content:center}
.sidebar nav a svg path,.mini svg path{fill:currentColor!important;stroke:none!important}.side-close svg path,.hamb svg path,.modal-close svg path,.search-icon svg path,.scroll-top svg path,.search-card button svg path{fill:none!important;stroke:currentColor!important}

/* V5 refinements */
.menu-hero{min-height:460px!important;padding-bottom:26px;background-position:center!important}
.menu-hero-inner{min-height:460px!important;justify-content:center!important;gap:22px!important;padding-bottom:88px!important}
.hero-content{padding-bottom:0!important;margin-bottom:0!important}
.menu-app{margin-top:-74px!important}
.menu-control-card{box-shadow:0 16px 42px rgba(16,21,37,.08)!important;border:1px solid rgba(225,231,242,.95)!important}
.search-card{box-shadow:none!important;border:1px solid #e8edf6!important;outline:0!important;transition:border-color .18s ease,background .18s ease!important}
.search-card:focus-within{border-color:#e8edf6!important;box-shadow:none!important;outline:0!important}
.search-card input{font-weight:650!important;font-size:13px!important;color:#172033!important;outline:0!important;box-shadow:none!important;border:0!important;background:transparent!important}
.search-card input:focus{border:0!important;box-shadow:none!important;outline:0!important}
.search-icon svg{width:18px!important;height:18px!important;stroke-width:1.65!important}
.search-icon{background:#f3f6ff!important;color:#142398!important}
.search-card button{box-shadow:none!important;background:#f2f5fb!important;color:#142398!important;border:0!important;width:38px!important;height:38px!important;border-radius:14px!important}
.cat-scroll{display:flex!important;align-items:center!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scroll-snap-type:x proximity!important;padding:13px 2px 4px!important;-webkit-overflow-scrolling:touch!important}
.cat-scroll::-webkit-scrollbar{height:0!important;display:none!important}
.cat-chip{flex:0 0 auto!important;box-shadow:none!important;font-size:12.5px!important;padding:9px 14px!important;min-height:40px!important;border-radius:999px!important;scroll-snap-align:start!important}
.cat-chip.active{background:linear-gradient(135deg,#111b72,#2d47ff)!important;box-shadow:none!important}
.section-count{box-shadow:none!important}
.food-card{box-shadow:none!important}
.scroll-top{width:34px!important;height:34px!important;border-radius:13px!important;background:linear-gradient(135deg,#111b72,#2d47ff)!important;box-shadow:0 12px 26px rgba(17,27,114,.22)!important;border:1px solid rgba(255,255,255,.45)!important;color:#fff!important}
.scroll-top svg{width:17px!important;height:17px!important;stroke-width:2.15!important}
.menu-top-wrap{gap:18px!important}.menu-top{margin-bottom:0!important}.hero-pill{margin-top:0!important}
.add-item-btn{display:inline-flex!important;align-items:center!important;gap:8px!important;justify-content:center!important}.add-item-btn svg{width:18px!important;height:18px!important;stroke-width:2.4!important}
.feature-list{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.feature-list span{font-size:12.5px!important;line-height:1.1!important;padding:9px 11px!important;display:inline-flex!important;align-items:center!important;min-height:38px!important;white-space:nowrap!important}
.feature-toggle-field{align-items:flex-start!important;gap:9px!important;min-height:auto!important}.feature-toggle-field b{line-height:1.2!important}.feature-toggle-field small{display:block!important;flex:0 0 100%!important;margin-left:58px!important;margin-top:-6px!important;line-height:1.35!important;color:#68758d!important;font-size:11.5px!important}.feature-toggle-field span{margin-top:0!important}
.featured-section .section-kicker{color:#d97706!important}.featured-section .section-count{background:#fff7ed!important;color:#9a3412!important}.featured-card{border-color:#f3dfba!important;background:linear-gradient(135deg,#fff,#fffaf2)!important}
@media(max-width:980px){.menu-hero{min-height:440px!important;padding-bottom:28px!important}.menu-hero-inner{min-height:440px!important;padding-bottom:96px!important}.menu-app{margin-top:-70px!important}.cat-scroll{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important}.cat-chip{font-size:12px!important;padding:9px 13px!important}.feature-list span{font-size:12px!important;padding:8px 10px!important}.actions .btn{font-size:13px!important}}
@media(max-width:640px){.menu-hero{min-height:430px!important;padding-bottom:34px!important}.menu-hero-inner{min-height:430px!important;padding:18px 18px 106px!important;gap:16px!important}.menu-app{margin-top:-78px!important}.menu-control-card{border-radius:22px!important;padding:11px!important}.search-card{height:56px!important}.search-card input{font-size:12px!important;font-weight:650!important}.search-icon{width:36px!important;height:36px!important}.search-icon svg{width:16px!important;height:16px!important}.cat-scroll{display:flex!important;grid-template-columns:none!important;gap:8px!important;padding-top:10px!important;overflow-x:auto!important}.cat-chip{font-size:11.5px!important;min-width:max-content!important;padding:9px 13px!important}.hero-stats{margin-top:14px!important}.feature-list{gap:7px!important}.feature-list span{font-size:11px!important;padding:8px 9px!important;white-space:normal!important;text-align:center!important}.feature-toggle-field small{margin-left:57px!important;font-size:11px!important}.menu-top-wrap{gap:16px!important}.hero-pill{font-size:11px!important}.scroll-top{width:32px!important;height:32px!important;border-radius:12px!important;right:14px!important;bottom:14px!important}}
@media(max-width:390px){.menu-hero{min-height:420px!important}.menu-hero-inner{min-height:420px!important;padding-bottom:108px!important}.cat-chip{font-size:11px!important;padding:8px 12px!important}.hero-stats span{font-size:11px!important}.feature-list span{font-size:10.5px!important}.actions{grid-template-columns:1fr 1fr!important}}
