:root {
  --bg: #f6f5f4;
  --text: #111111;
  --muted: #5f5f5f;
  --chrome-shadow: rgba(18, 24, 31, 0.18);
  --panel: rgba(255, 255, 255, 0.64);
  --border: rgba(255, 255, 255, 0.58);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body.entry-door-active {
  overflow: hidden;
}

body.entry-door-active .shell,
body.entry-door-active .bg-orb {
  opacity: 0;
  transform: translateY(12px) scale(0.988);
  filter: blur(6px);
  pointer-events: none;
}

body .shell,
body .bg-orb {
  transition: opacity 620ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.15, 1), filter 620ms ease;
}

.entry-door-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 14%, rgba(250, 249, 247, 0.99) 0%, rgba(242, 239, 234, 0.97) 54%, rgba(232, 227, 220, 0.92) 100%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.12));
  backdrop-filter: blur(5px);
  transition: opacity 620ms ease, filter 620ms ease;
}

.entry-door-overlay::before {
  content: none;
}

.entry-door-overlay.is-hidden {
  opacity: 0;
  filter: blur(9px);
  pointer-events: none;
}

.entry-door-overlay.is-opening {
  animation: entryOverlayFade 980ms cubic-bezier(0.2, 0.7, 0.15, 1) forwards;
}

.entry-door-wrap {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.entry-door-wrap::before {
  content: none;
}

.entry-door-wrap::after {
  content: none;
}

.entry-door {
  position: relative;
  width: min(360px, 80vw);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  overflow: visible;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.entry-door::before {
  content: none;
}

.entry-door::after {
  content: none;
}

.entry-door:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: none;
}

.entry-door__arch {
  display: none;
}

.entry-door__arch::before {
  content: none;
}

.entry-door__arch::after {
  content: none;
}

.entry-door__logo {
  display: none;
}

.entry-door__logo-shell {
  position: relative;
  width: 82%;
  height: 82%;
  margin: 9%;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: entryLogoFloat 4.1s ease-in-out infinite;
}

.entry-door__logo-shell::before {
  content: none;
}

.entry-door__logo-image {
  width: 250%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
  transform: translate(-10%, 0);
  mix-blend-mode: multiply;
  filter: contrast(1.2) saturate(1.08) brightness(1.01);
}

.entry-door__logo-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  transform: translateY(2px);
}

