@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700;9..144,900&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--background:oklch(97% .015 85);--foreground:oklch(22% .05 220);--card:oklch(95% .02 85);--card-foreground:oklch(22% .05 220);--popover:oklch(95% .02 85);--popover-foreground:oklch(22% .05 220);--primary:oklch(50% .13 152);--primary-foreground:oklch(98% .01 90);--secondary:oklch(72% .15 75);--secondary-foreground:oklch(22% .05 220);--muted:oklch(90% .02 85);--muted-foreground:oklch(42% .03 220);--accent:oklch(53% .16 35);--accent-foreground:oklch(98% .01 90);--destructive:oklch(62.8% .258 29.23);--destructive-foreground:oklch(98% 0 0);--border:oklch(87% .02 85);--input:oklch(87% .02 85);--ring:oklch(50% .13 152);--font-sans:"Work Sans",system-ui,sans-serif;--font-mono:"Fraunces",serif;--font-serif:"Fraunces",serif;--radius:.5rem;--forest:#0f7a4d;--terracotta:#c64b2e;--gold:#f2a900;--shell:#f3e9d6;--ink:#0a2e3d}.dark{--background:oklch(10% .03 220);--foreground:oklch(94% .02 85);--card:oklch(14% .035 220);--card-foreground:oklch(94% .02 85);--popover:oklch(14% .035 220);--popover-foreground:oklch(94% .02 85);--primary:oklch(62% .14 152);--primary-foreground:oklch(10% .03 220);--secondary:oklch(72% .15 75);--secondary-foreground:oklch(10% .03 220);--muted:oklch(20% .03 220);--muted-foreground:oklch(70% .02 85);--accent:oklch(60% .17 35);--accent-foreground:oklch(97% .01 90);--destructive:oklch(62.8% .258 29.23);--destructive-foreground:oklch(98% 0 0);--border:oklch(24% .035 220);--input:oklch(24% .035 220);--ring:oklch(62% .14 152)}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);margin:0;font-size:14px}button,input{font:inherit;color:inherit}button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.app{grid-template-columns:76px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--ink);width:76px;color:var(--shell);z-index:30;flex-direction:column;align-items:center;padding:20px 12px;display:flex;position:fixed;inset:0 auto 0 0}.brandMark{font:700 22px var(--font-serif);border:1px solid var(--gold);color:#d4ae6f;cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:44px;height:44px;margin-bottom:34px;display:grid}.nav{flex-direction:column;gap:7px;width:100%;display:flex}.navBtn{color:#aaa49a;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;height:43px;transition:all .18s;display:grid;position:relative}.navBtn:hover,.navBtn.active{color:#fff;background:#343027;transform:translateY(-1px)}.navBtn.active:before{content:"";background:var(--gold);border-radius:3px;width:3px;height:22px;position:absolute;left:-12px}.tooltip{background:var(--ink);white-space:nowrap;opacity:0;pointer-events:none;z-index:40;border-radius:5px;padding:8px 10px;transition:all .16s;position:absolute;left:56px;transform:translate(-5px)}.navBtn:hover .tooltip{opacity:1;transform:none}.sidebarBottom{gap:10px;margin-top:auto;display:grid}.avatar{background:var(--forest);color:#fff;border:2px solid var(--shell);border-radius:50%;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.main{grid-column:2;min-width:0;padding:20px 30px 34px}.topbar{justify-content:space-between;align-items:center;height:49px;margin-bottom:15px;display:flex}.brandLockup{align-items:center;gap:14px;height:44px;display:flex}.brandLockup img:first-child{object-fit:contain;mix-blend-mode:multiply;width:84px;height:44px}.brandLockup img:last-child{object-fit:contain;width:48px;height:42px}.brandLockup span{color:var(--gold);font-size:20px;font-weight:300}.brandLockup.inverse img{mix-blend-mode:normal;background:#fff;border-radius:3px;padding:3px}.filter{border:1px solid var(--border);background:color-mix(in oklch,var(--card) 84%,transparent);border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 12px;display:flex}.page{animation:.35s pageIn}.heroTitle,.pageHeader{justify-content:space-between;align-items:flex-end;margin:5px 0 16px;display:flex}.heroTitle h1,.pageHeader h1{font:700 clamp(30px,3vw,44px)/1 var(--font-serif);margin:6px 0}.heroTitle p{color:var(--muted-foreground);margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);font-size:10px;font-weight:700}.statusPill{border:1px solid var(--border);background:var(--card);border-radius:30px;padding:9px 13px;font-weight:600}.statusPill span,.liveDot{background:#67a783;border-radius:50%;width:7px;height:7px;margin-right:8px;display:inline-block;box-shadow:0 0 0 5px #67a78322}.board{background:radial-gradient(circle at 32% 34%,#fff 0,#f3eee2 43%,#e7dfce 100%);border:1px solid #d9d1c1;border-radius:18px;height:min(69vh,660px);min-height:570px;position:relative;overflow:hidden;box-shadow:0 14px 45px #44351e12}.board:before{content:"";opacity:.6;background-image:linear-gradient(30deg,#b8863b08 12%,#0000 12.5% 87%,#b8863b08 87.5%),linear-gradient(150deg,#b8863b08 12%,#0000 12.5% 87%,#b8863b08 87.5%);background-size:36px 62px;position:absolute;inset:0}.boardLabel{z-index:5;position:absolute;top:25px;left:28px}.boardLabel h2{font:700 28px var(--font-serif);margin:4px 0}.mapWrap{place-items:center;display:grid;position:absolute;inset:18px 270px 10px 0}.mapSvg{width:100%;height:100%;overflow:visible}.mapShadow{fill:#49402f20;filter:blur(14px)}.brazil{fill:url(#land);stroke:#faf8f1;stroke-width:5px;filter:url(#softShadow)}.terrain{fill:none;stroke:#6f87743d;stroke-width:7px;stroke-linecap:round}.routeBase,.routeProgress{fill:none;stroke-linecap:round}.routeBase{stroke:#fff9;stroke-width:12px}.routeProgress{stroke:var(--gold);stroke-width:5px;stroke-dasharray:860;transition:stroke-dashoffset 1.2s;animation:2.8s ease-in-out infinite routeGlow}.destination{cursor:pointer;outline:none}.destination:hover .hotelBuilding,.destination.focused .hotelBuilding{transform:translateY(-7px)scale(1.08)}.hotelBuilding{filter:drop-shadow(0 7px 5px #3c2d1b3a);transform-origin:0 0;transition:all .25s}.hotelShadow{fill:#20180f33}.hotelFront{fill:#a9a28f;stroke:#fff9;stroke-width:1px}.hotelSide{fill:#777565}.hotelRoof{fill:#ddd8ca}.window{fill:#494944}.hotelBuilding.lit .hotelFront{fill:#f3ead2}.hotelBuilding.lit .hotelSide{fill:#b7aa8b}.hotelBuilding.lit .window{fill:#f6c765;filter:drop-shadow(0 0 4px #efb63c)}.door{fill:#3f5548}.brandPlaque{fill:#24211d}.brandText{font:700 4px var(--font-sans);fill:#fff;letter-spacing:.03em}.hotelHalo{fill:none;stroke:var(--gold);stroke-width:2px;opacity:.6;animation:2s infinite halo}.routeDot{fill:#fff;stroke:var(--gold);stroke-width:3px}.cityLabel text{font:700 10px var(--font-sans);fill:#27231d;paint-order:stroke;stroke:#f0ebdf;stroke-width:3px}.cityLabel .cityMeta{fill:#736b5e;letter-spacing:.04em;font-size:6px;font-weight:600}.destination:not(.unlocked){opacity:.58}.destination.focused{opacity:1}.marker path{fill:var(--forest);stroke:#fff;stroke-width:2px}.marker text{font:700 8px var(--font-sans);fill:#fff}.metrics,.nextCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #fff;border-radius:14px;width:255px;padding:18px;position:absolute;right:22px;box-shadow:0 8px 30px #3c2d1b12}.metrics{top:22px}.metrics>div:not(.metricDivider){padding:2px 0}.metricDivider{background:var(--border);height:1px;margin:13px 0}.metricValue{font:700 31px/1.1 var(--font-serif);margin-top:4px}.metricValue small{font:600 12px var(--font-sans);color:var(--muted-foreground)}.trend{color:#397254;align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.nextCard{bottom:22px}.nextCard h3{font:700 24px var(--font-serif);margin:5px 0}.nextCard p{color:var(--muted-foreground);line-height:1.5}.progress,.teamProgress{background:#e4ded0;border-radius:9px;height:6px;overflow:hidden}.progress span,.teamProgress span{background:linear-gradient(90deg,var(--forest),var(--gold));border-radius:inherit;height:100%;display:block}.detailsGrid{grid-template-columns:1.45fr .75fr;gap:18px;margin-top:18px;display:grid}.panel,.teamSummary{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:22px}.panel h2,.teamSummary h2{font:700 22px var(--font-serif);margin:0 0 18px}.badgeGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.badge{border:1px solid var(--border);background:#fbf8f0;border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}.badgeSeal{border:1px solid var(--gold);width:40px;height:40px;color:var(--gold);border-radius:50%;place-items:center;display:grid}.badgeSeal svg{width:19px}.statsLine{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:48px;display:flex}.primaryBtn{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:8px;align-items:center;gap:7px;padding:11px 16px;transition:all .18s;display:inline-flex}.primaryBtn:hover{background:var(--forest);transform:translateY(-1px);box-shadow:0 6px 18px #2f4a3e33}.teamHero{grid-template-columns:minmax(0,1.5fr) minmax(290px,.5fr);gap:18px;display:grid}.miniBoard{height:560px}.teamSummary{background:var(--ink);color:var(--shell);border:0}.teamSummary .eyebrow{color:#bdb5a7}.teamSummary h2{margin-top:12px;font-size:30px}.teamProgress{background:#494339;margin:25px 0 8px}.teamProgress span{width:78%}.kpiRows{grid-template-columns:1fr 1fr;gap:25px;margin-top:34px;display:grid}.agentPanel{margin-top:18px}.agentList{grid-template-columns:1fr 1fr;gap:8px;display:grid}.agentRow{border:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:9px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.agentRow:hover{border-color:var(--gold);background:#fbf7ed}.chart{align-items:flex-end;gap:8%;height:220px;padding:20px 20px 25px;display:flex}.bar{background:linear-gradient(var(--gold),#d8c5a2);border-radius:5px 5px 0 0;flex:1;position:relative}.bar span{font-size:11px;position:absolute;bottom:-23px;left:50%;transform:translate(-50%)}.importZone{cursor:pointer;background:#fffaf0;border:1.5px dashed #b8aa90;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:360px;display:flex}.importZone h2{font:700 26px var(--font-serif);margin:14px 0 4px}.importZone p{color:var(--muted-foreground)}.preview{margin-top:18px}.preview pre{background:#eee8dc;max-height:250px;padding:12px;overflow:auto}.settingRow{border:0;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;width:100%}.intro{background:var(--ink);color:var(--shell);z-index:100;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;animation:.5s 2.1s forwards introExit;display:flex;position:fixed;inset:0}.intro .brandLockup{margin-bottom:34px;transform:scale(1.45)}.introLine{background:linear-gradient(transparent,var(--gold));width:1px;height:45px;animation:.8s lineGrow}.intro h1{font:700 clamp(34px,5vw,60px) var(--font-serif);margin:12px 0 3px;animation:.8s rise}.intro p{letter-spacing:.2em;text-transform:uppercase;color:#b8afa0}.intro small{color:#777066;position:absolute;bottom:30px}.toast{background:var(--forest);color:#fff;z-index:60;border-radius:9px;gap:8px;padding:13px 18px;display:flex;position:fixed;bottom:20px;right:20px}.tvApp{background:#151210;display:block}.tvApp .main{padding:0}.tvView{height:100vh;min-height:720px;color:var(--shell);background:radial-gradient(circle at 75% 45%,#2f4a3e55,#0000 32%),#151210;grid-template-rows:78px 1fr 54px;display:grid;overflow:hidden}.tvHeader,.tvFooter{letter-spacing:.1em;border-bottom:1px solid #ffffff18;justify-content:space-between;align-items:center;padding:0 38px;font-size:12px;display:flex}.tvHeader .brandLockup{height:50px}.tvControls{gap:7px;display:flex}.tvControls button{color:#fff;cursor:pointer;background:#ffffff0c;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.tvControls svg{width:17px}.tvContent{grid-template-columns:.72fr 1.28fr;align-items:center;min-height:0;padding:20px 38px;display:grid}.tvCopy{z-index:2;padding-left:2vw}.tvCopy h1{font:700 clamp(48px,5vw,82px)/.98 var(--font-serif);max-width:700px;margin:18px 0}.tvCopy>p{color:#c7bfb1;max-width:540px;font-size:18px;line-height:1.6}.tvCopy .eyebrow{color:#d6b477}.tvStats{gap:50px;margin-top:55px;display:flex}.tvStats .eyebrow{color:#8f887c}.tvStats .metricValue{font-size:40px}.tvBoard{height:calc(100vh - 190px);min-height:570px;box-shadow:none;background:0 0;border:0}.tvBoard:before,.tvBoard>.boardLabel{display:none}.tvBoard .mapWrap{inset:0}.tvBoard .brazil{filter:drop-shadow(0 25px 25px #0008)}.tvBoard .cityLabel text{stroke:#1d1a16;fill:#fff}.tvBoard .cityLabel .cityMeta{fill:#d0c6b7}.tvFooter{color:#8f887c;border-top:1px solid #ffffff18;border-bottom:0}.tvFooter span{align-items:center;gap:8px;display:flex}.slideDots{gap:8px;display:flex}.slideDots button{cursor:pointer;background:#5c554b;border:0;width:22px;height:3px;padding:0}.slideDots button.active{background:var(--gold)}.destination{outline:none}.destination:focus-visible .hotelFront{stroke:var(--gold);stroke-width:2px}.cameraFocused .mapSvg{filter:saturate(.8)brightness(.88);transform:scale(.985)}.mapSvg{transition:filter .55s,transform .55s}.arrivalOverlay{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12110fd9;place-items:center;padding:34px;animation:.45s both arrivalFade;display:grid;position:fixed;inset:0}.arrivalScene{background:#1a1815;border:1px solid #d6b47755;border-radius:3px;width:min(1180px,92vw);height:min(720px,86vh);animation:1.05s cubic-bezier(.2,.8,.2,1) both arrivalCamera;position:relative;overflow:hidden;box-shadow:0 45px 100px #000b}.arrivalScene>img{object-fit:cover;width:100%;height:100%;animation:9s ease-out both arrivalPush;position:absolute;inset:0;transform:scale(1.08)}.arrivalShade{background:linear-gradient(90deg,#11100eee 0%,#18140fac 37%,#0000 70%),linear-gradient(#0000 45%,#0d0c0a99);position:absolute;inset:0}.arrivalClose{z-index:3;color:#fff;cursor:pointer;background:#151310a8;border:1px solid #ffffff3d;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:fixed;top:28px;right:34px}.arrivalContent{color:#fff;width:min(440px,42%);animation:.85s .35s both arrivalCopy;position:absolute;top:50%;left:6.5%;transform:translateY(-50%)}.arrivalKicker{letter-spacing:.2em;color:#e2c486;font-size:11px;font-weight:700}.arrivalBrand{text-transform:uppercase;letter-spacing:.12em;background:#1111118a;border:1px solid #e2c4868a;margin:18px 0 4px;padding:7px 11px;font-size:12px;font-weight:700;display:inline-block}.arrivalContent h2{font:700 clamp(42px,5vw,76px)/.95 var(--font-serif);letter-spacing:-.04em;margin:12px 0 20px}.arrivalContent p{color:#eee7db;max-width:410px;font-size:17px;line-height:1.7}.arrivalAmenities{text-transform:uppercase;letter-spacing:.08em;color:#d8cdbd;flex-wrap:wrap;gap:18px;margin:26px 0;font-size:11px;display:flex}.arrivalAmenities span:first-letter{color:var(--gold)}.arrivalCta{color:#211d17;cursor:pointer;background:#eee7db;border:0;padding:13px 20px;font-weight:700;transition:all .2s}.arrivalCta:hover{background:#fff;transform:translateY(-2px)}.arrivalCaption{color:#efe9df;background:#151310c7;border:1px solid #fff2;align-items:center;gap:8px;padding:9px 12px;font-size:11px;display:flex;position:absolute;bottom:18px;right:22px}.arrivalCanopy{background:linear-gradient(#3b3023aa,#12100caa);border-top:5px solid #aa7c3b;width:42%;height:16%;position:absolute;top:11%;left:53%;transform:perspective(300px)rotateX(56deg);box-shadow:0 18px 30px #0008}.arrivalCanopy span,.arrivalCanopy i{background:linear-gradient(90deg,#4a3620,#bd934f,#382817);width:5px;height:120px;position:absolute;bottom:-110px}.arrivalCanopy span:first-child{left:9%}.arrivalCanopy span:last-child{right:9%}.arrivalCanopy i{left:50%}.arrivalDoor{background:#18130e9c;border:4px solid #b99054;width:14%;height:37%;position:absolute;bottom:17%;left:68%;box-shadow:0 0 50px #ffc76e38}.arrivalDoor i{background:#b9905488;width:1px;position:absolute;top:0;bottom:0}.arrivalDoor i:first-child{left:33%}.arrivalDoor i:last-child{right:33%}.arrivalGlow{filter:blur(12px);background:radial-gradient(#f0b85d6b,#0000 66%);width:28%;height:18%;animation:2.5s infinite glowPulse;position:absolute;bottom:6%;left:62%}.arrivalLuggage{color:#d3a860;width:58px;height:76px;font:700 17px var(--font-serif);background:#2b2218dd;border:2px solid #d3a860;place-items:center;animation:1.2s .6s both luggageArrive;display:grid;position:absolute;bottom:12%;right:11%;box-shadow:8px 13px 22px #0008}.arrivalLuggage:before{content:"";border:2px solid #d3a860;border-bottom:0;width:26px;height:14px;position:absolute;top:-16px}.arrivalLuggage:after{content:"";border-left:5px solid #111;border-right:5px solid #111;width:46px;height:5px;position:absolute;bottom:-7px;left:4px}.arrivalScene:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 38%,#ffffff13 47%,#0000 55%);animation:2.2s 1s both lightSweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes arrivalFade{0%{opacity:0}}@keyframes arrivalCamera{0%{opacity:0;filter:blur(8px);transform:scale(.72)translateY(45px)}to{opacity:1;filter:none;transform:none}}@keyframes arrivalPush{to{transform:scale(1)}}@keyframes arrivalCopy{0%{opacity:0;transform:translate(-25px,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes luggageArrive{0%{opacity:0;transform:translate(100px,25px)rotate(8deg)}to{opacity:1;transform:none}}@keyframes glowPulse{50%{opacity:.55;transform:scale(1.1)}}@keyframes lightSweep{to{transform:translate(100%)}}.board{height:min(78vh,760px);min-height:680px}.mapWrap{inset:70px 280px 26px 18px}.mapSvg{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;overflow:visible}.marker{filter:drop-shadow(0 7px 5px #1e1b1644);animation:none}.markerHalo{fill:#b8863b22;stroke:#b8863b88;stroke-width:1.5px;animation:2.6s ease-in-out infinite markerPulse}.markerCase{fill:var(--forest);stroke:#fff;stroke-width:2px}.markerHandle,.markerBand{fill:none;stroke:#d6b477;stroke-width:2px}.markerWheel{fill:#27231d;stroke:#fff;stroke-width:1px}.markerTag{fill:var(--terracotta);stroke:#fff;stroke-width:1px}.arrivalActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.arrivalCta{align-items:center;text-decoration:none;display:inline-flex}.arrivalBack{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#1118;border:1px solid #fff5;height:43px;padding:0 16px;font-size:10px}.arrivalScene>img{object-position:center}.arrivalContent h2{font-size:clamp(38px,4.2vw,66px)}@keyframes markerPulse{50%{r:29;opacity:.45}}@keyframes pageIn{0%{opacity:0;transform:translateY(6px)}}@keyframes float{50%{transform:translateY(-5px)}}@keyframes halo{50%{r:48;opacity:.08}}@keyframes routeGlow{50%{filter:drop-shadow(0 0 5px #b8863b)}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}}@keyframes lineGrow{0%{height:0}}@keyframes introExit{to{opacity:0;visibility:hidden;transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}.intro{display:none}}@media (width<=1100px){.board{height:auto;min-height:760px}.mapWrap{inset:82px 230px 24px 8px}.metrics,.nextCard{width:225px}.teamHero{grid-template-columns:1fr}.board{min-height:620px}.tvCopy h1{font-size:48px}.tvContent{grid-template-columns:.8fr 1.2fr;padding:15px}.tvStats{gap:20px}.tvHeader,.tvFooter{padding-inline:20px}}@media (width<=700px){.arrivalOverlay{padding:0}.arrivalScene{border:0;width:100vw;height:100vh}.arrivalContent{width:auto;inset:auto 24px 70px;transform:none}.arrivalContent h2{font-size:46px}.arrivalContent p{font-size:15px}.arrivalAmenities{gap:10px}.arrivalCaption{display:none}.arrivalCanopy{width:55%;left:42%}.arrivalDoor{height:24%;bottom:36%;left:67%}.arrivalLuggage{bottom:30%;right:7%}.arrivalClose{top:16px;right:16px}.arrivalShade{background:linear-gradient(#0000 18%,#17130fa8 46%,#11100ff5 100%)}@keyframes arrivalCopy{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.app{padding-bottom:68px;display:block}.sidebar{flex-direction:row;width:auto;height:64px;padding:8px 10px;inset:auto 0 0}.brandMark,.sidebarBottom{display:none}.nav{flex-direction:row;justify-content:space-around}.navBtn{width:43px}.navBtn.active:before{width:22px;height:3px;top:-8px;left:11px}.tooltip{display:none}.main{padding:14px;display:block}.topbar{height:42px}.brandLockup{gap:7px}.brandLockup img:first-child{width:62px}.brandLockup img:last-child{width:35px}.filters .filter:nth-child(2){display:none}.filter{padding:0 8px}.heroTitle,.pageHeader{align-items:flex-start;gap:10px}.statusPill{display:none}.heroTitle h1,.pageHeader h1{font-size:30px}.board{height:auto;min-height:0;padding:18px}.boardLabel{position:relative;top:auto;left:auto}.mapWrap{height:390px;margin:-12px -36px 0;position:relative;inset:auto}.metrics,.nextCard{width:auto;margin-top:10px;position:relative;top:auto;bottom:auto;right:auto}.detailsGrid,.badgeGrid,.agentList,.teamHero{grid-template-columns:1fr}.miniBoard{height:auto}.kpiRows{gap:15px}.pageHeader .primaryBtn{white-space:nowrap}.tvView{height:auto;min-height:100vh}.tvContent{grid-template-columns:1fr;padding:30px 20px}.tvCopy h1{font-size:44px}.tvStats{margin-top:25px}.tvBoard{height:520px}.tvHeader,.tvFooter{padding:10px 15px}.tvHeader>div:nth-child(2),.tvFooter>span{display:none}.tvFooter{justify-content:center}}.pageTransition{animation:.24s both viewIn}.topActions,.headerMenus{align-items:center;gap:10px;display:flex}.headerMenus{position:relative}.filters{gap:8px;display:flex}.selectButton{border:1px solid var(--border);height:38px;color:var(--muted-foreground);background:#fffffbd9;border-radius:7px;align-items:center;gap:7px;padding:0 10px;display:flex}.selectButton select{appearance:none;cursor:pointer;background:0 0;border:0;outline:0;min-width:105px;font-size:12px}.iconButton{border:1px solid var(--border);cursor:pointer;background:#fffffb;border-radius:50%;place-items:center;width:40px;height:40px;transition:all .18s;display:grid;position:relative}.iconButton:hover{border-color:var(--gold);transform:translateY(-1px);box-shadow:0 8px 18px #352d2012}.iconButton b{background:var(--terracotta);color:#fff;border:2px solid var(--shell);border-radius:10px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-3px;right:-2px}.accountButton{border:0;border-left:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:9px;height:44px;padding:0 0 0 12px;display:flex}.accountButton>span:nth-child(2){flex-direction:column;min-width:130px;display:flex}.accountButton strong{font-size:12px}.accountButton small{color:var(--muted-foreground);font-size:10px}.avatar.small{width:34px;height:34px;font-size:11px}.avatarButton{cursor:pointer}.popover{border:1px solid var(--border);z-index:70;background:#fffffb;border-radius:10px;width:370px;animation:.18s both menuIn;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 22px 55px #2e26172b}.popoverHead{justify-content:space-between;align-items:center;padding:18px 18px 12px;display:flex}.popoverHead h3{font:700 23px var(--font-serif);margin:3px 0}.plainIcon{cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px}.plainIcon:hover{background:var(--muted)}.noticeList{max-height:410px;overflow:auto}.notice{text-align:left;cursor:pointer;background:#fffffb;border:0;border-top:1px solid #e8e1d5;grid-template-columns:38px 1fr;gap:12px;width:100%;padding:14px 18px;display:grid}.notice:hover{background:#f8f5ee}.notice.unread{background:#f6f1e6}.notice.unread strong:after{content:"";background:var(--terracotta);border-radius:50%;width:6px;height:6px;margin-left:7px;display:inline-block}.noticeIcon{width:36px;height:36px;color:var(--gold);background:#eee8dc;border-radius:50%;place-items:center;display:grid}.noticeIcon svg{width:16px}.noticeIcon.team{color:var(--forest);background:#e3ebe5}.noticeIcon.system{color:#655f56}.notice>span:last-child{flex-direction:column;gap:3px;display:flex}.notice strong{font-size:12px}.notice small{color:var(--muted-foreground);line-height:1.45}.notice em{color:#9a9286;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-style:normal}.textButton{border:0;border-top:1px solid var(--border);width:100%;color:var(--forest);cursor:pointer;background:#fff;padding:13px;font-size:11px;font-weight:700}.accountMenu{width:270px;padding:10px}.accountIdentity{align-items:center;gap:11px;padding:8px 8px 14px;display:flex}.accountIdentity div{flex-direction:column;display:flex}.accountIdentity small{color:var(--muted-foreground)}.roleSelect{background:var(--shell);border-radius:7px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px;display:flex}.roleSelect span{color:var(--muted-foreground);font-size:10px}.roleSelect select{background:0 0;border:0;font-size:11px;font-weight:700}.accountMenu>button{cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;width:100%;height:40px;padding:0 10px;font-size:12px;display:flex}.accountMenu>button:hover{background:var(--shell)}.accountMenu svg{width:16px}.accountMenu .logout{color:var(--terracotta);border-top:1px solid var(--border);border-radius:0;margin-top:5px}.toast button{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;margin-left:8px;display:grid}.pageHeader p,.heroTitle p{color:var(--muted-foreground);margin:6px 0 0}.sectionHead{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.countPill,.roleBadge{color:#6c5d45;white-space:nowrap;background:#efe9dc;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:700}.badge{grid-template-columns:48px 1fr}.badge small{color:var(--muted-foreground);margin-top:4px;font-size:10px;display:block}.trend.down{color:var(--terracotta)}.trend svg{width:14px}.secondaryBtn,.primaryBtn{justify-content:center;align-items:center;gap:8px;display:inline-flex}.secondaryBtn{border:1px solid var(--border);cursor:pointer;background:#fffffb;border-radius:6px;height:40px;padding:0 15px;font-size:11px;font-weight:700}.secondaryBtn:hover{border-color:var(--gold);background:#fbf7ef}.secondaryBtn svg,.primaryBtn svg{width:16px}.primaryBtn:disabled{opacity:.45;cursor:not-allowed}.segmented{background:#eae4d8;border-radius:8px;margin:4px 0 20px;padding:4px;display:inline-flex}.segmented button{color:#71695f;cursor:pointer;background:0 0;border:0;border-radius:6px;height:35px;padding:0 18px;font-size:11px;font-weight:700}.segmented button.active{color:var(--ink);background:#fffffb;box-shadow:0 2px 8px #30281d13}.tabContent{animation:.22s both viewIn}.managementStrip{background:var(--ink);color:var(--shell);border-radius:10px;grid-template-columns:repeat(5,1fr);margin-bottom:20px;display:grid;overflow:hidden}.managementStrip>div{border-right:1px solid #ffffff17;padding:19px 20px}.managementStrip>div:last-child{border:0}.managementStrip .eyebrow{color:#aaa196}.managementStrip .metricValue{margin-top:7px;font-size:29px}.chart .bar{min-width:34px;position:relative}.chart .bar b{color:var(--muted-foreground);font-size:10px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.scatter{border-left:1px solid var(--border);border-bottom:1px solid var(--border);background-color:#0000;background-image:linear-gradient(#e2dbcf55 1px,#0000 1px),linear-gradient(90deg,#e2dbcf55 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:25% 25%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:245px;margin-top:22px;position:relative}.scatter button{background:var(--forest);color:#fff;cursor:pointer;border:2px solid #fffffb;border-radius:50%;width:33px;height:33px;font-size:10px;font-weight:700;position:absolute;transform:translate(-50%,50%);box-shadow:0 5px 12px #2f4a3e33}.scatter button:hover{z-index:2;background:var(--gold);transform:translate(-50%,50%)scale(1.13)}.scatter>i{pointer-events:none;display:block;position:absolute}.scatter .goalX{border-left:1px dashed var(--terracotta);top:0;bottom:0}.scatter .goalY{border-top:1px dashed var(--terracotta);left:0;right:0}.teamRow{border-bottom:1px solid var(--border);grid-template-columns:1.2fr 2fr 90px 90px;align-items:center;gap:24px;padding:19px 4px;display:grid}.teamRow>div:first-child{flex-direction:column;display:flex}.teamRow small{color:var(--muted-foreground);font-size:10px}.teamBar{background:#e8e1d5;border-radius:8px;height:7px;overflow:hidden}.teamBar span{background:linear-gradient(90deg,var(--forest),var(--gold));border-radius:inherit;height:100%;display:block}.searchField{border:1px solid var(--border);background:#fffffb;border-radius:7px;align-items:center;gap:8px;max-width:420px;height:44px;margin-bottom:14px;padding:0 13px;display:flex}.searchField svg{width:17px;color:var(--muted-foreground)}.searchField input{background:0 0;border:0;outline:0;width:100%}.agentRow{grid-template-columns:40px 1.2fr minmax(150px,1fr) 85px}.agentName,.agentProgress{flex-direction:column;gap:6px;display:flex}.agentName small,.agentProgress small{color:var(--muted-foreground);font-size:9px}.agentProgress i{background:#e7e0d4;border-radius:8px;height:5px;overflow:hidden}.agentProgress b{background:var(--forest);height:100%;display:block}.emptyState{text-align:center;background:#fffffb99;border:1px dashed #cfc5b5;border-radius:10px;place-content:center;justify-items:center;min-height:320px;padding:30px;display:grid}.emptyState>svg{width:42px;height:42px;color:var(--gold);margin-bottom:15px}.emptyState h2{font:700 28px var(--font-serif);margin:0}.emptyState p{color:var(--muted-foreground);max-width:400px}.importSteps{align-items:center;max-width:620px;margin:8px 0 24px;display:flex}.importSteps span{color:#8d857a;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.importSteps b{background:#ded7ca;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.importSteps span.active b{background:var(--gold);color:#fff}.importSteps span.done b{background:var(--forest);color:#fff}.importSteps i{background:#d7cfc1;flex:1;height:1px;margin:0 10px}.importZone{transition:all .2s}.importZone.dragging{border-color:var(--gold);background:#f8f1e1;transform:scale(.995)}.importZone>svg{width:44px;height:44px}.importSummary{background:var(--ink);color:#fff;border-radius:9px;grid-template-columns:1.8fr repeat(3,1fr);margin-bottom:14px;display:grid}.importSummary>div{border-right:1px solid #ffffff17;flex-direction:column;justify-content:center;padding:16px 19px;display:flex}.importSummary .eyebrow{color:#a9a095}.importSummary .metricValue{margin-top:4px;font-size:25px}.issuePanel{background:#fff7ee;border:1px solid #e5c8aa;border-radius:8px;grid-template-columns:240px 1fr;gap:25px;margin-bottom:14px;padding:17px;display:grid}.issuePanel>div:first-child{flex-direction:column;gap:5px;display:flex}.issuePanel small{color:var(--muted-foreground)}.issueList p{grid-template-columns:70px 110px 1fr;gap:8px;margin:0;padding:5px 0;font-size:11px;display:grid}.issueList p.error{color:#963c26}.issueList p.warning{color:#86621f}.previewPanel{padding:0;overflow:hidden}.previewPanel .sectionHead{padding:19px}.tableScroll{border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:auto}table{border-collapse:collapse;width:100%;font-size:11px}th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#756e64;background:#f3eee4;font-size:9px}th,td{white-space:nowrap;border-bottom:1px solid #eee8de;border-right:1px solid #e8e1d5;padding:11px 13px}.validationBar{color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:16px 19px;font-size:11px;display:flex}.settingsLayout{grid-template-columns:245px minmax(0,1fr);gap:20px;display:grid}.settingsNav{flex-direction:column;gap:5px;display:flex}.settingsNav button{text-align:left;cursor:pointer;color:#70695f;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;height:46px;padding:0 13px;display:flex}.settingsNav button:hover{background:#ebe5da}.settingsNav button.active{background:var(--ink);color:#fff;font-weight:700}.settingsContent{min-width:0}.formPanel>p{color:var(--muted-foreground);max-width:650px;line-height:1.6}.fieldGrid{grid-template-columns:1fr 1fr;gap:18px;margin:25px 0;display:grid}.fieldGrid label{flex-direction:column;gap:7px;display:flex}.fieldGrid label>span{font-size:11px;font-weight:700}.fieldGrid input,.fieldGrid select,.inputSuffix{border:1px solid var(--border);background:#fff;border-radius:6px;outline:0;height:43px;padding:0 12px}.fieldGrid input:focus,.fieldGrid select:focus,.inputSuffix:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #b8863b16}.fieldGrid small{color:var(--muted-foreground);font-size:10px}.inputSuffix{align-items:center;padding:0;display:flex}.inputSuffix input{border:0;flex:1;min-width:0}.inputSuffix b{border-left:1px solid var(--border);color:var(--muted-foreground);padding:0 13px}.rulePreview{color:var(--forest);background:#edf1ed;border-radius:7px;align-items:center;gap:12px;padding:15px;display:flex}.rulePreview svg{width:22px}.rulePreview div{flex-direction:column;display:flex}.rulePreview small{color:#657269}.destinationSettings>div,.badgeSettings>div,.accessRows>div{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:13px 0;display:flex}.stepIndex{color:#76664e;background:#eee7db;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:grid}.destinationSettings>div>div,.badgeSettings>div>div,.accessRows>div>div{flex-direction:column;flex:1;display:flex}.destinationSettings small,.badgeSettings small,.accessRows small{color:var(--muted-foreground);font-size:10px}.destinationSettings label{border:1px solid var(--border);border-radius:6px;align-items:center;height:38px;display:flex}.destinationSettings input{text-align:right;border:0;outline:0;width:55px}.destinationSettings label b{color:var(--muted-foreground);padding-right:9px;font-size:9px}.badgeSettings .badgeSeal{width:38px;height:38px}.switch{position:relative}.switch input{opacity:0;position:absolute}.switch i{cursor:pointer;background:#cfc8bc;border-radius:20px;width:40px;height:22px;transition:all .2s;display:block}.switch i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;margin:3px;transition:all .2s;display:block}.switch input:checked+i{background:var(--forest)}.switch input:checked+i:after{transform:translate(18px)}.accessRows>div>span:nth-of-type(2){color:var(--muted-foreground);font-size:10px}.profileGrid{grid-template-columns:300px minmax(0,1fr);gap:20px;display:grid}.profileCard{background:var(--ink);color:#fff;text-align:center;border-radius:10px;align-self:start;padding:30px}.profileAvatar{background:var(--forest);width:84px;height:84px;font:700 27px var(--font-serif);border:3px solid #d6b477;border-radius:50%;place-items:center;margin:0 auto 17px;display:grid}.profileCard h2{font:700 27px var(--font-serif);margin:0 0 5px}.profileCard>p{color:#aaa196;margin:0 0 13px}.profileCard .roleBadge{color:#dfc186;background:#ffffff12}.profileStats{text-align:left;border-top:1px solid #ffffff18;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px;padding-top:20px;display:grid}.profileStats .eyebrow{color:#9f978b}.profileStats .metricValue{font-size:26px}.goalMini{background:#ffffff18;border-radius:8px;height:5px;margin:20px 0 7px;overflow:hidden}.goalMini span{background:var(--gold);height:100%;display:block}.profileCard>small{color:#91897e}.profileForms{gap:20px;display:grid}.toggleRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:15px 0;display:flex}.toggleRow>div{flex-direction:column;gap:5px;display:flex}.toggleRow small{color:var(--muted-foreground)}@keyframes viewIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes menuIn{0%{opacity:0;transform:translateY(-7px)scale(.98)}to{opacity:1;transform:none}}@media (width<=1050px){.accountButton>span:nth-child(2){display:none}.accountButton{padding-left:8px}.managementStrip{grid-template-columns:repeat(3,1fr)}.importSummary{grid-template-columns:1fr 1fr}.settingsLayout{grid-template-columns:210px 1fr}.profileGrid{grid-template-columns:250px 1fr}}@media (width<=700px){.topActions{gap:5px}.topbar .filters .selectButton:nth-child(2){display:none}.selectButton select{min-width:80px}.accountButton{display:none}.popover{width:auto;position:fixed;top:65px;left:12px;right:12px}.managementStrip{grid-template-columns:1fr 1fr}.managementStrip>div{padding:14px}.managementStrip .metricValue{font-size:24px}.segmented{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.segmented button{padding:0 5px}.detailsGrid{grid-template-columns:1fr}.teamRow{grid-template-columns:1fr 80px}.teamRow .teamBar,.teamRow>span{display:none}.agentRow{grid-template-columns:38px 1fr 72px}.agentProgress{display:none}.importSteps{margin-top:16px}.importSummary{grid-template-columns:1fr 1fr}.issuePanel{grid-template-columns:1fr}.issueList p{grid-template-columns:55px 75px 1fr}.validationBar{flex-direction:column;align-items:flex-start;gap:12px}.settingsLayout,.profileGrid{grid-template-columns:1fr}.settingsNav{grid-template-columns:1fr 1fr;display:grid}.settingsNav button{font-size:10px}.fieldGrid{grid-template-columns:1fr}.profileCard{padding:24px}.destinationSettings>div{align-items:flex-start}.tvStats{flex-wrap:wrap}}.journeyExperience{grid-template-rows:auto minmax(0,1fr);gap:14px;height:calc(100vh - 104px);min-height:670px;display:grid;overflow:hidden}.journeyIntro{justify-content:space-between;align-items:end;gap:24px;display:flex}.journeyIntro h1{font:900 clamp(36px,4vw,58px)/.9 var(--font-serif);color:var(--ink);letter-spacing:-.045em;margin:3px 0}.journeyIntro p{color:var(--muted-foreground);margin:8px 0 0}.journeyFacts{gap:10px;display:flex}.journeyFacts span{border-left:3px solid var(--gold);text-transform:uppercase;letter-spacing:.06em;color:#746957;background:#fff8e8;flex-direction:column;min-width:126px;padding:10px 13px;font-size:10px;display:flex}.journeyFacts b{font:800 22px var(--font-serif);color:var(--ink);text-transform:none;letter-spacing:0}.journeyMapBoard{background:linear-gradient(122deg,#0a2e3d 0 3%,#174556 3% 30%,#f3e9d6 30%);border-radius:12px;grid-template-columns:minmax(0,1fr) 285px;height:100%;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #0a2e3d28;border:0!important;min-height:0!important;padding:0!important}.journeyMapBoard:before{content:"";pointer-events:none;background:radial-gradient(circle at 36% 38%,#fff8d8 0 1px,#0000 2px) 0 0/27px 27px,linear-gradient(120deg,#0000 48%,#ffffff10 49%,#0000 50%) 0 0/100% 100%;position:absolute;inset:0}.mapStage{place-items:center;min-width:0;min-height:0;padding:10px 16px 42px;display:grid;position:relative;overflow:hidden}.mapStage .mapSvg{z-index:1;transform-origin:50%;width:100%;height:100%;max-height:none;transition:transform .3s;position:relative;overflow:visible;transform:translateY(-50px)scale(.55)}.journeyMapBoard.hotelOpen .mapStage .mapSvg{transform:translateY(-42px)scale(.53)}.mapStage .brazil{fill:url(#land);stroke:#0f7a4d;stroke-width:3px;filter:drop-shadow(0 20px 18px #061f2980)}.mapStage .mapShadow{fill:#041b2580}.mapStage .terrain path{stroke:#0f7a4d55;stroke-width:4px}.mapStage .routeBase{stroke:#ffffffb0;stroke-width:11px;stroke-dasharray:2 10}.mapStage .routeProgress{fill:none;stroke-linecap:round}.mapStage .agentRoute{stroke:#f2a900;stroke-width:7px;filter:drop-shadow(0 0 5px #f2a90088)}.mapStage .teamRoute{stroke:#0f7a4d;stroke-width:3px;filter:none;transform:translateY(7px)}.mapStage .hotelFront{fill:#f7f0dd}.mapStage .hotelSide{fill:#d7c7a8}.mapStage .hotelRoof{fill:#c64b2e}.mapStage .hotelBuilding.lit .window{fill:#f2a900}.mapStage .hotelBuilding.lit .brandPlaque{fill:#0a2e3d}.mapStage .hotelBuilding.current .hotelFront{stroke:#f2a900;stroke-width:2px}.mapStage .hotelHalo{stroke:#f2a900}.mapStage .routeDot{fill:#0a2e3d;stroke:#fff;stroke-width:2px}.mapStage .destination{cursor:pointer}.mapStage .destination:hover .hotelBuilding{transform:translateY(-5px)scale(1.08)}.mapStage .hotelBuilding{transform-origin:50%;transition:all .2s}.mapStage .cityLabel text{fill:#0a2e3d;stroke:#f3e9d6;stroke-width:4px;paint-order:stroke;font:700 12px var(--font-sans)}.mapStage .cityLabel .cityMeta{fill:#3f554d;letter-spacing:.025em;font-size:8px}.mapLegend{z-index:2;color:#e9dfca;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:20px;font-size:10px;display:flex;position:absolute;bottom:13px;left:22px;right:22px}.mapLegend span{align-items:center;gap:7px;display:flex}.mapLegend i{border-radius:8px;width:22px;height:4px}.agentSwatch{background:#f2a900}.teamSwatch{background:#0f7a4d}.mapLegend strong{color:#f2a900;margin-left:auto}.travelToken{filter:drop-shadow(0 5px 5px #09263380);pointer-events:none;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.travelToken circle{fill:#0a2e3d;stroke:#fff;stroke-width:2px;r:15px}.travelToken path{fill:#f2a900;transform-origin:50%;transform:scale(.82)}.travelToken text{font:800 7px var(--font-sans);paint-order:stroke;stroke:#f3e9d6;stroke-width:3px;fill:#0a2e3d}.teamToken{transform-box:fill-box}.teamToken circle{fill:#0f7a4d}.teamToken path{fill:#fff}.teamToken text{fill:#0f7a4d}.agentToken{animation:2.3s ease-in-out infinite tokenHover}.journeyRail{z-index:3;color:#0a2e3d;background:#f8efdc;border-left:1px solid #d9c9a8;flex-direction:column;padding:27px 24px;display:flex;position:relative}.railEyebrow{text-transform:uppercase;letter-spacing:.16em;color:#c64b2e;font-size:9px;font-weight:800}.journeyRail h2{font:800 30px/1.05 var(--font-serif);margin:9px 0}.journeyRail>p{color:#65716b;margin:0 0 26px;font-size:11px;line-height:1.5}.progressRail{margin-bottom:25px}.progressRail>div{justify-content:space-between;align-items:end;margin-bottom:8px;display:flex}.progressRail span{font-size:11px;font-weight:700}.progressRail b{font:800 italic 27px var(--font-serif)}.progressRail i{background:#dfd2b8;border-radius:10px;height:9px;display:block;overflow:hidden}.progressRail i span{border-radius:inherit;background:#f2a900;height:100%;animation:.9s both railGrow;display:block}.progressRail.team i span{background:#0f7a4d}.progressRail small{color:#68736d;margin-top:6px;font-size:9px;display:block}.railScale{color:#807562;border-top:1px solid #d8c8a7;justify-content:space-between;padding-top:4px;font-size:9px;display:flex}.railScale strong{color:#c64b2e}.railNote{border-top:1px solid #d8c8a7;gap:11px;margin-top:auto;padding-top:18px;display:flex}.railNote>svg{color:#c64b2e;width:22px}.railNote span{flex-direction:column;gap:4px;display:flex}.railNote b{font:700 14px var(--font-serif)}.railNote small{color:#706958;font-size:9px;line-height:1.45}.journeyMapBoard.hotelOpen{grid-template-columns:minmax(0,1fr) 360px}.hotelSidePanel{z-index:8;background:#fffaf0;border-left:1px solid #d8c8a7;flex-direction:column;width:100%;animation:.3s both hotelSlide;display:flex;position:relative;top:auto;bottom:auto;right:auto;box-shadow:-18px 0 45px #0a2e3d30}.hotelPanelClose{z-index:2;width:36px;height:36px;position:absolute;top:13px;right:13px;background:#fff!important;border-radius:50%!important}.hotelPanelImage{height:43%;min-height:210px;position:relative;overflow:hidden}.hotelPanelImage img{object-fit:cover;width:100%;height:100%}.hotelPanelImage:after{content:"";background:linear-gradient(#0000 40%,#0a2e3da8);position:absolute;inset:0}.hotelPanelImage span{z-index:1;color:#fff;letter-spacing:.15em;font-size:9px;font-weight:800;position:absolute;bottom:18px;left:20px}.hotelPanelBody{flex-direction:column;align-items:flex-start;padding:24px;display:flex}.hotelPanelBody .arrivalBrand{color:#fff;background:#0a2e3d;margin:0 0 12px}.hotelPanelBody h2{font:800 31px/1.05 var(--font-serif);color:#0a2e3d;margin:0 0 13px}.hotelPanelBody p{color:#5f685f;font-size:12px;line-height:1.65}.hotelPanelBody small{color:#0f7a4d;align-items:center;gap:6px;display:flex}.hotelPanelBody small svg{width:14px}.hotelPanelBody a{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#c64b2e;margin-top:22px;padding:12px 15px;font-size:10px;font-weight:800;text-decoration:none}@keyframes tokenHover{50%{translate:0 -4px}}@keyframes railGrow{0%{width:0}}@keyframes hotelSlide{0%{opacity:0;transform:translate(30px)}}@media (width<=1050px){.journeyExperience{height:auto;min-height:780px}.journeyMapBoard{grid-template-columns:minmax(0,1fr) 240px}.journeyMapBoard.hotelOpen{grid-template-columns:minmax(0,1fr) 340px}.hotelSidePanel{width:100%}.journeyFacts span{min-width:105px}.mapStage{padding-inline:0}.mapStage .cityLabel text{font-size:10px}}@media (width<=700px){.journeyExperience{height:auto;min-height:0;overflow:visible}.journeyIntro{flex-direction:column;align-items:flex-start}.journeyFacts{width:100%;overflow:auto}.journeyFacts span{min-width:118px}.journeyMapBoard{background:linear-gradient(135deg,#0a2e3d 0 18%,#f3e9d6 18%);height:auto;display:block;overflow:visible}.mapStage{height:610px;padding:8px 0 43px;overflow:hidden}.mapStage .mapSvg{width:120%;margin-left:-10%}.journeyRail{border-top:1px solid #d8c8a7;border-left:0}.journeyMapBoard.hotelOpen{display:block}.hotelSidePanel{width:100%;height:auto;box-shadow:none;border-top:1px solid #d8c8a7;border-left:0;position:relative;top:auto;bottom:auto;right:auto}.hotelPanelImage{height:240px}.mapLegend{gap:10px;font-size:8px;left:12px;right:12px}.mapLegend strong{display:none}.travelToken text{font-size:7px}}
