@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{--green:#21d19f;--green-dark:#109f78;--green-ink:#087357;--green-soft:#e9fbf5;--ink:#18342c;--muted:#6f817b;--canvas:#f6faf8;--white:#fff;--line:#dce9e4;--line-strong:#c8dad3;--danger:#c94747;--shadow:0 16px 50px #18342c14}*{box-sizing:border-box}html{background:var(--canvas)}body{background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline-offset:2px;outline:3px solid #21d19f59}.skip-link{z-index:100;border:2px solid var(--green-dark);background:#fff;border-radius:7px;padding:9px 12px;font-size:11px;font-weight:800;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}h1,h2,h3{text-wrap:balance}.mp-app{min-height:100vh}.mp-topbar{border-bottom:1px solid var(--line);z-index:30;background:#fff;align-items:center;height:66px;padding:0 max(24px,50vw - 720px);display:flex;position:sticky;top:0}.mp-brand{align-items:center;gap:3px;min-width:210px;font-family:Manrope;display:flex}.mp-brand strong{letter-spacing:-.04em;font-size:19px}.mp-brand-plus{color:var(--green);margin-right:-1px;font-size:24px;font-weight:800}.mp-brand i{background:var(--line-strong);width:1px;height:21px;margin:0 8px}.mp-brand>span:last-child{color:#71827c;font-size:12px;font-weight:700}.mp-topbar nav{gap:8px;height:100%;display:flex}.mp-topbar nav a{color:#6a7c76;border-bottom:2px solid #0000;align-items:center;gap:8px;height:100%;padding:0 15px;font-size:13px;font-weight:700;display:flex}.mp-topbar nav a:hover{color:var(--green-ink);background:#fbfefd}.mp-topbar nav a.active{color:var(--green-ink);border-color:var(--green)}.mp-account{align-items:center;gap:10px;margin-left:auto;display:flex}.plan-badge,.pending-badge{background:var(--green-soft);color:var(--green-ink);text-transform:uppercase;letter-spacing:.05em;border:1px solid #c8e6dc;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.plan-badge.premium{background:var(--green);color:#073e2d;border-color:var(--green)}.avatar-button{background:var(--ink);color:#fff;border:0;border-radius:50%;width:34px;height:34px;font-weight:800}.logout-button{color:#71827c;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.logout-button:hover{color:var(--green-ink);background:var(--green-soft)}.verification-strip,.verified-strip{background:var(--green-soft);border-bottom:1px solid #bde8da;align-items:center;gap:12px;min-height:58px;padding:9px max(24px,50vw - 640px);display:flex}.verification-icon{width:34px;height:34px;color:var(--green-ink);background:#fff;border:1px solid #cceadf;border-radius:8px;flex:none;place-items:center;display:grid}.verification-strip>div:nth-child(2){flex:1;align-items:baseline;gap:10px;min-width:0;display:flex}.verification-strip strong{white-space:nowrap;font-size:12px}.verification-strip span{color:#557169;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.verification-strip>button{background:var(--ink);color:#fff;border:0;border-radius:7px;padding:8px 12px;font-size:11px;font-weight:700}.verified-strip{min-height:38px;color:var(--green-ink);justify-content:center;padding-top:7px;padding-bottom:7px;font-size:11px;font-weight:700}.workspace-page{max-width:1280px;margin:0 auto;padding:40px 24px 70px}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.page-heading h1{letter-spacing:-.045em;margin:5px 0 7px;font-family:Manrope;font-size:31px;line-height:1.1}.page-heading p{color:var(--muted);margin:0;font-size:13px}.page-eyebrow{color:var(--green-ink);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:800}.usage-pill{grid-template-columns:1fr auto;align-items:center;gap:2px 10px;width:178px;display:grid}.usage-pill>span{background:var(--green);border-radius:4px;grid-column:1/-1;height:4px;position:relative}.usage-pill>span:after{content:"";z-index:-1;background:#dbe7e2;height:4px;position:absolute;top:0;left:100%;right:calc(100% - 178px)}.usage-pill b{font-size:13px}.usage-pill small{color:var(--muted);text-align:right;font-size:10px}.report-progress{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:repeat(4,1fr);margin-bottom:18px;display:grid;overflow:hidden}.report-progress button{color:#82918c;text-align:left;background:#fff;border:0;height:52px;padding:0 18px;font-size:12px;font-weight:700;position:relative}.report-progress button:not(:last-child):after{content:"";background:var(--line);width:1px;height:26px;position:absolute;top:13px;right:0}.report-progress button i{background:0 0;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:18px;right:18px}.report-progress button.active{color:var(--ink);background:#fbfefd}.report-progress button.active i{background:var(--green)}.report-progress button.complete{color:var(--green-ink)}.report-progress button.complete span{align-items:center;gap:6px;display:flex}.inline-notice,.success-banner{background:var(--green-soft);color:var(--green-ink);border:1px solid #bee7d9;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:10px 13px;font-size:12px;font-weight:600;display:flex}.inline-notice button{color:var(--green-ink);background:0 0;border:0;font-size:20px;line-height:1}.step-panel{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:470px;padding:30px;box-shadow:0 9px 32px #18342c0a}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:25px;padding-bottom:23px;display:flex}.panel-heading span,.image-uploader>div>span{color:var(--green-ink);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:800}.panel-heading h2{letter-spacing:-.035em;margin:5px 0 0;font-family:Manrope;font-size:22px}.panel-heading p{color:var(--muted);margin:5px 0 0;font-size:12px}.patient-lookup{display:flex}.patient-lookup input{width:165px;border-radius:7px 0 0 7px!important}.patient-lookup button{background:var(--ink);color:#fff;border:0;border-radius:0 7px 7px 0;padding:0 12px;font-size:11px;font-weight:700}.field-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;display:grid}.form-field{gap:7px;display:grid}.form-field>span,.finding-text>span{color:#4e655e;font-size:11px;font-weight:800}.form-field em{color:var(--green-dark);margin-left:3px;font-style:normal}.form-field input,.form-field select,.layout-select select,.layout-panel input{border:1px solid var(--line-strong);width:100%;height:44px;color:var(--ink);background:#fff;border-radius:7px;outline:0;padding:0 12px;font-size:13px}.form-field input:focus,.form-field select:focus,.layout-select select:focus,.layout-panel input:focus,.finding-text textarea:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #21d19f21}.form-field input[readonly]{color:#798b85;background:#f5f8f7}.template-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.template-grid>button{border:1px solid var(--line);min-height:82px;color:var(--ink);text-align:left;background:#fff;border-radius:9px;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:14px;display:grid}.template-grid>button:hover{background:#fbfefd;border-color:#9edbc8}.template-grid>button.selected{border-color:var(--green);background:var(--green-soft);box-shadow:inset 0 0 0 1px var(--green)}.template-icon{color:#668078;background:#eef4f1;border-radius:7px;place-items:center;width:37px;height:37px;display:grid}.selected .template-icon{color:var(--green-ink);background:#fff}.template-grid b,.template-grid small{display:block}.template-grid b{margin-bottom:4px;font-size:12px}.template-grid small{color:var(--muted);font-size:10px}.image-uploader{background:#fbfefd;border:1px dashed #b9d4ca;border-radius:10px;justify-content:space-between;align-items:center;margin-top:26px;padding:18px;display:flex}.image-uploader h3{margin:4px 0;font-family:Manrope;font-size:16px}.image-uploader p{color:var(--muted);margin:0;font-size:11px}.upload-button{background:var(--green);color:#073e2d;cursor:pointer;border-radius:7px;align-items:center;gap:7px;padding:10px 13px;font-size:11px;font-weight:800;display:flex}.upload-button input{display:none}.selected-files{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.selected-files>span{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;gap:7px;padding:7px 9px;font-size:10px;display:flex}.selected-files b{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.selected-files button{color:#71827c;background:0 0;border:0}.findings-workspace{border:1px solid var(--line);min-height:590px;box-shadow:var(--shadow);background:#fff;border-radius:12px;grid-template-columns:280px minmax(400px,1fr);display:grid;overflow:hidden}.outline-panel{border-right:1px solid var(--line);background:#f8fbfa;padding:20px}.outline-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.outline-heading span,.outline-preview>span{color:var(--green-ink);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.outline-heading b{color:#81918c;font-size:10px}.layout-select{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:12px;padding:12px}.layout-select label{margin-bottom:7px;font-size:11px;font-weight:800;display:block}.layout-select select{height:38px;padding:0 8px;font-size:11px}.layout-select small{color:#7b8d87;margin-top:7px;font-size:9px;line-height:1.45;display:block}.layout-save{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;margin-bottom:15px;padding:12px;display:grid}.layout-save label{color:var(--ink);font-size:11px;font-weight:800;display:block}.layout-save input{border:1px solid var(--line-strong);background:#fff;border-radius:7px;outline:0;width:100%;height:38px;padding:0 10px;font-size:11px}.layout-save input:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #21d19f21}.layout-save button{background:var(--green);color:#073e2d;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;width:100%;height:38px;font-size:11px;font-weight:800;display:flex}.layout-save button:hover{background:#1bc493}.patient-lookup-wrapper{width:100%;position:relative}.patient-search-input{border:1px solid var(--line-strong);background:#fff;border-radius:8px;outline:0;width:100%;height:44px;padding:0 16px;font-size:13px;transition:all .2s}.patient-search-input:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #21d19f26}.patient-dropdown{border:1px solid var(--line);box-shadow:var(--shadow);z-index:100;background:#fff;border-radius:8px;max-height:280px;padding:6px 0;position:absolute;top:48px;left:0;right:0;overflow-y:auto}.patient-dropdown-item{cursor:pointer;text-align:left;border-bottom:1px solid #f5faf8;flex-direction:column;padding:10px 16px;transition:background .15s;display:flex}.patient-dropdown-item:last-child{border-bottom:0}.patient-dropdown-item:hover{background:var(--green-soft)}.patient-dropdown-header{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}.patient-dropdown-name{color:var(--ink);font-size:13px;font-weight:700}.patient-dropdown-id{color:var(--green-ink);background:var(--green-soft);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:800}.patient-dropdown-meta{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.patient-dropdown-empty{text-align:center;color:var(--muted);padding:16px;font-size:12px}.section-list{gap:4px;display:grid}.section-list>button{color:#62766f;text-align:left;background:0 0;border:0;border-radius:7px;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;width:100%;padding:9px 8px;display:grid}.section-list>button:hover{background:#fff}.section-list>button.active{color:var(--green-ink);background:#fff;box-shadow:0 2px 9px #18342c0f}.section-list>button>span{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:23px;height:23px;font-size:9px;font-weight:800;display:grid}.section-list b,.section-list small{min-width:0;display:block}.section-list b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.section-list small{color:#91a09b;margin-top:2px;font-size:9px}.add-section-button{width:100%;color:var(--green-ink);background:0 0;border:1px dashed #abcbbf;border-radius:7px;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:9px;font-size:10px;font-weight:800;display:flex}.section-editor{min-width:0;padding:26px 30px}.editor-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.editor-heading span{color:var(--green-ink);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.editor-heading input{min-width:280px;color:var(--ink);letter-spacing:-.035em;border:0;border-bottom:1px solid #0000;outline:0;font-family:Manrope;font-size:22px;font-weight:700}.editor-heading input:focus{border-color:var(--green)}.icon-button{border:1px solid var(--line);color:#71827c;background:#fff;border-radius:7px;place-items:center;width:35px;height:35px;display:grid}.icon-button.danger:hover{color:var(--danger);border-color:#e6bcbc}.suggestion-box{background:var(--green-soft);border:1px solid #c8e9de;border-radius:9px;margin-bottom:17px;padding:13px}.suggestion-box>div:first-child{color:var(--green-ink);align-items:center;gap:6px;font-size:10px;display:flex}.suggestion-box>div:first-child span{color:#69827a;margin-left:auto;font-weight:500}.suggestion-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.suggestion-chips button{color:#2e6453;background:#fff;border:1px solid #afe0d0;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;font-weight:700;display:flex}.suggestion-chips button:hover{border-color:var(--green);color:var(--green-ink)}.finding-text{gap:8px;display:grid}.finding-text textarea{resize:vertical;border:1px solid var(--line-strong);width:100%;color:var(--ink);border-radius:8px;outline:0;padding:13px;font-size:13px;line-height:1.65}.editor-tools{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.editor-tools button{color:var(--green-ink);background:0 0;border:0;align-items:center;gap:5px;font-size:10px;font-weight:800;display:flex}.editor-tools span{color:#8a9994;font-size:9px}.report-actions{align-items:center;gap:14px;margin-top:16px;display:flex}.report-actions>span{color:#80918b;text-align:center;flex:1;font-size:10px}.button-primary,.button-secondary{border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:11px;font-weight:800;display:inline-flex}.button-primary{background:var(--green);color:#073e2d;border:0}.button-primary:hover{background:#1bc493}.button-secondary{border:1px solid var(--line-strong);color:#546b63;background:#fff}.button-primary:disabled,.button-secondary:disabled{cursor:not-allowed;opacity:.45}.review-layout{grid-template-columns:minmax(0,1fr) 300px;gap:18px;display:grid}.review-paper,.review-sidebar{border:1px solid var(--line);background:#fff;border-radius:11px}.review-paper{padding:28px 32px}.review-paper>header{border-bottom:4px solid var(--green);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.review-paper header span,.review-paper header b{display:block}.review-paper header span{color:var(--green-ink);letter-spacing:.1em;font-size:10px;font-weight:800}.review-paper header b{margin-top:4px;font-size:12px}.review-status{background:var(--green-soft);border:1px solid #bce5d7;border-radius:999px;padding:6px 9px;letter-spacing:0!important}.patient-summary{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:10px;padding:18px 0;display:grid}.patient-summary small,.patient-summary b{display:block}.patient-summary small{color:var(--muted);font-size:9px}.patient-summary b{margin-top:3px;font-size:11px}.review-paper h3{margin:22px 0 15px;font-family:Manrope;font-size:17px}.review-paper article{border-top:1px solid #edf3f0;grid-template-columns:160px 1fr;gap:18px;padding:11px 0;display:grid}.review-paper article>b{color:#587068;text-transform:uppercase;font-size:10px}.review-paper article p{margin:0;font-size:11px;line-height:1.55}.review-paper article em{color:#9aa8a3}.review-sidebar{align-self:start;padding:25px}.review-sidebar h2{margin:0 0 9px;font-family:Manrope;font-size:20px}.review-sidebar p{color:var(--muted);font-size:11px;line-height:1.6}.review-sidebar ul{border-top:1px solid var(--line);gap:11px;margin:16px 0 0;padding:14px 0 0;list-style:none;display:grid}.review-sidebar li{color:#4e655e;align-items:center;gap:8px;font-size:10px;display:flex}.review-sidebar li svg{color:var(--green-dark)}.archive-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px;display:grid}.archive-stats article{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:13px;padding:16px;display:flex}.archive-stats article>svg,.green-dot{width:34px;height:34px;color:var(--green-ink);background:var(--green-soft);border-radius:7px;padding:8px}.green-dot{position:relative}.green-dot:after{content:"";background:var(--green);border-radius:50%;width:9px;height:9px;position:absolute;top:12px;left:12px}.archive-stats small,.archive-stats b{display:block}.archive-stats small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px}.archive-stats b{margin-top:3px;font-size:15px}.archive-toolbar{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.archive-toolbar label{border:1px solid var(--line-strong);color:#7e8e89;background:#fff;border-radius:7px;align-items:center;gap:8px;width:360px;height:40px;padding:0 11px;display:flex}.archive-toolbar input{border:0;outline:0;flex:1;min-width:0;font-size:12px}.archive-toolbar>span{color:var(--muted);font-size:10px}.report-table{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.report-row{border-top:1px solid #eaf1ee;grid-template-columns:.7fr 1.2fr 1.2fr .8fr 1fr;align-items:center;gap:14px;min-height:65px;padding:0 18px;display:grid}.report-row:not(.table-head){content-visibility:auto;contain-intrinsic-size:65px}.report-row:first-child{border:0}.report-row.table-head{color:#71837d;text-transform:uppercase;letter-spacing:.07em;background:#f7faf9;min-height:39px;font-size:9px;font-weight:800}.report-row b,.report-row small{display:block}.report-row b{font-size:11px}.report-row small{color:#85958f;margin-top:3px;font-size:9px}.report-row a{color:var(--green-ink);align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.empty-archive{text-align:center;color:#7d8f88;background:#fff;border:1px dashed #bdd3ca;border-radius:10px;align-content:center;place-items:center;min-height:330px;display:grid}.empty-archive h2{color:var(--ink);margin:12px 0 3px;font-family:Manrope;font-size:18px}.empty-archive p{font-size:11px}.settings-grid{grid-template-columns:1fr 1.25fr;align-items:start;gap:14px;display:grid}.settings-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:23px}.settings-card-heading{border-bottom:1px solid var(--line);align-items:flex-start;gap:11px;margin-bottom:18px;padding-bottom:17px;display:flex}.settings-icon{background:var(--green-soft);width:36px;height:36px;color:var(--green-ink);border-radius:8px;flex:none;place-items:center;display:grid}.settings-card h2{margin:0 0 3px;font-family:Manrope;font-size:17px}.settings-card-heading p{color:var(--muted);margin:0;font-size:10px}.settings-card>.button-primary{margin-top:14px}.verification-card{grid-row:span 2}.locked-preview{border:1px solid var(--line);background:#f7faf9;border-radius:8px;align-items:flex-start;gap:11px;padding:14px;display:flex}.locked-preview svg{color:#71847d;flex:none}.locked-preview b{font-size:11px}.locked-preview p{color:var(--muted);margin:3px 0 0;font-size:10px;line-height:1.5}.verification-checklist{gap:10px;margin:0;padding:16px 0;list-style:none;display:grid}.verification-checklist li{color:#566d65;align-items:center;gap:9px;font-size:10px;display:flex}.verification-checklist span{width:22px;height:22px;color:var(--green-ink);border:1px solid #bcd8ce;border-radius:50%;place-items:center;font-size:9px;font-weight:800;display:grid}.pending-button{background:var(--green-soft);color:var(--green-ink);border:1px solid #bee6d8;border-radius:7px;padding:10px 13px;font-size:11px;font-weight:800}.verified-details{gap:9px;display:grid}.verified-details span{color:#526961;grid-template-columns:18px 1fr;gap:8px;font-size:10px;display:grid}.verified-details svg{width:15px;color:var(--green-dark)}.verified-details b{color:var(--ink);grid-column:2;margin-top:-5px}.policy-row{border-top:1px solid #edf3f0;justify-content:space-between;gap:15px;padding:11px 0;font-size:10px;display:flex}.policy-row:first-of-type{border:0}.policy-row span{color:var(--muted)}.policy-row b{color:var(--green-ink);text-align:right}.workspace-state,.app-loading{text-align:center;background:var(--canvas);align-content:center;place-items:center;min-height:100vh;display:grid}.state-spinner,.loading-mark{background:var(--green);color:#073e2d;border-radius:9px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.state-spinner{border:3px solid #c9eee2;border-top-color:var(--green-dark);background:0 0;border-radius:50%;animation:.7s linear infinite spin}.workspace-state p,.app-loading p{color:var(--muted);font-size:11px}.workspace-state.error h1{font-family:Manrope;font-size:22px}.workspace-state.error button{background:var(--green);border:0;border-radius:7px;padding:9px 13px;font-weight:800}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{background:#102d25;grid-template-columns:minmax(420px,.9fr) minmax(540px,1.1fr);min-height:100vh;display:grid;position:relative}.auth-shell:before{content:"";pointer-events:none;background-image:linear-gradient(#21d19f12 1px,#0000 1px),linear-gradient(90deg,#21d19f12 1px,#0000 1px);background-size:42px 42px;position:fixed;inset:0 50% 0 0;-webkit-mask-image:linear-gradient(to bottom right,#000,#0000 78%);mask-image:linear-gradient(to bottom right,#000,#0000 78%)}.auth-logo{z-index:2;color:#fff;align-items:center;gap:3px;font-family:Manrope;display:flex;position:absolute;top:28px;left:36px}.auth-logo>span{color:var(--green);font-size:24px;font-weight:800}.auth-logo strong{letter-spacing:-.04em;font-size:19px}.auth-logo i{background:#ffffff40;width:1px;height:20px;margin:0 8px}.auth-logo em{color:#aec1bb;font-size:11px;font-style:normal;font-weight:700}.auth-story{color:#fff;z-index:1;align-self:center;padding:110px 8vw 70px;position:relative}.auth-kicker{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.auth-story h1{color:#fff;letter-spacing:-.055em;margin:18px 0 22px;font-family:Manrope;font-size:clamp(38px,4.4vw,60px);line-height:1.06}.auth-story>p{color:#aec1bb;max-width:520px;font-size:15px;line-height:1.7}.auth-points{gap:10px;margin-top:34px;display:grid}.auth-points span{color:#d9e7e2;align-items:center;gap:9px;font-size:12px;display:flex}.auth-points svg{width:17px;color:var(--green)}.auth-form-panel{background:var(--canvas);flex-direction:column;justify-content:center;padding:75px clamp(38px,8vw,115px);display:flex}.auth-form-heading{align-items:center;gap:13px;margin-bottom:28px;display:flex}.auth-form-mark{width:40px;height:40px;color:var(--green-ink);background:var(--green-soft);border-radius:8px;place-items:center;display:grid}.auth-form-mark svg{width:19px}.auth-form-heading h2{letter-spacing:-.04em;margin:0 0 3px;font-family:Manrope;font-size:25px}.auth-form-heading p{color:var(--muted);margin:0;font-size:11px}.auth-form-heading a{color:var(--green-ink);font-weight:800}.next-auth-form{gap:16px;max-width:590px;display:grid}.next-auth-form>label,.auth-field-pair>label{gap:7px;display:grid}.next-auth-form label>span{color:#526961;justify-content:space-between;font-size:10px;font-weight:800;display:flex}.next-auth-form label>span button{color:var(--green-ink);background:0 0;border:0;padding:0;font-size:10px;font-weight:800}.next-auth-form label>span small{color:#8b9b96;font-weight:500}.next-auth-form label>div{border:1px solid var(--line-strong);background:#fff;border-radius:7px;align-items:center;gap:9px;height:45px;padding:0 11px;display:flex}.next-auth-form label>div:focus-within{border-color:var(--green-dark);box-shadow:0 0 0 3px #21d19f21}.next-auth-form label>div>svg{color:#81928c;flex:none;width:16px}.next-auth-form input,.next-auth-form select{width:100%;height:100%;color:var(--ink);background:#fff;border:0;outline:0;font-size:12px}.next-auth-form>label>select,.auth-field-pair>label>select{border:1px solid var(--line-strong);border-radius:7px;height:45px;padding:0 10px}.password-toggle{color:#73867f;background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.password-toggle svg{width:16px}.auth-message{background:var(--green-soft);color:var(--green-ink);border:1px solid #bee7d9;border-radius:7px;padding:10px 12px;font-size:10px}.auth-submit{background:var(--green);color:#073e2d;border:0;border-radius:7px;justify-content:space-between;align-items:center;width:100%;height:46px;padding:0 15px;font-size:11px;font-weight:800;display:flex}.auth-submit svg{width:17px}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-field-pair{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-terms{color:#81918c;text-align:center;font-size:9px}@media (max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-shell:before{inset:0}.auth-story{padding:120px 8vw 60px}.auth-form-panel{padding:60px 8vw}.field-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1050px){.findings-workspace{grid-template-columns:240px minmax(0,1fr)}.template-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.mp-topbar{padding:0 14px}.mp-brand{min-width:0}.mp-brand>span:last-child,.mp-brand i,.mp-topbar nav a{gap:0;padding:0 10px;font-size:0}.mp-topbar nav a svg{width:19px;height:19px}.plan-badge{display:none}.verification-strip{align-items:flex-start;padding:10px 14px}.verification-strip>div:nth-child(2){display:block}.verification-strip strong,.verification-strip span{white-space:normal;display:block}.verification-strip>button{white-space:nowrap}.workspace-page{padding:28px 14px 60px}.page-heading{flex-direction:column;align-items:flex-start}.report-progress button{text-align:center;padding:0 5px;font-size:10px}.report-progress button i{left:5px;right:5px}.field-grid,.template-grid,.settings-grid,.archive-stats{grid-template-columns:1fr}.panel-heading{flex-direction:column;align-items:flex-start}.patient-lookup,.patient-lookup input{width:100%}.findings-workspace{grid-template-columns:1fr}.outline-panel{border:0;border-bottom:1px solid var(--line)}.section-list{gap:7px;padding-bottom:5px;display:flex;overflow-x:auto}.section-list>button{background:#fff;min-width:185px}.section-editor{padding:22px 18px}.editor-heading input{width:100%;min-width:0}.report-actions>span{display:none}.report-actions .button-primary{margin-left:auto}.review-layout{grid-template-columns:1fr}.patient-summary{grid-template-columns:repeat(2,1fr)}.review-paper{padding:20px}.review-paper article{grid-template-columns:1fr;gap:5px}.archive-toolbar{flex-direction:column;align-items:stretch;gap:8px}.archive-toolbar label{width:100%}.report-table{overflow-x:auto}.report-row{min-width:760px}.auth-logo{left:20px}.auth-story{padding:110px 20px 50px}.auth-form-panel{padding:48px 20px}.auth-field-pair{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