.entry-door__logo-mark-core {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(6.8rem, 16.8vw, 10.6rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.02em;
  font-style: normal;
  background:
    linear-gradient(165deg, #ffffff 0%, #ece9e3 16%, #928a81 34%, #fdfcfa 49%, #151518 68%, #ece8e2 84%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1.25px rgba(56, 51, 46, 0.44);
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.48),
    0 7px 18px rgba(14, 13, 16, 0.34),
    0 14px 22px rgba(18, 18, 20, 0.14);
}

.entry-door__logo-mark::before,
.entry-door__logo-mark::after {
  content: "";
  position: absolute;
  width: clamp(18px, 2.4vw, 26px);
  height: clamp(12px, 1.8vw, 18px);
  z-index: 1;
  background: linear-gradient(150deg, #ffffff 0%, #c9c4bd 42%, #2c2a29 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 6px 12px rgba(14, 13, 16, 0.28);
}

.entry-door__logo-mark::before {
  top: 9%;
  right: 4%;
  border-radius: 0 100% 100% 20%;
  transform: rotate(-24deg);
}

.entry-door__logo-mark::after {
  bottom: 9%;
  left: 3%;
  border-radius: 100% 20% 0 100%;
  transform: rotate(-24deg);
}

.entry-door:focus-visible {
  outline: 2px solid rgba(77, 74, 69, 0.7);
  outline-offset: 6px;
}

.entry-door__brand {
  margin: 0 0 2px;
  font-family: "Hatton", "Cormorant Garamond", serif;
  font-size: clamp(1.28rem, 2.6vw, 1.72rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #283241;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}

.entry-door__top,
.entry-door__bottom {
  margin: 0;
  color: #2c3440;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", "Hatton", serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.entry-door__top {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.9;
}

.entry-door__top-strong {
  font-weight: 800;
  letter-spacing: 0.1em;
}

.entry-door__bottom {
  font-size: clamp(1.34rem, 2.9vw, 1.9rem);
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 14px;
  color: #3b4656;
  opacity: 0.88;
}

.entry-door__release {
  margin: 0;
  font-size: clamp(0.76rem, 1.5vw, 0.92rem);
  letter-spacing: 0.06em;
  color: #4a5362;
  opacity: 0.82;
}

.entry-door__hint {
  margin: 6px 0 0;
  font-size: clamp(0.78rem, 1.55vw, 0.94rem);
  letter-spacing: 0.04em;
  color: #2f3846;
  opacity: 0.88;
}

.entry-door-overlay.is-opening .entry-door {
  animation: doorOpen 980ms cubic-bezier(0.2, 0.7, 0.15, 1) forwards;
}

.entry-door-overlay.is-opening .entry-door__logo-shell {
  animation: entryLogoExpand 980ms cubic-bezier(0.2, 0.7, 0.15, 1) forwards;
}

.entry-door-overlay.is-opening .entry-door__logo-mark {
  animation: entryLogoMarkFade 680ms ease forwards;
}

.entry-door-overlay.is-opening .entry-door-wrap::before {
  animation: cinematicLeak 980ms cubic-bezier(0.2, 0.7, 0.15, 1) forwards;
}

.entry-door-overlay.is-opening .entry-door__top,
.entry-door-overlay.is-opening .entry-door__bottom {
  animation: doorTextFade 380ms ease forwards;
}

.submit-confirm {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(14, 18, 24, 0.34);
  backdrop-filter: blur(10px);
}

.submit-confirm__card {
  width: min(420px, 92vw);
  border-radius: 24px;
  padding: 30px 24px 24px;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(241, 239, 234, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 44px rgba(12, 17, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  animation: submitConfirmPop 260ms cubic-bezier(0.17, 0.84, 0.44, 1) both;
}

.submit-confirm__tick {
  width: 84px;
  height: 84px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e2d40;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.94), rgba(203, 214, 230, 0.95) 56%, rgba(159, 177, 201, 0.98));
  box-shadow:
    0 10px 24px rgba(26, 40, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.submit-confirm__title {
  margin: 0;
  font-family: "Hatton", "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222d3a;
  font-size: clamp(1.08rem, 2.1vw, 1.38rem);
}

.submit-confirm__text {
  margin: 10px auto 18px;
  max-width: 31ch;
  color: #3a4658;
  font-size: 0.95rem;
}

@keyframes submitConfirmPop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes entryLogoExpand {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes entryLogoMarkFade {
  0% {
    opacity: 1;
    transform: translateY(2px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(2px) scale(0.9);
  }
}

.bg-orb {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  filter: blur(18px);
  opacity: 0.65;
}

.orb-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, #fdfdfd 0%, #c7ccd1 35%, #7f8a93 68%, #ebebeb 100%);
  border-radius: 50%;
  top: -180px;
  left: -120px;
  animation: floaty 18s ease-in-out infinite;
}

.orb-2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle at 65% 25%, #fefefe 0%, #b9bec4 42%, #939ca6 68%, #efefef 100%);
  border-radius: 50%;
  bottom: -160px;
  right: -90px;
  animation: floaty 22s ease-in-out infinite reverse;
}

@keyframes floaty {
  0%,
  100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-15px) translateX(10px); }
}

@keyframes doorOpen {
  0% {
    transform: perspective(1400px) rotateY(0deg) translateX(0);
    transform-origin: left center;
    opacity: 1;
  }
  100% {
    transform: perspective(1400px) rotateY(-76deg) translateX(-44px);
    transform-origin: left center;
    opacity: 0.12;
  }
}

@keyframes doorTextFade {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes cinematicLeak {
  0% {
    opacity: 0.35;
    transform: translate(-50%, -58%) scale(1);
    filter: blur(16px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -58%) scale(1.28);
    filter: blur(24px);
  }
}

@keyframes entryOverlayFade {
  0% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(8px);
  }
}

.shell {
  width: min(1220px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: relative;
  z-index: 2300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.topbar-left {
  position: relative;
  z-index: 2302;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: -16px;
}

.menu-toggle {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(242, 242, 242, 0.58));
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 12px 10px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
}

.menu-toggle span {
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: #252a33;
}

.site-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -10px;
  width: min(620px, 88vw);
  max-height: min(72vh, 620px);
  overflow: auto;
  z-index: 2300;
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 246, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 18, 0.2);
  z-index: 2200;
}

.site-menu {
  z-index: 2300;
}

.site-menu__section {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(230, 233, 238, 0.95);
}

.site-menu__section + .site-menu__section {
  margin-top: 10px;
}

.site-menu__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  pointer-events: auto;
}

.site-menu__tab {
  border: 1px solid rgba(178, 186, 199, 0.9);
  background: rgba(255, 255, 255, 0.92);
  color: #21293a;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  pointer-events: auto;
}

.site-menu__tab.is-active {
  background: linear-gradient(180deg, #0f1116 0%, #050608 100%);
  color: #e9edf2;
  border-color: transparent;
}

.topbar-actions .chrome-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.site-menu__section h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.site-menu__section p {
  margin: 0 0 8px;
  color: #303745;
  line-height: 1.45;
}

.site-menu__section p:last-child {
  margin-bottom: 0;
}

.brand {
  border: 0;
  background: none;
  color: #111;
  font-family: "Hatton", "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  letter-spacing: 0.05em;
  cursor: pointer;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-wrap {
  position: relative;
  z-index: 10;
  padding: 26px 0 54px;
}

.site-copyright {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin: 0;
  padding: 6px 10px;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  color: #2b3340;
  text-align: center;
  z-index: 120;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 193, 205, 0.7);
  border-radius: 999px;
  backdrop-filter: blur(2px);
}

.view {
  display: none;
}

.view.active {
  display: block;
  animation: fadeUp 380ms ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-panel,
.form-panel,
.auth-panel,
.detail-panel,
.dashboard-wrap,
.admin-wrap {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(245, 245, 245, 0.56));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.hero-panel {
  min-height: 66vh;
  display: grid;
  align-content: start;
  gap: 18px;
  text-align: left;
  padding: clamp(24px, 4vw, 50px);
  background:
    linear-gradient(115deg, rgba(0, 53, 128, 0.08) 0%, rgba(0, 90, 214, 0.02) 48%, rgba(255, 255, 255, 0.65) 100%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.6));
}

.hero-booking {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(245, 245, 245, 0.56));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.hero-booking__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.hero-booking__subtitle {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #343434;
  font-weight: 400;
}

.search-bar {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr auto;
  gap: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
}

.search-bar__field {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
}

.search-bar__field:first-child {
  border-radius: 2px 0 0 2px;
}

.search-bar__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.search-bar__input {
  border: 0;
  outline: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #262626;
  background: transparent;
  font-family: inherit;
}

.file-input-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2a3242;
  margin: 4px 2px 2px;
}

.search-bar__input::placeholder {
  color: #6b6b6b;
  font-weight: 400;
}

.search-bar__button {
  border: 0;
  background: linear-gradient(180deg, #0f1116 0%, #050608 100%);
  color: #e9edf2;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 32px;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
  transition: all 180ms ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.72), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.search-bar__button:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.72), 0 6px 16px rgba(0, 0, 0, 0.35);
}

.role-selector {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.role-selector__label {
  margin: 0;
  font-size: 0.95rem;
  color: #4a4a4a;
  font-weight: 500;
}

.role-selector__buttons {
  display: flex;
  gap: 8px;
}

.role-selector__btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.7);
  color: #2a2a2a;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.role-selector__btn:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.role-selector__btn--active {
  background: linear-gradient(180deg, #0f1116 0%, #050608 100%);
  color: #e9edf2;
  border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.72), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.role-selector__btn--active:hover {
  background: linear-gradient(180deg, #0f1116 0%, #050608 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.72), 0 6px 14px rgba(0, 0, 0, 0.35);
}

.label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-panel .label {
  font-size: clamp(0.98rem, 1.8vw, 1.28rem);
}

.hero-title {
  margin: 0;
  font-family: "Hatton", "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 9vw, 7.7rem);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.hero-tagline {
  margin: -8px 0 0;
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: #2b2b2b;
}

.hero-subtitle {
  margin: 0;
  max-width: 760px;
  color: #343434;
  line-height: 1.68;
  white-space: pre-line;
}

.role-picker {
  margin-top: 16px;
}

.role-picker--top {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.picker-title {
  font-size: 1.14rem;
  margin-bottom: 14px;
  font-weight: 600;
}

.picker-actions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.liquid-metal-btn {
  --ring-width: 1.6px;
  position: relative;
  min-width: 186px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  isolation: isolate;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(122, 133, 148, 0.55),
    0 10px 22px rgba(0, 0, 0, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.liquid-metal-btn__ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: var(--ring-width) solid transparent;
  background:
    linear-gradient(transparent, transparent) padding-box,
    repeating-conic-gradient(
      from 0deg,
      rgba(66, 77, 94, 0.22) 0deg 10deg,
      rgba(234, 240, 248, 0.88) 10deg 12deg,
      rgba(118, 132, 154, 0.72) 12deg 15deg,
      rgba(66, 77, 94, 0.24) 15deg 36deg
    ) border-box;
}

.liquid-metal-btn__ring--a {
  animation: borderSpin 5.8s linear infinite, borderFloatA 4.2s ease-in-out infinite;
}

.liquid-metal-btn__ring--b {
  background:
    linear-gradient(transparent, transparent) padding-box,
    repeating-conic-gradient(
      from 16deg,
      rgba(62, 74, 92, 0.2) 0deg 10deg,
      rgba(224, 232, 244, 0.84) 10deg 12deg,
      rgba(108, 124, 148, 0.66) 12deg 15deg,
      rgba(62, 74, 92, 0.22) 15deg 36deg
    ) border-box;
  animation: borderSpin 5.8s linear infinite -2.9s, borderFloatB 4.8s ease-in-out infinite;
  opacity: 0.98;
}

.liquid-metal-btn__surface {
  position: absolute;
  inset: calc(var(--ring-width) + 1px);
  border-radius: inherit;
  background: linear-gradient(180deg, #151a21 0%, #020305 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.84);
  pointer-events: none;
}

.liquid-metal-btn__label {
  position: relative;
  z-index: 2;
  color: #e9eef6;
  font-family: "Montserrat", sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.72);
  transition: color 160ms ease, text-shadow 160ms ease;
}

.liquid-metal-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(210, 220, 236, 0.54),
    0 12px 24px rgba(0, 0, 0, 0.42);
}

.liquid-metal-btn:hover .liquid-metal-btn__label {
  color: #eaf0f8;
}

.liquid-metal-btn:active {
  transform: translateY(1px) scale(0.985);
}

.liquid-metal-btn:active .liquid-metal-btn__surface {
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.5),
    inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

.liquid-metal-btn:focus-visible {
  outline: none;
}

.liquid-metal-btn:focus-visible .liquid-metal-btn__label,
.liquid-metal-btn.is-selected .liquid-metal-btn__label {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.36), 0 1px 2px rgba(0, 0, 0, 0.65);
}

.liquid-metal-btn:focus-visible .liquid-metal-btn__ring,
.liquid-metal-btn.is-selected .liquid-metal-btn__ring {
  filter: brightness(1.3) saturate(1.2);
}

.liquid-metal-btn__ripple {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
  z-index: 3;
  animation: liquidRipple 620ms ease-out forwards;
}

.chrome-btn,
.chrome-toggle,
.table-list button {
  border: 1px solid transparent;
  background: linear-gradient(180deg, #0f1116 0%, #050608 100%);
  color: #e9edf2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72),
    0 10px 18px rgba(0, 0, 0, 0.42);
  position: relative;
  overflow: hidden;
}

.chrome-btn::before,
.chrome-toggle::before,
.table-list button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  padding: 1.4px;
  background: linear-gradient(120deg, #f7f9fd 0%, #8d98a7 24%, #f8fafc 48%, #7d8897 74%, #f4f7fb 100%);
  background-size: 100% 100%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.98;
}

#homeView .picker-actions .chrome-btn::before {
  border: 1.6px solid transparent;
  background:
    linear-gradient(transparent, transparent) padding-box,
    repeating-conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.02) 0deg 8deg,
      rgba(255, 255, 255, 0.94) 8deg 10deg,
      rgba(192, 204, 221, 0.32) 10deg 12deg,
      rgba(255, 255, 255, 0.02) 12deg 30deg
    ) border-box;
  -webkit-mask: none;
  mask: none;
  animation: borderSpin 8.2s linear infinite, borderFloatA 3.6s ease-in-out infinite;
  will-change: transform;
}

