:root {
  --pine: #0b4f4c;
  --pine-dark: #073836;
  --jade: #0c7167;
  --mint: #dceee9;
  --mint-soft: #edf6f2;
  --sand: #f5f1e8;
  --sand-dark: #e8dfcf;
  --paper: #fffdf9;
  --ink: #173536;
  --muted: #667776;
  --line: #dbe4df;
  --amber: #b86a23;
  --amber-soft: #fff0dc;
  --red: #b43d39;
  --red-soft: #fae7e5;
  --blue: #32668a;
  --blue-soft: #e6f0f8;
  --shadow-sm: 0 4px 16px rgba(11, 52, 54, 0.07);
  --shadow-md: 0 16px 44px rgba(11, 52, 54, 0.13);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: var(--sand);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100%; margin: 0; color: var(--ink); background: var(--sand); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
.ui-icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 auto; }
.ui-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.noscript-card { max-width: 520px; margin: 64px auto; padding: 28px; border-radius: var(--radius); background: white; }

/* Guest experience */
.guest-body { padding-bottom: calc(74px + var(--safe-bottom)); background: linear-gradient(180deg, #eef4f0 0, var(--sand) 260px); }
.guest-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(219, 228, 223, .84); background: rgba(255, 253, 249, .94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.guest-header__inner { display: flex; align-items: center; width: min(100%, 780px); min-height: 72px; margin: 0 auto; padding: 10px 16px; gap: 10px; }
.brand { display: flex; min-width: 0; flex: 1; align-items: center; gap: 10px; padding: 0; border: 0; text-align: left; background: transparent; cursor: pointer; }
.brand__logo { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; object-fit: cover; box-shadow: 0 4px 12px rgba(12, 113, 103, .18); }
.brand__copy { display: grid; min-width: 0; gap: 2px; }
.brand__copy strong { overflow: hidden; font-size: 15px; line-height: 1.25; white-space: nowrap; text-overflow: ellipsis; }
.brand__copy small { overflow: hidden; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; text-overflow: ellipsis; }
.icon-button { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; }
.back-button { margin-left: -4px; }
.language-picker { position: relative; display: flex; height: 38px; flex: 0 0 auto; align-items: center; padding: 0 24px 0 12px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.language-picker::after { position: absolute; right: 10px; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg) translateY(-2px); }
.language-picker span { font-size: 12px; font-weight: 800; }
.language-picker select { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: pointer; }
.guest-main { width: min(100%, 780px); margin: 0 auto; padding: 16px; }
.guest-main--home { padding-top: 12px; }
.hero-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius-lg); color: white; background: var(--pine-dark); box-shadow: var(--shadow-md); }
.hero-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.hero-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 28, 28, .05) 20%, rgba(3, 28, 28, .3) 52%, rgba(3, 28, 28, .9) 100%); }
.hero-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 24px 24px; }
.eyebrow { display: inline-block; margin-bottom: 8px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .82; }
.eyebrow--dark { color: var(--jade); opacity: 1; }
.hero-card h1 { max-width: 560px; margin: 0; font-family: Georgia, "Times New Roman", "Songti SC", serif; font-size: clamp(30px, 8vw, 48px); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.hero-card p { max-width: 520px; margin: 12px 0 20px; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.55; }
.hero-card__status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 12px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.status-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #63d59d; box-shadow: 0 0 0 4px rgba(99, 213, 157, .15); }
.section-block { padding: 32px 2px 8px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.section-heading h2, .card-heading h2 { margin: 0; font-size: 25px; line-height: 1.15; letter-spacing: -.02em; }
.section-intro, .card-heading p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; gap: 12px; }
.service-card { position: relative; display: grid; min-height: 160px; align-content: space-between; padding: 17px; border: 1px solid rgba(219, 228, 223, .95); border-radius: var(--radius); text-align: left; background: var(--paper); box-shadow: var(--shadow-sm); cursor: pointer; }
.service-card::after { position: absolute; top: 0; right: 0; width: 78px; height: 78px; border-radius: 0 var(--radius) 0 100%; background: linear-gradient(135deg, transparent, rgba(12, 113, 103, .08)); content: ""; }
.service-card__icon { display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; border-radius: 14px; color: var(--jade); background: var(--mint-soft); }
.service-card__icon .ui-icon { width: 24px; height: 24px; }
.service-card__body { display: grid; gap: 6px; }
.service-card__body strong { font-size: 16px; line-height: 1.25; }
.service-card__body small { padding-right: 18px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.service-card__arrow { position: absolute; right: 12px; bottom: 15px; color: #8da09d; }
.service-card__arrow .ui-icon { width: 17px; height: 17px; }
.contact-strip { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; margin: 22px 0 10px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.7); gap: 12px; }
.contact-strip__icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 13px; color: var(--jade); background: var(--mint); }
.contact-strip > div:nth-child(2) { display: grid; min-width: 0; gap: 3px; }
.contact-strip span { font-size: 13px; font-weight: 700; line-height: 1.35; }
.contact-strip small { overflow: hidden; color: var(--muted); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.text-button { padding: 7px 0; border: 0; color: var(--jade); font-size: 12px; font-weight: 800; background: transparent; cursor: pointer; }
.bottom-nav { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); height: calc(66px + var(--safe-bottom)); padding: 7px max(10px, calc((100vw - 760px) / 2)) var(--safe-bottom); border-top: 1px solid var(--line); background: rgba(255,253,249,.97); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.bottom-nav button, .bottom-nav a { display: grid; min-width: 0; place-items: center; align-content: center; gap: 4px; padding: 0; border: 0; color: #81908f; font-size: 10px; font-weight: 700; background: transparent; cursor: pointer; }
.bottom-nav .ui-icon { width: 21px; height: 21px; }
.bottom-nav .is-active { color: var(--jade); }

/* Guest detail views */
.guest-main--detail { display: grid; padding-top: 20px; gap: 14px; }
.detail-title { display: grid; grid-template-columns: auto 1fr; align-items: start; padding: 8px 4px 10px; gap: 14px; }
.detail-title__icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 16px; color: white; background: var(--jade); box-shadow: 0 8px 20px rgba(12,113,103,.2); }
.detail-title h1 { margin: 0; font-size: clamp(27px, 7vw, 38px); line-height: 1.1; letter-spacing: -.035em; }
.detail-title p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.content-card, .highlight-card, .action-card, .wifi-card, .airport-card { overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.highlight-card { color: white; border: 0; background: linear-gradient(135deg, #0d7268, #084640); box-shadow: 0 14px 35px rgba(7,56,54,.2); }
.highlight-card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: rgba(255,255,255,.78); font-size: 11px; }
.highlight-card__top > span { display: inline-flex; align-items: center; gap: 5px; }
.highlight-card__top .ui-icon { width: 16px; height: 16px; }
.live-pill { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.12); }
.highlight-card h2 { margin: 24px 0 8px; font-size: 27px; }
.highlight-card p { margin: 0 0 22px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.58; }
.primary-button, .light-button, .wide-action { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 17px; border: 0; border-radius: 14px; color: white; font-size: 14px; font-weight: 800; background: var(--jade); gap: 8px; cursor: pointer; }
.highlight-card .primary-button { color: var(--pine-dark); background: #f9f3e8; }
.primary-button .ui-icon, .wide-action .ui-icon { width: 18px; height: 18px; }
.primary-button--wide { width: 100%; margin-top: 4px; }
.light-button { color: var(--jade); border: 1px solid var(--line); background: white; }
.card-heading { margin-bottom: 17px; }
.card-heading .time-badge { display: inline-flex; margin-top: 12px; padding: 7px 10px; border-radius: 999px; color: var(--jade); font-size: 12px; font-weight: 800; background: var(--mint-soft); }
.segmented-control { display: flex; overflow-x: auto; margin: 0 -4px 16px; padding: 4px; border-radius: 12px; background: #edf2ef; scrollbar-width: none; }
.segmented-control::-webkit-scrollbar { display: none; }
.segmented-control button { min-width: max-content; flex: 1; padding: 9px 11px; border: 0; border-radius: 9px; color: var(--muted); font-size: 11px; font-weight: 800; background: transparent; cursor: pointer; }
.segmented-control .is-active { color: var(--ink); background: white; box-shadow: 0 2px 8px rgba(11,52,54,.08); }
.meeting-photo { position: relative; overflow: hidden; margin: 0; border-radius: 14px; background: #d9e4df; aspect-ratio: 4 / 3; }
.meeting-photo img { width: 100%; height: 100%; object-fit: cover; }
.meeting-photo figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; display: inline-flex; width: fit-content; align-items: center; padding: 8px 10px; border-radius: 10px; color: white; font-size: 11px; font-weight: 800; background: rgba(5,38,37,.74); gap: 6px; }
.meeting-photo figcaption .ui-icon { width: 15px; height: 15px; }
.route-steps { display: grid; margin: 18px 0 0; padding: 0; list-style: none; gap: 12px; }
.route-steps li { display: grid; grid-template-columns: 30px 1fr; align-items: start; gap: 10px; }
.route-steps li > span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; color: var(--jade); font-size: 12px; font-weight: 900; background: var(--mint); }
.route-steps p { margin: 4px 0 0; font-size: 13px; line-height: 1.5; }
.notice-line { margin: 16px 0 0; padding: 12px; border-left: 3px solid #d89b50; border-radius: 4px 10px 10px 4px; color: #76532c; font-size: 12px; line-height: 1.5; background: #fff5e8; }
.address-card { display: grid; padding: 18px; border: 1px dashed #c4d4ce; border-radius: 15px; background: var(--mint-soft); gap: 5px; }
.address-card strong { color: var(--jade); font-size: 13px; }
.address-card b { margin-top: 4px; font-size: 20px; line-height: 1.3; }
.address-card > span { color: var(--muted); font-size: 13px; }
.address-card button { display: inline-flex; width: fit-content; align-items: center; margin-top: 11px; padding: 8px 11px; border: 0; border-radius: 10px; color: white; font-size: 12px; font-weight: 800; background: var(--jade); gap: 5px; cursor: pointer; }
.address-card button .ui-icon { width: 16px; height: 16px; }
.check-list { display: grid; gap: 12px; }
.check-list > div { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 9px; }
.check-list .ui-icon { width: 22px; height: 22px; padding: 4px; border-radius: 50%; color: var(--jade); background: var(--mint); }
.check-list span { padding-top: 2px; font-size: 13px; line-height: 1.5; }
.wifi-card { display: grid; padding: 26px 22px; text-align: center; color: white; border: 0; background: radial-gradient(circle at 85% 0, rgba(255,255,255,.16), transparent 34%), linear-gradient(145deg, #0c7167, #083e3b); box-shadow: var(--shadow-md); }
.wifi-card__icon { display: inline-flex; width: 56px; height: 56px; place-self: center; align-items: center; justify-content: center; border-radius: 18px; background: rgba(255,255,255,.13); }
.wifi-card__icon .ui-icon { width: 30px; height: 30px; }
.wifi-card h2 { margin: 13px 0 18px; font-size: 25px; }
.wifi-value { display: grid; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.15); gap: 3px; }
.wifi-value span { color: rgba(255,255,255,.65); font-size: 11px; }
.wifi-value strong { font-size: 20px; letter-spacing: .02em; }
.wifi-card .light-button { place-self: center; margin-top: 13px; color: var(--pine-dark); border: 0; }
.info-stack { display: grid; gap: 0; }
.info-row { display: grid; grid-template-columns: 42px minmax(0, 1fr); padding: 18px 0; border-bottom: 1px solid var(--line); gap: 12px; }
.info-row:first-child { padding-top: 0; }
.info-row:last-child { padding-bottom: 0; border-bottom: 0; }
.info-row__icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 13px; color: var(--jade); background: var(--mint-soft); }
.info-row h3 { margin: 1px 0 4px; font-size: 16px; }
.info-row p { margin: 5px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.info-row__meta { display: inline-flex; color: var(--jade); font-size: 11px; font-weight: 800; }
.action-card { display: grid; gap: 16px; }
.action-card h2 { margin: 0; font-size: 20px; }
.action-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.wide-action { width: 100%; min-height: 54px; }
.airport-card { display: grid; text-align: center; gap: 7px; }
.airport-card > span { color: var(--muted); font-size: 12px; }
.airport-card h2 { margin: 7px 0 0; font-size: 20px; }
.airport-card strong { font-size: 24px; }
.airport-card .light-button { place-self: center; margin-top: 8px; }
.emergency-stack { display: grid; gap: 10px; }
.emergency-card { display: grid; grid-template-columns: 45px minmax(0, 1fr) 22px; align-items: center; padding: 18px; border: 1px solid #ead9d6; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); gap: 12px; }
.emergency-card > span:first-child { display: inline-flex; width: 45px; height: 45px; align-items: center; justify-content: center; border-radius: 14px; color: var(--red); background: var(--red-soft); }
.emergency-card h2 { margin: 0; font-size: 17px; }
.emergency-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.emergency-card strong { display: inline-block; margin-top: 5px; color: var(--jade); font-size: 13px; }
.emergency-card--hotel { border-color: #cfe2dc; }
.emergency-card--hotel > span:first-child { color: var(--jade); background: var(--mint); }
.phrase-card { display: grid; gap: 12px; }
.phrase-card > span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.phrase-card > div { display: grid; padding: 15px; border-radius: 12px; background: var(--mint-soft); gap: 5px; }
.phrase-card b { font-size: 17px; line-height: 1.4; }
.phrase-card small { color: var(--muted); line-height: 1.4; }
.phrase-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

/* Forms */
form { display: grid; gap: 16px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, form label > span { display: block; margin-bottom: 8px; color: #405857; font-size: 12px; font-weight: 800; }
input, textarea, select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfdcd7; border-radius: 12px; outline: 0; color: var(--ink); background: white; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 92px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--jade); box-shadow: 0 0 0 3px rgba(12,113,103,.1); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.choice-tile input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-tile > span { display: flex; min-height: 70px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 13px; color: #405857; font-size: 12px; font-weight: 800; background: white; gap: 9px; cursor: pointer; }
.choice-tile .ui-icon { width: 20px; height: 20px; color: var(--jade); }
.choice-tile input:checked + span { color: var(--pine-dark); border-color: var(--jade); background: var(--mint-soft); box-shadow: inset 0 0 0 1px var(--jade); }
.form-error { min-height: 18px; margin: -4px 0; color: var(--red); font-size: 12px; }
.modal-open { overflow: hidden; }
.modal-backdrop, .confirmation-backdrop { position: fixed; z-index: 100; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 12px 12px max(12px, var(--safe-bottom)); background: rgba(3,27,27,.58); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.modal-sheet { width: min(100%, 620px); max-height: min(90vh, 850px); overflow-y: auto; padding: 10px 20px 24px; border-radius: 24px 24px 18px 18px; background: var(--paper); box-shadow: 0 -12px 60px rgba(3,27,27,.25); }
.modal-sheet__handle { width: 40px; height: 4px; margin: 0 auto 12px; border-radius: 4px; background: #d4ded9; }
.modal-sheet header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; gap: 12px; }
.modal-sheet header h2 { margin: 0; font-size: 23px; }
.modal-sheet header p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.modal-sheet header .icon-button { width: 38px; height: 38px; flex: 0 0 auto; }
.confirmation-backdrop { z-index: 110; align-items: center; }
.confirmation-card { display: grid; width: min(100%, 430px); padding: 30px 24px; border-radius: 24px; text-align: center; background: var(--paper); box-shadow: var(--shadow-md); justify-items: center; }
.confirmation-icon { display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 50%; color: white; background: var(--jade); }
.confirmation-icon .ui-icon { width: 32px; height: 32px; }
.confirmation-card h2 { margin: 18px 0 8px; font-size: 25px; }
.confirmation-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.toast { position: fixed; z-index: 200; bottom: calc(82px + var(--safe-bottom)); left: 50%; padding: 10px 15px; border-radius: 999px; color: white; font-size: 12px; font-weight: 800; background: rgba(6,48,47,.92); opacity: 0; transform: translate(-50%, 8px); transition: .2s; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.request-list { display: grid; gap: 10px; }
.request-item { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.request-item__top { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 11px; }
.request-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 13px; color: var(--jade); background: var(--mint-soft); }
.request-item h2 { margin: 0; font-size: 16px; }
.request-item small { color: var(--muted); font-size: 10px; }
.status-badge { padding: 6px 8px; border-radius: 999px; color: var(--amber); font-size: 10px; font-weight: 900; white-space: nowrap; background: var(--amber-soft); }
.status-badge--accepted { color: var(--blue); background: var(--blue-soft); }
.status-badge--progress { color: var(--jade); background: var(--mint); }
.status-badge--done { color: #55706a; background: #e7eeeb; }
.request-item__detail { display: flex; align-items: end; justify-content: space-between; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); gap: 12px; }
.request-item__detail p { margin: 0; font-size: 12px; line-height: 1.45; }
.request-item__detail time { color: var(--muted); font-size: 10px; white-space: nowrap; }
.empty-state { display: grid; min-height: 340px; place-items: center; align-content: center; padding: 28px; border: 1px dashed #c9d5d0; border-radius: var(--radius); text-align: center; background: rgba(255,255,255,.5); }
.empty-state > .ui-icon { width: 52px; height: 52px; padding: 13px; border-radius: 18px; color: var(--jade); background: var(--mint); }
.empty-state h2 { margin: 16px 0 6px; }
.empty-state p { max-width: 360px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }

/* Unified hotel management */
.hotel-body { background: #edf2ef; }
.hotel-shell { min-height: 100vh; }
.hotel-topbar { position: sticky; z-index: 60; top: 0; display: flex; height: 68px; align-items: center; padding: 10px 22px; border-bottom: 1px solid #d9e2de; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); gap: 14px; }
.hotel-brand { display: flex; min-width: 0; flex: 1; align-items: center; gap: 11px; }
.hotel-brand img { width: 42px; height: 42px; border-radius: 13px; }
.hotel-brand div { display: grid; min-width: 0; gap: 2px; }
.hotel-brand strong { overflow: hidden; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.hotel-brand span { color: var(--muted); font-size: 11px; }
.hotel-topbar__actions { display: flex; align-items: center; gap: 8px; }
.hotel-topbar__actions a, .hotel-topbar__actions button { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--jade); font-size: 12px; font-weight: 800; background: white; gap: 6px; cursor: pointer; }
.hotel-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: calc(100vh - 68px); }
.hotel-sidebar { position: sticky; top: 68px; align-self: start; height: calc(100vh - 68px); padding: 18px 12px; border-right: 1px solid #d9e2de; background: #f8faf8; }
.hotel-nav { display: grid; gap: 6px; }
.hotel-nav button { display: flex; min-height: 46px; align-items: center; padding: 10px 12px; border: 0; border-radius: 11px; color: #506563; font-size: 13px; font-weight: 700; text-align: left; background: transparent; gap: 10px; cursor: pointer; }
.hotel-nav button.is-active { color: var(--pine-dark); background: var(--mint); }
.hotel-nav .ui-icon { width: 19px; height: 19px; }
.hotel-main { min-width: 0; padding: 26px; }
.hotel-page-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 20px; gap: 16px; }
.hotel-page-header h1 { margin: 0; font-size: 28px; letter-spacing: -.03em; }
.hotel-page-header p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.hotel-date { color: var(--muted); font-size: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; gap: 12px; }
.metric-card { display: grid; min-height: 110px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: white; gap: 6px; }
.metric-card span { color: var(--muted); font-size: 12px; }
.metric-card strong { font-size: 30px; line-height: 1; }
.metric-card small { color: var(--jade); font-size: 11px; }
.hotel-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 5px 18px rgba(11,52,54,.04); }
.hotel-panel + .hotel-panel { margin-top: 16px; }
.panel-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); gap: 12px; }
.panel-toolbar h2 { margin: 0; font-size: 17px; }
.filter-tabs { display: flex; overflow-x: auto; gap: 6px; }
.filter-tabs button { min-width: max-content; padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 11px; font-weight: 800; background: white; cursor: pointer; }
.filter-tabs button.is-active { color: white; border-color: var(--jade); background: var(--jade); }
.task-table { width: 100%; border-collapse: collapse; }
.task-table th { padding: 11px 14px; color: var(--muted); font-size: 10px; font-weight: 800; text-align: left; letter-spacing: .03em; background: #f7f9f8; }
.task-table td { padding: 15px 14px; border-top: 1px solid var(--line); font-size: 12px; vertical-align: middle; }
.task-table td strong { display: block; font-size: 13px; }
.task-table td small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.task-detail { max-width: 300px; line-height: 1.5; }
.status-select { min-height: 36px; padding: 6px 30px 6px 9px; border-radius: 9px; font-size: 11px; font-weight: 800; background-color: white; }
.empty-table { padding: 54px 20px !important; color: var(--muted); text-align: center !important; }
.hotel-form { display: grid; padding: 20px; gap: 18px; }
.hotel-form-section { display: grid; padding-bottom: 20px; border-bottom: 1px solid var(--line); gap: 14px; }
.hotel-form-section:last-child { padding-bottom: 0; border-bottom: 0; }
.hotel-form-section h2 { margin: 0; font-size: 17px; }
.hotel-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.hotel-form-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hotel-logo-field { display: flex; align-items: center; gap: 14px; }
.hotel-logo-preview { width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 18px; object-fit: cover; }
.file-button { position: relative; display: inline-flex; min-height: 40px; align-items: center; padding: 8px 13px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; color: var(--jade); font-size: 12px; font-weight: 800; background: white; cursor: pointer; }
.file-button input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.hotel-savebar { display: flex; justify-content: flex-end; padding-top: 4px; }
.access-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 16px; }
.access-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.access-card h2 { margin: 0 0 8px; font-size: 19px; }
.access-card > p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.guest-link-box { display: grid; grid-template-columns: minmax(0,1fr) auto; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: #f6f9f7; gap: 8px; }
.guest-link-box input { min-height: 40px; padding: 8px; border: 0; color: var(--ink); background: transparent; }
.guest-link-box button { padding: 8px 14px; border: 0; border-radius: 9px; color: white; font-size: 12px; font-weight: 800; background: var(--jade); cursor: pointer; }
.access-qr { display: grid; place-items: center; }
.access-qr img { width: min(100%, 250px); padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.access-qr strong { margin-top: 12px; font-size: 14px; }
.access-qr span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.hotel-toast { position: fixed; z-index: 100; top: 82px; right: 22px; padding: 12px 16px; border-radius: 11px; color: white; font-size: 12px; font-weight: 800; background: var(--pine-dark); box-shadow: var(--shadow-md); }
.hotel-mobile-nav { display: none; }

@media (min-width: 700px) {
  .guest-main { padding-right: 22px; padding-left: 22px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hero-card { min-height: 440px; }
  .modal-backdrop { align-items: center; }
  .modal-sheet { border-radius: 24px; }
  .action-card { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
}

@media (max-width: 900px) {
  .hotel-topbar { padding: 9px 14px; }
  .hotel-topbar__actions .secondary-label { display: none; }
  .hotel-layout { display: block; }
  .hotel-sidebar { display: none; }
  .hotel-main { padding: 18px 14px 92px; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hotel-page-header { align-items: flex-start; }
  .hotel-date { display: none; }
  .task-table, .task-table tbody, .task-table tr, .task-table td { display: block; }
  .task-table thead { display: none; }
  .task-table tr { padding: 15px; border-top: 1px solid var(--line); }
  .task-table tr:first-child { border-top: 0; }
  .task-table td { display: grid; grid-template-columns: 90px 1fr; padding: 5px 0; border: 0; gap: 8px; }
  .task-table td::before { color: var(--muted); font-size: 10px; font-weight: 800; content: attr(data-label); }
  .task-table td:last-child { align-items: center; }
  .task-table .empty-table { display: block; }
  .task-table .empty-table::before { display: none; }
  .status-select { width: 100%; }
  .access-grid { grid-template-columns: 1fr; }
  .hotel-mobile-nav { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); height: calc(68px + var(--safe-bottom)); padding-bottom: var(--safe-bottom); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); }
  .hotel-mobile-nav button { display: grid; place-items: center; align-content: center; padding: 0; border: 0; color: var(--muted); font-size: 10px; font-weight: 800; background: transparent; gap: 4px; }
  .hotel-mobile-nav button.is-active { color: var(--jade); }
  .hotel-mobile-nav .ui-icon { width: 20px; height: 20px; }
}

@media (max-width: 560px) {
  .guest-header__inner { min-height: 66px; padding: 9px 12px; }
  .guest-header--detail .brand__logo { display: none; }
  .guest-header--detail .brand__copy strong { font-size: 13px; }
  .brand__logo { width: 39px; height: 39px; }
  .brand__copy strong { font-size: 13px; }
  .brand__copy small { font-size: 8px; }
  .language-picker { height: 36px; }
  .guest-main { padding: 12px; }
  .hero-card { min-height: 380px; }
  .hero-card__content { padding: 24px 20px 21px; }
  .hero-card h1 { font-size: 33px; }
  .service-card { min-height: 154px; padding: 15px; }
  .detail-title { grid-template-columns: 43px 1fr; gap: 12px; }
  .detail-title__icon { width: 43px; height: 43px; border-radius: 14px; }
  .detail-title__icon .ui-icon { width: 20px; height: 20px; }
  .detail-title h1 { font-size: 27px; }
  .content-card, .highlight-card, .action-card, .wifi-card, .airport-card { padding: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .request-item__top { grid-template-columns: 42px minmax(0,1fr); }
  .request-item__top .status-badge { grid-column: 2; width: fit-content; }
  .hotel-brand span { display: none; }
  .hotel-topbar__actions a { width: 40px; padding: 0; justify-content: center; }
  .hotel-topbar__actions a .secondary-label { display: none; }
  .metric-card { min-height: 96px; }
  .metric-card strong { font-size: 26px; }
  .panel-toolbar { display: grid; }
  .filter-tabs { width: 100%; }
  .hotel-form-grid, .hotel-form-grid--three { grid-template-columns: 1fr; }
  .guest-link-box { grid-template-columns: 1fr; }
}

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