:root {
  --cream: #f6ead8;
  --cream-light: #fff9ee;
  --black: #151513;
  --gray: #6c665e;
  --line: #d8c8b2;
  --orange: #ff5b25;
  --yellow: #ffc51b;
  --blue: #08a8d8;
  --pink: #ed2d78;
  --green: #72b83c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background:
    url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E"),
    var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.menu-app { min-height: 100vh; overflow: hidden; }
.topbar {
  width: min(1180px, calc(100% - 36px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.real-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.orange-mark {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 9px 8px 0 rgb(255 255 255 / 8%);
}
.orange-mark i {
  position: absolute;
  right: -12px;
  width: 20px;
  height: 12px;
  border-radius: 100% 0 100% 0;
  background: var(--green);
  transform-origin: left center;
}
.orange-mark i:first-child { top: 11px; transform: rotate(-27deg); }
.orange-mark i:last-child { top: 27px; transform: rotate(27deg); }
.brand-words b, .brand-words small {
  display: block;
  font-family: Impact, "Arial Narrow", sans-serif;
  letter-spacing: .09em;
}
.brand-words b { font-size: 1.25rem; }
.brand-words small { margin-top: 2px; font-size: .7rem; }
.canario-logo { width: 154px; height: 58px; object-fit: contain; }

.container-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 4px auto 0;
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  overflow: hidden;
  border: 3px solid var(--black);
  background: var(--black);
  box-shadow: 10px 10px 0 var(--orange);
}
.hero-art { position: relative; min-height: 430px; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 72%, var(--black)); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.art-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  border: 2px solid var(--black);
  padding: 8px 11px;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--black);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}
.hero-message {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
  color: white;
  background:
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px),
    var(--black);
  background-size: 25px 25px;
}
.paint-kicker {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 20px;
  padding: 7px 10px;
  background: var(--orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  transform: rotate(-1deg);
}
.hero-message h1 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(4rem, 7vw, 6.5rem);
  line-height: .82;
  letter-spacing: -.025em;
}
.hero-message h1 em { color: var(--pink); font-style: normal; text-shadow: 3px 3px 0 var(--cream-light); }
.hero-message > p:not(.paint-kicker) { max-width: 390px; margin: 28px 0 0; color: rgb(255 255 255 / 76%); font-size: 1rem; line-height: 1.55; }
.place-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.place-features span { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgb(255 255 255 / 25%); padding: 7px 9px; font-size: .75rem; font-weight: 800; }

