:root {
  --ink: #0a0a0a;
  --ink-soft: #121212;
  --panel: #171717;
  --paper: #f6f4ef;
  --muted: #a9a9a3;
  --muted-dark: #6f706d;
  --red: #d81f2b;
  --red-dark: #9e101a;
  --line: rgba(255, 255, 255, .12);
  --cream-line: #dedbd3;
  --green: #77d4a6;
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--paper);
  background: var(--ink);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); min-width: 320px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.site-shell { overflow: hidden; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px clamp(18px, 4vw, 64px); background: rgba(9, 9, 9, .9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; min-width: 158px; }
.brand-mark { width: 48px; height: 48px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 50%; border: 1px solid rgba(216, 31, 43, .72); background: radial-gradient(circle at 30% 25%, #ef4b55, #7e0d16 68%, #260508); color: #fff; text-align: center; }
.brand-mark b { font: 800 13px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .04em; }
.brand-mark small { color: rgba(255, 255, 255, .92); font: 800 4px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .11em; white-space: nowrap; }
.brand-wordmark { font: 800 14px/1.02 "Arial Narrow", Impact, sans-serif; letter-spacing: .17em; }
.brand-wordmark b { color: var(--red); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); color: #c9c8c3; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .login-link:hover { color: #fff; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.ghost-button, .login-link, .cart-button { border: 1px solid transparent; background: transparent; color: var(--paper); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 10px 12px; }
.ghost-button { color: #b6b6b0; }
.ghost-button:hover { color: #fff; border-color: var(--line); }
.login-link { border-bottom-color: var(--red); }
.cart-button { background: var(--paper); color: var(--ink); border-radius: 999px; font-weight: 800; }
.cart-button b { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 4px; border-radius: 50%; color: #fff; background: var(--red); font-size: 10px; }
.hero-section { min-height: 620px; position: relative; display: flex; align-items: center; isolation: isolate; background: #111; }
.hero-art { position: absolute; inset: 0 0 0 38%; z-index: -2; background: radial-gradient(circle at 70% 28%, rgba(216, 31, 43, .48), transparent 28%), linear-gradient(118deg, #0a0a0a 0%, #180a0d 45%, #3d0d16 100%); filter: saturate(.88) contrast(1.04); }
.hero-section::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; z-index: -1; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }
.hero-copy { width: min(620px, 60vw); margin-left: clamp(24px, 9vw, 148px); padding: 90px 0 110px; transform: translateY(12px); }
.eyebrow { margin: 0 0 15px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .26em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif; text-transform: uppercase; letter-spacing: .04em; }
h1 { margin-bottom: 22px; font-size: clamp(46px, 6.2vw, 86px); line-height: .9; }
h1 span, h2 span { color: var(--red); }
.hero-lede { max-width: 430px; color: #cecdc7; line-height: 1.7; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.primary-button, .outline-button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.primary-button { background: var(--red); color: #fff; }
.primary-button:hover { transform: translateY(-2px); background: #f42d3b; }
.outline-button { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.outline-button:hover { transform: translateY(-2px); border-color: #fff; background: rgba(255, 255, 255, .09); }
.full-button { width: 100%; }
.hero-stats { display: flex; gap: 28px; margin-top: 42px; }
.hero-stats span { display: grid; gap: 2px; }
.hero-stats b { font: 700 28px/1 "Arial Narrow", Impact, sans-serif; }
.hero-stats small { color: #9a9993; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.hero-badge { position: absolute; right: clamp(24px, 8vw, 130px); bottom: 70px; width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; transform: rotate(-12deg); color: var(--paper); text-align: center; font: 700 13px/1.1 "Arial Narrow", Impact, sans-serif; letter-spacing: .09em; }
.hero-badge::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(255, 255, 255, .4); border-radius: 50%; }
.hero-badge b { color: var(--red); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #101010; }
.trust-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; padding: 18px clamp(18px, 5vw, 76px); border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.strip-icon { grid-row: span 2; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); }
.trust-strip b { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.trust-strip small { color: var(--muted); font-size: 11px; }
.content-section { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 5vw, 64px); line-height: .9; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(119, 212, 166, .35); color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.live-pill i, .stock-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(119, 212, 166, .12); }
.trending-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 14px; }
.trend-card { min-height: 300px; position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--panel); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.trend-card:first-child { min-height: 420px; }
.trend-card:hover { border-color: rgba(216, 31, 43, .8); box-shadow: 0 18px 55px rgba(216, 31, 43, .22), inset 0 0 0 1px rgba(255, 82, 95, .12); transform: translateY(-3px); }
.trend-image-placeholder { width: 100%; height: 100%; position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(216, 31, 43, .58), transparent 30%), linear-gradient(135deg, #311017, #0b0b0b 72%); }
.trend-image-placeholder span { color: rgba(255, 255, 255, .22); font: 800 clamp(58px, 10vw, 110px)/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .08em; transform: rotate(-8deg); }
.trend-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(0, 0, 0, .85)); }
.trend-card-copy { position: absolute; z-index: 1; inset: auto 20px 20px; }
.trend-card-copy .eyebrow { margin-bottom: 7px; font-size: 9px; }
.trend-card-copy h3 { margin-bottom: 6px; font: 700 28px/.95 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.trend-card-copy p { margin-bottom: 12px; color: #d4d3cd; font-size: 12px; line-height: 1.4; }
.trend-card-copy .card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { color: #fff; font-weight: 800; }
.add-mini { width: 30px; height: 30px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; background: transparent; color: #fff; font-size: 18px; line-height: 1; }
.add-mini:hover { background: var(--red); border-color: var(--red); }
.menu-section { padding-top: 30px; }
.stock-note { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.category-tab { padding: 11px 16px; border: 1px solid var(--line); background: transparent; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.category-tab.active, .category-tab:hover { border-color: var(--red); color: #fff; background: rgba(216, 31, 43, .13); }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dish-card { position: relative; display: flex; flex-direction: column; min-height: 310px; border: 1px solid var(--line); background: #131313; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.dish-card:hover { border-color: rgba(216, 31, 43, .8); box-shadow: 0 18px 55px rgba(216, 31, 43, .24), inset 0 0 0 1px rgba(255, 82, 95, .12); transform: translateY(-3px); }
.dish-image { height: 176px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 20%, #6f262c 0, #251316 46%, #0d0d0d 100%); }
.dish-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 68% 18%, rgba(216, 31, 43, .55), transparent 30%), linear-gradient(135deg, #311017, #0b0b0b 72%); }
.dish-image-placeholder span { color: rgba(255, 255, 255, .22); font: 800 58px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .08em; transform: rotate(-8deg); }
.dish-image::after { content: "SUSHI MAFIA"; position: absolute; bottom: 10px; left: 10px; color: rgba(255, 255, 255, .12); font: 700 12px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .15em; }
.dish-image img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.dish-rank { position: absolute; top: 10px; left: 10px; z-index: 1; padding: 5px 7px; background: var(--red); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.sold-out .dish-image { filter: grayscale(.9); opacity: .56; }
.sold-out .add-mini { cursor: not-allowed; opacity: .4; }
.dish-copy { display: flex; flex: 1; flex-direction: column; gap: 7px; padding: 17px; }
.dish-copy h3 { display: inline-block; align-self: flex-start; margin-bottom: 0; padding: 8px 10px 7px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: rgba(255, 255, 255, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 8px 24px rgba(0, 0, 0, .16); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); color: #fff; font: 700 22px/.95 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.dish-copy p { min-height: 34px; margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.dish-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.status-tag { color: var(--green); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.status-tag.sold { color: #ef8989; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #111; }
.story-art { background: radial-gradient(circle at 30% 35%, rgba(216, 31, 43, .46), transparent 30%), linear-gradient(135deg, #260b11, #0b0b0b 70%); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(28px, 7vw, 110px); }
.story-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 72px); line-height: .88; }
.story-copy p { max-width: 430px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.text-link { width: fit-content; color: #fff; border-bottom: 1px solid var(--red); padding-bottom: 5px; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.tracking-section { padding-bottom: 140px; }
.tracking-card { min-height: 220px; display: grid; place-items: center; border: 1px solid var(--line); background: linear-gradient(135deg, #181818, #0e0e0e); }
.tracking-empty { max-width: 460px; padding: 45px 24px; text-align: center; }
.tracking-empty > span { color: var(--red); font-size: 28px; }
.tracking-empty h3 { margin: 15px 0 8px; font: 700 25px/.95 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.tracking-empty p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.order-track { width: min(900px, calc(100% - 30px)); padding: 30px; }
.order-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.order-head h3 { margin-bottom: 6px; font: 700 30px/.9 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.order-head p { margin: 0; color: var(--muted); font-size: 12px; }
.order-status-pill { padding: 9px 12px; color: var(--green); border: 1px solid rgba(119, 212, 166, .4); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.status-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.status-step { position: relative; padding-top: 22px; color: #676762; border-top: 2px solid #343434; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.status-step::before { content: ""; position: absolute; top: -6px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: #343434; }
.status-step.done { color: #fff; border-top-color: var(--red); }
.status-step.done::before { background: var(--red); }
.order-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.order-note { padding: 9px 12px; background: rgba(216, 31, 43, .1); border: 1px solid rgba(216, 31, 43, .35); color: #f0b4b4; font-size: 11px; }
.footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 54px clamp(24px, 7vw, 110px); border-top: 1px solid var(--line); color: var(--muted); background: #090909; }
.footer-brand { color: #fff; font: 800 18px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .15em; }
.footer-brand b { color: var(--red); }
.footer p { margin: 12px 0 5px; color: #fff; font-size: 10px; letter-spacing: .13em; }
.footer small { display: block; line-height: 1.5; font-size: 10px; }
.footer-links { display: grid; align-content: start; gap: 12px; font-size: 11px; }
.footer-links a:hover, .footer-note a:hover { color: #fff; }
.footer-note { display: grid; align-content: start; gap: 7px; font-size: 11px; }
.footer-note span { color: #fff; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.footer-note a { color: var(--red); }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: 0; bottom: 0; display: flex; width: min(470px, 100%); flex-direction: column; padding: 30px; background: #121212; box-shadow: var(--shadow); transform: translateX(102%); transition: transform .32s ease; }
.cart-drawer.open { transform: translateX(0); }
.scrim { position: fixed; z-index: 40; inset: 0; background: rgba(0, 0, 0, .68); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.scrim.visible { opacity: 1; pointer-events: auto; }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin-bottom: 0; font-size: 42px; }
.close-button { width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; color: #fff; font-size: 23px; line-height: 1; }
.close-button:hover { border-color: var(--red); color: var(--red); }
.cart-lines { overflow: auto; padding: 10px 0; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { margin: 0 0 5px; font: 700 20px/.95 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.cart-line p { margin: 0; color: var(--muted); font-size: 11px; }
.line-controls { display: flex; align-items: center; gap: 9px; }
.line-controls button { width: 24px; height: 24px; border: 1px solid var(--line); background: transparent; color: #fff; }
.cart-empty { display: grid; flex: 1; place-items: center; align-content: center; gap: 12px; color: var(--muted); text-align: center; }
.cart-empty span { color: var(--red); font-size: 28px; }
.cart-empty p { max-width: 200px; font-size: 13px; line-height: 1.5; }
.cart-summary { display: grid; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.cart-summary .discount { color: var(--green); }
.cart-summary .total { padding-top: 10px; color: #fff; border-top: 1px solid var(--line); font-size: 16px; }
.cart-summary small { color: var(--muted-dark); font-size: 10px; line-height: 1.4; }
.modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0, 0, 0, .78); }
.modal[hidden] { display: none; }
.modal-card { width: min(440px, 100%); position: relative; padding: 34px; background: #1a1a1a; border: 1px solid var(--line); box-shadow: var(--shadow); }
.modal-card .close-button { position: absolute; top: 18px; right: 18px; }
.modal-card h2 { margin-bottom: 11px; font-size: 42px; line-height: .9; }
.modal-copy { color: var(--muted); font-size: 13px; line-height: 1.55; }
.field-label { display: block; margin: 20px 0 8px; color: #fff; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.text-input { width: 100%; resize: vertical; border: 1px solid var(--line); outline: none; background: #101010; color: #fff; padding: 13px 14px; font-size: 14px; }
.text-input:focus { border-color: var(--red); }
.otp-step { margin-top: 4px; }
.demo-hint { margin: 10px 0; color: #f3bd74; font-size: 11px; }
.modal-footnote { display: block; margin-top: 18px; color: var(--muted-dark); font-size: 10px; line-height: 1.5; }
.checkout-total { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.checkout-total b { color: #fff; font-size: 20px; }
.checkout-options { display: flex; gap: 20px; margin: 14px 0 22px; color: var(--muted); font-size: 12px; }
.checkout-options input { accent-color: var(--red); }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: min(380px, calc(100% - 40px)); padding: 13px 16px; background: #fff; color: #111; box-shadow: var(--shadow); transform: translateY(140%); transition: transform .25s ease; font-size: 12px; line-height: 1.4; }
.toast.show { transform: translateY(0); }
@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-copy { width: min(620px, 75vw); }
  .trending-grid { grid-template-columns: repeat(2, 1fr); }
  .trend-card:first-child { grid-row: span 2; }
  .menu-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .topbar { padding: 10px 16px; }
  .brand-lockup { min-width: auto; }
  .brand-wordmark { display: none; }
  .top-actions { gap: 3px; }
  .ghost-button, .login-link, .cart-button { padding: 8px 7px; font-size: 9px; letter-spacing: .08em; }
  .hero-section { min-height: 700px; align-items: end; }
  .hero-art { inset: 0; background: radial-gradient(circle at 72% 22%, rgba(216, 31, 43, .5), transparent 28%), linear-gradient(160deg, #0a0a0a 8%, #260b11 70%, #0a0a0a); }
  .hero-copy { width: auto; margin: 0; padding: 64px 24px 72px; }
  h1 { font-size: clamp(44px, 14vw, 70px); }
  .hero-badge { width: 96px; height: 96px; right: 20px; top: 94px; font-size: 10px; }
  .hero-stats { gap: 18px; }
  .hero-stats b { font-size: 23px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 24px; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .content-section { width: min(100% - 34px, 560px); padding: 78px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .trending-grid { grid-template-columns: 1fr; }
  .trend-card, .trend-card:first-child { min-height: 320px; grid-row: auto; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .dish-image { height: 135px; }
  .dish-copy { padding: 12px; }
  .dish-copy h3 { font-size: 17px; }
  .dish-copy p { font-size: 10px; }
  .story-section { grid-template-columns: 1fr; }
  .story-art { min-height: 280px; }
  .story-copy { padding: 58px 24px 72px; }
  .status-steps { grid-template-columns: 1fr; gap: 16px; }
  .status-step { padding: 0 0 0 22px; border-top: 0; border-left: 2px solid #343434; }
  .status-step::before { top: 2px; left: -6px; }
  .status-step.done { border-left-color: var(--red); }
  .footer { grid-template-columns: 1fr; gap: 30px; padding: 46px 24px; }
}
@media (max-width: 420px) {
  .menu-grid { grid-template-columns: 1fr; }
  .dish-image { height: 180px; }
}

/* Staff console */
.admin-body, .ops-body { min-height: 100vh; background: #0c0c0c; }
.admin-login-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.admin-login-art { background: radial-gradient(circle at 30% 35%, rgba(216, 31, 43, .5), transparent 30%), linear-gradient(135deg, #260b11, #0c0c0c 70%); }
.admin-login-card { align-self: center; width: min(470px, calc(100% - 50px)); padding: 60px 0; margin: 0 auto; }
.back-link { display: inline-block; margin-bottom: 40px; color: var(--muted); font-size: 11px; }
.back-link:hover { color: #fff; }
.admin-brand-mark { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(216, 31, 43, .72); border-radius: 50%; background: radial-gradient(circle at 30% 25%, #ef4b55, #7e0d16 68%, #260508); color: #fff; font: 800 20px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .04em; }
.admin-login-card h1 { margin-bottom: 18px; font-size: clamp(56px, 7vw, 92px); }
.admin-login-copy { max-width: 400px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.admin-tabs { display: flex; gap: 6px; margin: 28px 0 4px; border-bottom: 1px solid var(--line); }
.admin-tab { padding: 11px 0; margin-right: 20px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.admin-tab.active { color: #fff; border-bottom-color: var(--red); }
.admin-form { padding-top: 10px; }
.admin-form[hidden] { display: none; }
.admin-message { color: #f3bd74; font-size: 12px; line-height: 1.5; }
.ops-shell { display: grid; grid-template-columns: 246px 1fr; min-height: 100vh; }
.ops-sidebar { display: flex; flex-direction: column; padding: 26px 18px; background: #101010; border-right: 1px solid var(--line); }
.ops-brand { display: flex; align-items: center; gap: 10px; padding: 4px 12px 30px; font: 800 15px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .16em; }
.ops-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(216, 31, 43, .72); border-radius: 50%; background: radial-gradient(circle at 30% 25%, #ef4b55, #7e0d16 68%, #260508); color: #fff; font: 800 12px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .04em; }
.ops-brand b { color: var(--red); }
.ops-kicker { margin: 0 12px 16px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.ops-nav { display: grid; gap: 5px; }
.ops-nav-item { display: flex; align-items: center; gap: 12px; padding: 13px 12px; border: 1px solid transparent; background: transparent; color: var(--muted); text-align: left; font-size: 12px; }
.ops-nav-item:hover, .ops-nav-item.active { border-color: rgba(216, 31, 43, .42); background: rgba(216, 31, 43, .1); color: #fff; }
.ops-nav-item:first-letter { color: var(--red); }
.ops-side-bottom { display: grid; gap: 10px; margin-top: auto; padding: 24px 12px 0; border-top: 1px solid var(--line); }
.ops-side-bottom a, .ops-side-bottom button { border: 0; background: transparent; color: var(--muted); padding: 0; text-align: left; font-size: 11px; }
.ops-side-bottom a:hover, .ops-side-bottom button:hover { color: #fff; }
.ops-main { padding: 35px clamp(22px, 4vw, 60px) 70px; background: #0c0c0c; }
.ops-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.ops-header h1 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: .84; }
.ops-header-actions { display: flex; align-items: center; gap: 14px; }
.online-state { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.online-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.ops-user { padding: 10px 12px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.ops-panel { display: none; }
.ops-panel.active { display: block; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.metric-card, .ops-card { border: 1px solid var(--line); background: #131313; }
.metric-card { display: grid; gap: 8px; padding: 20px; }
.metric-card span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.metric-card b { font: 700 40px/.9 "Arial Narrow", Impact, sans-serif; }
.metric-card small { color: var(--muted-dark); font-size: 10px; }
.positive { color: var(--green) !important; }
.warning { color: #efaa77 !important; }
.ops-grid-two { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.ops-card { padding: 22px; }
.full-ops-card { min-height: 470px; }
.ops-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 18px; margin-bottom: 7px; border-bottom: 1px solid var(--line); }
.ops-card-head h2 { margin: 0; font-size: 31px; line-height: .9; }
.small-action, .row-action { border: 1px solid rgba(255, 255, 255, .32); background: transparent; color: #fff; padding: 8px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.small-action:hover, .row-action:hover { border-color: var(--red); background: rgba(216, 31, 43, .14); }
.queue-list { display: grid; }
.queue-row { display: grid; grid-template-columns: 90px 1fr auto auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.queue-code { display: grid; gap: 5px; }
.queue-code b { color: #fff; font-size: 11px; }
.queue-code small, .queue-info span { color: var(--muted-dark); font-size: 10px; }
.queue-info { display: grid; gap: 5px; }
.queue-info b { font-size: 12px; font-weight: 600; }
.queue-status, .inventory-status { color: #efaa77; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.queue-status.ready, .inventory-status.available { color: var(--green); }
.queue-status.prep, .inventory-status.low-stock { color: #f3bd74; }
.dispatch-pulse { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 20px 0; }
.dispatch-pulse div { display: grid; gap: 6px; padding: 17px 12px; border: 1px solid var(--line); }
.dispatch-pulse b { font: 700 34px/.8 "Arial Narrow", Impact, sans-serif; }
.dispatch-pulse span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.mini-note { color: var(--muted-dark); font-size: 10px; line-height: 1.55; }
.dispatch-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.dispatch-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dispatch-task { display: grid; gap: 14px; padding: 17px; border: 1px solid var(--line); background: #171717; }
.dispatch-task.offered { border-color: rgba(243, 189, 116, .5); }
.dispatch-task.accepted { border-color: rgba(119, 212, 166, .5); }
.dispatch-task.partner { border-color: rgba(120, 170, 231, .45); }
.task-top, .task-meta, .task-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.task-id, .task-age, .dispatch-channel { color: var(--muted-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.task-main h3 { margin: 0 0 5px; font: 700 25px/.9 "Arial Narrow", Impact, sans-serif; }
.task-main p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.task-meta b { color: #fff; font-size: 10px; }
.task-status { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.dispatch-task.offered .task-status { color: #f3bd74; }
.dispatch-task.partner .task-status { color: #86b9ec; }
.inventory-table-wrap { overflow-x: auto; }
.inventory-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.inventory-table th { padding: 12px 10px; color: var(--muted-dark); border-bottom: 1px solid var(--line); text-align: left; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.inventory-table td { padding: 15px 10px; color: #d9d8d2; border-bottom: 1px solid var(--line); vertical-align: middle; }
.inventory-table td:first-child { display: grid; gap: 4px; }
.inventory-table td small { color: var(--muted-dark); font-size: 9px; }
.inventory-status.sold-out { color: #ef8989; }
.stock-input { width: 58px; border: 1px solid var(--line); background: #0d0d0d; color: #fff; padding: 7px; }
.cashier-summary { display: grid; gap: 0; margin-bottom: 24px; }
.cashier-summary div { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.cashier-summary b { color: #fff; }
.report-bars { display: grid; gap: 18px; padding-top: 7px; }
.report-bars > div { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }
.report-bars i { height: 7px; display: block; background: var(--red); }
.report-bars b { color: #fff; font-size: 10px; }
@media (max-width: 1000px) { .ops-shell { grid-template-columns: 190px 1fr; } .metric-grid { grid-template-columns: repeat(2, 1fr); } .dispatch-board { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .admin-login-shell { grid-template-columns: 1fr; } .admin-login-art { display: none; } .admin-login-card { width: min(500px, calc(100% - 38px)); padding: 40px 0; } .ops-shell { display: block; } .ops-sidebar { position: sticky; top: 0; z-index: 10; display: block; padding: 10px 14px; border-right: 0; border-bottom: 1px solid var(--line); } .ops-brand { padding: 0; } .ops-kicker, .ops-side-bottom { display: none; } .ops-nav { display: flex; overflow-x: auto; margin-top: 10px; } .ops-nav-item { flex: 0 0 auto; padding: 10px; font-size: 10px; } .ops-nav-item span { display: none; } .ops-main { padding: 26px 17px 50px; } .ops-header { align-items: flex-start; flex-direction: column; } .ops-header-actions { width: 100%; justify-content: space-between; } .metric-grid { gap: 8px; } .metric-card { padding: 14px; } .metric-card b { font-size: 32px; } .ops-grid-two, .dispatch-board { grid-template-columns: 1fr; } .queue-row { grid-template-columns: 72px 1fr; } .queue-row .queue-status, .queue-row .row-action { grid-column: 2; justify-self: start; } }
