:root{
  --navy:#102a43;--navy-2:#0b1f33;--gold:#c89b3c;--gold-2:#e6c979;--cream:#f8f6f1;
  --ink:#132238;--muted:#6b778c;--line:#e6e9ee;--surface:#fff;--danger:#b42318;--success:#138a5b;
  --shadow:0 18px 50px rgba(16,42,67,.10);--radius:18px;--radius-sm:12px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif;color:var(--ink);background:#f6f8fb;line-height:1.55}html[dir=rtl] body{font-family:"Segoe UI",Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.muted{color:var(--muted)}.small{font-size:.86rem}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.stack{display:grid;gap:18px}.flex{display:flex;align-items:center}.between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.wrap{flex-wrap:wrap}.hidden{display:none!important}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:12px;border:1px solid transparent;font-weight:750;cursor:pointer;transition:.2s ease;background:#fff}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(16,42,67,.18)}.btn-gold{background:var(--gold);color:#142238}.btn-outline{border-color:#cfd7e2;color:var(--navy);background:#fff}.btn-danger{background:#fff0ef;color:var(--danger);border-color:#ffd0cc}.btn-sm{min-height:36px;padding:0 12px;font-size:.88rem}.icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;cursor:pointer}.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-weight:750;font-size:.78rem;background:#edf3f8;color:var(--navy)}.badge.success{background:#e8f8f1;color:#08734a}.badge.warning{background:#fff7df;color:#8a6500}.badge.danger{background:#fff0ef;color:#a32017}.badge.gold{background:#fff6df;color:#7a5710}
.card{background:var(--surface);border:1px solid rgba(16,42,67,.08);border-radius:var(--radius);box-shadow:0 5px 20px rgba(18,34,56,.04)}.card-body{padding:24px}.card-title{margin:0;font-size:1.1rem}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.page-head h1{margin:0 0 5px;font-size:1.7rem}.page-head p{margin:0;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:720;font-size:.92rem}.input,.select,.textarea{width:100%;border:1px solid #d8dee7;border-radius:12px;background:#fff;padding:11px 13px;color:var(--ink);outline:0;transition:.2s}.textarea{min-height:110px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,155,60,.14)}.help{font-size:.8rem;color:var(--muted)}.check{display:flex;align-items:center;gap:9px}.check input{width:18px;height:18px;accent-color:var(--navy)}.error-list{margin:0 0 18px;padding:14px 18px;border-radius:12px;background:#fff0ef;color:var(--danger);border:1px solid #ffd1cd}.alert{padding:14px 16px;border-radius:12px;margin-bottom:18px;border:1px solid}.alert.success{background:#ebfaf3;color:#0c714b;border-color:#bdebd5}.alert.warning{background:#fff8e5;color:#745200;border-color:#f5dfa0}
.site-nav{height:78px;display:flex;align-items:center;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,42,67,.07)}.site-nav .container{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:850;font-size:1.22rem;letter-spacing:-.02em}.brand-mark{width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,var(--navy),#254d70);position:relative;box-shadow:0 8px 20px rgba(16,42,67,.2)}.brand-mark:before{content:"";position:absolute;inset:9px;border:2px solid var(--gold-2);border-radius:50%}.brand-mark:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gold-2);inset:0;margin:auto}.nav-links{display:flex;align-items:center;gap:28px;font-weight:650;color:#495b70}.nav-links a:hover{color:var(--navy)}.nav-actions{display:flex;align-items:center;gap:10px}.lang-switch{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.lang-switch a{padding:8px 10px;font-size:.82rem;font-weight:800}.lang-switch a.active{background:var(--navy);color:#fff}
.hero{padding:92px 0 78px;overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(200,155,60,.16),transparent 25%),linear-gradient(180deg,#fff,#f7f8fa)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;background:#fff7df;border:1px solid #f0ddb0;color:#7d5b12;border-radius:999px;font-size:.83rem;font-weight:800}.hero h1{font-size:clamp(2.6rem,5.2vw,5rem);line-height:1.03;letter-spacing:-.055em;margin:20px 0}.hero h1 span{color:var(--gold)}.hero p{font-size:1.14rem;color:#58697e;max-width:640px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:#596a7f;font-size:.9rem}.trust-row span{display:flex;align-items:center;gap:7px}.trust-dot{width:7px;height:7px;background:var(--gold);border-radius:50%}
.device-wrap{position:relative;min-height:540px}.device-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(200,155,60,.18);filter:blur(30px);inset:40px 0 auto 0;margin:auto}.phone{position:relative;width:292px;height:590px;border-radius:42px;background:#0d1725;padding:10px;margin:0 auto;box-shadow:0 35px 90px rgba(13,23,37,.28);transform:rotate(3deg)}.phone-screen{height:100%;background:#f7f4ed;border-radius:34px;overflow:hidden}.phone-notch{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:92px;height:24px;background:#0d1725;border-radius:0 0 16px 16px;z-index:2}.mock-cover{height:142px;background:linear-gradient(135deg,#1b3149,#0b1d2f);position:relative}.mock-cover:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;border:34px solid rgba(200,155,60,.15);right:-55px;top:-60px}.mock-logo{width:58px;height:58px;border-radius:17px;background:#fff;margin:-29px 20px 0;position:relative;box-shadow:0 8px 20px rgba(0,0,0,.12);display:grid;place-items:center;color:var(--gold);font-weight:900}.mock-content{padding:12px 18px}.mock-title{font-weight:900;font-size:1.05rem;margin:4px 0}.mock-chips{display:flex;gap:7px;overflow:hidden;margin:15px 0}.mock-chip{white-space:nowrap;border-radius:999px;padding:7px 12px;background:#fff;border:1px solid #e7e1d7;font-size:.68rem;font-weight:750}.mock-chip.active{background:#152c43;color:#fff}.mock-item{display:grid;grid-template-columns:72px 1fr;gap:11px;background:#fff;border-radius:14px;padding:9px;margin-bottom:10px;box-shadow:0 4px 14px rgba(20,35,55,.06)}.mock-img{border-radius:11px;background:linear-gradient(145deg,#dca75e,#7d4125);height:70px;position:relative;overflow:hidden}.mock-img:before{content:"";position:absolute;width:45px;height:45px;border-radius:50%;background:#f5d59c;left:12px;top:12px;box-shadow:inset 0 0 0 8px #b86538}.mock-lines b{font-size:.75rem}.mock-lines p{height:7px;border-radius:6px;background:#e7e9ec;width:92%;margin:7px 0}.mock-lines p:nth-child(3){width:62%}.mock-price{font-weight:900;color:#b47c23;font-size:.75rem}.float-card{position:absolute;background:#fff;border:1px solid rgba(16,42,67,.08);border-radius:16px;box-shadow:var(--shadow);padding:14px 16px;z-index:3}.float-card.scan{right:4px;top:105px}.float-card.sales{left:0;bottom:90px}.float-label{font-size:.75rem;color:var(--muted)}.float-number{font-weight:900;font-size:1.28rem;color:var(--navy)}
.section{padding:86px 0}.section.alt{background:#fff}.section-head{max-width:700px;margin:0 auto 46px;text-align:center}.section-head h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;letter-spacing:-.04em;margin:13px 0}.section-head p{color:var(--muted);font-size:1.04rem}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:26px;border-radius:20px;border:1px solid var(--line);background:#fff;transition:.2s}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{width:46px;height:46px;border-radius:14px;background:#f1f5f8;color:var(--navy);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.feature h3{margin:0 0 9px}.feature p{margin:0;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{padding:28px;background:var(--navy);color:#fff;border-radius:22px;position:relative;overflow:hidden}.step-num{font-size:4rem;font-weight:900;color:rgba(255,255,255,.08);position:absolute;right:15px;top:0}.step h3{position:relative}.step p{color:#c7d2de;position:relative}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{padding:30px;border-radius:22px;background:#fff;border:1px solid var(--line);position:relative}.price-card.popular{border-color:var(--gold);box-shadow:0 22px 55px rgba(200,155,60,.18);transform:translateY(-8px)}.popular-tag{position:absolute;top:14px;right:14px}.price{font-size:2.6rem;font-weight:900;color:var(--navy);margin:15px 0 4px}.price small{font-size:.9rem;color:var(--muted);font-weight:650}.price-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:12px;color:#4c5d70}.price-list li:before{content:"✓";color:var(--success);font-weight:900;margin-inline-end:9px}.cta-band{background:linear-gradient(135deg,var(--navy),#193e5e);color:#fff;border-radius:28px;padding:52px;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;position:relative}.cta-band:after{content:"";position:absolute;width:280px;height:280px;border:55px solid rgba(200,155,60,.12);border-radius:50%;right:-90px;top:-100px}.cta-band h2{margin:0 0 8px;font-size:2rem;position:relative;z-index:1}.cta-band p{margin:0;color:#c5d0dc;position:relative;z-index:1}.site-footer{padding:34px 0;background:#0b1f33;color:#c5d0dc}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px}
.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.auth-visual{background:linear-gradient(145deg,#0b1f33,#173b59);color:#fff;padding:54px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-visual:after{content:"";position:absolute;width:520px;height:520px;border:90px solid rgba(200,155,60,.1);border-radius:50%;right:-190px;bottom:-190px}.auth-copy{position:relative;z-index:1;max-width:520px}.auth-copy h1{font-size:3rem;line-height:1.1;margin:0 0 16px}.auth-copy p{color:#cbd6e0;font-size:1.05rem}.auth-form-wrap{display:grid;place-items:center;padding:50px}.auth-form{width:min(480px,100%)}.auth-form h2{font-size:2rem;margin:0 0 8px}.auth-form .sub{color:var(--muted);margin-bottom:28px}
.dashboard-shell{min-height:100vh}.sidebar{position:fixed;top:0;bottom:0;width:270px;background:var(--navy-2);color:#dbe5ee;padding:24px 18px;z-index:40;display:flex;flex-direction:column}.sidebar .brand{color:#fff;padding:0 8px 24px}.sidebar .brand-mark{box-shadow:none}.side-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#71879a;padding:16px 12px 8px;font-weight:800}.side-nav{display:grid;gap:5px}.side-nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;color:#bac8d5;font-weight:650}.side-nav a:hover,.side-nav a.active{color:#fff;background:rgba(255,255,255,.08)}.side-icon{width:20px;height:20px;display:grid;place-items:center}.side-footer{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.restaurant-mini{display:flex;gap:10px;align-items:center;padding:10px}.restaurant-avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--gold),#805d1c);display:grid;place-items:center;font-weight:900;color:#fff}.restaurant-mini b{display:block;font-size:.88rem}.restaurant-mini span{font-size:.72rem;color:#91a4b4}.dashboard-main{min-height:100vh;margin-inline-start:270px}.topbar{height:76px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;display:flex;align-items:center;padding:0 30px;justify-content:space-between}.topbar-actions{display:flex;gap:10px;align-items:center}.content{padding:30px}.mobile-menu{display:none}.user-chip{display:flex;align-items:center;gap:10px;padding:6px 10px 6px 6px;border-radius:14px;border:1px solid var(--line);background:#fff}.user-avatar{width:34px;height:34px;border-radius:10px;background:#eef3f7;display:grid;place-items:center;font-weight:850;color:var(--navy)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.stat-card{padding:22px}.stat-head{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.86rem}.stat-icon{width:38px;height:38px;border-radius:12px;background:#eef3f7;display:grid;place-items:center;color:var(--navy)}.stat-value{font-size:2rem;font-weight:900;margin:12px 0 3px}.dash-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px}.chart{height:240px;display:flex;align-items:flex-end;gap:12px;padding-top:25px}.bar-col{flex:1;display:flex;align-items:center;flex-direction:column;gap:8px}.bar{width:100%;max-width:34px;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,var(--gold),#a77b27);min-height:7px}.bar-label{font-size:.7rem;color:var(--muted)}.top-list{display:grid;gap:10px;margin-top:18px}.top-row{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:12px;background:#f8fafc}.thumb{width:42px;height:42px;border-radius:10px;background:linear-gradient(145deg,#e7b96c,#83452a);overflow:hidden;object-fit:cover}.top-row b{font-size:.88rem}.top-row span{font-size:.75rem;color:var(--muted)}
.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:start;padding:14px 16px;border-bottom:1px solid #edf0f4;vertical-align:middle}.data-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#6d7b8d;background:#fafbfc}.data-table tr:last-child td{border-bottom:0}.table-wrap{overflow:auto}.item-cell{display:flex;align-items:center;gap:12px}.item-img{width:52px;height:52px;border-radius:12px;background:linear-gradient(145deg,#dca75e,#74412b);object-fit:cover}.empty{padding:50px;text-align:center;color:var(--muted)}.empty-icon{width:64px;height:64px;border-radius:20px;background:#eef3f7;margin:0 auto 15px;display:grid;place-items:center;font-size:1.5rem}.inline-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.inline-form .field{min-width:180px;flex:1}.form-section{padding:24px;border-bottom:1px solid var(--line)}.form-section:last-child{border-bottom:0}.form-section h3{margin:0 0 4px}.form-section>p{margin:0 0 20px;color:var(--muted)}.repeat-box{border:1px dashed #ccd4df;border-radius:14px;padding:14px;background:#fbfcfd;margin-bottom:10px}.color-input{display:flex;align-items:center;gap:10px}.color-input input[type=color]{width:46px;height:42px;border:0;background:none;padding:0}.preview-card{border-radius:18px;overflow:hidden;background:#f8f4eb;border:1px solid var(--line)}.preview-cover{height:130px;background:var(--preview-primary,var(--navy))}.preview-body{padding:18px}.preview-accent{width:70px;height:7px;border-radius:8px;background:var(--preview-accent,var(--gold));margin-bottom:14px}
.qr-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.stand-card{aspect-ratio:2/3;background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;text-align:center;box-shadow:var(--shadow);position:sticky;top:100px}.stand-brand{font-weight:900;font-size:1.15rem}.stand-title{font-size:1.8rem;font-weight:900;line-height:1.2;margin:28px 0 8px}.stand-sub{color:var(--muted);margin-bottom:24px}.stand-qr{width:210px;height:210px;margin:0 auto 20px;border-radius:18px;border:1px solid var(--line);padding:12px}.stand-foot{font-size:.78rem;color:var(--muted);margin-top:18px}.qr-list{display:grid;gap:12px}.qr-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}
.admin-accent .sidebar{background:#161b25}.admin-accent{--navy:#1b2433;--gold:#d8aa4f}
@media(max-width:1000px){.hero-grid,.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.features,.steps,.pricing-grid{grid-template-columns:1fr 1fr}.hero{text-align:center}.hero p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.device-wrap{margin-top:20px}.stats-grid{grid-template-columns:1fr 1fr}.dash-grid,.qr-layout{grid-template-columns:1fr}.stand-card{position:relative;top:auto;max-width:380px;margin:auto}}
@media(max-width:780px){.nav-links{display:none}.container{width:min(100% - 24px,1180px)}.hero{padding-top:55px}.hero h1{font-size:2.65rem}.features,.steps,.pricing-grid{grid-template-columns:1fr}.price-card.popular{transform:none}.cta-band{padding:32px;display:grid}.footer-row{align-items:flex-start;flex-direction:column}.float-card.scan{right:0}.float-card.sales{left:0}.sidebar{transform:translateX(-110%);transition:.25s}.rtl .sidebar,html[dir=rtl] .sidebar{transform:translateX(110%)}.sidebar.open{transform:translateX(0)!important}.dashboard-main{margin-inline-start:0}.topbar{padding:0 16px}.content{padding:20px 14px}.mobile-menu{display:grid}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-card{padding:17px}.stat-value{font-size:1.6rem}.form-grid{grid-template-columns:1fr}.page-head{align-items:stretch;flex-direction:column}.page-head .btn{width:100%}.auth-form-wrap{padding:28px 20px}.phone{width:270px}.device-wrap{min-height:600px}.data-table{min-width:720px}}
@media(max-width:480px){.nav-actions .btn-outline{display:none}.stats-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.device-wrap{transform:scale(.9);margin-inline:-20px}.stand-card{padding:24px}.stand-qr{width:180px;height:180px}.site-nav{height:68px}}
@media print{.sidebar,.topbar,.no-print,.page-head{display:none!important}.dashboard-main{margin:0}.content{padding:0}.stand-card{box-shadow:none;border:0;width:100mm;height:150mm;aspect-ratio:auto;border-radius:0;margin:auto;padding:12mm}.stand-qr{width:62mm;height:62mm}.qr-layout>*:first-child{display:none}.qr-layout{display:block}}

.theme-picker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.theme-option{display:block;border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff;cursor:pointer;transition:.2s}
.theme-option input{display:none}
.theme-option.selected,.theme-option:has(input:checked){border-color:var(--gold);box-shadow:0 12px 30px rgba(200,155,60,.12)}
.theme-preview{height:140px;border-radius:16px;padding:14px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:10px}
.theme-preview .theme-bar{display:block;width:34%;height:12px;border-radius:999px;background:rgba(255,255,255,.85)}
.theme-preview .theme-cover{display:block;position:absolute;inset:0;opacity:.9}
.theme-preview .theme-card{display:block;position:relative;z-index:1;height:28px;border-radius:12px;background:rgba(255,255,255,.92)}
.theme-preview .theme-card.small{width:72%}
.theme-copy{padding-top:12px}
.theme-copy strong{display:block;margin-bottom:6px}
.theme-copy p{margin:0;color:var(--muted);font-size:.88rem}
.theme-preview.restaurant-elegant{background:linear-gradient(135deg,#102a43,#0a1c2d)}
.theme-preview.restaurant-elegant .theme-cover{background:radial-gradient(circle at top right,rgba(200,155,60,.35),transparent 45%)}
.theme-preview.cafe-modern{background:linear-gradient(135deg,#4b2e1f,#7b5236)}
.theme-preview.cafe-modern .theme-cover{background:radial-gradient(circle at top right,rgba(217,168,108,.35),transparent 45%)}
.theme-preview.dessert-sweet{background:linear-gradient(135deg,#b85c7a,#efacc1)}
.theme-preview.dessert-sweet .theme-cover{background:radial-gradient(circle at top right,rgba(255,255,255,.25),transparent 45%)}
.theme-preview.supermarket-fresh{background:linear-gradient(135deg,#1f7a43,#74b84f)}
.theme-preview.supermarket-fresh .theme-cover{background:linear-gradient(180deg,transparent,rgba(255,255,255,.14))}
.theme-preview.seafood-coastal{background:linear-gradient(135deg,#0a5678,#57afc7)}
.theme-preview.seafood-coastal .theme-cover{background:radial-gradient(circle at top right,rgba(255,255,255,.28),transparent 45%)}
.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.demo-grid.large{grid-template-columns:repeat(3,1fr)}
.demo-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(18,34,56,.05)}
.demo-card-cover{height:160px;position:relative}
.demo-card-cover:before{content:"";position:absolute;inset:0;opacity:.95}
.demo-card-cover.restaurant-elegant:before{background:linear-gradient(135deg,#102a43,#0a1c2d)}
.demo-card-cover.cafe-modern:before{background:linear-gradient(135deg,#4b2e1f,#7b5236)}
.demo-card-cover.dessert-sweet:before{background:linear-gradient(135deg,#b85c7a,#efacc1)}
.demo-card-cover.supermarket-fresh:before{background:linear-gradient(135deg,#1f7a43,#74b84f)}
.demo-card-cover.seafood-coastal:before{background:linear-gradient(135deg,#0a5678,#57afc7)}
.demo-card-cover:after{content:"";position:absolute;inset:14px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18)}
.demo-card-body{padding:18px}
.demo-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f2f5f8;color:var(--navy);font-size:.76rem;font-weight:800;margin-bottom:10px}
.demo-card h3{margin:0 0 8px}
.demo-card p{margin:0;color:var(--muted)}
.demo-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.demo-page-section{padding-top:110px}
@media(max-width:1000px){.theme-picker-grid,.demo-grid,.demo-grid.large{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.theme-picker-grid,.demo-grid,.demo-grid.large{grid-template-columns:1fr}}

.premium-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.premium-theme-card{display:block;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;cursor:pointer;transition:.2s}.premium-theme-card>input{display:none}.premium-theme-card.selected,.premium-theme-card:has(input:checked){border-color:var(--gold);box-shadow:0 16px 36px rgba(200,155,60,.14);transform:translateY(-2px)}.premium-theme-image{height:220px;position:relative}.premium-theme-image img{width:100%;height:100%;object-fit:cover}.premium-theme-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(6,13,20,.68))}.premium-theme-image span{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff;font-size:1.15rem;font-weight:850}.premium-theme-copy{padding:16px}.premium-theme-copy p{margin:0 0 14px;color:var(--muted);font-size:.87rem;min-height:44px}.premium-theme-copy a{font-weight:800;color:var(--navy);font-size:.82rem}@media(max-width:780px){.premium-theme-grid{grid-template-columns:1fr}.premium-theme-image{height:200px}}
/* Zawqio Brand System */
:root{
  --navy:#073B43;--navy-2:#052E35;--gold:#F26B4E;--gold-2:#FF9A7F;--cream:#FFF8EE;
  --ink:#102F35;--muted:#687C80;--line:#DFE9E8;--surface:#FFFFFF;--success:#15866F;
  --shadow:0 20px 55px rgba(7,59,67,.10);
}
body{background:#F7FBFA;color:var(--ink)}
a{color:inherit}.brand-logo{display:block;max-width:100%;height:auto}.brand-logo-dashboard{width:148px}.brand-logo-auth{width:190px;filter:brightness(0) invert(1)}
.sidebar{background:linear-gradient(180deg,#073B43 0%,#052E35 100%)}
.side-nav a.active{background:linear-gradient(135deg,rgba(37,199,196,.22),rgba(242,107,78,.12));color:#fff;border-color:rgba(37,199,196,.25)}
.side-icon{color:#61D8D4}.topbar{border-bottom-color:#DFE9E8;background:rgba(255,255,255,.88);backdrop-filter:blur(14px)}
.btn-primary{background:linear-gradient(135deg,#0AA7AA,#087D84);border-color:#087D84;color:#fff;box-shadow:0 10px 24px rgba(10,167,170,.2)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(10,167,170,.28)}
.btn-gold{background:#F26B4E;color:#fff;border-color:#F26B4E}.input:focus,select:focus,textarea:focus{border-color:#16B8B4;box-shadow:0 0 0 4px rgba(22,184,180,.12)}
.auth-visual{background:radial-gradient(circle at 20% 15%,rgba(37,199,196,.24),transparent 32%),radial-gradient(circle at 80% 80%,rgba(242,107,78,.18),transparent 35%),linear-gradient(145deg,#073B43,#052E35)}
.auth-form-wrap{background:#FFFDF8}.eyebrow{color:#7FE5E0}.card,.stat-card{border-color:#DFE9E8;box-shadow:0 12px 32px rgba(7,59,67,.06)}
.theme-option.selected,.theme-option:has(input:checked),.premium-theme-card.selected,.premium-theme-card:has(input:checked){border-color:#16B8B4;box-shadow:0 16px 36px rgba(22,184,180,.14)}
@media(max-width:780px){.brand-logo-dashboard{width:126px}}

/* Orders & coupons */
.order-status-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:18px}.status-pill{background:#fff;border:1px solid #e3ecec;border-radius:16px;padding:14px;text-decoration:none;color:inherit;display:flex;flex-direction:column}.status-pill b{font-size:22px}.status-pill span{font-size:12px;color:#718080}.status-pill.active{border-color:#0bb1b9;box-shadow:0 8px 28px rgba(11,177,185,.12)}.table small{display:block;color:#718080;margin-top:3px}.order-badge{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.status-new{background:#fff3d5;color:#8a6110}.status-confirmed{background:#e8f5ff;color:#17669b}.status-preparing{background:#f0eaff;color:#6440a0}.status-ready{background:#e3f9f2;color:#137454}.status-completed{background:#e7f5ec;color:#287044}.status-cancelled{background:#ffebeb;color:#9e3838}.order-detail-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}.order-line{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #edf1f1}.order-line span,.order-line small{display:block;color:#718080;margin-top:4px}.order-total{display:flex;justify-content:space-between;font-size:22px;padding-top:20px}.note-box{background:#f4f8f8;padding:12px;border-radius:12px}.coupon-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #edf1f1}.coupon-row span{display:block;color:#718080;font-size:13px}.w-full{width:100%}@media(max-width:900px){.order-status-strip{grid-template-columns:repeat(3,1fr)}.order-detail-grid{grid-template-columns:1fr}}
