@font-face { font-family: "Hostess Display"; src: url("assets/fonts/CormorantGaramond-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess Display"; src: url("assets/fonts/CormorantGaramond-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess Display"; src: url("assets/fonts/CormorantGaramond-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess UI"; src: url("assets/fonts/Manrope-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess UI"; src: url("assets/fonts/Manrope-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess UI"; src: url("assets/fonts/Manrope-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess UI"; src: url("assets/fonts/Manrope-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Hostess UI"; src: url("assets/fonts/Manrope-ExtraBold.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #040b17;
  --ink-raised: #091528;
  --ink-panel: #0c1a2d;
  --ink-soft: #10223a;
  --line: rgba(219, 167, 71, 0.23);
  --line-soft: rgba(177, 202, 235, 0.12);
  --gold: #efbd59;
  --gold-strong: #ffc85c;
  --gold-dim: #a97629;
  --cream: #f5ecdc;
  --muted: #8f9cad;
  --muted-light: #b8c1ce;
  --violet: #af4bdb;
  --violet-dark: #4c215f;
  --green: #69cb80;
  --red: #ff7777;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  --radius: 13px;
  --radius-sm: 8px;
  --page: min(1420px, calc(100% - 48px));
  --font-ui: "Hostess UI", "Segoe UI", Arial, sans-serif;
  --font-display: "Hostess Display", Georgia, "Times New Roman", serif;
  font-family: var(--font-ui);
  background: var(--ink);
  color: var(--cream);
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--ink); }

body {
  min-width: 320px;
  min-height: 100dvh;
  margin: 0;
  background:
    radial-gradient(circle at 73% 5%, rgba(113, 45, 148, 0.2), transparent 28rem),
    radial-gradient(circle at 9% 34%, rgba(33, 77, 136, 0.12), transparent 29rem),
    var(--ink);
  color: var(--cream);
  font-size: 14px;
  line-height: 1.4;
}

button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold-strong);
  outline-offset: 2px;
}

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

.app-shell { min-height: 100dvh; overflow: hidden; }

.display {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.eyebrow {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.muted { color: var(--muted); }
.gold { color: var(--gold); }
.nowrap { white-space: nowrap; }
.hidden { display: none !important; }

.icon {
  display: inline-flex;
  width: 1.15em;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  line-height: 1;
}

.site-nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  width: var(--page);
  height: 66px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(226, 191, 111, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: -0.055em;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 26px;
  height: 36px;
  place-items: center;
  margin-right: 2px;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-14deg);
}

.brand sup { margin-left: 3px; font-family: Arial, sans-serif; font-size: 13px; letter-spacing: 0; }

.nav-links { display: flex; align-items: center; gap: 27px; margin-left: 22px; }
.nav-link, .nav-button {
  border: 0;
  background: transparent;
  color: #d7d2cb;
  font-size: 12px;
  transition: color .18s ease;
}
.nav-link:hover, .nav-button:hover, .nav-link.is-active { color: var(--gold); }
.nav-spacer { flex: 1; }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.action-link {
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 12px;
}
.action-link .icon { color: var(--gold); margin-right: 5px; }

.button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(242, 191, 93, 0.55);
  border-radius: 7px;
  padding: 0 18px;
  background: linear-gradient(135deg, #e8ad43, #ffd676);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 8px 18px rgba(0, 0, 0, .18);
  color: #20150b;
  font-size: 12px;
  font-weight: 750;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button.secondary {
  background: rgba(5, 14, 27, 0.68);
  box-shadow: none;
  color: var(--cream);
}
.button.ghost {
  border-color: var(--line-soft);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
  color: var(--muted-light);
}
.button.danger { border-color: rgba(255,119,119,.4); background: rgba(116, 26, 35, .35); color: #ffb3b8; }
.button.small { min-height: 30px; padding: 0 11px; font-size: 11px; }
.button.wide { width: 100%; }

.mobile-menu { display: none; }

.site-page { min-height: calc(100dvh - 66px); }

/* Public landing */
.landing-hero {
  position: relative;
  min-height: 386px;
  border-bottom: 1px solid rgba(234, 188, 89, .13);
  isolation: isolate;
}
.landing-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 22, .98) 0%, rgba(3, 10, 22, .9) 34%, rgba(3, 10, 22, .35) 62%, rgba(3, 10, 22, .3) 100%),
    linear-gradient(0deg, rgba(3,10,22,.95), transparent 55%),
    url("assets/night-lounge-hero.png") center/cover no-repeat;
  content: "";
}
.landing-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .35;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 60%);
}
.landing-hero-inner { width: var(--page); padding: 24px 0 34px; margin: 0 auto; }
.hero-copy { max-width: 510px; }
.hero-title { max-width: 510px; font-size: clamp(43px, 4vw, 61px); line-height: .98; }
.hero-title .accent { color: var(--gold); }
.hero-subtitle { max-width: 425px; margin: 10px 0 16px; color: #e3dcd2; font-size: 13px; }

.search-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr .82fr .82fr 1.5fr;
  gap: 10px;
  max-width: 1040px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(4, 12, 25, .86);
  box-shadow: var(--shadow);
}
.control label, .field label {
  display: block;
  margin-bottom: 4px;
  color: #a9b3c0;
  font-size: 10px;
}
.input-wrap, .control select, .control input, .field input, .field select, .field textarea {
  width: 100%;
  min-height: 35px;
  border: 1px solid rgba(156, 177, 210, .18);
  border-radius: 7px;
  background: rgba(8, 20, 37, .92);
  color: #ecedf0;
  padding: 0 10px;
  outline: none;
}
.control select, .field select { appearance: auto; }
.control input::placeholder, .field input::placeholder, .field textarea::placeholder { color: #627185; }
.control input:focus, .control select:focus, .field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(239, 189, 89, .78); }
.search-panel .button { align-self: end; min-height: 35px; }

.country-chips { display: flex; gap: 8px; margin-top: 7px; }
.chip, .tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(225, 174, 77, .34);
  border-radius: 7px;
  padding: 4px 10px;
  background: rgba(9, 18, 31, .6);
  color: #d7d5d4;
  font-size: 10px;
  white-space: nowrap;
}
.chip.active, .tag.gold { border-color: rgba(239, 189, 89, .73); background: rgba(115, 72, 17, .34); color: var(--gold-strong); }
.tag.violet { border-color: rgba(183, 75, 230, .45); background: rgba(89, 29, 112, .43); color: #dfa0ff; }
.tag.green { border-color: rgba(103, 207, 128, .34); background: rgba(34, 97, 52, .36); color: #8ceba1; }
.chip-button { cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.chip-button:hover { border-color: var(--gold); color: var(--gold); }

.home-content { width: var(--page); margin: 0 auto; padding: 12px 0 0; }
.section { margin-top: 13px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 7px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.section-link { border: 0; background: transparent; color: var(--gold); font-size: 10px; }
.section-link:hover { text-decoration: underline; }

.locations-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.location-card {
  position: relative;
  min-height: 119px;
  overflow: hidden;
  border: 1px solid rgba(226, 191, 111, .36);
  border-radius: 9px;
  padding: 11px;
  background: #071324;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.location-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(0deg, rgba(3, 10, 21, .96), rgba(3, 10, 21, .06)),
    linear-gradient(90deg, rgba(17, 31, 58, .26), transparent),
    url("assets/night-lounge-hero.png") center/cover no-repeat;
  opacity: .9;
  content: "";
}
.location-card:nth-child(2)::before { background-position: 14% 50%; filter: hue-rotate(35deg) saturate(1.15); }
.location-card:nth-child(3)::before { background-position: 32% 50%; filter: hue-rotate(78deg) saturate(.8); }
.location-card:nth-child(4)::before { background-position: 65% 50%; filter: hue-rotate(-12deg) saturate(1.05); }
.location-card:nth-child(5)::before { background-position: 86% 50%; filter: hue-rotate(120deg) saturate(.75); }
.location-card:nth-child(6)::before { background-position: 48% 50%; filter: hue-rotate(160deg) saturate(.65); }
.location-card > * { position: relative; z-index: 1; }
.flag-row { color: #e5e8ed; font-size: 10px; }
.location-card h3 { margin: 6px 0 1px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.salary { color: var(--gold-strong); font-size: 12px; font-weight: 700; }
.location-meta { margin-top: 2px; color: #bcc5d0; font-size: 10px; }
.mini-button { min-height: 24px; margin-top: 7px; border: 1px solid rgba(239,189,89,.5); border-radius: 6px; padding: 0 9px; background: rgba(6,13,25,.75); color: var(--cream); font-size: 9px; }
.mini-button:hover { color: var(--gold); border-color: var(--gold); }

.split-showcase { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, 1fr); gap: 13px; }
.vacancy-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.vacancy-card {
  position: relative;
  min-height: 156px;
  overflow: hidden;
  border: 1px solid rgba(226, 191, 111, .34);
  border-radius: 8px;
  padding: 7px;
  background: linear-gradient(150deg, #132035, #071120 70%);
  transition: border-color .2s ease, transform .2s ease;
}
.vacancy-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.vacancy-photo { height: 56px; margin: -7px -7px 7px; background: url("assets/night-lounge-hero.png") center/cover no-repeat; filter: saturate(1.18); }
.vacancy-card:nth-child(2) .vacancy-photo { background-position: 72%; filter: hue-rotate(35deg) saturate(1.35); }
.vacancy-card:nth-child(3) .vacancy-photo { background-position: 22%; filter: hue-rotate(-28deg) saturate(1.2); }
.vacancy-card:nth-child(4) .vacancy-photo { background-position: 89%; filter: hue-rotate(70deg) saturate(1); }
.vacancy-card:nth-child(5) .vacancy-photo { background-position: 56%; filter: hue-rotate(130deg) saturate(.85); }
.vacancy-card:nth-child(6) .vacancy-photo { background-position: 39%; filter: hue-rotate(170deg) saturate(.8); }
.fav-button {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 50%;
  background: rgba(2,8,19,.72);
  color: #e8e1d6;
  font-size: 12px;
}
.fav-button.is-favorite { color: var(--gold); border-color: var(--gold); }
.vacancy-card h3 { margin: 0; overflow: hidden; color: #f2eee9; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.vacancy-card p { margin: 2px 0; overflow: hidden; color: #8f9bad; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.vacancy-card .salary { font-size: 12px; }
.card-tags { display: flex; gap: 3px; margin-top: 5px; overflow: hidden; }
.card-tags span { border: 1px solid rgba(191, 205, 224, .2); border-radius: 4px; padding: 2px 4px; color: #a6b0bd; font-size: 8px; white-space: nowrap; }
.vacancy-apply { margin-top: 6px; }

.hostess-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.hostess-card {
  overflow: hidden;
  border: 1px solid rgba(226, 191, 111, .33);
  border-radius: 8px;
  background: #091528;
}
.hostess-portrait {
  position: relative;
  height: 84px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 25%, #f0b195 0 8%, transparent 8.4%),
    radial-gradient(ellipse at 50% 31%, #6a3740 0 15%, transparent 15.4%),
    linear-gradient(135deg, #492a47, #0b1930 68%);
}
.hostess-portrait::before {
  position: absolute;
  right: 27%; bottom: -20px;
  width: 42%; height: 75%;
  border-radius: 48% 48% 12% 12%;
  background: linear-gradient(130deg, #d49a7b, #9f665a);
  box-shadow: 0 -26px 0 5px #2a1b27;
  content: "";
}
.hostess-card:nth-child(2) .hostess-portrait { background: radial-gradient(ellipse at 50% 25%, #ebac91 0 8%, transparent 8.4%), radial-gradient(ellipse at 50% 31%, #2a1d27 0 15%, transparent 15.4%), linear-gradient(135deg, #3d235c, #13162c 68%); }
.hostess-card:nth-child(3) .hostess-portrait { background: radial-gradient(ellipse at 50% 25%, #edb591 0 8%, transparent 8.4%), radial-gradient(ellipse at 50% 31%, #d0a365 0 15%, transparent 15.4%), linear-gradient(135deg, #3e2732, #0b1930 68%); }
.hostess-card:nth-child(4) .hostess-portrait { background: radial-gradient(ellipse at 50% 25%, #ae7058 0 8%, transparent 8.4%), radial-gradient(ellipse at 50% 31%, #1b1621 0 15%, transparent 15.4%), linear-gradient(135deg, #6b214e, #10192f 68%); }
.hostess-card:nth-child(5) .hostess-portrait { background: radial-gradient(ellipse at 50% 25%, #f0c2a5 0 8%, transparent 8.4%), radial-gradient(ellipse at 50% 31%, #a47353 0 15%, transparent 15.4%), linear-gradient(135deg, #342344, #10192f 68%); }
.hostess-card:nth-child(6) .hostess-portrait { background: radial-gradient(ellipse at 50% 25%, #e6a88e 0 8%, transparent 8.4%), radial-gradient(ellipse at 50% 31%, #5c352a 0 15%, transparent 15.4%), linear-gradient(135deg, #2f4057, #0d1426 68%); }
.hostess-info { padding: 6px 8px 7px; }
.hostess-info strong { display: block; font-size: 11px; }
.hostess-info span { display: block; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hostess-info b { color: var(--gold); font-size: 10px; }
.conditions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.condition-card { display: flex; min-height: 83px; align-items: flex-start; gap: 9px; border: 1px solid rgba(226, 191, 111, .33); border-radius: 8px; padding: 10px; background: linear-gradient(145deg, rgba(18, 34, 58, .95), rgba(7, 18, 33, .95)); }
.condition-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border: 1px solid rgba(239,189,89,.45); border-radius: 8px; color: var(--gold); font-size: 15px; }
.condition-card strong { display: block; color: #e8e8e8; font-family: Georgia, serif; font-size: 11px; font-weight: 400; }
.condition-card span:last-child { display: block; margin-top: 3px; color: #99a8b9; font-size: 9px; line-height: 1.25; }

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 14px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(15, 29, 48, .75), rgba(6, 15, 28, .75));
}
.benefit { display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 8px 28px; }
.benefit + .benefit { border-left: 1px solid var(--line-soft); }
.benefit .icon { color: var(--gold); font-size: 32px; }
.benefit strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 13px; font-weight: 400; }
.benefit span { display: block; color: #aeb8c7; font-size: 10px; }

.home-bottom { display: grid; grid-template-columns: 1.55fr 1fr; gap: 32px; padding: 0 0 20px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.step { position: relative; padding-left: 42px; color: #bdc5cf; font-size: 9px; }
.step::before { position: absolute; top: 0; left: 0; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #9d52bf; border-radius: 50%; background: radial-gradient(circle, #582a69, #221337); box-shadow: 0 0 0 4px rgba(140, 50, 181, .1); color: #efcbff; content: attr(data-step); font-size: 14px; }
.step:not(:last-child)::after { position: absolute; top: 16px; right: -3px; width: 13px; border-top: 1px dotted var(--gold); content: ""; }
.step strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 11px; font-weight: 400; }
.testimonial { min-height: 95px; border: 1px solid var(--line); border-radius: 9px; padding: 11px 14px; background: rgba(13, 27, 46, .7); }
.testimonial blockquote { margin: 4px 0; color: #d5d9df; font-size: 10px; line-height: 1.45; }
.testimonial cite { color: var(--gold); font-family: Georgia, serif; font-style: normal; font-size: 11px; }

.site-footer { border-top: 1px solid rgba(215, 175, 92, .16); background: rgba(3, 11, 22, .78); }
.footer-inner { display: grid; grid-template-columns: 1.3fr .8fr .8fr .8fr 1.45fr; gap: 32px; width: var(--page); padding: 18px 0 15px; margin: 0 auto; }
.footer-inner .brand { font-size: 23px; }
.footer-copy { max-width: 145px; color: #778497; font-size: 10px; }
.footer-col h3 { margin: 4px 0 8px; color: var(--gold); font-family: Georgia, serif; font-size: 12px; font-weight: 400; }
.footer-col a { display: block; margin: 4px 0; color: #aab5c2; font-size: 10px; }
.footer-col a:hover { color: var(--gold); }
.newsletter { border: 1px solid var(--line); border-radius: 8px; padding: 10px; }
.newsletter h3 { margin: 0; color: var(--cream); font-family: Georgia, serif; font-size: 13px; font-weight: 400; }
.newsletter p { margin: 4px 0 8px; color: var(--muted); font-size: 9px; }
.newsletter-row { display: flex; gap: 5px; }
.newsletter-row input { min-width: 0; flex: 1; min-height: 31px; border: 1px solid var(--line-soft); border-radius: 6px; background: #071224; color: var(--cream); padding: 0 8px; font-size: 10px; }
.newsletter-row .button { min-height: 31px; padding: 0 13px; }
.footer-base { display: flex; justify-content: space-between; width: var(--page); padding: 8px 0; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.06); color: #617184; font-size: 9px; }

.form-panel { border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg, rgba(13, 29, 49, .93), rgba(5, 16, 30, .93)); }
.form-panel { padding: 12px 14px; }
.form-panel h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 11px; }
.form-grid.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-grid.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.field.full { grid-column: 1 / -1; }
.field textarea { min-height: 60px; padding: 8px 10px; resize: vertical; }
.field .required { color: var(--gold); }
.field small { display: block; padding-top: 3px; color: #738198; font-size: 9px; }

/* Admin */
.admin-app { display: grid; min-height: 100dvh; grid-template-columns: 255px 1fr; }
.admin-sidebar { position: sticky; top: 0; display: flex; height: 100dvh; flex-direction: column; border-right: 1px solid rgba(217,181,108,.18); background: linear-gradient(160deg, #07142a, #030b17 72%); }
.admin-logo-row { display: flex; height: 75px; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid rgba(217,181,108,.15); }
.admin-logo-row .brand { font-size: 27px; }
.menu-collapse { border: 0; background: none; color: var(--gold); font-size: 20px; }
.admin-menu { display: grid; gap: 3px; padding: 12px; }
.admin-menu-item { display: flex; min-height: 38px; align-items: center; gap: 14px; border: 1px solid transparent; border-radius: 7px; padding: 0 14px; background: transparent; color: #e0d9cf; text-align: left; font-family: Georgia, serif; font-size: 15px; }
.admin-menu-item .icon { color: var(--gold); }
.admin-menu-item:hover { background: rgba(255,255,255,.035); }
.admin-menu-item.active { border-color: rgba(170, 70, 210, .55); background: linear-gradient(90deg, rgba(101,37,131,.45), rgba(56,22,82,.2)); box-shadow: inset 0 0 20px rgba(162,74,219,.11); }
.admin-menu-item .menu-count { display: grid; min-width: 22px; height: 20px; place-items: center; margin-left: auto; border-radius: 10px; background: rgba(145, 93, 24, .33); color: var(--gold); font-family: Arial, sans-serif; font-size: 10px; }
.admin-main { min-width: 0; }
.admin-topbar { display: flex; height: 76px; align-items: center; gap: 16px; padding: 0 22px; border-bottom: 1px solid rgba(217,181,108,.17); background: rgba(5,13,25,.58); }
.admin-topbar-title { min-width: 240px; }
.admin-topbar-title h1 { margin: 0; font-family: Georgia, serif; font-size: 29px; font-weight: 400; letter-spacing: -.03em; }
.admin-topbar-title p { margin: 1px 0; color: #c8c2b8; font-size: 10px; }
.admin-top-actions { display: flex; align-items: center; gap: 7px; }

.admin-content { padding: 9px 20px 24px; }
.metrics { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.metric { position: relative; min-height: 100px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; padding: 11px 14px; background: linear-gradient(135deg, rgba(13,29,49,.98), rgba(7,16,30,.9)); }
.metric::after { position: absolute; right: -7px; bottom: 7px; width: 104px; height: 42px; border-bottom: 2px solid #ac4ddd; border-radius: 50%; box-shadow: 13px -8px 0 -11px #ad4ddd, 36px -13px 0 -11px #ad4ddd, 60px -5px 0 -11px #ad4ddd; content: ""; transform: rotate(-7deg); opacity: .8; }
.metric:nth-child(5)::after { border-color: #7bd78e; box-shadow: 13px -8px 0 -11px #7bd78e, 36px -13px 0 -11px #7bd78e, 60px -5px 0 -11px #7bd78e; }
.metric-label { position: relative; z-index: 1; color: #c9ced7; font-family: Georgia, serif; font-size: 12px; }
.metric-value { position: relative; z-index: 1; display: block; margin: 2px 0; font-family: Georgia, serif; font-size: 27px; line-height: 1; }
.metric-delta { position: relative; z-index: 1; color: var(--green); font-size: 10px; }
.metric-icon { position: absolute; z-index: 1; top: 10px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(179,75,219,.3); border-radius: 12px; background: rgba(75,25,96,.27); color: #df79ff; font-size: 19px; }

.admin-layout { display: grid; grid-template-columns: 1.18fr 1fr; gap: 10px; margin-top: 10px; }
.panel { min-width: 0; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg, rgba(12,27,46,.95), rgba(5,16,29,.93)); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 57px; padding: 10px 14px 8px; border-bottom: 1px solid var(--line-soft); }
.panel-head h2 { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.toolbar { display: flex; align-items: center; gap: 7px; }
.compact-select, .compact-input { min-width: 0; height: 29px; border: 1px solid var(--line-soft); border-radius: 5px; background: #0a1729; color: #aeb9c6; padding: 0 8px; font-size: 9px; }
.compact-input { min-width: 142px; }
.table-wrap { overflow-x: auto; padding: 0 10px; }
.data-table { width: 100%; border-collapse: separate; border-spacing: 0 2px; font-size: 10px; }
.data-table th { padding: 8px 8px; color: #b9aa8d; font-family: Georgia, serif; font-size: 9px; font-weight: 400; text-align: left; white-space: nowrap; }
.data-table td { padding: 7px 8px; background: rgba(3,11,22,.36); color: #cbd2da; white-space: nowrap; }
.data-table tr td:first-child { border-radius: 5px 0 0 5px; }
.data-table tr td:last-child { border-radius: 0 5px 5px 0; }
.status { display: inline-flex; border-radius: 4px; padding: 3px 6px; font-size: 8px; }
.status.active, .status.approved { background: rgba(48,120,64,.39); color: #83df97; }
.status.review, .status.paused { background: rgba(126,86,21,.4); color: #e6b853; }
.status.new { background: rgba(105,40,139,.44); color: #e3a8ff; }
.status.draft { background: rgba(110,123,146,.22); color: #b4c0cf; }
.status.rejected { background: rgba(139, 47, 58, .28); color: #ffafb8; }
.row-actions { display: flex; gap: 3px; }
.tiny-action { display: grid; width: 25px; height: 23px; place-items: center; border: 1px solid transparent; border-radius: 4px; background: rgba(255,255,255,.045); color: #c0cbd6; font-size: 10px; }
.tiny-action:hover { border-color: var(--line); color: var(--gold); }
.panel-foot { display: flex; min-height: 31px; align-items: center; justify-content: space-between; padding: 0 14px; color: #9aa6b6; font-size: 9px; }
.pagination { display: flex; align-items: center; gap: 4px; }
.pagination button { display: grid; width: 24px; height: 23px; place-items: center; border: 1px solid transparent; border-radius: 4px; background: transparent; color: #adbac9; font-size: 9px; }
.pagination button.active, .pagination button:hover { border-color: var(--line); color: var(--gold); }

.bottom-admin-grid { display: grid; grid-template-columns: .84fr 1.74fr; gap: 10px; margin-top: 10px; }
.ranking { padding: 9px 14px 13px; }
.ranking-row { display: grid; grid-template-columns: 19px 1fr 42px 44px; align-items: center; gap: 7px; padding: 8px 0; border-bottom: 1px solid rgba(189,202,222,.08); }
.rank-number { display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid rgba(239,189,89,.38); border-radius: 50%; color: var(--gold); font-size: 9px; }
.rank-name { position: relative; color: #cbd3dc; font-size: 10px; }
.rank-name::after { display: block; width: var(--bar); height: 3px; margin-top: 5px; border-radius: 4px; background: linear-gradient(90deg, var(--violet), #c16af1); content: ""; }
.rank-count { color: #aab6c2; font-size: 10px; }
.rank-delta { color: var(--green); font-size: 9px; }

.content-panel { overflow: hidden; }
.content-tabs { display: flex; gap: 3px; }
.content-tab { min-height: 27px; border: 1px solid transparent; border-radius: 5px; padding: 0 9px; background: transparent; color: #a9b6c5; font-family: Georgia, serif; font-size: 10px; }
.content-tab.active { border-color: var(--line); background: rgba(171,109,31,.19); color: var(--gold); }
.banner-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 7px 10px; }
.banner-card { position: relative; min-height: 104px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; padding: 6px; background: linear-gradient(0deg, rgba(2,9,19,.98), rgba(2,9,19,.05)), url("assets/night-lounge-hero.png") center/cover no-repeat; }
.banner-card:nth-child(2) { background-position: 85%; filter: hue-rotate(28deg); }
.banner-card:nth-child(3) { background-position: 32%; filter: hue-rotate(90deg); }
.banner-card:nth-child(4) { background-position: 58%; filter: hue-rotate(-20deg); }
.banner-card b { position: absolute; right: 5px; bottom: 5px; display: inline-flex; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 2px rgba(100,211,129,.2); }
.banner-card strong { position: absolute; bottom: 17px; left: 7px; max-width: 100px; color: var(--gold); font-family: Georgia, serif; font-size: 10px; font-weight: 400; line-height: 1.1; }
.banner-card span { position: absolute; bottom: 5px; left: 7px; color: #98dba8; font-size: 8px; }
.content-rows { width: 100%; border-collapse: collapse; margin: 0 10px; font-size: 9px; }
.content-rows th { color: #b6a683; font-family: Georgia, serif; font-size: 9px; font-weight: 400; text-align: left; }
.content-rows th, .content-rows td { height: 28px; padding: 0 6px; border-top: 1px solid var(--line-soft); }
.content-rows td { color: #b7c0cb; }

/* Field settings view */
.settings-shell { max-width: 1190px; }
.settings-intro { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 11px 0; }
.settings-intro h2 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.settings-intro p { max-width: 590px; margin: 4px 0 0; color: #aab4c1; font-size: 11px; }
.settings-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) 310px; gap: 10px; }
.field-settings-panel { padding: 14px; }
.field-settings-panel h3, .settings-preview h3 { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.field-settings-panel > p, .settings-preview > p { margin: 3px 0 11px; color: var(--muted); font-size: 10px; }
.field-settings-header, .field-config-row { display: grid; grid-template-columns: minmax(145px, 1.2fr) minmax(113px, .75fr) 70px 72px 82px 32px; gap: 7px; align-items: center; }
.field-settings-header { padding: 0 7px 5px; color: #a6916f; font-family: Georgia, serif; font-size: 10px; }
.field-config-row { min-height: 45px; border-top: 1px solid var(--line-soft); padding: 5px 7px; }
.field-config-row .field-name { color: #d4dae1; font-size: 11px; }
.field-config-row .field-slug { display: block; color: #77869a; font-size: 8px; }
.field-config-row select { min-height: 28px; border: 1px solid var(--line-soft); border-radius: 5px; background: #0a1729; color: #cad1da; padding: 0 5px; font-size: 9px; }
.switch { display: inline-flex; align-items: center; gap: 5px; color: #aeb8c4; font-size: 9px; }
.switch input { appearance: none; position: relative; width: 30px; height: 16px; margin: 0; border: 1px solid #455773; border-radius: 9px; background: #162339; cursor: pointer; transition: background .18s ease, border .18s ease; }
.switch input::after { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: #8190a2; content: ""; transition: transform .18s ease, background .18s ease; }
.switch input:checked { border-color: var(--gold); background: #6d4b1a; }
.switch input:checked::after { background: #ffe4a6; transform: translateX(13px); }
.field-config-row .remove-field { display: grid; width: 25px; height: 25px; place-items: center; border: 0; border-radius: 4px; background: transparent; color: #b27a82; }
.field-config-row .remove-field:hover { background: rgba(126, 35, 42, .4); color: #ff969b; }
.settings-preview { align-self: start; padding: 14px; }
.preview-card { margin-top: 10px; border: 1px solid var(--line); border-radius: 7px; padding: 11px; background: rgba(3, 11, 22, .37); }
.preview-card .preview-label { margin-bottom: 4px; color: #aeb7c2; font-size: 9px; }
.preview-card .preview-input { min-height: 29px; border: 1px solid var(--line-soft); border-radius: 5px; padding: 7px; background: #0b192c; color: #65768b; font-size: 9px; }
.settings-help { margin-top: 12px; border: 1px solid rgba(147, 75, 185, .48); border-radius: 7px; padding: 10px; background: rgba(78, 26, 97, .2); }
.settings-help strong { display: block; color: #e1a5fb; font-family: Georgia, serif; font-size: 12px; font-weight: 400; }
.settings-help p { margin: 4px 0 0; color: #c7afd4; font-size: 9px; }
.add-field-form { display: grid; grid-template-columns: 1.2fr .8fr .6fr auto; gap: 7px; margin-top: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.add-field-form input, .add-field-form select { min-width: 0; height: 31px; border: 1px solid var(--line-soft); border-radius: 5px; background: #0a1729; color: #cdd5df; padding: 0 8px; font-size: 10px; }
.settings-footer { display: flex; justify-content: space-between; gap: 8px; margin-top: 13px; }

/* Modals / toasts */
.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(0, 5, 13, .72); backdrop-filter: blur(6px); }
.modal { width: min(500px, 100%); border: 1px solid rgba(239,189,89,.52); border-radius: 12px; padding: 18px; background: linear-gradient(145deg, #112038, #071324); box-shadow: 0 28px 100px rgba(0,0,0,.55); }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.modal h2 { margin: 0; color: var(--cream); font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.modal-close { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line-soft); border-radius: 5px; background: transparent; color: var(--cream); }
.modal p { color: #aeb8c5; font-size: 11px; }
.modal-fields { display: grid; gap: 9px; margin-top: 13px; }
.modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.toast-region { position: fixed; z-index: 200; right: 17px; bottom: 17px; display: grid; width: min(340px, calc(100% - 34px)); gap: 8px; }
.toast { display: flex; align-items: flex-start; gap: 9px; border: 1px solid rgba(239,189,89,.5); border-radius: 8px; padding: 10px 12px; background: rgba(10, 24, 43, .97); box-shadow: 0 14px 35px rgba(0,0,0,.35); color: #e1e5ea; font-size: 11px; animation: toast-in .24s ease-out; }
.toast .icon { color: var(--gold); }
@keyframes toast-in { from { transform: translateY(8px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

/* Empty status */
.empty-state { padding: 35px 20px; color: #a4b0be; text-align: center; }
.empty-state .icon { display: grid; width: 42px; height: 42px; margin: 0 auto 7px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 20px; }
.empty-state h3 { margin: 0; color: #e0e4e9; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.empty-state p { margin: 5px 0 0; font-size: 10px; }

@media (max-width: 1270px) {
  :root { --page: min(1120px, calc(100% - 38px)); }
  .nav-links { gap: 15px; margin-left: 8px; }
  .locations-row { grid-template-columns: repeat(3, 1fr); }
  .vacancy-grid { grid-template-columns: repeat(3, 1fr); }
  .hostess-grid { grid-template-columns: repeat(3, 1fr); }
  .metrics { grid-template-columns: repeat(3, 1fr); }
  .bottom-admin-grid { grid-template-columns: 1fr 1fr; }
  .content-panel { grid-column: 1 / -1; }
}

@media (max-width: 1020px) {
  :root { --page: min(900px, calc(100% - 32px)); }
  .site-nav { gap: 12px; }
  .nav-links { display: none; }
  .mobile-menu { display: inline-grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: rgba(6,15,27,.62); color: var(--gold); }
  .nav-spacer { flex: 1; }
  .mobile-links { position: absolute; top: 59px; right: 0; left: 0; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: #09162a; box-shadow: var(--shadow); }
  .mobile-links button { min-height: 33px; border: 0; border-radius: 5px; background: transparent; color: #d1d7df; text-align: left; }
  .mobile-links button:hover { background: rgba(255,255,255,.04); color: var(--gold); }
  .search-panel { grid-template-columns: repeat(3, 1fr); max-width: 830px; }
  .search-panel .button { grid-column: span 3; }
  .split-showcase { grid-template-columns: 1fr; }
  .hostess-grid { grid-template-columns: repeat(6, 1fr); }
  .conditions-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .benefit { padding: 8px 13px; }
  .home-bottom { grid-template-columns: 1fr; }
  .admin-app { grid-template-columns: 75px 1fr; }
  .admin-sidebar .brand, .admin-sidebar .admin-menu-item > span:not(.icon):not(.menu-count), .admin-sidebar .menu-collapse { display: none; }
  .admin-logo-row { justify-content: center; padding: 0; }
  .admin-menu-item { justify-content: center; padding: 0; }
  .admin-menu-item .icon { margin: 0; }
  .admin-menu-item .menu-count { position: absolute; margin: 0 0 20px 25px; }
  .admin-topbar-title { min-width: 180px; }
  .field-settings-header, .field-config-row { grid-template-columns: minmax(120px, 1.1fr) minmax(85px, .75fr) 60px 65px 66px 26px; gap: 3px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 24px); }
  body { font-size: 13px; }
  .site-nav { height: 57px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 23px; height: 33px; font-size: 28px; }
  .nav-actions .action-link { display: none; }
  .nav-actions .button { min-height: 33px; padding: 0 10px; font-size: 10px; }
  .landing-hero { min-height: 490px; }
  .landing-hero::before { background: linear-gradient(90deg, rgba(3,10,22,.97), rgba(3,10,22,.85)), linear-gradient(0deg, rgba(3,10,22,.97), transparent), url("assets/night-lounge-hero.png") 67%/cover no-repeat; }
  .landing-hero-inner { padding-top: 27px; }
  .hero-title { font-size: 43px; }
  .search-panel { grid-template-columns: 1fr 1fr; }
  .search-panel .button { grid-column: span 2; }
  .country-chips { max-width: 100%; overflow-x: auto; padding-bottom: 3px; }
  .locations-row { grid-template-columns: repeat(2, 1fr); }
  .vacancy-grid { grid-template-columns: repeat(2, 1fr); }
  .hostess-grid { grid-template-columns: repeat(3, 1fr); }
  .conditions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-soft); }
  .benefit:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .steps { grid-template-columns: 1fr; gap: 12px; }
  .step:not(:last-child)::after { display: none; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .footer-inner .footer-brand { grid-column: 1 / -1; }
  .newsletter { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; gap: 4px; }
  .form-grid.grid-4, .form-grid.grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .admin-app { display: block; }
  .admin-sidebar { position: static; height: auto; min-height: 56px; border-right: 0; border-bottom: 1px solid var(--line); }
  .admin-logo-row { display: none; }
  .admin-menu { display: flex; overflow-x: auto; gap: 4px; padding: 8px 10px; }
  .admin-menu-item { min-width: 43px; min-height: 37px; }
  .admin-menu-item .menu-count { position: static; margin: -20px 0 0 -10px; }
  .admin-topbar { height: auto; min-height: 65px; flex-wrap: wrap; padding: 10px 12px; }
  .admin-topbar-title { min-width: 0; flex: 1; }
  .admin-topbar-title h1 { font-size: 23px; }
  .admin-top-actions { margin-left: auto; }
  .admin-content { padding: 8px 12px 16px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .admin-layout, .bottom-admin-grid { grid-template-columns: 1fr; }
  .content-panel { grid-column: auto; }
  .panel-head { flex-wrap: wrap; }
  .toolbar { width: 100%; overflow-x: auto; }
  .compact-input { min-width: 120px; }
  .settings-intro { align-items: start; flex-direction: column; }
  .settings-grid { grid-template-columns: 1fr; }
  .field-settings-header { display: none; }
  .field-config-row { grid-template-columns: 1fr 1fr auto; gap: 6px; padding: 10px 0; }
  .field-config-row .field-name { grid-column: 1 / -1; }
  .field-config-row .switch { justify-content: start; }
  .add-field-form { grid-template-columns: 1fr; }
  .settings-footer { flex-direction: column-reverse; }
  .settings-footer .button { width: 100%; }
}

@media (max-width: 430px) {
  .nav-actions .button { display: none; }
  .locations-row, .vacancy-grid { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .benefit + .benefit, .benefit:nth-child(3), .benefit:nth-child(4) { border-top: 1px solid var(--line-soft); border-left: 0; }
  .hostess-grid { grid-template-columns: repeat(2, 1fr); }
  .conditions-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner .footer-brand, .newsletter { grid-column: auto; }
  .form-grid.grid-4, .form-grid.grid-3 { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .banner-cards { grid-template-columns: repeat(2, 1fr); }
}

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

/* Data-driven content panel refresh */
.clean-nav .nav-links { margin-left: 17px; }
.clean-nav .nav-actions { gap: 7px; }
.clean-nav .nav-actions .button { white-space: nowrap; }

.clean-hero { min-height: 375px; }
.clean-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 10, 22, .98) 0%, rgba(3, 10, 22, .88) 40%, rgba(3, 10, 22, .36) 100%),
    linear-gradient(0deg, rgba(3, 10, 22, .92), rgba(3, 10, 22, .05) 68%),
    url("assets/night-lounge-hero.png") center/cover no-repeat;
}

.clean-hero .hero-copy { max-width: 600px; }
.clean-hero .hero-title { max-width: 620px; font-size: clamp(40px, 4.35vw, 65px); }
.clean-hero .hero-subtitle { max-width: 520px; font-size: 14px; line-height: 1.48; }
.simple-search { grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) minmax(180px, .72fr); max-width: 780px; }
.simple-search .button { grid-column: auto; }
.hero-note { display: flex; align-items: center; gap: 7px; margin-top: 10px; color: #b9c4d2; font-size: 11px; }
.hero-note span { color: var(--green); font-size: 9px; }

.compact-content { padding-bottom: 36px; }
.compact-content .section { margin-top: 22px; }
.compact-content .section-heading h2 { font-size: 21px; }
.destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.destination-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px;
  background: linear-gradient(155deg, rgba(17, 34, 57, .98), rgba(6, 16, 30, .98));
}
.destination-card::before {
  position: absolute;
  top: -58px;
  right: -52px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 91, 235, .22), transparent 69%);
  content: "";
}
.destination-card.accent-blue::before { background: radial-gradient(circle, rgba(65, 135, 255, .25), transparent 69%); }
.destination-card.accent-teal::before { background: radial-gradient(circle, rgba(67, 203, 179, .22), transparent 69%); }
.destination-card.accent-slate::before { background: radial-gradient(circle, rgba(152, 168, 192, .18), transparent 69%); }
.destination-card > * { position: relative; z-index: 1; }
.destination-top, .offer-card-top, .content-country-top { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.country-flag { font-size: 22px; }
.destination-card h3 { margin: 18px 0 5px; color: #f1ecdf; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.destination-card p { min-height: 43px; margin: 0; color: #aab6c5; font-size: 10px; line-height: 1.42; }
.destination-meta, .content-country-meta { display: flex; gap: 10px; margin: 12px 0 0; color: #9ca9b9; font-size: 9px; }
.destination-card .mini-button { margin-top: 11px; }

.offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.offer-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  border: 1px solid rgba(226, 191, 111, .34);
  border-radius: 10px;
  padding: 13px;
  background: linear-gradient(160deg, rgba(13, 29, 49, .96), rgba(6, 16, 30, .96));
  transition: border-color .18s ease, transform .18s ease;
}
.offer-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.offer-card-top > span:first-child { font-size: 17px; }
.offer-card h3 { margin: 18px 0 7px; color: #f3eee3; font-family: Georgia, serif; font-size: 16px; font-weight: 400; line-height: 1.15; }
.offer-card p { min-height: 46px; margin: 0; color: #aeb9c6; font-size: 10px; line-height: 1.38; }
.offer-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 15px 0 12px; }
.offer-card dl div:last-child { grid-column: 1 / -1; }
.offer-card dt { color: #77869a; font-size: 8px; }
.offer-card dd { margin: 1px 0 0; color: #d5dce3; font-size: 10px; }
.offer-card .button { margin-top: auto; }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; }
.benefit-card { position: relative; isolation: isolate; display: flex; min-height: 108px; align-items: flex-start; gap: 13px; overflow: hidden; border: 1px solid rgba(187, 156, 86, .36); border-radius: 11px; padding: 16px; background: linear-gradient(145deg, rgba(15, 32, 54, .94), rgba(5, 15, 29, .94)); }
.benefit-card::before { position: absolute; z-index: -1; top: -72px; left: -56px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(239, 189, 89, .1), transparent 70%); content: ""; pointer-events: none; }
.benefit-card::after { position: absolute; top: 0; right: 16px; left: 16px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 211, 114, .7), transparent); content: ""; opacity: .72; }
.benefit-icon { display: grid; width: 39px; height: 39px; flex: 0 0 39px; place-items: center; border: 1px solid rgba(239, 189, 89, .56); border-radius: 10px; background: rgba(181, 122, 37, .14); color: #ffd678; }
.benefit-icon .ui-icon { width: 18px; height: 18px; color: currentColor; }
.benefit-card strong { display: block; color: #ffd675; font-family: var(--font-display); font-size: 17px; font-weight: 600; line-height: 1.12; letter-spacing: -.014em; text-wrap: balance; }
.benefit-card p { margin: 5px 0 0; color: #c1ccd8; font-size: 12px; line-height: 1.48; text-wrap: pretty; }

.apartment-tour { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: minmax(0, 1fr); width: min(100%, 1320px); height: clamp(360px, 31vw, 500px); min-height: 0; margin-inline: auto; overflow: hidden; border: 1px solid rgba(226, 191, 111, .47); border-radius: 16px; background: linear-gradient(118deg, rgba(28, 22, 28, .98), rgba(10, 21, 39, .98) 53%, rgba(29, 14, 49, .96)); box-shadow: 0 22px 48px rgba(0, 0, 0, .18); }
.apartment-tour::before { position: absolute; z-index: 0; top: -98px; left: -70px; width: 310px; height: 310px; border-radius: 50%; background: radial-gradient(circle, rgba(239, 189, 89, .16), transparent 68%); content: ""; pointer-events: none; }
.apartment-tour-copy { position: relative; z-index: 1; display: flex; width: min(100%, 560px); min-width: 0; min-height: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding: clamp(30px, 4.8vw, 68px); }
.apartment-tour-copy .eyebrow { display: inline-flex; align-items: center; gap: 7px; color: #f6c85f; }
.apartment-tour-eyebrow-icon { width: 15px; height: 15px; }
.apartment-tour-copy h2 { max-width: 410px; margin: 0; color: #f8f0e3; font-family: var(--font-display); font-size: clamp(32px, 2.55vw, 42px); font-weight: 600; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
.apartment-tour-copy p { max-width: 37ch; margin: 0; color: #c7d0da; font-size: 13px; line-height: 1.6; text-wrap: pretty; }
.apartment-tour-action { min-height: 42px; margin-top: 11px; }
.apartment-tour-media { position: relative; height: 100%; min-height: 0; margin: 0; overflow: hidden; background: radial-gradient(circle at 68% 35%, rgba(117, 61, 186, .25), transparent 30%), linear-gradient(135deg, #112d4c, #1c143b 67%, #251046); }
.apartment-tour-media::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(10, 18, 32, .62), transparent 35%, rgba(20, 8, 39, .18)); content: ""; pointer-events: none; }
.apartment-tour-media img, .apartment-tour-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.apartment-tour-media--local-video { align-self: stretch; justify-self: end; display: block; width: auto; max-width: min(43vw, 620px); height: 100%; aspect-ratio: var(--apartment-video-ratio, 9 / 16); padding: 0; overflow: visible; background: transparent; }
.apartment-tour-media--local-video::after { display: none; }
.apartment-tour-media--local-video::before { position: absolute; z-index: 0; inset: 13px -18px; border: 1px solid rgba(255, 212, 116, .16); border-radius: 20px; background: radial-gradient(circle at 50% 48%, rgba(245, 189, 89, .12), transparent 58%), linear-gradient(145deg, rgba(100, 49, 164, .2), rgba(4, 13, 27, .1)); box-shadow: 0 0 78px rgba(110, 55, 190, .22); content: ""; pointer-events: none; }
.apartment-tour-media .apartment-local-video { position: relative; z-index: 1; display: block; width: 100%; max-width: 100%; height: 100%; min-height: 0; max-height: 100%; object-fit: cover; object-position: center; border: 1px solid rgba(255, 225, 164, .3); border-radius: 14px; background: #03070d; box-shadow: 0 22px 52px rgba(0, 0, 0, .48); }
.apartment-video-link, .apartment-video-poster { display: block; width: 100%; height: 100%; min-height: 310px; }
.apartment-video-link { position: relative; color: inherit; text-decoration: none; }
.apartment-video-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(255, 237, 192, .84); border-radius: 50%; background: rgba(8, 16, 30, .48); color: #ffda7d; transform: translate(-50%, -50%); backdrop-filter: blur(8px); transition: transform .22s ease, background .22s ease; }
.apartment-video-play .ui-icon { width: 20px; height: 20px; transform: rotate(-45deg); }
.apartment-video-link:hover .apartment-video-play, .apartment-video-link:focus-visible .apartment-video-play { background: rgba(239, 189, 89, .24); transform: translate(-50%, -50%) scale(1.07); }
.apartment-video-link:focus-visible { outline: 2px solid var(--gold); outline-offset: -3px; }
.apartment-video-empty { position: relative; z-index: 2; display: grid; width: 100%; min-height: 310px; place-items: center; overflow: hidden; padding: 28px; isolation: isolate; }
.apartment-video-empty::before { position: absolute; z-index: -1; width: min(42vw, 292px); aspect-ratio: 1; border: 1px solid rgba(255, 218, 130, .28); border-radius: 50%; background: radial-gradient(circle, rgba(246, 195, 93, .19) 0 2%, rgba(106, 65, 177, .15) 33%, transparent 69%); content: ""; animation: apartment-media-ambient 6s cubic-bezier(.22, 1, .36, 1) infinite alternate; }
.apartment-video-empty::after { position: absolute; z-index: -1; width: min(29vw, 202px); aspect-ratio: 1; border: 1px solid rgba(173, 129, 229, .26); border-radius: 50%; content: ""; }
.apartment-video-empty-card { position: relative; display: flex; width: min(100%, 324px); align-items: center; gap: 13px; border: 1px solid rgba(238, 211, 152, .3); border-radius: 12px; padding: 14px 16px; background: linear-gradient(135deg, rgba(9, 21, 40, .78), rgba(35, 21, 66, .74)); backdrop-filter: blur(8px); }
.apartment-video-empty-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid rgba(255, 212, 116, .6); border-radius: 10px; background: rgba(239, 189, 89, .1); color: #ffd26b; }
.apartment-video-empty-icon .ui-icon { width: 21px; height: 21px; }
.apartment-video-empty-card strong { display: block; color: #fff0d2; font-size: 13px; font-weight: 750; line-height: 1.25; }
.apartment-video-empty-card p { margin: 4px 0 0; color: #c7d2df; font-size: 12px; line-height: 1.38; }
.apartment-tour-media figcaption { position: absolute; z-index: 3; right: 16px; bottom: 15px; max-width: calc(100% - 32px); overflow: hidden; border: 1px solid rgba(235, 221, 188, .24); border-radius: 999px; padding: 6px 10px; background: rgba(4, 12, 24, .62); color: #e5e9ee; font-size: 10px; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; backdrop-filter: blur(8px); }
.apartment-tour:focus-within { border-color: rgba(255, 211, 114, .86); }
.apartment-tour-media img { transition: transform .5s cubic-bezier(.2, .8, .2, 1); }
.apartment-tour:hover .apartment-tour-media img { transform: scale(1.025); }
@keyframes apartment-media-ambient { from { opacity: .7; transform: scale(.9); } to { opacity: 1; transform: scale(1.07); } }
.legacy-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; border: 1px solid rgba(239, 189, 89, .46); border-radius: 11px; padding: 20px 23px; background: linear-gradient(110deg, rgba(81, 51, 19, .35), rgba(11, 24, 42, .92)); }
.legacy-cta h2 { margin: 4px 0; font-size: 27px; }
.legacy-cta p { max-width: 590px; margin: 0; color: #c1c8d1; font-size: 11px; }
.simple-footer .footer-inner { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
.footer-api { display: block; margin: 5px 0; color: #8c9caf; font-size: 10px; }

.application-page { min-height: calc(100dvh - 66px); }
.application-hero { border-bottom: 1px solid var(--line); background: linear-gradient(95deg, rgba(5, 15, 29, .98), rgba(14, 25, 45, .77)), url("assets/night-lounge-hero.png") center/cover no-repeat; }
.page-width { width: var(--page); padding: 32px 0; margin: 0 auto; }
.application-hero h1 { margin: 5px 0; font-size: clamp(38px, 4vw, 57px); }
.application-hero p { max-width: 620px; margin: 0; color: #cad1d9; font-size: 14px; }
.application-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 12px; width: var(--page); padding: 15px 0 32px; margin: 0 auto; }
.application-fields { display: grid; gap: 11px; }
.clean-form-panel { padding: 16px; }
.clean-form-panel h2 { color: var(--gold); font-size: 17px; }
.field > span { display: block; margin-bottom: 4px; color: #abb7c4; font-size: 10px; }
.application-summary { position: sticky; top: 12px; align-self: start; border: 1px solid var(--line); border-radius: 10px; padding: 17px; background: linear-gradient(150deg, rgba(13, 29, 49, .96), rgba(6, 15, 29, .94)); }
.application-summary h2 { margin: 7px 0 12px; color: var(--cream); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.application-summary dl { display: grid; gap: 10px; margin: 0; }
.application-summary dt { color: var(--gold); font-size: 9px; }
.application-summary dd { margin: 1px 0 0; color: #d7dde4; font-size: 11px; }
.application-summary p { margin: 18px 0 10px; color: #8998aa; font-size: 10px; }

.clean-admin { background: #050d1a; }
.clean-sidebar { background: linear-gradient(170deg, #08172d, #040c18 70%); }
.clean-sidebar .admin-menu { padding-top: 19px; }
.clean-sidebar .admin-menu-item { font-family: "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 650; }
.sidebar-api { display: grid; gap: 4px; margin: auto 13px 16px; border: 1px solid var(--line); border-radius: 9px; padding: 12px; background: rgba(14, 28, 47, .65); }
.sidebar-api strong { color: #d8e0e9; font-size: 11px; }
.sidebar-api > span:last-child { color: #8492a4; font-size: 9px; }
.clean-topbar { height: 72px; }
.clean-topbar .admin-topbar-title h1 { font-size: 27px; }
.topbar-spacer { flex: 1; }
.clean-admin-content { max-width: 1520px; padding: 15px 20px 30px; }
.clean-metrics { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.clean-metric { min-height: 105px; }
.clean-metric::after { display: none; }
.clean-metric .metric-icon { border-color: rgba(239, 189, 89, .25); background: rgba(126, 78, 21, .16); color: var(--gold); }
.clean-metric .metric-delta { color: #91a1b3; }
.admin-board { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .8fr); gap: 10px; margin-top: 11px; }
.panel-head > div > span { display: block; margin-top: 2px; color: #8b9aad; font-size: 9px; }
.clean-table th { font-family: "Segoe UI", Arial, sans-serif; font-weight: 650; }
.clean-table td small { display: block; max-width: 310px; overflow: hidden; margin-top: 2px; color: #8694a5; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-content-summary { padding-bottom: 8px; }
.content-summary-list { display: grid; padding: 2px 13px; }
.content-summary-row { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 8px; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line-soft); }
.content-summary-row > span { font-size: 19px; }
.content-summary-row strong { display: block; color: #e3e6ea; font-size: 12px; }
.content-summary-row small { display: block; margin-top: 3px; color: #8594a5; font-size: 9px; }

.admin-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 1px 0 13px; }
.admin-section-head h2 { margin: 4px 0; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.admin-section-head p { max-width: 630px; margin: 0; color: #9ca9b8; font-size: 11px; }
.admin-section-actions { display: flex; gap: 7px; flex-wrap: wrap; justify-content: end; }
.content-workspace { min-height: 510px; overflow: hidden; }
.content-workspace .panel-head { min-height: 72px; }
.data-tabs { margin-top: 8px; }
.content-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 12px; }
.content-country-card { min-height: 235px; border: 1px solid var(--line-soft); border-radius: 9px; padding: 13px; background: rgba(4, 14, 27, .45); }
.content-country-card h3 { margin: 17px 0 7px; color: #f1eadf; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.content-country-card p { min-height: 57px; margin: 0; color: #a2afbf; font-size: 10px; line-height: 1.4; }
.content-country-card .card-actions { margin-top: 14px; }

.locale-board { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.locale-card { min-height: 158px; border: 1px solid var(--line-soft); border-radius: 10px; padding: 14px; background: linear-gradient(145deg, rgba(13, 29, 49, .9), rgba(6, 15, 29, .9)); }
.locale-card.current { border-color: rgba(239, 189, 89, .72); box-shadow: inset 0 0 20px rgba(239, 189, 89, .06); }
.locale-code { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.locale-card h3 { margin: 17px 0 2px; color: #e9e7e2; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.locale-card p { margin: 0; color: #8c9cad; font-size: 10px; }
.locale-card > div { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.locale-api-panel { margin-top: 10px; padding: 15px; }
.locale-api-panel h3, .api-card h3 { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.locale-api-panel p { overflow: hidden; margin: 7px 0 4px; color: #b1bdca; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.locale-api-panel span { color: #8291a3; font-size: 10px; }

.settings-api-grid { display: grid; grid-template-columns: 1.4fr .75fr; gap: 10px; }
.api-card { min-height: 220px; padding: 16px; }
.api-card code { display: block; overflow: hidden; margin: 13px 0; border: 1px solid var(--line-soft); border-radius: 6px; padding: 9px; background: #071426; color: #b9d1e7; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.api-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; }
.api-card dl div { border-left: 1px solid var(--line-soft); padding-left: 8px; }
.api-card dt { color: #8190a2; font-size: 9px; }
.api-card dd { margin: 3px 0; color: #dde3ea; font-size: 11px; }
.loading-screen { display: grid; min-height: 100dvh; place-items: center; align-content: center; gap: 6px; background: radial-gradient(circle at 50% 40%, rgba(112, 50, 145, .17), transparent 18rem), var(--ink); text-align: center; }
.loading-screen h1 { margin: 0; font-size: 36px; }
.loading-screen p { margin: 0; color: #9da9b8; }
.loading-mark { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 31px; animation: pulse 1.4s ease-in-out infinite; }
.error-mark { color: #ff999f; border-color: #ff999f; animation: none; }
@keyframes pulse { 50% { opacity: .5; transform: scale(.92); } }

@media (max-width: 1270px) {
  .destination-grid, .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locale-board { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .clean-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .settings-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1020px) {
  .clean-nav .nav-links { display: none; }
  .clean-nav .mobile-menu { display: inline-grid; }
  .clean-nav .public-locale { margin-left: auto; }
  .clean-nav .nav-actions .button.secondary { display: none; }
  .simple-search { grid-template-columns: 1fr 1fr; }
  .simple-search .button { grid-column: 1 / -1; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .apartment-tour { grid-template-columns: minmax(0, 1fr) auto; }
  .application-layout { grid-template-columns: 1fr; }
  .application-summary { position: static; }
  .admin-board { grid-template-columns: 1fr; }
  .settings-api-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .clean-nav .public-locale { display: none; }
  .clean-nav .nav-actions .button { min-height: 32px; }
  .clean-hero { min-height: 425px; }
  .clean-hero .hero-title { font-size: 42px; }
  .simple-search { grid-template-columns: 1fr; }
  .simple-search .button { grid-column: auto; }
  .destination-grid, .offer-grid, .content-cards, .benefit-grid { grid-template-columns: 1fr; }
  .apartment-tour { grid-template-columns: 1fr; grid-template-rows: auto auto; width: 100%; height: auto; min-height: 0; }
  .apartment-tour-copy { padding: 28px 22px 24px; }
  .apartment-tour-media { height: auto; min-height: 236px; }
  .apartment-tour-media--local-video { justify-self: center; width: auto; max-width: calc(100% - 28px); height: min(68svh, 440px); min-height: 280px; }
  .apartment-tour-media--local-video::before { inset: 11px -14px; }
  .apartment-video-link, .apartment-video-poster, .apartment-video-empty { min-height: 236px; }
  .apartment-video-empty { padding: 22px; }
  .apartment-video-empty::before { width: min(66vw, 260px); }
  .apartment-video-empty::after { width: min(48vw, 190px); }
  .legacy-cta, .admin-section-head { align-items: stretch; flex-direction: column; }
  .legacy-cta .button { width: 100%; }
  .simple-footer .footer-inner { grid-template-columns: 1fr 1fr; }
  .clean-topbar { gap: 8px; }
  .clean-topbar .admin-topbar-title { flex-basis: 100%; }
  .clean-topbar .topbar-spacer { display: none; }
  .admin-top-actions { margin-left: auto; }
  .clean-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locale-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .api-card dl { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .clean-nav .nav-actions { display: none; }
  .simple-footer .footer-inner { grid-template-columns: 1fr; }
  .locale-board, .clean-metrics { grid-template-columns: 1fr; }
  .application-layout { width: calc(100% - 24px); }
}

/* Product assets and final public/admin polish */
.brand .brand-mark {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 7px 0 0;
  object-fit: contain;
  transform: none;
}

.ui-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: invert(77%) sepia(41%) saturate(595%) hue-rotate(357deg) brightness(101%) contrast(92%);
}

.button .button-icon { width: 15px; height: 15px; filter: brightness(.18); }
.button.ghost .button-icon, .button.secondary .button-icon { filter: invert(77%) sepia(41%) saturate(595%) hue-rotate(357deg) brightness(101%) contrast(92%); }
.country-flag {
  display: block;
  width: 30px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .22);
}

.country-flag.table-flag { display: inline-block; width: 18px; height: 12px; margin-right: 4px; vertical-align: -1px; }
.country-flag.footer-flag { width: 16px; height: 11px; border-radius: 2px; box-shadow: none; }

.public-header { min-height: 68px; }
.public-header .brand { font-size: 26px; }
.public-header .nav-actions .button { min-height: 40px; padding-inline: 17px; }
.clean-hero .hero-title { max-width: 660px; font-size: clamp(40px, 4.1vw, 61px); }
.section-heading { align-items: end; margin-bottom: 12px; }
.section-heading h2 { font-size: 23px; }
.section-heading p { max-width: 550px; margin: 5px 0 0; color: #b1bfce; font-size: 12px; line-height: 1.45; }
.hero-note .ui-icon { width: 14px; height: 14px; filter: invert(74%) sepia(39%) saturate(500%) hue-rotate(82deg) brightness(93%) contrast(87%); }

.site-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 156px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(239, 189, 89, .54);
  border-radius: 12px;
  padding: 27px 28px;
  background:
    radial-gradient(circle at 93% 14%, rgba(180, 84, 228, .28), transparent 15rem),
    radial-gradient(circle at 16% 106%, rgba(239, 189, 89, .16), transparent 17rem),
    linear-gradient(110deg, rgba(55, 39, 27, .82), rgba(11, 24, 42, .98));
}
.site-cta::before { position: absolute; z-index: -1; right: -78px; bottom: -106px; width: 280px; height: 280px; border: 1px solid rgba(255, 212, 114, .2); border-radius: 50%; content: ""; }
.site-cta h2 { margin: 6px 0; color: #fff0d7; font-size: clamp(28px, 2.2vw, 34px); letter-spacing: -.025em; text-wrap: balance; }
.site-cta p { max-width: 620px; margin: 0; color: #d1d8e0; font-size: 13px; line-height: 1.52; }
.site-cta .button { min-width: 192px; justify-content: center; }

.api-text-section { display: grid; place-items: center; }
.api-text-block { width: min(760px, 100%); border: 1px solid var(--line); border-radius: 12px; padding: 28px; background: linear-gradient(145deg, rgba(16, 34, 58, .95), rgba(6, 15, 29, .96)); text-align: center; }
.api-text-block h2 { margin: 5px 0 8px; font-size: 32px; }
.api-text-block p { margin: 0; color: #b7c0cb; }

.public-footer { margin-top: 0; background: linear-gradient(180deg, rgba(4, 13, 25, .78), #030a13); }
.public-footer .footer-inner { grid-template-columns: 1.3fr repeat(3, minmax(150px, .85fr)); gap: 42px; padding-top: 30px; padding-bottom: 26px; }
.public-footer .footer-brand .brand { margin-bottom: 10px; }
.public-footer .footer-copy { max-width: 220px; margin: 0; color: #8d9bad; font-size: 11px; line-height: 1.5; }
.footer-link {
  display: flex;
  width: fit-content;
  min-height: 25px;
  align-items: center;
  gap: 7px;
  border: 0;
  padding: 2px 0;
  background: transparent;
  color: #aab5c2;
  font-size: 11px;
  text-align: left;
}
.footer-link:hover { color: var(--gold); }
.footer-note { display: block; margin: 5px 0; color: #9aa7b6; font-size: 11px; line-height: 1.35; }
.public-footer .footer-base { padding: 12px 0; font-size: 10px; }

.loading-brand { width: 54px; height: 54px; object-fit: contain; }

.benefit-card .benefit-icon { width: 39px; height: 39px; padding: 0; border: 1px solid rgba(239, 189, 89, .56); border-radius: 10px; background: rgba(181, 122, 37, .14); }
.metric .metric-icon { padding: 10px; }
.admin-menu-item .ui-icon { width: 18px; height: 18px; }
.sidebar-api .sidebar-icon { width: 22px; height: 22px; margin-bottom: 4px; }

.icon-button {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  background: rgba(255, 255, 255, .025);
}
.icon-button:hover { border-color: var(--gold); background: rgba(239, 189, 89, .08); }
.icon-button .ui-icon { width: 14px; height: 14px; }
.danger-icon:hover { border-color: rgba(255, 119, 119, .62); background: rgba(126, 35, 42, .26); }
.danger-icon .ui-icon { filter: invert(60%) sepia(41%) saturate(514%) hue-rotate(307deg) brightness(110%) contrast(103%); }

.block-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; padding: 12px; }
.content-block-card { position: relative; min-height: 244px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 10px; padding: 16px; background: linear-gradient(150deg, rgba(14, 29, 49, .92), rgba(5, 14, 27, .93)); }
.content-block-card::after { position: absolute; right: -35px; bottom: -45px; width: 125px; height: 125px; border-radius: 50%; background: radial-gradient(circle, rgba(167, 77, 210, .17), transparent 68%); content: ""; }
.content-block-card > * { position: relative; z-index: 1; }
.content-block-meta { display: flex; align-items: center; justify-content: space-between; }
.block-order { color: var(--gold); font-size: 11px; font-weight: 750; }
.content-block-card .block-icon { width: 29px; height: 29px; margin: 22px 0 12px; }
.content-block-card h3 { margin: 5px 0 6px; color: #f1eadf; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.content-block-card p { min-height: 42px; margin: 0; color: #9eacbd; font-size: 10px; line-height: 1.45; }
.content-block-card .card-actions { display: flex; gap: 6px; margin-top: 16px; }
.table-actions { display: flex; gap: 6px; align-items: center; }

.field-settings-panel { padding: 15px; }
.field-settings-header, .field-config-row { grid-template-columns: minmax(170px, 1.3fr) minmax(100px, .82fr) minmax(100px, .82fr) 68px 68px 74px; }
.field-config-row { min-height: 60px; }
.type-chip, .switch-state { display: inline-flex; width: fit-content; min-height: 25px; align-items: center; border: 1px solid rgba(187, 204, 229, .17); border-radius: 999px; padding: 0 8px; color: #b8c3d0; font-size: 9px; }
.switch-state { border-color: rgba(96, 199, 123, .28); color: #80d694; }
.switch-state.off { border-color: rgba(172, 185, 202, .22); color: #8e9cad; }
.field-row-actions { display: flex; gap: 5px; }

.check-field { display: inline-flex; min-height: 38px; align-items: center; gap: 8px; color: #c8d0da; font-size: 11px; }
.check-field input { accent-color: var(--gold); }
.modal-fields .check-field.full { grid-column: 1 / -1; }

@media (max-width: 1100px) {
  .block-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-footer .footer-inner { gap: 24px; }
  .field-settings-header, .field-config-row { grid-template-columns: minmax(150px, 1.2fr) 90px 90px 60px 60px 68px; }
}

@media (max-width: 760px) {
  .site-cta { align-items: stretch; flex-direction: column; }
  .site-cta .button { width: 100%; }
  .public-footer .footer-inner { grid-template-columns: 1fr 1fr; }
  .public-footer .footer-brand { grid-column: 1 / -1; }
  .block-grid { grid-template-columns: 1fr; }
  .field-config-row { grid-template-columns: 1fr 1fr 1fr; }
  .field-config-row .field-name { grid-column: 1 / -1; }
  .field-row-actions { justify-content: end; }
}

@media (max-width: 430px) {
  .public-footer .footer-inner { grid-template-columns: 1fr; }
  .public-footer .footer-brand { grid-column: auto; }
}

/* Navigation, country routes and admin navigation refresh */
.public-header {
  position: sticky;
  top: 0;
  z-index: 70;
  min-height: 72px;
  height: 72px;
  background: rgba(4, 11, 23, .78);
  backdrop-filter: blur(16px);
}

.public-header .brand {
  transition: color .18s ease, transform .18s ease;
}

.public-header .brand:hover { color: #ffce70; transform: translateY(-1px); }
.public-header .nav-links { position: relative; gap: 8px; margin-left: 26px; }
.public-header .nav-link {
  position: relative;
  min-height: 40px;
  padding: 0 10px;
  color: #b9c3d0;
  font-size: 12px;
  font-weight: 650;
}

.public-header .nav-link::after {
  position: absolute;
  right: 10px;
  bottom: 2px;
  left: 10px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.public-header .nav-link:hover::after,
.public-header .nav-link.is-active::after { transform: scaleX(1); }
.public-header .nav-link:hover { color: #f4ead8; }
.public-header .nav-link.is-active { color: var(--gold); }

.locale-picker { position: relative; z-index: 90; }
.locale-trigger {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(166, 189, 220, .16);
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(10, 23, 42, .72);
  color: #dce4ed;
  font-size: 11px;
  font-weight: 650;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.locale-trigger:hover,
.locale-picker.is-open .locale-trigger {
  border-color: rgba(239, 189, 89, .58);
  background: rgba(20, 34, 54, .9);
  transform: translateY(-1px);
}

.locale-trigger .ui-icon { width: 15px; height: 15px; }
.locale-chevron {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 2px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(45deg);
  transition: transform .18s ease, margin .18s ease;
}

.locale-picker.is-open .locale-chevron { margin-top: 3px; transform: rotate(225deg); }
.locale-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: 184px;
  gap: 3px;
  border: 1px solid rgba(239, 189, 89, .3);
  border-radius: 11px;
  padding: 6px;
  background: rgba(8, 20, 37, .98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
  animation: locale-pop .18s ease-out both;
}

.locale-option {
  display: grid;
  min-height: 35px;
  grid-template-columns: 29px 1fr 14px;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 8px;
  background: transparent;
  color: #c2ccd8;
  text-align: left;
  font-size: 11px;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.locale-option:hover { border-color: rgba(239, 189, 89, .24); background: rgba(239, 189, 89, .08); color: #fff3da; }
.locale-option.is-current { background: rgba(101, 50, 126, .25); color: #f6dd9e; }
.locale-option .locale-code { color: #8495a9; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.locale-option.is-current .locale-code { color: var(--gold); }
.locale-check { width: 14px; height: 14px; opacity: 0; }
.locale-option.is-current .locale-check { opacity: 1; }

.mobile-menu {
  border: 1px solid rgba(239, 189, 89, .28);
  border-radius: 8px;
  background: rgba(10, 23, 42, .7);
  color: var(--gold);
  transition: border-color .18s ease, background .18s ease;
}

.mobile-menu:hover,
.mobile-menu.is-open { border-color: rgba(239, 189, 89, .7); background: rgba(112, 60, 128, .25); }
.menu-bars { display: grid; width: 17px; gap: 4px; }
.menu-bars i { display: block; width: 17px; height: 1.5px; border-radius: 20px; background: currentColor; transform-origin: center; transition: transform .18s ease, opacity .18s ease; }
.mobile-menu.is-open .menu-bars i:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.mobile-menu.is-open .menu-bars i:nth-child(2) { opacity: 0; }
.mobile-menu.is-open .menu-bars i:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-locale { display: none; }

.destination-card,
.offer-card,
.benefit-card,
.content-country-card,
.content-block-card,
.locale-card,
.panel,
.metric {
  transition: border-color .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.destination-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.destination-card { box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.destination-card:hover,
.content-country-card:hover { border-color: rgba(239, 189, 89, .68); transform: translateY(-3px); box-shadow: 0 11px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255,255,255,.06); }
.destination-card:hover::before { transform: scale(1.14); opacity: .95; }
.destination-card::before { transition: transform .32s ease, opacity .32s ease; }
.destination-card .mini-button { display: inline-flex; align-items: center; gap: 7px; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.destination-card .mini-button:hover { border-color: var(--gold); background: rgba(239, 189, 89, .1); color: #fff0cc; transform: translateX(2px); }
.mini-icon { width: 12px; height: 12px; }
.offer-card:hover { border-color: rgba(239, 189, 89, .52); box-shadow: 0 10px 21px rgba(0,0,0,.16); }
.benefit-card:hover { border-color: rgba(255, 211, 114, .68); background: linear-gradient(145deg, rgba(20, 41, 67, .98), rgba(8, 19, 34, .98)); box-shadow: none; transform: translateY(-2px); }
.benefit-card:hover .benefit-icon { background: rgba(239, 189, 89, .22); transform: translateY(-1px); }
.benefit-icon { transition: background .2s ease, transform .2s ease; }
.button { transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 11px 21px rgba(0,0,0,.22); }

.country-page { min-height: calc(100dvh - 72px); }
.country-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-bottom: 1px solid rgba(239, 189, 89, .16);
  background: linear-gradient(100deg, rgba(4, 12, 25, .98) 10%, rgba(4, 12, 25, .82) 52%, rgba(21, 15, 39, .65)), url("assets/night-lounge-hero.png") center/cover no-repeat;
  isolation: isolate;
}

.country-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 79% 48%, rgba(184, 75, 228, .25), transparent 23rem);
  content: "";
}

.country-page.accent-blue .country-hero::after { background: radial-gradient(circle at 79% 48%, rgba(57, 128, 255, .28), transparent 23rem); }
.country-page.accent-teal .country-hero::after { background: radial-gradient(circle at 79% 48%, rgba(55, 202, 178, .23), transparent 23rem); }
.country-page.accent-slate .country-hero::after { background: radial-gradient(circle at 79% 48%, rgba(155, 174, 201, .2), transparent 23rem); }
.country-hero-inner { width: var(--page); padding: 20px 0 42px; margin: 0 auto; }
.country-back {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #b9c6d4;
  font-size: 11px;
  font-weight: 650;
  transition: color .18s ease, transform .18s ease;
}

.country-back:hover { color: var(--gold); transform: translateX(-2px); }
.back-icon { width: 15px; height: 15px; transform: rotate(180deg); }
.country-hero-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(250px, .45fr); gap: 42px; align-items: center; min-height: 330px; }
.country-hero-copy { max-width: 680px; }
.country-hero-label { display: flex; align-items: center; gap: 10px; }
.country-hero-label .country-flag { width: 35px; height: 23px; }
.country-hero h1 { max-width: 660px; margin: 14px 0 10px; font-size: clamp(45px, 5.2vw, 76px); line-height: .98; }
.country-hero-copy > p { max-width: 610px; margin: 0; color: #c0cad5; font-size: 14px; line-height: 1.55; }
.country-facts { display: flex; gap: 10px; margin: 22px 0; }
.country-facts > div { min-width: 132px; border: 1px solid rgba(185, 204, 230, .16); border-radius: 9px; padding: 9px 12px; background: rgba(7, 19, 35, .46); }
.country-facts span { display: block; color: #8091a5; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.country-facts strong { display: block; margin-top: 3px; color: #f1e1bd; font-size: 14px; }
.country-hero-orbit { position: relative; min-height: 244px; }
.country-orbit-flag { position: absolute; top: 50%; left: 50%; display: grid; width: 128px; height: 128px; place-items: center; border: 1px solid rgba(239,189,89,.35); border-radius: 50%; background: radial-gradient(circle, rgba(231, 181, 79, .16), rgba(22, 13, 42, .42) 58%, transparent 59%); transform: translate(-50%, -50%); }
.country-orbit-flag::before,
.country-orbit-flag::after { position: absolute; border: 1px solid rgba(239, 189, 89, .16); border-radius: 50%; content: ""; }
.country-orbit-flag::before { width: 178px; height: 178px; }
.country-orbit-flag::after { width: 238px; height: 238px; border-color: rgba(161, 93, 207, .19); }
.country-orbit-flag .country-flag { position: relative; z-index: 1; width: 64px; height: 42px; border-radius: 7px; box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.orbit-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(239,189,89,.1); }
.dot-one { top: 12%; left: 74%; }
.dot-two { right: 2%; bottom: 18%; width: 6px; height: 6px; background: #cb76e9; box-shadow: 0 0 0 5px rgba(203,118,233,.08); }
.dot-three { bottom: 4%; left: 23%; width: 5px; height: 5px; background: #80d6bf; box-shadow: 0 0 0 4px rgba(128,214,191,.08); }
.country-content { padding-top: 8px; }
.country-city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px; }
.country-city-card { display: grid; min-height: 96px; grid-template-columns: 42px minmax(0, 1fr) 20px; align-items: center; gap: 12px; border: 1px solid var(--line-soft); border-radius: 10px; padding: 13px; background: linear-gradient(145deg, rgba(12, 27, 47, .9), rgba(5, 14, 27, .9)); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.country-city-card:hover { border-color: rgba(239,189,89,.5); background: linear-gradient(145deg, rgba(19, 38, 61, .96), rgba(8, 18, 33, .96)); transform: translateY(-2px); }
.city-card-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(239, 189, 89, .32); border-radius: 10px; background: rgba(126, 78, 21, .14); }
.city-card-mark .ui-icon { width: 18px; height: 18px; }
.country-city-card h3 { margin: 0; color: #f0eadd; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.country-city-card p { margin: 3px 0 0; color: #96a6b8; font-size: 10px; }
.city-card-arrow .ui-icon { width: 14px; height: 14px; opacity: .7; transition: transform .18s ease, opacity .18s ease; }
.country-city-card:hover .city-card-arrow .ui-icon { opacity: 1; transform: translateX(3px); }

.clean-admin { grid-template-columns: 272px minmax(0, 1fr); transition: grid-template-columns .22s ease; }
.clean-admin.is-sidebar-collapsed { grid-template-columns: 78px minmax(0, 1fr); }
.clean-sidebar { overflow: hidden; border-right-color: rgba(239, 189, 89, .16); background: linear-gradient(170deg, #091a32 0%, #040c18 58%, #020814 100%); }
.admin-logo-row { height: 68px; padding: 0 15px; }
.admin-logo-row .brand { min-width: 0; font-size: 25px; }
.sidebar-toggle { display: inline-grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border: 1px solid rgba(178, 202, 232, .15); border-radius: 8px; background: rgba(255,255,255,.025); transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.sidebar-toggle:hover { border-color: rgba(239,189,89,.58); background: rgba(239,189,89,.08); transform: translateX(1px); }
.sidebar-chevron { width: 8px; height: 8px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(135deg); transition: transform .18s ease; }
.sidebar-chevron.is-expand { transform: rotate(-45deg); }
.sidebar-kicker { display: flex; min-height: 34px; align-items: center; gap: 8px; padding: 8px 18px 0; color: #75859a; white-space: nowrap; }
.sidebar-kicker span { width: 5px; height: 5px; border-radius: 50%; background: #75cd8b; box-shadow: 0 0 0 4px rgba(117,205,139,.08); }
.sidebar-kicker small { overflow: hidden; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; }
.clean-sidebar .admin-menu { gap: 5px; padding: 14px 12px; }
.clean-sidebar .admin-menu-item { position: relative; min-height: 43px; gap: 11px; border-radius: 9px; padding: 0 12px; color: #adbac8; font-size: 12px; font-weight: 650; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.clean-sidebar .admin-menu-item .ui-icon { width: 18px; height: 18px; opacity: .83; transition: opacity .18s ease, transform .18s ease; }
.clean-sidebar .admin-menu-item:hover { border-color: rgba(180, 202, 232, .12); background: rgba(255,255,255,.045); color: #ecf0f4; transform: translateX(2px); }
.clean-sidebar .admin-menu-item:hover .ui-icon { opacity: 1; transform: scale(1.08); }
.clean-sidebar .admin-menu-item.active { border-color: rgba(186, 87, 225, .56); background: linear-gradient(105deg, rgba(119, 49, 151, .42), rgba(45, 24, 78, .23)); box-shadow: inset 0 1px 0 rgba(235,176,255,.1); color: #f5e9fa; }
.clean-sidebar .admin-menu-item.active .ui-icon { opacity: 1; }
.admin-nav-indicator { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: transparent; transition: background .18s ease, box-shadow .18s ease; }
.clean-sidebar .admin-menu-item.active .admin-nav-indicator { background: var(--gold); box-shadow: 0 0 0 4px rgba(239,189,89,.1); }
.sidebar-api { min-width: 0; margin: auto 12px 14px; border-color: rgba(239, 189, 89, .24); border-radius: 10px; padding: 12px; background: rgba(15, 31, 51, .58); }
.sidebar-api strong { overflow: hidden; text-overflow: ellipsis; }
.clean-admin.is-sidebar-collapsed .admin-logo-row { justify-content: center; padding: 0; }
.clean-admin.is-sidebar-collapsed .admin-logo-row .brand span,
.clean-admin.is-sidebar-collapsed .sidebar-kicker,
.clean-admin.is-sidebar-collapsed .admin-menu-item > span,
.clean-admin.is-sidebar-collapsed .admin-nav-indicator,
.clean-admin.is-sidebar-collapsed .sidebar-api > span,
.clean-admin.is-sidebar-collapsed .sidebar-api strong { display: none; }
.clean-admin.is-sidebar-collapsed .admin-logo-row .brand { min-width: auto; }
.clean-admin.is-sidebar-collapsed .admin-logo-row .brand .brand-mark { margin: 0; }
.clean-admin.is-sidebar-collapsed .sidebar-toggle { position: absolute; top: 70px; right: 8px; z-index: 2; }
.clean-admin.is-sidebar-collapsed .admin-menu { padding: 49px 12px 14px; }
.clean-admin.is-sidebar-collapsed .admin-menu-item { justify-content: center; padding: 0; }
.clean-admin.is-sidebar-collapsed .sidebar-api { display: grid; place-items: center; padding: 10px 0; }
.clean-admin.is-sidebar-collapsed .sidebar-api .sidebar-icon { margin: 0; }

.clean-topbar { min-height: 72px; padding: 0 24px; background: rgba(4, 12, 24, .78); backdrop-filter: blur(14px); }
.clean-topbar .admin-topbar-title { min-width: min(480px, 45vw); }
.clean-topbar .admin-topbar-title h1 { overflow: hidden; color: #e7edf3; font-family: "Segoe UI", Arial, sans-serif; font-size: 17px; font-weight: 700; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.clean-topbar .admin-topbar-title .eyebrow { font-size: 9px; }
.admin-section-head h2,
.panel-head h2,
.content-country-card h3,
.content-block-card h3 { font-family: "Segoe UI", Arial, sans-serif; font-weight: 700; letter-spacing: -.018em; }
.content-country-card { position: relative; overflow: hidden; }
.content-country-card::after { position: absolute; right: -46px; bottom: -58px; width: 138px; height: 138px; border-radius: 50%; background: radial-gradient(circle, rgba(178, 79, 222, .15), transparent 68%); content: ""; pointer-events: none; }
.content-country-card.accent-blue::after { background: radial-gradient(circle, rgba(57,128,255,.17), transparent 68%); }
.content-country-card.accent-teal::after { background: radial-gradient(circle, rgba(55,202,178,.15), transparent 68%); }
.content-country-card.accent-slate::after { background: radial-gradient(circle, rgba(155,174,201,.14), transparent 68%); }
.content-country-card > * { position: relative; z-index: 1; }
.preview-country-button { border-color: rgba(239,189,89,.3); }
.icon-button { transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.icon-button:hover { transform: translateY(-1px); }

@keyframes locale-pop {
  from { opacity: 0; transform: translateY(-5px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes country-orbit-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes card-arrive {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  .country-hero-orbit { animation: country-orbit-float 4.8s ease-in-out infinite; }
  .destination-card { animation: card-arrive .32s ease-out both; }
  .destination-card:nth-child(2) { animation-delay: .04s; }
  .destination-card:nth-child(3) { animation-delay: .08s; }
  .destination-card:nth-child(4) { animation-delay: .12s; }
}

@media (max-width: 1020px) {
  .public-header { min-height: 66px; height: 66px; }
  .public-header .mobile-menu { display: inline-grid; width: 38px; height: 36px; place-items: center; }
  .public-header .mobile-links { top: calc(100% + 9px); right: 0; left: auto; width: min(320px, calc(100vw - 32px)); gap: 5px; border-color: rgba(239,189,89,.3); border-radius: 12px; padding: 8px; background: #071426; box-shadow: 0 18px 42px rgba(0,0,0,.48); backdrop-filter: blur(18px); animation: locale-pop .18s ease-out both; }
  .public-header .mobile-links > button { display: flex; min-height: 42px; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 8px; padding: 0 10px; font-size: 12px; font-weight: 650; }
  .public-header .mobile-links > button:hover { border-color: rgba(239,189,89,.22); background: rgba(239,189,89,.08); }
  .public-header .mobile-links .mobile-apply { justify-content: center; border-color: rgba(239,189,89,.55); background: linear-gradient(135deg, #e8ad43, #ffd676); color: #20150b; }
  .country-hero-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 20px; }
  .clean-admin.is-sidebar-collapsed { grid-template-columns: 76px minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .public-header { width: calc(100% - 24px); }
  .public-header .nav-actions { display: none; }
  .public-header .public-locale { display: none; }
  .public-header .mobile-locale { display: block; padding: 3px 2px 8px; border-bottom: 1px solid rgba(184,204,232,.1); }
  .public-header .mobile-locale .locale-trigger { width: 100%; justify-content: space-between; }
  .public-header .mobile-locale .locale-popover { position: static; width: 100%; margin-top: 6px; box-shadow: none; }
  .country-hero { min-height: auto; }
  .country-hero-inner { padding: 14px 0 30px; }
  .country-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .country-hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .country-hero-orbit { display: none; }
  .country-facts > div { min-width: 0; flex: 1; }
  .clean-admin.is-sidebar-collapsed { grid-template-columns: 1fr; }
  .clean-admin.is-sidebar-collapsed .admin-sidebar { display: block; }
  .clean-admin.is-sidebar-collapsed .admin-logo-row,
  .clean-admin.is-sidebar-collapsed .sidebar-kicker,
  .clean-admin.is-sidebar-collapsed .sidebar-api { display: none; }
  .clean-admin.is-sidebar-collapsed .admin-menu { padding: 8px 10px; }
  .clean-admin.is-sidebar-collapsed .admin-menu-item { min-width: 43px; }
  .clean-topbar { height: auto; min-height: 64px; padding: 10px 14px; }
  .clean-topbar .admin-topbar-title { min-width: 0; }
  .clean-topbar .admin-topbar-title h1 { max-width: 100%; font-size: 14px; }
  .clean-topbar .admin-locale { display: none; }
}

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

/* 2026-08: local type system, page builder and purposeful motion */
.display,
.brand,
.section-heading h2,
.country-city-card h3,
.application-summary h2,
.site-footer h3,
.custom-page-block h2,
.custom-page-hero h1 {
  font-family: var(--font-display);
  letter-spacing: -0.028em;
}

.display,
.custom-page-hero h1,
.country-hero h1,
.hero-title { text-wrap: balance; }

body,
button,
input,
select,
textarea,
.clean-admin,
.clean-admin .admin-menu-item,
.clean-admin .admin-topbar-title h1,
.admin-section-head h2,
.panel-head h2,
.content-country-card h3,
.content-block-card h3 { font-family: var(--font-ui); }

.public-header .nav-links {
  min-width: 0;
  max-width: min(680px, 52vw);
  overflow-x: auto;
  scrollbar-width: none;
}

.public-header .nav-links::-webkit-scrollbar { display: none; }
.public-header .nav-link { flex: 0 0 auto; font-family: var(--font-ui); }
.public-header .brand { font-family: var(--font-display); letter-spacing: -0.038em; }
.public-header .nav-actions .button { font-family: var(--font-ui); font-weight: 800; }

.locale-popover {
  min-width: 205px;
  border-color: rgba(239, 189, 89, .28);
  background: rgba(6, 17, 32, .98);
}

.locale-option { min-height: 39px; grid-template-columns: 34px minmax(0, 1fr) 16px; font-family: var(--font-ui); font-weight: 600; }
.locale-option .locale-code { color: #9aaabd; }

.offer-grid { grid-template-columns: repeat(auto-fit, minmax(278px, 1fr)); }
.offer-card { min-height: 100%; }
.offer-card h3,
.destination-card h3 { font-family: var(--font-display); letter-spacing: -0.018em; }

.country-hero::before,
.custom-page-hero::before {
  position: absolute;
  z-index: -1;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 189, 89, .11) 0, rgba(239, 189, 89, 0) 67%);
  content: "";
  filter: blur(1px);
  pointer-events: none;
}

.country-hero::before { top: -17rem; right: 16%; }
.country-page .country-city-card,
.country-page .offer-card { animation: none; }

.custom-page { min-height: calc(100dvh - 72px); background: linear-gradient(180deg, rgba(10, 23, 42, .36), transparent 34rem); }
.custom-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 390px;
  border-bottom: 1px solid rgba(239, 189, 89, .18);
  background: linear-gradient(102deg, rgba(3, 11, 23, .98) 12%, rgba(4, 13, 27, .88) 53%, rgba(27, 16, 45, .68)), url("assets/night-lounge-hero.png") center/cover no-repeat;
}

.custom-page-hero::before { top: -12rem; right: 7%; }
.custom-page.accent-blue .custom-page-hero::before { background: radial-gradient(circle, rgba(57, 128, 255, .24) 0, transparent 67%); }
.custom-page.accent-teal .custom-page-hero::before { background: radial-gradient(circle, rgba(55, 202, 178, .22) 0, transparent 67%); }
.custom-page.accent-slate .custom-page-hero::before { background: radial-gradient(circle, rgba(155, 174, 201, .19) 0, transparent 67%); }
.custom-page-hero-inner { position: relative; display: grid; min-height: 390px; grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; align-items: center; padding: 22px 0 44px; }
.custom-page-hero-inner > .country-back { position: absolute; top: 18px; left: 0; }
.custom-page-hero-copy { max-width: 720px; padding-top: 31px; }
.custom-page-hero-copy h1 { max-width: 720px; margin: 11px 0 13px; font-size: clamp(48px, 5.3vw, 78px); line-height: .95; }
.custom-page-hero-copy p { max-width: 620px; margin: 0; color: #c5d0dc; font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.custom-page-sigil { position: relative; display: grid; width: 216px; height: 216px; place-self: center; place-items: center; border: 1px solid rgba(239, 189, 89, .36); border-radius: 50%; background: radial-gradient(circle, rgba(224, 160, 68, .15), rgba(56, 27, 80, .2) 55%, transparent 56%); }
.custom-page-sigil::before,
.custom-page-sigil::after { position: absolute; border: 1px solid rgba(205, 139, 230, .2); border-radius: 50%; content: ""; }
.custom-page-sigil::before { width: 157px; height: 157px; }
.custom-page-sigil::after { width: 267px; height: 267px; border-color: rgba(239, 189, 89, .16); }
.custom-page-sigil span { position: absolute; top: 27px; right: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(239, 189, 89, .1); }
.custom-page-sigil-icon { position: relative; z-index: 1; width: 50px; height: 50px; filter: invert(80%) sepia(41%) saturate(515%) hue-rotate(358deg) brightness(101%) contrast(89%); }
.custom-page-content { padding: 42px 0 72px; }
.custom-page-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.custom-page-block { position: relative; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 12px; background: linear-gradient(150deg, rgba(13, 30, 51, .92), rgba(5, 14, 27, .92)); }
.custom-page-block h2 { margin: 6px 0 8px; color: #f2ebdf; font-size: 29px; font-weight: 600; line-height: 1.02; }
.custom-page-block p { max-width: 70ch; margin: 0; color: #aebdcd; font-size: 13px; line-height: 1.65; text-wrap: pretty; }
.custom-page-feature { display: grid; min-height: 224px; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; padding: 25px; }
.custom-page-prose { display: grid; grid-column: 1 / -1; grid-template-columns: 64px minmax(0, 1fr); gap: 21px; padding: 32px; background: linear-gradient(104deg, rgba(20, 36, 60, .94), rgba(7, 15, 28, .9)); }
.custom-page-cta { display: flex; grid-column: 1 / -1; min-height: 178px; align-items: center; justify-content: space-between; gap: 28px; padding: 31px 33px; border-color: rgba(239, 189, 89, .31); background: linear-gradient(112deg, rgba(74, 43, 17, .42), rgba(31, 20, 57, .6)); }
.custom-page-cta .button { flex: 0 0 auto; }
.custom-page-block-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(239, 189, 89, .34); border-radius: 11px; background: rgba(131, 81, 24, .15); }
.custom-page-block-icon .ui-icon { width: 23px; height: 23px; }
.custom-page-empty { min-height: 280px; border: 1px dashed rgba(239, 189, 89, .3); border-radius: 12px; background: rgba(7, 17, 31, .5); }

.footer-pages .footer-link .ui-icon { width: 14px; height: 14px; }
.public-footer .footer-inner { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }

.clean-metrics { grid-template-columns: repeat(auto-fit, minmax(158px, 1fr)); }
.content-workspace { min-height: min(610px, calc(100dvh - 168px)); }
.data-tabs { flex-wrap: wrap; row-gap: 6px; }
.content-tab { font-family: var(--font-ui); font-weight: 700; }

.page-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); gap: 12px; padding: 13px; }
.page-card { position: relative; display: flex; min-height: 245px; flex-direction: column; overflow: hidden; border: 1px solid rgba(172, 196, 226, .15); border-radius: 12px; padding: 18px; background: linear-gradient(150deg, rgba(14, 31, 52, .96), rgba(5, 14, 27, .98)); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.page-card::after { position: absolute; top: -68px; right: -68px; width: 152px; height: 152px; border-radius: 50%; background: radial-gradient(circle, rgba(177, 80, 220, .24), transparent 67%); content: ""; pointer-events: none; }
.page-card.accent-blue::after { background: radial-gradient(circle, rgba(57, 128, 255, .22), transparent 67%); }
.page-card.accent-teal::after { background: radial-gradient(circle, rgba(55, 202, 178, .2), transparent 67%); }
.page-card.accent-slate::after { background: radial-gradient(circle, rgba(155, 174, 201, .2), transparent 67%); }
.page-card:hover { border-color: rgba(239, 189, 89, .58); background: linear-gradient(150deg, rgba(19, 39, 65, .98), rgba(7, 17, 31, .98)); transform: translateY(-3px); }
.page-card > * { position: relative; z-index: 1; }
.page-card-top { display: flex; align-items: center; justify-content: space-between; }
.page-card-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(239, 189, 89, .28); border-radius: 9px; background: rgba(131, 81, 24, .14); }
.page-card-icon .ui-icon { width: 19px; height: 19px; }
.page-card-body { min-height: 105px; padding-top: 17px; }
.page-card h3 { margin: 0; color: #f1eadf; font-family: var(--font-ui); font-size: 17px; font-weight: 800; letter-spacing: -.018em; }
.page-card p { display: -webkit-box; overflow: hidden; margin: 7px 0 0; color: #9aaabc; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.page-card-meta { display: flex; min-height: 23px; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: auto; color: #8294a9; font-size: 9px; }
.page-card-meta code { max-width: 100%; overflow: hidden; padding: 3px 6px; border: 1px solid rgba(177, 202, 235, .13); border-radius: 5px; background: rgba(255, 255, 255, .025); color: #d2deea; font-family: var(--font-ui); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.page-nav-chip { padding: 3px 6px; border-radius: 5px; background: rgba(102, 190, 122, .12); color: #99d4a7; }
.page-card .card-actions { margin-top: 14px; }
.page-empty-state { min-height: 340px; padding: 38px; }
.page-empty-state .button { margin-top: 8px; }

.page-builder { padding: 14px; }
.page-builder-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(177, 202, 235, .1); padding: 4px 2px 17px; }
.page-builder-head h3 { margin: 9px 0 4px; color: #edf1f5; font-family: var(--font-ui); font-size: 20px; font-weight: 800; letter-spacing: -.022em; }
.page-builder-head p { max-width: 660px; margin: 0; color: #98a9ba; font-size: 11px; line-height: 1.55; }
.page-builder-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.text-action { display: inline-flex; align-items: center; gap: 7px; border: 0; padding: 0; background: transparent; color: #aab9ca; font-family: var(--font-ui); font-size: 10px; font-weight: 750; }
.text-action:hover { color: var(--gold); }
.text-action .back-icon { width: 13px; height: 13px; }
.page-builder-path { display: flex; min-height: 43px; align-items: center; gap: 9px; border-bottom: 1px solid rgba(177, 202, 235, .08); color: #8295a9; font-size: 10px; }
.page-builder-path code { padding: 4px 7px; border-radius: 5px; background: rgba(239, 189, 89, .08); color: #f1d794; font-family: var(--font-ui); }
.page-builder-path span:last-child { margin-left: auto; }
.page-builder-list { display: grid; gap: 9px; padding-top: 13px; }
.page-builder-block { display: grid; min-height: 90px; grid-template-columns: 31px 42px minmax(0, 1fr) auto auto; align-items: center; gap: 13px; border: 1px solid rgba(177, 202, 235, .12); border-radius: 10px; padding: 12px; background: rgba(5, 16, 30, .52); transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.page-builder-block:hover { border-color: rgba(239, 189, 89, .4); background: rgba(12, 28, 47, .72); transform: translateX(2px); }
.page-builder-block-order { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; background: rgba(255, 255, 255, .035); color: #8fa1b4; font-size: 9px; font-weight: 800; }
.page-builder-block-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(239, 189, 89, .22); border-radius: 9px; background: rgba(126, 78, 21, .12); }
.page-builder-block-icon .ui-icon { width: 18px; height: 18px; }
.page-builder-block-copy { min-width: 0; }
.page-builder-block-copy > span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-builder-block h4 { overflow: hidden; margin: 3px 0; color: #ecf0f4; font-family: var(--font-ui); font-size: 13px; font-weight: 800; letter-spacing: -.012em; text-overflow: ellipsis; white-space: nowrap; }
.page-builder-block p { overflow: hidden; margin: 0; color: #8ea0b3; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.page-block-actions { display: flex; gap: 5px; }
.builder-empty { min-height: 275px; margin-top: 14px; }

@keyframes sigil-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes interface-rise {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  .custom-page-sigil { animation: sigil-float 5.8s cubic-bezier(.22, 1, .36, 1) infinite; }
  .custom-page-sections > *, .page-card, .page-builder-block { animation: interface-rise .38s cubic-bezier(.22, 1, .36, 1) both; }
  .custom-page-sections > *:nth-child(2), .page-card:nth-child(2), .page-builder-block:nth-child(2) { animation-delay: .04s; }
  .custom-page-sections > *:nth-child(3), .page-card:nth-child(3), .page-builder-block:nth-child(3) { animation-delay: .08s; }
  .custom-page-sections > *:nth-child(4), .page-card:nth-child(4), .page-builder-block:nth-child(4) { animation-delay: .12s; }
}

@media (max-width: 1020px) {
  .public-header .nav-links { max-width: none; }
  .custom-page-hero-inner { grid-template-columns: minmax(0, 1fr) 220px; gap: 18px; }
  .custom-page-sigil { width: 176px; height: 176px; }
  .custom-page-sigil::after { width: 220px; height: 220px; }
}

@media (max-width: 760px) {
  .custom-page-hero { min-height: 340px; }
  .custom-page-hero-inner { display: block; min-height: 340px; padding: 54px 0 34px; }
  .custom-page-sigil { display: none; }
  .custom-page-hero-copy h1 { font-size: clamp(42px, 13vw, 58px); }
  .custom-page-hero-copy p { font-size: 13px; }
  .custom-page-content { padding: 24px 0 42px; }
  .custom-page-sections { grid-template-columns: 1fr; gap: 9px; }
  .custom-page-prose, .custom-page-cta { grid-column: 1; }
  .custom-page-prose { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; padding: 20px; }
  .custom-page-feature { min-height: 0; padding: 20px; }
  .custom-page-cta { display: grid; padding: 22px; }
  .custom-page-block h2 { font-size: 25px; }
  .page-builder-head { display: grid; }
  .page-builder-actions { flex-wrap: wrap; }
  .page-builder-block { grid-template-columns: 31px 38px minmax(0, 1fr); gap: 9px; }
  .page-builder-block > .status { justify-self: start; grid-column: 3; }
  .page-block-actions { grid-column: 1 / -1; }
  .page-builder-path { flex-wrap: wrap; padding-block: 8px; }
  .page-builder-path span:last-child { margin-left: 0; }
}

/* Admin dashboard: task-focused workspace */
.ui-icon {
  background-color: currentColor;
  color: var(--gold);
  filter: none;
  -webkit-mask: var(--icon-mask) center / contain no-repeat;
  mask: var(--icon-mask) center / contain no-repeat;
}

.clean-admin { grid-template-columns: 248px minmax(0, 1fr); }
.clean-admin.is-sidebar-collapsed { grid-template-columns: 72px minmax(0, 1fr); }
.clean-topbar { position: relative; z-index: 110; min-height: 78px; padding: 0 26px; }
.clean-topbar .locale-picker { z-index: 120; }
.clean-topbar .locale-popover { z-index: 121; }
.clean-topbar .admin-topbar-title { min-width: min(540px, 48vw); }
.clean-topbar .admin-topbar-title h1 { margin-top: 2px; font-size: 20px; }
.clean-topbar .admin-topbar-title p { overflow: hidden; margin: 3px 0 0; color: #8090a3; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.admin-save-button { min-width: 126px; box-shadow: none; }
.admin-save-button.is-dirty { border-color: rgba(239, 189, 89, .94); }
.clean-admin-content { max-width: 1640px; padding: 22px 26px 40px; }

.dashboard-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.dashboard-metric { display: flex; min-height: 118px; align-items: flex-start; gap: 13px; border: 1px solid rgba(177, 202, 235, .14); border-radius: 11px; padding: 16px; background: linear-gradient(145deg, rgba(13, 30, 51, .96), rgba(6, 16, 30, .96)); transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.dashboard-metric:hover { border-color: rgba(239, 189, 89, .44); background: linear-gradient(145deg, rgba(17, 37, 61, .98), rgba(7, 17, 32, .98)); transform: translateY(-2px); }
.dashboard-metric-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid rgba(239, 189, 89, .28); border-radius: 10px; background: rgba(125, 77, 20, .14); }
.dashboard-metric-icon .ui-icon { width: 21px; height: 21px; }
.dashboard-metric > div:last-child { min-width: 0; }
.dashboard-metric span { display: block; overflow: hidden; color: #a8b5c4; font-size: 11px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-metric strong { display: block; margin: 3px 0 2px; color: #f2e7d5; font-family: var(--font-ui); font-size: 29px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.dashboard-metric small { display: block; overflow: hidden; color: #788ba0; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.dashboard-workspace { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .82fr); gap: 13px; margin-top: 13px; align-items: start; }
.dashboard-side-stack { display: grid; gap: 13px; align-content: start; }
.dashboard-workspace .panel { border-color: rgba(177, 202, 235, .13); border-radius: 11px; background: linear-gradient(145deg, rgba(10, 26, 45, .96), rgba(5, 15, 28, .98)); }
.dashboard-workspace .panel-head { min-height: 67px; padding: 13px 15px; }
.dashboard-workspace .panel-head h2 { color: #edf1f5; font-size: 15px; }
.dashboard-workspace .panel-head > div > span { margin-top: 4px; color: #8193a7; font-size: 10px; }
.dashboard-queue { min-height: 336px; }
.dashboard-queue .table-wrap { padding: 3px 12px 12px; }
.dashboard-queue .data-table { font-size: 11px; border-spacing: 0 4px; }
.dashboard-queue .data-table th { padding: 8px 9px; color: #8599b0; font-size: 10px; font-weight: 750; }
.dashboard-queue .data-table td { padding: 9px; background: rgba(3, 12, 24, .52); color: #d5dde6; }
.dashboard-queue .data-table td:first-child { color: #f2d89e; }
.dashboard-queue-count { display: inline-flex; min-height: 27px; align-items: center; border-radius: 6px; padding: 0 8px; background: rgba(157, 70, 196, .15); color: #e6b7fa; font-size: 10px; font-weight: 750; white-space: nowrap; }

.dashboard-actions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 11px; }
.dashboard-action { display: grid; min-height: 58px; grid-template-columns: 30px minmax(0, 1fr) 14px; align-items: center; gap: 8px; border: 1px solid rgba(177, 202, 235, .1); border-radius: 8px; padding: 8px; background: rgba(4, 14, 27, .35); color: #d8e1eb; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.dashboard-action:hover { border-color: rgba(239, 189, 89, .4); background: rgba(239, 189, 89, .07); transform: translateY(-1px); }
.dashboard-action > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 7px; background: rgba(239, 189, 89, .1); }
.dashboard-action .ui-icon { width: 16px; height: 16px; }
.dashboard-action strong { overflow: hidden; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-action i { color: #cda25a; font-size: 16px; font-style: normal; font-weight: 400; text-align: center; }

.dashboard-content-summary { padding-bottom: 6px; }
.dashboard-content-summary .panel-head { min-height: 64px; }
.dashboard-content-summary .button-icon { width: 13px; height: 13px; }
.dashboard-content-summary .content-summary-list { padding: 1px 14px; }
.dashboard-content-summary .content-summary-row { min-height: 50px; grid-template-columns: 25px minmax(0, 1fr) auto; gap: 8px; }
.dashboard-content-summary .content-summary-row > span { font-size: 16px; }
.dashboard-content-summary .content-summary-row strong { font-size: 11px; }
.dashboard-content-summary .content-summary-row small { margin-top: 2px; font-size: 9px; }
.dashboard-content-summary .status { padding: 3px 5px; font-size: 8px; }

.dashboard-attention { display: grid; min-height: 82px; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 12px 14px; }
.dashboard-attention.has-drafts { border-color: rgba(239, 189, 89, .32); background: linear-gradient(108deg, rgba(81, 53, 18, .24), rgba(15, 23, 45, .94)); }
.dashboard-attention.is-clear { border-color: rgba(91, 192, 125, .2); }
.dashboard-attention-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(239, 189, 89, .3); border-radius: 9px; background: rgba(239, 189, 89, .09); }
.dashboard-attention.is-clear .dashboard-attention-icon { border-color: rgba(91, 192, 125, .32); background: rgba(91, 192, 125, .09); }
.dashboard-attention.is-clear .dashboard-attention-icon .ui-icon { color: #77d38c; }
.dashboard-attention-icon .ui-icon { width: 18px; height: 18px; }
.dashboard-attention strong { display: block; color: #e8edf3; font-size: 11px; font-weight: 800; }
.dashboard-attention p { margin: 3px 0 0; color: #8e9fb2; font-size: 10px; line-height: 1.45; }
.dashboard-attention .text-action { white-space: nowrap; }
.dashboard-attention .button-icon { width: 12px; height: 12px; }

@media (prefers-reduced-motion: no-preference) {
  .dashboard-metric { animation: interface-rise .26s cubic-bezier(.22, 1, .36, 1) both; }
  .dashboard-metric:nth-child(2) { animation-delay: .035s; }
  .dashboard-metric:nth-child(3) { animation-delay: .07s; }
  .dashboard-metric:nth-child(4) { animation-delay: .105s; }
}

@media (max-width: 1200px) {
  .clean-admin { grid-template-columns: 224px minmax(0, 1fr); }
  .dashboard-workspace { grid-template-columns: 1fr; }
  .dashboard-side-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-attention { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .clean-admin-content { padding: 15px 13px 28px; }
  .clean-topbar { min-height: 72px; padding: 10px 13px; }
  .clean-topbar .admin-topbar-title h1 { font-size: 18px; }
  .dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-metric { min-height: 100px; padding: 13px; }
  .dashboard-workspace { gap: 11px; margin-top: 11px; }
  .dashboard-side-stack { grid-template-columns: 1fr; gap: 11px; }
  .dashboard-attention { grid-column: auto; }
  .dashboard-queue { min-height: 0; }
}

@media (max-width: 470px) {
  .dashboard-metrics { grid-template-columns: 1fr; }
  .dashboard-actions-grid { grid-template-columns: 1fr; }
  .dashboard-queue-count { margin-left: auto; }
}

/* Mobile admin: retain labelled, scrollable navigation instead of icon-only controls. */
@media (max-width: 760px) {
  .clean-admin,
  .clean-admin.is-sidebar-collapsed { display: block; grid-template-columns: 1fr; }
  .clean-admin .clean-sidebar,
  .clean-admin.is-sidebar-collapsed .clean-sidebar { position: static; display: block; height: auto; min-height: 0; border-right: 0; border-bottom: 1px solid rgba(177, 202, 235, .14); }
  .clean-admin .admin-logo-row,
  .clean-admin .sidebar-kicker,
  .clean-admin .sidebar-api,
  .clean-admin.is-sidebar-collapsed .admin-logo-row,
  .clean-admin.is-sidebar-collapsed .sidebar-kicker,
  .clean-admin.is-sidebar-collapsed .sidebar-api { display: none; }
  .clean-admin .admin-menu,
  .clean-admin.is-sidebar-collapsed .admin-menu { display: flex; min-height: 56px; gap: 6px; overflow-x: auto; padding: 8px 12px; scrollbar-width: none; }
  .clean-admin .admin-menu::-webkit-scrollbar { display: none; }
  .clean-admin .clean-sidebar .admin-menu-item,
  .clean-admin.is-sidebar-collapsed .clean-sidebar .admin-menu-item { width: auto; min-width: max-content; min-height: 40px; flex: 0 0 auto; justify-content: flex-start; gap: 7px; padding: 0 10px; }
  .clean-admin .admin-menu-item > span,
  .clean-admin .admin-menu-item .ui-icon { display: inline-block !important; }
  .clean-admin .admin-menu-item .ui-icon { width: 16px; height: 16px; }
  .clean-admin .admin-nav-indicator { display: none; }
  .clean-topbar .admin-topbar-title h1 { font-size: 18px; }
}

@media (max-width: 470px) {
  .dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-metric { min-height: 94px; gap: 9px; padding: 12px; }
  .dashboard-metric-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .dashboard-metric-icon .ui-icon { width: 19px; height: 19px; }
  .dashboard-metric strong { font-size: 26px; }
  .dashboard-queue .data-table th:nth-child(4),
  .dashboard-queue .data-table td:nth-child(4),
  .dashboard-queue .data-table th:nth-child(6),
  .dashboard-queue .data-table td:nth-child(6) { display: none; }
  .dashboard-queue .data-table { min-width: 0; }
}

/* Localized content editor */
.modal-backdrop { z-index: 200; padding: 14px; }
.toast-region { z-index: 220; }
.modal {
  width: min(720px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  display: flex;
  flex-direction: column;
  padding: 18px;
}
.modal-head { flex: 0 0 auto; }
.modal-fields { min-height: 0; overflow-y: auto; padding-right: 3px; overscroll-behavior: contain; }
.modal-actions { flex: 0 0 auto; }
.modal-common-section > span { display: block; margin-bottom: 8px; color: #dfe7f0; font-size: 12px; font-weight: 800; }
.modal-common-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.modal-common-fields .check-field { min-height: 35px; align-self: end; }
.modal-localized-editor { border-top: 1px solid rgba(177, 202, 235, .14); padding-top: 14px; }
.modal-localized-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.modal-localized-heading > div > span { display: block; color: #e2e9f0; font-size: 12px; font-weight: 800; }
.modal-localized-heading p { max-width: 52ch; margin: 4px 0 0; color: #8193a7; font-size: 10px; line-height: 1.45; }
.modal-localized-count { display: grid; width: 26px; height: 26px; flex: 0 0 26px; place-items: center; border: 1px solid rgba(239, 189, 89, .3); border-radius: 7px; background: rgba(239, 189, 89, .08); color: var(--gold); font-size: 11px; font-weight: 800; }
.modal-locale-tabs { display: flex; gap: 6px; overflow-x: auto; margin-top: 12px; border-bottom: 1px solid rgba(177, 202, 235, .13); padding: 0 0 9px; scrollbar-width: thin; scrollbar-color: rgba(239, 189, 89, .5) transparent; }
.modal-locale-tab { position: relative; display: grid; min-width: 78px; min-height: 45px; flex: 0 0 auto; align-content: center; gap: 2px; border: 1px solid rgba(177, 202, 235, .15); border-radius: 8px; padding: 6px 9px; background: rgba(7, 18, 33, .56); color: #9badc0; text-align: left; transition: border-color .16s ease, background .16s ease, color .16s ease; }
.modal-locale-tab:hover { border-color: rgba(239, 189, 89, .4); color: #e4ebf2; }
.modal-locale-tab.active { border-color: rgba(239, 189, 89, .68); background: rgba(239, 189, 89, .1); color: #fff0cd; }
.modal-locale-tab::after { position: absolute; top: 8px; right: 8px; width: 5px; height: 5px; border-radius: 50%; background: #647588; content: ""; }
.modal-locale-tab.is-complete::after { background: #72d18a; box-shadow: 0 0 0 3px rgba(114, 209, 138, .1); }
.modal-locale-tab span { font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.modal-locale-tab small { overflow: hidden; max-width: 86px; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.modal-locale-panel { padding: 13px 0 2px; }
.modal-locale-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.modal-locale-panel-head > div { display: flex; align-items: center; gap: 7px; }
.modal-locale-panel-head span { color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.modal-locale-panel-head strong { color: #e7edf3; font-size: 12px; font-weight: 750; }
.modal-locale-panel-head small { font-size: 9px; font-weight: 700; }
.modal-locale-panel-head .ready { color: #77d38c; }
.modal-locale-panel-head .pending { color: #8d9caf; }
.modal-localized-fields { display: grid; gap: 9px; }

@media (max-width: 560px) {
  .modal { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 15px; }
  .modal h2 { font-size: 20px; }
  .modal-common-fields { grid-template-columns: 1fr; }
  .modal-common-fields .check-field { min-height: 31px; }
  .modal-actions { gap: 7px; }
  .modal-actions .button { flex: 1 1 0; min-width: 0; padding: 0 10px; }
  .modal-locale-tab { min-width: 73px; }
}

/* Public support chat */
.support-launcher {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(239, 189, 89, .58);
  border-radius: 10px;
  padding: 0 14px 0 11px;
  background: #10203a;
  color: #fff2d5;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.support-launcher:hover { transform: translateY(-2px); border-color: #f2c45d; background: #172b4a; }
.support-launcher-icon { width: 20px; height: 20px; color: var(--gold); }
.support-chat-modal { width: min(480px, calc(100vw - 28px)); padding: 22px; }
.support-chat-modal .modal-head { align-items: flex-start; }
.support-chat-modal .modal-head h2 { margin-top: 7px; font-family: var(--font-ui); font-size: 21px; font-weight: 800; letter-spacing: -.02em; }
.support-chat-modal .modal-head p { max-width: 34ch; margin: 7px 0 0; color: #aebdcd; font-size: 11px; line-height: 1.5; }
.support-modal-kicker { display: inline-flex; align-items: center; gap: 6px; color: #e7bd62; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.support-modal-kicker-icon { width: 14px; height: 14px; }
.support-channel-list { display: grid; gap: 9px; margin-top: 20px; }
.support-chat-empty { display: grid; min-height: 118px; place-items: center; align-content: center; gap: 10px; margin-top: 20px; border: 1px dashed rgba(177, 202, 235, .24); border-radius: 10px; color: #9aaabc; font-size: 11px; text-align: center; }
.support-chat-empty-icon { width: 22px; height: 22px; color: #dcb55b; }
.support-channel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(177, 202, 235, .2);
  border-radius: 10px;
  padding: 12px;
  background: rgba(5, 15, 29, .58);
  color: #e9eff6;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.support-channel:hover { transform: translateY(-1px); border-color: rgba(239, 189, 89, .66); background: rgba(19, 37, 62, .82); }
.support-channel-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 9px; background: rgba(94, 139, 197, .15); color: #8dc8f7; }
.support-channel--whatsapp .support-channel-icon { background: rgba(55, 174, 105, .14); color: #6bd38e; }
.support-channel-icon .ui-icon { width: 21px; height: 21px; }
.support-channel span:nth-child(2) { display: grid; min-width: 0; gap: 3px; }
.support-channel strong { color: #f0f5fa; font-size: 12px; }
.support-channel small { color: #9fb0c2; font-size: 10px; line-height: 1.35; }
.support-channel-external { width: 15px; height: 15px; color: #dcb55b; }
.support-modal-note { margin: 14px 0 0; color: #899aac; font-size: 9px; line-height: 1.45; }
.application-support-link { width: 100%; border: 0; border-top: 1px solid rgba(177, 202, 235, .12); padding-inline: 0; background: transparent; text-align: left; }

@media (max-width: 560px) {
  .support-launcher { right: 12px; bottom: 12px; min-height: 45px; padding-right: 12px; }
  .support-chat-modal { padding: 18px; }
}

@media (max-width: 430px) {
  .modal-locale-tabs { gap: 4px; overflow-x: visible; }
  .modal-locale-tab { min-width: 0; min-height: 42px; flex: 1 1 0; place-items: center; padding: 5px 4px; text-align: center; }
  .modal-locale-tab small { display: none; }
  .modal-locale-tab::after { top: 6px; right: 6px; }
}

/* Content section builder */
.section-builder { padding: 14px; }
.section-builder-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(177, 202, 235, .11); padding: 3px 2px 16px; }
.section-builder-toolbar .eyebrow { color: var(--gold); }
.section-builder-toolbar h3 { margin: 5px 0 3px; color: #eef2f6; font-family: var(--font-ui); font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.section-builder-toolbar p { max-width: 620px; margin: 0; color: #8fa1b5; font-size: 11px; line-height: 1.5; }
.section-builder-toolbar-actions { display: flex; gap: 7px; flex: 0 0 auto; }
.section-builder-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(304px, 355px); gap: 12px; align-items: start; padding-top: 13px; }
.section-builder-stack { display: grid; gap: 8px; }
.section-builder-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 9px; border: 1px solid rgba(177, 202, 235, .13); border-radius: 11px; padding: 7px 8px; background: linear-gradient(110deg, rgba(7, 19, 35, .76), rgba(8, 21, 39, .5)); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.section-builder-row:hover { border-color: rgba(239, 189, 89, .34); background: linear-gradient(110deg, rgba(12, 29, 50, .9), rgba(10, 21, 40, .74)); }
.section-builder-row.is-selected { border-color: rgba(239, 189, 89, .64); background: linear-gradient(104deg, rgba(65, 44, 23, .24), rgba(17, 28, 53, .77)); box-shadow: inset 0 1px 0 rgba(255, 232, 180, .08); }
.section-builder-row.is-fixed { border-left-color: rgba(192, 119, 231, .74); }
.section-row-select { display: grid; min-width: 0; grid-template-columns: 17px 28px 37px minmax(0, 1fr); align-items: center; gap: 9px; border: 0; padding: 3px 2px; background: transparent; color: inherit; text-align: left; }
.section-row-select:hover .section-row-copy strong { color: #fff4d4; }
.section-row-grip { display: grid; width: 17px; height: 25px; place-items: center; color: #52657a; }
.section-row-grip .ui-icon { width: 14px; height: 14px; }
.section-row-index { color: #97a8ba; font-family: var(--font-ui); font-size: 10px; font-weight: 800; }
.section-row-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(239, 189, 89, .25); border-radius: 8px; background: rgba(130, 81, 24, .12); }
.section-row-icon .ui-icon { width: 18px; height: 18px; }
.section-row-copy { display: grid; min-width: 0; gap: 2px; }
.section-row-copy small { overflow: hidden; color: var(--gold); font-family: var(--font-ui); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.section-row-copy strong { overflow: hidden; color: #eaf0f4; font-family: var(--font-ui); font-size: 13px; font-weight: 800; letter-spacing: -.012em; text-overflow: ellipsis; white-space: nowrap; transition: color .18s ease; }
.section-row-copy em { display: -webkit-box; overflow: hidden; margin-top: 1px; color: #899caf; font-size: 10px; font-style: normal; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.section-row-actions, .section-move-actions { display: flex; align-items: center; gap: 5px; }
.section-move-actions { padding-right: 6px; border-right: 1px solid rgba(177, 202, 235, .1); }
.compact-icon { width: 29px; height: 29px; }
.compact-icon .ui-icon { width: 14px; height: 14px; }
.compact-icon:disabled { cursor: not-allowed; opacity: .28; transform: none !important; }
.rotate-up { transform: rotate(-90deg); }
.rotate-down { transform: rotate(90deg); }
.section-edit-button { min-height: 29px; padding: 0 9px; font-size: 10px; }
.section-edit-button .button-icon { width: 13px; height: 13px; }
.section-inspector { position: sticky; top: 86px; overflow: hidden; border: 1px solid rgba(239, 189, 89, .25); border-radius: 12px; background: linear-gradient(155deg, rgba(15, 31, 53, .96), rgba(5, 14, 27, .96)); box-shadow: 0 14px 34px rgba(0, 0, 0, .16); }
.section-inspector-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 16px 16px 12px; }
.section-inspector-head .eyebrow { font-size: 9px; }
.section-inspector-head h3 { margin: 5px 0 4px; color: #f0eadf; font-family: var(--font-ui); font-size: 17px; font-weight: 800; letter-spacing: -.018em; }
.section-inspector-head p { margin: 0; color: #8fa0b2; font-size: 10px; line-height: 1.45; }
.section-preview-canvas { display: grid; min-height: 152px; gap: 12px; margin: 0 12px; border: 1px solid rgba(177, 202, 235, .14); border-radius: 10px; padding: 13px; background: linear-gradient(150deg, rgba(5, 14, 28, .7), rgba(13, 28, 49, .68)); }
.section-preview-heading { display: grid; align-content: start; gap: 4px; }
.section-preview-heading strong, .section-preview-canvas > strong { color: #f0eadf; font-family: var(--font-display); font-size: 18px; font-weight: 500; line-height: 1.04; }
.section-preview-heading span, .section-preview-canvas > p { margin: 0; color: #a1b0c0; font-size: 10px; line-height: 1.45; }
.section-preview-hero { min-height: 184px; align-content: end; background: linear-gradient(110deg, rgba(2, 10, 22, .96), rgba(5, 16, 30, .69)), url("assets/night-lounge-hero.png") center/cover; }
.section-preview-hero .eyebrow { color: var(--gold); }
.section-preview-search { display: grid; grid-template-columns: 1fr 1fr 66px; gap: 5px; margin-top: 2px; }
.section-preview-search i, .section-preview-search b { height: 21px; border: 1px solid rgba(196, 215, 237, .16); border-radius: 5px; background: rgba(5, 14, 27, .72); }
.section-preview-search b { border-color: rgba(239, 189, 89, .42); background: linear-gradient(135deg, #e9b34d, #ffd36f); }
.section-preview-cards, .section-preview-offers, .section-preview-benefits { display: grid; gap: 6px; }
.section-preview-cards { grid-template-columns: repeat(3, 1fr); }
.section-preview-cards i { display: grid; height: 47px; place-items: center; border: 1px solid rgba(177, 202, 235, .15); border-radius: 7px; background: rgba(18, 37, 63, .72); }
.section-preview-cards .country-flag { width: 26px; height: 16px; }
.section-preview-offers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.section-preview-offers i { display: -webkit-box; min-height: 45px; overflow: hidden; border: 1px solid rgba(177, 202, 235, .13); border-radius: 7px; padding: 7px; color: #bdcad7; font-size: 8px; font-style: normal; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.section-preview-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.section-preview-benefits i { display: grid; min-height: 50px; align-content: center; justify-items: center; gap: 4px; border: 1px solid rgba(177, 202, 235, .13); border-radius: 7px; padding: 6px; color: #bfcbd8; font-size: 8px; font-style: normal; text-align: center; }
.section-preview-benefits .ui-icon { width: 14px; height: 14px; }
.section-preview-apartments { min-height: 180px; grid-template-columns: minmax(0, .84fr) minmax(120px, 1.16fr); align-items: stretch; overflow: hidden; padding: 0; background: linear-gradient(120deg, rgba(31, 20, 33, .9), rgba(6, 17, 32, .86)); }
.section-preview-apartments .section-preview-heading { padding: 15px; }
.section-preview-apartments .section-preview-heading .eyebrow { color: var(--gold); font-size: 8px; }
.section-preview-apartments-media { position: relative; display: grid; min-height: 132px; align-content: center; justify-items: center; gap: 7px; overflow: hidden; background: linear-gradient(135deg, rgba(50, 28, 77, .62), rgba(13, 38, 62, .82)); color: #f0c35e; font-size: 9px; text-align: center; }
.section-preview-apartments-media::after { position: absolute; inset: 0; border-left: 1px solid rgba(235, 213, 154, .18); background: linear-gradient(90deg, rgba(5, 14, 28, .3), transparent); content: ""; }
.section-preview-apartments-media .ui-icon, .section-preview-apartments-media span { position: relative; z-index: 1; }
.section-preview-apartments-media .ui-icon { width: 25px; height: 25px; }
.section-preview-cta { min-height: 174px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; border-color: rgba(239, 189, 89, .28); background: linear-gradient(115deg, rgba(76, 47, 19, .36), rgba(32, 22, 58, .58)); }
.section-preview-cta > div { display: grid; gap: 5px; }
.section-preview-cta b { display: inline-flex; align-items: center; gap: 5px; border-radius: 6px; padding: 8px 10px; background: linear-gradient(135deg, #e9b34d, #ffd36f); color: #1d1309; font-size: 9px; white-space: nowrap; }
.section-preview-cta b .ui-icon { width: 12px; height: 12px; }
.section-preview-text { align-content: center; }
.section-preview-text .eyebrow { color: var(--gold); }
.section-inspector-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 13px 12px; border: 1px solid rgba(177, 202, 235, .1); border-radius: 8px; overflow: hidden; background: rgba(177, 202, 235, .08); }
.section-inspector-meta > div { min-width: 0; padding: 8px; background: rgba(7, 19, 35, .8); }
.section-inspector-meta dt { overflow: hidden; color: #8294a8; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.section-inspector-meta dd { overflow: hidden; margin: 4px 0 0; color: #d9e2e9; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.section-inspector-actions { display: flex; gap: 7px; padding: 0 12px 13px; }
.section-inspector-actions .button { flex: 1 1 0; justify-content: center; min-width: 0; }
.benefit-manager { border-top: 1px solid rgba(177, 202, 235, .11); padding: 13px 12px; }
.benefit-manager-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.benefit-manager-head > div { display: flex; align-items: baseline; gap: 7px; }
.benefit-manager-head span { color: #e8eef3; font-size: 11px; font-weight: 800; }
.benefit-manager-head small { color: #8295a8; font-size: 9px; }
.benefit-manager-list { display: grid; gap: 5px; }
.benefit-manager-row { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto auto; align-items: center; gap: 7px; border: 1px solid rgba(177, 202, 235, .12); border-radius: 8px; padding: 6px; background: rgba(5, 16, 30, .5); }
.benefit-manager-icon { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(239, 189, 89, .24); border-radius: 7px; background: rgba(126, 78, 21, .1); }
.benefit-manager-icon .ui-icon { width: 14px; height: 14px; }
.benefit-manager-copy { display: grid; min-width: 0; gap: 1px; border: 0; padding: 0; background: transparent; color: inherit; text-align: left; }
.benefit-manager-copy strong, .benefit-manager-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.benefit-manager-copy strong { color: #dfe7ee; font-size: 10px; font-weight: 750; }
.benefit-manager-copy span { color: #8497aa; font-size: 8px; }
.benefit-manager-actions { display: flex; gap: 3px; }
.benefit-manager-actions .compact-icon { width: 24px; height: 24px; }
.benefit-manager-actions .compact-icon .ui-icon { width: 12px; height: 12px; }
.benefit-manager-empty { border: 1px dashed rgba(177, 202, 235, .2); border-radius: 8px; padding: 13px; color: #899aac; font-size: 10px; text-align: center; }
.section-builder-empty { min-height: 400px; }

.block-picker-modal { width: min(840px, calc(100vw - 28px)); }
.block-picker-modal .modal-head { align-items: flex-start; }
.block-picker-modal .modal-head p { max-width: 58ch; margin: 5px 42px 0 0; color: #92a3b5; font-size: 11px; line-height: 1.45; }
.block-picker-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.block-picker-card { position: relative; display: grid; min-height: 104px; grid-template-columns: 39px minmax(0, 1fr) auto; align-items: center; gap: 10px; border: 1px solid rgba(177, 202, 235, .16); border-radius: 10px; padding: 11px; background: linear-gradient(145deg, rgba(10, 24, 43, .88), rgba(5, 14, 28, .9)); color: inherit; text-align: left; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.block-picker-card:hover:not(:disabled) { border-color: rgba(239, 189, 89, .62); background: linear-gradient(145deg, rgba(25, 43, 69, .95), rgba(9, 20, 36, .95)); transform: translateY(-1px); }
.block-picker-card:disabled { cursor: not-allowed; opacity: .52; }
.block-picker-card-icon { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(239, 189, 89, .28); border-radius: 9px; background: rgba(126, 78, 21, .12); }
.block-picker-card-icon .ui-icon { width: 19px; height: 19px; }
.block-picker-card-copy { display: grid; min-width: 0; gap: 4px; }
.block-picker-card-copy strong { color: #e9eff4; font-size: 12px; font-weight: 800; }
.block-picker-card-copy small { color: #8fa1b4; font-size: 9px; line-height: 1.4; }
.block-picker-card em { color: var(--gold); font-size: 8px; font-style: normal; font-weight: 800; text-align: right; }
.block-picker-card .block-picker-arrow { width: 16px; height: 16px; }
.template-summary { display: grid; min-height: 44px; grid-template-columns: 31px minmax(0, 1fr); align-items: center; gap: 8px; border: 1px solid rgba(177, 202, 235, .15); border-radius: 7px; padding: 6px; background: rgba(5, 15, 29, .52); }
.template-summary-icon { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(239, 189, 89, .23); border-radius: 7px; background: rgba(126, 78, 21, .1); }
.template-summary-icon .ui-icon { width: 15px; height: 15px; }
.template-summary > div { display: grid; min-width: 0; gap: 2px; }
.template-summary strong, .template-summary small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.template-summary strong { color: #e1e9f0; font-size: 10px; font-weight: 800; }
.template-summary small { color: #8496a9; font-size: 8px; }
.locked-template-field { display: flex; min-height: 35px; align-items: center; gap: 7px; border: 1px solid rgba(177, 202, 235, .15); border-radius: 7px; padding: 0 9px; background: rgba(5, 15, 29, .52); color: #aab8c7; font-size: 10px; }
.locked-template-icon { width: 14px; height: 14px; }

@media (max-width: 1160px) {
  .section-builder-layout { grid-template-columns: 1fr; }
  .section-inspector { position: static; }
}

@media (max-width: 760px) {
  .section-builder { padding: 10px; }
  .section-builder-toolbar { display: grid; gap: 11px; }
  .section-builder-toolbar-actions { width: 100%; }
  .section-builder-toolbar-actions .button { flex: 1 1 0; justify-content: center; }
  .section-builder-row { grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
  .section-row-select { grid-template-columns: 14px 24px 33px minmax(0, 1fr); gap: 6px; }
  .section-row-grip { display: none; }
  .section-row-select { grid-template-columns: 24px 33px minmax(0, 1fr); }
  .section-row-actions { grid-column: 1 / -1; justify-content: flex-end; border-top: 1px solid rgba(177, 202, 235, .09); padding-top: 7px; }
  .section-row-copy strong { display: -webkit-box; overflow: hidden; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .section-row-copy em { white-space: normal; -webkit-line-clamp: 2; }
  .section-inspector-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-inspector-meta > div:last-child { grid-column: 1 / -1; }
  .block-picker-grid { grid-template-columns: 1fr; }
}

@media (max-width: 470px) {
  .section-edit-button { padding: 0 7px; }
  .section-edit-button .button-icon { display: none; }
  .section-row-actions { gap: 4px; }
  .section-move-actions { padding-right: 4px; }
  .section-preview-cta { grid-template-columns: 1fr; }
  .section-preview-cta b { justify-self: start; }
  .section-preview-apartments { grid-template-columns: 1fr; }
  .section-preview-apartments-media { min-height: 104px; }
  .benefit-manager-row { grid-template-columns: 27px minmax(0, 1fr) auto; }
  .benefit-manager-row > .status { display: none; }
  .benefit-manager-actions { grid-column: 1 / -1; justify-content: flex-end; }
}

/* Hero concierge foreground */
.clean-hero { overflow: hidden; }
.clean-hero .landing-hero-inner { position: relative; z-index: 3; }
.hero-hostess { position: absolute; z-index: 1; top: 0; right: max(-16px, calc((100vw - var(--page)) / 2 - 44px)); width: min(55vw, 790px); height: 100%; pointer-events: none; }
.hero-hostess-glow { position: absolute; z-index: -1; right: 5%; bottom: -34%; width: min(54vw, 700px); height: min(54vw, 700px); border-radius: 50%; background: radial-gradient(circle, rgba(196, 100, 240, .27) 0%, rgba(91, 60, 199, .14) 37%, transparent 69%); filter: blur(2px); }
.hero-hostess img { position: absolute; right: 20%; bottom: calc(100% - min(840px, calc(100% + 465px))); width: auto; height: min(840px, calc(100% + 465px)); max-width: none; object-fit: contain; object-position: right bottom; filter: drop-shadow(-18px 18px 28px rgba(0, 0, 0, .42)); animation: hero-hostess-arrival .72s cubic-bezier(.22, 1, .36, 1) both, hero-hostess-breathe 7.5s ease-in-out 1s infinite; }
@keyframes hero-hostess-arrival { from { opacity: 0; transform: translate3d(28px, 16px, 0) scale(.975); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }
@keyframes hero-hostess-breathe { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -5px, 0); } }

@media (max-width: 1120px) {
  .hero-hostess { right: -38px; width: min(48vw, 500px); opacity: .83; }
  .hero-hostess img { right: 2%; bottom: calc(100% - min(620px, calc(100% + 210px))); height: min(620px, calc(100% + 210px)); }
}

@media (max-width: 760px) {
  .hero-hostess { display: none; }
}

/* 2026-08: country-owned cities, support and application polish */
.country-content-cards .content-country-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
}

.country-content-cards .content-country-card > p { min-height: 0; }
.country-city-manager {
  margin-top: 13px;
  border-top: 1px solid rgba(177, 202, 235, .12);
  padding-top: 10px;
}

.country-city-manager-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  color: #b8c6d4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.country-city-manager-head > span { display: inline-flex; align-items: center; gap: 5px; }
.country-city-icon { width: 13px; height: 13px; color: var(--gold); }
.country-city-add { flex: 0 0 auto; color: var(--gold); font-size: 9px; }
.country-city-add .button-icon { width: 12px; height: 12px; }
.country-city-list { display: flex; min-height: 27px; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.country-city-chip {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(177, 202, 235, .18);
  border-radius: 6px;
  padding: 0 7px;
  background: rgba(8, 21, 38, .64);
  color: #d8e2ea;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.country-city-chip:hover { border-color: rgba(239, 189, 89, .52); background: rgba(239, 189, 89, .09); color: #fff0cf; transform: translateY(-1px); }
.country-city-chip.is-draft { border-style: dashed; color: #899bae; }
.country-city-edit { width: 11px; height: 11px; opacity: .68; }
.country-city-empty { align-self: center; color: #8496a8; font-size: 10px; }
.country-content-cards .card-actions { margin-top: auto; padding-top: 13px; }

.field select:disabled,
.field input:disabled,
.field textarea:disabled {
  border-color: rgba(133, 152, 174, .14);
  background: rgba(7, 16, 29, .58);
  color: #718194;
  cursor: not-allowed;
}

.field:focus-within > span { color: #f5d48d; }
.field > small { max-width: 38ch; color: #93a6ba; line-height: 1.35; }
.application-support-link,
.application-support-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  border-top: 1px solid rgba(177, 202, 235, .12);
  padding-top: 13px;
  color: #b7c4d2;
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 1.4;
}

.application-support-link { transition: color .18s ease; }
.application-support-link:hover { color: #fff0c9; }
.application-support-link .button-icon,
.support-note-icon { width: 17px; height: 17px; flex: 0 0 auto; color: var(--gold); }
.application-support-link span { display: grid; gap: 1px; min-width: 0; }
.application-support-link strong { color: #e5edf3; font-size: 11px; }
.application-support-link small { color: #91a3b5; font-size: 9px; }
.support-external { width: 13px; height: 13px; margin-left: auto; color: var(--gold); }
.application-support-note { color: #8b9daf; }
.application-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.linked-country-field {
  display: flex;
  min-height: 48px;
  grid-column: 1 / -1;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(177, 202, 235, .16);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(6, 17, 32, .55);
}

.linked-country-field .country-flag { width: 27px; height: 18px; }
.linked-country-field > div { display: grid; gap: 2px; }
.linked-country-field span { color: #8295a9; font-size: 9px; }
.linked-country-field strong { color: #e7edf3; font-family: var(--font-ui); font-size: 12px; }
.modal-control-hint { grid-column: 1 / -1; margin: -3px 0 0; color: #90a2b5 !important; font-size: 10px !important; line-height: 1.45; }

.settings-api-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .88fr) minmax(0, 1.12fr); }
.telegram-settings-card { display: flex; min-height: 220px; flex-direction: column; }
.telegram-card-head { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: start; gap: 9px; }
.telegram-card-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(239, 189, 89, .26); border-radius: 8px; background: rgba(130, 81, 24, .11); color: var(--gold); }
.telegram-card-icon .ui-icon { width: 17px; height: 17px; }
.telegram-card-head h3 { margin: 0; }
.telegram-card-head p { margin: 4px 0 0; color: #92a4b6; font-size: 10px; line-height: 1.4; }
.telegram-card-head .status { margin-top: 1px; white-space: nowrap; }
.telegram-settings-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.telegram-settings-card > .button { align-self: flex-start; margin-top: auto; }

.nav-support { min-height: 40px; padding-inline: 12px; }
.mobile-support {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(239, 189, 89, .24);
  border-radius: 8px;
  padding: 0 10px;
  color: #e6edf4;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
}

.mobile-support .button-icon { width: 15px; height: 15px; color: var(--gold); }

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(255, 213, 115, .92);
  outline-offset: 2px;
}

@media (max-width: 1270px) {
  .settings-api-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .telegram-settings-card { grid-column: 1 / -1; min-height: 170px; }
}

@media (max-width: 960px) {
  .public-header .nav-support { display: none; }
}

@media (max-width: 760px) {
  .country-content-cards .content-country-card { min-height: 0; }
  .country-city-manager-head { align-items: flex-start; }
  .telegram-card-head { grid-template-columns: 34px minmax(0, 1fr); }
  .telegram-card-head .status { grid-column: 2; justify-self: start; }
  .telegram-settings-card dl { grid-template-columns: 1fr; }
}

/* Protected admin access and publication settings */
.admin-login-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 34px 20px;
  background:
    radial-gradient(circle at 76% 18%, rgba(122, 65, 187, .24), transparent 29%),
    radial-gradient(circle at 18% 82%, rgba(220, 166, 65, .12), transparent 28%),
    linear-gradient(132deg, #030b16 0%, #071426 48%, #040b14 100%);
}

.admin-login-page::before,
.admin-login-page::after {
  position: absolute;
  border: 1px solid rgba(239, 189, 89, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.admin-login-page::before { width: min(75vw, 840px); aspect-ratio: 1; transform: translate(34%, -34%); }
.admin-login-page::after { width: min(58vw, 600px); aspect-ratio: 1; transform: translate(-48%, 52%); border-color: rgba(147, 89, 220, .16); }

.admin-login-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 470px);
  gap: 22px;
  border: 1px solid rgba(239, 189, 89, .33);
  border-radius: 18px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(12, 28, 49, .96), rgba(5, 14, 27, .96));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .035);
  animation: admin-login-reveal .48s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes admin-login-reveal {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.admin-login-brand { display: flex; justify-content: flex-start; }
.admin-login-brand .brand { min-height: 36px; padding: 0; }
.admin-login-copy { display: grid; gap: 7px; }
.admin-login-copy .eyebrow { color: #f5c355; }
.admin-login-copy h1 { max-width: 11ch; margin: 0; color: #fff4df; font-size: clamp(34px, 7vw, 48px); line-height: .98; }
.admin-login-copy p { max-width: 40ch; margin: 0; color: #9cb0c4; font-size: 13px; line-height: 1.55; }
.admin-login-form { display: grid; gap: 14px; }
.admin-login-form .field { gap: 7px; }
.admin-login-form .field > span { color: #c6d2de; font-size: 11px; font-weight: 800; }
.admin-login-form .button { min-height: 48px; margin-top: 2px; }
.admin-login-message {
  margin: -4px 0 0;
  border: 1px solid rgba(224, 96, 102, .33);
  border-radius: 9px;
  padding: 10px 12px;
  background: rgba(130, 30, 44, .12);
  color: #ffd4d8;
  font-size: 11px;
  line-height: 1.45;
}
.admin-login-message.is-warning { border-color: rgba(239, 189, 89, .3); background: rgba(130, 94, 25, .11); color: #f8dc9e; }
.admin-login-security { display: flex; align-items: center; gap: 7px; color: #8ebda1; font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.admin-login-security .button-icon { width: 14px; height: 14px; color: #6ce095; }
.admin-login-back { justify-self: start; border: 0; padding: 0; background: transparent; color: #acbdcc; font: inherit; font-size: 11px; cursor: pointer; }
.admin-login-back:hover { color: #fff0c9; }
.admin-login-back .back-icon { width: 13px; height: 13px; margin-right: 6px; transform: rotate(180deg); }

.admin-session-badge {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(87, 207, 139, .21);
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(29, 120, 76, .09);
  color: #9edeb7;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.admin-session-badge .button-icon { width: 13px; height: 13px; }
.admin-session-badge strong { max-width: 13ch; overflow: hidden; color: #d7f8e3; text-overflow: ellipsis; }

.settings-api-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-settings-card { display: flex; min-height: 220px; flex-direction: column; }
.seo-settings-card > .button { align-self: flex-start; margin-top: auto; }
.api-card-description { margin: 13px 0; color: #9cafc0; font-size: 10px; line-height: 1.5; }

@media (max-width: 1270px) {
  .settings-api-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .telegram-settings-card { grid-column: auto; }
}

@media (max-width: 760px) {
  .admin-login-page { place-items: start center; padding: 18px 14px; }
  .admin-login-card { border-radius: 14px; padding: 22px 18px; }
  .admin-login-copy h1 { font-size: 36px; }
  .settings-api-grid { grid-template-columns: 1fr; }
  .admin-session-badge { display: none; }
}

/* Application review: the queue protects personal details; the drawer is the actual review workspace. */
.dashboard-workspace { grid-template-columns: minmax(0, 1fr); }
.application-queue-panel { min-height: 0; }
.dashboard-side-stack { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.application-queue-panel .panel-head { align-items: flex-start; }
.application-queue-controls { display: grid; gap: 11px; border-bottom: 1px solid rgba(177, 202, 235, .1); padding: 13px 15px 12px; background: linear-gradient(90deg, rgba(6, 18, 33, .44), rgba(14, 27, 47, .28)); }
.application-filter-form { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(145px, 190px) auto; align-items: end; gap: 8px; }
.application-search-field,
.application-country-field { display: grid; gap: 5px; min-width: 0; color: #8999ac; font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.application-search-field { position: relative; }
.application-search-field input,
.application-country-field select { width: 100%; min-height: 38px; border: 1px solid rgba(177, 202, 235, .18); border-radius: 8px; background: rgba(4, 15, 29, .82); color: #e0e7ef; }
.application-search-field input { padding: 0 11px 0 35px; }
.application-country-field select { padding: 0 9px; }
.application-search-field input::placeholder { color: #65778d; }
.application-search-icon { position: absolute; z-index: 1; bottom: 11px; left: 12px; width: 15px; height: 15px; color: #9bacbe; pointer-events: none; }
.application-search-submit { min-height: 38px; }
.application-filter-statuses { display: flex; flex-wrap: wrap; gap: 6px; }
.application-filter-chip { min-height: 30px; border: 1px solid rgba(177, 202, 235, .14); border-radius: 999px; padding: 0 10px; background: rgba(4, 15, 29, .4); color: #98a8b9; font-size: 10px; font-weight: 750; transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease; }
.application-filter-chip:hover { border-color: rgba(239, 189, 89, .4); color: #f0dbac; transform: translateY(-1px); }
.application-filter-chip.is-active { border-color: rgba(239, 189, 89, .64); background: rgba(114, 76, 25, .27); color: #ffe3a4; box-shadow: inset 0 1px 0 rgba(255, 235, 188, .08); }
.application-filter-chip.approved.is-active { border-color: rgba(102, 211, 132, .55); background: rgba(48, 120, 64, .24); color: #8ae29e; }
.application-filter-chip.rejected.is-active { border-color: rgba(238, 122, 139, .52); background: rgba(129, 45, 58, .25); color: #f19aa8; }
.application-queue-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #7f91a5; font-size: 10px; }
.application-clear-filters { min-height: 24px; color: #e1bd6d; font-size: 10px; }
.application-table-wrap { padding: 5px 12px 12px !important; }
.application-table { min-width: 760px; }
.application-table th { padding-top: 9px !important; padding-bottom: 9px !important; }
.application-table td { vertical-align: middle; }
.application-person { display: flex; min-width: 165px; align-items: center; gap: 9px; border: 0; padding: 0; background: transparent; color: inherit; text-align: left; }
.application-person:hover strong { color: #fff0c8; }
.application-person > span:last-child { display: grid; min-width: 0; gap: 2px; }
.application-person strong { overflow: hidden; color: #e6edf4; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.application-person small,
.application-locale { overflow: hidden; color: #7f91a4; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.application-avatar { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border: 1px solid rgba(239, 189, 89, .4); border-radius: 10px; background: linear-gradient(145deg, rgba(119, 74, 27, .6), rgba(41, 30, 65, .7)); box-shadow: inset 0 1px 0 rgba(255, 234, 190, .12); color: #ffdfa0; font-size: 10px; font-weight: 850; letter-spacing: .03em; }
.application-direction { display: inline-flex; min-width: 120px; align-items: center; gap: 6px; color: #cdd7e1; }
.application-direction .table-flag { width: 18px; height: 13px; border-radius: 3px; }
.application-languages { display: block; max-width: 170px; overflow: hidden; color: #cbd7e2; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.application-open-button { min-width: 87px; justify-content: center; }
.application-queue-empty { display: grid; min-height: 210px; place-content: center; gap: 7px; padding: 28px 18px; text-align: center; }
.application-queue-empty .empty-icon { width: 38px; height: 38px; margin: 0 auto 2px; color: var(--gold); opacity: .92; }
.application-queue-empty h3 { margin: 0; color: #e7edf5; font-size: 14px; }
.application-queue-empty p { max-width: 37ch; margin: 0 auto 4px; color: #8496aa; line-height: 1.5; }
.application-queue-empty .button { justify-self: center; }
.application-queue-footer { display: flex; justify-content: center; border-top: 1px solid rgba(177, 202, 235, .1); padding: 12px 15px 14px; }

.application-drawer-backdrop { position: fixed; z-index: 210; inset: 0; display: flex; justify-content: flex-end; padding: 0; background: rgba(0, 5, 13, .72); backdrop-filter: blur(7px); }
.application-review-drawer { width: min(920px, 100vw); max-height: 100dvh; display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; border-left: 1px solid rgba(239, 189, 89, .48); background: linear-gradient(144deg, #0b1b30 0%, #061221 46%, #081727 100%); box-shadow: -30px 0 90px rgba(0, 0, 0, .45); color: #dce5ee; }
.application-drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(177, 202, 235, .13); padding: 20px 22px 17px; }
.application-drawer-person { display: flex; min-width: 0; align-items: center; gap: 12px; }
.application-avatar-large { width: 46px; height: 46px; flex-basis: 46px; border-radius: 14px; font-size: 13px; }
.application-drawer-head h2 { overflow: hidden; margin: 3px 0 0; color: #f3eee5; font-family: var(--font-ui); font-size: 20px; font-weight: 800; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.application-drawer-head p { display: flex; align-items: center; gap: 7px; margin: 5px 0 0; color: #9aaabd; font-size: 11px; }
.application-drawer-flag { width: 20px; height: 14px; border-radius: 3px; }
.application-drawer-head-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.application-drawer-head-actions .modal-close { width: 35px; height: 35px; border-radius: 9px; font-size: 18px; }
.application-decision { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(177, 202, 235, .13); padding: 11px 22px; background: linear-gradient(90deg, rgba(111, 73, 25, .16), rgba(15, 27, 52, .12)); }
.application-decision > div:first-child { display: flex; align-items: center; gap: 9px; color: #a9b7c6; font-size: 10px; font-weight: 800; }
.application-decision select { min-width: 155px; min-height: 34px; border: 1px solid rgba(239, 189, 89, .34); border-radius: 7px; padding: 0 8px; background: #0a1729; color: #f0e0be; }
.application-status-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.application-status-choice { min-height: 31px; border: 1px solid rgba(177, 202, 235, .18); border-radius: 7px; padding: 0 10px; background: rgba(5, 15, 28, .5); color: #bdcad8; font-size: 10px; font-weight: 780; transition: border-color .16s ease, background .16s ease, color .16s ease; }
.application-status-choice:hover,
.application-status-choice.is-selected { border-color: rgba(239, 189, 89, .58); background: rgba(124, 81, 25, .24); color: #ffe3a4; }
.application-status-choice.approved:hover,
.application-status-choice.approved.is-selected { border-color: rgba(108, 215, 138, .6); background: rgba(48, 120, 64, .22); color: #95e4a9; }
.application-status-choice.rejected:hover,
.application-status-choice.rejected.is-selected { border-color: rgba(240, 124, 142, .6); background: rgba(129, 45, 58, .25); color: #f5aab7; }
.application-drawer-body { display: grid; min-height: 0; grid-template-columns: minmax(0, 1fr) minmax(252px, 31%); overflow: auto; overscroll-behavior: contain; }
.application-drawer-main { min-width: 0; padding: 18px 22px 24px; }
.application-meta-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-bottom: 21px; }
.application-meta-grid > div { min-width: 0; border: 1px solid rgba(177, 202, 235, .13); border-radius: 9px; padding: 9px 10px; background: rgba(4, 14, 27, .36); }
.application-meta-grid dt,
.application-answer-item dt { margin: 0 0 4px; color: #8294a8; font-size: 9px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.application-meta-grid dd,
.application-answer-item dd { margin: 0; overflow-wrap: anywhere; color: #e2e8ef; font-size: 11px; line-height: 1.45; }
.application-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-bottom: 11px; }
.application-section-heading h3 { margin: 3px 0 0; color: #e8edf2; font-family: var(--font-ui); font-size: 15px; font-weight: 800; }
.application-section-heading p { max-width: 220px; margin: 0; color: #8294a7; font-size: 10px; line-height: 1.4; text-align: right; }
.application-answer-section { border-top: 1px solid rgba(177, 202, 235, .12); padding: 14px 0; }
.application-answer-section h3 { margin: 0 0 9px; color: #eacb88; font-size: 11px; font-weight: 800; }
.application-answer-section dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 0; }
.application-answer-item { min-width: 0; border: 1px solid rgba(177, 202, 235, .11); border-radius: 8px; padding: 9px 10px; background: rgba(4, 14, 27, .3); }
.application-empty-copy { margin: 0; color: #8092a5; font-size: 11px; line-height: 1.5; }
.application-drawer-side { display: grid; align-content: start; border-left: 1px solid rgba(177, 202, 235, .11); background: rgba(3, 12, 24, .34); }
.application-side-section { min-width: 0; border-bottom: 1px solid rgba(177, 202, 235, .11); padding: 17px; }
.application-side-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.application-side-icon { width: 16px; height: 16px; color: #e9bd58; }
.application-contact-list { display: grid; gap: 6px; margin: 0; }
.application-contact-list .application-answer-item { padding: 8px 9px; }
.application-admin-note { display: grid; gap: 7px; }
.application-admin-note textarea { width: 100%; min-height: 118px; resize: vertical; border: 1px solid rgba(239, 189, 89, .28); border-radius: 8px; padding: 9px 10px; background: rgba(4, 14, 27, .64); color: #e5ebf1; line-height: 1.45; }
.application-admin-note textarea::placeholder { color: #6e8094; }
.application-admin-note small { color: #77899c; font-size: 9px; line-height: 1.4; }
.application-timeline { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.application-timeline li { position: relative; display: grid; grid-template-columns: 13px minmax(0, 1fr); gap: 8px; min-width: 0; }
.application-timeline li:not(:last-child)::before { position: absolute; top: 13px; bottom: -12px; left: 5px; width: 1px; background: rgba(177, 202, 235, .18); content: ""; }
.application-history-marker { display: block; width: 11px; height: 11px; margin-top: 2px; border: 2px solid #d5a83f; border-radius: 50%; background: #0c1b2d; box-shadow: 0 0 0 3px rgba(213, 168, 63, .08); }
.application-timeline strong { display: block; color: #dce5ed; font-size: 10px; font-weight: 750; line-height: 1.35; }
.application-timeline time { display: block; margin-top: 3px; color: #77899d; font-size: 9px; }
.application-timeline-empty { display: block !important; color: #8092a5; font-size: 10px; }
.application-drawer-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(177, 202, 235, .13); padding: 13px 22px; background: rgba(5, 15, 28, .85); }
.application-drawer-footer > span { max-width: 35ch; color: #798b9e; font-size: 9px; line-height: 1.35; }
.application-drawer-footer > div { display: flex; flex: 0 0 auto; gap: 8px; }
.application-review-drawer[aria-busy="true"] .application-drawer-body { opacity: .65; pointer-events: none; }

@media (prefers-reduced-motion: no-preference) {
  .application-review-drawer { animation: application-drawer-in .24s cubic-bezier(.22, 1, .36, 1) both; }
  .application-queue-panel { animation: interface-rise .28s cubic-bezier(.22, 1, .36, 1) both; }
}

@keyframes application-drawer-in {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

/* The narrow sidebar must stay useful, not turn menu icons into empty blocks. */
@media (min-width: 761px) {
  .clean-admin.is-sidebar-collapsed .admin-menu-item > span:not(.ui-icon) { display: none; }
  .clean-admin.is-sidebar-collapsed .admin-menu-item .ui-icon { display: inline-block; width: 18px; height: 18px; }
  .clean-admin.is-sidebar-collapsed .sidebar-api { display: none; }
  .clean-admin.is-sidebar-collapsed .admin-menu { display: grid; justify-items: center; padding: 50px 16px 18px; }
  .clean-admin.is-sidebar-collapsed .admin-menu-item { width: 46px; min-width: 46px; min-height: 46px; flex: 0 0 46px; justify-content: center; padding: 0; }
  .clean-admin.is-sidebar-collapsed .admin-menu-item:hover { transform: translateY(-1px); }
  .clean-admin.is-sidebar-collapsed .sidebar-toggle { top: 78px; right: 8px; }
}

@media (max-width: 1200px) {
  .dashboard-side-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-attention { grid-column: auto; }
}

@media (max-width: 860px) {
  .application-filter-form { grid-template-columns: minmax(0, 1fr) minmax(140px, 180px); }
  .application-search-submit { grid-column: 1 / -1; justify-self: start; }
  .application-drawer-body { grid-template-columns: 1fr; }
  .application-drawer-side { grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(177, 202, 235, .11); border-left: 0; }
  .application-side-section { border-right: 1px solid rgba(177, 202, 235, .11); }
  .application-history-section { grid-column: 1 / -1; border-right: 0; }
}

@media (max-width: 760px) {
  .dashboard-side-stack { grid-template-columns: 1fr; }
  .application-table { min-width: 0; border-spacing: 0; }
  .application-table thead { display: none; }
  .application-table tbody { display: grid; gap: 8px; }
  .application-table tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(177, 202, 235, .14); border-radius: 10px; padding: 5px 4px; background: rgba(3, 12, 24, .44); }
  .dashboard-queue .application-table td,
  .dashboard-queue .application-table td:nth-child(4),
  .dashboard-queue .application-table td:nth-child(6) { display: block; min-width: 0; border-radius: 0; padding: 7px 8px; background: transparent; white-space: normal; }
  .application-table td:nth-child(1) { grid-column: 1 / -1; padding-bottom: 3px !important; }
  .application-table td:nth-child(2) { grid-column: 1 / -1; padding-top: 2px !important; }
  .application-table td:nth-child(3) { grid-column: 1; }
  .application-table td:nth-child(4) { grid-column: 2; align-self: center; }
  .application-table td:nth-child(5) { grid-column: 1; padding-top: 1px !important; color: #8293a7 !important; font-size: 9px; }
  .application-table td:nth-child(6) { grid-column: 2; grid-row: 3 / span 2; align-self: center; }
  .application-open-button { min-width: 82px; }
  .application-drawer-backdrop { align-items: flex-end; }
  .application-review-drawer { width: 100vw; max-height: min(94dvh, 900px); border: 1px solid rgba(239, 189, 89, .48); border-bottom: 0; border-radius: 16px 16px 0 0; }
}

@media (max-width: 560px) {
  .application-queue-controls { padding: 12px; }
  .application-filter-form { grid-template-columns: 1fr; }
  .application-search-submit { grid-column: auto; width: 100%; justify-content: center; }
  .application-queue-summary { align-items: flex-start; flex-direction: column; }
  .application-table-wrap { padding: 4px 8px 10px !important; }
  .application-drawer-head { gap: 10px; padding: 15px 14px 13px; }
  .application-drawer-head h2 { max-width: 200px; font-size: 18px; }
  .application-avatar-large { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; }
  .application-drawer-head-actions { gap: 6px; }
  .application-drawer-head-actions .status { display: none; }
  .application-decision { align-items: stretch; flex-direction: column; padding: 10px 14px; }
  .application-decision > div:first-child { justify-content: space-between; }
  .application-decision select { min-width: 0; }
  .application-status-actions { justify-content: flex-start; }
  .application-drawer-main { padding: 15px 14px 19px; }
  .application-meta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 18px; }
  .application-section-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .application-section-heading p { max-width: none; text-align: left; }
  .application-answer-section dl { grid-template-columns: 1fr; }
  .application-drawer-side { grid-template-columns: 1fr; }
  .application-side-section { border-right: 0; padding: 14px; }
  .application-history-section { grid-column: auto; }
  .application-drawer-footer { align-items: stretch; flex-direction: column; padding: 11px 14px; }
  .application-drawer-footer > span { max-width: none; }
  .application-drawer-footer > div { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .application-drawer-footer .button { min-width: 0; justify-content: center; padding: 0 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .apartment-video-empty::before { animation: none; }
.benefit-card,
.benefit-icon,
.apartment-video-play,
.apartment-tour-media img,
.application-review-drawer,
.application-queue-panel,
.application-filter-chip,
.application-status-choice { animation: none !important; transition-duration: .01ms !important; }
}

/* Applications workspace and a deliberately legible collapsed navigation rail. */
.applications-section-head { align-items: center; }
.applications-overview {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  border: 1px solid rgba(177, 202, 235, .14);
  border-radius: 11px;
  padding: 14px 16px;
  background: linear-gradient(100deg, rgba(11, 29, 50, .74), rgba(8, 17, 32, .52));
}
.applications-overview-copy { display: grid; gap: 4px; min-width: 0; }
.applications-overview-copy strong { color: #edf1f5; font-size: 13px; font-weight: 780; }
.applications-overview-copy span { color: #8fa1b4; font-size: 10px; line-height: 1.45; }
.application-status-overview { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.application-status-overview-item {
  display: inline-flex;
  min-width: 86px;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border: 1px solid rgba(177, 202, 235, .14);
  border-radius: 9px;
  padding: 0 10px;
  background: rgba(3, 13, 26, .44);
  color: #c3cfda;
  text-align: left;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.application-status-overview-item:hover,
.application-status-overview-item:focus-visible {
  border-color: rgba(239, 189, 89, .52);
  background: rgba(102, 68, 24, .18);
  outline: 0;
  transform: translateY(-1px);
}
.application-status-overview-item.is-active { border-color: rgba(239, 189, 89, .62); background: rgba(112, 74, 25, .27); }
.application-status-overview-item.approved.is-active { border-color: rgba(104, 214, 137, .56); background: rgba(48, 120, 64, .23); }
.application-status-overview-item.rejected.is-active { border-color: rgba(240, 124, 142, .58); background: rgba(129, 45, 58, .25); }
.application-status-overview-item strong { color: #f3e2b9; font-size: 17px; line-height: 1; }
.applications-workspace-panel { min-height: 450px; }
.applications-workspace-panel .panel-head { align-items: flex-start; }

@media (min-width: 761px) {
  .clean-admin.is-sidebar-collapsed .clean-sidebar { overflow: visible; }
  .clean-admin.is-sidebar-collapsed .clean-sidebar .admin-menu-item > .ui-icon {
    display: inline-block !important;
    width: 19px !important;
    height: 19px !important;
    visibility: visible !important;
    opacity: .96 !important;
  }
  .clean-admin.is-sidebar-collapsed .clean-sidebar .admin-menu-item {
    position: relative;
    width: 48px;
    min-width: 48px;
    min-height: 46px;
  }
  .clean-admin.is-sidebar-collapsed .clean-sidebar .admin-menu-item::after,
  .clean-admin.is-sidebar-collapsed .clean-sidebar .sidebar-toggle::after {
    position: absolute;
    z-index: 20;
    left: calc(100% + 10px);
    top: 50%;
    max-width: 190px;
    border: 1px solid rgba(239, 189, 89, .36);
    border-radius: 7px;
    padding: 7px 9px;
    background: #0b1a2e;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
    color: #f1ddaf;
    content: attr(aria-label);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transform: translate(-5px, -50%);
    transition: opacity .16s ease, transform .16s ease;
    white-space: nowrap;
  }
  .clean-admin.is-sidebar-collapsed .clean-sidebar .admin-menu-item:hover::after,
  .clean-admin.is-sidebar-collapsed .clean-sidebar .admin-menu-item:focus-visible::after,
  .clean-admin.is-sidebar-collapsed .clean-sidebar .sidebar-toggle:hover::after,
  .clean-admin.is-sidebar-collapsed .clean-sidebar .sidebar-toggle:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .clean-admin.is-sidebar-collapsed .clean-sidebar .sidebar-toggle {
    display: grid;
    width: 46px;
    height: 40px;
    flex-basis: 40px;
    border-color: rgba(239, 189, 89, .34);
    background: rgba(239, 189, 89, .08);
  }
  .clean-admin.is-sidebar-collapsed .clean-sidebar .sidebar-toggle:focus-visible {
    outline: 2px solid rgba(239, 189, 89, .8);
    outline-offset: 2px;
  }
}

@media (max-width: 860px) {
  .applications-overview { grid-template-columns: 1fr; align-items: start; }
  .application-status-overview { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .applications-section-head { align-items: flex-start; }
  .applications-overview { gap: 12px; padding: 13px; }
  .application-status-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .application-status-overview-item { min-width: 0; }
  .applications-workspace-panel { min-height: 0; }
}
