/* KROP v6 — Modern Vibrant UI
   No brown / vintage palette. Customer + Admin share a fresh green/blue system. */
:root{
  --bg:#f5f7fb;
  --surface:#ffffff;
  --surface-2:#f0f4f7;
  --surface-3:#e9fff3;
  --text:#111827;
  --muted:#697586;
  --line:#e3e8ef;
  --ink:#101828;
  --dark:#0c111d;
  --dark-2:#141b2a;
  --brand:#16a34a;
  --brand-2:#22c55e;
  --brand-dark:#15803d;
  --cyan:#06b6d4;
  --blue:#2563eb;
  --violet:#7c3aed;
  --orange:#f97316;
  --pink:#ec4899;
  --success:#079455;
  --warning:#dc6803;
  --danger:#d92d20;
  --shadow:0 12px 34px rgba(16,24,40,.08);
  --shadow-lg:0 22px 60px rgba(16,24,40,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.hidden{display:none!important}
.muted{color:var(--muted)}
label{font-size:13px;font-weight:800;color:#344054}
h1,h2,h3,p{max-width:100%}

/* Brand */
.brand,.brand-lg{display:flex;align-items:center;gap:11px;min-width:0}
.brand b,.brand-lg b{display:block;font-size:19px;letter-spacing:.02em}
.brand small,.brand-lg small{display:block;color:#98a2b3;font-size:11px}
.brand-mark{
  width:40px;height:40px;border-radius:13px;display:grid;place-items:center;
  background:linear-gradient(135deg,#22c55e 0%,#06b6d4 100%);
  color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(34,197,94,.22)
}

/* Controls */
.btn{
  border:1px solid transparent;border-radius:12px;padding:11px 15px;font-weight:800;
  transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{
  background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;
  box-shadow:0 8px 18px rgba(22,163,74,.20)
}
.btn.primary:hover{box-shadow:0 11px 24px rgba(22,163,74,.28)}
.btn.soft{background:#f2f4f7;color:#344054;border-color:#e4e7ec}
.btn.outline{background:#fff;color:#344054;border-color:#d0d5dd}
.btn.full{width:100%}
.input,input[type="text"],input[type="email"],input[type="password"],input[type="file"],textarea,select{
  width:100%;padding:12px 14px;border:1px solid #d7dee8;border-radius:12px;background:#fff;
  color:var(--text);outline:none;margin:7px 0 14px;transition:.18s ease
}
.input:focus,input:focus,textarea:focus,select:focus{
  border-color:#42c979;box-shadow:0 0 0 4px rgba(34,197,94,.11)
}
.panel{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 6px 18px rgba(16,24,40,.035)
}
.alert{padding:12px 14px;border-radius:12px;margin:10px 0;font-weight:700}
.alert.danger{background:#fef3f2;color:var(--danger)}
.alert.success{background:#ecfdf3;color:#067647}
.eyebrow,.section-kicker{
  font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--brand);
  font-weight:900
}

/* Login */
.auth-bg{
  min-height:100vh;display:grid;place-items:center;padding:24px;
  background:
    radial-gradient(circle at 15% 18%,rgba(34,197,94,.14),transparent 30%),
    radial-gradient(circle at 85% 80%,rgba(6,182,212,.14),transparent 28%),
    #f5f7fb
}
.auth-card{
  width:min(430px,94vw);background:rgba(255,255,255,.96);border:1px solid #e4e7ec;
  border-radius:26px;padding:30px;box-shadow:var(--shadow-lg)
}
.auth-card h1{margin:28px 0 4px;font-size:30px}

/* ================= ADMIN / CASHIER ================= */
.admin-body{display:grid;grid-template-columns:258px minmax(0,1fr);min-height:100vh;background:#f6f8fb}
.sidebar{
  background:
    radial-gradient(circle at 50% -10%,rgba(34,197,94,.17),transparent 30%),
    linear-gradient(180deg,#101828 0%,#0b1220 100%);
  color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.06)
}
.sidebar .brand{padding:4px 6px 20px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:14px}
.sidebar .brand small{color:#98a2b3}
.nav{
  display:flex;align-items:center;padding:12px 13px;border-radius:12px;margin-top:7px;color:#b9c1cf;
  font-size:14px;font-weight:700;transition:.16s ease
}
.nav:hover{background:rgba(255,255,255,.07);color:#fff;transform:translateX(2px)}
.nav.active{
  background:linear-gradient(135deg,rgba(34,197,94,.95),rgba(6,182,212,.86));
  color:#fff;box-shadow:0 9px 22px rgba(16,185,129,.20)
}
.sidebar-bottom{
  position:absolute;left:16px;right:16px;bottom:18px;border-top:1px solid rgba(255,255,255,.09);
  padding-top:16px;display:flex;justify-content:space-between;align-items:center;gap:10px
}
.sidebar-bottom small{display:block;color:#98a2b3}
.sidebar-bottom a{color:#d0d5dd;font-size:13px}

.admin-main{padding:28px;min-width:0}
.topbar,.section-head,.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.topbar{margin-bottom:4px}
.topbar h1,.page-head h1{margin:0;font-size:30px;letter-spacing:-.03em}
.topbar p,.page-head p{margin:7px 0 0}
.online{
  background:#ecfdf3;color:#067647;border:1px solid #abefc6;padding:8px 12px;border-radius:999px;
  font-size:12px;font-weight:900;box-shadow:0 3px 12px rgba(7,148,85,.08)
}
.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0}
.stat{
  position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px;
  padding:20px;box-shadow:0 6px 18px rgba(16,24,40,.035)
}
.stat:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-32px;top:-35px;opacity:.17}
.stat:nth-child(1):after{background:var(--brand-2)}
.stat:nth-child(2):after{background:var(--cyan)}
.stat:nth-child(3):after{background:var(--violet)}
.stat span{display:block;color:#667085;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.stat strong{font-size:28px;display:block;margin-top:9px;letter-spacing:-.03em;color:#101828}

.order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.order-card{
  background:#fff;border:1px solid var(--line);padding:16px;border-radius:18px;box-shadow:0 5px 16px rgba(16,24,40,.04)
}
.order-card.new-order{border-color:#86efac;box-shadow:0 0 0 3px rgba(34,197,94,.10)}
.order-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.order-head h3{margin:8px 0;font-size:19px}
.badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;background:#f2f4f7;color:#475467}
.badge.new{background:#ecfdf3;color:#067647}.badge.accepted{background:#eff8ff;color:#175cd3}
.badge.preparing{background:#f4f3ff;color:#5925dc}.badge.ready{background:#fff7ed;color:#c4320a}
.items{display:grid;gap:7px;padding:10px 0 16px;border-top:1px dashed #e4e7ec;margin-top:10px}
.items span{font-size:13px;color:#344054}
.empty{padding:26px;text-align:center;color:#98a2b3}
.payment-line{display:flex;gap:7px;align-items:center;margin:8px 0}
.pay-badge{
  font-size:10px;font-weight:900;letter-spacing:.08em;background:#ecfdf3;color:#067647;
  padding:5px 8px;border-radius:8px
}
.paid{font-size:11px;color:#067647;font-weight:800}.unpaid{font-size:11px;color:#b54708;font-weight:800}
.rejected{font-size:11px;color:#b42318;font-weight:800}
.proof-link{
  display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:center;border:1px solid var(--line);
  border-radius:13px;padding:8px;margin:10px 0;background:#f9fafb
}
.proof-thumb{width:70px;height:70px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.proof-link span{font-size:12px;font-weight:800;color:#344054}
.verify-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px}

/* admin simple pages */
.simple-page{padding:28px;background:#f6f8fb;min-height:100vh}
.page-wrap{max-width:1180px;margin:auto}
.page-head{padding:6px 0 4px}
.page-head>a,.page-head div>a{color:#475467;font-size:13px;font-weight:800}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;margin-top:20px}
.table-list{display:grid}
.table-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}
.table-row small{display:block;color:#98a2b3;margin-top:3px}
.qr-link{max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--blue)}
.qr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.qr-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;text-align:center;
  box-shadow:0 6px 18px rgba(16,24,40,.04)
}
.qr-card:nth-child(3n+1){border-top:4px solid var(--brand)}
.qr-card:nth-child(3n+2){border-top:4px solid var(--cyan)}
.qr-card:nth-child(3n+3){border-top:4px solid var(--violet)}
.qr-top{display:flex;justify-content:space-between;text-align:left;align-items:flex-start}
.qr-top h2{margin:4px 0 12px}
.qr-box{display:grid;place-items:center;background:#fff;border:1px dashed #cfd7df;border-radius:15px;padding:14px;margin:10px auto;max-width:260px}
.qr-box svg{max-width:100%;height:auto}
.qr-actions{display:grid;grid-template-columns:1fr auto;gap:8px}
.table-add{margin-top:20px}
.inline-form{display:flex;gap:12px;align-items:end}.inline-form>div{flex:1}.inline-form .input{margin-bottom:0}
.qris-preview{display:block;max-width:320px;width:100%;height:auto;margin:0 auto 10px;border-radius:14px;border:1px solid var(--line)}

/* ================= CUSTOMER ORDER ================= */
.customer-body{
  background:
   radial-gradient(circle at 5% 5%,rgba(34,197,94,.08),transparent 24%),
   radial-gradient(circle at 95% 20%,rgba(6,182,212,.08),transparent 24%),
   #f8fafc;
  padding-bottom:100px
}
.customer-header{
  min-height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;
  border-bottom:1px solid rgba(228,231,236,.88);position:sticky;top:0;
  background:rgba(255,255,255,.90);backdrop-filter:blur(14px);z-index:10
}
.table-pill{
  background:linear-gradient(135deg,#ecfdf3,#ecfeff);border:1px solid #b7ebcb;color:#067647;
  padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900
}
.customer-main{max-width:760px;margin:auto;padding:20px}
.welcome{
  padding:28px 4px 12px;position:relative
}
.welcome:before{
  content:"";display:block;width:54px;height:7px;border-radius:999px;
  background:linear-gradient(90deg,var(--brand-2),var(--cyan));margin-bottom:18px
}
.welcome h1{font-size:38px;line-height:1.04;letter-spacing:-.045em;margin:7px 0 10px;color:#101828}
.welcome p{color:#667085;line-height:1.6}
.customer-panel{margin-top:16px}
.hero-card{
  text-align:center;padding:74px 22px;background:#fff;border:1px solid var(--line);border-radius:24px;
  box-shadow:var(--shadow)
}
.hero-icon{
  width:84px;height:84px;border-radius:26px;margin:0 auto 18px;display:grid;place-items:center;font-size:42px;
  background:linear-gradient(135deg,#dcfce7,#cffafe)
}
.search-wrap .input{box-shadow:0 7px 20px rgba(16,24,40,.04)}
.chips{display:flex;gap:8px;overflow:auto;padding:2px 0 14px;scrollbar-width:none}
.chips::-webkit-scrollbar{display:none}
.chip{
  border:1px solid #dfe5ec;background:#fff;border-radius:999px;padding:9px 13px;white-space:nowrap;
  color:#475467;font-size:12px;font-weight:800
}
.chip.active{
  background:linear-gradient(135deg,var(--brand),var(--cyan));color:#fff;border-color:transparent;
  box-shadow:0 7px 16px rgba(6,182,212,.14)
}
.menu-list{display:grid;gap:11px}
.menu-card{
  display:flex;gap:13px;align-items:center;border:1px solid #e4e7ec;padding:12px;border-radius:18px;background:#fff;
  box-shadow:0 4px 14px rgba(16,24,40,.035);transition:.17s ease
}
.menu-card:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(16,24,40,.06)}
.menu-thumb{
  flex:0 0 64px;width:64px;height:64px;border-radius:17px;display:grid;place-items:center;font-size:28px;
  background:linear-gradient(135deg,#dcfce7,#cffafe)
}
.menu-card:nth-child(4n+2) .menu-thumb{background:linear-gradient(135deg,#e0e7ff,#f3e8ff)}
.menu-card:nth-child(4n+3) .menu-thumb{background:linear-gradient(135deg,#ffedd5,#fef3c7)}
.menu-card:nth-child(4n+4) .menu-thumb{background:linear-gradient(135deg,#fce7f3,#ede9fe)}
.menu-info{flex:1;min-width:0}
.menu-info h3{margin:0 0 4px;font-size:15px}.menu-info p{margin:0 0 7px;color:#98a2b3;font-size:12px;line-height:1.4}
.menu-info strong{font-size:14px;color:#101828}
.add-btn{
  width:40px;height:40px;border-radius:13px;border:0;color:#fff;font-size:22px;font-weight:800;
  background:linear-gradient(135deg,var(--brand),var(--cyan));box-shadow:0 7px 16px rgba(22,163,74,.18)
}
.cart-bar{
  position:fixed;left:50%;transform:translateX(-50%);bottom:16px;width:min(710px,calc(100% - 28px));
  background:linear-gradient(135deg,#101828 0%,#182230 100%);color:white;border-radius:18px;padding:14px 18px;
  display:flex;justify-content:space-between;align-items:center;box-shadow:0 18px 46px rgba(16,24,40,.24);z-index:20;
  border:1px solid rgba(255,255,255,.08)
}
.cart-bar:after{
  content:"→";width:34px;height:34px;margin-left:12px;border-radius:11px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--brand),var(--cyan));font-weight:900
}
.cart-bar small{display:block;color:#98a2b3;margin-top:2px}
.sheet{
  position:fixed;inset:0;background:rgba(15,23,42,.54);display:flex;align-items:flex-end;z-index:40;
  backdrop-filter:blur(4px)
}
.sheet-card{
  background:white;width:min(760px,100%);margin:auto;border-radius:26px 26px 0 0;padding:22px;
  max-height:88vh;overflow:auto;box-shadow:0 -18px 50px rgba(15,23,42,.14)
}
.sheet-head{display:flex;justify-content:space-between;align-items:center}
.sheet-head button{border:0;background:#f2f4f7;color:#344054;border-radius:50%;width:36px;height:36px}
.cart-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-row small{display:block;color:#98a2b3;margin-top:4px}
.qty{display:flex;align-items:center;gap:10px}.qty button{width:31px;height:31px;border-radius:9px;border:1px solid var(--line);background:white}
.payment-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 14px}
.pay-option{
  border:1px solid var(--line);border-radius:14px;padding:13px;display:flex;gap:9px;align-items:flex-start;cursor:pointer;background:#fff
}
.pay-option:has(input:checked){border-color:#86efac;background:#f0fdf4;box-shadow:0 0 0 3px rgba(34,197,94,.07)}
.pay-option small{display:block;color:#98a2b3;margin-top:3px}
.qris-box{border:1px dashed #a7d7ba;border-radius:15px;padding:14px;text-align:center;background:#f7fff9}
.qris-box img{display:block;max-width:320px;width:100%;height:auto;margin:0 auto 10px;border-radius:12px}
.proof-upload{display:block;text-align:left;margin-top:14px}.proof-upload span{display:block;font-weight:800;margin-bottom:7px}.proof-upload small{display:block;color:#98a2b3;margin-top:5px}
.total-row{display:flex;justify-content:space-between;padding:16px 0;font-size:18px}.centered{text-align:center}
.success-icon{
  width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#22c55e,#06b6d4);color:#fff;
  display:grid;place-items:center;margin:10px auto;font-size:30px;font-weight:900
}

/* ================= PUBLIC LANDING ================= */
.landing-body{background:#fff;color:#101828}
.public-nav{
  max-width:1180px;margin:auto;min-height:82px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid #f0f2f5
}
.public-links{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700;color:#475467}
.landing-hero{
  max-width:1180px;margin:0 auto;padding:58px 24px 76px;display:grid;grid-template-columns:1.05fr .95fr;
  gap:66px;align-items:center;min-height:620px
}
.hero-copy h1{
  font-family:Inter,ui-sans-serif,sans-serif;font-size:72px;line-height:.96;letter-spacing:-.06em;
  margin:16px 0 24px;font-weight:900;color:#101828
}
.hero-copy h1 em{
  font-style:normal;background:linear-gradient(90deg,var(--brand),var(--cyan));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-copy>p{max-width:560px;font-size:17px;line-height:1.7;color:#667085}
.hero-actions{display:flex;gap:10px;margin:30px 0}
.hero-note{display:flex;gap:22px;flex-wrap:wrap;color:#667085;font-size:12px;font-weight:700;margin-top:30px}
.hero-visual{
  height:500px;border-radius:34px;position:relative;display:grid;place-items:center;overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.85),transparent 18%),
    radial-gradient(circle at 78% 20%,rgba(255,255,255,.45),transparent 20%),
    linear-gradient(145deg,#dcfce7 0%,#cffafe 48%,#e0e7ff 100%);
  box-shadow:var(--shadow-lg)
}
.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}
.hero-visual:before{width:250px;height:250px;background:rgba(34,197,94,.20);left:-70px;bottom:-70px}
.hero-visual:after{width:210px;height:210px;background:rgba(124,58,237,.16);right:-60px;top:-50px}
.coffee-art{
  position:relative;z-index:2;text-align:center;color:#101828;background:rgba(255,255,255,.64);
  backdrop-filter:blur(12px);padding:34px 46px;border-radius:26px;border:1px solid rgba(255,255,255,.70)
}
.coffee-art span{display:block;font-size:100px;filter:drop-shadow(0 16px 18px rgba(16,24,40,.12))}
.coffee-art b{display:block;font-size:40px;letter-spacing:.16em}.coffee-art small{color:#667085}
.float-card{
  position:absolute;z-index:3;right:20px;bottom:20px;background:#101828;color:#fff;padding:16px 18px;border-radius:16px;
  box-shadow:0 18px 45px rgba(16,24,40,.20);display:grid;min-width:205px
}
.float-card small,.float-card span{color:#98a2b3;font-size:11px}.float-card strong{margin:4px 0}
.public-section{max-width:1180px;margin:auto;padding:84px 24px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:18px}
.story-grid h2,.section-title h2,.visit-section h2{
  font-family:Inter,ui-sans-serif,sans-serif;font-weight:900;font-size:44px;line-height:1.05;
  letter-spacing:-.045em;margin:8px 0
}
.story-grid p{font-size:16px;line-height:1.8;color:#475467}
.menu-preview{border-top:1px solid #eef2f6;background:#f8fafc;max-width:none;padding-left:max(24px,calc((100vw - 1132px)/2));padding-right:max(24px,calc((100vw - 1132px)/2))}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}
.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.featured-card{
  background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:12px;box-shadow:0 5px 16px rgba(16,24,40,.035)
}
.featured-photo{
  height:180px;border-radius:15px;display:grid;place-items:center;font-size:66px;
  background:linear-gradient(135deg,#dcfce7,#cffafe)
}
.featured-card:nth-child(2) .featured-photo{background:linear-gradient(135deg,#e0e7ff,#f3e8ff)}
.featured-card:nth-child(3) .featured-photo{background:linear-gradient(135deg,#ffedd5,#fef3c7)}
.featured-card:nth-child(4) .featured-photo{background:linear-gradient(135deg,#fce7f3,#ede9fe)}
.featured-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);font-weight:900;display:block;margin-top:15px}
.featured-card h3{margin:6px 0}.featured-card p{font-size:12px;color:#98a2b3;min-height:30px}
.visit-section{
  background:
   radial-gradient(circle at 80% 20%,rgba(34,197,94,.17),transparent 30%),
   linear-gradient(135deg,#101828,#172033);
  color:#fff;padding:70px max(24px,calc((100vw - 1132px)/2));display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end
}
.section-kicker.light{color:#86efac}.visit-section p{line-height:1.7;color:#cbd5e1}
.visit-info{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.visit-info div{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);border-radius:14px;padding:18px}
.visit-info small{display:block;color:#98a2b3;margin-bottom:7px}
.public-footer{max-width:1180px;margin:auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:12px}

/* public menu */
.public-menu-page{max-width:1020px;margin:auto;padding:64px 24px 100px}
.public-menu-page>h1{font-size:54px;letter-spacing:-.05em;font-weight:900;margin:10px 0}
.public-menu-page .chips{margin:30px 0 20px}
.public-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.public-menu-item{
  background:#fff;border:1px solid #e4e7ec;border-radius:15px;padding:18px;display:flex;justify-content:space-between;
  gap:20px;align-items:center;box-shadow:0 4px 13px rgba(16,24,40,.025)
}
.public-menu-item h3{margin:0 0 6px}.public-menu-item p{margin:0;color:#98a2b3;font-size:12px}

/* Responsive */
@media(max-width:1050px){
  .order-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .qr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .landing-hero{gap:34px}.hero-copy h1{font-size:58px}
}
@media(max-width:900px){
  .admin-body{grid-template-columns:1fr}.sidebar{position:static;height:auto}
  .sidebar-bottom{position:static;margin-top:20px}.admin-main{padding:18px}
  .stats-grid{grid-template-columns:1fr}.split{grid-template-columns:1fr}
  .landing-hero{grid-template-columns:1fr;padding-top:34px}.hero-visual{height:390px}
  .story-grid,.visit-section{grid-template-columns:1fr}.public-links>a:not(.btn){display:none}
}
@media(max-width:650px){
  .topbar,.section-head,.page-head{align-items:flex-start;flex-direction:column}
  .order-grid,.qr-grid,.featured-grid,.public-menu-grid,.payment-choice{grid-template-columns:1fr}
  .simple-page{padding:16px}.customer-main{padding:16px}
  .welcome h1{font-size:34px}.public-nav{padding:0 16px}
  .landing-hero{padding:30px 16px 54px}.hero-copy h1{font-size:48px}
  .hero-note{gap:12px}.hero-visual{height:340px}.coffee-art{padding:24px 30px}.coffee-art span{font-size:76px}
  .float-card{right:12px;bottom:12px;min-width:180px}
  .public-section{padding:62px 16px}.menu-preview{padding-left:16px;padding-right:16px}
  .section-title{align-items:flex-start;flex-direction:column;gap:12px}
  .story-grid h2,.section-title h2,.visit-section h2{font-size:36px}
  .visit-section{padding:58px 16px}.visit-info{grid-template-columns:1fr}
  .public-footer{padding:24px 16px;align-items:flex-start;flex-direction:column;gap:14px}
  .inline-form{display:block}.qr-actions{grid-template-columns:1fr 1fr}
}

/* ================= KROP V7 — MOCKUP-LOCKED UI ================= */
:root{--kgreen:#00a85a;--kgreen2:#13c777;--knavy:#071521;--kblue:#1570ef;--kpurple:#7a5af8}
.brand-mark{background:linear-gradient(145deg,#00a85a,#12b76a)!important}
.intro-step{max-width:440px;margin:42px auto;background:#fff;border:1px solid #e7ebef;border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(16,24,40,.08)}
.intro-step h1{font-size:30px;letter-spacing:-.04em;margin:9px 0}.intro-step>p{color:#667085;line-height:1.6;margin-bottom:24px}
.intro-icon{width:52px;height:52px;border-radius:16px;background:#ecfdf3;display:grid;place-items:center;font-size:25px;margin-bottom:16px}
.optional{font-weight:500;color:#98a2b3}
.customer-greeting{display:flex;justify-content:space-between;align-items:center;margin:12px 0 18px}.customer-greeting small{display:block;color:#98a2b3}.customer-greeting strong{font-size:20px}.table-mini{background:#ecfdf3;color:#067647;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}
.menu-thumb{font-size:20px;font-weight:900;color:#087443}.sheet-handle{width:42px;height:5px;background:#e4e7ec;border-radius:999px;margin:-8px auto 16px}
.sheet-head small{color:#98a2b3}.sheet-head h2{margin:3px 0 10px}.pay-icon{width:38px;height:38px;border-radius:11px;background:#f2f4f7;display:grid;place-items:center;font-size:19px;flex:0 0 auto}.payment-total{background:#f8fafc;border-radius:13px;padding:14px;margin:16px 0;display:flex;justify-content:space-between}.success-card{text-align:center;padding:40px 26px}.success-card p{color:#667085}.success-card>strong{display:block;margin:8px 0 24px}
.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat{min-height:128px}.stat small{display:block;color:#98a2b3;margin-top:9px}.stat:nth-child(1){border-top:3px solid #12b76a}.stat:nth-child(2){border-top:3px solid #1570ef}.stat:nth-child(3){border-top:3px solid #f79009}.stat:nth-child(4){border-top:3px solid #7a5af8}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.orders-panel{min-width:0}.dashboard-side{display:grid;gap:18px}.section-head h2{margin:4px 0}.order-filters{display:flex;gap:5px;background:#f2f4f7;padding:4px;border-radius:11px}.filter{border:0;background:transparent;padding:8px 10px;border-radius:8px;font-size:11px;font-weight:800;color:#667085}.filter.active{background:#fff;color:#087443;box-shadow:0 2px 6px rgba(16,24,40,.06)}
.order-toolbar{display:flex;gap:10px;align-items:center;margin:14px 0}.order-toolbar .input{margin:0}.live-dot{white-space:nowrap;font-size:11px;font-weight:800;color:#067647;background:#ecfdf3;padding:8px 10px;border-radius:999px}.orders-panel .order-grid{grid-template-columns:1fr;gap:10px}.orders-panel .order-card{box-shadow:none}.order-head h3 span{font-size:12px;color:#6941c6;background:#f4f3ff;border-radius:999px;padding:4px 7px}.order-meta{display:flex;gap:7px;flex-wrap:wrap;margin:7px 0 11px}.order-meta>span{font-size:10px;background:#f2f4f7;color:#667085;padding:5px 7px;border-radius:7px;font-weight:800}.payment-status.paid{background:#ecfdf3;color:#067647}.payment-status.pending{background:#fff7ed;color:#b54708}.payment-status.rejected{background:#fef3f2;color:#b42318}.order-item{display:flex;justify-content:space-between;gap:12px}.order-item b{font-size:12px}.order-total{display:flex;justify-content:space-between;border-top:1px solid #eef2f6;padding:12px 0}.btn.reject{background:#fff;color:#d92d20;border:1px solid #fda29b}.quick-panel h3,.payment-summary h3{margin:5px 0 15px}.quick-panel>a{display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-top:1px solid #eef2f6}.quick-panel>a:first-of-type{border-top:0}.quick-panel a small{display:block;color:#98a2b3;margin-top:3px}.quick-panel a i{font-style:normal;color:#98a2b3}.quick-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:900}.quick-icon.green{background:#ecfdf3;color:#067647}.quick-icon.blue{background:#eff8ff;color:#175cd3}.quick-icon.violet{background:#f4f3ff;color:#5925dc}.payment-ring{width:150px;height:150px;border-radius:50%;margin:16px auto;display:grid;place-items:center;background:conic-gradient(#12b76a 0 67%,#f79009 67% 83%,#1570ef 83% 100%);position:relative}.payment-ring:after{content:"";position:absolute;width:104px;height:104px;border-radius:50%;background:#fff}.payment-ring>div{position:relative;z-index:1;text-align:center}.payment-ring strong{display:block;font-size:28px}.payment-ring small{color:#98a2b3}.legend{display:flex;justify-content:center;gap:14px;font-size:10px;color:#667085}.lg{width:8px;height:8px;border-radius:50%;display:inline-block}.lg.green{background:#12b76a}.lg.orange{background:#f79009}
@media(max-width:1180px){.dashboard-grid{grid-template-columns:1fr}.dashboard-side{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.stats-grid,.dashboard-side{grid-template-columns:1fr}.intro-step{margin:18px auto;padding:22px}.customer-header{min-height:66px}.order-filters{overflow:auto;max-width:100%}}

/* KROP V8 notification / polite customer / print controls */
.top-actions{display:flex;align-items:center;gap:9px}.sound-toggle{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:11px;padding:9px 12px;font-size:12px;font-weight:800}.sound-toggle.active{background:#ecfdf3;color:#067647;border-color:#abefc6}
.toast-stack{position:fixed;right:20px;top:20px;z-index:1000;display:grid;gap:10px;width:min(370px,calc(100vw - 30px))}.order-toast{display:grid;grid-template-columns:44px 1fr 24px;gap:10px;align-items:start;background:#101828;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px;box-shadow:0 20px 60px rgba(16,24,40,.28);animation:toastIn .22s ease}.order-toast p{margin:4px 0;font-size:12px}.order-toast small{color:#98a2b3}.order-toast button{border:0;background:transparent;color:#98a2b3;font-size:18px}.toast-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#12b76a,#06b6d4);display:grid;place-items:center}@keyframes toastIn{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}
.cashier-alert{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:11px;padding:10px 11px;font-size:11px;line-height:1.45;margin:8px 0}.order-actions{display:grid;grid-template-columns:auto 1fr;gap:8px;margin-top:8px}.print-btn{background:#101828;color:#fff;border:1px solid #101828;white-space:nowrap}
.success-order-box{background:#f8fafc;border:1px solid #eaecf0;border-radius:14px;padding:14px;margin:18px 0}.success-order-box small,.success-order-box span{display:block;color:#667085}.success-order-box strong{display:block;font-size:17px;margin:4px 0}.cash-instruction{display:grid;grid-template-columns:42px 1fr;gap:10px;text-align:left;background:#eff8ff;border:1px solid #b2ddff;color:#175cd3;border-radius:14px;padding:13px;margin:0 0 18px}.cash-instruction>span{width:42px;height:42px;border-radius:11px;background:#d1e9ff;display:grid;place-items:center;font-size:20px}.cash-instruction p{margin:4px 0 0;color:#344054;font-size:12px;line-height:1.5}.invalid-table{text-align:center}.invalid-table .intro-icon{margin-left:auto;margin-right:auto;background:#fef3f2;color:#b42318}
@media(max-width:700px){.top-actions{width:100%;justify-content:space-between}.sound-toggle{flex:1}.order-actions{grid-template-columns:1fr}.toast-stack{right:15px;top:15px}}

.dashboard-error{padding:18px;border:1px solid #fecdca;background:#fef3f2;color:#b42318;border-radius:14px}
.dashboard-error p{margin:6px 0 0;color:#7a271a;font-size:12px}
