:root{--accent:#f3f2f6;--app-shell:#32404a;--panel-bg:#efedf2;--teal:#7dbabb;--lake:#3c6879;--background:#fff;--foreground:#18132b;--card-foreground:#040917;--muted:#736f85;--input:#edecf3;--border:#edecf3;--radius-md:8px;--radius-lg:16px;--radius-xl:32px;color:var(--foreground);background:var(--accent);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{border:0;transition:transform .14s,background-color .14s,border-color .14s,box-shadow .14s,color .14s,opacity .14s}button:not(:disabled):hover{transform:translateY(-1px)}button:not(:disabled):active{transform:translateY(0)}button:disabled{cursor:not-allowed}@media (prefers-reduced-motion:reduce){button{transition:none}button:not(:disabled):hover,button:not(:disabled):active{transform:none}}.screen{background:var(--accent);justify-content:center;align-items:center;min-height:100vh;padding-bottom:44px;display:flex;position:relative}.signup-shell{background:var(--accent);border:0;align-items:center;gap:32px;width:min(100vw,1120px);min-height:auto;margin:0 auto;padding:24px;display:flex}.form-pane{flex:0 0 500px;justify-content:flex-end;min-width:0;padding-block:0;display:flex}.form-stack{flex-direction:column;align-items:center;gap:36px;width:400px;display:flex}.logo{width:400px;height:142px;position:relative;overflow:hidden}.form-stack>.logo{align-self:center}.logo-large{width:170px;height:56px}.logo-mark{object-fit:contain;object-position:center;width:92%;height:92%;display:block;transform:none}.account-form{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.intro{text-align:center;flex-direction:column;gap:12px;width:100%;display:flex}.intro h1{color:var(--card-foreground);letter-spacing:0;margin:0;font-size:30px;font-weight:700;line-height:36px}.intro p,.hint,.mode-row,.status{color:var(--muted);letter-spacing:0;margin:0;font-size:14px;font-weight:500;line-height:20px}.fields{flex-direction:column;gap:14px;width:360px;display:flex}.field{display:block}.field input{border:1px solid var(--input);background:var(--background);width:100%;height:40px;color:var(--foreground);border-radius:9999px;outline:none;padding:8px 12px;font-size:14px;font-weight:500;line-height:20px;transition:border-color .15s,box-shadow .15s}.field input::placeholder{color:var(--muted);opacity:1}.field input:focus{border-color:#18132b;box-shadow:0 0 0 3px #18132b14}.hint{margin-top:-6px}.separator{justify-content:center;align-items:center;width:360px;height:10px;display:flex;position:relative}.separator:before{content:"";background:var(--input);height:1px;position:absolute;top:50%;left:0;right:0}.separator span{z-index:1;background:var(--accent);color:var(--muted);padding-inline:8px;font-size:11px;font-weight:500;line-height:1;position:relative}.social-buttons{flex-direction:column;gap:8px;width:360px;display:flex}.terms-row,.account-form>.primary-button,.mode-row,.account-form>.status{width:360px}.outline-button,.primary-button{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;font-size:14px;font-weight:700;line-height:20px;transition:transform .12s,border-color .12s,background-color .12s;display:inline-flex}.outline-button{border:1px solid var(--input);color:var(--foreground);background:#fff3}.outline-button:hover{background:#ffffff73;border-color:#d9d7e4}.outline-button:active,.primary-button:active{transform:translateY(1px)}.google-icon,.apple-icon{flex:0 0 16px;width:16px;height:16px}.google-icon{display:inline-block;position:relative}.google-icon img{width:100%;height:100%;position:absolute;inset:0}.apple-icon{display:block}.terms-row{cursor:pointer;min-height:16px;color:var(--foreground);align-items:flex-start;gap:8px;font-size:14px;font-weight:400;line-height:16px;display:flex;position:relative}.terms-row input{opacity:0;pointer-events:none;position:absolute}.checkbox-box{border:1px solid var(--foreground);background:0 0;border-radius:2px;flex:0 0 16px;place-items:center;width:16px;height:16px;display:grid}.checkbox-box img{opacity:0;width:12px;height:9px}.terms-row input:checked+.checkbox-box{background:var(--foreground)}.terms-row input:checked+.checkbox-box img{opacity:1}.terms-row a,.mode-row button{color:var(--foreground);text-underline-offset:2px;text-decoration:underline}.primary-button{background:var(--foreground);color:#fdfcff}.primary-button:hover{background:#241d3f}.mode-row{white-space:nowrap;justify-content:center;gap:4px;display:flex}.mode-row button{cursor:pointer;background:0 0;padding:0}.field-with-recovery{flex-direction:column;gap:6px;display:flex}.account-recovery-link{color:var(--muted);cursor:pointer;background:0 0;align-self:flex-end;padding:0;font-size:12px;font-weight:600;line-height:16px;text-decoration:none}.account-recovery-link:hover{color:var(--foreground)}.account-recovery-dialog{width:min(100%,420px)}.account-recovery-status{color:var(--lake);margin:0;font-size:13px;font-weight:700;line-height:18px}.status{text-align:center;opacity:0;min-height:20px}.status.is-visible{opacity:1}.image-pane{border-radius:var(--radius-xl);flex:0 0 400px;min-width:0;height:560px;margin-block:0;overflow:hidden}.account-copyright{color:var(--muted);text-align:center;margin:0;font-size:12px;font-weight:600;line-height:16px;position:absolute;bottom:16px;left:24px;right:24px}.image-pane img{object-fit:cover;object-position:52% 50%;width:100%;height:100%;display:block}.app-screen{color:#fff;background:0 0;width:100%;height:100vh;min-height:720px;margin:0;position:relative;overflow:hidden}.detail-screen{flex-direction:column;height:100dvh;min-height:0;display:flex;overflow:hidden}.app-topbar{background:var(--app-shell);align-items:center;gap:24px;height:104px;padding:0 24px 14px;display:flex}.top-history-actions{justify-content:flex-start;align-items:center;gap:16px;width:100%;margin:0;display:flex}.brand-block{flex-direction:column;flex:0 0 230px;justify-content:center;align-items:flex-start;min-width:230px;display:flex}.brand-logo-button{cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;width:100%;height:78px;padding:16px 0 0;display:flex}.brand-logo-image{width:150px;max-width:100%;height:auto;display:block}.brand-logo-button .logo-mark{object-position:center;transform:none}.brand-logo-button:hover{opacity:.88}.brand-subtitle{color:#fff;letter-spacing:2.8px;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%;margin-top:0;font-size:14px;font-weight:800;line-height:16px}.global-nav{align-items:center;gap:4px;margin-left:auto;padding-top:0;display:flex}.global-nav-group{position:relative}.global-nav button,.section-tabs button,.mode-row button{background:0 0;border:0}.global-nav button{border-radius:var(--radius-md);color:#ffffffc7;cursor:pointer;height:38px;padding:8px 12px 12px;font-size:14px;font-weight:600;line-height:20px}.global-nav button.active,.global-nav-group.active>button{border-bottom:2px solid var(--teal);color:#fff;background:#7dbabb2e;box-shadow:0 6px 14px #3c68791f}.global-nav button:hover{color:#fff;background:#7dbabb42;box-shadow:0 6px 14px #3c68792e}.section-tabs button:hover,.icon-button:hover,.profile-pill:hover,.row-more:hover,.document-actions button:hover,.sheet-icon-button:hover,.sheet-outline-button:hover,.version-button:hover{color:#fff;background:#ffffff1f;box-shadow:0 6px 14px #0000001a}.table-link:hover{color:var(--lake)}.top-studies-menu{z-index:10;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:196px;padding:4px;position:absolute;top:44px;left:0;box-shadow:0 4px 3px #0000001a,0 2px 2px #0000000f}.top-studies-menu button{color:#040917;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;height:36px;padding:6px 8px;font-size:14px;font-weight:600;line-height:20px;display:block}.top-studies-menu button:hover{color:var(--lake);box-shadow:none;background:#e9f5f5}.ui-icon{width:16px;height:16px;display:block}.icon-button{border-radius:var(--radius-md);cursor:pointer;background:0 0;place-items:center;width:40px;height:40px;display:grid;position:relative}.notification-wrap{position:relative}.notification-dot{border:1px solid var(--app-shell);background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.notification-popover{z-index:30;border:1px solid var(--border);border-radius:var(--radius-lg);width:360px;max-height:min(520px,100vh - 128px);color:var(--foreground);background:#fff;flex-direction:column;padding:14px;display:flex;position:absolute;top:48px;right:0;box-shadow:0 18px 40px #0f172a2e,0 2px 6px #0f172a14}.notification-popover header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:2px 2px 12px;display:flex}.notification-popover h2{color:var(--foreground);margin:0;font-size:18px;font-weight:800;line-height:24px}.notification-popover header span{background:var(--accent);height:24px;color:var(--lake);border-radius:9999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.notification-list{min-height:0;padding:10px 2px 0;overflow-y:auto}.notification-item{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:#fff;width:100%;padding:16px}.notification-item:hover{background:var(--accent);box-shadow:0 8px 18px #0f172a1a}.notification-item+.notification-item{margin-top:8px}.notification-type{background:linear-gradient(#ffffffb8, #ffffffb8), var(--teal);color:#274754;border-radius:9999px;align-items:center;height:22px;margin-bottom:8px;padding:2px 8px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.notification-item h3{color:var(--foreground);margin:0;font-size:14px;font-weight:800;line-height:20px}.notification-item p{color:var(--muted);margin:4px 0 8px;font-size:13px;font-weight:500;line-height:18px}.notification-item time{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.notification-empty{color:var(--muted);text-align:center;margin:0;padding:18px 12px 8px;font-size:14px;font-weight:500;line-height:20px}.profile-menu-wrap{position:relative}.profile-pill{color:#fff;cursor:pointer;background:#ffffff1c;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;gap:8px;width:172px;height:42px;padding:6px 9px 6px 6px;display:flex;box-shadow:inset 0 0 0 1px #7dbabb14}.profile-pill .avatar{background:var(--teal);color:#fff;border-radius:16px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:16px;font-weight:700;line-height:24px;display:grid}.profile-pill span:nth-child(2){text-align:left;flex-direction:column;flex:auto;justify-content:center;gap:2px;min-width:0;height:100%;display:flex}.profile-account-menu{z-index:12;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:196px;padding:4px;position:absolute;top:50px;right:0;box-shadow:0 4px 3px #0000001a,0 2px 2px #0000000f}.profile-account-menu button{color:#040917;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;height:36px;padding:6px 8px;font-size:14px;font-weight:600;line-height:20px;display:block}.profile-account-menu button:hover{color:var(--lake);box-shadow:none;background:#e9f5f5}.profile-pill strong,.profile-pill small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-pill strong{font-size:13px;line-height:15px}.profile-pill small{opacity:.72;font-size:10px;line-height:12px}.studies-hero{background:var(--app-shell);flex-direction:column;justify-content:space-between;height:90px;padding:6px 24px 0;display:flex}.patient-management-home{background:var(--accent);height:auto;min-height:100vh;overflow-y:auto}.patient-management-top-band{flex:none;height:auto;min-height:62px;padding:2px 24px 12px}.patient-management-top-band .detail-title{max-width:1080px}.patient-management-top-band .detail-title h1{color:#fff;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:30px;font-weight:800;line-height:36px;display:-webkit-box;overflow:hidden}.patient-management-home .patient-management-content{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,2.25fr) minmax(280px,1fr);align-items:stretch;gap:6px 20px;width:100%;height:calc(100dvh - 226px);min-height:540px;padding:20px 24px 32px}.patient-management-home .recruitment-view-heading{align-items:center;min-height:34px}.patient-management-home .clinic-panel{grid-column:1;width:100%;height:100%;min-height:0;padding:8px 12px 12px}.patient-management-home .clinic-panel-header{gap:12px;min-height:32px;margin-bottom:6px}.recruitment-home.patient-management-home .clinic-header-tools{grid-template-columns:136px 220px;gap:8px}.recruitment-home.patient-management-home .clinic-add-manual-button,.recruitment-home.patient-management-home .clinic-search{height:34px}.recruitment-home.patient-management-home .clinic-add-manual-button{flex-basis:136px;width:136px}.recruitment-home.patient-management-home .clinic-search-wrap,.recruitment-home.patient-management-home .clinic-search{flex-basis:220px;width:220px}.recruitment-home.patient-management-home .clinic-search input{background:0 0;height:20px;padding:0}@media (width<=760px){.recruitment-home.patient-management-home .clinic-header-tools{grid-template-columns:1fr;width:100%}.recruitment-home.patient-management-home .clinic-add-manual-button,.recruitment-home.patient-management-home .clinic-search-wrap,.recruitment-home.patient-management-home .clinic-search{flex-basis:auto;width:100%}}.patient-management-home .clinic-table-scroll{height:100%;max-height:none;overflow:hidden auto}.patient-management-home .clinic-patient-table tbody{width:100%;margin-right:0;padding-right:0}.patient-management-home .clinic-patient-table thead{z-index:2;position:sticky;top:0}.patient-management-home .clinic-patient-table th{overflow-wrap:anywhere;white-space:normal;height:44px;padding:6px 8px;font-size:12px;line-height:16px}.patient-management-home .clinic-patient-table td{padding-left:8px;padding-right:8px}.patient-management-home .clinic-patient-table th:first-child,.patient-management-home .clinic-patient-table td:first-child{width:15%}.patient-management-home .clinic-patient-table th:nth-child(2),.patient-management-home .clinic-patient-table td:nth-child(2){width:12%}.patient-management-home .clinic-patient-table th:nth-child(3),.patient-management-home .clinic-patient-table td:nth-child(3){width:11%}.patient-management-home .clinic-patient-table th:nth-child(4),.patient-management-home .clinic-patient-table td:nth-child(4){width:12%}.patient-management-home .clinic-patient-table th:nth-child(5),.patient-management-home .clinic-patient-table td:nth-child(5){text-align:left;width:13%}.patient-management-home .clinic-patient-table th:nth-child(5){overflow-wrap:normal;word-break:normal}.patient-management-home .clinic-patient-table th:nth-child(6),.patient-management-home .clinic-patient-table td:nth-child(6),.patient-management-home .clinic-patient-table th:nth-child(7),.patient-management-home .clinic-patient-table td:nth-child(7){width:13%}.patient-management-home .clinic-patient-table th:nth-child(8),.patient-management-home .clinic-patient-table td:nth-child(8){width:11%}.patient-management-home .clinic-patient-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.patient-management-home .patient-activity-field select,.patient-management-home .patient-enrollment-date-field input{width:100%;min-width:0}.patient-management-home .clinic-patient-table th .clinic-sort-header{white-space:normal;min-height:0;line-height:16px}.patient-management-home .clinic-sidebar{display:none}.patient-management-card-grid{grid-area:2/2;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;gap:16px;height:100%;display:grid}.patient-management-placeholder-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;min-height:0;padding:20px;box-shadow:0 1px 2px #0000000d}.patient-management-placeholder-card h2{color:var(--foreground);margin:0;font-size:18px;font-weight:700;line-height:24px}.survey-hub-card nav{gap:4px;margin-top:14px;display:grid}.survey-hub-card nav button{border-bottom:1px solid var(--border);width:100%;min-height:36px;color:var(--lake);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:7px 2px;font-size:13px;font-weight:400;line-height:18px;display:flex}.patient-management-card-grid .patient-management-placeholder-card nav button{font-size:13px;line-height:18px}.study-documents-card nav button{justify-content:flex-start;gap:6px}.survey-hub-card nav button:hover,.survey-hub-card nav button:focus-visible{color:var(--foreground)}.survey-hub-card nav button:focus-visible{outline:2px solid var(--lake);outline-offset:2px}.survey-page-content{padding:24px}.survey-page-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;min-height:240px;padding:24px}.study-document-viewer-overlay{z-index:1000;background:#0f172a8c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.study-document-viewer{background:#fff;border-radius:14px;flex-direction:column;width:min(960px,100%);height:min(680px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a4d}.study-document-viewer>header{border-bottom:1px solid var(--border);background:var(--accent);justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.study-document-viewer h2,.study-document-viewer header p{margin:0}.study-document-viewer .study-document-viewer-title{color:var(--foreground);font-size:22px;font-weight:700;line-height:28px}.study-document-viewer header p{color:var(--muted);margin-top:2px;font-size:13px}.study-document-viewer-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.study-document-viewer-footer{border-top:1px solid var(--border);background:#fff;justify-content:flex-end;gap:8px;padding:12px 22px;display:flex}.study-document-viewer-footer button{background:var(--teal);color:#fff;cursor:pointer;border-radius:8px;min-width:92px;height:36px;padding:7px 16px;font-size:13px;font-weight:700}.study-document-version-picker{color:var(--muted);justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;font-size:13px;font-weight:700;display:flex}.study-document-version-menu-control{width:220px;position:relative}.study-document-version-trigger{background:var(--accent);width:100%;height:38px;color:var(--foreground);cursor:pointer;text-align:left;border:1.5px solid #adb7c3;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:500;display:flex}.study-document-version-trigger:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.study-document-version-menu{z-index:20;background:#fff;border:1px solid #adb7c3;border-radius:8px;gap:3px;width:100%;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 28px #0f172a2e}.study-document-version-menu button{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:5px;gap:2px;padding:8px 9px;font-size:12px;display:grid}.study-document-version-menu button:hover,.study-document-version-menu button:focus-visible,.study-document-version-menu button.selected{background:var(--accent)}.study-document-version-menu small{color:var(--lake);font-size:11px}.study-document-preview{overscroll-behavior:contain;scrollbar-color:var(--teal) #eef1f4;scrollbar-width:thin;border:1px solid var(--border);background:#fff;flex:1 1 0;height:0;min-height:0;margin:24px;padding:42px 48px;overflow-y:scroll;box-shadow:0 5px 18px #0f172a1a}.study-document-preview>div{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding-bottom:16px;display:flex}.study-document-preview p{white-space:pre-line;margin:32px 0 0;font-size:15px;line-height:1.7}.study-document-preview.has-pdf{flex-direction:column;padding:0;display:flex}.study-document-preview.has-pdf iframe{background:#eef1f4;border:0;flex:1;width:100%;min-height:0;margin-top:0}@media (width<=700px){.study-document-viewer>header{flex-direction:column;align-items:flex-start}.study-document-viewer-body{overflow-y:auto}.study-document-version-picker{flex-direction:column;justify-content:stretch;align-items:stretch;width:100%;margin-left:0}.study-document-version-menu-control{width:100%}.study-document-preview{height:auto;min-height:360px;margin:16px;padding:28px 24px}}@media print{body *{visibility:hidden}.study-document-preview,.study-document-preview *{visibility:visible}.study-document-preview{width:100%;height:auto;box-shadow:none;border:0;margin:0;position:fixed;inset:0;overflow:visible}}.hero-title-row{justify-content:space-between;align-items:center;display:flex}.add-edit-menu-wrap{position:relative}.add-edit-menu{z-index:8;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:190px;padding:4px;position:absolute;top:48px;right:0;box-shadow:0 4px 3px #0000001a,0 2px 2px #0000000f}.add-edit-menu button{color:#040917;text-align:left;cursor:pointer;background:0 0;border-radius:6px;width:100%;height:36px;padding:6px 8px;font-size:14px;font-weight:600;line-height:20px}.add-edit-menu button:hover{background:var(--accent)}.hero-title-row h1,.detail-title h1{color:#fff;margin:0;font-size:30px;font-weight:800;line-height:36px}.detail-title h1{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.teal-button{border-radius:var(--radius-md);background:var(--teal);color:#fff;cursor:pointer;height:40px;padding:8px 16px;font-size:14px;font-weight:700;line-height:20px}.teal-button:hover{background:#6baeb0;box-shadow:0 8px 18px #3c687933}.section-tabs{border-bottom:1px solid #040917;align-items:flex-end;display:flex}.section-tabs button{color:#fff9;cursor:pointer;height:40px;padding:8px 12px 12px;font-size:14px;line-height:20px}.section-tabs button:first-child{padding-left:0}.section-tabs button.selected{border-bottom:2px solid var(--teal);color:#fff}.studies-content,.detail-content{min-height:0;color:var(--foreground);background:linear-gradient(#fff9,#fff9),#d9d7e2;padding:20px}.studies-content{flex-direction:column;height:calc(100vh - 194px);display:flex}.content-header{justify-content:space-between;align-items:center;gap:16px;width:100%;height:52px;margin:0 0 12px;display:flex;overflow:hidden}.content-header h2{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:26px;font-weight:800;line-height:32px;overflow:hidden}.studies-view-heading{align-items:center;height:auto;margin:0 0 14px;overflow:visible}.studies-view-heading h1{min-width:0;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:26px;font-weight:800;line-height:32px;overflow:hidden}.search-box{border:1px solid var(--input);border-radius:var(--radius-md);background:#fff;flex:0 0 320px;align-items:center;gap:4px;width:320px;height:40px;padding:8px 12px;display:flex}.search-box input{min-width:0;color:var(--foreground);border:0;outline:0;flex:auto;font-size:14px;line-height:20px}.search-box input::placeholder{color:var(--muted);opacity:1}.table-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;flex:auto;width:100%;max-width:none;min-height:0;margin:0 auto;padding:20px;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.study-table,.patient-table,.enrolled-table{border-collapse:collapse;table-layout:fixed;width:100%}.study-table{height:auto}.study-table-scroll{scrollbar-gutter:stable;background:linear-gradient(#f3f2f6,#f3f2f6) right 0 top 53px/10px calc(100% - 58px) no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 top 48px/10px 10px no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 bottom 0/10px 10px no-repeat;flex:auto;min-height:0;padding-right:17px;overflow-y:scroll}.study-table-scroll thead th{z-index:1;background:#fff;position:sticky;top:0}.study-table th,.study-table td,.patient-table th,.patient-table td,.enrolled-table th,.enrolled-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;height:52px;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;padding:12px;font-size:14px;line-height:20px;overflow:hidden}.study-table th,.patient-table th,.enrolled-table th{height:48px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-weight:800;line-height:20px;overflow:hidden}.study-table th{overflow:visible}.patient-table th,.patient-table th .clinic-sort-header,.patient-table th .clinic-sort-header.active,.patient-table th .clinic-sort-header:hover{color:var(--foreground)}.patient-table th{overflow:visible}.study-table tbody td{height:40px;padding-top:10px;padding-bottom:10px}.study-table tr:last-child td,.patient-table tr:last-child td,.enrolled-table tr:last-child td{border-bottom:0}.study-table tbody tr,.patient-table tbody tr,.enrolled-table tbody tr,.clinic-patient-table tbody tr{transition:background-color .12s}.study-table tbody tr{cursor:pointer}.study-table tbody tr:hover,.patient-table tbody tr:hover,.enrolled-table tbody tr:hover,.clinic-patient-table tbody tr:hover,.study-table tbody tr:hover td,.patient-table tbody tr:hover td,.enrolled-table tbody tr:hover td,.clinic-patient-table tbody tr:hover td{background:var(--accent)}.study-table th:first-child,.study-table td:first-child{width:22%}.study-table th:nth-child(2),.study-table td:nth-child(2){width:11%}.study-table th:nth-child(3),.study-table td:nth-child(3),.study-table th:nth-child(4),.study-table td:nth-child(4){width:17%}.study-table th:nth-child(5),.study-table td:nth-child(5){width:12%}.study-table th:nth-child(6),.study-table td:nth-child(6){width:8.5%}.study-table th:nth-child(7),.study-table td:nth-child(7){text-align:right;width:6.5%}.study-table th:nth-child(7) .clinic-sort-header{justify-content:flex-end;transform:translate(10px)}.study-table th:nth-child(8),.study-table td:nth-child(8){text-align:center;width:56px}.study-table td.study-location-cell{overflow:visible}.study-location-dropdown{max-width:100%;display:inline-block}.study-location-dropdown select{border:1px solid var(--border);border-radius:var(--radius-md);width:112px;max-width:100%;min-height:30px;color:var(--lake);cursor:pointer;appearance:auto;background:#fff;padding:5px 10px;font-size:13px;font-weight:700;line-height:18px}.study-location-dropdown select:focus{border-color:#357f805c;outline:none;box-shadow:0 0 0 3px #7dbabb2e}.study-location-dropdown option{color:var(--foreground);font-weight:500}.table-link{max-width:100%;color:var(--foreground);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:400;overflow:hidden}.incomplete-note{background:linear-gradient(#ffffffb8, #ffffffb8), var(--teal);color:var(--lake);vertical-align:middle;border-radius:9999px;align-items:center;margin-left:8px;padding:2px 8px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.action-cell{position:relative;text-align:right!important;overflow:visible!important}.row-more{width:36px;height:36px;color:var(--lake);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.row-more:hover{color:var(--teal);background:0 0}.row-more.active{color:var(--teal);box-shadow:none;background:0 0}.row-more-dots{flex-direction:column;align-items:center;gap:3px;display:inline-flex}.row-more-dots span{background:currentColor;border-radius:50%;width:4px;height:4px}.study-menu{z-index:12;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;width:248px;padding:6px;display:flex;position:absolute;top:44px;right:16px;box-shadow:0 18px 40px #0f172a24,0 2px 6px #0f172a14}.study-menu button{border-radius:var(--radius-md);color:#040917;text-align:left;white-space:normal;overflow-wrap:anywhere;cursor:pointer;background:0 0;width:100%;height:auto;min-height:36px;padding:6px 10px;font-size:14px;font-weight:700;line-height:20px;display:block}.study-menu button:hover{color:var(--lake);background:#7dbabb24}.study-menu .study-menu-danger{color:#64748b;font-weight:600}.study-menu .study-menu-danger:hover{color:#334155;background:#f8fafc}.study-delete-confirm{flex:none;margin-bottom:12px}.feedback-button{z-index:30;background:var(--teal);color:#fff;cursor:pointer;border-radius:0 9999px 9999px 0;width:72px;height:30px;font-size:12px;font-weight:700;line-height:16px;position:fixed;bottom:12px;left:0;box-shadow:0 20px 13px #0000001a,0 10px 5px #0000000a}.feedback-button:hover{background:#6baeb0;transform:none;box-shadow:0 22px 18px #00000029,0 12px 8px #0000000f}.feedback-modal-overlay{z-index:50;background:#000000c7;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.feedback-modal{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,425px);max-height:calc(100vh - 48px);color:var(--foreground);background:#fff;flex-direction:column;gap:24px;padding:24px;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feedback-close{cursor:pointer;opacity:.7;background:0 0;border-radius:4px;place-items:center;width:20px;height:20px;display:grid;position:absolute;top:15px;right:15px}.feedback-close:hover{background:var(--accent);opacity:1}.feedback-modal-header{flex-direction:column;gap:6px;padding-right:28px;display:flex}.feedback-modal-header h2{color:var(--foreground);margin:0;font-size:18px;font-weight:800;line-height:18px}.feedback-modal-header p{color:var(--muted);margin:0;font-size:14px;line-height:20px}.feedback-field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.feedback-field{flex-direction:column;gap:8px;display:flex}.feedback-field span:first-child{color:var(--foreground);font-size:14px;font-weight:800;line-height:14px}.feedback-field input,.feedback-field textarea,.feedback-file-input{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;color:var(--foreground);background:#fff;font-size:14px;line-height:20px}.feedback-field input{height:40px;padding:8px 12px}.feedback-field textarea{resize:vertical;min-height:106px;padding:8px 12px}.feedback-file-input{cursor:pointer;align-items:center;gap:8px;height:40px;padding:8px 12px;display:flex;position:relative;overflow:hidden}.feedback-file-button{flex:none;font-weight:800}.feedback-file-name{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.feedback-file-input input{opacity:0;cursor:pointer;position:absolute;inset:0}.feedback-preview{border:1px solid var(--border);border-radius:var(--radius-md);background:#f8f7fb;max-height:160px;position:relative;overflow:hidden}.feedback-remove-file{z-index:1;border:1px solid var(--input);min-height:28px;color:var(--foreground);cursor:pointer;background:#fff;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:800;line-height:16px;position:absolute;top:8px;right:8px;box-shadow:0 4px 8px #0f172a1f}.feedback-remove-file:hover{background:var(--accent)}.feedback-preview img{object-fit:contain;width:100%;max-height:160px;display:block}.feedback-send-button{border-radius:var(--radius-md);background:var(--teal);color:#fff;cursor:pointer;width:100%;height:40px;font-size:14px;font-weight:700;line-height:20px}.feedback-send-button:hover{background:#6baeb0;box-shadow:0 8px 18px #3c687933}.feedback-send-button:disabled{box-shadow:none;opacity:.72;background:#b9d6d7}.feedback-status{margin-top:-16px}.clinic-date-heading{align-items:center;gap:8px;display:flex}.clinic-count .clinic-date-heading{width:100%}.clinic-date-arrow{background:var(--teal);color:#fff;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;width:24px;height:24px;padding:0 0 1px;font-size:18px;font-weight:800;line-height:24px;display:inline-flex}.clinic-date-arrow:hover{background:#6baeb0;box-shadow:0 6px 14px #3c68792e}.home-content{height:calc(100vh - 195px);min-height:0;color:var(--foreground);grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr) 370px;align-items:stretch;gap:20px;padding:20px;display:grid}.analytics-hub{background:var(--accent);min-height:100vh;overflow-y:auto}.enrollment-study-hub .detail-title{max-width:1080px}.enrollment-study-hub .detail-title h1{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:400;display:-webkit-box;overflow:hidden}.enrollment-study-hub .detail-content-header h2{font-size:20px;line-height:28px}.enrollment-study-hub .detail-content{padding:20px 24px 32px}.enrollment-study-hub .detail-content-header{align-items:center;min-height:34px;margin-bottom:6px}.patient-management-top-band .detail-title h1{font-weight:400}.analytics-hero{background:var(--app-shell);color:#fff;justify-content:space-between;align-items:center;gap:24px;height:90px;padding:12px 24px;display:flex}.analytics-hero h1{margin:0;font-size:28px;line-height:36px}.analytics-projects{color:var(--foreground);padding:24px}.analytics-project-toolbar{justify-content:flex-end;margin-bottom:16px;display:flex}.analytics-project-toolbar label{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.analytics-project-toolbar select{border:1px solid var(--border);border-radius:var(--radius-md);height:38px;color:var(--foreground);background:#fff;padding:0 32px 0 10px}.analytics-project-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));align-items:start;gap:16px;display:grid}.analytics-project-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #d9d7e2;flex-direction:column;height:222px;transition:border-color .14s,box-shadow .14s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.analytics-project-card.selected{border-color:var(--teal);box-shadow:0 8px 20px #3c687924}.analytics-project-summary{width:100%;min-height:116px;color:var(--foreground);text-align:left;cursor:pointer;background:#fff;flex:0 0 116px;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:20px;display:grid}.analytics-project-summary strong,.analytics-project-summary small{display:block}.analytics-project-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:22px;overflow:hidden}.analytics-project-summary small{color:var(--muted);margin-top:5px;font-size:12px}.analytics-card-menu{font-size:20px;line-height:20px}.analytics-collaborators{grid-column:1/-1;padding-left:8px;display:flex}.analytics-collaborators>span{background:var(--teal);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-8px;font-size:11px;font-weight:800;display:inline-flex}.analytics-collaborators>span:nth-child(2n){background:var(--lake)}.analytics-analysis-list{border-top:1px solid var(--border);scrollbar-color:var(--teal) transparent;scrollbar-width:thin;flex:1;min-height:0;overflow-y:auto}.analytics-analysis-list button{border-bottom:1px solid var(--border);width:100%;min-height:52px;color:var(--foreground);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.analytics-analysis-list button:last-child{border-bottom:0}.analytics-analysis-list button:hover,.analytics-analysis-list button.selected{background:#7dbabb2e}@media (width<=720px){.patient-management-home .patient-management-content{grid-template-columns:minmax(0,1fr);height:auto;min-height:0}.patient-management-home .clinic-panel{width:100%;height:auto;min-height:0}.patient-management-card-grid{grid-area:auto/1;grid-template-rows:repeat(2,minmax(160px,auto));height:auto}.patient-management-placeholder-card{min-height:160px}.analytics-hero{flex-direction:column;align-items:flex-start;height:auto;min-height:90px}.analytics-projects{padding:16px}.analytics-project-grid{grid-template-columns:1fr}}.home-content.all-studies-content{grid-template-columns:minmax(0,1fr);overflow-y:auto}.home-content.without-sidebar{grid-template-columns:minmax(0,1fr)}.all-studies-content .clinic-panel{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.all-studies-tables{gap:24px;display:grid}.all-studies-group{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;min-width:0;padding:20px;box-shadow:0 1px 2px #0000000d}.all-studies-group h2{margin:0 0 12px}.recruitment-view-heading{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px;display:flex}.recruitment-view-heading>div{min-width:0}.recruitment-view-heading h1{color:var(--foreground);margin:0;font-size:20px;font-weight:800;line-height:28px}.recruitment-view-heading p{color:var(--muted);margin:2px 0 0;font-size:13px;font-weight:700;line-height:18px}.all-patients-heading{gap:16px}.all-patients-heading h1{margin-right:4px}.recruitment-date-range{color:var(--muted);align-items:center;gap:6px;margin-left:6px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex;position:relative}.clinic-calendar-button{width:34px;height:34px;color:var(--lake);cursor:pointer;background:0 0;border-radius:50%;place-items:center;display:inline-grid}.clinic-calendar-button:hover,.clinic-calendar-button[aria-expanded=true]{background:0 0}.clinic-calendar-button .ui-icon{width:22px;height:22px}.clinic-calendar-popover{z-index:80;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;gap:10px;width:318px;padding:14px;display:grid;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 38px #1c142629}.clinic-calendar-header{gap:2px;display:grid}.clinic-calendar-month-nav{grid-template-columns:32px 1fr 32px;align-items:center;gap:8px}.clinic-calendar-month-nav strong{text-align:center}.clinic-calendar-month-nav button{width:32px;height:28px;color:var(--lake);cursor:pointer;background:#fff;border-radius:6px;font-size:20px;font-weight:800;line-height:24px}.clinic-calendar-month-nav button:hover:not(:disabled){background:#eaf6f6}.clinic-calendar-month-nav button:disabled{color:#b9b5c8;cursor:not-allowed}.clinic-calendar-header strong{color:var(--foreground);font-size:14px;font-weight:800;line-height:20px}.clinic-calendar-header span{color:var(--muted);font-size:12px;font-weight:600;line-height:16px}.clinic-calendar-weekdays,.clinic-calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.clinic-calendar-weekdays span{color:var(--muted);text-align:center;font-size:11px;font-weight:800;line-height:16px}.clinic-calendar-day{height:34px;color:var(--foreground);cursor:pointer;background:#fff;border-radius:6px;font-size:13px;font-weight:700;line-height:18px}.clinic-calendar-day:hover,.clinic-calendar-day.pending{color:var(--lake);background:#d9eeee}.clinic-calendar-day.selected{color:var(--lake);background:#eaf6f6}.clinic-calendar-day.boundary{background:var(--teal);color:#fff}.clinic-calendar-day.today{box-shadow:inset 0 0 0 2px #3c687947}.clinic-calendar-day:disabled{color:#c8c4d2;cursor:not-allowed;background:#fff}.clinic-calendar-actions{justify-content:flex-end;gap:8px;padding-top:2px;display:flex}.clinic-calendar-actions button{height:32px;color:var(--lake);border-radius:6px;padding:0 12px;font-size:12px;font-weight:800;line-height:16px}.clinic-calendar-actions button:not(.teal-button){background:#fff}.clinic-calendar-actions .teal-button{color:#fff}.clinic-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;grid-area:2/1;min-width:0;min-height:0;padding:16px 20px 20px;display:flex;box-shadow:0 1px 2px #0000000d}.clinic-panel-header{justify-content:space-between;align-items:center;gap:20px;min-height:40px;margin-bottom:14px;display:flex}.patient-activity-field select{border:1px solid var(--border);border-radius:var(--radius-md);min-width:190px;height:36px;color:var(--foreground);cursor:pointer;background:#fff;padding:0 32px 0 10px}.patient-activity-field select:focus-visible{outline-offset:2px;outline:3px solid #7dbabb66}.study-phase-chip select{min-width:150px;height:34px;color:var(--lake);cursor:pointer;background:#7dbabb2e;border:1px solid #3c68793d;border-radius:999px;padding:0 28px 0 12px;font-size:12px;font-weight:800;line-height:16px}.study-phase-chip select:focus-visible{outline-offset:2px;outline:3px solid #7dbabb66}.clinic-action-status.phase-action-unset{background:var(--input);color:var(--muted)}.patient-enrollment-date-field input{border:1px solid var(--border);border-radius:var(--radius-md);min-width:150px;height:36px;color:var(--foreground);background:#fff;padding:0 10px}.patient-enrollment-date-field input:focus-visible{outline-offset:2px;outline:3px solid #7dbabb66}.clinic-count{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.clinic-icon{border:2px solid var(--foreground);border-radius:50%;flex:none;width:20px;height:20px;position:relative}.clinic-icon:before,.clinic-icon:after{content:"";background:var(--foreground);position:absolute}.clinic-icon:before{width:8px;height:2px;top:7px;left:4px}.clinic-icon:after{width:2px;height:8px;top:4px;left:7px}.clinic-count h2,.clinic-sidebar h2{color:var(--foreground);margin:0;font-size:20px;font-weight:800;line-height:28px}.clinic-search{flex:0 0 320px;width:320px}.clinic-header-tools{grid-template-columns:auto 320px;align-items:center;gap:8px;min-width:0;margin-top:10px;display:grid}.clinic-add-manual-button{white-space:nowrap}.clinic-refresh-status{min-height:16px;color:var(--muted);text-align:right;grid-column:1/-1;margin:0;font-size:12px;line-height:16px}.clinic-refresh-status.mobile{display:none}.clinic-search-wrap{flex:0 0 320px;width:320px;position:relative}.clinic-search-wrap .clinic-search{flex-basis:auto;width:100%}.clinic-search-suggestions{z-index:20;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;max-height:276px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 32px #0f172a24}.clinic-search-suggestions button{width:100%;min-height:36px;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:6px;align-items:center;padding:8px 10px;font-size:14px;line-height:20px;display:flex}.clinic-search-suggestions button:hover{background:var(--accent)}.clinic-patient-table{border-collapse:collapse;table-layout:fixed;flex-direction:column;width:100%;height:100%;display:flex}.clinic-table-scroll{flex:auto;min-height:0;overflow:visible}.clinic-patient-table thead{table-layout:fixed;flex:none;width:100%;display:table}.clinic-patient-table tbody{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b9b5c8 transparent;background:linear-gradient(#f3f2f6,#f3f2f6) right 0 top 5px/10px calc(100% - 10px) no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 top 0/10px 10px no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 bottom 0/10px 10px no-repeat;flex:auto;width:calc(100% + 18px);min-height:0;margin-right:-18px;padding-right:18px;display:block;overflow-y:scroll}.clinic-patient-table tbody tr{table-layout:fixed;width:100%;display:table}.clinic-table-scroll thead th{background:#fff}.clinic-patient-table th,.clinic-patient-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;height:52px;color:var(--foreground);padding:14px 12px;font-size:14px;line-height:20px}.clinic-patient-table th{color:var(--muted);font-weight:800}.clinic-sort-header{width:100%;color:var(--muted);cursor:pointer;text-align:left;font:inherit;background:0 0;align-items:center;gap:6px;padding:0;font-weight:800;display:inline-flex}.clinic-sort-control{width:100%;display:inline-flex;position:relative}.sort-header-icon{width:18px;height:18px;color:var(--lake);background:#e8f6f6;border-radius:9999px;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:900;line-height:1;display:inline-flex}.clinic-sort-menu{z-index:50;border:1px solid var(--border);background:#fff;border-radius:6px;gap:1px;min-width:180px;padding:3px;display:grid;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 10px 22px #1c142624}.clinic-column-filter{color:var(--muted);gap:4px;padding:5px 6px 7px;font-size:11px;font-weight:700;line-height:14px;display:grid}.clinic-column-filter input{border:1px solid var(--border);width:100%;min-width:0;height:30px;color:var(--foreground);font:inherit;background:#fff;border-radius:4px;padding:5px 7px}.clinic-column-filter input:focus-visible{outline:2px solid var(--lake);outline-offset:1px}.clinic-sort-menu button{width:100%;color:var(--foreground);text-align:left;background:0 0;border-radius:4px;padding:4px 7px;font-size:12px;font-weight:700;line-height:16px}.clinic-sort-menu button:hover,.clinic-sort-menu button:focus-visible{color:var(--lake);background:#e8f6f6}.clinic-sort-menu button.active,.clinic-sort-header.active{color:var(--foreground)}.clinic-sort-header:hover{color:var(--lake)}.clinic-patient-table tr:last-child td{border-bottom:0}.clinic-patient-table tbody tr.clickable-patient-row{cursor:pointer}.clinic-patient-table tbody tr.clickable-patient-row:hover td,.clinic-patient-table tbody tr.clickable-patient-row:focus-visible td{background:#f4fbfb}.clinic-patient-table tbody tr.clickable-patient-row:focus-visible{outline-offset:-3px;outline:3px solid #3c68792e}.clinic-action-status{width:100%;min-width:0;cursor:inherit;background-image:none}.clinic-patient-table th:first-child,.clinic-patient-table td:first-child{width:24%}.clinic-patient-table th:nth-child(2),.clinic-patient-table td:nth-child(2){width:17%}.clinic-patient-table th:nth-child(3),.clinic-patient-table td:nth-child(3){width:25%}.clinic-patient-table th:nth-child(4),.clinic-patient-table td:nth-child(4){width:14%;padding-right:8px}.clinic-patient-table th:nth-child(5),.clinic-patient-table td:nth-child(5){text-align:right;width:20%;padding-left:8px}.clinic-patient-table th:nth-child(5) .clinic-sort-header{justify-content:flex-end}.newly-eligible-table th:nth-child(5) .clinic-sort-header{white-space:nowrap;justify-content:flex-start}.newly-eligible-table th:nth-child(6) .clinic-sort-header{justify-content:flex-end}.newly-eligible-table th:first-child,.newly-eligible-table td:first-child{width:22%}.newly-eligible-table th:nth-child(2),.newly-eligible-table td:nth-child(2){width:14%}.newly-eligible-table th:nth-child(3),.newly-eligible-table td:nth-child(3){width:20%}.newly-eligible-table th:nth-child(4),.newly-eligible-table td:nth-child(4){width:12%}.newly-eligible-table th:nth-child(5),.newly-eligible-table td:nth-child(5){text-align:left;width:14%;padding-left:16px}.newly-eligible-table th:nth-child(6),.newly-eligible-table td:nth-child(6){text-align:right;width:18%}.newly-eligible-date-cell{color:var(--muted);white-space:nowrap;font-weight:400}.trial-connect-dialog{width:min(520px,100vw - 32px)}.trial-connect-details{gap:12px;margin:0;display:grid}.trial-connect-details div{border-bottom:1px solid var(--border);gap:4px;padding:10px 0;display:grid}.trial-connect-details div:last-child{border-bottom:0}.trial-connect-details dt{color:var(--muted);font-size:12px;font-weight:800;line-height:16px}.trial-connect-details dd{color:var(--foreground);margin:0;font-size:14px;line-height:20px}.clinic-patient-name{align-items:center;gap:8px;max-width:100%;display:inline-flex}.patient-name-card-trigger{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.patient-name-card-trigger:hover{color:var(--lake)}.patient-name-card-trigger:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #3c687952}.clinic-study-cell{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.new-patient-tag{background:linear-gradient(#ffffffc7, #ffffffc7), var(--teal);color:var(--lake);border-radius:9999px;flex:none;padding:2px 8px;font-size:12px;font-weight:800;line-height:16px}.newly-eligible-source-tag{border-radius:9999px;flex:none;padding:2px 8px;font-size:12px;font-weight:800;line-height:16px}.newly-eligible-source-tag.emr{background:linear-gradient(#ffffffc7, #ffffffc7), var(--teal);color:var(--lake)}.newly-eligible-source-tag.tc{background:var(--teal);color:#fff}.previously-failed-tag{border:1px solid var(--teal);width:auto;height:22px;color:var(--lake);background:#eef8f8;border-radius:9999px;flex:none;justify-content:center;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:800;line-height:14px;display:inline-flex}.patient-table tbody tr.previously-failed-row,.patient-table tbody tr.previously-failed-row td{background:#f4fbfb}.patient-table tbody tr.previously-failed-row:hover,.patient-table tbody tr.previously-failed-row:hover td{background:#eaf6f6}.clinic-study-main:hover{background:var(--accent)}.clinic-sidebar{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;grid-area:2/2;min-width:0;min-height:0;padding:16px 20px 20px;display:flex;box-shadow:0 1px 2px #0000000d}.clinic-sidebar-heading{flex:none;align-items:center;height:40px;margin:0 0 12px 8px;display:flex}.clinic-study-list{scrollbar-gutter:stable;background:linear-gradient(#f3f2f6,#f3f2f6) right 0 top 5px/10px calc(100% - 10px) no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 top 0/10px 10px no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 bottom 0/10px 10px no-repeat;flex-direction:column;flex:auto;gap:8px;min-height:0;margin-right:-8px;padding-left:8px;padding-right:18px;display:flex;overflow-y:scroll}.clinic-study-card{cursor:grab;flex:none;width:100%;min-height:128px;display:flex;position:relative}.clinic-study-card.dragging{opacity:.55;cursor:grabbing}.clinic-study-main{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;height:auto;min-height:128px;color:var(--foreground);cursor:grab;text-align:left;background:#fff;flex-direction:column;flex:auto;justify-content:flex-start;align-items:stretch;gap:8px;padding:16px;display:flex;box-shadow:0 1px 2px #0000000d}.clinic-study-main>span:first-child{white-space:normal;overflow-wrap:anywhere;font-size:16px;font-weight:800;line-height:20px;display:block}.clinic-study-main>strong{color:var(--teal);white-space:normal;overflow-wrap:anywhere;font-size:18px;font-weight:500;line-height:24px}.clinic-study-metrics{color:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;margin-top:auto;display:grid;position:relative}.clinic-study-metrics:before{content:"";background:var(--border);width:1px;position:absolute;top:2px;bottom:2px;left:50%;transform:translate(-50%)}.clinic-study-metrics span{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:4px;min-width:0;display:grid}.clinic-study-metrics span:nth-child(odd){padding-right:6px}.clinic-study-metrics em{min-width:0;color:var(--muted);text-transform:uppercase;white-space:nowrap;font-size:10px;font-style:normal;font-weight:800;line-height:14px}.clinic-study-metrics b{color:var(--foreground);white-space:nowrap;font-size:13px;font-weight:800;line-height:16px}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800;line-height:16px;display:block}.admin-profile-hero{background:var(--app-shell);align-items:flex-start;height:56px;padding:8px 24px 0;display:flex}.admin-profile-hero h1{color:#fff;margin:0;font-size:30px;font-weight:800;line-height:36px}.admin-profile-content{min-height:888px;color:var(--foreground);background:linear-gradient(#fff9,#fff9),#d9d7e2;justify-content:center;align-items:flex-start;padding:40px 80px;display:flex}.admin-profile-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;width:600px;min-height:574px;padding:48px;box-shadow:0 1px 2px #0000000d}.admin-profile-card h2{margin:0 0 24px;font-size:26px;font-weight:800;line-height:32px}.profile-separator{background:var(--border);height:1px;margin:24px 0}.profile-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(84px,.35fr);gap:24px 16px;display:grid}.profile-field{flex-direction:column;grid-column:1/-1;gap:8px;display:flex}.profile-field.half{grid-column:auto}.profile-field span,.profile-password span{color:var(--foreground);font-size:14px;font-weight:800;line-height:1}.profile-field input{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:40px;color:var(--foreground);background:#fff;padding:8px 12px;font-size:14px;font-weight:500;line-height:20px}.profile-password{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:8px;display:flex}.profile-studies{gap:12px;margin-top:28px;display:grid}.profile-studies h3{color:var(--foreground);margin:0;font-size:14px;font-weight:800;line-height:20px}.profile-studies p{color:var(--muted);margin:0;font-size:14px;line-height:20px}.profile-studies ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.profile-studies button{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:#fff;gap:2px;padding:10px 12px;display:grid}.profile-studies button:hover{background:var(--accent);border-color:var(--teal)}.profile-studies span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;line-height:20px;overflow:hidden}.profile-studies small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}.profile-actions{align-items:center;gap:24px;margin-top:34px;padding-top:24px;display:flex}.host-info-list{gap:16px;margin:0;padding:0;display:grid}.host-info-row{gap:6px;display:grid}.host-info-row dt{letter-spacing:.04em;text-transform:uppercase;color:#5c717d;font-size:.85rem;font-weight:700}.host-info-row dd{color:#15313f;background:#f8fbfc;border:1px solid #d7e1e7;border-radius:12px;margin:0;padding:14px 16px;font-weight:600}.profile-cancel{width:auto;min-width:76px;color:var(--foreground);background:#fff3}.profile-status{text-align:left;margin-top:16px}.study-form-screen{width:min(100vw,1440px);min-height:981px;color:var(--foreground);background:#fff;margin:0 auto}.study-form-screen form{min-height:inherit}.study-form-header{border-bottom:1px solid var(--border);background:#fff;grid-template-columns:40px 1fr auto;align-items:center;gap:16px;height:88px;padding:24px;display:grid}.study-form-header h1{color:#040917;margin:0;font-size:30px;font-weight:800;line-height:36px}.study-form-screen-edit .study-form-header h1{color:#1d1b3a;font-size:42px;font-weight:800;line-height:52px}.study-form-back{color:#3f7282;cursor:pointer;background:#fff;border:1px solid #e4e1ec;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .16s,border-color .16s,box-shadow .16s,color .16s,transform .16s;display:inline-flex;box-shadow:0 1px 2px #2a294114}.study-form-back:hover{color:var(--lake);background:#edf7f7;border-color:#30abb15c;transform:translate(-1px);box-shadow:0 8px 18px #3c687929}.study-form-back:focus-visible{outline-offset:2px;outline:3px solid #83c5c952}.study-form-back-chevron{border-bottom:2px solid;border-left:2px solid;width:11px;height:11px;display:block;transform:translate(2px)rotate(45deg)}.study-form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.study-form-action-group{align-items:center;gap:8px;display:inline-flex}.study-form-action-group-secondary{border-right:1px solid #e7e4ef;padding-right:10px}.study-form-actions button{white-space:nowrap;border-radius:8px;height:40px;font-size:14px}.study-form-cancel-button{color:#5f5b78;cursor:pointer;background:0 0;border:0;font-weight:700}.study-form-cancel-button:hover{color:#2a2941}.study-form-cancel-button:focus-visible{outline-offset:2px;outline:3px solid #83c5c952}.study-form-save-draft{justify-content:center;align-items:center;gap:6px;min-width:132px;display:inline-flex;overflow:hidden}.study-form-save-draft.is-saved{color:var(--lake);background:#7dbabb29;border-color:#7dbabb8c}.study-form-save-draft .ui-icon{flex:none;width:14px;height:14px}.study-form-ready-button{min-width:132px}.study-form-actions .close-enrollment-button{min-width:72px;color:var(--muted);cursor:pointer;background:#f3f2f6;border:1px solid #d9d7e4;padding:0 14px;font-weight:800}.study-form-actions .close-enrollment-button:hover:not(:disabled){background:#ebe9f0;border-color:#c8c4d4}.study-form-actions .close-enrollment-button:focus-visible{outline-offset:2px;outline:3px solid #736f852e}.study-form-screen-edit .study-form-actions{gap:10px}.study-form-screen-edit .study-form-actions button{height:40px}.disabled-save{opacity:.5}.study-form-body{background:var(--accent);justify-content:center;min-height:893px;padding:40px 24px 72px;display:flex}.study-form-panel{flex-direction:column;gap:24px;width:min(100%,672px);display:flex}.study-form-screen-edit,.study-form-screen-add{background:#f4f3fa;width:100%;height:100dvh;min-height:100vh;overflow:hidden}.study-form-screen-edit form,.study-form-screen-add form{height:inherit;flex-direction:column;min-height:0;display:flex}.study-form-header-edit,.study-form-header-add{z-index:2;border-bottom:1px solid #ebe8f3;flex:none;height:auto;padding:18px 24px}.study-form-body-edit,.study-form-body-add{background:#f4f3fa;flex:auto;align-items:flex-start;min-height:0;padding:24px 18px 48px;overflow-y:auto}.study-form-panel-edit,.study-form-panel-add{gap:18px;width:min(100%,896px)}.study-form-section{flex-direction:column;gap:24px;display:flex}.study-search-section{flex-direction:column;gap:8px;display:flex;position:relative}.study-form-section h2{color:#040917;margin:0;font-size:18px;font-weight:500;line-height:28px}.study-form-screen-edit .study-form-section,.study-form-screen-add .study-form-section{gap:14px}.study-form-screen-edit .study-form-section h2,.study-form-screen-add .study-form-section h2{color:#2a2941;font-size:20px;font-weight:500;line-height:26px}.study-basic-section,.study-team-section{background:#fff;border:1px solid #ece8f2;border-radius:12px;padding:18px}.study-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.study-form-grid-compact{gap:10px 12px}.screening-requirements-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:14px;padding:16px;display:flex}.screening-source-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.screening-source-options button{border:1px solid var(--input);border-radius:var(--radius-md);background:var(--accent);height:40px;color:var(--muted);cursor:pointer;font-size:14px;font-weight:800;line-height:20px}.screening-source-options button.selected{border-color:var(--teal);background:var(--teal);color:#fff}.screening-requirements-field textarea{resize:vertical;border:1px solid var(--input);border-radius:var(--radius-md);width:100%;min-height:148px;color:var(--foreground);background:#fff;outline:0;padding:10px 12px;font-size:14px;line-height:20px}.screening-requirements-field textarea:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.screening-requirements-field small,.screening-emr-placeholder p{color:var(--muted);margin:0;font-size:13px;font-weight:500;line-height:18px}.screening-requirements-field .small-outline{align-self:flex-start}.screening-emr-placeholder{border:1px dashed var(--input);border-radius:var(--radius-md);background:var(--accent);padding:14px}.screening-emr-placeholder strong{color:var(--foreground);margin-bottom:4px;font-size:14px;font-weight:900;line-height:20px;display:block}.study-form-field{flex-direction:column;gap:8px;display:flex}.study-form-field-full{grid-column:1/-1}.study-form-field span,.study-search-field span,.contact-methods>span,.irb-copy span{color:var(--foreground);font-size:14px;font-weight:800;line-height:1}.study-search-field{flex-direction:column;gap:8px;display:flex}.study-search-input{border:1px solid var(--input);border-radius:var(--radius-md);background:#fff;align-items:center;gap:8px;width:100%;height:40px;padding:8px 12px;display:flex}.study-search-input input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:0;flex:auto;font-size:14px;font-weight:500;line-height:20px}.study-search-input input::placeholder{color:var(--muted);opacity:1}.study-search-input:focus-within{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.study-search-suggestions{z-index:6;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:4px;position:absolute;top:70px;left:0;right:0;box-shadow:0 8px 18px #18132b1f}.study-search-suggestions button{width:100%;min-height:52px;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;padding:8px 12px;display:flex}.study-search-suggestions button:hover{background:var(--accent)}.study-search-suggestions strong{font-size:14px;font-weight:800;line-height:20px}.study-search-suggestions span{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.editing-study-summary{border-radius:var(--radius-md);width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:#e9f5f5;border:1px solid #7dbabb6b;flex-direction:column;gap:8px;padding:14px 16px;transition:transform .16s,border-color .16s,background .16s;display:flex}.editing-study-summary:hover,.editing-study-summary:focus-visible{background:#ddf0f1;border-color:#35a6abad;transform:translateY(-1px)}.editing-study-summary:focus-visible{outline-offset:2px;outline:3px solid #30abb13d}.editing-study-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.editing-study-label{color:var(--lake);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:900;line-height:16px}.editing-study-summary strong{color:var(--foreground);font-size:16px;font-weight:900;line-height:22px}.editing-study-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.editing-study-summary small,.editing-study-summary em{color:var(--muted);font-size:13px;font-weight:700;line-height:18px}.editing-study-summary em{color:var(--lake);white-space:nowrap;font-style:normal}.study-status-pill{border-radius:999px;align-items:center;min-height:24px;padding:3px 10px;font-size:12px;font-weight:900;line-height:16px;display:inline-flex}.study-status-pill.active{color:#15756f;background:#d9f0eb}.study-status-pill.closed{color:#9a3f3f;background:#f4e8e8}.editing-study-options{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;gap:8px;padding:8px;display:grid;box-shadow:0 12px 28px #18132b21}.editing-study-options-search{border:1px solid var(--input);background:#f8f7fb;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 12px;display:flex}.editing-study-options-search svg{width:16px;height:16px;color:var(--muted)}.editing-study-options-search input{width:100%;min-width:0;color:var(--foreground);background:0 0;border:0;outline:0;font-size:14px;font-weight:700;line-height:20px}.editing-study-options-list{scrollbar-gutter:stable;gap:8px;max-height:260px;padding-right:8px;display:grid;overflow-y:auto}.editing-study-options-list button{width:100%;min-height:58px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;transition:background .16s,transform .16s;display:flex}.editing-study-options-list button:hover,.editing-study-options-list button[aria-selected=true]{background:#edf7f7}.editing-study-options-list button:hover{transform:translateY(-1px)}.editing-study-options-list button>span:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.editing-study-options strong{color:var(--foreground);font-size:14px;font-weight:900;line-height:20px}.editing-study-options small{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.study-form-field input{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:40px;color:var(--foreground);background:#fff;outline:0;padding:8px 12px;font-size:14px;font-weight:500;line-height:20px}.study-form-screen-edit .study-form-field,.study-form-screen-add .study-form-field{gap:6px}.study-form-screen-edit .study-form-field span,.study-form-screen-add .study-form-field span{color:#2a2941;font-size:13px;font-weight:700;line-height:18px}.study-form-field-hint{color:#6f6a7d;margin-top:-2px;font-size:12px;font-weight:500;line-height:16px;display:block}.study-name-field{grid-column:1/-1}.target-enrollment-field{width:min(100%,430px)}.target-enrollment-control{align-items:center;gap:10px;display:flex}.target-enrollment-control input{flex:0 0 190px;width:190px}.target-enrollment-control .study-form-field-hint{margin-top:0}.protocol-number-field{width:min(100%,190px)}.protocol-number-field input,.protocol-number-field input:focus{background-color:#fff}:-webkit-any(.study-form-screen-edit .protocol-number-field input:-webkit-autofill,.study-form-screen-add .protocol-number-field input:-webkit-autofill){box-shadow:inset 0 0 0 1000px #fff,0 0 0 3px #3c68791f}:is(.study-form-screen-edit .protocol-number-field input:autofill,.study-form-screen-add .protocol-number-field input:autofill){box-shadow:inset 0 0 0 1000px #fff,0 0 0 3px #3c68791f}.study-enrollment-date-field{width:min(100%,190px)}.study-enrollment-date-control{background:#fff;border:1px solid #ece8f2;border-radius:8px;align-items:center;width:100%;height:40px;display:flex;overflow:hidden}.study-form-screen-edit .study-enrollment-date-control:focus-within,.study-form-screen-add .study-enrollment-date-control:focus-within{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.study-enrollment-date-field .study-enrollment-date-picker-button{width:38px;height:100%;box-shadow:none;border:0;border-radius:0;flex-basis:40px;padding:0}.study-enrollment-date-picker-button .screening-date-icon{width:16px;height:17px}.study-form-screen-edit .study-form-field input,.study-form-screen-add .study-form-field input{color:#2a2941;border-color:#ece8f2;border-radius:8px;height:40px;padding-inline:12px;font-size:14px;line-height:20px}.study-form-screen-edit .study-enrollment-date-native-input,.study-form-screen-add .study-enrollment-date-native-input{opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;position:absolute}.study-enrollment-date-native-input::-webkit-calendar-picker-indicator{display:none}.study-form-screen-edit .study-enrollment-date-text-input,.study-form-screen-add .study-enrollment-date-text-input{background:0 0;border:0;border-radius:0;flex:auto;min-width:0;height:100%;padding:8px 0 8px 12px}.study-form-screen-edit .study-enrollment-date-text-input:focus,.study-form-screen-add .study-enrollment-date-text-input:focus{box-shadow:none;border-color:#0000}.study-form-screen-edit .study-enrollment-date-text-input:not(.has-date-value),.study-form-screen-add .study-enrollment-date-text-input:not(.has-date-value),.study-form-screen-edit .study-form-field input::placeholder,.study-form-screen-add .study-form-field input::placeholder{color:#aaa6b5}:-webkit-any(.study-form-screen-edit .study-form-field input:-webkit-autofill,.study-form-screen-add .study-form-field input:-webkit-autofill){-webkit-text-fill-color:#2a2941;box-shadow:inset 0 0 0 1000px #fff}:is(.study-form-screen-edit .study-form-field input:autofill,.study-form-screen-add .study-form-field input:autofill){-webkit-text-fill-color:#2a2941;box-shadow:inset 0 0 0 1000px #fff}.study-form-textarea{resize:vertical;border:1px solid var(--input);border-radius:var(--radius-md);width:100%;min-height:120px;color:var(--foreground);background:#fff;outline:0;padding:10px 12px;font-size:14px;font-weight:500;line-height:20px}.enrollment-status-options{flex-wrap:wrap;gap:6px;width:fit-content;max-width:100%;display:inline-flex}.enrollment-status-options button{color:#2a2941;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e7e4ef;border-radius:8px;min-height:34px;padding:7px 12px;font-size:13px;font-weight:700;line-height:18px;transition:background .16s,border-color .16s,color .16s}.enrollment-status-options button:hover{color:var(--lake);background:#edf7f7;border-color:#30abb147}.enrollment-status-options button.selected{border-color:var(--teal);background:var(--teal);color:#fff}.enrollment-readiness-section{gap:10px;padding-top:4px}.enrollment-readiness-copy{gap:4px;display:grid}.enrollment-readiness-copy p{color:#8a88a1;margin:0;font-size:12px;font-weight:600;line-height:16px}.close-enrollment-action{justify-content:flex-start;display:flex}.close-enrollment-button{color:#2a2941;border-radius:8px;min-height:34px;padding:7px 12px;font-size:13px;line-height:18px}.close-enrollment-button:not(:disabled):hover{color:#2a2941;background:#f7f6fa;border-color:#8a88a1}.additional-sites-field,.owners-assigned-field{grid-column:1/-1;max-width:520px}.additional-sites-control{grid-template-columns:minmax(190px,1fr) 104px;align-items:center;gap:10px;width:min(100%,440px);display:inline-grid}.additional-sites-control input{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:40px;color:var(--foreground);background:#fff;outline:0;padding:8px 12px;font-size:14px;font-weight:600;line-height:20px}.additional-sites-control .small-outline{white-space:nowrap;width:104px;height:40px}.additional-sites-control .small-outline,.small-outline.contact-message-save{border-color:var(--teal);background:var(--teal);color:#fff;border-radius:8px;min-width:92px;font-size:13px;font-weight:700;line-height:18px}.additional-sites-control .small-outline:not(:disabled):hover,.small-outline.contact-message-save:not(:disabled):hover{border-color:var(--teal);background:var(--teal);color:#fff}.linked-sites-list{flex-wrap:wrap;gap:8px;max-width:520px;min-height:28px;display:flex}.linked-sites-list>span{min-height:26px;color:var(--lake);background:#edf7f7;border:1px solid #30abb147;border-radius:9999px;align-items:center;gap:6px;padding:3px 6px 3px 10px;font-size:13px;font-weight:800;line-height:18px;display:inline-flex}.linked-sites-list button{width:18px;height:18px;color:var(--lake);cursor:pointer;background:#30abb129;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.enrollment-fields-row{grid-column:1/-1;align-items:center;gap:16px;display:flex}.enrollment-number-field{width:156px;max-width:100%}.enrollment-number-field input{border-color:var(--input);text-align:center;background:#fff;height:40px;padding-inline:12px;font-weight:500}.study-form-field select{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:40px;color:var(--foreground);appearance:none;background-color:#fff;background-image:url(/assets/icon-chevron-down.svg);background-position:right 12px center;background-repeat:no-repeat;background-size:16px 10px;outline:0;padding:8px 40px 8px 12px;font-size:14px;font-weight:500;line-height:20px}.study-form-field select::-ms-expand{display:none}.study-form-field select:disabled{color:var(--muted);cursor:not-allowed;background:#f8f7fb}.study-form-field select.placeholder-select{color:#aaa6b5}.dates-active-inputs{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dates-active-inputs label{flex-direction:column;gap:8px;min-width:0;display:flex}.dates-active-inputs small{color:var(--muted);font-size:14px;font-weight:500;line-height:1}.dates-active-inputs input[type=date]{color:var(--foreground)}.dates-active-field{grid-column:1/-1}.dates-active-field>span{margin-bottom:0}.study-form-field input::placeholder{color:#aaa6b5;opacity:1}.field-error{color:#dc2626;font-size:12px;font-weight:700;line-height:16px}.study-form-field input:focus,.study-form-field select:focus,.study-form-textarea:focus,.irb-copy textarea:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.study-form-divider{background:var(--border);height:1px}.study-form-screen-edit .study-form-divider,.study-form-screen-add .study-form-divider{background:#ece8f2}.study-doc-list{flex-direction:column;gap:10px;display:flex}.study-doc-row,.contact-patients-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:74px;padding:12px;display:flex}.study-doc-row.complete{background:linear-gradient(#ffffff80, #ffffff80), var(--teal)}.study-doc-main{align-items:center;gap:12px;min-width:0;display:flex}.study-doc-icon{border-radius:var(--radius-md);background:#7dbabb1f;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.study-doc-icon.complete{background:var(--lake)}.study-doc-icon .ui-icon{width:20px;height:20px}.study-doc-main h3,.contact-card-heading h3{color:#32404a;margin:0;font-size:14px;font-weight:800;line-height:20px}.study-doc-main p{color:var(--muted);align-items:center;gap:4px;margin:2px 0 0;font-size:12px;font-weight:500;line-height:16px;display:flex}.study-doc-main p .ui-icon{width:12px;height:12px}.study-doc-actions{flex:none;justify-content:flex-end;align-items:flex-end;gap:8px;display:flex}.study-doc-upload-button{color:#2a2941;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e7e4ef;border-radius:8px;justify-content:center;align-items:center;min-width:84px;height:36px;padding-inline:12px;font-size:13px;font-weight:700;line-height:18px;display:inline-flex}.study-doc-upload-button input{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.study-doc-version-tools{grid-template-columns:minmax(0,1fr);align-items:center;gap:6px;width:min(100%,360px);display:grid}.study-doc-version-history{min-width:0}.study-doc-version-view:hover,.study-doc-version-delete:hover{text-decoration:underline}.study-doc-version-history{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.study-doc-version-history label{gap:4px;min-width:0;display:grid}.study-doc-version-history span{color:var(--muted);font-size:11px;font-weight:800;line-height:14px}.study-doc-version-history select{border:1px solid var(--input);color:#2a2941;background:#fff;border-radius:8px;width:100%;min-width:0;height:34px;padding:6px 28px 6px 10px;font-size:12px;font-weight:700}.study-doc-version-view{min-height:34px;color:var(--lake);border-radius:8px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;line-height:16px;text-decoration:none;display:inline-flex}.study-doc-version-actions{align-items:center;gap:6px;display:inline-flex}.study-doc-version-delete{color:#8a3f3f;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:6px 10px;font-size:12px;font-weight:900;line-height:16px;display:inline-flex}.study-doc-row-edit{border-color:#ece8f2;border-radius:12px;min-height:76px;padding:12px 14px}.study-doc-row-edit.complete{background:#fff}.study-doc-row-edit .study-doc-main{gap:12px}.study-doc-row-edit .study-doc-icon{background:#3f7282;border-radius:10px;flex-basis:42px;width:42px;height:42px}.study-doc-row-edit .study-doc-icon.complete{background:#3f7282}.study-doc-row-edit .study-doc-icon .ui-icon{width:20px;height:20px}.study-doc-row-edit .study-doc-main h3{color:#2a2941;font-size:15px;font-weight:700;line-height:20px}.study-doc-row-edit .study-doc-main p{color:#8a88a1;margin-top:2px;font-size:12px;line-height:16px}.study-doc-row-edit .study-doc-main p .ui-icon{width:12px;height:12px}.study-doc-row-edit .study-doc-actions{align-self:flex-end;gap:10px}.study-doc-row-edit .small-outline{color:#2a2941;border-color:#e7e4ef;border-radius:8px;min-width:72px;height:36px;padding-inline:12px;font-size:13px}.study-doc-row-add{background:#fff;border-color:#ece8f2;border-radius:12px;min-height:76px;padding:12px 14px}.study-doc-row-add .study-doc-main{gap:12px}.study-doc-icon-add{background:#fff;border:2px solid #6c9ab1;border-radius:10px;flex-basis:42px;width:42px;height:42px}.study-doc-icon-add .ui-icon{width:20px;height:20px}.study-doc-row-add .study-doc-main h3{color:#2a2941;font-size:15px;font-weight:700;line-height:20px}.study-doc-row-add .study-doc-actions{align-self:flex-end;gap:10px}.study-doc-row-add .teal-button{border-radius:8px;min-width:92px;height:36px;font-size:13px}.study-doc-row-add .study-doc-upload-button{border-color:var(--teal);background:var(--teal);color:#fff;border-radius:8px;min-width:92px;height:36px;font-size:13px}.study-doc-row-add .small-outline{color:#2a2941;border-color:#e7e4ef;border-radius:8px;min-width:104px;height:36px;padding-inline:12px;font-size:13px}.study-form-screen-add .study-form-header h1{color:#1d1b3a;font-size:32px;font-weight:800;line-height:40px}.study-form-screen-add .study-form-actions{gap:10px}.study-criteria-section{background:#fff;border:1px solid #ece8f2;border-radius:12px;gap:18px;padding:18px}.study-section-heading{gap:4px;display:grid}.study-section-heading p{margin:0}.study-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.study-criteria-field{background:#fbfbfd;border:1px solid #ece8f2;border-radius:12px;flex-direction:column;gap:10px;min-width:0;min-height:246px;padding:14px;display:flex}.study-criteria-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.study-criteria-card-header>span{color:#2a2941;align-items:center;gap:8px;font-size:14px;font-weight:800;line-height:18px;display:inline-flex}.study-criteria-card-header .small-outline{border-radius:8px;min-width:112px;height:36px;font-size:13px}.company-criteria-link-card{background:#fbfbfd;border:1px solid #ece8f2;border-radius:8px;align-content:center;justify-items:start;gap:8px;min-height:178px;padding:16px;display:grid}.company-criteria-link-card p{margin:0}.criteria-view-link{color:#1f6f73;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;min-height:36px;padding:0;font-size:14px;font-weight:900;line-height:20px;text-decoration:underline}.criteria-view-link:hover{color:#164f52}.criteria-view-link:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #83c5c952}.criteria-version-control{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.criteria-version-control label{gap:4px;min-width:0;display:grid}.criteria-version-control label>span{color:#8a88a1;font-size:11px;font-weight:800;line-height:14px}.criteria-version-control select{color:#2a2941;background:#fff;border:1px solid #ece8f2;border-radius:8px;width:100%;height:34px;padding:6px 28px 6px 10px;font-size:12px;font-weight:700}.criteria-version-delete{color:#8a3f3f;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:6px 10px;font-size:12px;font-weight:900;line-height:16px;display:inline-flex}.criteria-version-delete:hover{text-decoration:underline}.criteria-empty-preview,.study-criteria-field .criteria-rich-preview{color:#2a2941;background:#fbfbfd;border:1px solid #ece8f2;border-radius:8px;min-height:178px;margin:0;padding:12px;font-size:14px;line-height:20px;overflow-y:auto}.criteria-empty-preview{color:#8a88a1}.criteria-rich-editor-shell{background:#fff;border:1px solid #ece8f2;border-radius:8px;flex-direction:column;flex:auto;min-height:220px;display:flex;overflow:hidden}.criteria-rich-editor{color:#2a2941;background:#fff;border:0;outline:0;flex:auto;width:100%;min-height:180px;padding:12px;font-size:14px;font-weight:500;line-height:20px;overflow-y:auto}.criteria-rich-editor-shell:focus-within{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.criteria-rich-editor :where(p,div,ul,ol,h1,h2,h3,h4,h5,h6){margin:0 0 8px}.criteria-rich-editor :where(ul,ol){padding-left:22px}.criteria-rich-toolbar{background:#f8fafd;border-top:1px solid #ece8f2;align-items:center;gap:2px;min-height:36px;padding:4px 8px;display:flex}.criteria-editor-overlay{z-index:45;background:#1414207a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.criteria-editor-dialog{background:#fff;border:1px solid #ece8f2;border-radius:14px;flex-direction:column;gap:16px;width:min(100%,820px);max-height:min(780px,100vh - 48px);padding:20px;display:flex;box-shadow:0 24px 60px #2a294138}.criteria-editor-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.criteria-editor-dialog-header h2{color:#2a2941;margin:0;font-size:20px;font-weight:800;line-height:26px}.criteria-editor-dialog-header p{color:#8a88a1;margin:2px 0 0;font-size:13px;font-weight:700;line-height:18px}.criteria-rich-editor-shell-dialog{min-height:420px}.criteria-rich-editor-shell-dialog .criteria-rich-editor{min-height:364px}.criteria-readonly-preview{min-height:360px}.criteria-editor-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.criteria-editor-dialog-actions .small-outline,.criteria-editor-dialog-actions .teal-button{border-radius:8px;min-width:86px;height:38px}.screening-criteria-section{border-top:1px solid #ece8f2;gap:12px;padding:18px 0 0}.screening-criteria-heading{gap:4px;display:grid}.screening-criteria-heading p{margin:0}.screening-criteria-list{flex-wrap:wrap;gap:8px;min-height:28px;display:flex}.screening-criteria-chip{max-width:100%;min-height:28px;color:var(--lake);background:#edf7f7;border:1px solid #30abb147;border-radius:9999px;align-items:center;gap:6px;padding:4px 7px 4px 10px;font-size:13px;font-weight:800;line-height:18px;display:inline-flex}.screening-criteria-chip button{width:18px;height:18px;color:var(--lake);cursor:pointer;background:#30abb129;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:900;line-height:1;display:inline-flex}.screening-criteria-chip button:hover,.screening-criteria-chip button:focus-visible{background:#30abb142;outline:0}.contact-patients-card-add{background:#fff;border-color:#ece8f2;border-radius:12px;gap:14px;padding:18px}.contact-patients-card-add .contact-card-heading{gap:12px}.contact-patients-card-add .contact-card-heading h3{color:#2a2941;font-size:15px;font-weight:700;line-height:20px}.contact-methods-add{grid-template-columns:minmax(210px,260px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.contact-methods-group{gap:10px;display:grid}.contact-attempt-limits{gap:8px;padding-top:4px;display:grid}.contact-attempt-limit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.contact-attempt-limit-grid .study-form-field{gap:4px}.contact-attempt-limit-grid .study-form-field span{color:var(--muted);font-size:11px;font-weight:700;line-height:15px}.contact-attempt-limit-grid input{width:100%;min-width:0}.contact-attempt-limits small{color:var(--muted);font-size:11px;line-height:15px}.contact-methods-copy{flex-direction:column;gap:4px;display:flex}.contact-methods-copy strong,.contact-setting-heading{color:#2a2941;font-size:13px;font-weight:700;line-height:18px}.contact-methods-copy p{color:#8a88a1;margin:0;font-size:12px;line-height:16px}.contact-switches-add{gap:8px;display:grid}.contact-switch-row{cursor:pointer;border:1px solid #0000;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:32px;padding:3px 6px;display:grid}.contact-switch-row>span{color:#2a2941;font-size:13px;font-weight:700;line-height:18px}.contact-switch-row:hover,.contact-switch-row:focus-visible,.contact-switch-row-active{background:#fff;border-color:#d9d7e4}.contact-patients-card-add .contact-switch.on .switch-track{background:#83c5c9}.contact-consent-options{grid-template-columns:minmax(210px,260px) minmax(0,1fr);align-items:start;gap:12px;padding-top:2px;display:grid}.e-consent-options{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.e-consent-option{color:#2a2941;white-space:nowrap;align-items:center;gap:8px;min-height:32px;font-size:13px;font-weight:700;line-height:18px;display:flex}.e-consent-option input{width:18px;height:18px;accent-color:var(--teal)}.contact-irb-grid{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:14px;display:grid}.contact-irb-copy span{color:#2a2941;font-size:13px;font-weight:700;line-height:18px}.contact-irb-copy{gap:8px;width:100%}.contact-irb-compose{resize:vertical;background:#fff;border:1px solid #dadce0;border-radius:8px;flex-direction:column;min-height:168px;max-height:520px;display:flex;overflow:auto;box-shadow:0 1px 2px #3c404314}.contact-irb-compose:focus-within{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.contact-irb-copyable{color:#202124;white-space:pre-wrap;-webkit-user-select:text;user-select:text;background:#fbfbfd;border:1px solid #e7e4ef;border-radius:8px;min-height:132px;max-height:360px;padding:14px 16px;font-size:14px;line-height:20px;overflow:auto}.contact-irb-copyable :where(p,ul,ol,div){margin-top:0}.contact-message-save{align-self:flex-end;height:36px}.contact-irb-toolbar{background:#f8fafd;border-top:1px solid #e8eaed;align-items:center;gap:2px;width:100%;min-height:36px;padding:4px 8px;display:flex}.contact-irb-tool{color:#3c4043;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:28px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.contact-irb-tool:hover,.contact-irb-tool:focus-visible{background:#e8eaed;outline:0}.contact-irb-tool-active,.contact-irb-tool-active:hover,.contact-irb-tool[aria-pressed=true]{color:#202124;background:#dfe3e7}.contact-irb-tool svg{fill:currentColor;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.contact-irb-tool svg text{fill:currentColor;stroke:none;font-family:Arial,sans-serif}.contact-irb-tool[aria-label=Italic]{font-style:italic}.contact-irb-tool[aria-label=Underline]{text-decoration:underline}.contact-irb-editor{color:#202124;background:#fff;border:0;outline:0;flex:auto;min-height:122px;padding:14px 16px;font-size:14px;line-height:20px;overflow:auto}.contact-irb-editor ul,.contact-irb-editor ol{margin:4px 0;padding-left:20px}.contact-irb-editor p,.contact-irb-editor div{margin:0 0 4px}@media (width<=760px){.study-criteria-grid,.contact-methods-add,.contact-consent-options{grid-template-columns:minmax(0,1fr)}.e-consent-options{flex-wrap:wrap}.contact-irb-copy{max-width:none}.target-enrollment-control{flex-direction:column;align-items:flex-start}.target-enrollment-control input{flex-basis:auto;width:min(100%,190px)}}.upload-file-button{cursor:pointer;justify-content:center;align-items:center;width:auto;display:inline-flex}.upload-file-button input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.study-version-sheet .document-sheet-body{flex-direction:column;gap:16px;display:flex;overflow:hidden}.study-version-selector{grid-template-columns:minmax(0,1fr) minmax(220px,300px);align-items:end;gap:12px;padding:4px 0 12px;display:grid}.latest-version-card{border-radius:var(--radius-md);min-width:0;min-height:58px;color:var(--foreground);cursor:pointer;text-align:left;background:#fff;border:1px solid #d9d7e4;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 12px;padding:10px 12px;transition:transform .12s,border-color .12s,background-color .12s,box-shadow .12s;display:grid}.latest-version-card.selected{border-color:var(--teal);background:#f3f8f8;box-shadow:0 0 0 2px #7dbabb2e}.latest-version-card:hover{border-color:var(--teal);background:var(--accent);transform:translateY(-1px)}.latest-version-card span,.previous-version-select span{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.latest-version-card strong{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;line-height:18px;overflow:hidden}.latest-version-card small{color:var(--muted);white-space:nowrap;grid-area:1/2/span 2;font-size:12px;line-height:16px}.previous-version-select{gap:6px;min-width:0;display:grid}.previous-version-select select{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:38px;color:var(--foreground);background:#fff;padding:8px 34px 8px 10px;font-size:13px;line-height:18px}.pdf-selector-heading{flex-direction:column;gap:4px;display:flex}.pdf-selector-heading h3,.pdf-selector-heading p{margin:0}.pdf-selector-heading h3{color:var(--foreground);font-size:14px;font-weight:800;line-height:20px}.pdf-selector-heading p{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.study-version-card{flex:auto;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;min-height:0;display:grid}.study-version-meta{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:6px;padding:16px;display:flex}.study-version-meta p,.study-version-meta span{color:var(--foreground);margin:0;font-size:14px;font-weight:800;line-height:20px}.study-version-meta span{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.study-version-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.danger-outline{color:#dc2626;border-color:#dc26263d}.danger-outline:hover{background:#dc26260f}.document-delete-confirm{border-radius:var(--radius-md);background:#fff7f7;border:1px solid #dc26263d;justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.document-delete-confirm strong{color:var(--foreground);font-size:14px;font-weight:900;line-height:20px;display:block}.document-delete-confirm p{color:var(--muted);margin:2px 0 0;font-size:13px;font-weight:500;line-height:18px}.document-delete-actions{flex:none;align-items:center;gap:8px;display:flex}.study-version-edit{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:16px;min-height:0;padding:16px;display:flex;overflow-y:auto}.document-text-edit{flex-direction:column;gap:8px;display:flex}.document-text-edit span{color:var(--foreground);font-size:14px;font-weight:900;line-height:20px}.document-text-edit textarea{resize:vertical;border:1px solid var(--input);border-radius:var(--radius-md);width:100%;min-height:420px;color:var(--foreground);background:#fff;outline:0;padding:12px;font-size:14px;line-height:21px}.document-text-edit textarea:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.manual-criteria-field.compact{height:auto}.manual-criteria-field.compact .manual-criteria-editor{height:220px;min-height:180px;max-height:30vh}.criteria-editor-stack{grid-template-columns:1fr;gap:18px;display:grid}.study-version-save,.study-version-edit-actions{align-self:flex-end}.study-version-edit-actions{z-index:2;background:#fff;justify-content:flex-end;align-items:center;gap:8px;padding:12px 0 0;display:flex;position:sticky;bottom:0}.version-edit-message{color:var(--muted);margin:0;font-size:13px;font-weight:700;line-height:18px}.study-version-copy{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;min-height:260px;padding:16px;overflow-y:auto}.study-version-copy>p{color:var(--foreground);margin:0;font-size:14px;line-height:20px}.text-document-copy p,.manual-criteria-preview p,.criteria-rich-preview{white-space:pre-wrap}.pdf-preview{flex-direction:column;gap:12px;display:flex}.pdf-preview iframe{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:100%;height:520px}.pdf-preview a{color:var(--lake);align-self:flex-start;font-size:14px;font-weight:800;line-height:20px;text-decoration:none}.pdf-preview a:hover{text-underline-offset:2px;text-decoration:underline}.contact-requirements-view{flex-direction:column;gap:18px;display:flex}.contact-requirements-methods{flex-direction:column;gap:10px;display:flex}.contact-requirements-methods h3{color:var(--foreground);margin:0;font-size:15px;font-weight:900;line-height:22px}.contact-method-checkboxes{flex-wrap:wrap;gap:8px;display:flex}.contact-method-checkbox{border:1px solid var(--input);min-height:34px;color:var(--foreground);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;font-weight:800;line-height:18px;display:inline-flex}.contact-method-checkbox.selected{color:var(--lake);background:#edf7f7;border-color:#30abb173}.contact-method-checkbox input{width:14px;height:14px;accent-color:var(--teal)}.contact-script-list{flex-direction:column;gap:14px;display:flex}.contact-script-field{flex-direction:column;gap:8px;display:flex}.contact-script-field span{color:var(--foreground);font-size:14px;font-weight:900;line-height:20px}.contact-script-field textarea{resize:vertical;border:1px solid var(--input);border-radius:var(--radius-md);width:100%;min-height:108px;color:var(--foreground);background:#fff;outline:0;padding:10px 12px;font-size:14px;line-height:20px}.contact-script-field textarea:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.contact-requirements-save{align-self:flex-end}.manual-criteria-preview{grid-template-columns:1fr;gap:14px;display:grid}.manual-criteria-preview h3{color:var(--foreground);margin:0 0 8px;font-size:14px;font-weight:800;line-height:20px}.manual-criteria-preview h3,.manual-criteria-preview p,.manual-criteria-preview .criteria-rich-preview{padding-inline:0}.manual-criteria-preview>h3:first-of-type,.manual-criteria-preview>h3:nth-of-type(2){border:1px solid var(--border);border-radius:var(--radius-md) var(--radius-md) 0 0;background:#fbfbfd;border-bottom:0;padding:14px 14px 0}.manual-criteria-preview>h3:first-of-type+:where(p,.criteria-rich-preview),.manual-criteria-preview>h3:nth-of-type(2)+:where(p,.criteria-rich-preview){border:1px solid var(--border);border-radius:0 0 var(--radius-md) var(--radius-md);background:#fbfbfd;border-top:0;min-height:112px;margin-top:-14px;padding:0 14px 14px}.manual-criteria-preview p{color:var(--foreground);white-space:pre-wrap;margin:0 0 12px;font-size:14px;line-height:20px}.criteria-rich-preview{color:var(--foreground);margin:0 0 12px;font-size:14px;font-style:normal;line-height:20px}.criteria-rich-preview :where(p,ul,ol){margin:0 0 8px}.criteria-rich-preview :where(ul,ol){padding-left:22px}.manual-dialog-overlay{z-index:40;background:#000000b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.manual-dialog{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,600px);min-height:420px;color:var(--foreground);background:#fff;flex-direction:column;align-items:flex-end;gap:16px;padding:24px;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.manual-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;display:flex}.manual-dialog-header h2{color:var(--foreground);margin:0;font-size:18px;font-weight:800;line-height:1}.manual-dialog-header p{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:20px}.manual-dialog-close{cursor:pointer;opacity:.7;background:0 0;border:0;flex:0 0 16px;place-items:center;width:16px;height:16px;padding:0;display:grid}.manual-dialog-close .ui-icon{width:16px;height:16px}.manual-criteria-field{border:1px solid var(--border);border-radius:var(--radius-md);background:#fbfbfd;flex-direction:column;gap:6px;width:100%;min-height:172px;padding:12px;display:flex}.manual-criteria-field span{color:var(--foreground);font-size:14px;font-weight:800;line-height:1}.manual-criteria-field textarea,.manual-criteria-editor{resize:vertical;border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:180px;min-height:132px;max-height:34vh;color:var(--foreground);background:#fff;outline:0;flex:auto;padding:8px 12px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;overflow-y:auto}.manual-criteria-field textarea::placeholder{color:var(--muted);opacity:1}.manual-criteria-editor:empty:before{content:attr(data-placeholder);color:var(--muted)}.manual-criteria-editor :where(p,ul,ol){margin:0 0 8px;font-style:normal}.manual-criteria-editor :where(ul,ol){padding-left:22px}.manual-criteria-field textarea:focus,.manual-criteria-editor:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c68791f}.add-patient-dialog{align-items:stretch;gap:24px;width:min(100%,449px);min-height:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.add-patient-dialog .study-form-field{gap:8px;width:100%}.add-patient-name-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(84px,.35fr);width:100%}.add-patient-dialog .study-form-field span{line-height:1}.manual-dialog-save{width:64px;margin-top:1px}.manual-dialog-actions{align-self:flex-end;align-items:center;gap:8px;display:flex}.add-patient-dialog .manual-dialog-save,.add-study-patient-dialog .manual-dialog-save{align-self:flex-end;width:auto;min-width:72px;height:36px;margin-top:8px;padding-inline:14px}.add-study-patient-dialog .manual-dialog-actions .small-outline,.add-study-patient-dialog .manual-dialog-actions .manual-dialog-save{min-width:72px;height:36px;margin-top:0;padding-inline:14px;font-size:13px;line-height:18px}.contact-dialog{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b9b5c8 transparent;border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,480px);max-height:min(760px,100vh - 48px);color:var(--foreground);background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.contact-dialog::-webkit-scrollbar{width:10px}.why-eligible-sidebar::-webkit-scrollbar{width:10px}.contact-dialog::-webkit-scrollbar-track{background:0 0}.why-eligible-sidebar::-webkit-scrollbar-track{background:0 0}.contact-dialog::-webkit-scrollbar-thumb{background:#b9b5c8 padding-box content-box;border:3px solid #0000;border-radius:9999px}.why-eligible-sidebar::-webkit-scrollbar-thumb{background:#b9b5c8 padding-box content-box;border:3px solid #0000;border-radius:9999px}.contact-dialog::-webkit-scrollbar-thumb:hover{background:#9f99b7 padding-box content-box}.why-eligible-sidebar::-webkit-scrollbar-thumb:hover{background:#9f99b7 padding-box content-box}.patient-info-dialog-group{justify-content:center;align-items:flex-start;gap:16px;width:min(100%,960px);max-height:min(820px,100vh - 48px);display:flex}.patient-info-sheet{background:var(--accent);gap:16px;width:min(100%,600px);max-height:min(820px,100vh - 48px)}.patient-profile-card{border-radius:var(--radius-md);background:#fbfbfd;border:1px solid #f0edf5;flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:18px;padding:34px 16px 16px;display:flex}.patient-profile-avatar{color:#32404a;background:#d9d7e2;border:2px solid #fff;border-radius:9999px;place-items:center;width:96px;height:96px;margin-top:-68px;display:grid;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.patient-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.patient-profile-placeholder-icon{width:54px;height:54px;color:var(--teal)}.patient-profile-card h2{color:#32404a;text-align:center;margin:0;font-size:17px;font-weight:800;line-height:24px}.patient-profile-facts{grid-template-columns:repeat(2,minmax(112px,136px));justify-content:center;gap:6px 12px;width:100%;margin:0;display:grid}.patient-profile-facts div{color:#32404a;grid-template-columns:14px max-content;grid-template-areas:"icon label""icon value";justify-content:center;align-items:center;column-gap:8px;min-width:0;min-height:30px;padding:2px 8px;display:grid}.patient-profile-facts .ui-icon,.patient-profile-icon{grid-area:icon;align-self:center;width:14px;height:14px}.patient-profile-facts .ui-icon{filter:brightness(0)saturate()invert(65%)sepia(21%)saturate(624%)hue-rotate(135deg)brightness(90%)contrast(87%)}.patient-profile-icon{color:#32404a;border-radius:4px;place-items:center;font-size:10px;font-weight:700;line-height:1;display:grid}.patient-profile-facts dt{color:var(--muted);grid-area:label;font-size:10px;font-weight:600;line-height:12px}.patient-profile-facts dd{color:#32404a;text-overflow:ellipsis;white-space:nowrap;grid-area:value;min-width:0;margin:0;font-size:12px;font-weight:500;line-height:16px;overflow:hidden}.patient-study-summary{flex-direction:column;gap:14px;width:100%;display:flex}.patient-study-section{background:#fff;border:1px solid #ece8f2;border-radius:12px;flex-direction:column;gap:14px;padding:18px;display:flex}.patient-study-section:first-child{padding-top:18px}.patient-study-section header{flex-direction:column;gap:8px;display:flex}.patient-study-section h3{min-width:0;color:var(--foreground);margin:0;font-size:16px;font-weight:700;line-height:22px}.patient-study-meta{color:#32404a;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;font-size:14px;font-weight:500;line-height:20px;display:grid}.patient-study-meta-text{flex-wrap:wrap;align-items:center;gap:8px 14px;min-width:0;display:flex}.patient-status-chip{cursor:default;pointer-events:none;text-align-last:auto;justify-content:center;align-items:center;padding-right:10px;display:inline-flex;background-image:none!important}.patient-study-actions{flex-direction:column;gap:12px;display:flex}.patient-study-eligibility-row{width:100%;min-height:44px;color:var(--foreground);text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;display:grid}.patient-study-eligibility-row>span{overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:500;line-height:18px}.patient-study-action-view.small-outline{height:32px;padding:6px 12px;font-size:13px;line-height:18px}.patient-study-action-view[aria-expanded=true]{border-color:var(--teal);background:var(--accent)}.patient-study-actions small{max-width:132px;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;background:#d9d7e2;border-radius:9999px;padding:2px 10px;font-size:12px;font-weight:800;line-height:16px;overflow:hidden}.why-eligible-sidebar{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b9b5c8 transparent;border-radius:var(--radius-md);width:min(100%,360px);max-height:min(720px,100vh - 48px);color:var(--foreground);background:#fff;border:1px solid #d8eef0;flex-direction:column;gap:16px;padding:20px;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.why-eligible-sidebar header{gap:4px;padding-right:28px;display:grid}.why-eligible-sidebar h3,.why-eligible-sidebar h4,.why-eligible-sidebar p{margin:0}.why-eligible-sidebar h3{color:var(--foreground);font-size:18px;font-weight:800;line-height:24px}.why-eligible-sidebar header p{color:var(--muted);font-size:13px;font-weight:500;line-height:18px}.why-eligible-lists{flex-direction:column;gap:14px;display:flex}.why-eligible-lists section{flex-direction:column;gap:6px;display:flex}.why-eligible-sidebar h4{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.why-eligible-sidebar ol{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.why-eligible-sidebar li,.why-eligible-sidebar p{color:var(--foreground);font-size:13px;font-weight:500;line-height:18px}.why-eligible-sidebar li.not-met{color:var(--muted);opacity:.58}.patient-study-consents{gap:8px;padding-top:0}.patient-study-contact-attempts{gap:8px}.contact-attempt-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;display:grid}.contact-attempt-list div{grid-template-columns:42px minmax(2ch,max-content);align-items:baseline;gap:8px;min-width:0;display:grid}.contact-attempt-list span,.contact-attempt-list strong{color:var(--foreground);font-size:12px;font-weight:400;line-height:16px}.contact-attempt-list strong{text-align:right;white-space:nowrap}.sign-consent-dialog{width:min(100%,620px)}.consent-audit-dialog{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,720px);max-height:min(680px,100vh - 48px);color:var(--foreground);background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.consent-audit-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.consent-audit-search{flex:auto;width:100%;max-width:none;height:40px;min-height:40px}.consent-audit-date-filter{flex:0 0 156px;gap:3px;display:grid}.consent-audit-date-filter span{color:var(--muted);font-size:11px;font-weight:800;line-height:12px}.consent-audit-date-filter input{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:40px;color:var(--foreground);background:#fff;padding:8px 10px;font-size:13px;line-height:18px}.consent-audit-clear-date{flex:none}.consent-audit-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);min-height:0;max-height:360px;overflow:auto}.consent-audit-table{border-collapse:collapse;background:#fff;width:100%;min-width:640px}.consent-audit-table th,.consent-audit-table td{border-bottom:1px solid var(--border);text-align:left;padding:12px;font-size:13px;line-height:18px}.consent-audit-table th{z-index:1;background:var(--accent);color:var(--muted);font-weight:900;position:sticky;top:0}.consent-audit-table tr:last-child td{border-bottom:0}.consent-audit-open{display:inline-flex}.enrolled-dialog{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,800px);color:var(--foreground);background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.add-study-patient-dialog{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,520px);color:var(--foreground);background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.add-study-patient-dialog .manual-dialog-close{opacity:1;border-radius:999px;flex-basis:32px;width:32px;height:32px;top:14px;right:14px}.add-study-patient-dialog .manual-dialog-close:hover{background:#f3f4f6}.add-study-patient-dialog .manual-dialog-close .ui-icon{opacity:.72;width:14px;height:14px}.add-study-patient-dialog .study-form-field select{background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L8 7L13 3' stroke='%23AAA6B5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.screening-dialog{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,520px);color:var(--foreground);background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.screening-checklist{flex-direction:column;gap:10px;display:flex}.screening-checklist-close{width:92px;height:36px}.screening-check{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--accent);cursor:pointer;align-items:center;gap:12px;min-height:48px;padding:12px;display:flex}.screening-check:hover{border-color:var(--teal)}.screening-check input{opacity:0;pointer-events:none;position:absolute}.screening-check-box{border:1px solid var(--input);background:#fff;border-radius:6px;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.screening-check input:checked+.screening-check-box{border-color:var(--teal);background:var(--teal)}.screening-check-box .ui-icon{width:14px;height:14px}.screening-check>span:last-child{color:var(--foreground);font-size:14px;font-weight:700;line-height:20px}.patient-finder-results{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;max-height:188px;padding:6px;overflow-y:auto}.patient-finder-results button{width:100%;min-height:48px;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;padding:8px 10px;display:flex}.patient-finder-results button:hover,.patient-finder-results button.selected{background:var(--accent)}.patient-finder-results span{color:var(--muted);font-size:12px;line-height:16px}.patient-finder-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--accent);padding:16px}.patient-finder-card h3{margin:0 0 12px;font-size:16px;font-weight:800;line-height:20px}.patient-finder-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.patient-finder-card dt{color:var(--muted);font-size:12px;line-height:16px}.patient-finder-card dd{color:var(--foreground);overflow-wrap:anywhere;margin:2px 0 0;font-size:14px;font-weight:700;line-height:20px}.enrolled-popup-table{border-collapse:collapse;table-layout:fixed;width:100%}.enrolled-dialog-footer{justify-content:flex-end;padding:16px 0 0;display:flex}.enrolled-popup-table th,.enrolled-popup-table td{border-bottom:1px solid var(--border);height:52px;color:var(--foreground);text-align:left;padding:14px 10px;font-size:14px;line-height:20px}.enrolled-popup-table th:first-child,.enrolled-popup-table td:first-child{width:36%}.enrolled-popup-table th:nth-child(2),.enrolled-popup-table td:nth-child(2),.enrolled-popup-table th:nth-child(3),.enrolled-popup-table td:nth-child(3){width:22%}.enrolled-popup-table th:last-child,.enrolled-popup-table td:last-child{text-align:right;width:104px}.enrolled-action-select{border:1px solid var(--input);border-radius:var(--radius-md);width:88px;max-width:100%;height:34px;color:var(--foreground);cursor:pointer;text-overflow:ellipsis;text-align:left;vertical-align:middle;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.25L6 5.75L10 2.25' stroke='%2387929F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-size:12px 8px;outline:0;padding:6px 28px 6px 10px;font-size:13px;font-weight:400;line-height:18px;display:inline-block;overflow:hidden}.enrolled-action-select option{font-weight:400}.enrolled-action-select:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c687929}.enrolled-popup-table th{color:var(--muted);white-space:nowrap;font-weight:800}.enrolled-popup-table .clinic-sort-header{color:var(--muted)}.enrolled-popup-table .clinic-sort-menu{min-width:124px}.enrolled-popup-table tr:last-child td{border-bottom:0}.enrolled-popup-table tbody tr:hover,.enrolled-popup-table tbody tr:hover td{background:var(--accent)}.reversible-actions{justify-content:flex-end;gap:8px;display:flex}.contact-dialog-close{position:absolute;top:15px;right:15px}.contact-dialog-header{flex-direction:column;gap:6px;padding-right:28px;display:flex}.contact-dialog-header h2{color:var(--foreground);margin:0;font-size:18px;font-weight:800;line-height:18px}.contact-dialog-header p{color:var(--muted);margin:0;font-size:14px;line-height:20px}.contact-options{flex-direction:column;gap:12px;display:flex}.patient-dialog-section{flex-direction:column;gap:10px;display:flex}.patient-dialog-section h3{color:var(--foreground);margin:0;font-size:14px;font-weight:700;line-height:20px}.patient-history-list,.form-history-panel{flex-direction:column;gap:0;display:flex}.patient-contact-methods-section{background:#fff;border:1px solid #ece8f2;border-radius:12px;padding:16px 18px}.patient-history-row{background:0 0;border:0;border-radius:0;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:2px 10px;padding:9px 0;display:grid}.patient-history-row.preferred{border-radius:var(--radius-md);box-shadow:none;background:#f8fcfc;border:0}.patient-history-row span{color:var(--muted);font-size:12px;font-weight:500;line-height:18px}.patient-history-row strong{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:18px;overflow:hidden}.patient-history-row small{background:var(--teal);color:#fff;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:700;line-height:16px}.consent-date-list{flex-direction:column;gap:8px;display:flex}.consent-date-row{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:12px;display:grid}.consent-date-row span,.consent-date-row strong{color:var(--foreground);white-space:nowrap;font-size:12px;font-weight:400;line-height:16px}.screening-history-card{border:1px solid var(--teal);border-radius:var(--radius-md);box-shadow:inset 3px 0 0 var(--teal);background:#f4fbfb;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;display:grid}.screening-history-card div{min-width:0}.screening-history-card span{color:var(--muted);font-size:12px;font-weight:800;line-height:16px;display:block}.screening-history-card strong{color:var(--foreground);margin-top:2px;font-size:14px;font-weight:800;line-height:20px;display:block}.screening-history-card p{color:var(--lake);grid-column:1/-1;margin:0;font-size:12px;font-weight:700;line-height:16px}.contact-option{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--accent);min-height:76px;color:var(--foreground);cursor:pointer;text-align:left;align-items:center;gap:16px;padding:16px;display:flex}.contact-option:hover{border-color:var(--teal)}.contact-option.preferred{border-color:var(--teal);background:linear-gradient(#ffffffb8, #ffffffb8), var(--teal);box-shadow:inset 4px 0 0 var(--teal)}.contact-option.expanded{align-items:flex-start;min-height:104px}.contact-option-icon{border:1px solid var(--input);border-radius:var(--radius-md);width:40px;height:40px;color:var(--foreground);background:#fff;flex:0 0 40px;place-items:center;font-size:12px;font-weight:800;line-height:14px;display:grid}.contact-option-copy{min-width:0;color:var(--foreground);flex:auto;align-items:baseline;gap:4px;font-size:16px;line-height:24px;display:flex}.contact-option.expanded .contact-option-copy{flex-direction:column;align-items:flex-start;gap:2px}.contact-option-copy strong{font-weight:800}.contact-option-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.contact-option.expanded .contact-option-copy span{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;overflow:visible}.preferred-tag{background:var(--teal);color:#fff;border-radius:9999px;flex:none;padding:2px 8px;font-size:12px;font-weight:800;line-height:16px}.consent-history-panel{flex-direction:column;gap:12px;display:flex}.current-consent-row,.empty-consent-history{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--accent);padding:14px}.current-consent-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.current-consent-row div{flex-direction:column;gap:2px;min-width:0;display:flex}.current-consent-row strong{color:var(--foreground);margin:0;font-size:14px;font-weight:900;line-height:20px}.current-consent-row span,.previous-consent-select span{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.previous-consent-select{gap:6px;display:grid}.previous-consent-select select{border:1px solid var(--input);border-radius:var(--radius-md);width:100%;height:38px;color:var(--foreground);background:#fff;padding:8px 10px;font-size:13px;line-height:18px}.inline-form-preview{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:8px;padding:10px;display:flex}.inline-form-preview-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.inline-form-preview-header strong{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;line-height:18px;overflow:hidden}.inline-form-preview-header span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700;line-height:16px}.empty-consent-history{color:var(--foreground);margin:0;font-size:14px;line-height:20px}.consent-selected-open{align-self:flex-start}.consent-pdf-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:10px;padding:12px;display:flex}.consent-pdf-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.consent-pdf-panel-header div{flex-direction:column;gap:2px;min-width:0;display:flex}.consent-pdf-panel-header strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;line-height:20px;overflow:hidden}.consent-pdf-panel-header span{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.consent-pdf-frame{border:1px solid var(--border);border-radius:var(--radius-md);background:#f8f8fb;width:100%;height:320px}.consent-pdf-frame.compact{height:220px}.consent-text-preview{border:1px solid var(--border);border-radius:var(--radius-md);min-height:160px;color:var(--foreground);background:#f8f8fb;padding:12px;font-size:13px;line-height:20px;overflow-y:auto}.signature-help{color:var(--muted);margin:-6px 0 0;font-size:12px;line-height:18px}.contact-patients-card{flex-direction:column;align-items:stretch;min-height:292px}.contact-card-heading{align-items:center;gap:12px;display:flex}.contact-methods{border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:8px 0 24px;display:flex}.contact-switches{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.contact-switch{height:32px;color:var(--foreground);cursor:pointer;background:0 0;justify-content:flex-start;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.switch-track{background:#d9d7e4;border-radius:9999px;flex:0 0 36px;align-items:center;width:36px;height:20px;padding:2px;transition:background-color .12s;display:flex}.contact-switch.on .switch-track{background:var(--teal);justify-content:flex-end}.switch-thumb{background:#fff;border-radius:9999px;width:16px;height:16px;box-shadow:0 1px 2px #00000029}.irb-copy{flex-direction:column;gap:8px;display:flex}.irb-copy textarea{resize:vertical;border:1px solid var(--input);border-radius:var(--radius-md);width:100%;min-height:80px;color:var(--foreground);background:#fff;outline:0;padding:10px 12px;font-size:14px;line-height:20px}.study-form-status{min-height:20px;color:var(--muted);text-align:left;margin:-8px 0 0}.detail-hero{background:var(--app-shell);min-height:62px;padding:2px 24px 12px;display:flex}.history-button{color:#ffffffd1;cursor:pointer;letter-spacing:0;background:0 0;border:0;align-items:center;gap:4px;min-height:24px;padding:0;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.history-button span:not(.history-arrow){align-items:center;height:16px;display:inline-flex;transform:translateY(2px)}.history-arrow{color:var(--teal);font-size:16px;font-weight:800;line-height:1;display:block}.history-button:hover,.history-button:hover .history-arrow{color:#fff}.detail-hero-main{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:12px;width:100%;display:grid}.detail-title{flex:auto;min-width:0;padding-right:12px}.detail-title p{color:#fff9;margin:0;font-size:14px;line-height:20px}.detail-title .study-title-spacer{min-height:20px}.document-actions{flex:none;align-self:end;align-items:center;gap:12px;margin-bottom:16px;display:flex}.document-actions button{border-radius:var(--radius-md);background:var(--teal);color:#fff;cursor:pointer;border:1px solid #0000;height:40px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:800;line-height:20px}.document-action-button{width:118px}.document-actions button:hover{background:#6baeb0;box-shadow:0 8px 18px #3c687938}.document-actions .detail-edit-study-button{color:#fff;background:#ffffff1a;border-color:#ffffff70}.document-actions .detail-edit-study-button:hover{background:#ffffff2e;border-color:#fff}.document-actions .detail-edit-study-button:disabled{opacity:.55;cursor:not-allowed}.document-actions .icon-only{border-color:#0000;place-items:center;width:40px;padding:0;display:grid}.detail-content{flex-direction:column;flex:auto;height:auto;min-height:0;padding:24px;display:flex;overflow:hidden}.detail-content-header{align-items:flex-start;max-width:none;height:auto;min-height:52px;margin-bottom:12px;overflow:visible}.patient-grid{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:0;display:grid}.patient-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;grid-template-rows:36px 84px 46px minmax(0,1fr);min-height:0;padding:24px;display:grid;box-shadow:0 1px 2px #0000000d}.patient-card-header{justify-content:space-between;align-items:flex-start;height:36px;display:flex}.patient-card h3{align-items:baseline;gap:6px;margin:0;font-size:16px;font-weight:800;line-height:16px;display:inline-flex}.patient-card-count{color:var(--teal);font-size:22px;font-weight:800;line-height:24px}.patient-column-search{flex:none;width:100%;height:36px;margin:0 0 10px;padding:6px 10px}.patient-column-search input{font-size:13px;line-height:18px}.patient-list-scroll{scrollbar-gutter:stable;background:linear-gradient(#f3f2f6,#f3f2f6) right 0 top 53px/10px calc(100% - 58px) no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 top 48px/10px 10px no-repeat,radial-gradient(circle,#f3f2f6 0 5px,#0000 5.5px) right 0 bottom 0/10px 10px no-repeat;flex:auto;min-height:0;padding-right:12px;overflow-y:scroll}.patient-list-scroll thead th{z-index:20;background:#fff;position:sticky;top:0}.study-table-scroll,.clinic-study-list,.patient-list-scroll{scrollbar-width:thin;scrollbar-color:#b9b5c8 transparent}.study-table-scroll::-webkit-scrollbar{width:10px;height:10px}.clinic-study-list::-webkit-scrollbar{width:10px;height:10px}.patient-list-scroll::-webkit-scrollbar{width:10px;height:10px}.study-table-scroll::-webkit-scrollbar-track{background:0 0;border-radius:9999px}.clinic-study-list::-webkit-scrollbar-track{background:0 0;border-radius:9999px}.patient-list-scroll::-webkit-scrollbar-track{background:0 0;border-radius:9999px}.study-table-scroll::-webkit-scrollbar-thumb{background:#b9b5c8;border:0;border-radius:9999px}.clinic-study-list::-webkit-scrollbar-thumb{background:#b9b5c8;border:0;border-radius:9999px}.patient-list-scroll::-webkit-scrollbar-thumb{background:#b9b5c8;border:0;border-radius:9999px}.study-table-scroll::-webkit-scrollbar-track{margin-top:48px;margin-bottom:5px}.patient-list-scroll::-webkit-scrollbar-track{margin-top:48px;margin-bottom:5px}.clinic-study-list::-webkit-scrollbar-track{margin-top:5px;margin-bottom:5px}.study-table-scroll,.clinic-study-list,.patient-list-scroll{scrollbar-width:thin}.study-table-scroll::-webkit-scrollbar{width:10px}.clinic-study-list::-webkit-scrollbar{width:10px}.patient-list-scroll::-webkit-scrollbar{width:10px}.study-table-scroll::-webkit-scrollbar-track{border-radius:9999px}.clinic-study-list::-webkit-scrollbar-track{border-radius:9999px}.patient-list-scroll::-webkit-scrollbar-track{border-radius:9999px}.study-table-scroll::-webkit-scrollbar-thumb{border:0}.clinic-study-list::-webkit-scrollbar-thumb{border:0}.patient-list-scroll::-webkit-scrollbar-thumb{border:0}.clinic-patient-table tbody::-webkit-scrollbar{width:10px}.clinic-patient-table tbody::-webkit-scrollbar-track{background:0 0;border-radius:9999px;margin-top:5px;margin-bottom:5px}.clinic-patient-table tbody::-webkit-scrollbar-thumb{background:#b9b5c8;border:0;border-radius:9999px}.small-outline{border:1px solid var(--input);border-radius:var(--radius-md);height:36px;color:var(--foreground);cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:8px 12px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.small-outline:hover{border-color:var(--teal);background:var(--accent);box-shadow:0 6px 14px #18132b14}.eligible-contact-entry-button{border-color:var(--muted);background:var(--muted);color:#fff}.eligible-contact-entry-button:not(:disabled):hover{background:#625d73;border-color:#625d73;box-shadow:0 8px 18px #736f8533}.eligible-contact-entry-button:disabled{color:var(--muted);background:#f6f5f8;border-color:#e4e2ea}.metrics{grid-template-columns:repeat(auto-fit,minmax(62px,1fr));align-items:start;gap:0 8px;height:64px;min-height:64px;margin:12px 0 8px;display:grid}.metric{text-align:left;grid-template-rows:34px 24px;align-items:start;min-width:0;padding:0 10px 0 0;display:grid}.metric:first-child{padding-left:0}.metric:last-child{padding-right:0}.patient-card-in-screening .metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metric span,.metric strong{display:block}.metric span{color:var(--muted);white-space:normal;font-size:12px;line-height:14px}.metric strong{color:var(--teal);font-size:20px;font-weight:500;line-height:24px}.danger-text,.metric .danger-text{color:#6f6378}.patient-table th:first-child,.patient-table td:first-child{width:58%}.patient-table.has-middle-column th:first-child,.patient-table.has-middle-column td:first-child{width:38%}.patient-table.has-middle-column th:nth-child(2),.patient-table.has-middle-column td:nth-child(2){width:32%;padding-left:8px;padding-right:8px}.patient-table.has-middle-column th:nth-child(2){white-space:normal;text-overflow:clip;text-align:center;line-height:16px;overflow:visible}.patient-table.has-middle-column th:nth-child(2) .clinic-sort-header{text-align:center;justify-content:center}.patient-table.has-middle-column th:nth-child(2) .clinic-sort-control{justify-content:center}.patient-table.has-middle-column th:nth-child(2) .clinic-sort-menu{left:50%;transform:translate(-50%)}.patient-table th:last-child,.patient-table td:last-child{text-align:right;width:42%;padding-right:8px}.patient-table.has-middle-column th:last-child,.patient-table.has-middle-column td:last-child{width:30%;padding-left:8px}.patient-table th:last-child .clinic-sort-header,.patient-table th:last-child .clinic-sort-control{justify-content:flex-end}.patient-table th:last-child .clinic-sort-menu{left:auto;right:0}.screening-date-field{box-sizing:border-box;background:#f8fcfc;border:1px solid #d8eef0;border-radius:9999px;align-items:center;width:min(100%,136px);height:26px;margin:0 auto;display:flex;position:relative;overflow:hidden}.screening-date-text-input{min-width:0;height:100%;color:var(--lake);text-align:center;background:0 0;border:0;outline:none;flex:auto;padding:2px 0 2px 10px;font-size:11px;font-weight:500;line-height:16px}.screening-date-text-input:not(.has-date-value){color:#aaa6b5}.screening-date-text-input::placeholder{color:#aaa6b5;opacity:1}.screening-date-native-input{opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;position:absolute}.screening-date-native-input::-webkit-calendar-picker-indicator{display:none}.screening-date-calendar-button{cursor:pointer;background:0 0;border:0;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:100%;padding:0 7px 0 2px;display:inline-flex}.screening-date-icon{flex:0 0 12px;width:12px;height:13px}.screening-date-field:focus-within{border-color:var(--teal);outline:0;box-shadow:0 0 0 3px #7dbabb2e}.reversible-screening-dates-cell{justify-items:stretch;gap:5px;width:min(100%,172px);margin:0 auto;display:grid}.reversible-date-line{color:var(--lake);text-align:left;grid-template-columns:minmax(0,1fr) 104px;align-items:center;gap:5px;font-size:10px;font-weight:800;line-height:12px;display:grid}.reversible-date-line .screening-date-field{width:104px;height:26px;position:relative}.reversible-date-line .screening-date-display{padding-inline:6px}.reversible-date-summary{box-sizing:border-box;border-radius:var(--radius-md);width:min(100%,176px);min-height:50px;color:var(--lake);text-align:left;background:#f8fcfc;border:1px solid #d8eef0;gap:4px;margin:0 auto;padding:5px 7px;font-size:11px;font-weight:800;line-height:13px;display:grid;overflow:hidden}.reversible-date-row{cursor:pointer;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:3px;min-width:0;display:grid;position:relative}.reversible-date-summary strong{color:var(--lake);font-size:11px;font-weight:800}.reversible-date-value{min-width:0;color:var(--lake);white-space:nowrap;pointer-events:none;justify-content:flex-end;align-items:center;gap:3px;font-size:11px;display:inline-flex}.reversible-date-value span{min-width:0;overflow:hidden}.reversible-date-row input{z-index:2;opacity:0;cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border:0;width:100%;height:100%;position:absolute;inset:0}.reversible-date-row:focus-within{outline:0}.reversible-date-row:focus-within .reversible-date-value{border-radius:9999px;box-shadow:0 0 0 2px #7dbabb33}.reversible-date-summary .screening-date-icon{flex:0 0 9px;width:9px;height:10px}.reversible-date-summary:hover{border-color:#d8eef0;box-shadow:0 6px 14px #18132b1a}.study-table .empty-table-cell,.patient-table .empty-table-cell,.enrolled-table .empty-table-cell{color:var(--muted);text-align:left;font-style:italic}.patient-table tbody tr.highlighted-patient-row,.patient-table tbody tr.highlighted-patient-row td{background:#f1fbfb}.patient-table tbody tr.highlighted-patient-row:hover,.patient-table tbody tr.highlighted-patient-row:hover td{background:#e8f6f6}.patient-status-select{box-sizing:border-box;width:150px;height:24px;color:var(--lake);cursor:pointer;text-align:center;text-align-last:center;appearance:none;background-color:#d8eef0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233C6879' d='M0 1.4 8 10 16 1.4 13.8 0 8 6.2 2.2 0z'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:10px 6px;border:0;border-radius:9999px;padding:2px 24px 2px 10px;font-family:inherit;font-size:12px;font-weight:800;line-height:16px}.patient-status-select::-ms-expand{display:none}.patient-status-select:hover{transform:translateY(-1px);box-shadow:0 6px 14px #18132b1a}.patient-status-select:focus{outline:0;box-shadow:0 0 0 3px #3c68791f}.patient-status-select.contact,.patient-status-select.to-contact,.patient-status-select.opted-in,.patient-status-select.in-screening,.patient-status-select.reversible{background-color:var(--teal);color:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M0 1.4 8 10 16 1.4 13.8 0 8 6.2 2.2 0z'/%3E%3C/svg%3E")}.patient-status-select.sign-consent{color:var(--lake);background-color:#eaf6f6}.patient-status-select.opted-out,.patient-status-select.poor-candidate,.patient-status-select.failed,.patient-status-select.withdrew{color:#6f6378;background-color:#e8e3ea;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236F6378' d='M0 1.4 8 10 16 1.4 13.8 0 8 6.2 2.2 0z'/%3E%3C/svg%3E")}.patient-status-select.waiting-on-response{color:var(--muted);background-color:#f3f2f6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23736F85' d='M0 1.4 8 10 16 1.4 13.8 0 8 6.2 2.2 0z'/%3E%3C/svg%3E")}.patient-status-select.is-next-step{box-shadow:0 0 0 3px #7dbabb2e}.screening-status-select{width:150px}.screening-status-split{border-radius:9999px;width:150px;height:24px;display:block;position:relative;overflow:hidden}.screening-status-split:hover{transform:translateY(-1px);box-shadow:0 6px 14px #18132b1a}.screening-status-split:focus-within{box-shadow:0 0 0 3px #3c68791f}.screening-status-split .patient-status-select:hover,.screening-status-split .patient-status-select:focus{box-shadow:none;transform:none}.screening-status-main{z-index:2;color:#fff;cursor:pointer;text-align:center;background:0 0;border:0;justify-content:center;align-items:center;padding:2px 0 2px 10px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex;position:absolute;inset:0 28px 0 0}.screening-status-native-select{z-index:1;-webkit-text-fill-color:transparent;text-align:center;text-align-last:center;width:150px;position:absolute;inset:0;color:#0000!important}.screening-status-native-select option{color:var(--lake);-webkit-text-fill-color:var(--lake)}.screening-status-button{cursor:pointer;text-align:center;background-image:none;border:0;padding:2px 10px}.screening-status-change-select{width:150px}.screening-workflow-control{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.screening-action-chip{width:150px;height:24px;color:var(--lake);cursor:pointer;text-align:center;background:#f8fcfc;border:1px solid #d8eef0;border-radius:9999px;justify-content:center;align-items:center;padding:2px 10px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.screening-action-chip.is-next-step{color:var(--lake);background:#eefafa;border-color:#9ed1d1;box-shadow:0 0 0 3px #7dbabb24}.eligible-status-control{justify-content:flex-end;align-items:center;display:flex;position:relative}.eligible-status-control.has-contact-method .patient-status-select{width:166px;padding-left:30px}.eligible-status-contact-method{pointer-events:none;z-index:1;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.eligible-status-contact-method .ui-icon{width:13px;height:13px}.recontact-ready-button{cursor:pointer;background:var(--teal);color:#fff;text-align:center;border:0;border-radius:9999px;justify-content:center;align-items:center;width:150px;height:24px;padding:2px 10px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.recontact-ready-button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #18132b1a}.recontact-ready-button:focus{outline:0;box-shadow:0 0 0 3px #3c68791f}.status-pill-button{cursor:pointer;background:0 0;border-radius:9999px;justify-content:center;max-width:100%;padding:0;display:inline-flex}.status-pill-button:not(.static):hover{box-shadow:0 6px 14px #18132b1a}.status-pill-button.static{cursor:default}.patient-header-tools{grid-template-columns:repeat(5,max-content);justify-content:end;align-items:center;gap:8px;display:grid}.eligible-contact-dialog{border:1px solid var(--border);border-radius:var(--radius-md);width:min(100%,1080px);max-height:calc(100vh - 48px);color:var(--foreground);background:#f7f8fa;grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 24px 56px #0f172a33}.eligible-contact-header,.eligible-contact-toolbar,.eligible-contact-footer{background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.eligible-contact-header{padding-bottom:10px}.eligible-contact-header h2,.eligible-contact-header p,.eligible-contact-header .eyebrow,.eligible-contact-footer p,.eligible-contact-footer span,.eligible-compose-dialog h3,.eligible-compose-dialog p{margin:0}.eligible-contact-header h2{font-size:20px;line-height:28px}.eligible-contact-header p:not(.eyebrow){color:var(--muted);margin-top:3px;font-size:13px}.eyebrow{color:var(--lake);text-transform:uppercase;font-size:11px;font-weight:800;line-height:16px}.eligible-contact-toolbar{align-items:flex-end;padding-block:8px 14px}.eligible-contact-settings{align-items:flex-end;gap:16px;display:flex}.eligible-contact-method,.eligible-contact-attempt-summary{width:140px;margin:0}.eligible-contact-method span,.eligible-contact-attempt-summary span{color:#2a2941;font-size:13px;font-weight:700;line-height:18px}.eligible-contact-method select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.25L6 5.75L10 2.25' stroke='%2387929F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 8px;height:36px;padding-block:7px}.eligible-contact-attempt-summary p{border-radius:var(--radius-md);min-height:36px;color:var(--muted);background:#f4f6f8;align-items:center;margin:0;padding:7px 12px;font-size:14px;font-weight:400;line-height:20px;display:flex}.eligible-contact-table-wrap{min-height:0;max-height:420px;overflow:auto}.eligible-contact-table{border-collapse:collapse;background:#fff;width:100%}.eligible-contact-table th,.eligible-contact-table td{text-align:left;vertical-align:middle;padding:12px 16px;font-size:14px;line-height:20px}.eligible-contact-table th{color:var(--muted);white-space:nowrap;font-weight:800;overflow:visible}.eligible-contact-table thead th{z-index:2;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0}.eligible-contact-table th:first-child,.eligible-contact-table td:first-child{text-align:center;width:42px}.eligible-contact-table input[type=checkbox]{accent-color:var(--lake)}.eligible-contact-table tbody tr{cursor:pointer}.eligible-contact-table tbody tr:focus-visible td{outline-offset:-2px;outline:2px solid #3c687959}.eligible-contact-table tr.is-selected td{background:#f0fafa}.eligible-contact-table td{font-weight:400}.eligible-contact-table td small{color:var(--muted);font-size:12px;display:block}.eligible-contact-value{display:block}.eligible-contact-attempt-count{min-width:28px;color:var(--foreground);text-align:left;font-weight:400;display:inline-block}.eligible-contact-table .clinic-sort-header{color:var(--muted)}.eligible-contact-table th:last-child .clinic-sort-menu{left:auto;right:0}.contact-workflow-status{color:var(--lake);background:#eefafa;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.contact-workflow-status.opted-out,.contact-workflow-status.poor-candidate{color:#b42318;background:#fff1f2}.eligible-contact-footer{border-bottom:0}.eligible-contact-footer>div:first-child{gap:2px;display:grid}.eligible-contact-footer strong{font-size:13px}.eligible-contact-footer span{color:var(--muted);font-size:12px}.eligible-contact-actions{align-items:center;gap:12px;display:flex}.eligible-contact-footer-button{border-color:var(--teal);background:var(--teal);color:#fff}.eligible-contact-footer-button:not(:disabled):hover{background:#6baeb0;border-color:#6baeb0;box-shadow:0 8px 18px #3c687933}.eligible-contact-footer-button:disabled{color:#fff;background:#b9d6d7;border-color:#b9d6d7}.eligible-contact-feedback{color:var(--lake)!important}.eligible-contact-dialog button:disabled{cursor:not-allowed;opacity:.5}.eligible-compose-overlay{z-index:2;background:#04091773;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.eligible-compose-dialog{border-radius:var(--radius-md);background:#f7f8fa;gap:0;width:min(100%,640px);padding:12px;display:grid;overflow:hidden;box-shadow:0 24px 48px #0f172a33}.eligible-compose-dialog header,.eligible-compose-dialog footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.eligible-compose-header{border-radius:var(--radius-md) var(--radius-md) 0 0;background:#fff;border:1px solid #cfd6df;border-bottom:0;min-height:42px;padding:10px 14px;box-shadow:0 1px #0f172a08}.eligible-compose-header+.eligible-compose-row{border-top-left-radius:0;border-top-right-radius:0}.eligible-compose-row,.eligible-compose-message,.eligible-compose-dialog footer{background:#fff;border-left:1px solid #cfd6df;border-right:1px solid #cfd6df}.eligible-compose-row{border-bottom:1px solid #d8dee5;grid-template-columns:64px minmax(0,1fr);align-items:center;min-height:42px;padding:0 14px;display:grid}.eligible-compose-dialog h3{color:var(--foreground);margin:0;font-size:14px;font-weight:600;line-height:20px}.eligible-compose-dialog p:not(.eyebrow){color:var(--muted);margin-top:3px;font-size:13px}.eligible-compose-row span{color:var(--muted);font-size:13px;font-weight:400}.eligible-compose-row input{width:100%;min-width:0;height:40px;color:var(--foreground);background:0 0;border:0;outline:0;padding:0;font-size:13px}.eligible-compose-row input[readonly]{color:var(--foreground)}.eligible-compose-message{padding:14px;display:block}.eligible-compose-message textarea{resize:vertical;width:100%;min-height:220px;color:var(--foreground);border:0;outline:0;padding:0;font-size:13px;line-height:20px}.eligible-compose-dialog footer{border-radius:0 0 var(--radius-md) var(--radius-md);border-top:1px solid #d8dee5;border-bottom:1px solid #cfd6df;justify-content:flex-end;align-items:center;min-height:56px;padding:10px 14px;box-shadow:0 -1px #0f172a05}.eligible-compose-footer-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.eligible-compose-footer-actions .feedback-send-button{width:auto;min-width:96px;height:40px;padding-inline:16px;font-size:14px;line-height:20px}.eligible-compose-note{color:var(--muted);font-size:12px}.eligible-manual-review-dialog{width:min(100%,980px)}.eligible-manual-review-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:16px;min-height:300px;display:grid}.eligible-review-patients,.eligible-review-template{border:1px solid var(--border);border-radius:var(--radius-md);background:#f7f8fa;min-width:0;padding:14px}.eligible-review-patients h4,.eligible-review-template h4{color:var(--foreground);margin:0 0 12px;font-size:14px;font-weight:800;line-height:20px}.eligible-review-patients ul{gap:0;margin:0;padding:0;list-style:none;display:grid}.eligible-review-patients li{border-bottom:1px solid #d8dee5;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;display:grid}.eligible-review-patients li:last-child{border-bottom:0;padding-bottom:0}.eligible-review-patient-copy{min-width:0;display:grid}.eligible-review-contacted-check{align-items:center;gap:8px;min-width:0;display:inline-flex}.eligible-review-contacted-check input{width:15px;height:15px;accent-color:var(--lake);margin:0}.eligible-review-patient-details{gap:2px;min-width:0;display:grid}.eligible-review-patient-name{color:var(--foreground);font-size:13px;font-weight:400;line-height:18px}.eligible-review-patient-name.is-contacted{color:var(--lake)}.eligible-review-contact-value{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:400;line-height:16px;display:block}.eligible-review-row-actions{align-items:center;gap:8px;display:flex}.eligible-review-row-actions select{border:1px solid var(--input);border-radius:var(--radius-md);min-width:112px;height:36px;color:var(--foreground);appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.25L6 5.75L10 2.25' stroke='%2387929F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 8px;outline:0;padding:7px 32px 7px 10px;font-size:13px;font-weight:400}.eligible-review-row-actions select:focus{border-color:var(--lake);box-shadow:0 0 0 3px #3c687929}.eligible-review-template-copy{border:1px solid var(--border);border-radius:var(--radius-md);min-height:242px;color:var(--foreground);background:#fff;padding:12px;font-size:13px;line-height:20px;overflow:auto}.eligible-review-template-copy p{margin:0 0 8px}@media (width<=760px){.eligible-contact-dialog{max-height:calc(100vh - 24px)}.eligible-contact-header,.eligible-contact-toolbar,.eligible-contact-footer{flex-direction:column;align-items:flex-start}.eligible-contact-settings{align-items:flex-start;width:100%}.eligible-contact-footer{gap:12px}.eligible-contact-actions{justify-content:space-between;width:100%}.eligible-compose-dialog footer{flex-direction:column;align-items:flex-start}.eligible-compose-footer-actions{justify-content:flex-end;width:100%;margin-left:0}.eligible-manual-review-grid,.eligible-review-patients li{grid-template-columns:minmax(0,1fr)}}.patient-header-tools .search-box,.patient-search-wrap{width:320px}.patient-search-wrap{position:relative}.patient-search-suggestions{z-index:20;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;max-height:276px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 32px #0f172a24}.patient-search-suggestions button{width:100%;min-height:36px;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:6px;align-items:center;padding:8px 10px;font-size:14px;line-height:20px;display:flex}.patient-search-suggestions button:hover{background:var(--accent)}.patient-refresh-status{color:var(--muted);text-align:right;grid-column:1/-1;margin:0;font-size:12px;line-height:16px;display:none}.patient-refresh-status.is-visible{display:block}.enrolled-summary-button{white-space:nowrap}.patient-name{align-items:center;gap:8px;max-width:100%;display:inline-flex}.patient-name-button{color:inherit;cursor:pointer;text-align:left;background:0 0;padding:0;font-weight:500}.patient-name-button:hover{color:var(--lake);text-decoration:underline}.failed-screening-row .patient-name-button,.failed-screening-row .patient-name-button:hover{color:#a4a0b4}.badge{min-width:0;max-width:100%;height:24px;color:var(--lake);text-align:center;white-space:nowrap;background:#d8eef0;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:2px 10px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.badge.danger{color:#6f6378;background:#e8e3ea}.badge.solid{background:var(--teal);color:#fff}.status-pill-button .badge{padding:2px 24px 2px 10px;position:relative}.status-caret{clip-path:polygon(0 14%,50% 100%,100% 14%,86% 0,50% 62%,14% 0);opacity:.72;background:currentColor;flex:0 0 10px;width:10px;height:6px}.status-pill-button .status-caret{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.patient-table .badge,.patient-table .patient-status-select,.patient-table .screening-status-main,.patient-table .screening-action-chip,.patient-table .recontact-ready-button{font-size:12px!important;font-weight:800!important;line-height:16px!important}.failed-panel{border-radius:var(--radius-md);background:linear-gradient(#fff6, #fff6), var(--accent);margin-top:16px;padding-inline:12px}.failed-header{border-bottom:1px solid var(--border);height:48px;color:var(--muted);justify-content:space-between;align-items:center;font-size:14px;display:flex}.failed-header button{cursor:pointer;color:var(--foreground);background:0 0;align-items:center;gap:8px;font-weight:800;display:inline-flex}.muted-table td:first-child{color:#a4a0b4}.enrolled-table th,.enrolled-table td{padding-left:16px}.document-sheet-overlay{z-index:200;background:#0409179e;justify-content:flex-end;display:flex;position:fixed;inset:0}.documents-summary-overlay{z-index:200;background:#04091773;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.documents-summary-dialog{border:1px solid var(--border);border-radius:var(--radius-md);width:min(100%,640px);color:var(--foreground);background:#fff;gap:18px;padding:22px;display:grid;box-shadow:0 24px 48px #0f172a2e,0 8px 16px #0f172a1a}.documents-summary-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.documents-summary-header h2,.documents-summary-row h3{color:var(--foreground);margin:0;font-weight:800}.documents-summary-header h2{font-size:18px;line-height:26px}.documents-summary-header p{color:var(--muted);margin:2px 0 0;font-size:13px;line-height:18px}.documents-summary-list{gap:10px;display:grid}.documents-summary-actions{justify-content:flex-end;display:flex}.documents-summary-row{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px;display:grid}.documents-summary-row h3{font-size:14px;line-height:20px}.documents-summary-row p{color:var(--muted);flex-wrap:wrap;gap:6px 12px;margin:4px 0 0;font-size:13px;line-height:18px;display:flex}.documents-summary-row strong{color:var(--foreground)}.document-preview-overlay{z-index:230;background:#0409178c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.document-preview-dialog{border:1px solid var(--border);border-radius:var(--radius-md);width:min(100%,900px);height:min(86vh,780px);color:var(--foreground);background:#fff;grid-template-rows:auto minmax(0,1fr);gap:16px;padding:22px;display:grid;box-shadow:0 24px 48px #0f172a33,0 8px 16px #0f172a1f}.document-preview-frame{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:100%;height:100%}.document-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.small-outline.document-dialog-action{border-color:var(--teal);background:var(--teal);color:#fff;min-width:84px;font-size:13px;font-weight:800;line-height:18px}.small-outline.document-dialog-action:not(:disabled):hover{border-color:var(--teal);color:#fff;background:#6baeb0;box-shadow:0 8px 18px #3c687938}.study-document-dialog{width:min(100%,560px)}.document-current-access{border-radius:var(--radius-md);background:#7dbabb1a;border:1px solid #7dbabb61;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.document-current-access span{color:var(--lake);text-transform:uppercase;margin-bottom:2px;font-size:12px;font-weight:800;line-height:16px;display:block}.document-current-access strong{color:var(--foreground);font-size:15px;line-height:22px;display:block}.document-current-access p,.document-dialog-status{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:18px}.document-version-picker label{color:var(--foreground);gap:6px;font-size:13px;font-weight:800;line-height:18px;display:grid}.document-version-picker select{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;min-height:40px;color:var(--foreground);font:inherit;background:#fff;padding:8px 10px;font-weight:600}.document-sheet{border-left:1px solid var(--border);width:min(100%,680px);height:100vh;color:var(--foreground);background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.document-sheet .ui-icon{filter:brightness(0)}.document-sheet-header{align-items:center;gap:8px;height:56px;padding-block:8px;display:flex}.document-sheet-header h2{min-width:0;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:auto;margin:0;font-size:18px;font-weight:800;line-height:28px;overflow:hidden}.sheet-back,.sheet-icon-button,.sheet-outline-button,.version-button{border:1px solid var(--input);border-radius:var(--radius-md);color:var(--foreground);cursor:pointer;background:#fff;font-size:14px;font-weight:800;line-height:20px}.sheet-back{width:auto;min-width:32px;height:32px;color:var(--teal);background:0 0;border-color:#0000;justify-content:center;align-items:center;padding:0 6px;display:inline-flex}.sheet-back-arrow{font-size:24px;font-weight:800;line-height:1;display:block}.sheet-back:hover{color:var(--lake);background:var(--accent)}.sheet-outline-button{background:#fff3;height:40px;padding:8px 16px}.sheet-icon-button{place-items:center;width:40px;height:40px;display:grid}.document-sheet-body{flex:auto;min-height:0;padding:0 16px 24px;overflow-y:auto}.version-button{background:0 0;border-color:#0000;align-items:center;gap:8px;height:36px;margin-bottom:16px;padding:0;display:inline-flex}.version-button .ui-icon{opacity:.72;width:16px;height:10px}.document-copy{color:var(--foreground);white-space:normal;font-size:14px;font-weight:500;line-height:20px}.document-copy p{margin:0 0 16px}.document-copy h3{margin:0;font-size:14px;font-weight:800;line-height:20px}.document-copy ul{margin:0 0 16px;padding-left:18px}.document-copy li{margin:0}.document-copy.compact{min-height:250px}.signature-stack{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.signature-row{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffffe6;align-items:center;gap:16px;min-height:74px;padding:16px;display:flex}.signature-row.signed{background:linear-gradient(#ffffffe6, #ffffffe6), var(--teal)}.signature-label{min-width:0;color:var(--app-shell);flex:auto;align-items:center;gap:6px;font-size:14px;font-weight:800;line-height:20px;display:flex}.signed-badge{background:linear-gradient(#ffffffb3, #ffffffb3), var(--teal);color:#274754;border-radius:9999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.signature-script{color:var(--foreground);text-align:right;flex:none;font-family:Brush Script MT,Snell Roundhand,cursive;font-size:34px;line-height:36px}@media (width<=1100px){.app-screen{min-height:100vh;overflow:auto}.app-topbar{flex-wrap:wrap;align-items:center;height:auto;padding:20px 24px}.brand-block{flex:0 0 180px;min-width:180px}.logo-large{width:124px;height:46px}.brand-subtitle{letter-spacing:2px;font-size:12px;line-height:16px}.global-nav{order:3;width:100%;margin-left:0;padding-bottom:2px;overflow-x:auto}.icon-button{margin-left:auto}.studies-content{padding:20px;overflow-x:auto}.table-card{min-width:980px}.detail-content{padding:20px}.detail-hero{flex-wrap:wrap;height:auto}.document-actions{justify-content:flex-start;width:100%;overflow-x:auto}.patient-grid{grid-template-columns:1fr}.document-sheet{width:min(100%,680px);height:100vh}.home-content{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 174px);padding:28px 20px}.clinic-panel,.clinic-sidebar{grid-area:auto/1;max-height:none}.clinic-panel-header{flex-direction:column;align-items:stretch}.clinic-search{flex-basis:auto;width:100%}.clinic-header-tools,.patient-header-tools{grid-template-columns:1fr;width:100%}.clinic-refresh-status:not(.mobile){display:none}.clinic-refresh-status.mobile{text-align:left;display:block}.patient-header-tools .search-box,.patient-search-wrap{width:100%}.patient-refresh-status{text-align:left}.clinic-search-wrap{flex-basis:auto;width:100%}.clinic-patient-table{table-layout:fixed;min-width:780px}.clinic-table-scroll{max-height:min(62vh,620px);overflow:auto}.clinic-patient-table th,.clinic-patient-table td{white-space:normal;padding:14px 10px}.clinic-patient-table th:nth-child(n),.clinic-patient-table td:nth-child(n){width:auto}.clinic-sidebar{min-height:360px;max-height:520px}.admin-profile-content{padding:32px 24px}.admin-profile-card{width:min(100%,600px)}.study-form-screen{width:100%;min-height:100vh}.study-form-header{grid-template-columns:40px 1fr;align-items:start;height:auto}.study-form-actions{grid-column:2;justify-content:flex-start}.study-form-action-group-secondary{border-right:0;padding-right:0}.study-form-body{min-height:calc(100vh - 124px)}}@media (width<=560px){.feedback-field-row,.profile-grid{grid-template-columns:1fr}.profile-field.half{grid-column:1/-1}.study-form-grid,.contact-switches{grid-template-columns:1fr}.study-form-field,.additional-sites-field,.owners-assigned-field,.dates-active-field,.enrollment-fields-row{grid-column:1/-1}.additional-sites-control{grid-template-columns:minmax(0,1fr);width:100%}.additional-sites-control,.dates-active-inputs{grid-template-columns:1fr}.enrollment-fields-row{flex-direction:column;align-items:stretch}.enrollment-number-field{width:100%}.study-doc-row{flex-direction:column;align-items:flex-start}.study-doc-actions{flex-wrap:wrap;width:100%}}@media (width<=1100px){.detail-screen{width:1180px;min-width:1180px;max-width:none;margin:0;overflow:auto hidden}.detail-screen .app-topbar{flex-wrap:nowrap;height:104px;padding:16px 24px 14px}.detail-screen .brand-block{flex:0 0 230px;min-width:230px}.detail-screen .logo-large{width:170px;height:56px}.detail-screen .brand-subtitle{letter-spacing:2.8px;font-size:14px;line-height:20px}.detail-screen .global-nav{order:0;width:auto;margin-left:auto;padding-bottom:0;overflow:visible}.detail-screen .detail-hero{flex-wrap:nowrap;height:auto;min-height:62px}.detail-screen .detail-content{height:auto;min-height:0;padding:20px}.detail-screen .document-actions{justify-content:flex-end;width:auto;overflow:visible}.detail-screen .patient-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recruitment-home{width:1180px;min-width:1180px;max-width:none;margin:0;overflow:auto}.recruitment-home .app-topbar{flex-wrap:nowrap;height:104px;padding:16px 24px 14px}.recruitment-home .brand-block{flex:0 0 230px;min-width:230px}.recruitment-home .logo-large{width:170px;height:56px}.recruitment-home .brand-subtitle{letter-spacing:2.8px;font-size:14px;line-height:20px}.patient-management-hero-copy{max-width:860px;color:var(--muted);margin:0 20px 20px;line-height:1.6}.patient-management-content{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px}.patient-management-summary-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:20px;display:grid}.summary-card{background:var(--surface);border:1px solid var(--boundary);border-radius:16px;gap:10px;min-height:128px;padding:22px;display:grid}.summary-card-value{color:var(--foreground);font-size:40px;font-weight:700;line-height:1.05}.summary-card-label{color:var(--muted);font-size:14px;line-height:1.6}.clinic-sidebar-card{background:var(--surface);border:1px solid var(--boundary);border-radius:16px;gap:16px;padding:20px;display:grid}.clinic-sidebar-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.patient-management-summary-top{align-items:center;gap:24px;padding:20px;display:flex}.patient-management-total,.patient-management-completed{background:var(--surface);border:1px solid var(--boundary);border-radius:12px;min-width:180px;padding:12px 16px}.patient-management-total-value,.patient-management-completed-value{font-size:28px;font-weight:700}.patient-management-total-label,.patient-management-completed-label{color:var(--muted);font-size:13px}.clinic-sidebar-card h3{margin:0;font-size:18px;line-height:1.4}.clinic-sidebar-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.survey-buttons{grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;display:grid}.clinic-sidebar-card .survey-card-button,.survey-buttons .survey-card-button{text-align:left;min-height:72px;color:var(--foreground);cursor:pointer;background:#fff;border:1px solid #7cbabb59;border-radius:16px;justify-content:space-between;align-items:center;padding:18px 16px;font-size:14px;line-height:1.4;display:flex;box-shadow:0 16px 32px #7cbabb0d}.clinic-sidebar-card .survey-card-button.selected,.survey-buttons .survey-card-button.selected{background:var(--teal);color:#fff;border-color:#3c6879}.clinic-sidebar-card .survey-card-button:hover,.survey-buttons .survey-card-button:hover{background:#7cbabb29}.clinic-sidebar-card .survey-card-button.selected:hover,.survey-buttons .survey-card-button.selected:hover{background:#3c6879}.document-actions{flex-wrap:wrap;gap:12px;display:flex}.survey-interval-select{gap:8px;display:grid}.survey-interval-select select{width:100%}.interval-summary-card{background:var(--surface-muted);border-radius:12px;padding:18px}.interval-summary-card strong{margin-bottom:6px;font-size:18px;display:block}.survey-interval-table-wrap{overflow-x:auto}.survey-interval-table{border-collapse:collapse;width:100%;min-width:560px}.survey-interval-table th,.survey-interval-table td{border-bottom:1px solid var(--boundary);text-align:left;padding:12px 14px}.survey-interval-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px}.survey-interval-table tbody tr:hover{background:var(--surface-muted)}@media (width<=980px){.patient-management-summary-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.patient-management-content{grid-template-columns:1fr}}@media (width<=660px){.patient-management-summary-cards,.survey-buttons{grid-template-columns:1fr}.survey-interval-table{min-width:0}}.recruitment-home .global-nav{order:0;width:auto;margin-left:auto;padding-bottom:0;overflow:visible}.recruitment-home .home-content{grid-template-columns:minmax(0,1fr) 350px;gap:20px;height:calc(100vh - 195px);min-height:0;padding:20px}.recruitment-home .clinic-panel,.recruitment-home .clinic-sidebar{max-height:none}.recruitment-home .clinic-panel-header{flex-direction:row;align-items:center}.recruitment-home .clinic-header-tools{grid-template-columns:auto 320px;width:auto}.recruitment-home .clinic-search,.recruitment-home .clinic-search-wrap{flex-basis:320px;width:320px}.recruitment-home .clinic-refresh-status:not(.mobile){display:block}.recruitment-home .clinic-refresh-status.mobile{display:none}.recruitment-home .clinic-patient-table{table-layout:fixed;min-width:0}.recruitment-home .clinic-table-scroll{max-height:none;overflow:visible}.recruitment-home .clinic-patient-table th,.recruitment-home .clinic-patient-table td{white-space:normal;overflow-wrap:anywhere;padding:14px 10px}.recruitment-home .clinic-sort-header,.recruitment-home .clinic-patient-name{white-space:normal;overflow-wrap:anywhere}}.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}@media (width<=900px){.patient-info-dialog-group{flex-direction:column;justify-content:flex-start;max-height:calc(100vh - 48px);overflow-y:auto}.patient-info-sheet,.why-eligible-sidebar{width:min(100%,560px);max-height:none}.patient-profile-facts{grid-template-columns:minmax(0,1fr)}.patient-study-actions button{min-height:64px}.signup-shell{border:0;flex-direction:column;width:100%;min-height:100vh;padding:24px}.form-pane{padding-block:32px}.form-stack{gap:56px;width:min(100%,360px)}.image-pane{height:auto;min-height:360px;margin-top:0}}@media (width<=480px){.signup-shell{padding:18px}.form-pane{padding-block:24px}.intro h1{font-size:28px;line-height:34px}}