.menu-content { width: min(1180px, calc(100% - 36px)); margin: 72px auto 0; }
.section-title > span { display: block; margin-bottom: 7px; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
.section-title h2, .result-line b {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.section-title h2 { font-size: clamp(3rem, 7vw, 5rem); line-height: .92; }
.menu-search {
  width: min(100%, 620px);
  min-height: 56px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--black);
  padding: 0 15px;
  background: var(--cream-light);
  box-shadow: 5px 5px 0 var(--blue);
}
.menu-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--black); background: transparent; font-size: 1rem; }
.menu-search input::placeholder { color: #84796d; }
.menu-search button { display: grid; place-items: center; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.container-tabs { display: flex; gap: 9px; overflow-x: auto; margin-top: 30px; padding: 5px 3px 14px; scrollbar-width: none; }
.container-tabs::-webkit-scrollbar { display: none; }
.container-tabs button {
  --tab-color: var(--yellow);
  position: relative;
  min-width: 132px;
  min-height: 62px;
  flex: 0 0 auto;
  border: 2px solid var(--black);
  border-bottom-width: 5px;
  padding: 20px 13px 10px;
  background:
    radial-gradient(circle at 8px 8px, rgb(21 21 19 / 68%) 0 2px, rgb(255 255 255 / 42%) 2px 3px, transparent 3px),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 15%) 0 2px, rgb(0 0 0 / 7%) 2px 4px, transparent 4px 14px),
    var(--tab-color);
  color: var(--black);
  box-shadow: inset 0 -5px 0 rgb(0 0 0 / 16%), 0 5px 0 color-mix(in srgb, var(--tab-color) 48%, var(--black));
  text-align: left;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.container-tabs button span { position: absolute; left: 8px; top: 5px; font-size: .65rem; opacity: .58; }
.container-tabs button[data-tone="orange"] { --tab-color: var(--orange); }
.container-tabs button[data-tone="blue"] { --tab-color: var(--blue); }
.container-tabs button[data-tone="pink"] { --tab-color: var(--pink); }
.container-tabs button.active { transform: translateY(-4px); box-shadow: inset 0 -5px 0 rgb(0 0 0 / 16%), 0 7px 0 var(--black), 7px 13px 18px rgb(21 21 19 / 28%); }
.menu-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 2px solid var(--black);
  padding: 13px 15px;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--black);
}
.menu-note b { font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.3rem; text-transform: uppercase; }
.menu-note span { font-size: .9rem; font-weight: 800; }
.result-line { margin: 26px 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.result-line b { font-size: 1.8rem; letter-spacing: .04em; }
.result-line span { color: var(--gray); font-size: .85rem; font-weight: 800; }
.food-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.food-card {
  --card-color: var(--yellow);
  min-width: 0;
  min-height: 176px;
  display: grid;
  grid-template-columns: 132px 1fr;
  overflow: hidden;
  border: 2px solid var(--black);
  background: var(--cream-light);
  animation: card-in .4s ease both;
}
.food-card[data-tone="orange"] { --card-color: var(--orange); }
.food-card[data-tone="blue"] { --card-color: var(--blue); }
.food-card[data-tone="pink"] { --card-color: var(--pink); }
.food-card[data-tone="green"] { --card-color: var(--green); }
.drawn-food, .drink-art {
  position: relative;
  min-height: 172px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 2px solid var(--black);
  background: radial-gradient(circle, rgb(255 255 255 / 55%), transparent 65%), var(--card-color);
}
.drawn-food img { width: 115%; height: 115%; display: block; object-fit: contain; transform: rotate(-2deg); }
.drawn-food.image-missing img { display: none; }
.drawn-food.image-missing::after { content: "✦"; font-size: 2.5rem; }
.drawn-food i {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 5px 7px;
  color: white;
  background: var(--black);
  font-size: .65rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.drink-art { display: flex; flex-direction: column; gap: 8px; background: repeating-linear-gradient(90deg, rgb(255 255 255 / 15%) 0 2px, rgb(0 0 0 / 7%) 2px 4px, transparent 4px 14px), var(--card-color); }
.drink-art > span { font-size: 2rem; }
.drink-art b { max-width: 100px; font-size: .7rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.food-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 20px; }
.food-heading { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.food-heading strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.food-heading b { flex: 0 0 auto; color: var(--orange); font-size: 1.15rem; }
.food-description { margin-top: 12px; color: var(--gray); font-size: .95rem; line-height: 1.45; }
.menu-message { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 2px solid var(--black); background: var(--cream-light); text-align: center; }
.menu-message[hidden] { display: none !important; }
.menu-message.error { background: #ffe5dd; }
.loader { width: 34px; height: 34px; border: 4px solid var(--line); border-top-color: var(--orange); border-radius: 50%; animation: spin .7s linear infinite; }
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 76px auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 3px solid var(--black);
  padding: 26px 0;
}
.site-footer b, .site-footer span { display: block; }
.site-footer b { font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.35rem; letter-spacing: .06em; }
.site-footer span { margin-top: 4px; color: var(--gray); }
.site-footer img { width: 160px; height: 62px; object-fit: contain; }

/* Zona Canario: contenido secundario, juegos y escucha */
.canario-zone-shell { width: min(1180px, calc(100% - 36px)); margin: 84px auto 0; }
.playful-title { max-width: 720px; }
.playful-title h2 { color: var(--blue); text-shadow: 3px 3px 0 var(--black); }
.playful-title p { max-width: 620px; margin: 16px 0 0; color: var(--gray); font-size: 1rem; line-height: 1.55; }
.cz-tabs { display: flex; gap: 9px; overflow-x: auto; margin: 28px -3px 0; padding: 4px 3px 13px; scrollbar-width: none; }
.cz-tabs::-webkit-scrollbar { display: none; }
.cz-tab {
  flex: 0 0 auto; min-height: 48px; border: 2px solid var(--black); padding: 10px 14px;
  color: var(--black); background: var(--cream-light); box-shadow: 4px 4px 0 var(--black);
  font-weight: 900; cursor: pointer; transition: transform .18s ease, background .18s ease;
}
.cz-tab[aria-selected="true"] { background: var(--yellow); transform: translateY(-3px); }
.cz-panel { margin-top: 18px; }
.cz-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cz-card { border: 2px solid var(--black); padding: clamp(20px, 4vw, 34px); background: var(--cream-light); box-shadow: 7px 7px 0 var(--black); }
.cz-card[data-tone="yellow"] { background: #fff4bd; }
.cz-card[data-tone="blue"] { background: #dff6fb; }
.cz-card[data-tone="pink"] { background: #ffe3ef; }
.cz-card[data-tone="orange"] { background: #ffe6d8; }
.cz-eyebrow { display: block; margin-bottom: 8px; color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cz-card h3 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1; text-transform: uppercase; }
.cz-card p { margin: 12px 0 0; color: #575149; line-height: 1.5; }
.cz-btn { min-height: 46px; border: 2px solid var(--black); padding: 10px 14px; color: var(--black); background: var(--yellow); box-shadow: 4px 4px 0 var(--black); font-weight: 900; cursor: pointer; }
.cz-btn:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--black); }
.cz-btn.secondary { background: var(--cream-light); }
.cz-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.cz-field { display: grid; gap: 7px; margin-top: 16px; }
.cz-field > span { font-size: .88rem; font-weight: 900; }
.cz-field input, .cz-field textarea { width: 100%; border: 2px solid var(--black); border-radius: 0; padding: 12px; color: var(--black); background: white; outline: none; }
.cz-field input:focus, .cz-field textarea:focus { box-shadow: 0 0 0 3px var(--yellow); }
.cz-field textarea { min-height: 110px; resize: vertical; }
.cz-rating, .cz-options, .cz-product-list { display: grid; gap: 9px; margin-top: 14px; }
.cz-rating { grid-template-columns: repeat(5, 1fr); }
.cz-rating button, .cz-option, .cz-product {
  min-height: 45px; border: 2px solid var(--black); padding: 9px 10px; color: var(--black); background: white;
  font-weight: 800; text-align: left; cursor: pointer;
}
.cz-rating button { text-align: center; }
.cz-rating button.active, .cz-option.selected, .cz-product.selected { background: var(--yellow); box-shadow: 3px 3px 0 var(--black); }
.cz-product-picker { margin-top: 18px; border-top: 2px solid var(--black); padding-top: 18px; }
.cz-product-list { max-height: 270px; overflow-y: auto; padding: 2px 5px 5px 2px; }
.cz-product { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cz-product small { color: var(--gray); }
.cz-status { margin-top: 16px; border-left: 6px solid var(--blue); padding: 11px 13px; background: white; line-height: 1.45; }
.cz-status.error { border-left-color: var(--orange); }
.cz-ranking { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.cz-ranking li { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); padding: 10px 0; }
.cz-ranking b:first-child { width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid var(--black); background: var(--yellow); }
.cz-progress { height: 10px; overflow: hidden; border: 1px solid var(--black); background: white; }
.cz-progress i { height: 100%; display: block; background: var(--pink); }
.cz-question { margin-top: 20px; font-size: 1.12rem; font-weight: 900; line-height: 1.35; }
.cz-stamps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.cz-stamps span { aspect-ratio: 1; display: grid; place-items: center; border: 2px dashed var(--gray); border-radius: 50%; color: var(--gray); background: rgb(255 255 255 / 55%); font-size: 1.35rem; font-weight: 900; }
.cz-stamps span.earned { border: 2px solid var(--black); background: var(--yellow); box-shadow: 3px 3px 0 var(--black); transform: rotate(-4deg); }
.cz-stamp-canary { width: min(210px, 55%); display: block; margin: 12px auto -8px; filter: drop-shadow(5px 7px 0 rgb(21 21 19 / 18%)); }
.cz-reward { margin-top: 20px; border: 3px solid var(--black); padding: 15px; background: var(--pink); color: white; box-shadow: 5px 5px 0 var(--black); text-align: center; }
.cz-reward b, .cz-reward span, .cz-reward strong { display: block; }
.cz-reward span { margin-top: 5px; font-size: .86rem; }
.cz-reward strong { margin-top: 8px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.7rem; letter-spacing: .12em; }
.cz-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; color: var(--gray); font-size: .82rem; font-weight: 800; }
.cz-result { margin-top: 20px; border: 2px solid var(--black); padding: 18px; background: var(--yellow); }
.cz-result strong { display: block; font-family: Impact, "Arial Narrow", sans-serif; font-size: 2rem; text-transform: uppercase; }
.cz-stamps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 20px; }
.cz-stamp { aspect-ratio: 1; display: grid; place-items: center; border: 2px dashed var(--black); border-radius: 50%; background: rgb(255 255 255 / 50%); font-size: clamp(1.2rem, 4vw, 2rem); }
.cz-stamp.filled { border-style: solid; background: var(--yellow); transform: rotate(-5deg); box-shadow: 3px 3px 0 var(--black); }
.cz-ad { position: relative; overflow: hidden; }
.cz-ad::after { content: "INFO"; position: absolute; right: -18px; top: 16px; padding: 5px 24px; color: white; background: var(--pink); font-size: .7rem; font-weight: 900; transform: rotate(35deg); }
.cz-privacy { margin-top: 14px; color: var(--gray); font-size: .78rem; line-height: 1.45; }
.cz-hidden { display: none !important; }

/* Acceso privado del personal */
.staff-body { min-height: 100vh; background: var(--black); }
.staff-app { width: min(1060px, calc(100% - 32px)); margin: 0 auto; padding: 22px 0 48px; }
.staff-header { display: flex; align-items: center; gap: 18px; padding: 10px 0 24px; color: white; }
.staff-header img { width: 145px; height: 62px; object-fit: contain; background: var(--cream-light); border-radius: 4px; padding: 4px; }
.staff-header span { color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.staff-header h1 { margin: 4px 0 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1.9rem, 5vw, 3rem); line-height: 1; text-transform: uppercase; }
.staff-loading { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: white; }
.staff-login-card { min-height: 590px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; border: 3px solid var(--black); background: var(--yellow); box-shadow: 10px 10px 0 var(--blue); }
.staff-login-card > img { width: 100%; height: 100%; max-height: 590px; object-fit: contain; align-self: end; padding: 24px 0 0 18px; }
.staff-login-copy { height: 100%; display: flex; flex-direction: column; justify-content: center; border-left: 3px solid var(--black); padding: clamp(28px, 6vw, 64px); background: var(--cream-light); }
.staff-login-copy h2, .staff-toolbar h2, .staff-grid h3 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
.staff-login-copy h2 { font-size: clamp(3rem, 7vw, 5rem); line-height: .9; }
.staff-login-copy p { color: var(--gray); line-height: 1.5; }
.staff-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; color: white; }
.staff-toolbar h2 { font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: .9; }
.staff-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.staff-qr-card, .staff-mascot-card, .staff-redeem-card, .staff-help-card { border: 2px solid var(--black); padding: clamp(20px, 4vw, 32px); background: var(--cream-light); box-shadow: 7px 7px 0 var(--blue); }
.staff-qr-card { grid-row: span 2; text-align: center; }
.staff-qr-card h3, .staff-redeem-card h3, .staff-help-card h3 { font-size: 2rem; }
.staff-qr-wrap { width: min(100%, 344px); aspect-ratio: 1; display: grid; place-items: center; margin: 20px auto 0; border: 3px solid var(--black); padding: 14px; background: var(--cream-light); box-shadow: 7px 7px 0 var(--yellow); }
.staff-qr-wrap canvas { width: 100% !important; height: auto !important; }
.staff-countdown { margin: 18px 0 0; color: var(--gray); }
.staff-countdown b { color: var(--black); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.25rem; }
.staff-qr-card .cz-actions { justify-content: center; }
.staff-mascot-card { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 10px; background: var(--yellow); box-shadow-color: var(--pink); }
.staff-mascot-card img { width: 150px; max-height: 180px; object-fit: contain; }
.staff-mascot-card b, .staff-mascot-card span { display: block; }
.staff-mascot-card b { font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.65rem; text-transform: uppercase; }
.staff-mascot-card span { margin-top: 6px; font-size: .9rem; line-height: 1.4; }
.staff-redeem-card p, .staff-help-card p { color: var(--gray); line-height: 1.5; }
.staff-help-card { background: #dff6fb; }
+
.staff-toolbar-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.staff-toolbar small { display: block; margin-top: 8px; color: #d5d2c8; }
.admin-app { width: min(1240px, calc(100% - 32px)); }
.admin-dashboard h3 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1.6rem, 4vw, 2.35rem); text-transform: uppercase; }
.admin-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.admin-metrics article { min-height: 154px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--black); padding: 20px; background: var(--yellow); box-shadow: 5px 5px 0 var(--blue); }
.admin-metrics article:nth-child(2) { background: #dff6fb; box-shadow-color: var(--pink); }
.admin-metrics article:nth-child(3) { background: var(--cream-light); box-shadow-color: var(--orange); }
.admin-metrics article:nth-child(4) { background: #f8d7e8; box-shadow-color: var(--yellow); }
.admin-metrics span { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.admin-metrics strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 3.5rem; line-height: 1; }
.admin-metrics small { color: var(--gray); line-height: 1.35; }
.admin-columns { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 16px; align-items: start; }
.admin-side { display: grid; gap: 16px; }
.admin-panel { min-width: 0; border: 2px solid var(--black); padding: clamp(18px, 3vw, 28px); background: var(--cream-light); box-shadow: 7px 7px 0 var(--blue); }
.admin-panel-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.admin-count { min-width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid var(--black); border-radius: 50%; background: var(--yellow); font-weight: 900; }
.admin-feedback-list { max-height: 780px; overflow: auto; padding-right: 5px; }
.admin-feedback-list article { border-top: 2px solid var(--black); padding: 17px 0; }
.admin-feedback-list article:first-child { border-top: 0; padding-top: 0; }
.admin-feedback-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.admin-feedback-meta time { color: var(--gray); font-size: .8rem; }
.admin-stars { color: #ed8a00; font-size: 1.15rem; letter-spacing: .05em; }
.admin-feedback-list p { margin: 10px 0 7px; font-size: 1rem; line-height: 1.5; overflow-wrap: anywhere; }
.admin-feedback-list small { color: var(--gray); line-height: 1.4; }
.admin-bars { display: grid; gap: 15px; }
.admin-bar > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.admin-bar b { font-size: .92rem; overflow-wrap: anywhere; }
.admin-bar div span { flex: none; color: var(--gray); font-size: .76rem; }
.admin-bar i { height: 11px; display: block; overflow: hidden; margin-top: 6px; border: 1px solid var(--black); background: white; }
.admin-bar i span { height: 100%; display: block; background: var(--orange); }
.admin-bar:nth-child(even) i span { background: var(--blue); }
.admin-empty { border: 2px dashed #938f83; padding: 26px 18px; color: var(--gray); text-align: center; }


@keyframes card-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .topbar { width: min(100% - 24px, 560px); min-height: 76px; }
  .orange-mark { width: 38px; height: 38px; }
  .orange-mark i { right: -9px; width: 15px; height: 9px; }
  .orange-mark i:first-child { top: 8px; }
  .orange-mark i:last-child { top: 21px; }
  .brand-words b { font-size: .95rem; }
  .brand-words small { font-size: .56rem; }
  .canario-logo { width: 112px; height: 48px; }
  .container-hero { width: min(100% - 24px, 560px); grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--orange); }
  .hero-art { min-height: 275px; }
  .hero-art::after { background: linear-gradient(0deg, var(--black), transparent 34%); }
  .hero-message { padding: 30px 24px 34px; }
  .hero-message h1 { font-size: clamp(4rem, 21vw, 6rem); }
  .hero-message > p:not(.paint-kicker) { margin-top: 22px; }
  .menu-content { width: min(100% - 24px, 560px); margin-top: 54px; }
  .canario-zone-shell { width: min(100% - 24px, 560px); margin-top: 62px; }
  .cz-grid { grid-template-columns: 1fr; }
  .cz-tabs { margin-right: -12px; }
  .cz-stamps { grid-template-columns: repeat(3, 1fr); }
  .section-title h2 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .menu-search { margin-top: 22px; }
  .container-tabs { margin-top: 25px; margin-right: -12px; }
  .container-tabs button { min-width: 122px; }
  .menu-note { align-items: flex-start; flex-direction: column; gap: 5px; }
  .food-grid { grid-template-columns: 1fr; gap: 11px; }
  .food-card { grid-template-columns: 112px 1fr; min-height: 160px; }
  .drawn-food, .drink-art { min-height: 158px; }
  .food-copy { padding: 16px; }
  .food-heading { flex-direction: column; gap: 7px; }
  .food-heading strong { font-size: 1.45rem; }
  .food-heading b { font-size: 1.05rem; }
  .food-description { margin-top: 9px; font-size: .9rem; }
  .canario-zone-shell { width: min(100% - 24px, 560px); margin-top: 62px; }
  .cz-grid { grid-template-columns: 1fr; }
  .cz-card { box-shadow: 5px 5px 0 var(--black); }
  .staff-app { width: min(100% - 24px, 560px); padding-top: 12px; }
  .staff-header { align-items: flex-start; }
  .staff-header img { width: 108px; height: 50px; }
  .staff-login-card { min-height: 0; grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--blue); }
  .staff-login-card > img { height: 280px; padding: 16px 20px 0; }
  .staff-login-copy { border-top: 3px solid var(--black); border-left: 0; }
  .staff-grid { grid-template-columns: 1fr; }
  .staff-qr-card { grid-row: auto; }
  .staff-mascot-card { grid-template-columns: 105px 1fr; }
+
  .admin-app { width: min(100% - 24px, 620px); }
  .staff-toolbar { align-items: flex-start; flex-direction: column; }
  .staff-toolbar-actions { width: 100%; justify-content: flex-start; }
  .admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-columns { grid-template-columns: 1fr; }
  .admin-feedback-list { max-height: none; }

  .site-footer { width: min(100% - 24px, 560px); margin-top: 54px; }
  .site-footer img { width: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