#homeView .picker-actions .chrome-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1.6px solid transparent;
  background:
    linear-gradient(transparent, transparent) padding-box,
    repeating-conic-gradient(
      from 15deg,
      rgba(255, 255, 255, 0.02) 0deg 8deg,
      rgba(255, 255, 255, 0.88) 8deg 10deg,
      rgba(176, 190, 210, 0.28) 10deg 12deg,
      rgba(255, 255, 255, 0.02) 12deg 30deg
    ) border-box;
  -webkit-mask: none;
  mask: none;
  animation: borderSpin 8.2s linear infinite -4.1s, borderFloatB 4.1s ease-in-out infinite;
  opacity: 0.95;
}

.chrome-btn::after,
.chrome-toggle::after,
.table-list button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(140% 70% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
  opacity: 0.7;
}

.chrome-btn,
.chrome-toggle,
.table-list button {
  border-radius: 999px;
  padding: 10px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.chrome-btn:hover,
.chrome-toggle:hover,
.table-list button:hover {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(214, 223, 236, 0.2),
    0 12px 24px rgba(0, 0, 0, 0.5);
}

.chrome-btn:active,
.chrome-toggle:active,
.table-list button:active {
  transform: translateY(1px);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.84),
    0 0 0 1px rgba(199, 212, 232, 0.32),
    0 0 22px rgba(215, 226, 244, 0.52);
}

