:root{color:#17342b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f6f8f3;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}img{max-width:100%}#root{min-height:100vh}:root{--forest:#175b45;--forest-dark:#0d4032;--mint:#dceee4;--ink:#17342b;--muted:#60766c;--line:#dce6db;--red:#e44a3c;--shadow:0 16px 40px #143d2814}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:14px clamp(20px,4vw,60px);display:flex}.brand{align-items:center;gap:12px;display:flex}.brand img{width:50px;height:50px}.brand strong{letter-spacing:-.03em;font-size:17px;display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.header-actions{align-items:center;gap:18px;display:flex}.main-content{flex:1;width:min(1160px,100%);margin:0 auto;padding:30px 24px 70px}.welcome-panel{color:#fff;min-height:210px;box-shadow:var(--shadow);background:linear-gradient(90deg,#0a3f2ded,#0a3f2da1),url(/adventure-banner.jpeg) 50% 55%/cover;border-radius:24px;flex-direction:column;justify-content:center;padding:43px 44px;display:flex}.welcome-panel h1{letter-spacing:-.05em;max-width:650px;margin:4px 0 10px;font-size:clamp(31px,4vw,48px);line-height:1.08}.welcome-panel p:last-child{color:#e6f5eb;max-width:590px;margin:0;line-height:1.55}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#398364;margin:0 0 6px;font-size:11px;font-weight:800}.welcome-panel .eyebrow{color:#b9e6c8}.card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:25px}.dogs-card{margin:24px 0}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.section-heading h2{letter-spacing:-.045em;margin:0;font-size:24px;line-height:1.18}.section-icon{font-size:26px}.muted{color:var(--muted);line-height:1.55}.dog-list{flex-wrap:wrap;gap:10px;margin:15px 0;display:flex}.dog-option{border:1.5px solid var(--line);text-align:left;min-width:190px;color:var(--ink);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex}.dog-option.selected{background:#eff8f1;border-color:#3a9966}.dog-avatar{background:#e5f2e9;border-radius:50%;place-items:center;width:42px;height:42px;font-size:23px;display:grid}.dog-option strong,.dog-option small{display:block}.dog-option small{color:var(--muted);margin-top:2px;font-size:12px}.selection-dot{border:2px solid #afc7b5;border-radius:50%;width:17px;height:17px;margin-left:auto}.dog-option.selected .selection-dot{background:#20885b;border:4px solid #d5eadc}.add-dog{margin-top:14px}.add-dog label{margin-bottom:8px;font-size:13px;font-weight:700;display:block}.add-dog>div{gap:9px;display:flex}.add-dog input{width:min(300px,65%)}input{color:var(--ink);background:#fff;border:1px solid #cbd9cd;border-radius:11px;outline:none;padding:12px 13px}input:focus{border-color:#24865e;box-shadow:0 0 0 3px #d9efdf}.button{border:0;border-radius:11px;padding:12px 17px;font-weight:750;line-height:1.25;transition:transform .15s,background .15s}.button:active{transform:translateY(1px)}.button.primary{background:var(--forest);color:#fff}.button.primary:hover:not(:disabled){background:var(--forest-dark)}.button.secondary{color:var(--forest-dark);background:#e8f4eb}.button.secondary:hover:not(:disabled){background:#d7ebdd}.button.subtle{color:var(--forest-dark);background:#f1f5ef}.button:disabled{opacity:.5}.text-button{color:var(--forest);text-underline-offset:4px;background:0 0;border:0;padding:4px 0;font-weight:700;text-decoration:underline}.adventure-grid{grid-template-columns:minmax(0,1.32fr) minmax(330px,.9fr);align-items:start;gap:20px;display:grid}.adventure-main{gap:20px;display:grid}.adventure-card>.button{margin-top:18px}.difficulty,.route-count{color:#23714f;text-transform:capitalize;white-space:nowrap;background:#e8f4eb;border-radius:100px;padding:7px 12px;font-size:12px;font-weight:800}.adventure-stats{flex-wrap:wrap;gap:10px;margin-top:19px;display:flex}.adventure-stats span{background:#f5f8f3;border:1px solid #e5ebe2;border-radius:9px;padding:8px 10px;font-size:12px;font-weight:700}.progress-block{margin-top:18px}.progress-label{justify-content:space-between;gap:10px;margin-bottom:8px;font-size:13px;display:flex}.progress-label span{color:var(--muted)}.progress-track{background:#e8eee6;border-radius:100px;height:11px;overflow:hidden}.progress-track div{background:linear-gradient(90deg,#31895a,#6bbd63);border-radius:100px;height:100%;transition:width .2s}.completed-message{color:#255c38;background:#ebf7e9;border-radius:11px;margin-top:15px;padding:13px}.completed-message strong,.completed-message span{display:block}.completed-message span{margin-top:3px;font-size:13px}.map-card{padding:22px}.map-canvas{background:#d6e8c4;border:1px solid #d8e6d6;border-radius:16px;position:relative;overflow:hidden}.map-canvas img{width:100%;height:auto;display:block}.map-pin{background:var(--red);color:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:35px;height:35px;font-weight:800;text-decoration:none;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px 8px #193e3173}.map-pin.done{background:#247e50}.map-pin.locked{background:#a2aaa0}.map-pin.current{width:43px;height:43px;box-shadow:0 0 0 6px #ffffff80,0 4px 10px #193e3173}.map-pin:focus-visible{outline-offset:3px;outline:3px solid #1d6d51}.map-caption{color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.45}.route-list{gap:0;display:grid}.route-step{gap:13px;padding:0 0 23px;scroll-margin-top:20px;display:flex;position:relative}.route-step:not(:last-child):before{content:"";background:#d9e5d8;width:2px;position:absolute;top:35px;bottom:0;left:16px}.step-number{color:#65786a;z-index:1;background:#e6ece5;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.route-step.current .step-number{background:var(--red);color:#fff}.route-step.done .step-number{color:#fff;background:#31885a}.step-body{flex:1;min-width:0}.step-title{justify-content:space-between;align-items:center;gap:7px;display:flex}.step-title h3{letter-spacing:-.02em;margin:6px 0;font-size:16px;line-height:1.2}.step-title span{color:#4c8b65;white-space:nowrap;font-size:11px;font-weight:700}.route-step.locked .step-title span{color:#8b9c8e}.step-body>p{color:var(--muted);margin:3px 0 11px;font-size:13px;line-height:1.45}.task-box{background:#f8faf6;border:1px solid #e4eadf;border-radius:11px;padding:11px 12px}.task-box strong{font-size:13px}.task-box p{color:var(--muted);margin:5px 0;font-size:12px;line-height:1.45}.task-box small{color:#3d7950;font-size:11px;font-weight:700}.route-step.locked .task-box{opacity:.68}.location-actions{gap:9px;margin-top:12px;display:grid}.location-actions>.button{width:100%}.location-actions p{border-radius:9px;margin:0;padding:9px;font-size:12px;line-height:1.4}.location-good{color:#256d3a;background:#e7f7e9}.location-wait{color:#8b5c1e;background:#fff3dd}.route-hint{color:#60766c;background:#f4f7f1;border-radius:11px;padding:13px;font-size:13px;line-height:1.45}.route-hint.complete{color:#286642;background:#e8f6e8}.banner{border-radius:11px;margin:20px 0;padding:12px 16px;font-size:14px}.banner.error,.form-error{color:#9f3028;background:#ffefec}.banner.success,.form-success{color:#266743;background:#e9f7e9}.form-error,.form-success{border-radius:9px;margin:0;padding:10px 12px;font-size:13px}.loading-screen,.loading-inline{color:var(--muted);justify-content:center;align-items:center;gap:12px;display:flex}.loading-screen{min-height:100vh}.loading-inline{padding:50px}.spinner{border:3px solid #d9ebdf;border-top-color:var(--forest);border-radius:50%;width:21px;height:21px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:20px;padding:19px 24px;font-size:12px;display:flex}.app-footer span:first-child{color:#397351;font-weight:800}.auth-layout{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-hero{color:#fff;background:linear-gradient(#092f2640,#092f26bd),url(/adventure-banner.jpeg) 100%/auto 140%;flex-direction:column;justify-content:space-between;padding:45px;display:flex}.hero-mark{filter:drop-shadow(0 3px 9px #0006);width:98px}.hero-copy{max-width:520px}.hero-copy p{text-transform:uppercase;letter-spacing:.14em;color:#d4f2df;font-size:12px;font-weight:750}.hero-copy h1{letter-spacing:-.065em;margin:12px 0 0;font-size:clamp(40px,5vw,72px);line-height:1.02}.auth-panel{align-self:center;width:min(430px,100% - 50px);margin:auto}.auth-panel h2,.setup-card h1{letter-spacing:-.05em;margin:0 0 8px;font-size:37px}.form-stack{gap:16px;margin-top:24px;display:grid}.form-stack label{gap:7px;font-size:13px;font-weight:750;display:grid}.form-stack .button{margin-top:5px}.auth-switch{margin-top:20px}.setup-shell{background:linear-gradient(135deg,#dceee4,#f6f8f3);place-items:center;min-height:100vh;padding:25px;display:grid}.setup-card{width:min(530px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:32px}.setup-card>p:not(.eyebrow){color:var(--muted);line-height:1.55}.setup-mark{width:75px;height:75px}.setup-card h1{margin-top:3px}@media (width<=850px){.adventure-grid{grid-template-columns:1fr}.route-card{order:2}.auth-layout{grid-template-columns:1fr}.auth-hero{min-height:290px;padding:25px}.hero-mark{width:65px}.hero-copy h1{font-size:39px}.auth-panel{padding:36px 0 65px}.app-footer{flex-direction:column;gap:5px}}@media (width<=550px){.app-header{padding:11px 17px}.brand img{width:42px;height:42px}.brand strong{font-size:14px}.header-actions{gap:8px}.header-actions .button{padding:9px;font-size:12px}.header-actions .text-button{font-size:12px}.main-content{padding:16px 13px 55px}.welcome-panel{background-position:100%;background-size:auto 280%;border-radius:17px;min-height:190px;padding:30px 22px}.welcome-panel h1{font-size:34px}.welcome-panel p:last-child{font-size:14px}.card{border-radius:16px;padding:19px}.section-heading h2{font-size:21px}.dogs-card{margin:15px 0}.adventure-grid,.adventure-main{gap:14px}.dog-option{min-width:calc(50% - 5px);padding:9px}.dog-avatar{width:36px;height:36px;font-size:19px}.dog-option strong{font-size:13px}.add-dog>div{grid-template-columns:1fr auto;display:grid}.add-dog input{width:100%;min-width:0}.map-card{padding:16px}.map-pin{width:29px;height:29px;font-size:12px}.map-pin.current{width:36px;height:36px}.step-title{align-items:flex-start}.step-title span{margin-top:6px}.app-footer{padding:18px}.install-button{display:none}.auth-hero{background-position:100%;background-size:auto 210%}}.explore-stage{--explore-map-height:min(72svh, 680px);background:#e5eddf;border-radius:26px;width:min(1280px,100%);margin:20px auto 0;position:relative;overflow:hidden;box-shadow:0 16px 42px #173c2826}.explore-map-viewport{height:var(--explore-map-height);overscroll-behavior-inline:contain;scrollbar-width:none;background:#b7dba0;overflow:auto hidden}.explore-map-viewport::-webkit-scrollbar{display:none}.explore-map-art{width:calc(var(--explore-map-height) * 1.33333);height:100%;margin-inline:auto;position:relative}.explore-map-art img{width:100%;max-width:none;height:100%;display:block}.explore-heading{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#f8fbf0ed;border:1px solid #ffffffb5;border-radius:18px;max-width:min(340px,100% - 40px);padding:13px 18px 14px;position:absolute;top:20px;left:20px;box-shadow:0 8px 28px #142f2133}.explore-eyebrow{color:#286548;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:800}.explore-heading h1{color:#123f30;letter-spacing:-.045em;margin:3px 0 2px;font-size:clamp(24px,3vw,34px);line-height:1.05}.explore-heading p{color:#426252;margin:0;font-size:13px}.explore-pin{z-index:1;color:#fff;background:#078db9;border:4px solid #fff;border-radius:50%;place-items:center;width:64px;height:64px;padding:0;font-size:23px;font-weight:800;line-height:1;transition:transform .15s,box-shadow .15s;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px #155473,0 7px 22px #153f3659}.explore-pin:hover,.explore-pin[aria-pressed=true]{transform:translate(-50%,-50%)scale(1.08);box-shadow:0 3px #155473,0 9px 28px #153f3680}.explore-pin:focus-visible{outline-offset:5px;outline:4px solid #0b4d38}.explore-pin.is-done{background:#1b7653;box-shadow:0 3px #154e3c,0 7px 22px #153f3659}.explore-picker{scrollbar-width:none;gap:10px;padding:14px 16px 7px;display:flex;overflow-x:auto}.explore-picker::-webkit-scrollbar{display:none}.explore-picker button{color:#214a36;white-space:nowrap;background:#fff;border:1px solid #b9d4c3;border-radius:999px;flex:1 0 auto;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:7px 14px 7px 8px;font-size:13px;font-weight:750;display:flex}.explore-picker button:hover{background:#edf8ee}.explore-picker button:focus-visible{outline-offset:2px;outline:3px solid #0b7461}.explore-picker button.is-done{background:#e8f5e9;border-color:#70ab80}.explore-picker button span{color:#fff;background:#078db9;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:15px;display:grid}.explore-picker button.is-done span{background:#1b7653}.explore-swipe-hint{color:#456353;margin:0;padding:4px 20px 16px;font-size:12px;line-height:1.4}.explore-main{padding-top:12px}.explore-overview{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.explore-overview .dogs-card{margin:0}.explore-overview .adventure-card{min-height:100%}.explore-progress .route-hint{margin-bottom:0}.explore-sheet-backdrop{z-index:30;background:#0d261a70;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.explore-sheet-backdrop[hidden]{display:none}.explore-sheet{overscroll-behavior:contain;width:min(560px,100%);max-height:88dvh;padding:30px 30px max(30px, env(safe-area-inset-bottom));background:#fffef7;border-radius:28px 28px 0 0;position:relative;overflow-y:auto;box-shadow:0 -16px 40px #102d2545}.explore-sheet-handle{background:#dce5da;border-radius:999px;width:46px;height:5px;position:absolute;top:10px;left:calc(50% - 23px)}.explore-sheet-close{color:#355e4b;background:#eaf0e8;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:28px;line-height:1;display:grid;position:absolute;top:24px;right:24px}.explore-sheet-close:hover{background:#dbe8dd}.explore-sheet-close:focus-visible{outline-offset:2px;outline:3px solid #0b7461}.explore-sheet>.eyebrow{padding-right:50px}.explore-sheet h2{color:#1b4937;letter-spacing:-.05em;margin:7px 45px 14px 0;font-size:33px;line-height:1.08}.explore-stop-description{color:#4c6659;font-size:16px;line-height:1.55}.explore-task{background:#f4f9f0;border:1px solid #dfebdb;border-radius:16px;margin:20px 0;padding:18px}.explore-task h3{color:#1c4b36;margin:3px 0 8px;font-size:20px}.explore-task p:not(.eyebrow){color:#4c6659;margin:0 0 12px;line-height:1.5}.explore-task small{color:#277554;font-size:12px;font-weight:750}.explore-stop-actions{gap:10px;display:grid}.explore-stop-actions .button{width:100%}.explore-stop-actions .route-hint{margin:0}.explore-stop-actions .location-good,.explore-stop-actions .location-wait{border-radius:9px;padding:10px;font-size:13px;line-height:1.4}@media (width<=700px){.explore-stage{box-shadow:none;border-radius:0;margin:0}.explore-heading{max-width:calc(100% - 28px);padding:11px 14px;top:14px;left:14px}.explore-heading h1{font-size:25px}.explore-pin{width:60px;height:60px}.explore-overview{grid-template-columns:1fr;gap:14px}.explore-sheet{padding:30px 22px max(26px, env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.explore-pin{transition:none}}
