﻿:root {
  --bg: #020408;
  --surface: #080d14;
  --surface-soft: #101722;
  --text: #ffffff;
  --muted: #d3d9e6;
  --line: rgba(255, 255, 255, 0.16);
  --accent: #c7ff4f;
  --accent-dark: #96d62f;
  --purple: #6f55ff;
  --max-width: 1180px;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --font-ui: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  --font-ar: Tahoma, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: radial-gradient(circle at 70% 0%, rgba(111,85,255,.16), transparent 34%), radial-gradient(circle at 12% 20%, rgba(199,255,79,.08), transparent 28%), var(--bg); color: var(--text); font-family: var(--font-ui); line-height: 1.6; }
body.dialog-open { overflow: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); z-index: 20; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.button, button { overflow-wrap: anywhere; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--accent); color: #090b0e; padding: 10px 16px; }
.skip-link:focus { top: 20px; }

.eyebrow { color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 20px; height: 2px; margin-right: 8px; background: currentColor; vertical-align: middle; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.5rem, 7vw, 6.5rem); letter-spacing: 0; margin-bottom: 28px; }
h1 em { display: block; color: var(--accent); font-style: normal; }
h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); letter-spacing: 0; margin-bottom: 24px; }
h3 { font-size: 1.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--accent); border-radius: 6px; background: var(--accent); color: #090b0e; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #cafc6d; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-full { width: 100%; border: 0; }
.button-outline { background: transparent; color: var(--text); border-color: var(--line); }
.button-outline:hover { color: #090b0e; }
.text-link { font-weight: 700; }
.text-link span { color: var(--accent); margin-left: 8px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; max-width: 700px; }
.section-heading > p { color: var(--muted); max-width: 430px; }

.site-header { height: 78px; position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; background: transparent; box-shadow: none; backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(4,7,12,.86); box-shadow: 0 10px 35px rgba(0,0,0,.2); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; letter-spacing: .06em; line-height: 1.05; }
.brand small { display: block; color: var(--muted); font-family: var(--font-ui); font-size: .54rem; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--accent); color: #080a0d; clip-path: polygon(15% 0,100% 0,85% 100%,0 100%); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 600; }
.nav-links > a:not(.button):hover { color: var(--accent); }
.admin-access-link { padding: 7px 11px; border: 1px solid rgba(183,243,74,.32); border-radius: 999px; color: var(--accent); font-size: .75rem; font-weight: 800; }
.admin-access-link::before { content: "\1F512"; margin-right: 6px; font-size: .68rem; }
.language-button { border: 0; border-left: 1px solid var(--line); padding-left: 24px; background: none; color: var(--muted); }
.account-button { border: 0; background: none; color: var(--text); font-weight: 700; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }

.hero { min-height: 810px; padding-top: 170px; display: flex; align-items: center; background: radial-gradient(circle at 70% 45%, rgba(111,85,255,.12), transparent 32%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-description { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 34px 0 50px; }
.hero-stats { display: flex; gap: 42px; }
.hero-stats div { padding-right: 42px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border: 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font: 700 1.5rem var(--font-display); }
.hero-stats span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 500px; overflow: hidden; }
.visual-card { position: absolute; inset: 25px 0 0; overflow: hidden; perspective: 1000px; }
.screen { position: relative; width: 92%; height: 330px; margin-left: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 10px solid #171b24; border-bottom-width: 22px; border-radius: 18px; background: radial-gradient(circle, rgba(183,243,74,.22), transparent 48%), #090c11; box-shadow: 0 0 80px rgba(183,243,74,.12); transform: rotateY(-8deg) rotateX(2deg); }
.screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.08), transparent 50%); }
.screen-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(183,243,74,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(183,243,74,.13) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, transparent, black); }
.screen-label { z-index: 1; color: var(--accent); font-size: .7rem; letter-spacing: .25em; }
.screen strong { z-index: 1; font: 700 4.8rem var(--font-display); letter-spacing: -.08em; }
.desk-line { width: 100%; height: 18px; margin-top: 48px; background: #151922; box-shadow: 0 25px 45px #000; transform: perspective(500px) rotateX(50deg); }
.controller { position: absolute; right: 70px; bottom: 45px; width: 140px; height: 75px; border-radius: 45% 45% 48% 48%; background: linear-gradient(145deg,#252b36,#0c0f15); transform: rotate(-8deg); box-shadow: var(--shadow); }
.controller::before, .controller::after { content: ""; position: absolute; bottom: -22px; width: 45px; height: 55px; background: #11151d; border-radius: 0 0 25px 25px; }
.controller::before { left: 10px; transform: rotate(12deg); }.controller::after { right: 10px; transform: rotate(-12deg); }
.controller i, .controller b { position: absolute; top: 27px; width: 24px; height: 24px; border-radius: 50%; background: #050608; z-index: 2; }.controller i { left: 34px; }.controller b { right: 30px; }
.availability-pill { position: absolute; left: 0; top: 300px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(13,17,23,.88); font-size: .75rem; backdrop-filter: blur(10px); }
.availability-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }

.stations-section { background: #03060b; }
.filter-row { display: flex; gap: 10px; margin-bottom: 28px; overflow-x: auto; }
.filter-button { white-space: nowrap; padding: 9px 17px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); }
.filter-button.active { background: var(--text); color: #090b0e; }
.station-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.station-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform .25s, border-color .25s; }
.station-card:hover { transform: translateY(-6px); border-color: rgba(183,243,74,.4); }
.station-image { height: 220px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 90%, var(--card-color), transparent 45%), linear-gradient(145deg,#171c25,#090b10); }
.station-image::before { content: ""; width: 130px; height: 90px; border: 6px solid #282e39; border-bottom-width: 13px; border-radius: 7px; background: linear-gradient(145deg, color-mix(in srgb, var(--card-color) 55%, #111), #07090d); box-shadow: 0 0 40px color-mix(in srgb, var(--card-color) 30%, transparent); }
.station-icon { position: absolute; bottom: 38px; font-size: 2.4rem; filter: grayscale(1); }
.station-badge { position: absolute; top: 14px; left: 14px; padding: 5px 9px; border-radius: 5px; background: rgba(7,9,13,.8); color: var(--accent); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.station-body { padding: 24px; }.station-body h3 { margin-bottom: 8px; }.station-body p { min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: .86rem; }
.station-meta { display: flex; justify-content: space-between; align-items: end; padding-top: 18px; border-top: 1px solid var(--line); }.station-meta strong { color: var(--accent); font-size: 1.15rem; }.station-meta small { color: var(--muted); }.station-meta button { border: 0; background: none; color: var(--text); font-weight: 700; }

.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.experience-panel { min-height: 540px; display: grid; place-items: center; position: relative; border-radius: var(--radius); overflow: hidden; background: radial-gradient(circle at center, rgba(111,85,255,.28), transparent 36%), linear-gradient(135deg,#10141c,#080a0e); }
.ambient-ring { width: 270px; height: 270px; border: 1px solid rgba(183,243,74,.25); border-radius: 50%; box-shadow: 0 0 60px rgba(183,243,74,.12), inset 0 0 60px rgba(183,243,74,.08); }
.ambient-ring::before { content: "N"; display: grid; place-items: center; width: 100%; height: 100%; color: rgba(255,255,255,.08); font: 700 13rem var(--font-display); }
.quote-card { position: absolute; left: 30px; right: 30px; bottom: 30px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: rgba(10,13,18,.82); backdrop-filter: blur(14px); }
.quote-card > span { color: var(--accent); font-size: 2rem; }.quote-card p { margin: -15px 0 8px 28px; font-size: .88rem; }.quote-card strong { margin-left: 28px; color: var(--muted); font-size: .72rem; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-list article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.feature-list article > span { color: var(--accent); font: 600 .8rem var(--font-display); }.feature-list h3 { margin-bottom: 7px; }.feature-list p { margin: 0; color: var(--muted); font-size: .88rem; }

.booking-section { background: radial-gradient(circle at 20% 20%,rgba(199,255,79,.12),transparent 30%), linear-gradient(135deg,#03060b,#0a1018 55%,#03060b); color: var(--text); }
.booking-section .eyebrow { color: var(--accent); }.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.booking-copy > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.booking-note { display: flex; gap: 13px; margin-top: 35px; }.booking-note > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #05070a; }.booking-note strong, .booking-note small { display: block; }.booking-note small { color: var(--muted); }
.booking-experience { min-width: 0; }
.booking-panel-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); }
.booking-panel-tabs button { min-height: 44px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: .82rem; font-weight: 900; }
.booking-panel-tabs button.active { background: var(--accent); color: #071008; box-shadow: 0 0 18px rgba(183,243,74,.16); }
.booking-panel-viewport { overflow: hidden; border-radius: var(--radius); touch-action: pan-y; }
.booking-panel-track { display: grid; grid-template-columns: 100% 100%; align-items: stretch; transition: transform .28s ease; }
.booking-experience.show-menu .booking-panel-track { transform: translateX(-100%); }
.booking-swipe-hint { margin: 10px 4px 0; color: var(--muted); font-size: .72rem; text-align: center; }
.booking-card { padding: 36px; border-radius: var(--radius); background: #0a0d12; color: var(--text); box-shadow: var(--shadow); }
.cafe-menu-card { min-width: 0; padding: 36px; border-radius: var(--radius); border: 1px solid rgba(183,243,74,.22); background: radial-gradient(circle at 80% 0,rgba(63,220,255,.1),transparent 30%),#0a0d12; color: var(--text); box-shadow: var(--shadow); }
.cafe-menu-heading { margin-bottom: 18px; }
.cafe-menu-heading h3 { margin: 4px 0 8px; font-size: clamp(1.8rem,4vw,3rem); }
.cafe-menu-heading span,.cafe-menu-note { color: var(--muted); font-size: .86rem; line-height: 1.55; }
.cafe-menu-sections { display: grid; gap: 16px; }
.cafe-menu-category { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.026); }
.cafe-menu-category-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.cafe-menu-category-heading span { color: var(--accent); font: 900 .82rem var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.cafe-menu-category-heading small { color: var(--muted); font-size: .72rem; text-align: right; }
.cafe-menu-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.cafe-menu-grid article { min-width: 0; display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); }
.cafe-menu-grid article.featured { border-color: rgba(183,243,74,.5); background: rgba(183,243,74,.08); }
.cafe-menu-grid img { width: 96px; aspect-ratio: 16 / 11; border-radius: 10px; object-fit: cover; background: #071018; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 30px rgba(0,0,0,.22); }
.cafe-menu-grid article > div { min-width: 0; display: grid; gap: 5px; }
.cafe-menu-grid span { color: var(--accent); font-size: .62rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.cafe-menu-grid strong { font: 900 1.02rem var(--font-display); }
.cafe-menu-grid small { color: var(--muted); font-size: .72rem; line-height: 1.35; }
.cafe-menu-grid b { margin-top: 5px; color: var(--accent); font-size: .92rem; }
.cafe-menu-grid em { justify-self: start; padding: 4px 8px; border: 1px solid rgba(63,220,255,.24); border-radius: 999px; background: rgba(63,220,255,.08); color: #9eefff; font-size: .64rem; font-style: normal; font-weight: 900; line-height: 1; }
.cafe-menu-grid article.featured em { border-color: rgba(183,243,74,.38); background: rgba(183,243,74,.12); color: var(--accent); }
.cafe-menu-note { margin: 18px 0 0; padding: 12px; border: 1px solid rgba(63,220,255,.25); border-radius: 10px; background: rgba(63,220,255,.06); }
.booking-rule { margin: 0 0 18px; padding: 12px 14px; border-left: 3px solid var(--accent); border-radius: 8px; background: rgba(199,255,79,.08); color: var(--muted); font-size: .88rem; }
.booking-mode-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; padding: 5px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); }
.booking-mode-toggle button { min-height: 42px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: .8rem; font-weight: 900; }
.booking-mode-toggle button.active { background: var(--accent); color: #071008; box-shadow: 0 0 18px rgba(183,243,74,.18); }
.booking-payment-mode-wrap { margin: 0 0 16px; padding: 12px; border: 1px solid rgba(103,223,255,.26); border-radius: 10px; background: rgba(0,214,255,.06); }
.booking-payment-mode-wrap > span { display: block; margin-bottom: 8px; color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.booking-payment-mode { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.booking-payment-mode button { min-height: 40px; border: 1px solid var(--line); border-radius: 7px; background: #101722; color: var(--text); font-weight: 900; }
.booking-payment-mode button.active { border-color: var(--accent); background: var(--accent); color: #071008; }
.booking-payment-mode-wrap small { display: block; margin-top: 8px; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.booking-schedule-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.booking-card label { display: block; min-width: 0; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.booking-card input, .booking-card select, .booking-card .booking-fixed-date { width: 100%; min-width: 0; height: 48px; margin: 7px 0 18px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; outline: none; background: #131821; color: white; color-scheme: dark; }.booking-fixed-date { display: flex; align-items: center; text-transform: none; letter-spacing: 0; cursor: default; user-select: none; }.booking-card input:focus, .booking-card select:focus { border-color: var(--accent); }
.booking-card.is-walk-in .booking-schedule-row { grid-template-columns: 1fr; }
.booking-card.is-walk-in .booking-schedule-row label:nth-child(2), .booking-card.is-walk-in .booking-schedule-row label:nth-child(3) { display: none; }
.seat-picker { margin: 4px 0 18px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #0f141d; }.seat-picker-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }.seat-picker-header strong, .seat-picker-header span { display: block; }.seat-picker-header strong { color: var(--text); font: 800 .92rem var(--font-display); }.seat-picker-header span, .seat-picker-header small { color: var(--muted); font-size: .76rem; }.room-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }.room-tabs button { min-height: 54px; padding: 9px; border: 1px solid var(--line); border-radius: 10px; background: #131821; color: var(--text); font-weight: 800; text-align: left; }.room-tabs button small { display: block; color: var(--muted); font-weight: 600; }.room-tabs button.active { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }.floor-plan { display: grid; gap: 12px; min-height: 210px; padding: 14px; border-radius: 14px; background: linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px), linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px), radial-gradient(circle at 50% 50%,rgba(0,214,255,.08),transparent 45%), #080b10; background-size: 24px 24px,24px 24px,auto; overflow: hidden; }.floor-plan.pc-layout { display: block; }.lounge-map { position: relative; display: grid; gap: 12px; padding: 6px 0; }.wall-label { color: rgba(255,255,255,.38); font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-align: center; text-transform: uppercase; }.desk-row { --seat-count: 5; position: relative; display: grid; grid-template-columns: repeat(var(--seat-count), minmax(58px,1fr)); gap: 8px; padding: 13px 11px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)); box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), 0 18px 40px rgba(0,0,0,.25); }.desk-row::before { content: ""; position: absolute; left: 10px; right: 10px; height: 12px; border-radius: 999px; background: linear-gradient(90deg,#171d28,#2a3140,#171d28); box-shadow: 0 0 22px rgba(0,214,255,.12); }.top-row::before { bottom: 4px; }.bottom-row::before { top: 4px; }.center-aisle { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; min-height: 54px; padding: 0 12px; border: 1px solid rgba(0,214,255,.16); border-radius: 16px; color: var(--muted); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; background: linear-gradient(90deg,transparent,rgba(0,214,255,.08),rgba(183,243,74,.08),transparent); }.center-aisle strong { color: var(--accent); font-size: .68rem; }.center-aisle span:last-child { text-align: right; }.seat { border: 0; color: var(--text); }.station-seat { position: relative; display: grid; justify-items: center; gap: 4px; min-height: 112px; padding: 8px 5px 7px; border-radius: 14px; background: rgba(10,14,20,.55); transition: transform .18s, box-shadow .18s, background .18s; }.station-seat:hover { transform: translateY(-2px); background: rgba(183,243,74,.08); }.monitor { position: relative; width: min(54px,90%); height: 32px; border: 4px solid #1d2430; border-bottom-width: 7px; border-radius: 6px; background: radial-gradient(circle at 60% 45%,rgba(0,214,255,.65),transparent 42%), #05070a; box-shadow: 0 0 16px rgba(0,214,255,.2); }.monitor i { position: absolute; left: 50%; bottom: -14px; width: 16px; height: 8px; border-radius: 0 0 4px 4px; background: #1d2430; transform: translateX(-50%); }.keyboard { width: 42px; height: 6px; border-radius: 99px; background: rgba(255,255,255,.18); }.chair { position: relative; width: 38px; height: 34px; border-radius: 12px 12px 16px 16px; background: linear-gradient(180deg,#202838,#0b0f16); border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 8px 0 rgba(0,214,255,.08); }.chair i { position: absolute; left: 50%; bottom: -9px; width: 20px; height: 10px; border-left: 2px solid rgba(255,255,255,.2); border-right: 2px solid rgba(255,255,255,.2); transform: translateX(-50%); }.station-seat strong { font: 900 .82rem var(--font-display); color: var(--accent); line-height: 1; }.seat small { color: var(--muted); font-size: .62rem; line-height: 1; }.bottom-row .station-seat { padding-top: 17px; padding-bottom: 6px; }.bottom-row .monitor { order: 3; }.bottom-row .keyboard { order: 2; }.bottom-row .chair { order: 1; }.bottom-row .station-seat strong { order: 4; }.bottom-row .station-seat small { order: 5; }.seat.selected { background: rgba(183,243,74,.18); box-shadow: 0 0 0 2px var(--accent), 0 0 22px rgba(183,243,74,.18); }.seat.selected .chair { background: linear-gradient(180deg,var(--accent),#7eaa28); border-color: var(--accent); }.seat.selected strong, .seat.selected small { color: var(--accent); }.seat.occupied { background: rgba(255,123,123,.09); color: #ff8a8a; cursor: not-allowed; opacity: .72; }.seat.occupied .monitor { border-color: #33202a; background: radial-gradient(circle at 60% 45%,rgba(255,123,123,.38),transparent 42%), #080608; box-shadow: none; }.seat.occupied .chair { background: #21151a; }.seat.occupied strong, .seat.occupied small { color: #ff8a8a; }.seat-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; color: var(--muted); font-size: .72rem; }.seat-legend span { display: inline-flex; align-items: center; gap: 6px; }.seat-legend i { width: 10px; height: 10px; border-radius: 50%; }.seat-legend .free { background: rgba(183,243,74,.75); }.seat-legend .selected { background: var(--accent); box-shadow: 0 0 0 2px rgba(183,243,74,.22); }.seat-legend .occupied { background: #ff7b7b; }.ps-room-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; width: 100%; }.ps-suite { display: grid; place-items: center; gap: 8px; min-height: 150px; padding: 16px; border: 1px solid rgba(183,243,74,.32); border-radius: 18px; background: linear-gradient(180deg,rgba(183,243,74,.08),rgba(255,255,255,.02)); }.ps-screen { width: 68px; height: 40px; border: 5px solid #1d2430; border-bottom-width: 8px; border-radius: 7px; background: radial-gradient(circle,rgba(111,85,255,.55),transparent 50%),#05070a; }.ps-sofa { width: 74px; height: 28px; border-radius: 16px 16px 10px 10px; background: linear-gradient(180deg,#252d3b,#10151f); border: 1px solid rgba(255,255,255,.12); }.ps-suite strong { font: 900 .9rem var(--font-display); color: var(--text); text-align: center; }.ps-suite.selected { border-color: var(--accent); }.ps-suite.occupied { border-color: rgba(255,123,123,.35); }
.checkbox-label { display: flex !important; align-items: center; gap: 10px; height: 52px; margin: 4px 0 18px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; text-transform: none !important; letter-spacing: 0 !important; }.checkbox-label input { width: auto; height: auto; margin: 0; accent-color: var(--accent); }.checkbox-label strong { margin-left: auto; color: var(--accent); }.checkbox-label.is-disabled { opacity: .52; }.booking-total { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 20px 0; }.booking-total span { color: var(--muted); }.booking-total strong { font: 700 1.5rem var(--font-display); text-align: right; }.booking-card.uses-wallet-balance .booking-total { padding: 14px; border: 1px solid rgba(183,243,74,.42); border-radius: 10px; background: rgba(183,243,74,.09); }.booking-card.uses-wallet-balance .booking-total span { color: var(--accent); font-weight: 900; }.booking-card.uses-wallet-balance .booking-total strong { font-size: 1.22rem; color: var(--accent); }.form-message { min-height: 22px; margin: 12px 0 0; color: var(--accent); text-align: center; font-size: .82rem; }
.payment-status-card { margin-top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.06); color: var(--text); }.payment-status-card strong { display: block; font: 800 .86rem var(--font-display); letter-spacing: .08em; text-transform: uppercase; }.payment-status-card p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; }.payment-status-card.success { border-color: rgba(199,255,79,.45); background: rgba(199,255,79,.08); }.payment-status-card.pending { background: rgba(255,255,255,.08); }.payment-status-card.failed { background: rgba(255,90,90,.12); }
.booking-helper { margin: -4px 0 16px; color: var(--muted); font-size: .8rem; }
.booking-wallet-inline-note { display: grid; gap: 8px; margin: -4px 0 16px; padding: 13px; border: 1px solid rgba(63,220,255,.38); border-radius: 10px; background: linear-gradient(145deg,rgba(63,220,255,.1),rgba(183,243,74,.045)); color: #dff8ff; font-size: .8rem; font-weight: 800; line-height: 1.45; }
.booking-wallet-inline-note[hidden] { display: none; }
.booking-wallet-inline-note div { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-width: 0; }
.booking-wallet-inline-note span { color: #3fdcff; font-size: .62rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.booking-wallet-inline-note strong { color: var(--text); text-align: right; overflow-wrap: anywhere; }
.booking-wallet-inline-note p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.4; }
.booking-wallet-inline-note.is-active { border-color: rgba(183,243,74,.55); background: linear-gradient(145deg,rgba(183,243,74,.13),rgba(63,220,255,.055)); }
.booking-wallet-inline-note.is-active span { color: var(--accent); }
.booking-bundle-summary { display: grid; gap: 4px; margin: -6px 0 16px; padding: 12px 13px; border: 1px solid rgba(183,243,74,.28); border-radius: 11px; background: rgba(183,243,74,.07); }
.booking-bundle-summary span,.booking-bundle-summary strong,.booking-bundle-summary small { display: block; min-width: 0; overflow-wrap: anywhere; }
.booking-bundle-summary span { color: var(--accent); font-size: .62rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.booking-bundle-summary strong { color: var(--text); font: 900 .96rem var(--font-display); line-height: 1.25; }
.booking-bundle-summary small { color: var(--muted); font-size: .72rem; line-height: 1.35; }
.booking-bundle-summary.wallet { border-color: rgba(63,220,255,.42); background: rgba(63,220,255,.08); }
.booking-bundle-summary.wallet span { color: #3fdcff; }
.floor-plan-scroll-hint { display: none; }
.single-row-map { align-content: start; }
.single-row-map .single-desk-row { margin-bottom: 0; }
.single-row-map .compact-aisle { min-height: 46px; }
.face-to-face-map .top-row .station-seat { padding-top: 17px; padding-bottom: 6px; }
.face-to-face-map .top-row .monitor { order: 3; }
.face-to-face-map .top-row .keyboard { order: 2; }
.face-to-face-map .top-row .chair { order: 1; }
.face-to-face-map .top-row .station-seat strong { order: 4; }
.face-to-face-map .top-row .station-seat small { order: 5; }
.face-to-face-map .bottom-row .station-seat { padding-top: 8px; padding-bottom: 7px; }
.face-to-face-map .bottom-row .monitor { order: 1; }
.face-to-face-map .bottom-row .keyboard { order: 2; }
.face-to-face-map .bottom-row .chair { order: 3; }
.face-to-face-map .bottom-row .station-seat strong { order: 4; }
.face-to-face-map .bottom-row .station-seat small { order: 5; }
.face-to-face-map .top-row::before,
.face-to-face-map .bottom-row::before {
  display: none;
}
.face-to-face-map .rear-aisle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(0,214,255,.14);
  border-radius: 14px;
  color: var(--muted);
  font-size: .56rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: linear-gradient(90deg, transparent, rgba(0,214,255,.06), rgba(183,243,74,.06), transparent);
}
.face-to-face-map .rear-aisle strong {
  color: var(--accent);
  font-size: .64rem;
}
.face-to-face-map .rear-aisle span:last-child {
  text-align: right;
}
.face-to-face-map .face-to-face-gap {
  min-height: 16px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.34);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.face-to-face-map .face-to-face-gap strong {
  opacity: .5;
}
.booking-helper.is-closed { position: relative; margin: 0 0 18px; padding: 14px 16px 14px 44px; border: 1px solid rgba(255,123,123,.65); border-radius: 9px; background: rgba(255,123,123,.12); color: #ffd1d1; font-size: .9rem; font-weight: 800; line-height: 1.45; box-shadow: 0 0 0 3px rgba(255,123,123,.06); }
.booking-helper.is-closed::before { content: "!"; position: absolute; left: 14px; top: 50%; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #ff7b7b; color: #160606; font-size: .78rem; font-weight: 950; transform: translateY(-50%); }

.trust-section { background: #03060b; }.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.trust-card { min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg,rgba(199,255,79,.08),transparent 45%), var(--surface); }.trust-card > span { color: var(--accent); font: 800 .76rem var(--font-display); letter-spacing: .12em; }.trust-card h3 { margin: 30px 0 10px; }.trust-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.games-section { background: radial-gradient(circle at 85% 12%,rgba(111,85,255,.11),transparent 28%),#05080d; }.game-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: -12px 0 34px; }.game-filter { min-height: 42px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: var(--muted); font-size: .76rem; font-weight: 850; }.game-filter:hover,.game-filter.active { border-color: var(--accent); background: var(--accent); color: #071008; }.game-library { display: grid; gap: 54px; }.game-platform-section { min-width: 0; }.game-platform-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }.game-platform-heading > div { display: flex; align-items: center; gap: 11px; }.game-platform-heading > div > span { display: grid; place-items: center; min-width: 42px; height: 28px; padding: 0 8px; border: 1px solid rgba(183,243,74,.42); border-radius: 6px; color: var(--accent); font: 850 .7rem var(--font-display); }.game-platform-heading h3 { margin: 0; font-size: 1.45rem; }.game-platform-heading small { color: var(--muted); font-size: .75rem; }.game-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }.game-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),#0a0e15; transition: transform .22s,border-color .22s,box-shadow .22s; }.game-card:hover { transform: translateY(-5px); border-color: rgba(183,243,74,.5); box-shadow: 0 18px 38px rgba(0,0,0,.35); }.game-cover { position: relative; height: 270px; aspect-ratio: 2 / 3; overflow: hidden; background: #111722; }.game-cover::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,#0a0e15); pointer-events: none; }.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }.game-card:hover .game-cover img { transform: scale(1.035); }.game-number { position: absolute; z-index: 1; top: 10px; left: 10px; display: grid; place-items: center; width: 34px; height: 28px; border-radius: 6px; background: rgba(5,8,13,.82); color: var(--accent); font: 800 .72rem var(--font-display); backdrop-filter: blur(8px); }.game-card-body { min-height: 112px; padding: 14px; }.game-platform { display: inline-flex; margin-bottom: 8px; padding: 3px 7px; border-radius: 99px; color: #071008; font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.game-platform-pc { background: var(--accent); }.game-platform-playstation { background: #67dfff; }.game-card h3 { min-height: 2.5em; margin: 0 0 7px; font-size: .92rem; line-height: 1.25; }.game-card small { color: var(--muted); font-size: .67rem; }
.game-card { position: relative; min-height: 340px; aspect-ratio: 2 / 3; background: #0a0e15; }.game-cover { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }.game-cover::after { z-index: 1; inset: 34% 0 0; background: linear-gradient(to bottom,transparent 0%,rgba(5,8,13,.3) 24%,rgba(5,8,13,.94) 73%,#05080d 100%); }.game-number { z-index: 2; }.game-card-body { position: absolute; z-index: 3; inset: auto 0 0; min-height: 0; padding: 18px 15px 16px; }.game-card h3 { min-height: 0; margin-bottom: 7px; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.9); }.game-card small { color: rgba(255,255,255,.76); }

.location-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }.map-card { min-height: 470px; position: relative; overflow: hidden; border-radius: var(--radius); background: #151b1a; }.map-lines { position: absolute; inset: -30%; opacity: .35; background-image: linear-gradient(35deg,transparent 48%,#73827b 49%,#73827b 51%,transparent 52%),linear-gradient(-25deg,transparent 47%,#73827b 48%,#73827b 50%,transparent 51%); background-size: 100px 80px,140px 110px; transform: rotate(10deg); }.map-pin { position: absolute; left: 52%; top: 45%; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50% 50% 50% 0; background: var(--accent); color: #080a0d; font: 700 1.2rem var(--font-display); transform: rotate(-45deg); box-shadow: 0 0 0 12px rgba(183,243,74,.12); }.map-pin::first-letter { transform: rotate(45deg); }.contact-item { display: flex; gap: 18px; margin: 26px 0; }.contact-item > span { color: var(--accent); }.contact-item strong { display: block; }.contact-item p { margin: 2px 0 0; color: var(--muted); }.location-copy .button { margin-top: 10px; }
.footer { padding: 70px 0 24px; border-top: 1px solid var(--line); background: #05070a; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 55px; }.footer-grid > div > p { color: var(--muted); }.footer-grid > div > strong { display: block; margin-bottom: 15px; font-size: .8rem; }.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: var(--muted); font-size: .82rem; }.newsletter-form { display: flex; border-bottom: 1px solid var(--line); }.newsletter-form input { min-width: 0; flex: 1; border: 0; padding: 10px 0; outline: 0; background: none; color: white; }.newsletter-form button { border: 0; background: none; color: var(--accent); font-size: 1.3rem; }.footer-grid small { color: var(--accent); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: #616978; font-size: .7rem; }
.footer-grid > div > a.footer-admin-link { margin-top: 14px; color: var(--accent); font-weight: 800; }

.account-dialog { width: min(calc(100% - 30px), 520px); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #0b0f15; color: var(--text); box-shadow: var(--shadow); }
.account-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }.account-dialog h2 { font-size: 2.3rem; }.dialog-close { position: absolute; top: 16px; right: 18px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: none; color: white; }.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; border-bottom: 1px solid var(--line); }.auth-tabs button { padding: 12px; border: 0; border-bottom: 2px solid transparent; background: none; color: var(--muted); }.auth-tabs button.active { border-color: var(--accent); color: var(--text); }.auth-form label { display: block; margin-bottom: 15px; color: var(--muted); font-size: .78rem; font-weight: 700; }.auth-form input { width: 100%; height: 48px; margin-top: 7px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; outline: 0; background: #131821; color: white; }.auth-form input:focus { border-color: var(--accent); }.auth-form .form-message { color: var(--accent); text-align: center; }.account-email { margin-top: -15px; color: var(--muted); }.booking-history { display: grid; gap: 12px; max-height: 360px; margin: 16px 0 24px; overflow-y: auto; }.history-card { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }.history-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }.history-card strong, .history-card span { display: block; }.history-card span { color: var(--muted); font-size: .78rem; }.history-card small { color: var(--accent); }.status-pill { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; border: 1px solid var(--line); font-size: .66rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.status-paid { border-color: rgba(183,243,74,.45); color: var(--accent) !important; background: rgba(183,243,74,.08); }.status-pending { color: #ffd166 !important; background: rgba(255,209,102,.08); }.status-failed, .status-expired { color: #ff7b7b !important; background: rgba(255,123,123,.08); }.delivery-note { margin: 10px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }.payment-resume-button, .extend-stay-button { display: inline-flex; justify-content: center; align-items: center; min-height: 38px; margin-top: 12px; padding: 0 14px; border-radius: 8px; background: var(--accent); color: #071008; font-weight: 800; font-size: .8rem; border: 0; }.extend-stay-button { background: transparent; color: var(--accent); border: 1px solid rgba(183,243,74,.4); margin-left: 0; }.extension-row { display: grid; grid-template-columns: minmax(120px, .8fr) 1fr; gap: 8px; align-items: end; margin-top: 12px; }.extension-row select { min-height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #131821; color: var(--text); }.extension-row .extend-stay-button { margin-top: 0; }.empty-history { color: var(--muted); }
.auth-consent { display: flex !important; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); line-height: 1.45; }.auth-consent[hidden] { display: none !important; }.auth-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--accent); }.auth-consent span { flex: 1; }
.status-cancelled { color: #ffd166 !important; background: rgba(255,209,102,.08); }
.status-refunded { color: #67dfff !important; background: rgba(103,223,255,.08); }
.extension-message { min-height: 18px; margin: 7px 0 0; color: #ff9b9b; font-size: .72rem; text-align: center; }
.verification-box { margin: 18px 0; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #111721; color: var(--muted); font-size: .86rem; }.verification-box.verified { border-color: rgba(183,243,74,.45); color: var(--accent); }.verification-box button { margin-top: 10px; min-height: 38px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--text); padding: 0 12px; }
.email-change-form { margin-top: 12px; }.email-change-form label { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; }.email-change-form input { width: 100%; height: 44px; margin-top: 7px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: #131821; color: var(--text); }.email-change-form input:focus { border-color: var(--accent); outline: 0; }
.password-toggle { width: 100%; min-height: 40px; margin: -3px 0 15px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--text); font-weight: 700; }.password-toggle:hover { border-color: var(--accent); color: var(--accent); }.password-toggle[aria-pressed="true"] { border-color: rgba(183,243,74,.45); color: var(--accent); }.qr-resend-button { width: 100%; min-height: 38px; margin-top: 12px; padding: 0 14px; border: 1px solid rgba(183,243,74,.4); border-radius: 8px; background: transparent; color: var(--accent); font-weight: 800; font-size: .8rem; }.qr-resend-button:disabled, .verification-box button:disabled { cursor: not-allowed; opacity: .58; }.qr-request-message { min-height: 18px; margin: 7px 0 0; color: var(--accent); text-align: center; font-size: .72rem; }
.forgot-password-button { display: block; width: 100%; margin: -4px 0 14px; padding: 7px; border: 0; background: transparent; color: var(--muted); text-align: center; font-weight: 700; }.forgot-password-button:hover { color: var(--accent); }.forgot-password-view h3 { margin: 24px 0 8px; font-size: 1.45rem; }.forgot-password-view > p { margin: 0 0 22px; color: var(--muted); line-height: 1.6; }.forgot-password-view .button:disabled { cursor: not-allowed; opacity: .6; }
.profile-avatar { position: relative; display: grid; place-items: center; width: 78px; height: 78px; margin: 4px 0 18px; overflow: hidden; border: 2px solid rgba(183,243,74,.55); border-radius: 50%; background: radial-gradient(circle at 30% 25%,rgba(183,243,74,.25),rgba(111,85,255,.22) 55%,#111721); color: var(--accent); font: 800 1.8rem var(--font-display); box-shadow: 0 0 30px rgba(183,243,74,.1); }.profile-avatar img { width: 100%; height: 100%; object-fit: cover; }.profile-details { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }.profile-details span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); color: var(--muted); font-size: .7rem; }.profile-details p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }.profile-favorites { margin: 14px 0; }.profile-favorites > strong { display: block; margin-bottom: 8px; color: var(--text); font-size: .74rem; }.profile-favorites > div { display: flex; flex-wrap: wrap; gap: 5px; }.profile-favorites span { padding: 5px 7px; border-radius: 5px; background: rgba(183,243,74,.1); color: var(--accent); font-size: .62rem; font-weight: 800; }.account-profile #editProfileButton { margin: 14px 0 4px; }
.profile-dialog { width: min(calc(100% - 32px),780px); max-height: 90vh; padding: 34px; overflow: auto; border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 10% 0,rgba(183,243,74,.08),transparent 28%),#0b0f15; color: var(--text); }.profile-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }.profile-dialog h2 { margin-bottom: 26px; font-size: clamp(2rem,5vw,3rem); }.profile-picture-editor { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }.profile-avatar-large { flex: 0 0 auto; width: 104px; height: 104px; margin: 0; font-size: 2.4rem; }.profile-picture-editor > div:last-child { display: grid; justify-items: start; gap: 7px; }.profile-upload-button { display: inline-flex; align-items: center; min-height: 38px; padding: 0 13px; border-radius: 7px; background: var(--accent); color: #071008; font-size: .76rem; font-weight: 900; cursor: pointer; }.profile-picture-editor button { padding: 4px 0; border: 0; background: none; color: #ff9b9b; font-weight: 700; }.profile-picture-editor small { color: var(--muted); font-size: .66rem; }.profile-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.profile-form label { color: var(--muted); font-size: .72rem; font-weight: 800; }.profile-form input,.profile-form select { width: 100%; height: 48px; margin-top: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 7px; outline: 0; background: #131821; color: var(--text); }.profile-form input:focus,.profile-form select:focus { border-color: var(--accent); }.favorite-games-fieldset { margin: 24px 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; }.favorite-games-fieldset legend { padding: 0 8px; color: var(--text); font: 700 1rem var(--font-display); }.favorite-games-fieldset > p { margin: 0 0 14px; color: var(--muted); font-size: .72rem; }.favorite-game-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; max-height: 260px; overflow-y: auto; }.favorite-game-choice { position: relative; }.favorite-game-choice input { position: absolute; opacity: 0; pointer-events: none; }.favorite-game-choice span { display: flex; align-items: center; min-height: 42px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); color: var(--muted); font-size: .72rem; cursor: pointer; }.favorite-game-choice input:checked + span { border-color: var(--accent); background: rgba(183,243,74,.12); color: var(--accent); box-shadow: inset 3px 0 var(--accent); }
@media (max-width:600px) { .profile-dialog { padding: 28px 18px; }.profile-picture-editor { align-items: flex-start; }.profile-avatar-large { width: 82px; height: 82px; }.profile-field-grid,.favorite-game-options { grid-template-columns: 1fr; } }
.crop-dialog { width: min(calc(100% - 32px),610px); max-height: 92vh; padding: 34px; overflow: auto; border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 50% 0,rgba(111,85,255,.13),transparent 32%),#0b0f15; color: var(--text); }.crop-dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(7px); }.crop-dialog h2 { margin: 7px 0; font-size: clamp(2rem,6vw,3rem); }.crop-dialog > p:not(.eyebrow) { margin: 0 0 20px; color: var(--muted); }.crop-canvas-wrap { position: relative; width: min(100%,440px); margin: 0 auto; overflow: hidden; border: 2px solid var(--accent); border-radius: 50%; background: #111721; box-shadow: 0 0 0 8px rgba(183,243,74,.06),0 20px 50px rgba(0,0,0,.35); }.crop-canvas-wrap canvas { display: block; width: 100%; aspect-ratio: 1; cursor: grab; touch-action: none; }.crop-canvas-wrap canvas:active { cursor: grabbing; }.crop-zoom-label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; margin: 24px 0; color: var(--text); font-weight: 800; }.crop-zoom-label input { width: 100%; accent-color: var(--accent); }.crop-actions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; }.crop-actions .button { width: 100%; }.crop-actions .button-outline { background: transparent; color: var(--text); border: 1px solid var(--line); }@media (max-width:600px) { .crop-dialog { padding: 28px 18px; }.crop-actions { grid-template-columns: 1fr; } }
@media (min-width:701px) {
  .profile-dialog { width: min(calc(100% - 30px),1120px); max-height: calc(100vh - 24px); padding: 24px 28px; overflow: hidden; }
  .profile-dialog h2 { margin: 4px 0 14px; font-size: clamp(2rem,4vw,2.75rem); line-height: 1.05; }
  .profile-form { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .profile-picture-editor { min-height: 94px; margin: 0; padding: 12px 16px; }
  .profile-avatar-large { width: 76px; height: 76px; }
  .profile-picture-editor > div:last-child { grid-template-columns: auto auto; align-items: center; column-gap: 14px; }
  .profile-picture-editor small { grid-column: 1 / -1; }
  .profile-field-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
  .profile-form input,.profile-form select { height: 42px; margin-top: 5px; }
  .favorite-games-fieldset { margin: 0; padding: 12px 14px 14px; }
  .favorite-games-fieldset > p { margin-bottom: 8px; }
  .favorite-game-options { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; max-height: none; overflow: visible; }
  .favorite-game-choice span { min-height: 34px; padding: 5px 9px; font-size: .66rem; line-height: 1.15; }
  .profile-form #saveProfileButton { min-height: 44px; }
  .profile-form #profileMessage { position: absolute; left: 28px; right: 28px; bottom: 3px; margin: 0; pointer-events: none; }
}
@media (min-width:701px) and (max-width:900px) {
  .profile-dialog { padding: 20px 22px; }
  .profile-field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .favorite-game-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .favorite-game-choice span { min-height: 31px; padding: 4px 8px; }
  .profile-picture-editor { min-height: 82px; padding: 9px 12px; }
  .profile-avatar-large { width: 66px; height: 66px; }
}
.account-profile #editProfileButton { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border: 1px solid var(--accent); background: linear-gradient(135deg,var(--accent),#9ee92f); color: #071008; font-weight: 900; box-shadow: 0 8px 24px rgba(183,243,74,.16); }.account-profile #editProfileButton span { font-size: 1.15rem; line-height: 1; }.account-profile #editProfileButton:hover { transform: translateY(-1px); box-shadow: 0 11px 30px rgba(183,243,74,.25); filter: brightness(1.04); }
@media (min-width:701px) {
  .account-dialog { max-height: calc(100vh - 30px); overflow: hidden; }
  .account-dialog #signedInView:not([hidden]) { height: min(750px,calc(100vh - 30px)); overflow: hidden; }
  .account-profile { position: relative; min-height: 0; height: 100%; padding: 24px 32px; overflow: hidden; }
  .account-profile .eyebrow { margin-bottom: 8px; }
  .account-profile .profile-avatar { width: 64px; height: 64px; margin: 0 0 10px; font-size: 1.45rem; }
  .account-profile h2 { margin: 0 0 5px; font-size: clamp(1.8rem,3vw,2.25rem); line-height: 1.05; }
  .account-profile .account-email { margin: 0; }
  .account-profile .profile-details { margin: 11px 0; }
  .account-profile .profile-favorites { margin: 10px 0; }
  .account-profile #editProfileButton { min-height: 44px; margin: 10px 0 3px; }
  .account-profile .verification-box { margin: 12px 0; padding: 11px 13px; }
  .account-profile .account-summary { margin: 12px 0; padding: 12px 14px; }
  .account-profile .button-full#logoutButton { min-height: 42px; margin-top: 12px; }
  .account-bookings-panel { display: flex; min-height: 0; padding: 28px 32px; overflow: hidden; flex-direction: column; }
  .account-dialog .account-panel-heading { min-height: 42px; padding-right: 54px; }
  .account-dialog .account-panel-heading span { max-width: calc(100% - 150px); }
  .account-bookings-panel .booking-history { min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
}
html[dir="rtl"] .account-dialog .account-panel-heading { padding-right: 0; padding-left: 54px; }
html[dir="rtl"] .account-dialog > .dialog-close,html[dir="rtl"] .profile-dialog > .dialog-close,html[dir="rtl"] .crop-dialog > .dialog-close { right: auto; left: 18px; }
@media (min-width:701px) and (max-height:720px) {
  .account-profile { padding-top: 18px; padding-bottom: 18px; }
  .account-profile .profile-avatar { width: 54px; height: 54px; }
  .account-profile .profile-details,.account-profile .profile-favorites { margin: 7px 0; }
  .account-profile .verification-box,.account-profile .account-summary { margin: 8px 0; padding: 9px 12px; }
  .account-profile #editProfileButton,.account-profile .button-full#logoutButton { min-height: 38px; margin-top: 7px; }
}
.verification-code-row { display: grid; grid-template-columns: minmax(0,1fr) max-content; gap: 8px; margin-top: 12px; }.verification-code-row input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: #0b0f15; color: var(--text); font-size: 1.1rem; font-weight: 800; letter-spacing: .18em; text-align: center; }.verification-code-row input:focus { border-color: var(--accent); outline: 0; }.verification-code-row button { min-width: 82px; margin-top: 0; padding: 0 14px; background: var(--accent); color: #071008; font-weight: 800; white-space: nowrap; word-break: normal; }
.account-summary { display: grid; gap: 3px; margin: 18px 0; padding: 15px; border: 1px solid rgba(199,255,79,.22); border-radius: 12px; background: linear-gradient(135deg,rgba(199,255,79,.1),rgba(255,255,255,.03)); }.account-summary span { color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.account-summary strong { font: 800 1rem var(--font-display); }.account-summary small { color: var(--muted); }.history-card { position: relative; overflow: hidden; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02)), var(--surface); }.history-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--accent); opacity: .75; }.history-card-pending::before { background: #ffd166; }.history-card-failed::before, .history-card-expired::before { background: #ff7b7b; }.history-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 12px 0; }.history-meta span { padding: 8px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: rgba(255,255,255,.03); }.history-meta b { display: block; margin-bottom: 2px; color: var(--accent); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }.empty-history { display: grid; gap: 5px; padding: 18px; border: 1px dashed rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.03); }.empty-history strong { color: var(--text); }.empty-history span { color: var(--muted); font-size: .82rem; }
.history-card-cancelled::before { background: #ffd166; }
.history-card-refunded::before { background: #67dfff; }
.account-dialog { width: min(calc(100% - 32px), 860px); max-height: min(88vh, 760px); overflow: auto; padding: 0; }.account-dialog #signedOutView { padding: 38px; }.account-dialog #signedInView:not([hidden]) { display: grid; grid-template-columns: minmax(260px,.85fr) minmax(360px,1.15fr); gap: 0; }.account-profile { position: sticky; top: 0; align-self: start; min-height: 100%; padding: 38px 32px; border-right: 1px solid var(--line); background: radial-gradient(circle at 20% 10%,rgba(199,255,79,.08),transparent 35%),#0b0f15; }.account-bookings-panel { padding: 38px 32px; background: #080c12; }.account-panel-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }.account-panel-heading h3 { margin: 0; }.account-panel-heading span { color: var(--muted); font-size: .72rem; text-align: right; }.booking-history { max-height: none; margin: 0; padding-right: 4px; }.history-card { padding: 20px; border-radius: 16px; }.history-card + .history-card { margin-top: 14px; }.payment-resume-button, .extend-stay-button { width: 100%; }.extension-row { grid-template-columns: 1fr; }.extension-row select { width: 100%; }.account-profile .button-full { margin-top: 18px; }
.payment-result-dialog { width: min(calc(100% - 32px), 460px); padding: 38px; border: 1px solid rgba(199,255,79,.28); border-radius: var(--radius); background: radial-gradient(circle at 50% 0,rgba(199,255,79,.14),transparent 38%),#0b0f15; color: var(--text); text-align: center; box-shadow: var(--shadow); }.payment-result-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(5px); }.payment-result-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; background: var(--accent); color: #071008; font: 900 2rem var(--font-display); box-shadow: 0 0 34px rgba(199,255,79,.22); }.payment-result-icon.failed { background: #ff7b7b; }.payment-result-dialog h2 { margin-bottom: 12px; font-size: 2.4rem; }.payment-result-dialog p:not(.eyebrow) { margin: 0 0 24px; color: var(--muted); }

@media (min-width: 901px) {
  .booking-section { display: flex; align-items: center; min-height: 100vh; padding: 34px 0; }
  .booking-copy { display: none; }
  .booking-layout { display: block; }
  .booking-card { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(350px,.85fr); grid-template-areas: "rule mode" "seats schedule" "seats helper" "seats wallet" "seats summary" "seats payment" "seats phone" "seats snacks" "seats total" "seats submit" "seats message"; gap: 9px 24px; width: 100%; padding: 24px 28px; }
  .booking-card > #bookingStation { position: absolute; }
  .booking-rule { grid-area: rule; margin: 0 0 3px; padding: 9px 12px; font-size: .78rem; }
  .booking-mode-toggle { grid-area: mode; align-self: center; justify-self: stretch; margin: 0; }
  .booking-schedule-row { grid-area: schedule; align-self: end; gap: 8px; }
  .booking-helper { grid-area: helper; margin: -2px 0 4px; line-height: 1.4; }
  .booking-wallet-inline-note { grid-area: wallet; margin: 0; }
  .booking-payment-mode-wrap { grid-area: payment; margin: 0; }
  .booking-bundle-summary { grid-area: summary; margin: 0; }
  .seat-picker { grid-area: seats; align-self: stretch; margin: 0; padding: 15px; }
  .booking-phone-field { grid-area: phone; }
  .checkbox-label { grid-area: snacks; margin: 0 !important; }
  .booking-total { grid-area: total; margin: 2px 0; }
  .booking-submit { grid-area: submit; align-self: end; }
  #formMessage { grid-area: message; margin: 0; }
  .booking-card input,.booking-card select { height: 44px; margin: 5px 0 4px; }
  .booking-card .floor-plan { min-height: 0; padding: 10px; }
  .booking-card .room-tabs { margin-bottom: 10px; }
  .booking-card .station-seat { min-height: 94px; }
  .booking-card .center-aisle { min-height: 44px; }
  .booking-card .seat-legend { margin-top: 9px; }
}

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .section { padding: 85px 0; }.menu-button { display: block; }.nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px; background: #090c11; border-bottom: 1px solid var(--line); flex-direction: column; }.nav-links.open { display: flex; }.language-button { border: 0; padding: 0; }
  .hero { padding-top: 140px; }.hero-grid, .experience-grid, .booking-layout, .location-grid { grid-template-columns: 1fr; }.hero-grid { gap: 15px; }.hero-visual { min-height: 440px; }.visual-card { inset-inline: 0; }.screen { width: min(92%,620px); margin-inline: auto; }.station-grid, .event-grid, .trust-grid { grid-template-columns: repeat(2,1fr); }.experience-grid, .booking-layout, .location-grid { gap: 50px; }.section-heading { display: block; }.footer-grid { grid-template-columns: repeat(2,1fr); }
  .account-dialog #signedInView:not([hidden]) { grid-template-columns: 1fr; }.account-profile { position: static; border-right: 0; border-bottom: 1px solid var(--line); }.account-bookings-panel { padding-top: 28px; }
  .game-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.game-cover { height: auto; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px),var(--max-width)); }.section { padding: 70px 0; } h1 { font-size: 3.25rem; }.hero { min-height: auto; }.hero-actions, .hero-stats { align-items: flex-start; flex-direction: column; }.hero-stats { gap: 16px; }.hero-stats div { border: 0; padding: 0; }.hero-visual { min-height: 350px; }.visual-card { inset-top: 8px; }.screen { width: 100%; height: 230px; }.screen strong { font-size: 3.4rem; }.desk-line { margin-top: 34px; }.availability-pill { left: 12px; top: 205px; }.controller { display: none; }.station-grid, .event-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }.booking-card,.cafe-menu-card { padding: 24px 18px; }.cafe-menu-grid { grid-template-columns: 1fr; }.booking-schedule-row { grid-template-columns: 1fr; gap: 10px; }.booking-schedule-row label { font-size: .68rem; letter-spacing: .04em; }.booking-schedule-row input, .booking-schedule-row select, .booking-schedule-row .booking-fixed-date { height: 46px; padding: 0 12px; font-size: .84rem; }.map-card { min-height: 350px; }.map-lines { inset: -12%; background-size: 82px 64px,112px 88px; }.footer-bottom { gap: 10px; flex-direction: column; }
  .seat-picker { padding: 12px; }.seat-picker-header { display: block; }.seat-legend { display: flex; }.room-tabs { display: flex; gap: 5px; }.room-tabs button { flex: 1 1 0; min-width: 0; padding: 7px 3px; font-size: .66rem; }.room-tabs button small { font-size: .55rem; }.floor-plan { display: block; overflow: hidden; padding: 9px 5px; }.lounge-map { min-width: 0; gap: 8px; }.desk-row { display: flex; gap: 4px; padding: 10px 4px 13px; }.desk-row .seat { flex: 1 1 0; min-width: 0; }.station-seat { min-height: 88px; padding: 6px 2px 5px; border-radius: 9px; }.monitor { width: 36px; max-width: 86%; height: 24px; border-width: 3px; border-bottom-width: 5px; }.monitor i { bottom: -11px; width: 12px; height: 6px; }.keyboard { width: 28px; height: 4px; }.chair { width: 27px; height: 25px; border-radius: 8px 8px 11px 11px; }.chair i { bottom: -6px; width: 14px; height: 7px; }.station-seat strong { font-size: .68rem; }.seat small { font-size: .5rem; }.bottom-row .station-seat { padding-top: 12px; }.center-aisle { grid-template-columns: 1fr auto 1fr; min-height: 42px; padding: 0 5px; gap: 4px; }.center-aisle span, .center-aisle strong { font-size: .48rem; }.center-aisle span:last-child { text-align: right; }.ps-room-grid { display: flex; gap: 5px; min-width: 0; }.ps-room-grid .seat { flex: 1 1 0; min-width: 0; min-height: 104px; padding: 8px 3px; border-radius: 10px; }.ps-screen { width: 42px; max-width: 80%; height: 27px; border-width: 3px; border-bottom-width: 5px; }.ps-sofa { width: 46px; max-width: 82%; height: 20px; }.ps-suite strong { font-size: .63rem; }.account-dialog #signedOutView, .account-profile, .account-bookings-panel { padding: 28px 20px; }.history-meta, .extension-row { grid-template-columns: 1fr; }.account-panel-heading { display: block; }.account-panel-heading span { display: block; margin-top: 4px; text-align: left; }
  .game-filters { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin-bottom: 26px; }.game-filter { min-width: 0; padding: 0 5px; font-size: .64rem; }.game-library { gap: 40px; }.game-platform-heading { align-items: center; }.game-platform-heading h3 { font-size: 1.05rem; }.game-platform-heading small { font-size: .64rem; }.game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.game-card-body { min-height: 103px; padding: 11px; }.game-card h3 { font-size: .8rem; }.game-cover { height: auto; }.game-number { top: 7px; left: 7px; width: 30px; height: 25px; }.game-card small { font-size: .61rem; }
  .game-card { min-height: 0; }.game-cover { height: 100%; }.game-card-body { min-height: 0; padding: 13px 11px; }
}

html[dir="rtl"] body { font-family: var(--font-ui); }.language-button { padding-right: 24px; padding-left: 0; border-left: 0; border-right: 1px solid var(--line); }
html[lang="ar"] body { font-family: var(--font-ar); line-height: 1.75; }
html[lang="ar"] h1,html[lang="ar"] h2,html[lang="ar"] h3,html[lang="ar"] .button,html[lang="ar"] button { font-family: var(--font-ar); letter-spacing: 0; }
html[lang="ar"] .eyebrow,
html[lang="ar"] .brand small,
html[lang="ar"] .hero-stats span,
html[lang="ar"] .screen-label,
html[lang="ar"] .station-badge,
html[lang="ar"] .booking-card label,
html[lang="ar"] .wall-label,
html[lang="ar"] .center-aisle,
html[lang="ar"] .status-pill,
html[lang="ar"] .account-summary span,
html[lang="ar"] .history-meta b,
html[lang="ar"] .admin-login-card label,
html[lang="ar"] .admin-toolbar label,
html[lang="ar"] .admin-stats span,
html[lang="ar"] .admin-live-card small,
html[lang="ar"] .admin-arrival,
html[lang="ar"] .admin-field-label,
html[lang="ar"] .owner-report-card span,
html[lang="ar"] .favorite-station-card span {
  letter-spacing: 0;
  text-transform: none;
}
html[dir="rtl"] .language-button { padding-left: 24px; padding-right: 0; border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .station-body,html[dir="rtl"] .room-tabs button,html[dir="rtl"] .admin-room-filters button,html[dir="rtl"] .admin-booking-card,html[dir="rtl"] .admin-live-card { text-align: right; }
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .booking-copy,
html[dir="rtl"] .location-copy,
html[dir="rtl"] .footer-grid {
  text-align: right;
}
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .hero-stats,
html[dir="rtl"] .booking-note,
html[dir="rtl"] .contact-item,
html[dir="rtl"] .newsletter-form {
  direction: rtl;
}
html[dir="rtl"] .text-link span {
  margin-right: 8px;
  margin-left: 0;
}
html[dir="rtl"] .booking-helper.is-closed { padding: 14px 44px 14px 16px; }
html[dir="rtl"] .booking-helper.is-closed::before { right: 14px; left: auto; }
html[dir="rtl"] .admin-access-link::before { margin-right: 0; margin-left: 6px; }
html[dir="rtl"] .history-card::before { inset: 0 0 0 auto; }
html[dir="rtl"] input[type="email"],html[dir="rtl"] input[type="tel"],html[dir="rtl"] input[type="time"],html[dir="rtl"] input[type="date"],html[dir="rtl"] [data-checkin-reference] { direction: ltr; text-align: right; }
html[lang="ar"] .button,html[lang="ar"] .admin-booking-actions button { min-height: 44px; height: auto; padding-block: 9px; line-height: 1.45; }
html[lang="ar"] .nav-links a,html[lang="ar"] .nav-links button { white-space: nowrap; }
html[lang="ar"] .station-card,html[lang="ar"] .trust-card,html[lang="ar"] .admin-live-card,html[lang="ar"] .admin-booking-card { min-width: 0; }
html[lang="ar"] .station-body p,html[lang="ar"] .delivery-note,html[lang="ar"] .form-message,html[lang="ar"] .admin-panel-title span { overflow-wrap: anywhere; }

@media (max-width: 900px) {
  html[dir="rtl"] .nav-links {
    align-items: stretch;
    text-align: right;
  }
  html[dir="rtl"] .nav-links .language-button,
  html[dir="ltr"] .nav-links .language-button {
    padding: 0;
    border: 0;
  }
}

.admin-body { min-height: 100vh; background: radial-gradient(circle at 15% 0,rgba(199,255,79,.12),transparent 30%),#05070a; }
.admin-shell { width: min(calc(100% - 36px), 1180px); margin: 0 auto; padding: 36px 0; }
.admin-login-card { width: min(100%, 460px); margin: 8vh auto; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.admin-language-button { float: right; min-width: 48px; min-height: 38px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--accent); font-weight: 900; }
html[dir="rtl"] .admin-language-button { float: left; }
.admin-login-card p:not(.eyebrow) { color: var(--muted); }
.admin-login-card label, .admin-toolbar label { display: block; margin-bottom: 14px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-login-card input, .admin-toolbar input, .admin-checkin-form input { width: 100%; height: 48px; margin-top: 7px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: #111721; color: var(--text); outline: 0; }
.admin-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 24px; }
.admin-header h1 { margin: 0; font-size: clamp(2.2rem,4vw,4rem); }
.admin-role-badge { display: inline-flex; margin-top: 8px; padding: 6px 9px; border: 1px solid rgba(183,243,74,.38); border-radius: 6px; color: var(--accent); background: rgba(183,243,74,.07); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-toolbar { display: grid; grid-template-columns: 220px 1fr auto; gap: 14px; align-items: end; margin-bottom: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.04); }
.admin-room-filters {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.admin-room-filters::before {
  content: attr(data-label);
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.admin-room-filters button {
  --room-color: var(--accent);
  position: relative;
  min-height: 78px;
  padding: 14px 14px 12px 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),#080d14;
  color: var(--text);
  font-family: var(--font-display),sans-serif;
  font-weight: 800;
  text-align: left;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.admin-room-filters button[data-room="PC Room 1"] { --room-color: var(--purple); }
.admin-room-filters button[data-room="PC Room 2"] { --room-color: #2ea8ff; }
.admin-room-filters button[data-room="PlayStation"] { --room-color: #ff4fa3; }
.admin-room-filters button::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 16px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--room-color);
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  box-shadow: 0 0 14px color-mix(in srgb,var(--room-color) 45%,transparent);
}
.admin-room-filters button::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--room-color);
  opacity: 0;
  transition: opacity .2s ease;
}
.admin-room-filters button:hover {
  border-color: color-mix(in srgb,var(--room-color) 65%,transparent);
  transform: translateY(-2px);
}
.admin-room-filters button.active {
  border-color: var(--room-color);
  background: linear-gradient(145deg,color-mix(in srgb,var(--room-color) 18%,transparent),rgba(255,255,255,.02)),#080d14;
  color: var(--room-color);
  box-shadow: 0 12px 30px color-mix(in srgb,var(--room-color) 12%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--room-color) 18%,transparent);
}
.admin-room-filters button.active::before { background: var(--room-color); box-shadow: 0 0 18px color-mix(in srgb,var(--room-color) 70%,transparent); }
.admin-room-filters button.active::after { opacity: 1; }
.admin-room-filters span {
  display: block;
  width: fit-content;
  margin-top: 7px;
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 700;
}
.admin-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 18px; }
.admin-stats article { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,rgba(199,255,79,.08),rgba(255,255,255,.03)); }
.admin-stats span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.admin-stats strong { display: block; margin-top: 8px; overflow-wrap: anywhere; font: 800 1.8rem var(--font-display); }
.admin-panel { margin-top: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.admin-panel-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 16px; }
.admin-panel-title h2 { margin: 0; font-size: 1.5rem; }
.admin-panel-title span { color: var(--muted); font-size: .8rem; }
.admin-live-panel { background: radial-gradient(circle at 100% 0,rgba(199,255,79,.08),transparent 32%),var(--surface); }
.admin-live-sessions { display: grid; gap: 10px; }
.admin-live-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr) minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 16px; border: 1px solid var(--line); border-left: 4px solid #697386; border-radius: 14px; background: #0b1017; }
.admin-live-card.playing { border-left-color: var(--accent); }
.admin-live-card.ending { border-left-color: #ffd166; background: linear-gradient(90deg,rgba(255,209,102,.07),transparent 38%),#0b1017; }
.admin-live-card.upcoming { border-left-color: #2ea8ff; }
.admin-live-card.finished { opacity: .62; }
.admin-live-card small,.admin-live-card span,.admin-live-card strong { display: block; }
.admin-live-card small { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-live-card span { color: var(--muted); font-size: .75rem; }
.admin-live-state span { color: var(--accent); font-weight: 900; }
.admin-live-card.ending .admin-live-state span { color: #ffd166; }
.admin-live-card.upcoming .admin-live-state span { color: #2ea8ff; }
.admin-live-state strong { margin-top: 2px; font: 800 1.05rem var(--font-display); }
.admin-arrival { min-width: 94px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; text-align: center; font-size: .65rem !important; font-weight: 900; text-transform: uppercase; }
.admin-arrival.arrived { border-color: rgba(199,255,79,.45); background: rgba(199,255,79,.08); color: var(--accent); }
.admin-arrival.waiting { border-color: rgba(255,209,102,.35); color: #ffd166; }
.admin-seat-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.admin-seat { min-height: 112px; padding: 14px; border: 1px solid rgba(199,255,79,.28); border-radius: 14px; background: rgba(199,255,79,.06); }
.admin-seat.busy { border-color: rgba(255,209,102,.5); background: rgba(255,209,102,.08); }
.admin-seat strong, .admin-seat span, .admin-seat small { display: block; }
.admin-seat span { color: var(--muted); font-size: .72rem; }
.admin-seat small { margin-top: 10px; color: var(--accent); font-size: .72rem; line-height: 1.4; }
.admin-booking-list { display: grid; gap: 10px; }
.admin-diagnostics-panel { border-color: rgba(63,220,255,.24); background: linear-gradient(145deg,rgba(63,220,255,.05),rgba(255,255,255,.025)); }
.admin-diagnostics-panel summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; list-style: none; }
.admin-diagnostics-panel summary::-webkit-details-marker { display: none; }
.admin-diagnostics-panel summary span { color: var(--text); font: 900 1rem var(--font-display); }
.admin-diagnostics-panel summary small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-diagnostics-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.admin-diagnostics-actions p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.admin-booking-card { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr) minmax(0,.8fr) minmax(220px,auto); gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 14px; background: #0b1017; }
.admin-booking-card span, .admin-booking-card small { display: block; }
.admin-booking-card small { color: var(--muted); font-size: .76rem; }
.admin-booking-card strong { display: block; margin: 4px 0; }
.admin-booking-card .admin-field-label { color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.admin-bundle-summary { margin-top: 10px; padding: 10px; border: 1px solid rgba(63,220,255,.28); border-radius: 10px; background: rgba(63,220,255,.07); }
.admin-bundle-summary strong { color: #3fdcff; }
.admin-bundle-summary span { color: var(--text); font-size: .78rem; font-weight: 800; }
.admin-bundle-summary small:not(.admin-field-label) { margin-top: 4px; color: var(--muted); }
.admin-booking-card.status-pending { border-left-color: #ffd166; }
.admin-booking-card.status-failed, .admin-booking-card.status-expired { border-left-color: #ff7b7b; }
.admin-booking-card.status-cancelled { border-left-color: #ffd166; }
.admin-booking-card.status-refunded { border-left-color: #67dfff; }
.admin-booking-actions { display: flex; gap: 6px; flex-wrap: wrap; justify-content: end; }
.admin-booking-actions button { min-height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--text); font-weight: 800; font-size: .72rem; }
.admin-booking-actions button:hover { border-color: var(--accent); color: var(--accent); }
.admin-booking-actions button.danger:hover { border-color: #ff7b7b; color: #ff7b7b; }
.admin-booking-actions button:disabled { border-color: var(--line); color: var(--muted); cursor: not-allowed; opacity: .58; }
.admin-status-message {
  position: sticky;
  top: 12px;
  z-index: 8;
  min-height: 0;
  margin: -4px 0 18px;
  padding: 0;
  overflow: hidden;
  border: 0 solid transparent;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  transition: padding .2s ease, border-color .2s ease, background .2s ease;
}
.admin-status-message:not(:empty) {
  min-height: 46px;
  padding: 13px 16px;
  border-width: 1px;
  border-color: rgba(183,243,74,.3);
  background: rgba(183,243,74,.08);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}
.refund-note { margin-top: 7px; color: #ffd166 !important; line-height: 1.4; }
.refund-note.completed { color: #67dfff !important; }
.admin-checkin-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.admin-scanner-actions { display: flex; gap: 10px; margin-bottom: 14px; }
.admin-scanner { position: relative; width: min(100%,520px); margin: 0 auto 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #030507; }
.admin-scanner video { display: block; width: 100%; min-height: 280px; max-height: 440px; object-fit: cover; }
.admin-scanner-frame { position: absolute; inset: 50% auto auto 50%; width: min(62%,260px); aspect-ratio: 1; border: 3px solid var(--accent); border-radius: 18px; transform: translate(-50%,-55%); box-shadow: 0 0 0 999px rgba(0,0,0,.42),0 0 24px rgba(199,255,79,.35); }
.admin-scanner p { position: absolute; inset: auto 14px 10px; margin: 0; padding: 8px; border-radius: 8px; background: rgba(0,0,0,.7); color: #fff; font-size: .75rem; text-align: center; }
.admin-empty { padding: 24px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; line-height: 1.7; }
.admin-empty strong { color: var(--text); }
.owner-report-panel { background: radial-gradient(circle at 0 0,rgba(183,243,74,.1),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025)),var(--surface); }
.owner-report-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 12px; margin-bottom: 18px; }
.owner-report-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(8,12,18,.78); }
.owner-report-card span,.owner-report-card small { display: block; color: var(--muted); }
.owner-report-card span { font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.owner-report-card strong { display: block; margin: 7px 0 5px; font: 900 clamp(1.5rem,2.4vw,2.25rem) var(--font-display); color: var(--text); }
.owner-report-card small { font-size: .74rem; line-height: 1.45; }
.owner-report-highlight { border-color: rgba(183,243,74,.38); background: linear-gradient(145deg,rgba(183,243,74,.16),rgba(255,255,255,.03)); box-shadow: inset 0 0 0 1px rgba(183,243,74,.04); }
.owner-report-highlight strong { color: var(--accent); }
.owner-chart-card { position: relative; margin: 0 0 18px; padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(5,8,13,.5); }
.owner-chart-heading { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 14px; }
.owner-chart-heading strong,.owner-chart-heading span,.owner-chart-heading b { display: block; }
.owner-chart-heading strong { font-size: 1rem; }
.owner-chart-heading span { color: var(--muted); font-size: .72rem; }
.owner-chart-heading b { color: var(--accent); font-size: .78rem; white-space: nowrap; }
.owner-revenue-chart { min-height: 260px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: #10151d; }
.owner-revenue-chart svg { display: block; width: 100%; height: auto; min-height: 260px; }
.chart-plot-bg { fill: rgba(255,255,255,.018); stroke: rgba(255,255,255,.25); stroke-width: 1; }
.chart-grid-line { stroke: rgba(255,255,255,.24); stroke-width: 1; }
.chart-grid-vertical { stroke: rgba(255,255,255,.18); }
.chart-axis { stroke: rgba(255,255,255,.72); stroke-width: 1.4; }
.chart-y-label,.chart-x-label { fill: rgba(235,240,248,.9); font: 800 10px var(--font-ui); }
.chart-y-label { text-anchor: start; }
.chart-x-label { text-anchor: middle; }
.revenue-area { fill: url(#revenueLineGradient); stroke: none; }
.revenue-line { fill: none; stroke: #ff6f6f; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; filter: none; }
.revenue-point { fill: #071008; stroke: #ff6f6f; stroke-width: 3; }
.revenue-hit-circle { fill: transparent; stroke: none; cursor: pointer; }
.revenue-hover-line { opacity: 0; stroke: rgba(255,111,111,.58); stroke-width: 1.5; stroke-dasharray: 4 5; pointer-events: none; }
.revenue-hit:hover .revenue-hover-line { opacity: 1; }
.revenue-point-group:hover .revenue-point { fill: #ff6f6f; }
.owner-chart-tooltip { position: absolute; z-index: 5; min-width: 118px; padding: 9px 11px; border: 1px solid rgba(255,111,111,.62); border-radius: 10px; background: rgba(8,12,18,.95); box-shadow: 0 16px 34px rgba(0,0,0,.35),0 0 22px rgba(255,111,111,.12); pointer-events: none; }
.owner-chart-tooltip strong,.owner-chart-tooltip span { display: block; }
.owner-chart-tooltip strong { color: #ff9b9b; font-size: .72rem; }
.owner-chart-tooltip span { color: var(--text); font-weight: 900; }
.owner-revenue-chart .admin-empty { grid-column: 1 / -1; align-self: stretch; }
.owner-insight-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.owner-insight-grid > div { min-width: 0; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.025); }
.owner-insight-grid h3 { margin: 0 0 12px; font-size: 1rem; }
.owner-mini-list { display: grid; gap: 8px; }
.owner-mini-list article { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(5,8,13,.55); }
.owner-mini-list strong,.owner-mini-list span,.owner-mini-list b { display: block; }
.owner-mini-list span { color: var(--muted); font-size: .68rem; }
.owner-mini-list b { color: var(--accent); white-space: nowrap; }
.owner-chip-list { display: flex; flex-wrap: wrap; gap: 8px; align-content: flex-start; }
.owner-chip-list span { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; padding: 8px 10px; border: 1px solid rgba(183,243,74,.28); border-radius: 999px; background: rgba(183,243,74,.08); color: var(--accent); font-size: .72rem; font-weight: 850; }
.owner-chip-list b { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--accent); color: #071008; font-size: .65rem; }
.owner-customer-list { display: grid; gap: 10px; }
.owner-customer-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #0b1017; }
.owner-customer-card strong,.owner-customer-card span,.owner-customer-card small,.owner-customer-card b { display: block; }
.owner-customer-card span,.owner-customer-card small { color: var(--muted); font-size: .76rem; overflow-wrap: anywhere; }
.owner-customer-card b { color: var(--accent); text-align: right; font: 900 1.05rem var(--font-display); }
.owner-customer-card > div:last-child { min-width: 120px; text-align: right; }
.owner-customer-games { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.owner-customer-games span { width: auto; padding: 4px 7px; border-radius: 6px; background: rgba(183,243,74,.1); color: var(--accent); font-size: .62rem; font-weight: 850; }
.favorite-station-wrap { margin: 12px 0; }
.favorite-station-card { min-width: 0; padding: 12px; border: 1px solid rgba(183,243,74,.25); border-radius: 12px; background: linear-gradient(145deg,rgba(183,243,74,.09),rgba(255,255,255,.025)); }
.favorite-station-card span,.favorite-station-card small { display: block; }
.favorite-station-card span { color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.favorite-station-card strong { display: block; margin: 4px 0; font: 900 1rem var(--font-display); }
.favorite-station-card small { color: var(--muted); font-size: .68rem; line-height: 1.35; }
.hour-wallet-panel { min-width: 0; display: grid; gap: 10px; padding: 12px; border: 1px solid rgba(183,243,74,.3); border-radius: 12px; background: linear-gradient(145deg,rgba(183,243,74,.1),rgba(63,220,255,.035)); }
.hour-wallet-heading span,.hour-wallet-heading strong,.hour-wallet-heading small { display: block; min-width: 0; overflow-wrap: anywhere; }
.hour-wallet-heading span { color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hour-wallet-heading strong { margin: 4px 0; font: 900 1.18rem var(--font-display); color: var(--text); }
.hour-wallet-heading small { color: var(--muted); font-size: .68rem; line-height: 1.35; }
.hour-wallet-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.hour-wallet-card { min-width: 0; display: grid; gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(5,8,13,.56); }
.hour-wallet-card div { min-width: 0; }
.hour-wallet-card span,.hour-wallet-card strong,.hour-wallet-card small { display: block; min-width: 0; overflow-wrap: anywhere; }
.hour-wallet-card span { color: #3fdcff; font-size: .58rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.hour-wallet-card strong { margin-top: 3px; color: var(--text); font-size: .85rem; line-height: 1.25; }
.hour-wallet-card small { color: var(--muted); font-size: .64rem; line-height: 1.35; }
.hour-wallet-card.premium { border-color: rgba(183,243,74,.24); }
.hour-wallet-card.premium span { color: var(--accent); }
.hour-wallet-card.epic { border-color: rgba(63,220,255,.25); }
.wallet-activity-card { min-width: 0; display: grid; gap: 8px; padding: 12px; border: 1px solid rgba(63,220,255,.28); border-radius: 12px; background: linear-gradient(145deg,rgba(63,220,255,.08),rgba(255,255,255,.02)); }
.wallet-activity-heading span,.wallet-activity-heading small { display: block; }
.wallet-activity-heading span { color: #3fdcff; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wallet-activity-heading small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.wallet-activity-card article { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(5,8,13,.45); }
.wallet-activity-card strong,.wallet-activity-card b,.wallet-activity-card small { display: block; }
.wallet-activity-card strong { color: var(--text); font-size: .78rem; }
.wallet-activity-card b { color: var(--accent); font-size: .82rem; text-align: right; }
.wallet-activity-card small { color: var(--muted); font-size: .66rem; line-height: 1.35; overflow-wrap: anywhere; }
.active-session-timer { margin-top: 10px; }
.active-session-timer-card { display: grid; gap: 12px; padding: 14px; border: 1px solid rgba(63,220,255,.38); border-radius: 12px; background: linear-gradient(145deg,rgba(63,220,255,.12),rgba(183,243,74,.055)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.active-session-timer-card span,.active-session-timer-card small { display: block; }
.active-session-timer-card span { color: #3fdcff; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.active-session-timer-card strong { display: block; margin: 4px 0; color: var(--accent); font: 900 1.35rem var(--font-display); }
.active-session-timer-card small { color: var(--muted); font-size: .7rem; line-height: 1.35; }
.active-session-timer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.active-session-timer-grid p { min-width: 0; margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(5,8,13,.55); }
.active-session-timer-grid b { display: block; overflow-wrap: anywhere; color: var(--text); font-size: .82rem; }
.active-session-timer-grid small { margin-top: 2px; }
.customer-notifications { display: grid; gap: 8px; margin: 0 0 14px; }
.customer-notice { padding: 12px 14px; border: 1px solid rgba(255,255,255,.08); border-left: 3px solid var(--accent); border-radius: 12px; background: rgba(255,255,255,.035); }
.customer-notice.warning { border-left-color: #ffd166; background: rgba(255,209,102,.07); }
.customer-notice.success { border-left-color: var(--accent); background: rgba(183,243,74,.07); }
.customer-notice strong,.customer-notice span { display: block; }
.customer-notice strong { font-size: .86rem; }
.customer-notice span { margin-top: 3px; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.customer-recommendations { margin: 0 0 16px; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.025); }
.recommendation-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.recommendation-heading strong { font-size: .92rem; }
.recommendation-heading span { color: var(--muted); font-size: .68rem; text-align: right; }
.recommendation-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.recommendation-list article { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 9px; align-items: center; min-width: 0; padding: 7px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(5,8,13,.55); }
.recommendation-list img { width: 42px; height: 52px; object-fit: cover; border-radius: 7px; background: #111721; }
.recommendation-list strong,.recommendation-list span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recommendation-list strong { font-size: .72rem; }
.recommendation-list span { color: var(--accent); font-size: .62rem; font-weight: 900; }
html[dir="rtl"] .customer-notice { border-left: 1px solid rgba(255,255,255,.08); border-right: 3px solid var(--accent); }
html[dir="rtl"] .customer-notice.warning { border-right-color: #ffd166; }
html[dir="rtl"] .customer-notice.success { border-right-color: var(--accent); }
html[dir="rtl"] .recommendation-heading span { text-align: left; }
@media (max-width: 900px) {
  .admin-header, .admin-panel-title { display: block; }
  .admin-toolbar, .admin-stats, .admin-seat-grid, .admin-booking-card, .admin-checkin-form, .admin-live-card, .owner-report-grid, .owner-insight-grid, .owner-customer-card { grid-template-columns: 1fr; }
  .admin-room-filters { grid-template-columns: repeat(2,1fr); }
  .admin-actions { margin-top: 14px; }
  .admin-booking-actions { justify-content: start; }
  .owner-customer-card b,.owner-customer-card > div:last-child { text-align: left; }
}
@media (max-width: 520px) {
  .admin-room-filters { grid-template-columns: 1fr; }
  .admin-scanner-actions { display: grid; }
}

.dialog-close {
  z-index: 20;
  display: grid;
  place-items: center;
  line-height: 1;
  font-weight: 900;
  background: rgba(8,12,18,.72);
  backdrop-filter: blur(8px);
}
.dialog-close:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.account-dialog {
  scrollbar-gutter: stable;
}
.account-dialog #signedInView:not([hidden]) {
  max-height: calc(100vh - 34px);
  min-height: 0;
}
.account-profile,
.account-bookings-panel {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.account-profile {
  padding-bottom: 22px;
}
.account-dialog .account-panel-heading {
  align-items: flex-start;
  padding-right: 58px;
}
.account-dialog .account-panel-heading span {
  max-width: 220px;
  line-height: 1.45;
}
.account-profile {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.account-profile h2,
.account-email,
.profile-details,
.favorite-station-card,
.history-card,
.email-change-box {
  min-width: 0;
}
.account-profile h2,
.account-email {
  overflow-wrap: anywhere;
}
.account-email {
  line-height: 1.35;
}
.account-profile #logoutButton {
  margin-top: auto;
}
.account-profile #editProfileButton span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 1.35rem;
  width: 1.35rem;
  margin-right: 0;
  font-size: 0;
  line-height: 1;
}
.account-profile #editProfileButton span::before {
  content: "\270E";
  font-size: 1.15rem;
}
html[dir="rtl"] .account-profile #editProfileButton span {
  margin-right: 0;
  margin-left: 0;
}
.profile-favorites > div {
  max-height: 72px;
  overflow: hidden;
}
.profile-favorites span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.favorite-game-options {
  min-width: 0;
  overflow-x: hidden;
}
.favorite-game-choice,
.favorite-game-choice span {
  min-width: 0;
}
.favorite-game-choice span {
  overflow-wrap: anywhere;
}
.account-profile #editProfileButton,
.account-profile #logoutButton,
.profile-form #saveProfileButton,
.email-change-form button,
#confirmEmailChangeButton,
#editEmailChangeButton {
  white-space: normal;
  text-align: center;
}
.email-change-box {
  margin-top: 22px;
  padding: 16px;
  border-color: rgba(183,243,74,.24);
  background: linear-gradient(145deg,rgba(183,243,74,.055),rgba(255,255,255,.025));
}
.email-change-box strong {
  display: block;
  margin-bottom: 4px;
}
.email-change-box,
.email-change-box label,
.email-change-box input {
  overflow-wrap: anywhere;
}
.email-change-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.email-change-form label {
  display: grid;
  gap: 7px;
}
.email-change-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: 0;
  background: #131821;
  color: var(--text);
}
.email-change-form input:focus {
  border-color: var(--accent);
}
.email-change-form button,
#confirmEmailChangeButton,
#editEmailChangeButton {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(183,243,74,.42);
  border-radius: 8px;
  background: transparent;
  color: var(--accent);
  font-weight: 850;
}
#confirmEmailChangeButton {
  background: var(--accent);
  color: #071008;
}

.profile-dialog,
.crop-dialog {
  scrollbar-gutter: stable;
}
.profile-dialog > .eyebrow,
.crop-dialog > .eyebrow,
.profile-dialog h2,
.crop-dialog h2 {
  padding-right: 54px;
}
.profile-upload-button {
  border: 1px solid rgba(183,243,74,.72);
  background: linear-gradient(135deg,#121a11,#1d2d14);
  color: var(--accent);
  box-shadow: 0 0 0 3px rgba(183,243,74,.08), 0 10px 24px rgba(0,0,0,.22);
}
.profile-upload-button:hover {
  background: var(--accent);
  color: #071008;
  filter: none;
}
.account-profile .profile-avatar {
  width: 84px;
  height: 84px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex: 0 0 auto;
}
.account-profile .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.admin-actions .button,
.admin-toolbar .button,
.admin-checkin-form .button {
  white-space: nowrap;
}
.admin-shell,
.admin-dashboard,
.admin-toolbar,
.admin-room-filters,
.admin-stats,
.admin-panel,
.owner-report-grid,
.owner-insight-grid,
.owner-chart-card,
.admin-live-sessions,
.admin-booking-list,
.owner-customer-list {
  min-width: 0;
}
.admin-header > div,
.admin-toolbar label,
.admin-room-filters button,
.admin-stats article,
.owner-report-card,
.owner-insight-grid > div,
.owner-mini-list article,
.owner-chip-list span,
.owner-customer-card > div,
.admin-live-card > div,
.admin-booking-card > div,
.admin-seat {
  min-width: 0;
}
.admin-header h1,
.admin-panel-title h2,
.admin-panel-title span,
.admin-room-filters button,
.admin-stats strong,
.owner-report-card strong,
.owner-chart-heading b,
.owner-mini-list strong,
.owner-mini-list span,
.owner-chip-list span,
.owner-customer-card strong,
.owner-customer-card span,
.owner-customer-card small,
.admin-seat strong,
.admin-seat span,
.admin-seat small,
.admin-live-card strong,
.admin-live-card span,
.admin-booking-card strong,
.admin-booking-card span,
.admin-booking-card small {
  overflow-wrap: anywhere;
}
.admin-panel {
  overflow: hidden;
}
.admin-booking-card,
.admin-live-card,
.admin-seat {
  min-width: 0;
}
.admin-booking-card strong,
.admin-booking-card span,
.admin-booking-card small,
.admin-live-card strong,
.admin-live-card span {
  overflow-wrap: anywhere;
}
.admin-booking-actions {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  min-width: 220px;
  width: 100%;
  align-items: stretch;
}
.admin-booking-actions button {
  min-height: 38px;
  width: 100%;
  padding: 7px 10px;
  line-height: 1.25;
  white-space: normal;
}
.admin-booking-actions button.danger {
  border-color: rgba(255,123,123,.45);
  color: #ffb0b0;
}
.admin-booking-actions button[data-refund-reference],
.admin-booking-actions button[data-complete-refund-reference] {
  border-color: rgba(103,223,255,.38);
  color: #9eefff;
}
.admin-booking-actions button[data-checkin-reference] {
  border-color: rgba(183,243,74,.42);
  color: var(--accent);
}
.admin-booking-actions button:only-child,
.admin-booking-actions button:nth-last-child(3):first-child {
  grid-column: 1 / -1;
}
.owner-chart-card,
.owner-revenue-chart {
  min-width: 0;
}
.owner-revenue-chart {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.owner-revenue-chart svg {
  min-width: 640px;
}
.owner-chip-list span {
  overflow-wrap: anywhere;
  white-space: normal;
}
.admin-checkin-form input {
  min-width: 0;
}
.owner-preferences-grid {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) repeat(2,minmax(170px,1fr));
  gap: 12px;
  align-items: stretch;
}
.owner-preferences-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.03);
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
}
.owner-preferences-grid select {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0b0f15;
  color: var(--text);
}
.owner-preference-toggle {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--text) !important;
}
.owner-preference-toggle input {
  width: 20px;
  height: 20px;
  accent-color: var(--accent);
}
.admin-hide-money #ownerRevenue,
.admin-hide-money #ownerAverageBooking,
.admin-hide-money #ownerPendingValue,
.admin-hide-money #ownerRefundWaiting,
.admin-hide-money #ownerRevenueChart,
.admin-hide-money #ownerChartPeak,
.admin-hide-money .admin-money-stat strong {
  filter: blur(7px);
  user-select: none;
}
.admin-compact-view .admin-panel {
  padding: 18px;
}
.admin-compact-view .admin-stats,
.admin-compact-view .owner-report-grid,
.admin-compact-view .owner-insight-grid,
.admin-compact-view .admin-live-sessions,
.admin-compact-view .admin-seat-grid {
  gap: 10px;
}
.account-profile-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.account-profile-topline .eyebrow {
  margin: 0;
}
.account-settings-toggle {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(183,243,74,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.025);
  color: var(--accent);
  font-size: 1.05rem;
  line-height: 1;
}
.account-settings-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.account-settings-toggle:hover,
.account-settings-toggle[aria-pressed="true"] {
  border-color: rgba(183,243,74,.62);
  background: rgba(183,243,74,.08);
}
.account-overview-panel,
.account-settings-panel {
  min-height: 0;
}
.account-settings-body {
  display: grid;
  gap: 12px;
  overflow-y: auto;
}
.account-settings-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.account-setting-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}
.account-setting-card span {
  color: var(--accent);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.account-setting-card strong,
.account-setting-card p {
  overflow-wrap: anywhere;
}
.account-setting-card p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}
.account-setting-card button,
.account-back-button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(183,243,74,.35);
  border-radius: 8px;
  background: transparent;
  color: var(--accent);
  font-weight: 800;
}
.account-back-button {
  min-height: 34px;
  color: var(--text);
  border-color: var(--line);
}
.account-settings-panel .form-message {
  min-height: 18px;
  margin: 0;
  color: var(--accent);
  text-align: center;
}
@media (max-width:700px) {
  .account-settings-grid {
    grid-template-columns: 1fr;
  }
}

html[dir="rtl"] .account-dialog .account-panel-heading {
  padding-left: 58px;
  padding-right: 0;
}
html[dir="rtl"] .account-dialog .account-panel-heading span {
  text-align: left;
}
html[dir="rtl"] .profile-dialog > .eyebrow,
html[dir="rtl"] .crop-dialog > .eyebrow,
html[dir="rtl"] .profile-dialog h2,
html[dir="rtl"] .crop-dialog h2 {
  padding-left: 54px;
  padding-right: 0;
}
html[dir="rtl"] .account-profile {
  border-left: 1px solid var(--line);
  border-right: 0;
}

.account-dialog {
  overflow-y: auto !important;
}
.account-dialog #signedInView:not([hidden]) {
  height: auto !important;
  min-height: min(720px, calc(100vh - 34px));
  overflow: visible !important;
}
.account-dialog .account-profile,
.account-dialog .account-bookings-panel {
  height: auto !important;
  overflow: visible !important;
}
.account-dialog .booking-history {
  overflow: visible !important;
  padding-bottom: 10px;
}
.history-card-top {
  align-items: flex-start;
}
.history-card-top strong,
.history-meta span,
.history-card small,
.delivery-note,
.qr-request-message,
.extension-message {
  min-width: 0;
  overflow-wrap: anywhere;
}
.history-card small {
  display: block;
  line-height: 1.45;
}
.recommendation-list article > div {
  min-width: 0;
}

@media (max-width: 900px) {
  .account-dialog .account-panel-heading {
    padding-right: 52px;
  }
  html[dir="rtl"] .account-dialog .account-panel-heading {
    padding-left: 52px;
    padding-right: 0;
  }
  .admin-booking-actions {
    min-width: 0;
    width: 100%;
    justify-content: stretch;
  }
  .admin-booking-actions button {
    min-width: 0;
  }
  .admin-toolbar {
    grid-template-columns: 1fr;
  }
  .admin-stats {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .owner-report-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .owner-report-highlight {
    grid-column: 1 / -1;
  }
  .admin-live-card,
  .admin-booking-card,
  .owner-customer-card {
    align-items: stretch;
  }
  .admin-booking-actions {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 700px) {
  .account-profile #logoutButton {
    margin-top: 18px;
  }
  html[dir="rtl"] .account-profile {
    border-left: 0;
  }
  .profile-dialog > .eyebrow,
  .crop-dialog > .eyebrow,
  .profile-dialog h2,
  .crop-dialog h2 {
    padding-right: 42px;
  }
  .profile-picture-editor {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
  }
  .history-card {
    padding: 16px;
  }
  .recommendation-heading {
    display: grid;
  }
  .recommendation-heading span {
    text-align: left;
  }
  html[dir="rtl"] .recommendation-heading span {
    text-align: right;
  }
  html[dir="rtl"] .profile-dialog > .eyebrow,
  html[dir="rtl"] .crop-dialog > .eyebrow,
  html[dir="rtl"] .profile-dialog h2,
  html[dir="rtl"] .crop-dialog h2 {
    padding-left: 42px;
    padding-right: 0;
  }
  .admin-shell {
    width: min(calc(100% - 24px),1180px);
    padding: 22px 0;
  }
  .admin-header {
    gap: 14px;
  }
  .admin-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .admin-actions .button,
  .admin-toolbar .button,
  .admin-checkin-form .button {
    width: 100%;
    white-space: normal;
  }
  .admin-room-filters {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .admin-room-filters button {
    min-height: 66px;
  }
  .admin-stats,
  .owner-report-grid,
  .owner-insight-grid {
    grid-template-columns: 1fr;
  }
  .owner-report-highlight {
    grid-column: auto;
  }
  .admin-panel {
    padding: 16px;
    border-radius: 16px;
  }
  .admin-panel-title {
    display: grid;
    gap: 6px;
  }
  .admin-live-card,
  .admin-booking-card,
  .owner-customer-card,
  .admin-checkin-form {
    grid-template-columns: 1fr;
  }
  .admin-booking-actions {
    grid-template-columns: 1fr;
  }
  .admin-arrival,
  .owner-customer-card > div:last-child {
    width: 100%;
    min-width: 0;
    text-align: left;
  }
  html[dir="rtl"] .admin-arrival,
  html[dir="rtl"] .owner-customer-card > div:last-child {
    text-align: right;
  }
  .owner-chart-heading {
    display: grid;
  }
  .owner-chart-heading b {
    white-space: normal;
  }
  .owner-revenue-chart svg {
    min-width: 560px;
  }
  .admin-status-message:not(:empty) {
    top: 8px;
  }
}

@media (max-width: 600px) {
  .account-dialog {
    width: calc(100% - 14px);
    max-height: calc(100dvh - 14px);
    border-radius: 16px;
  }
  .account-dialog #signedOutView,
  .account-dialog .account-profile,
  .account-dialog .account-bookings-panel {
    padding: 22px 16px;
  }
  .account-dialog #signedInView:not([hidden]) {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .account-dialog .dialog-close {
    top: 10px;
    right: 10px;
  }
  html[dir="rtl"] .account-dialog > .dialog-close {
    right: auto;
    left: 10px;
  }
  .account-profile {
    gap: 0;
    border-bottom: 1px solid var(--line);
  }
  .account-profile-topline {
    padding-right: 44px;
  }
  html[dir="rtl"] .account-profile-topline {
    padding-right: 0;
    padding-left: 44px;
  }
  .account-settings-toggle {
    width: 30px;
    height: 30px;
    font-size: .95rem;
  }
  .account-profile .profile-avatar {
    width: 56px;
    height: 56px;
    margin-bottom: 9px;
  }
  .account-profile h2 {
    font-size: clamp(1.75rem, 9vw, 2.25rem);
    line-height: 1.05;
  }
  .account-email {
    margin-top: 4px;
    font-size: .82rem;
  }
  .profile-details {
    gap: 6px;
  }
  .profile-details span,
  .profile-favorites span {
    max-width: 100%;
  }
  .hour-wallet-grid,
  .active-session-timer-grid,
  .wallet-activity-card article {
    grid-template-columns: 1fr;
  }
  .hour-wallet-heading strong {
    font-size: 1.02rem;
  }
  .hour-wallet-card {
    padding: 9px;
  }
  .wallet-activity-card b,
  .wallet-activity-card small {
    text-align: left;
  }
  html[dir="rtl"] .wallet-activity-card b,
  html[dir="rtl"] .wallet-activity-card small {
    text-align: right;
  }
  .profile-favorites > div {
    max-height: none;
  }
  .account-profile #editProfileButton,
  .account-profile #logoutButton,
  .email-change-form button {
    min-height: 44px;
  }
  .account-profile .verification-box,
  .account-profile .account-summary,
  .email-change-box {
    padding: 12px;
  }
  .account-dialog .account-panel-heading {
    display: grid;
    gap: 5px;
    padding-right: 0;
  }
  .account-dialog .account-panel-heading span {
    max-width: none;
    text-align: left;
  }
  html[dir="rtl"] .account-dialog .account-panel-heading {
    padding-left: 0;
  }
  html[dir="rtl"] .account-dialog .account-panel-heading span {
    text-align: right;
  }
  .account-dialog .customer-recommendations,
  .account-dialog .customer-notifications {
    margin-bottom: 14px;
  }
  .history-card {
    padding: 14px;
    border-radius: 12px;
  }
  .history-card-top {
    display: grid;
    gap: 8px;
  }
  .status-pill {
    width: fit-content;
  }
  .delivery-note,
  .history-card span,
  .history-card small {
    font-size: .74rem;
  }
}

.account-dialog,
.profile-dialog,
.crop-dialog,
.booking-history,
.favorite-game-options,
.admin-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(199,255,79,.62) rgba(8,12,18,.92);
}
.account-dialog::-webkit-scrollbar,
.profile-dialog::-webkit-scrollbar,
.crop-dialog::-webkit-scrollbar,
.booking-history::-webkit-scrollbar,
.favorite-game-options::-webkit-scrollbar,
.admin-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.account-dialog::-webkit-scrollbar-track,
.profile-dialog::-webkit-scrollbar-track,
.crop-dialog::-webkit-scrollbar-track,
.booking-history::-webkit-scrollbar-track,
.favorite-game-options::-webkit-scrollbar-track,
.admin-body::-webkit-scrollbar-track {
  background: #080c12;
  border-radius: 999px;
}
.account-dialog::-webkit-scrollbar-thumb,
.profile-dialog::-webkit-scrollbar-thumb,
.crop-dialog::-webkit-scrollbar-thumb,
.booking-history::-webkit-scrollbar-thumb,
.favorite-game-options::-webkit-scrollbar-thumb,
.admin-body::-webkit-scrollbar-thumb {
  border: 2px solid #080c12;
  border-radius: 999px;
  background: linear-gradient(180deg,var(--accent),var(--accent-dark));
}
.account-dialog::-webkit-scrollbar-thumb:hover,
.profile-dialog::-webkit-scrollbar-thumb:hover,
.crop-dialog::-webkit-scrollbar-thumb:hover,
.booking-history::-webkit-scrollbar-thumb:hover,
.favorite-game-options::-webkit-scrollbar-thumb:hover,
.admin-body::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

.owner-report-panel .owner-report-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}
.owner-report-panel .owner-report-card {
  display: block !important;
  min-width: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 16px !important;
  background: #0b1017 !important;
}
.owner-report-panel .owner-report-highlight {
  border-color: rgba(199,255,79,.42) !important;
  background: linear-gradient(145deg,rgba(199,255,79,.14),rgba(255,255,255,.03)) !important;
}
.owner-report-panel .owner-report-card span,
.owner-report-panel .owner-report-card small {
  display: block !important;
  color: var(--muted) !important;
}
.owner-report-panel .owner-report-card span {
  font-size: .68rem !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.owner-report-panel .owner-report-card strong {
  display: block !important;
  margin: 7px 0 5px !important;
  color: var(--text) !important;
  font: 900 1.7rem var(--font-display) !important;
}
.owner-report-panel .owner-report-highlight strong {
  color: var(--accent) !important;
}
.owner-report-panel .owner-insight-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.owner-report-panel .owner-chart-card {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 18px !important;
  background: rgba(5,8,13,.5) !important;
}
.owner-report-panel .owner-chart-heading {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 14px !important;
}
.owner-report-panel .owner-revenue-chart {
  display: block !important;
  min-height: 260px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.025) !important;
}
.owner-report-panel .owner-revenue-chart svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 260px !important;
}
.owner-report-panel .owner-insight-grid > div {
  padding: 16px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.025) !important;
}
.owner-report-panel .owner-mini-list article {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  background: rgba(5,8,13,.55) !important;
}
.owner-report-panel .owner-chip-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.owner-report-panel .owner-chip-list span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(199,255,79,.28) !important;
  border-radius: 999px !important;
  background: rgba(199,255,79,.08) !important;
  color: var(--accent) !important;
}
@media (max-width: 900px) {
  .owner-report-panel .owner-report-grid,
  .owner-report-panel .owner-insight-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .owner-report-panel .owner-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .owner-report-panel .owner-report-highlight {
    grid-column: 1 / -1 !important;
  }
  .owner-report-panel .owner-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .owner-report-panel .owner-report-grid,
  .owner-report-panel .owner-insight-grid {
    grid-template-columns: 1fr !important;
  }
  .owner-report-panel .owner-report-highlight {
    grid-column: auto !important;
  }
  .owner-report-panel .owner-chart-heading {
    display: grid !important;
  }
  .owner-report-panel .owner-mini-list article {
    display: grid !important;
  }
}

.demo-payment-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at top,#202837,#07090d 55%);
}
.demo-checkout {
  width: min(100%,520px);
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.demo-banner {
  padding: 10px 14px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: #2a2110;
  color: #ffd16a;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.payment-summary {
  padding: 18px;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #090c11;
}
.payment-summary div {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.payment-summary span { color: var(--muted); }
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.method {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #131821;
  color: white;
  text-align: left;
}
.method.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}
.method strong,
.method small { display: block; }
.method small { color: var(--muted); }
.demo-actions {
  display: grid;
  gap: 10px;
}
.failure-button {
  border: 0;
  background: none;
  color: var(--muted);
  padding: 10px;
}
.demo-message {
  min-height: 24px;
  color: var(--accent);
  text-align: center;
}
.back-link {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  text-align: center;
}

.simple-page-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 18px;
  background: #07090d;
  color: #fff;
}
.simple-page-card {
  width: min(100%,560px);
  max-width: 560px;
  padding: 32px;
  border: 1px solid #2a303a;
  border-radius: 18px;
  background: #0e1219;
  box-sizing: border-box;
}
.simple-page-card h1 { color: var(--accent); }
.checkin-page-card {
  background: radial-gradient(circle at 12% 0,rgba(183,243,74,.08),transparent 34%),#0e1219;
}
.checkin-alert {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(183,243,74,.45);
  border-radius: 12px;
  background: rgba(183,243,74,.08);
}
.checkin-alert strong { color: var(--accent); }
.checkin-alert span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}
.checkin-page-card dl {
  display: grid;
  grid-template-columns: minmax(110px,.5fr) minmax(0,1fr);
  gap: 12px 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.checkin-page-card dt {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.checkin-page-card dd {
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.checkin-page-card dd small {
  color: var(--muted);
  font-size: .74rem;
}
.checkin-confirm {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.03);
  color: var(--text);
  font-weight: 800;
}
.checkin-confirm input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--accent);
}
.checkin-page-card button {
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #071008;
  font-weight: 800;
}
#result {
  color: var(--accent);
  line-height: 1.5;
}
@media (max-width:520px) {
  .simple-page-card { padding: 24px 18px; }
  .checkin-page-card dl { grid-template-columns: 1fr; gap: 5px; }
  .checkin-page-card dd { margin-bottom: 8px; }
}
.filter-button {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}
.filter-button::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 0, rgba(199,255,79,.28), transparent 62%);
  transition: opacity .22s ease;
  pointer-events: none;
}
.filter-button:hover,
.filter-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(199,255,79,.7);
  color: var(--accent);
  box-shadow: 0 0 0 1px rgba(199,255,79,.16), 0 14px 34px rgba(199,255,79,.12);
}
.filter-button:hover::before,
.filter-button:focus-visible::before {
  opacity: 1;
}
.filter-button.active {
  border-color: var(--accent);
  background: var(--accent);
  color: #071008;
  box-shadow: 0 0 0 1px rgba(199,255,79,.22), 0 16px 38px rgba(199,255,79,.18);
}
.station-card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)), var(--surface);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.station-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0, rgba(199,255,79,.24), transparent 54%), linear-gradient(135deg, rgba(199,255,79,.28), rgba(111,85,255,.22), transparent 68%);
  transition: opacity .25s ease;
}
.station-card:hover,
.station-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(199,255,79,.62);
  box-shadow: 0 24px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(199,255,79,.14), 0 0 38px rgba(199,255,79,.12);
}
.station-card:hover::before,
.station-card:focus-within::before {
  opacity: 1;
}
.station-card:hover .station-visual,
.station-card:focus-within .station-visual {
  background: radial-gradient(circle at 50% 45%, rgba(199,255,79,.16), rgba(111,85,255,.12) 45%, rgba(255,255,255,.02) 70%);
}
.station-card:hover .station-icon,
.station-card:focus-within .station-icon {
  filter: none;
  color: var(--accent);
  text-shadow: 0 0 24px rgba(199,255,79,.42);
}
.station-card:hover .station-body a,
.station-card:focus-within .station-body a {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(199,255,79,.28);
}
.trust-card,
.game-card,
.history-card,
.recommendation-card,
.account-summary,
.favorite-station-card,
.admin-panel,
.admin-stats article,
.admin-live-card,
.admin-seat,
.admin-booking-card,
.owner-report-card,
.owner-insight-card,
.owner-customer-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.trust-card:hover,
.history-card:hover,
.recommendation-card:hover,
.account-summary:hover,
.favorite-station-card:hover,
.owner-report-card:hover,
.owner-insight-card:hover,
.owner-customer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199,255,79,.45);
  box-shadow: 0 18px 48px rgba(0,0,0,.32), 0 0 24px rgba(199,255,79,.08);
}
.admin-panel:hover,
.admin-stats article:hover,
.admin-live-card:hover,
.admin-seat:hover,
.admin-booking-card:hover {
  transform: translateY(-3px);
  border-color: rgba(199,255,79,.36);
  box-shadow: 0 18px 48px rgba(0,0,0,.28), 0 0 24px rgba(199,255,79,.07);
}
.nav-links > a:not(.button),
.account-button,
.language-button,
.text-link,
.footer-grid a {
  transition: color .2s ease, text-shadow .2s ease, transform .2s ease;
}
.nav-links > a:not(.button):hover,
.account-button:hover,
.language-button:hover,
.text-link:hover,
.footer-grid a:hover {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(199,255,79,.28);
}
.button,
button {
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.button:hover,
button:hover {
  box-shadow: 0 14px 34px rgba(199,255,79,.16);
}
.admin-booking-actions button:hover,
.admin-scanner-actions button:hover,
.admin-checkin-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(199,255,79,.12);
}
.room-tabs button,
.game-filter,
.auth-tabs button,
.favorite-game-choice span,
.admin-room-filters button {
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.room-tabs button:hover,
.game-filter:hover,
.auth-tabs button:hover,
.favorite-game-choice span:hover,
.admin-room-filters button:hover {
  transform: translateY(-2px);
  border-color: rgba(199,255,79,.55);
  box-shadow: 0 12px 30px rgba(199,255,79,.1);
}

@media (max-width: 640px) {
  .cafe-menu-card { padding: 24px 18px; }
  .cafe-menu-grid { grid-template-columns: 1fr; }
  .cafe-menu-grid article { grid-template-columns: 88px minmax(0,1fr); }
  .cafe-menu-grid img { width: 88px; }
  .booking-wallet-inline-note div {
    display: grid;
    gap: 3px;
  }
  .booking-wallet-inline-note strong {
    text-align: left;
  }
  html[dir="rtl"] .booking-wallet-inline-note strong {
    text-align: right;
  }
}

.auth-form .field-hint {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

@media (min-width:701px) {
  .account-dialog.register-mode {
    width: min(calc(100% - 32px), 860px);
    max-height: calc(100vh - 24px);
    overflow: hidden;
  }

  .account-dialog.register-mode #signedOutView {
    padding: 26px 38px 22px;
  }

  .account-dialog.register-mode .eyebrow {
    margin: 0 0 10px;
  }

  .account-dialog.register-mode h2 {
    margin: 0 48px 16px 0;
    font-size: clamp(1.75rem,3vw,2.25rem);
    line-height: 1.05;
  }

  .account-dialog.register-mode .auth-tabs {
    margin: 10px 0 16px;
  }

  .account-dialog.register-mode .auth-tabs button {
    min-height: 38px;
    padding: 8px 10px;
  }

  .account-dialog.register-mode .auth-form {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px 14px;
    align-items: start;
  }

  .account-dialog.register-mode .auth-form label {
    min-width: 0;
    margin-bottom: 0;
    font-size: .72rem;
  }

  .account-dialog.register-mode .auth-form input {
    height: 40px;
    margin-top: 5px;
  }

  .account-dialog.register-mode .password-toggle,
  .account-dialog.register-mode #authSubmit,
  .account-dialog.register-mode #authMessage {
    grid-column: 1 / -1;
  }

  .account-dialog.register-mode .password-toggle {
    min-height: 34px;
    margin: 0;
  }

  .account-dialog.register-mode #authSubmit {
    min-height: 42px;
    margin-top: 0;
  }

  .account-dialog.register-mode #authMessage {
    min-height: 18px;
    margin: 0;
  }
}

@media (min-width:701px) and (max-height:760px) {
  .account-dialog.register-mode #signedOutView {
    padding: 20px 34px 18px;
  }

  .account-dialog.register-mode h2 {
    margin-bottom: 12px;
    font-size: clamp(1.55rem,2.6vw,2rem);
  }

  .account-dialog.register-mode .auth-tabs {
    margin: 8px 0 12px;
  }

  .account-dialog.register-mode .auth-form {
    gap: 8px 12px;
  }

  .account-dialog.register-mode .auth-form input {
    height: 38px;
  }

  .account-dialog.register-mode .auth-form .field-hint {
    font-size: .64rem;
    line-height: 1.25;
  }
}

@media (max-width:700px) {
  .account-dialog.register-mode #signedOutView {
    padding: 24px 18px;
  }

  .account-dialog.register-mode h2 {
    margin-right: 42px;
    font-size: 1.7rem;
  }
}

/* Public cafe-operations simulation. Real device commands are intentionally absent. */
.operations-demo-link {
  color: #8ee8ff;
}

.operations-body {
  min-height: 100vh;
  background: #050913;
}

.operations-body::before {
  opacity: .016;
}

.operations-body.operations-drawer-open {
  overflow: hidden;
}

.operations-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px,1fr) auto minmax(220px,1fr);
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 10px max(22px,calc((100vw - 1420px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(5,9,19,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.operations-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.operations-brand strong,
.operations-brand small {
  display: block;
}

.operations-brand strong {
  font: 900 .92rem var(--font-display);
  letter-spacing: .08em;
}

.operations-brand small {
  color: var(--muted);
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.operations-topbar-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.operations-demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(199,255,79,.32);
  border-radius: 6px;
  background: rgba(199,255,79,.07);
  color: var(--accent);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.operations-demo-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(199,255,79,.7);
}

#operationsClock {
  min-width: 86px;
  color: var(--muted);
  font: 800 .76rem var(--font-ui);
  text-align: center;
}

.operations-topbar-actions {
  display: flex;
  justify-content: end;
  gap: 8px;
}

.operations-topbar-actions .button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: .72rem;
}

.operations-shell {
  width: min(calc(100% - 40px),1420px);
  margin: 0 auto;
  padding: 42px 0 72px;
}

.operations-intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 28px;
}

.operations-intro h1 {
  max-width: 880px;
  margin: 0 0 12px;
  font-size: clamp(2.25rem,4.2vw,4.8rem);
}

.operations-intro p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.operations-reset {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: #0c1423;
  color: var(--text);
  font-size: .76rem;
  font-weight: 900;
}

.operations-reset:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.operations-summary {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.operations-summary-card {
  position: relative;
  min-width: 0;
  min-height: 120px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: #0a1120;
}

.operations-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #6f7a8e;
}

.operations-summary-card.free::before { background: var(--accent); }
.operations-summary-card.active::before { background: #3fdcff; }
.operations-summary-card.booked::before { background: #ffc857; }
.operations-summary-card.attention::before { background: #ff6b7a; }

.operations-summary-card span,
.operations-summary-card small,
.operations-summary-card strong {
  display: block;
}

.operations-summary-card span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.operations-summary-card strong {
  margin: 3px 0;
  font: 900 2.2rem var(--font-display);
}

.operations-summary-card small {
  color: #8d9ab0;
  font-size: .7rem;
}

.operations-workspace,
.operations-activity {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: #080e19;
}

.operations-activity {
  margin-top: 18px;
}

.operations-workspace-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.operations-workspace-heading .eyebrow {
  margin: 0 0 5px;
}

.operations-workspace-heading h2 {
  margin: 0;
  font-size: 1.65rem;
}

.operations-workspace-heading > span {
  color: var(--muted);
  font-size: .74rem;
}

.operations-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px 14px;
  color: var(--muted);
  font-size: .68rem;
}

.operations-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.operations-legend i,
.operations-activity-row > i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #6f7a8e;
}

.operations-legend .status-free,
.operations-activity-row > .status-free { background: var(--accent); }
.operations-legend .status-active,
.operations-activity-row > .status-active { background: #3fdcff; }
.operations-legend .status-booked,
.operations-activity-row > .status-booked { background: #ffc857; }
.operations-legend .status-offline,
.operations-activity-row > .status-offline { background: #728099; }
.operations-legend .status-repair,
.operations-activity-row > .status-repair { background: #ff6b7a; }

.operations-filter-block {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.operations-room-filters,
.operations-status-filters {
  display: flex;
  gap: 8px;
  min-width: 0;
  scrollbar-width: none;
}

.operations-room-filters {
  overflow-x: auto;
}

.operations-room-filters::-webkit-scrollbar,
.operations-status-filters::-webkit-scrollbar {
  display: none;
}

.operations-room-filters button,
.operations-status-filters button {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  background: #0b1423;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 850;
  white-space: nowrap;
}

.operations-room-filters button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.operations-room-filters small {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 5px;
  border-radius: 5px;
  background: rgba(255,255,255,.06);
  color: var(--text);
}

.operations-room-filters button.active,
.operations-status-filters button.active {
  border-color: rgba(199,255,79,.58);
  background: rgba(199,255,79,.09);
  color: var(--accent);
}

.operations-floor {
  display: grid;
  gap: 18px;
  min-height: 320px;
}

.operations-loading,
.operations-empty {
  display: grid;
  place-items: center;
  min-height: 320px;
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.operations-empty span,
.operations-empty strong {
  display: block;
}

.operations-empty strong {
  color: var(--text);
}

.operations-room-zone {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background-color: #070c16;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 28px 28px;
}

.operations-room-zone > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 3px solid var(--room-color);
}

.operations-room-zone > header span,
.operations-room-zone > header small {
  display: block;
}

.operations-room-zone > header span {
  font: 900 .95rem var(--font-display);
}

.operations-room-zone > header small,
.operations-room-zone > header b {
  color: var(--muted);
  font-size: .65rem;
}

.operations-station-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(175px,1fr));
  gap: 9px;
}

.operations-station {
  --station-color: #6f7a8e;
  position: relative;
  display: grid;
  grid-template-rows: auto 70px auto auto;
  align-items: center;
  min-width: 0;
  min-height: 188px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb,var(--station-color) 38%,rgba(255,255,255,.1));
  border-radius: 8px;
  background: #0b1422;
  color: var(--text);
  text-align: left;
  transition: border-color .18s ease,background .18s ease,transform .18s ease;
}

.operations-station:hover,
.operations-station:focus-visible {
  border-color: var(--station-color);
  background: color-mix(in srgb,var(--station-color) 8%,#0b1422);
  outline: none;
  transform: translateY(-2px);
}

.operations-station.status-free { --station-color: var(--accent); }
.operations-station.status-active { --station-color: #3fdcff; }
.operations-station.status-booked { --station-color: #ffc857; }
.operations-station.status-offline { --station-color: #728099; }
.operations-station.status-repair { --station-color: #ff6b7a; }

.operations-station-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.operations-station-topline b {
  min-width: 0;
  overflow: hidden;
  font-size: .74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-station-topline i {
  flex: 0 0 auto;
  color: var(--station-color);
  font-size: .56rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.operations-monitor {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 44px;
  margin: 10px auto 8px;
  border: 5px solid #273149;
  border-bottom-width: 8px;
  border-radius: 6px;
  background: color-mix(in srgb,var(--station-color) 12%,#030711);
  box-shadow: inset 0 0 22px color-mix(in srgb,var(--station-color) 18%,transparent),0 0 22px color-mix(in srgb,var(--station-color) 12%,transparent);
}

.operations-monitor::after {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 28px;
  height: 8px;
  border-radius: 0 0 4px 4px;
  background: #273149;
}

.operations-monitor strong {
  color: var(--station-color);
  font: 900 1rem var(--font-display);
}

.operations-station-detail,
.operations-station > small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-station-detail {
  color: var(--station-color);
  font: 900 .84rem var(--font-display);
}

.operations-station > small {
  color: var(--muted);
  font-size: .64rem;
}

.operations-activity-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.operations-activity-row {
  display: grid;
  grid-template-columns: 84px 10px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 13px 15px;
  background: #09111f;
}

.operations-activity-row time {
  color: #8d9ab0;
  font-size: .66rem;
}

.operations-activity-row div {
  min-width: 0;
}

.operations-activity-row strong,
.operations-activity-row span {
  display: block;
  overflow-wrap: anywhere;
}

.operations-activity-row strong {
  font-size: .74rem;
}

.operations-activity-row span {
  color: var(--muted);
  font-size: .7rem;
}

.operations-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0,3,9,.72);
  cursor: default;
}

.operations-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  width: min(460px,100%);
  height: 100dvh;
  padding: 24px;
  overflow-y: auto;
  border-left: 1px solid rgba(255,255,255,.14);
  background: #080f1d;
  box-shadow: -30px 0 80px rgba(0,0,0,.45);
}

.operations-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.operations-drawer-header .eyebrow {
  margin: 0 0 5px;
}

.operations-drawer-header h2 {
  margin: 0;
  font-size: 1.75rem;
}

.operations-drawer-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: #0d1728;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
}

.operations-drawer-close:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.operations-drawer-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
  margin: 18px 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: #0b1525;
}

.operations-drawer-status > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.operations-drawer-status > span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.operations-drawer-status > span.status-free { color: var(--accent); }
.operations-drawer-status > span.status-active { color: #3fdcff; }
.operations-drawer-status > span.status-booked { color: #ffc857; }
.operations-drawer-status > span.status-offline { color: #8d9ab0; }
.operations-drawer-status > span.status-repair { color: #ff6b7a; }

.operations-drawer-status > strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font: 900 1rem var(--font-display);
  text-align: right;
}

.operations-station-details {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
  margin: 0 0 22px;
}

.operations-station-details > div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
}

.operations-station-details dt {
  color: #8d9ab0;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.operations-station-details dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: .72rem;
  font-weight: 750;
}

.operations-control-section h3 {
  margin-bottom: 10px;
  font-size: .9rem;
}

.operations-control-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}

.operations-control-grid button {
  min-height: 46px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: #0c1728;
  color: var(--text);
  font-size: .7rem;
  font-weight: 900;
}

.operations-control-grid button:hover {
  border-color: #8ee8ff;
  color: #8ee8ff;
}

.operations-control-grid button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #071008;
}

.operations-control-grid button.warning {
  border-color: rgba(255,200,87,.5);
  color: #ffd77f;
}

.operations-control-grid button.danger {
  border-color: rgba(255,107,122,.5);
  color: #ff9ba5;
}

.operations-safety-note {
  margin: 22px 0 0;
  padding: 13px;
  border-left: 3px solid #3fdcff;
  background: rgba(63,220,255,.06);
  color: var(--muted);
  font-size: .7rem;
}

.operations-toast {
  position: fixed;
  inset: auto 18px 18px auto;
  z-index: 110;
  width: min(390px,calc(100% - 36px));
  padding: 13px 15px;
  border: 1px solid rgba(199,255,79,.42);
  border-radius: 8px;
  background: #0c1722;
  color: var(--accent);
  box-shadow: 0 18px 50px rgba(0,0,0,.4);
  font-size: .74rem;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .operations-topbar {
    grid-template-columns: minmax(0,1fr) auto;
  }

  .operations-topbar-status {
    display: none;
  }

  .operations-summary {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .operations-filter-block {
    grid-template-columns: 1fr;
  }

  .operations-status-filters {
    overflow-x: auto;
  }
}

@media (max-width: 700px) {
  .operations-topbar {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px 14px;
  }

  .operations-topbar-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .operations-topbar-actions .button {
    width: 100%;
  }

  .operations-shell {
    width: min(calc(100% - 22px),1420px);
    padding-top: 28px;
  }

  .operations-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .operations-intro h1 {
    font-size: 2.35rem;
  }

  .operations-reset {
    width: 100%;
  }

  .operations-summary {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .operations-summary-card {
    min-height: 108px;
    padding: 14px;
  }

  .operations-summary-card strong {
    font-size: 1.75rem;
  }

  .operations-workspace,
  .operations-activity {
    padding: 14px;
  }

  .operations-workspace-heading {
    display: grid;
    gap: 12px;
  }

  .operations-legend {
    justify-content: start;
  }

  .operations-room-zone {
    padding: 11px;
  }

  .operations-room-zone > header {
    align-items: flex-start;
  }

  .operations-room-zone > header b {
    max-width: 96px;
    text-align: right;
  }

  .operations-station-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .operations-station {
    min-height: 178px;
    padding: 10px;
  }

  .operations-station-topline b {
    max-width: 84px;
  }

  .operations-station-topline i {
    max-width: 62px;
    overflow-wrap: anywhere;
    text-align: right;
    white-space: normal;
  }

  .operations-activity-row {
    grid-template-columns: 66px 8px minmax(0,1fr);
    gap: 9px;
    padding: 11px;
  }

  .operations-drawer {
    width: 100%;
    padding: 18px;
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .operations-summary {
    grid-template-columns: 1fr 1fr;
  }

  .operations-summary-card span {
    min-height: 32px;
  }

  .operations-station-grid {
    grid-template-columns: 1fr;
  }

  .operations-station {
    grid-template-columns: minmax(0,1fr) 82px;
    grid-template-rows: auto auto auto;
    min-height: 132px;
  }

  .operations-station-topline {
    grid-column: 1 / -1;
  }

  .operations-monitor {
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .operations-station-detail,
  .operations-station > small {
    grid-column: 1;
  }

  .operations-station-detail {
    align-self: end;
  }

  .operations-station > small {
    align-self: start;
  }

  .operations-station-details,
  .operations-control-grid {
    grid-template-columns: 1fr;
  }
}
