:root {
  --ink: #171713;
  --paper: #f6f0e3;
  --red: #e6402b;
  --red-dark: #be2d1c;
  --lime: #d7ec66;
  --gold: #f3b52f;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.topbar {
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  max-width: 1400px; margin: auto; padding: 0 5vw; border-bottom: 1px solid rgba(23,23,19,.14);
}
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 21px; font-weight: 900; letter-spacing: -.7px; text-transform: uppercase; }
.brand i { color: var(--red); font-family: Georgia, serif; text-transform: none; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50% 45% 55% 42%; color: white; background: var(--red); font-family: Georgia, serif; font-style: italic; font-size: 24px; transform: rotate(-6deg); }
nav { display: flex; gap: 34px; }
nav a { color: inherit; text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cart-button { display: flex; align-items: center; gap: 11px; border: 0; border-radius: 999px; padding: 9px 10px 9px 18px; color: white; background: var(--ink); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.cart-button b { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.closed-banner { padding: 10px 20px; text-align: center; color: white; background: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.hero { min-height: 650px; max-width: 1400px; margin: auto; padding: 70px 5vw 60px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow::before { content: ''; display: inline-block; width: 29px; height: 3px; margin: 0 10px 3px 0; background: var(--red); }
h1 { margin: 0; font-size: clamp(68px, 8.8vw, 132px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; font-weight: 1000; }
h1 em, h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 700; text-transform: none; }
.hero-text { max-width: 500px; margin: 34px 0 30px; font-size: 20px; line-height: 1.45; color: #4f4d46; }
.primary-button { display: inline-flex; align-items: center; gap: 28px; border-radius: 999px; padding: 16px 18px 16px 25px; background: var(--red); color: white; text-decoration: none; font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: .06em; box-shadow: 0 8px 0 var(--red-dark); }
.primary-button span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--red); background: white; }
.trust-row { display: flex; gap: 30px; margin-top: 38px; color: #666259; font-size: 12px; font-weight: 700; }
.trust-row b { color: var(--ink); }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-art::before { content: ''; position: absolute; width: 510px; height: 510px; border-radius: 46% 54% 52% 48%; background: var(--gold); transform: rotate(7deg); }
.hero-art::after { content: ''; position: absolute; width: 470px; height: 470px; border: 2px dashed var(--ink); border-radius: 49% 51% 43% 57%; transform: rotate(-11deg); opacity: .45; }
.burger-plate { position: relative; z-index: 2; display: grid; place-items: center; width: 420px; height: 420px; border-radius: 50%; background: #fff9ec; box-shadow: 0 35px 80px rgba(52,35,10,.2); transform: rotate(-7deg); }
.food-emoji { font-size: 250px; line-height: 1; filter: drop-shadow(0 25px 18px rgba(60,33,3,.25)); transform: rotate(7deg); }
.burst { position: absolute; z-index: 4; top: 25px; right: 15px; width: 104px; height: 104px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--red); font-size: 24px; font-weight: 1000; transform: rotate(9deg); box-shadow: 5px 5px 0 var(--ink); }
.burst small { font-size: 12px; letter-spacing: .12em; }
.spark { position: absolute; z-index: 5; font-size: 38px; color: var(--red); }
.spark-one { left: 6%; top: 7%; }.spark-two { right: 4%; bottom: 19%; font-size: 26px; }
.scribble { position: absolute; z-index: 4; bottom: -10px; left: 2%; margin: 0; color: var(--red); font-family: Georgia, serif; font-size: 25px; font-style: italic; transform: rotate(-7deg); }
.marquee { overflow: hidden; padding: 14px 0; color: white; background: var(--red); border-block: 2px solid var(--ink); font-size: 13px; font-weight: 1000; letter-spacing: .12em; white-space: nowrap; }
.marquee span { display: block; width: max-content; animation: ticker 18s linear infinite; }
@keyframes ticker { to { transform: translateX(-35%); } }

.menu-section { padding: 70px 5vw 90px; background: var(--ink); color: white; }
.section-heading { max-width: 1260px; margin: auto; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading .eyebrow { color: #b9b6ac; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 75px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.search-box { width: min(100%, 300px); display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #55534c; border-radius: 999px; color: white; }
.search-box span { color: var(--lime); font-size: 24px; line-height: 0; transform: rotate(-15deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: white; background: transparent; }
.search-box input::placeholder { color: #9c998f; }
.category-pills { max-width: 1260px; margin: 30px auto 0; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.category-pills button { border: 1px solid #55534c; border-radius: 999px; padding: 11px 17px; background: transparent; color: #c9c5bb; font-size: 12px; font-weight: 800; }
.category-pills .active { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.product-grid { max-width: 1260px; margin: 42px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border-radius: 22px; color: var(--ink); background: #fffaf0; }
.product-visual { position: relative; min-height: 245px; display: grid; place-items: center; overflow: hidden; }
.product-visual::before { content: ''; position: absolute; width: 230px; height: 230px; border: 2px dashed rgba(23,23,19,.28); border-radius: 50%; }
.product-visual span { position: relative; font-size: 145px; filter: drop-shadow(0 19px 12px rgba(48,32,5,.22)); transition: transform .25s ease; }
.product-card:hover .product-visual span { transform: translateY(-7px) rotate(-3deg); }
.product-visual b { position: absolute; left: 16px; top: 16px; border-radius: 999px; padding: 8px 11px; background: var(--red); color: white; font-size: 10px; letter-spacing: .08em; }
.product-visual.gold { background: #f0b52e; }.product-visual.red { background: #ef6b51; }.product-visual.cream { background: #d9e87d; }
.product-visual.tone-0 { background: #f0b52e; }.product-visual.tone-1 { background: #ef6b51; }.product-visual.tone-2 { background: #d9e87d; }.product-visual.tone-3 { background: #d9c8f0; }
.product-info { min-height: 185px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.product-info h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.04em; }
.product-info p { margin: 0; color: #69655c; font-size: 14px; line-height: 1.45; }
.product-info .product-category { margin-bottom: 7px; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; }
.product-bottom strong { font-size: 24px; }
.product-bottom button { border: 0; border-radius: 999px; padding: 9px 9px 9px 15px; background: var(--ink); color: white; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.product-bottom button span { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-left: 7px; border-radius: 50%; background: var(--red); }
.product-bottom button:disabled { cursor: not-allowed; opacity: .45; }
.empty-menu { max-width: 1260px; margin: 38px auto 0; padding: 60px 20px; border: 1px dashed #55534c; border-radius: 22px; text-align: center; }
.empty-menu span { font-size: 55px; }.empty-menu h3 { margin: 14px 0 6px; font-size: 24px; }.empty-menu p { margin: 0; color: #aaa69c; }

.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 95px max(5vw, calc((100vw - 1260px)/2)); background: var(--lime); }
.story-card .eyebrow::before { background: var(--ink); }
.story-card h2 em { color: var(--red); }
.story-card > p:last-child { max-width: 540px; margin: 25px 0 0; font-size: 18px; line-height: 1.6; }
.story-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.story-numbers div { min-height: 180px; padding: 25px 18px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: 90px 90px 20px 20px; text-align: center; }
.story-numbers strong { font-size: clamp(29px, 3vw, 48px); letter-spacing: -.06em; }.story-numbers span { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 55px; padding: 65px max(5vw, calc((100vw - 1260px)/2)); color: white; background: var(--ink); }
footer p { margin: 12px 0 0; color: #aaa69c; line-height: 1.5; }
footer > div { display: flex; align-items: flex-start; flex-direction: column; }
footer > div > b { color: var(--lime); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
footer > div > a:not(.brand) { display: inline-block; margin-top: 14px; color: white; text-decoration: none; font-weight: 800; }
.footer-brand { color: white; }.admin-link { margin-top: 24px !important; color: #77746b !important; font-size: 11px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .08em; }

.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translateX(-50%); padding: 13px 20px; border-radius: 999px; color: var(--ink); background: var(--lime); box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: 13px; font-weight: 900; }
.drawer-backdrop { position: fixed; z-index: 90; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(10,10,8,.62); backdrop-filter: blur(5px); }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(540px, 100%); height: 100dvh; display: flex; flex-direction: column; background: #fffaf0; box-shadow: -30px 0 70px rgba(0,0,0,.2); animation: drawer-in .28s ease-out; }
.cart-content { min-height: 0; flex: 1; display: flex; flex-direction: column; }
.loading-menu { grid-column: 1 / -1; padding: 70px 20px; color: #aaa69c; text-align: center; }
@keyframes drawer-in { from { transform: translateX(100%); } }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 27px 28px 23px; border-bottom: 1px solid #ddd4c4; }
.drawer-header p { margin: 0 0 4px; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }.drawer-header h2 { font-size: 35px; }
.drawer-header > button { width: 42px; height: 42px; border: 1px solid #cfc6b7; border-radius: 50%; background: transparent; font-size: 28px; line-height: 1; }
.cart-body { min-height: 0; flex: 1; overflow-y: auto; padding: 12px 28px 28px; }
.cart-list { display: flex; flex-direction: column; }.cart-item { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto auto; gap: 13px; align-items: center; padding: 19px 0; border-bottom: 1px solid #e1d8c8; }
.cart-item-emoji { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--gold); font-size: 30px; }.cart-item b { display: block; font-size: 14px; }.cart-item small { display: block; margin-top: 5px; color: #817c72; }.cart-item > strong { min-width: 62px; text-align: right; font-size: 14px; }
.quantity { display: flex; align-items: center; gap: 10px; }.quantity button { width: 28px; height: 28px; border: 1px solid #c9c0b1; border-radius: 50%; background: white; font-weight: 900; }.quantity span { min-width: 14px; text-align: center; font-size: 13px; font-weight: 900; }
.cart-summary { padding: 20px 28px 26px; border-top: 1px solid #ddd4c4; background: white; }.cart-summary > div:not(.checkout-actions) { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 13px; }.cart-summary .total-row { align-items: end; margin: 17px 0 20px !important; padding-top: 16px; border-top: 1px dashed #c7bdad; }.total-row span { font-weight: 900; text-transform: uppercase; }.total-row strong { font-size: 30px; letter-spacing: -.05em; }
.checkout-button { width: 100%; border: 0; border-radius: 999px; padding: 17px 20px; color: white; background: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 5px 0 var(--red-dark); }.checkout-button:disabled { cursor: not-allowed; opacity: .55; }
.minimum-note { display: block; margin-top: 11px; color: #817c72; text-align: center; }.checkout-actions { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }.back-button { border: 1px solid #cfc6b7; border-radius: 999px; background: white; font-size: 12px; font-weight: 800; }
.empty-cart, .confirmation { flex: 1; padding: 70px 35px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }.empty-cart > span { font-size: 82px; }.empty-cart h3, .confirmation h3 { margin: 20px 0 8px; font-size: 29px; }.empty-cart p, .confirmation p { max-width: 300px; margin: 0 0 24px; color: #777268; line-height: 1.5; }.empty-cart button, .confirmation button { border: 1px solid var(--ink); border-radius: 999px; padding: 13px 20px; background: transparent; font-weight: 900; }
.confirmation > span { display: grid; place-items: center; width: 80px; height: 80px; border-radius: 50%; color: white; background: #358f58; font-size: 35px; }.confirmation > strong { margin: -10px 0 20px; color: var(--red); font-size: 44px; }.confirmation a { width: 100%; margin-bottom: 12px; padding: 16px 20px; border-radius: 999px; color: white; background: #218b4e; text-decoration: none; font-weight: 900; }.confirmation button { width: 100%; }
.checkout-form { display: flex; flex-direction: column; gap: 15px; padding-top: 10px; }.checkout-form label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 900; }.checkout-form label small { color: #8b857a; font-weight: 500; }.checkout-form input, .checkout-form textarea, .checkout-form select { width: 100%; border: 1px solid #d3cab9; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: white; font-size: 14px; }.checkout-form textarea { min-height: 76px; resize: vertical; }.method-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.method-toggle button { border: 1px solid #d3cab9; border-radius: 12px; padding: 13px; background: white; font-weight: 800; }.method-toggle .active { border-color: var(--ink); color: white; background: var(--ink); }.form-error { margin: 0; padding: 11px 13px; border-radius: 10px; color: #a52316; background: #ffe3dd; font-size: 13px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-art { min-height: 450px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-pills { justify-content: flex-start; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .story { grid-template-columns: 1fr; gap: 45px; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .topbar { height: 70px; padding: 0 20px; }
  .cart-button span { display: none; }
  .hero { padding: 45px 20px 55px; }
  h1 { font-size: clamp(62px, 22vw, 90px); }
  .hero-text { font-size: 17px; }
  .hero-art { min-height: 365px; }
  .hero-art::before { width: 330px; height: 330px; }
  .hero-art::after { width: 310px; height: 310px; }
  .burger-plate { width: 285px; height: 285px; }
  .food-emoji { font-size: 175px; }
  .burst { right: 0; width: 82px; height: 82px; font-size: 19px; }
  .scribble { left: 0; bottom: 0; font-size: 20px; }
  .menu-section { padding: 58px 20px 75px; }
  .category-pills { flex-wrap: nowrap; width: 100%; overflow-x: auto; justify-content: flex-start; padding-bottom: 5px; }
  .product-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }.search-box { width: 100%; }
  .story { padding: 70px 20px; }.story-numbers { grid-template-columns: 1fr; }.story-numbers div { min-height: 120px; border-radius: 22px; }
  footer { grid-template-columns: 1fr; gap: 38px; padding: 55px 20px; }
  .cart-item { grid-template-columns: 52px 1fr auto; }.cart-item > strong { display: none; }.quantity { grid-column: 2 / 4; justify-content: flex-end; margin-top: -5px; }
  .drawer-header, .cart-summary { padding-inline: 20px; }.cart-body { padding-inline: 20px; }.checkout-actions { grid-template-columns: 92px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee span, .cart-drawer { animation: none; }
}

/* Admin */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 245px 1fr; color: #22231f; background: #f2f3ee; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 25px 18px 20px; display: flex; flex-direction: column; color: white; background: #1c201c; }
.admin-brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 28px; color: white; text-decoration: none; }.admin-brand > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--red); font-family: Georgia, serif; font-size: 23px; font-style: italic; }.admin-brand b { font-size: 16px; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 6px; }.admin-sidebar nav button { position: relative; width: 100%; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 11px; padding: 12px 13px; color: #aeb4aa; background: transparent; text-align: left; font-size: 13px; font-weight: 800; }.admin-sidebar nav button:hover, .admin-sidebar nav button.active { color: white; background: #343a33; }.admin-sidebar nav button > span { width: 22px; color: var(--lime); text-align: center; }.admin-sidebar nav button i { margin-left: auto; min-width: 23px; padding: 4px 6px; border-radius: 999px; color: white; background: var(--red); text-align: center; font-size: 10px; font-style: normal; }
.admin-profile { margin-top: auto; display: flex; align-items: center; gap: 11px; padding: 15px 9px; border-top: 1px solid #3a4039; }.admin-profile > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #1c201c; background: var(--lime); font-weight: 900; }.admin-profile b, .admin-profile small { display: block; max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.admin-profile b { font-size: 12px; }.admin-profile small { margin-top: 3px; color: #858c82; font-size: 10px; }.back-store { padding: 10px 9px; color: #868d83; text-decoration: none; font-size: 11px; font-weight: 800; }
.admin-content { min-width: 0; padding: 35px clamp(24px, 4vw, 60px) 70px; }.admin-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }.admin-header p, .admin-card-title p, .admin-modal-head p { margin: 0 0 5px; color: #7c8378; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }.admin-header h1 { font-size: clamp(38px, 5vw, 63px); line-height: 1; letter-spacing: -.06em; text-transform: none; }.store-status { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #d5d8d0; border-radius: 999px; color: #73796f; background: white; font-size: 11px; font-weight: 800; }.store-status span { width: 8px; height: 8px; border-radius: 50%; background: #a6aaa3; }.store-status.open span { background: #3bb369; box-shadow: 0 0 0 4px #daf3e2; }
.admin-message { position: fixed; z-index: 150; right: 25px; top: 24px; padding: 12px 17px; border-radius: 10px; color: #163d25; background: #cfeeda; box-shadow: 0 8px 30px rgba(0,0,0,.12); font-size: 12px; font-weight: 900; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 18px; }.metric-grid article { min-height: 155px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #dfe2da; border-radius: 16px; background: white; }.metric-grid article > span { color: #7f857b; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.metric-grid strong { margin: 16px 0 4px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.06em; }.metric-grid small { margin-top: auto; color: #92978f; }
.admin-card { overflow: hidden; padding: 23px; border: 1px solid #dfe2da; border-radius: 16px; background: white; }.admin-card-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }.admin-card-title h2, .admin-modal-head h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; text-transform: none; }.admin-card-title button:not(.admin-primary) { border: 0; color: var(--red); background: transparent; font-size: 11px; font-weight: 900; }.admin-card-title > span { color: #868b83; font-size: 11px; }
.order-table-wrap { overflow-x: auto; }.order-table { width: 100%; border-collapse: collapse; font-size: 12px; }.order-table th { padding: 11px 13px; color: #92978f; background: #f5f6f2; text-align: left; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.order-table th:first-child { border-radius: 8px 0 0 8px; }.order-table th:last-child { border-radius: 0 8px 8px 0; }.order-table td { min-width: 110px; padding: 16px 13px; border-bottom: 1px solid #eceee9; vertical-align: middle; }.order-table td b, .order-table td small { display: block; }.order-table td small { margin-top: 5px; color: #959a91; }.status-select { border: 0; border-radius: 999px; padding: 8px 10px; background: #eceee9; font-size: 10px; font-weight: 900; }.status-new { color: #a54224; background: #ffe6dc; }.status-preparing { color: #795916; background: #fff0bd; }.status-ready { color: #1e7542; background: #d8f2e2; }.status-completed { color: #596159; }.status-cancelled { color: #8a4545; background: #f4dddd; }.no-orders { padding: 55px; text-align: center; }.no-orders span { font-size: 45px; }.no-orders p { color: #888e84; }
.admin-primary, .admin-save { border: 0; border-radius: 10px; padding: 11px 15px; color: white; background: var(--red); font-size: 11px; font-weight: 900; }.product-admin-list { display: flex; flex-direction: column; }.product-admin-row { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto auto auto; gap: 15px; align-items: center; padding: 13px 0; border-bottom: 1px solid #eceee9; }.admin-emoji { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #f0e0ba; font-size: 26px; }.product-admin-row b, .product-admin-row small { display: block; }.product-admin-row small { margin-top: 4px; color: #8d9289; }.product-admin-row > button { border: 1px solid #dadcd5; border-radius: 8px; padding: 8px 10px; background: white; font-size: 10px; font-weight: 900; }.product-admin-row .danger-link { color: #b33a2c; border: 0; }
.switch input { position: absolute; opacity: 0; }.switch span { position: relative; display: block; width: 39px; height: 22px; border-radius: 999px; background: #c8ccc4; transition: .2s; }.switch span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: white; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,.15); }.switch input:checked + span { background: #3aae65; }.switch input:checked + span::after { transform: translateX(17px); }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.settings-grid .admin-card { display: flex; flex-direction: column; gap: 15px; }.settings-grid .admin-card-title { margin-bottom: 4px; }.settings-grid label, .admin-modal label { display: flex; flex-direction: column; gap: 7px; color: #4f554e; font-size: 11px; font-weight: 900; }.settings-grid input, .settings-grid textarea, .admin-modal input, .admin-modal textarea, .admin-modal select { width: 100%; border: 1px solid #d9ddd5; border-radius: 9px; padding: 11px 12px; color: #22231f; background: #fbfcfa; font-size: 13px; }.settings-grid textarea { min-height: 70px; resize: vertical; }.open-control { margin-top: 7px; flex-direction: row !important; align-items: center; gap: 12px !important; padding: 14px; border: 1px solid #d9ddd5; border-radius: 10px; }.open-control input { width: 18px; height: 18px; }.open-control b, .open-control small { display: block; }.open-control small { margin-top: 4px; color: #858b81; font-weight: 500; }.admin-save { margin-top: auto; padding: 14px; }
.admin-modal-wrap { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; }.admin-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(14,16,13,.65); backdrop-filter: blur(4px); }.admin-modal { position: relative; width: min(590px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 25px; border-radius: 18px; background: white; box-shadow: 0 35px 80px rgba(0,0,0,.3); }.admin-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }.admin-modal-head > button { width: 36px; height: 36px; border: 1px solid #d9ddd5; border-radius: 50%; background: white; font-size: 24px; }.product-form-grid { display: grid; grid-template-columns: 90px 1fr; gap: 14px; }.product-form-grid .full-field { grid-column: 1 / -1; }.emoji-field input { text-align: center; font-size: 25px; }.check-field { grid-column: 1 / -1; flex-direction: row !important; align-items: center; }.check-field input { width: auto; }.modal-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; }.modal-actions > button { border: 1px solid #d9ddd5; border-radius: 9px; padding: 11px 16px; background: white; font-size: 11px; font-weight: 900; }.modal-actions .admin-primary { border: 0; color: white; background: var(--red); }
.access-denied { min-height: 100vh; display: grid; place-content: center; justify-items: center; padding: 30px; text-align: center; }.access-denied span { font-size: 65px; }.access-denied h1 { margin: 22px 0 5px; font-size: 50px; text-transform: none; }.access-denied p { color: #777; }.access-denied a { margin-top: 20px; padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); text-decoration: none; font-weight: 900; }

@media (max-width: 850px) {
  .admin-shell { grid-template-columns: 1fr; }.admin-sidebar { position: static; width: 100%; height: auto; padding: 14px 18px; flex-direction: row; align-items: center; gap: 12px; }.admin-brand { padding: 0; }.admin-brand b, .admin-profile, .back-store { display: none; }.admin-sidebar nav { margin-left: auto; flex-direction: row; }.admin-sidebar nav button { width: 42px; height: 42px; justify-content: center; padding: 0; }.admin-sidebar nav button > span { width: auto; }.admin-sidebar nav button:not(.active) { color: #aeb4aa; }.admin-sidebar nav button { font-size: 0; }.admin-sidebar nav button i { position: absolute; right: -3px; top: -3px; font-size: 9px; }.admin-content { padding: 26px 18px 60px; }.metric-grid { grid-template-columns: 1fr 1fr; }.settings-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .admin-header { align-items: flex-start; flex-direction: column; gap: 15px; }.store-status { align-self: flex-start; }.metric-grid { grid-template-columns: 1fr; }.metric-grid article { min-height: 135px; }.product-admin-row { grid-template-columns: 48px 1fr auto; }.product-admin-row > button { grid-row: 2; }.product-admin-row > button:nth-last-child(2) { grid-column: 2; }.product-admin-row > button:last-child { grid-column: 3; }.product-form-grid { grid-template-columns: 75px 1fr; }.admin-card { padding: 17px; }.admin-card-title { align-items: flex-start; }.admin-sidebar nav { gap: 2px; }.admin-sidebar nav button { width: 38px; height: 38px; }
}
