:root{--vis-brand:#E8171E;--vis-action:#E8171E;--vis-accent-soft:#fff0f1;--vis-accent-ink:#bb0e14;--vis-bg:#f6f7f9;--vis-ink:#24252a;--vis-muted:#70717b;--red:#E8171E;--border:#e6e7ed;--muted:#6f717d;--ink:#24252a}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 94% 4%,#fde6e940,transparent 40%),radial-gradient(ellipse at 0% 90%,#e9eef94a,transparent 38%),#f7f8fa;color:var(--ink);font-family:Montserrat,Arial,sans-serif;font-size:16px;line-height:1.55;min-height:100vh}button,input,select,textarea{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}button:disabled{cursor:wait;opacity:.55}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #a60b11;outline-offset:5px}input:focus,textarea:focus,select:focus{outline:2px solid #e8171e55;border-color:var(--red)}.skip{position:fixed;left:16px;top:-70px;z-index:99;padding:12px;background:white}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.topbar{max-width:1450px;margin:0 auto;min-height:106px;padding:15px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:20px}.brand img{width:108px;height:72px;object-fit:contain}.brand-divider{width:1px;height:28px;background:#dfe0e6}.brand-label{font-size:13px;font-weight:500;color:var(--muted)}.topbar nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:550}.topbar nav a{display:flex;align-items:center;gap:8px;position:relative;white-space:nowrap}.topbar nav a:hover{color:var(--red)}.topbar nav .nav-current{color:var(--red)}.topbar nav .nav-current:after{content:'';height:3px;width:22px;background:var(--red);position:absolute;bottom:-14px;left:0;border-radius:3px}.workspace{max-width:1280px;margin:0 auto;padding:36px 38px 0}.workspace-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:27px;gap:20px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:.13em;line-height:1.6;color:var(--muted);text-transform:uppercase}.workspace-heading .eyebrow{display:flex;gap:9px;align-items:center;margin-bottom:9px}.tiny-line{width:21px;height:2px;background:var(--red)}h1{font-size:34px;font-weight:600;letter-spacing:-1.4px;line-height:1.24}h1 em,h2 em{font-style:normal;color:var(--red)}.workspace-heading p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:10px}.free-note{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;padding-bottom:6px}.free-note .icon{color:var(--red);width:17px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.63fr) minmax(285px,1fr);gap:24px;align-items:start}.glass{background:#ffffffdf;border:1px solid #fff;border-radius:23px;box-shadow:0 8px 35px #202d5210,0 1px 4px #11111105;backdrop-filter:blur(24px)}.chat-panel{overflow:hidden;min-width:0;display:flex;flex-direction:column;min-height:568px}.chat-top{display:flex;align-items:center;gap:12px;border-bottom:1px solid #efeff3;padding:21px 24px}.assistant-avatar{display:inline-flex;background:#fff0f1;width:41px;height:41px;border-radius:13px;align-items:center;justify-content:center;color:var(--red);flex-shrink:0}.chat-top h2{font-size:13px;font-weight:650;letter-spacing:-.2px}.chat-top p{font-size:11px;color:var(--muted);margin-top:2px}.icon-button{border:0;background:transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);width:38px;height:38px}.icon-button:hover{background:#f5f5f7;color:var(--red)}.chat-top .icon-button{margin-left:auto}.icon-button .icon{width:17px}.chat-messages{padding:28px 26px 10px;overflow-y:auto;min-height:275px;max-height:430px;scrollbar-width:thin;scroll-behavior:smooth}.chat-message{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:20px;animation:arrive .25s ease-out}.chat-message .speaker{font-size:10px;font-weight:600;color:#81818b;padding-left:3px;letter-spacing:.05em}.chat-message .bubble{padding:15px 18px;border-radius:3px 17px 17px 17px;background:#f3f4f7;color:#3f424c;font-size:14px;line-height:1.75;max-width:93%;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message.user{align-items:flex-end}.chat-message.user .bubble{background:var(--red);color:white;border-radius:17px 3px 17px 17px}.chat-message.user .speaker{padding-right:3px}.suggestions{padding:7px 26px 20px;display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.suggestion{border:1px solid #e5e6ec;background:white;padding:10px 13px;border-radius:12px;color:#50515a;font-size:12px;line-height:1.3;text-align:left;transition:.2s}.suggestion:hover{border-color:#e8171e66;color:var(--red);background:#fff6f6;transform:translateY(-2px)}.chat-bottom{padding:0 22px 12px}.chat-bottom form{display:flex;align-items:flex-end;gap:8px;padding:9px;border:1px solid #e5e6ec;border-radius:16px;background:#f9f9fc;transition:.2s}.chat-bottom form:focus-within{border-color:#ef969b;box-shadow:0 0 0 3px #e8171e08}.chat-bottom textarea{width:100%;border:0;outline:0;background:transparent;font-size:13px;resize:none;padding:10px 7px;line-height:1.55;max-height:120px;min-height:40px;color:#31313a}.chat-bottom textarea:focus{outline:0}.chat-bottom textarea::placeholder{color:#92939b}.send-button{border:0;background:var(--red);color:white;min-width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #e8171e26}.send-button:hover{background:#c90910}.privacy-note{display:flex;align-items:center;justify-content:center;gap:5px;font-size:10px;color:#8c8c97;margin-top:10px}.privacy-note .icon{width:11px;height:11px}.text-button{border:0;padding:0;background:transparent;color:inherit;font-size:inherit;text-decoration:underline;text-underline-offset:3px}.chat-status{font-size:11px;text-align:center;margin-top:6px;color:#787983;min-height:17px}.chat-status.error{color:#b00d17}.trip-sidebar{display:flex;flex-direction:column;gap:18px}.discovery-card{height:249px;border-radius:21px;position:relative;overflow:hidden;background:#363b49;color:white}.discovery-photo{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:saturate(.65);transform:scale(1.02)}.photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,#11192944,#0c162282 50%,#121a27d9)}.location-badge{position:absolute;top:17px;left:19px;font-size:9px;letter-spacing:.07em;font-weight:600;background:#ffffff26;backdrop-filter:blur(12px);border:1px solid #ffffff38;border-radius:30px;padding:6px 9px;display:flex;align-items:center;gap:5px}.location-badge .icon{width:12px;height:12px}.discovery-copy{position:absolute;left:24px;right:15px;bottom:35px}.discovery-copy p{font-size:12px;color:#f4f4f5;margin-bottom:3px}.discovery-copy h2{font-size:31px;letter-spacing:-1.1px;line-height:1.13;font-weight:600}.discovery-copy>span{display:block;font-size:11px;margin-top:12px;color:#eee}.photo-credit{position:absolute;bottom:10px;left:24px;font-size:8px;color:#cfd1d9}.preferences{padding:22px;border-radius:20px}.section-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.preferences h2{font-size:12px;font-weight:650;display:flex;align-items:center;gap:7px}.preferences h2 .icon{width:17px;color:#6b6e7e}.preferences .section-row>span{font-size:10px;border-radius:20px;background:#f2f3f6;padding:2px 7px;color:#777}.empty-profile{font-size:12px;color:#8b8d99;line-height:1.85;padding:18px 0 5px}.profile-item{padding:11px 0;border-bottom:1px solid #f0f0f3;display:flex;gap:10px;align-items:flex-start}.profile-item span{color:var(--muted);font-size:10px;min-width:72px;padding-top:1px}.profile-item strong{font-size:11px;font-weight:550;line-height:1.6;overflow-wrap:anywhere}.profile-bottom{margin-top:15px;border-top:1px solid #eceef2;padding-top:12px;font-size:9px;display:flex;gap:7px;align-items:center;color:#a0a1a9}.profile-bottom .icon{width:14px;height:14px}.small-benefit{display:flex;align-items:center;gap:12px;border:1px solid #e9d5d8;background:#fff3f4b0;border-radius:17px;padding:16px 18px}.small-gift{width:35px;height:35px;background:#ffe7e9;border-radius:10px;color:var(--red);display:flex;align-items:center;justify-content:center}.small-benefit strong{font-size:11px;font-weight:600;display:block}.small-benefit small{font-size:10px;color:#a05b62;display:block;margin-top:3px}.small-benefit>.icon{margin-left:auto;width:16px;color:var(--red)}.footer{max-width:1205px;margin:40px auto 0;padding:22px 0 30px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:20px;color:#999aa5;font-size:10px}.footer a{display:flex;align-items:center;gap:6px}.footer .icon{width:12px;height:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 18px;background:var(--red);color:white;border:1px solid var(--red);border-radius:12px;font-size:13px;font-weight:600;line-height:1.5;transition:.2s;width:max-content;max-width:100%}.button:hover{background:#c40f15;box-shadow:0 4px 15px #e8171e20}.button.secondary{background:white;border-color:#dddfe7;color:#454650}.button.secondary:hover{background:#f7f7fa;border-color:#bbb}.button.white{background:white;border-color:white;color:#b00d15}.button .icon{width:17px;height:17px}.text-link{font-size:12px;color:var(--red);font-weight:600;display:inline-flex;align-items:center;gap:5px}.text-link .icon{width:15px;height:15px}.notice{background:#f0f3fa;border:1px solid #dfe5f0;border-radius:12px;padding:15px 18px;font-size:13px;line-height:1.65;margin:20px 0}.notice.error{background:#fff0f1;border-color:#f2c4c8;color:#a40f17}.itinerary{margin-top:46px;padding-top:34px;border-top:1px solid var(--border)}.result-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.result-heading h2{font-size:32px;font-weight:600;letter-spacing:-1.2px;margin:7px 0}.result-heading p{font-size:13px;color:var(--muted)}.day-heading{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:22px 0}.day-heading h3{font-size:19px}.timeline{max-width:1000px;margin:auto}.stop{position:relative;display:grid;grid-template-columns:80px 1fr;gap:20px;padding-bottom:24px}.stop-rail{display:flex;align-items:center;flex-direction:column;gap:12px;position:relative}.stop-rail time{font-size:14px;font-weight:600;padding-top:5px}.stop-rail>span{display:flex;align-items:center;justify-content:center;background:var(--red);color:white;width:29px;height:29px;border-radius:50%;font-size:12px;z-index:1;box-shadow:0 0 0 6px #fbecee}.stop-rail:after{content:'';position:absolute;width:1px;background:#ebcfd2;top:62px;bottom:-20px}.stop:last-child .stop-rail:after{display:none}.stop-card{border:1px solid #edeef2;background:#fff;border-radius:18px;padding:22px;box-shadow:0 4px 22px #202d5206;min-width:0}.stop-top{display:flex;gap:20px}.place-image{width:130px;height:150px;object-fit:cover;border-radius:12px;flex-shrink:0;background:#f4f4f7}.place-image.failed{display:none}.stop-card h4{font-size:19px;line-height:1.4;font-weight:650;letter-spacing:-.4px;margin:5px 0}.stop-card p{font-size:12px;color:#787984;line-height:1.8}.stop-card .stop-reason{color:#af2029;margin:7px 0}.stop-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px}.stop-meta span{font-size:10px;color:#777;display:flex;gap:6px;align-items:center}.stop-meta .icon{width:14px;height:14px}.stop-details{border-top:1px solid #eeeef3;margin-top:20px;padding-top:15px}.stop-details>p:first-child{color:#454953;display:flex;gap:6px;align-items:center;margin-bottom:7px}.stop-details .icon{width:16px;height:16px}.stop-details summary{font-size:12px;color:#555965;cursor:pointer;margin:10px 0}.stop-details details{padding:3px 0}.stop-details small{font-size:10px;color:#999}.stop-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:15px}.stop-actions>span{font-size:10px;color:#93949c}.travel{grid-column:2;font-size:10px;color:#8a8d98;display:block;margin-top:-11px}.hotel-section{border:1px solid var(--border);background:#f1f3f8;border-radius:20px;padding:24px;margin:20px 0}.hotel-section h3{font-size:20px;margin-bottom:9px}.hotel-section>p{font-size:12px;color:var(--muted)}.hotel-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.hotel-grid article{background:white;border-radius:13px;padding:20px}.hotel-grid h4{font-size:15px;margin-bottom:9px}.hotel-grid p{font-size:12px;color:var(--muted)}.hotel-grid small{font-size:11px;color:#848693;display:block;margin:12px 0}.route-notes{display:flex;gap:13px;background:#f0f1f5;border-radius:15px;padding:20px;margin:20px 0}.route-notes>.icon{width:18px;color:#666a7a}.route-notes strong{font-size:13px}.route-notes p{font-size:11px;color:var(--muted);margin-top:8px}.benefits{display:flex;align-items:center;gap:24px;padding:30px;background:var(--red);color:#fff;border-radius:20px;margin-top:30px}.benefits .eyebrow{color:#ffc8cd;font-size:10px}.benefits h2{font-size:22px;letter-spacing:-.5px;margin:3px 0 7px}.benefits p:not(.eyebrow){font-size:12px;color:#ffe0e2}.benefit-icon{width:56px;height:56px;flex-shrink:0;background:#ffffff26;display:flex;align-items:center;justify-content:center;border-radius:17px}.benefit-icon .icon{width:28px;height:28px}.benefits .button{margin-left:auto;flex-shrink:0}dialog{border:1px solid #e4e5eb;border-radius:22px;padding:30px;width:min(500px,90vw);box-shadow:0 30px 100px #0003;background:#fff;line-height:1.7}dialog::backdrop{background:#15182655;backdrop-filter:blur(7px)}dialog h2{font-size:23px;letter-spacing:-.7px;line-height:1.3;margin-bottom:16px}dialog p{font-size:13px;color:#777;margin-bottom:16px}dialog>.icon-button{float:right;margin-top:-12px;margin-right:-10px}.dialog-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.typing .bubble{color:#8a8a95}.typing .bubble:after{content:'…';animation:pulse 1s infinite}@keyframes arrive{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{50%{opacity:.4}}.auth-layout{max-width:1000px;margin:50px auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:0 24px}.auth-card{padding:35px}.auth-card>.eyebrow{margin-top:20px}.auth-card h1{font-size:29px;letter-spacing:-1px;margin:10px 0 13px}.auth-card>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-bottom:20px}.auth-card>.text-link{margin-top:22px}.auth-aside h2{font-size:43px;line-height:1.3;letter-spacing:-1.9px;font-weight:550;margin-top:13px}.auth-aside p:not(.eyebrow){color:var(--muted);font-size:14px;margin-top:20px}.stack{display:flex;flex-direction:column;gap:18px}.stack label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:550}.stack input,.stack select,.stack textarea{padding:12px 13px;width:100%;border:1px solid #dddfe7;border-radius:10px;background:#fff;color:#444;min-height:44px;font-size:14px;max-width:100%}.stack input:disabled{background:#f7f7fa;color:#888}.stack small{font-size:11px;line-height:1.6;font-weight:400;color:#888}.stack .check{display:flex;flex-direction:row;align-items:center;gap:9px}.check input{width:17px;min-height:auto;height:17px;accent-color:var(--red)}.requirements{margin-top:22px;font-size:12px;color:var(--muted)}.requirements p{margin:7px 0}.admin-shell{max-width:1310px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:44px;margin:40px auto;padding:0 35px}.admin-nav{display:flex;flex-direction:column;gap:8px;align-self:start;position:sticky;top:30px}.admin-nav .eyebrow{padding:0 12px 12px}.admin-nav a{font-size:12px;display:flex;gap:9px;align-items:center;padding:13px 12px;border-radius:12px;color:#6d6e7c}.admin-nav a .icon{width:18px}.admin-nav a.active{color:var(--red);background:#fff0f2;font-weight:600}.admin-nav a:hover{background:#eeeef3}.admin-content{min-width:0}.admin-content h1{margin:8px 0 14px}.lead{font-size:13px;color:var(--muted);margin-bottom:25px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 0}.metric{display:flex;flex-direction:column;padding:24px;gap:7px;border-radius:18px}.metric>span{font-size:12px;color:var(--muted)}.metric strong{font-size:36px;font-weight:550}.metric small{font-size:10px;color:#aaa}.admin-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{background:#fff;border:1px solid #e8e9ef;border-radius:18px;padding:28px}.panel h2{font-size:20px;letter-spacing:-.5px;margin:15px 0 10px}.panel p{font-size:13px;color:var(--muted);margin-bottom:22px}.settings-form{max-width:670px}.test-form{display:flex;align-items:center;gap:15px;margin:22px 0}.test-form small{font-size:11px;color:var(--muted);max-width:260px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:15px;background:#fff}table{border-collapse:collapse;width:100%;text-align:left;font-size:12px}th{font-weight:600;color:#999;background:#fcfcfd;padding:14px 18px;border-bottom:1px solid var(--border);font-size:10px;text-transform:uppercase;letter-spacing:.06em}td{padding:18px;border-bottom:1px solid #eeeef4;vertical-align:middle}td:first-child{min-width:260px}td strong{display:block;font-weight:550}td small{display:block;font-size:10px;color:#a2a2ac;line-height:1.7;margin-top:4px;max-width:330px}.badge{font-size:10px;color:#376e52;background:#edf6f1;border-radius:20px;padding:5px 9px;white-space:nowrap}.badge.pending{color:#a57729;background:#fff7e6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-content>.text-link{margin-bottom:15px}
@media(min-width:1500px){.workspace{max-width:1360px;padding-top:45px}.workspace-grid{grid-template-columns:minmax(0,1.7fr) 390px}.chat-panel{min-height:595px}.chat-messages{min-height:300px}.discovery-card{height:266px}}
@media(max-width:950px){.topbar{padding:12px 25px}.brand-label{display:none}.brand-divider{display:none}.workspace{padding:28px 24px 0}.workspace-grid{grid-template-columns:minmax(0,1.5fr) minmax(250px,1fr);gap:18px}.free-note{display:none}.chat-top{padding:18px}.chat-top h2{font-size:12px}.chat-messages{padding:24px 20px 10px}.suggestions{padding-left:20px;padding-right:20px}.discovery-copy h2{font-size:28px}.preferences{padding:18px}.benefits{gap:17px;flex-wrap:wrap}.benefits .button{margin-left:73px}.footer{margin-left:24px;margin-right:24px}.admin-shell{grid-template-columns:180px minmax(0,1fr);gap:20px;padding:0 20px}.admin-nav a{font-size:11px}.metric-grid{gap:10px}.metric{padding:17px}.admin-two{grid-template-columns:1fr}.auth-layout{gap:35px}.auth-aside h2{font-size:35px}.auth-card{padding:25px}}
@media(max-width:720px){.topbar{min-height:80px;padding:8px 19px;gap:10px}.brand img{width:87px;height:59px}.topbar nav{gap:17px;font-size:10px}.topbar nav .icon{width:13px}.topbar nav .nav-current:after{bottom:-11px}.workspace{padding:24px 17px 0}.workspace-heading{margin-bottom:22px}.workspace-heading .eyebrow{font-size:9px}.workspace-heading h1{font-size:29px;letter-spacing:-1.1px}.workspace-heading p:not(.eyebrow){font-size:12px}.workspace-grid{display:flex;flex-direction:column;gap:20px}.chat-panel{width:100%;min-height:510px;border-radius:19px}.chat-top{padding:17px}.chat-top h2{font-size:11px;max-width:215px}.assistant-avatar{width:35px;height:35px;border-radius:11px}.chat-top .icon-button{width:28px}.chat-messages{max-height:370px;min-height:235px;padding:23px 19px 8px}.chat-message .bubble{font-size:14px;max-width:95%;padding:13px 15px}.suggestions{padding:7px 19px 18px}.suggestion{font-size:12px;padding:11px 12px}.chat-bottom{padding:0 15px 12px}.chat-bottom textarea{font-size:16px}.privacy-note{font-size:9px;flex-wrap:wrap}.chat-status{font-size:10px}.trip-sidebar{width:100%;display:grid;grid-template-columns:1fr;gap:16px}.discovery-card{display:none}.preferences{padding:18px}.empty-profile{padding:13px 0;font-size:12px}.profile-item strong{font-size:12px}.profile-item span{font-size:11px;min-width:83px}.profile-bottom{font-size:10px}.small-benefit strong{font-size:12px}.small-benefit small{font-size:11px}.footer{font-size:9px;flex-direction:column;gap:9px;margin:28px 20px 0;padding:18px 0}.itinerary{margin-top:30px;padding-top:25px}.result-heading{flex-direction:column;align-items:flex-start}.result-heading h2{font-size:27px}.result-heading p{font-size:12px}.result-heading .button{font-size:12px}.day-heading h3{font-size:17px}.day-heading .text-link{font-size:10px}.stop{grid-template-columns:44px 1fr;gap:9px}.stop-rail time{font-size:12px}.stop-rail>span{width:23px;height:23px;font-size:10px}.stop-card{padding:17px;border-radius:15px}.stop-top{flex-direction:column;gap:14px}.place-image{width:100%;height:150px;object-position:center}.stop-card .eyebrow{font-size:9px}.stop-card h4{font-size:17px}.stop-card p{font-size:12px}.stop-meta{gap:10px}.stop-actions{flex-direction:column;align-items:flex-start}.travel{font-size:9px}.hotel-section{padding:20px}.hotel-grid{grid-template-columns:1fr;gap:12px}.hotel-section h3{font-size:18px}.benefits{padding:23px;gap:15px}.benefit-icon{width:42px;height:42px}.benefits>div:nth-child(2){flex:1;min-width:180px}.benefits h2{font-size:20px}.benefits .button{margin-left:0;width:100%}.benefits p:not(.eyebrow){font-size:12px}.route-notes{padding:16px;gap:10px}.route-notes p{font-size:11px}.auth-layout{display:block;margin:26px auto;padding:0 18px;max-width:490px}.auth-aside{display:none}.auth-card{padding:26px}.auth-card h1{font-size:26px}.stack input,.stack select,.stack textarea{font-size:16px}.admin-page .topbar nav{gap:11px;flex-wrap:wrap;justify-content:flex-end;font-size:10px}.admin-page .topbar nav a:first-child{display:none}.admin-shell{display:block;margin:20px auto;padding:0 16px}.admin-nav{position:static;flex-direction:row;overflow:auto;padding-bottom:15px;margin-bottom:14px}.admin-nav .eyebrow{display:none}.admin-nav a{white-space:nowrap;padding:10px;font-size:10px}.admin-nav a:last-child{display:none}.admin-nav .icon{width:15px}.admin-content h1{font-size:27px;letter-spacing:-1px}.metric-grid{grid-template-columns:1fr;gap:12px}.metric{display:grid;grid-template-columns:1fr auto;align-items:center}.metric small{grid-column:1}.metric strong{font-size:29px;grid-row:1/3;grid-column:2}.metric>span{font-size:13px}.panel{padding:21px}.form-grid{grid-template-columns:1fr}.test-form{align-items:flex-start;flex-direction:column}.admin-content>.section-row{align-items:flex-start;flex-direction:column}.table-wrap{margin-top:20px}.admin-content>.section-row .button{font-size:12px}.topbar nav form{margin:0}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{body{background:white!important;color:black}.topbar,.footer,.workspace-heading,.workspace-grid,dialog,.result-heading button,.stop-actions>span{display:none!important}.workspace{padding:0;max-width:none}.itinerary{margin:0;padding:0;border:0}.stop{break-inside:avoid;grid-template-columns:65px 1fr}.stop-card{box-shadow:none}.benefits{background:white;color:#222;border:2px solid #e8171e;break-inside:avoid}.benefits p:not(.eyebrow),.benefits .eyebrow{color:#333}.benefits .button{border-color:#ddd;color:#333}.benefits a:after{content:'www.promovecentro.com.br';font-size:11px}.benefits a{font-size:0}.benefits a svg{display:none}.hotel-section,.route-notes{break-inside:avoid}.place-image{height:90px;width:100px}.day-heading{break-after:avoid}.stop-rail:after{display:none}details{display:block}a{color:#222}.stop-card h4{font-size:15px}.stop-card p{font-size:11px}.result-heading h2{font-size:25px}@page{size:A4;margin:14mm}}

/* Comfortable reading sizes across the conversation. */
.topbar nav{font-size:14px}.chat-top h2{font-size:14px}.chat-top p{font-size:12px}.chat-message .bubble{font-size:16px}.chat-message .speaker{font-size:11px}.suggestion{font-size:14px}.chat-bottom textarea{font-size:16px}.privacy-note{font-size:11px}.chat-status{font-size:12px}.preferences h2{font-size:14px}.empty-profile{font-size:13px}.profile-item span{font-size:12px}.profile-item strong{font-size:13px}.profile-bottom{font-size:11px}.small-benefit strong{font-size:13px}.small-benefit small{font-size:12px}.eyebrow{font-size:12px}.stop-card p{font-size:14px}.stop-meta span,.stop-actions>span,.travel{font-size:12px}.route-notes p{font-size:13px}.footer{font-size:12px}
@media(max-width:720px){.topbar nav{font-size:11px}.chat-top h2{font-size:12px}.chat-top p{font-size:11px}.chat-top{gap:9px}.chat-messages{max-height:380px}.suggestion{font-size:13px}.privacy-note{font-size:10px}.chat-status{font-size:11px}.preferences h2{font-size:14px}.stop-card p{font-size:13px}.stop-meta span,.stop-actions>span,.travel{font-size:11px}.footer{font-size:11px}}
