.button{background:var(--teal);border:1px solid var(--teal);color:#fff;text-align:center;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:11px 20px;font-size:.94rem;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.button.secondary{color:var(--teal);border-color:var(--line);background:#fff}.button.ghost{color:var(--teal);background:0 0;border-color:#0000}.button.danger{color:#fff;background:#973d3d;border-color:#973d3d}.button.compact{min-height:42px;padding:8px 13px;font-size:.84rem}.button.full{width:100%}.actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.form-stack{flex-direction:column;gap:20px;display:flex}.field{flex-direction:column;gap:7px;min-width:0;font-size:.91rem;font-weight:600;display:flex}.field input,.field select,.field textarea{width:100%;min-height:49px;color:var(--ink);background:#fff;border:1px solid #b9cdd3;border-radius:11px;padding:10px 13px;font-size:1rem;font-weight:400}.field textarea{resize:vertical;min-height:112px}.field small{color:var(--muted);font-size:.78rem;font-weight:400}.check-field{color:var(--muted);align-items:flex-start;gap:11px;font-size:.83rem;display:flex}.check-field input{width:19px;height:19px;accent-color:var(--teal);flex:none;margin-top:3px}.check-field small{margin-top:4px;font-size:.75rem;display:block}.form-grid{gap:18px;display:grid}.notice{background:var(--soft);border-left:3px solid var(--teal);overflow-wrap:anywhere;border-radius:12px;margin-bottom:20px;padding:14px 17px;font-size:.88rem}.notice.error{color:#80362c;background:#fff2ee;border-color:#a54537}.otp-input{letter-spacing:.4em;text-align:center;font-size:1.5rem!important}.auth-layout{background:#fff;min-height:100svh;display:grid}.auth-story{display:none}.auth-panel{justify-content:center;padding:36px 24px;display:flex}.auth-form-wrap{width:100%;max-width:430px}.auth-form-wrap>.brand{margin-bottom:42px}.auth-form-wrap .lead{margin-bottom:28px}.auth-links{flex-direction:column;align-items:center;gap:18px;margin-top:23px;font-size:.88rem;display:flex}.auth-footnote{color:var(--muted);align-items:center;gap:8px;margin-top:42px;font-size:.74rem;display:flex}.auth-footnote .icon{width:18px;height:18px}.auth-form-wrap h1{max-width:18ch;font-size:2.25rem}.dialog-backdrop{z-index:80;background:#123e4b6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dialog{width:100%;max-width:520px;max-height:90svh;color:var(--ink);background:#fff;border:0;border-radius:22px;padding:28px;overflow:auto}.dialog h2{margin-bottom:16px}.dialog .actions{justify-content:flex-end;margin-top:24px}.search-field{margin-bottom:24px}.filter-row{gap:8px;margin-bottom:24px;padding:4px;display:flex;overflow:auto}.filter-row button{white-space:nowrap;border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:30px;padding:8px 16px}.filter-row button[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}@media (min-width:700px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-panel{padding:70px 40px}}@media (min-width:1000px){.auth-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.auth-story{background:var(--soft);flex-direction:column;justify-content:space-between;min-height:100svh;padding:50px 56px;display:flex}.auth-story h2{letter-spacing:-.055em;font-size:clamp(2.4rem,4vw,3.65rem);line-height:1.12}.auth-story p{color:var(--muted);max-width:34ch;margin-top:24px}.auth-story>small{color:var(--muted);font-size:.8rem}.story-path{flex-direction:column;gap:24px;margin-top:48px;font-size:.96rem;display:flex}.story-path span{align-items:center;gap:16px;display:flex}.story-path .icon{width:25px;height:25px}.auth-panel{align-items:center;padding:55px}.auth-form-wrap h1{font-size:2.65rem}}:root{color:#123e4b;font-synthesis:none;--ink:#123e4b;--teal:#17647a;--aqua:#87cdd0;--bg:#f6fafb;--paper:#fff;--muted:#506b73;--line:#dce8eb;--soft:#e9f5f5;background:#f6fafb;font-family:Avenir Next,Avenir,Segoe UI,sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:var(--teal);text-underline-offset:4px}button:disabled{cursor:wait;opacity:.58}:focus-visible{outline:3px solid var(--teal);outline-offset:4px}h1,h2,h3,p{margin:0}h1{letter-spacing:-.045em;max-width:24ch;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:650;line-height:1.15}h2{letter-spacing:-.025em;font-size:1.4rem;font-weight:650;line-height:1.3}h3{font-size:1.07rem;line-height:1.4}p{max-width:65ch}small,.small{font-size:.83rem;line-height:1.5}.muted{color:var(--muted)}.lead{color:var(--muted);max-width:55ch;margin-top:14px;font-size:1.02rem}.icon{flex:none;width:24px;height:24px}.brand{color:var(--ink);letter-spacing:-.05em;align-items:center;gap:9px;font-size:1.5rem;font-weight:700;text-decoration:none;display:inline-flex}.brand img{object-fit:contain;width:38px;height:45px}.skip-link{z-index:100;background:#fff;padding:12px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:12px}.sidebar{background:var(--paper)}.sidebar>.brand,.rail-intro,.rail-bottom{display:none}.main-navigation{z-index:30;border-top:1px solid var(--line);padding:8px 6px max(8px,env(safe-area-inset-bottom));background:#fff;gap:2px;display:flex;position:fixed;bottom:0;left:0;right:0}.main-navigation>a{min-width:0;min-height:50px;color:var(--muted);border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:5px 2px;font-size:.7rem;font-weight:600;text-decoration:none;display:flex}.main-navigation>a[aria-current]{background:var(--soft);color:var(--ink)}.workspace{min-width:0;padding:0 20px 105px}.topbar{justify-content:space-between;align-items:center;height:92px;display:flex}.desktop-context{display:none}.top-profile{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.page-heading h1:focus{outline:none}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.surface{border:1px solid var(--line);background:#fff;border-radius:24px;margin-bottom:22px;padding:24px}.surface.soft{background:var(--soft);border-color:#0000}.surface.accent{background:var(--ink);color:#fff;border-color:#0000}.surface.accent p{color:#d7e9ec}.surface.accent .button{color:var(--ink);background:#fff}.split{gap:24px;display:grid}.stack{flex-direction:column;gap:20px;display:flex}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.module-tile{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;padding:22px 18px;text-decoration:none;transition:border-color .15s;display:flex}.module-tile:hover{border-color:var(--teal)}.module-icon{background:var(--soft);border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:24px;display:grid}.module-tile h2{font-size:1.07rem}.module-tile p{color:var(--muted);margin:8px 0 18px;font-size:.84rem}.tile-action{align-items:center;gap:10px;margin-top:auto;font-size:.85rem;font-weight:600;display:flex}.tile-action .icon{width:17px;height:17px}.quiet-note{color:var(--muted);gap:15px;margin:28px 0;font-size:.86rem;display:flex}.app-footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:18px;margin-top:46px;padding:25px 0;font-size:.78rem;display:flex}.app-footer>div{gap:18px;display:flex}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 8px;display:flex}.empty-state>.icon{width:36px;height:36px;color:var(--teal);margin-bottom:5px}.empty-state p{max-width:43ch;font-size:.92rem}.loading-state{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:65vh;display:flex}.loader{border:3px solid var(--line);border-top-color:var(--teal);border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.metric{letter-spacing:-.06em;font-size:3.1rem;font-weight:600;line-height:1.2}.metric-unit{letter-spacing:0;color:var(--muted);margin-left:8px;font-size:1rem}.list{margin:0;padding:0;list-style:none}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.list-row:last-child{border-bottom:0}.list-row>div{min-width:0}.list-row h3,.list-row p{overflow-wrap:anywhere}.list-row small{color:var(--muted);display:block}.tag{background:var(--soft);color:var(--teal);border-radius:7px;padding:3px 8px;font-size:.76rem;display:inline-flex}.reading{max-width:750px;margin:0 auto}.reading p{margin:18px 0}.reading h2{margin-top:32px}.reading ul{padding-left:24px}.reading li{margin-block:10px}.source-list{font-size:.88rem}.source-list a{overflow-wrap:anywhere}.chart-table{border-collapse:collapse;width:100%;font-size:.9rem}.chart-table td,.chart-table th{border-bottom:1px solid var(--line);text-align:left;padding:11px 8px}.chart-table th{color:var(--muted);font-weight:600}.chart-bars{align-items:end;gap:8px;height:130px;padding:12px 0;display:flex}.chart-bars>div{background:var(--aqua);border-radius:5px 5px 0 0;flex:1;min-width:0;max-width:44px}@media (min-width:700px){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace{padding-inline:36px}.surface{padding:30px}.split{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}}@media (min-width:1000px){.sidebar{border-right:1px solid var(--line);z-index:30;flex-direction:column;width:238px;padding:32px 22px 22px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar>.brand{display:inline-flex}.rail-intro{color:var(--muted);margin-top:8px;font-size:.78rem;display:block}.main-navigation{border:0;flex-direction:column;gap:6px;margin-top:34px;padding:0;position:static}.main-navigation>a{flex-direction:row;justify-content:flex-start;gap:12px;padding:12px 14px;font-size:.94rem}.rail-bottom{flex-direction:column;gap:14px;margin-top:auto;padding-top:20px;font-size:.8rem;display:flex}.rail-bottom>a{align-items:center;gap:10px;text-decoration:none;display:flex}.rail-bottom>a>.icon{width:20px;height:20px}.rail-privacy{color:var(--muted);gap:9px;margin:14px 0;font-size:.74rem;display:flex}.rail-privacy .icon{width:18px;height:18px}.profile-link{border-top:1px solid var(--line);padding-top:20px}.profile-link small{color:var(--muted);font-size:.69rem;display:block}.avatar-letter{background:var(--soft);border-radius:50%;place-items:center;width:35px;height:35px;font-size:1rem;display:grid}.workspace{max-width:1238px;margin-left:238px;padding:0 42px 30px}.topbar{height:110px;margin-bottom:6px}.desktop-context{color:var(--muted);font-size:.83rem;display:block}.mobile-brand{display:none!important}.module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.module-tile{padding:24px 20px}.top-profile{width:39px;height:39px}.app-footer{margin-top:64px}}@media (max-width:360px){.workspace{padding-inline:14px}.module-tile{padding:18px 13px}.module-tile p{font-size:.8rem}.surface{padding:20px}.main-navigation>a{font-size:.65rem}.page-heading,.list-row{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.eyebrow{text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;font-size:.7rem;font-weight:700}.section-form{margin-top:22px}.water-shortcuts{margin-top:26px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.note-body{white-space:pre-wrap;overflow-wrap:anywhere}.notes-grid{gap:20px;display:grid}.notes-grid>.surface{min-width:0;margin:0}.contact-phone{white-space:nowrap;margin:14px 0;font-size:1.03rem;font-weight:600}.agenda-row{flex-direction:column;align-items:flex-start}.agenda-row h3{margin-top:10px}.agenda-row .actions{max-width:440px}.surface details{margin-top:14px}.surface summary{cursor:pointer;color:var(--teal);padding:10px 0}.dialog::backdrop{background:#123e4b75}.dialog p+p{margin-top:12px}.surface select{max-width:100%}.notice .actions{margin-top:12px}@media (min-width:700px){.notes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agenda-row{flex-direction:row;align-items:center}}.welcome-strip{background:#edf6f7;border:1px dashed #8aadb7;border-radius:20px;justify-content:space-between;align-items:center;gap:22px;margin-bottom:25px;padding:22px;display:flex}.welcome-strip h2{font-size:1.08rem}.welcome-strip p{color:var(--muted);margin-top:6px;font-size:.83rem}.today-grid{gap:22px;display:grid}.today-shortcuts{gap:14px;display:grid}.water-progress{appearance:none;background:#fff;border:0;border-radius:10px;width:100%;height:10px;margin:18px 0 10px;display:block}.water-progress::-webkit-progress-bar{background:#fff;border-radius:10px}.water-progress::-webkit-progress-value{background:var(--teal);border-radius:10px}.water-progress::-moz-progress-bar{background:var(--teal);border-radius:10px}.water-card .metric{margin-top:24px}.water-card .button{margin-top:30px}@media (min-width:700px){.today-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.today-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:699px){.welcome-strip{flex-direction:column;align-items:flex-start}.today-shortcuts .module-tile{grid-template-columns:44px minmax(0,1fr);gap:0 18px;display:grid}.today-shortcuts .module-icon{grid-row:1/4;width:44px;margin:0}.today-shortcuts .tile-action{grid-column:2}}.water-chart{width:100%;height:125px;fill:var(--aqua);margin:24px 0;display:block}.time-fields{border:1px solid var(--line);border-radius:14px;padding:16px}.time-fields legend{color:var(--muted);padding:0 5px;font-size:.85rem}.time-fields input{max-width:160px}.content-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.back-link{margin-bottom:24px;display:inline-block}.article-preferences{border-block:1px solid var(--line);margin:30px 0;padding:20px 0}.article-preferences .notice{margin-top:20px}.service-grid{gap:20px;margin-bottom:24px;display:grid}.service-card{flex-direction:column;gap:16px;margin:0;display:flex}.service-card .module-icon{margin:0}.service-card .tag{align-self:flex-start}.service-card .button{margin-top:auto}.service-terms{margin-top:24px}.service-terms li{margin:12px 0;line-height:1.6}.service-terms p{margin-top:16px}.request-card{color:inherit;text-decoration:none}.request-card h2{margin:16px 0 10px}.request-card .tile-action{margin-top:20px;display:block}.urgency-notice{background:#f6f7f8;border-color:#d8e0e3}.urgency-notice p{margin-top:16px;line-height:1.75}.urgency-notice small{color:var(--muted);margin-top:18px;display:block}@media (min-width:1100px){.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.history-chart{width:100%;height:150px;fill:var(--teal);margin:24px 0;display:block}.avatar-editor{align-items:flex-start;gap:1.25rem;display:flex}.avatar-editor>div:last-of-type{flex:1;min-width:0}.avatar-preview{background:var(--surface-soft,#eaf1ed);border-radius:50%;flex:0 0 6rem;place-items:center;width:6rem;height:6rem;display:grid;overflow:hidden}.avatar-preview img,.avatar-letter img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.avatar-preview svg{width:2rem;height:2rem}@media (max-width:480px){.avatar-editor{flex-direction:column}.avatar-editor input[type=file]{max-width:100%;font-size:.85rem}}.chat-messages{flex-direction:column;gap:1rem;max-height:65vh;margin:1.5rem 0;padding:0;list-style:none;display:flex;overflow:auto}.chat-bubble{overflow-wrap:anywhere;background:#edf3f1;border-radius:1rem 1rem 1rem .2rem;align-self:flex-start;max-width:90%;padding:1rem 1.1rem}.chat-bubble.own{background:#dceceb;border-radius:1rem 1rem .2rem;align-self:flex-end}.chat-bubble p{white-space:pre-wrap;margin:.45rem 0}.chat-author{font-size:.8rem;font-weight:700}.chat-bubble time{color:#526b69;font-size:.72rem}.chat-composer textarea{min-height:6rem}.chat-empty{padding:1.5rem 0}.consent-card p{max-width:65ch}@media (max-width:480px){.chat-bubble{max-width:96%;padding:.85rem}.chat-panel{padding:1rem}}.staff-workspace{max-width:1280px;margin:auto;padding:0 20px 50px}.staff-header{justify-content:space-between;align-items:center;gap:16px;min-height:96px;display:flex}.staff-header .brand small{letter-spacing:0;background:var(--soft);border-radius:8px;padding:5px 10px;font-size:.75rem}.staff-nav{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:12px;margin-bottom:30px;padding-bottom:20px;display:flex}.staff-nav a{border-radius:12px;padding:10px 15px;text-decoration:none}.staff-nav a[aria-current]{background:var(--ink);color:#fff}.details-list{grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);gap:12px;margin:24px 0;display:grid}.details-list dt{color:var(--muted)}.details-list dd{overflow-wrap:anywhere;margin:0}.learning-table{overflow:auto}.learning-table table{border-collapse:collapse;width:100%;min-width:720px;font-size:.86rem}.learning-table caption{text-align:left;margin-bottom:20px}.learning-table th,.learning-table td{text-align:left;border-bottom:1px solid var(--line);padding:14px 12px}.learning-table thead{background:var(--soft)}@media (min-width:900px){.staff-workspace{padding:0 48px 70px}}@media (max-width:380px){.details-list{grid-template-columns:1fr}.details-list dd{margin-bottom:12px}}
