:root{color-scheme:light;--bg:#eef3f7;--surface:#ffffff;--ink:#132638;--muted:#4b6479;--line:#d7e1ea;--brand:#0d6d91;--brand-2:#0a8cb7;--ok:#157347;--notice:#8a6500;--warn:#a54f00;--error:#a11c1c}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at top right,#f7fbff 0,var(--bg) 58%,#e8eff6 100%)}a{color:inherit}main{width:min(1100px,100% - 2rem);margin:1.5rem auto 2.5rem}.hero{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1.1rem 1.25rem;box-shadow:0 14px 40px rgba(13,40,58,.07)}.hero-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.hero-copy{flex:1 1 auto;min-width:0}.hero-badge-wrap{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center}.hero-hipaa-badge{width:min(230px,32vw);max-width:100%;height:auto;border:1px solid var(--line);border-radius:10px;background:#fff;display:block}.hero h1{margin:0;color:var(--brand);letter-spacing:.2px;font-size:clamp(1.2rem,2vw,1.6rem)}.hero p{margin:.45rem 0 0;color:var(--muted)}.hero-hipaa-note{margin-top:.7rem}.usage-steps{margin:.7rem 0 0;padding-left:1.1rem;color:#3f586b;font-size:.95rem}.usage-steps li{margin:.22rem 0}.grid{margin-top:1rem;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem;gap:1rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1rem;box-shadow:0 8px 28px rgba(10,32,46,.05);position:relative}.card-loading{filter:grayscale(.2)}.loading-overlay{position:absolute;inset:0;background:rgba(240,246,252,.82);border-radius:14px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;color:#3c556a;z-index:3;pointer-events:all}.col-4{grid-column:span 4}.col-8{grid-column:span 8}.col-12{grid-column:span 12}label{display:block;margin:0 0 .3rem;font-size:.86rem;color:var(--muted)}.label-row{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.required-flag{color:var(--error);font-size:.78rem;font-weight:700}button,input,select,textarea{font:inherit}.date-input,.input{width:100%;border:1px solid #bccbda;border-radius:10px;padding:.56rem .66rem;background:#fff;color:var(--ink)}.date-input:focus,.input:focus{outline:2px solid #9dd6ea;border-color:var(--brand-2)}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}.range-tabs{display:inline-flex;align-items:center;gap:.45rem;padding:.22rem;border:1px solid #c8d9e8;border-radius:999px;background:#f4f8fc;margin-top:.75rem}.range-tab{border:1px solid transparent;border-radius:999px;padding:.4rem .8rem;background:transparent;color:#25445b;font-weight:600;cursor:pointer}.range-tab:hover:not(:disabled){background:#e7f0f8}.range-tab-active{background:linear-gradient(135deg,var(--brand) 0,var(--brand-2) 100%);color:#fff}.range-tab:disabled{opacity:.6;cursor:not-allowed}.link-button{margin-top:.45rem;border:0;background:transparent;padding:0;color:var(--brand);text-decoration:underline;cursor:pointer;font-size:.84rem}.subtle-link-button{margin-top:.35rem;color:#5c7286;text-decoration:none;font-size:.8rem}.subtle-link-button:hover{color:var(--brand);text-decoration:underline}.calendar-panel{margin-top:.55rem;border:1px solid #c8d8e6;border-radius:12px;background:#f8fbff;padding:.65rem}.calendar-toolbar{display:grid;grid-template-columns:auto 1fr 1fr auto;grid-gap:.42rem;gap:.42rem;align-items:center}.calendar-select{padding-top:.45rem;padding-bottom:.45rem}.btn-calendar-nav{min-width:40px;padding:.48rem .6rem}.calendar-grid{margin-top:.52rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.26rem;gap:.26rem}.calendar-weekdays{margin-top:.62rem}.calendar-weekday{text-align:center;font-size:.78rem;font-weight:700;color:#4f6a80}.calendar-day{border:1px solid #ccdae8;border-radius:8px;background:#fff;color:#173246;min-height:33px;cursor:pointer}.calendar-day:hover:not(:disabled){border-color:#7ec3dc;background:#f0fbff}.calendar-day:disabled{cursor:default;border-color:#e6eef6;background:#f8fbff}.calendar-day-selected{background:linear-gradient(135deg,var(--brand) 0,var(--brand-2) 100%);border-color:#0f7396;color:#fff;font-weight:700}.btn{border:1px solid transparent;border-radius:10px;padding:.52rem .86rem;cursor:pointer;font-weight:600}.btn-primary{background:linear-gradient(135deg,var(--brand) 0,var(--brand-2) 100%);color:#fff}.btn-secondary{background:#f4f8fc;color:#163249;border-color:#c8d9e8}.btn-danger{background:#fff5f5;color:var(--error);border-color:#f3caca}.btn:disabled{opacity:.55;cursor:not-allowed}.subtle{color:var(--muted);font-size:.84rem}.file-list{margin:.8rem 0 0;max-height:180px;overflow:auto;border:1px dashed #c7d5e3;border-radius:10px;padding:.6rem;background:#fbfdff}.file-list ul{margin:0;padding-left:1rem}.file-list li{margin:.24rem 0}.progress-wrap{margin-top:.9rem}.progress-track{width:100%;height:12px;border-radius:999px;background:#d9e7f3;overflow:hidden}.progress-value{height:100%;width:0;background:linear-gradient(90deg,#0f7599,#2fb8d8);transition:width .18s ease}.phase{margin-top:.45rem;color:var(--muted);font-size:.9rem}.badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.badge-ok{background:#ebf8ef;color:var(--ok)}.badge-warn{background:#fff4e8;color:var(--warn)}.badge-error{background:#fdeeee;color:var(--error)}.preview-shell{display:grid;grid-template-columns:1fr;grid-gap:.8rem;gap:.8rem}.preview-frame{display:block;width:100%;min-height:74vh;border:1px solid #c7d6e4;border-radius:10px;background:#fff}.notes{margin:.35rem 0 0;padding-left:1rem}.notes li{margin:.25rem 0;color:var(--muted)}.stale-data-age{font-weight:900}.stale-data-age-notice{color:#f2b600}.stale-data-age-warning{color:#ff6a00}.stale-data-age-critical{color:#ff1f1f}.notes li.mixed-data-warning,.notes li.therapy-change-warning{color:var(--warn);font-weight:700}.stale-data-detail{display:inline}.stale-data-context{display:inline-block;margin-top:.1rem;color:var(--muted);font-weight:600}.legal-notice{background:#f8fafc;border-color:#dde5ec}.legal-notice .notes li{color:#6f7f8e}.legal-notice a{color:#5e7286}.affiliate-card{padding:.78rem;overflow:hidden;background:linear-gradient(135deg,#f8fcff,#eef8f7);border-color:#c5dce8}.affiliate-disclosure summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.72rem;gap:.72rem;min-height:64px;padding:.72rem .82rem;border:1px solid #c6ddec;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(16,45,66,.08);cursor:pointer;list-style:none}.affiliate-disclosure summary::-webkit-details-marker{display:none}.affiliate-disclosure summary:before{content:"▸ ";display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:999px;background:#e7f3f2;color:#135f72;font-weight:900}.affiliate-disclosure[open] summary:before{content:"▾ "}.affiliate-summary-copy{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0}.affiliate-summary-title{color:#17354a;font-size:1rem;font-weight:900}.affiliate-summary-pill{justify-self:end;border:1px solid #b8ddcf;border-radius:999px;padding:.28rem .68rem;background:#ecf8f3;color:#17634d;font-size:.78rem;font-weight:800;white-space:nowrap}.card-reader-list{display:grid;grid-gap:.82rem;gap:.82rem;margin-top:.78rem}.card-reader-item{display:grid;grid-template-columns:minmax(0,1fr) 152px;align-items:center;grid-gap:1rem;gap:1rem;min-height:138px;padding:.78rem 1rem .78rem 1.22rem;border:1px solid #bed8e8;border-radius:14px;background:linear-gradient(135deg,#fff,#f7fbff);color:inherit;text-decoration:none;box-shadow:0 6px 18px rgba(16,45,66,.06);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.card-reader-item:hover{border-color:#75bdd6;box-shadow:0 8px 22px rgba(10,108,145,.12);transform:translateY(-1px)}.card-reader-copy{display:grid;grid-gap:.34rem;gap:.34rem;min-width:0}.card-reader-copy strong{color:#18384e;font-size:1rem;line-height:1.2}.card-reader-description{color:#526c80;font-size:.84rem;line-height:1.35}.card-reader-cta{width:-moz-fit-content;width:fit-content;margin-top:.12rem;border:1px solid #a9d6e6;border-radius:999px;padding:.28rem .68rem;background:#f0fbff;color:#0d6d91;font-size:.78rem;font-weight:800}.card-reader-media{display:flex;align-items:center;justify-content:center;width:152px;height:112px;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px #d8e7f0}.card-reader-image{display:block;max-width:132px;max-height:102px;width:100%;height:100%;object-fit:contain;border-radius:10px}.affiliate-note{margin:.62rem 0 0;color:#6a7f90;font-size:.78rem}.legal-disclosure summary{cursor:pointer;color:#5f6f7e;font-size:.9rem;font-weight:600;list-style:none}.legal-disclosure summary::-webkit-details-marker{display:none}.legal-disclosure summary:before{content:"▸ ";display:inline-block}.legal-disclosure[open] summary:before{content:"▾ "}.legal-disclosure .notes{margin-top:.55rem}@media (max-width:930px){.hero-row{flex-direction:column;align-items:flex-start}.hero-badge-wrap{width:100%;justify-content:flex-start}.hero-hipaa-badge{width:min(220px,68vw)}.col-4,.col-8{grid-column:span 12}.affiliate-disclosure summary{gap:.58rem;padding:.68rem}.affiliate-summary-pill{padding-right:.55rem;padding-left:.55rem}.card-reader-item{gap:.65rem;grid-template-columns:minmax(0,1fr) 112px;min-height:116px;padding:.62rem .7rem .62rem .9rem}.card-reader-media{width:112px;height:86px}.card-reader-image{max-width:96px;max-height:78px}}@media (max-width:560px){.affiliate-disclosure summary{grid-template-columns:auto minmax(0,1fr)}.affiliate-summary-pill{grid-column:2;justify-self:start}.card-reader-item{grid-template-columns:minmax(0,1fr) 88px;min-height:108px;padding:.6rem .58rem .6rem .78rem}.card-reader-copy{gap:.26rem}.card-reader-copy strong{font-size:.94rem}.card-reader-description{font-size:.8rem}.card-reader-media{width:88px;height:74px}.card-reader-image{max-width:78px;max-height:68px}}