:root {
  --orange-dark: #d14913;
  --orange-mid: #e05511;
  --orange-light: #e96c0f;
  --yellow: #f39c10;
  --brown: #5d2a0c;
  --brown-dark: #351706;
  --ink: #111111;
  --white: #ffffff;
  --glass: rgba(0, 0, 0, 0.28);
  --line: rgba(255, 255, 255, 0.16);
  --radius-xl: 40px;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--white);
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(135deg, var(--orange-dark) 0%, var(--orange-mid) 20%, var(--orange-light) 40%, var(--yellow) 60%, var(--orange-mid) 80%, var(--orange-dark) 100%);
  background-attachment: fixed;
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease infinite;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.6;
  background-image: radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.08) 20%, transparent 20.5%, transparent 35%, rgba(0,0,0,0.05) 35.5%, rgba(0,0,0,0.05) 50%, transparent 50.5%, transparent 65%, rgba(255,255,255,0.05) 65.5%, rgba(255,255,255,0.05) 80%, transparent 80.5%);
  background-size: 200px 200px;
}

body.admin-body {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0 18%, transparent 19% 38%) 0 0 / 190px 190px,
    linear-gradient(135deg, #0f172a, #231206 45%, var(--orange-dark));
  color: #f8fafc;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.script {
  font-family: "Dancing Script", cursive;
}

.home-shell {
  width: min(100%, 448px);
  margin: 0 auto;
  padding: 52px 24px 58px;
  position: relative;
}

.language-widget {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 50;
}