.chrome-btn:focus-visible,
.chrome-toggle:focus-visible,
.table-list button:focus-visible {
  outline: none;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.86),
    0 0 0 1px rgba(214, 226, 245, 0.42),
    0 0 26px rgba(225, 236, 255, 0.58);
}

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

@keyframes borderSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes borderFloatA {
  0%, 100% { filter: brightness(0.98) saturate(1.02); }
  50% { filter: brightness(1.18) saturate(1.16); }
}

@keyframes borderFloatB {
  0%, 100% { filter: brightness(1.02) saturate(1.04); }
  50% { filter: brightness(1.2) saturate(1.16); }
}

@keyframes liquidRipple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.62;
  }
  100% {
    transform: translate(-50%, -50%) scale(4.2);
    opacity: 0;
  }
}

.chrome-btn-xl {
  padding: 18px 42px;
  font-size: 1.04rem;
  min-width: 220px;
}

.chrome-toggle {
  width: 64px;
  padding: 10px 0;
}

.hidden {
  display: none !important;
}

.page-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
}

.filter-panel,
.listings-area,
.admin-card,
.activity-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.07);
}

.filter-panel {
  padding: 18px;
  position: sticky;
  top: 12px;
  height: fit-content;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.07);
}

.filter-panel h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1f2735;
  font-size: 1.22rem;
}

