:root{--bg:#f4f6f8;--panel:#fff;--ink:#15251f;--muted:#6b7772;--line:#e5eae7;--brand:#0f5a43;--brand2:#163d31;--accent:#d5a85a;--danger:#b42318;--warn:#b54708;--success:#027a48;--radius:18px;--shadow:0 12px 30px rgba(15,40,31,.07)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{display:grid;grid-template-columns:272px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#103e31,#0b2e25);color:#eef8f4;padding:24px 18px;position:sticky;top:0;height:100vh;overflow:auto}.brand{display:flex;align-items:center;gap:12px;padding:4px 10px 20px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:18px}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#d8b26c,#a7782c);display:grid;place-items:center;font-weight:800;color:#fff;font-size:22px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.brand-title{font-weight:800;line-height:1.1}.brand-sub{font-size:12px;color:#a9c3b9;margin-top:4px}.nav-label{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#86aa9c;margin:20px 12px 8px}.nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:11px;color:#d4e6df;font-size:14px;margin:2px 0}.nav a:hover,.nav a.active{background:rgba(255,255,255,.1);color:#fff}.dot{width:7px;height:7px;border-radius:50%;background:#70aa95}.content{min-width:0}.topbar{height:76px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:20}.top-title{font-weight:750}.userbox{display:flex;align-items:center;gap:12px}.avatar{width:38px;height:38px;border-radius:12px;background:#e2eee9;color:var(--brand);display:grid;place-items:center;font-weight:800}.main{padding:30px 32px 60px;max-width:1600px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}.page-head h1{margin:0;font-size:27px;letter-spacing:-.03em}.page-head p{margin:6px 0 0;color:var(--muted)}.grid{display:grid;gap:18px}.stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.stat-label{font-size:13px;color:var(--muted)}.stat-value{font-size:30px;font-weight:800;margin-top:8px;letter-spacing:-.04em}.stat-note{font-size:12px;color:var(--success);margin-top:7px}.two{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr)}.btn{appearance:none;border:0;border-radius:11px;padding:10px 15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;justify-content:center}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand2)}.btn-light{background:#eef3f1;color:var(--ink)}.btn-danger{background:#feeceb;color:var(--danger)}.btn-sm{padding:7px 10px;font-size:12px}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.input,.select,.textarea{width:100%;border:1px solid #d7dfdb;border-radius:11px;padding:10px 12px;background:#fff;outline:none}.input:focus,.select:focus,.textarea:focus{border-color:#6ba38e;box-shadow:0 0 0 3px rgba(15,90,67,.08)}.textarea{min-height:110px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field small{color:var(--muted)}.span-2{grid-column:span 2}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}.table{width:100%;border-collapse:collapse;background:#fff;font-size:13px}.table th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;text-align:left;color:#75817c;background:#f8faf9;padding:12px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:13px 14px;border-bottom:1px solid #edf0ee;vertical-align:top}.table tr:last-child td{border-bottom:0}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;text-transform:capitalize;background:#eef3f1;color:#466058}.badge.approved,.badge.completed,.badge.delivered,.badge.active,.badge.published{background:#e6f7ef;color:#067647}.badge.rejected,.badge.suspended,.badge.cancelled,.badge.expired{background:#feeceb;color:#b42318}.badge.pending,.badge.pending_verification,.badge.under_review,.badge.preparing,.badge.new{background:#fff2dd;color:#a15c00}.alert{border-radius:13px;padding:12px 14px;margin-bottom:18px;font-size:14px}.alert-success{background:#e8f7ef;color:#05603a;border:1px solid #bfe7d2}.alert-error{background:#fff0ef;color:#a21b14;border:1px solid #ffd0cd}.muted{color:var(--muted)}.section-title{margin:0 0 15px;font-size:18px}.empty{padding:40px;text-align:center;color:var(--muted)}.progress{height:8px;background:#e8eeeb;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),#51a280);border-radius:inherit}.checklist{list-style:none;padding:0;margin:15px 0 0}.checklist li{padding:9px 0;border-bottom:1px dashed var(--line);display:flex;justify-content:space-between}.public-body{background:#f7f3ec}.public-wrap{max-width:820px;margin:auto;min-height:100vh;background:#fff;box-shadow:0 0 60px rgba(55,40,20,.08)}.hero{height:260px;background:linear-gradient(135deg,#164735,#0c2f25);background-size:cover;background-position:center;position:relative}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45))}.restaurant-head{padding:0 22px 18px;position:relative}.logo{width:92px;height:92px;border-radius:24px;background:#fff;border:5px solid #fff;object-fit:cover;box-shadow:var(--shadow);margin-top:-46px;position:relative;z-index:2}.restaurant-name{font-size:28px;font-weight:850;margin:12px 0 3px;letter-spacing:-.04em}.chips{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.chip{background:#f1f5f3;border-radius:999px;padding:7px 10px;font-size:12px}.menu-sticky{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:12px 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:auto;white-space:nowrap}.menu-sticky a{display:inline-block;padding:8px 11px;border-radius:10px;background:#f4f6f5;margin-right:5px;font-size:13px}.menu-section{padding:20px 22px}.menu-section h2{font-size:20px;margin:5px 0 15px}.product-card{display:grid;grid-template-columns:1fr 112px;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.product-img{width:112px;height:96px;border-radius:15px;object-fit:cover;background:#edf1ef}.product-name{font-weight:800}.price{font-weight:800;color:var(--brand);margin-top:8px}.price del{color:#999;font-weight:500;margin-left:5px}.public-nav{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#103e31;color:#fff}.install-bg{min-height:100vh;background:radial-gradient(circle at 20% 20%,#e8f3ee,transparent 35%),linear-gradient(135deg,#f8f6f0,#eef3f1);display:grid;place-items:center;padding:30px}.install-card{width:min(900px,100%);background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 25px 70px rgba(25,55,43,.13);overflow:hidden}.install-head{padding:28px 34px;background:#103e31;color:#fff}.install-body{padding:30px 34px}.req-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.req{display:flex;justify-content:space-between;background:#f7f9f8;border-radius:10px;padding:10px 12px}.ok{color:#067647}.bad{color:#b42318}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-art{background:linear-gradient(135deg,#0d3b2e,#153e33);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:space-between}.auth-form{display:grid;place-items:center;padding:40px}.auth-card{width:min(520px,100%)}.pagination{display:flex;gap:6px;margin-top:16px;flex-wrap:wrap}.pagination a,.pagination span{padding:7px 10px;background:#fff;border:1px solid var(--line);border-radius:8px}.mobile-menu{display:none}@media(max-width:1100px){.stats{grid-template-columns:repeat(2,1fr)}.two{grid-template-columns:1fr}}@media(max-width:820px){.shell{display:block}.sidebar{position:fixed;left:-285px;z-index:50;width:272px;transition:.2s}.sidebar.open{left:0}.mobile-menu{display:inline-flex}.topbar{padding:0 18px}.main{padding:22px 16px 50px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.auth-shell{grid-template-columns:1fr}.auth-art{display:none}.stats{grid-template-columns:1fr 1fr}.page-head{flex-direction:column}.public-wrap{box-shadow:none}.req-grid{grid-template-columns:1fr}}@media(max-width:480px){.stats{grid-template-columns:1fr}.product-card{grid-template-columns:1fr 92px}.product-img{width:92px;height:84px}.main{padding-left:12px;padding-right:12px}}
.language-switcher{display:inline-flex;align-items:center;gap:3px;padding:3px;background:#eef3f1;border:1px solid var(--line);border-radius:10px}.language-switcher a{padding:6px 9px;border-radius:7px;font-size:12px;font-weight:800;color:var(--muted)}.language-switcher a.active{background:#fff;color:var(--brand);box-shadow:0 1px 4px rgba(15,40,31,.08)}html[dir=rtl]{font-family:Tahoma,"Segoe UI",Arial,sans-serif}html[dir=rtl] body{direction:rtl}html[dir=rtl] .table th{text-align:right}html[dir=rtl] .menu-sticky a{margin-right:0;margin-left:5px}html[dir=rtl] .price del{margin-left:0;margin-right:5px}html[dir=rtl] input[type=email],html[dir=rtl] input[type=url],html[dir=rtl] input[type=tel],html[dir=rtl] .ltr{direction:ltr;text-align:left}html[dir=rtl] .auth-form,html[dir=rtl] .auth-art{text-align:right}@media(max-width:820px){html[dir=rtl] .sidebar{left:auto;right:-285px}html[dir=rtl] .sidebar.open{left:auto;right:0}}
