/* Exo 2, the adrasis.com typeface: the same variable files and subsets as the website. */
@font-face { font-family: 'Exo 2'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/exo2-v26-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Exo 2'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/exo2-v26-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root { --frame: min(1560px, max(640px, calc((100dvh - 168px) * 16 / 9 + 80px))); --ink: #172b4d; --muted: #626f86; --blue: #0c66e4; --blue-soft: #e9f2ff; --paper: #f4f3ef; --line: #dcdfe4; --stage-scale: 1; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Exo 2', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #0c66e4; outline-offset: 5px; }
button { border: 0; }
a { color: inherit; }
svg.icon { width: 20px; height: 20px; flex: none; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
.masthead { max-width: var(--frame); padding: 16px 40px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
/* Matches the adrasis.com header logo: mark, Exo 2 semibold name, trademark sign. */
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.wordmark img { border-radius: 8px; }
.wordmark-text { font-weight: 600; font-size: 36px; letter-spacing: 1px; color: #0f2a4a; }
.wordmark-text sup { font-size: .5em; font-weight: 400; vertical-align: super; margin-left: 2px; }
.quiet-button { color: var(--ink); background: transparent; display: inline-flex; gap: 9px; align-items: center; border: 1px solid #d7d9d8; border-radius: 9px; padding: 10px 13px; font-size: 12px; font-weight: 500; }
.quiet-button:hover { background: #fff; border-color: #b7bfcd; }
.quiet-button .icon { width: 15px; height: 15px; }
.workspace { max-width: var(--frame); margin: 4px auto 0; padding: 0 40px; }
.overline { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #798285; }
h1 { margin: 8px 0 0; font-size: 27px; line-height: 1.3; font-weight: 600; letter-spacing: -.5px; }
.player { border-radius: 20px; border: 1px solid #d9ddde; overflow: hidden; background: #fff; box-shadow: 0 18px 55px -35px #29365355; }
.stage-viewport { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; position: relative; }
.stage { position: absolute; width: 1600px; height: 900px; transform: scale(var(--stage-scale)); transform-origin: top left; background: #f3f5f8; overflow: hidden; isolation: isolate; }
.scene { position: absolute; inset: 0; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; }
.scene.active { visibility: visible; opacity: 1; pointer-events: auto; }
.brand-bug { position: absolute; top: 42px; right: 54px; border-radius: 15px; box-shadow: 0 4px 15px #172b4d09; z-index: 5; }
.scene-counter { position: absolute; bottom: 39px; left: 54px; font-size: 13px; font-weight: 600; letter-spacing: 1px; z-index: 5; }
.scene-counter span { margin-left: 8px; opacity: .4; }
.subtitle { position: absolute; z-index: 8; left: 50%; bottom: 27px; transform: translateX(-50%); max-width: 1280px; width: max-content; padding: 15px 24px; color: #fff; background: #14233aec; box-shadow: 0 4px 12px #14233a10; border: 1px solid #ffffff15; border-radius: 12px; font-size: 21px; font-weight: 400; text-align: center; line-height: 1.5; pointer-events: none; }
.transport { height: 66px; display: flex; align-items: center; gap: 15px; padding: 0 22px; border-top: 1px solid #e6e8eb; }
.play-button { color: #fff; background: var(--ink); border-radius: 50%; display: grid; place-items: center; width: 34px; height: 34px; flex: none; }
.play-button:hover { background: var(--blue); }
.play-button .icon { width: 18px; height: 18px; }
.icon-button { width: 29px; height: 30px; color: #6f7b89; border-radius: 5px; background: transparent; display: grid; place-items: center; flex: none; }
.icon-button:hover, .icon-button.is-on { color: var(--blue); background: #e9f2ff; }
.icon-button .icon { width: 19px; height: 19px; }
.timecode { font: 11px ui-monospace, monospace; white-space: nowrap; color: #576778; }
.time-divider { opacity: .45; padding: 0 7px; }
.scrubber { flex: 1; min-width: 20px; height: 4px; appearance: none; background: linear-gradient(to right, var(--blue) var(--progress, 0%), #e8ecf1 var(--progress, 0%)); border-radius: 8px; cursor: pointer; margin: 0 10px; }
.scrubber::-webkit-slider-thumb { appearance: none; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.scrubber::-moz-range-thumb { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: var(--blue); }
.voice-button { display: flex; align-items: center; gap: 7px; border: 0; background: transparent; font-size: 11px; color: #657282; padding: 6px; white-space: nowrap; }
.voice-button .icon { width: 17px; height: 17px; }
.voice-button[aria-pressed=true] { color: var(--blue); }
.chapters { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 18px; }
.chapter { position: relative; display: flex; align-items: center; gap: 10px; text-align: left; color: #7b8289; background: #ffffff75; border: 1px solid #e1e2df; border-radius: 11px; padding: 15px 12px; transition: background .15s, border .15s; overflow: hidden; }
.chapter .chapter-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #f0f0ed; flex: none; }
.chapter .icon { width: 16px; height: 16px; }
.chapter > span:nth-child(2) { min-width: 0; }
.chapter strong { display: block; font-size: 11px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chapter small { display: block; font-size: 9px; margin-top: 5px; font-variant-numeric: tabular-nums; opacity: .7; }
.chapter:hover { background: white; border-color: #bdcbdd; color: var(--ink); }
.chapter.active { background: white; border-color: #a8c6f0; color: var(--blue); box-shadow: 0 2px 4px #0c66e406; }
.chapter.active .chapter-icon { background: var(--blue-soft); }
.chapter-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: var(--chapter-progress, 0%); background: var(--blue); }
.review-note { margin-top: 17px; display: flex; justify-content: space-between; font-size: 10px; color: #7c8385; gap: 15px; }
.review-note > span:first-child { display: flex; align-items: center; gap: 7px; }
.review-note i { padding: 0 6px; font-style: normal; }
.tiny-dot { width: 4px; height: 4px; background: #8f999d; border-radius: 50%; }
.voice-notice { color: #59657a; font-size: 12px; }
.voice-notice:empty { display: none; }
.page-footer { max-width: var(--frame); margin: 32px auto; padding: 0 40px; display: flex; justify-content: space-between; color: #969b9c; font-size: 10px; }
.page-footer span:first-child { color: #71808c; font-weight: 600; }
/* Narration script: a drawer from the left that overlays the page, so the player keeps its place. */
.transcript { position: fixed; inset: 0 auto 0 0; z-index: 20; width: min(440px, 100vw); overflow-y: auto; overscroll-behavior: contain; background: #fff; border-right: 1px solid #d9dedd; box-shadow: 24px 0 60px -30px #29365366; padding: 26px 28px 40px; }
.transcript-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.transcript h2 { margin: 8px 0; font-size: 22px; letter-spacing: -.2px; }
.transcript p { font-size: 13px; color: #637180; line-height: 1.7; }
.transcript #download-subtitles { margin-bottom: 18px; }
.transcript-scene { display: grid; gap: 10px; padding: 18px 0; border-top: 1px solid #e0e3e2; }
.transcript-scene button { padding: 0; background: none; text-align: left; color: var(--blue); font-size: 13px; font-weight: 600; }
.transcript-scene button small { display: block; margin-top: 8px; font-size: 10px; color: #748194; font-weight: 400; }
.transcript-scene p { margin: 0; }
.transcript-scene .scene-direction { color: #87919c; font-size: 12px; }

/* Shared visual vocabulary inside the 1600 x 900 composition. */
.scene-kicker { display: block; color: #536c7b; font-size: 13px; font-weight: 600; letter-spacing: 2.3px; }
.scene-heading { position: absolute; left: 80px; top: 57px; z-index: 1; }
.scene-heading h2 { font-size: 57px; font-weight: 600; line-height: 1.07; letter-spacing: -1.35px; margin: 19px 0 0; }
.scene-heading em, .booking-copy em { font-style: normal; color: var(--blue); }
.scene-heading p { position: absolute; left: 630px; top: 60px; font-size: 18px; width: 350px; line-height: 1.6; color: var(--muted); }
.floating-card { border: 1px solid #fff; border-radius: 20px; box-shadow: 0 18px 65px -23px #253e6635, 0 2px 5px #22354806; background: #ffffffed; }
.round-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; flex: none; }
.round-icon .icon { width: 25px; height: 25px; }
.round-icon.blue { background: #e9f2ff; color: #0c66e4; }
.round-icon.aqua { background: #dff5ec; color: #167c63; }
.round-icon.peach { background: #fff0df; color: #b16d21; }
.badge { display: inline-flex; align-items: center; gap: 6px; border-radius: 5px; font-size: 12px; line-height: 1; padding: 7px 9px; font-weight: 600; white-space: nowrap; }
.badge .icon { width: 14px; height: 14px; }
.badge.blue { color: #0c66e4; background: #e9f2ff; }
.badge.green { color: #216e4e; background: #dcfff1; }
.badge.amber { color: #974f0c; background: #fff7d6; }
.chips { display: flex; gap: 8px; }
.chips > span { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e4e9ec; border-radius: 6px; padding: 7px 9px; font-size: 12px; color: #5c6b7f; background: #fff8; }
.chips .icon { width: 14px; height: 14px; }
.primary-button { padding: 15px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--blue); color: #fff; font-weight: 500; font-size: 15px; border-radius: 8px; box-shadow: 0 4px 8px #0c66e417; }
.primary-button:hover { background: #0055c5; }
.speech-bubble { padding: 19px 23px; font-size: 17px; border-radius: 16px 16px 16px 3px; background: #172b4d; color: #fff; box-shadow: 0 10px 30px #172b4d16; display: flex; align-items: center; gap: 10px; }
.callout { background: #e5f6ee; padding: 20px 28px; border: 1px solid #cde9dd; border-radius: 12px 12px 12px 3px; color: #236049; font-size: 17px; display: flex; align-items: center; gap: 10px; box-shadow: 0 9px 26px #233d4912; }
.callout strong { font-weight: 600; }

/* Scene 1: the human context. */
.scene-request { background: #f1eee7; }
.office-photo { position: absolute; height: 100%; width: 1065px; top: 0; right: 0; object-fit: cover; object-position: 31% 50%; }
.photo-wash { position: absolute; inset: 0; background: linear-gradient(90deg, #f2efe9 0%, #f2efe9 31%, #f2efe9db 39%, #f2efe920 61%, #f2efe900 76%), linear-gradient(0deg, #eee9e4d9, transparent 23%); }
.photo-grain { position: absolute; inset: 0; 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='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.7' filter='url(%23n)'/%3E%3C/svg%3E"); pointer-events: none; }
.request-copy { position: absolute; left: 82px; top: 166px; z-index: 2; }
.request-copy h2 { font-size: 83px; line-height: 1.04; letter-spacing: -2.2px; font-weight: 500; margin: 25px 0 23px; }
.request-copy h2 span { color: var(--blue); }
.request-copy p { color: #6b777c; font-size: 21px; line-height: 1.6; margin: 0 0 30px; }
.hero-play { padding: 18px 20px; font-size: 17px; }
.hero-play > span { margin-left: 25px; font-size: 12px; opacity: .75; border-left: 1px solid #ffffff66; padding-left: 17px; }
.request-message { position: absolute; width: 410px; right: 80px; top: 176px; padding: 25px; transform: rotate(1deg); }
.message-top { display: flex; gap: 13px; align-items: center; font-size: 15px; font-weight: 600; }
.message-top small { display: block; color: #8a949d; margin-top: 6px; font-size: 11px; font-weight: 400; }
.small-dot { margin-left: auto; height: 7px; width: 7px; border-radius: 50%; background: #35aa83; }
.request-message p { font-size: 23px; line-height: 1.45; margin: 23px 0 20px; font-weight: 500; letter-spacing: -.25px; }
.supplier-message { position: absolute; display: flex; gap: 17px; width: 410px; right: 170px; top: 505px; padding: 25px; transform: rotate(-2deg); }
.supplier-message strong { font-size: 17px; font-weight: 600; }
.supplier-message p { font-size: 13px; margin: 7px 0 15px; color: #6c798b; }
.file-chip { display: inline-flex; align-items: center; gap: 7px; color: #2e805f; font-size: 9px; font-weight: 700; padding: 6px 8px; background: #e7f3ec; border-radius: 5px; }
.file-chip b { color: #567268; font-size: 11px; font-weight: 400; }
.intro-bubble { position: absolute; right: 95px; top: 708px; transform: rotate(1deg); font-size: 16px; }
.photo-caption { position: absolute; top: 47px; left: 80px; font-size: 10px; color: #9a9c99; letter-spacing: 3px; }

/* Shared Console shell matches the actual compact sidebar / grid vocabulary. */
.console-window { position: absolute; left: 80px; top: 255px; width: 1440px; height: 504px; border: 1px solid #d8dfe8; background: #fff; border-radius: 13px; box-shadow: 0 24px 65px -27px #273e5c45; overflow: hidden; }
.window-chrome { height: 34px; background: #fafbfc; border-bottom: 1px solid #e4e8ed; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; font-size: 10px; color: #86929e; }
.window-chrome > span:nth-child(2) { display: inline-flex; align-items: center; gap: 6px; padding-left: 90px; }
.window-chrome .icon { height: 10px; width: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; background: #d7dce3; border-radius: 50%; }
.console-layout { height: calc(100% - 34px); display: grid; grid-template-columns: 198px 1fr; }
.console-sidebar { position: relative; min-height: 0; border-right: 1px solid #e5e8ed; padding: 16px 10px; background: #fff; }
.workspace-name { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; padding: 2px 7px 20px; }
.workspace-name small { display: block; font-size: 9px; font-weight: 400; color: #7b8a9d; margin-top: 4px; }
.workspace-avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 7px; background: #edf3fc; color: var(--blue); }
.sidebar-label { color: #8e99aa; font-size: 8px; letter-spacing: 1px; padding: 5px 9px 11px; }
.sidebar-item { display: flex; align-items: center; gap: 9px; width: 100%; font-size: 11px; padding: 11px 10px; border-radius: 5px; color: #627187; background: transparent; text-align: left; white-space: nowrap; }
.sidebar-item .icon { width: 14px; height: 14px; }
.sidebar-item.selected, .sidebar-item:hover { color: var(--blue); background: #e9f2ff; }
.sidebar-bottom { position: absolute; bottom: 18px; left: 20px; display: flex; gap: 9px; align-items: center; color: var(--blue); font-size: 10px; }
.sidebar-bottom .icon { width: 15px; height: 15px; }
.console-main { background: #f7f8fa; padding: 0 23px 15px; min-width: 0; min-height: 0; }
.breadcrumbs { font-size: 9px; color: #8793a4; height: 34px; border-bottom: 1px solid #e4e8ee; display: flex; align-items: center; gap: 8px; }
.breadcrumbs .icon { width: 10px; height: 10px; }
.app-title-row { display: flex; justify-content: space-between; align-items: center; margin: 19px 0; }
.app-title-row h3 { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -.25px; }
.app-title-row p { font-size: 11px; color: #7a8796; margin: 7px 0 0; }
.app-title-row .badge { font-size: 10px; }
.steps { display: flex; gap: 15px; align-items: center; padding: 12px 0 18px; font-size: 11px; color: #a0aabb; }
.steps span { display: flex; align-items: center; gap: 7px; }
.steps .icon { width: 15px; height: 15px; }
.steps .complete { color: #23815f; }
.steps .current { color: var(--blue); }
.steps b { font-weight: 500; }
.steps i { height: 1px; width: 85px; background: #dfe5ec; }
.contract-columns { display: grid; grid-template-columns: 260px 1fr; gap: 19px; }
.document-preview { border: 1px solid #dce5e5; border-radius: 7px; background: #f4f8f6; padding: 17px; text-align: center; }
.excel-symbol { display: inline-grid; place-items: center; width: 31px; height: 36px; border-radius: 4px; background: #257c57; color: #fff; font-size: 19px; font-weight: 700; }
.document-preview h4 { margin: 10px 0 4px; font-size: 13px; font-weight: 600; }
.document-preview p { margin: 0 0 12px; font-size: 10px; color: #869a93; }
.sheet-preview { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; padding: 6px; margin: 0 18px; border: 1px solid #dee9e2; background: #fff; }
.sheet-preview i { height: 7px; background: #eef2ef; }
.sheet-preview .sheet-head { background: #bad7c8; }
.file-meta { display: inline-block; margin-top: 11px; font-size: 8px; color: #67907b; }
.contract-review { border: 1px solid #e0e6ee; background: #fff; border-radius: 7px; overflow: hidden; }
.panel-heading { padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; }
.panel-heading h4 { font-size: 13px; font-weight: 600; margin: 0; }
.panel-heading .badge { font-size: 9px; padding: 5px 7px; }
.panel-heading .badge .icon { width: 11px; height: 11px; }
.mini-tabs { padding: 0 16px; display: flex; gap: 23px; font-size: 10px; color: #788699; border-bottom: 1px solid #e6eaf0; }
.mini-tabs span { padding: 10px 0; }
.mini-tabs .current { border-bottom: 2px solid var(--blue); color: var(--blue); }
.data-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 11px; }
.data-table th { font-size: 8px; font-weight: 500; letter-spacing: .5px; color: #8897a7; padding: 12px 16px; background: #fafbfc; }
.data-table td { padding: 11px 16px; border-bottom: 1px solid #edf0f4; }
.data-table td:last-child { font-weight: 600; }
.data-table td .icon { width: 13px; height: 13px; color: #248762; margin-right: 4px; }
.review-footer { display: flex; gap: 7px; padding: 11px 16px; font-size: 9px; color: #7f8ca0; }
.review-footer .icon { width: 12px; height: 12px; }
.review-footer > span { margin-left: auto; }
.contract-callout { position: absolute; right: 100px; top: 713px; z-index: 2; }

/* Scene 3: actual single-amount calendar semantics. */
.scene-rates { background: #edf3fc; }
.scene-rates .console-window { top: 263px; height: 507px; }
.app-filter { display: flex; align-items: center; gap: 8px; border: 1px solid #d9e1ec; padding: 9px 12px; font-size: 11px; border-radius: 5px; background: #fff; }
.app-filter .icon { width: 13px; height: 13px; }
.rate-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.rate-tabs { display: flex; gap: 2px; padding: 3px; border: 1px solid #e0e6ed; border-radius: 5px; background: #eef1f5; }
.rate-tabs button { background: transparent; color: #78879a; font-size: 10px; padding: 7px 11px; border-radius: 3px; }
.rate-tabs button.current { color: var(--blue); background: #fff; box-shadow: 0 1px 3px #172b4d10; }
.subtle-label { color: #7a8b9e; font-size: 10px; }
.subtle-label .icon { width: 12px; height: 12px; margin-right: 5px; }
.rate-grid { border-collapse: separate; border-spacing: 0; width: 100%; table-layout: fixed; border: 1px solid #e1e7ef; border-radius: 6px; overflow: hidden; background: #fff; }
.rate-grid thead { background: #f9fafc; }
.rate-grid th { font-size: 9px; font-weight: 400; color: #798ba2; padding: 10px 0; border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e7ebf2; }
.rate-grid th:first-child { width: 235px; font-size: 9px; text-align: left; padding-left: 16px; letter-spacing: .7px; }
.rate-grid th strong { display: block; font-size: 20px; font-weight: 600; color: var(--ink); margin: 2px 0; }
.rate-grid th small { font-size: 8px; }
.rate-grid td { padding: 0; border-right: 1px solid #e8edf4; border-bottom: 1px solid #e8edf4; height: 65px; text-align: center; }
.rate-grid tr:last-child td { border-bottom: none; }
.rate-grid td:first-child { text-align: left; padding-left: 16px; }
.rate-grid td:first-child > strong { display: block; font-size: 12px; font-weight: 600; }
.rate-grid td:first-child > span { display: block; margin-top: 6px; font-size: 9px; color: #8592a4; }
.rate-grid button { width: 100%; height: 65px; background: transparent; color: var(--ink); }
.rate-grid button b { font-size: 17px; font-weight: 600; }
.rate-grid button small { font-size: 8px; display: block; color: #94a3b7; margin-top: 4px; }
.rate-grid td.highlight-cell { background: #e9f2ff; border-bottom: 2px solid #80b0f1; }
.rate-grid td.highlight-cell b { color: var(--blue); }
.rate-grid td.inspected { box-shadow: inset 0 0 0 2px #0c66e4; }
.rate-grid td button:hover { background: #0c66e412; }
.rate-inspector { display: flex; align-items: center; gap: 10px; font-size: 10px; margin: 13px 0; color: #71809a; }
.rate-inspector strong { font-weight: 500; color: #43638a; }
.selection-dot { width: 6px; height: 6px; background: #0c66e4; border-radius: 50%; }
#cell-meta { margin-left: 9px; }
.selection-hint { margin-left: auto; color: #8496ab; }
.selection-hint .icon { width: 13px; height: 13px; margin-left: 6px; }
.floating-pill { display: flex; align-items: center; gap: 10px; font-size: 15px; border-radius: 100px; padding: 14px 22px; background: #fff; border: 1px solid #d6e2f2; box-shadow: 0 8px 23px #1948780e; }
.rates-pill { position: absolute; right: 150px; top: 212px; color: #3f6595; }
.rates-pill > span { color: #b2c5df; margin: 0 5px; }

/* Scene 4: separate base price and evaluated promotion. */
.scene-promotion { background: #f5f0e9; }
.promotion-editor { position: absolute; left: 143px; top: 271px; width: 545px; padding: 29px 34px; }
.promotion-editor .app-title-row { margin: 0 0 20px; }
.promotion-editor h3 { font-size: 31px; font-weight: 600; letter-spacing: -.5px; margin: 0 0 7px; }
.promotion-editor > p { font-size: 13px; color: #7c8790; margin: 0; }
.promo-discount { display: flex; align-items: center; gap: 23px; margin: 20px 0; padding-bottom: 21px; border-bottom: 1px solid #e9e9e6; }
.promo-discount > strong { color: #c47038; font-size: 76px; font-weight: 500; line-height: 1; letter-spacing: -2.5px; }
.promo-discount > span { font-size: 15px; color: #a38069; line-height: 1.55; }
.promo-fields { display: grid; gap: 15px; }
.promo-fields > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.promo-fields span { font-size: 9px; letter-spacing: .7px; color: #9b9894; }
.promo-fields b { font-size: 12px; font-weight: 500; }
.promo-footer { border-top: 1px solid #e9e9e6; padding-top: 18px; margin-top: 21px; color: #788c83; font-size: 11px; }
.promo-footer .icon { width: 15px; height: 15px; margin-right: 5px; color: #2e9770; }
.promo-connector { position: absolute; left: 721px; top: 477px; text-align: center; width: 165px; color: #b4a490; }
.promo-connector .icon { width: 67px; height: 67px; stroke-width: 1; }
.promo-connector span { display: block; font-size: 12px; margin-top: 8px; }
.offer-card { position: absolute; width: 458px; right: 201px; top: 266px; overflow: hidden; transform: rotate(1.5deg); }
.offer-scenery { height: 170px; background: #bbdeda; position: relative; overflow: hidden; }
.sun { position: absolute; width: 75px; height: 75px; border-radius: 50%; background: #fff2ce; top: 33px; right: 106px; }
.coast { position: absolute; border-radius: 40%; }
.coast-back { width: 600px; height: 170px; background: #8ab8b6; transform: rotate(-15deg); top: 110px; left: -250px; }
.coast-front { width: 420px; height: 170px; background: #588f94; transform: rotate(16deg); top: 113px; right: -120px; }
.offer-scenery > span:not(.badge) { position: absolute; left: 24px; top: 23px; color: #376f75; font-size: 10px; letter-spacing: 2px; display: flex; align-items: center; gap: 6px; }
.offer-scenery > span .icon { width: 14px; height: 14px; }
.offer-scenery .badge { position: absolute; bottom: 15px; right: 18px; background: #fff; color: #277354; font-size: 12px; }
.offer-body { padding: 25px 28px 27px; }
.offer-stars { font-size: 10px; color: #ba985b; letter-spacing: 2px; }
.offer-body h3 { font-size: 24px; font-weight: 600; letter-spacing: -.25px; margin: 9px 0; }
.offer-body > p { font-size: 12px; color: #81909b; margin: 0 0 20px; }
.offer-body .chips { gap: 5px; }
.offer-body .chips > span { font-size: 10px; padding: 6px 8px; }
.offer-price { margin-top: 23px; padding-top: 22px; border-top: 1px solid #e7eced; display: flex; align-items: flex-end; justify-content: space-between; }
.offer-price s { font-size: 12px; color: #a0adb6; }
.offer-price div > strong { display: block; margin-top: 3px; font-size: 35px; font-weight: 600; letter-spacing: -.75px; }
.offer-price strong small { font-size: 10px; font-weight: 400; letter-spacing: 0; color: #758791; }
.offer-price > span { font-size: 10px; color: #81909b; text-align: right; }
.offer-price > span strong { display: block; font-size: 18px; color: var(--ink); margin-top: 6px; font-weight: 600; }
.promo-bubble { position: absolute; right: 116px; top: 718px; font-size: 15px; padding: 16px 21px; }
.promo-bubble b { font-weight: 500; color: #bce5dd; }

/* AI example approval preview. */
.approval-card { position: absolute; left: 759px; top: 251px; width: 691px; padding: 30px; }
.approval-top { display: flex; align-items: center; justify-content: space-between; }
.approval-top .scene-kicker { font-size: 9px; letter-spacing: 1.5px; }
.approval-top h3 { font-size: 25px; letter-spacing: -.35px; font-weight: 600; margin: 9px 0 0; }
.approval-top .badge { font-size: 10px; }
.approval-scope { display: flex; flex-wrap: wrap; gap: 12px 17px; margin: 22px 0; padding-bottom: 23px; border-bottom: 1px solid #e8ebf2; color: #7f8b9e; font-size: 11px; }
.approval-scope .icon { width: 13px; height: 13px; margin-right: 5px; }
.approval-safety { font-size: 11px; color: #95a0b2; margin-bottom: 25px; }
.approval-safety .icon { width: 12px; height: 12px; margin-right: 4px; }
.approval-action { position: relative; border-top: 1px solid #e8ebf2; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; }
.approval-action p { color: #a18b65; font-size: 11px; }
.approval-action .primary-button { font-size: 12px; padding: 13px 16px; }
.approval-action .primary-button .icon { width: 16px; height: 16px; }
.demo-pointer { position: absolute; right: 32px; bottom: -13px; width: 27px; height: 34px; opacity: 0; pointer-events: none; }
.approval-audit { margin-top: 18px; padding: 10px 12px; border-radius: 5px; background: #eaf7f0; color: #32785a; font-size: 10px; display: none; }
.approval-audit .icon { width: 13px; height: 13px; margin-right: 4px; }
.approval-card.approved .approval-audit { display: block; }
.approval-card.approved .approval-action p { color: #32785a; }
.approval-card.approved .primary-button { background: #267856; opacity: 1; }

/* Scene 7: one concrete result, with payment state kept separate. */
.scene-booking { background: #eaf1ed; }
.booking-copy { position: absolute; left: 117px; top: 144px; }
.booking-copy h2 { font-size: 88px; letter-spacing: -2.35px; line-height: 1.02; font-weight: 500; margin: 28px 0; }
.booking-copy em { color: #267666; }
.booking-copy > p { font-size: 19px; color: #70817b; line-height: 1.6; }
.closing-brand { display: flex; gap: 13px; align-items: center; margin-top: 33px; }
.closing-brand img { border-radius: 13px; }
.closing-brand > span { font-size: 21px; letter-spacing: -.25px; font-weight: 600; }
.closing-brand small { display: block; font-size: 11px; font-weight: 400; color: #8e9b97; margin-top: 6px; letter-spacing: 0; }
.site-link { display: flex; gap: 9px; align-items: center; color: #47857d; font-size: 14px; text-decoration: none; margin-top: 26px; }
.site-link .icon { width: 17px; height: 17px; }
.booking-card { position: absolute; top: 122px; right: 146px; width: 590px; padding: 34px 39px; transform: rotate(1deg); }
.booking-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.confirmation-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #e1f4e9; color: #2f8c64; }
.confirmation-icon .icon { width: 27px; height: 27px; }
.booking-card .scene-kicker { font-size: 10px; letter-spacing: 1.6px; color: #98a59f; }
.booking-card h3 { font-size: 29px; font-weight: 600; letter-spacing: -.4px; margin: 13px 0 9px; }
.booking-card > p { font-size: 13px; color: #85928e; margin: 0; }
.stay-dates { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; margin: 23px 0 12px; border-top: 1px solid #e5eae6; border-bottom: 1px solid #e5eae6; }
.stay-dates > div > span { display: block; font-size: 9px; letter-spacing: 1px; color: #9aa69f; }
.stay-dates strong { display: block; font-size: 21px; font-weight: 500; margin-top: 11px; }
.stay-dates small { display: block; font-size: 9px; color: #97a29e; margin-top: 6px; }
.night-count { font-size: 11px; background: #f2f5f2; color: #84978c; padding: 6px 10px; border-radius: 5px; }
.booking-detail-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 12px; }
.booking-detail-row > span:not(.badge) { color: #94a098; }
.booking-detail-row strong { font-weight: 500; }
.booking-detail-row .badge { font-size: 10px; }
.booking-total { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e5eae6; margin-top: 18px; padding-top: 23px; }
.booking-total > span { font-size: 12px; color: #859289; }
.booking-total > span small { display: block; font-size: 10px; color: #a2ada6; margin-top: 7px; }
.booking-total > strong { font-size: 44px; font-weight: 600; letter-spacing: -1px; }
.booking-total > strong small { font-size: 12px; letter-spacing: 0; font-weight: 400; color: #819087; }
.booking-card-bottom { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #9ca79f; padding-top: 23px; margin-top: 22px; border-top: 1px solid #edf0ed; }
.booking-card-bottom .icon { width: 12px; height: 12px; }
.booking-card-bottom > span { padding: 0 5px; color: #c3cbc5; }
.booking-bubble { position: absolute; top: 738px; right: 94px; background: #286859; font-size: 16px; padding: 17px 23px; }

/* Review and capture are the same page; recording needs only the composition. */
body.focus-mode { background: #111a27; overflow: hidden; }
.focus-mode .masthead, .focus-mode .chapters, .focus-mode .review-note, .focus-mode .page-footer, .focus-mode .transcript, .focus-mode .voice-notice { display: none; }
.focus-mode .workspace { padding: 0; max-width: none; margin: 0; min-height: 100dvh; display: flex; justify-content: center; align-items: center; }
.focus-mode .player { width: min(100vw, calc((100dvh - 66px) * 16 / 9)); border: 0; border-radius: 0; box-shadow: none; }
.focus-mode .transport { background: #fff; }
.capture-mode { margin: 0; overflow: hidden; background: #f4f3ef; }
.capture-mode .masthead, .capture-mode .chapters, .capture-mode .review-note, .capture-mode .page-footer, .capture-mode .transport, .capture-mode .transcript, .capture-mode .voice-notice { display: none !important; }
.capture-mode .workspace { padding: 0; max-width: none; margin: 0; }
.capture-mode .player { border: 0; border-radius: 0; box-shadow: none; }
.is-playing .hero-play, .capture-mode .hero-play { visibility: hidden; }
@media (max-width: 1100px) {
  .masthead { padding: 16px 24px; }
  .workspace { padding: 0 24px; }
  .chapters { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .chapter { padding: 13px 7px; gap: 6px; }
  .chapter .chapter-icon { width: 23px; height: 27px; }
  .chapter strong { font-size: 9px; }
  .transport { gap: 10px; padding: 0 16px; }
  .review-note { font-size: 9px; }
}
@media (max-width: 700px) {
  .masthead { padding: 20px 17px; }
  .wordmark img { width: 30px; height: 30px; }
  .wordmark-text { font-size: 26px; }
  #transcript-toggle [data-i18n] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .quiet-button { font-size: 10px; padding: 9px; }
  .workspace { padding: 0 14px; margin-top: 15px; }
  .overline { font-size: 8px; letter-spacing: 1.4px; }
  h1 { font-size: 23px; letter-spacing: -.45px; margin-top: 8px; }
    .player { border-radius: 11px; }
  .transport { height: 56px; gap: 7px; padding: 0 10px; }
  .play-button { width: 30px; height: 30px; }
  .voice-button > span:last-child { display: none; }
  .voice-button { padding: 2px; }
  #restart { display: none; }
  .timecode { font-size: 9px; }
  .time-divider { padding: 0 4px; }
  .scrubber { margin: 0 2px; }
  .icon-button { width: 25px; }
  .chapters { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 14px; }
  .chapter { padding: 13px 12px; gap: 11px; }
  .chapter .chapter-icon { width: 32px; height: 32px; }
  .chapter strong { font-size: 11px; }
  .chapter:last-child { grid-column: span 2; }
  .review-note { line-height: 1.6; margin-top: 15px; }
  .review-note > span:last-child { display: none; }
  .page-footer { padding: 0 17px; gap: 25px; font-size: 9px; line-height: 1.5; }
  .page-footer span:last-child { text-align: right; }
  .transcript-scene .scene-direction { font-size: 11px; }
  .focus-mode .player { width: min(100vw, calc((100dvh - 56px) * 16 / 9)); }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* The language control stays available on small review screens. */
.language-switch { display: flex; gap: 3px; padding: 4px; margin-left: auto; margin-right: 22px; border: 1px solid #dce1e8; border-radius: 8px; }
.language-switch a { padding: 6px 9px; border-radius: 5px; color: #65717f; text-decoration: none; font-size: 11px; font-weight: 650; }
.language-switch a[aria-current] { background: #e9f2ff; color: #0c66e4; }
.language-switch a:focus-visible { outline: 2px solid #0c66e4; outline-offset: 2px; }
.booking-copy { max-width: 650px; }
.booking-copy h2 { font-size: 64px; letter-spacing: -1.5px; }
.request-copy h2 { font-size: 75px; letter-spacing: -1.75px; }
.scene-promotion .scene-heading h2 { font-size: 53px; }
@media (max-width: 700px) {
  .language-switch { margin-right: 10px; margin-left: 8px; }
  .language-switch a { padding: 6px; }
  .masthead { gap: 8px; flex-wrap: wrap; }
  .masthead .wordmark { margin-right: auto; }
}
@media (min-width: 1101px) { .chapters { grid-template-columns: repeat(7, minmax(0, 1fr)); } }
.console-sidebar .sidebar-item { padding-top: 9px; padding-bottom: 9px; }
