:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#edf5ff;background:#06101d}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 0,#1c4260 0,#071522 42%,#040a12 100%)}main{width:min(100%,620px);margin:auto;padding:calc(20px + env(safe-area-inset-top)) 18px calc(24px + env(safe-area-inset-bottom))}header,.grid{display:flex;align-items:center;gap:12px}header{margin-bottom:28px}.mark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#67f1b4;color:#06101d;font-weight:950;font-size:25px;box-shadow:0 0 28px #67f1b444}h1{margin:0;font-size:19px;letter-spacing:.14em}header p{margin:4px 0;color:#9fb2c8;font-size:13px}.ghost{margin-left:auto}.hero{padding:8px 4px 18px}.hero h2{font-size:clamp(34px,9vw,52px);line-height:1.02;letter-spacing:-.045em;margin:9px 0 14px}.hero p:not(.eyebrow){color:#b5c5d6;font-size:17px;line-height:1.5}.useCases{display:flex;flex-wrap:wrap;gap:8px;color:#a9bed2;font-size:12px;line-height:1.4;margin:18px 0}.useCases span{background:#10243a;border:1px solid #29455f;border-radius:99px;padding:7px 10px}.eyebrow{color:#67f1b4;font-size:11px;font-weight:900;letter-spacing:.16em;margin:0}.card{background:#0d1b2aee;border:1px solid #28415b;border-radius:22px;padding:20px;margin:14px 0;box-shadow:0 22px 60px #0007;backdrop-filter:blur(12px)}h2{margin:6px 0 14px}.grid>*{flex:1}fieldset{border:0;padding:0;margin:20px 0}legend{color:#edf5ff;font-size:25px;font-weight:900;line-height:1.15}label{display:block;margin:13px 0;color:#cbd7e6;font-size:13px;font-weight:700}input,select{display:block;width:100%;margin-top:7px;background:#07131f;color:white;border:1px solid #36546f;border-radius:13px;padding:14px;font:inherit;font-size:16px;outline:none}input:focus,select:focus{border-color:#67f1b4;box-shadow:0 0 0 3px #67f1b422}button{border:1px solid #42627f;border-radius:13px;padding:12px 15px;background:#122840;color:#edf5ff;font-weight:850;letter-spacing:.02em}.primary{width:100%;border:0;background:#67f1b4;color:#06101d;padding:15px;margin-top:8px}.progress{height:5px;background:#1c3349;border-radius:99px;overflow:hidden;margin-bottom:16px}.progress i{display:block;height:100%;background:#67f1b4;transition:width .25s}.choiceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:8px;margin:16px 0}.choice.active{background:#67f1b4;color:#06101d;border-color:#67f1b4}.assistantActions{display:flex;gap:8px}.assistantActions .ghost{flex:0 0 auto}.trust{background:#07131f;border-radius:13px;color:#a9bed2;padding:14px;line-height:1.8;font-size:13px}.price{font-size:43px;font-weight:900;letter-spacing:-.04em;color:#67f1b4}.coverage{font-size:16px;font-weight:800;color:#67f1b4}.driverConfirmed{font-size:20px;font-weight:850;color:#67f1b4}.meta{color:#93a8bd;font-size:13px;line-height:1.5}.hidden{display:none!important}.ok{color:#67f1b4}.bad{color:#ff9f9f}footer{text-align:center;color:#6f8297;font-size:11px;line-height:1.5;padding:22px 8px}@media(max-width:430px){.grid{display:block}.card{padding:17px}.hero h2{font-size:38px}}

/* Map control: thumb-reachable on a phone, collapses cleanly when unavailable. */
.mapPanel{display:flex;flex-direction:column;gap:10px;margin:0 0 16px}
.map{height:232px;border-radius:14px;overflow:hidden;background:#0d1a2b;border:1px solid rgba(255,255,255,.09)}
.mapAddress{margin:0;font-size:.82rem;line-height:1.45;color:#9fb0c4;min-height:1.2em}
.mapActions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mapActions button{min-height:46px;font-size:.76rem;padding:10px 8px}
.mapActions .primary{grid-column:1/-1}
@media(min-width:520px){.map{height:288px}.mapActions{grid-template-columns:1fr 1fr auto}.mapActions .primary{grid-column:auto}}

/* A step stays closed until its location is canonical, so the disabled state must read as such. */
button:disabled{opacity:.45;cursor:not-allowed}
.meta.confirmed{color:#37d67a}

/* Suggestions are rendered by the app: iOS Safari does not present <datalist> reliably. */
.suggestions{display:flex;flex-direction:column;gap:2px;margin:6px 0 0;border:1px solid rgba(255,255,255,.10);border-radius:12px;overflow:hidden;background:#101c2c;max-height:266px;overflow-y:auto;-webkit-overflow-scrolling:touch}
.suggestion{display:block;width:100%;min-height:52px;padding:12px 14px;text-align:left;font-size:.86rem;line-height:1.35;color:#e8ecf1;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer}
.suggestion:last-child{border-bottom:0}
.suggestion:hover,.suggestion:focus{background:rgba(55,214,122,.14);outline:none}
.suggestionEmpty{margin:0;padding:12px 14px;font-size:.8rem;color:#9fb0c4}

/* Marketing consent sits apart from the data needed to run the trip. */
.consent{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.8rem;line-height:1.4;color:#9fb0c4}
.consent input{width:22px;height:22px;flex:none;margin-top:1px}
