:root{
  --bg:#0f172a; --panel:#0b1220; --card:#0f1b31; --soft:#122041;
  --txt:#e5e7eb; --muted:#94a3b8; --brand:#22c55e; --brand2:#60a5fa;
  --danger:#ef4444; --ring:#2563eb33; --bd:#27446e; --radius:18px;
  --shadow:0 14px 40px rgba(0,0,0,.35),0 4px 10px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
body{margin:0;background:linear-gradient(180deg,#0b1020,#0e1a34);color:var(--txt);font:15px/1.5 ui-sans-serif,system-ui,Segoe UI,Roboto,Arial}
.container{max-width:1200px;margin:28px auto;padding:0 18px}

/* -------- Topbar / Brand (BIGGER) -------- */
.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;background:rgba(10,17,35,.7);backdrop-filter: blur(10px);padding:14px 18px;border-bottom:1px solid #203052}
.brand{display:flex;gap:14px;align-items:center}
.brand-logo{height:56px;width:56px;border-radius:14px;object-fit:cover;box-shadow:var(--shadow)} /* was 42x42 */
.brand-name{font-weight:900;letter-spacing:.2px;font-size:22px;line-height:1.1} /* bigger */
.brand-tag{font-size:13px;color:var(--muted)}
.menu{display:flex;gap:10px;align-items:center}
.menu a{color:#dbeafe;text-decoration:none;padding:8px 12px;border-radius:10px}
.menu a:hover{background:#162442}

/* Buttons */
.btn{background:linear-gradient(135deg,var(--brand),#16a34a);border:none;color:#081b11;font-weight:800;padding:10px 16px;border-radius:12px;box-shadow:0 8px 20px rgba(34,197,94,.25);cursor:pointer;text-decoration:none}
.btn:hover{filter:brightness(1.05)}
.btn.outline{background:transparent;border:1px solid #284b38;color:#bfe8cd}
.btn.xs{padding:6px 10px;border-radius:8px;font-size:12px}

/* Flash */
.flash-holder{margin:18px 0}
.flash{padding:12px 16px;border-radius:12px}
.flash.success{background:#042d18;color:#b8f8d3;border:1px solid #1f7451}
.flash.danger{background:#2d0404;color:#ffd1d1;border:1px solid #8a2727}
.flash.info{background:#0a2036;color:#cbe0ff;border:1px solid #2b5e9a}

/* Forms / Panels */
.panel{background:linear-gradient(180deg,#0b152a,#0b1220);border:1px solid #1b3257;box-shadow:var(--shadow);border-radius:20px;padding:24px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.form-card{background:#0f1b31;border:1px solid #1b3257;border-radius:18px;padding:18px}
.form-card h3{margin:0 0 12px}
label{display:block;margin:10px 0 8px}
input[type=text],input[type=number],select,textarea{width:100%;border:1px solid #234166;background:#0b152a;color:#e5e7eb;border-radius:12px;padding:10px;outline:none;box-shadow:inset 0 0 0 1px transparent}
input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px var(--ring)}
textarea{resize:vertical}
.actions{display:flex;gap:10px;margin-top:10px}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.row4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.muted{color:var(--muted);font-size:12px}

/* Cards / Product Grid */
.cards .section-head{display:flex;justify-content:space-between;align-items:end;margin:10px 0 12px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.card{background:linear-gradient(180deg,#0b1220,#0c1730);border:1px solid #1c2f54;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.card-img{width:100%;height:160px;object-fit:cover}
.card-body{padding:12px}
.card h3{margin:6px 0}
.meta{display:flex;gap:10px;color:#cbd5e1;font-size:12px}
.price{font-weight:800;margin:8px 0}
.empty{background:#0f1b31;border:1px dashed #27446e;padding:18px;border-radius:16px}

/* Table */
.table-wrap{overflow:auto;border:1px solid #1b3257;border-radius:16px}
.table{width:100%;border-collapse:separate;border-spacing:0}
.table th,.table td{padding:10px;border-bottom:1px solid #1b3257}
.table thead th{background:#0f1b31;position:sticky;top:0}
.table tbody tr:hover{background:#0d1730}
.thumb{height:40px;width:60px;object-fit:cover;border-radius:8px;border:1px solid #27446e}

/* -------- Hero (bigger heading) -------- */
.hero{display:grid;grid-template-columns:1.3fr .7fr;gap:18px;align-items:center;margin-bottom:22px}
.hero-text h1{font-size:48px;margin:6px 0} /* was 40px */
.hero-text p{color:#cbd5e1;font-size:16px}
.hero-img img{width:100%;height:auto;border-radius:18px;border:1px solid #1b3257;box-shadow:var(--shadow)}

/* About / Contact / Footer */
.about,.contact{background:#0f1b31;border:1px solid #1b3257;border-radius:18px;padding:18px;margin:18px 0}
.bullets{display:grid;gap:6px;margin:10px 0 0;padding-left:18px}
.bullets li{margin-left:12px}
.footer{margin-top:40px;padding:18px;border-top:1px solid #203052;background:#0a1326}
.foot-inner{display:flex;justify-content:space-between;align-items:center;gap:10px}
.links a{color:#cde2ff;margin-left:12px;text-decoration:none}
.links a:hover{text-decoration:underline}

/* Responsive */
@media (max-width:900px){
  .form-grid{grid-template-columns:1fr}
  .row4{grid-template-columns:1fr 1fr}
  .hero{grid-template-columns:1fr}
  .brand-logo{height:50px;width:50px}
  .brand-name{font-size:20px}
}


/* Setup header: title left + button right */
.setup-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.setup-head h2{margin:0}

/* Menu builder */
.menu-builder{display:grid;gap:10px}
.menu-row{display:grid;grid-template-columns:1fr 1.2fr auto; gap:10px; align-items:center; background:#0b152a; border:1px solid #1b3257; border-radius:12px; padding:10px}
.menu-row input{width:100%; border:1px solid #234166; background:#0e1831; color:#e5e7eb; border-radius:10px; padding:8px}

.searchbar{
  display:flex; gap:10px; align-items:center; margin:8px 0 16px;
}
.searchbar input[type=text], .searchbar select{
  border:1px solid #234166; background:#0b152a; color:#e5e7eb;
  border-radius:10px; padding:10px; outline:none; min-width:220px;
}
.searchbar input[type=text]:focus, .searchbar select:focus{
  box-shadow:0 0 0 3px var(--ring);
}
.empty-inline{margin:8px 0}

.card .price{font-weight:800;margin:8px 0}
.card .muted{color:var(--muted);font-size:12.5px}


.socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.social-link {
    padding: 6px 10px;
    border: 1px solid #2d4a7c;
    border-radius: 8px
}
