:root{--color-background: #f7f4ed;--color-surface: #fffdf8;--color-text: #23332e;--color-muted: #7a8882;--color-accent: #4c927d;--color-accent-dark: #2f6758;--color-border: #d9ddd7;--font-body: Arial, "Helvetica Neue", sans-serif;font-family:var(--font-body);color:var(--color-text);background:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;scrollbar-gutter:stable;background:var(--color-background)}body{min-width:320px;min-height:100vh;margin:0;background:var(--color-background)}button,input,textarea,select{font:inherit}.page-shell{min-height:100vh;background:var(--color-background)}.site-header{position:sticky;top:0;z-index:20;min-height:78px;padding:0 40px;display:grid;grid-template-columns:minmax(460px,1fr) auto auto;align-items:center;gap:48px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.header-brand{display:flex;align-items:center;gap:18px;min-width:0}.header-brand--button{padding:0;border:0;color:inherit;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.header-brand__name{color:var(--color-accent);font-size:32px;font-weight:400;line-height:1;letter-spacing:.01em;white-space:nowrap}.header-brand__tagline{color:var(--color-muted);font-size:12px;white-space:nowrap}.site-nav{height:78px;display:flex;align-items:stretch;gap:34px}.site-nav__item{position:relative;display:flex;align-items:center;padding:0;border:0;color:var(--color-muted);background:transparent;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer;transition:color .16s ease}.site-nav__item:hover,.site-nav__item:focus-visible,.site-nav__item--active{color:var(--color-accent)}.site-nav__item--active:after{content:"";position:absolute;right:0;bottom:10px;left:0;height:3px;border-radius:999px;background:var(--color-accent)}.profile{display:flex;align-items:center;gap:10px;padding:0;border:0;color:inherit;background:transparent;white-space:nowrap;cursor:pointer}.profile__avatar{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;color:var(--color-accent-dark);background:#dcebe5;font-size:14px;font-weight:700;transition:background-color .16s ease,transform .16s ease}.profile:hover .profile__avatar{background:#cce3da;transform:translateY(-1px)}.profile__name{font-size:13px;font-weight:700}.hero{max-width:1392px;margin:0 auto;padding:36px 0 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(570px,624px);gap:42px}.hero-copy{padding-top:15px}.hero-copy__brand,.hero-copy__tagline,.hero-copy__description{margin:0}.hero-copy__brand{color:var(--color-accent);font-size:clamp(64px,6.4vw,82px);font-weight:400;line-height:.96;letter-spacing:-.025em}.hero-copy__tagline{margin-top:17px;color:var(--color-muted);font-size:21px;line-height:1.35}.hero-copy h1{max-width:760px;margin:34px 0 0;font-size:clamp(30px,2.7vw,35px);line-height:1.16;letter-spacing:-.025em}.hero-copy__description{max-width:610px;margin-top:19px;color:var(--color-muted);font-size:17px;line-height:1.42}.hero-actions{margin-top:24px;display:flex;gap:18px}.button{min-width:197px;min-height:51px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-accent);border-radius:14px;color:var(--color-accent-dark);font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button--primary{color:#fff;background:var(--color-accent)}.button--secondary{background:var(--color-surface)}.button:hover{transform:translateY(-1px)}.button--primary:hover{border-color:var(--color-accent-dark);background:var(--color-accent-dark)}.button--secondary:hover{background:#edf5f1}.button:active{transform:translateY(0)}.overview-card{height:361px;padding:20px 29px 33px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px}.overview-card__header{height:44px;display:flex;align-items:flex-start;justify-content:space-between}.overview-card h2{margin:7px 0 0;font-size:18px;line-height:1}.live-pill,.feature-card__label{display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent);background:#dcebe5;text-transform:uppercase;font-size:11px;font-weight:700}.live-pill{width:83px;height:31px;border-radius:999px}.sensory-map{display:block;width:100%;height:264px;border:1px solid #d6dad4;border-radius:18px}.map-labels{font-size:12px;font-weight:700}.feature-grid{max-width:1300px;margin:76px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,404px));gap:29px}.feature-card{min-height:224px;padding:16px 22px 30px;display:flex;flex-direction:column;align-items:flex-start;background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px}.feature-card__label{min-width:101px;height:30px;padding:0 18px;border-radius:999px}.feature-card h2{margin:11px 0 0;font-size:21px;line-height:1.25;letter-spacing:-.015em}.feature-card p{max-width:330px;margin:12px 0 0;color:var(--color-muted);font-size:15px;line-height:1.55}.feature-card__link{margin-top:auto;padding:0;border:0;color:var(--color-accent-dark);background:transparent;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer}.feature-card__link span{display:inline-block;margin-left:2px;font-size:18px;line-height:0;transition:transform .16s ease}.feature-card__link:hover span{transform:translate(3px)}.site-nav__item:focus-visible,.profile:focus-visible,.button:focus-visible,.feature-card__link:focus-visible{outline:3px solid #a9d2c5;outline-offset:4px;border-radius:6px}.site-footer{max-width:1300px;margin:55px auto 0;padding-bottom:62px;color:var(--color-muted);font-size:13px}.refuge-main{max-width:1350px;margin:0 auto;padding:26px 0 49px}.refuge-intro{min-height:90px;display:flex;align-items:flex-start;justify-content:space-between}.refuge-intro h1,.refuge-intro p,.quiet-spaces-panel h2,.quiet-spaces-panel p{margin:0}.refuge-intro h1{font-size:32px;line-height:1.2;letter-spacing:-.02em}.refuge-intro p{margin-top:8px;color:var(--color-muted);font-size:15px}.location-button{min-width:186px;margin-top:9px}.refuge-layout{display:grid;grid-template-columns:minmax(0,1008px) 328px;gap:24px;align-items:start}.refuge-filters{min-height:55px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px}.refuge-filter-group,.walking-filter{display:flex;align-items:center;gap:12px}.filter-pill{min-height:31px;padding:0 25px;border:0;border-radius:999px;color:var(--color-muted);background:#f0ede7;font-family:inherit;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.filter-pill:hover{color:var(--color-accent-dark);background:#e5eee9;transform:translateY(-1px)}.filter-pill--active{color:var(--color-accent);background:#dcebe5}.walking-filter{color:var(--color-muted);font-size:12px;font-weight:700}.walking-filter__value{min-width:89px;padding:0 18px;color:var(--color-text)}.refuge-map-frame{height:565px;margin:21px 0 0;overflow:hidden;border:1px solid var(--color-border);border-radius:18px}.refuge-map{display:block;width:100%;height:100%}.quiet-spaces-panel{height:641px;padding:19px 21px 10px;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px}.quiet-spaces-panel__heading h2{font-size:19px;line-height:1.2;letter-spacing:-.015em}.quiet-spaces-panel__heading p{margin-top:10px;color:var(--color-muted);font-size:12px}.quiet-spaces-list{margin-top:14px;display:grid;gap:13px}.quiet-space-card{min-height:114px;padding:16px 18px 12px;display:flex;flex-direction:column;align-items:stretch;border:1px solid var(--color-border);border-radius:15px;color:var(--color-text);background:#f0ede7;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.quiet-space-card:hover{border-color:#a9c8bd;background:#f4f2ec;transform:translateY(-1px)}.quiet-space-card strong{font-size:15px;line-height:1.2}.quiet-space-card__meta{margin-top:10px;color:var(--color-muted);font-size:12px}.quiet-space-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--color-muted);font-size:11px;white-space:nowrap}.comfort-pill{min-width:126px;min-height:31px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--color-accent);background:#dcebe5;font-weight:700;text-transform:uppercase}.navigate-button{width:100%;min-width:0;margin-top:auto;border-radius:13px}.filter-pill:focus-visible,.quiet-space-card:focus-visible,.header-brand--button:focus-visible,.text-action:focus-visible,.summary-list button:focus-visible,.action-list button:focus-visible,.time-pill:focus-visible{outline:3px solid #a9d2c5;outline-offset:3px}.inner-header .site-nav{transform:none}.dashboard-main,.inner-main{max-width:1350px;margin:0 auto;padding:28px 0 56px}.page-title-row{min-height:76px;display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.page-title-row h1,.page-title-row p{margin:0}.page-title-row h1{font-size:32px;line-height:1.2;letter-spacing:-.025em}.page-title-row p{margin-top:8px;color:var(--color-muted);font-size:15px}.compact-button{min-width:154px;min-height:45px;border-radius:12px}.dashboard-card{padding:22px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:17px}.dashboard-top-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.card-eyebrow{color:var(--color-accent);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.card-eyebrow--danger,.danger-text,.text-action--danger{color:#c95049}.journey-route{margin-top:17px;display:grid;grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:10px;font-size:15px;font-weight:700}.route-marker,.summary-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#6a92a8;font-size:12px;font-weight:700}.route-marker--destination,.summary-icon{background:var(--color-accent)}.route-line{height:2px;border-top:2px dashed #9cbcb1}.journey-meta{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.journey-card p,.alert-preview p,.forecast-summary p,.insight-block p,.visit-notes p{color:var(--color-muted);font-size:13px;line-height:1.5}.status-pill{min-height:28px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--color-accent);background:#dcebe5;font-size:10px;font-weight:700;text-transform:uppercase;white-space:nowrap}.status-pill--warning{color:#a87220;background:#f5e7c9}.status-pill--danger{color:#c95049;background:#f7d9d5}.text-action{padding:0;border:0;color:var(--color-accent-dark);background:transparent;font-weight:700;cursor:pointer}.text-action span{font-size:17px}.alert-preview{background:#fff4f1;border-color:#efb5af}.alert-preview>div{display:flex;justify-content:space-between}.alert-preview h2{margin:18px 0 0;font-size:21px}.section-heading{margin:30px 0 13px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.dashboard-card .section-heading{margin:0 0 16px}.section-heading h2,.section-heading span{margin:0}.section-heading h2{font-size:18px}.section-heading span,.section-heading>div>span{display:block;margin-top:5px;color:var(--color-muted);font-size:11px}.condition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.condition-card{min-height:108px;padding:17px;display:flex;align-items:center;gap:14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:15px}.condition-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;color:#a87220;background:#f5e7c9}.condition-icon--safe{color:var(--color-accent);background:#dcebe5}.condition-card div{display:grid;gap:4px}.condition-card div>span,.condition-card small,.summary-list small,.feature-list small,.journey-step-list small,.action-list small,.alert-footer span{color:var(--color-muted);font-size:11px}.condition-card strong{font-size:17px}.dashboard-bottom-grid{margin-top:20px;display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.summary-list{display:grid;gap:8px}.summary-list button{padding:10px 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:0;border-top:1px solid #e7e8e3;color:inherit;background:transparent;text-align:left;cursor:pointer}.summary-list button>span:nth-child(2),.feature-list p,.journey-step-list p,.action-list button>span:first-child,.alert-footer p{display:grid;gap:5px}.forecast-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.forecast-steps div{padding:14px 8px;display:grid;gap:8px;border-radius:11px;background:#f0ede7;text-align:center}.forecast-steps span{color:var(--color-muted);font-size:10px}.forecast-controls{display:flex;align-items:center;gap:9px}.time-pill{min-width:84px;min-height:33px;padding:0 14px;border:0;border-radius:999px;color:var(--color-muted);background:#f0ede7;font-size:10px;font-weight:700;text-transform:uppercase;cursor:pointer}.time-pill--active{color:var(--color-accent);background:#dcebe5}.forecast-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.forecast-map-frame{height:560px;margin:0;overflow:hidden;border:1px solid var(--color-border);border-radius:18px}.forecast-map{width:100%;height:100%;display:block}.forecast-insights{min-height:560px;padding:22px;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px}.forecast-insights h2,.forecast-insights>span,.insight-block p,.metric span,.metric strong,.metric small{margin:0}.forecast-insights h2{font-size:19px}.forecast-insights>span,.insight-block small,.metric span,.metric small{margin-top:5px;color:var(--color-muted);font-size:10px}.insight-block{margin-top:18px;padding-bottom:17px;display:grid;gap:8px;border-bottom:1px solid #e1e3de}.insight-block strong{font-size:15px;line-height:1.4}.insight-block .status-pill{width:max-content}.metric{margin-top:17px;display:grid;gap:6px}.metric strong{font-size:22px}.insight-button{width:100%;min-width:0;margin-top:auto}.refuge-hero-card{min-height:128px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px}.refuge-hero-card h2{margin:10px 0 5px;font-size:23px}.refuge-hero-card p{margin:0;color:var(--color-muted);font-size:13px}.refuge-score{display:grid;justify-items:end;gap:5px}.refuge-score small{color:var(--color-muted)}.refuge-detail-grid{margin-top:20px;display:grid;grid-template-columns:1fr 1.1fr;gap:20px}.feature-list,.journey-step-list{display:grid}.feature-list>div,.journey-step-list>div{padding:17px 0;display:flex;align-items:flex-start;gap:13px;border-top:1px solid #e7e8e3}.feature-list>div>span,.journey-step-list>div>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--color-accent);font-size:12px;font-weight:700}.feature-list p,.journey-step-list p{margin:0}.refuge-detail-stack{display:grid;gap:20px}.sensory-chart-card{min-height:260px}.sensory-chart{height:125px;padding:10px 15px 0;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid var(--color-border)}.sensory-chart span{width:28px;border-radius:7px 7px 0 0;background:var(--color-accent)}.sensory-chart span:nth-child(4),.sensory-chart span:nth-child(5){background:#dca348}.chart-labels{margin-top:8px;display:flex;justify-content:space-between;color:var(--color-muted);font-size:10px}.visit-notes h2{margin:0;font-size:18px}.visit-notes>div{display:flex;flex-wrap:wrap;gap:7px}.visit-notes .button{width:100%;margin-top:18px}.alert-banner{min-height:150px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fae1dc;border:1px solid #e88e85;border-radius:18px}.alert-banner h2{margin:13px 0 8px;color:#a43f39;font-size:23px}.alert-banner p{margin:0;color:#86534f;font-size:13px}.alert-confidence{min-width:150px;display:grid;gap:5px;text-align:right}.alert-confidence span,.alert-confidence small{color:#86534f;font-size:11px}.alert-confidence strong{font-size:28px}.journey-impact,.recommended-actions{margin-top:20px}.journey-step-list{grid-template-columns:repeat(3,1fr);gap:28px}.journey-step-list>div{border-top:0}.wellbeing-note{margin-top:15px;padding:14px 17px;display:flex;gap:16px;border-radius:12px;color:var(--color-accent-dark);background:#e7f1ed;font-size:12px}.action-list{display:grid;gap:10px}.action-list button{min-height:70px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--color-border);border-radius:12px;color:inherit;background:#f0ede7;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease}.action-list button:hover{border-color:#9ebeb3;transform:translateY(-1px)}.alert-footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:22px}.alert-footer p,.alert-footer strong,.alert-footer span{margin:0}.alert-footer .button{min-width:230px}@media(max-width:1200px){.site-header{grid-template-columns:1fr auto;gap:24px}.header-brand__tagline{display:none}.site-nav{order:3;grid-column:1 / -1;height:45px;justify-content:center}.site-nav__item--active:after{bottom:4px}.hero{padding-right:24px;padding-left:24px;grid-template-columns:minmax(0,1fr) minmax(480px,1fr)}.feature-grid,.site-footer{margin-right:24px;margin-left:24px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.refuge-main,.dashboard-main,.inner-main{margin-right:24px;margin-left:24px}.refuge-layout{grid-template-columns:minmax(0,1fr) 320px}}@media(min-width:1201px){.hero-copy h1{white-space:nowrap}}@media(max-width:920px){.hero{grid-template-columns:1fr}.hero-copy{max-width:720px}.overview-card{width:100%;max-width:680px}.feature-grid{margin-top:48px;grid-template-columns:1fr}.feature-card{min-height:205px}.refuge-layout{grid-template-columns:1fr}.quiet-spaces-panel{height:auto}.quiet-spaces-list{grid-template-columns:repeat(2,minmax(0,1fr))}.navigate-button{margin-top:18px}.dashboard-top-grid,.dashboard-bottom-grid,.forecast-layout,.refuge-detail-grid{grid-template-columns:1fr}.condition-grid{grid-template-columns:repeat(2,1fr)}.forecast-map-frame{height:auto;aspect-ratio:840 / 500}.forecast-insights{min-height:520px}.journey-step-list{grid-template-columns:1fr;gap:0}.journey-step-list>div{border-top:1px solid #e7e8e3}}@media(max-width:620px){.site-header{min-height:70px;padding:0 18px}.header-brand__name{font-size:27px}.profile__name{display:none}.site-nav{width:calc(100vw - 36px);gap:0;justify-content:space-between;overflow-x:auto}.site-nav__item{font-size:12px}.hero{padding-top:28px;padding-right:18px;padding-left:18px}.hero-copy{padding-top:0}.hero-copy__brand{font-size:clamp(48px,16vw,68px)}.hero-copy__tagline{font-size:17px}.hero-copy h1{margin-top:28px;font-size:30px}.hero-actions{flex-direction:column}.button{width:100%}.overview-card{height:auto;padding:16px;border-radius:18px}.overview-card__header{height:46px}.sensory-map{height:auto;aspect-ratio:570 / 264}.feature-grid,.site-footer{margin-right:18px;margin-left:18px}.site-footer{margin-top:40px;padding-bottom:36px;line-height:1.5}.refuge-main,.dashboard-main,.inner-main{margin-right:18px;margin-left:18px;padding-top:28px}.page-title-row,.alert-banner,.alert-footer,.refuge-hero-card{align-items:stretch;flex-direction:column}.page-title-row{padding-bottom:24px}.page-title-row h1{font-size:28px}.forecast-title{gap:20px}.forecast-controls{flex-wrap:wrap}.forecast-controls .compact-button{flex-basis:100%}.journey-route{grid-template-columns:auto 1fr}.route-line{display:none}.journey-meta,.section-heading,.wellbeing-note{align-items:flex-start;flex-direction:column}.condition-grid{grid-template-columns:1fr}.dashboard-bottom-grid,.dashboard-top-grid{gap:14px}.forecast-steps{grid-template-columns:repeat(2,1fr)}.forecast-layout{gap:16px}.forecast-insights{min-height:560px}.refuge-score{justify-items:start}.alert-confidence{text-align:left}.action-list button{align-items:flex-start;flex-direction:column}.alert-footer .button{min-width:0}.refuge-intro{display:block}.refuge-intro h1{font-size:29px}.refuge-intro p{line-height:1.5}.location-button{margin:20px 0 24px}.refuge-filters{padding:14px;align-items:flex-start;flex-direction:column}.refuge-filter-group{width:100%;flex-wrap:wrap;gap:8px}.filter-pill{padding:0 16px}.walking-filter{width:100%;justify-content:space-between}.refuge-map-frame{height:auto;aspect-ratio:1008 / 565}.quiet-spaces-panel{padding:20px 16px 16px}.quiet-spaces-list{grid-template-columns:1fr}.quiet-space-card{min-height:114px}}
