@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:Inter,Noto Sans SC,system-ui,sans-serif;color:#1b261f;background:#eeeae0;font-synthesis:none;--bg: #eeeae0;--surface: #f8f6ef;--surface-2: #fffdf8;--surface-3: #e5e0d3;--text: #1b261f;--muted: #617066;--subtle: #7d887f;--border: rgba(31, 50, 38, .15);--orange: #b84222;--orange-2: #96381f;--blue: #2d6f73;--green: #477557;--amber: #a66a18;--purple: #6b5c7c;--shadow: 0 8px 24px rgba(45, 51, 42, .06)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,textarea,input{font:inherit}button{color:inherit}button:focus-visible,textarea:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid rgba(56,189,248,.65);outline-offset:2px}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:-60px;padding:10px 14px;background:#fff;color:#07111f;z-index:1000;border-radius:8px}.skip-link:focus{top:12px}.app-shell{min-height:100vh}.app-header{height:72px;display:flex;align-items:center;gap:48px;padding:0 28px;border-bottom:1px solid var(--border);background:#f8f6eff5;position:sticky;top:0;z-index:100}.brand{display:flex;align-items:center;gap:9px;min-width:150px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;color:#fffaf3;background:var(--orange);border-radius:50%}.brand-mark svg{width:20px;height:20px}.brand-word{font-size:23px;font-weight:700;letter-spacing:.12em}.desktop-nav{display:flex;align-self:stretch;gap:8px}.nav-item{border:0;background:transparent;color:var(--muted);padding:0 14px;position:relative;font-size:14px;font-weight:500;transition:color .2s ease}.nav-item:hover{color:var(--text)}.nav-item:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:var(--orange);transform:scaleX(0);transition:transform .2s ease}.nav-item.active{color:var(--text)}.nav-item.active:after{transform:scaleX(1)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.status-pill{height:36px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:99px;background:transparent;color:var(--muted);padding:0 13px;font-size:12px}.online-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.offline-dot{width:7px;height:7px;border-radius:50%;background:var(--amber)}.icon-button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);border-radius:50%}.icon-button svg{width:24px;height:24px;color:var(--muted)}.page-enter{animation:pageIn .35s cubic-bezier(.16,1,.3,1) both}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}}.eyebrow,.section-kicker{color:var(--orange-2);font-size:11px;font-weight:700;letter-spacing:.06em}.section-kicker{display:inline-flex;align-items:center;gap:6px}.section-kicker svg{width:14px;height:14px}.today-page{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:50px 0 80px}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.welcome-row h1{margin:5px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.045em;line-height:1.15}.page-subtitle{margin:0;color:var(--muted)}.weather-brief{display:flex;align-items:center;gap:13px;padding:12px 16px;border:1px solid var(--border);background:var(--surface);border-radius:8px}.weather-brief svg{width:34px;height:34px;color:var(--blue)}.weather-brief div{display:flex;flex-direction:column}.weather-brief strong{font:600 22px Barlow Condensed,sans-serif}.weather-brief span{color:var(--muted);font-size:11px}.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr 1fr;gap:16px}.card{border:1px solid var(--border);background:var(--surface);border-radius:10px;box-shadow:var(--shadow);padding:24px;overflow:hidden}.hero-plan-card{grid-column:span 2;min-height:360px;background:var(--surface-2);border-top:3px solid var(--orange)}.plan-top{display:flex;justify-content:space-between;gap:24px}.plan-top h2{font-size:clamp(26px,3vw,36px);margin:15px 0 7px;letter-spacing:-.035em}.plan-top p{color:var(--muted);margin:0}.readiness-ring{width:130px;height:130px;position:relative;flex:0 0 auto}.readiness-ring svg{width:100%;transform:rotate(-90deg)}.readiness-ring circle{fill:none;stroke-width:8}.ring-track{stroke:#1f32261a}.ring-value{stroke:var(--green);stroke-linecap:round;stroke-dasharray:78 22}.ring-copy{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.ring-copy strong{font:700 38px Barlow Condensed,sans-serif;line-height:.9}.ring-copy span{margin-top:6px;font-size:10px;color:var(--green)}.zone-track{height:46px;display:flex;gap:3px;margin:26px 0 15px;border-radius:10px;overflow:hidden}.zone-track span{display:grid;place-items:center;color:var(--muted);font-size:11px;background:#e8e4da}.zone-track .work{background:#d1dfda;color:#244c3b}.why-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:22px;color:var(--muted);font-size:12px}.why-row span{display:flex;align-items:center;gap:5px}.why-row svg{color:var(--green)}.why-row span:last-child svg{color:var(--amber)}.primary-button,.secondary-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;border:0;padding:0 18px;font-size:13px;font-weight:700;transition:transform .16s ease,filter .16s ease,background .16s ease}.primary-button{color:#fffaf3;background:var(--orange);box-shadow:none}.primary-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.primary-button:active{transform:scale(.98)}.primary-button svg,.secondary-button svg{width:17px;height:17px}.card-heading{display:flex;justify-content:space-between;align-items:flex-start}.card-heading h3{margin:7px 0 0;font-size:21px}.card-heading>svg{width:26px;height:26px;color:var(--blue)}.metric-list{display:grid;gap:21px;margin-top:27px}.metric-list div{display:grid;grid-template-columns:1fr auto;gap:8px;font-size:12px}.metric-list span{color:var(--muted)}.metric-list strong{font:600 18px Barlow Condensed,sans-serif}.metric-list i{grid-column:1 / -1;height:5px;border-radius:5px;background:#1f322617;overflow:hidden}.metric-list i:after{content:"";display:block;height:100%;width:var(--value);background:var(--blue);border-radius:inherit}.text-button{min-height:44px;border:0;background:none;color:var(--blue);padding:0;margin-top:16px;display:inline-flex;align-items:center;gap:6px;font-size:12px}.text-button:hover{color:#fff}.text-button svg{width:14px}.load-card{grid-column:span 2}.trend-pill{display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border-radius:99px;background:#34d3991a;color:var(--green);font-size:11px}.load-chart{width:100%;height:145px;overflow:visible;margin-top:10px}.chart-grid{fill:none;stroke:#1f322617}.chart-line{fill:none;stroke:var(--orange);stroke-width:3;stroke-linecap:round}.load-chart circle{fill:#f8f6ef;stroke:var(--orange);stroke-width:3}.chart-labels{display:flex;justify-content:space-between;color:var(--subtle);font-size:9px;padding:0 3px}.insight-card{background:#f1ede3}.insight-card h3{margin:18px 0 12px;font-size:20px;line-height:1.45}.insight-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.insight-card p strong{color:var(--purple)}.week-progress{height:8px;border-radius:8px;background:#1f322617;margin-top:28px;overflow:hidden}.week-progress i{display:block;width:58%;height:100%;border-radius:inherit;background:var(--orange)}.week-labels{display:flex;justify-content:space-between;margin-top:9px;color:var(--muted);font-size:10px}.next-session{display:flex;gap:10px;align-items:center;padding:14px;margin-top:22px;background:#1f322609;border:1px solid var(--border);border-radius:8px}.next-session svg{color:var(--blue);width:24px;height:24px}.next-session div{display:flex;flex-direction:column;gap:3px}.next-session span{font-size:9px;color:var(--muted)}.next-session strong{font-size:12px}.home-count{min-width:120px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.home-count strong{font:700 30px Barlow Condensed,sans-serif}.home-count span{color:var(--muted);font-size:11px}.home-loading{min-height:320px;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted);font-size:12px}.home-loading .spinner{border-color:#b8422233;border-top-color:var(--orange)}.home-error{display:flex;align-items:center;gap:18px}.home-error>svg{flex:0 0 auto;width:32px;height:32px;color:var(--amber)}.home-error h2{margin:0 0 5px;font-size:20px}.home-error p{margin:0;color:var(--muted);font-size:13px}.home-error .primary-button{margin-left:auto}.home-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:16px}.home-decision-card{min-height:300px;padding:0;display:flex;flex-direction:column;background:var(--surface-2);border-top:3px solid var(--orange)}.home-decision-visual{flex:0 0 180px;min-height:0;overflow:hidden;border-bottom:1px solid var(--border);background:#d8d4c8}.home-decision-visual img{width:100%;height:100%;display:block;object-fit:cover}.home-decision-content{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:22px 24px 24px}.home-decision-heading{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px}.location-refresh-button{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 4px;border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:700;transition:color .16s ease,opacity .16s ease}.location-refresh-button:hover{color:var(--orange)}.location-refresh-button:disabled{cursor:not-allowed;opacity:.48}.location-refresh-button svg{width:17px;height:17px}.home-decision-card h2{max-width:720px;margin:12px 0 8px;font-size:clamp(25px,2.6vw,34px);line-height:1.2;letter-spacing:-.04em}.home-decision-summary{max-width:680px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.home-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:20px}.home-actions.with-location{width:min(100%,320px)}.home-actions.with-location .primary-button{width:100%}.location-privacy-note{margin:14px 0 0!important;color:var(--subtle)!important;font-size:10px!important}.location-error{margin:10px 0 0!important;color:var(--orange-2)!important;font-size:11px!important}.city-picker{width:min(100%,540px);margin-top:18px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.city-picker label{display:block;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:600}.city-picker>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.city-picker select{min-width:0;min-height:46px;padding:0 12px;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--surface-2);font-size:13px}.city-picker select:focus-visible{outline:3px solid rgba(56,189,248,.65);outline-offset:2px}.home-environment-card{min-height:300px}.environment-facts{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:28px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--border)}.environment-facts>div{min-height:78px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:14px;background:var(--surface-2)}.environment-facts span,.route-facts span{color:var(--muted);font-size:10px}.environment-facts strong{font:600 19px Barlow Condensed,sans-serif}.weather-summary{margin:14px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.location-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:15px;padding-top:13px;border-top:1px solid var(--border)}.location-controls span{margin-right:auto;color:var(--subtle);font-size:9px}.location-controls button{min-height:44px;border:0;background:transparent;color:var(--blue);font-size:10px}.location-controls .danger-link{display:inline-flex;align-items:center;gap:4px;color:var(--orange-2)}.location-controls svg{width:14px;height:14px}.home-route-card,.home-training-card{min-height:260px}.route-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.route-facts>div{min-width:0;display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.route-facts strong{font:600 18px Barlow Condensed,sans-serif;overflow-wrap:anywhere}.route-meta{display:flex;gap:8px;margin-top:18px}.route-meta span,.coming-label{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:99px;color:var(--muted);background:var(--surface-3);font-size:10px}.home-training-card{background:#f1ede3}.home-training-card>p{margin:24px 0 20px;color:var(--muted);font-size:13px;line-height:1.75}.coming-label{color:var(--blue);background:#2d6f7317}.home-empty-copy{min-height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;text-align:center;color:var(--muted)}.home-empty-copy svg{width:34px;height:34px;color:var(--blue)}.home-empty-copy p{max-width:310px;margin:0;font-size:12px;line-height:1.7}.library-page,.library-detail-page{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:48px 0 110px}.library-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}.library-hero h1,.library-detail-heading h1{margin:8px 0 9px;font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.045em}.library-hero p:last-child,.library-detail-heading p{max-width:660px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.library-tabs{display:inline-flex;gap:4px;margin-bottom:22px;padding:4px;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.library-tabs button{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;transition:background .18s ease,color .18s ease}.library-tabs button.active{background:var(--text);color:#fffaf3}.library-tabs svg{width:18px;height:18px}.library-tabs span{min-width:21px;height:21px;display:grid;place-items:center;border-radius:99px;background:#80808021;font:600 10px Barlow Condensed,sans-serif}.library-route-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.library-route-card{min-width:0;overflow:hidden;padding:0;text-align:left;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.library-route-card:hover{transform:translateY(-2px);border-color:#b8422261;box-shadow:0 10px 28px #1f322617}.library-route-preview{width:100%;height:130px;display:block;background:#d8d4c8}.preview-contour{fill:none;stroke:#50685a47;stroke-width:1.3}.preview-route-outline{fill:none;stroke:#fffaf3;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.preview-route{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.preview-start{fill:var(--orange);stroke:#fffaf3;stroke-width:2}.preview-placeholder{fill:none;stroke:#2d6f7380;stroke-width:4;stroke-dasharray:8 7;stroke-linecap:round}.library-card-copy{padding:18px}.library-card-top,.library-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:10px}.library-card-top svg{width:18px;height:18px;color:var(--orange)}.library-card-copy h2{min-height:48px;margin:10px 0 15px;font-size:18px;line-height:1.35}.library-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.library-card-stats span{min-width:0;display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:9px}.library-card-stats strong{color:var(--text);font:600 16px Barlow Condensed,sans-serif;overflow-wrap:anywhere}.library-card-foot{margin-top:17px;padding-top:13px;border-top:1px solid var(--border)}.library-card-foot svg{width:17px;height:17px;color:var(--orange)}.library-request-list{display:grid;gap:12px}.library-request-card{padding:20px 22px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:var(--shadow)}.library-request-card.failed{border-left:3px solid var(--orange-2)}.library-request-card.running{border-left:3px solid var(--amber)}.request-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.request-status-row time{color:var(--subtle);font-size:10px}.request-status{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border-radius:99px;color:var(--blue);background:#2d6f731a;font-size:10px;font-weight:700}.request-status.failed{color:var(--orange-2);background:#b8422217}.request-status.running{color:#88661b;background:#c4932d1f}.request-status.cancelled{color:var(--muted);background:#58655d1a}.request-cancelled-copy{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.library-request-card h2{margin:13px 0 6px;font-size:20px}.library-request-card>p{margin:0;color:var(--muted);font-size:12px}.request-error{display:flex;align-items:flex-start;gap:8px;margin-top:15px;padding:11px 13px;border-radius:8px;color:var(--orange-2);background:#b8422212;font-size:11px;line-height:1.6}.request-error svg{flex:0 0 auto;width:17px;height:17px;margin-top:1px}.request-actions{display:flex;align-items:center;gap:12px;margin-top:17px}.request-actions .secondary-button{min-height:42px}.request-actions>span{color:var(--muted);font-size:11px}.history-delete-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-left:auto;padding:0 12px;border:1px solid rgba(184,66,34,.24);border-radius:8px;background:transparent;color:var(--orange-2);font-size:12px;font-weight:700;transition:border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}.history-delete-button:hover:not(:disabled){border-color:#b8422280;background:#b8422212}.history-delete-button:disabled{cursor:not-allowed;opacity:.55}.history-delete-button[aria-busy=true]{cursor:wait}.history-delete-button svg{width:17px;height:17px}.request-detail-heading-actions{display:flex;align-items:center;gap:10px}.request-detail-heading-actions .history-delete-button{margin-left:0}.confirm-dialog-backdrop{position:fixed;inset:0;z-index:240;display:grid;place-items:center;padding:24px;background:#1b261f80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;animation:confirmBackdropIn .18s ease-out both}.confirm-dialog{position:relative;width:min(430px,100%);padding:30px;border:1px solid rgba(31,50,38,.18);border-radius:14px;background:var(--surface-2);box-shadow:0 24px 70px #161f193d;animation:confirmDialogIn .22s cubic-bezier(.16,1,.3,1) both}.confirm-dialog-close{position:absolute;right:14px;top:14px;width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);transition:color .18s ease,background-color .18s ease,opacity .18s ease}.confirm-dialog-close:hover:not(:disabled){color:var(--text);background:#1f322612}.confirm-dialog-close:disabled{cursor:wait;opacity:.45}.confirm-dialog-close svg{width:20px;height:20px}.confirm-dialog-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:20px;border:1px solid rgba(184,66,34,.18);border-radius:50%;background:#b8422217;color:var(--orange-2)}.confirm-dialog-icon svg{width:24px;height:24px}.confirm-dialog-copy .section-kicker{font-size:12px}.confirm-dialog-copy h2{margin:7px 48px 0 0;font-size:25px;letter-spacing:-.025em;line-height:1.25}.confirm-dialog-copy p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.65}.confirm-dialog-copy .confirm-dialog-request{width:fit-content;margin-top:16px;padding:7px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-size:12px;font-weight:700}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px;padding-top:20px;border-top:1px solid var(--border)}.confirm-dialog-actions button{min-height:46px;padding:0 17px}.confirm-dialog-delete{min-width:126px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--orange-2);border-radius:8px;background:var(--orange-2);color:#fffaf3;font-size:12px;font-weight:700;transition:border-color .18s ease,background-color .18s ease,opacity .18s ease}.confirm-dialog-delete:hover:not(:disabled){border-color:#7e2c18;background:#7e2c18}.confirm-dialog-delete:disabled{cursor:wait;opacity:.58}.confirm-dialog-delete svg{width:18px;height:18px}.confirm-dialog-delete .spinner{width:16px;height:16px;border-color:#fffaf359;border-top-color:#fffaf3}@keyframes confirmBackdropIn{0%{opacity:0}}@keyframes confirmDialogIn{0%{opacity:0;transform:translateY(8px) scale(.985)}}.library-list-state,.library-empty,.library-loading-page{min-height:360px;display:grid;place-content:center;justify-items:center;gap:13px;text-align:center;color:var(--muted)}.library-list-state h2,.library-empty h2,.library-loading-page h1{margin:0;color:var(--text);font-size:24px}.library-empty{padding:42px;border:1px dashed var(--border);border-radius:10px;background:#fffdf885}.library-empty>svg,.library-loading-page>svg{width:42px;height:42px;color:var(--blue)}.library-empty p,.library-loading-page p{max-width:420px;margin:0;font-size:12px;line-height:1.7}.library-load-more{display:flex;margin:24px auto 0}.library-back{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.library-back:hover{color:var(--orange)}.library-back svg{width:18px;height:18px}.library-detail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:18px 0 26px}.library-detail-heading h1{max-width:850px;font-size:clamp(31px,4vw,48px)}.saved-state{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:99px;color:var(--muted);background:var(--surface-3);font-size:10px;white-space:nowrap}.saved-state.active{color:var(--orange);background:#b8422217}.saved-state svg{width:17px;height:17px}.library-map{position:relative;height:440px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#d8d4c8;box-shadow:var(--shadow)}.library-map-container{width:100%;height:100%}.library-map-state,.library-map-fallback{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted);background:#e5e0d4;font-size:11px}.library-map-fallback .library-route-preview{width:min(420px,78vw);border-radius:8px}.library-detail-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:16px;margin-top:16px}.route-detail-facts>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:20px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--border)}.route-detail-facts>div span{min-height:86px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:13px;color:var(--muted);background:var(--surface-2);font-size:9px}.route-detail-facts strong{color:var(--text);font:600 18px Barlow Condensed,sans-serif}.route-detail-notes{background:#f1ede3}.route-detail-notes h2{margin:18px 0 9px;font-size:20px;line-height:1.4}.route-detail-notes p,.library-muted{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.route-waypoints{margin-top:16px}.waypoint-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-top:22px}.waypoint-list>div{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.waypoint-list span,.waypoint-list small{color:var(--muted);font-size:9px}.waypoint-list strong{font-size:13px}.library-detail-actions{position:sticky;z-index:20;bottom:16px;display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin:24px auto 0;padding:8px;border:1px solid var(--border);border-radius:13px;background:#fffdf8f0;box-shadow:0 12px 35px #1f322624;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.library-detail-actions button{min-width:150px}.request-detail-page .library-detail-heading{align-items:center}.request-criteria-card{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:1px;overflow:hidden;background:var(--border)}.request-criteria-card>div{min-height:98px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:18px;background:var(--surface)}.request-criteria-card span{color:var(--muted);font-size:10px}.request-criteria-card strong{font:600 18px Barlow Condensed,sans-serif}.request-detail-error{display:flex;align-items:flex-start;gap:18px;margin-top:16px}.request-detail-error>svg{flex:0 0 auto;width:34px;height:34px;color:var(--orange-2)}.request-detail-error span{color:var(--orange-2);font-size:10px;font-weight:700}.request-detail-error h2{margin:7px 0;font-size:21px}.request-detail-error p{margin:0;color:var(--muted);font-size:12px}.request-detail-error.cancelled>svg,.request-detail-error.cancelled span{color:var(--muted)}.library-section-title{display:flex;justify-content:space-between;align-items:flex-end;margin:30px 0 15px}.library-section-title h2{margin:7px 0 0;font-size:25px}.planner-page{min-height:calc(100vh - 72px);display:grid;grid-template-columns:390px minmax(480px,1fr) 350px}.requirements-panel,.analysis-panel{padding:24px 22px;background:#f8f6ef}.requirements-panel{border-right:1px solid var(--border)}.analysis-panel{border-left:1px solid var(--border)}.panel-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.panel-title-row>div,.map-head>div{display:flex;align-items:center;gap:10px}.panel-title-row h2,.map-head h1{margin:0;font-size:18px;letter-spacing:-.02em}.step-number{display:inline-grid;place-items:center;min-width:34px;height:24px;padding:0 8px;border-radius:4px;background:#e8e2d6;color:var(--orange);font:700 9px Inter,sans-serif;letter-spacing:.08em}.requirements-panel label{display:block;margin:0 0 8px;color:var(--muted);font-size:11px}.requirements-panel textarea{width:100%;height:122px;resize:vertical;border:1px solid var(--border);border-radius:8px;padding:13px;color:var(--text);background:#fffdf8;font-size:13px;line-height:1.7;transition:border .2s ease}.requirements-panel textarea:hover{border-color:#1f322647}.intent-row{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.ai-understood{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px}.ai-understood svg{color:var(--orange)}.interpret-button{min-height:36px;flex:0 0 auto;border:1px solid rgba(45,111,115,.28);border-radius:99px;padding:0 10px;background:#2d6f730f;color:var(--blue);font-size:8px;font-weight:600}.interpret-button:disabled{cursor:default;opacity:.45}.intent-warning{margin:-3px 0 10px;color:var(--orange-2);font-size:8px;line-height:1.5}.intent-summary-card{display:grid;gap:10px;margin:0 0 16px;padding:13px;border:1px solid rgba(45,111,115,.22);border-radius:10px;background:#2d6f730e}.intent-summary-heading{display:flex;align-items:center;gap:7px;color:var(--blue)}.intent-summary-heading svg{width:15px;height:15px}.intent-summary-heading strong{color:var(--text);font-size:11px}.intent-summary-card>div:not(.intent-summary-heading){display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px;align-items:baseline}.intent-summary-card span{color:var(--blue);font-size:8px;font-weight:700}.intent-summary-card p{margin:0;color:var(--text);font-size:9px;line-height:1.55}.intent-summary-card .inferred span{color:var(--orange)}.intent-summary-card .unrestricted span,.intent-summary-card .unrestricted p{color:var(--subtle)}.planning-mode-selector{margin:0 0 15px;padding:0;border:0}.planning-mode-selector legend{margin-bottom:8px;color:var(--muted);font-size:11px}.planning-mode-selector>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.planning-mode-selector label{min-height:58px;display:flex;align-items:flex-start;gap:7px;margin:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fffdf8;cursor:pointer}.planning-mode-selector label.selected{border-color:#b842227a;background:#b8422211;box-shadow:inset 0 0 0 1px #b842220f}.planning-mode-selector input{width:16px;height:16px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--orange)}.planning-mode-selector span{display:flex;flex-direction:column;gap:3px}.planning-mode-selector strong{color:var(--text);font-size:10px}.planning-mode-selector small{color:var(--subtle);font-size:8px;line-height:1.4}.city-select-wrap{position:relative;margin-bottom:9px}.city-select-wrap input{width:100%;height:40px;border:1px solid var(--border);border-radius:7px;padding:0 62px 0 11px;background:#fffdf8;color:var(--text);font-size:10px;font-weight:600}.city-select-wrap input:focus,.origin-search input:focus{border-color:var(--blue);outline:3px solid rgba(45,111,115,.1)}.city-select-wrap>span{position:absolute;right:10px;top:50%;color:var(--subtle);font-size:8px;pointer-events:none;transform:translateY(-50%)}.condition-grid{display:grid;grid-template-columns:1fr;gap:7px}.condition-grid .condition-control{min-width:0;min-height:70px;display:flex;align-items:center;gap:8px;margin:0;text-align:left;border:1px solid var(--border);border-radius:7px;background:#fffdf8;padding:9px;transition:background .2s ease,border .2s ease}.condition-grid .condition-control:hover{background:#f4f0e6;border-color:#1f322640}.condition-grid .condition-control.active{border-color:var(--orange);background:#f4e7dd;box-shadow:inset 0 0 0 1px #b8422226}.condition-grid svg{width:17px;height:17px;flex:0 0 auto;color:var(--blue)}.condition-grid .condition-control>span{min-width:0;flex:1;display:flex;flex-direction:column;color:var(--subtle);font-size:8px;gap:3px}.condition-grid strong{color:var(--text);font-size:10px;font-weight:600}.condition-grid small{overflow:hidden;color:var(--subtle);font-size:7px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.condition-grid input{min-width:0;width:100%;height:25px;border:0;border-bottom:1px solid rgba(31,50,38,.2);border-radius:0;padding:0;color:var(--text);background:transparent;font-size:10px;font-weight:600}.condition-grid input:focus{border-color:var(--blue);outline:0}.condition-grid .departure-control{min-height:82px}.condition-grid .condition-control.invalid{border-color:var(--orange);background:#fff8f4}.condition-grid .ride-load-control{min-height:92px;grid-column:1 / -1;align-items:flex-start;padding:10px 11px}.ride-load-control>svg{margin-top:25px}.ride-load-content{min-width:0;flex:1}.ride-load-title{display:block;margin-bottom:6px;color:var(--subtle);font-size:8px}.ride-load-fields{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.ride-load-fields>label{min-width:0;display:block;padding:0 8px}.ride-load-fields>label:first-child{padding-left:0}.ride-load-fields>label+label{border-left:1px solid rgba(31,50,38,.12)}.ride-load-fields small{display:block;margin-bottom:2px}.ride-load-fields .number-input{min-width:0}.ride-load-fields .number-input input{min-width:0;width:100%;height:28px;font-size:12px;font-variant-numeric:tabular-nums}.ride-load-fields input[type=number]{appearance:textfield;-moz-appearance:textfield;padding-right:0}.ride-load-fields input[type=number]::-webkit-inner-spin-button,.ride-load-fields input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.ride-load-fields .number-input b{flex:0 0 auto}.ride-load-error{display:block;margin-top:5px;color:var(--orange-2);font-size:7px;line-height:1.35;white-space:normal}.number-input{display:flex;align-items:center;gap:4px}.number-input input{width:48px}.number-input b{color:var(--muted);font-size:9px;font-weight:500}.mode-fields{display:grid;gap:11px;margin:10px 0 0;padding:14px;border:1px solid var(--border);border-radius:10px;background:#fffdf8b8}.mode-fields-heading{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mode-fields-heading>div{display:flex;flex-direction:column;gap:4px}.mode-fields-heading strong{font-size:12px}.mode-fields-heading small{color:var(--subtle);font-size:8px;line-height:1.5}.number-input.prominent input{width:72px;height:40px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);font:600 22px Barlow Condensed,sans-serif;text-align:right}.landmark-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.landmark-search input,.explore-fields>label input{min-width:0;height:44px;border:1px solid var(--border);border-radius:7px;padding:0 11px;background:#fffdf8;color:var(--text);font-size:11px}.landmark-search button{min-height:44px;border:1px solid rgba(45,111,115,.3);border-radius:7px;padding:0 12px;background:#2d6f7312;color:var(--blue);font-size:9px;font-weight:700}.selected-landmark{min-height:50px;display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;background:#2d6f7312;color:var(--blue)}.selected-landmark svg{width:18px;height:18px}.selected-landmark span{min-width:0;display:flex;flex-direction:column;gap:3px}.selected-landmark strong{color:var(--text);font-size:10px}.selected-landmark small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.landmark-results{display:grid;gap:4px}.landmark-results button{min-height:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;border:1px solid var(--border);border-radius:7px;padding:8px 10px;text-align:left;background:#fffdf8}.landmark-results strong{font-size:9px}.landmark-results small{width:100%;overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.lap-count-field,.custom-distance,.purpose-field{min-height:48px;display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin:0!important}.lap-count-field>span{display:flex;flex-direction:column;gap:3px;color:var(--text);font-size:10px}.lap-count-field small{color:var(--subtle);font-size:7px}.lap-count-field select,.purpose-field select{min-width:94px;height:40px;border:1px solid var(--border);border-radius:7px;padding:0 9px;background:#fffdf8;color:var(--text);font-size:10px}.osm-attribution{color:var(--subtle);font-size:7px}.explore-fields>label{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;margin:0;color:var(--text);font-size:10px}.landmark-error{margin:0;color:var(--orange-2);font-size:8px;line-height:1.5}.explore-fields fieldset{margin:0;padding:0;border:0}.explore-fields legend{margin-bottom:7px;color:var(--muted);font-size:9px}.environment-options,.scale-options{display:grid;gap:6px}.environment-options{grid-template-columns:repeat(5,minmax(0,1fr))}.scale-options{grid-template-columns:repeat(4,minmax(0,1fr))}.environment-options label,.scale-options label{min-height:44px;display:grid;place-items:center;margin:0;border:1px solid var(--border);border-radius:7px;background:#fffdf8;cursor:pointer}.environment-options label.selected,.scale-options label.selected{border-color:#2d6f736b;background:#2d6f7314;color:var(--blue)}.environment-options input,.scale-options input{position:absolute;opacity:0;pointer-events:none}.environment-options label:has(input:focus-visible),.scale-options label:has(input:focus-visible){outline:3px solid rgba(45,111,115,.18);outline-offset:2px}.environment-options span{font-size:8px;font-weight:700}.scale-options span{display:flex;flex-direction:column;align-items:center;gap:2px}.scale-options strong{font-size:8px}.scale-options small{color:var(--subtle);font-size:7px}.explore-laps-note{margin:0;color:var(--blue);font-size:8px;line-height:1.5}.explore-laps-note svg{width:12px;height:12px;margin-right:5px;vertical-align:-2px}.advanced-conditions{margin-top:16px;border:1px solid var(--border);border-radius:10px;background:#fffdf89e}.advanced-conditions>summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;cursor:pointer;list-style:none}.advanced-conditions>summary::-webkit-details-marker{display:none}.advanced-conditions>summary>span{display:flex;flex-direction:column;gap:3px}.advanced-conditions>summary strong{font-size:11px}.advanced-conditions>summary small{color:var(--subtle);font-size:8px}.advanced-conditions>summary svg{width:16px;height:16px;color:var(--muted);transition:transform .2s ease}.advanced-conditions[open]>summary svg{transform:rotate(90deg)}.advanced-conditions-body{display:grid;gap:10px;padding:0 12px 13px;border-top:1px solid var(--border)}.advanced-conditions .condition-control{min-height:72px;display:flex;align-items:center;gap:10px;margin:12px 0 0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fffdf8}.advanced-conditions .condition-control>svg{width:17px;height:17px;flex:0 0 auto;color:var(--blue)}.advanced-conditions .condition-control>span{flex:1;display:flex;flex-direction:column;gap:4px}.advanced-conditions .condition-control input{min-width:0;width:100%;height:30px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text)}.advanced-conditions .condition-control small{color:var(--subtle);font-size:8px}.advanced-conditions .ride-load-fields{grid-template-columns:1fr 1fr}.advanced-conditions .ride-load-control>svg{margin-top:18px}.purpose-field{padding:0 2px;color:var(--text)!important;font-size:10px!important}.generation-validation{margin:7px 1px 0;color:var(--orange-2);font-size:8px;line-height:1.5}.origin-control{width:100%;font:inherit}.origin-search{display:flex;gap:6px;margin-top:7px}.origin-search input{min-width:0;flex:1;height:38px;border:1px solid var(--border);border-radius:6px;padding:0 10px;background:#fffdf8;color:var(--text);font-size:9px}.origin-search button{min-height:38px;border:1px solid rgba(45,111,115,.25);border-radius:6px;padding:0 10px;background:#2d6f730f;color:var(--blue);font-size:8px;font-weight:600}.origin-search button:disabled{opacity:.55}.origin-results{display:grid;gap:3px;max-height:220px;overflow-y:auto;margin-top:6px;padding:4px;border:1px solid var(--border);border-radius:7px;background:#fffdf8;box-shadow:0 10px 24px #1f322614}.origin-confirmation{margin-top:8px;overflow:hidden;border:1px solid rgba(184,66,34,.25);border-radius:9px;background:#fffdf8d1}.origin-confirmation-heading{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--border);background:#b842220e}.origin-confirmation-heading>div{display:flex;flex-direction:column;gap:3px}.origin-confirmation-heading strong{color:var(--text);font-size:10px}.origin-confirmation-heading span{color:var(--muted);font-size:8px}.origin-confirmation-heading svg{width:19px;height:19px;flex:0 0 auto;color:var(--orange)}.origin-confirmation .origin-results{max-height:260px;margin:0;border:0;border-radius:0;box-shadow:none}.origin-results button{min-height:48px;display:flex;align-items:center;gap:9px;border:0;border-radius:5px;padding:7px 8px;text-align:left;background:transparent;color:var(--text)}.origin-results button:hover,.origin-results button:focus-visible{background:#f2eee4;outline:0}.origin-results button>svg{width:16px;height:16px;flex:0 0 auto;color:var(--orange)}.origin-results button>span{min-width:0;display:flex;flex-direction:column;gap:3px}.origin-results strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.origin-results small{overflow:hidden;color:var(--muted);font-size:7px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.origin-results button>b{flex:0 0 auto;color:var(--blue);font-size:8px;font-weight:700}.origin-help{margin:7px 1px 0;color:var(--orange-2);font-size:8px;line-height:1.5}.waypoint-editor{margin:17px 0 6px;padding-top:15px;border-top:1px solid var(--border)}.waypoint-editor-title{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px}.waypoint-editor-title>div{min-width:0;display:flex;flex-direction:column;gap:3px}.waypoint-editor-title strong{font-size:11px}.waypoint-editor-title span{color:var(--subtle);font-size:8px;line-height:1.5}.waypoint-editor-title>button{min-height:44px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid var(--border);border-radius:7px;background:#fffdf8;color:var(--blue);font-size:9px;font-weight:700}.waypoint-editor-title>button svg{width:14px;height:14px}.waypoint-editor-list{display:grid;gap:8px;margin-top:8px}.waypoint-editor-item{padding:8px;border:1px solid var(--border);border-radius:8px;background:#fffdf8;box-shadow:0 4px 12px #1f322609}.waypoint-editor-item.confirmed{border-left:3px solid var(--blue)}.waypoint-editor-head{display:grid;grid-template-columns:44px 25px minmax(0,1fr) auto;align-items:center;gap:5px}.waypoint-drag,.waypoint-move-buttons button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--subtle)}.waypoint-drag{cursor:grab;touch-action:none}.waypoint-drag:active{cursor:grabbing}.waypoint-drag svg,.waypoint-move-buttons svg{width:16px;height:16px}.waypoint-order{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font:700 9px Inter,sans-serif}.waypoint-editor-head select{min-width:0;height:34px;border:1px solid var(--border);border-radius:6px;padding:0 7px;color:var(--text);background:#f8f6ef;font-size:9px}.waypoint-move-buttons{display:flex;gap:1px}.waypoint-move-buttons button:last-child{color:var(--orange-2)}.waypoint-move-buttons button:disabled{opacity:.3}.waypoint-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:5px;margin-top:7px}.waypoint-search-row input{min-width:0;height:40px;border:1px solid var(--border);border-radius:6px;padding:0 9px;background:#fffdf8;color:var(--text);font-size:9px}.waypoint-search-row button{min-height:40px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(45,111,115,.25);border-radius:6px;padding:0 8px;background:#2d6f730f;color:var(--blue);font-size:8px;font-weight:700}.waypoint-search-row button.active{border-color:var(--orange);color:var(--orange);background:#b8422212}.waypoint-search-row svg{width:13px;height:13px}.waypoint-candidates{display:grid;gap:2px;margin-top:6px;padding-top:5px;border-top:1px solid var(--border)}.waypoint-candidates>button{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:9px;border:0;border-radius:6px;padding:7px 8px;text-align:left;background:transparent;color:var(--text)}.waypoint-candidates>button:hover{background:#f2eee4}.waypoint-candidates span,.waypoint-confirmed-copy span{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}.waypoint-candidates strong,.waypoint-confirmed-copy strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.waypoint-candidates small,.waypoint-confirmed-copy small{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.waypoint-candidates b{color:var(--blue);font-size:8px}.waypoint-confirmed-copy{min-height:50px;display:flex;align-items:center;gap:9px;margin-top:6px;padding:7px;border-radius:6px;background:#2d6f730d}.waypoint-confirmed-copy>svg{width:17px;height:17px;color:var(--blue)}.waypoint-confirmed-copy>button{min-height:38px;border:0;background:transparent;color:var(--blue);font-size:8px;font-weight:700}.waypoint-optional-note{margin:7px 1px 0;color:var(--orange-2);font-size:8px;line-height:1.5}.preference-title{margin:18px 0 9px;color:var(--muted);font-size:10px}.preference-chips{display:flex;flex-wrap:wrap;gap:6px}.preference-chips button{min-height:44px;display:inline-flex;align-items:center;gap:4px;border-radius:99px;padding:0 12px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:10px}.preference-chips button.selected{color:#244c3b;border-color:#47755759;background:#e4ebe3}.preference-chips svg{width:12px;height:12px}.repeat-preference{margin:16px 0 0;padding:14px;border:1px solid var(--border);border-radius:10px;background:#fffdf8b8}.repeat-preference legend{padding:0 5px;color:var(--muted);font-size:10px;font-weight:700}.repeat-preference-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.repeat-preference-options label{min-height:62px;display:flex;align-items:flex-start;gap:7px;padding:9px;border:1px solid var(--border);border-radius:8px;background:#fffdf8;cursor:pointer}.repeat-preference-options label.selected{border-color:#b842227a;background:#b8422211}.repeat-preference input{width:16px;height:16px;flex:0 0 auto;margin:2px 0 0;accent-color:var(--orange)}.repeat-preference-options span{min-width:0;display:flex;flex-direction:column;gap:3px}.repeat-preference-options strong{font-size:9px}.repeat-preference-options small{color:var(--subtle);font-size:7px;line-height:1.45}.repeat-policy-options{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.repeat-policy-options label{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--border);border-radius:99px;background:#fffdf8;color:var(--muted);font-size:9px;font-weight:700;cursor:pointer}.repeat-policy-options label.selected{border-color:#2d6f7361;background:#2d6f7314;color:var(--blue)}.repeat-preference>p{margin:9px 1px 0;color:var(--subtle);font-size:7px;line-height:1.55}.custom-preference-label{display:flex!important;align-items:center;gap:6px;margin:14px 0 7px!important}.custom-preference-label span{padding:2px 5px;border-radius:99px;background:#e8e2d6;color:var(--subtle);font-size:7px}.custom-preference-input{width:100%;min-height:42px;border:1px solid var(--border);border-radius:7px;padding:0 11px;background:#fffdf8;color:var(--text);font-size:10px;transition:border-color .2s ease,box-shadow .2s ease}.custom-preference-input:hover{border-color:#1f322647}.custom-preference-input:focus{border-color:var(--blue);outline:3px solid rgba(45,111,115,.1)}.custom-preference-help{margin:6px 1px 0;color:var(--subtle);font-size:8px;line-height:1.5}.generate-button{width:100%;margin-top:18px}.generation-actions{display:grid;gap:8px}.generation-actions .generate-button{margin-top:0}.cancel-generation-button{min-height:44px;border:1px solid rgba(184,66,34,.28);border-radius:7px;background:transparent;color:var(--orange-2);font-size:10px;font-weight:700}.cancel-generation-button:hover:not(:disabled),.cancel-generation-button:focus-visible{background:#b842220f;outline:0}.cancel-generation-button:focus-visible{box-shadow:0 0 0 3px #b842221f}.cancel-generation-button:disabled{cursor:wait;opacity:.58}.route-generation-loading{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:10px;margin:16px 0 10px;padding:10px;border:1px solid rgba(45,111,115,.2);border-radius:8px;background:#2d6f730e}.route-generation-visual{height:52px;overflow:hidden;border-radius:6px;background:#e8e7df}.route-generation-visual svg{width:100%;height:100%;display:block}.loading-contour{fill:none;stroke:#c7cbc2;stroke-width:1.1}.loading-road{fill:none;stroke:var(--orange);stroke-width:3.5;stroke-linecap:round;stroke-dasharray:1;animation:loadingRoute 2.6s ease-in-out infinite}@keyframes loadingRoute{0%{stroke-dashoffset:1;opacity:.3}48%,75%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-1;opacity:.3}}.route-generation-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.route-generation-copy strong{color:var(--text);font-size:10px;line-height:1.45}.route-generation-copy span{color:var(--muted);font-size:8px;font-variant-numeric:tabular-nums;line-height:1.45}.primary-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.spinner{width:15px;height:15px;border:2px solid rgba(23,10,4,.25);border-top-color:#170a04;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.data-note{display:flex;align-items:center;gap:5px;justify-content:center;color:var(--subtle);font-size:8px}.data-note svg{color:var(--green)}.map-section{min-width:0;display:flex;flex-direction:column;background:#e7e4da}.map-head{height:65px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.route-count,.confidence{padding:5px 8px;border:1px solid var(--border);background:transparent;border-radius:99px;color:var(--muted);font-size:9px}.confidence{color:var(--green);border-color:#47755747;background:#e5ece4}.map-artwork{position:relative;flex:1;min-height:390px;overflow:hidden;background:#dfe3da}.real-map .amap-container{position:absolute;inset:0;width:100%;height:100%}.map-loading{position:absolute;left:50%;top:50%;z-index:20;min-height:44px;display:flex;align-items:center;gap:9px;padding:0 15px;transform:translate(-50%,-50%);border:1px solid var(--border);border-radius:8px;background:#fffdf8f5;color:var(--text);box-shadow:var(--shadow);font-size:11px}.map-loading .spinner{border-color:#1f32262e;border-top-color:var(--orange)}.map-generation-overlay{position:absolute;z-index:20;left:50%;bottom:22px;width:min(390px,calc(100% - 32px));transform:translate(-50%);pointer-events:none}.map-generation-overlay .route-generation-loading{grid-template-columns:94px minmax(0,1fr);margin:0;border-color:#1f32262e;background:#fffdf8f0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.map-generation-overlay .route-generation-copy strong{font-size:11px}.map-error{position:absolute;inset:0;z-index:20;display:grid;place-content:center;justify-items:center;gap:8px;padding:24px;text-align:center;background:#f2efe7}.map-error svg{width:28px;height:28px;color:var(--amber)}.map-error strong{font-size:14px}.map-error span{color:var(--muted);font-size:10px}.map-data-badge{position:absolute;left:14px;top:14px;z-index:12;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--border);border-radius:8px;background:#fffdf8f0;box-shadow:var(--shadow);pointer-events:none}.map-pick-hint{position:absolute;left:50%;top:16px;z-index:18;min-height:38px;display:flex;align-items:center;gap:7px;padding:0 13px;transform:translate(-50%);border:1px solid rgba(184,66,34,.3);border-radius:99px;background:#fffaf3f5;color:var(--orange-2);box-shadow:var(--shadow);font-size:10px;font-weight:600;pointer-events:none}.map-pick-hint svg{width:15px;height:15px}.map-data-badge>svg{width:16px;height:16px;color:var(--green)}.map-data-badge span{display:flex;flex-direction:column;gap:2px}.map-data-badge strong{font-size:9px}.map-data-badge small{color:var(--muted);font-size:7px}.amap-route-marker{display:grid;place-items:center;border:2px solid #fffaf3;border-radius:50%;color:#fff;font:700 10px Inter,sans-serif;box-shadow:0 2px 8px #1f322640}.amap-route-marker.start{width:36px;height:36px;background:var(--orange)}.amap-route-marker.waypoint,.amap-route-marker.required{width:30px;height:30px;background:var(--blue)}.amap-route-marker.preferred{width:30px;height:30px;border-style:dashed;background:#6f8274}.real-map .amap-logo,.real-map .amap-copyright{opacity:.7}.map-artwork>svg{width:100%;height:100%;display:block}.map-artwork>svg>rect:first-of-type{fill:#dfe3da}.river{fill:none;stroke:#b9d0cf;stroke-width:29;opacity:.95}.map-roads path{fill:none;stroke:#c5c5bb;stroke-width:10;stroke-linecap:round}.map-roads path:after{stroke:#fff}.map-minor-roads path{fill:none;stroke:#d0d0c6;stroke-width:3;stroke-linecap:round}.route-glow{fill:none;stroke-width:12;opacity:.12}.route-path{fill:none;stroke-width:5;stroke-linecap:round;stroke-dasharray:1 0;animation:routeIn .7s cubic-bezier(.16,1,.3,1) both}@keyframes routeIn{0%{stroke-dasharray:8 18;opacity:.2}}.route-start-halo{opacity:.2}.route-start{fill:#fffdf8;stroke:#3f4b42;stroke-width:3}.map-pin circle,.coffee-pin circle,.warning-pin circle,.finish-pin circle{fill:#fffdf8;stroke:#1f322638;stroke-width:1}.map-pin path,.coffee-pin path,.warning-pin path,.finish-pin path{fill:none;stroke:#435148;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.coffee-pin circle{fill:#f0d8c7}.warning-pin circle{fill:#f2e3c3}.warning-pin path{stroke:var(--amber)}.finish-pin circle{fill:#d7e5d9}.finish-pin path{stroke:var(--green)}.map-labels text{fill:#4b5e52;font:600 11px Inter,sans-serif;paint-order:stroke;stroke:#dfe3da;stroke-width:5}.map-tools{position:absolute;right:15px;top:15px;display:grid;border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.map-tools button{width:44px;height:44px;display:grid;place-items:center;border:0;border-bottom:1px solid var(--border);background:#fffdf8;font-size:20px}.map-tools button:last-child{border-bottom:0}.map-tools svg{width:17px}.map-weather{position:absolute;left:14px;top:14px;display:flex;gap:8px;align-items:center;padding:9px 11px;border:1px solid var(--border);background:#fffdf8f0;border-radius:8px}.map-weather svg{color:var(--blue);width:22px;height:22px}.map-weather div{display:flex;flex-direction:column}.map-weather strong{font-size:10px}.map-weather span{color:var(--muted);font-size:8px}.map-legend{position:absolute;left:14px;bottom:13px;display:flex;gap:13px;padding:7px 10px;border-radius:6px;color:var(--muted);background:#fffdf8f0;font-size:8px}.map-legend span{display:flex;align-items:center;gap:5px}.map-legend i{width:7px;height:7px;border-radius:50%}.legend-risk{background:var(--amber)}.legend-coffee{background:var(--orange)}.route-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px;border-top:1px solid var(--border);background:#f2efe7}.repeat-suggestions{padding:14px 16px;border-top:1px solid rgba(184,66,34,.24);background:#f5eadf}.repeat-suggestions-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.repeat-suggestions-head>div{display:flex;flex-direction:column;gap:3px}.repeat-suggestions-head span{color:var(--orange);font-size:8px;font-weight:700}.repeat-suggestions-head strong{font-size:12px}.repeat-suggestions-head>button{min-height:44px;border:0;background:transparent;color:var(--muted);font-size:9px}.repeat-suggestion-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px;margin-top:10px}.repeat-suggestion-list article{min-width:0;display:grid;gap:10px;padding:12px;border:1px solid rgba(184,66,34,.2);border-radius:8px;background:#fffdf8}.repeat-suggestion-list article>div:first-child{display:flex;flex-direction:column;gap:4px}.repeat-suggestion-list article strong{font-size:11px}.repeat-suggestion-list article span{color:var(--muted);font-size:8px;line-height:1.5}.repeat-suggestion-list dl{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0;overflow:hidden;border-radius:6px;background:var(--border)}.repeat-suggestion-list dl>div{min-width:0;display:flex;flex-direction:column;gap:3px;padding:7px;background:#f8f6ef}.repeat-suggestion-list dt{color:var(--muted);font-size:7px}.repeat-suggestion-list dd{margin:0;font:600 11px Barlow Condensed,sans-serif}.repeat-suggestion-list .secondary-button{min-height:44px;font-size:9px}.route-card{position:relative;min-width:0;text-align:left;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffdf8;transition:border .2s ease,background .2s ease,transform .2s ease}.route-card:hover{transform:translateY(-1px);background:#f8f4ea}.route-card.active{border-color:var(--route-color);background:#fffaf3;box-shadow:inset 3px 0 0 var(--route-color)}.route-card-top{display:flex;align-items:center;gap:5px;margin-bottom:8px}.route-card-top>svg{width:14px;margin-left:auto;color:var(--route-color)}.route-letter{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--route-color);color:#fff;font:700 10px Inter,sans-serif}.route-tag{color:var(--route-color);font-size:8px}.route-card>strong{font-size:12px}.route-card-stats,.route-score{display:flex;gap:8px;margin-top:7px;color:var(--muted);font:500 9px Barlow Condensed,sans-serif}.route-score{color:var(--subtle);font-family:Inter,sans-serif;font-size:7px}.route-card-warning{display:flex;align-items:flex-start;gap:5px;margin-top:9px;padding:7px 8px;border:1px solid rgba(184,66,34,.2);border-radius:6px;color:#934128;background:#f9ede3;font-size:8px;line-height:1.45}.route-card-warning svg{flex:0 0 auto;width:13px;height:13px;margin-top:1px}.analysis-panel{overflow-y:auto}.route-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:12px;border-radius:8px;background:#fffdf8;border:1px solid var(--border)}.route-summary div{display:flex;flex-direction:column;align-items:center;gap:4px;border-right:1px solid var(--border)}.route-summary div:last-child{border:0}.route-summary span{color:var(--subtle);font-size:8px}.route-summary strong{font:600 21px Barlow Condensed,sans-serif}.route-summary small{color:var(--muted);font-size:10px}.analysis-block{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:15px 0;border-bottom:1px solid var(--border)}.analysis-block.featured{margin-top:12px}.analysis-icon{width:28px;height:28px;display:grid;place-items:center;color:var(--orange);background:#efe3d8;border-radius:50%}.analysis-icon.warning{color:var(--amber);background:#fbbf2417}.analysis-icon.blue{color:var(--blue);background:#38bdf817}.analysis-icon.green{color:var(--green);background:#34d39917}.analysis-icon svg{width:15px;height:15px}.analysis-block h3{margin:2px 0 6px;font-size:11px}.analysis-block p{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.analysis-block button{min-height:44px;border:0;background:none;color:var(--blue);padding:5px 0 0;font-size:9px}.ability-note{display:flex;align-items:center;gap:10px;margin:14px 0;padding:11px;border:1px solid rgba(71,117,87,.22);background:#e5ece4;border-radius:8px}.ability-note svg{width:26px;height:26px;color:var(--green)}.ability-note div{display:flex;flex-direction:column;gap:3px}.ability-note span{color:var(--muted);font-size:8px}.ability-note strong{font-size:10px}.route-quality-warning{min-width:0;display:flex;align-items:flex-start;gap:10px;margin:12px 0;padding:11px 12px;border:1px solid rgba(184,66,34,.26);border-radius:8px;color:#79351f;background:#f9ede3}.route-quality-warning>svg{flex:0 0 auto;width:20px;height:20px;color:var(--orange)}.route-quality-warning>div{min-width:0;display:flex;flex-direction:column;gap:3px}.route-quality-warning strong{font-size:10px}.route-quality-warning span{color:#87513e;font-size:9px;line-height:1.55;overflow-wrap:anywhere}.library-quality-warning{width:100%;margin:16px 0;padding:14px 16px}.library-quality-warning strong{font-size:13px}.library-quality-warning span{font-size:11px}.route-explanation-details{margin:-5px 0 14px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fffdf8}.route-explanation-details summary{min-height:32px;display:flex;align-items:center;cursor:pointer;color:var(--blue);font-size:9px;font-weight:700}.constraint-chip-list{display:flex;flex-wrap:wrap;gap:5px;padding-top:7px;border-top:1px solid var(--border)}.constraint-chip-list span{min-height:27px;display:inline-flex;align-items:center;padding:0 8px;border-radius:99px;color:#31553f;background:#e5ece4;font-size:7px}.constraint-chip-list span.missed{color:var(--orange-2);background:#b8422214}.score-breakdown-list{display:grid;gap:4px;margin-top:8px}.score-breakdown-list span{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:8px}.score-breakdown-list b{font-weight:500}.score-breakdown-list small{font:600 9px Barlow Condensed,sans-serif}.panel-actions{display:grid;grid-template-columns:.85fr 1.15fr;gap:7px}.panel-actions button{padding:0 10px;font-size:10px}.secondary-button{border:1px solid var(--border);background:#fffdf8;color:var(--text)}.secondary-button:hover{background:#f1ede3}.updated-at{text-align:center;margin:12px 0 0;color:var(--subtle);font-size:7px}.mobile-nav{display:none}.toast{position:fixed;left:50%;bottom:24px;z-index:300;display:flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;color:#f3f8f3;background:#355844;border:1px solid rgba(71,117,87,.4);border-radius:8px;box-shadow:var(--shadow);font-size:12px;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:opacity .2s ease,transform .2s ease}.toast.show{opacity:1;transform:translate(-50%)}.toast svg{color:var(--green)}@media(max-width:1180px){.planner-page{grid-template-columns:290px minmax(470px,1fr)}.analysis-panel{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:0 24px;border-left:0;border-top:1px solid var(--border)}.analysis-panel .panel-title-row,.analysis-panel .route-summary,.analysis-panel .ability-note,.analysis-panel .panel-actions,.analysis-panel .updated-at{grid-column:1 / -1}.analysis-block:nth-of-type(2n){border-right:1px solid var(--border);padding-right:20px}}@media(max-width:820px){.app-header{height:62px;padding:0 16px}.brand{min-width:0}.brand-word{font-size:20px}.desktop-nav,.status-pill{display:none}.profile-button{width:44px;height:44px}.today-page{width:calc(100% - 28px);padding:30px 0 100px}.welcome-row{align-items:flex-start;gap:18px}.welcome-row h1{font-size:32px}.weather-brief{display:none}.dashboard-grid{grid-template-columns:1fr}.hero-plan-card,.load-card{grid-column:auto}.home-count{display:none}.home-grid{grid-template-columns:1fr}.home-decision-card,.home-environment-card,.home-route-card,.home-training-card{min-height:auto}.card.home-decision-card{padding:0}.home-decision-visual{flex-basis:150px}.home-decision-content{padding:18px 20px 20px}.home-actions{width:100%}.home-actions .primary-button,.home-actions .secondary-button{flex:1 1 180px}.home-actions.with-location{max-width:none}.home-error{align-items:flex-start;flex-wrap:wrap}.home-error .primary-button{width:100%;margin-left:0}.library-page,.library-detail-page{width:calc(100% - 28px);padding:30px 0 100px}.library-hero{align-items:flex-start;flex-direction:column;gap:20px}.library-hero h1{font-size:36px}.library-hero .primary-button{width:100%}.library-route-grid{grid-template-columns:1fr 1fr}.library-detail-grid{grid-template-columns:1fr}.library-map{height:340px}.route-detail-facts>div{grid-template-columns:1fr 1fr}.request-criteria-card{grid-template-columns:1fr 1fr}.library-detail-actions{bottom:calc(78px + env(safe-area-inset-bottom));width:100%}.library-detail-actions button{flex:1;min-width:0}.card{padding:20px}.plan-top{align-items:flex-start}.readiness-ring{width:100px;height:100px}.ring-copy strong{font-size:31px}.why-row{gap:10px}.zone-track{height:42px}.planner-page{display:flex;flex-direction:column;padding-bottom:74px}.requirements-panel{order:1;border:0;padding:18px 16px}.map-section{order:2}.analysis-panel{order:3;display:block;border:0;border-top:1px solid var(--border);padding:22px 16px}.analysis-block:nth-of-type(2n){border-right:0;padding-right:0}.map-head{height:58px;padding:0 16px}.map-head h1{font-size:17px}.map-artwork{min-height:400px;height:52vh;flex:none}.map-artwork>svg{width:145%;margin-left:-20%}.route-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:12px 16px 16px;scrollbar-width:none}.route-card{flex:0 0 74%;scroll-snap-align:start}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:200;height:calc(66px + env(safe-area-inset-bottom));padding:7px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:#f8f6eff7;border-top:1px solid var(--border)}.mobile-nav button{min-height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:none;color:var(--subtle);font-size:9px}.mobile-nav button.active{color:var(--orange)}.mobile-nav svg{width:21px;height:21px}.toast{bottom:80px;width:max-content;max-width:calc(100% - 28px)}}@media(max-width:420px){.confirm-dialog-backdrop{align-items:end;padding:0}.confirm-dialog{width:100%;padding:26px 20px calc(20px + env(safe-area-inset-bottom));border-width:1px 0 0;border-radius:16px 16px 0 0;animation-name:confirmSheetIn}.confirm-dialog-copy h2{font-size:23px}.confirm-dialog-copy p{font-size:16px}.confirm-dialog-actions{align-items:stretch;flex-direction:column}.confirm-dialog-actions button{width:100%;min-height:48px}@keyframes confirmSheetIn{0%{opacity:0;transform:translateY(18px)}}.repeat-preference-options{grid-template-columns:1fr}.repeat-preference-options label{min-height:54px}.repeat-policy-options{display:grid;grid-template-columns:1fr 1fr}.repeat-policy-options label{justify-content:center}.waypoint-editor-head{grid-template-columns:44px 25px minmax(0,1fr)}.waypoint-move-buttons{grid-column:1 / -1;justify-content:flex-end}.waypoint-move-buttons button{width:44px;height:44px}.waypoint-search-row{grid-template-columns:1fr 1fr}.waypoint-search-row input{grid-column:1 / -1;font-size:16px}.waypoint-search-row button{min-height:44px;justify-content:center}.repeat-suggestion-list{grid-template-columns:1fr}.repeat-suggestions-head{align-items:flex-start;flex-direction:column;gap:5px}.repeat-suggestions-head>button{margin-left:-4px}.library-tabs{width:100%}.library-tabs button{flex:1;justify-content:center;padding-inline:10px}.library-route-grid{grid-template-columns:1fr}.library-route-preview{height:118px}.library-detail-heading{align-items:flex-start;flex-direction:column;gap:14px}.library-detail-heading h1{font-size:30px}.library-map{height:280px}.route-detail-facts>div,.request-criteria-card{grid-template-columns:1fr 1fr}.library-detail-actions{display:grid;grid-template-columns:1fr 1fr}.library-detail-actions .primary-button{grid-column:1 / -1}.request-actions{align-items:stretch;flex-direction:column}.request-actions .secondary-button{width:100%}.request-actions .history-delete-button{width:100%;margin-left:0}.request-detail-heading-actions{width:100%;align-items:stretch;flex-direction:column}.request-detail-heading-actions>button{width:100%}.city-picker>div{grid-template-columns:1fr}.city-picker .secondary-button{width:100%}.route-facts{grid-template-columns:1fr}.environment-facts{grid-template-columns:1fr 1fr}.plan-top{gap:8px}.plan-top h2{font-size:25px}.plan-top p{font-size:12px}.readiness-ring{width:84px;height:84px}.ring-copy strong{font-size:26px}.ring-copy span{font-size:8px}.condition-grid{grid-template-columns:1fr 1fr}.requirements-panel textarea,.custom-preference-input{font-size:16px}.requirements-panel textarea{height:112px}.map-weather{top:10px;left:10px}.map-tools{right:10px;top:10px}.route-card{flex-basis:82%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.auth-checking{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:12px;background:var(--bg);color:var(--muted)}.auth-checking .spinner{border-color:#b8422238;border-top-color:var(--orange)}.auth-checking p{margin:0;font-size:12px}.auth-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);background:var(--bg)}.auth-story-panel{position:relative;isolation:isolate;min-width:0;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding:34px clamp(28px,4.2vw,68px) clamp(42px,7vh,72px);border-right:1px solid rgba(31,50,38,.24);background:#26352d}.auth-story-panel:after{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(180deg,#121f186b,#121f1814 38%,#121f1833 57%,#121f18d1)}.auth-story-image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:57% center}.auth-brand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;color:var(--text)}.auth-story-panel>.auth-brand{color:#fffaf3}.auth-brand>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fffaf3}.auth-brand svg{width:22px;height:22px}.auth-brand strong{font-size:25px;letter-spacing:.13em}.auth-story-copy{position:relative;z-index:1;max-width:620px;margin-top:auto;color:#fffaf3;text-shadow:0 2px 18px rgba(10,20,15,.22)}.auth-story-copy h1{max-width:600px;margin:0;font-size:clamp(39px,4.3vw,66px);line-height:1.12;letter-spacing:-.055em}.auth-story-copy p{margin:20px 0 0;color:#fffaf3d6;font-size:14px;line-height:1.65;letter-spacing:.02em}.auth-form-panel{min-width:0;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px clamp(28px,4.5vw,68px) 24px;background:var(--surface)}.auth-mobile-brand{display:none}.auth-card{width:min(100%,460px)}.auth-card-heading{margin-bottom:22px}.auth-card-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.08em}.auth-card-kicker svg{width:17px;height:17px}.auth-card-heading h2{margin:12px 0 8px;font-size:clamp(29px,3vw,39px);line-height:1.18;letter-spacing:-.04em}.auth-card-heading p{max-width:410px;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:22px;padding:4px;border:1px solid var(--border);border-radius:10px;background:#ebe7dc}.auth-mode-switch button{min-height:44px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:13px;font-weight:600;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.auth-mode-switch button.active{color:var(--text);background:#fffdf8;box-shadow:0 2px 8px #1f32260f}.auth-form{display:grid;gap:15px}.auth-field{min-width:0}.auth-field>label,.auth-captcha-field legend{display:block;margin:0 0 7px;color:var(--muted);font-size:11px;font-weight:600}.auth-input-shell{min-width:0;min-height:48px;display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;padding:0 11px;background:#fffdf8;transition:border-color .2s ease,box-shadow .2s ease}.auth-input-shell:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #2d6f731a}.auth-input-shell.error{border-color:var(--orange);background:#fff9f4}.auth-input-shell>svg{width:18px;height:18px;flex:0 0 auto;color:var(--blue)}.auth-input-shell input{min-width:0;width:100%;height:46px;border:0;padding:0;outline:0;background:transparent;color:var(--text);font-size:13px}.auth-input-shell input::placeholder{color:#8a948d}.auth-password-toggle{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;margin-right:-8px;border:0;background:transparent;color:var(--muted)}.auth-password-toggle svg{width:19px;height:19px}.auth-field-error{margin:6px 1px 0;color:var(--orange-2);font-size:10px;line-height:1.45}.auth-captcha-field{min-width:0;margin:0;padding:0;border:0}.auth-captcha-row{display:grid;grid-template-columns:minmax(112px,1fr) 145px 44px;gap:8px}.auth-captcha-art{height:52px;overflow:hidden;border:1px solid var(--border);border-radius:8px;padding:0;background:#e7e1d5}.auth-captcha-art svg,.auth-captcha-art img{width:100%;height:100%;display:block;object-fit:cover}.auth-captcha-art text{fill:#253b31;font:700 22px Barlow Condensed,sans-serif;letter-spacing:.08em}.auth-captcha-refresh{width:44px;height:52px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fffdf8;color:var(--blue)}.auth-captcha-refresh svg{width:18px;height:18px}.auth-email-code-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:8px}.auth-email-code-send{min-height:48px;border:1px solid var(--blue);border-radius:8px;padding:0 12px;background:#2d6f7312;color:var(--blue);font-size:11px;font-weight:700;white-space:nowrap}.auth-email-code-send:hover:not(:disabled){background:#2d6f7321}.auth-email-code-send:disabled{cursor:wait;border-color:var(--border);background:#eeeae0;color:var(--subtle)}.auth-email-code-notice{margin:6px 1px 0;color:var(--green);font-size:9px;line-height:1.5}.auth-field-help{margin:6px 1px 0;color:var(--subtle);font-size:9px}.auth-submit{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:4px;border:0;border-radius:9px;background:var(--orange);color:#fffaf3;font-size:13px;font-weight:700;transition:filter .2s ease,transform .16s ease}.auth-submit:hover{filter:brightness(1.07)}.auth-submit:active{transform:scale(.985)}.auth-submit:disabled{cursor:wait;opacity:.7;transform:none}.auth-prototype-note{margin:-3px 0 0;text-align:center;color:var(--subtle);font-size:9px;line-height:1.5}.auth-legal{max-width:460px;margin:28px 0 0;color:var(--subtle);text-align:center;font-size:9px;line-height:1.6}.logout-pill svg{width:15px;height:15px}.logout-pill+.profile-button{display:none}@media(max-width:820px){.header-actions .profile-button{display:grid}}@media(max-width:980px){.auth-page{grid-template-columns:minmax(0,.88fr) minmax(410px,1.12fr)}.auth-story-panel{padding-inline:28px}.auth-story-copy h1{font-size:42px}.auth-story-image{object-position:60% center}}@media(max-width:720px){.auth-page{display:block;min-height:100dvh}.auth-story-panel{min-height:auto;height:245px;display:block;padding:0;border-right:0;border-bottom:1px solid var(--border)}.auth-story-panel>.auth-brand{display:none}.auth-story-panel:after{background:linear-gradient(180deg,#121f1814,#121f18c2)}.auth-story-image{object-position:54% 58%}.auth-story-copy{position:absolute;left:20px;right:20px;bottom:18px;margin:0}.auth-story-copy h1{max-width:335px;font-size:27px;line-height:1.18}.auth-story-copy p{margin-top:8px;font-size:11px}.auth-form-panel{min-height:calc(100dvh - 245px);justify-content:flex-start;padding:22px 20px calc(30px + env(safe-area-inset-bottom))}.auth-mobile-brand{width:min(100%,460px);display:block;margin-bottom:24px}.auth-mobile-brand .auth-brand>span{width:34px;height:34px}.auth-mobile-brand .auth-brand strong{font-size:21px}.auth-card-heading h2{font-size:30px}.auth-legal{margin-top:22px}}@media(max-width:420px){.auth-story-panel{height:218px}.auth-story-copy{bottom:16px}.auth-story-copy h1{max-width:305px;font-size:24px}.auth-story-copy p{max-width:300px;font-size:10px}.auth-form-panel{min-height:calc(100dvh - 218px);padding-inline:16px}.auth-input-shell input{font-size:16px}.auth-captcha-row{grid-template-columns:minmax(100px,1fr) 124px 44px;gap:6px}.auth-captcha-art{min-width:0}}