.filter-panel label {
  display: block;
  margin: 12px 2px 6px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2a3242;
  font-weight: 700;
}

.filter-field {
  margin-bottom: 4px;
}

.chrome-input {
  width: 100%;
  border-radius: 14px;
  padding: 11px 12px;
  margin-bottom: 8px;
  font-family: inherit;
}

.chrome-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(170, 179, 189, 0.44), 0 6px 14px rgba(18, 24, 31, 0.18);
}

.listings-area {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.section-head h2 {
  margin: 0;
}

.listing-cards {
  display: grid;
  gap: 14px;
}

.listing-card {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 16px rgba(18, 26, 35, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.listing-side-actions {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 10px;
  min-width: 170px;
}

.listing-price-options {
  display: grid;
  gap: 6px;
  width: 100%;
}

.listing-price {
  margin: 0;
  color: #1a2230;
  font-size: 1.02rem;
  font-weight: 700;
  text-align: right;
}

.listing-price--half {
  color: #384153;
  font-size: 0.92rem;
  font-weight: 600;
}

.listing-price--full {
  font-size: 1.18rem;
  letter-spacing: 0.01em;
}

.listing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(194, 201, 212, 0.85);
  box-shadow: 0 12px 24px rgba(15, 22, 29, 0.16);
}

.listing-thumb {
  border-radius: 14px;
  min-height: 148px;
  background: linear-gradient(145deg, #eceef0, #adb4bc 35%, #eff1f3 75%, #8a929b);
}

.listing-meta h3 {
  margin: 0 0 6px;
}

.listing-meta p {
  margin: 0;
  color: #505050;
  line-height: 1.54;
}

.kicker {
  display: inline-block;
  margin-top: 7px;
  font-size: 0.77rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3a4b62;
  font-weight: 600;
}

.filter-apply {
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(180deg, #0f1116 0%, #050608 100%);
  color: #e9edf2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72),
    0 10px 18px rgba(0, 0, 0, 0.42);
}

.form-panel,
.auth-panel,
.detail-panel,
.dashboard-wrap,
.admin-wrap {
  padding: clamp(20px, 4vw, 34px);
}

.form-grid {
  display: grid;
  gap: 10px;
}

textarea.chrome-input {
  resize: vertical;
}

.auth-wrap {
  display: grid;
  place-items: center;
}

.auth-panel {
  width: min(500px, 94vw);
}

.inline-link {
  border: 0;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(240px, 330px) 1fr;
  gap: 18px;
}

.detail-topbar {
  margin-bottom: 12px;
}

.detail-image {
  border-radius: 18px;
  min-height: 210px;
  background: linear-gradient(145deg, #edf0f2, #aab3bc 40%, #eceef0 74%, #858f99);
}

.detail-grid {
  display: grid;
  gap: 7px;
}

.detail-booking-row {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.detail-price {
  margin: 0;
  color: #1d2431;
}

.detail-price-options {
  display: grid;
  gap: 4px;
}

.detail-price--half {
  font-size: 0.95rem;
  color: #3a4352;
  font-weight: 600;
}

.detail-price--full {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111722;
}

.profile-wrap {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 28px rgba(18, 26, 35, 0.08);
  padding: clamp(20px, 4vw, 34px);
}

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

.profile-header h2 {
  margin: 0;
}

.profile-header p {
  margin: 8px 0 0;
  color: #566173;
}

.profile-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: #4b4f57;
  color: #f6f7f9;
  border: 3px solid #f7bf2d;
}

.profile-details {
  display: grid;
  border-top: 1px solid rgba(195, 203, 214, 0.75);
}

.profile-account-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.profile-tab-btn {
  cursor: pointer;
}

.profile-tab-btn.is-active {
  box-shadow: 0 0 0 2px rgba(247, 191, 45, 0.58);
}

.profile-tab-panel.hidden {
  display: none;
}

.profile-bookings__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profile-bookings__columns h4 {
  margin: 0 0 8px;
  font-size: 0.96rem;
}

.profile-payments p {
  margin: 0;
  color: #4f5d73;
}

.profile-booking-history {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.booking-history-card {
  border: 1px solid rgba(180, 191, 206, 0.7);
  border-radius: 12px;
  padding: 10px;
  background: rgba(248, 251, 255, 0.7);
}

.booking-history-card h4,
.booking-history-card p {
  margin: 0 0 6px;
}

.studio-dashboard-wrap {
  display: grid;
  gap: 12px;
}

.studio-private-calendar {
  min-height: 640px;
  border: 1px solid rgba(176, 189, 206, 0.65);
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.studio-gallery-preview {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(195, 203, 214, 0.75);
}

.profile-row span {
  color: #2f3745;
}

.profile-row strong {
  font-weight: 500;
  color: #273143;
}

.verified-tag {
  font-style: normal;
  font-size: 0.76rem;
  background: #17853c;
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
}

.profile-activity {
  margin-top: 14px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin: 14px 0 18px;
}

.stat-card {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.76);
}

.stat-card h4 {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
}

.stat-card p {
  margin: 8px 0 0;
  font-size: 1.22rem;
  font-weight: 600;
}

.activity-card,
.admin-card {
  padding: 16px;
  margin-bottom: 12px;
}

.activity-log {
  margin: 0;
  padding: 0 0 0 16px;
  line-height: 1.6;
}

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

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

.table-row {
  display: grid;
  grid-template-columns: 2.1fr 1.6fr auto;
  gap: 10px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.79);
  padding: 10px;
}

.admin-card__head {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 340px);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.admin-card__head h3 {
  margin: 0;
}

.admin-users-head,
.admin-user-row {
  display: grid;
  grid-template-columns: 58px 1.3fr 1.6fr 0.9fr 0.9fr 1fr auto;
  gap: 10px;
  padding: 6px 10px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: rgba(12, 17, 25, 0.08);
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #334156;
}

.admin-user-row {
  grid-template-columns: 58px 1.3fr 1.6fr 0.9fr 0.9fr 1fr auto;
}

.admin-avatar-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.admin-avatar-fallback {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: rgba(18, 27, 42, 0.16);
  color: #1f2c3d;
}

.admin-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 12px;
}

.admin-filter-chip {
  border: 1px solid rgba(33, 49, 71, 0.22);
  background: rgba(245, 250, 255, 0.74);
  color: #27384f;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.admin-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 90, 179, 0.35);
}

.admin-filter-chip.is-active {
  background: linear-gradient(140deg, #244d92, #1f3f74);
  color: #eef6ff;
  border-color: rgba(32, 74, 138, 0.85);
}

.admin-name-badge {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 0 8px rgba(32, 49, 71, 0.24);
}

.admin-name-badge--guest {
  background: #2f7dff;
}

.admin-name-badge--studio-pending {
  background: #f2c12e;
}

.admin-name-badge--studio-approved {
  background: #29b35f;
}

.admin-lead-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 1.5fr;
  gap: 12px;
  align-items: center;
}

.admin-lead-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-lead-photo {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(28, 42, 61, 0.2);
  box-shadow: 0 6px 16px rgba(21, 30, 43, 0.2);
}

.admin-user-detail {
  min-height: 92px;
}

.admin-user-detail__grid {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
}

.admin-user-detail__avatar {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  background: rgba(18, 28, 40, 0.14);
}

.admin-user-detail__avatar--empty {
  display: grid;
  place-items: center;
  color: #2d3a4b;
  font-weight: 700;
}

.admin-user-detail__content p {
  margin: 0 0 6px;
}

.toast-container {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 3200;
  display: grid;
  gap: 8px;
  width: min(92vw, 360px);
}

.toast {
  border-radius: 12px;
  padding: 10px 12px;
  color: #f6fbff;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 14px 26px rgba(5, 8, 14, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.toast.is-out {
  opacity: 0;
  transform: translateY(6px);
}

.toast--success {
  background: linear-gradient(160deg, #1d8c4a, #176f3a);
}

.toast--info {
  background: linear-gradient(160deg, #2a5fbb, #214d98);
}

.toast--error {
  background: linear-gradient(160deg, #b23535, #8f2a2a);
}

.compact {
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .page-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
  }

  .listing-card {
    grid-template-columns: 1fr;
  }

  .listing-side-actions {
    justify-items: start;
  }

  .listing-price {
    text-align: left;
  }

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

  .table-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .admin-card__head {
    grid-template-columns: 1fr;
  }

  .admin-users-head {
    display: none;
  }

  .admin-user-row {
    grid-template-columns: 1fr;
  }

  .admin-user-detail__grid {
    grid-template-columns: 1fr;
  }

  .profile-bookings__columns {
    grid-template-columns: 1fr;
  }

  .profile-account-bar {
    grid-template-columns: 1fr;
  }

  .detail-hero {
    grid-template-columns: 1fr;
  }

  .profile-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(1220px, 94vw);
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .topbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .chrome-btn,
  .chrome-toggle {
    flex: 1;
    text-align: center;
    padding: 12px 18px;
    min-height: 44px;
  }

  .chrome-btn-xl {
    padding: 16px 28px;
    min-width: auto;
    width: 100%;
  }

  .liquid-metal-btn {
    min-width: 0;
    flex: 1 1 140px;
  }

  .entry-door {
    width: min(470px, 94vw);
  }

  .site-menu {
    left: 0;
    width: min(94vw, 620px);
  }

  .topbar-left {
    margin-left: 0;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    padding: 10px 8px;
  }

  .search-bar {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .search-bar__field {
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .search-bar__field:first-child {
    border-radius: 2px 2px 0 0;
  }

  .search-bar__field:last-of-type {
    border-bottom: 0;
  }

  .search-bar__button {
    border-radius: 0 0 2px 2px;
    padding: 16px;
    min-height: 48px;
  }

  .role-selector {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .role-selector__buttons {
    width: 100%;
    flex-wrap: wrap;
  }

  .role-selector__btn {
    flex: 1 1 auto;
    min-height: 44px;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px;
  }

  .profile-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-booking-row {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-booking-row .chrome-btn {
    width: 100%;
  }

  .picker-actions {
    width: 100%;
  }

  .picker-actions .chrome-btn {
    flex: 1 1 auto;
  }

  .hero-panel {
    min-height: auto;
    padding: clamp(20px, 5vw, 32px);
  }

  .hero-booking {
    min-height: auto;
    padding: clamp(28px, 6vw, 60px) clamp(20px, 4vw, 40px);
  }

  .month-cal-day {
    min-height: 48px;
    padding: 4px 6px;
  }

  .month-cal-day .day-num {
    font-size: 12px;
  }

  .month-cal-day .day-times {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .shell {
    width: min(1220px, 96vw);
  }

  .main-wrap {
    padding: 18px 0 80px;
  }

  .brand {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .hero-title {
    font-size: clamp(2.6rem, 11vw, 4.2rem);
  }

  .hero-panel,
  .form-panel,
  .auth-panel,
  .detail-panel,
  .dashboard-wrap,
  .admin-wrap,
  .profile-wrap {
    border-radius: 20px;
    padding: 18px;
  }

  .filter-panel {
    padding: 14px;
    border-radius: 18px;
  }

  .listing-card {
    padding: 12px;
    border-radius: 14px;
  }

  .listing-thumb {
    min-height: 160px;
  }

  .detail-image {
    min-height: 180px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .stat-card {
    padding: 10px;
  }

  .stat-card p {
    font-size: 1.05rem;
  }

  .profile-account-bar {
    grid-template-columns: 1fr;
  }

  .profile-avatar {
    width: 52px;
    height: 52px;
    font-size: 1rem;
  }

  .picker-actions {
    flex-direction: column;
  }

  .picker-actions .chrome-btn,
  .liquid-metal-btn {
    width: 100%;
    flex: 1 1 auto;
  }

  .site-copyright {
    font-size: 0.66rem;
    padding: 4px 8px;
    bottom: 6px;
  }

  .toast-container {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
  }

  .month-cal-header {
    grid-template-columns: auto 1fr auto;
  }

  .month-cal-today {
    display: none;
  }

  .month-cal-day {
    min-height: 40px;
    padding: 2px 4px;
  }

  .month-cal-weekdays span {
    font-size: 9px;
    padding: 4px 0;
  }
}

/* Hand-rolled studio month calendar */
.month-cal {
  display: block;
  width: 100%;
  font-family: inherit;
  color: #1a1d24;
}
.month-cal-header {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 8px;
  padding: 8px 0 12px;
}
.month-cal-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.month-cal-nav,
.month-cal-today {
  background: #f3f5f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  color: inherit;
  transition: background 120ms;
}
.month-cal-nav:hover,
.month-cal-today:hover {
  background: #e6ebf2;
}
.month-cal-nav {
  padding: 6px 14px;
  font-weight: 600;
}
.month-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 4px;
}
.month-cal-weekdays span {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 0;
}
.month-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.month-cal-day {
  position: relative;
  background: #fff;
  border: 1px solid rgba(176, 189, 206, 0.5);
  border-radius: 6px;
  min-height: 64px;
  padding: 6px 8px;
  cursor: pointer;
  user-select: none;
  transition: background 120ms, border-color 120ms, transform 80ms;
  outline: none;
}
.month-cal-day:hover {
  background: #f5f8fc;
  border-color: rgba(63, 117, 232, 0.5);
}
.month-cal-day:focus-visible {
  outline: 2px solid #2f7dff;
  outline-offset: 1px;
}
.month-cal-day .day-num {
  font-size: 13px;
  font-weight: 500;
}
.month-cal-day.other-month {
  background: #fafbfc;
  color: #b8bec7;
  border-color: rgba(176, 189, 206, 0.25);
}
.month-cal-day.today {
  border-color: #2f7dff;
  border-width: 2px;
  padding: 5px 7px;
}
.month-cal-day.today .day-num {
  color: #2f7dff;
  font-weight: 700;
}
.month-cal-day.published {
  background: #e8f5ee;
  border-color: #2faf6f;
}
.month-cal-day.published .day-num {
  color: #1f7a4a;
  font-weight: 600;
}
.month-cal-day.published:hover {
  background: #d6ebe0;
}
.month-cal-day.selected {
  background: #fff4d6;
  border-color: #e6a800;
  border-width: 2px;
  padding: 5px 7px;
}
.month-cal-day.selected .day-num {
  color: #8a6300;
  font-weight: 700;
}
.month-cal-day.booked .day-dot {
  position: absolute;
  bottom: 6px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f7dff;
}
.month-cal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 8px;
  flex-wrap: wrap;
}
.month-cal-status {
  font-size: 13px;
  color: #555;
  flex: 1;
  min-width: 200px;
}
.month-cal-time-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.month-cal-time-row label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
}
.month-cal-time-row input[type="time"] {
  width: 110px;
  padding: 6px 8px;
  font-size: 13px;
}
.month-cal-publish:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.month-cal-day .day-times {
  display: block;
  font-size: 10px;
  color: #1f7a4a;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0.2px;
}
.month-cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #666;
  padding-top: 8px;
  border-top: 1px solid rgba(176, 189, 206, 0.3);
}
.month-cal-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.legend-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.legend-published { background: #e8f5ee; border-color: #2faf6f; }
.legend-booked { background: #fff; position: relative; }
.legend-booked::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2f7dff;
}
.legend-selected { background: #fff4d6; border-color: #e6a800; }
.legend-today { background: #fff; border-color: #2f7dff; border-width: 2px; }
