:root {
  --bg: #081412;
  --bg-soft: #0d1b18;
  --surface: #f4f1e9;
  --surface-2: #ebe7dc;
  --ink: #11211d;
  --ink-soft: #53645e;
  --line: rgba(22, 52, 45, 0.13);
  --dark-line: rgba(225, 238, 231, 0.12);
  --mint: #8dd9bc;
  --mint-strong: #45b88d;
  --gold: #d8ad61;
  --blue: #7ba9d6;
  --danger: #bd6559;
  --white: #fffdf8;
  --shadow: 0 20px 60px rgba(1, 12, 9, 0.14);
  --radius: 18px;
  --font-display: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  --font-body: "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--white); font-family: var(--font-body); font-size: 15px; line-height: 1.6; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 3000; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(90px); opacity: .18; z-index: 0; }
.ambient-one { width: 420px; height: 420px; background: #4b9e7d; top: -190px; right: 10%; }
.ambient-two { width: 360px; height: 360px; background: #876634; bottom: -180px; left: 28%; }

.app-shell { position: relative; z-index: 1; display: grid; grid-template-columns: 248px minmax(0, 1fr); min-height: 100dvh; }
.sidebar { position: sticky; top: 0; height: 100dvh; padding: 28px 18px 18px; border-right: 1px solid var(--dark-line); background: rgba(5, 18, 15, .9); backdrop-filter: blur(18px); display: flex; flex-direction: column; z-index: 30; }
.brand { color: var(--white); text-decoration: none; display: flex; gap: 12px; align-items: center; padding: 0 8px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(216,173,97,.45); color: var(--gold); transform: rotate(45deg); }
.brand-mark svg { width: 25px; transform: rotate(-45deg); }
.brand b, .brand small { display: block; }
.brand b { font-family: Georgia, serif; font-size: 17px; letter-spacing: .4px; }
.brand small { margin-top: 1px; color: #869a92; font-size: 11px; letter-spacing: 1.6px; }
.nav-list { display: grid; gap: 7px; margin-top: 52px; }
.nav-item { width: 100%; min-height: 48px; border: 0; border-radius: 10px; background: transparent; color: #8fa39b; display: flex; align-items: center; gap: 12px; padding: 0 14px; text-align: left; transition: 180ms ease; }
.nav-item svg { width: 19px; }
.nav-item:hover { color: var(--white); background: rgba(255,255,255,.05); }
.nav-item.active { background: rgba(141,217,188,.11); color: var(--mint); box-shadow: inset 3px 0 0 var(--mint); }
.sidebar-foot { margin-top: auto; display: grid; gap: 12px; }
.coverage-card { padding: 14px; display: flex; gap: 10px; align-items: center; border: 1px solid var(--dark-line); border-radius: 12px; background: rgba(255,255,255,.025); }
.coverage-card b, .coverage-card small { display: block; }
.coverage-card b { font-size: 12px; color: #dfe9e4; }
.coverage-card small { color: #71857d; font-size: 10px; margin-top: 2px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(141,217,188,.1); }
.account-button { border: 0; background: transparent; color: inherit; min-height: 52px; display: grid; grid-template-columns: 36px 1fr 18px; gap: 10px; align-items: center; text-align: left; padding: 8px; border-radius: 10px; }
.account-button:hover { background: rgba(255,255,255,.05); }
.account-button svg { width: 16px; color: #71857d; }
.account-button b, .account-button small { display: block; }
.account-button b { font-size: 11px; }.account-button small { color: #71857d; font-size: 10px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #172019; font: 700 11px Georgia, serif; }

.main-content { min-width: 0; }
.topbar { min-height: 96px; padding: 24px clamp(24px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--dark-line); }
.topbar h1 { margin: 0; font-family: var(--font-display); font-size: 21px; font-weight: 600; letter-spacing: 1px; }
.eyebrow, .step-kicker { margin: 0 0 2px; color: var(--gold); font-family: Georgia, serif; font-size: 10px; font-weight: 700; letter-spacing: 2.1px; text-transform: uppercase; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.demo-badge { border: 1px solid rgba(216,173,97,.32); color: #dec391; border-radius: 99px; padding: 5px 10px; font-size: 11px; }
.icon-button, .mobile-menu { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--dark-line); color: #c7d5cf; background: rgba(255,255,255,.035); display: grid; place-items: center; position: relative; }
.notification-dot { position: absolute; right: 10px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.mobile-menu { display: none; }

.search-stage { min-height: calc(100dvh - 97px); padding: clamp(50px, 8vh, 96px) clamp(24px, 7vw, 110px) 50px; display: grid; place-content: center; }
.search-copy { max-width: 770px; }
.search-copy h2 { margin: 10px 0 20px; max-width: 780px; overflow-wrap: anywhere; font-family: var(--font-display); font-size: clamp(42px, 5vw, 72px); line-height: 1.18; font-weight: 500; letter-spacing: -1.5px; }
.search-copy p { max-width: 670px; margin: 0; overflow-wrap: anywhere; color: #a9bbb4; font-size: 16px; }
.search-panel { width: min(870px, 100%); margin-top: 44px; }
.search-panel > label { display: block; color: #c9d8d2; font-size: 12px; letter-spacing: .6px; margin-bottom: 9px; }
.search-control { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; padding: 9px 10px 9px 20px; border: 1px solid rgba(218,231,224,.2); border-radius: 15px; background: rgba(246,244,237,.98); box-shadow: 0 24px 90px rgba(0,0,0,.24); }
.search-control svg { color: #6a7a75; }
.search-control input { min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 17px; padding: 0 12px; }
.search-control button, .primary-button { min-height: 48px; padding: 0 23px; border: 0; border-radius: 10px; color: #0c1c17; background: var(--mint); font-weight: 700; box-shadow: 0 7px 20px rgba(69,184,141,.18); transition: 180ms ease; }
.search-control button:hover, .primary-button:hover { background: #a6e7cf; transform: translateY(-1px); }
.field-error { min-height: 22px; color: #efaea5; font-size: 12px; margin: 7px 0 0; }
.sample-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 13px; color: #71877e; font-size: 11px; }
.sample-chip { border: 1px solid var(--dark-line); color: #a9bbb4; background: rgba(255,255,255,.025); border-radius: 99px; padding: 6px 11px; min-height: 32px; }
.sample-chip:hover { color: var(--mint); border-color: rgba(141,217,188,.4); }
.method-strip { width: min(870px, 100%); margin-top: 72px; display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr; align-items: center; }
.method-strip > div { display: grid; grid-template-columns: 30px 1fr; column-gap: 10px; }
.method-strip span { grid-row: 1/3; color: var(--gold); font: 18px Georgia, serif; }
.method-strip b, .method-strip small { display: block; }.method-strip b { font-size: 12px; }.method-strip small { color: #71877e; font-size: 10px; }
.method-strip i { height: 1px; background: var(--dark-line); }

.report-section { background: var(--surface); color: var(--ink); min-height: calc(100dvh - 96px); padding-bottom: 90px; }
.report-toolbar { padding: 30px clamp(24px, 4vw, 64px); display: flex; justify-content: space-between; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.hotel-identity { display: flex; align-items: center; gap: 14px; min-width: 0; }
.back-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); display: grid; place-items: center; flex: none; }
.hotel-monogram { width: 48px; height: 48px; border-radius: 10px 10px 10px 2px; display: grid; place-items: center; background: #13372d; color: var(--mint); font-family: var(--font-display); font-size: 23px; flex: none; }
.identity-line { display: flex; align-items: center; gap: 10px; }
.identity-line h2 { margin: 0; font-family: var(--font-display); font-size: 23px; }
.identity-line span { font-size: 10px; border: 1px solid rgba(50,129,97,.25); border-radius: 99px; padding: 3px 8px; color: #287a59; background: rgba(69,184,141,.07); white-space: nowrap; }
.hotel-identity p { color: var(--ink-soft); margin: 2px 0 0; font-size: 12px; }
.report-actions { display: flex; gap: 9px; }
.secondary-button, .text-button { min-height: 44px; border: 1px solid var(--line); border-radius: 9px; padding: 0 16px; background: rgba(255,255,255,.3); color: var(--ink); display: flex; align-items: center; gap: 8px; }
.secondary-button:hover { background: var(--white); }
.secondary-button svg, .primary-button svg { width: 17px; }
.report-actions .primary-button { min-height: 44px; display: flex; align-items: center; gap: 8px; padding-inline: 17px; }
.context-bar { margin: 0 clamp(24px, 4vw, 64px); padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.context-bar > div > span { display: block; color: #7b8b85; font-size: 10px; }.context-bar b { font-size: 13px; }
.context-meta { display: flex; gap: 8px; }.context-meta span { border: 1px solid var(--line); padding: 4px 8px; border-radius: 6px; color: var(--ink-soft) !important; }
.dashboard-section { padding: 64px clamp(24px, 4vw, 64px) 0; scroll-margin-top: 20px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.section-heading h2 { font-family: var(--font-display); font-size: 31px; margin: 5px 0 0; font-weight: 600; }.section-heading p { color: var(--ink-soft); max-width: 490px; margin: 0; font-size: 12px; }
.section-heading.compact { margin-bottom: 20px; }
.score-grid { display: grid; grid-template-columns: minmax(430px, 1.9fr) repeat(3, minmax(150px, .7fr)); gap: 14px; }
.hero-score-card, .metric-card, .panel { background: rgba(255,253,248,.74); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 5px 24px rgba(26,45,39,.035); }
.hero-score-card { padding: 24px; background: #0e2822; color: var(--white); overflow: hidden; position: relative; }
.hero-score-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -110px; bottom: -160px; background: rgba(141,217,188,.08); border: 1px solid rgba(141,217,188,.14); }
.score-card-head { display: flex; justify-content: space-between; color: #aabcb5; font-size: 11px; }.trend { color: var(--mint); }.trend::before { content: "↗ "; }
.score-main { display: flex; align-items: center; gap: 22px; padding: 14px 0 15px; }
.score-orbit { position: relative; width: 152px; height: 152px; flex: none; }
.score-orbit svg { width: 100%; height: 100%; transform: rotate(-90deg); stroke-width: 8; }
.orbit-track { stroke: rgba(255,255,255,.08); }.orbit-value { stroke: var(--mint); stroke-linecap: round; filter: drop-shadow(0 0 8px rgba(141,217,188,.28)); }
.score-orbit > div { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.score-orbit strong { display: block; font: 46px/1 Georgia, serif; font-variant-numeric: tabular-nums; }.score-orbit small { color: #799188; font-size: 10px; }
.score-verdict .grade { display: inline-block; color: #17281f; background: var(--gold); padding: 1px 7px; border-radius: 4px; font: 700 11px Georgia, serif; }
.score-verdict h3 { font-family: var(--font-display); font-weight: 500; font-size: 20px; line-height: 1.35; margin: 8px 0; }.score-verdict p { color: #849c93; font-size: 11px; margin: 0; max-width: 270px; }
.score-foot { position: relative; z-index: 1; border-top: 1px solid var(--dark-line); padding-top: 14px; display: flex; gap: 14px; align-items: center; color: #8ca199; font-size: 10px; }.score-foot span { display: flex; align-items: center; gap: 5px; }.score-foot button { margin-left: auto; border: 0; background: transparent; color: var(--mint); font-size: 11px; }
.dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }.dot.green { background: var(--mint); }.dot.amber { background: var(--gold); }
.metric-card { padding: 19px; display: flex; flex-direction: column; min-width: 0; }
.metric-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; margin-bottom: 25px; }.metric-icon svg { width: 18px; }.metric-icon.mint { color: #247657; background: rgba(69,184,141,.12); }.metric-icon.gold { color: #966c28; background: rgba(216,173,97,.16); }.metric-icon.blue { color: #426f9b; background: rgba(123,169,214,.16); }
.metric-card > span { color: var(--ink-soft); font-size: 11px; }.metric-card strong { display: block; margin: 5px 0 12px; font: 34px/1 Georgia, serif; font-variant-numeric: tabular-nums; }.metric-card strong small { font-size: 14px; color: var(--ink-soft); }
.mini-bar { height: 4px; background: #dfe3dc; border-radius: 5px; overflow: hidden; }.mini-bar i { display: block; height: 100%; background: var(--mint-strong); }.mini-bar.gold i { background: var(--gold); }.mini-bar.blue i { background: var(--blue); }
.metric-card p { color: #77857f; font-size: 10px; margin: auto 0 0; padding-top: 18px; }.metric-card p b { color: var(--ink); }
.analysis-grid, .source-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; margin-top: 14px; }
.panel { padding: 23px; }.panel-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; }.panel-head h3 { margin: 0; font-size: 15px; }.panel-head p { margin: 2px 0 0; color: #7b8b85; font-size: 10px; }
.text-button { min-height: auto; padding: 0; border: 0; background: transparent; color: #36785f; font-size: 11px; }
.dimension-list { display: grid; margin-top: 21px; }
.dimension-row { display: grid; grid-template-columns: 125px minmax(100px, 1fr) 42px 16px; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); background: transparent; border-left: 0; border-right: 0; border-bottom: 0; text-align: left; color: inherit; width: 100%; }
.dimension-row:hover .dimension-name { color: #237554; }.dimension-name { font-size: 11px; }.dimension-track { height: 7px; border-radius: 5px; background: #e1e2db; overflow: hidden; }.dimension-track i { display: block; height: 100%; border-radius: 5px; background: var(--mint-strong); }.dimension-track i.mid { background: var(--gold); }.dimension-track i.low { background: var(--danger); }
.dimension-value { font: 17px Georgia, serif; text-align: right; font-variant-numeric: tabular-nums; }.dimension-row svg { width: 14px; color: #8b9893; }
.date-tag, .status-pill { border: 1px solid var(--line); border-radius: 99px; padding: 3px 8px; color: var(--ink-soft); font-size: 10px; }
.engine-list { display: grid; margin-top: 17px; }.engine-row { display: grid; grid-template-columns: 95px 1fr 47px 18px; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 11px; }.engine-name { display: flex; align-items: center; gap: 8px; }.engine-logo { width: 25px; height: 25px; border-radius: 7px; display: grid; place-items: center; color: var(--white); background: #18372f; font: 700 9px Georgia, serif; }.engine-bar { height: 5px; background: #e1e2db; border-radius: 8px; overflow: hidden; }.engine-bar i { display: block; height: 100%; background: var(--mint-strong); }.engine-score { text-align: right; font-family: Georgia, serif; }.engine-row > small { color: #397a61; }.engine-row > small.down { color: var(--danger); }
.engine-insight { margin-top: 16px; display: flex; gap: 10px; padding: 12px; border-radius: 10px; color: #41534d; background: #e8eee7; }.engine-insight svg { width: 18px; color: #287a59; flex: none; }.engine-insight p { margin: 0; font-size: 10px; }.engine-insight b { display: block; color: var(--ink); }
.status-pill.good { color: #287a59; background: rgba(69,184,141,.08); }.status-pill.warn { color: #966c28; background: rgba(216,173,97,.09); }
.entity-table { margin-top: 16px; }.entity-row { display: grid; grid-template-columns: 100px 1fr 60px; gap: 12px; align-items: center; padding: 12px 8px; border-top: 1px solid var(--line); font-size: 11px; }.entity-row.header { color: #7b8b85; font-size: 9px; border-top: 0; }.entity-row b { font-weight: 600; }.entity-row em { color: #267657; font-style: normal; font-size: 10px; }.entity-row.warning { background: rgba(216,173,97,.08); }.entity-row.warning em { color: #966c28; }
.coverage-map { height: 290px; position: relative; margin-top: 12px; overflow: hidden; }
.coverage-map::before, .coverage-map::after { content: ""; position: absolute; inset: 50%; transform: translate(-50%,-50%); border: 1px dashed #cad3cb; border-radius: 50%; width: 230px; height: 230px; }.coverage-map::after { width: 150px; height: 150px; }
.coverage-core { position: absolute; width: 100px; height: 100px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #103028; color: var(--white); display: grid; place-content: center; text-align: center; z-index: 2; box-shadow: 0 12px 30px rgba(10,38,30,.18); }.coverage-core strong { font: 29px Georgia, serif; }.coverage-core span { font-size: 9px; color: #87a49a; }
.coverage-node { position: absolute; z-index: 3; min-width: 62px; height: 38px; padding: 4px 8px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); font-size: 10px; box-shadow: 0 5px 15px rgba(23,43,36,.08); }.coverage-node small { display: block; font: 10px Georgia, serif; }.coverage-node.good small { color: #247657; }.coverage-node.warn small { color: #966c28; }.coverage-node.bad small { color: var(--danger); }.n1 { left: 8%; top: 16%; }.n2 { right: 9%; top: 15%; }.n3 { left: 5%; top: 58%; }.n4 { right: 6%; top: 58%; }.n5 { left: 31%; bottom: 2%; }.n6 { right: 28%; bottom: 4%; }
.competitor-panel { padding: 0; overflow: hidden; }.competitor-summary { padding: 21px 23px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; background: #102a23; color: var(--white); }.competitor-summary > div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; }.competitor-summary > div span { grid-column: 1/3; color: #829b92; font-size: 10px; }.competitor-summary strong { font: 34px Georgia, serif; color: var(--mint); }.competitor-summary small { align-self: center; color: #829b92; font-size: 10px; }.competitor-summary p { margin: 0; color: #b1c1bb; font-size: 11px; }.competitor-summary p b { color: var(--gold); }.competitor-summary .secondary-button { color: var(--white); border-color: var(--dark-line); background: rgba(255,255,255,.04); white-space: nowrap; }.competitor-summary .secondary-button:hover { background: rgba(255,255,255,.1); }
.table-wrap { overflow-x: auto; }.competitor-panel table { width: 100%; border-collapse: collapse; min-width: 830px; }.competitor-panel th, .competitor-panel td { padding: 15px 17px; text-align: left; border-bottom: 1px solid var(--line); font-size: 11px; }.competitor-panel th { color: #71817a; font-size: 9px; text-transform: uppercase; letter-spacing: .5px; background: #ede9df; }.competitor-panel td.num { font: 14px Georgia, serif; }.competitor-panel tr.subject { background: rgba(69,184,141,.08); }.hotel-cell { display: flex; align-items: center; gap: 9px; }.hotel-rank { width: 25px; height: 25px; border-radius: 6px; background: #e1e3dc; display: grid; place-items: center; font: 11px Georgia, serif; }.subject .hotel-rank { color: var(--white); background: #246e54; }.hotel-cell small { display: block; color: #819089; font-size: 9px; }.advantage-tag { display: inline-block; border: 1px solid var(--line); padding: 3px 7px; border-radius: 99px; color: #52645d; white-space: nowrap; }
.actions-layout { display: grid; grid-template-columns: 1fr 270px; gap: 14px; }.action-list { display: grid; gap: 9px; }.action-item { background: rgba(255,253,248,.75); border: 1px solid var(--line); border-radius: 13px; padding: 16px 18px; display: grid; grid-template-columns: 26px minmax(0,1fr) auto 20px; gap: 13px; align-items: center; transition: 180ms ease; }.action-item:hover { background: var(--white); transform: translateX(2px); }.action-check { width: 24px; height: 24px; border: 1px solid #bfc9c2; border-radius: 50%; background: transparent; display: grid; place-items: center; color: transparent; padding: 0; }.action-check.checked { background: #267657; color: var(--white); border-color: #267657; }.action-check svg { width: 13px; }.action-copy b { display: block; font-size: 12px; }.action-copy small { color: #71817b; font-size: 10px; }.action-impact { text-align: right; }.action-impact b { display: block; color: #267657; font: 15px Georgia, serif; }.action-impact small { color: #7b8b85; font-size: 9px; }.action-item > svg { width: 14px; color: #87938e; }
.impact-card { padding: 24px; border-radius: var(--radius); background: #d9ae62; color: #18251f; min-height: 100%; }.impact-card > span { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }.impact-card > strong { display: block; font: 50px/1.1 Georgia, serif; margin-top: 12px; }.impact-card > small { display: block; font-size: 9px; color: #5d4b2c; }.impact-scale { height: 5px; background: rgba(32,43,35,.16); border-radius: 5px; margin: 31px 0 26px; position: relative; }.impact-scale i { display: block; width: 72%; height: 100%; border-radius: 5px; background: #173d31; }.impact-scale b, .impact-scale em { position: absolute; top: 10px; font: 10px Georgia, serif; }.impact-scale b { left: 58%; }.impact-scale em { right: 0; font-style: normal; }.impact-card p { font-size: 11px; margin-top: 38px; }.impact-card button { width: 100%; min-height: 46px; border: 1px solid rgba(18,35,28,.22); background: rgba(255,255,255,.18); color: inherit; border-radius: 9px; font-weight: 700; margin-top: 12px; }.impact-card button:hover { background: rgba(255,255,255,.32); }

.modal { position: fixed; inset: 0; z-index: 1000; background: rgba(1,10,8,.72); backdrop-filter: blur(9px); display: grid; place-items: center; padding: 20px; }
.modal-card { width: min(650px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; background: var(--surface); color: var(--ink); border-radius: 20px; padding: 31px; box-shadow: var(--shadow); position: relative; animation: modalIn 240ms ease-out; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; right: 20px; top: 20px; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 50%; display: grid; place-items: center; color: var(--ink); }.modal-close svg { width: 17px; }
.modal-card h2 { margin: 7px 0 8px; font-family: var(--font-display); font-size: 28px; }.modal-intro { color: var(--ink-soft); margin: 0; font-size: 12px; max-width: 530px; }
.candidate-list { display: grid; gap: 9px; margin-top: 25px; }.candidate { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; width: 100%; min-height: 82px; text-align: left; border: 1px solid var(--line); background: rgba(255,255,255,.55); color: var(--ink); padding: 12px 14px; border-radius: 12px; transition: 180ms ease; }.candidate:hover { border-color: rgba(35,117,83,.4); background: var(--white); transform: translateY(-1px); }.candidate-icon { width: 40px; height: 40px; display: grid; place-items: center; background: #15392f; color: var(--mint); border-radius: 9px; font-family: var(--font-display); }.candidate b, .candidate small { display: block; }.candidate b { font-size: 13px; }.candidate small { color: #71817b; font-size: 10px; margin-top: 2px; }.candidate-score { text-align: right; }.candidate-score strong, .candidate-score small { display: block; }.candidate-score strong { color: #277658; font: 20px Georgia, serif; }.candidate-score small { font-size: 8px; }
.modal-footnote { margin-top: 18px; display: flex; gap: 8px; color: #7a8983; font-size: 9px; }.modal-footnote svg { width: 14px; flex: none; }
.scenario-form { margin-top: 23px; display: grid; gap: 17px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.scenario-form label, .scenario-form legend { display: block; color: #52625c; font-size: 10px; margin-bottom: 5px; }.scenario-form input, .scenario-form select { width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); padding: 0 12px; }.scenario-form fieldset { border: 0; padding: 0; margin: 0; }.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }.choice-grid label { margin: 0; cursor: pointer; }.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }.choice-grid span { min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.5); }.choice-grid input:checked + span { background: #183b31; color: var(--white); border-color: #183b31; }.choice-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }.primary-button.full { width: 100%; }
.info-content { margin-top: 22px; }.info-content h3 { font-size: 13px; margin: 20px 0 7px; }.info-content p, .info-content li { color: #596a64; font-size: 11px; }.info-content ul { padding-left: 19px; }.weight-list { display: grid; gap: 7px; margin-top: 13px; }.weight-item { display: grid; grid-template-columns: 1fr 60px; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 11px; }.weight-item b { text-align: right; font-family: Georgia, serif; }
.scan-overlay { position: fixed; inset: 0; z-index: 1200; background: #071612; display: grid; place-items: center; padding: 24px; }.scan-card { width: min(480px,100%); text-align: center; }.scanner { width: 110px; height: 110px; margin: 0 auto 30px; border: 1px solid rgba(141,217,188,.25); border-radius: 50%; display: grid; place-items: center; position: relative; color: var(--mint); font: 700 22px Georgia, serif; overflow: hidden; }.scanner::before, .scanner::after { content:""; position:absolute; inset:14px; border:1px solid rgba(141,217,188,.12); border-radius:50%; }.scanner::after { inset:31px; }.scanner i { position: absolute; width: 50%; height: 1px; left: 50%; top: 50%; transform-origin: left center; background: linear-gradient(90deg,var(--mint),transparent); animation: scan 1.1s linear infinite; }.scanner i::before { content:""; position:absolute; width:80px; height:80px; right:0; top:-40px; background:conic-gradient(from 160deg,rgba(141,217,188,.18),transparent 36%); }
@keyframes scan { to { transform: rotate(360deg); } }.scan-card h2 { font-family: var(--font-display); font-size: 25px; margin: 8px 0; }.scan-card p { color: #81978e; font-size: 12px; }.scan-progress { height: 4px; margin-top: 26px; border-radius: 5px; background: rgba(255,255,255,.09); overflow: hidden; }.scan-progress i { display: block; width: 7%; height: 100%; background: var(--mint); transition: width 500ms ease; }.scan-meta { display:flex; justify-content:space-between; margin-top:8px; color:#60756c; font-size:9px; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 26px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: #102c24; color: var(--white); border: 1px solid rgba(141,217,188,.25); border-radius: 9px; padding: 11px 16px; box-shadow: var(--shadow); font-size: 11px; transition: 220ms ease; }.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1180px) {
  .score-grid { grid-template-columns: repeat(3, 1fr); }.hero-score-card { grid-column: 1/-1; }.metric-card { min-height: 210px; }
  .analysis-grid { grid-template-columns: 1fr; }.competitor-summary { grid-template-columns: 160px 1fr; }.competitor-summary button { grid-column: 1/-1; width: max-content; }
}
@media (max-width: 860px) {
  .app-shell { grid-template-columns: 1fr; }.sidebar { position: fixed; left: 0; transform: translateX(-100%); width: 248px; transition: transform 220ms ease; box-shadow: 20px 0 50px rgba(0,0,0,.3); }.sidebar.open { transform: none; }.mobile-menu { display: grid; margin-right: 12px; }.topbar { justify-content: flex-start; }.topbar-actions { margin-left: auto; }.topbar h1 { font-size: 17px; }
  .search-stage { padding-inline: 24px; }.search-copy h2 { font-size: clamp(38px, 10vw, 56px); }.report-toolbar { align-items: flex-start; }.report-actions { flex-direction: column; }.context-bar { align-items: flex-start; }.context-meta { display: none; }.source-grid, .actions-layout { grid-template-columns: 1fr; }.impact-card { min-height: 270px; }.competitor-summary { grid-template-columns: 1fr; }.competitor-summary button { grid-column: auto; }
}
@media (max-width: 620px) {
  .topbar { min-height: 78px; padding: 16px; }.topbar .eyebrow { display: none; }.demo-badge { display: none; }.search-stage { min-height: calc(100dvh - 78px); align-content: start; justify-content: stretch; padding-top: 58px; }.search-copy, .search-panel, .method-strip { width: 100%; min-width: 0; max-width: 100%; }.search-copy h2 { font-size: 34px; letter-spacing: -1px; }.search-control { grid-template-columns: 28px minmax(0, 1fr); padding: 8px 12px; }.search-control button { grid-column: 1/-1; width: 100%; margin-top: 8px; }.method-strip { grid-template-columns: 1fr; gap: 15px; margin-top: 45px; }.method-strip i { display: none; }
  .report-toolbar { padding: 20px 16px; display: block; }.hotel-identity { align-items: flex-start; min-width: 0; }.hotel-identity > div:last-child, .identity-line { min-width: 0; }.hotel-monogram { display: none; }.identity-line { align-items: flex-start; }.identity-line h2 { font-size: 18px; overflow-wrap: anywhere; }.identity-line span { display: none; }.hotel-identity p, .context-bar b { overflow-wrap: anywhere; }.report-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); margin-top: 16px; }.report-actions button { justify-content: center; padding-inline: 8px; }.context-bar { margin-inline: 16px; }.dashboard-section { min-width: 0; padding: 50px 16px 0; }.section-heading { display: block; min-width: 0; }.section-heading h2 { font-size: 26px; }.section-heading > p { margin-top: 7px; overflow-wrap: anywhere; }.score-grid { min-width: 0; grid-template-columns: minmax(0,1fr); }.hero-score-card { grid-column: auto; min-width: 0; }.score-main { flex-direction: column; align-items: flex-start; }.score-orbit { width: 118px; height: 118px; }.score-orbit strong { font-size: 34px; }.score-verdict { width: 100%; }.score-verdict h3 { font-size: 17px; }.score-foot { flex-wrap: wrap; }.score-foot button { width: 100%; text-align: left; margin: 4px 0 0; }.metric-card { min-width: 0; min-height: 190px; }.panel { min-width: 0; padding: 18px; }.dimension-row { grid-template-columns: 105px minmax(70px,1fr) 36px 14px; gap: 8px; }.source-grid { grid-template-columns: minmax(0,1fr); }.coverage-map { height: 270px; }.competitor-summary { padding: 18px; }.action-item { grid-template-columns: 26px minmax(0,1fr) 20px; }.action-impact { grid-column: 2; text-align: left; }.action-item > svg { grid-column: 3; grid-row: 1/3; }.modal-card { padding: 25px 18px; }.form-row, .choice-grid { grid-template-columns: 1fr 1fr; }.candidate { grid-template-columns: 38px 1fr; }.candidate-score { grid-column: 2; display: flex; gap: 5px; text-align: left; align-items: baseline; }.candidate-score strong { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
