:root{--ink:#173333;--muted:#637473;--green:#0b4744;--mint:#dff3e8;--cream:#fbfaf5;--line:#e6e8e2;--lav:#ede9ff;--peach:#ffe8d7;--yellow:#fff1bc}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:15px}.app-shell{min-height:100vh;display:flex}.sidebar{width:252px;background:#fffefb;border-right:1px solid var(--line);padding:31px 18px 19px;display:flex;flex-direction:column;position:fixed;height:100vh}.brand{color:var(--green);font-size:25px;font-weight:700;text-decoration:none;letter-spacing:-1.4px;padding:0 12px;margin-bottom:52px;display:flex;gap:9px;align-items:center}.brand-mark{background:var(--green);color:white;width:25px;height:25px;border-radius:9px 9px 9px 2px;text-align:center;line-height:27px;font-family:Fraunces,serif;font-size:20px}.sidebar nav{display:grid;gap:6px}.nav-link{color:#60706d;text-decoration:none;padding:11px 12px;border-radius:8px;display:flex;gap:13px;align-items:center;font-weight:500}.nav-link>span{font-size:20px;width:18px;text-align:center}.nav-link.active,.nav-link:hover{color:var(--green);background:#eef7f0}.nav-link i{font-style:normal;font-size:10px;background:#dfeee7;color:var(--green);padding:3px 6px;border-radius:10px;margin-left:auto}.sidebar-bottom{margin-top:auto}.profile{border:0;background:transparent;width:100%;border-top:1px solid var(--line);padding:19px 7px 0;display:flex;align-items:center;gap:9px;text-align:left;color:var(--ink)}.profile strong,.profile small{display:block}.profile strong{font-size:13px}.profile small{color:var(--muted);font-size:11px;margin-top:2px}.profile b{margin-left:auto;color:#899491}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#d4e8e4;color:var(--green);font-size:10px;font-weight:700}main{width:calc(100% - 252px);margin-left:252px;max-width:1440px;padding:0 7.3% 70px}.topbar{height:85px;display:flex;align-items:center;justify-content:flex-end}.secure-note{margin-right:auto;color:#637473;font-size:12px}.lock{color:#218063;font-size:16px;margin-right:6px}.bell{position:relative;border:0;background:none;color:var(--green);font-size:22px}.bell span{position:absolute;width:6px;height:6px;background:#d4604b;border-radius:50%;right:2px;top:2px}.menu-button{display:none}.view{display:none}.view.active-view{display:block}.hero-row,.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:43px 0 37px}.eyebrow{font:500 11px "DM Mono",monospace;letter-spacing:1px;color:#748481;margin:0 0 12px}.hero-row h1,.page-heading h1{font-family:Fraunces,serif;font-size:42px;letter-spacing:-1.5px;margin:0 0 8px;font-weight:600}.subhead{font-size:17px;color:var(--muted);margin:0}.primary{border:0;border-radius:7px;background:var(--green);color:#fff;padding:13px 17px;font:600 14px "DM Sans";cursor:pointer;box-shadow:0 3px 8px #0b474426}.primary span{margin-left:16px;font-size:19px;line-height:0}.primary:hover{background:#073b38}.attention-card{background:var(--mint);min-height:121px;border-radius:10px;padding:24px 28px;display:flex;gap:18px;align-items:center;margin-bottom:26px}.attention-icon{width:41px;height:41px;border-radius:50%;background:#bce6cd;display:grid;place-items:center;color:#187053;font-size:20px}.attention-card h2,.panel h2,.insight-card h2,.ask-card h2{font-family:Fraunces,serif;font-size:21px;letter-spacing:-.5px;margin:0 0 5px}.attention-card p:not(.eyebrow){margin:0;color:#54726b;font-size:14px}.attention-card .eyebrow{color:#3b7c69;margin-bottom:7px}.text-button,.link-button{border:0;background:none;color:#146a58;font:600 13px "DM Sans";cursor:pointer}.text-button{margin-left:auto;white-space:nowrap}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:27px}.stat-card,.panel,.insight-card,.ask-card{background:#fff;border:1px solid var(--line);border-radius:10px}.stat-card{min-height:205px;padding:21px}.stat-label{font-size:13px;font-weight:600;display:flex;gap:8px;align-items:center}.icon{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;font-size:16px}.lavender{background:var(--lav);color:#7055ca}.peach{background:var(--peach);color:#c76937}.yellow{background:var(--yellow);color:#b58422}.stat-card strong{font:600 32px Fraunces,serif;display:block;letter-spacing:-1px;margin:17px 0 3px}.stat-card strong span{font:500 16px "DM Sans";letter-spacing:0;color:#637473}.stat-card p{font-size:12px;color:#71817e;margin:0}.up{color:#16815c;font-weight:600}.steady{color:#84918f}.spark{height:33px;display:flex;align-items:flex-end;gap:4px;margin-top:16px}.spark i{width:12%;background:#d1ebe0;border-radius:3px 3px 0 0;height:40%}.spark i:nth-child(2){height:55%}.spark i:nth-child(3){height:42%}.spark i:nth-child(4){height:75%;background:#76bea4}.spark i:nth-child(5){height:58%}.spark i:nth-child(6){height:86%;background:#76bea4}.spark i:nth-child(7){height:69%}.spark i:nth-child(8){height:100%;background:#16815c}.spark.orange i{background:#ffe2ca}.spark.orange i:nth-child(3),.spark.orange i:nth-child(5),.spark.orange i:nth-child(7){background:#eda369}.appointment{font-size:29px!important;margin-bottom:9px!important}.link-button{padding:0;margin-top:12px}.content-grid{display:grid;grid-template-columns:1.42fr 1fr;gap:17px}.panel{padding:23px 25px}.panel-title{display:flex;justify-content:space-between;align-items:start}.panel-title h2{font-size:20px}.panel-title .eyebrow{margin-bottom:8px}.panel-title .link-button{margin:7px 0 0}.timeline{margin-top:17px}.timeline article{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-top:1px solid #eff0ed}.timeline-dot,.record-icon{width:29px;height:29px;border-radius:8px;display:grid;place-items:center}.teal{background:#dff3e8;color:#177557}.blue{background:#e3effb;color:#427aaf}.purple{background:var(--lav);color:#7055ca}.timeline b,.provider b,.record-row b,.connection b{font-size:13px}.timeline p,.provider p,.record-row p,.connection p{margin:3px 0 0;color:#748481;font-size:12px}.timeline time{font:11px "DM Mono";color:#83908e}.tag{font:500 10px "DM Mono";color:#b35e44;background:#fff0e9;padding:3px 5px;border-radius:3px}.provider{display:flex;align-items:center;gap:10px;border-top:1px solid #eff0ed;padding:16px 0 13px}.provider:first-of-type{margin-top:18px}.provider-logo{height:37px;width:37px;display:grid;place-items:center;border-radius:9px;color:#fff;font-size:11px;font-weight:700}.provider-logo.green{background:#216f5b}.provider-logo.navy{background:#365d7c}.check{margin-left:auto;border-radius:50%;width:18px;height:18px;background:#daf0e3;color:#277e61;display:grid;place-items:center;font-size:11px}.add-provider{width:100%;border:1px dashed #bdd4c8;background:#fbfffc;border-radius:7px;color:#267359;padding:10px;font:600 12px "DM Sans"}.add-provider span{font-size:17px;margin-right:6px}.page-heading{margin-top:43px}.record-tabs{display:flex;gap:9px;margin-bottom:18px}.record-tabs button{border:0;background:transparent;color:#627270;padding:8px 12px;font:500 13px "DM Sans";border-radius:6px}.record-tabs .selected{background:#e6f2ec;color:#0c594a}.record-list,.connection-list{padding:0}.record-row,.connection{display:flex;align-items:center;gap:14px;padding:19px 22px;border-bottom:1px solid var(--line)}.record-row:last-child,.connection:last-child{border-bottom:0}.record-row>div,.connection>div{margin-right:auto}.record-row button,.more{border:0;background:transparent;color:#176d5a;font:600 12px "DM Sans"}.permission-panel{display:flex;gap:16px;align-items:center;background:#f0f8f4;margin-bottom:18px}.permission-panel h2{margin-bottom:6px}.permission-panel p{margin:0;color:#617572;font-size:13px;max-width:590px}.permission-panel .link-button{margin-left:auto;white-space:nowrap}.shield{color:#1b735b;font-size:31px}.connected{font:500 11px "DM Mono";color:#278066}.more{font-size:16px;color:#7d8986}.ai-notice{display:flex;gap:10px;background:#fff5df;color:#6a5931;padding:13px 17px;border-radius:8px;font-size:13px;margin-bottom:20px}.ai-notice p{margin:0}.insight-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:17px}.insight-card{padding:25px;min-height:250px}.insight-card.featured{background:#dff3e8;border-color:#d3e9dc}.insight-card h2{font-size:24px;line-height:1.18}.insight-card p:not(.eyebrow){color:#536c66;line-height:1.5;font-size:14px}.small{padding:10px 14px;margin-top:7px}.ask-card{margin-top:18px;padding:25px;display:flex;justify-content:space-between;align-items:center}.ask-card h2{margin:0 0 5px}.ask-card p{color:#71817e;margin:0;font-size:13px}.ask-star{color:#1e785d;font-size:21px;float:left;margin-right:8px}.ask-input{border:1px solid #d9dfd9;border-radius:7px;padding:5px 5px 5px 13px;display:flex;width:41%;background:#fff}.ask-input input{border:0;outline:0;font:13px "DM Sans";width:100%}.ask-input button{border:0;background:var(--green);color:#fff;border-radius:5px;width:29px;height:29px;font-size:17px}dialog{border:0;border-radius:13px;padding:0;width:min(470px,calc(100% - 30px));box-shadow:0 20px 70px #1b312c55}dialog::backdrop{background:#153b3590}dialog form{padding:32px;position:relative}dialog h2{font:600 28px Fraunces,serif;margin:0 0 9px;letter-spacing:-1px}.dialog-copy{line-height:1.5;color:#637473;font-size:14px;margin:0 0 24px}.dialog-close{position:absolute;right:17px;top:13px;border:0;background:transparent;font-size:28px;color:#778481}.search{display:flex;align-items:center;border:1px solid #ccd7d1;border-radius:7px;padding:0 10px;margin:7px 0 15px}.search input{border:0;outline:0;padding:12px 8px;font:14px "DM Sans";width:100%}dialog label{font-size:13px;font-weight:600}.provider-options{display:grid;gap:8px}.provider-choice{background:#fff;border:1px solid #e0e6e0;border-radius:8px;padding:11px;display:flex;align-items:center;gap:10px;text-align:left}.provider-choice small,.provider-choice b{display:block}.provider-choice small{font-size:11px;color:#6d7b78;margin-top:2px}.provider-choice em{font-style:normal;margin-left:auto;color:#2a755e}.consent{color:#5b776e;font-size:12px;margin:20px 0 0}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,120px);background:#153d38;color:white;border-radius:7px;padding:12px 17px;font-size:13px;box-shadow:0 6px 18px #0002;transition:transform .25s}.toast.show{transform:translate(-50%,0)}
.site-footer{border-top:1px solid var(--line);color:#82908d;font-size:12px;margin-top:42px;padding:22px 0 0;display:flex;gap:8px}.site-footer a{color:#26745e;font-weight:600;text-decoration:none}.site-footer a:hover{text-decoration:underline}
@media(max-width:900px){.sidebar{width:68px;padding:24px 9px}.brand{padding:0;justify-content:center}.brand>span:last-child,.nav-link:not(.profile)>:not(:first-child),.profile>span:not(.avatar),.profile b{display:none}.sidebar nav .nav-link{justify-content:center;padding:12px}.sidebar-bottom .nav-link{justify-content:center}.profile{justify-content:center;padding-left:0;padding-right:0}.sidebar .brand{margin-bottom:45px}main{margin-left:68px;width:calc(100% - 68px);padding:0 5%}.content-grid{grid-template-columns:1fr}.providers-panel{display:none}}@media(max-width:620px){.sidebar{display:none}main{margin:0;width:100%;padding:0 18px 45px}.topbar{height:65px}.menu-button{display:block;border:0;background:none;font-size:20px;color:var(--green);margin-right:12px}.hero-row,.page-heading{margin:24px 0;align-items:flex-start;gap:18px;flex-direction:column}.hero-row h1,.page-heading h1{font-size:35px}.primary{padding:12px 14px}.attention-card{padding:17px;align-items:flex-start}.attention-card .text-button{display:none}.stat-grid,.insight-grid{grid-template-columns:1fr}.stat-card{min-height:170px}.stat-card:nth-child(3){display:none}.timeline-panel{padding:18px}.timeline article{grid-template-columns:30px 1fr}.timeline time{display:none}.ask-card{display:block}.ask-input{width:100%;margin-top:18px}.record-tabs{overflow:auto}.permission-panel{align-items:flex-start}.permission-panel .link-button{display:none}.connection{padding:16px}.connected{display:none}.secure-note{font-size:10px}.record-row{padding:15px}.record-row .tag{display:none}.site-footer{margin-top:28px;padding-top:17px;flex-wrap:wrap;gap:5px}.footer-divider{display:none}}