.language-current {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  color: var(--orange-dark);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.language-current:active {
  transform: scale(0.95);
}

.language-divider {
  width: 1px;
  height: 18px;
  margin: 0 12px;
  background: rgba(209, 73, 19, 0.28);
}

.language-options {
  display: grid;
  gap: 2px;
  min-width: 142px;
  margin-top: 8px;
  padding: 7px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.language-options[hidden],
.dropdown-options[hidden] {
  display: none;
}

.language-options button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 0 8px;
  color: var(--orange-dark);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-options button:hover {
  background: #fff7ed;
}

.home-hero {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding-top: 22px;
  text-align: center;
}

.home-logo-frame {
  width: 248px;
  padding: 10px;
  border: 3px solid var(--white);
  border-radius: 24px;
  background: repeating-linear-gradient(-45deg, var(--orange-dark), var(--orange-mid) 18px, var(--orange-light) 36px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.35);
  transform: rotate(-3deg);
  animation: floating 6s ease-in-out infinite;
}

.home-logo-inner {
  display: grid;
  place-items: center;
  height: 205px;
  border-radius: 16px;
  background: var(--white);
}

.home-logo-inner img {
  width: 180px;
}

.home-eyebrow {
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
}

.home-quote {
  max-width: 330px;
  margin: 0;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.home-address {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 245px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-address svg {
  width: 17px;
  height: 17px;
  color: var(--yellow);
  stroke-width: 2.4;
}

.booking-title {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.booking-icons {
  margin: -14px 0 22px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}

.home-actions {
  display: grid;
  gap: 20px;
}

.home-button {
  display: grid;
  grid-template-columns: 58px 1fr 22px;
  align-items: center;
  gap: 20px;
  min-height: 98px;
  width: 100%;
  border: 0;
  border-radius: 40px;
  padding: 21px 22px;
  color: var(--orange-dark);
  background: var(--white);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.23);
  border-bottom: 8px solid #cbd5e1;
  text-align: left;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home-button:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.home-button:active {
  transform: translateY(2px);
  border-bottom-width: 2px;
}

.home-button span:nth-child(2) {
  min-width: 0;
}

.home-button small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.home-button-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: var(--white);
  background: var(--orange-dark);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
  font-size: 24px;
}

.home-button-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 2.4;
}

.home-button-icon img {
  width: 32px;
  height: 32px;
}

.home-button-icon.yellow {
  background: var(--yellow);
}

.home-button-icon.white-orange {
  color: var(--orange-dark);
  background: var(--white);
}

.home-button-icon.google-icon {
  color: #4285f4;
  background: var(--white);
  font-weight: 900;
}

.home-chevron {
  color: inherit;
  font-size: 28px;
  opacity: 0.45;
}

.home-button.black {
  color: var(--white);
  background: #040404;
  border-bottom-color: var(--yellow);
}

.home-button.tilt {
  transform: rotate(-2deg);
  animation: attention-wiggle 4s ease-in-out infinite;
}

.home-button.tilt:hover {
  transform: rotate(-2deg) translateY(-4px) scale(1.02);
}

.home-button.tilt:active {
  transform: rotate(-2deg) translateY(2px);
}

.home-button.stripes {
  color: var(--white);
  background: linear-gradient(to bottom, #d14913 0 25%, #e05511 25% 50%, #e96c0f 50% 75%, #f39c10 75% 100%);
  border-bottom-color: rgba(93, 42, 12, 0.75);
}

.home-button.google {
  color: var(--white);
  background: linear-gradient(45deg, #4285f4, #ea4335, #fbbc05 66%, #34a853);
  border-bottom-color: rgba(93, 42, 12, 0.55);
  font-size: 16px;
  letter-spacing: 0.12em;
  animation: google-pulse 2s infinite ease-in-out;
}

.home-button.google:hover {
  transform: translateY(-4px) scale(1.02);
}

.home-button.brown {
  color: var(--white);
  background: var(--brown);
  border-bottom-color: #3d1b08;
}

.home-button.brown > span:nth-child(2) {
  justify-self: center;
  text-align: center;
}

.home-button.official {
  color: #070707;
  border: 4px solid var(--yellow);
  border-bottom: 9px solid var(--orange-dark);
}

.dropdown-options {
  display: grid;
  gap: 12px;
  padding: 16px 18px 2px;
}

.dropdown-options a,
.dropdown-options button {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: left;
}

.dropdown-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  font-size: 22px;
}

.dropdown-icon svg {
  width: 24px;
  height: 24px;
}

.dropdown-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.dropdown-icon.whatsapp {
  background: #25d366;
}

.dropdown-icon.opentable {
  background: #da3743;
}

.dropdown-icon.policy {
  background: #334155;
}

.dropdown-icon.maps {
  background: var(--white);
}

.dropdown-icon.apple {
  background: #000;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 40px 0 62px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);
  font-size: 34px;
  font-weight: 900;
  transition: all 0.4s ease;
}

.social-row a:hover {
  transform: scale(1.15) rotate(5deg);
  border-color: var(--yellow);
  background: rgba(0, 0, 0, 0.4);
}

.social-row a[aria-label="Instagram"]:hover {
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-row a[aria-label="Facebook"]:hover {
  background: #1877f2;
}

.social-row svg {
  width: 30px;
  height: 30px;
  stroke-width: 2.5;
}

.dictionary-card {
  width: min(432px, calc(100vw - 28px));
  margin-left: 50%;
  transform: translateX(-50%);
  touch-action: pan-y;
  user-select: none;
  padding: 44px 24px 36px;
  border-radius: 42px;
  color: var(--white);
  background: var(--brown);
  border-bottom: 8px solid var(--yellow);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.dictionary-card h2 {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1.08;
  white-space: nowrap;
}

.dictionary-word {
  margin: 0 0 7px;
  color: var(--yellow);
  font-size: 30px;
  line-height: 1;
}

.dictionary-phon {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.dictionary-def {
  max-width: 270px;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.22;
}

.dictionary-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.dictionary-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: 0.3s;
}

.dictionary-dots button.active {
  background: var(--yellow);
  transform: scale(1.24);
  box-shadow: 0 0 15px rgba(243, 156, 16, 0.6);
}

.home-footer {
  padding-top: 52px;
  text-align: center;
}

.home-footer img {
  width: 104px;
  margin: 0 auto 28px;
  opacity: 0.72;
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
}

.home-footer nav a {
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-footer p {
  margin: 0 0 58px;
  color: rgba(0, 0, 0, 0.56);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.48em;
  text-transform: uppercase;
}

.hosted-by {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: max-content;
  margin: 0 auto;
}

.hosted-by span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-footer .hosted-logo {
  width: 190px;
  padding: 8px 12px;
  border-radius: 18px;
  clip-path: inset(0 round 18px);
  background: var(--white);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.policy-dialog {
  width: min(640px, calc(100% - 24px));
  border: 0;
  padding: 0;
  background: transparent;
}

.policy-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.policy-card {
  position: relative;
  max-height: min(82vh, 760px);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 34px 26px 26px;
  border-radius: 30px;
  color: var(--white);
  background: rgba(15, 23, 42, 0.95);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.46);
}

.policy-card h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 38px;
}

.policy-copy {
  display: grid;
  gap: 16px;
  overflow: auto;
  padding-right: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.policy-copy section {
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.policy-copy h3 {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-copy p {
  margin: 0;
}

.policy-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
}

.app-shell {
  width: min(100%, 448px);
  margin: 0 auto;
  padding: 28px 24px 56px;
}

.top-bar {
  display: flex;
  justify-content: flex-end;
  min-height: 48px;
}

.menu-topbar {
  display: flex;
  justify-content: flex-start;
  min-height: 48px;
  margin-bottom: 12px;
}

.lang-pill,
.back-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px;
  color: var(--orange-dark);
  background: var(--white);
  border: 3px solid var(--yellow);
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.back-pill {
  border: 0;
  color: var(--orange-dark);
}

.flag {
  width: 28px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.brand-hero {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
  padding-top: 4px;
}

.logo-frame {
  width: 212px;
  padding: 10px;
  border: 3px solid var(--white);
  border-radius: 26px;
  background: repeating-linear-gradient(-45deg, var(--orange-dark), var(--orange-mid) 18px, var(--orange-light) 36px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36);
  transform: rotate(-2deg);
  animation: floatLogo 6s ease-in-out infinite;
}

.logo-inner {
  display: grid;
  place-items: center;
  min-height: 184px;
  padding: 18px;
  border-radius: 17px;
  background: var(--white);
}

.logo-inner.small {
  min-height: 116px;
}

.logo-inner img {
  width: 156px;
}

.eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.brand-quote {
  position: relative;
  max-width: 330px;
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.location-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 28px 0 18px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.26);
}

.action-stack {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.big-action {
  display: grid;
  grid-template-columns: 54px 1fr 24px;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 94px;
  padding: 19px 20px;
  border: 0;
  border-radius: var(--radius-xl);
  color: var(--orange-dark);
  background: var(--white);
  box-shadow: var(--shadow);
  border-bottom: 8px solid #cbd5e1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-bottom-width 180ms ease;
}

.big-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
}

.big-action:active {
  transform: translateY(2px);
  border-bottom-width: 3px;
}

.big-action.dark {
  color: var(--white);
  background: #050505;
  border-bottom-color: var(--yellow);
  transform: rotate(-2deg);
}

.big-action.brown {
  color: var(--white);
  background: var(--brown);
  border-bottom-color: #3d1b08;
}

.big-action.stripes {
  color: var(--white);
  background: linear-gradient(to bottom, #d14913 0 25%, #e05511 25% 50%, #e96c0f 50% 75%, #f39c10 75% 100%);
  border-bottom-color: rgba(0, 0, 0, 0.35);
}

.big-action.google {
  color: var(--white);
  background: linear-gradient(45deg, #4285f4, #ea4335, #fbbc05, #34a853);
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.action-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--white);
  background: var(--orange-dark);
  font-size: 25px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.24);
}

.big-action.dark .action-icon,
.big-action.white-gold .action-icon {
  background: var(--yellow);
}

.big-action.brown .action-icon,
.big-action.stripes .action-icon {
  color: var(--orange-dark);
  background: var(--white);
}

.action-text {
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.action-subtext {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.02em;
  opacity: 0.82;
}

.chevron {
  font-size: 32px;
  line-height: 1;
  opacity: 0.5;
}

.page-head {
  display: grid;
  justify-items: center;
  gap: 28px;
  margin-bottom: 34px;
}

.page-head .logo-frame {
  width: 190px;
  animation: none;
}

.page-head h1 {
  margin: 0;
  font-size: 62px;
  line-height: 0.95;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-underline-offset: 8px;
}

.separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 26px 0 14px;
}

.separator::before,
.separator::after {
  content: "";
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.separator span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.menu-list {
  display: grid;
  gap: 10px;
}

.accordion {
  overflow: hidden;
  border-radius: 22px;
}

.accordion-button {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 20px 22px;
  border: 0;
  border-bottom: 6px solid rgba(0, 0, 0, 0.34);
  border-radius: 22px;
  color: var(--white);
  background: var(--brown);
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.accordion.food .accordion-button {
  background: var(--orange-dark);
}

.accordion-panel {
  display: none;
  margin-top: -8px;
  padding: 18px;
  border-radius: 0 0 22px 22px;
  background: rgba(0, 0, 0, 0.34);
}

.accordion.open > .accordion-panel {
  display: block;
}

.subaccordion-list {
  display: grid;
  gap: 10px;
}

.subaccordion {
  overflow: hidden;
  border-radius: 18px;
}

.subaccordion-button {
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  border: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.32);
  border-radius: 18px;
  color: var(--white);
  background: rgba(93, 42, 12, 0.86);
  text-align: left;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.accordion.food .subaccordion-button {
  background: rgba(209, 73, 19, 0.84);
}

.subaccordion-panel {
  display: none;
  margin-top: -6px;
  padding: 10px 14px 8px;
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, 0.24);
}

.subaccordion.open > .subaccordion-panel {
  display: block;
}

.subaccordion-button span:last-child,
.accordion-button span:last-child {
  transition: transform 160ms ease;
}

.subaccordion.open > .subaccordion-button span:last-child,
.accordion.open > .accordion-button span:last-child {
  transform: rotate(180deg);
}

.level-label {
  margin: 18px 0 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-item:last-child {
  border-bottom: 0;
}

.item-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
}

.item-name {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.item-price {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 900;
}

.item-desc {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.48;
}

.notice {
  margin: 36px auto 0;
  max-width: 330px;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-logo {
  width: 82px;
  margin: 52px auto 14px;
  opacity: 0.7;
}

.form-page-header {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 26px 0 26px;
  text-align: center;
}

.form-logo-frame {
  width: 176px;
  border-radius: 22px;
  animation: none;
}

.form-logo-frame .logo-inner {
  min-height: 132px;
  border-radius: 15px;
}

.form-logo-frame img {
  width: 118px;
}

.form-page-header h1 {
  margin: 6px 0 0;
  color: var(--white);
  font-size: 58px;
  line-height: 0.95;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
}

.form-page-header p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.form-section {
  margin-top: 16px;
}

.form-card {
  padding: 30px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.form-card h1,
.form-card h2 {
  margin: 0;
  text-align: center;
  font-size: 56px;
  line-height: 0.95;
}

.form-card > p {
  margin: 14px auto 24px;
  max-width: 330px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.form-card form {
  display: grid;
  gap: 14px;
}

.form-card label {
  display: grid;
  gap: 7px;
}

.form-card label span,
.field-caption {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-card input,
.form-card textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  outline: 0;
  padding: 14px 15px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.form-card input::placeholder,
.form-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form-card textarea {
  min-height: 124px;
  resize: vertical;
}

.public-grid {
  grid-template-columns: 1fr 1fr;
}

.consent-line {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.74);
}

.consent-line input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.captcha-note {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.btn-submit-premium {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-bottom: 6px solid #cbd5e1;
  border-radius: 18px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.btn-submit-premium:disabled {
  opacity: 0.68;
  cursor: wait;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.star-rating button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  font-size: 30px;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease;
}

.star-rating button.selected {
  color: var(--yellow);
  background: rgba(0, 0, 0, 0.22);
  transform: scale(1.08);
}

.upload-box {
  min-height: 104px;
  padding: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.upload-box small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
}

.upload-box strong {
  display: grid;
  place-items: center;
  min-height: 44px;
  margin: 4px 0;
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-preview {
  display: grid;
  gap: 6px;
}

.media-preview span {
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.form-status {
  min-height: 18px;
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.form-status[data-state="success"] {
  color: #86efac;
}

.form-status[data-state="error"] {
  color: #fecaca;
}

.form-page-footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 42px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.form-page-footer img {
  width: 92px;
  opacity: 0.78;
}

.form-page-footer p {
  margin: 0;
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 70px;
}

body[data-admin-protected]:not(.admin-ready) .admin-shell {
  visibility: hidden;
}

.login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px 18px;
}

.login-card {
  width: min(430px, 100%);
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: rgba(15, 23, 42, 0.82);
  box-shadow: var(--shadow);
}

.login-logo {
  width: 92px;
  height: 92px;
}

.login-logo img {
  width: 70px;
}

.login-copy {
  text-align: center;
}

.login-copy p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.login-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.login-form {
  width: 100%;
}

.login-submit {
  width: 100%;
}

.admin-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.admin-logo {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: var(--white);
  transform: rotate(3deg);
  box-shadow: var(--shadow);
}

.admin-logo img {
  width: 52px;
}

.admin-title h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.admin-title p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(300px, 370px) 1fr;
  gap: 18px;
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-head h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.panel-body {
  padding: 18px;
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.field label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  outline: 0;
  padding: 12px 13px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.admin-list {
  display: grid;
  gap: 10px;
  max-height: 68vh;
  overflow: auto;
  padding-right: 4px;
}

.admin-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.admin-row strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.admin-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.row-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-user {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icon-btn,
.primary-btn,
.ghost-btn {
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.primary-btn,
.ghost-btn {
  min-height: 42px;
  padding: 0 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.primary-btn {
  color: var(--white);
  background: var(--orange-dark);
}

.ghost-btn {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.danger {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.16);
}

.status-line {
  min-height: 18px;
  color: #86efac;
  font-size: 11px;
  font-weight: 800;
}

.status-line[data-state="error"] {
  color: #fecaca;
}

.empty-state {
  padding: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.menu-manager {
  width: min(1280px, calc(100% - 28px));
}

.manager-toolbar {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr);
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.7);
  box-shadow: var(--shadow);
}

.segmented-control {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
}

.segment {
  min-width: 92px;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.segment.active {
  color: var(--white);
  background: var(--orange-dark);
  box-shadow: 0 10px 22px rgba(209, 73, 19, 0.28);
}

.search-box {
  display: grid;
  gap: 7px;
}

.search-box span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.search-box input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  outline: 0;
  padding: 0 16px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
}

.menu-admin-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.admin-accordion {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.admin-accordion.depth-1,
.admin-accordion.depth-2 {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.admin-accordion-head {
  display: grid;
  grid-template-columns: 38px 32px 32px 1fr 34px 34px auto;
  gap: 8px;
  align-items: center;
  padding: 14px;
}

.admin-category-title {
  min-width: 0;
}

.admin-category-title h2 {
  margin: 5px 0 2px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-category-title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
}

.admin-accordion-panel {
  display: none;
  padding: 0 14px 14px;
}

.admin-accordion.open > .admin-accordion-panel {
  display: grid;
  gap: 10px;
}

.help-dot {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.category-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow);
}

.category-head {
  display: grid;
  grid-template-columns: 34px 1fr 48px;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.category-head h2 {
  margin: 6px 0 4px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #ffedd5;
  background: rgba(209, 73, 19, 0.28);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.drag-handle {
  border: 0;
  color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.category-grip {
  width: 34px;
  height: 44px;
  border-radius: 12px;
}

.product-grip {
  width: 32px;
  min-height: 54px;
  border-radius: 12px;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.product-grip:active {
  cursor: grabbing;
}

.add-product {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: var(--orange-dark);
  box-shadow: 0 12px 24px rgba(209, 73, 19, 0.25);
  font-size: 28px;
  font-weight: 900;
}

.product-list {
  display: grid;
  gap: 10px;
  min-height: 24px;
  padding: 14px;
  transition: background 160ms ease;
}

.product-list.drop-target {
  background: rgba(243, 156, 16, 0.1);
}

.product-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.product-row.dragging {
  opacity: 0.45;
}

.product-row.manual-dragging {
  opacity: 0.28;
}

.drag-ghost {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  pointer-events: none;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.48);
}

.drop-placeholder {
  border: 2px dashed rgba(243, 156, 16, 0.8);
  border-radius: 18px;
  background: rgba(243, 156, 16, 0.12);
}

.drag-active {
  cursor: grabbing;
}

.product-main {
  min-width: 0;
}

.product-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
}

.product-line strong {
  min-width: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-line span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.product-main p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-style: italic;
  line-height: 1.35;
}

.product-main small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edit-product {
  min-height: 42px;
  border: 0;
  border-radius: 13px;
  padding: 0 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-empty {
  margin: 0;
  padding: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  font-style: italic;
}

.editor-dialog {
  width: min(620px, calc(100% - 24px));
  border: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
}

.editor-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.editor-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
}

.editor-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.editor-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.editor-head p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
}

.editor-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.product-row.compact {
  grid-template-columns: 38px 1fr auto;
}

.product-reorder,
.product-actions {
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-actions .icon-btn,
.product-reorder .drag-handle,
.admin-accordion-head .drag-handle {
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
}

.language-editor {
  display: grid;
  gap: 8px;
  margin: 4px 0 12px;
}

.language-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.lang-tab {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.lang-tab.active {
  background: var(--orange-dark);
}

.language-editor p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
}

.admin-ops-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) 1.15fr;
  gap: 16px;
  margin-top: 18px;
}

.ops-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 16px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow);
}

.ops-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ops-head h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ops-head p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
}

.ops-form {
  display: grid;
  gap: 8px;
}

.ops-form input,
.ops-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  outline: 0;
  padding: 12px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
}

.ops-list {
  display: grid;
  gap: 8px;
  max-height: 360px;
  overflow: auto;
}

.ops-row {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.ops-row strong {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.35;
}

.review-row p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.review-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
}

@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes floating {
  0% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(1deg) translateY(-15px); }
  100% { transform: rotate(-2deg) translateY(0); }
}

@keyframes attention-wiggle {
  0% { transform: rotate(-3deg) scale(1); }
  5% { transform: rotate(-1deg) scale(1.05); }
  10% { transform: rotate(-4deg) scale(1.05); }
  15% { transform: rotate(-2deg) scale(1); }
  100% { transform: rotate(-3deg) scale(1); }
}

@keyframes google-pulse {
  0% { transform: scale(1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  50% { transform: scale(1.02); box-shadow: 0 10px 25px rgba(255, 255, 255, 0.4); }
  100% { transform: scale(1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
}

@keyframes floatLogo {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(1deg) translateY(-12px); }
}

@media (max-width: 820px) {
  .admin-header,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-header {
    justify-items: start;
  }

  .admin-list {
    max-height: none;
  }

  .manager-toolbar,
  .menu-admin-board,
  .admin-ops-grid,
  .form-grid,
  .public-grid {
    grid-template-columns: 1fr;
  }

  .category-head {
    grid-template-columns: 30px 1fr 44px;
  }

  .product-row {
    grid-template-columns: 30px 1fr;
  }

  .product-row.compact,
  .admin-accordion-head {
    grid-template-columns: 34px 28px 28px 1fr;
  }

  .admin-accordion-head .help-dot,
  .admin-accordion-head .add-product {
    grid-column: span 2;
  }

  .edit-product {
    grid-column: 2;
    justify-self: start;
  }

  .editor-actions {
    flex-direction: column-reverse;
  }
}

@media (max-width: 390px) {
  .app-shell {
    padding-inline: 16px;
  }

  .dictionary-card h2 {
    font-size: 27px;
  }

  .brand-quote {
    font-size: 30px;
  }

  .action-text {
    font-size: 17px;
    letter-spacing: 0.14em;
  }

  .big-action {
    grid-template-columns: 50px 1fr 18px;
    gap: 13px;
    padding-inline: 16px;
  }
}
