: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.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:auto;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}.map-directions-link{color:#fff;background:#075635;border-radius:8px;margin-top:10px;padding:8px 11px;font-size:12px;font-weight:800;text-decoration:none;display:inline-block}.map-directions-link:focus-visible{outline-offset:2px;outline:3px solid #fff}.explore-pin{z-index:3;filter:drop-shadow(0 5px 4px #173c2866);background:0 0;border:0;width:56px;height:72px;padding:0;transition:transform .15s,filter .15s;position:absolute;transform:translate(-50%,-100%)}.explore-pin img{width:100%;max-width:none;height:100%}.explore-pin span{color:#fff;background:#d92e2e;border:2px solid #fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;font-weight:800;display:grid;position:absolute;bottom:19px;right:-4px}.explore-pin:hover,.explore-pin[aria-pressed=true]{filter:drop-shadow(0 6px 6px #173c2888);transform:translate(-50%,-100%)scale(1.08)}.explore-pin:focus-visible{outline-offset:5px;outline:4px solid #0b4d38}.explore-pin.is-done span{background:#197a4f}.explore-pin.is-selected{filter:drop-shadow(0 0 7px #ffde77)drop-shadow(0 6px 5px #173c2866)}.walking-route{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.walking-route path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.walking-route-halo{stroke:#fff;stroke-width:10px;opacity:.95}.walking-route-line{stroke:#df3c2f;stroke-width:5px;stroke-dasharray:8 7}.car-park-marker{z-index:2;color:#075635;text-transform:uppercase;background:#fffef9f0;border-radius:10px;justify-items:center;gap:1px;padding:3px 5px;font-size:10px;font-weight:800;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #173c2866}.car-park-marker span:first-child{color:#fff;background:#075635;border-radius:50%;place-items:center;width:24px;height:24px;font-size:15px;display:grid}.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}.location-checking{color:#3e6f51;font-size:13px}.directions-prompt{background:#fff8e8;border:2px solid #d8ad5c;border-radius:14px;gap:8px;margin:15px 0;padding:16px;display:grid}.directions-prompt strong{color:#634313}.directions-prompt p{color:#5d513d;margin:0 0 3px;line-height:1.45}.directions-prompt .button{text-align:center;text-decoration:none}.directions-prompt .text-button{justify-self:center}.walking-guide{background:#f2f8ee;border:1px solid #c5ddc5;border-radius:13px;margin:16px 0;padding:14px}.walking-guide strong{color:#124b35}.walking-guide p{color:#4c6659;margin:6px 0 12px;font-size:13px;line-height:1.5}.walking-guide .button{width:100%}@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:49px;height:63px}.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}}:root{--forest:#075635;--forest-dark:#073d2d;--cream:#fffdf4;--gold:#f5bb56;--red:#d92e2e}.app-shell{background:#f8f8f2;padding-bottom:78px}.app-header{background:var(--cream)}.global-banner{width:min(1120px,100% - 26px);margin:15px auto 0}.account-link{color:var(--forest-dark);background:#fff;border:1px solid #c9daca;border-radius:999px;padding:9px 16px;font-weight:750}.account-link:hover{background:#e9f4e9}.client-page{flex:1;width:min(1160px,100%);margin:0 auto;padding:22px 22px 70px}.home-banner{box-shadow:var(--shadow);background:#e9ead6;border-radius:24px;overflow:hidden}.home-banner>img{width:100%;height:auto;display:block}.home-banner-caption{background:var(--forest-dark);color:#fff;padding:18px 26px 22px}.home-banner-caption .eyebrow{color:#f8d790}.home-banner-caption h1{margin:2px 0 4px;font-size:clamp(25px,3.7vw,39px);line-height:1.1}.home-banner-caption p:last-child{color:#e9f4e9;margin:0}.home-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.home-action{color:#fff;text-align:left;border:2px solid #fff;border-radius:17px;min-height:138px;padding:17px 16px;position:relative;box-shadow:0 5px 14px #11332220}.home-action strong,.home-action span:not(.tile-icon){display:block}.home-action strong{margin-top:7px;font-size:18px}.home-action span:not(.tile-icon){opacity:.9;margin-top:3px;font-size:12px}.home-action b{font-size:24px;position:absolute;top:43%;right:15px}.tile-icon{background:#ffffff28;border-radius:11px;place-items:center;width:38px;height:38px;font-size:24px;display:grid}.paw-icon{fill:currentColor;width:28px;height:28px;display:block}.badge-action{background:#ce2e31}.video-action{background:#075aa0}.map-action{background:#117a50}.community-action{background:#db690a}.home-action:hover{filter:brightness(.94)}.home-next{background:#fffef8;justify-content:space-between;align-items:center;gap:22px;display:flex}.home-next h2{margin:0 0 5px}.home-next p:last-child{color:var(--muted);margin:0}.home-next .button{flex:none}.bottom-nav{z-index:20;width:min(760px,100%);height:calc(70px + env(safe-area-inset-bottom));padding:4px 7px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffef8f5;border:1px solid #dfe7db;border-radius:18px 18px 0 0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -5px 18px #17342b18}.bottom-nav button{color:#52665c;background:0 0;border:0;border-radius:12px;place-content:center;gap:1px;font-weight:700;display:grid}.bottom-nav button>span{font-size:25px;line-height:1}.bottom-nav .paw-icon{width:24px;height:24px;margin:auto}.bottom-nav button small{font-size:11px}.bottom-nav button.active{color:var(--forest);background:#e7f3e8}.bottom-nav button:focus-visible,.account-link:focus-visible,.home-action:focus-visible{outline-offset:2px;outline:3px solid #0b7461}.park-arrival{background:#f9fbef;border-color:#bbd8bc;grid-column:1/-1;justify-content:space-between;align-items:center;gap:25px;display:flex}.park-arrival h2{margin:0;font-size:23px}.park-arrival p{color:#315b43;margin:6px 0}.park-arrival small{color:#536c59;max-width:700px;line-height:1.5;display:block}.directions-button{text-align:center;flex:none;justify-content:center;text-decoration:none;display:inline-flex}.button.primary{background:var(--forest)}.button.primary:hover:not(:disabled){background:var(--forest-dark)}.standard-page{width:min(760px,100%)}.page-heading{margin:12px 0 22px}.page-heading h1{color:var(--forest-dark);margin:0 0 5px;font-size:35px}.page-heading p:last-child{color:var(--muted);margin:0;line-height:1.5}.badge-feature{align-items:center;gap:22px;margin-bottom:20px;display:flex}.badge-feature>div:last-child{flex:1}.badge-feature h2{margin:0 0 6px}.badge-feature p:not(.eyebrow){color:var(--muted);margin:0 0 15px}.badge-medallion{color:#fff;background:#df3031;border:6px double #fff;border-radius:25px;flex:none;place-items:center;width:102px;height:102px;font-size:59px;display:grid;box-shadow:0 5px 15px #b320202d}.badge-medallion .paw-icon{width:59px;height:59px}.future-note{color:var(--muted);font-size:13px}.coming-card{text-align:center;padding:42px}.coming-card h2{color:var(--forest-dark)}.coming-card p{color:var(--muted);line-height:1.5}.coming-icon{width:80px;height:80px;color:var(--forest);background:#e6f2e7;border-radius:23px;place-items:center;margin:auto;font-size:38px;display:grid}.account-card{margin-bottom:15px}.account-card h2{overflow-wrap:anywhere}.account-card p:not(.eyebrow){color:var(--muted)}.logout-button{min-width:180px}@media (width<=700px){.client-page{padding:0 13px 90px}.home-banner{border-radius:0 0 18px 18px;margin:0 -13px}.home-banner-caption{padding:15px 20px 17px}.home-banner-caption h1{font-size:24px}.home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}.home-action{min-height:115px;padding:12px}.home-action strong{font-size:16px}.home-action span:not(.tile-icon){font-size:11px}.home-next{flex-direction:column;align-items:stretch}.home-next .button{width:100%}.park-arrival{flex-direction:column;align-items:stretch}.directions-button{width:100%}.standard-page{padding-top:15px}.badge-feature{align-items:flex-start;gap:12px}.badge-medallion{border-radius:18px;width:68px;height:68px;font-size:39px}.badge-medallion .paw-icon{width:39px;height:39px}.app-footer{display:none}}
