.auth-role-switcher{margin-bottom:25px}.auth-role-switcher-label{display:block;margin-bottom:8px;color:#64748b;font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.auth-role-switcher-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:5px;border:1px solid #dce6f1;border-radius:13px;background:#f4f8fc}.auth-role-switcher-option{display:flex;min-width:0;height:42px;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:9px;color:#607089;font-size:11px;font-weight:650;text-decoration:none;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.auth-role-switcher-option:hover{border-color:#cfe0ed;background:#fff;color:#0b6f9d}.auth-role-switcher-option-active,.auth-role-switcher-option-active:hover{border-color:transparent;background:linear-gradient(100deg,#126d99,#2fb5b2);box-shadow:0 6px 14px #126d992e;color:#fff;transform:translateY(-1px)}@media (max-width: 460px){.auth-role-switcher{margin-bottom:21px}.auth-role-switcher-option{height:40px;gap:4px;font-size:10px}.auth-role-switcher-option svg{width:15px;height:15px}}.doctor-login-page{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 8% 13%,#d5f0fea1 0,#d5f0fe00 31%),radial-gradient(circle at 84% 80%,#d4f6fbc7 0,#d4f6fb00 36%),linear-gradient(120deg,var(--theme-page-background) 30%,#f7fafc 100%);color:var(--theme-text-primary);padding:87px 0 156px}.doctor-login-brand{display:flex;justify-content:center}.doctor-login-brand img{display:block;width:118px;height:110px;object-fit:cover;border-radius:11px}.doctor-login-hero{display:grid;grid-template-columns:480px 766px;align-items:center;justify-content:space-between;width:calc(100% - 140px);max-width:1321px;min-height:656px;margin:59px auto 0}.doctor-login-card{width:480px;min-height:656px;padding:42px 40px 39px;border:1px solid rgba(226,232,240,.78);border-radius:25px;background:#fffffff7;box-shadow:0 13px 34px #0ea5e913}.doctor-login-card h1{margin:0;color:var(--theme-text-primary);font-size:37px;font-weight:500;letter-spacing:-1.1px;line-height:1.2}.doctor-login-intro{max-width:360px;margin:15px 0 34px;color:var(--theme-text-secondary);font-size:12px;line-height:1.5}.doctor-login-form>label{display:block;margin:0 0 7px;color:#263a57;font-size:12px;font-weight:500}.doctor-login-field{display:flex;align-items:center;width:100%;height:52px;padding:0 14px;border:1px solid var(--theme-field-border);border-radius:12px;background:var(--theme-surface-soft);color:var(--theme-field-icon);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.doctor-login-field:focus-within{border-color:var(--theme-primary);background:var(--theme-surface);box-shadow:0 0 0 3px #0ea5e91a}.doctor-login-field-invalid{border-color:#ef4444;background:snow}.doctor-login-field-invalid:focus-within{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.doctor-login-field input{min-width:0;flex:1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:var(--theme-field-text);font-size:12px}.doctor-login-field input:disabled{cursor:not-allowed;opacity:.7}.doctor-login-field-error{display:block;margin-top:5px;color:#dc2626;font-size:11px;line-height:1.3}.doctor-login-field input::placeholder{color:var(--theme-field-placeholder);opacity:1}.doctor-login-form>label:not(:first-child){margin-top:21px}.doctor-password-toggle{display:grid;flex:0 0 28px;width:28px;height:34px;padding:0;place-items:center;border:0;background:transparent;color:var(--theme-field-icon);cursor:pointer}.doctor-password-toggle:hover{color:var(--theme-primary)}.doctor-password-toggle:disabled{cursor:not-allowed;opacity:.6}.doctor-login-options{display:flex;align-items:center;justify-content:space-between;margin:27px 0 20px;color:#52637c;font-size:12px}.doctor-login-options-single{justify-content:flex-end}.doctor-remember{display:inline-flex;align-items:center;gap:9px;cursor:pointer}.doctor-remember input{width:20px;height:20px;margin:0;border:1px solid #c7d4e5;border-radius:4px;accent-color:var(--theme-primary);cursor:pointer}.doctor-login-options a,.doctor-login-help a{color:var(--theme-primary-dark);font-weight:500;text-decoration:none}.doctor-login-options a:hover,.doctor-login-help a:hover{text-decoration:underline}.doctor-sign-in{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:60px;border:0;border-radius:12px;background:linear-gradient(100deg,var(--theme-primary-start) 0%,var(--theme-primary-end) 100%);box-shadow:0 7px 13px #0ea5e938;color:var(--theme-surface);font-size:12px;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.doctor-sign-in:disabled{box-shadow:none;cursor:wait;opacity:.72;transform:none}.doctor-login-spinner{animation:doctor-login-spin .7s linear infinite}.doctor-login-submit-error{margin:-8px 0 14px;padding:10px 12px;border:1px solid #fecaca;border-radius:9px;background:#fef2f2;color:#b91c1c;font-size:11px;line-height:1.4}.doctor-login-submit-success{margin-top:12px;padding:10px 12px;border:1px solid #bfead0;border-radius:10px;background:#f1fbf5;color:#168741;font-size:12px}.doctor-login-register{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:12px;color:#7b8ba2;font-size:12px}.doctor-login-register button{padding:0;border:0;background:transparent;color:#008dcc;font:inherit;font-weight:650;cursor:pointer}@keyframes doctor-login-spin{to{transform:rotate(360deg)}}.doctor-sign-in:hover:not(:disabled){box-shadow:0 9px 19px #0ea5e94a;transform:translateY(-1px)}.doctor-sign-in:active:not(:disabled){transform:translateY(0)}.doctor-login-help{margin-top:32px;padding-top:24px;border-top:1px solid #edf1f5;color:#718096;font-size:12px;text-align:center}.doctor-visual{position:relative;width:766px;height:600px}.doctor-portrait{display:block;width:766px;height:600px;border-radius:30px;box-shadow:0 24px 42px #0f172a24;object-fit:cover}.appointment-card,.weekly-card,.hipaa-badge{position:absolute;z-index:1;background:#fffffff5;box-shadow:0 14px 34px #0f172a1a;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.appointment-card{top:44px;left:-26px;width:257px;height:124px;padding:15px 16px 14px;border-radius:16px}.appointment-heading{display:flex;align-items:center;gap:12px}.appointment-heading>span:last-child{display:flex;flex-direction:column;min-width:0}.appointment-icon{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border-radius:50%;background:#e1f6ff;color:var(--theme-primary)}.appointment-heading small{color:#70819a;font-size:12px;line-height:1.25}.appointment-heading strong{margin-top:1px;color:#223047;font-size:12px;line-height:1.25}.appointment-meta{display:flex;align-items:center;justify-content:space-between;height:39px;margin-top:8px;padding:0 8px;border-radius:9px;background:#f7f9fb}.appointment-meta strong{color:#42526b;font-size:12px}.appointment-meta span{padding:6px 9px;border-radius:999px;background:var(--theme-success-soft);color:var(--theme-success);font-size:10px;font-weight:500}.hipaa-badge{top:32px;right:32px;display:flex;align-items:center;gap:7px;height:33px;padding:0 14px;border-radius:999px;color:#334155;font-size:12px;font-weight:500}.weekly-card{right:-32px;bottom:50px;width:288px;height:140px;padding:21px 20px 20px;border-radius:17px}.weekly-heading{display:flex;align-items:center;justify-content:space-between}.weekly-heading strong{color:#253248;font-size:12px}.weekly-heading svg{color:var(--theme-primary)}.weekly-chart{display:grid;grid-template-columns:repeat(5,1fr);align-items:end;height:74px;gap:12px;margin-top:6px}.weekly-bar{display:flex;height:100%;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.weekly-bar span{color:#7c8ba2;font-size:10px}.weekly-bar i{display:block;width:40px;border-radius:6px 6px 0 0;background:#dff3ff}.weekly-bar-active i{background:var(--theme-primary)}.doctor-features{margin:94px auto 0}.doctor-features-heading{text-align:center}.doctor-features-heading h2{margin:0;color:var(--theme-text-primary);font-size:12px;font-weight:500;letter-spacing:-.75px;line-height:1.25}.doctor-features-heading p{margin:19px 0 0;color:var(--theme-text-muted);font-size:12px;line-height:1.5}.doctor-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;width:calc(100% - 48px);max-width:1413px;margin:49px auto 0}.doctor-feature-card{min-height:237px;padding:39px 31px 30px;border:1px solid var(--theme-border);border-radius:20px;background:#ffffffeb}.doctor-feature-icon{display:grid;width:49px;height:49px;place-items:center;border-radius:16px;background:var(--theme-surface);box-shadow:0 2px 5px #0f172a0f;color:var(--theme-primary)}.doctor-feature-card h3{margin:26px 0 8px;color:var(--theme-text-primary);font-size:12px;font-weight:500;line-height:1.3}.doctor-feature-card p{margin:0;color:var(--theme-text-muted);font-size:12px;line-height:1.55}@media (max-width: 1380px){.doctor-login-hero{grid-template-columns:minmax(400px,480px) minmax(600px,766px);gap:55px;width:calc(100% - 80px)}.doctor-login-card,.doctor-visual,.doctor-portrait{width:100%}.weekly-card{right:-18px}}@media (max-width: 1120px){.doctor-login-page{padding-top:55px}.doctor-login-hero{grid-template-columns:minmax(350px,440px) minmax(470px,1fr);gap:40px;width:calc(100% - 56px)}.doctor-visual,.doctor-portrait{height:560px}.doctor-portrait{object-position:52% center}.appointment-card{left:-18px}.weekly-card{right:-12px}.doctor-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.doctor-login-page{padding:38px 0 80px}.doctor-login-brand img{width:102px;height:auto}.doctor-login-hero{grid-template-columns:minmax(0,1fr);width:min(100% - 32px,600px);margin-top:35px}.doctor-login-card{width:100%;min-height:auto}.doctor-visual{width:100%;height:auto;margin-top:10px;aspect-ratio:1.276 / 1}.doctor-portrait{width:100%;height:100%}.appointment-card{top:7%;left:-7px;transform:scale(.82);transform-origin:top left}.hipaa-badge{top:5%;right:3%;transform:scale(.88);transform-origin:top right}.weekly-card{right:-8px;bottom:8%;transform:scale(.78);transform-origin:bottom right}.doctor-features{margin-top:70px}}@media (max-width: 620px){.doctor-login-card{padding:32px 24px;border-radius:20px}.doctor-login-card h1{font-size:clamp(34px,10vw,42px)}.doctor-feature-grid{grid-template-columns:1fr;width:min(100% - 32px,520px)}.doctor-features-heading{padding:0 22px}.doctor-features-heading h2{font-size:12px}.desktop-break{display:none}}@media (max-width: 460px){.doctor-login-page{padding-top:28px}.doctor-login-hero{width:min(100% - 24px,600px)}.doctor-login-card{padding:29px 19px}.doctor-login-options{gap:12px;font-size:12px}.appointment-card{transform:scale(.62)}.hipaa-badge{transform:scale(.72)}.weekly-card{transform:scale(.58)}}.doctor-signup-page{min-height:100vh;padding-bottom:36px}.doctor-signup-hero{align-items:flex-start;min-height:calc(100vh - 150px)}.doctor-signup-card{padding-top:24px;min-height:auto}.doctor-signup-card h1{margin-top:10px;font-size:30px}.doctor-signup-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#eaf7fb;color:#0876aa}.doctor-signup-form>label:not(:first-child){margin-top:11px}.doctor-signup-form .doctor-login-field{height:48px}.doctor-signup-form .doctor-sign-in{height:52px;margin-top:17px}.doctor-otp-form{margin-top:8px}.doctor-signup-otp-message{margin-bottom:20px;padding:12px 14px;border:1px solid #b9e8db;border-radius:11px;color:#16785f;background:#effbf7;font-size:11px;line-height:1.5}.doctor-signup-otp-field{height:60px}.doctor-signup-otp-field input{font-size:22px;font-weight:700;letter-spacing:.34em;text-align:center}.doctor-signup-otp-expiry{display:block;margin-top:7px;color:#7889a0;font-size:10px}.doctor-otp-form .doctor-login-submit-error{margin:16px 0 0}.doctor-otp-form .doctor-sign-in{margin-top:22px}.doctor-signup-back{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:13px;padding:10px;border:0;color:#49627e;background:transparent;font-size:11px;font-weight:650;cursor:pointer}.doctor-signup-back:hover:not(:disabled){color:#0876aa}.doctor-signup-visual{position:relative;overflow:hidden;min-height:510px;border-radius:26px;background:linear-gradient(145deg,#dff5fb,#e7fbf7)}.doctor-signup-visual>img{width:100%;height:510px;object-fit:cover;object-position:center}.doctor-signup-visual article{position:absolute;right:24px;bottom:24px;left:24px;display:flex;align-items:center;gap:12px;padding:15px;border-radius:16px;background:#ffffffeb;box-shadow:0 12px 30px #0f172a1f}.doctor-signup-visual article>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:#e8faf4;color:#169b75}.doctor-signup-visual strong{color:#1e293b;font-size:13px}.doctor-signup-visual p{margin:3px 0 0;color:#718096;font-size:11px;line-height:1.45}@media (max-width: 900px){.doctor-signup-visual{display:none}}.profile-setup-page{position:relative;min-height:100vh;overflow:hidden;padding:65px 48px 100px;background:radial-gradient(circle at 42% 41%,#edf8fdeb 0,#edf8fdd1 35%,#edf8fd00 66%),linear-gradient(120deg,#f8fbfd,#f7fafc);color:var(--theme-text-primary)}.profile-setup-header{position:relative;z-index:1;text-align:center}.profile-setup-header h1{margin:0;color:var(--theme-text-primary);font-size:21px;font-weight:500;letter-spacing:-1.05px;line-height:1.2}.profile-setup-header p{margin:16px 0 0;color:#707c8f;font-size:12px;line-height:1.55}.profile-setup-progress{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;margin-top:48px}.profile-step{display:flex;align-items:center;height:56px}.profile-step span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;font-size:12px;font-weight:500}.profile-step strong{font-size:12px;font-weight:500}.profile-step-active{gap:15px;min-width:197px;padding:0 23px;border:1px solid #c7deea;border-radius:999px;background:#fffffff0;box-shadow:0 2px 3px rgba(var(--theme-shadow-color),.04);color:#00679c}.profile-step-active span{background:linear-gradient(135deg,#086d9f,#2ab9b5);color:var(--theme-surface)}.profile-step-line{width:61px;height:1px;margin:0 25px;background:#d6dde4}.profile-step-upcoming{gap:16px;min-width:137px;color:#9ba5b4}.profile-step-upcoming span{background:#f1f3f5;color:#9aa3b0}.profile-setup-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,912px) 400px;gap:32px;width:100%;max-width:1344px;margin:48px auto 0}.profile-form-card{width:100%;height:auto;min-height:674px;padding:49px 47px 48px;border:1px solid rgba(232,237,243,.84);border-radius:23px;background:#fffffff7;box-shadow:0 14px 35px rgba(var(--theme-shadow-color),.055)}.profile-form-card-corrections{height:auto;min-height:674px}.profile-correction-notice{margin-bottom:22px;padding:14px 16px;border:1px solid #f3c98b;border-radius:13px;color:#7a4913;background:#fff9ed;font-size:12px;line-height:1.5}.profile-correction-notice strong{display:block;margin-bottom:4px;font-size:13px}.profile-correction-notice p{margin:0}.profile-correction-notice ul{margin:7px 0 0;padding-left:18px}.profile-form-card h2{margin:0;color:var(--theme-text-primary);font-size:12px;font-weight:500;letter-spacing:-.35px;line-height:1.25}.profile-form-card form{margin-top:38px}.profile-field-group+.profile-field-group{margin-top:27px}.profile-field-group>label,.profile-license-label label{display:block;color:#263750;font-size:12px;font-weight:500;line-height:18px}.profile-input-wrap{display:flex;align-items:center;width:100%;height:56px;margin-top:10px;padding:0 15px;border:1px solid #d9e0e8;border-radius:15px;background:#fbfcfd;color:#99a6b8;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.profile-input-wrap:focus-within{border-color:var(--theme-primary);background:var(--theme-surface);box-shadow:0 0 0 3px rgba(var(--theme-primary-shadow-color),.1)}.profile-input-wrap input{min-width:0;flex:1;height:100%;padding:0 14px;border:0;outline:0;background:transparent;color:var(--theme-field-text);font-size:12px}.profile-input-wrap input::placeholder{color:#9ba7ba;opacity:1}.profile-document-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.profile-document-picker{display:flex;align-items:center;gap:13px;min-height:64px;margin-top:10px;padding:10px 13px;border:1px dashed #bfd4e3;border-radius:15px;background:#f8fbfd;color:#52637a;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.profile-document-picker:hover,.profile-document-picker:focus-within{border-color:var(--theme-primary);background:#f3fbfd;box-shadow:0 0 0 3px rgba(var(--theme-primary-shadow-color),.08)}.profile-document-picker.has-error{border-color:#dc3545}.profile-document-icon{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border-radius:11px;background:#eaf7fb;color:var(--theme-primary-dark)}.profile-document-copy{min-width:0;flex:1}.profile-document-copy strong,.profile-document-copy small{display:block}.profile-document-copy strong{overflow:hidden;color:#263750;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.profile-document-copy small{margin-top:3px;color:#8996a8;font-size:11px}.profile-document-action{flex:0 0 auto;padding:8px 12px;border-radius:10px;background:#e8f6fa;color:#0875a6;font-size:11px;font-weight:600}.profile-document-remove{display:inline-flex;align-items:center;gap:5px;margin-top:7px;padding:0;border:0;background:transparent;color:#b42334;font-size:11px;cursor:pointer}.profile-license-label{display:flex;align-items:center;justify-content:space-between}.profile-license-label>span{display:inline-flex;align-items:center;gap:5px;height:25px;padding:0 11px;border:1px solid #b6e9e4;border-radius:999px;background:#edfcfa;color:#24aaa7;font-size:12px;font-weight:500}.profile-license-label>span svg{color:#48bfbb;stroke:var(--theme-surface)}.profile-verification-note{display:flex;align-items:center;min-height:64px;margin-top:15px;padding:12px 15px;border:1px solid #c9dff3;border-radius:15px;background:var(--theme-info-soft);color:#52637a}.profile-verification-note>span{display:grid;flex:0 0 32px;width:32px;height:32px;margin-right:15px;place-items:center;border-radius:50%;background:var(--theme-surface);color:var(--theme-info)}.profile-verification-note>span svg{stroke:var(--theme-surface)}.profile-verification-note p{margin:0;font-size:12px;line-height:1.45}.profile-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:48px}.profile-form-actions button{height:56px;border-radius:15px;font-size:12px;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.profile-draft-button{width:166px;border:1px solid #d8dfe7;background:var(--theme-surface);color:#6e7788}.profile-continue-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:174px;border:0;background:linear-gradient(100deg,#0875a6,#2cbab6);box-shadow:0 8px 14px #0774a72e;color:var(--theme-surface)}.profile-form-actions button:hover{transform:translateY(-1px)}.profile-continue-button:hover{box-shadow:0 10px 18px #0774a73d}.profile-trust-column{position:relative;width:400px}.profile-trust-panel{width:400px;height:601px;overflow:hidden;padding-top:32px;border-radius:22px;background:#e7f7fa91}.profile-trust-items{display:flex;flex-direction:column;gap:15px}.profile-trust-item{display:flex;align-items:center;width:336px;height:89px;padding:0 20px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#ffffff91;box-shadow:0 6px 20px rgba(var(--theme-shadow-color),.025)}.profile-trust-item:nth-child(1){margin-left:32px}.profile-trust-item:nth-child(2){margin-left:48px}.profile-trust-item:nth-child(3){margin-left:40px}.profile-trust-icon{display:grid;flex:0 0 49px;width:49px;height:49px;margin-right:17px;place-items:center;border-radius:50%}.trust-item-blue .profile-trust-icon{background:#eff8ff;color:#0675ad}.trust-item-teal .profile-trust-icon{background:#edfffb;color:var(--theme-teal)}.trust-item-purple .profile-trust-icon{background:#f0f1ff;color:var(--theme-purple)}.profile-trust-item h3{margin:0;color:#192337;font-size:12px;font-weight:500;line-height:1.35}.profile-trust-item p{margin:2px 0 0;color:#7c8798;font-size:12px;line-height:1.35}.profile-stethoscope{display:block;width:336px;height:234px;margin:16px auto 0;object-fit:contain}.profile-help-mark{position:absolute;top:-73px;right:-8px;display:grid;width:57px;height:57px;place-items:center;border:4px dashed rgba(43,187,183,.34);border-radius:50%;color:#2bbbb757}.profile-setup-footer{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:39px;color:#9ca6b5;font-size:12px}.profile-setup-footer a{color:inherit;text-decoration:none}.profile-setup-footer a:hover{color:var(--theme-primary-dark)}.profile-side-decoration{position:absolute;top:592px;left:40px;width:34px;height:31px;border-radius:18px 18px 0 0;background:#dcecf5;opacity:.8}@media (min-width: 921px) and (max-height: 950px){.profile-setup-page{padding-top:28px;padding-bottom:30px}.profile-setup-header h1{font-size:12px}.profile-setup-header p{margin-top:8px;font-size:12px;line-height:1.4}.profile-setup-progress{margin-top:22px}.profile-step{height:50px}.profile-step span{width:32px;height:32px;font-size:12px}.profile-setup-layout{margin-top:26px}.profile-form-card{height:auto;min-height:650px;padding:31px 46px 30px}.profile-form-card h2{font-size:12px}.profile-form-card form{margin-top:24px}.profile-field-group+.profile-field-group{margin-top:18px}.profile-input-wrap{height:50px;margin-top:7px;border-radius:13px}.profile-input-wrap input{font-size:12px}.profile-license-label>span{height:23px}.profile-verification-note{min-height:54px;margin-top:11px;padding-top:9px;padding-bottom:9px;border-radius:13px}.profile-verification-note>span{width:30px;height:30px;flex-basis:30px;margin-right:13px}.profile-verification-note p{font-size:12px}.profile-form-actions{margin-top:22px}.profile-form-actions button{height:50px;border-radius:13px;font-size:12px}.profile-trust-panel{height:520px;padding-top:24px}.profile-trust-items{gap:12px}.profile-trust-item{height:76px}.profile-trust-icon{width:44px;height:44px;flex-basis:44px}.profile-stethoscope{width:288px;height:auto;margin-top:4px}.profile-help-mark{top:-64px;width:52px;height:52px}.profile-setup-footer{margin-top:19px}.profile-side-decoration{top:510px}}@media (max-width: 1180px){.profile-setup-page{padding-right:32px;padding-left:32px}.profile-setup-layout{grid-template-columns:minmax(0,1fr) 350px;gap:24px}.profile-trust-column,.profile-trust-panel{width:350px}.profile-trust-item{width:310px}.profile-trust-item:nth-child(1),.profile-trust-item:nth-child(3){margin-left:20px}.profile-trust-item:nth-child(2){margin-left:32px}}@media (max-width: 920px){.profile-setup-page{padding:48px 24px 70px}.profile-setup-layout{grid-template-columns:1fr;max-width:720px}.profile-form-card{height:auto;min-height:0}.profile-trust-column,.profile-trust-panel{width:100%}.profile-trust-panel{height:auto;padding:28px 28px 10px}.profile-trust-items{display:grid;grid-template-columns:repeat(3,1fr)}.profile-trust-item,.profile-trust-item:nth-child(n){width:100%;height:auto;min-height:120px;margin:0;padding:18px;flex-direction:column;align-items:flex-start}.profile-trust-icon{margin:0 0 12px}.profile-stethoscope{margin-top:8px}.profile-help-mark,.profile-side-decoration{display:none}.profile-setup-footer{margin-top:24px}}@media (max-width: 650px){.profile-setup-page{padding:34px 16px 50px}.profile-setup-header h1,.profile-setup-header p{font-size:12px}.profile-setup-header br{display:none}.profile-setup-progress{margin-top:34px}.profile-step-active{min-width:auto;padding:0 16px}.profile-step-line{width:28px;margin:0 12px}.profile-step-upcoming{min-width:auto}.profile-setup-layout{margin-top:34px}.profile-form-card{padding:32px 22px}.profile-license-label{align-items:flex-start;gap:8px;flex-direction:column}.profile-input-wrap{margin-top:9px}.profile-verification-note{align-items:flex-start}.profile-form-actions{gap:12px;margin-top:35px}.profile-form-actions button{width:50%}.profile-document-picker{align-items:flex-start}.profile-document-action{padding:7px 9px}.profile-trust-items{grid-template-columns:1fr}.profile-trust-item,.profile-trust-item:nth-child(n){min-height:88px;flex-direction:row;align-items:center}.profile-trust-icon{margin:0 16px 0 0}.profile-setup-footer{flex-wrap:wrap;gap:14px 24px}}@media (max-width: 430px){.profile-step strong{font-size:12px}.profile-step span{width:30px;height:30px}.profile-form-card h2,.profile-input-wrap input,.profile-form-actions button{font-size:12px}}.profile-field-error{display:block;margin-top:6px;color:#dc3545;font-size:12px}.profile-input-wrap:has(input[aria-invalid=true]){border-color:#dc3545}.profile-submit-error{margin-top:14px;padding:10px 14px;border:1px solid #ffd0d5;border-radius:10px;color:#b42334;background:#fff5f6;font-size:13px}.profile-form-actions button:disabled{cursor:not-allowed;opacity:.68}.profile-button-spinner{animation:profile-button-spin .8s linear infinite}@keyframes profile-button-spin{to{transform:rotate(360deg)}}.dashboard-header{position:fixed;top:0;right:0;left:0;z-index:50;display:grid;grid-template-columns:var(--dashboard-sidebar-width) minmax(340px,1fr) auto;align-items:center;height:var(--dashboard-header-height);border-bottom:1px solid #edf1f6;background:#fffffffa}.dashboard-header-brand{display:flex;align-items:center;height:100%;padding-left:34px}.dashboard-header-brand img{display:block;width:132px;height:40px;object-fit:contain}.dashboard-mobile-menu{display:none;width:38px;height:38px;margin-right:10px;padding:0;place-items:center;border:0;border-radius:10px;background:#eef5ff;color:#155b8d;cursor:pointer}.dashboard-header-search{display:flex;align-items:center;width:min(576px,calc(100% - 64px));height:48px;margin-left:65px;padding:0 16px;border-radius:17px;background:#f0f3f8;color:#91a0b5}.dashboard-header-search input{min-width:0;flex:1;height:100%;padding:0 14px;border:0;outline:0;background:transparent;color:#26344b;font-size:12px}.dashboard-header-search input::placeholder{color:#a0aabc;opacity:1}.dashboard-header-actions{display:flex;align-items:center;justify-self:end;height:100%;padding-right:34px}.dashboard-header-icon{position:relative;display:grid;width:42px;height:42px;margin-left:8px;padding:0;place-items:center;border:0;border-radius:50%;background:#f7f9fc;color:#657995;cursor:pointer}.dashboard-header-icon>span{position:absolute;top:8px;right:8px;width:6px;height:6px;border:1px solid #ffffff;border-radius:50%;background:#ef4444}.dashboard-header-divider{width:1px;height:40px;margin:0 17px 0 19px;background:#e7ecf2}.dashboard-profile-copy{display:flex;flex-direction:column;align-items:flex-end;min-width:110px}.dashboard-profile-copy strong{color:#253147;font-size:12px;line-height:1.35}.dashboard-profile-copy span{margin-top:1px;color:#6d7f97;font-size:12px}.dashboard-profile-upload{position:relative;margin-left:14px}.dashboard-profile-upload-input{display:none}.dashboard-profile-avatar-button{position:relative;display:grid;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.dashboard-profile-avatar-button:disabled{cursor:wait}.dashboard-profile-avatar{width:42px;height:42px;border:2px solid #eef3f7;border-radius:50%;object-fit:cover;object-position:center 25%}.dashboard-profile-avatar-camera{position:absolute;right:-3px;bottom:-3px;display:grid;width:18px;height:18px;place-items:center;border:2px solid #fff;border-radius:50%;background:#117aa3;color:#fff;opacity:0;transform:scale(.8);transition:opacity .16s ease,transform .16s ease}.dashboard-profile-avatar-button:hover .dashboard-profile-avatar-camera,.dashboard-profile-avatar-button:focus-visible .dashboard-profile-avatar-camera,.dashboard-profile-avatar-button:disabled .dashboard-profile-avatar-camera{opacity:1;transform:scale(1)}.dashboard-profile-avatar-button:focus-visible{outline:3px solid rgba(38,169,184,.28);outline-offset:2px}.dashboard-profile-image-spinner{animation:dashboard-profile-spin .8s linear infinite}@keyframes dashboard-profile-spin{to{transform:rotate(360deg)}}.dashboard-profile-upload-error{position:absolute;top:calc(100% + 8px);right:0;z-index:5;width:max-content;max-width:220px;padding:7px 9px;border:1px solid #fecaca;border-radius:8px;background:#fff4f4;color:#b42318;font-size:10px;line-height:1.35}@media (max-width: 1120px){.dashboard-header{grid-template-columns:var(--dashboard-sidebar-compact-width) minmax(260px,1fr) auto}.dashboard-header-brand{justify-content:center;padding-left:0}.dashboard-header-brand img{width:48px;object-fit:cover;object-position:left}.dashboard-header-search{margin-left:26px}}@media (max-width: 760px){.dashboard-header{grid-template-columns:auto minmax(0,1fr) auto;padding:0 14px}.dashboard-header-brand{padding:0}.dashboard-mobile-menu{display:grid}.dashboard-header-brand img{width:42px}.dashboard-header-search{width:100%;margin:0 12px}.dashboard-header-actions{padding:0}.dashboard-header-icon:nth-of-type(2),.dashboard-header-divider,.dashboard-profile-copy{display:none}.dashboard-profile-upload{margin-left:8px}.dashboard-profile-avatar-camera{opacity:1;transform:scale(1)}}@media (max-width: 520px){.dashboard-header-search{height:42px;padding:0 12px}.dashboard-header-search input{padding-left:8px;font-size:12px}.dashboard-header-icon{display:none}}.dashboard-sidebar{position:fixed;top:var(--dashboard-header-height);bottom:0;left:0;z-index:40;width:var(--dashboard-sidebar-width);overflow-y:auto;border-right:1px solid #eef2f6;background:#fff}.dashboard-sidebar nav{display:flex;min-height:100%;flex-direction:column;padding:32px 0 18px}.dashboard-sidebar-group{display:flex;flex-direction:column}.dashboard-sidebar-link{position:relative;display:flex;align-items:center;width:calc(100% - 24px);height:52px;padding:0 33px;border-radius:0 14px 14px 0;color:#687c98;text-decoration:none;transition:background .15s ease,color .15s ease}.dashboard-sidebar-link svg{flex:0 0 20px}.dashboard-sidebar-link span{margin-left:21px;font-size:12px;font-weight:500}.dashboard-sidebar-link:hover{background:#f5f8fd;color:#155d90}.dashboard-sidebar-link-active{isolation:isolate;background:transparent;color:#07578c;border-radius:0 24px 24px 0}.dashboard-sidebar-link-active:before,.dashboard-sidebar-link-active:after{position:absolute;top:0;height:100%;border-radius:0 10px 10px 0;content:""}.dashboard-sidebar-link-active:before{right:7px;left:0;z-index:1;background:#eaf2ff}.dashboard-sidebar-link-active:after{right:0;z-index:0;width:29px;background:#0d5c91}.dashboard-sidebar-link-active svg,.dashboard-sidebar-link-active span{position:relative;z-index:2}.dashboard-sidebar-link-active span{font-weight:500}.dashboard-sidebar-heading{margin:25px 0 12px 34px;color:#92a3ba;font-size:10px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.dashboard-sidebar-admin .dashboard-sidebar-link{height:52px}.dashboard-sidebar-close,.dashboard-sidebar-overlay{display:none}.dashboard-sidebar-logout{display:flex;width:calc(100% - 32px);min-height:44px;align-items:center;margin:auto 16px 0;padding:0 17px;border:1px solid #fee2e2;border-radius:12px;background:#fff7f7;color:#c24141;cursor:pointer;transition:background .15s ease,border-color .15s ease}.dashboard-sidebar-logout:hover{border-color:#fecaca;background:#fef2f2}.dashboard-sidebar-logout span{margin-left:14px;font-size:12px;font-weight:600}@media (max-width: 1120px) and (min-width: 761px){.dashboard-sidebar{width:var(--dashboard-sidebar-compact-width)}.dashboard-sidebar-link{width:calc(100% - 10px);justify-content:center;padding:0}.dashboard-sidebar-link span,.dashboard-sidebar-heading,.dashboard-sidebar-logout span{display:none}.dashboard-sidebar-logout{width:calc(100% - 16px);justify-content:center;margin-right:8px;margin-left:8px;padding:0}}@media (max-width: 760px){.dashboard-sidebar{top:0;z-index:70;width:278px;padding-top:38px;box-shadow:18px 0 40px #0f172a29;transform:translate(-105%);transition:transform .19s ease}.dashboard-sidebar-open{transform:translate(0)}.dashboard-sidebar-close{position:absolute;top:10px;right:12px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:10px;background:#eff4fa;color:#34516f;cursor:pointer}.dashboard-sidebar-overlay{position:fixed;inset:0;z-index:60;display:block;width:100%;height:100%;padding:0;border:0;background:#0f172a59}}.doctor-profile-page{min-height:100vh;background:#f5f8fd;color:#1f2b42}.doctor-profile-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 38px) 40px 50px;background:#f5f8fd}.doctor-profile-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}.doctor-profile-heading>div{display:flex;align-items:center;gap:14px}.doctor-profile-heading>div>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:#e8f5fd;color:#147ba6}.doctor-profile-heading h1{margin:0 0 5px;color:#202b42;font-size:24px;font-weight:650;letter-spacing:-.7px}.doctor-profile-heading p{margin:0;color:#73849d;font-size:12px}.doctor-profile-status{display:inline-flex;height:32px;align-items:center;gap:6px;padding:0 12px;border-radius:999px;background:#e3f8ec;color:#15934f;font-size:10px;font-weight:600;text-transform:capitalize}.doctor-profile-feedback{display:flex;min-height:43px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 13px;border-radius:11px;font-size:11px}.doctor-profile-correction-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:13px 15px;border:1px solid #f1ce91;border-radius:13px;background:#fff9ed;color:#714718;font-size:11px}.doctor-profile-correction-banner>div{display:flex;align-items:center;gap:9px}.doctor-profile-correction-banner span,.doctor-profile-correction-banner strong{display:block}.doctor-profile-correction-banner strong{margin-bottom:2px;font-size:12px}.doctor-profile-correction-banner a{flex:0 0 auto;padding:9px 13px;border-radius:9px;background:#0875a6;color:#fff;font-weight:600;text-decoration:none}.doctor-profile-feedback.error{border:1px solid #ffd1d1;background:#fff2f2;color:#c44242}.doctor-profile-feedback.success{border:1px solid #bcebd4;background:#edfbf5;color:#14835a}.doctor-profile-loading{display:flex;min-height:380px;align-items:center;justify-content:center;gap:9px;color:#7487a1;font-size:12px}.doctor-profile-spinner{animation:doctor-profile-spin .8s linear infinite}@keyframes doctor-profile-spin{to{transform:rotate(360deg)}}.doctor-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:25px}.doctor-profile-form-card,.doctor-profile-side-card{border:1px solid #e6edf5;border-radius:22px;background:#fff;box-shadow:0 8px 20px #1f34500b}.doctor-profile-form-card{padding:27px 30px 25px}.doctor-profile-form-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px;color:#14759e}.doctor-profile-form-card h2{margin:0 0 4px;color:#263149;font-size:17px;font-weight:650}.doctor-profile-form-card header p{margin:0;color:#8494aa;font-size:11px}.doctor-profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.doctor-profile-form-grid label{display:flex;flex-direction:column;gap:7px;color:#3d4d65;font-size:11px;font-weight:600}.doctor-profile-form-grid label.wide{grid-column:1 / -1}.doctor-profile-form-grid input,.doctor-profile-form-grid select,.doctor-profile-form-grid textarea{width:100%;border:1px solid #dce5ef;border-radius:11px;outline:0;background:#f9fbfd;color:#27354c;font:inherit;font-size:11px;font-weight:400}.doctor-profile-form-grid input,.doctor-profile-form-grid select{height:45px;padding:0 13px}.doctor-profile-form-grid textarea{min-height:95px;padding:12px 13px;resize:vertical}.doctor-profile-form-grid input:focus,.doctor-profile-form-grid select:focus,.doctor-profile-form-grid textarea:focus{border-color:#35aeb4;box-shadow:0 0 0 3px #35aeb41a}.doctor-profile-form-grid input:disabled{background:#f0f4f8;color:#8493a8;cursor:not-allowed}.doctor-profile-lock-note{display:flex;align-items:center;gap:8px;margin-top:19px;padding:11px 13px;border:1px solid #d9eafa;border-radius:10px;background:#f0f8ff;color:#23688f;font-size:10px}.doctor-profile-form-card>footer{display:flex;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #edf1f6}.doctor-profile-form-card>footer button{display:inline-flex;min-width:150px;height:45px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;background:linear-gradient(110deg,#14779e,#2cb5b1);box-shadow:0 8px 15px #19829d29;color:#fff;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.doctor-profile-form-card>footer button:disabled{opacity:.6;cursor:not-allowed}.doctor-profile-side-card{padding:28px 23px 24px;text-align:center}.doctor-profile-avatar-wrap{position:relative;width:125px;height:125px;margin:0 auto 17px}.doctor-profile-avatar-wrap img{width:125px;height:125px;object-fit:cover;border:5px solid #f0f8fc;border-radius:35px;box-shadow:0 8px 16px #1c395021}.doctor-profile-avatar-wrap label{position:absolute;right:-7px;bottom:-5px;display:inline-flex;height:32px;align-items:center;gap:5px;padding:0 9px;border:3px solid #fff;border-radius:999px;background:#0f91b0;color:#fff;font-size:9px;cursor:pointer}.doctor-profile-avatar-wrap label span,.doctor-profile-avatar-wrap input{display:none}.doctor-profile-side-card>h2{margin:0 0 4px;color:#263149;font-size:16px;font-weight:650}.doctor-profile-side-card>p{margin:0;color:#0c9d9a;font-size:11px;font-weight:600}.doctor-profile-side-meta{display:flex;margin-top:27px;flex-direction:column;gap:13px;text-align:left}.doctor-profile-side-meta>div{display:flex;min-height:51px;flex-direction:column;justify-content:center;padding:0 13px;border-radius:10px;background:#f7fafc}.doctor-profile-side-meta small{color:#8b9db3;font-size:8px;letter-spacing:.8px;text-transform:uppercase}.doctor-profile-side-meta strong{margin-top:3px;color:#33435b;font-size:11px;font-weight:600}.doctor-profile-side-meta strong.approved{color:#149552}.doctor-profile-side-meta strong.pending{color:#d78308}.doctor-profile-side-note{display:flex;align-items:flex-start;gap:8px;margin-top:19px;padding:12px;border-radius:10px;background:#edf8ff;color:#1977a4;font-size:9px;line-height:1.45;text-align:left}.doctor-profile-signature-card{margin-top:18px;padding:14px;border:1px solid #dfeaf3;border-radius:13px;background:#fbfdff;text-align:left}.doctor-profile-signature-heading{display:flex;align-items:center;gap:9px}.doctor-profile-signature-heading>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:10px;background:#e8f7fb;color:#1185a5}.doctor-profile-signature-heading>div{display:grid;gap:2px}.doctor-profile-signature-heading strong{color:#2c3a51;font-size:11px}.doctor-profile-signature-heading small,.doctor-profile-signature-help{color:#8293a9;font-size:8px;line-height:1.45}.doctor-profile-signature-preview{display:grid;min-height:76px;margin:12px 0 10px;place-items:center;overflow:hidden;border:1px dashed #cad9e6;border-radius:10px;background:#fff;color:#93a2b5;font-size:9px}.doctor-profile-signature-preview img{display:block;width:100%;height:72px;padding:7px 12px;object-fit:contain}.doctor-profile-signature-upload{display:inline-flex;min-height:34px;width:100%;align-items:center;justify-content:center;gap:6px;border-radius:9px;background:#0f87a8;color:#fff;font-size:9px;font-weight:650;cursor:pointer}.doctor-profile-signature-input{display:none}.doctor-profile-signature-help{display:block;margin-top:7px}@media (max-width: 1240px){.doctor-profile-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:26px;padding-left:26px}.doctor-profile-layout{grid-template-columns:minmax(0,1fr) 275px}}@media (max-width: 820px){.doctor-profile-layout{grid-template-columns:1fr}.doctor-profile-side-card{max-width:480px;width:100%;margin:0 auto}}@media (max-width: 680px){.doctor-profile-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 20px) 16px 30px}.doctor-profile-heading{flex-direction:column}.doctor-profile-heading h1{font-size:20px}.doctor-profile-correction-banner,.doctor-profile-correction-banner>div{align-items:flex-start}.doctor-profile-correction-banner{flex-direction:column}.doctor-profile-correction-banner a{width:100%;text-align:center}.doctor-profile-form-card{padding:22px 17px}.doctor-profile-form-grid{grid-template-columns:1fr}.doctor-profile-form-grid label.wide{grid-column:auto}.doctor-profile-form-card>footer button{width:100%}}.clinic-setup-page{position:relative;min-height:100vh;overflow:hidden;padding:65px 48px 100px;background:radial-gradient(circle at 32% 43%,#edf8fdf0 0,#edf8fdc9 35%,#edf8fd00 67%),linear-gradient(120deg,#f8fbfd,#f7fafc);color:var(--theme-text-primary)}.clinic-setup-header{position:relative;z-index:1;text-align:center}.clinic-setup-header h1{margin:0;color:var(--theme-text-primary);font-size:21px;font-weight:500;letter-spacing:-1.05px;line-height:1.2}.clinic-setup-header p{margin:16px 0 0;color:#707c8f;font-size:12px;line-height:1.55}.clinic-setup-progress{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;margin-top:47px}.clinic-step{display:flex;align-items:center;height:56px;gap:15px;padding:0 23px;border:1px solid #c7deea;border-radius:999px;background:#fffffff0;box-shadow:0 2px 3px rgba(var(--theme-shadow-color),.04);color:#00679c}.clinic-step-complete{min-width:197px}.clinic-step-active{min-width:183px}.clinic-step span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#086d9f,#2ab9b5);color:var(--theme-surface);font-size:12px;font-weight:500}.clinic-step strong{font-size:12px;font-weight:500}.clinic-step-line{width:61px;height:1px;margin:0 25px;background:#d6dde4}.clinic-setup-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,825px) 487px;gap:32px;width:100%;max-width:1344px;margin:48px auto 0}.clinic-form-card{width:100%;min-height:703px;height:auto;padding:49px 47px 47px;border:1px solid rgba(232,237,243,.84);border-radius:23px;background:#fffffff7;box-shadow:0 14px 35px rgba(var(--theme-shadow-color),.055)}.clinic-correction-notice{margin-bottom:22px;padding:14px 16px;border:1px solid #f3c98b;border-radius:13px;color:#7a4913;background:#fff9ed;font-size:12px;line-height:1.5}.clinic-correction-notice strong{display:block;margin-bottom:4px;font-size:13px}.clinic-correction-notice p{margin:0}.clinic-correction-notice ul{margin:7px 0 0;padding-left:18px}.clinic-form-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.clinic-form-card h2{margin:0;color:var(--theme-text-primary);font-size:12px;font-weight:500;letter-spacing:-.35px;line-height:1.25}.clinic-form-pill{display:inline-flex;align-items:center;justify-content:center;min-width:76px;height:28px;padding:0 12px;border:1px solid #cce7e8;border-radius:999px;background:#effbfb;color:#168d94;font-size:12px;font-weight:500}.clinic-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:24px;padding:5px;border:1px solid #d9e6ec;border-radius:15px;background:#f6fafb}.clinic-mode-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;height:45px;border:0;border-radius:11px;background:transparent;color:#6f7c8f;font-size:12px;font-weight:500;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.clinic-mode-tab.active{background:var(--theme-surface);box-shadow:0 8px 18px rgba(var(--theme-shadow-color),.08);color:#0675ad}.clinic-form-card form{margin-top:38px}.clinic-form-card .clinic-create-form{margin-top:30px}.clinic-field-group+.clinic-field-group{margin-top:27px}.clinic-field-group>label,.clinic-contact-label label{display:block;color:#263750;font-size:12px;font-weight:500;line-height:18px}.clinic-input-wrap{display:flex;align-items:center;width:100%;height:56px;margin-top:10px;padding:0 15px;border:1px solid #d9e0e8;border-radius:15px;background:#fbfcfd;color:#99a6b8;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.clinic-input-wrap:focus-within{border-color:var(--theme-primary);background:var(--theme-surface);box-shadow:0 0 0 3px rgba(var(--theme-primary-shadow-color),.1)}.clinic-input-wrap input{min-width:0;flex:1;height:100%;padding:0 14px;border:0;outline:0;background:transparent;color:var(--theme-field-text);font-size:12px}.clinic-input-wrap input::placeholder{color:#9ba7ba;opacity:1}.clinic-logo-field{margin-top:27px}.clinic-logo-field>label span{color:#8a98aa;font-weight:400}.clinic-logo-upload{display:flex;align-items:center;gap:13px;margin-top:10px;padding:12px;border:1px dashed #c9dceb;border-radius:15px;background:#f8fbfe}.clinic-logo-preview{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;overflow:hidden;border-radius:11px;color:#0875a6;background:#e8f5fa}.clinic-logo-preview img{width:100%;height:100%;object-fit:contain}.clinic-logo-upload>div{display:grid;gap:3px}.clinic-logo-upload strong{color:#263750;font-size:12px}.clinic-logo-upload small{color:#8a98aa;font-size:10px}.clinic-logo-button{width:max-content;margin-top:4px;padding:6px 10px;border:1px solid #c9dceb;border-radius:7px;color:#0875a6;background:#fff;cursor:pointer;font-size:10px;font-weight:700}.clinic-logo-upload input{display:none}.clinic-address-icon{color:#a1acbb;stroke:var(--theme-surface)}.clinic-contact-label{display:flex;align-items:center;justify-content:space-between}.clinic-contact-label>span{display:inline-flex;align-items:center;gap:5px;height:25px;padding:0 11px;border:1px solid #b6e9e4;border-radius:999px;background:#edfcfa;color:#24aaa7;font-size:12px;font-weight:500}.clinic-contact-label>span svg{color:#48bfbb;stroke:var(--theme-surface)}.clinic-information-note{display:flex;align-items:flex-start;min-height:94px;margin-top:25px;padding:16px 15px;border:1px solid #c9dff3;border-radius:15px;background:var(--theme-info-soft);color:#52637a}.clinic-information-note>span{display:grid;flex:0 0 32px;width:32px;height:32px;margin-right:15px;place-items:center;border-radius:50%;background:var(--theme-surface);color:var(--theme-info)}.clinic-information-note>span svg{stroke:var(--theme-surface)}.clinic-information-note strong{display:block;margin:1px 0 4px;color:#233047;font-size:12px;line-height:1.35}.clinic-information-note p{margin:0;font-size:12px;line-height:1.55}.clinic-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:56px}.clinic-form-actions button{height:56px;border-radius:15px;font-size:12px;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.clinic-back-button{width:232px;border:1px solid #d8dfe7;background:var(--theme-surface);color:#6e7788}.clinic-complete-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:228px;border:0;background:linear-gradient(100deg,#0875a6,#2cbab6);box-shadow:0 8px 14px #0774a72e;color:var(--theme-surface)}.clinic-form-actions button:hover{transform:translateY(-1px)}.clinic-complete-button:hover{box-shadow:0 10px 18px #0774a73d}.clinic-trust-column{position:relative;width:487px}.clinic-trust-panel{width:487px;height:599px;overflow:hidden;padding-top:32px;border-radius:22px;background:#e7f7fa91}.clinic-trust-items{display:flex;flex-direction:column;gap:15px}.clinic-trust-item{display:flex;align-items:center;width:423px;height:89px;padding:0 20px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#ffffff91;box-shadow:0 6px 20px rgba(var(--theme-shadow-color),.025)}.clinic-trust-item:nth-child(1){margin-left:32px}.clinic-trust-item:nth-child(2){margin-left:48px}.clinic-trust-item:nth-child(3){margin-left:40px}.clinic-trust-icon{display:grid;flex:0 0 49px;width:49px;height:49px;margin-right:17px;place-items:center;border-radius:50%}.clinic-trust-blue .clinic-trust-icon{background:#eff8ff;color:#0675ad}.clinic-trust-teal .clinic-trust-icon{background:#edfffb;color:var(--theme-teal)}.clinic-trust-purple .clinic-trust-icon{background:#f0f1ff;color:var(--theme-purple)}.clinic-trust-item h3{margin:0;color:#192337;font-size:12px;font-weight:500;line-height:1.35}.clinic-trust-item p{margin:2px 0 0;color:#7c8798;font-size:12px;line-height:1.35}.clinic-stethoscope{display:grid;width:202px;height:202px;margin:20px auto 0;place-items:center;border:1px solid #bbdcea;border-radius:50%;color:#111c30}.clinic-help-mark{position:absolute;top:-104px;right:-7px;display:grid;width:57px;height:57px;place-items:center;border:4px dashed rgba(43,187,183,.34);border-radius:50%;color:#2bbbb757}.clinic-setup-footer{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:40px;color:#9ca6b5;font-size:12px}.clinic-setup-footer a{color:inherit;text-decoration:none}.clinic-setup-footer a:hover{color:var(--theme-primary-dark)}.clinic-side-decoration{position:absolute;top:719px;left:40px;width:34px;height:31px;border-radius:18px 18px 0 0;background:#dcecf5;opacity:.8}@media (min-width: 921px) and (max-height: 950px){.clinic-setup-page{padding-top:26px;padding-bottom:28px}.clinic-setup-header h1{font-size:12px}.clinic-setup-header p{margin-top:7px;font-size:12px;line-height:1.35}.clinic-setup-progress{margin-top:18px}.clinic-step{height:50px}.clinic-step span{width:32px;height:32px;font-size:12px}.clinic-setup-layout{margin-top:22px}.clinic-form-card{min-height:560px;height:auto;padding:30px 46px 28px}.clinic-form-card h2{font-size:12px}.clinic-form-card form{margin-top:23px}.clinic-field-group+.clinic-field-group{margin-top:17px}.clinic-input-wrap{height:49px;margin-top:7px;border-radius:13px}.clinic-input-wrap input{font-size:12px}.clinic-contact-label>span{height:23px}.clinic-information-note{min-height:68px;margin-top:12px;padding-top:9px;padding-bottom:9px;border-radius:13px}.clinic-information-note>span{width:30px;height:30px;flex-basis:30px;margin-right:13px}.clinic-information-note strong,.clinic-information-note p{font-size:12px}.clinic-information-note p{line-height:1.4}.clinic-form-actions{margin-top:24px}.clinic-form-actions button{height:50px;border-radius:13px;font-size:12px}.clinic-trust-panel{height:520px;padding-top:24px}.clinic-trust-items{gap:12px}.clinic-trust-item{height:76px}.clinic-trust-icon{width:44px;height:44px;flex-basis:44px}.clinic-stethoscope{width:175px;height:175px;margin-top:13px}.clinic-stethoscope svg{width:88px;height:88px}.clinic-help-mark{top:-72px;width:52px;height:52px}.clinic-setup-footer{margin-top:19px}.clinic-side-decoration{top:520px}}@media (max-width: 1180px){.clinic-setup-page{padding-right:32px;padding-left:32px}.clinic-setup-layout{grid-template-columns:minmax(0,1fr) 380px;gap:24px}.clinic-trust-column,.clinic-trust-panel{width:380px}.clinic-trust-item{width:340px}.clinic-trust-item:nth-child(1),.clinic-trust-item:nth-child(3){margin-left:20px}.clinic-trust-item:nth-child(2){margin-left:32px}}@media (max-width: 920px){.clinic-setup-page{padding:48px 24px 70px}.clinic-setup-layout{grid-template-columns:1fr;max-width:720px}.clinic-form-card{height:auto}.clinic-trust-column,.clinic-trust-panel{width:100%}.clinic-trust-panel{height:auto;padding:28px 28px 32px}.clinic-trust-items{display:grid;grid-template-columns:repeat(3,1fr)}.clinic-trust-item,.clinic-trust-item:nth-child(n){width:100%;min-height:120px;height:auto;margin:0;padding:18px;flex-direction:column;align-items:flex-start}.clinic-trust-icon{margin:0 0 12px}.clinic-stethoscope{margin-top:24px}.clinic-help-mark,.clinic-side-decoration{display:none}.clinic-setup-footer{margin-top:24px}}@media (max-width: 650px){.clinic-setup-page{padding:34px 16px 50px}.clinic-setup-header h1,.clinic-setup-header p{font-size:12px}.clinic-setup-header br{display:none}.clinic-setup-progress{margin-top:34px}.clinic-step{min-width:auto;padding:0 14px}.clinic-step-line{width:25px;margin:0 10px}.clinic-setup-layout{margin-top:34px}.clinic-form-card{padding:32px 22px}.clinic-contact-label{align-items:flex-start;gap:8px;flex-direction:column}.clinic-input-wrap{margin-top:9px}.clinic-form-actions{gap:12px;margin-top:35px}.clinic-form-actions button{width:50%;padding:0 12px}.clinic-trust-items{grid-template-columns:1fr}.clinic-trust-item,.clinic-trust-item:nth-child(n){min-height:88px;flex-direction:row;align-items:center}.clinic-trust-icon{margin:0 16px 0 0}.clinic-setup-footer{flex-wrap:wrap;gap:14px 24px}}@media (max-width: 430px){.clinic-step strong{font-size:12px}.clinic-step span{width:30px;height:30px}.clinic-form-card h2,.clinic-input-wrap input,.clinic-form-actions button{font-size:12px}}.clinic-field-error{display:block;margin-top:6px;color:#dc3545;font-size:12px}.clinic-input-wrap:has(input[aria-invalid=true]){border-color:#dc3545}.clinic-submit-error{margin-top:14px;padding:10px 14px;border:1px solid #ffd0d5;border-radius:10px;color:#b42334;background:#fff5f6;font-size:13px}.clinic-submit-success{margin-top:14px;padding:10px 14px;border:1px solid #bfe8df;border-radius:10px;color:#167563;background:#f1fbf8;font-size:13px}.clinic-form-actions button:disabled{cursor:not-allowed;opacity:.68}.clinic-join-panel{margin-top:28px}.clinic-join-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.clinic-join-heading span{color:#6f7d91;font-size:12px;font-weight:500}.clinic-search-row{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:12px;margin-top:18px}.clinic-search-input{margin-top:0}.clinic-search-button{display:grid;width:56px;height:56px;place-items:center;border:1px solid #d9e0e8;border-radius:15px;background:var(--theme-surface);color:#0875a6;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .15s ease}.clinic-search-button:hover{border-color:#9dccdd;box-shadow:0 8px 18px rgba(var(--theme-shadow-color),.08);transform:translateY(-1px)}.clinic-search-button:disabled{cursor:not-allowed;opacity:.68;transform:none}.clinic-result-list{display:flex;flex-direction:column;gap:10px;min-height:252px;max-height:292px;margin-top:14px;overflow:auto;padding-right:4px}.clinic-result-state{display:flex;align-items:center;justify-content:center;gap:9px;min-height:190px;border:1px dashed #ccdde7;border-radius:15px;background:#f8fbfd;color:#718093;font-size:12px;font-weight:500}.clinic-result-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto 34px;align-items:center;gap:12px;width:100%;min-height:103px;padding:14px;border:1px solid #dce6ed;border-radius:15px;background:#fbfcfd;color:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.clinic-result-card:hover,.clinic-result-card.selected{border-color:#76c9cf;background:#f2fbfb;box-shadow:0 8px 18px #0775a614}.clinic-result-icon,.clinic-result-select{display:grid;place-items:center;border-radius:50%}.clinic-result-icon{width:44px;height:44px;background:#eaf7fb;color:#0875a6}.clinic-result-select{width:32px;height:32px;color:#9ba8b8}.clinic-result-card.selected .clinic-result-select{color:#1ba7a6}.clinic-result-body{display:flex;min-width:0;flex-direction:column;gap:5px}.clinic-result-body strong,.clinic-result-body small,.clinic-result-body em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clinic-result-body strong{color:#1d2a3d;font-size:12px;font-weight:600;line-height:1.3}.clinic-result-body small,.clinic-result-body em,.clinic-result-members{display:inline-flex;align-items:center;gap:5px;color:#728093;font-size:12px;font-style:normal;line-height:1.25}.clinic-result-members{min-width:45px;justify-content:center;height:28px;padding:0 10px;border:1px solid #d3e8ea;border-radius:999px;background:var(--theme-surface);color:#168d94;font-weight:500}.clinic-join-note{min-height:78px;margin-top:16px}.clinic-join-panel .clinic-form-actions{margin-top:22px}@media (min-width: 921px) and (max-height: 950px){.clinic-mode-tabs{margin-top:16px}.clinic-mode-tab{height:40px}.clinic-form-card .clinic-create-form{margin-top:22px}.clinic-join-panel{margin-top:20px}.clinic-search-row{grid-template-columns:minmax(0,1fr) 49px;margin-top:14px}.clinic-search-button{width:49px;height:49px;border-radius:13px}.clinic-result-list{min-height:198px;max-height:218px}.clinic-result-state{min-height:170px}.clinic-result-card{min-height:86px;padding:11px}.clinic-join-note{min-height:64px;margin-top:12px}}@media (max-width: 650px){.clinic-form-heading{align-items:flex-start;flex-direction:column;gap:10px}.clinic-mode-tabs{grid-template-columns:1fr}.clinic-search-row{grid-template-columns:minmax(0,1fr) 50px}.clinic-search-button{width:50px;height:50px;border-radius:13px}.clinic-result-card{grid-template-columns:40px minmax(0,1fr) 30px;gap:10px}.clinic-result-icon{width:40px;height:40px}.clinic-result-members{grid-column:2 / 4;justify-self:flex-start}.clinic-form-actions{align-items:stretch;flex-direction:column}.clinic-form-actions .clinic-back-button,.clinic-form-actions .clinic-complete-button{width:100%}}.clinic-button-spinner{animation:clinic-button-spin .8s linear infinite}@keyframes clinic-button-spin{to{transform:rotate(360deg)}}.doctor-clinic-page{min-height:100vh;color:#1f2b40;background:#f3f7fc}.doctor-clinic-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 22px) 28px 34px;background:radial-gradient(circle at 91% 5%,rgba(204,242,244,.68),transparent 28%),linear-gradient(180deg,#f8fbff,#f3f7fc)}.doctor-clinic-heading,.doctor-clinic-heading>div:first-child,.doctor-clinic-feedback,.doctor-clinic-loading{display:flex;align-items:center}.doctor-clinic-heading{justify-content:space-between;gap:20px;margin-bottom:20px}.doctor-clinic-heading>div:first-child{gap:13px}.doctor-clinic-heading>div:first-child>span{display:grid;width:49px;height:49px;place-items:center;border-radius:15px;color:#0f6b97;background:#e7f5fd}.doctor-clinic-heading h1{margin:0;color:#172338;font-size:28px;letter-spacing:-.6px}.doctor-clinic-heading p{margin:5px 0 0;color:#73849c;font-size:12px}.doctor-clinic-status{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;color:#078859;background:#ddf8e9;font-size:10px;font-weight:800;text-transform:capitalize}.doctor-clinic-feedback{justify-content:space-between;gap:12px;margin-bottom:15px;padding:12px 14px;border-radius:12px;font-size:11px}.doctor-clinic-feedback.error{color:#b42318;border:1px solid #fecaca;background:#fff5f5}.doctor-clinic-feedback.success{justify-content:flex-start;color:#087a55;border:1px solid #b7ebd3;background:#effcf6}.doctor-clinic-feedback button{display:flex;align-items:center;gap:6px;border:0;color:inherit;background:transparent;font:inherit;font-weight:750;cursor:pointer}.doctor-clinic-loading{min-height:420px;justify-content:center;gap:9px;color:#7d8da3;font-size:12px}.doctor-clinic-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:20px;align-items:start}.doctor-clinic-form-card,.doctor-clinic-summary-card{border:1px solid #e5ebf2;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0f172a09}.doctor-clinic-form-card{padding:22px}.doctor-clinic-card-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:17px;border-bottom:1px solid #edf1f5;color:#176d96}.doctor-clinic-card-heading h2{margin:0;color:#223149;font-size:17px}.doctor-clinic-card-heading p{margin:4px 0 0;color:#8494aa;font-size:10px}.doctor-clinic-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:18px}.doctor-clinic-form-grid label{display:grid;gap:7px;color:#40516a;font-size:10px;font-weight:700}.doctor-clinic-form-grid label.full{grid-column:1 / -1}.doctor-clinic-form-grid label>div{display:flex;min-height:43px;align-items:center;gap:9px;padding:0 12px;border:1px solid #dbe5ef;border-radius:11px;color:#93a2b6;background:#f9fbfd}.doctor-clinic-form-grid label>div.invalid{border-color:#ec868e}.doctor-clinic-form-grid input,.doctor-clinic-form-grid textarea{flex:1;min-width:0;border:0;outline:0;color:#27364d;background:transparent;font:inherit;font-size:11px;font-weight:500}.doctor-clinic-form-grid textarea{padding:12px 0;resize:vertical}.doctor-clinic-form-grid label>small{color:#c23d48;font-size:9px}.doctor-clinic-logo-field>span em{color:#8b9aad;font-style:normal;font-weight:500}.doctor-clinic-logo-upload{display:flex;align-items:center;gap:12px;min-height:78px;padding:10px 12px;border:1px dashed #cbdce9;border-radius:11px;background:#f8fbfd}.doctor-clinic-logo-preview{display:grid;width:56px;height:56px;flex:0 0 56px;place-items:center;overflow:hidden;border-radius:10px;color:#0c719a;background:#e7f4fa}.doctor-clinic-logo-preview img{width:100%;height:100%;object-fit:contain}.doctor-clinic-logo-upload>div{display:grid;min-width:0;gap:3px}.doctor-clinic-logo-upload strong{overflow:hidden;color:#263951;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.doctor-clinic-logo-upload small{color:#8493a7;font-size:9px}.doctor-clinic-logo-upload input{display:none}.doctor-clinic-logo-actions{display:inline-flex;align-items:center;gap:9px;margin-top:4px}.doctor-clinic-logo-actions label,.doctor-clinic-logo-actions button{width:max-content;padding:5px 8px;border:1px solid #c4dcea;border-radius:6px;color:#0c6e98;background:#fff;cursor:pointer;font:inherit;font-size:9px;font-weight:700}.doctor-clinic-logo-actions button{border-color:#efc7ca;color:#b44a54}.doctor-clinic-form-card>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:17px;border-top:1px solid #edf1f5}.doctor-clinic-form-card>footer button{display:flex;height:42px;align-items:center;justify-content:center;gap:7px;padding:0 17px;border:1px solid #d9e3ed;border-radius:11px;color:#596b83;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.doctor-clinic-form-card>footer button:last-child{min-width:142px;border:0;color:#fff;background:linear-gradient(100deg,#126a96,#2bb5ad);box-shadow:0 8px 18px #126a962e}.doctor-clinic-form-card>footer button:disabled{cursor:not-allowed;opacity:.6}.doctor-clinic-summary-card{position:sticky;top:calc(var(--dashboard-header-height) + 20px);padding:24px;text-align:center}.doctor-clinic-summary-icon{display:grid;width:58px;height:58px;margin:0 auto 13px;place-items:center;border-radius:17px;color:#0f6b97;background:#e5f4fc}.doctor-clinic-summary-card>small{color:#14a3a4;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.doctor-clinic-summary-card h2{margin:8px 0 4px;color:#1e2d44;font-size:19px}.doctor-clinic-summary-card>p{margin:0;color:#7c8da4;font-size:10px}.doctor-clinic-summary-card dl{display:grid;gap:10px;margin:21px 0;padding:16px 0;border-top:1px solid #e8edf3;border-bottom:1px solid #e8edf3;text-align:left}.doctor-clinic-summary-card dl div{display:flex;align-items:center;justify-content:space-between;gap:10px}.doctor-clinic-summary-card dt{color:#8393a9;font-size:9px;text-transform:uppercase}.doctor-clinic-summary-card dd{display:flex;align-items:center;gap:5px;margin:0;color:#2d3c52;font-size:10px;font-weight:750}.doctor-clinic-summary-note{display:flex;gap:9px;padding:12px;border-radius:12px;color:#0f6b97;background:#edf7fd;text-align:left}.doctor-clinic-summary-note p{margin:0;color:#60748d;font-size:9px;line-height:1.55}.doctor-clinic-members{margin-top:20px;padding:20px 22px;border:1px solid #e5ebf2;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0f172a09}.doctor-clinic-members-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:15px;border-bottom:1px solid #edf1f5}.doctor-clinic-members-heading>div:first-child{display:flex;align-items:center;gap:11px}.doctor-clinic-members-heading>div:first-child>span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#13749a;background:#e8f5fb}.doctor-clinic-members-heading h2{margin:0;color:#24344c;font-size:16px}.doctor-clinic-members-heading p{margin:4px 0 0;color:#8292a7;font-size:10px}.doctor-clinic-members-count{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:6px 11px;border-radius:999px;color:#087a69;background:#e7f8f4;font-size:10px;font-weight:750;text-transform:capitalize}.doctor-clinic-members-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.doctor-clinic-member-card{position:relative;display:flex;min-width:0;align-items:flex-start;gap:11px;padding:15px;border:1px solid #e4ebf2;border-radius:15px;background:#fbfdff}.doctor-clinic-member-avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;color:#13749a;background:#e7f5fb}.doctor-clinic-member-copy{min-width:0;flex:1}.doctor-clinic-member-copy>div{display:flex;min-width:0;align-items:center;gap:7px}.doctor-clinic-member-copy strong{overflow:hidden;color:#25364e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.doctor-clinic-member-copy small{display:block;margin:3px 0 9px;overflow:hidden;color:#75879f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.doctor-clinic-member-copy p{display:flex;min-width:0;align-items:center;gap:6px;margin:5px 0 0;overflow:hidden;color:#6d8099;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.doctor-clinic-member-copy p svg{flex:0 0 auto;color:#1685a9}.doctor-clinic-member-status{flex:0 0 auto;padding:4px 7px;border-radius:999px;color:#087a55;background:#e3f8ed;font-size:7px;font-weight:800;letter-spacing:.35px;text-transform:uppercase}.doctor-clinic-member-status.pending{color:#8a6b16;background:#fff5d8}.doctor-clinic-member-status.rejected,.doctor-clinic-member-status.inactive{color:#ae3944;background:#fff0f0}.doctor-clinic-member-role{position:absolute;right:12px;bottom:11px;padding:4px 7px;border-radius:7px;color:#126d94;background:#eaf5fb;font-size:7px;font-weight:800;text-transform:uppercase}.doctor-clinic-join-requests{margin-top:20px;padding:20px 22px;border:1px solid #e5ebf2;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0f172a09}.doctor-clinic-join-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:15px;border-bottom:1px solid #edf1f5;color:#8293a8}.doctor-clinic-join-heading>div{display:flex;align-items:center;gap:11px}.doctor-clinic-join-heading>div>span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#13749a;background:#e8f5fb}.doctor-clinic-join-heading h2{margin:0;color:#24344c;font-size:16px}.doctor-clinic-join-heading p{margin:4px 0 0;color:#8292a7;font-size:10px}.doctor-clinic-join-error{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px;padding:10px 12px;border-radius:10px;color:#ad3a45;background:#fff4f4;font-size:11px}.doctor-clinic-join-error button{border:0;color:inherit;background:transparent;font:inherit;font-weight:700;cursor:pointer}.doctor-clinic-join-empty{margin:18px 0 2px;color:#8292a7;font-size:11px}.doctor-clinic-join-list{display:grid;gap:10px;margin-top:15px}.doctor-clinic-join-row{display:flex;min-height:58px;align-items:center;gap:11px;padding:9px 11px;border:1px solid #edf1f5;border-radius:13px;background:#fbfdff}.doctor-clinic-join-avatar{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;color:#14779b;background:#e7f5fb}.doctor-clinic-join-row>div:nth-child(2){display:grid;min-width:0;gap:2px}.doctor-clinic-join-row strong{overflow:hidden;color:#2a3950;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.doctor-clinic-join-row small{color:#73859c;font-size:10px}.doctor-clinic-join-row em{color:#a0adbc;font-size:9px;font-style:normal}.doctor-clinic-join-status{margin-left:auto;padding:5px 9px;border-radius:999px;color:#8a6b16;background:#fff5d8;font-size:9px;font-weight:800;text-transform:capitalize}.doctor-clinic-join-status.accepted,.doctor-clinic-join-status.approved{color:#087a55;background:#e3f8ed}.doctor-clinic-join-status.rejected,.doctor-clinic-join-status.declined{color:#ae3944;background:#fff0f0}.doctor-clinic-join-actions{display:flex;gap:6px}.doctor-clinic-join-actions button{display:grid;width:29px;height:29px;place-items:center;border:1px solid #d8e5ef;border-radius:8px;color:#14779b;background:#fff;cursor:pointer}.doctor-clinic-join-actions button:last-child{color:#bd4850}.doctor-clinic-join-actions button:disabled{cursor:wait;opacity:.55}@media (max-width: 1100px){.doctor-clinic-layout{grid-template-columns:1fr}.doctor-clinic-summary-card{position:static}.doctor-clinic-members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 980px){.doctor-clinic-main{margin-left:var(--dashboard-sidebar-compact-width)}}@media (max-width: 760px){.doctor-clinic-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 18px) 14px 26px}.doctor-clinic-heading{align-items:flex-start}.doctor-clinic-heading h1{font-size:23px}.doctor-clinic-form-grid{grid-template-columns:1fr}.doctor-clinic-form-grid label.full{grid-column:auto}.doctor-clinic-form-card{padding:16px}.doctor-clinic-form-card>footer{flex-direction:column-reverse}.doctor-clinic-form-card>footer button{width:100%}.doctor-clinic-members{padding:16px}.doctor-clinic-members-heading{align-items:flex-start}.doctor-clinic-members-grid{grid-template-columns:1fr}.doctor-clinic-join-requests{padding:16px}.doctor-clinic-join-row{align-items:flex-start}.doctor-clinic-join-status{margin-left:auto}}.doctor-dashboard-page{min-height:100vh;background:#f4f7fd;color:var(--dashboard-navy)}.doctor-dashboard-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 31px) 32px 44px;background-color:#f7f9fe;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='76' viewBox='0 0 132 76'%3E%3Cg fill='none' stroke='%23dfe6f1' stroke-width='1' opacity='.72'%3E%3Cpath d='M33 1l32 18v37L33 75 1 56V19zM99 1l32 18v37L99 75 67 56V19z'/%3E%3C/g%3E%3C/svg%3E");background-size:132px 76px}.dashboard-welcome-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:none;height:105px;margin:0 auto}.dashboard-welcome-row h1{margin:0;color:var(--dashboard-navy);font-size:28px;font-weight:600;line-height:1.2}.dashboard-welcome-row p{margin:4px 0 0;color:var(--dashboard-muted);font-size:12px;line-height:1.4}.dashboard-date-card{display:flex;align-items:center;width:200px;height:68px;margin-top:4px;padding:0 15px;border:1px solid #eef2f6;border-radius:17px;background:#fffffff0;box-shadow:0 5px 12px #0f172a0d}.dashboard-date-card svg{margin-right:12px;color:#22b7b4}.dashboard-date-card div{display:flex;flex-direction:column}.dashboard-date-card strong{color:#263249;font-size:12px;line-height:1.35}.dashboard-date-card span{margin-top:2px;color:#8da0b9;font-size:11px}.dashboard-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;width:100%;max-width:none;margin:0 auto}.dashboard-error-banner{display:flex;align-items:center;gap:10px;min-height:48px;margin:-18px 0 24px;padding:0 16px;border:1px solid #ffd6d6;border-radius:14px;background:#fff5f5;color:#a42424;font-size:12px}.dashboard-error-banner span{flex:1}.dashboard-error-banner button{height:32px;padding:0 12px;border:0;border-radius:9px;background:#a42424;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.dashboard-review-banner{display:flex;align-items:center;gap:13px;min-height:70px;margin:-18px 0 24px;padding:13px 15px;border:1px solid #cfe5f5;border-radius:16px;background:#f2f9ff;box-shadow:0 8px 22px #1a4e7712}.dashboard-review-banner.is-correction{border-color:#f3d29a;background:#fff9ed}.dashboard-review-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#e5f4ff;color:#0875a8}.is-correction .dashboard-review-icon{background:#fff0d2;color:#b76a00}.dashboard-review-copy{flex:1;min-width:0}.dashboard-review-copy strong{display:block;margin-bottom:3px;font-size:13px}.dashboard-review-copy p,.dashboard-review-copy small{margin:0;color:#64748b;font-size:11px;line-height:1.45}.dashboard-review-copy small{display:block;margin-top:2px;color:#9a620d}.dashboard-review-banner>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 15px;border:0;border-radius:11px;background:linear-gradient(135deg,#0874a8,#29b7ae);color:#fff;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.dashboard-spin{animation:dashboard-spin .9s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-primary-column{min-width:0}.dashboard-revenue-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.dashboard-stat-card{min-height:173px;padding:24px;border:1px solid #eef2f7;border-radius:23px;background:#fffffff7;box-shadow:0 8px 18px #0f172a0e}.dashboard-stat-top{display:flex;align-items:flex-start;justify-content:space-between}.dashboard-stat-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;background:#eef6ff;color:var(--dashboard-blue)}.dashboard-stat-card:nth-child(3) .dashboard-stat-icon{background:#eefbf9;color:var(--dashboard-teal)}.dashboard-stat-change{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border-radius:8px;background:#dcfbe6;color:#17a84e;font-size:12px;font-weight:500}.dashboard-stat-card>p{margin:17px 0 3px;color:#667b99;font-size:12px;line-height:1.35}.dashboard-stat-card>strong{display:block;color:var(--dashboard-navy);font-size:21px;font-weight:500;letter-spacing:.1px;line-height:1.2}.dashboard-stat-card>small{display:block;margin-top:8px;color:#8da0b9;font-size:11px}.dashboard-stat-featured{border-color:#175d90;background:#1b5d8e;box-shadow:0 11px 20px #124f7b38}.dashboard-stat-featured .dashboard-stat-icon{background:#fff3;color:#fff}.dashboard-stat-featured .dashboard-stat-change{background:#ffffff2e;color:#fff}.dashboard-stat-featured>p{color:#bed5e8}.dashboard-stat-featured>strong{color:#fff}.dashboard-stat-featured>small{color:#ffffffc2}.dashboard-stat-change-negative{background:#ffe7e7;color:#cc3838}.dashboard-stat-change-neutral{background:#edf2f7;color:#607088}.dashboard-appointments-card,.dashboard-analytics-card{border:1px solid #edf1f6;background:#fffffff7;box-shadow:0 9px 22px #0f172a0b}.dashboard-appointments-card{min-height:389px;margin-bottom:32px;padding:32px;border-radius:24px}.dashboard-section-heading,.dashboard-analytics-heading{display:flex;align-items:center;justify-content:space-between}.dashboard-section-heading>div,.dashboard-analytics-heading>div:first-child{min-width:0}.dashboard-section-heading h2,.dashboard-analytics-heading h2{margin:0;color:var(--dashboard-navy);font-size:12px;font-weight:500;letter-spacing:-.25px}.dashboard-section-heading p{margin:5px 0 0;color:#7186a2;font-size:12px;line-height:1.35}.dashboard-section-heading button{border:0;background:transparent;color:#075789;font-size:12px;font-weight:500;cursor:pointer}.dashboard-appointment-list{display:flex;flex-direction:column;gap:16px;margin-top:25px}.dashboard-appointment-row{display:grid;grid-template-columns:48px minmax(190px,1fr) 108px 100px 40px;align-items:center;height:80px;padding:0 16px;border:1px solid #eff3f7;border-radius:16px;background:#fff}.dashboard-patient-avatar{display:grid;width:48px;height:48px;place-items:center;border:2px solid #ffffff;border-radius:15px;box-shadow:0 3px 8px #0f172a1a;color:#fff;font-size:12px;font-weight:500}.appointment-avatar-sarah{background:linear-gradient(145deg,#ba8d6a,#3c5f59)}.appointment-avatar-michael{background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.appointment-avatar-arthur{background:linear-gradient(145deg,#536b66,#18262a)}.dashboard-patient-details{min-width:0;padding-left:16px}.dashboard-patient-details h3{margin:0;overflow:hidden;color:#2c374c;font-size:12px;font-weight:500;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.dashboard-patient-details p{margin:2px 0 0;overflow:hidden;color:#7186a3;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dashboard-appointment-time{display:flex;flex-direction:column;padding-left:10px}.dashboard-appointment-time strong{color:#2a3549;font-size:12px}.dashboard-appointment-time span{margin-top:3px;color:#9aacbf;font-size:10px}.dashboard-appointment-status{justify-self:center;padding:7px 12px;border-radius:999px;font-size:11px;font-weight:500;white-space:nowrap}.appointment-status-confirmed{background:#e5efff;color:#2473f2}.appointment-status-waiting{background:#fff1c9;color:#d77c08}.appointment-status-way{background:#e7f8f8;color:#16aead}.appointment-status-completed{background:#e6f7ed;color:#18a957}.appointment-status-cancelled{background:#ffe7e7;color:#cc3838}.appointment-status-no-show{background:#edf2f7;color:#607088}.dashboard-appointment-row>button{display:grid;width:40px;height:40px;padding:0;place-items:center;border:0;border-radius:13px;background:var(--dashboard-teal);color:#fff;cursor:pointer}.dashboard-state-row{display:flex;align-items:center;justify-content:center;gap:9px;min-height:236px;border:1px dashed #d6e0ec;border-radius:18px;background:#fbfdff;color:#667b99;font-size:12px;font-weight:500}.dashboard-empty-row{color:#0f7f7e}.dashboard-analytics-card{height:437px;margin-top:32px;padding:34px 32px 25px;border-radius:23px}.dashboard-analytics-heading p{margin:3px 0 0;color:#7186a2;font-size:12px}.dashboard-chart-tabs{display:flex;align-items:center;padding:5px;border-radius:13px;background:#f6f8fb}.dashboard-chart-tabs button{height:37px;padding:0 17px;border:0;border-radius:10px;background:transparent;color:#6d7c94;font-size:12px;cursor:pointer}.dashboard-chart-tabs .dashboard-chart-tab-active{background:#fff;box-shadow:0 2px 8px #0f172a12;color:#145887;font-weight:500}.revenue-chart-wrap{width:100%;height:310px;margin-top:8px}.revenue-chart{display:block;width:100%;height:100%}.dashboard-insights-panel{position:relative;height:clamp(620px,calc(100vh - 236px),802px);overflow:hidden;padding:34px 32px 32px;border-radius:31px;background:#e8f0f9c4}.dashboard-insights-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dashboard-insights-heading h2{margin:0;color:#175d90;font-size:21px;font-weight:500}.dashboard-insights-heading p{max-width:310px;margin:10px 0 0;color:#6e82a0;font-size:12px;line-height:1.45}.dashboard-insights-heading button{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:0;border-radius:12px;background:#ffffffdb;color:#175d90;cursor:pointer}.dashboard-schedule-card,.dashboard-satisfaction-card,.dashboard-clinic-status-card{position:absolute;z-index:3;border:1px solid rgba(255,255,255,.88);background:#ffffffdb;box-shadow:0 13px 25px #14436421;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-schedule-card{top:160px;right:31px;width:225px;height:100px;padding:16px;border-radius:17px}.dashboard-schedule-title{display:flex;align-items:center}.dashboard-schedule-title>span{display:grid;width:32px;height:32px;margin-right:12px;place-items:center;border-radius:9px;background:#2bb7b5;color:#fff}.dashboard-schedule-title strong{color:#34425a;font-size:12px}.dashboard-schedule-progress{height:4px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e6ecf2}.dashboard-schedule-progress i{display:block;width:64%;height:100%;background:#25b5b4}.dashboard-schedule-card small{display:block;margin-top:7px;color:#687b95;font-size:10px}.dashboard-doctor-illustration{position:absolute;top:241px;left:32px;z-index:1;display:block;width:316px;height:316px;object-fit:contain}.dashboard-satisfaction-card{top:332px;right:16px;width:192px;height:138px;padding:20px;border-radius:18px}.dashboard-satisfaction-card>span{display:block;color:#5780a0;font-size:10px;font-weight:500;text-transform:uppercase}.dashboard-satisfaction-card>strong{display:block;margin-top:6px;color:#0d5686;font-size:23px;line-height:1}.dashboard-satisfaction-card>strong small{margin-left:3px;font-size:12px}.dashboard-satisfaction-card p{margin:12px 0 0;color:#6e82a0;font-size:10px;line-height:1.4}.dashboard-satisfaction-avatars{display:flex;align-items:center;margin-top:12px}.dashboard-satisfaction-avatars i{display:grid;width:22px;height:22px;margin-left:-5px;place-items:center;border:2px solid #ffffff;border-radius:50%;background:#a87860;color:#fff;font-size:8px;font-style:normal;font-weight:500}.dashboard-satisfaction-avatars i:first-child{margin-left:0}.dashboard-satisfaction-avatars i:nth-child(2){background:#527c7c}.dashboard-satisfaction-avatars i:nth-child(3){background:#cd8d77}.dashboard-satisfaction-avatars i:nth-child(4){background:#5f6b81}.dashboard-satisfaction-avatars i:last-child{background:#26b3b0;font-size:7px}.dashboard-clinic-status-card{top:457px;left:32px;width:257px;height:128px;padding:20px;border-radius:18px}.dashboard-clinic-status-top{display:flex;align-items:center}.dashboard-clinic-status-top>span{display:grid;width:42px;height:42px;margin-right:12px;place-items:center;border-radius:12px;background:#6465fa;color:#fff}.dashboard-clinic-status-top div{display:flex;flex-direction:column}.dashboard-clinic-status-top strong{color:#3b4960;font-size:12px}.dashboard-clinic-status-top small{margin-top:2px;color:#22bd62;font-size:10px;font-weight:500;text-transform:uppercase}.dashboard-active-staff{display:flex;align-items:center;justify-content:space-between;height:31px;margin-top:14px;padding:0 9px;border-radius:10px;background:#f2f7fbeb}.dashboard-active-staff span{color:#687b93;font-size:10px}.dashboard-active-staff strong{color:#38445a;font-size:11px}.dashboard-report-button{position:absolute;right:31px;bottom:32px;left:32px;display:flex;align-items:center;justify-content:center;height:56px;padding:0;border:0;border-radius:16px;background:#185e91;box-shadow:0 10px 18px #185e9138;color:#fff;font-size:12px;font-weight:500;cursor:pointer}.dashboard-report-button svg{margin-right:9px}@media (max-width: 1280px){.dashboard-welcome-row,.dashboard-content-grid{max-width:none}.dashboard-content-grid{grid-template-columns:minmax(600px,1fr) 340px;gap:24px}.dashboard-revenue-cards{gap:16px}.dashboard-stat-card{padding:20px}.dashboard-stat-card>strong{font-size:21px}.dashboard-appointment-row{grid-template-columns:48px minmax(160px,1fr) 100px 94px 40px;padding:0 12px}.dashboard-insights-panel{padding-right:24px;padding-left:24px}.dashboard-doctor-illustration{left:13px}.dashboard-clinic-status-card,.dashboard-report-button{left:24px}.dashboard-report-button{right:24px}}@media (max-width: 1120px){.doctor-dashboard-main{margin-left:var(--dashboard-sidebar-compact-width)}.dashboard-content-grid{grid-template-columns:minmax(0,1fr)}.dashboard-insights-panel{width:100%;max-width:684px;margin:0 auto}}@media (max-width: 760px){.doctor-dashboard-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 24px) 18px 36px}.dashboard-welcome-row{height:auto;margin-bottom:26px}.dashboard-welcome-row h1{font-size:24px}.dashboard-welcome-row p{font-size:12px}.dashboard-date-card{display:none}.dashboard-review-banner{align-items:flex-start;flex-wrap:wrap;margin-top:-10px}.dashboard-review-copy{flex-basis:calc(100% - 58px)}.dashboard-review-banner>button{width:100%}.dashboard-revenue-cards{grid-template-columns:1fr}.dashboard-stat-card{min-height:155px}.dashboard-appointments-card,.dashboard-analytics-card{padding:24px 18px}.dashboard-appointment-row{grid-template-columns:48px minmax(0,1fr) 40px;height:auto;min-height:84px}.dashboard-appointment-time,.dashboard-appointment-status{display:none}.dashboard-analytics-card{height:auto}.dashboard-chart-tabs button{padding:0 10px}.dashboard-insights-panel{height:760px}}@media (max-width: 440px){.doctor-dashboard-main{padding-right:12px;padding-left:12px}.dashboard-welcome-row h1{font-size:21px}.dashboard-section-heading h2,.dashboard-analytics-heading h2{font-size:12px}.dashboard-section-heading button{display:none}.dashboard-analytics-heading{align-items:flex-start;flex-direction:column;gap:15px}.dashboard-insights-panel{padding-right:16px;padding-left:16px}.dashboard-insights-heading h2{font-size:12px}.dashboard-schedule-card{right:16px}.dashboard-doctor-illustration{left:0;width:310px}.dashboard-satisfaction-card{right:6px}.dashboard-clinic-status-card{left:16px}.dashboard-report-button{right:16px;left:16px;font-size:12px}}.reusable-data-table{width:100%;overflow:hidden;border:1px solid #e9eef5;border-radius:23px;background:#fff;box-shadow:0 3px 9px #0f172a09}.reusable-data-table-scroll{width:100%;overflow-x:auto}.reusable-data-table table{width:100%;border-collapse:collapse;border-spacing:0}.reusable-data-table th,.reusable-data-table td{padding:0 16px;text-align:left;vertical-align:middle}.reusable-data-table thead tr{height:54px;background:#fbfcff}.reusable-data-table th{color:#93a3ba;font-size:10px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}.reusable-data-table tbody tr{border-top:1px solid #edf1f6}.reusable-data-table tbody tr:hover{background:#fbfdff}.reusable-data-table-empty{height:150px;color:#8493a9;font-size:12px;text-align:center!important}.reusable-data-table-footer{display:flex;align-items:center;justify-content:center;min-height:59px;border-top:1px solid #edf1f6;background:#fbfcfe}.doctor-appointments-page{min-height:100vh;background:#f4f7fd;color:var(--dashboard-navy)}.doctor-appointments-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 34px) 32px 60px 38px;background:#f5f7ff}.appointments-title-row{display:flex;align-items:flex-start;justify-content:space-between;height:102px}.appointments-title-row h1{margin:0;color:#273349;font-size:12px;font-weight:500;letter-spacing:-.7px;line-height:1.2}.appointments-title-row p{margin:3px 0 0;color:#6d819e;font-size:12px;line-height:1.4}.new-appointment-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:213px;height:50px;margin-top:10px;padding:0 23px;border:0;border-radius:16px;background:#155b8d;box-shadow:0 8px 14px #155b8d33;color:#fff;font-size:12px;font-weight:500;cursor:pointer}.new-appointment-button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.appointments-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px}.appointments-primary-column,.appointments-side-column{min-width:0}.appointments-filters{display:flex;align-items:center;justify-content:space-between;height:85px;padding:0 20px;border:1px solid #e9eef5;border-radius:23px;background:#fff;box-shadow:0 3px 9px #0f172a09}.appointments-period-tabs{display:flex;align-items:center;gap:11px}.appointments-period-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 16px;border:0;border-radius:11px;background:transparent;color:#687b98;font-size:12px;font-weight:500;white-space:nowrap;cursor:pointer}.appointments-period-tabs .appointments-period-active{background:#edf4ff;color:#115886;font-weight:500}.appointments-custom-date{height:38px;padding:0 10px;border:1px solid #dce7f1;border-radius:10px;outline:none;color:#40536c;background:#fff;font:inherit;font-size:11px}.appointments-status-filter{display:flex;align-items:center}.appointments-select-wrap{position:relative;display:flex;align-items:center;width:150px;height:38px;border:1px solid #edf1f5;border-radius:12px;background:#f8fafc}.appointments-select-wrap select{width:100%;height:100%;padding:0 34px 0 15px;border:0;outline:0;appearance:none;background:transparent;color:#2f3c52;font-size:12px;cursor:pointer}.appointments-select-wrap svg{position:absolute;right:12px;color:#70839d;pointer-events:none}.appointments-filter-divider{width:1px;height:30px;margin:0 19px;background:#edf1f5}.appointments-status-filter>button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;background:transparent;color:#687d99;cursor:pointer}.appointments-data-table{margin-top:24px;overflow:visible}.appointments-data-table .reusable-data-table-scroll{overflow:visible}.appointments-data-table table{min-width:700px}.appointments-data-table tbody tr{height:101px}.appointments-data-table th:first-child,.appointments-data-table td:first-child{padding-left:32px}.appointments-data-table th:last-child,.appointments-data-table td:last-child{padding-right:31px}.appointments-patient-cell{display:flex;align-items:center}.appointments-table-avatar{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border:2px solid #ffffff;border-radius:15px;box-shadow:0 3px 8px #0f172a1a;color:#fff;font-size:11px;font-weight:500;object-fit:cover}.appointments-avatar-fallback{background:linear-gradient(145deg,#3e88a6,#31b4ad)}.appointments-avatar-sarah{background:linear-gradient(145deg,#bd916d,#3f625b)}.appointments-avatar-michael{background:linear-gradient(145deg,#ef70bb,#0fa8bb)}.appointments-avatar-arthur{background:linear-gradient(145deg,#6d8580,#223239)}.appointments-avatar-emma{background:linear-gradient(145deg,#c3a086,#3b7480)}.appointments-patient-cell>div,.appointments-time-cell{display:flex;flex-direction:column}.appointments-patient-cell>div{min-width:0;margin-left:16px}.appointments-patient-cell strong,.appointments-time-cell strong{color:#283449;font-size:12px;font-weight:500;line-height:1.35}.appointments-patient-cell span,.appointments-time-cell span{margin-top:2px;color:#90a1b8;font-size:11px;line-height:1.3}.appointments-time-cell small{margin-top:2px;color:#9aa9bc;font-size:10px;line-height:1.3}.appointments-type-chip,.appointments-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 12px;border:1px solid transparent;border-radius:9px;font-size:10px;font-weight:500;text-transform:uppercase;white-space:nowrap}.appointment-type-regular{border-color:#cfe3fb;background:#eef6ff;color:#0c5b91}.appointment-type-ecg{border-color:#f8df9d;background:#fff9e9;color:#bd6507}.appointment-type-new{border-color:#b9ece8;background:#effcfa;color:#087e7b}.appointment-type-surgery{border-color:#ffd7db;background:#fff1f2;color:#c81e36}.appointments-status-chip{min-width:86px;border:0;border-radius:999px}.appointment-table-status-confirmed{background:#e6efff;color:#1f6cf3}.appointment-table-status-waiting{background:#fff0c5;color:#d67808}.appointment-table-status-way{background:#d9f8f2;color:#09958f}.appointment-table-status-completed{background:#d7f8e8;color:#06996b}.appointment-table-status-pending{background:#fff0c5;color:#d67808}.appointment-table-status-cancelled,.appointment-table-status-rejected{background:#ffe3e5;color:#d23c4b}.appointment-table-status-no-show{background:#edf0f5;color:#66758b}.appointments-actions-cell{position:relative;display:flex;align-items:center;gap:12px}.appointments-start-button{min-width:76px;height:34px;padding:0;border:0;border-radius:11px;background:#29b4b3;box-shadow:0 4px 8px #29b4b333;color:#fff;font-size:12px;font-weight:500;cursor:pointer}.appointments-start-button:disabled{background:#e2e9f2;box-shadow:none;color:#9caec2;cursor:not-allowed}.appointments-action-spinner{animation:appointments-spin .8s linear infinite}.appointments-more-button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #edf1f6;border-radius:12px;background:#f8fafc;color:#8da1b9;cursor:pointer}.appointments-more-button:disabled{cursor:wait;opacity:.6}.appointments-more-wrap{position:relative}.appointments-action-menu{position:absolute;z-index:20;top:calc(100% + 7px);right:0;width:170px;overflow:hidden;padding:5px;border:1px solid #e5ebf2;border-radius:11px;background:#fff;box-shadow:0 12px 28px #18324d29}.appointments-action-menu button,.appointments-action-menu span{width:100%;display:block;padding:9px 10px;border:0;border-radius:7px;text-align:left;color:#40536c;background:transparent;font:inherit;font-size:11px}.appointments-action-menu button{display:flex;align-items:center;gap:8px}.appointments-action-menu button{cursor:pointer}.appointments-action-menu button:hover{color:#0b5c8d;background:#eef6ff}.appointments-feedback{margin-top:14px;padding:10px 14px;border:1px solid #cbeee8;border-radius:11px;color:#087b70;background:#effbf8;font-size:12px}.appointments-feedback-error{border-color:#ffd2d8;color:#b32f41;background:#fff4f5}.appointments-table-footer{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 30px}.appointments-table-footer>span{color:#7a8da7;font-size:11px}.appointments-load-more{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#075789;font-size:12px;font-weight:500;cursor:pointer}.appointments-load-more:disabled{cursor:wait;opacity:.65}.appointments-overview-card,.appointments-calendar-card{border:1px solid #e8edf4;border-radius:23px;background:#fff;box-shadow:0 3px 9px #0f172a09}.appointments-overview-card{height:279px;padding:24px}.appointments-overview-card h2,.appointments-calendar-card h2{margin:0;color:#293549;font-size:12px;font-weight:500}.appointments-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:17px}.appointments-overview-grid article{display:flex;height:87px;padding:18px 16px;border-radius:16px;flex-direction:column}.appointments-overview-grid strong{font-size:12px;line-height:1.15}.appointments-overview-grid span{margin-top:5px;color:#6f819a;font-size:12px}.overview-booked{background:#edf4ff;color:#135a8b}.overview-pending{background:#edfbf9;color:#20aaa9}.overview-completed{background:#d9fae8;color:#12a85d}.overview-cancelled{background:#ffe1e3;color:#e6444b}.appointments-calendar-card{min-height:263px;margin-top:32px;padding:24px}@keyframes appointments-spin{to{transform:rotate(360deg)}}.appointments-calendar-heading{display:flex;align-items:center;justify-content:space-between}.appointments-calendar-heading>div{display:flex;gap:8px}.appointments-calendar-heading button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;background:#f7f9fc;color:#72849d;cursor:pointer}.appointments-calendar-weekdays,.appointments-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.appointments-calendar-weekdays{margin-top:24px}.appointments-calendar-weekdays span{color:#91a2b9;font-size:10px;font-weight:500}.appointments-calendar-days{row-gap:4px;margin-top:10px}.appointments-calendar-days button{display:grid;justify-self:center;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#253247;font-size:12px;cursor:pointer}.appointments-calendar-days .appointments-calendar-muted{color:#c8d2df}.appointments-calendar-days .appointments-calendar-selected{background:#155b8d;color:#fff;font-weight:500}.doctor-appointment-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;padding:24px;place-items:center;overflow-y:auto;background:#0f1f327a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.doctor-appointment-details-backdrop{position:fixed;inset:0;z-index:110;display:grid;padding:24px;place-items:center;overflow-y:auto;background:#0f1f327a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.doctor-appointment-details-modal{width:min(100%,620px);overflow:hidden;border:1px solid #e1e9f2;border-radius:22px;background:#fff;box-shadow:0 24px 70px #142d483d}.doctor-appointment-details-modal>header{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px solid #e8eef5;background:linear-gradient(105deg,#f4f9ff,#f1fbfa)}.doctor-appointment-details-modal>header>div{display:flex;min-width:0;align-items:center;gap:12px}.doctor-appointment-details-modal>header>div>span{display:grid;width:43px;height:43px;flex:0 0 43px;place-items:center;border-radius:13px;background:#e5f4ff;color:#126b98}.doctor-appointment-details-modal h2{margin:0;color:#202e44;font-size:20px}.doctor-appointment-details-modal header p{margin:4px 0 0;color:#7588a1;font-size:12px}.doctor-appointment-details-modal>header>button{display:grid;width:36px;height:36px;flex:0 0 36px;padding:0;place-items:center;border:1px solid #dce6ef;border-radius:10px;background:#fff;color:#71839a;cursor:pointer}.doctor-appointment-details-body{display:flex;flex-direction:column;gap:17px;padding:22px}.doctor-appointment-details-loading{display:flex;align-items:center;gap:8px;margin-bottom:-6px;color:#57718b;font-size:11px}.doctor-appointment-details-patient{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e0eaf2;border-radius:14px;background:#f8fbfe}.doctor-appointment-details-patient>img,.doctor-appointment-details-patient>span{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:14px;background:linear-gradient(145deg,#3e88a6,#31b4ad);color:#fff;font-size:11px;font-weight:700;object-fit:cover}.doctor-appointment-details-patient>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.doctor-appointment-details-patient strong{color:#283449;font-size:14px}.doctor-appointment-details-patient small{color:#8395aa;font-size:10px}.doctor-appointment-details-patient em{font-style:normal}.doctor-appointment-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:0}.doctor-appointment-details-grid>div,.doctor-appointment-details-note{padding:12px 13px;border:1px solid #e4ebf2;border-radius:12px;background:#fff}.doctor-appointment-details-grid dt,.doctor-appointment-details-note>span{color:#8a9cb0;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.doctor-appointment-details-grid dd{margin:5px 0 0;color:#33455d;font-size:11px;line-height:1.4}.doctor-appointment-details-note p{margin:6px 0 0;color:#4b6078;font-size:11px;line-height:1.5}.doctor-appointment-details-modal>footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 20px;border-top:1px solid #e8eef5}.doctor-appointment-details-modal>footer button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 17px;border-radius:11px;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.doctor-appointment-details-close{border:1px solid #dbe5ef;background:#fff;color:#61748d}.doctor-appointment-details-complete{border:0;background:#155b8d;box-shadow:0 5px 12px #155b8d33;color:#fff}.doctor-appointment-details-complete:disabled{cursor:wait;opacity:.6}.doctor-appointment-modal{width:min(100%,590px);overflow:hidden;border:1px solid #e1e9f2;border-radius:22px;background:#fff;box-shadow:0 24px 70px #142d483d}.doctor-appointment-modal>header{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px solid #e8eef5;background:linear-gradient(105deg,#f4f9ff,#f1fbfa)}.doctor-appointment-modal>header>div{display:flex;min-width:0;align-items:center;gap:12px}.doctor-appointment-modal>header>div>span{display:grid;width:43px;height:43px;flex:0 0 43px;place-items:center;border-radius:13px;background:#e5f4ff;color:#126b98}.doctor-appointment-modal h2{margin:0;color:#202e44;font-size:20px}.doctor-appointment-modal header p{margin:4px 0 0;color:#7588a1;font-size:12px}.doctor-appointment-modal>header>button{display:grid;width:36px;height:36px;flex:0 0 36px;padding:0;place-items:center;border:1px solid #dce6ef;border-radius:10px;background:#fff;color:#71839a;cursor:pointer}.doctor-appointment-modal>form{display:flex;flex-direction:column;gap:17px;padding:22px}.doctor-appointment-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.doctor-appointment-modal-field{display:flex;min-width:0;flex-direction:column;gap:7px}.doctor-appointment-modal-field>span,.doctor-appointment-slot-field legend{display:flex;align-items:center;gap:6px;color:#384a62;font-size:11px;font-weight:650}.doctor-appointment-modal-field input,.doctor-appointment-modal-field select,.doctor-appointment-modal-field textarea{width:100%;border:1px solid #dce5ef;border-radius:11px;outline:0;background:#fbfcfe;color:#26364d;font:inherit;font-size:12px;transition:border-color .15s ease,box-shadow .15s ease}.doctor-appointment-modal-field input,.doctor-appointment-modal-field select{height:43px;padding:0 12px}.doctor-appointment-modal-field textarea{min-height:76px;padding:11px 12px;line-height:1.5;resize:vertical}.doctor-appointment-modal-field input:focus,.doctor-appointment-modal-field select:focus,.doctor-appointment-modal-field textarea:focus{border-color:#32aaa8;box-shadow:0 0 0 3px #32aaa81a}.doctor-appointment-patient-search{position:relative}.doctor-appointment-patient-suggestions{position:absolute;z-index:5;top:calc(100% - 1px);right:0;left:0;max-height:210px;overflow-y:auto;padding:5px;border:1px solid #cfdfea;border-radius:0 0 11px 11px;background:#fff;box-shadow:0 12px 24px #213c5924}.doctor-appointment-patient-suggestions button{display:flex;width:100%;min-height:48px;align-items:flex-start;justify-content:center;flex-direction:column;gap:3px;padding:8px 11px;border:0;border-radius:8px;background:transparent;color:#293a51;font:inherit;text-align:left;cursor:pointer}.doctor-appointment-patient-suggestions button:hover,.doctor-appointment-patient-suggestions button:focus-visible{outline:0;background:#eef8fb}.doctor-appointment-patient-suggestions strong{font-size:12px;font-weight:650}.doctor-appointment-patient-suggestions button span{color:#66809b;font-size:10px}.doctor-appointment-patient-search-message{display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:0 10px;color:#7589a2;font-size:11px}.doctor-appointment-time-help{margin-top:-1px;color:#7b8da3;font-size:10px;line-height:1.35}.doctor-appointment-slot-field{min-width:0;margin:0;padding:0;border:0}.doctor-appointment-slot-field legend{margin-bottom:9px;padding:0}.doctor-appointment-slot-list{display:flex;min-height:48px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px;border:1px solid #e0e8f1;border-radius:12px;background:#f8fafc}.doctor-appointment-slot-list label{display:inline-flex;min-width:92px;height:32px;align-items:center;justify-content:center;padding:0 10px;border:1px solid #d8e4ee;border-radius:9px;background:#fff;color:#53677f;font-size:11px;cursor:pointer}.doctor-appointment-slot-list label:hover,.doctor-appointment-slot-list .doctor-appointment-slot-selected{border-color:#29aaa8;background:#e9faf7;color:#148b83;font-weight:650}.doctor-appointment-slot-list input{position:absolute;opacity:0;pointer-events:none}.doctor-appointment-slot-message{display:inline-flex;align-items:center;gap:7px;padding:0 5px;color:#7d8ea3;font-size:11px}.doctor-appointment-modal-error{padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fff4f4;color:#b93b3b;font-size:11px}.doctor-appointment-modal footer{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.doctor-appointment-modal footer button{display:inline-flex;min-width:112px;height:42px;padding:0 16px;align-items:center;justify-content:center;gap:7px;border-radius:11px;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.doctor-appointment-modal-cancel{border:1px solid #dce5ef;background:#fff;color:#53657c}.doctor-appointment-modal-submit{border:0;background:linear-gradient(105deg,#126a96,#2db5ad);box-shadow:0 8px 15px #1370932e;color:#fff}.doctor-appointment-modal footer button:disabled,.doctor-appointment-modal>header>button:disabled{cursor:wait;opacity:.62}@media (max-width: 1180px){.doctor-appointments-main{margin-left:var(--dashboard-sidebar-compact-width);padding-left:28px}.appointments-content-grid{grid-template-columns:minmax(0,1fr) 320px;gap:24px}.appointments-filters{padding:0 14px}.appointments-period-tabs{gap:3px}.appointments-period-tabs button{padding:0 11px}}@media (max-width: 940px){.appointments-content-grid{grid-template-columns:1fr}.appointments-side-column{display:grid;grid-template-columns:1fr 1fr;gap:24px}.appointments-calendar-card{margin-top:0}}@media (max-width: 760px){.doctor-appointments-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 24px) 16px 40px}.appointments-title-row{height:auto;margin-bottom:28px}.appointments-title-row h1,.appointments-title-row p{font-size:12px}.new-appointment-button{min-width:auto;padding:0 16px}.appointments-filters{height:auto;padding:14px;flex-direction:column;align-items:stretch;gap:12px}.appointments-period-tabs{overflow-x:auto}.appointments-status-filter{justify-content:flex-end}.appointments-side-column{grid-template-columns:1fr}.appointments-data-table{overflow:hidden}.appointments-data-table .reusable-data-table-scroll{overflow-x:auto}.appointments-overview-card,.appointments-calendar-card{height:auto;min-height:263px}}@media (max-width: 500px){.appointments-title-row{flex-direction:column;gap:16px}.new-appointment-button{width:100%;margin-top:0}.appointments-period-tabs button{padding:0 10px;font-size:12px}.doctor-appointment-modal-backdrop{padding:12px}.doctor-appointment-modal>header,.doctor-appointment-modal>form{padding:16px}.doctor-appointment-modal-grid{grid-template-columns:1fr}.doctor-appointment-modal footer{flex-direction:column-reverse}.doctor-appointment-modal footer button{width:100%}.doctor-appointment-details-backdrop{padding:12px}.doctor-appointment-details-modal>header,.doctor-appointment-details-body{padding:16px}.doctor-appointment-details-grid{grid-template-columns:1fr}.doctor-appointment-details-patient{align-items:flex-start;flex-wrap:wrap}.doctor-appointment-details-patient em{margin-left:60px}.doctor-appointment-details-modal>footer{flex-direction:column-reverse;padding:14px 16px 16px}.doctor-appointment-details-modal>footer button{width:100%}}.reusable-pagination{display:flex;align-items:center;gap:8px}.reusable-pagination button{display:grid;min-width:40px;height:40px;padding:0 10px;place-items:center;border:1px solid #e5ebf3;border-radius:11px;background:#fff;color:#687c98;font-size:12px;cursor:pointer}.reusable-pagination button:hover:not(:disabled):not(.reusable-pagination-active){border-color:#9acbe2;color:#155b8d}.reusable-pagination button:disabled{color:#b3bfce;cursor:not-allowed}.reusable-pagination .reusable-pagination-active{border-color:#0d5687;background:#0d5687;color:#fff;font-weight:500}.reusable-pagination-ellipsis{display:grid;min-width:28px;height:40px;place-items:center;color:#8090a6;font-size:12px;letter-spacing:1px}@media (max-width: 500px){.reusable-pagination{gap:5px}.reusable-pagination button{min-width:34px;height:36px;padding:0 7px}}.doctor-patients-page{min-height:100vh;background:#f5f8fc;color:var(--dashboard-navy)}.patients-api-feedback{margin:12px 0 0;color:#148a76;font-size:12px;font-weight:600}.patients-api-feedback-error{color:#dc4b54}.doctor-patient-spinner{animation:patients-spin .8s linear infinite}.doctor-patient-modal-backdrop{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:22px;background:#0f1f347a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.doctor-patient-modal{width:min(760px,100%);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #dbe7f2;border-radius:22px;background:#fff;box-shadow:0 24px 70px #1b456a38}.doctor-patient-modal-header{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 26px;border-bottom:1px solid #edf2f7;background:#fffffff7}.doctor-patient-modal-header h2{margin:0;color:#132238;font-size:22px}.doctor-patient-modal-header p{margin:5px 0 0;color:#73849d;font-size:13px}.doctor-patient-modal-header>button{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border:1px solid #dce6f0;border-radius:11px;color:#5f718b;background:#f8fafc;cursor:pointer}.doctor-patient-form{padding:24px 26px 26px}.doctor-patient-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.doctor-patient-form-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#2c3d55;font-size:12px;font-weight:600}.doctor-patient-form-field input,.doctor-patient-form-field select,.doctor-patient-form-field textarea{width:100%;min-height:44px;padding:11px 13px;border:1px solid #d9e4ef;border-radius:10px;outline:none;color:#17243a;background:#fbfcfe;font:inherit;font-weight:400;transition:border-color .2s ease,box-shadow .2s ease}.doctor-patient-form-field textarea{min-height:82px;resize:vertical}.doctor-patient-form-field input:focus,.doctor-patient-form-field select:focus,.doctor-patient-form-field textarea:focus{border-color:#1aaeba;box-shadow:0 0 0 3px #1aaeba1a}.doctor-patient-form-field-invalid input,.doctor-patient-form-field-invalid select,.doctor-patient-form-field-invalid textarea{border-color:#e95660}.doctor-patient-form-field small{color:#d84550;font-size:10px}.doctor-patient-form-wide{grid-column:1 / -1}.doctor-patient-modal-error{margin-top:18px;padding:11px 13px;border:1px solid #ffd0d4;border-radius:10px;color:#bd3540;background:#fff3f4;font-size:12px}.doctor-patient-modal-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:24px;padding-top:19px;border-top:1px solid #edf2f7}.doctor-patient-modal-actions button{display:inline-flex;min-width:112px;min-height:43px;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer}.doctor-patient-modal-cancel{border:1px solid #d8e3ee;color:#586a83;background:#fff}.doctor-patient-modal-save{border:0;color:#fff;background:linear-gradient(120deg,#098dc3,#27b9ad);box-shadow:0 8px 18px #1091a933}.doctor-patient-modal-actions button:disabled,.doctor-patient-modal-header>button:disabled{cursor:not-allowed;opacity:.58}.doctor-patient-details-identity>img,.doctor-patient-details-identity>span{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:14px;object-fit:cover;color:#fff;background:linear-gradient(145deg,#1787aa,#31b8ae);font-size:13px;font-weight:800}.doctor-patient-details-tabs{display:flex;gap:7px;overflow-x:auto;padding:15px 26px 0}.doctor-patient-details-tabs button{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:0 13px;border:0;border-radius:9px;color:#687b96;background:#f3f7fb;font-size:12px;font-weight:650;white-space:nowrap;cursor:pointer}.doctor-patient-details-tabs button span{display:grid;min-width:19px;height:19px;place-items:center;border-radius:10px;background:#ffffffb8;font-size:9px}.doctor-patient-details-tabs .doctor-patient-tab-active{color:#fff;background:#0b91b5}.doctor-patient-details-body{min-height:230px;padding:22px 26px 27px}.doctor-patient-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.doctor-patient-details-grid article{min-width:0;padding:13px 14px;border:1px solid #e4ecf4;border-radius:11px;background:#f9fbfd}.doctor-patient-details-grid span,.doctor-patient-history-list span{display:block;margin-bottom:5px;color:#8b9bb1;font-size:10px;font-weight:650;text-transform:uppercase}.doctor-patient-details-grid strong,.doctor-patient-history-list strong{color:#223149;font-size:12px;overflow-wrap:anywhere}.doctor-patient-history-list{display:grid;gap:9px}.doctor-patient-history-list article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;border:1px solid #e3ecf4;border-radius:11px;background:#fbfcfe}.doctor-patient-history-list small{flex:0 0 auto;padding:5px 9px;border-radius:12px;color:#078979;background:#e8f9f6;font-size:9px;font-weight:700;text-transform:capitalize}.doctor-patient-details-state{display:flex;min-height:185px;align-items:center;justify-content:center;gap:9px;color:#73849d;font-size:13px;text-align:center}@media (max-width: 620px){.doctor-patient-modal-backdrop{padding:10px}.doctor-patient-modal{max-height:calc(100vh - 20px);border-radius:16px}.doctor-patient-modal-header,.doctor-patient-form,.doctor-patient-details-body{padding-right:17px;padding-left:17px}.doctor-patient-form-grid,.doctor-patient-details-grid{grid-template-columns:1fr}.doctor-patient-form-wide{grid-column:auto}.doctor-patient-details-tabs{padding-left:17px}}.patients-name-cell>strong{max-width:140px;margin-left:13px;overflow:hidden;color:#1d293e;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.patients-contact-cell strong{max-width:165px;overflow:hidden;color:#8b9db3;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.patients-filter-button:disabled{cursor:not-allowed;opacity:.55}.patients-api-feedback{margin-top:14px;padding:10px 14px;border:1px solid #c9eee7;border-radius:11px;color:#087a70;background:#effbf8;font-size:12px}.patients-api-feedback-error{border-color:#ffd0d6;color:#af3042;background:#fff4f5}.doctor-patient-modal-backdrop{position:fixed;z-index:1000;inset:0;display:grid;padding:24px;place-items:center;background:#0d1c2f7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.doctor-patient-modal{width:min(780px,100%);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #e3ebf3;border-radius:22px;background:#fff;box-shadow:0 26px 70px #0c233a40}.doctor-patient-modal-header{display:flex;min-height:80px;align-items:center;justify-content:space-between;padding:17px 22px;border-bottom:1px solid #eaf0f5}.doctor-patient-modal-header h2{margin:0;color:#1d2b40;font-size:20px}.doctor-patient-modal-header p{margin:4px 0 0;color:#778ba5;font-size:12px}.doctor-patient-modal-header>button{display:grid;width:38px;height:38px;flex:0 0 38px;padding:0;place-items:center;border:1px solid #e1e8f0;border-radius:10px;color:#71849c;background:#f8fafc;cursor:pointer}.doctor-patient-form{display:flex;max-height:calc(100vh - 128px);flex-direction:column}.doctor-patient-form-grid{display:grid;overflow-y:auto;padding:22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.doctor-patient-form-field{display:flex;min-width:0;flex-direction:column;gap:7px}.doctor-patient-form-field>span{color:#3d4f67;font-size:11px;font-weight:600}.doctor-patient-form-field input,.doctor-patient-form-field select,.doctor-patient-form-field textarea{width:100%;min-height:42px;padding:9px 11px;border:1px solid #dce6ef;border-radius:10px;outline:0;color:#26364d;background:#fbfcfe;font:inherit;font-size:12px}.doctor-patient-form-field textarea{min-height:65px;resize:vertical}.doctor-patient-form-field input:focus,.doctor-patient-form-field select:focus,.doctor-patient-form-field textarea:focus{border-color:#31aeca;box-shadow:0 0 0 3px #31aeca1a}.doctor-patient-form-field-invalid input,.doctor-patient-form-field-invalid select{border-color:#e05a67}.doctor-patient-form-field small{color:#c73b4c;font-size:10px}.doctor-patient-form-wide{grid-column:span 2}.doctor-patient-modal-error{margin:0 22px 14px;padding:10px 13px;border:1px solid #ffd0d7;border-radius:10px;color:#ad3042;background:#fff4f5;font-size:12px}.doctor-patient-modal-actions{display:flex;min-height:70px;align-items:center;justify-content:flex-end;gap:10px;padding:12px 22px;border-top:1px solid #eaf0f5;background:#fbfcfe}.doctor-patient-modal-actions button{min-width:115px;height:42px;border-radius:10px;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.doctor-patient-modal-cancel{border:1px solid #dce5ee;color:#60738e;background:#fff}.doctor-patient-modal-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;color:#fff;background:linear-gradient(110deg,#0788bd,#2fb6ad)}.doctor-patient-modal-actions button:disabled{cursor:wait;opacity:.65}.doctor-patient-spinner{flex:0 0 auto;animation:doctor-patient-spin .8s linear infinite}.doctor-patient-details-modal{width:min(700px,100%)}.doctor-patient-details-identity{display:flex;align-items:center;gap:13px}.doctor-patient-details-identity>img,.doctor-patient-details-identity>span{width:48px;height:48px;flex:0 0 48px;border-radius:14px;object-fit:cover}.doctor-patient-details-identity>span{display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#218ab0,#31b4ad);font-size:12px;font-weight:700}.doctor-patient-details-tabs{display:flex;overflow-x:auto;padding:10px 20px 0;gap:5px;border-bottom:1px solid #eaf0f5}.doctor-patient-details-tabs button{display:inline-flex;min-height:41px;align-items:center;gap:7px;padding:0 12px;border:0;border-bottom:2px solid transparent;color:#71839b;background:transparent;font:inherit;font-size:11px;cursor:pointer}.doctor-patient-details-tabs button span{display:grid;min-width:19px;height:19px;padding:0 4px;place-items:center;border-radius:999px;background:#edf3f8;font-size:9px}.doctor-patient-details-tabs .doctor-patient-tab-active{border-bottom-color:#168db3;color:#0879a4;font-weight:700}.doctor-patient-details-body{max-height:min(540px,calc(100vh - 190px));overflow-y:auto;padding:22px}.doctor-patient-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.doctor-patient-details-grid article{min-width:0;padding:13px;border:1px solid #e8eef4;border-radius:11px;background:#f9fbfd}.doctor-patient-details-grid span,.doctor-patient-details-grid strong{display:block}.doctor-patient-details-grid span{margin-bottom:5px;color:#8a9ab0;font-size:9px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.doctor-patient-details-grid strong{overflow-wrap:anywhere;color:#2b3a50;font-size:11px;line-height:1.45}.doctor-patient-history-list{display:flex;flex-direction:column;gap:9px}.doctor-patient-history-list article{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #e7edf4;border-radius:11px;background:#fbfcfe}.doctor-patient-history-list article>div{display:flex;min-width:0;flex-direction:column}.doctor-patient-history-list strong{color:#2b394e;font-size:12px}.doctor-patient-history-list span,.doctor-patient-history-list small{color:#8293aa;font-size:10px}.doctor-patient-history-list span{margin-top:4px}.doctor-patient-history-list small{flex:0 0 auto;padding:6px 9px;border-radius:999px;color:#087d76;background:#e7f9f6}.doctor-patient-details-state{min-height:180px;display:flex;align-items:center;justify-content:center;gap:9px;color:#7b8da6;font-size:12px}@keyframes doctor-patient-spin{to{transform:rotate(360deg)}}@media (max-width: 760px){.doctor-patient-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 500px){.doctor-patient-modal-backdrop{padding:10px}.doctor-patient-modal{max-height:calc(100vh - 20px);border-radius:16px}.doctor-patient-form{max-height:calc(100vh - 100px)}.doctor-patient-form-grid{grid-template-columns:1fr;padding:16px}.doctor-patient-form-wide{grid-column:auto}.doctor-patient-details-grid{grid-template-columns:1fr}.doctor-patient-modal-header{padding:14px 16px}.doctor-patient-modal-header h2{font-size:17px}.doctor-patient-details-body{padding:16px}}.doctor-patients-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 40px) 42px 76px 40px;background:#f5f8fc}.patients-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 421px;gap:32px}.patients-primary-column,.patients-side-column{min-width:0}.patients-title-row{display:flex;align-items:flex-start;justify-content:space-between;height:131px}.patients-title-row h1{margin:0;color:#202c41;font-size:12px;font-weight:500;letter-spacing:-.9px;line-height:1.15}.patients-title-row p{margin:10px 0 0;color:#667b99;font-size:12px;line-height:1.45}.patients-add-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;width:172px;height:81px;margin-top:35px;padding:0 17px;border:0;border-radius:17px;background:linear-gradient(115deg,#13ace7,#048fca);box-shadow:0 9px 15px #0390ca33;color:#fff;font-size:12px;font-weight:500;line-height:1.4;cursor:pointer}.patients-search-row{display:grid;grid-template-columns:minmax(0,1fr) 122px;gap:16px;height:56px;margin-top:24px}.patients-search-box{display:flex;align-items:center;height:56px;padding:0 15px;border:1px solid #dce4ed;border-radius:17px;background:#fff;box-shadow:0 2px 4px #0f172a09;color:#8ea0b7}.patients-search-box input{min-width:0;flex:1;height:100%;padding:0 13px;border:0;outline:0;background:transparent;color:#27344a;font-size:12px}.patients-search-box input::placeholder{color:#9aa8ba;opacity:1}.patients-filter-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:0;border:1px solid #dce4ed;border-radius:16px;background:#fff;box-shadow:0 2px 4px #0f172a09;color:#3d4b61;font-size:12px;font-weight:500;cursor:pointer}.patients-filter-button:disabled{cursor:wait;opacity:.68}.patients-feedback{margin-top:14px;padding:10px 14px;border:1px solid #cbeee8;border-radius:11px;color:#087b70;background:#effbf8;font-size:12px}.patients-feedback-error{border-color:#ffd2d8;color:#b32f41;background:#fff4f5}.patients-data-table{margin-top:24px}.patients-data-table table{min-width:600px}.patients-data-table thead tr{height:70px}.patients-data-table tbody tr{height:88px}.patients-data-table th:first-child,.patients-data-table td:first-child{padding-left:36px}.patients-data-table th:last-child,.patients-data-table td:last-child{padding-right:35px}.patients-id-cell{display:flex;color:#0587c6;font-size:12px;font-weight:500;line-height:1.55;flex-direction:column}.patients-id-cell strong{font:inherit}.patients-name-cell{display:flex;align-items:center}.patients-table-avatar{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border:2px solid #ffffff;border-radius:50%;box-shadow:0 3px 7px #0f172a1c;color:#fff;font-size:9px;font-weight:500;object-fit:cover}.patients-avatar-fallback{background:linear-gradient(145deg,#3e88a6,#31b4ad)}.patients-avatar-sarah{background:linear-gradient(145deg,#c49a80,#687c79)}.patients-avatar-robert{background:linear-gradient(145deg,#ed66ba,#16a3bf)}.patients-avatar-emily{background:linear-gradient(145deg,#b68a72,#496b69)}.patients-avatar-michael{background:linear-gradient(145deg,#c6b19d,#5f6461)}.patients-avatar-sophia{background:linear-gradient(145deg,#b87b65,#386c78)}.patients-name-cell>div{min-width:0;margin-left:13px;display:flex;flex-direction:column}.patients-name-cell>div strong{max-width:130px;overflow:hidden;color:#1d293e;font-size:12px;font-weight:500;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.patients-name-cell>div span{max-width:150px;margin-top:2px;overflow:hidden;color:#8ca0b8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.patients-contact-cell{display:flex;color:#536781;font-size:12px;line-height:1.55;flex-direction:column}.patients-contact-cell strong{font:inherit}.patients-actions-cell{display:flex;align-items:center;gap:6px;white-space:nowrap}.patients-actions-cell button,.patients-actions-cell a{display:inline-flex;width:auto;height:37px;padding:0 10px;align-items:center;justify-content:center;gap:5px;border:1px solid #dce5ef;border-radius:10px;background:#fff;color:#536781;font:inherit;font-size:11px;font-weight:700;text-decoration:none;cursor:pointer}.patients-actions-cell button:hover,.patients-actions-cell a:hover{border-color:#8ccfe9;color:#098ac6}.patients-actions-cell .patients-new-rx-action{border-color:transparent;background:linear-gradient(135deg,#0c8fc0,#2db7ae);color:#fff}.patients-actions-cell .patients-new-rx-action:hover{color:#fff;filter:brightness(.96)}.patients-actions-cell a.is-disabled{color:#c2ceda;cursor:not-allowed;background:#f7f9fb;pointer-events:none}.patients-action-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.patients-actions-cell button:disabled{color:#c2ceda;cursor:not-allowed;background:#f7f9fb}.patients-data-table .reusable-data-table-footer{min-height:62px}.patients-table-pagination{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 31px}.patients-table-pagination>span{color:#5e718d;font-size:12px}.patients-pagination{gap:4px}.patients-pagination button{min-width:32px;width:32px;height:32px;padding:0;border:0;background:transparent;color:#1e293b;font-size:12px}.patients-pagination .reusable-pagination-active{background:#0da4df;color:#fff}.patients-overview-card{position:relative;height:480px;overflow:hidden;padding:34px 32px 16px;border-radius:31px;background:linear-gradient(135deg,#10abe5,#12a0aa);color:#fff;box-shadow:0 15px 30px #0795b51f}.patients-overview-card:before{position:absolute;top:-18px;left:8px;width:43px;height:56px;border-radius:14px;background:#ffffff1a;content:""}.patients-overview-card h2{position:relative;z-index:2;margin:0;font-size:12px;font-weight:500;line-height:1.25}.patients-overview-card>p{position:relative;z-index:2;margin:9px 0 0;color:#ffffffc7;font-size:12px}.patients-overview-card>img{position:absolute;top:129px;left:32px;z-index:1;display:block;width:356px;height:224px;object-fit:contain}.patients-overview-decoration{position:absolute;right:-43px;bottom:-58px;width:170px;height:170px;border:23px solid rgba(0,115,126,.3);border-radius:42px;transform:rotate(45deg)}.patients-recent-activity{position:absolute;right:32px;bottom:15px;left:32px;z-index:3;display:flex;align-items:center;height:72px;padding:0 16px;border:1px solid rgba(255,255,255,.78);border-radius:17px;background:#e6fafac7;box-shadow:0 7px 15px #00556214;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.patients-recent-activity>span{display:grid;flex:0 0 40px;width:40px;height:40px;margin-right:15px;place-items:center;border-radius:10px;background:#e8faff;color:#078bc5}.patients-recent-activity>span svg{stroke:#e8faff}.patients-recent-activity div{min-width:0}.patients-recent-activity strong{display:block;color:#0677b1;font-size:12px;letter-spacing:.4px;text-transform:uppercase}.patients-recent-activity p{margin:3px 0 0;overflow:hidden;color:#1f2d43;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.patients-upcoming-card{height:316px;margin-top:32px;padding:34px 32px 31px;border:1px solid #e8edf4;border-radius:25px;background:#fff;box-shadow:0 4px 10px #0f172a09}.patients-upcoming-card>h2{display:flex;align-items:center;margin:0;color:#202c41;font-size:12px;font-weight:500}.patients-upcoming-card>h2 svg{margin-right:9px;color:#08a3df}.patients-upcoming-list{display:flex;margin-top:22px;flex-direction:column;gap:22px}.patients-upcoming-empty{margin:20px 0 0;color:#8496ad;font-size:12px}.patients-upcoming-list article{display:grid;grid-template-columns:49px minmax(0,1fr) auto;align-items:center}.patients-date-chip{display:flex;width:49px;height:49px;align-items:center;justify-content:center;border-radius:13px;background:#eff9ff;color:#0489c9;flex-direction:column}.patients-date-chip small{font-size:11px;font-weight:500}.patients-date-chip strong{margin-top:1px;font-size:12px;line-height:1}.patients-upcoming-list article>div{display:flex;min-width:0;margin-left:15px;flex-direction:column}.patients-upcoming-list article>div strong{color:#1f2b40;font-size:12px}.patients-upcoming-list article>div span{margin-top:4px;overflow:hidden;color:#768ba7;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.patients-upcoming-list time{margin-left:12px;color:#8ba0ba;font-size:12px;font-weight:500;white-space:nowrap}.patients-view-appointments{width:100%;height:48px;margin-top:30px;border:2px dashed #d9e3ee;border-radius:13px;background:#fff;color:#91a1b7;font-size:12px;font-weight:500;cursor:pointer}.patients-spinner{animation:patients-spin .8s linear infinite}.patients-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:#101f3185;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.patients-modal{width:min(680px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid #e1e9f1;border-radius:22px;background:#fff;box-shadow:0 24px 70px #09223940}.patients-modal>header{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid #eaf0f5;background:#fff}.patients-modal>header span{display:block;margin-bottom:3px;color:#0b8cae;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.patients-modal>header h2{margin:0;color:#1f2d43;font-size:20px}.patients-modal>header>button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:11px;color:#71849b;background:#f3f7fa;cursor:pointer}.patients-form-modal form{padding:24px 26px 26px}.patients-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.patients-form-grid label{display:flex;min-width:0;color:#40526a;font-size:11px;font-weight:600;flex-direction:column;gap:7px}.patients-form-grid input,.patients-form-grid select,.patients-form-grid textarea{width:100%;min-height:43px;padding:0 12px;border:1px solid #dce5ee;border-radius:10px;outline:none;color:#28384e;background:#fbfdff;font:inherit;font-size:12px;font-weight:400}.patients-form-grid textarea{min-height:65px;padding-top:10px;resize:vertical}.patients-form-grid input:focus,.patients-form-grid select:focus,.patients-form-grid textarea:focus{border-color:#22a8c7;box-shadow:0 0 0 3px #22a8c71a}.patients-form-grid input[aria-invalid=true],.patients-form-grid select[aria-invalid=true]{border-color:#d94b5c}.patients-form-grid label small{color:#c43d4e;font-size:10px;font-weight:500}.patients-form-address{grid-column:1 / -1}.patients-form-modal footer{display:flex;justify-content:flex-end;gap:11px;margin-top:24px}.patients-form-modal footer button{min-width:125px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border-radius:11px;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.patients-modal-cancel{border:1px solid #dce5ee;color:#657890;background:#fff}.patients-modal-submit{border:0;color:#fff;background:linear-gradient(105deg,#0889bc,#2db5ad);box-shadow:0 7px 15px #1189a833}.patients-form-modal footer button:disabled{cursor:wait;opacity:.68}.patients-records-modal{width:min(600px,100%)}.patients-records-loading,.patients-records-error{min-height:190px;display:flex;align-items:center;justify-content:center;gap:9px;padding:28px;color:#73869e;font-size:12px}.patients-records-error{color:#b32f41}.patients-records-contact{display:flex;flex-wrap:wrap;gap:10px;padding:22px 26px 0}.patients-records-contact span{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:9px;color:#536981;background:#f2f7fb;font-size:11px}.patients-records-counts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 26px}.patients-records-counts article{display:flex;min-height:84px;align-items:center;justify-content:center;border:1px solid #e2ebf2;border-radius:13px;background:#fbfdff;flex-direction:column}.patients-records-counts strong{color:#087fad;font-size:23px}.patients-records-counts span{margin-top:4px;color:#7b8da4;font-size:10px}.patients-records-medical{padding:0 26px 28px}.patients-records-medical h3{margin:0 0 12px;color:#27374d;font-size:14px}.patients-records-medical dl{margin:0;overflow:hidden;border:1px solid #e3ebf2;border-radius:13px}.patients-records-medical dl>div{display:grid;grid-template-columns:140px minmax(0,1fr);padding:12px 14px;border-top:1px solid #e9eff4}.patients-records-medical dl>div:first-child{border-top:0}.patients-records-medical dt{color:#71849b;font-size:11px}.patients-records-medical dd{margin:0;color:#34475e;font-size:11px;line-height:1.5}@keyframes patients-spin{to{transform:rotate(360deg)}}@media (max-width: 1180px){.doctor-patients-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:28px;padding-left:28px}.patients-content-grid{grid-template-columns:minmax(0,1fr) 380px;gap:24px}.patients-overview-card>img{left:12px}}@media (max-width: 930px){.patients-content-grid{grid-template-columns:1fr}.patients-side-column{display:grid;grid-template-columns:1fr 1fr;gap:24px}.patients-overview-card{height:420px}.patients-overview-card>img{top:110px}.patients-upcoming-card{height:420px;margin-top:0}}@media (max-width: 760px){.doctor-patients-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 24px) 16px 42px}.patients-title-row{height:auto;margin-bottom:25px}.patients-title-row h1,.patients-title-row p{font-size:12px}.patients-add-button{height:62px;margin-top:0}.patients-search-row{margin-top:0}.patients-side-column{grid-template-columns:1fr}.patients-overview-card,.patients-upcoming-card{width:100%;max-width:480px;margin-right:auto;margin-left:auto}}@media (max-width: 500px){.patients-title-row{flex-direction:column;gap:18px}.patients-title-row br{display:none}.patients-add-button{width:100%}.patients-search-row{grid-template-columns:1fr;height:auto}.patients-filter-button{height:48px}.patients-table-pagination{padding:10px 16px;align-items:flex-start;flex-direction:column;gap:8px}.patients-overview-card{padding-right:20px;padding-left:20px}.patients-recent-activity{right:20px;left:20px}.patients-overview-card>img{left:50%;transform:translate(-50%)}.patients-upcoming-card{padding-right:20px;padding-left:20px}.patients-modal-backdrop{padding:12px}.patients-modal{max-height:calc(100vh - 24px)}.patients-form-grid{grid-template-columns:1fr}.patients-form-address{grid-column:auto}.patients-records-counts{gap:7px;padding-right:14px;padding-left:14px}.patients-records-counts span{font-size:9px}.patients-records-medical dl>div{grid-template-columns:1fr;gap:5px}}.doctor-medical-history-page{min-height:100vh;background:#f5f8fc;color:var(--dashboard-navy)}.doctor-medical-history-main{min-height:calc(100vh - var(--dashboard-header-height));margin-left:var(--dashboard-sidebar-width);padding:28px 36px 48px}.doctor-medical-history-back{display:inline-flex;align-items:center;gap:8px;border:0;padding:0;color:#176293;background:none;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.doctor-medical-history-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:26px 0 24px}.doctor-medical-history-eyebrow{margin:0 0 7px;color:#199eb0;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.doctor-medical-history-heading h1{margin:0;color:#17243a;font-size:clamp(28px,3vw,40px);line-height:1.1}.doctor-medical-history-heading p:last-child{margin:10px 0 0;color:#6d819f;font-size:15px}.doctor-medical-history-heading>button{height:42px;padding:0 16px;border:0;border-radius:12px;background:#176293;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.doctor-medical-history-patient-card,.doctor-medical-history-card,.doctor-medical-history-state,.doctor-medical-history-alert,.doctor-medical-history-stat{border:1px solid #e0eaf3;border-radius:18px;background:#fff;box-shadow:0 10px 25px #1b456a0d}.doctor-medical-history-alert{display:flex;align-items:center;gap:9px;margin-bottom:16px;padding:13px 15px;color:#9b6414;background:#fff8e8;border-color:#ffe0a8;font-size:13px;font-weight:650}.doctor-medical-history-patient-card{display:flex;align-items:center;gap:15px;padding:20px 24px}.doctor-medical-history-patient-card>img,.doctor-medical-history-avatar{width:58px;height:58px;flex:0 0 58px;border-radius:16px;object-fit:cover}.doctor-medical-history-avatar{display:grid;place-items:center;color:#0b6fa8;background:#e8f4fb}.doctor-medical-history-patient-card h2{margin:0;color:#17243a;font-size:20px}.doctor-medical-history-patient-card p{margin:5px 0 0;color:#7588a1;font-size:13px}.doctor-medical-history-id{margin-left:auto;padding:8px 11px;border-radius:8px;color:#0876aa;background:#eef8ff;font-size:12px;font-weight:700}.doctor-medical-history-actions{display:grid;grid-template-columns:minmax(220px,1fr) minmax(240px,.8fr) auto;align-items:end;gap:18px;margin-top:18px;padding:18px 20px;border:1px solid #d9e8f2;border-radius:18px;background:linear-gradient(135deg,#f8fcff,#eefaf9);box-shadow:0 10px 25px #1b456a0a}.doctor-medical-history-actions>div:first-child{display:grid;gap:5px}.doctor-medical-history-actions strong{color:#17243a;font-size:15px}.doctor-medical-history-actions>div:first-child span,.doctor-medical-history-actions>small{color:#7387a0;font-size:12px;line-height:1.55}.doctor-medical-history-actions label{display:grid;gap:6px;color:#50657f;font-size:11px;font-weight:750}.doctor-medical-history-actions select{width:100%;height:42px;padding:0 34px 0 12px;border:1px solid #d5e2ed;border-radius:11px;outline:0;background:#fff;color:#263952;font:inherit;font-weight:500}.doctor-medical-history-action-buttons{display:flex;gap:10px}.doctor-medical-history-action-buttons button{display:inline-flex;height:42px;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #1784ac;border-radius:11px;background:#fff;color:#126b96;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer}.doctor-medical-history-action-buttons button:last-child{border-color:transparent;background:linear-gradient(135deg,#1479a6,#2aafa9);color:#fff}.doctor-medical-history-action-buttons button:disabled{opacity:.5;cursor:not-allowed}.doctor-medical-history-actions>small{grid-column:1 / -1;color:#9b6414}.doctor-medical-history-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:18px}.doctor-medical-history-stat{display:flex;align-items:center;min-height:86px;padding:16px}.doctor-medical-history-stat>span{display:grid;width:42px;height:42px;flex:0 0 42px;margin-right:12px;place-items:center;border-radius:13px;background:#eef8ff;color:#0d72a8}.doctor-medical-history-stat:nth-child(2)>span{background:#eefbf9;color:#139f9e}.doctor-medical-history-stat:nth-child(3)>span{background:#f2f0ff;color:#6264e8}.doctor-medical-history-stat:nth-child(4)>span{background:#fff5e8;color:#ba7413}.doctor-medical-history-stat:nth-child(5)>span{background:#f0f8ee;color:#3f8c3f}.doctor-medical-history-stat strong{display:block;color:#17243a;font-size:23px;line-height:1}.doctor-medical-history-stat small{display:block;margin-top:6px;color:#7d8fa7;font-size:11px;font-weight:700;text-transform:uppercase}.doctor-medical-history-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:20px;margin-top:20px}.doctor-medical-history-card{min-width:0;padding:24px}.doctor-medical-history-card-wide{grid-column:span 1}.doctor-medical-history-card-title{display:flex;align-items:center;gap:9px;padding-bottom:17px;border-bottom:1px solid #edf2f7;color:#0d72a8}.doctor-medical-history-card-title h2{margin:0;color:#17243a;font-size:18px}.doctor-medical-history-entry-list{display:grid;gap:12px;padding-top:16px}.doctor-medical-history-entry-list article{padding:15px;border:1px solid #e8eef4;border-radius:12px;background:#fbfdff}.doctor-medical-history-entry-list article header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.doctor-medical-history-entry-list strong{min-width:0;color:#263952;font-size:14px;line-height:1.35}.doctor-medical-history-entry-list header span{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#e8f7f7;color:#129896;font-size:10px;font-weight:800}.doctor-medical-history-entry-list p{margin:8px 0 0;color:#6d819f;font-size:13px;line-height:1.55;white-space:pre-wrap}.doctor-medical-history-entry-list footer{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:11px}.doctor-medical-history-entry-list time,.doctor-medical-history-entry-list footer small{display:inline-flex;align-items:center;gap:5px;color:#8ba0b7;font-size:11px}.doctor-medical-history-report-link{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:7px 10px;border:1px solid #cfe3ee;border-radius:9px;background:#f0f9fb;color:#08779a;font-size:11px;font-weight:700;text-decoration:none}.doctor-medical-history-report-link:hover{border-color:#7dc7d0;background:#e7f7f8}.doctor-medical-history-compact-list{max-height:400px;overflow:auto;padding-right:4px}.doctor-medical-history-empty{margin:20px 0 4px;color:#7b8da5;font-size:13px}.doctor-medical-history-details{display:grid;gap:14px;margin:20px 0 0}.doctor-medical-history-details div,.doctor-medical-history-notes div,.doctor-medical-history-snapshot div{display:grid;gap:4px}.doctor-medical-history-details dt,.doctor-medical-history-notes span,.doctor-medical-history-snapshot span{color:#91a1b6;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.doctor-medical-history-details dd,.doctor-medical-history-notes strong,.doctor-medical-history-snapshot strong{margin:0;color:#273950;font-size:13px;font-weight:650;line-height:1.45}.doctor-medical-history-notes,.doctor-medical-history-snapshot{display:grid;gap:14px;margin-top:20px}.doctor-medical-history-notes div,.doctor-medical-history-snapshot div{padding-bottom:12px;border-bottom:1px solid #edf2f7}.doctor-medical-history-notes div:last-child,.doctor-medical-history-snapshot div:last-child{padding-bottom:0;border-bottom:0}.doctor-medical-history-state{display:flex;align-items:center;justify-content:center;gap:9px;min-height:220px;padding:24px;color:#6d819f;font-size:14px}.doctor-medical-history-error{color:#c64b59}.doctor-medical-history-snapshot-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.doctor-medical-history-trends{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.doctor-medical-history-trends>article{min-width:0;padding:14px;border:1px solid #d9e8f2;border-radius:14px;background:linear-gradient(145deg,#f9fdff,#f1fafb)}.doctor-medical-history-trends header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.doctor-medical-history-trends header span,.doctor-medical-history-trends header small{color:#71839d;font-size:11px}.doctor-medical-history-trends header strong{display:block;margin-top:4px;color:#116e91;font-size:18px}.doctor-medical-history-trends svg{display:block;width:100%;height:72px;margin-top:10px;overflow:visible}.doctor-medical-history-trends line{stroke:#dbe8ef;stroke-width:1}.doctor-medical-history-trends polyline{fill:none;stroke:#20aaa8;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.doctor-medical-history-snapshot-list>article{padding:15px;border:1px solid #e0eaf3;border-radius:14px;background:#fafdff}.doctor-medical-history-snapshot-list header,.doctor-medical-history-snapshot-list p{display:flex;align-items:center;justify-content:space-between;gap:12px}.doctor-medical-history-snapshot-list header span,.doctor-medical-history-snapshot-list p span{color:#71839d;font-size:12px}.doctor-medical-history-snapshot-list p{margin:10px 0 0;padding-top:9px;border-top:1px solid #edf2f7}.doctor-medical-history-spin{animation:doctor-medical-history-spin .8s linear infinite}@keyframes doctor-medical-history-spin{to{transform:rotate(360deg)}}@media (max-width: 1180px){.doctor-medical-history-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.doctor-medical-history-main{margin-left:0;padding:24px 20px 40px}.doctor-medical-history-grid{grid-template-columns:1fr}.doctor-medical-history-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.doctor-medical-history-actions{grid-template-columns:1fr 1fr;align-items:end}.doctor-medical-history-actions>div:first-child{grid-column:1 / -1}.doctor-medical-history-action-buttons button{flex:1}}@media (max-width: 540px){.doctor-medical-history-main{padding:20px 14px 32px}.doctor-medical-history-heading{align-items:flex-start;flex-direction:column;margin-top:20px}.doctor-medical-history-heading>button{width:100%}.doctor-medical-history-patient-card{align-items:flex-start;flex-wrap:wrap;padding:16px}.doctor-medical-history-id{width:100%;margin-left:73px;margin-top:-5px}.doctor-medical-history-actions{grid-template-columns:1fr;gap:14px;padding:16px}.doctor-medical-history-actions>div:first-child,.doctor-medical-history-actions>small{grid-column:1}.doctor-medical-history-action-buttons{display:grid;grid-template-columns:1fr}.doctor-medical-history-action-buttons button{width:100%}.doctor-medical-history-stats{grid-template-columns:1fr}.doctor-medical-history-card{padding:18px}.doctor-medical-history-snapshot-list,.doctor-medical-history-trends{grid-template-columns:1fr}.doctor-medical-history-entry-list article header,.doctor-medical-history-entry-list footer{align-items:flex-start;flex-direction:column}}.doctor-consultations-page{min-height:100vh;background:#f5f7ff;color:var(--dashboard-heading, #17243c)}.doctor-consultations-main{width:calc(100% - var(--dashboard-sidebar-width));min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 32px) 34px 42px 32px;background:#f5f7ff}.consultations-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;min-height:96px}.consultations-title-row h1{margin:0 0 4px;color:#202c42;font-size:clamp(28px,2.4vw,36px);font-weight:700;line-height:1.2;letter-spacing:-1px}.consultations-title-row p{margin:0;color:var(--dashboard-muted, #6a7d9b);font-size:16px;line-height:1.45}.consultations-schedule-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:183px;height:49px;margin-top:8px;padding:0 22px;border:0;border-radius:14px;background:#29b5b6;box-shadow:0 8px 14px #189ca32e;color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.consultations-schedule-button:hover{box-shadow:0 10px 20px #189ca33d;transform:translateY(-1px)}.consultations-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.consultations-stats-bottom{margin-top:30px}.consultations-stat-card{min-width:0;min-height:169px;padding:23px 24px 22px;border:1px solid #edf1f7;border-radius:23px;background:#fff;box-shadow:0 1px 1px #15284908}.consultations-stat-top{display:flex;align-items:flex-start;justify-content:space-between;min-height:65px}.consultations-stat-icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px}.consultation-stat-total .consultations-stat-icon{background:#edf6ff;color:#075b91}.consultation-stat-completed .consultations-stat-icon{background:#eafaf8;color:#20b5ad}.consultation-stat-pending .consultations-stat-icon{background:#fff1c9;color:#e78600}.consultations-stat-change{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:8px;background:#d9f9e3;color:#10a34a;font-size:12px;font-weight:500}.consultations-stat-label{margin:3px 0 0;color:#667894;font-size:14px;font-weight:500;line-height:1.35}.consultations-stat-value{margin:1px 0 0;color:#202c42;font-size:30px;font-weight:700;line-height:1.05;letter-spacing:-.4px}.consultations-table-card{margin-top:30px;overflow:hidden;border:1px solid #e9eef6;border-radius:23px;background:#fff;box-shadow:0 1px 2px #15284908}.consultations-api-error{margin:0 24px 12px;padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fff4f4;color:#b93b3b;font-size:11px}.consultations-toolbar{display:flex;align-items:center;gap:12px;min-height:95px;padding:22px 24px}.consultations-search-box{display:flex;flex:1 1 auto;min-width:260px;height:48px;align-items:center;gap:12px;padding:0 14px;border:1px solid #e1e8f2;border-radius:13px;background:#f9fbfe;color:#8ba0bc}.consultations-search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#26354d;font:inherit;font-size:14px}.consultations-search-box input::placeholder{color:#9aa9bd}.consultations-date-filter,.consultations-filter-button,.consultations-toolbar select{height:48px;border:1px solid #e3eaf4;border-radius:13px;background:#f9fbfe;color:#293750;font:inherit;font-size:13px}.consultations-date-filter,.consultations-filter-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:0 14px}.consultations-date-filter{min-width:200px}.consultations-toolbar select{width:126px;padding:0 14px;outline:0}.consultations-filter-button{min-width:108px;color:#657692}.consultations-data-table{border:0;border-radius:0;box-shadow:none}.consultations-data-table .reusable-data-table-scroll{border-top:1px solid #edf1f6}.consultations-data-table>.reusable-data-table-footer{min-height:0;border-top:0}.consultations-data-table table{min-width:850px}.consultations-data-table thead tr{height:49px}.consultations-data-table thead th{padding-top:0;padding-bottom:0;background:#f8fafc;color:#667894;font-size:10px;font-weight:700;letter-spacing:.55px;text-transform:uppercase}.consultations-data-table tbody tr{height:82px}.consultations-data-table th:first-child,.consultations-data-table td:first-child{padding-left:24px}.consultations-data-table th:last-child,.consultations-data-table td:last-child{padding-right:24px}.consultations-data-table tbody td{padding-top:10px;padding-bottom:10px}.consultation-patient-cell{display:flex;align-items:center;gap:12px;min-width:210px}.consultation-table-avatar{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;overflow:hidden;border-radius:13px;color:#fff;font-size:12px;font-weight:500;box-shadow:inset 0 0 0 1px #ffffff4d;object-fit:cover}.consultation-avatar-sarah{background:linear-gradient(135deg,#bc805d,#567067)}.consultation-avatar-michael{background:linear-gradient(135deg,#ed52a1,#18b8ca)}.consultation-avatar-arthur{background:linear-gradient(135deg,#728d87,#193d3c)}.consultation-avatar-elena{background:linear-gradient(135deg,#d0a373,#627c87)}.consultation-avatar-thomas{background:linear-gradient(135deg,#ee58a7,#12b5c4)}.consultation-patient-cell strong,.consultation-date-cell strong{display:block;color:#253149;font-size:14px;font-weight:700;line-height:1.3}.consultation-patient-cell small,.consultation-date-cell small{display:block;margin-top:1px;color:#8495b0;font-size:10px;line-height:1.3}.consultation-date-cell{min-width:120px}.consultation-type{display:inline-flex;min-width:105px;align-items:center;gap:7px;color:#2d3a51;font-size:13px;white-space:nowrap}.consultation-type-video{color:#23496c}.consultation-type-person{color:#29425c}.consultation-type-person svg{color:#1eb4ad}.consultation-type-follow-up svg{color:#9ba8b9}.consultation-status-chip{display:inline-flex;min-width:69px;height:24px;align-items:center;justify-content:center;padding:0 11px;border-radius:999px;font-size:11px;font-weight:500;white-space:nowrap}.consultation-status-confirmed{background:#e3efff;color:#1769ed}.consultation-status-waiting{background:#fff1c8;color:#df8b00}.consultation-status-way{background:#f0f2f6;color:#63748f}.consultation-status-completed{background:#d9f8e6;color:#10a449}.consultation-status-cancelled{background:#ffebec;color:#ee4148}.consultation-actions-cell{display:flex;align-items:center;justify-content:flex-start;gap:6px;white-space:nowrap}.consultation-row-action{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid #dbe6f1;border-radius:9px;background:#fff;color:#536781;font:inherit;font-size:10px;font-weight:700;text-decoration:none;cursor:pointer}.consultation-row-action:hover{border-color:#74c8d8;color:#087fa7}.consultation-row-action.primary{border-color:transparent;background:linear-gradient(135deg,#0c86b8,#2db8ae);color:#fff}.consultation-row-action.disabled,.consultation-row-action:disabled{border-color:#edf1f6;background:#f7f9fb;color:#bdc8d5;cursor:not-allowed;pointer-events:none}.consultation-action-button{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:9px;cursor:pointer}.consultation-view-action{background:#eafaf8;color:#1ab6b1}.consultation-report-action{background:#edf5ff;color:#075b91}.consultation-action-more{background:#f8fafc;color:#657792}.consultation-action-button:disabled{color:#c5cdd9;cursor:not-allowed}.consultations-table-footer{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:24px;padding:18px 24px;border-top:1px solid #edf1f6;background:#f8fafc}.consultations-table-footer>span{color:#667894;font-size:12px}.consultations-table-footer>span strong{color:#29364d}.consultations-pagination{flex:0 0 auto}@media (max-width: 1180px){.doctor-consultations-main{width:calc(100% - var(--dashboard-sidebar-compact-width));margin-left:var(--dashboard-sidebar-compact-width);padding-right:26px;padding-left:26px}.consultations-toolbar{flex-wrap:wrap}.consultations-search-box{flex-basis:100%}}@media (max-width: 900px){.consultations-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.consultations-stat-card{min-height:145px}.consultations-stat-card:last-child{grid-column:1 / -1}.consultations-table-footer{align-items:flex-start;flex-direction:column}}@media (max-width: 680px){.doctor-consultations-main{width:100%;margin-left:0;padding:calc(var(--dashboard-header-height) + 22px) 16px 30px}.consultations-title-row{flex-direction:column;min-height:0;margin-bottom:26px}.consultations-title-row h1{font-size:28px}.consultations-schedule-button{width:100%;margin-top:0}.consultations-date-filter,.consultations-filter-button,.consultations-toolbar select{flex:1 1 140px;width:auto;min-width:0}.consultations-table-footer{padding:18px 16px}}@media (max-width: 520px){.consultations-stats-grid{grid-template-columns:1fr;gap:14px}.consultations-stat-card:last-child{grid-column:auto}.consultations-stat-card{min-height:136px;padding:18px 19px}.consultations-stat-top{min-height:56px}.consultations-toolbar{gap:10px;padding:16px}.consultations-search-box{min-width:0}.consultations-date-filter{flex-basis:100%}.consultations-table-card{margin-top:20px;border-radius:18px}.consultations-table-footer{overflow-x:auto}}.consultation-diagnostic-orders{display:grid;gap:17px}.consultation-diagnostic-feedback{display:flex;align-items:center;gap:8px;padding:11px 13px;border-radius:11px;font-size:11px}.consultation-diagnostic-feedback.error{color:#b42318;border:1px solid #fecaca;background:#fff5f5}.consultation-diagnostic-feedback.success{color:#087a55;border:1px solid #b7ebd3;background:#effcf6}.consultation-diagnostic-create-card,.consultation-diagnostic-existing{padding:18px;border:1px solid #e3eaf3;border-radius:16px;background:#fbfdff}.consultation-diagnostic-search-row{display:grid;grid-template-columns:1fr auto;gap:10px}.consultation-diagnostic-search-row label{display:grid;gap:7px;color:#40516a;font-size:11px;font-weight:700}.consultation-diagnostic-search-row label>div{display:flex;height:42px;align-items:center;gap:9px;padding:0 12px;border:1px solid #dce5ef;border-radius:11px;color:#92a2b6;background:#fff}.consultation-diagnostic-search-row input{flex:1;min-width:0;border:0;outline:0;color:#26354c;background:transparent;font:inherit}.consultation-diagnostic-search-row>button{align-self:end;display:flex;height:42px;align-items:center;gap:7px;padding:0 17px;border:0;border-radius:11px;color:#fff;background:#116a96;font-size:11px;font-weight:700;cursor:pointer}.consultation-diagnostic-centres{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}.consultation-diagnostic-centres>button{display:flex;min-width:0;align-items:center;gap:9px;padding:11px;border:1px solid #dfe8f1;border-radius:12px;text-align:left;color:#52637a;background:#fff;cursor:pointer}.consultation-diagnostic-centres>button.active{border-color:#18a8b4;box-shadow:0 0 0 2px #18a8b417;background:#f1fcfc}.consultation-diagnostic-centres>button>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;color:#0f6c99;background:#eaf5fd}.consultation-diagnostic-centres>button>div{flex:1;min-width:0;display:grid;gap:4px}.consultation-diagnostic-centres strong{overflow:hidden;color:#27364d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.consultation-diagnostic-centres small{display:flex;align-items:center;gap:3px;color:#8797ad;font-size:9px}.consultation-diagnostic-tests-heading,.consultation-diagnostic-existing-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:19px 0 11px}.consultation-diagnostic-tests-heading h3,.consultation-diagnostic-existing-heading h3{margin:0;color:#23324a;font-size:14px}.consultation-diagnostic-tests-heading p,.consultation-diagnostic-existing-heading p{margin:3px 0 0;color:#8998ad;font-size:10px}.consultation-diagnostic-tests-heading>strong{color:#0e7f8d;font-size:10px}.consultation-diagnostic-tests{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.consultation-diagnostic-tests label{display:flex;align-items:center;gap:9px;padding:11px;border:1px solid #e0e8f1;border-radius:11px;background:#fff;cursor:pointer}.consultation-diagnostic-tests label.active{border-color:#19aab5;background:#f0fbfb}.consultation-diagnostic-tests input{width:15px;height:15px;accent-color:#17a8b3}.consultation-diagnostic-tests label>span{color:#0f6c99}.consultation-diagnostic-tests label>div{flex:1;display:grid;gap:3px}.consultation-diagnostic-tests label strong{color:#29384f;font-size:11px}.consultation-diagnostic-tests label small{color:#8797ad;font-size:9px}.consultation-diagnostic-tests label b{color:#116a96;font-size:10px}.consultation-diagnostic-options{display:grid;gap:10px;margin-top:13px}.consultation-diagnostic-options label{display:flex;align-items:center;gap:8px;color:#40516a;font-size:11px;font-weight:650}.consultation-diagnostic-options label.disabled{opacity:.55}.consultation-diagnostic-options input{accent-color:#17a8b3}.consultation-diagnostic-options textarea{width:100%;padding:11px 12px;border:1px solid #dce5ef;border-radius:11px;outline:0;resize:vertical;color:#26354c;background:#fff;font:inherit;font-size:11px}.consultation-diagnostic-options textarea:focus{border-color:#18a8b4;box-shadow:0 0 0 3px #18a8b414}.consultation-diagnostic-submit{display:flex;min-width:210px;height:42px;margin:13px 0 0 auto;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;color:#fff;background:linear-gradient(100deg,#116a96,#2bb4ac);box-shadow:0 8px 17px #116a962b;font-size:11px;font-weight:750;cursor:pointer}.consultation-diagnostic-submit:disabled{opacity:.55;cursor:not-allowed}.consultation-diagnostic-existing{background:#fff}.consultation-diagnostic-existing-heading{margin:0 0 11px}.consultation-diagnostic-existing-heading button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #dce5ef;border-radius:9px;color:#126c97;background:#f8fbfe;cursor:pointer}.consultation-diagnostic-order-list{display:grid;gap:8px}.consultation-diagnostic-order-list article{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #e5ebf2;border-radius:11px;background:#fbfdff}.consultation-diagnostic-order-list article>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:9px;color:#0f6c99;background:#eaf5fd}.consultation-diagnostic-order-list article>div{flex:1;display:grid;gap:3px}.consultation-diagnostic-order-list strong{color:#29384f;font-size:11px}.consultation-diagnostic-order-list small{color:#8696ac;font-size:9px}.consultation-diagnostic-order-list article>b{color:#0f6c99;font-size:10px}.consultation-diagnostic-order-list em{min-width:74px;padding:5px 8px;border-radius:999px;color:#52677e;background:#edf2f7;text-align:center;font-size:8px;font-style:normal;font-weight:800}.consultation-diagnostic-order-list em.pending{color:#9f6200;background:#fff1c9}.consultation-diagnostic-order-list em.completed{color:#078859;background:#dff8ea}.consultation-diagnostic-order-list em.cancelled{color:#ba3f49;background:#ffe9eb}.consultation-diagnostic-order-list article>button{display:grid;width:31px;height:31px;place-items:center;border:1px solid #f0cfd3;border-radius:9px;color:#bd4651;background:#fff;cursor:pointer}.consultation-diagnostic-loading,.consultation-diagnostic-empty{display:flex;min-height:80px;align-items:center;justify-content:center;gap:8px;color:#8090a6;font-size:10px}.consultation-diagnostic-empty p{margin:0}.consultation-diagnostic-centre-card{position:relative;min-width:0;border:1px solid #dfe8f1;border-radius:12px;background:#fff}.consultation-diagnostic-centre-card.active{border-color:#18a8b4;box-shadow:0 0 0 2px #18a8b417;background:#f1fcfc}.consultation-diagnostic-centre-card>button:first-child{display:flex;width:100%;min-width:0;align-items:center;gap:9px;padding:11px 35px 11px 11px;border:0;border-radius:12px;text-align:left;color:#52637a;background:transparent;cursor:pointer}.consultation-diagnostic-centre-card>button:first-child>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;color:#0f6c99;background:#eaf5fd}.consultation-diagnostic-centre-card>button:first-child>div{display:grid;min-width:0;flex:1;gap:4px}.consultation-diagnostic-centre-card strong{overflow:hidden;color:#27364d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.consultation-diagnostic-centre-card small{display:flex;align-items:center;gap:3px;color:#8797ad;font-size:9px}.consultation-diagnostic-centre-details{position:absolute;top:8px;right:7px;display:grid;width:25px;height:25px;place-items:center;padding:0;border:1px solid #dce8f0;border-radius:7px;color:#32799b;background:#fff;cursor:pointer}.consultation-diagnostic-order-list article>button.consultation-diagnostic-order-details{border-color:#dce8f0;color:#32799b;background:#fff}.consultation-diagnostic-details-backdrop{position:fixed;inset:0;z-index:120;display:grid;padding:20px;place-items:center;overflow-y:auto;background:#0f1f327a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.consultation-diagnostic-details-modal{width:min(100%,600px);overflow:hidden;border:1px solid #e0e8f0;border-radius:18px;background:#fff;box-shadow:0 25px 70px #142d4840}.consultation-diagnostic-details-modal>header{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:14px;padding:16px 19px;border-bottom:1px solid #e7eef4;background:linear-gradient(110deg,#f3faff,#effbf9)}.consultation-diagnostic-details-modal>header>div{display:flex;min-width:0;align-items:center;gap:10px}.consultation-diagnostic-details-modal>header>div>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#126b98;background:#e6f4ff}.consultation-diagnostic-details-modal h2{margin:0;color:#23324a;font-size:17px}.consultation-diagnostic-details-modal header p{margin:3px 0 0;overflow:hidden;color:#8191a5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.consultation-diagnostic-details-modal>header>button{display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid #dbe6ef;border-radius:9px;color:#71849a;background:#fff;cursor:pointer}.consultation-diagnostic-details-body{display:grid;gap:14px;padding:18px 19px}.consultation-diagnostic-details-hero{display:grid;gap:4px;padding:14px;border:1px solid #dcebf2;border-radius:12px;background:#f7fbfe}.consultation-diagnostic-details-hero strong{color:#27364d;font-size:14px}.consultation-diagnostic-details-hero small{color:#7d91a7;font-size:10px}.consultation-diagnostic-details-hero em{width:fit-content;padding:5px 8px;border-radius:999px;color:#0b7f65;background:#dcf7ed;font-size:9px;font-style:normal;font-weight:700;text-transform:capitalize}.consultation-diagnostic-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0}.consultation-diagnostic-details-grid>div,.consultation-diagnostic-details-note{padding:11px 12px;border:1px solid #e4ebf2;border-radius:10px;background:#fff}.consultation-diagnostic-details-grid dt,.consultation-diagnostic-details-note>span{color:#8a9cb0;font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.consultation-diagnostic-details-grid dd{margin:5px 0 0;color:#3c5069;font-size:10px;line-height:1.45}.consultation-diagnostic-details-note p{margin:5px 0 0;color:#536981;font-size:10px;line-height:1.45}.consultation-diagnostic-details-modal>footer{display:flex;justify-content:flex-end;padding:13px 19px 17px;border-top:1px solid #e7eef4}.consultation-diagnostic-details-modal>footer button{min-width:90px;height:36px;border:1px solid #dbe6ef;border-radius:9px;color:#5d7189;background:#fff;font:inherit;font-size:10px;font-weight:700;cursor:pointer}@media (max-width: 760px){.consultation-diagnostic-centres,.consultation-diagnostic-tests,.consultation-diagnostic-search-row{grid-template-columns:1fr}.consultation-diagnostic-submit{width:100%}.consultation-diagnostic-order-list article{flex-wrap:wrap}.consultation-diagnostic-details-backdrop{padding:12px}.consultation-diagnostic-details-modal>header,.consultation-diagnostic-details-body{padding:15px}.consultation-diagnostic-details-grid{grid-template-columns:1fr}}.doctor-consultation-workspace-page{min-height:100vh;background:#f3f7fc;color:#1f2b40}.doctor-consultation-workspace-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 20px) 28px 34px;background:radial-gradient(circle at 92% 5%,rgba(201,242,244,.55),transparent 25%),linear-gradient(180deg,#f8fbff,#f2f6fc)}.consultation-workspace-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.consultation-workspace-back{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:#60748e;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.consultation-workspace-back:hover{color:#126793}.consultation-workspace-title{display:flex;align-items:center;gap:12px;margin-top:7px}.consultation-workspace-title h1{margin:0;color:#172338;font-size:27px;font-weight:700;letter-spacing:-.75px}.consultation-workspace-title span{padding:5px 9px;border-radius:999px;background:#e3faf4;color:#07977e;font-size:9px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.consultation-workspace-page-heading>div:first-child>p{margin:5px 0 0;color:#7d8da3;font-size:11px}.consultation-workspace-page-actions{display:flex;align-items:center;gap:10px}.consultation-workspace-page-actions button{display:inline-flex;height:42px;padding:0 16px;align-items:center;justify-content:center;gap:7px;border-radius:11px;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.consultation-workspace-page-actions button:disabled{cursor:wait;opacity:.68}.consultation-workspace-draft{border:1px solid #d9e4ef;background:#fff;color:#465b75}.consultation-workspace-complete{border:0;background:linear-gradient(105deg,#116996,#2cb5ac);box-shadow:0 9px 18px #1169962e;color:#fff}.consultation-workspace-spinner{animation:consultation-workspace-spin .7s linear infinite}@keyframes consultation-workspace-spin{to{transform:rotate(360deg)}}.consultation-patient-banner{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:24px;margin-top:17px;padding:14px 18px;border:1px solid #e1e9f2;border-radius:16px;background:#fffffff5;box-shadow:0 7px 20px #1934520a}.consultation-patient-identity{display:flex;min-width:210px;align-items:center;gap:12px}.consultation-patient-identity>img,.consultation-patient-identity>span{display:grid;width:51px;height:51px;flex:0 0 51px;place-items:center;border:3px solid #ffffff;border-radius:14px;background:linear-gradient(140deg,#195e91,#42bbb1);box-shadow:0 6px 14px #1c61872e;color:#fff;font-size:13px;font-weight:750;object-fit:cover}.consultation-patient-identity div{display:flex;flex-direction:column}.consultation-patient-identity small{color:#8b9ab0;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.consultation-patient-identity strong{margin-top:3px;color:#1c293f;font-size:14px}.consultation-patient-identity p{margin:2px 0 0;color:#177baa;font-size:10px;font-weight:650}.consultation-patient-banner-meta{display:grid;flex:1;grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px}.consultation-patient-banner-meta article{display:flex;min-height:42px;align-items:center;gap:9px;padding:0 16px;border-left:1px solid #e9eef4;color:#2188a5}.consultation-patient-banner-meta article>span{display:flex;min-width:0;flex-direction:column}.consultation-patient-banner-meta small{color:#8c9aaf;font-size:9px}.consultation-patient-banner-meta strong{margin-top:3px;overflow:hidden;color:#334157;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.consultation-workspace-feedback{display:flex;min-height:38px;align-items:center;gap:8px;margin-top:11px;padding:8px 12px;border:1px solid #bdebdc;border-radius:11px;background:#effbf7;color:#168873;font-size:11px}.consultation-workspace-feedback-error{border-color:#fecaca;background:#fff4f4;color:#b93b3b}.consultation-workspace-layout{display:grid;grid-template-columns:minmax(0,1fr) 244px;align-items:start;gap:16px;margin-top:14px}.consultation-workspace-editor,.consultation-workspace-summary>section{border:1px solid #e1e9f2;border-radius:17px;background:#fff;box-shadow:0 7px 20px #19345209}.consultation-workspace-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:8px;border-bottom:1px solid #e7edf4;border-radius:17px 17px 0 0;background:#f7f9fc}.consultation-workspace-tabs button{position:relative;display:flex;min-width:0;height:45px;align-items:center;justify-content:center;gap:7px;padding:0 9px;border:0;border-radius:10px;background:transparent;color:#75869d;font:inherit;font-size:10px;font-weight:600;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,color .15s ease}.consultation-workspace-tabs button:hover{background:#fff;color:#176a96}.consultation-workspace-tabs .consultation-workspace-tab-active{background:#fff;box-shadow:0 5px 13px #2a4a6b17;color:#116995}.consultation-workspace-tabs .consultation-workspace-tab-active:after{position:absolute;right:24%;bottom:-8px;left:24%;height:2px;border-radius:999px;background:#25aaa9;content:""}.consultation-workspace-content{min-height:456px;padding:20px}.consultation-workspace-section-heading{display:flex;align-items:center;gap:10px;margin-bottom:18px}.consultation-workspace-section-heading>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:#eaf5ff;color:#126a98}.consultation-workspace-section-heading>span.consultation-workspace-icon-mint{background:#e9faf6;color:#1ba48f}.consultation-workspace-section-heading>span.consultation-workspace-icon-purple{background:#f0efff;color:#6458dd}.consultation-workspace-section-heading>span.consultation-workspace-icon-orange{background:#fff4e5;color:#de861d}.consultation-workspace-section-heading>span.consultation-workspace-icon-green{background:#ebf9ee;color:#1b9b52}.consultation-workspace-section-heading h2{margin:0;color:#1d2a40;font-size:15px;font-weight:700}.consultation-workspace-section-heading p{margin:3px 0 0;color:#8392a7;font-size:10px}.consultation-workspace-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.consultation-workspace-field{display:flex;min-width:0;flex-direction:column;gap:7px}.consultation-workspace-field-wide{grid-column:1 / -1}.consultation-workspace-field>span,.consultation-vital-field>span,.consultation-medicine-row label>span,.consultation-fee-grid label>span,.consultation-payment-status>span{color:#394960;font-size:10px;font-weight:650}.consultation-workspace-field textarea,.consultation-workspace-field input,.consultation-medicine-row input,.consultation-medicine-row select,.consultation-fee-grid input,.consultation-payment-status select{width:100%;border:1px solid #dce5ef;outline:0;background:#fbfcfe;color:#26364d;font:inherit;font-size:11px;transition:border-color .15s ease,box-shadow .15s ease}.consultation-workspace-field textarea{min-height:78px;padding:11px 12px;border-radius:11px;line-height:1.5;resize:vertical}.consultation-workspace-field input,.consultation-medicine-row input,.consultation-medicine-row select,.consultation-payment-status select{height:39px;padding:0 11px;border-radius:9px}.consultation-workspace-field textarea:focus,.consultation-workspace-field input:focus,.consultation-medicine-row input:focus,.consultation-medicine-row select:focus,.consultation-fee-grid input:focus,.consultation-payment-status select:focus{border-color:#43aea9;box-shadow:0 0 0 3px #43aea91a}.consultation-workspace-field textarea::placeholder,.consultation-workspace-field input::placeholder,.consultation-medicine-row input::placeholder,.consultation-fee-grid input::placeholder{color:#a1adbd}.consultation-vitals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.consultation-vitals-additional-notes{margin-top:16px}.consultation-investigation-orders{margin-top:22px;padding-top:20px;border-top:1px solid #e6edf4}.consultation-prescription-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.consultation-inline-assist{margin-bottom:18px;padding:15px;border:1px solid #cce8e8;border-radius:14px;background:linear-gradient(135deg,#f3fbfb,#f7f9ff)}.consultation-inline-assist>header{display:flex;align-items:center;gap:10px}.consultation-inline-assist>header>span{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:11px;background:#def6f3;color:#0b9b94}.consultation-inline-assist h3,.consultation-inline-assist p{margin:0}.consultation-inline-assist h3{color:#263950;font-size:12px}.consultation-inline-assist header p,.consultation-inline-assist-empty{margin-top:3px;color:#71839b;font-size:9px;line-height:1.55}.consultation-inline-assist-flags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.consultation-inline-assist-flags article{display:grid;gap:3px;padding:10px;border-radius:10px;background:#fff}.consultation-inline-assist-flags strong{color:#2c3c51;font-size:9px}.consultation-inline-assist-flags span{color:#75869c;font-size:8px;line-height:1.45}.consultation-vital-field{display:flex;flex-direction:column;gap:7px}.consultation-vital-field>div{display:flex;height:49px;align-items:center;border:1px solid #dce5ef;border-radius:11px;background:#fbfcfe}.consultation-vital-field input{min-width:0;flex:1;height:100%;padding:0 11px;border:0;outline:0;background:transparent;color:#25364d;font:inherit;font-size:12px}.consultation-vital-field small{padding-right:10px;color:#8898ad;font-size:9px}.consultation-vitals-note{display:flex;min-height:62px;align-items:center;gap:11px;margin-top:19px;padding:11px 14px;border:1px solid #dae8f5;border-radius:12px;background:#f3f8fd;color:#327ca5}.consultation-vitals-note div{display:flex;flex-direction:column;gap:3px}.consultation-vitals-note strong{color:#38536c;font-size:10px}.consultation-vitals-note span{color:#7d8fa5;font-size:9px}.consultation-report-upload{display:flex;min-height:78px;align-items:center;gap:12px;margin-top:16px;padding:12px 15px;border:1px dashed #b9cede;border-radius:13px;background:#f8fbfe;cursor:pointer}.consultation-report-upload input{display:none}.consultation-report-upload>span:not(.consultation-report-upload-action){display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:11px;background:#e7f5ff;color:#1582b3}.consultation-report-upload div{flex:1}.consultation-report-upload strong{display:block;color:#34455d;font-size:11px}.consultation-report-upload p{margin:4px 0 0;color:#8a99ad;font-size:9px}.consultation-report-upload-action{display:inline-flex;width:auto;min-width:142px;height:36px;flex:0 0 auto;align-items:center;justify-content:center;gap:5px;padding:0 13px;border:1px solid #d7e4ef;border-radius:9px;background:#fff;color:#216f96;font-size:9px;font-weight:650;line-height:1;white-space:nowrap}.consultation-report-upload:hover .consultation-report-upload-action{border-color:#77bfd1;background:#eef9fb}.consultation-pending-reports{display:grid;gap:9px;margin-top:12px;padding:12px;border:1px solid #cfe5ea;border-radius:12px;background:#f4fbfb}.consultation-pending-reports-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.consultation-pending-reports-heading strong{color:#24516a;font-size:10px}.consultation-pending-reports-heading button{padding:0;border:0;background:transparent;color:#b24f5c;font-size:9px;font-weight:700;cursor:pointer}.consultation-pending-report-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.consultation-pending-report{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;min-width:0;align-items:center;gap:7px;min-height:38px;padding:5px 7px 5px 10px;border:1px solid #d9e8ed;border-radius:9px;background:#fff;color:#27799b}.consultation-pending-report>span{overflow:hidden;color:#354b61;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.consultation-pending-report>small{color:#8799aa;font-size:8px;white-space:nowrap}.consultation-pending-report>button{display:grid;width:27px;height:27px;padding:0;place-items:center;border:0;border-radius:7px;background:#fff1f2;color:#ca5c68;cursor:pointer}.consultation-existing-reports{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.consultation-existing-report{display:inline-flex;min-width:0;align-items:center;border:1px solid #dbe6ef;border-radius:9px;background:#fff}.consultation-existing-report a{display:inline-flex;height:36px;padding:0 11px;align-items:center;gap:7px;color:#26779d;font-size:10px;font-weight:600;text-decoration:none}.consultation-report-delete{display:grid;width:31px;height:28px;margin-right:4px;padding:0;place-items:center;border:0;border-left:1px solid #e7eef4;background:transparent;color:#c56c78;cursor:pointer}.consultation-report-delete:disabled{color:#b9c5d1;cursor:not-allowed}.consultation-prescription-heading>div{flex:1}.consultation-prescription-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.consultation-prescription-actions button{display:inline-flex;height:36px;padding:0 12px;align-items:center;gap:6px;border:0;border-radius:9px;background:#e9f8f5;color:#168c7d;font:inherit;font-size:10px;font-weight:650;cursor:pointer}.consultation-prescription-actions button:disabled{opacity:.58;cursor:not-allowed}.consultation-prescription-actions .consultation-download-prescription{border:1px solid #d7e6ef;background:#fff;color:#27718f}.consultation-medicine-list{display:flex;flex-direction:column;gap:10px}.consultation-medicine-row{display:grid;grid-template-columns:27px minmax(120px,1.2fr) minmax(85px,.7fr) minmax(105px,.9fr) minmax(90px,.75fr) minmax(145px,1.25fr) 31px;align-items:end;gap:8px;padding:13px 11px;border:1px solid #e3eaf2;border-radius:12px;background:#fbfcfe}.consultation-medicine-number{display:grid;width:25px;height:25px;margin-bottom:7px;place-items:center;border-radius:8px;background:#edf5fb;color:#176e9b;font-size:9px;font-weight:700}.consultation-medicine-row label{display:flex;min-width:0;flex-direction:column;gap:6px}.consultation-medicine-remove{display:grid;width:31px;height:39px;padding:0;place-items:center;border:0;border-radius:9px;background:#fff0f0;color:#d45555;cursor:pointer}.consultation-medicine-remove:disabled{background:#f1f4f7;color:#b8c2cf;cursor:not-allowed}.consultation-billing-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:15px}.consultation-billing-card,.consultation-follow-up-card{padding:15px;border:1px solid #e2e9f1;border-radius:13px;background:#fbfcfe}.consultation-billing-card h3,.consultation-follow-up-card h3{margin:0 0 14px;color:#35445a;font-size:11px}.consultation-fee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.consultation-fee-grid label{display:flex;flex-direction:column;gap:6px}.consultation-fee-grid label>div{display:flex;height:39px;align-items:center;border:1px solid #dce5ef;border-radius:9px;background:#fff}.consultation-fee-grid small{padding-left:11px;color:#7d8da2;font-size:11px}.consultation-fee-grid input{min-width:0;flex:1;height:100%;padding:0 10px 0 5px;border:0;outline:0;background:transparent}.consultation-billing-total{display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding:13px;border-radius:10px;background:linear-gradient(100deg,#e9f5ff,#e9faf6)}.consultation-billing-total span{color:#557087;font-size:10px;font-weight:650}.consultation-billing-total strong{color:#116c91;font-size:17px}.consultation-medical-bill-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:12px;border:1px solid #cce8e6;border-radius:10px;background:linear-gradient(110deg,#f4fcfb,#f5faff)}.consultation-medical-bill-actions>div:first-child{min-width:0}.consultation-medical-bill-actions>div:first-child>span{display:block;color:#1b526f;font-size:10px;font-weight:750}.consultation-medical-bill-actions>div:first-child>p{margin:4px 0 0;color:#72849a;font-size:9px;line-height:1.45}.consultation-generate-bill,.consultation-bill-share,.consultation-bill-open{display:inline-flex;min-height:35px;align-items:center;justify-content:center;gap:6px;border-radius:9px;font:inherit;font-size:9px;font-weight:750;white-space:nowrap;cursor:pointer}.consultation-generate-bill{flex:0 0 auto;padding:0 12px;border:0;color:#fff;background:linear-gradient(100deg,#126a97,#2bb6ad);box-shadow:0 7px 13px #136f932b}.consultation-generate-bill:disabled,.consultation-bill-share:disabled,.consultation-bill-open:disabled{cursor:wait;opacity:.62}.consultation-bill-delivery-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:6px}.consultation-bill-share,.consultation-bill-open{padding:0 10px;border:1px solid #d8e5ee;background:#fff}.consultation-bill-share-whatsapp{color:#11815b;border-color:#bfead6;background:#effcf5}.consultation-bill-share-email{color:#176a96;border-color:#cde1f2;background:#f1f8ff}.consultation-bill-open{color:#52657d}.consultation-payment-status{display:flex;flex-direction:column;gap:6px;margin-top:12px}.consultation-follow-up-card{display:flex;flex-direction:column}.consultation-date-input{display:flex;height:39px;align-items:center;padding:0 10px;border:1px solid #dce5ef;border-radius:9px;background:#fff;color:#7c8da3}.consultation-date-input input{min-width:0;flex:1;border:0;background:transparent}.consultation-follow-up-card .consultation-workspace-field+.consultation-workspace-field{margin-top:11px}.consultation-follow-up-card>p{margin:auto 0 0;padding-top:10px;color:#8796aa;font-size:9px;line-height:1.5}.consultation-workspace-summary{position:sticky;top:calc(var(--dashboard-header-height) + 15px);display:flex;flex-direction:column;gap:12px}.consultation-workspace-summary>section{padding:15px}.consultation-summary-heading{display:flex;align-items:center;gap:8px;color:#16739e}.consultation-summary-heading h2{margin:0;color:#2b3a51;font-size:12px}.consultation-workspace-summary dl{margin:13px 0 0}.consultation-workspace-summary dl>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #edf1f5}.consultation-workspace-summary dt{color:#8291a5;font-size:9px}.consultation-workspace-summary dd{margin:0;color:#34445a;font-size:9px;font-weight:650;text-align:right}.consultation-workspace-summary dd.consultation-summary-status{padding:4px 7px;border-radius:999px;background:#e6f9f4;color:#118c77}.consultation-workspace-summary ul{display:flex;flex-direction:column;gap:11px;margin:14px 0 0;padding:0;list-style:none}.consultation-workspace-summary li{display:flex;align-items:center;gap:8px;color:#76869b;font-size:9px}.consultation-workspace-summary li>span{width:9px;height:9px;border:1px solid #cad5e2;border-radius:50%;background:#fff}.consultation-workspace-summary li.is-complete{color:#168a70;font-weight:650}.consultation-workspace-summary li.is-complete>span{border-color:#27b494;background:#27b494;box-shadow:0 0 0 3px #e3f8f2}.consultation-summary-tip{display:flex;gap:8px;padding:12px;border:1px solid #dce8f3;border-radius:12px;background:#f2f7fc;color:#70849b;font-size:9px;line-height:1.5}.consultation-summary-tip svg{flex:0 0 17px;color:#2e8bab}.consultation-assist-section{gap:16px}.consultation-assist-readiness{display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid #f0d7a2;border-radius:13px;color:#8a5a08;background:#fffaf0}.consultation-assist-readiness.ready{border-color:#bde8dc;color:#087b68;background:#f0fbf8}.consultation-assist-readiness svg{flex:0 0 auto;margin-top:2px}.consultation-assist-readiness strong{display:block;font-size:11px}.consultation-assist-readiness p{margin:3px 0 0;font-size:9px;line-height:1.5}.consultation-assist-context{padding:14px;border:1px solid #e0e8f1;border-radius:13px;background:#fbfdff}.consultation-assist-context header{display:flex;align-items:center;justify-content:space-between;gap:12px}.consultation-assist-context h3{margin:0;color:#29384f;font-size:12px}.consultation-assist-context header small{color:#71839a;font-size:9px}.consultation-assist-context>p{margin:12px 0 0;color:#8494a9;font-size:10px}.consultation-assist-context dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0 0}.consultation-assist-context dl>div{padding:9px 10px;border-radius:9px;background:#fff}.consultation-assist-context dt{color:#8797aa;font-size:8px;text-transform:uppercase}.consultation-assist-context dd{overflow-wrap:anywhere;margin:3px 0 0;color:#34445b;font-size:10px;font-weight:650}.consultation-assist-observations{padding:14px;border:1px solid #e0e8f1;border-radius:13px;background:#fff}.consultation-assist-observations>header,.consultation-assist-checklist>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.consultation-assist-observations>header>div{display:flex;align-items:center;gap:8px;color:#127c91}.consultation-assist-observations h3,.consultation-assist-checklist h3{margin:0;color:#29384f;font-size:12px}.consultation-assist-observations header small,.consultation-assist-checklist header small{color:#71839a;font-size:9px}.consultation-assist-observation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.consultation-assist-observation-list article{padding:10px;border:1px solid #f3d8a0;border-radius:10px;background:#fffaf0}.consultation-assist-observation-list article.urgent{border-color:#f3bfc4;background:#fff5f6}.consultation-assist-observation-list span{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#815708;font-size:9px;font-weight:700}.consultation-assist-observation-list article.urgent span{color:#a92f3a}.consultation-assist-observation-list p{margin:5px 0 0;color:#77889c;font-size:8px;line-height:1.5}.consultation-assist-no-flags{margin:12px 0 0;padding:10px;border-radius:9px;color:#397464;background:#effaf6;font-size:9px;line-height:1.5}.consultation-assist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.consultation-assist-grid>section{display:flex;min-width:0;flex-direction:column;padding:14px;border:1px solid #e0e8f1;border-radius:13px;background:#fff}.consultation-assist-grid>section:last-child{grid-column:1 / -1}.consultation-assist-grid section>span{color:#0e8793;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.consultation-assist-grid h3{margin:5px 0 0;color:#29384f;font-size:12px}.consultation-assist-grid p{margin:6px 0 11px;color:#7d8da2;font-size:9px;line-height:1.55}.consultation-assist-grid textarea{width:100%;min-height:94px;margin-top:auto;padding:11px;border:1px solid #dce5ef;border-radius:10px;outline:0;resize:vertical;color:#28384e;background:#fbfdff;font:inherit;font-size:10px}.consultation-assist-grid textarea:focus{border-color:#1aa7b2;box-shadow:0 0 0 3px #1aa7b214}.consultation-assist-grid ul{display:grid;gap:7px;margin:0 0 11px;padding:0;list-style:none}.consultation-assist-grid li{display:grid;grid-template-columns:auto 1fr;gap:2px 7px;align-items:center;padding:9px;border-radius:9px;background:#f6f9fc}.consultation-assist-grid li svg{grid-row:1 / 3;color:#e17b24}.consultation-assist-grid li strong{color:#33445a;font-size:10px}.consultation-assist-grid li small{color:#8191a5;font-size:8px}.consultation-assist-empty{margin-bottom:11px;padding:12px;border:1px dashed #d9e3ed;border-radius:10px;color:#8796aa;text-align:center;font-size:9px}.consultation-assist-grid button{align-self:flex-start;min-height:36px;padding:0 14px;border:0;border-radius:9px;color:#fff;background:linear-gradient(100deg,#116a96,#2bb4ac);font-size:9px;font-weight:750;cursor:pointer}.consultation-assist-checklist{padding:14px;border:1px solid #e0e8f1;border-radius:13px;background:#fbfdff}.consultation-assist-checklist>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.consultation-assist-checklist span{display:flex;align-items:center;gap:7px;padding:9px;border-radius:9px;color:#8795a8;background:#f1f4f8;font-size:9px}.consultation-assist-checklist span svg{color:#b2bdca}.consultation-assist-checklist span.complete{color:#087a63;background:#eaf9f4}.consultation-assist-checklist span.complete svg{color:#16a889}.consultation-assist-safety-note{padding:11px 12px;border-left:3px solid #189ba5;border-radius:8px;color:#63758c;background:#f1f8fa;font-size:9px;line-height:1.55}@media (max-width: 1240px){.consultation-medicine-row{grid-template-columns:27px repeat(2,minmax(125px,1fr)) 31px}.consultation-medicine-row .consultation-medicine-instructions{grid-column:2 / 4}}@media (max-width: 1120px){.doctor-consultation-workspace-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:20px;padding-left:20px}.consultation-patient-banner-meta{max-width:610px}.consultation-workspace-layout{grid-template-columns:minmax(0,1fr) 220px}.consultation-workspace-tabs button{font-size:9px}.consultation-vitals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-billing-layout{grid-template-columns:1fr}}@media (max-width: 860px){.consultation-workspace-page-heading,.consultation-patient-banner{align-items:flex-start;flex-direction:column}.consultation-patient-banner-meta{width:100%;max-width:none}.consultation-patient-banner-meta article:first-child{border-left:0}.consultation-workspace-layout{grid-template-columns:1fr}.consultation-workspace-summary{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-summary-tip{grid-column:1 / -1}.consultation-workspace-tabs{display:flex;overflow-x:auto}.consultation-workspace-tabs button{min-width:145px}}@media (max-width: 760px){.doctor-consultation-workspace-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 16px) 14px 28px}}@media (max-width: 620px){.consultation-prescription-plan-grid,.consultation-inline-assist-flags{grid-template-columns:1fr}.consultation-workspace-title{align-items:flex-start;flex-direction:column;gap:7px}.consultation-medical-bill-actions{align-items:stretch;flex-direction:column}.consultation-generate-bill{width:100%}.consultation-bill-delivery-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-bill-open{grid-column:1 / -1}.consultation-workspace-title h1{font-size:23px}.consultation-workspace-page-actions{width:100%}.consultation-workspace-page-actions button{min-width:0;flex:1;padding:0 10px;font-size:10px}.consultation-patient-banner-meta{grid-template-columns:1fr}.consultation-patient-banner-meta article{padding:9px 0;border-top:1px solid #e9eef4;border-left:0}.consultation-workspace-content{padding:15px}.consultation-prescription-heading{align-items:flex-start}.consultation-prescription-actions{width:100%;justify-content:flex-start;margin-top:4px}.consultation-prescription-actions button{flex:1;justify-content:center}.consultation-workspace-form-grid,.consultation-vitals-grid,.consultation-fee-grid,.consultation-workspace-summary{grid-template-columns:1fr}.consultation-medicine-row{grid-template-columns:27px minmax(0,1fr) 31px}.consultation-medicine-row label,.consultation-medicine-row .consultation-medicine-instructions{grid-column:2 / 3}.consultation-medicine-row .consultation-medicine-remove{grid-column:3;grid-row:1}.consultation-summary-tip{grid-column:auto}.consultation-report-upload{align-items:flex-start;flex-wrap:wrap}.consultation-report-upload-action{width:100%}.consultation-pending-report-list,.consultation-assist-context dl,.consultation-assist-observation-list,.consultation-assist-grid{grid-template-columns:1fr}.consultation-assist-checklist>div{grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-assist-grid>section:last-child{grid-column:auto}}@media (max-width: 560px){.consultation-assist-observations>header,.consultation-assist-checklist>header{align-items:flex-start;flex-direction:column}.consultation-assist-checklist>div{grid-template-columns:1fr}}.doctor-bills-page{min-height:100vh;background:#fbfdff;color:#17243c}.doctor-bills-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 40px) 34px 40px 40px;background:#fbfdff}.bill-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px}.bill-page-heading h1{margin:0 0 5px;color:#202b42;font-size:25px;font-weight:650;letter-spacing:-.7px}.bill-page-heading p{margin:0;color:#70829d;font-size:12px}.bill-page-heading>button{display:inline-flex;min-width:184px;height:48px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(110deg,#1175a0,#2cb5b1);box-shadow:0 8px 17px #157e9b2b;color:#fff;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.bill-page-heading>button:disabled{opacity:.55;cursor:not-allowed}.doctor-bills-feedback{display:flex;min-height:44px;align-items:center;gap:9px;margin-bottom:18px;padding:10px 14px;border-radius:11px;font-size:11px}.doctor-bills-feedback.success{border:1px solid #bcebd4;background:#edfbf5;color:#14835a}.doctor-bills-feedback.error{justify-content:space-between;border:1px solid #ffd1d1;background:#fff2f2;color:#c44242}.doctor-bills-feedback button{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:0;border-radius:7px;background:#fff;color:inherit;font:inherit;cursor:pointer}.bill-workspace-tabs{display:inline-flex;gap:4px;margin:0 0 18px;padding:4px;border:1px solid #dce7f1;border-radius:13px;background:#f3f7fb}.bill-workspace-tabs button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:0;border-radius:9px;background:transparent;color:#61748f;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.bill-workspace-tabs button.active{background:#fff;box-shadow:0 3px 9px #2439521a;color:#076e96}.bill-workspace-tabs span{display:inline-grid;min-width:19px;height:19px;place-items:center;border-radius:999px;background:#e1f7f3;color:#098e82;font-size:10px}.bill-history-card{margin-bottom:30px;overflow:hidden;border:1px solid #e6edf5;border-radius:21px;background:#fff;box-shadow:0 7px 18px #293f5b0b}.bill-consultations-card{margin-bottom:24px;overflow:visible;border:1px solid #e1eaf3;border-radius:20px;background:#fff;box-shadow:0 8px 24px #1d456a0d}.bill-consultations-card>header{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #edf2f7}.bill-consultations-card>header>div{display:flex;align-items:center;gap:12px}.bill-consultations-card>header>div>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#e9f8f7;color:#149e9a}.bill-consultations-card h2,.bill-consultations-card p{margin:0}.bill-consultations-card h2{color:#25344a;font-size:15px}.bill-consultations-card p{margin-top:3px;color:#73849b;font-size:10px}.bill-consultations-card>header>button{min-height:36px;padding:0 13px;border:1px solid #d9e4ef;border-radius:10px;background:#fff;color:#52667f;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.bill-patient-finder{position:relative;z-index:5;padding:14px 22px;border-bottom:1px solid #edf2f7}.bill-patient-finder>label{display:flex;height:44px;align-items:center;gap:10px;padding:0 13px;border:1px solid #dce6f0;border-radius:12px;color:#91a1b5;background:#f9fbfd}.bill-patient-finder input{width:100%;border:0;outline:0;background:transparent;color:#293a50;font:inherit;font-size:11px}.bill-patient-suggestions{position:absolute;top:calc(100% - 8px);right:22px;left:22px;display:grid;max-height:220px;overflow-y:auto;border:1px solid #dce6f0;border-radius:12px;background:#fff;box-shadow:0 14px 30px #233e5c26}.bill-patient-suggestions button{display:flex;min-height:46px;align-items:center;justify-content:space-between;padding:0 14px;border:0;border-bottom:1px solid #edf2f7;background:#fff;color:#304158;font:inherit;font-size:10px;cursor:pointer}.bill-patient-suggestions button:hover{background:#f0faf9}.bill-patient-suggestions span,.bill-consultation-patient small,.bill-consultation-reference small{color:#8495a9;font-size:11px}.bill-consultation-patient,.bill-consultation-reference{display:grid;gap:3px}.bill-consultation-patient strong,.bill-consultation-reference strong{color:#233751;font-size:13px;font-weight:700}.bill-consultation-status{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;background:#fff4d7;color:#b67600;font-size:9px;font-weight:800}.bill-consultation-status.completed{background:#dcf8e8;color:#11944a}.bill-consultation-generate{display:inline-flex;min-height:36px;align-items:center;gap:6px;padding:0 12px;border:0;border-radius:10px;background:linear-gradient(135deg,#0a7fae,#2db6ad);color:#fff;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.bill-consultation-generate:disabled{opacity:.5;cursor:not-allowed}.bill-history-toolbar{display:flex;align-items:center;gap:12px;padding:18px}.bill-history-toolbar form{display:flex;height:43px;min-width:260px;flex:1;align-items:center;gap:9px;padding-left:13px;border:1px solid #dfe7f0;border-radius:11px;background:#f8fafc;color:#91a1b7}.bill-history-toolbar input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#28364e;font:inherit;font-size:11px}.bill-history-toolbar form button{height:100%;padding:0 17px;border:0;border-radius:0 10px 10px 0;background:#0e6090;color:#fff;font:inherit;font-size:10px;cursor:pointer}.bill-history-toolbar>select{height:43px;padding:0 32px 0 12px;border:1px solid #dfe7f0;border-radius:11px;outline:0;background:#f8fafc;color:#53647e;font:inherit;font-size:11px}.doctor-bills-data-table{overflow:visible;border:0;border-radius:0;box-shadow:none}.doctor-bills-data-table table{min-width:780px}.doctor-bill-consultations-table table{min-width:720px}.doctor-bill-consultations-table tbody tr{height:68px}.doctor-bill-consultations-table th,.doctor-bill-consultations-table td,.doctor-bills-data-table th,.doctor-bills-data-table td{padding-right:18px;padding-left:18px}.doctor-bills-data-table tbody tr{height:73px}.doctor-bills-data-table tbody tr.bill-list-row-selected{background:#f2f9fd;box-shadow:inset 4px 0 #1482a7}.bill-list-id{display:flex;min-width:100px;flex-direction:column;align-items:flex-start;gap:3px;padding:0;border:0;background:transparent;color:#086b9d;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.bill-list-id small,.bill-list-patient small,.bill-list-total small{color:#8b9db5;font-size:9px;font-weight:400}.bill-list-patient,.bill-list-total{display:flex;flex-direction:column;gap:3px}.bill-list-patient strong,.bill-list-total strong{color:#28364c;font-size:11px;font-weight:600}.bill-type-chip,.bill-payment-status{display:inline-flex;min-height:23px;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;font-size:8px;font-weight:650;text-transform:uppercase}.bill-type-chip.medical{background:#e9f3ff;color:#176db1}.bill-type-chip.pharmacy{background:#eef8e9;color:#438a2f}.bill-type-chip.diagnostic{background:#f2ecff;color:#7952b5}.bill-payment-status.pending{background:#fff2cd;color:#d77c00}.bill-payment-status.partial{background:#e9f3ff;color:#176db1}.bill-payment-status.paid{background:#dcf8e7;color:#12934a}.bill-list-actions{display:flex;gap:7px}.bill-list-actions button{display:grid;width:31px;height:31px;padding:0;place-items:center;border:1px solid #e2e9f2;border-radius:8px;background:#fff;color:#14739d;cursor:pointer}.bill-list-actions button:disabled{opacity:.5;cursor:not-allowed}.bill-history-footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:9px 18px}.bill-history-footer>span{color:#7b8da5;font-size:10px}.doctor-bills-loading{display:flex;min-height:180px;align-items:center;justify-content:center;gap:8px;color:#71839d;font-size:11px}.doctor-bill-spinner{animation:doctor-bill-spin .8s linear infinite}@keyframes doctor-bill-spin{to{transform:rotate(360deg)}}.bill-selected-workspace{margin:26px 0 30px}.bill-selected-summary{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px;border:1px solid #dce8f2;border-radius:20px;background:#fff;box-shadow:0 10px 24px #293f5b0f}.bill-selected-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:#e8f8f7;color:#078d9a}.bill-selected-copy{min-width:0}.bill-selected-copy h2{margin:7px 0 9px;color:#14213a;font-size:22px;font-weight:700;line-height:1.15}.bill-selected-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.bill-selected-actions button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #d5e1ec;border-radius:10px;background:#fff;color:#37516e;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.bill-selected-actions button:hover:not(:disabled){border-color:#138eae;color:#087b98}.bill-selected-actions button:nth-child(2){border-color:transparent;background:linear-gradient(110deg,#1175a0,#31b7b0);color:#fff;box-shadow:0 7px 14px #107e9f2e}.bill-selected-actions button:disabled{cursor:not-allowed;opacity:.6}.bill-preview-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;align-items:start;gap:22px;margin-top:20px}.bill-preview-card,.bill-summary-panel{border:1px solid #dce8f2;border-radius:20px;background:#fff;box-shadow:0 10px 24px #293f5b0d}.bill-preview-card{min-width:0;overflow:hidden}.bill-preview-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #edf2f6}.bill-preview-card-header h2,.bill-summary-panel h3{margin:0;color:#1a2a42;font-size:16px;font-weight:700}.bill-preview-card-header p{margin:5px 0 0;color:#71839d;font-size:12px}.bill-preview-status{display:inline-flex;flex:0 0 auto;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#fff4d7;color:#a96c00;font-size:10px;font-weight:700;text-transform:uppercase}.bill-preview-status-paid,.bill-preview-status-completed,.bill-preview-status-active{background:#def9e9;color:#078945}.bill-document-grid-clean{min-height:0;margin:0;padding:24px;background:#f7fafc}.bill-document-grid-clean .bill-document{width:min(100%,620px);height:auto;min-height:480px;margin:0 auto;border:1px solid #e4ebf2;box-shadow:0 9px 20px #2337501a}.bill-summary-panel{padding:22px}.bill-summary-panel dl{display:grid;gap:0;margin:17px 0}.bill-summary-panel dl>div{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid #edf2f6}.bill-summary-panel dt{color:#8a9bb4;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bill-summary-panel dd{overflow-wrap:anywhere;margin:0;color:#263a55;font-size:13px;font-weight:650}.bill-summary-total{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 0;border-bottom:1px solid #edf2f6;color:#5b6d88;font-size:12px}.bill-summary-total strong{color:#087b98;font-size:18px}.bill-summary-panel>p{display:flex;align-items:flex-start;gap:8px;margin:16px 0 0;color:#5d718e;font-size:12px;line-height:1.5}.bill-summary-panel>p svg{flex:0 0 auto;margin-top:1px;color:#0aa18f}.bill-patient-summary{display:grid;grid-template-columns:128px minmax(0,1fr) 128px;min-height:193px;align-items:center;gap:32px;padding:31px 32px;overflow:hidden;border:1px solid #edf1f6;border-radius:25px;background:#fff;box-shadow:0 12px 26px #293f5b0f}.bill-patient-avatar,.bill-patient-banner{width:128px;height:128px;object-fit:cover}.bill-patient-avatar{border-radius:28px;object-position:50% 20%}.bill-patient-banner{justify-self:end;object-position:center}.bill-patient-copy{min-width:0}.bill-active-case{display:inline-flex;height:25px;align-items:center;gap:8px;padding:0 13px;border-radius:999px;background:#edf8ff;color:#008ed2;font-size:12px;font-weight:500}.bill-active-case i{width:7px;height:7px;border-radius:50%;background:#11a9e6}.bill-patient-copy h1{margin:10px 0 12px;color:#111a2e;font-size:21px;font-weight:500;line-height:1.05;letter-spacing:-.55px}.bill-patient-meta{display:flex;flex-wrap:wrap;align-items:center;gap:26px;color:#637592;font-size:12px;font-weight:500}.bill-patient-meta span{display:inline-flex;align-items:center;gap:7px}.bill-patient-meta svg{color:#08a7e4}.bill-content-grid{display:grid;grid-template-columns:minmax(620px,1fr) 330px;align-items:start;gap:40px;margin-top:40px;padding-right:16px}.bill-documents-toolbar{display:flex;min-height:48px;align-items:flex-start;justify-content:space-between;gap:20px}.bill-documents-toolbar h2{display:flex;align-items:center;gap:13px;margin:10px 0 0;color:#263149;font-size:12px;font-weight:500;line-height:1.2}.bill-documents-toolbar h2 svg{color:#0da7e2}.bill-documents-toolbar>div{display:flex;gap:12px}.bill-documents-toolbar button{display:inline-flex;height:45px;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:2px solid #e0e7f0;border-radius:14px;background:#fff;color:#4c5b74;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.bill-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:25px}.bill-document-grid-single{grid-template-columns:minmax(280px,520px);justify-content:center}.bill-document{position:relative;display:flex;min-width:0;height:600px;flex-direction:column;padding:39px 40px 30px;background:#fff;box-shadow:0 13px 22px #20314921}.bill-document-header{display:flex;min-height:94px;align-items:flex-start;justify-content:space-between;gap:12px}.bill-document-header h3{margin:0 0 3px;color:#006da8;font-size:12px;font-weight:500;line-height:1.35;letter-spacing:-.45px}.bill-document-header p{margin:0;color:#8ca0bb;font-size:12px;line-height:1.35}.bill-document-reference{flex:0 0 auto;text-align:right}.bill-document-reference strong{display:inline-flex;min-height:39px;align-items:center;justify-content:center;padding:5px 14px;border-radius:4px;color:#fff;font-size:10px;font-weight:500;line-height:1.05;letter-spacing:.7px;text-align:center;text-transform:uppercase}.bill-reference-dark strong{background:#10192e}.bill-reference-blue strong{min-height:25px;background:#0ca8e6}.bill-document-reference small{display:block;max-width:112px;margin-top:8px;color:#627590;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;line-height:1.35}.bill-document-rule{display:block;height:1px;flex:0 0 1px;background:#dbe9f4}.bill-doctor-panel{display:flex;min-height:71px;flex-direction:column;justify-content:center;gap:5px;margin-top:32px;padding:14px 16px;border:1px solid #e9eef5;border-radius:13px;background:#f7f9fc}.bill-doctor-panel small,.bill-details-section>small,.bill-document-signature>div>small{color:#91a4be;font-size:10px;font-weight:500;letter-spacing:1.1px;text-transform:uppercase}.bill-doctor-panel strong{color:#27334a;font-size:12px;font-weight:500}.bill-details-section{margin-top:25px}.bill-placeholder-lines{display:flex;flex-direction:column;gap:16px;margin-top:16px}.bill-placeholder-lines span{width:100%;height:14px;border-radius:999px;background:linear-gradient(90deg,#f5f7fa,#f8fafc)}.bill-placeholder-lines .short{width:75%}.bill-placeholder-lines .medium{width:84%}.bill-placeholder-lines .tiny{width:50%}.bill-placeholder-lines .small{width:67%}.bill-real-items{display:flex;max-height:210px;flex-direction:column;gap:11px;margin-top:15px;overflow-y:auto}.bill-real-items>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid #eef2f6;color:#45556d;font-size:10px}.bill-real-items>div>span{display:flex;flex-direction:column;gap:3px}.bill-real-items small{color:#94a4b8;font-size:8px}.bill-real-items strong{color:#27354b;font-size:10px}.bill-real-items>p{color:#8b9bb0;font-size:10px}.bill-document-total{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:13px;border-radius:10px;background:#f3f8fc;color:#40516a;font-size:10px}.bill-document-total strong{color:#0872a7;font-size:14px}.bill-payment-breakdown{display:flex;flex-direction:column;gap:3px;margin-top:31px}.bill-payment-breakdown>div{display:flex;min-height:39px;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid #eef2f6;color:#64758d;font-size:10px}.bill-payment-breakdown strong{color:#29364b;font-size:10px}.bill-payment-breakdown .total{margin:6px 0;border:0;border-radius:9px;background:#edf8fd;color:#0b6d9e;font-weight:600}.bill-payment-breakdown .total strong{color:#076897;font-size:13px}.bill-payment-breakdown .due strong{color:#db7500}.bill-payment-note{margin-top:18px;padding:11px;border-radius:9px;background:#fff9eb}.bill-payment-note small{color:#a48135;font-size:8px;text-transform:uppercase}.bill-payment-note p{margin:4px 0 0;color:#776640;font-size:9px;line-height:1.45}.bill-document-signature{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:22px;margin-top:auto}.bill-document-signature>div:first-child{min-width:105px}.bill-document-signature>div:first-child strong{display:block;margin-top:5px;color:#40506a;font-size:11px;font-weight:500;white-space:nowrap}.bill-signature-mark{display:flex;min-width:0;flex-direction:column;align-items:center;color:#70bbe3;text-align:center}.bill-signature-mark>span{width:100%;height:1px;margin:7px 0 6px;background:#b9d0e1}.bill-signature-mark>img{display:block;width:100%;max-width:145px;height:42px;object-fit:contain}.bill-signature-mark strong{color:#29364d;font-size:8px;font-weight:500;text-transform:uppercase;white-space:nowrap}.bill-signature-mark small{color:#9aabc0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7px;white-space:nowrap}.prescription-rx-row{display:flex;align-items:center;gap:20px;margin-top:37px;color:#c9ecfa;font-family:Georgia,serif;font-size:21px;font-weight:500;font-style:italic}.prescription-rx-row i{height:2px;flex:1;background:#edf8fd}.prescription-doctor-panel{margin-top:30px}.prescription-details-section{margin-top:25px}.prescription-details-section .bill-placeholder-lines{gap:14px}.bill-status-panel{display:flex;min-height:510px;flex-direction:column;justify-content:space-between;gap:18px;padding:39px 24px;border-radius:25px;background-color:#b6b9ed;background-position:center;background-size:cover}.bill-status-card{display:flex;min-height:96px;align-items:center;gap:16px;padding:16px 19px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:#ffffffd1;box-shadow:0 14px 20px #2a2d582e;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.bill-status-icon{display:inline-flex;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;border-radius:13px;color:#fff}.bill-status-icon-billing{background:#f9fbff;color:#09a9e6}.bill-status-icon-prescription{background:#13aae5}.bill-status-icon-verified{background:#08bc89}.bill-status-icon-signature{background:#111a30}.bill-status-card small{display:block;margin-bottom:3px;color:#94a4bc;font-size:11px;font-weight:500;letter-spacing:1.4px;line-height:1.1;text-transform:uppercase}.bill-status-card strong{display:block;color:#202b42;font-size:12px;font-weight:500;line-height:1.3}.bill-pro-tip{display:flex;min-height:119px;align-items:flex-start;gap:15px;margin-top:33px;padding:24px;border:1px solid #e7edf5;border-radius:16px;background:#fff}.bill-pro-tip>span{display:inline-flex;width:39px;height:39px;flex:0 0 39px;align-items:center;justify-content:center;border-radius:50%;background:#fff9e7;color:#f4a000}.bill-pro-tip p{margin:0;color:#60728f;font-size:12px;line-height:1.65}.bill-pro-tip strong{color:#1f2b42}.doctor-bills-empty{display:flex;min-height:310px;align-items:center;justify-content:center;flex-direction:column;border:1px dashed #cfdae7;border-radius:21px;background:#fff;color:#8ca0b8;text-align:center}.doctor-bills-empty h2{margin:12px 0 4px;color:#35445b;font-size:16px}.doctor-bills-empty p{margin:0;font-size:11px}.bill-selection-hint{min-height:150px;margin-bottom:24px;padding:28px;border-style:solid;background:linear-gradient(135deg,#f8fcff,#f0fbfb)}.bill-selection-hint svg{color:#149e9a}.bill-selection-hint strong{color:#14709a}.doctor-bill-modal-backdrop{position:fixed;z-index:1300;inset:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#0e1d318f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.doctor-bill-modal{width:min(980px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border-radius:22px;background:#fff;box-shadow:0 24px 60px #122b4642;animation:doctor-bill-modal-in .22s ease-out}@keyframes doctor-bill-modal-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.doctor-bill-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 27px 19px;border-bottom:1px solid #edf1f6}.doctor-bill-modal-header h2{margin:0;color:#202b42;font-size:19px;font-weight:650}.doctor-bill-modal-header p{margin:5px 0 0;color:#7b8ca4;font-size:10px}.doctor-bill-modal-header>button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:10px;background:#f2f5f9;color:#718299;cursor:pointer}.doctor-bill-form{padding:23px 27px 27px}.doctor-bill-form-context{display:grid;gap:5px;margin-bottom:18px;padding:13px 15px;border:1px solid #cfe9ec;border-radius:12px;background:#f0fbfb;color:#477081;font-size:10px}.doctor-bill-form-context>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px}.doctor-bill-form-context strong{color:#147a82;font-size:11px}.doctor-bill-form-context span{color:#304e67;font-weight:600}.doctor-bill-form-context small{color:#71869b;font-size:9px}.doctor-bill-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.doctor-bill-form-field{display:flex;flex-direction:column;gap:7px;color:#3b4a61;font-size:10px;font-weight:600}.doctor-bill-form-field>small{margin-top:-3px;color:#8a9aae;font-size:9px;font-weight:400;line-height:1.2}.doctor-bill-form-field.wide{grid-column:1 / -1}.doctor-bill-form-field input,.doctor-bill-form-field select,.doctor-bill-form-field textarea,.doctor-bill-item-row input,.doctor-bill-item-row select{width:100%;min-width:0;border:1px solid #dce5ef;border-radius:10px;outline:0;background:#f9fbfd;color:#27354c;font:inherit;font-size:10px}.doctor-bill-form-field input,.doctor-bill-form-field select{height:43px;padding:0 12px}.doctor-bill-form-field textarea{padding:11px 12px;resize:vertical}.doctor-bill-form-field input:focus,.doctor-bill-form-field select:focus,.doctor-bill-form-field textarea:focus,.doctor-bill-item-row input:focus,.doctor-bill-item-row select:focus{border-color:#31a8af;box-shadow:0 0 0 3px #31a8af1a}.doctor-bill-items-editor{margin-top:21px;padding:17px;border:1px solid #e3eaf2;border-radius:15px;background:#f8fbfd}.doctor-bill-items-editor>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.doctor-bill-items-editor h3{margin:0;color:#29364b;font-size:12px}.doctor-bill-items-editor p{margin:4px 0 0;color:#8b9bb0;font-size:9px}.doctor-bill-items-editor>header button{display:inline-flex;height:34px;align-items:center;gap:5px;padding:0 11px;border:0;border-radius:9px;background:#e8f6f8;color:#087d8b;font:inherit;font-size:9px;font-weight:600;cursor:pointer}.doctor-bill-items-list{display:flex;flex-direction:column;gap:9px;margin-top:15px}.doctor-bill-item-row{display:grid;grid-template-columns:1.1fr 1.8fr .55fr .8fr .75fr .65fr 32px;align-items:end;gap:7px}.doctor-bill-item-field{display:grid;min-width:0;gap:4px;color:#667b91;font-size:8px;font-weight:700}.doctor-bill-item-field>span{overflow:hidden;color:#778ba0;font-size:8px;font-weight:700;letter-spacing:.15px;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.doctor-bill-item-row input,.doctor-bill-item-row select{height:38px;padding:0 8px}.doctor-bill-item-row>button{display:grid;width:32px;height:38px;padding:0;place-items:center;border:0;border-radius:8px;background:#fff0f0;color:#d35f5f;cursor:pointer}.doctor-bill-item-row>button:disabled{opacity:.4;cursor:not-allowed}.doctor-bill-estimated-total{display:block;margin-top:15px;color:#0876a0;font-size:11px;text-align:right}.doctor-bill-modal-error{margin-top:16px;padding:10px 12px;border:1px solid #ffd1d1;border-radius:9px;background:#fff2f2;color:#c44242;font-size:10px}.doctor-bill-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.doctor-bill-modal-actions button{display:inline-flex;min-width:132px;height:43px;align-items:center;justify-content:center;gap:7px;border:1px solid #dce5ee;border-radius:10px;background:#fff;color:#667890;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.doctor-bill-modal-actions button[type=submit]{border:0;background:linear-gradient(110deg,#1175a0,#2cb5b1);color:#fff}.doctor-bill-modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1240px){.doctor-bills-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:26px;padding-left:26px}.bill-content-grid{grid-template-columns:minmax(570px,1fr) 300px;gap:26px;padding-right:0}.bill-document{padding-right:28px;padding-left:28px}}@media (max-width: 980px){.bill-preview-layout{grid-template-columns:1fr}.bill-summary-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.85fr);column-gap:22px;align-items:start}.bill-summary-panel h3,.bill-summary-panel>p{grid-column:1 / -1}.bill-summary-panel dl{margin-bottom:0}.bill-summary-total{align-self:stretch}.bill-content-grid{grid-template-columns:1fr}.bill-status-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);gap:24px}.bill-pro-tip{margin-top:0}.doctor-bill-item-row{grid-template-columns:repeat(3,minmax(0,1fr))}.doctor-bill-item-row>button{width:100%;grid-column:1 / -1}}@media (max-width: 740px){.doctor-bills-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 20px) 16px 30px}.bill-selected-workspace{margin-top:18px}.bill-selected-summary{grid-template-columns:44px minmax(0,1fr);gap:13px;padding:18px}.bill-selected-icon{width:44px;height:44px;border-radius:13px}.bill-selected-copy h2{font-size:18px}.bill-selected-actions{grid-column:1 / -1;justify-content:stretch}.bill-selected-actions button{flex:1 1 120px;padding:0 10px}.bill-preview-card-header{align-items:flex-start;padding:16px}.bill-preview-card-header h2{font-size:15px}.bill-preview-card-header p{font-size:11px}.bill-document-grid-clean{padding:14px}.bill-document-grid-clean .bill-document{min-height:440px;padding:26px 21px}.bill-summary-panel{display:block;padding:18px}.bill-summary-panel dl{margin-bottom:14px}.bill-patient-summary{grid-template-columns:88px minmax(0,1fr);gap:20px;padding:24px}.bill-page-heading,.bill-history-toolbar,.bill-history-footer{align-items:stretch;flex-direction:column}.bill-page-heading>button,.bill-history-toolbar form,.bill-history-toolbar>select{width:100%}.bill-page-heading h1{font-size:21px}.bill-patient-avatar{width:88px;height:88px;border-radius:20px}.bill-patient-banner{display:none}.bill-patient-copy h1{font-size:12px}.bill-patient-meta{gap:10px 18px;font-size:12px}.bill-content-grid{margin-top:28px}.bill-documents-toolbar{flex-direction:column}.bill-documents-toolbar>div,.bill-documents-toolbar button{width:100%}.bill-document-grid,.bill-status-column{grid-template-columns:1fr}.bill-document{max-width:390px;margin:0 auto}.doctor-bill-modal-backdrop{padding:10px}.doctor-bill-modal{max-height:calc(100vh - 20px)}.doctor-bill-modal-header,.doctor-bill-form{padding-right:17px;padding-left:17px}.doctor-bill-form-grid{grid-template-columns:1fr}.doctor-bill-form-field.wide{grid-column:auto}.doctor-bill-item-row{grid-template-columns:repeat(2,minmax(0,1fr))}.doctor-bill-item-row>button{width:100%;grid-column:1 / -1}.doctor-bill-modal-actions button{min-width:0;flex:1}}@media print{.dashboard-header,.dashboard-sidebar,.bill-page-heading,.bill-history-card,.doctor-bills-feedback,.bill-selected-summary,.bill-preview-card-header,.bill-summary-panel,.bill-patient-summary,.bill-documents-toolbar,.bill-status-column{display:none!important}.doctor-bills-main{margin:0;padding:0}.bill-document{box-shadow:none;break-inside:avoid}}.doctor-staff-page{min-height:100vh;background:#f5f7ff;color:#1f2b42}.doctor-staff-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 39px) 42px 46px 40px;background:#f5f7ff}.staff-title-row{display:flex;min-height:106px;align-items:flex-start;justify-content:space-between;gap:28px}.staff-title-row h1{margin:0 0 4px;color:#202b42;font-size:21px;font-weight:500;line-height:1.15;letter-spacing:-1.1px}.staff-title-row p{margin:0;color:#687c9a;font-size:12px;line-height:1.45}.staff-add-button{display:inline-flex;min-width:203px;height:56px;align-items:center;justify-content:center;gap:8px;margin-top:10px;padding:0 22px;border:0;border-radius:18px;background:linear-gradient(110deg,#15769d,#2cb5b1);box-shadow:0 9px 17px #19829d29;color:#fff;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.staff-support-banner{display:grid;min-height:237px;grid-template-columns:minmax(0,1fr) 320px;overflow:hidden;border:1px solid #cfe2f7;border-radius:24px;background:#edf5ff}.staff-support-copy{padding:31px}.staff-support-copy h2{margin:0 0 8px;color:#135886;font-size:12px;font-weight:500;line-height:1.2;letter-spacing:-.55px}.staff-support-copy p{max-width:700px;margin:0;color:#4e617d;font-size:12px;line-height:1.48}.staff-support-features{display:flex;flex-wrap:wrap;gap:15px;margin-top:23px}.staff-support-features span{display:inline-flex;height:38px;align-items:center;gap:7px;padding:0 15px;border-radius:10px;background:#ffffffd9;color:#075a91;font-size:12px;font-weight:500}.staff-support-visual{position:relative;min-height:200px;align-self:center;overflow:hidden;background:linear-gradient(135deg,#f7b8e7,#76bff3 48%,#226bc8)}.staff-support-visual img{width:100%;height:200px;object-fit:cover;object-position:center}.staff-management-grid{display:grid;grid-template-columns:minmax(650px,1fr) 300px;align-items:start;gap:31px;margin-top:31px;padding-right:8px}.staff-table-card{min-height:736px;overflow:hidden;border:1px solid #edf1f7;border-radius:24px;background:#fff;box-shadow:0 2px 5px #1f314c08}.staff-table-heading{display:flex;min-height:89px;align-items:center;justify-content:space-between;gap:20px;padding:0 23px}.staff-table-heading>div:first-child{display:flex;align-items:center;gap:20px}.staff-table-heading h2{margin:0;color:#263149;font-size:12px;font-weight:500}.staff-search{display:flex;width:min(330px,38vw);height:39px;align-items:center;gap:8px;padding-left:12px;border:1px solid #e3eaf3;border-radius:11px;background:#f8fafc;color:#91a2b9}.staff-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#263149;font:inherit;font-size:11px}.staff-search input::placeholder{color:#a3b0c2}.staff-search button{height:100%;padding:0 13px;border:0;border-radius:0 10px 10px 0;background:#0d6091;color:#fff;font:inherit;font-size:10px;cursor:pointer}.staff-table-tabs{display:inline-flex;height:45px;align-items:center;padding:4px;border-radius:12px;background:#f6f8fc}.staff-table-tabs button{min-width:116px;height:37px;padding:0 13px;border:0;border-radius:10px;background:transparent;color:#94a4bc;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.staff-table-tabs button.active{background:#fff;box-shadow:0 2px 5px #20304a0d;color:#07578c}.staff-data-table{overflow:visible;border:0;border-radius:0;box-shadow:none}.staff-data-table table{min-width:650px}.staff-data-table thead tr{height:50px}.staff-data-table thead th{background:#f8fafc;color:#8ea0b9;font-size:10px;letter-spacing:.7px}.staff-data-table tbody tr{position:relative;height:104px}.staff-data-table th:first-child,.staff-data-table td:first-child{padding-left:34px}.staff-data-table th:last-child,.staff-data-table td:last-child{padding-right:28px}.staff-data-table tbody tr.staff-row-selected{box-shadow:inset 4px 0 #0b5f92}.staff-name-cell{display:flex;min-width:190px;align-items:center;gap:14px;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.staff-avatar{display:inline-flex;width:49px;height:49px;flex:0 0 49px;align-items:center;justify-content:center;border-radius:14px;color:#fff;font-size:12px;font-weight:500}.staff-avatar-emma{background:linear-gradient(135deg,#d9b890,#40506a)}.staff-avatar-david{background:linear-gradient(135deg,#c7c3ac,#344740)}.staff-avatar-sophia{background:linear-gradient(135deg,#b9916c,#53716b)}.staff-avatar-lucas{background:linear-gradient(135deg,#f154a6,#18b5c8)}.staff-name-cell strong{display:block;color:#243149;font-size:12px;font-weight:500;line-height:1.45}.staff-name-cell small{display:block;color:#8ca0bb;font-size:11px;line-height:1.35}.staff-role-cell{display:flex;flex-direction:column}.staff-role-cell strong{color:#4a5b75;font-size:12px;font-weight:500;line-height:1.35}.staff-role-cell small{color:#8ca0bb;font-size:10px;line-height:1.35}.staff-permission-chips{display:flex;max-width:115px;flex-wrap:wrap;gap:3px}.staff-permission-chips small{display:inline-flex;min-height:23px;align-items:center;padding:3px 9px;border-radius:5px;background:#f1f5f9;color:#4a5b72;font-size:9px;font-weight:500}.staff-status{display:inline-flex;min-width:62px;min-height:22px;align-items:center;justify-content:center;padding:4px 11px;border-radius:999px;font-size:9px;font-weight:500;text-transform:uppercase;border:0;outline:0;font-family:inherit;cursor:pointer}.staff-status-accepted{background:#d9f8e5;color:#13a74d}.staff-status-pending{background:#fff1c9;color:#df8500}.staff-status-rejected,.staff-status-removed{background:#ffe8e8;color:#d84e4e}.staff-actions-cell{display:flex;flex-direction:column;align-items:center;gap:10px}.staff-actions-cell button{display:inline-flex;width:23px;height:23px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#8ca2bc;cursor:pointer}.staff-actions-cell button:first-child{color:#166b9d}.staff-actions-cell button:last-child{color:#d48a8a}.staff-actions-cell button:disabled,.staff-permissions-card>button:disabled{opacity:.5;cursor:not-allowed}.staff-table-footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:10px 24px}.staff-table-footer>span{color:#71839d;font-size:11px}.doctor-staff-loading{display:flex;min-height:260px;align-items:center;justify-content:center;gap:9px;color:#71839d;font-size:12px}.staff-spinner,.doctor-staff-spinner{animation:doctor-staff-spin .8s linear infinite}@keyframes doctor-staff-spin{to{transform:rotate(360deg)}}.staff-side-column{display:flex;flex-direction:column}.staff-permissions-card{min-height:532px;padding:33px 32px 31px;border:1px solid #edf1f6;border-radius:23px;background:#fff}.staff-permissions-card h2{display:flex;align-items:flex-start;gap:14px;margin:0;color:#263149;font-size:12px;font-weight:500;line-height:1.35}.staff-selected-role{margin:13px 0 0 56px;color:#8495ac;font-size:10px}.staff-permissions-card h2>span{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border-radius:13px;background:#edf6ff;color:#075b91}.staff-permissions-card ul{display:flex;flex-direction:column;gap:23px;margin:32px 0 0;padding:0;list-style:none}.staff-permissions-card li{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#40516c;font-size:12px;line-height:1.25}.staff-permissions-card li i{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center;border-radius:50%;background:#20bf61;color:#fff;font-style:normal}.staff-permissions-card li.staff-no-permissions{justify-content:flex-start;color:#93a2b6}.staff-permissions-card>button{width:100%;height:55px;margin-top:38px;border:2px solid #e8edf4;border-radius:15px;background:#fff;color:#99a8bd;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.staff-security-card{display:flex;min-height:171px;align-items:flex-start;gap:16px;margin-top:31px;padding:24px;border:1px solid #ffdda9;border-radius:22px;background:#fff7ec}.staff-security-card>span{display:inline-flex;width:39px;height:39px;flex:0 0 39px;align-items:center;justify-content:center;border-radius:10px;background:#fff0da;color:#e95a12}.staff-security-card h3{margin:3px 0 6px;color:#9a3412;font-size:12px;font-weight:500}.staff-security-card p{margin:0;color:#dd5d32;font-size:12px;line-height:1.6}.doctor-staff-feedback{display:flex;min-height:44px;align-items:center;gap:9px;margin-top:18px;padding:10px 15px;border-radius:12px;font-size:11px}.doctor-staff-feedback.success{border:1px solid #bcebd4;background:#edfbf5;color:#14835a}.doctor-staff-feedback.error{justify-content:space-between;border:1px solid #ffd0d0;background:#fff2f2;color:#c34242}.doctor-staff-feedback button{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:0;border-radius:7px;background:#fff;color:inherit;font:inherit;cursor:pointer}.doctor-staff-modal-backdrop{position:fixed;z-index:1300;inset:0;display:grid;overflow-y:auto;padding:28px;place-items:center;background:#0f1c308a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.doctor-staff-modal{width:min(820px,100%);max-height:calc(100vh - 56px);overflow-y:auto;border-radius:22px;background:#fff;box-shadow:0 24px 60px #122b4640;animation:doctor-staff-modal-in .22s ease-out}@keyframes doctor-staff-modal-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.doctor-staff-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 28px 20px;border-bottom:1px solid #edf1f6}.doctor-staff-modal-header h2{margin:0;color:#202b42;font-size:19px;font-weight:650}.doctor-staff-modal-header p{margin:5px 0 0;color:#788aa3;font-size:11px}.doctor-staff-modal-header>button{display:grid;width:36px;height:36px;flex:0 0 36px;padding:0;place-items:center;border:0;border-radius:10px;background:#f3f6fa;color:#71839b;cursor:pointer}.doctor-staff-form{padding:24px 28px 28px}.doctor-staff-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.doctor-staff-form-field{display:flex;flex-direction:column;gap:7px;color:#34445e;font-size:11px;font-weight:500}.doctor-staff-form-field input,.doctor-staff-form-field select{width:100%;height:46px;padding:0 13px;border:1px solid #dce5ef;border-radius:11px;outline:0;background:#f9fbfd;color:#27354c;font:inherit;font-weight:400}.doctor-staff-form-field input:focus,.doctor-staff-form-field select:focus{border-color:#35aeb4;box-shadow:0 0 0 3px #35aeb41c}.doctor-staff-form-field.invalid input{border-color:#e97979}.doctor-staff-form-field small{color:#cf4c4c;font-size:9px}.doctor-staff-permission-editor{margin:24px 0 0;padding:20px;border:1px solid #e2e9f2;border-radius:15px;background:#f9fbfe}.doctor-staff-permission-editor legend{padding:0 7px;color:#253149;font-size:12px;font-weight:600}.doctor-staff-permission-editor>p{margin:-2px 0 14px;color:#8494aa;font-size:10px}.doctor-staff-permission-editor>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.doctor-staff-permission-editor section{padding:12px;border:1px solid #edf1f6;border-radius:11px;background:#fff}.doctor-staff-permission-editor section>strong{display:block;margin-bottom:9px;color:#34506c;font-size:11px}.doctor-staff-permission-editor section>span{display:flex;flex-wrap:wrap;gap:8px 13px}.doctor-staff-permission-editor label{display:inline-flex;align-items:center;gap:6px;color:#6b7e97;font-size:10px;cursor:pointer}.doctor-staff-permission-editor input{accent-color:#159eaa}.doctor-staff-modal-error{margin-top:18px;padding:11px 13px;border:1px solid #ffd1d1;border-radius:10px;background:#fff2f2;color:#c44242;font-size:10px}.doctor-staff-modal-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:22px}.doctor-staff-modal-actions button{display:inline-flex;min-width:130px;height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid #dfe6ef;border-radius:11px;background:#fff;color:#667891;font:inherit;font-size:11px;font-weight:500;cursor:pointer}.doctor-staff-modal-actions button[type=submit]{border:0;background:linear-gradient(110deg,#15769d,#2cb5b1);color:#fff;box-shadow:0 7px 15px #19829d26}.doctor-staff-modal-actions button:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 1240px){.doctor-staff-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:26px;padding-left:26px}.staff-management-grid{grid-template-columns:minmax(620px,1fr) 280px;gap:24px;padding-right:0}}@media (max-width: 1000px){.staff-management-grid{grid-template-columns:1fr}.staff-side-column{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:24px}.staff-security-card{margin-top:0}}@media (max-width: 780px){.staff-support-banner{grid-template-columns:1fr}.staff-support-visual{min-height:210px}.staff-support-visual img{height:210px;object-fit:contain}.staff-side-column{grid-template-columns:1fr}}@media (max-width: 680px){.doctor-staff-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 22px) 16px 30px}.staff-title-row{flex-direction:column;margin-bottom:28px}.staff-title-row h1{font-size:12px}.staff-add-button{width:100%;margin-top:0}.staff-support-copy{padding:25px}.staff-banner-break{display:none}.staff-table-heading{align-items:flex-start;flex-direction:column;padding-top:20px;padding-bottom:20px}.staff-table-heading>div:first-child{width:100%;align-items:flex-start;flex-direction:column}.staff-search,.staff-table-tabs,.staff-table-tabs button{width:100%}.staff-table-footer{align-items:flex-start;flex-direction:column}.doctor-staff-modal-backdrop{padding:12px}.doctor-staff-modal{max-height:calc(100vh - 24px)}.doctor-staff-form,.doctor-staff-modal-header{padding-right:18px;padding-left:18px}.doctor-staff-form-grid,.doctor-staff-permission-editor>div{grid-template-columns:1fr}.doctor-staff-modal-actions button{min-width:0;flex:1}}.doctor-directory-page{min-height:100vh;overflow-x:hidden;background:#f7fafc;color:#202b42}.doctor-directory-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 33px) 34px 36px 32px;background:#f7fafc}.directory-page-grid{display:grid;grid-template-columns:minmax(0,1fr)}.directory-primary-column,.directory-side-column{min-width:0}.directory-hero{display:flex;min-height:auto;align-items:center;justify-content:space-between;gap:24px}.directory-hero h1{margin:9px 0 5px;color:#202124;font-size:clamp(28px,2.5vw,38px);font-weight:650;line-height:1.16;letter-spacing:-1.15px}.directory-hero p{margin:0;color:#667b9b;font-size:14px;line-height:1.55}.directory-hero img{width:214px;height:128px;flex:0 0 214px;object-fit:cover}.directory-view-tabs{display:flex;width:fit-content;max-width:100%;margin-left:auto;gap:6px;padding:6px;border:1px solid #dce6f0;border-radius:14px;background:#fff;box-shadow:0 2px 3px #1f30490a}.directory-view-tabs button{min-height:40px;padding:0 18px;border:0;border-radius:10px;background:transparent;color:#667b9b;font:inherit;font-size:12px;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.directory-view-tabs button:hover{background:#f3f8fc;color:#075b91}.directory-view-tabs button.active{background:linear-gradient(110deg,#1175a0,#34b7b0);box-shadow:0 5px 10px #0e668929;color:#fff}.directory-search-panel{display:grid;min-height:104px;grid-template-columns:68px minmax(170px,1.2fr) minmax(150px,1fr) minmax(150px,1fr) 162px;align-items:center;gap:16px;margin-top:31px;padding:22px 23px;border:1px solid #dce6f0;border-radius:22px;background:#fff;box-shadow:0 2px 3px #1f30490a}.directory-search-icon{display:inline-flex;width:68px;height:56px;align-items:center;justify-content:center;border:1px solid #dae4ef;border-radius:14px;background:#f8fafc;color:#9ba8b9}.directory-search-panel label{position:relative;display:flex;min-width:0;height:56px;align-items:center;color:#8ca0bb}.directory-search-panel label svg{position:absolute;right:13px;pointer-events:none}.directory-search-text{width:100%;height:56px;min-width:0;padding:0 15px;border:1px solid #dbe5ef;border-radius:14px;outline:0;background:#f8fafc;color:#667894;font:inherit;font-size:12px}.directory-search-text::placeholder{color:#9ba8b9}.directory-search-text:focus,.directory-search-panel select:focus{border-color:#31b8b1;box-shadow:0 0 0 3px #31b8b11f}.directory-search-panel select{width:100%;height:56px;padding:0 38px 0 15px;border:1px solid #dbe5ef;border-radius:14px;outline:0;appearance:none;background:#f8fafc;color:#667894;font:inherit;font-size:12px;line-height:1.4}.directory-search-panel>button{display:inline-flex;height:56px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:0;border-radius:14px;background:linear-gradient(115deg,#15759b,#31b8b1);box-shadow:0 7px 11px #136f912e;color:#fff;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.directory-search-panel-compact{min-height:104px;grid-template-columns:68px minmax(0,1fr) 162px}.directory-request-type-tabs{display:inline-flex;gap:6px;margin-top:31px;padding:5px;border:1px solid #dce6f0;border-radius:13px;background:#fff}.directory-request-type-tabs button{min-width:105px;height:40px;padding:0 16px;border:0;border-radius:9px;background:transparent;color:#667b9b;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.directory-request-type-tabs button.active{background:#eaf4ff;color:#075b91}.directory-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px;margin-top:32px}.directory-doctor-card{display:flex;min-width:0;height:320px;flex-direction:column;padding:23px;border:1px solid #d6e2ed;border-radius:30px;background:#fff;box-shadow:0 2px 3px #1f30490a}.directory-card-top{display:flex;min-height:71px;align-items:flex-start;justify-content:space-between;gap:12px}.directory-avatar{display:inline-flex;width:64px;height:64px;flex:0 0 64px;align-items:center;justify-content:center;overflow:hidden;border-radius:17px;color:#fff;font-size:12px;font-weight:500}.directory-avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 18%}.directory-avatar-michael{background:linear-gradient(135deg,#36312f,#111827)}.directory-avatar-anna{background:linear-gradient(135deg,#d0a57b,#5b7380)}.directory-avatar-robert{background:linear-gradient(135deg,#f34fa4,#11b8c7)}.directory-avatar-esther{background:linear-gradient(135deg,#d2a777,#53726d)}.directory-status-badge{display:inline-flex;min-height:28px;align-items:center;justify-content:center;padding:4px 12px;border:1px solid;border-radius:999px;font-size:9px;font-weight:500;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.directory-status-connected{border-color:#c9f2d9;background:#effcf4;color:#13a64b}.directory-status-request{border-color:#dbe4ef;background:#f8fafc;color:#70819c}.directory-status-invite{border-color:#c4dced;background:#eff7fd;color:#075b91}.directory-status-pending,.directory-status-sent,.directory-status-requested{border-color:#dbe4ef;background:#f8fafc;color:#70819c}.directory-status-received,.directory-status-incoming{border-color:#c4dced;background:#eff7fd;color:#075b91}.directory-doctor-card h2{margin:17px 0 3px;color:#202124;font-size:12px;font-weight:500;line-height:1.3;letter-spacing:-.35px}.directory-doctor-card>p{margin:0;color:#697d9c;font-size:12px;line-height:1.45}.directory-card-meta{display:flex;flex-direction:column;gap:7px;margin-top:16px}.directory-card-meta span{display:flex;min-width:0;align-items:center;gap:8px;overflow:hidden;color:#6b7f9e;font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.directory-card-meta svg{flex:0 0 auto;color:#0873a7}.directory-card-action{width:100%;height:44px;margin-top:auto;border-radius:12px;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.directory-card-action-outline{border:1px solid #d9e4ee;background:#fbfdff;color:#075b91}.directory-card-action-primary{border:0;background:linear-gradient(110deg,#1177a0,#35b9b1);color:#fff}.directory-card-action-disabled{border:0;background:#f0f4f8;color:#94a4bb;cursor:not-allowed}.directory-card-action-disabled:not(:disabled){cursor:pointer}.directory-card-connected-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.directory-card-connected-actions button{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid #d7e4ee;border-radius:12px;background:#f8fbfd;color:#075b91;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.directory-card-connected-actions button:last-child{border-color:transparent;background:linear-gradient(110deg,#1175a0,#34b7b0);box-shadow:0 6px 10px #0e668929;color:#fff}.directory-request-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:0}.directory-request-actions .directory-card-action{margin-top:0}.directory-card-reject{height:44px;border:1px solid #f0cbd1;border-radius:12px;background:#fff7f8;color:#bd3f51;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.directory-card-reject:disabled{cursor:wait;opacity:.7}.directory-card-select{display:inline-flex;height:44px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 14px;border:1px solid #d9e4ee;border-radius:12px;background:#fff;color:#0873a7;font:inherit;font-size:11px;font-weight:500;white-space:nowrap;cursor:pointer}.directory-card-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:auto}.directory-card-footer>.directory-card-action{margin-top:0}.directory-card-action:disabled{cursor:wait;opacity:.7}.directory-api-state{display:flex;min-height:180px;align-items:center;justify-content:center;gap:9px;grid-column:1 / -1;color:#73859c;font-size:12px}.directory-api-error{margin:18px 0 -10px;color:#b43c4c;font-size:12px}.directory-pagination{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:22px;color:#6b7f9e;font-size:12px}.directory-pagination button{padding:8px 13px;border:1px solid #d6e2ed;border-radius:9px;background:#fff;color:#075b91;font:inherit;cursor:pointer}.directory-pagination button:disabled{cursor:not-allowed;opacity:.5}.directory-side-column{position:fixed;top:calc(var(--dashboard-header-height) + 12px);right:12px;bottom:12px;z-index:72;display:block;width:min(440px,calc(100vw - 24px));overflow-x:hidden;overflow-y:auto;border-radius:28px;opacity:0;visibility:hidden;transform:translate(calc(100% + 28px));transition:transform .22s ease,opacity .18s ease,visibility .22s ease;overscroll-behavior:contain}.directory-side-column-open{opacity:1;visibility:visible;transform:translate(0)}.directory-profile-overlay{position:fixed;inset:var(--dashboard-header-height) 0 0;z-index:70;display:block;border:0;background:#14253b6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.directory-profile-mobile-header{display:flex;width:100%;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #e2eaf1}.directory-profile-mobile-header strong{color:#202b42;font-size:16px}.directory-profile-mobile-header button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:0;border-radius:11px;background:#edf5fa;color:#075b91;cursor:pointer}.directory-profile-card{display:flex;min-height:638px;flex-direction:column;align-items:center;padding:36px 32px 31px;border:1px solid #d9e3ed;border-radius:40px;background:#fff;box-shadow:0 2px 3px #1f30490a}.directory-side-column .directory-profile-card{width:100%;min-height:100%;border-radius:28px}.directory-profile-avatar-wrap{position:relative}.directory-profile-loading{display:inline-flex;min-height:30px;align-items:center;gap:7px;margin:-7px 0 13px;padding:5px 10px;border-radius:999px;background:#edf8fa;color:#168d99;font-size:10px}.directory-avatar-large{width:120px;height:120px;border:3px solid #fff;border-radius:31px;box-shadow:0 10px 19px #1a283d29;font-size:12px}.directory-online-dot{position:absolute;right:-8px;bottom:-6px;width:29px;height:29px;border:3px solid #fff;border-radius:50%;background:#21c568}.directory-profile-card>h2{margin:29px 0 3px;color:#202124;font-size:21px;font-weight:500;line-height:1.3;letter-spacing:-.45px}.directory-profile-card>p{margin:0;color:#20b5ad;font-size:12px;font-weight:500}.directory-rating{display:flex;min-width:198px;height:46px;align-items:center;justify-content:center;gap:8px;margin-top:27px;padding:0 13px;border-radius:14px;background:#f7f9fc}.directory-rating svg{color:#ffb516}.directory-rating strong{color:#242c3c;font-size:12px}.directory-rating>span{width:1px;height:24px;margin:0 6px;background:#dfe6ef}.directory-rating small{color:#667894;font-size:12px}.directory-profile-details{display:flex;width:100%;flex-direction:column;gap:23px;margin-top:31px}.directory-profile-detail{display:flex;align-items:center;gap:14px}.directory-profile-detail>span{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border-radius:13px}.directory-detail-experience{background:#edf6ff;color:#075b91}.directory-detail-hospital{background:#eefbf3;color:#11a54a}.directory-detail-education{background:#fff5e9;color:#ed6214}.directory-profile-detail small{display:block;margin-bottom:4px;color:#91a3bb;font-size:9px;font-weight:500;letter-spacing:1.1px;text-transform:uppercase}.directory-profile-detail strong{display:block;color:#202124;font-size:12px;font-weight:500;line-height:1.3}.directory-profile-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:16px;margin-top:auto}.directory-profile-actions button{display:inline-flex;height:57px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;background:#f3f6fa;color:#202124;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.directory-profile-actions button:last-child{background:linear-gradient(110deg,#1175a0,#34b7b0);box-shadow:0 7px 10px #0e66892b;color:#fff}.directory-profile-actions button:disabled{cursor:not-allowed;opacity:.55}.directory-profile-actions .directory-profile-reject{border:1px solid #f0cbd1;background:#fff7f8;box-shadow:none;color:#bd3f51}.directory-network-card{min-height:208px;margin-top:24px;overflow:hidden;border:1px solid #dae4ee;border-radius:31px;background:#fff}.directory-network-card>div{display:flex;align-items:center;justify-content:space-between;padding:25px 23px 0}.directory-network-card h3{margin:0;color:#61738d;font-size:10px;font-weight:500;letter-spacing:1.3px;text-transform:uppercase}.directory-network-card>div svg{color:#18a94e}.directory-network-card>svg{display:block;width:calc(100% - 46px);height:130px;margin:8px 23px 0}@media (max-width: 1500px){.directory-search-panel{min-height:164px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 144px;grid-template-rows:repeat(2,56px);gap:12px;padding:20px}.directory-search-icon{display:none}.directory-search-text{grid-column:1 / 3}.directory-search-panel label:first-of-type{grid-column:1}.directory-search-panel label:last-of-type{grid-column:2}.directory-search-panel>button{height:100%;grid-column:3;grid-row:1 / 3}.directory-search-panel-compact{min-height:104px;grid-template-columns:minmax(0,1fr) 144px;grid-template-rows:56px}.directory-search-panel-compact .directory-search-text{grid-column:1}.directory-search-panel-compact>button{grid-column:2;grid-row:1}}@media (max-width: 1320px){.directory-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1120px){.doctor-directory-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}}@media (max-width: 740px){.doctor-directory-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 22px) 16px 30px}.directory-hero{min-height:auto;flex-direction:column;align-items:stretch;gap:16px}.directory-hero img{display:none}.directory-view-tabs{width:100%;margin-left:0;overflow-x:auto}.directory-view-tabs button{flex:1 0 auto}.directory-search-panel{min-height:0;grid-template-columns:1fr;grid-template-rows:none;gap:12px;padding:16px}.directory-search-text,.directory-search-panel label:first-of-type,.directory-search-panel label:last-of-type,.directory-search-panel>button{height:52px;grid-column:1;grid-row:auto}.directory-search-panel-compact{grid-template-columns:1fr;grid-template-rows:none}.directory-search-panel-compact .directory-search-text,.directory-search-panel-compact>button{grid-column:1;grid-row:auto}.directory-search-panel{margin-top:20px}.directory-side-column{top:calc(var(--dashboard-header-height) + 8px);right:8px;bottom:8px;width:calc(100vw - 16px);border-radius:22px}}@media (max-width: 560px){.directory-hero h1{margin-top:0;font-size:25px}.directory-hero p{font-size:12px}.directory-search-panel,.directory-card-grid{grid-template-columns:1fr}.directory-profile-card{min-height:0;padding:18px 20px 22px;border-radius:22px}.directory-profile-actions{margin-top:32px}.directory-network-card{display:none}}@media (max-width: 420px){.directory-view-tabs{padding:4px}.directory-view-tabs button{min-height:38px;padding:0 13px;font-size:11px}.directory-doctor-card{height:auto;min-height:302px;padding:19px;border-radius:22px}.directory-card-connected-actions button,.directory-request-actions button{font-size:11px}}.doctor-messages-page{min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 92% 8%,rgba(35,183,181,.08),transparent 25%),#f5f9fd;color:var(--dashboard-navy)}.doctor-messages-main{height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 24px) clamp(20px,2vw,38px) 24px;overflow:hidden}.doctor-messages-heading{display:flex;height:78px;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.doctor-messages-heading>div:first-child{display:flex;align-items:center;gap:14px}.doctor-messages-heading>div:first-child>span{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;border-radius:15px;background:linear-gradient(135deg,#e9f5ff,#e7fbf8);color:#0875a7}.doctor-messages-heading h1{margin:0;color:#172238;font-size:clamp(30px,2.2vw,38px);font-weight:650;line-height:1.15;letter-spacing:-.8px}.doctor-messages-heading p{margin:5px 0 0;color:#70829d;font-size:14px}.doctor-messages-unread{display:flex;min-width:118px;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border:1px solid #d9e5ef;border-radius:14px;background:#ffffffe0}.doctor-messages-unread strong{display:grid;min-width:25px;height:25px;padding:0 6px;place-items:center;border-radius:8px;background:#e7f8f5;color:#119b91;font-size:13px}.doctor-messages-unread span{color:#667993;font-size:13px;font-weight:600}.doctor-messages-feedback{position:fixed;top:calc(var(--dashboard-header-height) + 16px);right:24px;z-index:55;display:flex;max-width:min(420px,calc(100vw - 32px));align-items:center;gap:14px;padding:12px 12px 12px 16px;border:1px solid #fecdd3;border-radius:13px;background:#fff7f8;box-shadow:0 12px 30px #5b242e1f;color:#b43d50;font-size:12px}.doctor-messages-feedback span{flex:1}.doctor-messages-feedback button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:8px;background:#ffe8eb;color:inherit;cursor:pointer}.doctor-messages-shell{display:grid;height:calc(100vh - var(--dashboard-header-height) - 144px);min-height:0;grid-template-columns:clamp(330px,24vw,400px) minmax(0,1fr);overflow:hidden;border:1px solid #dbe6f0;border-radius:24px;background:#fff;box-shadow:0 14px 40px #1b415b12}.doctor-conversation-panel{display:flex;min-width:0;min-height:0;flex-direction:column;border-right:1px solid #e5edf4;background:#fbfdff}.doctor-conversation-heading{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;border-bottom:1px solid #edf2f6;background:#fff}.doctor-conversation-heading h2{margin:0;color:#1e293b;font-size:17px;font-weight:650}.doctor-conversation-heading span{display:block;margin-top:3px;color:#91a1b7;font-size:12px}.doctor-conversation-heading button,.doctor-conversation-search button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:10px;background:#eef5fb;color:#51708e;cursor:pointer}.doctor-conversation-heading button:disabled{cursor:wait;opacity:.6}.doctor-conversation-search{display:flex;height:48px;flex:0 0 48px;align-items:center;margin:16px 16px 12px;padding:0 13px;border:1px solid #dce6ef;border-radius:13px;background:#f6f9fc;color:#91a1b5}.doctor-conversation-search input{min-width:0;flex:1;height:100%;padding:0 9px;border:0;outline:0;background:transparent;color:#26364c;font:inherit;font-size:13px}.doctor-conversation-search input::placeholder{color:#9ba8ba}.doctor-conversation-search button{width:30px;height:30px;background:transparent}.doctor-conversation-list{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7d5e2 transparent}.doctor-conversation-item{position:relative;display:grid;width:100%;min-height:92px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;padding:13px 17px;border:0;border-bottom:1px solid #edf2f6;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.doctor-conversation-item:after{position:absolute;top:12px;bottom:12px;left:0;width:3px;border-radius:0 4px 4px 0;background:transparent;content:""}.doctor-conversation-item:hover{background:#f2f8fc}.doctor-conversation-item.active{background:linear-gradient(90deg,#eaf4ff,#effbf9)}.doctor-conversation-item.active:after{background:#1176a1}.doctor-message-avatar{display:inline-flex;width:54px;height:54px;flex:0 0 54px;overflow:hidden;border:2px solid #fff;border-radius:14px;background:#e9f1f7;box-shadow:0 3px 9px #203b521a}.doctor-message-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 24%}.doctor-conversation-copy{min-width:0}.doctor-conversation-copy>span:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.doctor-conversation-copy strong{overflow:hidden;color:#1f2d42;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.doctor-conversation-copy time{flex:0 0 auto;color:#97a7ba;font-size:11px}.doctor-conversation-copy>small{display:block;overflow:hidden;margin-top:2px;color:#1ba49d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.doctor-conversation-preview{display:flex;min-width:0;align-items:center;gap:4px;margin-top:6px;color:#7b8ca2;font-size:12px}.doctor-conversation-preview>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doctor-conversation-count{position:absolute;right:14px;bottom:11px;display:grid;min-width:22px;height:22px;padding:0 5px;place-items:center;border-radius:11px;background:#19aaa5;color:#fff;font-size:10px;font-weight:700}.doctor-conversation-pagination{display:flex;height:48px;flex:0 0 48px;align-items:center;justify-content:center;gap:11px;border-top:1px solid #e8eef4;background:#fff}.doctor-conversation-pagination button{padding:6px 9px;border:1px solid #d8e3ec;border-radius:8px;background:#fff;color:#23648a;font:inherit;font-size:9px;cursor:pointer}.doctor-conversation-pagination button:disabled{cursor:not-allowed;opacity:.45}.doctor-conversation-pagination span{color:#8395aa;font-size:9px}.doctor-messages-state{display:flex;min-height:180px;align-items:center;justify-content:center;gap:8px;color:#73859d;font-size:11px}.doctor-messages-empty{min-height:100%;flex-direction:column;padding:30px 24px;text-align:center}.doctor-messages-empty>svg{color:#9bb0c4}.doctor-messages-empty strong{margin-top:4px;color:#314158;font-size:13px}.doctor-messages-empty span{max-width:230px;line-height:1.55}.doctor-messages-empty button{margin-top:8px;padding:9px 13px;border:0;border-radius:9px;background:#e9f4ff;color:#0b6598;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.doctor-chat-panel{display:flex;min-width:0;min-height:0;flex-direction:column;background:linear-gradient(#f7fbfee8,#f7fbfee8),repeating-linear-gradient(135deg,#eef5fa 0 1px,transparent 1px 22px)}.doctor-chat-header{display:flex;min-height:76px;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid #e4ecf3;background:#fffffff5}.doctor-chat-header .doctor-message-avatar{width:50px;height:50px;flex-basis:50px}.doctor-chat-header>div{min-width:0}.doctor-chat-header h2{overflow:hidden;margin:0;color:#1d2a3f;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.doctor-chat-header p{overflow:hidden;margin:4px 0 0;color:#23aaa4;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.doctor-chat-back{display:none}.doctor-chat-directory-link{margin-left:auto;padding:9px 13px;border:1px solid #d7e3ec;border-radius:9px;background:#fff;color:#17648d;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.doctor-chat-messages{min-height:0;flex:1;padding:28px clamp(24px,4.5vw,72px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7d5e2 transparent}.doctor-chat-row{display:flex;width:fit-content;max-width:min(74%,680px);align-items:flex-end;margin-bottom:20px}.doctor-chat-row.mine{margin-left:auto;justify-content:flex-end}.doctor-chat-message-wrap{min-width:0}.doctor-chat-bubble{overflow:hidden;border:1px solid #dde7ef;border-radius:15px 15px 15px 4px;background:#fff;box-shadow:0 5px 14px #2240580f;color:#33445a}.doctor-chat-row.mine .doctor-chat-bubble{border-color:transparent;border-radius:15px 15px 4px;background:linear-gradient(120deg,#146e98,#2ab3ae);color:#fff}.doctor-chat-bubble>p{margin:0;padding:12px 15px;font-size:14px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.doctor-chat-image{display:block;width:min(320px,100%);padding:5px}.doctor-chat-image img{display:block;width:100%;max-height:260px;border-radius:11px;object-fit:cover}.doctor-chat-file{display:flex;min-width:min(270px,60vw);align-items:center;gap:10px;padding:10px;color:inherit;text-decoration:none}.doctor-chat-file>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:#0ea5e91a;color:#0a78aa}.doctor-chat-row.mine .doctor-chat-file>span{background:#ffffff29;color:#fff}.doctor-chat-file>div{min-width:0;flex:1}.doctor-chat-file strong,.doctor-chat-file small{display:block}.doctor-chat-file strong{font-size:12px}.doctor-chat-file small{margin-top:3px;opacity:.75;font-size:10px}.doctor-chat-meta{display:flex;align-items:center;justify-content:flex-start;gap:4px;margin-top:4px;color:#91a0b2;font-size:10px}.doctor-chat-row.mine .doctor-chat-meta{justify-content:flex-end}.doctor-chat-meta button{display:grid;width:20px;height:20px;margin-left:3px;padding:0;place-items:center;border:0;border-radius:6px;background:transparent;color:#a4b1c0;cursor:pointer}.doctor-chat-meta button:hover{background:#feecef;color:#c9495b}.doctor-chat-load-more{display:flex;align-items:center;gap:6px;margin:0 auto 18px;padding:7px 11px;border:1px solid #d9e4ed;border-radius:9px;background:#ffffffe6;color:#57718c;font:inherit;font-size:9px;cursor:pointer}.doctor-chat-empty,.doctor-chat-placeholder{display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;padding:30px;text-align:center}.doctor-chat-empty>span,.doctor-chat-placeholder>span{display:grid;width:64px;height:64px;place-items:center;border-radius:20px;background:linear-gradient(135deg,#e7f4ff,#e5faf7);color:#167ba3}.doctor-chat-empty h3,.doctor-chat-placeholder h2{margin:15px 0 5px;color:#29374b;font-size:15px}.doctor-chat-empty p,.doctor-chat-placeholder p{max-width:370px;margin:0;color:#7b8da3;font-size:11px;line-height:1.6}.doctor-chat-placeholder{flex:1}.doctor-chat-file-preview{display:flex;min-height:54px;align-items:center;gap:10px;padding:8px 18px;border-top:1px solid #e5edf3;background:#eef9f8}.doctor-chat-file-preview>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:10px;background:#dff3f1;color:#199c95}.doctor-chat-file-preview>div{min-width:0;flex:1}.doctor-chat-file-preview strong,.doctor-chat-file-preview small{display:block}.doctor-chat-file-preview strong{overflow:hidden;color:#31445a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.doctor-chat-file-preview small{margin-top:3px;color:#7c8ea3;font-size:8px}.doctor-chat-file-preview button{display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:9px;background:#fff;color:#71869d;cursor:pointer}.doctor-chat-composer{display:flex;min-height:74px;align-items:center;gap:9px;padding:12px 18px;border-top:1px solid #e3ebf2;background:#fff}.doctor-chat-composer>button{display:grid;width:46px;height:46px;flex:0 0 46px;padding:0;place-items:center;border:0;border-radius:12px;background:#eff5fa;color:#617a93;cursor:pointer}.doctor-chat-composer input{min-width:0;height:48px;flex:1;padding:0 16px;border:1px solid #d9e4ed;outline:0;border-radius:13px;background:#f7fafd;color:#2c3d53;font:inherit;font-size:13px;line-height:normal;overflow:hidden}.doctor-chat-composer input:focus{border-color:#78c8d2;box-shadow:0 0 0 3px #2bb7b51a}.doctor-chat-composer>.doctor-chat-send{background:linear-gradient(120deg,#14729d,#2cb4ae);box-shadow:0 5px 12px #126c8e33;color:#fff}.doctor-chat-composer>.doctor-chat-send:disabled{box-shadow:none;cursor:not-allowed;opacity:.45}.doctor-messages-spinner{animation:doctor-message-spin .8s linear infinite}@keyframes doctor-message-spin{to{transform:rotate(360deg)}}@media (max-width: 1120px){.doctor-messages-main{margin-left:var(--dashboard-sidebar-compact-width)}}@media (max-width: 920px) and (min-width: 761px){.doctor-messages-shell{grid-template-columns:minmax(250px,290px) minmax(0,1fr)}.doctor-chat-row{max-width:88%}}@media (max-width: 760px){.doctor-messages-main{height:100dvh;margin-left:0;padding:calc(var(--dashboard-header-height) + 12px) 12px 12px}.doctor-messages-heading{height:58px;margin-bottom:10px}.doctor-messages-heading>div:first-child>span{width:40px;height:40px;flex-basis:40px;border-radius:12px}.doctor-messages-heading h1{font-size:23px}.doctor-messages-heading p{display:none}.doctor-messages-unread{min-width:84px;padding:8px 10px}.doctor-messages-shell{height:calc(100dvh - var(--dashboard-header-height) - 92px);min-height:0;grid-template-columns:1fr;border-radius:19px}.doctor-conversation-panel,.doctor-chat-panel{grid-area:1 / 1}.doctor-chat-panel{z-index:2;display:none}.doctor-messages-shell.mobile-chat-open .doctor-conversation-panel{display:none}.doctor-messages-shell.mobile-chat-open .doctor-chat-panel{display:flex}.doctor-chat-back{display:grid;width:36px;height:36px;flex:0 0 36px;padding:0;place-items:center;border:0;border-radius:10px;background:#eef5fa;color:#2b6488;cursor:pointer}.doctor-chat-directory-link{display:none}.doctor-chat-row{max-width:88%}.doctor-messages-feedback{top:calc(var(--dashboard-header-height) + 8px);right:12px}}@media (max-width: 440px){.doctor-messages-unread span{display:none}.doctor-messages-unread{min-width:42px;padding:7px}.doctor-chat-header{min-height:64px;padding:0 10px}.doctor-chat-header .doctor-message-avatar{width:38px;height:38px;flex-basis:38px;border-radius:11px}.doctor-chat-messages{padding:15px 11px}.doctor-chat-row{max-width:92%}.doctor-chat-file{min-width:min(230px,70vw)}.doctor-chat-composer{min-height:60px;gap:6px;padding:8px}.doctor-chat-composer>button{width:38px;height:38px;flex-basis:38px}}.doctor-blogs-page{min-height:100vh;background:#eef4fa;color:#24324a}.doctor-blogs-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 34px) 34px 42px 32px;background:radial-gradient(circle at top left,rgba(255,255,255,.68),transparent 260px),linear-gradient(180deg,#f2f6fc,#eef4fa)}.blogs-page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.blogs-page-heading span{display:block;margin-bottom:5px;color:#159da9;font-size:11px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase}.blogs-page-heading h1{margin:0;color:#17243a;font-size:clamp(26px,2vw,34px);line-height:1.15}.blogs-page-heading p{margin:8px 0 0;color:#70839e;font-size:14px}.blogs-layout-grid{display:grid;grid-template-columns:minmax(600px,1fr) minmax(280px,360px);gap:24px;align-items:start}.blogs-section-tabs{display:inline-flex;gap:5px;margin:0 0 18px;padding:5px;border:1px solid #dfe8f2;border-radius:13px;background:#fff;box-shadow:0 4px 14px #223f5b0a}.blogs-section-tabs button{min-height:38px;padding:0 16px;border:0;border-radius:10px;background:transparent;color:#62758f;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.blogs-section-tabs button.active{background:linear-gradient(135deg,#0d83b1,#2db8ad);color:#fff}.doctor-knowledge-main{min-height:100vh}.knowledge-centre-card{overflow:hidden;border:1px solid #dfe8f2;border-radius:20px;background:#fff;box-shadow:0 10px 30px #223f5b0d}.knowledge-centre-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:20px;border-bottom:1px solid #edf2f7}.knowledge-centre-categories button{display:flex;min-height:82px;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid #dfe8f2;border-radius:14px;background:#f8fbfd;color:#536982;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.knowledge-centre-categories button.active{border-color:#7fd0cf;background:#eaf9f8;color:#098b89}.knowledge-centre-empty{display:grid;min-height:360px;place-items:center;align-content:center;padding:30px;text-align:center;color:#7b8ca1}.knowledge-centre-empty svg{color:#20aaa5}.knowledge-centre-empty h2,.knowledge-centre-empty p,.knowledge-centre-empty small{margin:0}.knowledge-centre-empty h2{margin-top:12px;color:#26384e;font-size:22px}.knowledge-centre-empty p{margin-top:6px;font-size:12px}.knowledge-centre-empty small{max-width:570px;margin-top:12px;padding:10px 13px;border-radius:10px;background:#fff7df;color:#8d6b19;font-size:9px;line-height:1.5}@media (max-width: 760px){.blogs-section-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.knowledge-centre-categories{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}}@media (max-width: 480px){.knowledge-centre-categories{grid-template-columns:1fr}}.blogs-feed-column,.blogs-side-column{min-width:0}.blogs-side-column{display:flex;flex-direction:column;gap:28px}.blogs-composer-card,.blogs-feed-card,.blogs-side-card,.blogs-events-card,.blogs-opportunity-card{border:1px solid #e2eaf4;border-radius:22px;background:#fff;box-shadow:0 18px 36px #12223d0d}.blogs-composer-card{padding:20px 22px 18px}.blogs-composer-input{display:flex;align-items:center;gap:14px}.blogs-composer-input>button{width:100%;min-height:48px;padding:0 18px;border:0;border-radius:16px;background:#eff4fa;color:#91a2bb;font:inherit;font-size:14px;text-align:left;cursor:pointer}.blogs-composer-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid #edf2f7}.blogs-composer-actions{display:flex;flex-wrap:wrap;gap:10px 18px}.blogs-composer-actions button{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#6d819f;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.blogs-composer-actions button:nth-child(1) svg{color:#1fbccc}.blogs-composer-actions button:nth-child(2) svg{color:#145c91}.blogs-composer-actions button:nth-child(3) svg{color:#f59e0b}.blogs-post-button{min-width:78px;height:48px;padding:0 20px;border:0;border-radius:14px;background:linear-gradient(120deg,#0b5c90,#184f87);color:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.blogs-tab-row{display:flex;flex-wrap:wrap;gap:14px;margin:0}.blogs-tab-row button{min-height:40px;padding:0 24px;border:0;border-radius:999px;background:transparent;color:#7488a5;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.blogs-tab-row .blogs-tab-active{border:1px solid #e3eaf4;background:#fff;box-shadow:0 10px 22px #12223d0f;color:#0d5b91;font-weight:500}.blogs-feed-stack{display:flex;flex-direction:column;gap:30px}.blogs-feed-card{padding:24px}.blogs-feed-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.blogs-feed-author{display:flex;min-width:0;align-items:center;gap:12px}.blogs-feed-author strong{display:block;color:#24324a;font-size:14px;font-weight:650;line-height:1.25}.blogs-feed-author span{display:block;margin-top:3px;color:#7f91ab;font-size:12px}.blogs-avatar{display:inline-flex;width:52px;height:52px;flex:0 0 52px;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:linear-gradient(135deg,#19658f,#25b8bf);color:#fff;font-size:12px;font-weight:500}.blogs-avatar-small{width:44px;height:44px;flex-basis:44px}.blogs-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.blogs-avatar-doctor{background:#eff4fa}.blogs-avatar-ross{background:linear-gradient(135deg,#f354a9,#05c2d2)}.blogs-avatar-clinic{background:linear-gradient(135deg,#edfef8,#dff6ff);color:#10a4c3}.blogs-icon-button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;padding:0;border:0;border-radius:12px;background:transparent;color:#91a1b6;cursor:pointer}.blogs-post-manage-actions{display:flex;align-items:center;gap:3px}.blogs-icon-button:hover{background:#eff6fb;color:#0d6c99}.blogs-icon-button.blogs-delete-button:hover{background:#fff0f2;color:#c23e50}.blogs-icon-button:disabled{cursor:wait;opacity:.55}.blogs-post-tag,.blogs-hashtag-tag{display:inline-flex;min-height:22px;align-items:center;padding:0 8px;border-radius:8px;font-size:10px;font-weight:500;letter-spacing:.8px;text-transform:uppercase}.blogs-post-tag{margin-top:20px;background:#eaf4ff;color:#0f5d92}.blogs-feed-card h2,.blogs-opportunity-card h2{margin:14px 0 0;color:#24324a;font-size:18px;font-weight:700;line-height:1.3;letter-spacing:-.4px}.blogs-feed-card p{margin:14px 0 0;color:#6f819e;font-size:14px;line-height:1.7}.blogs-article-visual{overflow:hidden;margin:22px -22px 0}.blogs-community-cover,.blogs-community-placeholder{display:block;width:100%;height:238px;object-fit:cover}.blogs-community-placeholder{display:grid;place-items:center;background:radial-gradient(circle at 70% 30%,rgba(74,215,235,.38),transparent 25%),linear-gradient(135deg,#08234f,#0d6da2 55%,#18b8bc);color:#ffffffdb;font-size:18px;font-weight:600;letter-spacing:.5px}.blogs-like-active{color:#0daeb8!important}.blogs-composer-modal{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;overflow-y:auto;padding:28px;background:#0c1d316b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.blogs-community-form{display:grid;width:min(720px,100%);max-height:calc(100vh - 56px);gap:14px;overflow-y:auto;padding:24px;border:1px solid #dbe6f1;border-radius:22px;background:#fff;box-shadow:0 28px 80px #0f27413d}.blogs-form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid #edf2f7}.blogs-form-heading small{color:#159da9;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.blogs-form-heading h2{margin:4px 0 0;color:#18263c;font-size:22px}.blogs-community-form .blogs-form-close{display:inline-flex;width:38px;min-width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:0;border-radius:11px;background:#eff5fa;color:#647995}.blogs-form-field,.blogs-upload-field{display:grid;gap:7px}.blogs-form-field>span,.blogs-upload-field>span{color:#44566f;font-size:12px;font-weight:650}.blogs-form-field>small,.blogs-poll-option-fields>small{color:#c24553;font-size:11px}.blogs-form-field.has-error input,.blogs-form-field.has-error select,.blogs-form-field.has-error textarea,.blogs-poll-option-fields.has-error input{border-color:#e48691;background:#fffafb}.blogs-composer-error{margin:0;padding:10px 12px;border:1px solid #f1c9ce;border-radius:10px;background:#fff4f5;color:#ad3545;font-size:12px;line-height:1.45}.blogs-community-form input,.blogs-community-form select,.blogs-community-form textarea{width:100%;padding:11px 13px;border:1px solid #dbe6f1;border-radius:12px;outline:0;background:#f8fbfe;color:#24324a;font:inherit;font-size:12px}.blogs-community-form textarea{min-height:100px;resize:vertical}.blogs-community-form input:focus,.blogs-community-form select:focus,.blogs-community-form textarea:focus{border-color:#1cb4ba;box-shadow:0 0 0 3px #1cb4ba1f}.blogs-community-form .blogs-post-type-tabs,.blogs-type-filter{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:7px}.blogs-community-form .blogs-post-type-tabs button,.blogs-type-filter button{width:auto;min-width:78px;height:34px;padding:0 12px;border:1px solid #dbe6f1;border-radius:9px;background:#fff;color:#647995;font:inherit;font-size:11px;cursor:pointer}.blogs-community-form .blogs-post-type-tabs button.active,.blogs-type-filter button.active{border-color:#1599aa;background:#e7f8fa;color:#08769c;font-weight:600}.blogs-form-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.blogs-type-fields{display:grid!important;width:100%;justify-content:stretch;gap:10px;padding:14px;border:1px solid #e0eaf3;border-radius:14px;background:#f7fbfe}.blogs-type-fields>strong{color:#25364d;font-size:13px}.blogs-poll-option-fields{display:grid;gap:8px}.blogs-poll-option-fields>span{color:#44566f;font-size:12px;font-weight:650}.blogs-poll-option-input{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px}.blogs-poll-option-input button{display:inline-flex;width:40px;min-width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:1px solid #dbe6f1;border-radius:10px;background:#fff;color:#a2515c;cursor:pointer}.blogs-poll-option-input button:disabled{cursor:not-allowed;color:#b8c4d1;opacity:.6}.blogs-poll-option-fields .blogs-add-option{display:inline-flex;width:fit-content;min-width:0;height:34px;align-items:center;gap:6px;padding:0 11px;border:1px solid #bcdce5;border-radius:9px;background:#edfafa;color:#087b89;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.blogs-type-filter{margin:0}.blogs-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.blogs-upload-field{padding:12px;border:1px dashed #cbdbe9;border-radius:13px;background:#f8fbfe}.blogs-community-form .blogs-form-actions{position:sticky;z-index:3;bottom:-24px;display:flex;justify-content:flex-end;gap:10px;margin:0 -24px -24px;padding:15px 24px 20px;border-top:1px solid #e5edf4;background:#fffffff5;box-shadow:0 -10px 22px #1f374e0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.blogs-event-details,.blogs-live-poll{display:grid;gap:10px;margin-top:18px;padding:15px;border:1px solid #dfe9f3;border-radius:14px;background:#f8fbfd}.blogs-event-details span,.blogs-event-details a{display:flex;align-items:center;gap:8px;color:#60748f;font-size:11px;text-decoration:none}.blogs-event-details a{color:#08769c;font-weight:600}.blogs-live-poll>strong{color:#26344b;font-size:12px}.blogs-poll-question-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.blogs-poll-voted-label{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#e8faf1;color:#138a5c;font-size:10px;font-weight:700}.blogs-live-poll-options{display:grid;gap:8px}.blogs-live-poll-options button{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border:1px solid #dce7f1;border-radius:10px;background:#fff;color:#3b4d66;font:inherit;font-size:11px;cursor:pointer}.blogs-live-poll-options .blogs-poll-option-button{position:relative;overflow:hidden;isolation:isolate;min-height:52px;text-align:left;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.blogs-live-poll-options .blogs-poll-option-button:before{content:"";position:absolute;z-index:-1;inset:0 auto 0 0;width:var(--poll-percent, 0%);background:#edf5fb;transition:width .22s ease}.blogs-live-poll-options .blogs-poll-option-button:not(:disabled):hover{border-color:#1aa8af;transform:translateY(-1px)}.blogs-live-poll-options .blogs-poll-option-button.selected{border-color:#20a98f;background:#f0fcf7;color:#087b66;box-shadow:0 0 0 2px #20a98f1a}.blogs-live-poll-options .blogs-poll-option-button.selected:before{background:#d9f5e8}.blogs-poll-option-copy,.blogs-poll-option-result{display:inline-flex;align-items:center;gap:8px;position:relative;z-index:1}.blogs-poll-option-copy{min-width:0;flex:1 1 auto;flex-wrap:wrap}.blogs-poll-option-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blogs-poll-option-copy em{padding:3px 6px;border-radius:999px;background:#c9f1df;color:#16845c;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.blogs-poll-option-result{flex:0 0 auto;justify-content:flex-end;min-width:72px}.blogs-poll-option-result strong{color:#0d5b91;font-size:11px}.blogs-live-poll-options .blogs-poll-option-button.selected .blogs-poll-option-result strong{color:#128462}.blogs-poll-total-votes{display:block;color:#899ab0;font-size:10px}.blogs-live-poll-options button.selected{border-color:#27aeb4;background:#eafaf8;color:#087b89}.blogs-live-poll-options button:disabled{cursor:default}.blogs-live-poll-options small,.blogs-poll-expiry{color:#899ab0;font-size:10px}@media (max-width: 520px){.blogs-poll-question-row{align-items:flex-start;flex-direction:column;gap:6px}.blogs-live-poll-options .blogs-poll-option-button{min-height:48px;padding:0 10px}.blogs-poll-option-result{min-width:62px;gap:5px}.blogs-poll-option-copy em{font-size:8px}}.blogs-community-form .blogs-form-actions button{min-width:84px;height:38px;padding:0 15px;border:1px solid #dbe6f1;border-radius:10px;background:#fff;color:#647995;font:inherit;font-size:12px;cursor:pointer}.blogs-community-form .blogs-form-actions button[type=submit]{border:0;background:linear-gradient(120deg,#0b5c90,#19b8b5);color:#fff}.blogs-community-form button:disabled{cursor:wait;opacity:.65}.blogs-edit-form{display:grid;gap:10px;margin-top:16px;padding:15px;border:1px solid #dbe6f1;border-radius:14px;background:#f8fbfe}.blogs-edit-form input,.blogs-edit-form select,.blogs-edit-form textarea{width:100%;padding:10px 12px;border:1px solid #dbe6f1;border-radius:10px;outline:0;background:#fff;color:#24324a;font:inherit;font-size:12px}.blogs-edit-form textarea{resize:vertical}.blogs-edit-actions{display:flex;justify-content:flex-end;gap:8px}.blogs-edit-actions button{min-width:90px;height:36px;padding:0 12px;border:1px solid #dbe6f1;border-radius:9px;background:#fff;color:#60748f;font:inherit;font-size:11px;cursor:pointer}.blogs-edit-actions button[type=submit]{border:0;background:#0d5b91;color:#fff}.blogs-edit-actions button:disabled{cursor:wait;opacity:.6}.blogs-edit-error{margin:0;color:#b13f4d;font-size:11px}.blogs-api-state{display:flex;min-height:180px;align-items:center;justify-content:center;gap:9px;border:1px solid #e2eaf4;border-radius:24px;background:#fff;color:#7b8da6;font-size:12px}.blogs-api-error{margin:0 0 16px;color:#b13f4d;font-size:12px}.blogs-feed-controls{display:grid;gap:14px;margin:24px 0;padding:18px;border:1px solid #e0e9f2;border-radius:18px;background:#fff;box-shadow:0 12px 26px #12223d0b}.blogs-feed-scope{display:inline-flex;width:fit-content;gap:4px;padding:4px;border-radius:12px;background:#eef4f8}.blogs-feed-scope button{min-height:36px;padding:0 16px;border:0;border-radius:9px;background:transparent;color:#657b97;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.blogs-feed-scope button.active{background:#fff;color:#0c7197;box-shadow:0 5px 12px #1a3b5314}.blogs-feed-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:48px;padding:6px 7px 6px 15px;border:1px solid #dbe6f1;border-radius:13px;background:#f8fbfe;color:#8ba0b8}.blogs-feed-search input{min-width:0;border:0;outline:0;background:transparent;color:#26374f;font:inherit;font-size:13px}.blogs-feed-search button{min-width:82px;height:36px;padding:0 14px;border:0;border-radius:9px;background:linear-gradient(120deg,#0b6594,#25b2b4);color:#fff;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.blogs-feed-search button.clear{min-width:auto;background:#edf3f8;color:#647995}.blogs-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:22px;color:#647995;font-size:12px}.blogs-pagination button{display:inline-flex;min-height:38px;align-items:center;gap:5px;padding:0 14px;border:1px solid #dbe6f1;border-radius:10px;background:#fff;color:#0d5b91;font:inherit;cursor:pointer}.blogs-pagination button:disabled{cursor:not-allowed;opacity:.45}.blogs-comments-panel{margin-top:18px;padding-top:16px;border-top:1px solid #edf2f7}.blogs-post-details{margin-top:17px;padding:17px;border:1px solid #e0eaf3;border-radius:16px;background:#f8fbfd}.blogs-post-details>p{display:flex;align-items:center;gap:7px;margin:0;color:#71849f;font-size:11px;line-height:1.7;white-space:pre-wrap}.blogs-post-details h3{margin:0 0 9px;color:#24324a;font-size:14px}.blogs-post-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.blogs-post-media-grid img{width:100%;height:180px;border-radius:12px;object-fit:cover}.blogs-comments-heading{display:flex;align-items:center;gap:8px;color:#24324a;font-size:12px}.blogs-comments-heading span{color:#8799b1;font-size:11px}.blogs-comments-state{display:flex;align-items:center;gap:7px;margin:14px 0;color:#8799b1;font-size:11px}.blogs-comment-row{display:flex;align-items:flex-start;gap:10px;margin-top:14px}.blogs-comment-row .blogs-avatar-small{width:30px;height:30px;flex-basis:30px}.blogs-comment-row strong{display:block;color:#3b4c64;font-size:11px}.blogs-comment-content{min-width:0;flex:1}.blogs-comment-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.blogs-comment-actions{display:flex;gap:3px}.blogs-comment-actions button{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;padding:0;border:0;border-radius:7px;background:transparent;color:#8b9cb3;cursor:pointer}.blogs-comment-actions button:hover{background:#edf5fa;color:#0d6c99}.blogs-comment-actions button:last-child:hover{background:#fff0f2;color:#c23e50}.blogs-comment-actions button:disabled{cursor:wait;opacity:.55}.blogs-comment-edit{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px;margin-top:7px}.blogs-comment-edit input{min-width:0;height:34px;padding:0 10px;border:1px solid #dbe6f1;border-radius:9px;outline:0;background:#fff;color:#24324a;font:inherit;font-size:11px}.blogs-comment-edit input:focus{border-color:#1cb4ba;box-shadow:0 0 0 3px #1cb4ba1a}.blogs-comment-edit button{min-width:50px;height:34px;padding:0 10px;border:1px solid #dbe6f1;border-radius:9px;background:#fff;color:#607590;font:inherit;font-size:10px;cursor:pointer}.blogs-comment-edit button:last-child{border-color:#0d6c99;background:#0d6c99;color:#fff}.blogs-comment-row p{margin:4px 0 0;color:#71849f;font-size:11px;line-height:1.5}.blogs-comment-reply-button{margin-top:5px;padding:0;border:0;background:transparent;color:#0d6c99;font:inherit;font-size:10px;cursor:pointer}.blogs-comment-reply-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px;margin-top:8px}.blogs-comment-reply-form input,.blogs-comment-reply-form button{height:32px;border:1px solid #dbe6f1;border-radius:8px;background:#fff;color:#607590;font:inherit;font-size:10px}.blogs-comment-reply-form input{min-width:0;padding:0 9px}.blogs-comment-reply-form button{padding:0 9px;cursor:pointer}.blogs-comment-reply-form button:last-child{border-color:#0d6c99;background:#0d6c99;color:#fff}.blogs-comment-replies{display:grid;gap:7px;margin-top:10px;padding-left:12px;border-left:2px solid #e5eef5}.blogs-comment-replies article{padding:7px 9px;border-radius:8px;background:#f8fbfd}.blogs-comment-replies p{margin-top:2px}.blogs-comments-error{margin:10px 0;color:#b13f4d;font-size:11px}.blogs-comment-form{display:flex;gap:8px;margin-top:16px}.blogs-comment-form input{width:100%;min-width:0;height:38px;padding:0 12px;border:1px solid #dbe6f1;border-radius:10px;outline:0;background:#f8fbfe;color:#24324a;font:inherit;font-size:11px}.blogs-comment-form input:focus{border-color:#1cb4ba;box-shadow:0 0 0 3px #1cb4ba1f}.blogs-comment-form button{min-width:55px;height:38px;border:0;border-radius:10px;background:#0d5b91;color:#fff;font:inherit;font-size:11px;cursor:pointer}.blogs-comment-form button:disabled{cursor:not-allowed;opacity:.5}.blogs-lung-illustration{display:block;width:100%;height:238px}.blogs-feed-card-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:0 4px}.blogs-feed-card-footer-tight{padding-top:8px;border-top:1px solid #edf2f7}.blogs-feed-stats{display:flex;flex-wrap:wrap;align-items:center;gap:18px;color:#6e83a1;font-size:12px;font-weight:500}.blogs-feed-stats span,.blogs-feed-stats button{display:inline-flex;align-items:center;gap:7px}.blogs-feed-stats span:first-child svg{color:#19bccb}.blogs-feed-stats button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.blogs-inline-cta,.blogs-inline-link-button{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#0d5b91;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.blogs-inline-cta-accent{color:#19b9bb}.blogs-poll-options{display:flex;flex-direction:column;gap:12px;margin-top:18px}.blogs-poll-option{position:relative}.blogs-poll-track{position:relative;display:flex;min-height:56px;align-items:center;justify-content:space-between;overflow:hidden;padding:0 16px;border:1px solid #dbe6f4;border-radius:14px;background:#fff}.blogs-poll-fill{position:absolute;top:0;bottom:0;left:0;border-radius:14px;background:linear-gradient(90deg,#edf4fc,#dde9f8)}.blogs-poll-track strong,.blogs-poll-track small{position:relative;z-index:1}.blogs-poll-track strong{color:#24324a;font-size:12px;font-weight:500}.blogs-poll-track small{color:#0d5b91;font-size:12px;font-weight:500}.blogs-poll-meta{display:flex;gap:8px;margin-top:14px;color:#93a3b8;font-size:12px}.blogs-opportunity-card{position:relative;overflow:hidden;padding:30px;border:0;background:radial-gradient(circle at top right,rgba(88,169,233,.18),transparent 180px),linear-gradient(135deg,#0d4b7d,#113963 68%,#0d3457);box-shadow:0 22px 40px #092c4f33;color:#fff}.blogs-opportunity-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.blogs-opportunity-badge{display:inline-flex;min-height:28px;align-items:center;padding:0 14px;border-radius:999px;background:linear-gradient(90deg,#2bc7c1f2,#46e0c0cc);color:#ebfffd;font-size:10px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.blogs-opportunity-participants{display:flex;justify-content:flex-end}.blogs-opportunity-participants span{display:inline-flex;width:34px;height:34px;margin-left:-8px;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.25);border-radius:50%;background:#ffffff24;color:#fff;font-size:11px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.blogs-opportunity-card h2{max-width:620px;margin-top:28px;color:#fff;font-size:12px;line-height:1.28}.blogs-opportunity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}.blogs-opportunity-grid>div{position:relative;padding-left:58px}.blogs-opportunity-icon{position:absolute;top:3px;left:0;display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:#ffffff1f;color:#fff}.blogs-opportunity-grid small{display:block;color:#d8e9f9c7;font-size:10px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.blogs-opportunity-grid strong{display:block;margin-top:5px;color:#fff;font-size:12px;font-weight:500;line-height:1.35}.blogs-opportunity-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.blogs-opportunity-actions button{min-width:142px;height:50px;padding:0 22px;border-radius:16px;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.blogs-opportunity-primary{border:0;background:#fff;color:#0d5b91}.blogs-opportunity-secondary{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#fff}.blogs-hashtag-tag{margin-top:18px;padding:0;background:transparent;color:#18bcc6;font-size:12px;letter-spacing:0;text-transform:none}.blogs-institutional-layout{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:20px;align-items:start}.blogs-institutional-visual{display:flex;align-items:center;justify-content:flex-end;padding-top:12px}.blogs-molecule-illustration{width:140px;height:140px}.blogs-feed-stats-compact{margin-top:18px}.blogs-side-card,.blogs-events-card{padding:26px 22px 22px}.blogs-side-card h3,.blogs-events-card h3{margin:0;color:#24324a;font-size:12px;font-weight:500}.blogs-trending-list{display:flex;flex-direction:column;gap:22px;margin-top:24px}.blogs-trending-list article small{display:block;color:#9aaac0;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.blogs-trending-list article strong{display:block;margin-top:8px;color:#26344b;font-size:12px;font-weight:500;line-height:1.45}.blogs-trending-list article span{display:block;margin-top:8px;color:#7a8ea9;font-size:12px}.blogs-side-outline-button{width:100%;height:48px;margin-top:22px;border:1px solid #dfe7f1;border-radius:14px;background:#fff;color:#0d5b91;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.blogs-peer-list{display:flex;flex-direction:column;gap:18px;margin-top:24px}.blogs-peer-list article{display:flex;align-items:center;justify-content:space-between;gap:16px}.blogs-peer-copy{display:flex;min-width:0;align-items:center;gap:12px}.blogs-peer-copy strong,.blogs-event-copy strong{display:block;color:#24324a;font-size:12px;font-weight:500;line-height:1.3}.blogs-peer-copy span,.blogs-event-copy span{display:inline-flex;align-items:center;gap:6px;margin-top:4px;color:#7d90ab;font-size:12px}.blogs-peer-list button{padding:0;border:0;background:transparent;color:#23bbc1;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.blogs-events-card{background:linear-gradient(180deg,#edf4fd,#eaf2fb)}.blogs-events-list{display:flex;flex-direction:column;gap:18px;margin-top:24px}.blogs-events-list article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #e4ebf5}.blogs-event-date{display:flex;min-height:62px;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;background:#f1f7ff;color:#0d5b91}.blogs-event-date small{font-size:12px;font-weight:500;letter-spacing:.8px}.blogs-event-date strong{margin-top:1px;font-size:12px;font-weight:500;line-height:1}.blogs-inline-link-button{width:100%;justify-content:center;margin-top:22px}@media (max-width: 1240px){.doctor-blogs-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:26px;padding-left:26px}.blogs-layout-grid{grid-template-columns:minmax(0,1fr) 300px;gap:24px}}@media (max-width: 1080px){.blogs-layout-grid{grid-template-columns:1fr}.blogs-side-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}}@media (max-width: 760px){.doctor-blogs-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 22px) 16px 32px}.blogs-side-column{grid-template-columns:1fr}.blogs-page-heading{margin-bottom:16px}.blogs-page-heading p{font-size:13px;line-height:1.5}.blogs-composer-modal{align-items:end;padding:0}.blogs-community-form{width:100%;max-height:92vh;padding:20px 16px;border-radius:22px 22px 0 0}.blogs-community-form .blogs-form-actions{bottom:-20px;margin:0 -16px -20px;padding:13px 16px 18px}.blogs-composer-footer,.blogs-feed-card-footer{flex-direction:column;align-items:flex-start}.blogs-opportunity-grid,.blogs-institutional-layout{grid-template-columns:1fr}.blogs-institutional-visual{justify-content:flex-start;padding-top:0}}@media (max-width: 560px){.blogs-composer-card,.blogs-feed-card,.blogs-side-card,.blogs-events-card,.blogs-opportunity-card{border-radius:24px}.blogs-composer-input{align-items:flex-start}.blogs-composer-input>button{min-height:54px;font-size:12px}.blogs-feed-card h2,.blogs-opportunity-card h2{font-size:12px}.blogs-lung-illustration,.blogs-community-cover,.blogs-community-placeholder{height:204px}.blogs-poll-track{min-height:60px;padding-right:12px;padding-left:12px}.blogs-poll-track strong,.blogs-poll-track small{font-size:12px}.blogs-opportunity-actions button{width:100%}.blogs-post-media-grid{grid-template-columns:1fr}.blogs-comment-edit{grid-template-columns:1fr 1fr}.blogs-comment-edit input{grid-column:1 / -1}.blogs-form-row,.blogs-upload-grid{grid-template-columns:1fr}.blogs-community-form .blogs-form-actions button{flex:1}.blogs-feed-controls{padding:13px}.blogs-feed-scope{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.blogs-tab-row,.blogs-type-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.blogs-tab-row::-webkit-scrollbar,.blogs-type-filter::-webkit-scrollbar{display:none}.blogs-tab-row button,.blogs-type-filter button{flex:0 0 auto}.blogs-feed-search{grid-template-columns:auto minmax(0,1fr) auto}.blogs-feed-search button{min-width:64px;padding:0 10px}.blogs-feed-search button.clear{grid-column:2 / -1;width:100%}.blogs-feed-card-footer{align-items:stretch}.blogs-inline-cta{justify-content:space-between;width:100%;min-height:38px;padding:0 10px;border-radius:9px;background:#f1f6fa}.blogs-comment-reply-form{grid-template-columns:1fr 1fr}.blogs-comment-reply-form input{grid-column:1 / -1}}.doctor-availability-page{min-height:100vh;background:#f3f7fc;color:#1e2b41}.doctor-availability-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 24px) 28px 32px;background:radial-gradient(circle at 88% 4%,rgba(204,242,244,.55),transparent 25%),linear-gradient(180deg,#f8fbff,#f3f7fc)}.availability-page-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.availability-page-heading h1{margin:0;color:#172338;font-size:28px;font-weight:700;letter-spacing:-.8px}.availability-page-heading p{margin:7px 0 0;color:#6f8199;font-size:13px}.availability-page-heading>button,.availability-editor-placeholder>button{display:inline-flex;height:42px;padding:0 17px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px;background:linear-gradient(105deg,#116995,#2bb4ab);box-shadow:0 9px 20px #1169952e;color:#fff;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.availability-page-heading>button:disabled,.availability-editor-placeholder>button:disabled{opacity:.5;cursor:not-allowed}.availability-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.availability-metrics article{display:flex;min-height:74px;padding:13px 16px;align-items:center;gap:12px;border:1px solid #e4ebf3;border-radius:16px;background:#fffffff5;box-shadow:0 7px 18px #0f1e3209}.availability-metrics article>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:12px;background:#eaf5ff;color:#116b9b}.availability-metrics article:nth-child(2)>span{background:#ecfaf6;color:#1aa58e}.availability-metrics article:nth-child(3)>span{background:#f0efff;color:#6d63e8}.availability-metrics article div{display:flex;flex-direction:column;gap:3px}.availability-metrics strong{color:#1d2b41;font-size:19px}.availability-metrics small{color:#7b8ba0;font-size:10px}.availability-feedback{display:flex;margin-top:12px;padding:10px 13px;align-items:center;gap:8px;border:1px solid #cbece4;border-radius:11px;background:#f0fbf8;color:#12816e;font-size:11px}.availability-feedback-error{border-color:#f3d0d3;background:#fff4f5;color:#c8444e}.availability-workspace{display:grid;grid-template-columns:minmax(540px,1.25fr) minmax(390px,.92fr);gap:18px;margin-top:16px;align-items:start}.availability-week-card,.availability-editor-card{overflow:hidden;border:1px solid #e3eaf2;border-radius:20px;background:#fff;box-shadow:0 11px 27px #0f1e320b}.availability-week-card>header,.availability-editor-card form>header{display:flex;min-height:68px;padding:15px 18px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5}.availability-week-card>header h2,.availability-editor-card form>header h2{margin:0;color:#213047;font-size:15px;font-weight:700}.availability-week-card>header p{margin:4px 0 0;color:#8291a5;font-size:10px}.availability-week-card>header>button,.availability-editor-card form>header>button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #dde5ee;border-radius:10px;background:#f8fafc;color:#63758d;cursor:pointer}.availability-empty-state{display:flex;min-height:420px;align-items:center;justify-content:center;gap:8px;color:#7a8ba1;font-size:11px}.availability-day-list{padding:8px 12px 12px}.availability-day-row{display:grid;grid-template-columns:120px minmax(0,1fr) auto;min-height:68px;padding:11px 8px;align-items:center;gap:12px;border-bottom:1px solid #edf1f5}.availability-day-row:last-child{border-bottom:0}.availability-day-row-disabled{opacity:.64;background:#fafbfd}.availability-day-name{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.availability-day-name strong{color:#27364b;font-size:12px}.availability-day-name span{color:#d27b21;font-size:8px;font-weight:650}.availability-day-name .availability-status-active{color:#0f9b6f}.availability-schedule-summary{display:flex;min-width:0;flex-wrap:wrap;gap:5px}.availability-schedule-summary span{display:inline-flex;min-height:27px;padding:0 8px;align-items:center;gap:4px;border-radius:8px;background:#edf7fd;color:#246a91;font-size:8px;font-weight:600;white-space:nowrap}.availability-schedule-summary .availability-summary-break{background:#fff4df;color:#a86a18}.availability-row-actions{display:flex;align-items:center;gap:5px}.availability-row-actions button{display:grid;width:31px;height:31px;place-items:center;border:1px solid #dfe7ef;border-radius:9px;background:#fff;color:#4b6987;cursor:pointer}.availability-row-actions button:disabled{opacity:.5;cursor:wait}.availability-row-actions .availability-pause-action{color:#c47a22}.availability-row-actions .availability-enable-action{color:#0c9e6c}.availability-row-actions .availability-delete-action{color:#d1535b}.availability-day-row-empty{background:#fbfcfe}.availability-day-row-empty>button{display:inline-flex;height:30px;padding:0 10px;align-items:center;justify-content:center;gap:5px;justify-self:end;border:1px dashed #b9cddd;border-radius:9px;background:#fff;color:#17678f;font:inherit;font-size:9px;font-weight:650;cursor:pointer}.availability-day-row-empty .availability-day-name span{color:#9aa8b9}.availability-editor-card{position:sticky;top:calc(var(--dashboard-header-height) + 16px);min-height:500px}.availability-editor-card form>header>div>span{color:#18988d;font-size:8px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.availability-editor-card form>header h2{margin-top:4px}.availability-day-select{display:flex;padding:14px 18px 0;flex-direction:column;gap:6px}.availability-day-select>span,.availability-block-fields label>span{color:#72839a;font-size:9px;font-weight:650}.availability-day-select select,.availability-block-fields input,.availability-block-fields select{width:100%;height:38px;padding:0 11px;border:1px solid #dbe4ed;border-radius:10px;outline:0;background:#fbfcfe;color:#28374d;font:inherit;font-size:10px}.availability-day-select select:focus,.availability-block-fields input:focus,.availability-block-fields select:focus{border-color:#4faeb2;box-shadow:0 0 0 3px #4faeb21a}.availability-blocks-section{padding:16px 18px 0}.availability-blocks-heading h3,.availability-blocks-heading p{margin:0}.availability-blocks-heading h3{color:#26354b;font-size:12px}.availability-blocks-heading p{margin-top:4px;color:#8796aa;font-size:9px}.availability-block-list{display:flex;margin-top:11px;flex-direction:column;gap:9px}.availability-block-card{padding:11px;border:1px solid #dfe9f1;border-radius:13px;background:#f8fbfd}.availability-break-card{border-color:#f0dfbc;background:#fffaf0}.availability-block-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.availability-block-top>strong{display:inline-flex;align-items:center;gap:6px;color:#315a78;font-size:9px}.availability-break-card .availability-block-top>strong{color:#a66a1d}.availability-block-top>div{display:flex;gap:4px}.availability-block-top button{display:inline-flex;min-height:26px;padding:0 7px;align-items:center;justify-content:center;border:1px solid #dbe4ed;border-radius:7px;background:#fff;color:#718198;font:inherit;font-size:8px;cursor:pointer}.availability-block-top button:last-child{width:27px;padding:0;color:#cc5058}.availability-block-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:9px}.availability-block-fields label{display:flex;flex-direction:column;gap:5px}.availability-block-fields .availability-block-wide{grid-column:1 / -1}.availability-add-block-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.availability-add-block-actions button{display:inline-flex;height:34px;align-items:center;justify-content:center;gap:6px;border:1px dashed #abc8d8;border-radius:9px;background:#f8fcfe;color:#16678f;font:inherit;font-size:8px;font-weight:650;cursor:pointer}.availability-add-block-actions button:last-child{border-color:#e2c995;background:#fffaf1;color:#a66818}.availability-editor-card form>footer{display:flex;padding:16px 18px 18px;align-items:center;justify-content:flex-end;gap:8px}.availability-editor-card form>footer button{display:inline-flex;height:38px;padding:0 14px;align-items:center;justify-content:center;gap:6px;border-radius:10px;font:inherit;font-size:9px;font-weight:650;cursor:pointer}.availability-editor-cancel{border:1px solid #dce4ed;background:#fff;color:#607188}.availability-editor-save{border:0;background:linear-gradient(105deg,#116995,#2bb4ab);color:#fff}.availability-editor-placeholder{display:flex;min-height:500px;padding:34px;align-items:center;justify-content:center;flex-direction:column;text-align:center}.availability-editor-placeholder>span{display:grid;width:62px;height:62px;place-items:center;border-radius:19px;background:linear-gradient(145deg,#eaf6ff,#e8faf6);color:#137392}.availability-editor-placeholder h2{margin:17px 0 0;color:#233249;font-size:15px}.availability-editor-placeholder p{max-width:310px;margin:9px 0 18px;color:#79899f;font-size:10px;line-height:1.6}.doctor-availability-spinner{animation:doctor-availability-spin .8s linear infinite}@keyframes doctor-availability-spin{to{transform:rotate(360deg)}}@media (max-width: 1240px){.doctor-availability-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:20px;padding-left:20px}.availability-workspace{grid-template-columns:minmax(480px,1fr) minmax(360px,.82fr)}}@media (max-width: 1020px){.availability-workspace{grid-template-columns:1fr}.availability-editor-card{position:static}}@media (max-width: 760px){.doctor-availability-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 18px) 14px 24px}.availability-page-heading{align-items:flex-start;flex-direction:column}.availability-page-heading>button{width:100%}.availability-metrics{grid-template-columns:1fr}.availability-day-row{grid-template-columns:100px minmax(0,1fr) auto}}@media (max-width: 570px){.availability-day-row{grid-template-columns:1fr auto}.availability-schedule-summary{grid-column:1 / -1;grid-row:2}.availability-row-actions,.availability-day-row-empty>button{grid-column:2;grid-row:1}.availability-block-fields,.availability-add-block-actions{grid-template-columns:1fr}.availability-block-fields .availability-block-wide{grid-column:auto}.availability-block-top{align-items:flex-start;flex-direction:column}}.doctor-settings-page{min-height:100vh;background:#f5f8fd;color:#1f2b42}.doctor-settings-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 38px) 40px 50px}.doctor-settings-heading{display:flex;align-items:center;gap:14px;margin-bottom:25px}.doctor-settings-heading>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:#e8f5fd;color:#147ba6}.doctor-settings-heading h1{margin:0 0 5px;color:#202b42;font-size:25px;letter-spacing:-.7px}.doctor-settings-heading p{margin:0;color:#73849d;font-size:12px}.doctor-settings-layout{display:grid;grid-template-columns:minmax(0,720px) minmax(240px,310px);gap:24px;align-items:start}.doctor-settings-primary{display:grid;gap:24px}.doctor-settings-card,.doctor-settings-note{border:1px solid #e1e9f2;border-radius:20px;background:#fff;box-shadow:0 8px 20px #1f34500b}.doctor-settings-card{padding:27px 30px}.doctor-settings-card-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:22px;color:#14759e}.doctor-settings-card-heading h2,.doctor-settings-note h2{margin:0 0 5px;color:#263149;font-size:17px}.doctor-settings-card-heading p,.doctor-settings-note p{margin:0;color:#8494aa;font-size:11px;line-height:1.65}.doctor-settings-fields{display:grid;gap:16px}.doctor-settings-fields label{display:grid;gap:7px;color:#3d4d65;font-size:11px;font-weight:650}.doctor-settings-fields label>div{position:relative}.doctor-settings-fields input{width:100%;height:46px;padding:0 46px 0 13px;border:1px solid #dce5ef;border-radius:11px;outline:0;background:#f9fbfd;color:#27354c;font:inherit;font-weight:400}.doctor-settings-fields input:focus{border-color:#35aeb4;box-shadow:0 0 0 3px #35aeb41a}.doctor-settings-fields label button{position:absolute;top:50%;right:10px;display:grid;width:32px;height:32px;transform:translateY(-50%);place-items:center;border:0;background:transparent;color:#8495aa;cursor:pointer}.doctor-settings-card footer{display:flex;justify-content:flex-end;margin-top:23px}.doctor-settings-card footer button{display:inline-flex;min-width:175px;height:44px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:linear-gradient(135deg,#0875a6,#2db6b1);color:#fff;font-size:11px;font-weight:700;cursor:pointer}.doctor-settings-card footer button:disabled{opacity:.65;cursor:wait}.doctor-settings-feedback{display:flex;align-items:center;gap:8px;margin-bottom:17px;padding:11px 13px;border-radius:10px;font-size:11px}.doctor-settings-feedback.error{border:1px solid #ffd1d1;background:#fff2f2;color:#c44242}.doctor-settings-feedback.success{border:1px solid #bcebd4;background:#edfbf5;color:#14835a}.doctor-settings-note{padding:25px;color:#14759e}.doctor-settings-note h2{margin-top:17px}.doctor-settings-note ul{display:grid;gap:10px;margin:20px 0 0;padding-left:18px;color:#64768e;font-size:11px;line-height:1.5}.doctor-settings-privacy-control{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px;border:1px solid #e3eaf2;border-radius:14px;background:#f8fbfd}.doctor-settings-privacy-control>div{display:grid;gap:5px}.doctor-settings-privacy-control strong{color:#29364c;font-size:13px}.doctor-settings-privacy-control span{color:#75869d;font-size:11px;line-height:1.55}.doctor-settings-privacy-control>button{position:relative;flex:0 0 auto;width:46px;height:26px;padding:3px;border:0;border-radius:999px;background:#cfd9e4;cursor:pointer;transition:background .2s ease}.doctor-settings-privacy-control>button>span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #1f345033;transition:transform .2s ease}.doctor-settings-privacy-control>button.active{background:#1ba7aa}.doctor-settings-privacy-control>button.active>span{transform:translate(20px)}.doctor-settings-privacy-control>button:disabled{opacity:.6;cursor:wait}.doctor-settings-spinner{animation:doctor-settings-spin .8s linear infinite}@keyframes doctor-settings-spin{to{transform:rotate(360deg)}}@media (max-width: 1120px){.doctor-settings-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:22px;padding-left:22px}}@media (max-width: 820px){.doctor-settings-layout{grid-template-columns:1fr}}@media (max-width: 760px){.doctor-settings-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 20px) 14px 30px}}@media (max-width: 520px){.doctor-settings-card{padding:20px 16px}.doctor-settings-card footer button{width:100%}.doctor-settings-heading h1{font-size:22px}.doctor-settings-privacy-control{align-items:flex-start;gap:14px}}.doctor-support-page{min-height:100vh;background:#f5f8fd;color:#1f2b42}.doctor-support-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 38px) 40px 50px}.doctor-support-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.doctor-support-heading>div{display:flex;align-items:center;gap:14px}.doctor-support-heading>div>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:#e8f5fd;color:#147ba6}.doctor-support-heading h1{margin:0 0 5px;color:#202b42;font-size:25px;letter-spacing:-.7px}.doctor-support-heading p{margin:0;color:#73849d;font-size:12px}.doctor-support-heading>button{display:inline-flex;height:44px;align-items:center;gap:7px;padding:0 18px;border:0;border-radius:11px;background:linear-gradient(135deg,#0875a6,#2db6b1);color:#fff;font-size:11px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #0875a62e}.doctor-support-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.doctor-support-stats article{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid #e2eaf3;border-radius:16px;background:#fff;color:#1685aa}.doctor-support-stats article>svg{padding:10px;box-sizing:content-box;border-radius:12px;background:#ebf7fd}.doctor-support-stats article div{display:grid;gap:3px}.doctor-support-stats strong{color:#213049;font-size:20px}.doctor-support-stats span{color:#788aa2;font-size:10px}.doctor-support-feedback{display:flex;align-items:center;gap:8px;margin-bottom:17px;padding:11px 13px;border-radius:10px;font-size:11px}.doctor-support-feedback.error{border:1px solid #ffd1d1;background:#fff2f2;color:#c44242}.doctor-support-feedback.success{border:1px solid #bcebd4;background:#edfbf5;color:#14835a}.doctor-support-list-card{overflow:hidden;border:1px solid #e1e9f2;border-radius:20px;background:#fff;box-shadow:0 8px 20px #1f34500b}.doctor-support-list-card>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #edf1f5}.doctor-support-list-card h2{margin:0 0 4px;color:#263149;font-size:16px}.doctor-support-list-card header p{margin:0;color:#8494aa;font-size:10px}.doctor-support-list-card header button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:#eef6fb;color:#287fa3;cursor:pointer}.doctor-support-list{display:grid}.doctor-support-list>button{display:grid;grid-template-columns:42px minmax(0,1fr) auto 140px;align-items:center;gap:13px;width:100%;padding:17px 24px;border:0;border-bottom:1px solid #edf1f5;background:#fff;text-align:left;cursor:pointer}.doctor-support-list>button:last-child{border-bottom:0}.doctor-support-list>button:hover{background:#f9fcfe}.doctor-support-ticket-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#eaf7fb;color:#1285a7}.doctor-support-ticket-copy{display:grid;gap:4px;min-width:0}.doctor-support-ticket-copy strong{overflow:hidden;color:#263149;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.doctor-support-ticket-copy small,.doctor-support-list time{color:#8998ab;font-size:9px}.doctor-support-list time{text-align:right}.doctor-support-ticket-status{padding:5px 9px;border-radius:999px;background:#fff2d9;color:#b57010;font-size:8px;font-weight:700;text-transform:uppercase}.doctor-support-ticket-status.resolved{background:#e4f9ed;color:#16894e}.doctor-support-ticket-status.closed{background:#eef2f6;color:#718096}.doctor-support-empty{display:flex;min-height:260px;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:#8394aa;font-size:10px}.doctor-support-empty strong{color:#34445a;font-size:13px}.doctor-support-modal,.doctor-support-drawer-overlay{position:fixed;inset:0;z-index:130;display:flex;background:#1424366e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.doctor-support-modal{align-items:center;justify-content:center;padding:16px}.doctor-support-modal form{width:min(100%,580px);padding:25px;border-radius:20px;background:#fff;box-shadow:0 24px 60px #13273c38}.doctor-support-modal header,.doctor-support-drawer header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:21px}.doctor-support-modal header small,.doctor-support-drawer header small,.doctor-support-drawer section small{color:#1591a6;font-size:8px;font-weight:750;letter-spacing:1.1px}.doctor-support-modal h2,.doctor-support-drawer h2{margin:5px 0 0;color:#243149;font-size:18px}.doctor-support-modal header button,.doctor-support-drawer header button{display:grid;width:35px;height:35px;place-items:center;border:0;border-radius:10px;background:#f1f5f9;color:#708299;cursor:pointer}.doctor-support-modal label{display:grid;gap:7px;margin-bottom:15px;color:#3d4d65;font-size:10px;font-weight:650}.doctor-support-modal input,.doctor-support-modal select,.doctor-support-modal textarea{width:100%;border:1px solid #dce5ef;border-radius:11px;outline:0;background:#f9fbfd;color:#27354c;font:inherit;font-size:11px;font-weight:400}.doctor-support-modal input,.doctor-support-modal select{height:44px;padding:0 12px}.doctor-support-modal textarea{padding:12px;resize:vertical}.doctor-support-modal input:focus,.doctor-support-modal select:focus,.doctor-support-modal textarea:focus{border-color:#35aeb4;box-shadow:0 0 0 3px #35aeb41a}.doctor-support-modal footer{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.doctor-support-modal footer button{display:inline-flex;min-width:120px;height:42px;align-items:center;justify-content:center;gap:7px;border:1px solid #dce5ef;border-radius:10px;background:#fff;color:#62758e;font-size:10px;font-weight:700;cursor:pointer}.doctor-support-modal footer button:last-child{border:0;background:linear-gradient(135deg,#0875a6,#2db6b1);color:#fff}.doctor-support-drawer-overlay{justify-content:flex-end}.doctor-support-drawer{width:min(100%,440px);height:100%;padding:27px;overflow-y:auto;background:#fff;box-shadow:-16px 0 40px #13273c2e;animation:doctor-support-slide-in .22s ease-out}@keyframes doctor-support-slide-in{0%{transform:translate(100%)}}.doctor-support-drawer-meta{display:flex;gap:8px;margin-bottom:24px}.doctor-support-drawer-meta span{padding:6px 9px;border-radius:999px;background:#edf6fb;color:#237b9e;font-size:8px;font-weight:700;text-transform:uppercase}.doctor-support-drawer-meta span.open{background:#fff2d9;color:#b57010}.doctor-support-drawer-meta span.resolved{background:#e4f9ed;color:#16894e}.doctor-support-drawer section{margin-bottom:18px;padding:17px;border:1px solid #e3ebf3;border-radius:13px;background:#f9fbfd}.doctor-support-drawer section.admin-reply{background:#edf9f7}.doctor-support-drawer section p{margin:8px 0 0;color:#52657d;font-size:11px;line-height:1.65;white-space:pre-wrap}.doctor-support-drawer>time{color:#8a99ac;font-size:9px}.doctor-support-spin{animation:doctor-support-spin .8s linear infinite}@keyframes doctor-support-spin{to{transform:rotate(360deg)}}@media (max-width:1120px){.doctor-support-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:22px;padding-left:22px}}@media (max-width:760px){.doctor-support-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 20px) 14px 30px}.doctor-support-list>button{grid-template-columns:42px minmax(0,1fr) auto;padding:15px}.doctor-support-list time{grid-column:2 / -1;text-align:left}}@media (max-width:560px){.doctor-support-heading{align-items:flex-start;flex-direction:column}.doctor-support-heading>button{width:100%;justify-content:center}.doctor-support-stats{grid-template-columns:1fr}.doctor-support-modal form{padding:20px 16px}.doctor-support-modal footer button{min-width:0;flex:1}.doctor-support-drawer{padding:22px 16px}}.doctor-approval-page{min-height:100vh;display:grid;place-items:center;padding:32px 18px;color:#101a2d;background:radial-gradient(circle at 18% 20%,rgba(18,177,216,.11),transparent 30%),radial-gradient(circle at 83% 78%,rgba(52,190,172,.1),transparent 28%),#f7fbfe}.doctor-approval-card{width:min(620px,100%);padding:44px 46px 38px;text-align:center;border:1px solid #e3edf5;border-radius:28px;background:#fffffff5;box-shadow:0 22px 60px #1b53791f}.doctor-approval-icon{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 18px;color:#0e9ca9;border-radius:24px;background:#e8fbfa}.doctor-approval-icon-rejected{color:#d84a57;background:#fff0f2}.doctor-approval-eyebrow{display:block;margin-bottom:9px;color:#0b8da3;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.doctor-approval-card h1{margin:0;font-size:clamp(27px,4vw,38px);line-height:1.2}.doctor-approval-description{max-width:510px;margin:16px auto 26px;color:#68778f;font-size:15px;line-height:1.7}.doctor-approval-status{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:26px}.doctor-approval-status div{min-height:88px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:12px 8px;color:#168978;border:1px solid #dff2ed;border-radius:14px;background:#f5fcfa;font-size:12px;font-weight:700}.doctor-approval-status .doctor-approval-status-active{color:#12659a;border-color:#d9e9f6;background:#f2f8fd}.doctor-approval-remarks,.doctor-approval-error{margin-bottom:22px;padding:15px 17px;text-align:left;border-radius:13px}.doctor-approval-remarks{color:#8b3340;border:1px solid #ffd6dc;background:#fff6f7}.doctor-approval-remarks strong{display:block;margin-bottom:5px}.doctor-approval-remarks p{margin:0;font-size:13px;line-height:1.55}.doctor-approval-error{color:#9b2638;border:1px solid #ffd2d8;background:#fff5f6;font-size:13px}.doctor-approval-actions{display:flex;justify-content:center;gap:12px}.doctor-approval-actions button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;border-radius:12px;font:inherit;font-size:14px;font-weight:750;cursor:pointer}.doctor-approval-primary{color:#fff;border:0;background:linear-gradient(100deg,#0877aa,#32b7ad);box-shadow:0 9px 20px #0c7a9d33}.doctor-approval-secondary{color:#54657d;border:1px solid #dce6ef;background:#fff}.doctor-approval-actions button:disabled{cursor:wait;opacity:.72}.doctor-approval-spinner{animation:doctor-approval-spin .8s linear infinite}.doctor-approval-help{margin:25px 0 0;color:#8a98ab;font-size:12px}@keyframes doctor-approval-spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.doctor-approval-card{padding:34px 20px 30px;border-radius:22px}.doctor-approval-status{grid-template-columns:1fr}.doctor-approval-status div{min-height:58px;flex-direction:row}.doctor-approval-actions{flex-direction:column}}.patient-dashboard-header{position:fixed;top:0;right:0;left:0;z-index:50;display:grid;grid-template-columns:var(--patient-dashboard-sidebar-width) minmax(320px,1fr) auto;align-items:center;height:var(--patient-dashboard-header-height);border-bottom:1px solid #edf1f6;background:#fffffffa}.patient-dashboard-header-brand{display:flex;align-items:center;height:100%;padding-left:18px}.patient-dashboard-header-brand img{display:block;width:104px;height:32px;object-fit:contain}.patient-dashboard-mobile-menu{display:none;width:38px;height:38px;margin-right:10px;padding:0;place-items:center;border:0;border-radius:10px;background:#eef7f4;color:#28786f;cursor:pointer}.patient-dashboard-header-search{display:flex;align-items:center;width:min(470px,calc(100% - 42px));height:38px;margin-left:28px;padding:0 12px;border-radius:15px;background:#f1f4f8;color:#91a0b5}.patient-dashboard-header-search input{min-width:0;flex:1;height:100%;padding:0 8px;border:0;outline:0;background:transparent;color:#26344b;font-size:13px}.patient-dashboard-header-search input::placeholder{color:#a0aabc;opacity:1}.patient-dashboard-header-actions{display:flex;align-items:center;justify-self:end;height:100%;padding-right:18px}.patient-dashboard-header-cta{display:inline-flex;align-items:center;gap:8px;height:42px;margin-right:10px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(90deg,#3d7ff5,#2a57d3);box-shadow:0 10px 18px #2d67e22e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-dashboard-header-icon{position:relative;display:grid;width:34px;height:34px;margin-left:6px;padding:0;place-items:center;border:0;border-radius:50%;background:#f7f9fc;color:#657995;cursor:pointer}.patient-dashboard-header-icon>span{position:absolute;top:7px;right:7px;width:6px;height:6px;border:1px solid #ffffff;border-radius:50%;background:#ef4444}.patient-dashboard-header-divider{width:1px;height:32px;margin:0 10px 0 12px;background:#e7ecf2}.patient-dashboard-profile-copy{display:flex;flex-direction:column;align-items:flex-end;min-width:120px}.patient-dashboard-profile-button{display:flex;align-items:center;padding:0;border:0;background:transparent;cursor:pointer}.patient-dashboard-profile-copy strong{color:#253147;font-size:13px;font-weight:650;line-height:1.35}.patient-dashboard-profile-copy span{margin-top:1px;color:#9aa6b7;font-size:10px;font-weight:600;letter-spacing:.7px;text-transform:uppercase}.patient-dashboard-profile-copy .patient-dashboard-profile-subtitle-plain{font-size:10px;font-weight:600;letter-spacing:0;text-transform:none}.patient-dashboard-profile-avatar{width:34px;height:34px;margin-left:10px;border:2px solid #eef3f7;border-radius:50%;object-fit:cover;object-position:center 25%}@media (max-width: 1120px){.patient-dashboard-header{grid-template-columns:var(--patient-dashboard-sidebar-compact-width) minmax(240px,1fr) auto}.patient-dashboard-header-brand{justify-content:center;padding-left:0}.patient-dashboard-header-brand img{width:48px;object-fit:cover;object-position:left}.patient-dashboard-header-search{margin-left:18px}}@media (max-width: 760px){.patient-dashboard-header{grid-template-columns:auto minmax(0,1fr) auto;padding:0 14px}.patient-dashboard-header-brand{padding:0}.patient-dashboard-mobile-menu{display:grid}.patient-dashboard-header-brand img{width:38px}.patient-dashboard-header-search{width:100%;margin:0 12px}.patient-dashboard-header-actions{padding:0}.patient-dashboard-header-cta{height:36px;margin-right:8px;padding:0 12px;border-radius:12px}.patient-dashboard-header-cta span{display:none}.patient-dashboard-header-icon:nth-of-type(2),.patient-dashboard-header-divider,.patient-dashboard-profile-copy{display:none}.patient-dashboard-profile-button .patient-dashboard-profile-avatar{width:32px;height:32px;margin-left:6px}}@media (max-width: 520px){.patient-dashboard-header-search{height:36px;padding:0 10px}.patient-dashboard-header-search input{padding-left:6px;font-size:12px}.patient-dashboard-header-icon{display:none}.patient-dashboard-header-cta{width:36px;min-width:36px;margin-right:0;padding:0;justify-content:center}}.patient-dashboard-sidebar{position:fixed;top:var(--patient-dashboard-header-height);bottom:0;left:0;z-index:40;width:var(--patient-dashboard-sidebar-width);overflow:hidden;border-right:1px solid #eef2f6;background:#fff}.patient-dashboard-sidebar nav,.patient-dashboard-sidebar-scroll{height:100%}.patient-dashboard-sidebar-scroll{display:flex;flex-direction:column;padding:14px 0;overflow-y:auto}.patient-dashboard-sidebar-group{display:flex;flex-direction:column;gap:5px}.patient-dashboard-sidebar-link{display:flex;align-items:center;width:calc(100% - 20px);min-height:40px;margin-left:10px;padding:0 13px;border-radius:12px;color:#647892;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.patient-dashboard-sidebar-link svg{flex:0 0 20px}.patient-dashboard-sidebar-link span{margin-left:12px;font-size:13px;font-weight:500}.patient-dashboard-sidebar-link:hover{background:#f5f8fd;color:#22695f}.patient-dashboard-sidebar-link-active{background:linear-gradient(90deg,#4eae9d,#57a999);box-shadow:0 10px 18px #50a8972e;color:#fff}.patient-dashboard-sidebar-link-active span{font-weight:600}.patient-dashboard-sidebar-heading{margin:18px 0 8px 22px;color:#97a8bd;font-size:10px;font-weight:650;letter-spacing:.9px;text-transform:uppercase}.patient-dashboard-sidebar-footer{margin-top:auto;padding-top:18px}.patient-dashboard-sidebar-settings{margin-bottom:12px}.patient-dashboard-sidebar-logout{display:flex;width:calc(100% - 20px);min-height:40px;align-items:center;margin:5px 10px 12px;padding:0 13px;border:1px solid #fee2e2;border-radius:12px;background:#fff7f7;color:#c24141;cursor:pointer;transition:background .15s ease,border-color .15s ease}.patient-dashboard-sidebar-logout:hover{border-color:#fecaca;background:#fef2f2}.patient-dashboard-sidebar-logout span{margin-left:12px;font-size:13px;font-weight:600}.patient-dashboard-help-card{width:calc(100% - 20px);margin-left:10px;padding:14px;border-radius:16px;background:linear-gradient(180deg,#f5f8fd,#f8fbff);box-shadow:inset 0 0 0 1px #edf2f7}.patient-dashboard-help-copy strong{display:block;color:#2954e9;font-size:13px;font-weight:700}.patient-dashboard-help-copy p{margin:4px 0 0;color:#7a8ba3;font-size:12px;line-height:1.45}.patient-dashboard-help-card button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:38px;margin-top:12px;border:1px solid #d9e4f0;border-radius:12px;background:#fff;color:#2954e9;font-size:12px;font-weight:650;cursor:pointer}.patient-dashboard-sidebar-close,.patient-dashboard-sidebar-overlay{display:none}@media (max-width: 1120px) and (min-width: 761px){.patient-dashboard-sidebar{width:var(--patient-dashboard-sidebar-compact-width)}.patient-dashboard-sidebar-link{width:calc(100% - 10px);justify-content:center;margin-left:5px;padding:0}.patient-dashboard-sidebar-link span,.patient-dashboard-sidebar-heading,.patient-dashboard-sidebar-logout span,.patient-dashboard-help-card{display:none}.patient-dashboard-sidebar-logout{width:calc(100% - 10px);justify-content:center;margin-right:5px;margin-left:5px;padding:0}.patient-dashboard-sidebar-settings{margin-bottom:0}}@media (max-width: 760px){.patient-dashboard-sidebar{top:0;z-index:70;width:278px;padding-top:38px;box-shadow:18px 0 40px #0f172a29;transform:translate(-105%);transition:transform .19s ease}.patient-dashboard-sidebar-open{transform:translate(0)}.patient-dashboard-sidebar-close{position:absolute;top:10px;right:12px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:10px;background:#eff4fa;color:#34516f;cursor:pointer}.patient-dashboard-sidebar-overlay{position:fixed;inset:0;z-index:60;display:block;width:100%;height:100%;padding:0;border:0;background:#0f172a59}}.patient-dashboard-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-dashboard-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f6f8fc,#f4f7fc)}.patient-dashboard-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px}.patient-welcome-card,.patient-next-appointment-card,.patient-vital-card,.patient-history-card,.patient-quick-action-card,.patient-prescription-card{border:1px solid #ebf0f6;border-radius:22px;background:#fffffff7;box-shadow:0 10px 24px #0f172a0b}.patient-welcome-card{display:flex;align-items:center;justify-content:space-between;min-height:184px;padding:20px 20px 20px 22px}.patient-welcome-copy{max-width:460px}.patient-welcome-copy h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.6px;line-height:1.08}.patient-welcome-copy p{max-width:420px;margin:10px 0 0;color:#647a98;font-size:13px;line-height:1.45}.patient-welcome-actions{display:flex;gap:10px;margin-top:18px}.patient-primary-button,.patient-secondary-button{display:inline-grid;height:38px;padding:0 18px;border:0;border-radius:12px;font-size:13px;font-weight:650;cursor:pointer;place-items:center;text-decoration:none}.patient-primary-button{background:linear-gradient(90deg,#2e63e7,#2e6df0);box-shadow:0 12px 22px #2e63e72e;color:#fff}.patient-secondary-button{background:#f3f6fb;color:#445167}.patient-welcome-illustration{width:116px;height:116px;object-fit:contain}.patient-next-appointment-card{position:relative;overflow:hidden;min-height:184px;padding:18px;background:linear-gradient(180deg,#1d6c99,#165f89);color:#fff}.patient-next-appointment-card:after{position:absolute;right:-28px;bottom:-36px;width:140px;height:140px;border-radius:36px;background:#ffffff14;content:""}.patient-next-appointment-label{display:inline-block;color:#e0f1ffeb;font-size:11px;font-weight:650;letter-spacing:1.3px;text-transform:uppercase}.patient-next-appointment-card h2{margin:10px 0 0;font-size:18px;font-weight:650;line-height:1.18}.patient-next-appointment-card>p{margin:5px 0 0;color:#d2e6f6;font-size:13px}.patient-next-appointment-time{display:flex;align-items:center;gap:10px;margin-top:16px}.patient-next-appointment-time>span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#ffffff24}.patient-next-appointment-time strong{display:block;font-size:13px;font-weight:650}.patient-next-appointment-time small{display:block;margin-top:2px;color:#d8eaf8;font-size:12px}.patient-next-appointment-card button,.patient-next-appointment-card>a{position:relative;z-index:1;display:grid;width:100%;height:36px;margin-top:16px;border:0;border-radius:12px;background:#fff;color:#145f8f;font-size:13px;font-weight:650;cursor:pointer;place-items:center;text-decoration:none}.patient-dashboard-api-error{margin:12px 0 0;padding:9px 12px;border:1px solid #fecaca;border-radius:10px;background:#fff7f7;color:#b42318;font-size:12px}.patient-vitals-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.patient-vital-card{padding:16px 16px 12px}.patient-vital-card-top{display:flex;align-items:center;justify-content:space-between}.patient-vital-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:10px}.patient-vital-accent-red{background:#fff0f0;color:#ef4444}.patient-vital-accent-blue{background:#eff5ff;color:#3b82f6}.patient-vital-accent-amber{background:#fff8ea;color:#f59e0b}.patient-vital-badge{padding:4px 8px;border-radius:999px;font-size:10px;font-weight:650;text-transform:uppercase}.patient-vital-badge-success{background:#ebfbef;color:#22b45a}.patient-vital-badge-warning{background:#fff5d9;color:#f59e0b}.patient-vital-card>p{margin:10px 0 4px;color:#8b9ab1;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-vital-card>strong{display:inline-flex;align-items:baseline;gap:6px;color:#172134;font-size:18px;font-weight:650;line-height:1.1}.patient-vital-card>strong small{color:#8ca0ba;font-size:12px;font-weight:500}.patient-vital-chart{display:block;width:100%;height:52px;margin-top:8px}.patient-dashboard-lower-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;margin-top:18px}.patient-dashboard-records-column,.patient-dashboard-actions-column,.patient-dashboard-prescriptions-section{min-width:0}.patient-dashboard-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.patient-dashboard-section-heading h2{margin:0;color:#182338;font-size:14px;font-weight:650;letter-spacing:-.2px}.patient-dashboard-section-heading a{color:#2964ef;font-size:12px;font-weight:650;text-decoration:none}.patient-dashboard-section-heading-static{justify-content:flex-start}.patient-history-card{overflow:hidden}.patient-history-empty{margin:0;padding:24px 16px;color:#7f91a9;font-size:12px;text-align:center}.patient-history-table-header,.patient-history-row{display:grid;grid-template-columns:1.2fr 1.2fr 1fr .72fr;align-items:center}.patient-history-table-header{padding:12px 16px;background:#f7f9fc;color:#94a7bf;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-history-row{padding:12px 16px;border-top:1px solid #eef2f7}.patient-history-date-cell,.patient-history-doctor-cell{display:flex;align-items:center;gap:8px;min-width:0}.patient-history-date-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:#eef4ff;color:#2f65e8}.patient-history-date-cell strong,.patient-history-doctor-cell strong{display:block;color:#1f2a3e;font-size:12px;font-weight:650;line-height:1.35}.patient-history-date-cell small{display:block;margin-top:1px;color:#8fa1b9;font-size:11px}.patient-history-row>p{margin:0;color:#687c97;font-size:12px;line-height:1.45}.patient-person-badge-image,.patient-person-badge-initials{width:28px;height:28px;border-radius:50%;flex:0 0 28px}.patient-person-badge-image{object-fit:cover;object-position:center 25%}.patient-person-badge-initials{display:grid;place-items:center;color:#fff;font-size:10px;font-weight:650}.patient-history-avatar-alt,.patient-prescription-avatar-alt{background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.patient-history-status{justify-self:start;padding:4px 10px;border-radius:999px;background:#ebfbef;color:#17a84e;font-size:10px;font-weight:700;text-transform:uppercase}.patient-quick-actions-stack{display:flex;flex-direction:column;gap:12px}.patient-quick-action-card{display:flex;align-items:center;color:inherit;text-decoration:none;gap:12px;min-height:64px;padding:12px 14px}.patient-quick-action-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:12px}.patient-action-tint-blue{background:#edf1ff;color:#5a68ff}.patient-action-tint-green{background:#eefcf5;color:#17a46d}.patient-action-tint-lilac{background:#f6efff;color:#bb7fff}.patient-quick-action-card strong{display:block;color:#1f2a3e;font-size:12px;font-weight:650}.patient-quick-action-card p{margin:2px 0 0;color:#8a9bb1;font-size:11px}.patient-dashboard-prescriptions-section{margin-top:22px}.patient-prescriptions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.patient-prescription-card{padding:16px 16px 14px}.patient-prescription-top{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:start}.patient-prescription-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#edf4ff;color:#2f65e8}.patient-prescription-copy h3{margin:0;color:#1f2a3e;font-size:14px;font-weight:650;line-height:1.35}.patient-prescription-copy p{margin:4px 0 0;color:#6d8099;font-size:12px;line-height:1.5}.patient-prescription-issued{text-align:right}.patient-prescription-issued span{display:block;color:#98a8bc;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-prescription-issued strong{display:block;margin-top:3px;color:#1f2a3e;font-size:12px;font-weight:650}.patient-prescription-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #eef2f7}.patient-prescription-doctor{display:flex;align-items:center;gap:8px}.patient-prescription-doctor span{color:#6d7f96;font-size:12px}.patient-prescription-footer button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#36bfb0;font-size:12px;font-weight:650;cursor:pointer;text-transform:uppercase}@media (max-width: 1280px){.patient-dashboard-hero-grid{grid-template-columns:minmax(0,1fr) 280px}.patient-dashboard-lower-grid{grid-template-columns:minmax(0,1fr) 250px}}@media (max-width: 1120px){.patient-dashboard-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-dashboard-hero-grid,.patient-dashboard-lower-grid,.patient-prescriptions-grid{grid-template-columns:1fr}.patient-welcome-card{min-height:auto}}@media (max-width: 760px){.patient-dashboard-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-welcome-card{flex-direction:column;align-items:flex-start;padding:18px 16px}.patient-welcome-illustration{width:92px;height:92px;margin-top:12px;align-self:flex-end}.patient-welcome-actions{flex-wrap:wrap}.patient-vitals-grid{grid-template-columns:1fr}.patient-history-table-header{display:none}.patient-history-row{grid-template-columns:1fr;gap:14px}.patient-prescription-top{grid-template-columns:52px minmax(0,1fr)}.patient-prescription-issued{grid-column:2;text-align:left}.patient-prescription-footer{flex-direction:column;align-items:flex-start}}@media (max-width: 440px){.patient-welcome-copy h1{font-size:20px}.patient-next-appointment-card h2{font-size:17px}.patient-dashboard-section-heading{align-items:flex-start;flex-direction:column;gap:10px}.patient-primary-button,.patient-secondary-button{width:100%}}.patient-appointments-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-appointments-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 22px) 24px 28px;background:radial-gradient(circle at 88% 8%,rgba(216,245,248,.68),transparent 25%),linear-gradient(180deg,#f8fbff,#f5f8fd)}.patient-appointments-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.patient-appointments-heading>div{display:flex;align-items:center;gap:14px}.patient-appointments-heading-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:#eaf5ff;color:#0d6298}.patient-appointments-heading h1{margin:0;color:#172237;font-size:28px;font-weight:700;letter-spacing:-.7px}.patient-appointments-heading p{margin:5px 0 0;color:#71829a;font-size:13px}.patient-appointments-heading>a{display:flex;height:44px;padding:0 20px;align-items:center;gap:8px;border-radius:13px;background:linear-gradient(100deg,#106995,#2eb8ae);box-shadow:0 9px 20px #1069952e;color:#fff;font-size:13px;font-weight:650;text-decoration:none}.patient-appointments-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 170px 160px 44px;gap:10px;margin-bottom:16px;padding:14px;border:1px solid #e6edf5;border-radius:18px;background:#fff;box-shadow:0 8px 20px #0f172a09}.patient-appointments-toolbar form{display:flex;height:42px;align-items:center;gap:9px;padding-left:13px;border:1px solid #dde6f0;border-radius:12px;color:#92a1b5;overflow:hidden}.patient-appointments-toolbar input,.patient-appointments-toolbar select{min-width:0;border:0;outline:0;background:transparent;color:#26344a;font:inherit;font-size:12px}.patient-appointments-toolbar input{flex:1}.patient-appointments-toolbar form button{align-self:stretch;padding:0 18px;border:0;background:#0f6594;color:#fff;font-size:12px;font-weight:650;cursor:pointer}.patient-appointments-toolbar select{height:42px;padding:0 12px;border:1px solid #dde6f0;border-radius:12px;background:#fff}.patient-appointments-refresh{display:grid;height:42px;place-items:center;border:1px solid #dde6f0;border-radius:12px;background:#f8fbff;color:#176993;cursor:pointer}.patient-appointments-feedback{margin:0 0 14px;padding:11px 14px;border:1px solid #ccece6;border-radius:12px;background:#f0fbf8;color:#148271;font-size:12px}.patient-appointments-feedback-error{border-color:#f6d2d2;background:#fff5f5;color:#c23c47}.patient-appointments-table td{height:76px}.patient-appointments-doctor-cell{display:flex;align-items:center;gap:11px}.patient-appointments-doctor-cell>img,.patient-appointments-doctor-cell>span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:12px;object-fit:cover}.patient-appointments-doctor-cell>span{background:linear-gradient(145deg,#d8eef8,#b8ded8);color:#135f83;font-size:12px;font-weight:700}.patient-appointments-doctor-cell div,.patient-appointments-schedule-cell{display:flex;min-width:0;flex-direction:column;gap:4px}.patient-appointments-doctor-cell strong,.patient-appointments-schedule-cell strong{color:#233047;font-size:13px;font-weight:650}.patient-appointments-doctor-cell small,.patient-appointments-schedule-cell small{color:#8a9ab0;font-size:10px}.patient-appointments-type{display:inline-flex;padding:6px 10px;border:1px solid #d7eaf4;border-radius:9px;background:#f2f9fd;color:#17688f;font-size:10px;font-weight:650}.patient-appointment-status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2f7;color:#60728b;font-size:10px;font-weight:700}.patient-appointment-status-pending{background:#fff3cf;color:#c17b00}.patient-appointment-status-confirmed{background:#dff7ed;color:#079766}.patient-appointment-status-in_consultation{background:#e7f0ff;color:#236fd2}.patient-appointment-status-completed{background:#daf8e2;color:#15954b}.patient-appointment-status-cancelled,.patient-appointment-status-rejected,.patient-appointment-status-no_show{background:#fde8ea;color:#d54b55}.patient-appointments-view-button{display:inline-flex;height:34px;padding:0 13px;align-items:center;gap:6px;border:1px solid #d8e4ef;border-radius:10px;background:#fff;color:#155f8c;font-size:11px;font-weight:650;cursor:pointer}.patient-appointments-loading{display:inline-flex;align-items:center;gap:8px}.patient-appointments-pagination{display:flex;width:100%;padding:10px 16px;align-items:center;justify-content:space-between;gap:16px}.patient-appointments-pagination>span{color:#75869e;font-size:11px}.patient-appointment-modal-backdrop{position:fixed;z-index:1200;inset:0;display:grid;padding:24px;place-items:center;background:#0f1e3175;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.patient-appointment-modal{width:min(100%,650px);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid #e2eaf3;border-radius:22px;background:#fff;box-shadow:0 28px 70px #0f233938}.patient-appointment-modal>header{display:flex;padding:20px 22px;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f6}.patient-appointment-modal>header span{color:#8695aa;font-size:10px;font-weight:650;letter-spacing:.7px;text-transform:uppercase}.patient-appointment-modal>header h2{margin:4px 0 0;color:#1d2a40;font-size:20px}.patient-appointment-modal>header button{display:grid;width:36px;height:36px;place-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#65758c;cursor:pointer}.patient-appointment-modal-state{display:flex;min-height:230px;align-items:center;justify-content:center;gap:8px;color:#718198;font-size:12px}.patient-appointment-modal-doctor{display:flex;margin:20px 22px 0;padding:15px;align-items:center;gap:12px;border-radius:15px;background:linear-gradient(110deg,#f0f8fd,#f0fbf8)}.patient-appointment-modal-doctor>img,.patient-appointment-modal-doctor>span{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:13px;background:#d9edf5;object-fit:cover;color:#155f84;font-size:12px;font-weight:700}.patient-appointment-modal-doctor>div{min-width:0;flex:1}.patient-appointment-modal-doctor h3,.patient-appointment-modal-doctor p{margin:0}.patient-appointment-modal-doctor h3{color:#1e2c42;font-size:15px}.patient-appointment-modal-doctor p{margin-top:4px;color:#74859c;font-size:11px}.patient-appointment-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 22px 0}.patient-appointment-modal-grid article{padding:12px;border:1px solid #e7edf4;border-radius:12px;background:#fbfcfe}.patient-appointment-modal-grid span,.patient-appointment-modal-note span,.patient-appointment-cancel-field>span{display:block;margin-bottom:5px;color:#8a99ad;font-size:9px;font-weight:650;letter-spacing:.5px;text-transform:uppercase}.patient-appointment-modal-grid strong{color:#29364a;font-size:11px;font-weight:600}.patient-appointment-modal-meta{display:flex;padding:14px 22px 0;flex-wrap:wrap;gap:8px}.patient-appointment-modal-meta span{display:inline-flex;padding:7px 9px;align-items:center;gap:5px;border-radius:9px;background:#f4f7fb;color:#60728a;font-size:10px}.patient-appointment-modal-note,.patient-appointment-cancel-field{display:block;margin:14px 22px 0;padding:12px;border:1px solid #e5ebf3;border-radius:12px;background:#fbfcfe}.patient-appointment-modal-note p{margin:0;color:#4d5d73;font-size:11px;line-height:1.55}.patient-appointment-modal-cancelled-note{border-color:#f4d3d5;background:#fff7f7}.patient-appointment-cancel-field textarea{width:100%;padding:9px 10px;resize:vertical;border:1px solid #d9e3ed;border-radius:9px;outline:0;color:#26364b;font:inherit;font-size:11px}.patient-appointment-cancel-field textarea:focus{border-color:#40aab1;box-shadow:0 0 0 3px #40aab11a}.patient-appointment-modal-error{margin:13px 22px 0;padding:9px 11px;border-radius:9px;background:#fff0f1;color:#c43e49;font-size:11px}.patient-appointment-modal>footer{display:flex;padding:18px 22px 22px;align-items:center;justify-content:flex-end;gap:9px}.patient-appointment-modal>footer button,.patient-appointment-modal>footer a{display:inline-flex;height:38px;padding:0 15px;align-items:center;justify-content:center;gap:7px;border-radius:10px;font-size:11px;font-weight:650;text-decoration:none;cursor:pointer}.patient-appointment-modal-secondary{border:1px solid #dbe4ed;background:#fff;color:#596b82}.patient-appointment-modal-danger-outline{border:1px solid #edb8bc;background:snow;color:#c83f4b}.patient-appointment-modal-danger{border:1px solid #d74752;background:#d74752;color:#fff}.patient-appointment-modal-primary{border:1px solid #13749a;background:linear-gradient(100deg,#126d96,#2aafa8);color:#fff}@media (max-width: 1000px){.patient-appointments-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-appointments-toolbar{grid-template-columns:minmax(250px,1fr) repeat(2,150px) 44px}}@media (max-width: 760px){.patient-appointments-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 18px) 14px 24px}.patient-appointments-toolbar{grid-template-columns:1fr 1fr}.patient-appointments-toolbar form{grid-column:1 / -1}.patient-appointments-refresh{width:44px}.patient-appointments-pagination{align-items:flex-start;flex-direction:column}}@media (max-width: 540px){.patient-appointments-heading{align-items:flex-start;flex-direction:column}.patient-appointments-heading>a{width:100%;justify-content:center}.patient-appointments-toolbar{grid-template-columns:1fr}.patient-appointments-toolbar form{grid-column:auto}.patient-appointment-modal-backdrop{padding:10px}.patient-appointment-modal{max-height:calc(100vh - 20px)}.patient-appointment-modal-grid{grid-template-columns:1fr}.patient-appointment-modal>footer{align-items:stretch;flex-direction:column-reverse}}.patient-auth-page{min-height:100vh;background:radial-gradient(circle at left top,rgba(226,244,255,.92),transparent 36%),radial-gradient(circle at right center,rgba(228,241,255,.76),transparent 32%),linear-gradient(180deg,#f8fbff,#f6fbff 56%,#fff 56% 100%);color:#1b2436}.patient-auth-hero{display:grid;grid-template-columns:minmax(400px,470px) minmax(460px,560px);align-items:center;justify-content:center;gap:42px;width:calc(100% - 72px);max-width:1080px;margin:0 auto;padding:68px 0 58px}.patient-auth-card-shell{padding:40px 36px 38px;border:1px solid rgba(225,232,242,.9);border-radius:24px;background:#fffffff5;box-shadow:0 24px 54px #355f8f1a}.patient-auth-visual{display:flex;justify-content:center}.patient-auth-image-shell{width:100%;max-width:540px}.patient-auth-image-shell img{display:block;width:100%;height:auto}.patient-portal-features{border-top:1px solid rgba(234,239,246,.8);background:#fff}.patient-portal-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:calc(100% - 72px);max-width:1080px;margin:0 auto;padding:42px 0 44px}.patient-portal-feature-card{min-height:176px;padding:18px 18px 16px;border:1px solid #e5ebf4;border-radius:18px;background:#fff}.patient-portal-feature-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px}.patient-portal-feature-card h2{margin:14px 0 8px;color:#1f2738;font-size:15px;font-weight:700;line-height:1.3}.patient-portal-feature-card p{margin:0;color:#6c7a91;font-size:13px;line-height:1.55}@media (max-width: 1180px){.patient-auth-hero{grid-template-columns:minmax(360px,430px) minmax(380px,500px);gap:28px;width:calc(100% - 64px)}.patient-portal-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 64px)}}@media (max-width: 920px){.patient-auth-page{background:radial-gradient(circle at top left,rgba(226,244,255,.92),transparent 42%),linear-gradient(180deg,#f8fbff,#fff)}.patient-auth-hero{grid-template-columns:minmax(0,1fr);gap:24px;width:min(100% - 32px,620px);padding:36px 0 40px}.patient-auth-card-shell{padding:30px 24px}.patient-portal-feature-grid{width:min(100% - 32px,620px);padding:32px 0 36px}}@media (max-width: 640px){.patient-portal-feature-grid{grid-template-columns:1fr}}@media (max-width: 460px){.patient-auth-hero,.patient-portal-feature-grid{width:min(100% - 24px,620px)}.patient-auth-card-shell{padding:24px 16px 20px;border-radius:18px}}.patient-dependents-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-dependents-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-dependents-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;align-items:start}.patient-dependents-topbar,.patient-dependents-info-card,.patient-dependent-card,.patient-dependent-slot-card,.patient-dependents-wellness-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-dependents-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.patient-dependents-heading h1{margin:0;color:#264599;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-dependents-heading p{margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-dependents-add-button{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 18px;border:0;border-radius:12px;background:linear-gradient(90deg,#3d7ff5,#2a57d3);box-shadow:0 10px 18px #2d67e22e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-dependents-info-card{display:flex;align-items:flex-start;gap:12px;margin-top:14px;padding:14px 16px;background:linear-gradient(180deg,#eef5ff,#f4f8ff)}.patient-dependents-info-card>span{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:12px;background:#dfeeff;color:#2f65e8}.patient-dependents-info-card p{margin:0;color:#304155;font-size:12px;line-height:1.5}.patient-dependents-feedback,.patient-dependents-empty{border:1px solid #c8dcff;border-radius:14px;background:#eef5ff;color:#2f65e8;font-size:13px;line-height:1.55}.patient-dependents-feedback{margin-top:14px;padding:11px 14px}.patient-dependents-empty{grid-column:1 / -1;padding:28px 20px;border-style:dashed;color:#708199;text-align:center}.patient-dependents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.patient-dependent-card{padding:16px}.patient-dependent-card-top{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:start}.patient-dependent-avatar{display:grid;width:64px;height:64px;place-items:center;border:3px solid #edf2fb;border-radius:18px;object-fit:cover;object-position:center 24%;box-shadow:0 8px 20px #0f172a14}.patient-dependent-avatar-initials{color:#fff;font-size:20px;font-weight:650}.patient-dependent-avatar-sand{background:linear-gradient(145deg,#d9b48c,#596e87)}.patient-dependent-avatar-rose{background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.patient-dependent-avatar-azure{background:linear-gradient(145deg,#4e88fb,#3cb6b2)}.patient-dependent-card-copy h2{margin:6px 0 0;color:#264599;font-size:14px;font-weight:650}.patient-dependent-card-copy p{display:inline-flex;align-items:center;gap:5px;margin:7px 0 0;color:#139280;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.patient-dependent-status{padding:5px 10px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase}.patient-dependent-status-active{background:#eefcf8;color:#139280}.patient-dependent-status-pending{background:#fff4e6;color:#ef8f16}.patient-dependent-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #eef2f7}.patient-dependent-metrics article small{display:block;color:#94a6bd;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-dependent-metrics article strong{display:block;margin-top:4px;color:#415064;font-size:12px;font-weight:650;line-height:1.4}.patient-dependent-manage-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:38px;margin-top:14px;border:0;border-radius:12px;background:#f4f7fb;color:#2c61e6;font-size:13px;font-weight:650;cursor:pointer}.patient-dependent-manage-button:disabled{cursor:wait;opacity:.65}.patient-dependent-slot-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;padding:16px;text-align:center}.patient-dependent-slot-card>span{display:grid;width:44px;height:44px;place-items:center;border-radius:14px}.patient-dependent-slot-card strong{display:block;margin-top:16px;font-size:14px;font-weight:650}.patient-dependent-slot-card small{display:block;margin-top:6px;color:#a1afc2;font-size:12px}.patient-dependent-slot-card-add{border-style:dashed;color:#264599;cursor:pointer}.patient-dependent-slot-card-add>span{background:#edf4ff;color:#2f65e8}.patient-dependent-slot-card-muted{border-style:dashed;color:#b8c5d8;background:#fff9}.patient-dependent-slot-card-muted>span{background:#f3f6fb;color:#7f8d9d}.patient-dependents-main .patient-portal-features{margin-top:20px;border-top:1px solid #eef2f7}.patient-dependents-wellness-card{padding:16px}.patient-dependents-wellness-card h2{margin:0;color:#264599;font-size:16px;font-weight:650;line-height:1.25}.patient-dependents-wellness-card p{margin:12px 0 0;color:#708199;font-size:13px;line-height:1.6}.patient-dependents-visual{position:relative;overflow:hidden;height:192px;margin-top:16px;border-radius:18px;background:radial-gradient(circle at 20% 16%,rgba(255,255,255,.65),transparent 22%),linear-gradient(145deg,#f5cfd3,#f8d8d2 36%,#f7d8d5)}.patient-dependents-visual:before{position:absolute;right:26px;bottom:-18px;width:116px;height:116px;border-radius:28px;background:linear-gradient(180deg,#8fd0ff,#f7f9ff);box-shadow:0 18px 32px #486fab29;content:""}.patient-dependents-visual:after{position:absolute;left:24px;bottom:22px;width:86px;height:118px;border-radius:30px 30px 14px 14px;background:linear-gradient(180deg,#7cc4ff,#d9f3ff);box-shadow:0 18px 32px #486fab24;content:""}.patient-dependents-visual-card{position:absolute;display:flex;align-items:flex-start;gap:10px;width:140px;padding:10px;border-radius:14px;background:#ffffffe6;box-shadow:0 12px 24px #3f5f8e1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.patient-dependents-visual-card span{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:8px;background:#e7f7f5;color:#0f8d83}.patient-dependents-visual-card strong{display:block;color:#264599;font-size:11px;font-weight:700;text-transform:uppercase}.patient-dependents-visual-card small{display:block;margin-top:4px;color:#7a8ba3;font-size:10px;line-height:1.35}.patient-dependents-visual-card-top{top:18px;left:16px}.patient-dependents-visual-card-bottom{right:16px;bottom:16px}.patient-dependents-checklist{display:flex;flex-direction:column;gap:10px;margin-top:16px}.patient-dependents-checklist article{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;border-radius:12px;background:#f8fbff}.patient-dependents-checklist i{width:8px;height:8px;border-radius:50%;background:#4e88fb}.patient-dependents-checklist article:last-child i{background:#3cb6b2}.patient-dependents-checklist span{color:#415064;font-size:12px;font-weight:600}.patient-dependents-trust{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7}.patient-dependents-trust-avatars{display:flex;align-items:center}.patient-dependents-trust-avatars span{display:grid;width:24px;height:24px;margin-left:-6px;place-items:center;border:2px solid #ffffff;border-radius:50%;background:linear-gradient(145deg,#4e88fb,#3cb6b2);color:#fff;font-size:9px;font-weight:700}.patient-dependents-trust-avatars span:first-child{margin-left:0;background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.patient-dependents-trust-avatars span:nth-child(2){background:linear-gradient(145deg,#d9b48c,#596e87)}.patient-dependents-trust-avatars span:nth-child(3){background:linear-gradient(145deg,#596e87,#264599)}.patient-dependents-trust p{margin:0;color:#8da0b8;font-size:11px;font-style:italic}@media (max-width: 1280px){.patient-dependents-layout{grid-template-columns:minmax(0,1fr) 240px}}@media (max-width: 1120px){.patient-dependents-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-dependents-layout{grid-template-columns:1fr}}@media (max-width: 760px){.patient-dependents-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-dependents-topbar{flex-direction:column;align-items:flex-start;gap:12px}.patient-dependents-grid{grid-template-columns:1fr}}@media (max-width: 460px){.patient-dependent-card-top{grid-template-columns:56px minmax(0,1fr)}.patient-dependent-status{grid-column:2;justify-self:start}.patient-dependent-metrics{grid-template-columns:1fr;gap:10px}}.patient-dependents-error{margin:12px 0;padding:11px 14px;border:1px solid #fecaca;border-radius:12px;background:#fff1f2;color:#b42318;font-size:13px}.patient-dependent-form{margin:18px 0 22px;padding:22px;border:1px solid #e1eaf5;border-radius:18px;background:#fff;box-shadow:0 10px 26px #204c7c12}.patient-dependent-form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.patient-dependent-form-heading h2{margin:0 0 5px;color:#1c2940;font-size:18px}.patient-dependent-form-heading p{margin:0;color:#8797ae;font-size:12px}.patient-dependent-form-heading>button{border:0;background:transparent;color:#8392a8;font-size:24px;line-height:1;cursor:pointer}.patient-dependent-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.patient-dependent-form-grid label{display:grid;gap:7px;color:#43536b;font-size:12px;font-weight:700}.patient-dependent-form-grid input,.patient-dependent-form-grid select{width:100%;min-height:42px;padding:0 12px;border:1px solid #dce6f1;border-radius:10px;background:#fbfdff;color:#27364d;font:inherit;font-weight:500;outline:none}.patient-dependent-form-grid input:focus,.patient-dependent-form-grid select:focus{border-color:#3cb6b2;box-shadow:0 0 0 3px #3cb6b221}.patient-dependent-form-full{grid-column:1 / -1}.patient-dependent-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.patient-dependent-cancel-button,.patient-dependent-save-button{min-height:40px;padding:0 18px;border-radius:10px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.patient-dependent-cancel-button{border:1px solid #dce6f1;background:#fff;color:#53657e}.patient-dependent-save-button{display:inline-flex;align-items:center;gap:8px;border:0;background:linear-gradient(135deg,#1676b5,#3cb6b2);color:#fff}.patient-dependent-save-button:disabled,.patient-dependent-delete-button:disabled{opacity:.65;cursor:not-allowed}.patient-dependent-card-actions{display:flex;gap:8px;margin-top:16px}.patient-dependent-card-actions .patient-dependent-manage-button{flex:1;margin-top:0}.patient-dependent-delete-button{display:grid;width:40px;min-width:40px;min-height:40px;place-items:center;border:1px solid #f3d3d3;border-radius:10px;background:#fff7f7;color:#d14b4b;cursor:pointer}.patient-dependent-spinner{animation:patient-dependent-spin .8s linear infinite}@keyframes patient-dependent-spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.patient-dependent-form{padding:16px}.patient-dependent-form-grid{grid-template-columns:1fr}.patient-dependent-form-full{grid-column:auto}.patient-dependent-form-actions{flex-direction:column-reverse}.patient-dependent-cancel-button,.patient-dependent-save-button{width:100%}}.patient-book-diagnostic-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-book-diagnostic-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-book-diagnostic-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.patient-book-diagnostic-centre-card,.patient-book-diagnostic-test-card,.patient-book-diagnostic-note,.patient-book-diagnostic-summary-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-book-diagnostic-heading h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-book-diagnostic-heading p{margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-book-diagnostic-centre-card{display:flex;align-items:center;gap:14px;margin-top:14px;padding:16px}.patient-book-diagnostic-centre-icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:14px;background:#edf4ff;color:#17679c}.patient-book-diagnostic-centre-copy{min-width:0;flex:1}.patient-book-diagnostic-centre-copy h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-book-diagnostic-centre-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}.patient-book-diagnostic-centre-meta span{display:inline-flex;align-items:center;gap:6px;color:#708199;font-size:12px}.patient-book-diagnostic-centre-card b{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:24px;padding:0 12px;border-radius:999px;background:#edf4ff;color:#1660b0;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-book-diagnostic-tests-section,.patient-book-diagnostic-slots-section{margin-top:16px}.patient-book-diagnostic-tests-section h2,.patient-book-diagnostic-slots-section h2,.patient-book-diagnostic-summary-card h2{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-book-diagnostic-tests-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.patient-book-diagnostic-test-card{position:relative;min-height:140px;padding:14px;text-align:left;cursor:pointer}.patient-book-diagnostic-test-card-selected{border-color:#17679c;box-shadow:0 10px 22px #17679c1a}.patient-book-diagnostic-test-card-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#f1f5fb;color:#6a7d95}.patient-book-diagnostic-test-check{position:absolute;top:14px;right:14px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#17679c;color:#fff}.patient-book-diagnostic-test-card strong{display:block;margin-top:16px;color:#1f2a3e;font-size:14px;font-weight:650;line-height:1.35}.patient-book-diagnostic-test-card p{margin:10px 0 0;color:#17679c;font-size:15px;font-weight:700}.patient-book-diagnostic-slots-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.patient-book-diagnostic-slot{height:42px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;color:#1f2a3e;font-size:13px;font-weight:500;cursor:pointer}.patient-book-diagnostic-slot-selected{border-color:#17679c;background:#eef7ff;color:#17679c;font-weight:650}.patient-book-diagnostic-note{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px 16px;background:linear-gradient(180deg,#eef6ff,#f4f8ff)}.patient-book-diagnostic-note>span{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:10px;background:#dfeeff;color:#17679c}.patient-book-diagnostic-note p{margin:0;color:#17679c;font-size:12px;line-height:1.55}.patient-book-diagnostic-summary-card{padding:16px 0 12px}.patient-book-diagnostic-summary-card h2{padding:0 16px 14px;border-bottom:1px solid #e9eef5;color:#1660b0;font-size:12px;letter-spacing:1px;text-transform:uppercase}.patient-book-diagnostic-summary-group{padding:16px;border-bottom:1px solid #eef2f7}.patient-book-diagnostic-summary-group small{display:block;color:#6f82a0;font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.patient-book-diagnostic-summary-group strong{display:block;margin-top:9px;color:#1f2a3e;font-size:13px;font-weight:650;line-height:1.45}.patient-book-diagnostic-summary-group p{margin:7px 0 0;color:#17679c;font-size:12px;font-weight:700}.patient-book-diagnostic-summary-time{display:inline-flex;align-items:center;gap:8px}.patient-book-diagnostic-primary-action,.patient-book-diagnostic-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 32px);height:42px;margin:16px 16px 0;border-radius:14px;font-size:13px;font-weight:650;cursor:pointer}.patient-book-diagnostic-primary-action{border:0;background:linear-gradient(90deg,#15679a,#35b7a8);box-shadow:0 10px 18px #1a7a952e;color:#fff}.patient-book-diagnostic-secondary-action{border:1px solid #dbe4ef;background:#fff;color:#5d6d82}.patient-book-diagnostic-summary-footer{margin:14px 16px 0;color:#a0aebe;font-size:10px;text-align:center}.patient-book-diagnostic-page-state{min-height:420px;display:flex;align-items:center;justify-content:center;gap:10px;color:#62748f}.patient-book-diagnostic-test-card small{display:block;margin-top:5px;color:#8a9ab3;font-size:10px}.patient-book-diagnostic-schedule-section{padding:24px;border:1px solid #e1eaf5;border-radius:18px;background:#fff}.patient-book-diagnostic-schedule-section h2{margin:0 0 18px;color:#14213d;font-size:17px}.patient-book-diagnostic-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.patient-book-diagnostic-schedule-grid label,.patient-book-diagnostic-remarks{display:grid;gap:8px;color:#42536c;font-size:12px;font-weight:700}.patient-book-diagnostic-schedule-grid input,.patient-book-diagnostic-schedule-grid select,.patient-book-diagnostic-remarks textarea{width:100%;padding:13px 14px;border:1px solid #d7e2ef;border-radius:12px;outline:0;color:#24324a;background:#f9fbfe;font:inherit;font-weight:500}.patient-book-diagnostic-schedule-grid input:focus,.patient-book-diagnostic-schedule-grid select:focus,.patient-book-diagnostic-remarks textarea:focus{border-color:#16a8c6;box-shadow:0 0 0 3px #16a8c61a}.patient-book-diagnostic-home-option{display:flex;align-items:center;gap:9px;margin:17px 0;color:#42536c;font-size:13px;font-weight:650}.patient-book-diagnostic-home-option input{width:17px;height:17px;accent-color:#13a9b4}.patient-book-diagnostic-remarks{margin-top:17px}.patient-book-diagnostic-remarks textarea{resize:vertical;min-height:86px}.patient-book-diagnostic-feedback{display:flex;align-items:center;gap:8px;padding:13px 15px;border-radius:12px;font-size:12px}.patient-book-diagnostic-feedback.error{border:1px solid #fecaca;color:#b42318;background:#fff5f5}.patient-book-diagnostic-feedback.success{border:1px solid #b7ebd3;color:#087a55;background:#effcf6}.patient-book-diagnostic-primary-action:disabled{cursor:not-allowed;opacity:.6}.patient-book-diagnostic-empty{color:#72829b;font-size:13px}@media (max-width: 640px){.patient-book-diagnostic-schedule-grid{grid-template-columns:1fr}}@media (max-width: 1280px){.patient-book-diagnostic-layout{grid-template-columns:minmax(0,1fr) 280px}.patient-book-diagnostic-tests-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1120px){.patient-book-diagnostic-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-book-diagnostic-layout{grid-template-columns:1fr}}@media (max-width: 760px){.patient-book-diagnostic-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-book-diagnostic-centre-card{flex-direction:column;align-items:flex-start}.patient-book-diagnostic-tests-grid,.patient-book-diagnostic-slots-grid{grid-template-columns:1fr}}.patient-diagnostic-centres-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-diagnostic-centres-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-diagnostic-centres-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.patient-diagnostic-centres-hero,.patient-diagnostic-centres-search-card,.patient-diagnostic-centre-card,.patient-diagnostic-centres-empty-state,.patient-diagnostic-centres-selected-card,.patient-diagnostic-centres-tests-card,.patient-diagnostic-centres-contact-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-diagnostic-centres-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px}.patient-diagnostic-centres-hero-copy span{display:inline-flex;align-items:center;height:24px;padding:0 12px;border-radius:999px;background:#edf4ff;color:#1660b0;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.patient-diagnostic-centres-hero-copy h1{margin:12px 0 0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-diagnostic-centres-hero-copy p{max-width:500px;margin:10px 0 0;color:#708199;font-size:13px;line-height:1.55}.patient-diagnostic-centre-visual{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#f7fbff,#eef6ff)}.patient-diagnostic-centre-visual-hero{width:136px;height:132px;flex:0 0 136px}.patient-diagnostic-centre-visual:not(.patient-diagnostic-centre-visual-hero){width:100%;height:168px}.patient-diagnostic-centre-visual-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.95),transparent 42%),linear-gradient(180deg,#5dbdff47,#e5f4ff33)}.patient-diagnostic-centre-visual-screen,.patient-diagnostic-centre-visual-station,.patient-diagnostic-centre-visual-device,.patient-diagnostic-centre-visual-floor{position:absolute;border-radius:12px}.patient-diagnostic-centre-visual-screen{top:16px;left:50%;width:42%;height:34%;transform:translate(-50%);background:linear-gradient(180deg,#20add7f5,#3f7be9e0);box-shadow:0 10px 18px #3b82f624}.patient-diagnostic-centre-visual-station{bottom:18px;left:50%;width:56%;height:28%;transform:translate(-50%);background:#fffffff2;box-shadow:0 12px 22px #8daed833}.patient-diagnostic-centre-visual-device{bottom:34px;width:18%;height:34%;background:#fffffff0;box-shadow:0 10px 18px #8097b629}.patient-diagnostic-centre-visual-device-left{left:12px}.patient-diagnostic-centre-visual-device-right{right:12px}.patient-diagnostic-centre-visual-floor{right:-8%;bottom:-10%;width:74%;height:34%;border-radius:50%;background:#bfddff80;filter:blur(3px)}.patient-diagnostic-centre-visual-apollo{background:linear-gradient(180deg,#f8fbff,#e6f0fb)}.patient-diagnostic-centre-visual-city{background:linear-gradient(180deg,#fbfdff,#eef6fb)}.patient-diagnostic-centre-visual-city .patient-diagnostic-centre-visual-screen{width:28%}.patient-diagnostic-centre-visual-city .patient-diagnostic-centre-visual-device-left,.patient-diagnostic-centre-visual-city .patient-diagnostic-centre-visual-device-right{width:10%;height:40%}.patient-diagnostic-centre-visual-northstar{background:linear-gradient(180deg,#f4f8ff,#edf8ff)}.patient-diagnostic-centre-visual-northstar .patient-diagnostic-centre-visual-screen{width:46%;background:linear-gradient(180deg,#675af5eb,#2784e8e0)}.patient-diagnostic-centre-visual-hero-lab{background:linear-gradient(180deg,#f5faff,#eaf3ff)}.patient-diagnostic-centres-search-card{margin-top:14px;padding:16px}.patient-diagnostic-centres-search-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr) minmax(0,.9fr) 152px;gap:12px}.patient-diagnostic-centres-search-large{grid-column:auto}.patient-diagnostic-centres-search-grid label>span{display:block;margin-bottom:7px;color:#8b9cb2;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-diagnostic-centres-field{display:flex;align-items:center;height:40px;padding:0 12px;border:1px solid #dbe4ef;border-radius:12px;background:#fbfcfe;color:#7b93b2}.patient-diagnostic-centres-field input,.patient-diagnostic-centres-field select{min-width:0;flex:1;height:100%;padding:0 8px;border:0;outline:0;background:transparent;color:#334155;font:inherit;font-size:13px}.patient-diagnostic-centres-field input::placeholder{color:#9aa8bb;opacity:1}.patient-diagnostic-centres-field-select select{appearance:none;cursor:pointer}.patient-diagnostic-centres-search-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;align-self:end;height:40px;border:0;border-radius:12px;background:linear-gradient(90deg,#15679a,#35b7a8);box-shadow:0 10px 18px #1a7a952e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-diagnostic-centres-results-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.patient-diagnostic-centres-results-header h2{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-diagnostic-centres-results-header p{margin:0;color:#708199;font-size:12px}.patient-diagnostic-centres-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.patient-diagnostic-centre-card{overflow:hidden}.patient-diagnostic-centre-card-selected{border-color:#9cc7ff;box-shadow:0 10px 22px #2d67e214}.patient-diagnostic-centre-card-media{position:relative}.patient-diagnostic-centre-card-media>span{position:absolute;top:12px;right:12px;height:22px;padding:0 9px;border-radius:999px;background:#fffffff2;color:#1874b1;font-size:9px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;line-height:22px}.patient-diagnostic-centre-card-body{padding:14px 16px 0}.patient-diagnostic-centre-card-body h3{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-diagnostic-centre-card-tags,.patient-diagnostic-centre-card-price,.patient-diagnostic-centre-card-contact{display:flex;align-items:flex-start;gap:7px;margin:10px 0 0;color:#7c8da4;font-size:12px;line-height:1.45}.patient-diagnostic-centre-card-price{color:#1f2a3e;font-weight:650}.patient-diagnostic-centre-card button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 32px);height:38px;margin:14px 16px 16px;border:0;border-radius:12px;background:linear-gradient(90deg,#15679a,#35b7a8);color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-diagnostic-centres-empty-state{display:flex;flex-direction:column;align-items:center;margin-top:14px;padding:32px 20px;text-align:center;color:#7a8ba3}.patient-diagnostic-centres-empty-state h3{margin:12px 0 0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-diagnostic-centres-empty-state p{margin:6px 0 0;font-size:12px}.patient-diagnostic-centres-selected-panel{position:sticky;top:calc(var(--patient-dashboard-header-height) + 14px)}.patient-diagnostic-centres-selected-badge{display:inline-flex;align-items:center;height:22px;padding:0 12px;margin-left:18px;border-radius:999px 999px 10px 10px;background:#17679c;color:#fff;font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-diagnostic-centres-selected-card{margin-top:-1px;padding:16px}.patient-diagnostic-centres-selected-card h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-diagnostic-centres-selected-address{margin:10px 0 0;color:#708199;font-size:12px;line-height:1.55}.patient-diagnostic-centres-tests-card{margin-top:16px;padding:14px;background:linear-gradient(180deg,#fbfdff,#f5f9fd);box-shadow:none}.patient-diagnostic-centres-tests-card>small,.patient-diagnostic-centres-contact-section>small{display:block;color:#1660b0;font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.patient-diagnostic-centres-tests-list{margin-top:10px}.patient-diagnostic-centres-tests-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #e6edf5}.patient-diagnostic-centres-tests-list article:first-child{border-top:0;padding-top:0}.patient-diagnostic-centres-tests-list span,.patient-diagnostic-centres-tests-list strong{font-size:12px}.patient-diagnostic-centres-tests-list span{color:#334155}.patient-diagnostic-centres-tests-list strong{color:#1f2a3e;font-weight:650}.patient-diagnostic-centres-tests-card button{margin-top:10px;padding:0;border:0;background:transparent;color:#17679c;font-size:12px;font-weight:650;cursor:pointer}.patient-diagnostic-centres-contact-section{margin-top:16px}.patient-diagnostic-centres-contact-card{display:flex;align-items:flex-start;gap:12px;margin-top:10px;padding:12px;box-shadow:none}.patient-diagnostic-centres-contact-card>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:12px;background:#edf4ff;color:#17679c}.patient-diagnostic-centres-contact-card strong{display:block;color:#1f2a3e;font-size:12px;font-weight:650;line-height:1.45}.patient-diagnostic-centres-contact-card p{margin:4px 0 0;color:#8a9bb1;font-size:11px;line-height:1.45}.patient-diagnostic-centres-primary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:42px;margin-top:16px;border:0;border-radius:14px;background:linear-gradient(90deg,#15679a,#35b7a8);box-shadow:0 10px 18px #1a7a952e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-diagnostic-centres-selected-footer{margin:14px 0 0;color:#a0aebe;font-size:10px;text-align:center}.patient-diagnostic-centres-api-state{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border:1px solid #fecaca;border-radius:14px;color:#b42318;background:#fff5f5;font-size:13px}.patient-diagnostic-centres-api-state button,.patient-diagnostic-centres-orders-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;color:#0878ad;font-weight:700;cursor:pointer}.patient-diagnostic-centres-inline-loading{display:flex;align-items:center;gap:8px;margin:12px 0 0;color:#6b7f9c;font-size:12px}.patient-diagnostic-centres-orders-link{width:100%;margin-top:12px;padding:9px}.patient-diagnostic-centres-primary-action:disabled{cursor:not-allowed;opacity:.55}@media (max-width: 1280px){.patient-diagnostic-centres-layout{grid-template-columns:minmax(0,1fr) 292px}.patient-diagnostic-centres-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1120px){.patient-diagnostic-centres-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-diagnostic-centres-layout{grid-template-columns:1fr}.patient-diagnostic-centres-selected-panel{position:static}}@media (max-width: 760px){.patient-diagnostic-centres-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-diagnostic-centres-hero,.patient-diagnostic-centres-results-header{flex-direction:column;align-items:flex-start}.patient-diagnostic-centres-grid,.patient-diagnostic-centres-search-grid{grid-template-columns:1fr}}@media (max-width: 460px){.patient-diagnostic-centres-hero-copy h1{font-size:20px}.patient-diagnostic-centres-selected-badge{margin-left:12px}}.patient-diagnostic-orders-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;color:#1b2436;background:#f5f8fd}.patient-diagnostic-orders-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 24px) 26px 34px;background:radial-gradient(circle at 90% 5%,rgba(211,244,248,.72),transparent 27%),#f6f9fd}.patient-diagnostic-orders-heading,.patient-diagnostic-orders-heading>div,.patient-diagnostic-orders-toolbar,.patient-diagnostic-orders-toolbar>div,.patient-diagnostic-orders-footer,.patient-diagnostic-orders-loading{display:flex;align-items:center}.patient-diagnostic-orders-heading{justify-content:space-between;gap:18px;margin-bottom:20px}.patient-diagnostic-orders-heading>div{gap:13px}.patient-diagnostic-orders-heading>div>span{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;color:#0d6897;background:#e8f5ff}.patient-diagnostic-orders-heading h1{margin:0;color:#172237;font-size:28px}.patient-diagnostic-orders-heading p{margin:4px 0 0;color:#71829a;font-size:13px}.patient-diagnostic-orders-heading>a{display:flex;align-items:center;gap:8px;padding:13px 18px;border-radius:13px;color:#fff;background:linear-gradient(100deg,#106995,#2eb8ae);box-shadow:0 9px 20px #1069952e;font-size:13px;font-weight:700;text-decoration:none}.patient-diagnostic-orders-toolbar{justify-content:flex-end;gap:10px;margin-bottom:16px;padding:12px 14px;border:1px solid #e4ecf5;border-radius:17px;background:#fff}.patient-diagnostic-orders-toolbar>div{gap:7px;margin-right:auto;color:#60738e;font-size:12px}.patient-diagnostic-orders-toolbar select,.patient-diagnostic-orders-toolbar button{height:40px;padding:0 13px;border:1px solid #dce6f1;border-radius:11px;color:#33435b;background:#f9fbfe;font:inherit;font-size:12px}.patient-diagnostic-orders-toolbar button{display:flex;align-items:center;gap:7px;cursor:pointer}.patient-diagnostic-orders-table td{height:76px}.patient-diagnostic-orders-id{color:#0878ad;font-size:12px}.patient-diagnostic-orders-primary{display:grid;gap:4px}.patient-diagnostic-orders-primary strong{color:#26344a;font-size:12px}.patient-diagnostic-orders-primary small{color:#8797ae;font-size:10px}.patient-diagnostic-order-status{display:inline-flex;padding:6px 9px;border-radius:999px;color:#47617b;background:#eef3f8;font-size:9px;font-weight:800;white-space:nowrap}.patient-diagnostic-order-status.pending{color:#a66300;background:#fff2cd}.patient-diagnostic-order-status.accepted,.patient-diagnostic-order-status.scheduled{color:#176db0;background:#e7f2ff}.patient-diagnostic-order-status.sample_collected,.patient-diagnostic-order-status.processing{color:#6b51c9;background:#eeeaff}.patient-diagnostic-order-status.completed{color:#078859;background:#dbf8e9}.patient-diagnostic-order-status.cancelled{color:#bd3d48;background:#ffe9eb}.patient-diagnostic-orders-view{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #cfe1ef;border-radius:9px;color:#0d6897;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.patient-diagnostic-orders-footer{width:100%;justify-content:space-between;padding:0 15px;color:#71829a;font-size:11px}.patient-diagnostic-orders-loading{justify-content:center;gap:8px}.patient-diagnostic-orders-feedback{margin:0 0 13px;padding:11px 14px;border-radius:11px;font-size:12px}.patient-diagnostic-orders-feedback.success{color:#087a55;background:#effcf6;border:1px solid #b7ebd3}.patient-diagnostic-orders-feedback.error{color:#b42318;background:#fff5f5;border:1px solid #fecaca}.patient-diagnostic-order-modal{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:20px;background:#0f1c3073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.patient-diagnostic-order-modal>section{width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:22px;background:#fff;box-shadow:0 24px 60px #0f243c38}.patient-diagnostic-order-modal header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #e8eef5}.patient-diagnostic-order-modal header small{color:#8394aa;font-size:10px;text-transform:uppercase;letter-spacing:.8px}.patient-diagnostic-order-modal header h2{margin:4px 0 0;color:#16243b;font-size:20px}.patient-diagnostic-order-modal header button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;color:#64758d;background:#f3f6fa;cursor:pointer}.patient-diagnostic-order-modal-body{padding:20px 22px}.patient-diagnostic-order-detail-hero{display:flex;align-items:center;gap:12px;padding:15px;border-radius:14px;background:#f5f9fd}.patient-diagnostic-order-detail-hero>span{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;color:#0878ad;background:#e3f4fc}.patient-diagnostic-order-detail-hero>div{flex:1;display:grid;gap:3px}.patient-diagnostic-order-detail-hero strong{color:#213149;font-size:14px}.patient-diagnostic-order-detail-hero p{margin:0;color:#71829a;font-size:11px}.patient-diagnostic-order-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:15px}.patient-diagnostic-order-detail-grid article{display:grid;gap:7px;padding:13px;border:1px solid #e4ebf3;border-radius:12px}.patient-diagnostic-order-detail-grid small,.patient-diagnostic-order-remarks small{color:#8a9ab0;font-size:9px;font-weight:700;text-transform:uppercase}.patient-diagnostic-order-detail-grid strong{display:flex;align-items:center;gap:6px;color:#304159;font-size:11px}.patient-diagnostic-order-remarks{margin-top:14px;padding:13px;border-radius:12px;background:#f8fafc}.patient-diagnostic-order-remarks p{margin:6px 0 0;color:#51627a;font-size:12px;line-height:1.55}.patient-diagnostic-order-modal footer{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;padding:16px 22px;border-top:1px solid #e8eef5}.patient-diagnostic-order-modal footer button{display:flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid #cfe0ed;border-radius:10px;color:#0e6794;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.patient-diagnostic-order-modal footer button.danger{color:#ba3f49;border-color:#f3c8cc}@media (max-width: 980px){.patient-diagnostic-orders-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}}@media (max-width: 760px){.patient-diagnostic-orders-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 18px) 14px 26px}.patient-diagnostic-orders-heading{align-items:flex-start}.patient-diagnostic-orders-heading h1{font-size:23px}.patient-diagnostic-orders-heading>a{padding:11px;font-size:0}.patient-diagnostic-orders-toolbar{align-items:stretch;flex-wrap:wrap}.patient-diagnostic-orders-toolbar>div{width:100%}.patient-diagnostic-order-detail-grid{grid-template-columns:1fr}}.patient-doctor-detail-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-doctor-detail-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-doctor-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.patient-doctor-detail-hero,.patient-doctor-detail-profile-card,.patient-doctor-detail-scheduler,.patient-doctor-detail-summary-card,.patient-doctor-detail-benefit-card,.patient-doctor-detail-note,.patient-doctor-detail-fee-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-doctor-detail-hero{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.patient-doctor-detail-hero-copy h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-doctor-detail-hero-copy p{margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-doctor-detail-hero-visual{display:grid;width:92px;height:92px;padding:10px;place-items:center;border-radius:14px;background:radial-gradient(circle at 35% 25%,rgba(255,98,93,.4),transparent 32%),linear-gradient(145deg,#191b26,#2c2b34)}.patient-doctor-detail-hero-visual img{width:100%;height:100%;object-fit:contain}.patient-doctor-detail-profile-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:14px;padding:16px}.patient-doctor-detail-profile-main{display:flex;align-items:flex-start;gap:14px;min-width:0}.patient-doctor-detail-avatar{display:grid;width:92px;height:92px;flex:0 0 92px;place-items:center;border:4px solid #edf2fb;border-radius:28px;object-fit:cover;object-position:center 24%;box-shadow:0 10px 24px #0f172a14}.patient-doctor-detail-avatar-initials{color:#fff;font-size:28px;font-weight:650}.patient-doctor-detail-avatar-sand{background:linear-gradient(145deg,#d9b48c,#596e87)}.patient-doctor-detail-avatar-rose{background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.patient-doctor-detail-copy{min-width:0}.patient-doctor-detail-copy h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-doctor-detail-copy>p{margin:6px 0 0;color:#2f65e8;font-size:13px;font-weight:700}.patient-doctor-detail-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.patient-doctor-detail-tags span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid #e7edf5;border-radius:12px;background:#f8fbff;color:#4b5e75;font-size:12px}.patient-doctor-detail-fee{flex:0 0 auto;text-align:right}.patient-doctor-detail-fee small{display:block;color:#9aacbf;font-size:12px}.patient-doctor-detail-fee strong{display:block;margin-top:4px;color:#2f65e8;font-size:18px;font-weight:650}.patient-doctor-detail-scheduler{margin-top:14px;padding:16px}.patient-doctor-detail-scheduler h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-doctor-detail-section-block{margin-top:18px}.patient-doctor-detail-section-block>small,.patient-doctor-detail-slot-header small{display:block;color:#6f82a0;font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.patient-doctor-detail-field-label{display:block;margin-bottom:9px;color:#6f82a0;font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.patient-doctor-detail-family-select{width:100%;min-height:42px;padding:0 12px;border:1px solid #dbe3ee;border-radius:11px;background:#fff;color:#33445d;font:inherit;font-size:13px;outline:none}.patient-doctor-detail-family-select:focus{border-color:#3d7ff5;box-shadow:0 0 0 3px #3d7ff51f}.patient-doctor-detail-type-toggle{display:flex;gap:8px;margin-top:10px;padding:5px;border-radius:14px;background:#eff4fa}.patient-doctor-detail-type-toggle button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1;height:42px;border:0;border-radius:12px;background:transparent;color:#687c97;font-size:13px;font-weight:650;cursor:pointer}.patient-doctor-detail-type-toggle .patient-doctor-detail-type-active{background:#fff;box-shadow:0 8px 18px #0f172a14;color:#2f65e8}.patient-doctor-detail-slot-header{display:flex;align-items:center;justify-content:space-between}.patient-doctor-detail-slot-nav{display:flex;gap:8px}.patient-doctor-detail-slot-nav button{display:grid;width:30px;height:30px;place-items:center;border:1px solid #dbe3ee;border-radius:9px;background:#fff;color:#8293a8}.patient-doctor-detail-slots-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}.patient-doctor-detail-api-state{display:flex;min-height:70px;grid-column:1 / -1;align-items:center;justify-content:center;gap:8px;border:1px dashed #dbe4ef;border-radius:14px;background:#f9fbfd;color:#71839d;font-size:12px;text-align:center}.patient-doctor-detail-api-error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.patient-doctor-detail-slot{height:70px;padding:0 10px;border:1px solid #e1e8f1;border-radius:14px;background:#fff;text-align:center;color:#314155;cursor:pointer}.patient-doctor-detail-slot small{display:block;color:#9aacbf;font-size:11px}.patient-doctor-detail-slot strong{display:block;margin-top:6px;font-size:14px;font-weight:650}.patient-doctor-detail-slot-active{border-color:transparent;background:linear-gradient(135deg,#3d7ff5,#2b56d2);box-shadow:0 12px 22px #2d67e22e;color:#fff}.patient-doctor-detail-slot-active small{color:#edf4ffe6}.patient-doctor-detail-slot-disabled{background:#f5f7fb;color:#b8c4d4;cursor:not-allowed}.patient-doctor-detail-slot-disabled small{color:#c2ccda}.patient-doctor-detail-fee-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;padding:14px 16px}.patient-doctor-detail-fee-copy{display:flex;align-items:center;gap:12px}.patient-doctor-detail-fee-copy>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#edf4ff;color:#2f65e8}.patient-doctor-detail-fee-copy small{display:block;color:#6e7f95;font-size:12px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.patient-doctor-detail-fee-copy p{margin:3px 0 0;color:#8a9bb1;font-size:12px}.patient-doctor-detail-fee-card strong{color:#1f2a3e;font-size:18px;font-weight:650}.patient-doctor-detail-note{display:flex;align-items:flex-start;gap:12px;margin-top:14px;padding:14px 16px;background:linear-gradient(180deg,#eef5ff,#f4f8ff)}.patient-doctor-detail-note>span{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:10px;background:#dfeeff;color:#2f65e8}.patient-doctor-detail-note p{margin:0;color:#304155;font-size:12px;line-height:1.5}.patient-doctor-detail-summary-card{padding:16px}.patient-doctor-detail-summary-card h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-doctor-detail-summary-list{margin-top:12px}.patient-doctor-detail-summary-list article{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid #eef2f7}.patient-doctor-detail-summary-list article:first-child{border-top:0}.patient-doctor-detail-summary-list span{color:#6f82a0;font-size:12px}.patient-doctor-detail-summary-list strong{display:block;color:#1f2a3e;font-size:12px;font-weight:650;text-align:right;line-height:1.45}.patient-doctor-detail-summary-list b{display:inline-flex;align-items:center;justify-content:center;min-width:90px;height:28px;padding:0 10px;border-radius:999px;background:#eef4ff;color:#2f65e8;font-size:11px;font-weight:700}.patient-doctor-detail-summary-list small{display:block;margin-top:4px;color:#8da0b8;font-size:11px;text-align:right}.patient-doctor-detail-summary-total{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:14px;border-top:1px solid #eef2f7}.patient-doctor-detail-summary-total span{color:#1f2a3e;font-size:14px;font-weight:650}.patient-doctor-detail-summary-total strong{color:#2f65e8;font-size:18px;font-weight:650}.patient-doctor-detail-booking-message{display:flex;align-items:center;gap:7px;margin-top:14px;padding:10px 11px;border-radius:10px;font-size:11px;line-height:1.4}.patient-doctor-detail-booking-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.patient-doctor-detail-booking-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d}.patient-doctor-detail-book-button{display:flex;width:100%;height:46px;align-items:center;justify-content:center;gap:8px;margin-top:14px;border:0;border-radius:12px;background:linear-gradient(90deg,#145f92,#3bb9b2);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.patient-doctor-detail-book-button:disabled{cursor:not-allowed;opacity:.58}.patient-doctor-detail-benefit-card{position:relative;overflow:hidden;min-height:340px;margin-top:14px;padding:16px;background:linear-gradient(180deg,#effcff,#f5fbff)}.patient-doctor-detail-benefit-copy h3{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-doctor-detail-benefit-copy p{margin:8px 0 0;color:#708199;font-size:12px;line-height:1.5}.patient-doctor-detail-benefit-image{position:absolute;right:-10px;bottom:0;width:180px;height:180px;object-fit:contain}.patient-doctor-detail-benefit-chip{position:absolute;display:flex;align-items:center;gap:10px;width:136px;padding:10px;border-radius:14px;background:#ffffffeb;box-shadow:0 12px 24px #3f5f8e1f}.patient-doctor-detail-benefit-chip span{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:#e7f7f5;color:#0f8d83}.patient-doctor-detail-benefit-chip small{display:block;color:#9aacbf;font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.patient-doctor-detail-benefit-chip strong{display:block;margin-top:3px;color:#1f2a3e;font-size:12px;font-weight:650}.patient-doctor-detail-benefit-chip-top{left:16px;top:110px}.patient-doctor-detail-benefit-chip-bottom{right:16px;bottom:16px}.patient-doctor-detail-back-button{width:100%;height:38px;margin-top:12px;border:0;border-radius:12px;background:#f4f7fb;color:#475569;font-size:13px;font-weight:650;cursor:pointer}@media (max-width: 1280px){.patient-doctor-detail-layout{grid-template-columns:minmax(0,1fr) 270px}.patient-doctor-detail-slots-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1120px){.patient-doctor-detail-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-doctor-detail-layout{grid-template-columns:1fr}}@media (max-width: 760px){.patient-doctor-detail-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-doctor-detail-hero,.patient-doctor-detail-profile-card{flex-direction:column;align-items:flex-start}.patient-doctor-detail-profile-main{flex-direction:column}.patient-doctor-detail-slots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 460px){.patient-doctor-detail-hero-copy h1{font-size:20px}.patient-doctor-detail-slots-grid{grid-template-columns:1fr}.patient-doctor-detail-type-toggle{flex-direction:column}}.patient-doctors-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-doctors-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-doctors-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.patient-doctors-hero,.patient-doctors-search-card,.patient-doctor-card,.patient-doctors-profile-card,.patient-doctors-empty-state{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-doctors-hero{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.patient-doctors-hero-copy h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-doctors-hero-copy p{max-width:420px;margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-doctors-hero-icon{display:grid;width:92px;height:92px;padding:10px;place-items:center;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f4f8fe)}.patient-doctors-hero-icon img{width:100%;height:100%;object-fit:contain}.patient-doctors-search-card{margin-top:14px;padding:16px}.patient-doctors-search-card h2{margin:0;color:#182338;font-size:14px;font-weight:650}.patient-doctors-search-form{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.84fr) minmax(0,.84fr) 132px;gap:12px;margin-top:14px}.patient-doctors-search-form label{display:block}.patient-doctors-search-form label>span{display:block;margin-bottom:7px;color:#8b9cb2;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-doctors-field{display:flex;align-items:center;height:40px;padding:0 12px;border:1px solid #dbe4ef;border-radius:12px;background:#fbfcfe;color:#7b93b2}.patient-doctors-field input,.patient-doctors-field select{min-width:0;flex:1;height:100%;padding:0 8px;border:0;outline:0;background:transparent;color:#334155;font:inherit;font-size:13px}.patient-doctors-field input::placeholder{color:#9aa8bb;opacity:1}.patient-doctors-field-select select{appearance:none;cursor:pointer}.patient-doctors-search-button{align-self:end;height:40px;border:0;border-radius:12px;background:linear-gradient(90deg,#3d7ff5,#2a57d3);box-shadow:0 10px 18px #2d67e22e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-doctors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.patient-doctor-card{position:relative;padding:20px 16px 14px;text-align:center}.patient-doctor-card-selected{border-color:#7aa7ff;box-shadow:0 10px 24px #2a57d314}.patient-doctor-selected-badge{position:absolute;top:12px;right:12px;padding:4px 9px;border-radius:999px;background:#4d84f6;color:#fff;font-size:9px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.patient-doctor-portrait{display:grid;width:74px;height:74px;margin:0 auto;place-items:center;border:3px solid #edf2fb;border-radius:50%;object-fit:cover;object-position:center 24%;box-shadow:0 8px 20px #0f172a14}.patient-doctor-portrait-large{width:112px;height:112px;border-width:4px}.patient-doctor-portrait-initials{color:#fff;font-size:24px;font-weight:650}.patient-doctor-avatar-sand{background:linear-gradient(145deg,#d9b48c,#596e87)}.patient-doctor-avatar-rose{background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.patient-doctor-card h3{margin:14px 0 0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-doctor-card-title{margin:5px 0 0;color:#3f79f2;font-size:12px;font-weight:700;text-transform:uppercase}.patient-doctor-card-location{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0;color:#8ea0b8;font-size:12px}.patient-doctor-card-price{display:inline-flex;align-items:center;justify-content:center;min-width:162px;height:34px;margin-top:14px;padding:0 14px;border-radius:999px;background:#eefcf8;color:#25a7a5;font-size:12px;font-weight:700}.patient-doctor-card button{width:100%;height:38px;margin-top:16px;border:0;border-radius:12px;background:linear-gradient(90deg,#3d7ff5,#2b56d2);color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-doctors-profile-card{padding:14px 16px 16px}.patient-doctors-profile-top{display:flex;align-items:center;justify-content:space-between}.patient-doctors-profile-top h2{margin:0;color:#182338;font-size:14px;font-weight:650}.patient-doctors-profile-top button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#8f9fb4;cursor:pointer}.patient-doctors-profile-card .patient-doctor-portrait-large{margin-top:14px}.patient-doctors-profile-copy{padding-bottom:14px;margin-top:14px;border-bottom:1px solid #eef2f7;text-align:center}.patient-doctors-profile-copy h3{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-doctors-profile-copy p{margin:5px 0 0;color:#3f79f2;font-size:12px;font-weight:700}.patient-doctors-profile-details{display:flex;flex-direction:column;gap:14px;margin-top:14px}.patient-doctors-profile-details article{display:flex;align-items:flex-start;gap:10px}.patient-doctors-profile-details article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:#f4f8fd;color:#23739d}.patient-doctors-profile-details small{display:block;color:#9aacbf;font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.patient-doctors-profile-details strong{display:block;margin-top:3px;color:#516274;font-size:12px;font-weight:600;line-height:1.45}.patient-doctors-primary-action,.patient-doctors-secondary-action{width:100%;height:38px;border-radius:12px;font-size:13px;font-weight:650;cursor:pointer}.patient-doctors-primary-action{margin-top:18px;border:0;background:linear-gradient(90deg,#3d7ff5,#2b56d2);color:#fff}.patient-doctors-secondary-action{margin-top:10px;border:0;background:#f4f7fb;color:#475569}.patient-doctors-empty-state{display:flex;flex-direction:column;align-items:center;margin-top:14px;padding:32px 20px;text-align:center;color:#7a8ba3}.patient-doctors-empty-state h3{margin:12px 0 0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-doctors-empty-state p{margin:6px 0 0;font-size:12px}.patient-doctors-api-error>button{margin-top:14px;padding:9px 18px;border:0;border-radius:10px;background:#145f92;color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}@media (max-width: 1280px){.patient-doctors-layout{grid-template-columns:minmax(0,1fr) 270px}.patient-doctors-search-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1120px){.patient-doctors-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-doctors-layout{grid-template-columns:1fr}}@media (max-width: 760px){.patient-doctors-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-doctors-hero{flex-direction:column;align-items:flex-start;gap:12px}.patient-doctors-hero-icon{width:76px;height:76px}.patient-doctors-grid,.patient-doctors-search-form{grid-template-columns:1fr}}@media (max-width: 460px){.patient-doctors-hero-copy h1{font-size:20px}}.patient-login-page{min-height:100vh;background:radial-gradient(circle at left top,rgba(226,244,255,.92),transparent 36%),radial-gradient(circle at right center,rgba(228,241,255,.76),transparent 32%),linear-gradient(180deg,#f8fbff,#f6fbff 56%,#fff 56% 100%);color:#1b2436}.patient-login-hero{display:grid;grid-template-columns:minmax(460px,520px) minmax(520px,620px);align-items:center;justify-content:center;gap:68px;width:calc(100% - 96px);max-width:1200px;margin:0 auto;padding:92px 0 82px}.patient-login-card{padding:52px 48px 50px;border:1px solid rgba(225,232,242,.9);border-radius:28px;background:#fffffff5;box-shadow:0 24px 54px #355f8f1a}.patient-login-card h1{margin:0;color:#1d2535;font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-.8px}.patient-login-card>p{margin:14px 0 36px;color:#6f7c93;font-size:15px;line-height:1.55}.patient-login-form>label{display:block;margin:0 0 10px;color:#334155;font-size:14px;font-weight:600}.patient-login-form>label:not(:first-child){margin-top:26px}.patient-login-field{display:flex;align-items:center;height:58px;padding:0 18px;border:1px solid #d9e2ef;border-radius:16px;background:#fbfcfe;color:#a0adbf;transition:border-color .16s ease,box-shadow .16s ease}.patient-login-field:focus-within{border-color:#2d72d9;box-shadow:0 0 0 3px #2d72d91f}.patient-login-field-invalid{border-color:#ef4444;background:snow}.patient-login-field input{min-width:0;flex:1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:#344255;font:inherit;font-size:15px}.patient-login-password-toggle{display:grid;width:30px;height:30px;flex:0 0 30px;padding:0;place-items:center;border:0;background:transparent;color:#8d9bb0;cursor:pointer}.patient-login-inline-actions{display:flex;justify-content:space-between;gap:12px;margin-top:14px}.patient-login-inline-actions button{padding:0;border:0;background:transparent;color:#0879b0;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.patient-login-card>.patient-login-secondary{margin-top:14px}.patient-auth-field-error{display:block;margin-top:6px;color:#dc2626;font-size:12px;line-height:1.3}.patient-auth-submit-error,.patient-login-success{margin-top:18px;padding:11px 13px;border:1px solid #fecaca;border-radius:11px;background:#fef2f2;color:#b91c1c;font-size:12px;line-height:1.45}.patient-login-success{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.patient-login-field input::placeholder{color:#9aa8bb;opacity:1}.patient-login-primary,.patient-login-secondary{width:100%;border-radius:16px;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.patient-login-primary{display:flex;align-items:center;justify-content:center;gap:8px;height:58px;margin-top:24px;border:0;background:linear-gradient(90deg,#145f92,#3ec0b8);box-shadow:0 14px 26px #16739a29;color:#fff}.patient-login-primary:disabled{box-shadow:none;cursor:wait;opacity:.72}.patient-auth-spinner{animation:patient-auth-spin .7s linear infinite}@keyframes patient-auth-spin{to{transform:rotate(360deg)}}.patient-login-divider{position:relative;display:flex;justify-content:center;margin:28px 0 24px}.patient-login-divider:before{position:absolute;top:50%;right:0;left:0;height:1px;background:#e8edf4;content:""}.patient-login-divider span{position:relative;padding:0 16px;background:#fff;color:#94a0b2;font-size:13px;font-weight:600}.patient-login-secondary{height:54px;border:1px solid #d7dfeb;background:#fff;color:#38465b}.patient-login-visual{display:flex;justify-content:center}.patient-login-image-shell{width:100%;max-width:600px}.patient-login-image-shell img{display:block;width:100%;height:auto}.patient-login-features{border-top:1px solid rgba(234,239,246,.8);background:#fff}.patient-login-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;width:calc(100% - 96px);max-width:1200px;margin:0 auto;padding:58px 0 60px}.patient-feature-card{min-height:212px;padding:24px 24px 22px;border:1px solid #e5ebf4;border-radius:22px;background:#fff}.patient-feature-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px}.patient-feature-tint-blue{background:#edf5ff;color:#145f92}.patient-feature-tint-mint{background:#eefcf9;color:#2cbcad}.patient-feature-tint-lavender{background:#eef0ff;color:#6c78ef}.patient-feature-tint-slate{background:#f3f4f8;color:#676f81}.patient-feature-card h2{margin:18px 0 10px;color:#1f2738;font-size:16px;font-weight:700;line-height:1.3}.patient-feature-card p{margin:0;color:#6c7a91;font-size:14px;line-height:1.65}@media (max-width: 1180px){.patient-login-hero{grid-template-columns:minmax(400px,480px) minmax(420px,540px);gap:40px;width:calc(100% - 64px)}.patient-login-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 64px)}}@media (max-width: 920px){.patient-login-page{background:radial-gradient(circle at top left,rgba(226,244,255,.92),transparent 42%),linear-gradient(180deg,#f8fbff,#fff)}.patient-login-hero{grid-template-columns:minmax(0,1fr);gap:34px;width:min(100% - 32px,620px);padding:48px 0 52px}.patient-login-card{padding:36px 28px}.patient-login-feature-grid{width:min(100% - 32px,620px);padding:40px 0 44px}}@media (max-width: 640px){.patient-login-card h1{font-size:28px}.patient-login-card>p{font-size:14px}.patient-login-feature-grid{grid-template-columns:1fr}}@media (max-width: 460px){.patient-login-hero,.patient-login-feature-grid{width:min(100% - 24px,620px)}.patient-login-card{padding:28px 18px 24px;border-radius:22px}.patient-login-field{height:54px;padding:0 14px}.patient-login-field input{font-size:14px}}.patient-medical-records-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-medical-records-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-medical-records-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.patient-medical-records-heading h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-medical-records-heading p{margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-medical-records-info-card,.patient-medical-records-upload-card,.patient-medical-record-row,.patient-medical-records-manage-card,.patient-medical-records-privacy-card,.patient-medical-records-selected-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-medical-records-info-card{display:flex;align-items:flex-start;gap:14px;margin-top:14px;padding:16px}.patient-medical-records-info-card>span{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:12px;background:#dfeeff;color:#2f65e8}.patient-medical-records-info-card h2{margin:0;color:#26344b;font-size:14px;font-weight:650}.patient-medical-records-info-card p{margin:6px 0 0;color:#708199;font-size:13px;line-height:1.55}.patient-medical-records-upload-card{margin-top:14px;padding:28px 24px;border-style:dashed;border-color:#bcd8ff;text-align:center}.patient-medical-records-upload-icon{display:grid;width:116px;height:116px;margin:0 auto;place-items:center;border-radius:50%;background:linear-gradient(180deg,#edf4ff,#e9f1ff);color:#2f65e8}.patient-medical-records-upload-card h2{margin:18px 0 0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-medical-records-upload-card p{max-width:520px;margin:8px auto 0;color:#708199;font-size:13px;line-height:1.6}.patient-medical-records-upload-card button{display:inline-flex;align-items:center;gap:8px;height:42px;margin-top:18px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(90deg,#3d7ff5,#2a57d3);box-shadow:0 10px 18px #2d67e22e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-medical-records-list-section{margin-top:18px}.patient-medical-records-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.patient-medical-records-section-heading h2{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-medical-records-section-heading button{border:0;background:transparent;color:#2f65e8;font-size:12px;font-weight:650;cursor:pointer}.patient-medical-records-list{display:flex;flex-direction:column;gap:12px}.patient-medical-records-empty{padding:28px 20px;border:1px dashed #cbd9eb;border-radius:16px;background:#fbfdff;color:#708199;font-size:13px;line-height:1.55;text-align:center}.patient-medical-records-empty-error{border-color:#f2b7b7;background:#fff8f8;color:#b43b3b}.patient-medical-records-feedback{margin-top:12px;padding:11px 14px;border:1px solid #c8dcff;border-radius:12px;background:#eef5ff;color:#2f65e8;font-size:12px;line-height:1.5}.patient-medical-record-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 14px;cursor:pointer}.patient-medical-record-row-selected{border-color:#b9d1ff;box-shadow:0 10px 22px #2f65e814}.patient-medical-record-icon,.patient-medical-records-selected-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px}.patient-record-icon-green{background:#ecfbf4;color:#12a66a}.patient-record-icon-blue{background:#edf4ff;color:#2f65e8}.patient-record-icon-violet{background:#f5eeff;color:#8b4cf6}.patient-medical-record-copy h3{margin:0;color:#26344b;font-size:14px;font-weight:650}.patient-medical-record-copy p{margin:4px 0 0;color:#8ea0b8;font-size:12px}.patient-medical-record-status,.patient-medical-records-selected-card b{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase}.patient-medical-record-status-verified{background:#ecfbf4;color:#12a66a}.patient-medical-record-status-processing{background:#fff4db;color:#e28a0b}.patient-medical-record-manage{min-width:104px;height:36px;padding:0 14px;border:1px solid #bfd8ff;border-radius:12px;background:#fff;color:#2f65e8;font-size:12px;font-weight:650;cursor:pointer}.patient-medical-records-manage-card{padding:16px}.patient-medical-records-preview{overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#1ed2e5,#1f8fc8 52%,#8de2ef)}.patient-medical-records-preview-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px}.patient-medical-records-preview-top article{padding:8px;border-radius:10px;background:#ffffff2e;color:#f5fdff}.patient-medical-records-preview-top small{display:block;font-size:9px;text-transform:uppercase}.patient-medical-records-preview-top strong{display:block;margin-top:4px;font-size:11px;font-weight:700}.patient-medical-records-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px}.patient-medical-records-preview-grid span{display:block;height:48px;border-radius:10px;background:#ffffff2e}.patient-medical-records-manage-copy{margin-top:16px}.patient-medical-records-manage-copy h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-medical-records-manage-copy p{margin:8px 0 0;color:#708199;font-size:13px;line-height:1.55}.patient-medical-records-privacy-card{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px;background:linear-gradient(180deg,#f4f8fd,#f7fbff)}.patient-medical-records-privacy-card>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:12px;background:#edf4ff;color:#2f65e8}.patient-medical-records-privacy-card strong{display:block;color:#415064;font-size:13px;font-weight:650}.patient-medical-records-privacy-card p{margin:6px 0 0;color:#708199;font-size:12px;line-height:1.5}.patient-medical-records-selected-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:start;gap:12px;margin-top:14px;padding:14px}.patient-medical-records-selected-card h3{margin:0;color:#26344b;font-size:13px;font-weight:650}.patient-medical-records-selected-card p{margin:6px 0 0;color:#708199;font-size:12px;line-height:1.5}.patient-medical-records-primary-action,.patient-medical-records-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:38px;border-radius:12px;font-size:13px;font-weight:650;cursor:pointer}.patient-medical-records-primary-action{margin-top:14px;border:0;background:linear-gradient(90deg,#3d7ff5,#2a57d3);color:#fff}.patient-medical-records-secondary-action{margin-top:10px;border:1px solid #dbe4ef;background:#fff;color:#415064}.patient-medical-records-delete-action{border-color:#f2cccc;color:#c33d4b}@media (max-width: 1280px){.patient-medical-records-layout{grid-template-columns:minmax(0,1fr) 270px}}@media (max-width: 1120px){.patient-medical-records-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-medical-records-layout{grid-template-columns:1fr}}@media (max-width: 760px){.patient-medical-records-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-medical-record-row,.patient-medical-records-selected-card{grid-template-columns:44px minmax(0,1fr)}.patient-medical-record-status,.patient-medical-record-manage,.patient-medical-records-selected-card b{justify-self:start}}@media (max-width: 460px){.patient-medical-records-info-card,.patient-medical-records-upload-card,.patient-medical-records-manage-card{padding-right:12px;padding-left:12px}.patient-medical-records-upload-icon{width:88px;height:88px}}.patient-medical-snapshots-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-medical-snapshots-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-medical-snapshots-heading-row,.patient-medical-snapshots-info-card,.patient-medical-snapshots-entry-card,.patient-medical-snapshots-summary-card,.patient-medical-snapshots-history-card,.patient-medical-snapshots-trends-card,.patient-medical-snapshots-history-row,.patient-medical-snapshots-privacy-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-medical-snapshots-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.patient-medical-snapshots-heading h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-medical-snapshots-heading p{max-width:760px;margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-medical-snapshots-add-button{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;height:42px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(90deg,#3d7ff5,#2a57d3);box-shadow:0 10px 18px #2d67e22e;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-medical-snapshots-info-card{display:flex;align-items:flex-start;gap:14px;margin-top:14px;padding:16px;background:linear-gradient(180deg,#eff6ff,#f5f9ff)}.patient-medical-snapshots-info-card>span{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:12px;background:#dfeeff;color:#2f65e8}.patient-medical-snapshots-info-card h2{margin:0;color:#26344b;font-size:14px;font-weight:650}.patient-medical-snapshots-info-card p{margin:6px 0 0;color:#3d5fd8;font-size:13px;line-height:1.55}.patient-medical-snapshots-feedback{margin:10px 0 0;padding:10px 14px;border-radius:10px;font-size:12px;line-height:1.4}.patient-medical-snapshots-feedback-error{background:#fff1f2;color:#be123c}.patient-medical-snapshots-feedback-success{background:#ecfdf5;color:#047857}.patient-medical-snapshots-workspace{display:grid;grid-template-columns:minmax(0,1fr) 328px;gap:16px;margin-top:16px;align-items:start}.patient-medical-snapshots-entry-card,.patient-medical-snapshots-history-card,.patient-medical-snapshots-trends-card{padding:16px}.patient-medical-snapshots-period-toggle{display:inline-flex;gap:6px;padding:4px;border:1px solid #dbe4ef;border-radius:14px;background:#f8fbff}.patient-medical-snapshots-period-toggle button{min-width:92px;height:34px;padding:0 14px;border:0;border-radius:11px;background:transparent;color:#6c7e97;font-size:12px;font-weight:600;cursor:pointer}.patient-medical-snapshots-period-toggle .patient-medical-snapshots-period-active{background:linear-gradient(135deg,#3d7ff5,#2a57d3);box-shadow:0 8px 16px #2d67e22e;color:#fff}.patient-medical-snapshots-entry-header{display:flex;align-items:center;gap:12px;margin-top:16px}.patient-medical-snapshots-entry-header>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#edf4ff;color:#2f65e8}.patient-medical-snapshots-entry-header h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-medical-snapshots-form-block{margin-top:16px}.patient-medical-snapshots-field-label{display:block;margin:0 0 9px;color:#425168;font-size:12px;font-weight:650}.patient-medical-snapshots-form-block select,.patient-medical-snapshots-value-field input,.patient-medical-snapshots-remarks{width:100%;height:44px;border:1px solid #dce5f0;border-radius:14px;outline:0;background:#f9fbff;color:#1f2a3e;font-size:13px}.patient-medical-snapshots-remarks{display:block;height:auto;min-height:74px;padding:11px 14px;resize:vertical;font-family:inherit;line-height:1.45}.patient-medical-snapshots-form-block select{padding:0 14px}.patient-medical-snapshots-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.patient-medical-snapshots-value-field{display:block}.patient-medical-snapshots-value-field span{display:block;margin-bottom:8px;color:#7c8da4;font-size:11px}.patient-medical-snapshots-value-field input{padding:0 14px;font-weight:650}.patient-medical-snapshots-save-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;margin-top:16px;border:0;border-radius:14px;background:#192133;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.patient-medical-snapshots-save-button:disabled{opacity:.65;cursor:wait}.patient-medical-snapshots-empty{margin:0;padding:18px 8px;color:#7c8da4;font-size:12px;text-align:center}.patient-medical-snapshots-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.patient-medical-snapshots-summary-card{padding:15px 16px}.patient-medical-snapshots-summary-top{display:flex;align-items:center;justify-content:space-between}.patient-medical-snapshots-summary-top h3{margin:0;color:#6f82a0;font-size:11px;font-weight:600}.patient-medical-snapshots-summary-top b{display:inline-flex;align-items:center;justify-content:center;min-width:60px;height:24px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:700}.patient-medical-snapshots-summary-body{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:12px}.patient-medical-snapshots-summary-body strong{display:block;color:#182338;font-size:19px;font-weight:700;line-height:1.05}.patient-medical-snapshots-summary-body p{margin:6px 0 0;color:#7c8da4;font-size:12px}.patient-medical-snapshots-sparkline{width:98px;height:52px;flex:0 0 98px}.patient-medical-snapshots-sparkline-area{fill-opacity:1}.patient-medical-snapshots-sparkline-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.patient-medical-snapshots-summary-card-teal .patient-medical-snapshots-summary-top b{background:#ebfbf6;color:#11a97b}.patient-medical-snapshots-summary-card-teal .patient-medical-snapshots-sparkline-area{fill:#11a97b1f}.patient-medical-snapshots-summary-card-teal .patient-medical-snapshots-sparkline-line{stroke:#11a97b}.patient-medical-snapshots-summary-card-blue .patient-medical-snapshots-summary-top b{background:#edf4ff;color:#2f65e8}.patient-medical-snapshots-summary-card-blue .patient-medical-snapshots-sparkline-area{fill:#2f65e81f}.patient-medical-snapshots-summary-card-blue .patient-medical-snapshots-sparkline-line{stroke:#2f65e8}.patient-medical-snapshots-summary-card-gold .patient-medical-snapshots-summary-top b{background:#fff6de;color:#df8a00}.patient-medical-snapshots-summary-card-gold .patient-medical-snapshots-sparkline-area{fill:#f59e0b1f}.patient-medical-snapshots-summary-card-gold .patient-medical-snapshots-sparkline-line{stroke:#f59e0b}.patient-medical-snapshots-summary-card-green .patient-medical-snapshots-summary-top b{background:#ecfbf4;color:#12a66a}.patient-medical-snapshots-summary-card-green .patient-medical-snapshots-sparkline-area{fill:#12a66a1f}.patient-medical-snapshots-summary-card-green .patient-medical-snapshots-sparkline-line{stroke:#12a66a}.patient-medical-snapshots-summary-card-violet .patient-medical-snapshots-summary-top b{background:#f5eeff;color:#8b4cf6}.patient-medical-snapshots-summary-card-violet .patient-medical-snapshots-sparkline-area{fill:#8b4cf61f}.patient-medical-snapshots-summary-card-violet .patient-medical-snapshots-sparkline-line{stroke:#8b4cf6}.patient-medical-snapshots-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.patient-medical-snapshots-section-head h2{margin:0;color:#1f2a3e;font-size:16px;font-weight:650}.patient-medical-snapshots-section-head p{margin:4px 0 0;color:#8a9bb1;font-size:12px}.patient-medical-snapshots-section-head button{border:0;background:transparent;color:#2f65e8;font-size:12px;font-weight:650;cursor:pointer}.patient-medical-snapshots-history-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.patient-medical-snapshots-history-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px}.patient-medical-snapshots-history-date{display:grid;width:54px;height:54px;place-items:center;border-radius:14px;background:#f8fbff;color:#3d4d64}.patient-medical-snapshots-history-date small{display:block;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-medical-snapshots-history-date strong{display:block;margin-top:-2px;font-size:18px;font-weight:700}.patient-medical-snapshots-history-copy h3{margin:0;color:#1f2a3e;font-size:14px;font-weight:650}.patient-medical-snapshots-history-copy span{display:inline-flex;align-items:center;gap:6px;margin-top:7px;padding:0 8px;height:24px;border-radius:999px;background:#eef4ff;color:#71839e;font-size:10px;font-weight:700;text-transform:uppercase}.patient-medical-snapshots-history-row button{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border:1px solid #d8e3f0;border-radius:12px;background:#fff;color:#2f65e8;font-size:12px;font-weight:650;cursor:pointer}.patient-medical-snapshots-trends-card{margin-top:14px}.patient-medical-snapshots-trends-badge{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;background:#edf4ff;color:#2f65e8;font-size:11px;font-weight:650}.patient-medical-snapshots-chart-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.patient-medical-snapshots-chart-legend span{display:inline-flex;align-items:center;gap:6px;color:#5f728b;font-size:11px}.patient-medical-snapshots-chart-legend i{display:block;width:18px;height:3px;border-radius:999px}.patient-medical-snapshots-chart-shell{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;margin-top:12px}.patient-medical-snapshots-chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:6px 0 8px}.patient-medical-snapshots-chart-y-axis span,.patient-medical-snapshots-chart-x-axis span{color:#8da0b8;font-size:10px}.patient-medical-snapshots-chart-surface{position:relative;height:168px;border-bottom:1px solid #edf2f8;border-left:1px solid #edf2f8;background-image:linear-gradient(to top,rgba(237,242,248,.92) 1px,transparent 1px),linear-gradient(to right,rgba(237,242,248,.72) 1px,transparent 1px);background-size:100% 25%,20% 100%}.patient-medical-snapshots-chart-surface svg{width:100%;height:100%;overflow:visible}.patient-medical-snapshots-chart-line{fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.patient-medical-snapshots-chart-x-axis{display:flex;justify-content:space-between;margin:8px 0 0 32px}.patient-medical-snapshots-privacy-card{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px;background:linear-gradient(180deg,#f7fbff,#f4f8fd)}.patient-medical-snapshots-privacy-card>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:12px;background:#edf4ff;color:#2f65e8}.patient-medical-snapshots-privacy-card strong{display:block;color:#415064;font-size:13px;font-weight:650}.patient-medical-snapshots-privacy-card p{margin:6px 0 0;color:#708199;font-size:12px;line-height:1.5}@media (max-width: 1280px){.patient-medical-snapshots-workspace{grid-template-columns:minmax(0,1fr) 290px}}@media (max-width: 1120px){.patient-medical-snapshots-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-medical-snapshots-workspace{grid-template-columns:1fr}}@media (max-width: 760px){.patient-medical-snapshots-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-medical-snapshots-heading-row{flex-direction:column;align-items:stretch}.patient-medical-snapshots-add-button{justify-content:center}.patient-medical-snapshots-fields-grid,.patient-medical-snapshots-summary-grid{grid-template-columns:1fr}.patient-medical-snapshots-history-row{grid-template-columns:54px minmax(0,1fr)}.patient-medical-snapshots-history-row button{justify-self:start}}@media (max-width: 460px){.patient-medical-snapshots-entry-card,.patient-medical-snapshots-history-card,.patient-medical-snapshots-trends-card,.patient-medical-snapshots-info-card{padding-right:12px;padding-left:12px}.patient-medical-snapshots-period-toggle{width:100%;justify-content:space-between}.patient-medical-snapshots-period-toggle button{min-width:0;flex:1;padding:0 8px}}.patient-set-password-card h1{margin:0;color:#1d2535;font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-.8px}.patient-set-password-card>p{max-width:410px;margin:14px 0 32px;color:#6f7c93;font-size:15px;line-height:1.55}.patient-set-password-form>label{display:block;margin:0 0 10px;color:#334155;font-size:14px;font-weight:600}.patient-set-password-form>label:not(:first-child){margin-top:22px}.patient-password-field{display:flex;align-items:center;height:56px;padding:0 16px;border:1px solid #d9e2ef;border-radius:16px;background:#fbfcfe;color:#9ea9bb;transition:border-color .16s ease,box-shadow .16s ease}.patient-password-field:focus-within{border-color:#2d72d9;box-shadow:0 0 0 3px #2d72d91f}.patient-password-field input{min-width:0;flex:1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:#344255;font:inherit;font-size:15px}.patient-password-field input::placeholder{color:#9aa8bb;opacity:1}.patient-password-field button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;background:transparent;color:#98a3b4;cursor:pointer}.patient-password-requirements{margin-top:24px;padding:16px 16px 14px;border-radius:18px;background:#f6f8fb}.patient-password-requirements h2{margin:0 0 12px;color:#364152;font-size:14px;font-weight:700}.patient-password-requirements ul{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.patient-password-requirements li{display:flex;align-items:center;gap:10px;color:#748196;font-size:14px}.patient-password-requirements li>span:first-child{display:inline-flex;color:#d3dae6}.patient-password-requirement-met{color:#5d6b7e}.patient-password-requirement-met>span:first-child{color:#2dc55f!important}.patient-password-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:58px;margin-top:24px;border:0;border-radius:16px;background:linear-gradient(90deg,#145f92,#3ec0b8);box-shadow:0 14px 26px #16739a29;color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.patient-password-primary:disabled{box-shadow:none;cursor:wait;opacity:.72}@media (max-width: 640px){.patient-set-password-card h1{font-size:28px}.patient-set-password-card>p,.patient-password-field input,.patient-password-requirements li{font-size:14px}}@media (max-width: 460px){.patient-password-field{height:54px;padding:0 14px}.patient-password-primary{height:54px}}.patient-medical-history-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-medical-history-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 14px) 16px 20px;background:linear-gradient(180deg,#f7f9fd,#f5f8fc)}.patient-medical-history-topbar,.patient-medical-history-toolbar,.patient-medical-history-bottom-grid{display:grid;gap:16px}.patient-medical-history-topbar{grid-template-columns:minmax(0,1fr) minmax(320px,470px);align-items:start}.patient-medical-history-title h1{margin:0;color:#182338;font-size:22px;font-weight:650;letter-spacing:-.5px;line-height:1.08}.patient-medical-history-title p{margin:8px 0 0;color:#708199;font-size:13px;line-height:1.5}.patient-consultation-modal-backdrop{position:fixed;z-index:1200;inset:0;display:grid;padding:24px;place-items:center;background:#0f1e317a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.patient-consultation-modal{width:min(100%,760px);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid #e0e8f1;border-radius:22px;background:#fff;box-shadow:0 28px 70px #0f233938}.patient-consultation-modal>header{display:flex;padding:20px 22px;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f6}.patient-consultation-modal>header span{color:#8494a9;font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-consultation-modal>header h2{margin:4px 0 0;color:#1b283d;font-size:20px}.patient-consultation-modal>header button{display:grid;width:36px;height:36px;place-items:center;border:1px solid #e0e7ef;border-radius:10px;background:#f8fafc;color:#617188;cursor:pointer}.patient-consultation-modal-state{display:flex;min-height:280px;align-items:center;justify-content:center;gap:8px;color:#718198;font-size:12px}.patient-consultation-modal-body{padding:18px 22px 0}.patient-consultation-modal-summary{display:grid;grid-template-columns:44px minmax(0,1fr) auto;padding:14px;align-items:center;gap:12px;border-radius:15px;background:linear-gradient(105deg,#edf7ff,#effbf8)}.patient-consultation-modal-summary>span{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:#fff;color:#12668f}.patient-consultation-modal-summary h3,.patient-consultation-modal-summary p{margin:0}.patient-consultation-modal-summary h3{color:#1d2b41;font-size:14px}.patient-consultation-modal-summary p{margin-top:4px;color:#718198;font-size:10px}.patient-consultation-modal-summary>div:last-child{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.patient-consultation-modal-summary b{padding:5px 9px;border-radius:999px;background:#dff7ed;color:#078a60;font-size:9px}.patient-consultation-modal-summary small{display:inline-flex;align-items:center;gap:4px;color:#718198;font-size:9px}.patient-consultation-clinical-grid,.patient-consultation-vitals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.patient-consultation-clinical-grid article,.patient-consultation-vitals article{padding:11px 12px;border:1px solid #e6ecf3;border-radius:11px;background:#fbfcfe}.patient-consultation-clinical-grid span,.patient-consultation-vitals span,.patient-consultation-notes span{display:block;margin-bottom:5px;color:#8c9aae;font-size:8px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.patient-consultation-clinical-grid strong,.patient-consultation-vitals strong{color:#2a374b;font-size:10px;font-weight:600;line-height:1.45}.patient-consultation-notes{margin-top:12px;padding:12px;border:1px solid #dce8f2;border-radius:11px;background:#f3f9fd}.patient-consultation-notes p{margin:0;color:#506178;font-size:10px;line-height:1.55}.patient-consultation-record-section{margin-top:16px}.patient-consultation-record-section>h3{display:flex;margin:0 0 9px;align-items:center;gap:6px;color:#243248;font-size:12px}.patient-consultation-vitals{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.patient-consultation-prescriptions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.patient-consultation-prescriptions article{padding:11px 12px;border:1px solid #e4ebf2;border-radius:11px;background:#fff}.patient-consultation-prescriptions strong,.patient-consultation-prescriptions span,.patient-consultation-prescriptions p{display:block}.patient-consultation-prescriptions strong{color:#233148;font-size:11px}.patient-consultation-prescriptions span,.patient-consultation-prescriptions p{margin:5px 0 0;color:#75869b;font-size:9px;line-height:1.5}.patient-consultation-reports{display:flex;flex-wrap:wrap;gap:8px}.patient-consultation-reports a{display:inline-flex;padding:9px 11px;align-items:center;gap:8px;border:1px solid #dfe8f1;border-radius:10px;color:#17678f;text-decoration:none}.patient-consultation-reports span{display:flex;flex-direction:column;gap:2px}.patient-consultation-reports strong{font-size:10px}.patient-consultation-reports small{color:#8998aa;font-size:8px;text-transform:capitalize}.patient-consultation-empty{margin:0;padding:14px;border-radius:10px;background:#f7f9fc;color:#8493a7;font-size:10px}.patient-consultation-modal-error{margin:13px 22px 0;padding:9px 11px;border-radius:9px;background:#fff0f1;color:#c43e49;font-size:10px}.patient-consultation-modal>footer{display:flex;padding:18px 22px 22px;align-items:center;justify-content:flex-end;gap:9px}.patient-consultation-modal>footer button{display:inline-flex;height:38px;padding:0 15px;align-items:center;justify-content:center;gap:7px;border:1px solid #dbe4ed;border-radius:10px;background:#fff;color:#596b82;font-size:10px;font-weight:650;cursor:pointer}.patient-consultation-modal>footer .patient-consultation-download{border-color:#147099;background:linear-gradient(100deg,#126b96,#2bb1a9);color:#fff}@media (max-width: 560px){.patient-consultation-modal-backdrop{padding:10px}.patient-consultation-modal{max-height:calc(100vh - 20px)}.patient-consultation-modal-summary{grid-template-columns:40px minmax(0,1fr)}.patient-consultation-modal-summary>div:last-child{grid-column:1 / -1;align-items:flex-start}.patient-consultation-clinical-grid,.patient-consultation-vitals,.patient-consultation-prescriptions{grid-template-columns:1fr}.patient-consultation-modal>footer{align-items:stretch;flex-direction:column-reverse}}.patient-medical-history-note,.patient-medical-history-table-card,.patient-medical-history-prescription-card,.patient-medical-history-balance-card,.patient-medical-history-invoice-card{border:1px solid #e9eef5;border-radius:18px;background:#fffffff7;box-shadow:0 10px 22px #0f172a0b}.patient-medical-history-note{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px}.patient-medical-history-note>span{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:#f3f6fb;color:#6f7d91}.patient-medical-history-note p{margin:0;color:#6e7f96;font-size:12px;line-height:1.45}.patient-medical-history-note button,.patient-medical-history-filter,.patient-history-row-action,.patient-medical-history-balance-card button,.patient-medical-history-prescription-footer button{font:inherit;cursor:pointer}.patient-medical-history-note button{height:36px;padding:0 16px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;color:#334155;font-size:12px;font-weight:650}.patient-medical-history-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-top:14px}.patient-medical-history-tabs{display:flex;align-items:center;gap:18px;padding-bottom:6px;border-bottom:1px solid #e8edf4}.patient-medical-history-tabs button{padding:0 0 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:#72839a;font-size:13px;font-weight:500;cursor:pointer}.patient-medical-history-tabs .patient-medical-history-tab-active{border-bottom-color:#115d90;color:#115d90;font-weight:650}.patient-medical-history-tools{display:flex;align-items:center;gap:10px}.patient-medical-history-search{display:flex;align-items:center;width:258px;height:36px;padding:0 12px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;color:#98a4b7}.patient-medical-history-search input{min-width:0;flex:1;height:100%;padding:0 8px;border:0;outline:0;background:transparent;color:#27344c;font-size:13px}.patient-medical-history-search input::placeholder{color:#9aa8bb;opacity:1}.patient-medical-history-filter{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;color:#334155;font-size:13px;font-weight:600}.patient-medical-history-table-card{margin-top:14px;overflow:hidden}.patient-medical-history-table-head,.patient-history-table-row{display:grid;grid-template-columns:1.12fr 1.28fr 1.1fr .7fr .86fr;align-items:center}.patient-medical-history-table-head{padding:12px 16px;background:#f8fafd;color:#8597af;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-history-table-row{min-height:72px;padding:10px 16px;border-top:1px solid #edf2f7}.patient-history-date-block,.patient-history-person-block,.patient-history-billing-block,.patient-history-date-cell-plain,.patient-history-amount-cell{display:flex;align-items:center;gap:8px;min-width:0}.patient-history-date-block div,.patient-history-billing-block,.patient-history-date-cell-plain,.patient-history-amount-cell{display:flex;flex-direction:column}.patient-history-table-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:#eef4ff;color:#2f65e8}.patient-history-table-icon-pill{background:#edf7ff;color:#2070a9}.patient-history-date-block strong,.patient-history-person-block strong,.patient-history-billing-block strong,.patient-history-date-cell-plain strong,.patient-history-amount-cell strong{color:#1f2a3e;font-size:12px;font-weight:650;line-height:1.35}.patient-history-date-block small,.patient-history-billing-block small{margin-top:1px;color:#8da0b8;font-size:11px}.patient-history-table-row>p{margin:0;color:#687c97;font-size:12px;line-height:1.45}.patient-history-person-image,.patient-history-person-initials{width:28px;height:28px;border-radius:50%;flex:0 0 28px}.patient-history-person-image{object-fit:cover;object-position:center 25%}.patient-history-person-initials{display:grid;place-items:center;color:#fff;font-size:10px;font-weight:650}.patient-history-person-alt{background:linear-gradient(145deg,#ef6cb7,#13a6b7)}.patient-history-person-warm{background:linear-gradient(145deg,#d9a55a,#6c4f93)}.patient-history-status-badge{justify-self:start;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase}.patient-history-status-completed{background:#ebfbef;color:#17a84e}.patient-history-status-active{background:#eef6ff;color:#2f65e8}.patient-history-status-pending{background:#fff1f0;color:#e15a4f}.patient-history-row-action{justify-self:start;min-width:112px;height:32px;padding:0 12px;border:0;border-radius:10px;background:#f4f7fb;color:#135d90;font-size:12px;font-weight:650;cursor:pointer}.patient-history-row-action:disabled,.patient-medical-history-pagination button:disabled{cursor:not-allowed;opacity:.5}.patient-medical-history-api-state{display:flex;align-items:center;justify-content:center;gap:8px;min-height:120px;padding:20px;color:#72829a;font-size:12px}.patient-medical-history-api-error,.patient-medical-history-download-error{color:#b42318}.patient-medical-history-download-error{margin:0;padding:9px 16px;border-top:1px solid #fee2e2;background:#fff7f7;font-size:12px}.patient-medical-history-table-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px}.patient-medical-history-table-footer p{margin:0;color:#72829a;font-size:12px}.patient-medical-history-pagination{display:flex;align-items:center;gap:8px}.patient-medical-history-pagination button{display:grid;width:30px;height:30px;place-items:center;border:1px solid #dbe3ee;border-radius:8px;background:#fff;color:#5b6e87;font-size:12px;font-weight:600;cursor:pointer}.patient-medical-history-pagination .patient-medical-history-page-active{border-color:#145f90;background:#145f90;color:#fff}.patient-medical-history-bottom-grid{grid-template-columns:minmax(0,1fr);align-items:start;margin-top:18px}.patient-medical-history-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.patient-medical-history-section-heading h2{margin:0;color:#182338;font-size:14px;font-weight:650}.patient-medical-history-section-heading a{color:#2964ef;font-size:12px;font-weight:650;text-decoration:none}.patient-medical-history-section-heading-static{justify-content:flex-start}.patient-medical-history-prescriptions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.patient-medical-history-prescription-card{padding:16px 16px 14px}.patient-medical-history-prescription-top{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:start}.patient-medical-history-prescription-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#edf4ff;color:#2f65e8}.patient-medical-history-prescription-copy h3{margin:0;color:#1f2a3e;font-size:14px;font-weight:650;line-height:1.35}.patient-medical-history-prescription-copy p{margin:4px 0 0;color:#6d8099;font-size:12px;line-height:1.5}.patient-medical-history-issued{text-align:right}.patient-medical-history-issued span{display:block;color:#98a8bc;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.patient-medical-history-issued strong{display:block;margin-top:3px;color:#1f2a3e;font-size:12px;font-weight:650}.patient-medical-history-prescription-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #eef2f7}.patient-medical-history-prescriber span{color:#6d7f96;font-size:12px}.patient-medical-history-prescription-footer button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#36bfb0;font-size:12px;font-weight:650;text-transform:uppercase}.patient-medical-history-balance-card{padding:18px 18px 16px;background:linear-gradient(135deg,#1c6d99,#3eb8b5);color:#fff}.patient-medical-history-balance-card span{display:block;color:#e9f5ffe6;font-size:11px;font-weight:650;letter-spacing:1.4px;text-transform:uppercase}.patient-medical-history-balance-card strong{display:block;margin-top:4px;font-size:20px;font-weight:650}.patient-medical-history-balance-card button{width:100%;height:38px;margin-top:16px;border:0;border-radius:12px;background:#fff;color:#135d90;font-size:13px;font-weight:650}.patient-medical-history-balance-card .patient-medical-history-balance-secondary{margin-top:10px;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff}.patient-medical-history-invoice-card{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:14px 16px}.patient-medical-history-invoice-card span{display:block;color:#8d9eb3;font-size:12px}.patient-medical-history-invoice-card strong{display:block;margin-top:3px;color:#1f2a3e;font-size:12px;font-weight:650}.patient-medical-history-invoice-card b{padding:4px 10px;border-radius:8px;background:#fff1f0;color:#d94b40;font-size:10px;font-weight:700;text-transform:uppercase}.patient-medical-history-main .patient-portal-features{margin-top:22px;border-top:1px solid #eef2f7}@media (max-width: 1280px){.patient-medical-history-topbar{grid-template-columns:minmax(0,1fr) 380px}.patient-medical-history-bottom-grid{grid-template-columns:minmax(0,1fr) 260px}}@media (max-width: 1120px){.patient-medical-history-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-medical-history-topbar,.patient-medical-history-toolbar,.patient-medical-history-bottom-grid,.patient-medical-history-prescriptions-grid{grid-template-columns:1fr}.patient-medical-history-note{grid-template-columns:36px minmax(0,1fr)}.patient-medical-history-note button{grid-column:2;justify-self:start;margin-top:4px}}@media (max-width: 760px){.patient-medical-history-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 18px}.patient-medical-history-tools{flex-wrap:wrap}.patient-medical-history-search{width:100%}.patient-medical-history-table-head{display:none}.patient-history-table-row{grid-template-columns:1fr;gap:10px;min-height:0}.patient-history-row-action{min-width:0}.patient-medical-history-table-footer{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 460px){.patient-medical-history-note{padding:12px}.patient-medical-history-tabs{gap:12px;overflow-x:auto}.patient-medical-history-prescription-top{grid-template-columns:42px minmax(0,1fr)}.patient-medical-history-issued{grid-column:2;text-align:left}.patient-medical-history-prescription-footer{flex-direction:column;align-items:flex-start}}.patient-billing-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-billing-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 18px) 20px 28px;background:linear-gradient(180deg,#f7f9fd,#f4f8fd)}.patient-billing-heading{display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto}.patient-billing-heading h1{margin:0;color:#182338;font-size:28px;letter-spacing:-.7px}.patient-billing-heading p{margin:7px 0 0;color:#708199;font-size:14px}.patient-billing-notice{display:flex;gap:11px;align-items:flex-start;max-width:1180px;margin:18px auto 0;padding:14px 16px;border:1px solid #d8e6fb;border-radius:15px;background:#eef5ff;color:#2f65e8}.patient-billing-notice span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:11px;background:#dceaff}.patient-billing-notice p{margin:0;color:#536781;font-size:13px;line-height:1.55}.patient-billing-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1180px;margin:18px auto 0}.patient-billing-summary-grid article{min-height:116px;padding:16px;border:1px solid #e8eef6;border-radius:17px;background:#fff;box-shadow:0 10px 22px #0f172a0b}.patient-billing-summary-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:12px;border-radius:12px}.patient-billing-summary-icon-blue{background:#eaf2ff;color:#2f65e8}.patient-billing-summary-icon-green{background:#eafaf4;color:#12a66a}.patient-billing-summary-icon-orange{background:#fff4df;color:#de8a12}.patient-billing-summary-icon-violet{background:#f2edff;color:#7b54e8}.patient-billing-summary-grid small{display:block;color:#71839b;font-size:12px}.patient-billing-summary-grid strong{display:block;margin-top:4px;color:#1f2a3e;font-size:22px}.patient-billing-summary-grid em{display:block;margin-top:6px;color:#8a9ab0;font-size:10px;font-style:normal}.patient-billing-feedback{max-width:1180px;margin:14px auto 0;padding:11px 14px;border:1px solid #c8dcff;border-radius:12px;background:#eef5ff;color:#2f65e8;font-size:12px}.patient-billing-feedback.is-error{display:flex;align-items:center;justify-content:space-between;gap:12px;border-color:#f1c7cc;color:#a33e49;background:#fff6f7}.patient-billing-feedback button{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:8px;color:#fff;background:#a33e49;font-size:10px;font-weight:700}.patient-billing-filters{display:grid;grid-template-columns:minmax(300px,1fr) 180px 180px;gap:12px;max-width:1180px;margin:18px auto 0}.patient-billing-filters form{display:flex;min-height:48px;align-items:center;gap:9px;padding-left:14px;border:1px solid #dce6f0;border-radius:13px;color:#8a9ab0;background:#fff}.patient-billing-filters input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#26354c;font-size:12px}.patient-billing-filters button{align-self:stretch;padding:0 18px;border:0;border-radius:12px;color:#fff;background:#176d99;font-size:11px;font-weight:700}.patient-billing-filters select{min-height:48px;padding:0 12px;border:1px solid #dce6f0;border-radius:13px;outline:0;color:#465b75;background:#fff;font-size:11px}.patient-billing-table-card{max-width:1180px;margin:18px auto 0;overflow:hidden;border:1px solid #e8eef6;border-radius:18px;background:#fff;box-shadow:0 10px 22px #0f172a0b}.patient-billing-table-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #edf1f6}.patient-billing-table-header h2{margin:0;color:#25334a;font-size:16px}.patient-billing-table-header p{margin:5px 0 0;color:#8191a7;font-size:12px}.patient-billing-table-header>svg{color:#2f65e8}.patient-billing-table-wrap{overflow-x:auto}.patient-billing-table-wrap table{width:100%;min-width:720px;border-collapse:collapse}.patient-billing-table-wrap th{padding:12px 20px;background:#f8fafc;color:#8293ac;font-size:10px;letter-spacing:.08em;text-align:left;text-transform:uppercase}.patient-billing-table-wrap td{padding:16px 20px;border-top:1px solid #edf1f6;color:#52657f;font-size:13px}.patient-billing-table-wrap td strong{color:#25334a}.patient-billing-table-wrap table{min-width:1040px}.patient-billing-table-wrap td small{display:block;margin-top:4px;color:#8b9aaf;font-size:9px}.patient-billing-status{display:inline-flex;align-items:center;min-width:60px;justify-content:center;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase}.patient-billing-status-paid{background:#eafaf2;color:#0b9b5d}.patient-billing-status-pending,.patient-billing-status-partial{background:#fff4dd;color:#c47b0b}.patient-billing-status-failed,.patient-billing-status-cancelled{background:#fff0f0;color:#cb4141}.patient-billing-download{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid #c6dbfb;border-radius:10px;background:#fff;color:#2f65e8;font-size:11px;font-weight:650;cursor:pointer}.patient-billing-download:disabled{opacity:.6;cursor:wait}.patient-billing-actions{display:flex;align-items:center;gap:7px}.patient-billing-actions button{display:inline-flex;min-width:35px;height:34px;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #c9dcf4;border-radius:9px;color:#176d99;background:#fff;font-size:10px;font-weight:700}.patient-billing-actions button:last-child{padding:0;color:#fff;background:#176d99}.patient-billing-actions button:disabled svg,.patient-bill-modal footer button:disabled svg{animation:patient-bill-spin .8s linear infinite}.patient-billing-table-footer{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:18px;padding:10px 20px;border-top:1px solid #edf1f6}.patient-billing-table-footer p{margin:0;color:#71839b;font-size:11px}.patient-billing-table-footer .reusable-pagination button{min-width:34px;height:34px}.patient-billing-table-footer .reusable-pagination-active{border-color:#176d99;background:#176d99}.patient-bill-modal-layer{position:fixed;z-index:150;inset:0;display:grid;place-items:center;padding:20px}.patient-bill-modal-backdrop{position:absolute;inset:0;border:0;background:#101f318c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.patient-bill-modal{position:relative;width:min(100%,700px);max-height:calc(100vh - 40px);display:flex;overflow:hidden;flex-direction:column;border:1px solid #e1e9f1;border-radius:20px;background:#fff;box-shadow:0 28px 70px #0c233740}.patient-bill-modal>header{display:flex;min-height:76px;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #edf1f5}.patient-bill-modal>header span{color:#1385a0;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.patient-bill-modal>header h2{margin:4px 0 0;color:#1d2b40;font-size:19px}.patient-bill-modal>header button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;color:#71839a;background:#f1f6f9}.patient-bill-modal-body{display:grid;overflow-y:auto;gap:15px;padding:20px}.patient-bill-modal-loading{min-height:280px;display:flex;align-items:center;justify-content:center;gap:8px;color:#71839a;font-size:11px}.patient-bill-modal-loading svg{animation:patient-bill-spin .8s linear infinite}.patient-bill-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.patient-bill-meta div{display:flex;min-height:66px;flex-direction:column;justify-content:center;gap:5px;padding:10px 12px;border:1px solid #e4ebf2;border-radius:11px;background:#f9fbfd}.patient-bill-meta span{color:#8292a7;font-size:8px;font-weight:700;text-transform:uppercase}.patient-bill-meta strong{color:#2f4058;font-size:10px}.patient-bill-meta strong.is-paid{color:#0d9660}.patient-bill-meta strong.is-pending,.patient-bill-meta strong.is-partial{color:#be790d}.patient-bill-items{overflow:hidden;border:1px solid #e4ebf2;border-radius:12px}.patient-bill-items h3{margin:0;padding:12px 14px;border-bottom:1px solid #e8eef3;color:#26364c;background:#f8fafc;font-size:11px}.patient-bill-items article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border-top:1px solid #edf1f5}.patient-bill-items article:first-of-type{border-top:0}.patient-bill-items article div{display:flex;flex-direction:column;gap:4px}.patient-bill-items article strong{color:#2c3d54;font-size:10px}.patient-bill-items article span,.patient-bill-items>p{color:#8090a5;font-size:9px}.patient-bill-items>p{margin:0;padding:16px}.patient-bill-totals{width:min(100%,320px);display:grid;gap:7px;justify-self:end;padding:14px;border:1px solid #e3eaf1;border-radius:12px;background:#fafcfd}.patient-bill-totals p{display:flex;justify-content:space-between;gap:15px;margin:0;color:#6d8098;font-size:10px}.patient-bill-totals strong{color:#314158}.patient-bill-totals .is-total{padding-top:9px;border-top:1px solid #dfe7ee;color:#23334a;font-size:12px}.patient-bill-totals .is-total strong{color:#176d99;font-size:14px}.patient-bill-totals .is-due strong{color:#c8790d}.patient-bill-notes{margin:0;padding:11px 13px;border-radius:10px;color:#60758e;background:#f2f7fb;font-size:10px;line-height:1.5}.patient-bill-modal>footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 20px;border-top:1px solid #edf1f5}.patient-bill-modal>footer button{min-height:40px;padding:0 15px;border:1px solid #dce5ed;border-radius:10px;color:#586b84;background:#fff;font-size:10px;font-weight:700}.patient-bill-modal>footer button.is-primary{display:inline-flex;min-width:130px;align-items:center;justify-content:center;gap:6px;border:0;color:#fff;background:linear-gradient(105deg,#176d99,#26b1b0)}@keyframes patient-bill-spin{to{transform:rotate(360deg)}}.patient-billing-empty{padding:34px 20px!important;color:#8090a7!important;text-align:center}.patient-billing-empty-error{color:#b43b3b!important}@media (max-width:1120px){.patient-billing-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-billing-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.patient-billing-filters{grid-template-columns:1fr 160px 160px}}@media (max-width:760px){.patient-billing-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 12px) 12px 20px}.patient-billing-heading h1{font-size:24px}.patient-billing-summary-grid{grid-template-columns:1fr 1fr;gap:10px}.patient-billing-filters{grid-template-columns:1fr 1fr}.patient-billing-filters form{grid-column:1/-1}.patient-bill-meta{grid-template-columns:1fr 1fr}}@media (max-width:460px){.patient-billing-summary-grid,.patient-billing-filters,.patient-bill-meta{grid-template-columns:1fr}.patient-billing-filters form{grid-column:auto}.patient-billing-table-header{padding:15px}.patient-billing-table-footer{align-items:flex-start;flex-direction:column}.patient-bill-modal-layer{align-items:end;padding:0}.patient-bill-modal{max-height:94vh;border-radius:18px 18px 0 0}.patient-bill-modal>footer button{flex:1}.patient-bill-totals{width:100%}}.patient-profile-page{--patient-dashboard-header-height: 64px;--patient-dashboard-sidebar-width: 216px;--patient-dashboard-sidebar-compact-width: 68px;min-height:100vh;background:#f5f8fd;color:#1b2436}.patient-profile-main{min-height:100vh;margin-left:var(--patient-dashboard-sidebar-width);padding:calc(var(--patient-dashboard-header-height) + 20px) 22px 28px}.patient-profile-heading{display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:0 auto 18px}.patient-profile-heading>div{display:flex;align-items:center;gap:12px}.patient-profile-heading-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:linear-gradient(145deg,#e8f6ff,#e8fbf7);color:#1576a7}.patient-profile-heading h1{margin:0;color:#182338;font-size:26px;font-weight:700;letter-spacing:-.7px}.patient-profile-heading p{margin:4px 0 0;color:#72829a;font-size:13px}.patient-profile-security{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #d8efe9;border-radius:11px;background:#f2fbf8;color:#168c78;font-size:12px;font-weight:650}.patient-profile-heading-meta{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.patient-profile-id{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #d8e7f4;border-radius:11px;background:#f4f9fd;color:#176b98;font-size:12px;font-weight:700}.patient-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:18px;max-width:1240px;margin:0 auto}.patient-profile-form-column{display:flex;flex-direction:column;gap:16px;min-width:0}.patient-profile-card,.patient-profile-avatar-card,.patient-profile-info-card,.patient-profile-loading{border:1px solid #e7edf4;border-radius:20px;background:#fff;box-shadow:0 10px 25px #0f172a0a}.patient-profile-card{padding:20px}.patient-profile-section-heading{margin-bottom:16px}.patient-profile-section-heading h2{margin:0;color:#1d293d;font-size:16px;font-weight:700}.patient-profile-section-heading p{margin:4px 0 0;color:#8999ad;font-size:11px}.patient-profile-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.patient-profile-fields-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.patient-profile-field{display:flex;flex-direction:column;gap:7px;min-width:0}.patient-profile-field-wide{grid-column:1 / -1}.patient-profile-field>span{color:#35445a;font-size:12px;font-weight:600}.patient-profile-field input,.patient-profile-field select,.patient-profile-field textarea{width:100%;min-width:0;border:1px solid #dce5ef;border-radius:11px;outline:none;background:#fbfcfe;color:#243149;font:inherit;font-size:13px;transition:border-color .15s ease,box-shadow .15s ease}.patient-profile-field input,.patient-profile-field select{height:42px;padding:0 12px}.patient-profile-field textarea{min-height:86px;padding:11px 12px;resize:vertical}.patient-profile-field input:focus,.patient-profile-field select:focus,.patient-profile-field textarea:focus{border-color:#2ab6b0;box-shadow:0 0 0 3px #2ab6b01c}.patient-profile-field input::placeholder,.patient-profile-field textarea::placeholder{color:#a2aec0}.patient-profile-field .patient-profile-field-invalid{border-color:#ef7777;background:snow}.patient-profile-field small{color:#d14343;font-size:10px}.patient-profile-textarea-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.patient-profile-side-column{position:sticky;top:calc(var(--patient-dashboard-header-height) + 20px);display:flex;flex-direction:column;gap:14px}.patient-profile-avatar-card{padding:22px 18px;text-align:center}.patient-profile-avatar-card>img{width:92px;height:92px;border:5px solid #edf7f5;border-radius:50%;object-fit:cover;object-position:center 25%}.patient-profile-avatar-card h2{margin:12px 0 0;color:#1c293e;font-size:17px}.patient-profile-avatar-card p{margin:5px auto 0;color:#7d8da3;font-size:11px;line-height:1.5}.patient-profile-image-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;height:38px;margin-top:16px;border:1px solid #d9e5ed;border-radius:11px;background:#f7fafc;color:#176d99;font-size:12px;font-weight:650;cursor:pointer}.patient-profile-avatar-card>small{display:block;margin-top:8px;color:#a0acbc;font-size:9px}.patient-profile-info-card{display:flex;gap:10px;padding:14px;background:#f4faff}.patient-profile-info-card>span{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:10px;background:#e4f3ff;color:#1680b5}.patient-profile-info-card h3{margin:0;color:#24425e;font-size:12px}.patient-profile-info-card p{margin:4px 0 0;color:#71869d;font-size:10px;line-height:1.5}.patient-profile-message{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border-radius:11px;font-size:11px;line-height:1.45}.patient-profile-message svg{flex:0 0 auto}.patient-profile-message-error{border:1px solid #fecaca;background:#fff7f7;color:#b42318}.patient-profile-message-success{border:1px solid #bfead0;background:#f1fbf5;color:#168741}.patient-profile-save-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;border:0;border-radius:13px;background:linear-gradient(90deg,#15739e,#32b7ad);box-shadow:0 12px 22px #1a7e9733;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.patient-profile-save-button:disabled{cursor:wait;opacity:.7}.patient-profile-loading{display:flex;align-items:center;justify-content:center;gap:10px;max-width:1240px;min-height:240px;margin:0 auto;color:#71839b;font-size:13px}.patient-profile-load-error{color:#b42318}@media (max-width: 1120px){.patient-profile-main{margin-left:var(--patient-dashboard-sidebar-compact-width)}.patient-profile-layout{grid-template-columns:minmax(0,1fr) 250px}.patient-profile-fields-grid-three,.patient-profile-textarea-grid{grid-template-columns:1fr}}@media (max-width: 820px){.patient-profile-layout{grid-template-columns:1fr}.patient-profile-side-column{position:static;grid-row:1}}@media (max-width: 760px){.patient-profile-main{margin-left:0;padding:calc(var(--patient-dashboard-header-height) + 14px) 12px 22px}.patient-profile-heading{align-items:flex-start}.patient-profile-security{display:none}.patient-profile-heading h1{font-size:22px}}@media (max-width: 560px){.patient-profile-card{padding:16px}.patient-profile-fields-grid{grid-template-columns:1fr}.patient-profile-field-wide{grid-column:auto}}.patient-signup-card h1{margin:0;color:#1d2535;font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-.8px}.patient-signup-card>p{max-width:420px;margin:14px 0 32px;color:#6f7c93;font-size:15px;line-height:1.55}.patient-signup-form>label{display:block;margin:0 0 10px;color:#334155;font-size:14px;font-weight:600}.patient-signup-form>label:not(:first-child){margin-top:20px}.patient-signup-field{display:flex;align-items:center;height:56px;padding:0 16px;border:1px solid #d9e2ef;border-radius:16px;background:#fbfcfe;color:#a0adbf;transition:border-color .16s ease,box-shadow .16s ease}.patient-signup-field:focus-within{border-color:#2d72d9;box-shadow:0 0 0 3px #2d72d91f}.patient-signup-field-invalid{border-color:#ef4444;background:snow}.patient-signup-field input{min-width:0;flex:1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:#344255;font:inherit;font-size:15px}.patient-signup-field input::placeholder{color:#9aa8bb;opacity:1}.patient-signup-note{display:flex;gap:12px;align-items:flex-start;margin-top:20px;padding:16px 16px 14px;border-radius:18px;background:#eef5ff;color:#145f92}.patient-signup-note p{margin:0;font-size:14px;line-height:1.5}.patient-signup-primary{width:100%;height:58px;margin-top:20px;border:0;border-radius:16px;background:linear-gradient(90deg,#145f92,#3ec0b8);box-shadow:0 14px 26px #16739a29;color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.patient-signup-footer{display:flex;justify-content:center;gap:6px;margin:26px 0 0;color:#6f7c93;font-size:14px}.patient-signup-footer button{border:0;padding:0;background:transparent;color:#0a5ea8;font:inherit;font-weight:700;cursor:pointer}@media (max-width: 640px){.patient-signup-card h1{font-size:28px}.patient-signup-card>p,.patient-signup-field input,.patient-signup-note p,.patient-signup-footer{font-size:14px}}@media (max-width: 460px){.patient-signup-field{height:54px;padding:0 14px}.patient-signup-primary{height:54px}}.patient-settings-page{min-height:100vh;background:#f4f8fc}.patient-settings-main{margin-left:var(--patient-dashboard-sidebar-width,258px);padding:34px}.patient-settings-main>header h1{margin:0;color:#17243b;font-size:30px}.patient-settings-main>header p{color:#71819a}.patient-settings-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(320px,1.2fr);gap:22px;max-width:1050px;margin-top:28px}.patient-settings-card{padding:26px;border:1px solid #dce7f2;border-radius:22px;background:#fff;box-shadow:0 12px 28px #1e4e780f}.patient-settings-card>span{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#eaf8fb;color:#0b86a8}.patient-settings-card h2{margin:18px 0 12px}.patient-settings-card p{color:#64748b}.patient-settings-card form{display:grid;gap:15px}.patient-settings-card label{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:650}.patient-settings-card input{height:46px;padding:0 13px;border:1px solid #d7e2ee;border-radius:12px;font:inherit}.patient-settings-card button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:0;border-radius:12px;background:linear-gradient(90deg,#116b9d,#2cb6ae);color:#fff;font:inherit;font-weight:700;cursor:pointer}.patient-settings-feedback{padding:10px;border-radius:10px}.patient-settings-feedback.error{background:#fff1f2;color:#be123c}.patient-settings-feedback.success{background:#ecfdf5;color:#047857}@media (max-width:900px){.patient-settings-main{margin-left:0;padding:24px}.patient-settings-grid{grid-template-columns:1fr}}@media (max-width:520px){.patient-settings-main{padding:18px}.patient-settings-main>header h1{font-size:25px}.patient-settings-card{padding:20px}}.patient-support-page{min-height:100vh;background:#f3f8fc}.patient-support-main{margin-left:var(--patient-dashboard-sidebar-width,258px);padding:32px}.patient-support-main>header{display:flex;align-items:center;gap:14px}.patient-support-main>header>span{display:grid;width:50px;height:50px;place-items:center;border-radius:15px;background:#e5f8f8;color:#07869d}.patient-support-main h1{margin:0;color:#15223a;font-size:30px}.patient-support-main header p{margin:6px 0 0;color:#6b7b94}.patient-support-grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);gap:22px;margin-top:28px}.patient-support-card{padding:25px;border:1px solid #dce7f1;border-radius:22px;background:#fff}.patient-support-card h2{display:flex;align-items:center;gap:9px;margin:0 0 20px}.patient-support-card form{display:grid;gap:15px}.patient-support-card label{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:650}.patient-support-card input,.patient-support-card select,.patient-support-card textarea{width:100%;padding:12px;border:1px solid #d7e3ee;border-radius:12px;background:#fbfdff;color:#26364c;font:inherit}.patient-support-card button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:0;border-radius:12px;background:linear-gradient(90deg,#126d9d,#2eb7ae);color:#fff;font:inherit;font-weight:700}.patient-support-list{display:grid;gap:12px}.patient-support-list article{display:grid;grid-template-columns:1fr auto;gap:7px;padding:15px;border:1px solid #e2eaf2;border-radius:14px}.patient-support-list article div{display:grid;gap:3px}.patient-support-list small,.patient-support-list p{color:#718198}.patient-support-list p{grid-column:1/-1;margin:0}.patient-support-list article>span{align-self:start;padding:5px 9px;border-radius:999px;background:#eafaf5;color:#078064;font-size:11px;font-weight:700}.patient-support-error,.patient-support-success{padding:10px;border-radius:10px}.patient-support-error{background:#fff1f2;color:#be123c}.patient-support-success{background:#ecfdf5;color:#047857}@media (max-width:950px){.patient-support-main{margin-left:0}.patient-support-grid{grid-template-columns:1fr}}@media (max-width:520px){.patient-support-main{padding:18px}.patient-support-main h1{font-size:24px}.patient-support-card{padding:18px}}.diagnostic-login-page{position:relative;min-height:100vh;overflow:hidden;padding:28px clamp(20px,4vw,64px);color:#17223a;background:radial-gradient(circle at 8% 16%,rgba(61,193,193,.12),transparent 28%),radial-gradient(circle at 92% 84%,rgba(24,112,160,.11),transparent 30%),#f5f9fc}.diagnostic-login-page:before{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(20,91,128,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,91,128,.035) 1px,transparent 1px);background-size:44px 44px;content:"";-webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent 86%);mask-image:linear-gradient(to bottom,#000 0%,transparent 86%)}.diagnostic-login-brand{position:relative;z-index:2;display:inline-flex;align-items:center;gap:12px;text-decoration:none}.diagnostic-login-brand img{width:58px;height:58px;border-radius:13px;object-fit:cover;box-shadow:0 8px 22px #145b801f}.diagnostic-login-brand span{display:flex;flex-direction:column}.diagnostic-login-brand strong{color:#145b80;font-size:18px;line-height:1.25}.diagnostic-login-brand small{margin-top:2px;color:#6f8198;font-size:11px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.diagnostic-login-shell{position:relative;z-index:1;display:grid;width:min(1160px,100%);min-height:650px;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);margin:24px auto 0;overflow:hidden;border:1px solid rgba(211,224,235,.9);border-radius:30px;background:#fff;box-shadow:0 30px 80px #1a486521}.diagnostic-login-visual{position:relative;min-height:650px;overflow:hidden;padding:58px 54px;color:#fff;background:linear-gradient(145deg,#0d496ffa,#128797f0),#145b80}.diagnostic-login-visual:after{position:absolute;right:-110px;bottom:-160px;width:430px;height:430px;border:1px solid rgba(255,255,255,.17);border-radius:50%;box-shadow:0 0 0 42px #ffffff09,0 0 0 84px #ffffff06;content:""}.diagnostic-login-orb{position:absolute;border-radius:50%;filter:blur(1px)}.diagnostic-login-orb-one{top:-92px;right:56px;width:220px;height:220px;background:#46dccd2e}.diagnostic-login-orb-two{bottom:66px;left:-64px;width:160px;height:160px;background:#75c9ef1c}.diagnostic-login-visual-content{position:relative;z-index:2;max-width:470px}.diagnostic-login-kicker{display:inline-flex;height:34px;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;color:#dffffd;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.diagnostic-login-visual h1{margin:28px 0 16px;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em}.diagnostic-login-visual-content>p{max-width:440px;margin:0;color:#e8fbfdd1;font-size:15px;line-height:1.7}.diagnostic-login-highlights{display:grid;gap:10px;margin-top:34px}.diagnostic-login-highlights article{display:grid;grid-template-columns:40px 1fr;gap:13px;align-items:center;padding:11px 13px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#ffffff13;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.diagnostic-login-highlights article>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#d5fffa21;color:#8ff5e9}.diagnostic-login-highlights article div{display:flex;min-width:0;flex-direction:column;gap:3px}.diagnostic-login-highlights strong{font-size:13px}.diagnostic-login-highlights small{color:#e6f7fbad;font-size:11px;line-height:1.45}.diagnostic-login-trust{display:flex;align-items:center;gap:11px;margin-top:28px}.diagnostic-login-trust-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:#dffff8;color:#138693}.diagnostic-login-trust div:last-child{display:flex;flex-direction:column;gap:2px}.diagnostic-login-trust strong{font-size:12px}.diagnostic-login-trust span{color:#ebfafda8;font-size:10px}.diagnostic-login-lab-art{position:absolute;right:30px;bottom:14px;width:180px;height:180px;opacity:.32}.diagnostic-login-lab-ring{position:absolute;inset:15px;border:1px dashed rgba(255,255,255,.5);border-radius:50%}.diagnostic-login-lab-icon{position:absolute;inset:0;display:grid;place-items:center}.diagnostic-login-lab-line{position:absolute;height:1px;background:#ffffff8c}.diagnostic-login-lab-line-one{top:90px;right:142px;width:74px}.diagnostic-login-lab-line-two{top:46px;right:114px;width:52px;transform:rotate(-48deg)}.diagnostic-login-card{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:42px clamp(32px,4vw,58px)}.diagnostic-login-card .auth-role-switcher{margin-bottom:28px}.diagnostic-login-form-kicker{color:#149ba0;font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.diagnostic-login-card h2{margin:8px 0;color:#142039;font-size:32px;line-height:1.2;letter-spacing:-.03em}.diagnostic-login-form-copy{margin:0 0 28px;color:#6c7e96;font-size:13px;line-height:1.6}.diagnostic-login-card form{display:flex;flex-direction:column}.diagnostic-login-card form>label{margin:0 0 8px;color:#263751;font-size:12px;font-weight:650}.diagnostic-login-card form>label:not(:first-child){margin-top:18px}.diagnostic-login-field{display:grid;min-height:52px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 14px;border:1px solid #d9e4ee;border-radius:13px;background:#f8fafc;color:#90a2b9;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.diagnostic-login-field:focus-within{border-color:#1aa9ad;background:#fff;box-shadow:0 0 0 3px #1aa9ad1a}.diagnostic-login-field-invalid{border-color:#ef7777;background:snow}.diagnostic-login-field-invalid:focus-within{border-color:#dc5151;box-shadow:0 0 0 3px #dc515117}.diagnostic-login-field input{width:100%;min-width:0;height:50px;border:0;outline:0;color:#18263e;background:transparent;font-size:13px}.diagnostic-login-field input::placeholder{color:#9babbd}.diagnostic-login-password-toggle{display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:8px;color:#8da0b7;background:transparent;cursor:pointer}.diagnostic-login-password-toggle:hover{color:#147c91;background:#edf7f8}.diagnostic-login-field-error{margin-top:6px;color:#d44747;font-size:10px}.diagnostic-login-options{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:17px 0 22px}.diagnostic-login-remember{display:inline-flex;align-items:center;gap:8px;color:#687b94;font-size:11px;cursor:pointer}.diagnostic-login-remember input{width:16px;height:16px;accent-color:#149da2}.diagnostic-login-options>button{padding:0;border:0;color:#118492;background:transparent;font-size:11px;font-weight:700;cursor:pointer}.diagnostic-login-submit{display:flex;width:100%;min-height:51px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;color:#fff;background:linear-gradient(105deg,#12658c,#22b5ae);box-shadow:0 12px 24px #12658c33;font-size:13px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.diagnostic-login-submit:disabled,.diagnostic-login-password-toggle:disabled{cursor:not-allowed;opacity:.7}.diagnostic-login-submit-error,.diagnostic-login-session-message{margin:0 0 13px;padding:10px 12px;border:1px solid #ffc8c8;border-radius:10px;color:#c73f3f;background:#fff4f4;font-size:10px;line-height:1.45}.diagnostic-login-session-message{border-color:#bee5df;color:#167a70;background:#f0fbf9}.diagnostic-login-submit:hover{transform:translateY(-1px);box-shadow:0 15px 28px #12658c40}.diagnostic-login-register{display:flex;justify-content:center;gap:5px;margin-top:23px;color:#71829a;font-size:11px}.diagnostic-login-register a{color:#0f7f92;font-weight:750;text-decoration:none}.diagnostic-login-security{display:flex;align-items:center;justify-content:center;gap:6px;margin:25px 0 0;color:#91a0b1;font-size:10px}@media (max-width: 980px){.diagnostic-login-page{padding:22px}.diagnostic-login-shell{min-height:0;grid-template-columns:1fr}.diagnostic-login-visual{min-height:380px;padding:44px}.diagnostic-login-visual h1{font-size:40px}.diagnostic-login-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.diagnostic-login-highlights article{grid-template-columns:1fr;align-items:start}.diagnostic-login-card{padding:48px}}@media (max-width: 660px){.diagnostic-login-page{padding:16px 12px 28px}.diagnostic-login-brand{margin-left:7px}.diagnostic-login-brand img{width:48px;height:48px}.diagnostic-login-brand strong{font-size:16px}.diagnostic-login-shell{margin-top:18px;border-radius:22px}.diagnostic-login-visual{min-height:auto;padding:34px 24px}.diagnostic-login-visual h1{margin-top:22px;font-size:33px}.diagnostic-login-visual-content>p{font-size:13px}.diagnostic-login-highlights{grid-template-columns:1fr}.diagnostic-login-highlights article{grid-template-columns:40px 1fr}.diagnostic-login-trust,.diagnostic-login-lab-art{display:none}.diagnostic-login-card{padding:34px 22px}.diagnostic-login-card h2{font-size:28px}.diagnostic-login-options{align-items:flex-start}}@media (max-width: 420px){.diagnostic-login-visual{display:none}.diagnostic-login-card{padding:30px 18px}.diagnostic-login-register{flex-direction:column;align-items:center}}.diagnostic-signup-page{position:relative;min-height:100vh;overflow:hidden;padding:24px clamp(20px,4vw,62px);color:#17223a;background:radial-gradient(circle at 86% 12%,rgba(37,182,174,.12),transparent 29%),radial-gradient(circle at 10% 88%,rgba(20,102,143,.1),transparent 27%),#f5f9fc}.diagnostic-signup-page:before{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(20,91,128,.09) 1px,transparent 1px);background-size:22px 22px;content:"";-webkit-mask-image:linear-gradient(115deg,#000 0%,transparent 66%);mask-image:linear-gradient(115deg,#000 0%,transparent 66%)}.diagnostic-signup-brand{position:relative;z-index:2;display:inline-flex;align-items:center;gap:11px;text-decoration:none}.diagnostic-signup-brand img{width:54px;height:54px;border-radius:12px;object-fit:cover;box-shadow:0 8px 20px #145b801f}.diagnostic-signup-brand span{display:flex;flex-direction:column}.diagnostic-signup-brand strong{color:#145b80;font-size:17px;line-height:1.25}.diagnostic-signup-brand small{margin-top:2px;color:#6f8198;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.diagnostic-signup-shell{position:relative;z-index:1;display:grid;width:min(1200px,100%);min-height:680px;grid-template-columns:minmax(500px,1.03fr) minmax(380px,.97fr);margin:20px auto 0;overflow:hidden;border:1px solid #d7e4ed;border-radius:30px;background:#fff;box-shadow:0 30px 80px #1b4b6821}.diagnostic-signup-card{padding:42px clamp(36px,4.2vw,62px)}.diagnostic-signup-form-kicker{color:#139ca0;font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.diagnostic-signup-card h1{margin:8px 0;color:#142039;font-size:clamp(28px,3vw,36px);line-height:1.18;letter-spacing:-.035em}.diagnostic-signup-form-copy{max-width:550px;margin:0 0 25px;color:#6d7e95;font-size:12px;line-height:1.6}.diagnostic-signup-card form{display:grid;grid-template-columns:minmax(0,1fr);gap:17px 14px}.diagnostic-signup-field{display:flex;min-width:0;flex-direction:column;gap:7px}.diagnostic-signup-field-full{grid-column:1 / -1}.diagnostic-signup-field>label{color:#2b3b54;font-size:11px;font-weight:650}.diagnostic-signup-field>div{display:grid;min-height:48px;grid-template-columns:21px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 13px;border:1px solid #d9e4ee;border-radius:12px;background:#f8fafc;color:#91a2b8;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.diagnostic-signup-field>div:focus-within{border-color:#1aa9ad;background:#fff;box-shadow:0 0 0 3px #1aa9ad1a}.diagnostic-signup-field-invalid>div{border-color:#ef7777;background:snow}.diagnostic-signup-field-invalid>div:focus-within{border-color:#dc5151;box-shadow:0 0 0 3px #dc515117}.diagnostic-signup-field input{width:100%;min-width:0;height:46px;border:0;outline:0;color:#18263e;background:transparent;font-size:12px}.diagnostic-signup-field input::placeholder{color:#9cabbc}.diagnostic-signup-field div>button{display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:8px;color:#8da0b7;background:transparent;cursor:pointer}.diagnostic-signup-field div>button:hover{color:#147c91;background:#edf7f8}.diagnostic-signup-field-error{color:#d44747;font-size:9px;line-height:1.4}.diagnostic-signup-submit{display:flex;min-height:50px;grid-column:1 / -1;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;color:#fff;background:linear-gradient(105deg,#12658c,#22b5ae);box-shadow:0 12px 24px #12658c33;font-size:12px;font-weight:750;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.diagnostic-signup-submit:disabled,.diagnostic-signup-field div>button:disabled{cursor:not-allowed;opacity:.7}.diagnostic-signup-submit-error{grid-column:1 / -1;padding:10px 12px;border:1px solid #ffc8c8;border-radius:10px;color:#c73f3f;background:#fff4f4;font-size:10px;line-height:1.45}.diagnostic-signup-otp-form{margin-top:8px}.diagnostic-signup-otp-message{padding:12px 14px;border:1px solid #b8e8dc;border-radius:11px;color:#14775f;background:#effbf7;font-size:10px;line-height:1.5}.diagnostic-signup-field .diagnostic-signup-otp-input{min-height:62px}.diagnostic-signup-otp-input input{font-size:22px;font-weight:750;letter-spacing:.34em;text-align:center}.diagnostic-signup-back{display:flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:0;color:#566b84;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.diagnostic-signup-back:hover:not(:disabled){color:#0f7f92}.diagnostic-signup-back:disabled{cursor:not-allowed;opacity:.65}.diagnostic-signup-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 28px #12658c40}.diagnostic-auth-spinner{animation:diagnostic-auth-spin .8s linear infinite}@keyframes diagnostic-auth-spin{to{transform:rotate(360deg)}}.diagnostic-signup-login-link{display:flex;justify-content:center;gap:5px;margin-top:20px;color:#71829a;font-size:10px}.diagnostic-signup-login-link a{color:#0f7f92;font-weight:750;text-decoration:none}.diagnostic-signup-visual{position:relative;min-height:680px;overflow:hidden;padding:58px 50px;color:#fff;background:linear-gradient(150deg,#0e5579fa,#18979bed),#145b80}.diagnostic-signup-visual:after{position:absolute;right:-145px;bottom:-190px;width:470px;height:470px;border:1px solid rgba(255,255,255,.17);border-radius:50%;box-shadow:0 0 0 45px #ffffff09,0 0 0 90px #ffffff06;content:""}.diagnostic-signup-orb{position:absolute;border-radius:50%}.diagnostic-signup-orb-one{top:-80px;left:-65px;width:220px;height:220px;background:#7feada1f}.diagnostic-signup-orb-two{top:230px;right:-90px;width:230px;height:230px;background:#a6dff517}.diagnostic-signup-visual-content{position:relative;z-index:2}.diagnostic-signup-kicker{display:inline-flex;min-height:33px;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(255,255,255,.19);border-radius:999px;background:#ffffff1a;color:#dffffd;font-size:10px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.diagnostic-signup-visual h2{max-width:440px;margin:27px 0 13px;font-size:clamp(31px,3.3vw,44px);line-height:1.12;letter-spacing:-.04em}.diagnostic-signup-visual-content>p:not(.diagnostic-signup-security){max-width:420px;margin:0;color:#e8fbfdc9;font-size:13px;line-height:1.65}.diagnostic-signup-steps{display:grid;gap:12px;margin-top:34px}.diagnostic-signup-steps article{display:grid;grid-template-columns:24px 42px minmax(0,1fr);align-items:center;gap:11px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#ffffff13;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.diagnostic-signup-step-number{display:grid;width:22px;height:22px;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#eafdfed6;font-size:9px;font-weight:750}.diagnostic-signup-step-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#d8fffa21;color:#8ff5e9}.diagnostic-signup-steps article div{display:flex;min-width:0;flex-direction:column;gap:3px}.diagnostic-signup-steps strong{font-size:12px}.diagnostic-signup-steps small{color:#e6f7fbab;font-size:10px;line-height:1.4}.diagnostic-signup-benefit{display:flex;align-items:center;gap:10px;margin-top:25px;color:#a4faed}.diagnostic-signup-benefit>span{display:flex;flex-direction:column;gap:2px}.diagnostic-signup-benefit strong{color:#fff;font-size:11px}.diagnostic-signup-benefit small{color:#e8fbfda8;font-size:9px}.diagnostic-signup-lab-mark{position:absolute;right:6px;bottom:2px;z-index:-1;color:#ffffff26}.diagnostic-signup-security{display:flex;align-items:center;gap:6px;margin:30px 0 0;color:#e7fbfc94;font-size:9px}@media (max-width: 1020px){.diagnostic-signup-shell{grid-template-columns:1fr}.diagnostic-signup-visual{min-height:480px;padding:46px}.diagnostic-signup-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.diagnostic-signup-steps article{grid-template-columns:30px 1fr}.diagnostic-signup-step-number{display:none}}@media (max-width: 680px){.diagnostic-signup-page{padding:16px 12px 28px}.diagnostic-signup-brand{margin-left:7px}.diagnostic-signup-brand img{width:48px;height:48px}.diagnostic-signup-shell{margin-top:18px;border-radius:22px}.diagnostic-signup-card{padding:34px 22px}.diagnostic-signup-card form{grid-template-columns:1fr}.diagnostic-signup-field,.diagnostic-signup-field-full,.diagnostic-signup-submit{grid-column:1}.diagnostic-signup-visual{min-height:auto;padding:36px 24px}.diagnostic-signup-visual h2{font-size:32px}.diagnostic-signup-steps{grid-template-columns:1fr}.diagnostic-signup-steps article{grid-template-columns:42px 1fr}}@media (max-width: 420px){.diagnostic-signup-card{padding:30px 18px}.diagnostic-signup-visual{display:none}.diagnostic-signup-login-link{flex-direction:column;align-items:center}}.diagnostic-profile-page{position:relative;display:grid;min-height:100vh;place-items:start center;padding:28px 22px;color:#17223a;background:radial-gradient(circle at 12% 12%,rgba(35,182,177,.1),transparent 28%),radial-gradient(circle at 88% 86%,rgba(22,105,151,.1),transparent 30%),#f5f9fc}.diagnostic-profile-page:before{position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(18,93,133,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(18,93,133,.025) 1px,transparent 1px);background-size:42px 42px;content:""}.diagnostic-profile-card{position:relative;z-index:1;width:min(960px,100%);padding:32px 38px 30px;border:1px solid #e0e9f1;border-radius:24px;background:#fffffffa;box-shadow:0 24px 65px #1848651f}.diagnostic-profile-card-heading{display:flex;align-items:center;gap:13px;margin-bottom:25px}.diagnostic-profile-card-heading>span{display:grid;width:45px;height:45px;flex:0 0 auto;place-items:center;border-radius:14px;color:#0f8295;background:#eaf8f8}.diagnostic-profile-card-heading div{min-width:0}.diagnostic-profile-card h1{margin:0;color:#17223a;font-size:22px;line-height:1.25;letter-spacing:-.02em}.diagnostic-profile-card-heading p{margin:5px 0 0;color:#74859b;font-size:11px;line-height:1.5}.diagnostic-profile-loading{min-height:340px;display:flex;align-items:center;justify-content:center;gap:10px;color:#60758e;font-size:12px}.diagnostic-profile-loading svg,.diagnostic-profile-spinner{animation:diagnostic-profile-spin .8s linear infinite}.diagnostic-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 15px}.diagnostic-profile-control{min-width:0}.diagnostic-profile-control-full{grid-column:1 / -1}.diagnostic-profile-control>label{display:block;margin-bottom:7px;color:#304159;font-size:10px;font-weight:650}.diagnostic-profile-control>label span{color:#8998aa;font-size:9px;font-weight:500}.diagnostic-profile-control>small{display:block;margin-top:5px;color:#d44747;font-size:9px}.diagnostic-profile-field{display:grid;min-height:48px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;padding:0 13px;border:1px solid #d9e4ee;border-radius:12px;color:#91a2b8;background:#f8fafc;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.diagnostic-profile-field:focus-within{border-color:#1aa9ad;background:#fff;box-shadow:0 0 0 3px #1aa9ad1a}.diagnostic-profile-field-invalid{border-color:#ef7777;background:snow}.diagnostic-profile-field-invalid:focus-within{border-color:#dc5151;box-shadow:0 0 0 3px #dc515117}.diagnostic-profile-field input,.diagnostic-profile-field textarea{width:100%;min-width:0;border:0;outline:0;color:#18263e;background:transparent;font:inherit;font-size:11px}.diagnostic-profile-field input{height:46px}.diagnostic-profile-field textarea{min-height:58px;padding:12px 0;resize:vertical}.diagnostic-profile-field input::placeholder,.diagnostic-profile-field textarea::placeholder{color:#9cabbc}.diagnostic-profile-address-field{align-items:start}.diagnostic-profile-address-field>svg{margin-top:13px}.diagnostic-profile-upload{min-width:0;display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;border:1px dashed #bfd6e4;border-radius:12px;color:#37647c;background:#f7fbfd;cursor:pointer}.diagnostic-profile-upload>span{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:650}.diagnostic-profile-upload>span svg{color:#149da2}.diagnostic-profile-upload input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.diagnostic-profile-upload strong{max-width:145px;overflow:hidden;color:#168b99;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.diagnostic-profile-id-note{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start;margin-top:20px;padding:15px 42px 15px 15px;border:1px solid #cfe4f7;border-radius:14px;color:#12669d;background:#eef7ff}.diagnostic-profile-id-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;color:#0876b7;background:#fff;box-shadow:0 5px 14px #1a5c8914}.diagnostic-profile-id-note strong{color:#145888;font-size:11px}.diagnostic-profile-id-note p{margin:4px 0 0;color:#2873a7;font-size:9px;line-height:1.55}.diagnostic-profile-note-info{position:absolute;top:17px;right:16px;color:#5a9dca}.diagnostic-profile-submit-error{margin-top:16px;padding:10px 12px;border:1px solid #ffc8c8;border-radius:10px;color:#c73f3f;background:#fff4f4;font-size:10px;line-height:1.45}.diagnostic-profile-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}.diagnostic-profile-actions button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;border-radius:12px;font-size:11px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.diagnostic-profile-actions button:disabled{cursor:not-allowed;opacity:.7}.diagnostic-profile-back{min-width:112px;border:1px solid #d6e1eb;color:#52647c;background:#fff}.diagnostic-profile-submit{min-width:205px;border:0;color:#fff;background:linear-gradient(105deg,#12658c,#22b5ae);box-shadow:0 11px 22px #12658c33}.diagnostic-profile-actions button:hover:not(:disabled){transform:translateY(-1px)}@keyframes diagnostic-profile-spin{to{transform:rotate(360deg)}}@media (max-width: 680px){.diagnostic-profile-page{padding:14px 11px 24px}.diagnostic-profile-card{padding:26px 18px 22px;border-radius:20px}.diagnostic-profile-card-heading{align-items:flex-start;margin-bottom:22px}.diagnostic-profile-card h1{font-size:19px}.diagnostic-profile-grid{grid-template-columns:minmax(0,1fr)}.diagnostic-profile-control-full{grid-column:auto}.diagnostic-profile-note-info{display:none}.diagnostic-profile-id-note{padding-right:15px}.diagnostic-profile-actions{flex-direction:column-reverse}.diagnostic-profile-actions button{width:100%}}.dashboard-profile-copy .diagnostic-dashboard-profile-subtitle{color:#13a38e;font-size:10px!important;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.diagnostic-dashboard-sidebar{position:fixed;top:72px;bottom:0;left:0;z-index:30;display:flex;width:250px;flex-direction:column;border-right:1px solid #e7edf3;background:#fff}.diagnostic-sidebar-close{display:none}.diagnostic-dashboard-sidebar nav{display:flex;flex:1;flex-direction:column;gap:3px;padding:36px 14px 18px}.diagnostic-sidebar-link{position:relative;display:flex;min-height:45px;align-items:center;gap:15px;padding:0 17px;overflow:hidden;border-radius:12px;color:#6d7e96;font-size:13px;font-weight:550;text-decoration:none;transition:color .16s ease,background .16s ease}.diagnostic-sidebar-link:hover{color:#0e6698;background:#f5f9fd}.diagnostic-sidebar-link-active{color:#0d5887;background:#eaf3ff;font-weight:700}.diagnostic-sidebar-link-active:after{position:absolute;top:0;right:0;bottom:0;width:5px;border-radius:7px 0 0 7px;background:#12679a;content:""}.diagnostic-sidebar-account{display:grid;min-height:67px;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;gap:10px;margin:auto 14px 14px;padding:10px;border:1px solid #dfe8f0;border-radius:15px;background:#fbfcfe}.diagnostic-sidebar-account>img{width:38px;height:38px;border-radius:50%;object-fit:cover}.diagnostic-sidebar-account>span{display:flex;min-width:0;flex-direction:column}.diagnostic-sidebar-account strong{overflow:hidden;color:#334158;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.diagnostic-sidebar-account small{margin-top:2px;color:#91a0b2;font-size:8px}.diagnostic-sidebar-account button{display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:9px;color:#ff6269;background:#fff2f3;cursor:pointer}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-sidebar-account{display:grid;min-height:50px;grid-template-columns:1fr;margin:auto 8px 8px;padding:6px}.diagnostic-sidebar-account>img{margin:0 auto}.diagnostic-sidebar-account>span,.diagnostic-sidebar-account>button{display:none}}.diagnostic-sidebar-overlay{display:none}@media (max-width: 900px){.diagnostic-dashboard-sidebar{top:0;z-index:70;width:min(280px,86vw);padding-top:60px;box-shadow:18px 0 40px #143a532e;transform:translate(-105%);transition:transform .18s ease}.diagnostic-dashboard-sidebar-open{transform:translate(0)}.diagnostic-sidebar-close{position:absolute;top:16px;right:16px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid #dbe5ee;border-radius:10px;color:#60738b;background:#fff;cursor:pointer}.diagnostic-dashboard-sidebar nav{padding-top:18px}.diagnostic-sidebar-overlay{position:fixed;inset:0;z-index:60;display:block;padding:0;border:0;background:#0c1e2f61;cursor:pointer}}.diagnostic-centre-profile-page{min-height:100vh;color:var(--dashboard-navy);background:#f4f8fd}.diagnostic-centre-profile-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 32px) 40px 42px;background:radial-gradient(circle at 85% 15%,rgba(43,183,181,.08),transparent 22%),#f4f8fd}.diagnostic-centre-profile-title{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.diagnostic-centre-profile-title h1{margin:0;color:#17243b;font-size:30px;line-height:1.2;letter-spacing:-.04em}.diagnostic-centre-profile-title p{margin:6px 0 0;color:#70829c;font-size:13px}.diagnostic-centre-profile-title>button{display:inline-flex;min-width:155px;height:46px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 8px 17px #126d9933;font-size:11px;font-weight:750;cursor:pointer}.diagnostic-centre-profile-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);align-items:start;gap:26px;margin-top:28px}.diagnostic-centre-profile-content{min-width:0}.diagnostic-centre-profile-hero,.diagnostic-centre-profile-details-card,.diagnostic-centre-compliance-card{border:1px solid #e1eaf2;background:#fff;box-shadow:0 7px 20px #1636500b}.diagnostic-centre-profile-hero{display:grid;min-height:154px;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:21px;padding:27px 29px;border-radius:22px}.diagnostic-centre-profile-logo{display:grid;width:88px;height:88px;place-items:center;overflow:hidden;border:1px solid #d8e6ef;border-radius:21px;color:#fff;background:linear-gradient(145deg,#126d99,#32b7b2);font-size:35px;font-weight:800}.diagnostic-centre-profile-logo img{width:100%;height:100%;object-fit:cover}.diagnostic-centre-profile-heading-copy>span{color:#168ba0;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.diagnostic-centre-profile-heading-copy h2{margin:7px 0 0;color:#1b2940;font-size:23px;line-height:1.2}.diagnostic-centre-profile-heading-copy p{display:flex;align-items:center;gap:6px;margin:9px 0 0;color:#74869e;font-size:10px}.diagnostic-centre-verification-badge{display:inline-flex;min-height:35px;align-items:center;gap:6px;padding:7px 11px;border:1px solid #f0dfac;border-radius:999px;color:#9b710c;background:#fff9e7;font-size:9px;font-weight:750}.diagnostic-centre-verification-badge.approved{border-color:#ccead9;color:#148352;background:#edfaf3}.diagnostic-centre-verification-badge.rejected{border-color:#f0d0d3;color:#b84852;background:#fff2f3}.diagnostic-centre-profile-details-card{margin-top:24px;padding:27px 29px 30px;border-radius:22px}.diagnostic-centre-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #edf1f5}.diagnostic-centre-card-heading h2,.diagnostic-centre-compliance-card h2{margin:0;color:#1b2940;font-size:17px}.diagnostic-centre-card-heading p,.diagnostic-centre-compliance-card>p{margin:5px 0 0;color:#7c8da3;font-size:10px}.diagnostic-centre-card-heading>svg{color:#15889f}.diagnostic-centre-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:21px}.diagnostic-centre-detail{display:grid;min-height:72px;grid-template-columns:39px minmax(0,1fr);align-items:center;gap:11px;padding:12px 14px;border:1px solid #e5ebf1;border-radius:13px;background:#fafcfe}.diagnostic-centre-detail.full{grid-column:1 / -1}.diagnostic-centre-detail>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#116e97;background:#eaf5fa}.diagnostic-centre-detail>div{display:flex;min-width:0;flex-direction:column;gap:5px}.diagnostic-centre-detail small{color:#91a0b2;font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.diagnostic-centre-detail strong{overflow-wrap:anywhere;color:#2a384e;font-size:10px;line-height:1.45}.diagnostic-centre-compliance-card{position:sticky;top:calc(var(--dashboard-header-height) + 24px);padding:28px 25px 24px;border-radius:22px}.diagnostic-centre-compliance-icon{display:grid;width:52px;height:52px;margin-bottom:18px;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#126d99,#2fb5b2)}.diagnostic-centre-status-list{display:flex;margin-top:24px;flex-direction:column;gap:10px}.diagnostic-centre-status-list>div{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5ebf1;border-radius:11px;background:#fafcfe}.diagnostic-centre-status-list span{color:#7b8da4;font-size:9px}.diagnostic-centre-status-list strong{max-width:55%;overflow-wrap:anywhere;color:#2b394f;font-size:9px;text-align:right}.diagnostic-centre-status-list strong.approved{color:#168456}.diagnostic-centre-status-list strong.rejected{color:#b84952}.diagnostic-centre-verification-note{margin-top:15px;padding:13px;border:1px solid #dbe9f1;border-radius:11px;background:#f0f8fc}.diagnostic-centre-verification-note small{color:#167493;font-size:8px;font-weight:750;text-transform:uppercase}.diagnostic-centre-verification-note p{margin:6px 0 0;color:#576a82;font-size:9px;line-height:1.5}.diagnostic-centre-license-link{display:flex;min-height:42px;align-items:center;justify-content:center;gap:7px;margin-top:15px;border:1px solid #cfe0ea;border-radius:10px;color:#116b94;background:#f7fbfd;font-size:9px;font-weight:750;text-decoration:none}.diagnostic-centre-compliance-card footer{margin-top:18px;color:#99a7b8;font-size:8px;text-align:center}.diagnostic-centre-profile-error,.diagnostic-centre-profile-loading{display:flex;min-height:74px;align-items:center;justify-content:center;gap:9px;margin-top:24px;border:1px solid #e1eaf2;border-radius:17px;color:#71849c;background:#fff;font-size:11px}.diagnostic-centre-profile-loading svg{animation:diagnostic-centre-profile-spin .8s linear infinite}.diagnostic-centre-profile-error{justify-content:space-between;padding:14px 18px;border-color:#f0cfd3;color:#a54049;background:#fff5f6}.diagnostic-centre-profile-error button{display:inline-flex;height:30px;align-items:center;gap:6px;border:0;border-radius:8px;color:#fff;background:#a94750;font-size:9px;font-weight:700;cursor:pointer}@keyframes diagnostic-centre-profile-spin{to{transform:rotate(360deg)}}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-centre-profile-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}.diagnostic-centre-profile-layout{grid-template-columns:minmax(0,1fr) 290px;gap:18px}}@media (max-width: 920px){.diagnostic-centre-profile-layout{grid-template-columns:1fr}.diagnostic-centre-compliance-card{position:static}}@media (max-width: 760px){.diagnostic-centre-profile-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 23px) 14px 30px}.diagnostic-centre-profile-title h1{font-size:26px}.diagnostic-centre-profile-title p{font-size:11px}.diagnostic-centre-profile-title>button{min-width:46px;width:46px;height:46px;font-size:0}}@media (max-width: 560px){.diagnostic-centre-profile-hero{grid-template-columns:70px minmax(0,1fr);padding:21px 18px}.diagnostic-centre-profile-logo{width:68px;height:68px;border-radius:17px}.diagnostic-centre-profile-heading-copy h2{font-size:18px}.diagnostic-centre-verification-badge{grid-column:1 / -1;justify-self:start}.diagnostic-centre-profile-details-card,.diagnostic-centre-compliance-card{padding:22px 18px;border-radius:18px}.diagnostic-centre-details-grid{grid-template-columns:1fr}.diagnostic-centre-detail.full{grid-column:auto}}.diagnostic-dashboard-page{min-height:100vh;color:var(--dashboard-navy);background:#f4f7fd}.diagnostic-dashboard-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 28px) 24px 20px;background-color:#f7f9fe;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='76' viewBox='0 0 132 76'%3E%3Cg fill='none' stroke='%23dfe6f1' stroke-width='1' opacity='.62'%3E%3Cpath d='M33 1l32 18v37L33 75 1 56V19zM99 1l32 18v37L99 75 67 56V19z'/%3E%3C/g%3E%3C/svg%3E");background-size:132px 76px}.diagnostic-dashboard-error{margin:14px 0;padding:11px 14px;border:1px solid #f1c2c2;border-radius:12px;background:#fff7f7;color:#b43b3b;font-size:13px}.diagnostic-dashboard-title-row{display:flex;min-height:132px;align-items:flex-start;justify-content:space-between;gap:28px}.diagnostic-dashboard-title-row h1{margin:21px 0 6px;color:#16243a;font-size:29px;line-height:1.2;letter-spacing:-.035em}.diagnostic-dashboard-title-row p{margin:0;color:#718198;font-size:13px}.diagnostic-dashboard-create-appointment{align-self:center;min-height:42px;margin-left:auto;padding:0 18px;border:0;border-radius:11px;color:#fff;background:linear-gradient(105deg,#126f99,#2db3b0);box-shadow:0 8px 16px #126f992e;font-size:12px;font-weight:700;cursor:pointer}.diagnostic-dashboard-create-appointment:hover{filter:brightness(1.04)}.diagnostic-dashboard-lab-preview{position:relative;display:flex;width:254px;height:112px;flex:0 0 auto;align-items:flex-end;justify-content:center;gap:8px;overflow:hidden;padding:16px;border:3px solid #ffffff;border-radius:22px;color:#ffffffe0;background:linear-gradient(140deg,#2bb7b5d1,#155b88f5),#155b88;box-shadow:0 9px 22px #12588424}.diagnostic-dashboard-lab-preview:before,.diagnostic-dashboard-lab-preview:after{position:absolute;bottom:14px;width:48px;height:33px;border:2px solid rgba(255,255,255,.28);border-radius:5px;content:""}.diagnostic-dashboard-lab-preview:before{left:18px}.diagnostic-dashboard-lab-preview:after{right:18px}.diagnostic-dashboard-lab-preview>svg{position:relative;z-index:2;filter:drop-shadow(0 6px 10px rgba(0,65,102,.18))}.diagnostic-lab-preview-glow{position:absolute;top:-55px;left:52px;width:150px;height:150px;border-radius:50%;background:#cff9ff45;filter:blur(8px)}.diagnostic-dashboard-welcome{display:grid;min-height:99px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 25px;border:1px solid #e8eef4;border-radius:20px;background:#fffffff5;box-shadow:0 8px 18px #0f172a0d}.diagnostic-welcome-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;color:#176593;background:#e9f4fb}.diagnostic-welcome-copy h2{margin:0;color:#243249;font-size:18px;line-height:1.3}.diagnostic-welcome-copy p{margin:3px 0 0;color:#74849a;font-size:12px}.diagnostic-welcome-meta{display:flex;align-items:flex-end;flex-direction:column}.diagnostic-welcome-meta>span{display:inline-flex;height:30px;align-items:center;gap:7px;padding:0 12px;border-radius:999px;color:#168d91;background:#e8f8f6;font-size:11px;font-weight:700}.diagnostic-welcome-meta small{margin-top:6px;color:#9aa8b8;font-size:9px}.diagnostic-appointment-modal-layer{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:20px}.diagnostic-appointment-backdrop{position:absolute;inset:0;border:0;background:#0f203473;cursor:pointer}.diagnostic-appointment-modal{position:relative;width:min(620px,100%);max-height:min(720px,94vh);overflow:auto;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0a223a3d}.diagnostic-appointment-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 17px;border-bottom:1px solid #e7edf4}.diagnostic-appointment-modal>header span{color:#168b98;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.diagnostic-appointment-modal h2{margin:5px 0 0;color:#1d2a3e;font-size:21px}.diagnostic-appointment-modal>header button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:9px;color:#7789a0;background:#f3f7fb;cursor:pointer}.diagnostic-appointment-modal form{display:grid;gap:15px;padding:21px 24px 23px}.diagnostic-appointment-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.diagnostic-appointment-modal label{display:grid;gap:7px;color:#40536c;font-size:11px;font-weight:700}.diagnostic-appointment-modal input,.diagnostic-appointment-modal textarea{width:100%;box-sizing:border-box;border:1px solid #dce7f0;border-radius:10px;outline:0;padding:11px 12px;color:#25354a;background:#f8fbfd;font:inherit;font-weight:500}.diagnostic-appointment-modal input:focus,.diagnostic-appointment-modal textarea:focus{border-color:#2bb3b1;box-shadow:0 0 0 3px #2bb3b11f}.diagnostic-appointment-checkbox{display:flex!important;grid-template-columns:none;align-items:center;gap:8px!important;font-weight:600!important}.diagnostic-appointment-checkbox input{width:16px;height:16px;accent-color:#13839b}.diagnostic-appointment-error{margin:0;padding:9px 11px;border-radius:9px;color:#b13b3b;background:#fff3f3;font-size:12px}.diagnostic-appointment-modal footer{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.diagnostic-appointment-modal footer button{min-height:40px;padding:0 17px;border:1px solid #dce6ef;border-radius:10px;color:#5e718a;background:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.diagnostic-appointment-modal footer button[type=submit]{display:inline-flex;align-items:center;gap:7px;border-color:#14769a;color:#fff;background:linear-gradient(105deg,#126f99,#2db3b0)}.diagnostic-appointment-spin{animation:diagnostic-appointment-spin .8s linear infinite}@keyframes diagnostic-appointment-spin{to{transform:rotate(360deg)}}.diagnostic-revenue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px}.diagnostic-revenue-card{position:relative;min-width:0;height:220px;overflow:hidden;padding:24px;border:1px solid #e8eef4;border-radius:21px;background:#fffffff7;box-shadow:0 8px 18px #0f172a0e}.diagnostic-revenue-card:after{position:absolute;top:-60px;right:-44px;width:128px;height:128px;border-radius:50%;background:#3172e209;content:""}.diagnostic-revenue-yearly:after{background:#2bb7b50e}.diagnostic-revenue-card-top{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between}.diagnostic-revenue-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;color:#1c61c7;background:#e5efff}.diagnostic-revenue-monthly .diagnostic-revenue-icon{color:#fff;background:#ffffff30}.diagnostic-revenue-yearly .diagnostic-revenue-icon{color:#20aaa8;background:#e8f9f7}.diagnostic-revenue-change{display:inline-flex;height:25px;align-items:center;gap:3px;padding:0 8px;border-radius:8px;color:#10ad63;background:#e7fbef;font-size:10px;font-weight:700}.diagnostic-revenue-change-down{color:#159b75;background:#e6f9f1}.diagnostic-revenue-card>p{margin:17px 0 4px;color:#8a99ac;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.diagnostic-revenue-card>strong{position:relative;z-index:2;color:#18263d;font-size:clamp(23px,2vw,30px);line-height:1.2;letter-spacing:-.025em}.diagnostic-revenue-monthly{border-color:#175d90;background:#1b5d8e;box-shadow:0 11px 20px #124f7b38}.diagnostic-revenue-monthly:after{background:#ffffff14}.diagnostic-revenue-monthly .diagnostic-revenue-change{color:#fff;background:#ffffff29}.diagnostic-revenue-monthly>p{color:#bed5e8}.diagnostic-revenue-monthly>strong{color:#fff}.diagnostic-revenue-line{position:absolute;right:24px;bottom:23px;left:24px;display:block;width:calc(100% - 48px);height:59px}.diagnostic-revenue-bars{position:absolute;right:26px;bottom:24px;left:26px;display:flex;height:59px;align-items:flex-end;justify-content:space-between;gap:10px}.diagnostic-revenue-bars i{flex:1;min-width:10px;background:#ffffffb8}.diagnostic-dashboard-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}.diagnostic-action-card{position:relative;min-height:250px;overflow:hidden;padding:28px 30px 29px;border:1px solid #e7edf3;border-radius:21px;background:#fffffff7;box-shadow:0 9px 22px #0f172a0b}.diagnostic-action-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:13px}.diagnostic-action-icon-blue{color:#176593;background:#e9f4fb}.diagnostic-action-icon-teal{color:#20aaa8;background:#e8f9f7}.diagnostic-action-card h2{margin:20px 0 9px;color:#1b2940;font-size:21px;line-height:1.25}.diagnostic-action-card p{max-width:620px;min-height:44px;margin:0;color:#76869b;font-size:12px;line-height:1.65}.diagnostic-action-card>button{position:absolute;right:30px;bottom:29px;left:30px;z-index:2;display:flex;height:50px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;color:#fff;background:linear-gradient(105deg,#175d90,#2bb7b5);box-shadow:0 9px 18px #175d9036;font-size:12px;font-weight:700;cursor:pointer}.diagnostic-action-card>.diagnostic-action-report-button{background:linear-gradient(105deg,#17648f,#2bb7b5);box-shadow:0 9px 18px #17648f33}.diagnostic-action-watermark{position:absolute;right:-13px;bottom:-20px;color:#2166b617}.diagnostic-dashboard-footer{padding:24px 0 2px;color:#a0adbc;font-size:9px;text-align:center}@media (max-width: 1100px){.diagnostic-dashboard-main{padding-right:24px;padding-left:24px}.diagnostic-dashboard-lab-preview{width:220px}.diagnostic-revenue-grid,.diagnostic-dashboard-actions-grid{gap:18px}}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-dashboard-main{margin-left:var(--dashboard-sidebar-compact-width)}}@media (max-width: 760px){.diagnostic-dashboard-main{margin-left:0}}@media (max-width: 760px){.diagnostic-dashboard-main{padding:88px 16px 20px}.diagnostic-dashboard-title-row{min-height:auto;align-items:center;margin-bottom:22px;flex-wrap:wrap}.diagnostic-dashboard-create-appointment{margin-left:0}.diagnostic-dashboard-title-row h1{margin-top:0;font-size:25px}.diagnostic-dashboard-lab-preview{width:150px;height:86px}.diagnostic-dashboard-lab-preview>svg:first-of-type{width:50px}.diagnostic-dashboard-welcome{grid-template-columns:48px minmax(0,1fr);padding:17px}.diagnostic-welcome-meta{display:none}.diagnostic-revenue-grid{grid-template-columns:1fr}.diagnostic-revenue-card{height:205px}.diagnostic-dashboard-actions-grid{grid-template-columns:1fr}}@media (max-width: 500px){.diagnostic-dashboard-main{padding-right:12px;padding-left:12px}.diagnostic-dashboard-title-row{display:block}.diagnostic-dashboard-create-appointment{width:100%;margin-top:14px}.diagnostic-dashboard-title-row p{line-height:1.5}.diagnostic-dashboard-lab-preview{display:none}.diagnostic-dashboard-welcome{grid-template-columns:42px minmax(0,1fr);gap:11px}.diagnostic-welcome-icon{width:42px;height:42px}.diagnostic-welcome-copy h2{font-size:15px}.diagnostic-action-card{min-height:280px;padding:23px 20px}.diagnostic-action-card>button{right:20px;bottom:23px;left:20px}.diagnostic-appointment-form-grid{grid-template-columns:1fr}.diagnostic-appointment-modal form{padding-right:17px;padding-left:17px}}.diagnostic-appointments-page{min-height:100vh;background:#f5f8fc;color:var(--dashboard-navy)}.diagnostic-appointments-main{min-height:calc(100vh - var(--dashboard-header-height));margin-left:var(--dashboard-sidebar-width);padding:28px 36px 48px}.diagnostic-appointments-back{display:inline-flex;align-items:center;gap:7px;border:0;padding:0;color:#176293;background:transparent;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.diagnostic-appointments-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:25px 0 24px}.diagnostic-appointments-eyebrow{margin:0 0 7px;color:#16a7af;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.diagnostic-appointments-heading h1{margin:0;color:#17243a;font-size:clamp(28px,3vw,40px);line-height:1.1}.diagnostic-appointments-heading p:last-child{margin:9px 0 0;color:#6d819f;font-size:15px}.diagnostic-appointments-heading-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:16px;color:#0c719f;background:#e6f5f8}.diagnostic-appointments-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.65fr);gap:20px;align-items:start}.diagnostic-appointments-form-card,.diagnostic-appointments-info-card,.diagnostic-appointments-list-card{border:1px solid #e0eaf3;border-radius:18px;background:#fff;box-shadow:0 10px 25px #1b456a0d}.diagnostic-appointments-form-card{padding:26px}.diagnostic-appointments-card-title,.diagnostic-appointments-list-heading{display:flex;align-items:center;gap:10px;padding-bottom:19px;border-bottom:1px solid #edf2f7;color:#0d72a8}.diagnostic-appointments-card-title h2,.diagnostic-appointments-list-heading h2{margin:0;color:#17243a;font-size:19px}.diagnostic-appointments-card-title p,.diagnostic-appointments-list-heading p{margin:4px 0 0;color:#8192a9;font-size:12px}.diagnostic-appointments-form-card form{padding-top:22px}.diagnostic-appointments-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.diagnostic-appointments-form-card label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#3d506a;font-size:12px;font-weight:700}.diagnostic-appointments-input{display:flex;min-height:44px;align-items:center;gap:8px;padding:0 12px;border:1px solid #d8e4ef;border-radius:10px;color:#93a5ba;background:#fbfdff}.diagnostic-appointments-input:focus-within{border-color:#2aabb2;box-shadow:0 0 0 3px #2bb7b51f}.diagnostic-appointments-input input,.diagnostic-appointments-input select,.diagnostic-appointments-textarea textarea{width:100%;border:0;outline:0;color:#17243a;background:transparent;font:inherit;font-weight:400}.diagnostic-appointments-input input{min-width:0;height:40px}.diagnostic-appointments-input select{min-width:0;height:40px;cursor:pointer}.diagnostic-appointments-currency{color:#8096ad;font-size:16px}.diagnostic-appointments-textarea{margin-top:17px}.diagnostic-appointments-textarea textarea{min-height:96px;padding:12px;border:1px solid #d8e4ef;border-radius:10px;background:#fbfdff;resize:vertical}.diagnostic-appointments-textarea textarea:focus{border-color:#2aabb2;box-shadow:0 0 0 3px #2bb7b51f}.diagnostic-appointments-checkbox{display:flex!important;flex-direction:row!important;align-items:center;margin-top:17px;font-size:13px!important;font-weight:600!important;cursor:pointer}.diagnostic-appointments-checkbox input{width:16px;height:16px;accent-color:#1684a7}.diagnostic-appointments-error,.diagnostic-appointments-feedback{display:flex;align-items:center;gap:6px;margin:15px 0 0;font-size:12px;font-weight:600}.diagnostic-appointments-error{color:#c94d5b}.diagnostic-appointments-feedback{color:#168741}.diagnostic-appointments-form-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:24px}.diagnostic-appointments-form-actions button{min-height:44px;padding:0 20px;border:1px solid #dbe6ef;border-radius:10px;color:#60738d;background:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.diagnostic-appointments-form-actions .diagnostic-appointments-submit{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:180px;border:0;color:#fff;background:linear-gradient(105deg,#17638f,#2bb7b5);box-shadow:0 8px 17px #175d9033}.diagnostic-appointments-form-actions button:disabled{opacity:.65;cursor:not-allowed}.diagnostic-appointments-info-card{padding:25px}.diagnostic-appointments-info-card>span{display:grid;width:45px;height:45px;place-items:center;border-radius:13px;color:#0d75aa;background:#e8f5fc}.diagnostic-appointments-info-card h2{margin:19px 0 8px;color:#17243a;font-size:19px}.diagnostic-appointments-info-card>p{margin:0 0 22px;color:#6d819f;font-size:13px;line-height:1.6}.diagnostic-appointments-info-card>div{display:grid;gap:3px;padding:12px 0;border-top:1px solid #edf2f7}.diagnostic-appointments-info-card strong{color:#176293;font-size:12px}.diagnostic-appointments-info-card small{color:#7b8da5;font-size:12px}.diagnostic-appointments-list-card{margin-top:20px;padding:24px}.diagnostic-appointments-list-heading{justify-content:space-between}.diagnostic-appointments-list-heading>svg{color:#27aaa9}.diagnostic-appointments-list{display:grid}.diagnostic-appointments-list article{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #edf2f7}.diagnostic-appointments-list article:last-child{border-bottom:0}.diagnostic-appointments-list-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#0d75aa;background:#edf7fe}.diagnostic-appointments-list strong,.diagnostic-appointments-list small{display:block}.diagnostic-appointments-list strong{color:#273950;font-size:13px}.diagnostic-appointments-list small{margin-top:4px;color:#8496ac;font-size:11px}.diagnostic-appointments-list time{color:#6d819f;font-size:12px}.diagnostic-appointments-list em{padding:6px 9px;border-radius:999px;color:#137d68;background:#e1f8ef;font-size:11px;font-style:normal;font-weight:700}.diagnostic-appointments-list-state{display:flex;min-height:110px;align-items:center;justify-content:center;gap:8px;color:#7b8da5;font-size:13px}.diagnostic-appointments-spin{animation:diagnostic-appointments-spin .8s linear infinite}@keyframes diagnostic-appointments-spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.diagnostic-appointments-main{padding-right:24px;padding-left:24px}.diagnostic-appointments-layout{grid-template-columns:minmax(0,1fr) 280px}}@media (max-width: 900px){.diagnostic-appointments-main{margin-left:0;padding:88px 20px 36px}.diagnostic-appointments-layout{grid-template-columns:1fr}}@media (max-width: 560px){.diagnostic-appointments-main{padding:82px 14px 30px}.diagnostic-appointments-heading{align-items:flex-start;margin-top:20px}.diagnostic-appointments-heading-icon{display:none}.diagnostic-appointments-form-card,.diagnostic-appointments-info-card,.diagnostic-appointments-list-card{padding:18px}.diagnostic-appointments-form-grid{grid-template-columns:1fr;gap:14px}.diagnostic-appointments-list article{grid-template-columns:38px minmax(0,1fr)}.diagnostic-appointments-list time,.diagnostic-appointments-list em{grid-column:2}.diagnostic-appointments-form-actions{flex-direction:column-reverse}.diagnostic-appointments-form-actions button{width:100%}}.diagnostic-manage-tests-page{min-height:100vh;color:var(--dashboard-navy);background:#f4f7fd}.diagnostic-manage-tests-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 34px) 40px 36px;background:#f7f9fe}.diagnostic-tests-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.diagnostic-tests-title-row h1{margin:0;color:#17243c;font-size:30px;line-height:1.2;letter-spacing:-.04em}.diagnostic-tests-title-row p{margin:5px 0 0;color:#6f829e;font-size:14px}.diagnostic-tests-title-row>button{display:inline-flex;min-width:190px;height:52px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:14px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 10px 20px #126d9938;font-size:13px;font-weight:700;cursor:pointer}.diagnostic-tests-catalogue{display:grid;min-height:125px;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:30px;padding:22px;border:1px solid #e1e9f1;border-radius:22px;background:#fff;box-shadow:0 5px 15px #12395309}.diagnostic-tests-catalogue-icon{display:grid;width:72px;height:72px;place-items:center;border-radius:17px;color:#1762cc;background:#eaf2ff}.diagnostic-tests-catalogue h2{margin:0;color:#1e2c44;font-size:18px;line-height:1.3}.diagnostic-tests-catalogue p{max-width:710px;margin:5px 0 0;color:#6c819f;font-size:12px;line-height:1.55}.diagnostic-tests-catalogue-stats{display:flex;gap:12px}.diagnostic-tests-catalogue-stats article{display:flex;width:104px;height:62px;align-items:center;justify-content:center;flex-direction:column;border-radius:14px;background:#f7f9fc}.diagnostic-tests-catalogue-stats strong{color:#1c2940;font-size:20px;line-height:1.2}.diagnostic-tests-catalogue-stats span{margin-top:4px;color:#91a1b5;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.diagnostic-tests-table{margin-top:30px}.diagnostic-tests-table .reusable-data-table-scroll{overflow-x:auto}.diagnostic-tests-table table{min-width:840px}.diagnostic-tests-table thead tr{height:56px}.diagnostic-tests-table tbody tr{height:89px}.diagnostic-tests-table th:first-child,.diagnostic-tests-table td:first-child{padding-left:31px}.diagnostic-tests-table th:last-child,.diagnostic-tests-table td:last-child{padding-right:31px;text-align:right}.diagnostic-test-name-cell{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.diagnostic-test-name-cell strong{color:#1b283e;font-size:13px}.diagnostic-test-name-cell span{color:#1762ec;font-size:10px;font-weight:700}.diagnostic-test-description-cell{max-width:390px;margin:0;color:#6f829e;font-size:12px;line-height:1.45}.diagnostic-test-price{color:#1a273e;font-size:13px}.diagnostic-test-price-cell{display:flex;align-items:flex-start;flex-direction:column;gap:2px}.diagnostic-test-price-cell strong{color:#1a273e;font-size:13px}.diagnostic-test-price-cell del{color:#9aa8b9;font-size:9px}.diagnostic-test-availability{display:inline-flex;height:27px;align-items:center;justify-content:center;padding:0 11px;border:1px solid #ccefe1;border-radius:8px;color:#08805f;background:#ebfbf4;font-size:9px;font-weight:750;text-transform:uppercase;white-space:nowrap}.diagnostic-test-availability-at-home{border-color:#d5e9f8;color:#0871a5;background:#edf8ff}.diagnostic-test-availability-in-centre{border-color:#dedcff;color:#5145d8;background:#f1f0ff}.diagnostic-test-manage-button{min-width:82px;height:36px;border:1px solid #edf1f5;border-radius:11px;color:#53657d;background:#f7f9fc;font-size:11px;font-weight:700;cursor:pointer}.diagnostic-test-manage-button:hover{border-color:#bbd8e7;color:#12628e;background:#f1f8fc}.diagnostic-test-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.diagnostic-test-status-button{min-width:65px;height:30px;border:1px solid #d6eadf;border-radius:9px;color:#0b8a5c;background:#edf9f3;font-size:9px;font-weight:750;text-transform:uppercase;cursor:pointer}.diagnostic-test-status-button.inactive{border-color:#f1d7da;color:#c7525d;background:#fff2f3}.diagnostic-test-status-button:disabled,.diagnostic-test-manage-button:disabled{cursor:wait;opacity:.65}.diagnostic-tests-error{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding:10px 15px;border:1px solid #f2cfd3;border-radius:12px;color:#a53a45;background:#fff5f6;font-size:11px}.diagnostic-tests-error button{display:inline-flex;height:30px;align-items:center;gap:6px;border:0;border-radius:8px;color:#fff;background:#ad4450;font-size:10px;font-weight:700;cursor:pointer}.diagnostic-tests-loading{display:inline-flex;align-items:center;gap:8px}.diagnostic-manage-tests-page .spin{animation:diagnostic-tests-spin .8s linear infinite}@keyframes diagnostic-tests-spin{to{transform:rotate(360deg)}}.diagnostic-tests-table>.reusable-data-table-footer{min-height:68px;padding:0 23px}.diagnostic-tests-table-footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px}.diagnostic-tests-table-footer>span{color:#6c809c;font-size:11px}.diagnostic-tests-pagination .reusable-pagination-ellipsis{height:34px}.diagnostic-tests-pagination button{min-width:34px;height:34px;border-radius:9px;font-size:10px}.diagnostic-test-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow-y:auto;padding:24px;background:#0f1e3073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.diagnostic-test-modal{width:min(570px,100%);padding:27px;border:1px solid #e1e8f0;border-radius:22px;background:#fff;box-shadow:0 28px 70px #0e2b413d}.diagnostic-test-modal-heading{display:grid;grid-template-columns:44px minmax(0,1fr) 36px;align-items:center;gap:12px;margin-bottom:23px}.diagnostic-test-modal-heading>span{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;color:#126492;background:#eaf3ff}.diagnostic-test-modal-heading h2{margin:0;color:#1a283f;font-size:18px}.diagnostic-test-modal-heading p{margin:4px 0 0;color:#7d8ea3;font-size:10px}.diagnostic-test-modal-heading>button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:10px;color:#71839a;background:#f4f7fa;cursor:pointer}.diagnostic-test-modal form{display:flex;flex-direction:column}.diagnostic-test-modal label{margin:0 0 7px;color:#354760;font-size:11px;font-weight:650}.diagnostic-test-modal label:not(:first-child){margin-top:16px}.diagnostic-test-modal input,.diagnostic-test-modal textarea,.diagnostic-test-modal select{width:100%;min-height:46px;padding:0 13px;border:1px solid #d8e3ed;border-radius:11px;outline:0;color:#1d2b42;background:#f9fbfd;font-size:12px}.diagnostic-test-modal textarea{min-height:76px;padding-top:12px;resize:vertical}.diagnostic-test-modal input:focus,.diagnostic-test-modal textarea:focus,.diagnostic-test-modal select:focus{border-color:#26aaa9;box-shadow:0 0 0 3px #26aaa91a;background:#fff}.diagnostic-test-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.diagnostic-test-modal-grid>div{display:flex;min-width:0;flex-direction:column}.diagnostic-test-price-field{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;border:1px solid #d8e3ed;border-radius:11px;background:#f9fbfd}.diagnostic-test-price-field:focus-within{border-color:#26aaa9;box-shadow:0 0 0 3px #26aaa91a;background:#fff}.diagnostic-test-price-field span{color:#71839a;font-size:13px;text-align:right}.diagnostic-test-price-field input{border:0;box-shadow:none!important;background:transparent!important}.diagnostic-test-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:23px}.diagnostic-test-modal-actions button{display:inline-flex;min-width:110px;height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid #dce5ee;border-radius:11px;color:#61748d;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.diagnostic-test-modal-actions button[type=submit]{min-width:135px;border-color:transparent;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2)}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-manage-tests-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}}@media (max-width: 760px){.diagnostic-manage-tests-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 23px) 14px 28px}.diagnostic-tests-title-row h1{font-size:26px}.diagnostic-tests-title-row p{font-size:12px}.diagnostic-tests-title-row>button{min-width:48px;width:48px;height:48px;font-size:0}.diagnostic-tests-catalogue{grid-template-columns:58px minmax(0,1fr);padding:18px}.diagnostic-tests-catalogue-icon{width:56px;height:56px}.diagnostic-tests-catalogue-stats{grid-column:1 / -1;justify-content:flex-end}}@media (max-width: 520px){.diagnostic-tests-title-row{align-items:center}.diagnostic-tests-catalogue{grid-template-columns:1fr}.diagnostic-tests-catalogue-icon{display:none}.diagnostic-tests-catalogue-stats{justify-content:stretch}.diagnostic-tests-catalogue-stats article{width:auto;flex:1}.diagnostic-tests-table-footer{align-items:flex-start;flex-direction:column}.diagnostic-test-modal-backdrop{align-items:end;padding:12px}.diagnostic-test-modal{max-height:calc(100vh - 24px);overflow-y:auto;padding:22px 18px;border-radius:20px}.diagnostic-test-modal-grid{grid-template-columns:1fr}}.diagnostic-test-drawer-backdrop{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:#1c2a3d7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:diagnostic-test-backdrop-in .18s ease-out}.diagnostic-test-drawer{display:flex;width:min(600px,100%);height:100vh;flex-direction:column;background:#fff;box-shadow:-22px 0 50px #10203438;animation:diagnostic-test-drawer-in .18s ease-out}@keyframes diagnostic-test-drawer-in{0%{opacity:.65;transform:translate(45px)}to{opacity:1;transform:translate(0)}}@keyframes diagnostic-test-backdrop-in{0%{background:#1c2a3d00;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.diagnostic-test-drawer-backdrop-closing{pointer-events:none;animation:diagnostic-test-backdrop-out .22s ease-in forwards}.diagnostic-test-drawer-backdrop-closing .diagnostic-test-drawer{animation:diagnostic-test-drawer-out .22s ease-in forwards}@keyframes diagnostic-test-drawer-out{0%{opacity:1;transform:translate(0)}to{opacity:.72;transform:translate(100%)}}@keyframes diagnostic-test-backdrop-out{0%{background:#1c2a3d7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}to{background:#1c2a3d00;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.diagnostic-test-drawer-heading{display:flex;min-height:112px;align-items:flex-start;justify-content:space-between;gap:20px;padding:32px 42px 24px;border-bottom:1px solid #edf1f5}.diagnostic-test-drawer-heading h2{margin:0;color:#18243a;font-size:24px;line-height:1.2;letter-spacing:-.025em}.diagnostic-test-drawer-heading p{margin:7px 0 0;color:#8190a4;font-size:12px}.diagnostic-test-drawer-heading>button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:9px;color:#93a1b3;background:transparent;cursor:pointer}.diagnostic-test-drawer-heading>button:hover{color:#176891;background:#f2f7fb}.diagnostic-test-drawer-form{display:flex;min-height:0;flex:1;flex-direction:column}.diagnostic-test-drawer-fields{min-height:0;flex:1;overflow-y:auto;padding:32px 42px 28px}.diagnostic-test-drawer-banner{display:block;width:100%;height:150px;margin-bottom:31px;border-radius:18px;object-fit:cover}.diagnostic-test-drawer-fields>label{display:block;margin:22px 0 9px;color:#35465e;font-size:11px;font-weight:700}.diagnostic-test-drawer-fields>label:first-of-type{margin-top:0}.diagnostic-test-drawer-fields>input,.diagnostic-test-drawer-fields>textarea,.diagnostic-test-drawer-grid input,.diagnostic-test-drawer-grid select{width:100%;min-height:51px;padding:0 16px;border:1px solid #dce5ee;border-radius:13px;outline:0;color:#1d2b42;background:#f9fbfd;font-size:12px}.diagnostic-test-drawer-fields>textarea{min-height:118px;padding-top:15px;resize:vertical}.diagnostic-test-drawer-fields>input::placeholder,.diagnostic-test-drawer-fields>textarea::placeholder,.diagnostic-test-drawer-grid input::placeholder,.diagnostic-test-drawer-price input::placeholder{color:#9eacbd}.diagnostic-test-drawer-fields>input:focus,.diagnostic-test-drawer-fields>textarea:focus,.diagnostic-test-drawer-grid input:focus,.diagnostic-test-drawer-grid select:focus,.diagnostic-test-drawer-price:focus-within{border-color:#2baaa8;box-shadow:0 0 0 3px #2baaa81a;background:#fff}.diagnostic-test-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.diagnostic-test-drawer-grid>div{min-width:0}.diagnostic-test-drawer-grid label{display:block;margin:22px 0 9px;color:#35465e;font-size:11px;font-weight:700}.diagnostic-test-drawer-grid:first-of-type label{margin-top:0}.diagnostic-test-drawer-grid select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#8291a5 50%),linear-gradient(135deg,#8291a5 50%,transparent 50%);background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px;background-repeat:no-repeat;background-size:5px 5px,5px 5px}.diagnostic-test-form-error{margin:-10px 0 20px;padding:11px 13px;border:1px solid #f2cfd3;border-radius:10px;color:#a53a45;background:#fff5f6;font-size:10px;line-height:1.45}.diagnostic-test-drawer-price{display:grid;height:51px;grid-template-columns:36px minmax(0,1fr);align-items:center;border:1px solid #dce5ee;border-radius:13px;background:#f9fbfd}.diagnostic-test-drawer-price>span{color:#73859b;font-size:13px;font-weight:700;text-align:right}.diagnostic-test-drawer-price input{width:100%;height:49px;padding:0 14px 0 8px;border:0;outline:0;color:#1d2b42;background:transparent;font-size:12px}.diagnostic-test-availability-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:5px;border-radius:14px;background:#f1f5f9}.diagnostic-test-availability-options button{height:38px;border:0;border-radius:10px;color:#667a93;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.diagnostic-test-availability-options button.active{color:#176792;background:#fff;box-shadow:0 3px 9px #12395314}.diagnostic-test-drawer-actions{display:grid;min-height:105px;grid-template-columns:1fr 1.35fr;align-items:center;gap:14px;padding:20px 42px;border-top:1px solid #edf1f5;background:#fff}.diagnostic-test-drawer-actions.editing{grid-template-columns:.8fr 1fr 1.25fr}.diagnostic-test-drawer-actions button{display:inline-flex;height:48px;align-items:center;justify-content:center;gap:7px;border:1px solid #dce5ee;border-radius:12px;color:#53657c;background:#fff;font-size:11px;font-weight:750;cursor:pointer}.diagnostic-test-drawer-actions .diagnostic-test-delete-button{border-color:#f0cfd2;color:#b7434e;background:#fff5f6}.diagnostic-test-drawer-actions button:disabled,.diagnostic-test-drawer-fields input:disabled,.diagnostic-test-drawer-fields textarea:disabled,.diagnostic-test-drawer-fields select:disabled{cursor:wait;opacity:.65}.diagnostic-test-drawer-actions button[type=submit]{border-color:transparent;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 8px 17px #126d9938}@media (max-width: 620px){.diagnostic-test-drawer-heading{min-height:96px;padding:24px 20px 19px}.diagnostic-test-drawer-heading h2{font-size:21px}.diagnostic-test-drawer-fields{padding:24px 20px}.diagnostic-test-drawer-banner{height:130px;margin-bottom:25px}.diagnostic-test-drawer-actions{min-height:90px;padding:15px 20px}.diagnostic-test-drawer-grid{grid-template-columns:1fr}.diagnostic-test-drawer-grid:first-of-type>div+div label{margin-top:22px}}@media (max-width: 390px){.diagnostic-test-drawer-actions,.diagnostic-test-drawer-actions.editing{grid-template-columns:1fr}}.diagnostic-referrals-page{min-height:100vh;color:var(--dashboard-navy);background:#f7f9fd}.diagnostic-referrals-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 32px) 40px 42px;background:#f7f9fd}.diagnostic-referrals-title-row{display:flex;min-height:96px;align-items:flex-start;justify-content:space-between;gap:24px}.diagnostic-referrals-title-row h1{margin:0;color:#18243a;font-size:30px;line-height:1.2;letter-spacing:-.04em}.diagnostic-referrals-title-row p{margin:7px 0 0;color:#70829d;font-size:13px}.diagnostic-referrals-title-row img{width:92px;height:76px;margin:-10px 57px 0 0;border-radius:2px;object-fit:cover}.diagnostic-referrals-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:26px}.diagnostic-referrals-layout-full{grid-template-columns:minmax(0,1fr)}.diagnostic-referrals-error{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:10px 14px;border:1px solid #f0cfd3;border-radius:12px;color:#a54049;background:#fff5f6;font-size:10px}.diagnostic-referrals-error button{display:inline-flex;height:29px;align-items:center;gap:6px;border:0;border-radius:8px;color:#fff;background:#a94750;font-size:9px;font-weight:700;cursor:pointer}.diagnostic-referrals-content{min-width:0}.diagnostic-referral-search-card{padding:21px 26px 24px;border:1px solid #e8eef5;border-radius:20px;background:#fff;box-shadow:0 4px 12px #0f2d4609}.diagnostic-referral-search-card h2{display:flex;align-items:center;gap:7px;margin:0 0 20px;color:#1c2940;font-size:16px}.diagnostic-referral-search-card h2 svg{color:#2d60d8}.diagnostic-referral-search-card form{display:grid;grid-template-columns:minmax(125px,.85fr) minmax(160px,1.1fr) 108px;align-items:end;gap:16px}.diagnostic-referral-search-card label{display:flex;min-width:0;flex-direction:column;gap:7px}.diagnostic-referral-search-card label>span{color:#43536b;font-size:9px;font-weight:650}.diagnostic-referral-search-card input{width:100%;height:45px;padding:0 14px;border:1px solid #e1e8f1;border-radius:11px;outline:none;color:#1b2940;background:#f7f9fc;font-size:11px}.diagnostic-referral-search-card input::placeholder{color:#b0bdcc}.diagnostic-referral-search-card input:focus{border-color:#3f79df;box-shadow:0 0 0 3px #3f79df1a;background:#fff}.diagnostic-referral-search-card form button,.diagnostic-referral-initiate{display:inline-flex;height:45px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 8px 15px #1872a233;font-size:11px;font-weight:700;cursor:pointer}.diagnostic-active-referrals-card{margin-top:25px;overflow:hidden;border:1px solid #e8eef5;border-radius:20px;background:#fff}.diagnostic-active-referrals-heading{display:flex;height:70px;align-items:center;justify-content:space-between;padding:0 26px}.diagnostic-active-referrals-heading h2{margin:0;color:#1d2b42;font-size:14px}.diagnostic-active-referrals-heading>div{display:flex;align-items:center;gap:7px}.diagnostic-active-referrals-heading>div>span{color:#8496ac;font-size:9px;font-weight:700}.diagnostic-active-referrals-heading button,.diagnostic-referral-details-heading button{display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:8px;color:#90a1b6;background:transparent;cursor:pointer}.diagnostic-active-referrals-heading button:hover,.diagnostic-referral-details-heading button:hover{color:#126899;background:#f1f6fb}.diagnostic-referrals-table{border:0;border-top:1px solid #edf1f6;border-radius:0;box-shadow:none}.diagnostic-referrals-table table{min-width:760px}.diagnostic-referral-order-id{display:flex;align-items:flex-start;flex-direction:column;gap:3px}.diagnostic-referral-order-id strong{color:#1560d8;font-size:10px}.diagnostic-referral-order-id span{color:#8a9bb0;font-size:8px}.diagnostic-referrals-table thead tr{height:54px}.diagnostic-referrals-table tbody tr{height:82px}.diagnostic-referrals-table th:first-child,.diagnostic-referrals-table td:first-child{padding-left:26px}.diagnostic-referrals-table th:last-child,.diagnostic-referrals-table td:last-child{padding-right:26px;text-align:right}.diagnostic-referrals-table .diagnostic-referral-row-selected{background:#fbfdff}.diagnostic-referral-id{display:inline-block;max-width:54px;color:#1560d8;font-size:11px;line-height:1.45}.diagnostic-referral-patient{display:flex;align-items:center;gap:9px}.diagnostic-referral-patient span{display:grid;width:27px;height:27px;flex:0 0 auto;place-items:center;border-radius:50%;color:#63758b;background:#f1f5f9;font-size:7px;font-weight:800}.diagnostic-referral-patient strong{color:#28364c;font-size:11px;line-height:1.35}.diagnostic-referral-test{display:inline-flex;max-width:145px;min-height:30px;align-items:center;padding:5px 10px;border-radius:15px;color:#145ddd;background:#f0f5ff;font-size:9px;line-height:1.35}.diagnostic-referral-view-button{min-width:84px;min-height:40px;padding:5px 12px;border:1px solid #1c54d2;border-radius:10px;color:#194fc4;background:#fff;font-size:9px;font-weight:750;cursor:pointer}.diagnostic-referral-view-button:hover{color:#fff;background:#1c54d2}.diagnostic-referral-view-button:disabled{cursor:wait;opacity:.65}.diagnostic-order-status{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:4px 9px;border:1px solid #f3dfac;border-radius:999px;color:#a87300;background:#fff8df;font-size:8px;font-weight:750;line-height:1.2;text-align:center;text-transform:uppercase}.diagnostic-order-status.accepted,.diagnostic-order-status.scheduled{border-color:#cfe1fb;color:#1b65c9;background:#edf5ff}.diagnostic-order-status.sample_collected,.diagnostic-order-status.processing{border-color:#cceae8;color:#148c86;background:#ecfaf8}.diagnostic-order-status.completed{border-color:#ccebd8;color:#12834f;background:#ecfaf2}.diagnostic-order-status.cancelled,.diagnostic-order-status.canceled{border-color:#f1d4d7;color:#be4b55;background:#fff1f2}.diagnostic-orders-loading{display:inline-flex;align-items:center;gap:8px}.diagnostic-order-spin{animation:diagnostic-order-spin .8s linear infinite}@keyframes diagnostic-order-spin{to{transform:rotate(360deg)}}.diagnostic-referrals-table>.reusable-data-table-footer{min-height:61px;background:#fff}.diagnostic-referrals-load-more{display:inline-flex;align-items:center;gap:4px;border:0;color:#154ebf;background:transparent;font-size:9px;font-weight:700;cursor:pointer}.diagnostic-orders-count{color:#74879e;font-size:9px}.diagnostic-referral-details{position:sticky;top:calc(var(--dashboard-header-height) + 24px);min-width:0;padding:24px 23px 22px;border:1px solid #e8edf3;border-radius:20px;background:#fff;box-shadow:0 16px 28px #19304a21;max-height:calc(100vh - var(--dashboard-header-height) - 48px);overflow-y:auto}.diagnostic-referral-details-heading{display:flex;align-items:center;justify-content:space-between}.diagnostic-referral-details-heading h2{margin:0;color:#19263c;font-size:16px}.diagnostic-referral-details-heading>div>span{display:block;margin-top:4px;color:#8496ab;font-size:8px;font-weight:700}.diagnostic-referral-profile{display:flex;min-height:158px;align-items:center;justify-content:center;flex-direction:column;margin-top:18px;border:1px solid #dfe5f2;border-radius:13px;background:#f5f6fc}.diagnostic-referral-profile small{margin-top:8px}.diagnostic-referral-profile img{width:64px;height:64px;border:3px solid #ffffff;border-radius:17px;box-shadow:0 4px 10px #192e4629;object-fit:cover}.diagnostic-referral-profile strong{margin-top:8px;color:#1c2940;font-size:12px}.diagnostic-referral-profile span{margin-top:3px;color:#1555d0;font-size:9px;font-weight:750}.diagnostic-referral-information{display:flex;margin:21px 0 0;flex-direction:column;gap:15px}.diagnostic-referral-information>div{min-height:68px;padding:14px;border:1px solid #e9eef3;border-radius:12px;background:#fff}.diagnostic-referral-information dt{color:#91a2b7;font-size:8px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.diagnostic-referral-information dd{margin:7px 0 0;color:#17243a;font-size:11px;font-weight:700}.diagnostic-referral-information p{margin:6px 0 0;color:#8192a7;font-size:8px;line-height:1.45}.diagnostic-referral-information .diagnostic-referral-required-test{border-color:#d6eceb;background:#eff9f8}.diagnostic-referral-required-test dt{color:#179b91}.diagnostic-referral-required-test dd{display:flex;align-items:flex-start;gap:7px;line-height:1.35}.diagnostic-referral-required-test svg{flex:0 0 auto;color:#199b91}.diagnostic-order-contact-grid{display:grid;min-height:0!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0!important;border:0!important}.diagnostic-order-contact-grid span{display:flex;min-width:0;min-height:45px;align-items:center;gap:6px;padding:9px;border:1px solid #e8edf3;border-radius:10px;color:#566980;background:#f9fbfd;font-size:8px;line-height:1.35}.diagnostic-order-contact-grid svg{flex:0 0 auto;color:#138da0}.diagnostic-order-schedule-form{display:grid;grid-template-columns:1.3fr 1fr;gap:9px;margin-top:17px}.diagnostic-order-schedule-form label{display:flex;min-width:0;flex-direction:column;gap:6px}.diagnostic-order-schedule-form label span{display:flex;align-items:center;gap:5px;color:#53667e;font-size:8px;font-weight:700}.diagnostic-order-schedule-form input{width:100%;height:39px;padding:0 9px;border:1px solid #dae4ee;border-radius:10px;outline:0;color:#1f2e45;background:#f8fafc;font-size:9px}.diagnostic-order-schedule-form input:focus{border-color:#249caa;box-shadow:0 0 0 3px #249caa17;background:#fff}.diagnostic-order-appointment{display:flex;min-height:42px;align-items:center;gap:8px;margin-top:16px;padding:9px 11px;border:1px solid #d8e7f0;border-radius:10px;color:#1b6a91;background:#f0f8fc;font-size:9px;font-weight:650}.diagnostic-order-action-error{margin-top:13px;padding:9px 10px;border:1px solid #f0cfd3;border-radius:9px;color:#a54049;background:#fff5f6;font-size:9px;line-height:1.4}.diagnostic-order-actions{display:grid;gap:9px;margin-top:17px}.diagnostic-order-actions>button{display:inline-flex;width:100%;min-height:43px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 7px 14px #126d992e;font-size:10px;font-weight:750;cursor:pointer}.diagnostic-order-actions .diagnostic-order-cancel-button{border:1px solid #f0d1d4;color:#b44750;background:#fff5f6;box-shadow:none}.diagnostic-order-ready-note{display:flex;min-height:43px;align-items:center;justify-content:center;gap:7px;border:1px solid #c9e8dc;border-radius:10px;color:#168159;background:#effaf5;font-size:9px;font-weight:700}.diagnostic-referral-initiate{width:100%;margin-top:20px;background:linear-gradient(105deg,#12518e,#2a5bd5);box-shadow:0 8px 14px #2253ba38}.diagnostic-referral-source{margin:18px 0 0;color:#a0adbe;font-size:7px;font-style:italic;text-align:center}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-referrals-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}.diagnostic-referrals-layout{grid-template-columns:minmax(0,1fr) 292px;gap:18px}.diagnostic-referrals-title-row img{margin-right:30px}}@media (max-width: 940px){.diagnostic-referrals-layout{grid-template-columns:minmax(0,1fr)}.diagnostic-referral-details{position:static;max-height:none}}@media (max-width: 760px){.diagnostic-referrals-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 23px) 14px 28px}.diagnostic-referrals-title-row{min-height:86px}.diagnostic-referrals-title-row h1{font-size:26px}.diagnostic-referrals-title-row p{max-width:370px;font-size:12px}.diagnostic-referrals-title-row img{width:74px;height:62px;margin-right:5px}}@media (max-width: 560px){.diagnostic-referrals-title-row img{display:none}.diagnostic-referral-search-card{padding:19px}.diagnostic-referral-search-card form{grid-template-columns:1fr}.diagnostic-active-referrals-heading{padding:0 18px}.diagnostic-referral-details{padding:21px 18px}.diagnostic-order-contact-grid,.diagnostic-order-schedule-form{grid-template-columns:1fr}}.diagnostic-upload-reports-page{min-height:100vh;color:var(--dashboard-navy);background:#f3f7fd}.diagnostic-upload-reports-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 32px) 40px 42px;background:#f3f7fd}.diagnostic-upload-title h1{margin:0;color:#18243a;font-size:30px;line-height:1.2;letter-spacing:-.04em}.diagnostic-upload-title p{margin:6px 0 0;color:#71839d;font-size:14px}.diagnostic-upload-page-error{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:10px 14px;border:1px solid #f0cfd3;border-radius:12px;color:#a54049;background:#fff5f6;font-size:10px}.diagnostic-upload-page-error button{display:inline-flex;height:29px;align-items:center;gap:6px;border:0;border-radius:8px;color:#fff;background:#a94750;font-size:9px;font-weight:700;cursor:pointer}.diagnostic-upload-spin{animation:diagnostic-upload-spin .8s linear infinite}@keyframes diagnostic-upload-spin{to{transform:rotate(360deg)}}.diagnostic-upload-layout{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(330px,.94fr);align-items:start;gap:30px;margin-top:28px}.diagnostic-upload-content{min-width:0}.diagnostic-find-patient-card,.diagnostic-found-patient-card,.diagnostic-report-upload-card,.diagnostic-quality-card{border:1px solid #e4ebf3;background:#fff;box-shadow:0 5px 14px #16365009}.diagnostic-find-patient-card{padding:24px 26px 25px;border-radius:20px}.diagnostic-find-patient-card h2,.diagnostic-report-upload-card>h2{display:flex;align-items:center;gap:8px;margin:0;color:#202c42;font-size:15px}.diagnostic-find-patient-card h2 svg,.diagnostic-report-upload-card>h2 svg{color:#08729e}.diagnostic-find-patient-card form{display:grid;grid-template-columns:minmax(0,1fr) 165px;gap:16px;margin-top:23px}.diagnostic-find-patient-card input{width:100%;height:50px;padding:0 18px;border:1px solid #dfe7f0;border-radius:12px;outline:0;color:#1d2b42;background:#fff;font-size:12px}.diagnostic-find-patient-card input::placeholder{color:#a3afbf}.diagnostic-find-patient-card input:focus{border-color:#2aa2aa;box-shadow:0 0 0 3px #2aa2aa1a}.diagnostic-find-patient-card button,.diagnostic-upload-actions button{display:inline-flex;height:50px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 8px 15px #126d9933;font-size:12px;font-weight:700;cursor:pointer}.diagnostic-find-patient-card button:disabled{cursor:wait;opacity:.65}.diagnostic-processing-count{display:block;margin-top:10px;color:#8091a6;font-size:9px}.diagnostic-found-patient-card{position:relative;display:flex;min-height:105px;align-items:center;gap:19px;margin-top:24px;padding:22px 27px;border-radius:20px}.diagnostic-found-patient-icon{display:grid;width:64px;height:64px;flex:0 0 auto;place-items:center;border:1px solid #d6e5f2;border-radius:14px;color:#12668f;background:#edf6ff}.diagnostic-found-patient-copy{min-width:0}.diagnostic-found-patient-copy>span{color:#70839c;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.diagnostic-found-patient-copy h2{margin:5px 0 7px;color:#1a273d;font-size:19px;line-height:1.2}.diagnostic-found-patient-copy>div{display:flex;flex-wrap:wrap;gap:12px}.diagnostic-found-patient-copy>div span{display:inline-flex;align-items:center;gap:5px;color:#657993;font-size:10px}.diagnostic-found-patient-copy .diagnostic-found-order-test{display:flex;align-items:center;gap:6px;margin-top:9px;color:#137b91;font-size:9px;font-weight:700}.diagnostic-no-processing-order{display:flex;min-height:105px;align-items:center;gap:15px;margin-top:24px;padding:22px 27px;border:1px dashed #d5e0ea;border-radius:20px;color:#7890a7;background:#f8fafc}.diagnostic-no-processing-order>svg{flex:0 0 auto;color:#1593a0}.diagnostic-no-processing-order div{display:flex;flex-direction:column;gap:5px}.diagnostic-no-processing-order strong{color:#304159;font-size:12px}.diagnostic-no-processing-order span{font-size:9px;line-height:1.45}.diagnostic-patient-verified{position:absolute;top:14px;right:16px;padding:5px 10px;border:1px solid #cdeed8;border-radius:15px;color:#18a459;background:#effcf3;font-size:8px;font-weight:800;text-transform:uppercase}.diagnostic-report-upload-card{margin-top:24px;padding:28px 27px 25px;border-radius:20px}.diagnostic-report-dropzone{display:flex;min-height:270px;align-items:center;justify-content:center;flex-direction:column;margin-top:23px;padding:25px;border:2px dashed #d7e2ee;border-radius:17px;background:#f8fafd;transition:border-color .16s ease,background .16s ease}.diagnostic-report-dropzone-active{border-color:#25aca9;background:#f0fbfa}.diagnostic-dropzone-icon{position:relative;display:grid;width:74px;height:74px;place-items:center;border-radius:50%;color:#096e98;background:#fff;box-shadow:0 5px 12px #143d5821}.diagnostic-dropzone-icon svg:last-child{position:absolute;right:-4px;bottom:1px;padding:3px;border:2px solid #ffffff;border-radius:50%;color:#fff;background:#32b8b3}.diagnostic-report-dropzone>strong{margin-top:22px;color:#1c293f;font-size:15px}.diagnostic-report-dropzone>p{margin:8px 0 0;color:#7c8da4;font-size:11px}.diagnostic-report-dropzone>button{min-width:165px;height:43px;margin-top:25px;border:1px solid #d7e1eb;border-radius:11px;color:#12658f;background:#fff;font-size:10px;font-weight:750;cursor:pointer}.diagnostic-report-dropzone>button:disabled{cursor:not-allowed;opacity:.5}.diagnostic-report-dropzone>input{display:none}.diagnostic-report-file-error{margin:12px 0 0;color:#d14343;font-size:10px}.diagnostic-uploaded-file{display:grid;min-height:70px;grid-template-columns:40px minmax(0,1fr) 34px 34px;align-items:center;gap:10px;margin-top:19px;padding:12px 14px;border:1px solid #bfe9e4;border-radius:13px;background:#effbf9}.diagnostic-uploaded-file>span:first-child{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;color:#2bb3ac;background:#fff}.diagnostic-uploaded-file div{display:flex;min-width:0;flex-direction:column}.diagnostic-uploaded-file strong{overflow:hidden;color:#26344a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.diagnostic-uploaded-file small{margin-top:4px;color:#7b8da4;font-size:8px}.diagnostic-uploaded-file button{display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:8px;color:#71839a;background:transparent;cursor:pointer}.diagnostic-uploaded-file button:hover{color:#e15050;background:#fff}.diagnostic-uploaded-file-check{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;color:#fff;background:#2db5ae}.diagnostic-report-remarks{display:flex;margin-top:18px;flex-direction:column;gap:8px}.diagnostic-report-remarks>span{color:#43556d;font-size:10px;font-weight:700}.diagnostic-report-remarks textarea{width:100%;min-height:78px;padding:12px 14px;border:1px solid #dce5ee;border-radius:12px;outline:0;color:#1d2b42;background:#f9fbfd;font:inherit;font-size:10px;line-height:1.5;resize:vertical}.diagnostic-report-remarks textarea:focus{border-color:#2aa2aa;box-shadow:0 0 0 3px #2aa2aa1a;background:#fff}.diagnostic-report-remarks textarea:disabled{cursor:not-allowed;opacity:.6}.diagnostic-upload-actions{display:flex;justify-content:flex-end;gap:13px;margin-top:25px}.diagnostic-upload-actions button{min-width:135px;height:48px}.diagnostic-upload-actions button:first-child{border:1px solid #dde5ee;color:#6d7f96;background:transparent;box-shadow:none}.diagnostic-upload-actions button:last-child{min-width:255px}.diagnostic-upload-actions button:disabled{cursor:not-allowed;opacity:.5}.diagnostic-quality-card{position:sticky;top:calc(var(--dashboard-header-height) + 25px);padding:32px 31px 30px;border-radius:28px}.diagnostic-quality-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:15px;color:#086c96;background:#e8f3f9}.diagnostic-quality-card>h2{margin:19px 0 0;color:#09648e;font-size:23px;line-height:1.2;letter-spacing:-.025em}.diagnostic-quality-card>p{margin:14px 0 0;color:#71849c;font-size:12px;line-height:1.6}.diagnostic-quality-visual{position:relative;width:min(100%,390px);height:310px;margin:29px auto 0;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#eaf4f8,#d8e8f0)}.diagnostic-quality-visual>img{width:100%;height:100%;object-fit:cover}.diagnostic-quality-live,.diagnostic-quality-scan{position:absolute;display:flex;border:1px solid rgba(255,255,255,.8);background:#ffffffe6;box-shadow:0 10px 25px #18385124;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.diagnostic-quality-live{top:18px;right:18px;width:160px;padding:13px;border-radius:13px;flex-direction:column}.diagnostic-quality-live span{color:#2cb8ad;font-size:8px;font-weight:800;text-transform:uppercase}.diagnostic-quality-live strong{margin-top:7px;color:#26344a;font-size:10px}.diagnostic-quality-live i{width:70%;height:3px;margin-top:10px;border-radius:4px;background:#2fb7b0}.diagnostic-quality-scan{bottom:25px;left:17px;min-width:170px;align-items:center;gap:10px;padding:13px 15px;border-radius:14px;color:#ef811d}.diagnostic-quality-scan>span{display:flex;flex-direction:column}.diagnostic-quality-scan small{color:#7890a8;font-size:7px;font-weight:800;text-transform:uppercase}.diagnostic-quality-scan strong{margin-top:3px;color:#27354a;font-size:11px}.diagnostic-quality-dna{position:absolute;top:50%;left:50%;display:grid;width:66px;height:66px;place-items:center;border:4px solid rgba(255,255,255,.85);border-radius:50%;color:#08719b;background:#ffffff57;transform:translate(-50%,-50%)}.diagnostic-quality-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.diagnostic-quality-stats article{display:flex;min-height:74px;justify-content:center;flex-direction:column;padding:12px 15px;border-radius:13px;background:#fbfcfe}.diagnostic-quality-stats span{color:#8d9db2;font-size:8px;font-weight:750;text-transform:uppercase}.diagnostic-quality-stats strong{margin-top:5px;color:#0b668e;font-size:22px}.diagnostic-quality-stats article:last-child strong{color:#2cb2aa}.diagnostic-quality-hub{display:none;align-items:center;gap:7px;margin-top:17px;color:#2ca99f;font-size:9px;font-weight:700}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-upload-reports-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}.diagnostic-upload-layout{grid-template-columns:minmax(0,1fr) 330px;gap:20px}.diagnostic-quality-card{padding:25px 22px}}@media (max-width: 950px){.diagnostic-upload-layout{grid-template-columns:1fr}.diagnostic-quality-card{position:static}.diagnostic-quality-visual{height:330px}}@media (max-width: 760px){.diagnostic-upload-reports-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 23px) 14px 30px}.diagnostic-upload-title h1{font-size:26px}.diagnostic-upload-title p{font-size:12px}}@media (max-width: 560px){.diagnostic-find-patient-card,.diagnostic-found-patient-card,.diagnostic-report-upload-card,.diagnostic-quality-card{border-radius:17px}.diagnostic-find-patient-card,.diagnostic-report-upload-card{padding:21px 18px}.diagnostic-find-patient-card form{grid-template-columns:1fr}.diagnostic-found-patient-card{align-items:flex-start;padding:21px 17px}.diagnostic-found-patient-icon{width:50px;height:50px}.diagnostic-found-patient-copy h2{max-width:190px;font-size:16px}.diagnostic-report-dropzone{min-height:250px;padding:20px 13px;text-align:center}.diagnostic-uploaded-file{grid-template-columns:38px minmax(0,1fr) 30px}.diagnostic-uploaded-file-check{display:none}.diagnostic-upload-actions{flex-direction:column-reverse}.diagnostic-upload-actions button,.diagnostic-upload-actions button:last-child{width:100%;min-width:0}.diagnostic-quality-card{padding:25px 18px}.diagnostic-quality-card>h2{font-size:21px}.diagnostic-quality-visual{height:280px}}.diagnostic-billing-page{min-height:100vh;color:var(--dashboard-navy);background:#f2f7fd}.diagnostic-billing-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 32px) 40px 42px;background:radial-gradient(circle at 68% 32%,rgba(208,227,238,.42),transparent 24%),#f2f7fd}.diagnostic-billing-title h1{margin:0;color:#172339;font-size:30px;line-height:1.2;letter-spacing:-.04em}.diagnostic-billing-title p{margin:6px 0 0;color:#71839d;font-size:14px}.diagnostic-billing-error{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:10px 14px;border:1px solid #f0cfd3;border-radius:12px;color:#a54049;background:#fff5f6;font-size:10px}.diagnostic-billing-error button{display:inline-flex;height:29px;align-items:center;gap:6px;border:0;border-radius:8px;color:#fff;background:#a94750;font-size:9px;font-weight:700;cursor:pointer}.diagnostic-billing-spin{animation:diagnostic-billing-spin .8s linear infinite}@keyframes diagnostic-billing-spin{to{transform:rotate(360deg)}}.diagnostic-billing-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.86fr);align-items:start;gap:30px;margin-top:27px}.diagnostic-billing-content{min-width:0}.diagnostic-billing-search-card,.diagnostic-billing-patient,.diagnostic-billing-preview-card,.diagnostic-billing-intelligence{border:1px solid #e2eaf3;background:#fff;box-shadow:0 5px 14px #14355009}.diagnostic-billing-search-card{padding:24px 26px 25px;border-radius:20px}.diagnostic-billing-search-card h2{display:flex;align-items:center;gap:8px;margin:0;color:#202d43;font-size:15px}.diagnostic-billing-search-card form{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:14px;margin-top:22px}.diagnostic-billing-search-card input{width:100%;height:49px;padding:0 18px;border:1px solid #dfe7f0;border-radius:12px;outline:0;color:#1d2b42;font-size:12px}.diagnostic-billing-search-card input::placeholder{color:#a3afbf}.diagnostic-billing-search-card input:focus{border-color:#2aa2aa;box-shadow:0 0 0 3px #2aa2aa1a}.diagnostic-billing-search-card button,.diagnostic-billing-actions button{display:inline-flex;height:49px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 8px 15px #126d9933;font-size:11px;font-weight:700;cursor:pointer}.diagnostic-billing-search-card button:disabled,.diagnostic-billing-actions button:disabled{cursor:wait;opacity:.65}.diagnostic-invoice-count{display:block;margin-top:10px;color:#8091a6;font-size:9px}.diagnostic-billing-patient{position:relative;display:flex;min-height:105px;align-items:center;gap:18px;margin-top:23px;padding:22px 26px;border-radius:20px}.diagnostic-billing-patient-icon{display:grid;width:63px;height:63px;flex:0 0 auto;place-items:center;border:1px solid #d6e5f2;border-radius:14px;color:#12668f;background:#edf6ff}.diagnostic-billing-patient>div>span{color:#8494aa;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.diagnostic-billing-patient h2{margin:5px 0 7px;color:#1a273d;font-size:19px;line-height:1.2}.diagnostic-billing-patient p{display:flex;gap:14px;margin:0}.diagnostic-billing-patient p span{display:inline-flex;align-items:center;gap:5px;color:#657993;font-size:10px}.diagnostic-billing-verified{position:absolute;top:50%;right:25px;padding:6px 11px;border:1px solid #cdeed8;border-radius:15px;color:#18a459;background:#effcf3;font-size:8px;font-weight:800;text-transform:uppercase;transform:translateY(-50%)}.diagnostic-billing-preview-card{margin-top:23px;overflow:hidden;border-radius:20px}.diagnostic-billing-preview-heading{display:flex;height:62px;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #edf1f6;background:#fff}.diagnostic-billing-preview-heading h2{display:flex;align-items:center;gap:7px;margin:0;color:#28354a;font-size:11px;letter-spacing:.02em;text-transform:uppercase}.diagnostic-billing-preview-heading h2 svg{color:#0b668f}.diagnostic-billing-preview-heading>span{padding:5px 12px;border-radius:5px;color:#2c6b9e;background:#e5f1ff;font-size:8px;font-weight:800;text-transform:uppercase}.diagnostic-billing-preview-heading>span.generated{color:#0b936b;background:#e9faf3}.diagnostic-billing-statement{width:min(540px,calc(100% - 46px));min-height:455px;margin:37px auto 39px;padding:30px 34px 27px;border:1px solid #dce6ef;border-radius:15px;background:radial-gradient(circle at 86% 19%,rgba(19,106,150,.045),transparent 14%),#fff;box-shadow:0 3px 7px #11324c0b}.diagnostic-billing-statement>header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:23px;border-bottom:1px solid #edf1f4}.diagnostic-billing-statement h3{margin:0;color:#0d668e;font-size:19px}.diagnostic-billing-statement header p,.diagnostic-billing-statement header span{margin:5px 0 0;color:#98a7b9;font-size:8px}.diagnostic-billing-statement header>div:last-child{display:flex;align-items:flex-end;flex-direction:column}.diagnostic-billing-statement header strong{color:#253147;font-size:13px}.diagnostic-billing-patient-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;padding:28px 0 25px;border-bottom:1px solid #edf1f4}.diagnostic-billing-patient-details span,.diagnostic-billing-section>span{color:#91a2b6;font-size:7px;font-weight:750;text-transform:uppercase}.diagnostic-billing-patient-details strong{display:block;margin-top:9px;color:#253147;font-size:12px}.diagnostic-billing-patient-details p{margin:6px 0 0;color:#75879e;font-size:9px}.diagnostic-billing-section{padding:24px 0 26px;border-bottom:1px solid #edf1f4}.diagnostic-billing-section>div{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px;padding:17px 20px;border-radius:11px;background:#f6f8fb}.diagnostic-billing-section p{display:flex;margin:0;flex-direction:column}.diagnostic-billing-section p:last-child{align-items:flex-end}.diagnostic-billing-section small{color:#718299;font-size:8px;text-transform:uppercase}.diagnostic-billing-section strong{margin-top:5px;color:#0c6690;font-size:12px}.diagnostic-billing-section p:last-child strong{color:#17243a;font-size:20px}.diagnostic-billing-statement>footer{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-top:26px}.diagnostic-billing-statement>footer>small{color:#a7b3c1;font-size:7px;font-style:italic}.diagnostic-billing-statement footer>div{display:flex;align-items:flex-end;flex-direction:column}.diagnostic-billing-statement footer span{color:#26344a;font-size:9px;font-weight:700}.diagnostic-billing-statement footer strong{margin-top:5px;color:#0b678f;font-size:25px}.diagnostic-billing-actions{display:flex;justify-content:flex-end;gap:13px;margin-top:24px}.diagnostic-billing-actions button{min-width:128px;height:48px}.diagnostic-billing-actions button:first-child{border:1px solid #dde5ee;color:#6d7f96;background:transparent;box-shadow:none}.diagnostic-billing-actions button:last-child{min-width:190px}.diagnostic-billing-empty{display:flex;min-height:140px;align-items:center;gap:16px;margin-top:23px;padding:25px;border:1px dashed #d4e0ea;border-radius:20px;color:#16849a;background:#f8fbfd}.diagnostic-billing-empty div{display:flex;flex-direction:column;gap:6px}.diagnostic-billing-empty strong{color:#2a3b52;font-size:13px}.diagnostic-billing-empty span{color:#7b8da3;font-size:10px;line-height:1.45}.diagnostic-billing-intelligence{position:sticky;top:calc(var(--dashboard-header-height) + 24px);padding:30px 30px 28px;overflow:hidden;border-radius:28px}.diagnostic-billing-intelligence:after{position:absolute;top:-72px;right:-52px;width:180px;height:180px;border:7px solid rgba(15,102,143,.08);border-radius:50%;content:""}.diagnostic-billing-intelligence-icon{display:grid;width:52px;height:29px;place-items:center;border-radius:20px;color:#0a6a94;background:#e5f2f8}.diagnostic-billing-intelligence>h2{position:relative;z-index:1;max-width:300px;margin:19px 0 0;color:#09648e;font-size:23px;line-height:1.25;letter-spacing:-.03em}.diagnostic-billing-intelligence>p{position:relative;z-index:1;margin:14px 0 0;color:#71849c;font-size:12px;line-height:1.6}.diagnostic-billing-visual{position:relative;width:100%;height:290px;margin-top:28px;overflow:hidden;border-radius:17px;background:#e8f1f5}.diagnostic-billing-visual>img{width:100%;height:100%;object-fit:cover}.diagnostic-billing-live,.diagnostic-billing-scan{position:absolute;display:flex;border:1px solid rgba(255,255,255,.8);background:#ffffffeb;box-shadow:0 10px 25px #18385124;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.diagnostic-billing-live{top:16px;right:13px;width:155px;padding:12px;border-radius:13px;flex-direction:column}.diagnostic-billing-live span{color:#2cb8ad;font-size:8px;font-weight:800;text-transform:uppercase}.diagnostic-billing-live strong{margin-top:7px;color:#26344a;font-size:10px}.diagnostic-billing-live i{width:70%;height:3px;margin-top:10px;border-radius:4px;background:#2fb7b0}.diagnostic-billing-scan{bottom:17px;left:14px;min-width:168px;align-items:center;gap:10px;padding:13px 15px;border-radius:14px;color:#0a678f}.diagnostic-billing-scan>span{display:flex;flex-direction:column}.diagnostic-billing-scan small{color:#7890a8;font-size:7px;font-weight:800;text-transform:uppercase}.diagnostic-billing-scan strong{margin-top:3px;color:#27354a;font-size:11px}.diagnostic-billing-dna{position:absolute;top:50%;left:50%;display:grid;width:64px;height:64px;place-items:center;border:4px solid rgba(255,255,255,.86);border-radius:50%;color:#08719b;background:#ffffff59;transform:translate(-50%,-50%)}.diagnostic-billing-microscope{position:absolute;right:-16px;bottom:-35px;color:#0b678f12}.diagnostic-billing-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:19px}.diagnostic-billing-stats article{display:flex;min-height:70px;justify-content:center;flex-direction:column;padding:12px 15px;border-radius:13px;background:#fbfcfe}.diagnostic-billing-stats span{color:#8d9db2;font-size:8px;font-weight:750;text-transform:uppercase}.diagnostic-billing-stats strong{margin-top:5px;color:#0b668e;font-size:21px}.diagnostic-billing-stats article:last-child strong{color:#2cb2aa}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-billing-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}.diagnostic-billing-layout{grid-template-columns:minmax(0,1fr) 330px;gap:20px}.diagnostic-billing-intelligence{padding:25px 22px}}@media (max-width: 950px){.diagnostic-billing-layout{grid-template-columns:1fr}.diagnostic-billing-intelligence{position:static}.diagnostic-billing-visual{height:330px}}@media (max-width: 760px){.diagnostic-billing-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 23px) 14px 30px}.diagnostic-billing-title h1{font-size:26px}.diagnostic-billing-title p{font-size:12px}}@media (max-width: 560px){.diagnostic-billing-search-card,.diagnostic-billing-patient,.diagnostic-billing-preview-card,.diagnostic-billing-intelligence{border-radius:17px}.diagnostic-billing-search-card{padding:21px 18px}.diagnostic-billing-search-card form{grid-template-columns:1fr}.diagnostic-billing-patient{align-items:flex-start;padding:21px 17px}.diagnostic-billing-patient-icon{width:50px;height:50px}.diagnostic-billing-patient h2{max-width:200px;font-size:16px}.diagnostic-billing-verified{top:13px;right:13px;transform:none}.diagnostic-billing-statement{width:calc(100% - 28px);margin:22px auto;padding:24px 19px}.diagnostic-billing-statement>header,.diagnostic-billing-statement>footer{align-items:flex-start;flex-direction:column}.diagnostic-billing-statement header>div:last-child,.diagnostic-billing-statement footer>div{align-items:flex-start;margin-top:16px}.diagnostic-billing-patient-details{grid-template-columns:1fr;gap:19px}.diagnostic-billing-section>div{align-items:flex-start;flex-direction:column}.diagnostic-billing-section p:last-child{align-items:flex-start}.diagnostic-billing-actions{flex-direction:column-reverse}.diagnostic-billing-actions button,.diagnostic-billing-actions button:last-child{width:100%;min-width:0}.diagnostic-billing-intelligence{padding:25px 18px}.diagnostic-billing-intelligence>h2{font-size:21px}.diagnostic-billing-visual{height:280px}}.diagnostic-revenue-page{min-height:100vh;color:var(--dashboard-navy);background:#f4f7fc}.diagnostic-revenue-main{min-height:100vh;margin-left:var(--dashboard-sidebar-width);padding:calc(var(--dashboard-header-height) + 32px) 40px 42px;background:radial-gradient(circle at 80% 16%,rgba(42,180,170,.06),transparent 22%),#f4f7fc}.diagnostic-revenue-feedback{margin:14px 0;padding:11px 14px;border:1px solid #c8dcff;border-radius:12px;background:#eef5ff;color:#2f65e8;font-size:13px}.diagnostic-revenue-feedback-error{border-color:#f1c2c2;background:#fff7f7;color:#b43b3b}.diagnostic-revenue-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.diagnostic-revenue-title-row h1{margin:0;color:#17243b;font-size:30px;line-height:1.2;letter-spacing:-.04em}.diagnostic-revenue-title-row p{margin:7px 0 0;color:#70839e;font-size:14px}.diagnostic-revenue-title-row>button,.diagnostic-sales-report-card>button{display:inline-flex;min-width:210px;height:50px;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:0;border-radius:13px;color:#fff;background:linear-gradient(105deg,#126d99,#2fb5b2);box-shadow:0 9px 18px #126d9936;font-size:12px;font-weight:700;cursor:pointer}.diagnostic-revenue-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}.diagnostic-revenue-stat{position:relative;min-height:164px;overflow:hidden;padding:23px 25px;border:1px solid #e4ebf2;border-radius:21px;background:#fff;box-shadow:0 5px 14px #13334d0a}.diagnostic-revenue-stat:after{position:absolute;top:-35px;right:-33px;width:112px;height:112px;border-radius:50%;background:#1469950a;content:""}.diagnostic-revenue-stat>div{display:flex;align-items:center;gap:11px;color:#637791;font-size:12px}.diagnostic-revenue-stat-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;color:#176c99;background:#eaf4fb}.diagnostic-revenue-stat>strong{display:block;margin-top:13px;color:#176995;font-size:27px;line-height:1.15}.diagnostic-revenue-stat>p{display:flex;align-items:center;gap:6px;margin:13px 0 0;color:#23aa79;font-size:10px;font-weight:700}.diagnostic-revenue-stat-teal .diagnostic-revenue-stat-icon{color:#259e98;background:#eafaf8}.diagnostic-revenue-stat-teal>strong{color:#219c96}.diagnostic-revenue-stat-navy{border-color:transparent;background:linear-gradient(135deg,#155b88,#218e9c);box-shadow:0 11px 22px #155b8833}.diagnostic-revenue-stat-navy:after{background:#ffffff12}.diagnostic-revenue-stat-navy>div,.diagnostic-revenue-stat-navy>strong,.diagnostic-revenue-stat-navy>p{color:#fff}.diagnostic-revenue-stat-navy .diagnostic-revenue-stat-icon{color:#fff;background:#ffffff26}.diagnostic-revenue-chart-card{margin-top:28px;padding:27px 28px 24px;border:1px solid #e4ebf2;border-radius:23px;background:#fff;box-shadow:0 5px 14px #13334d0a}.diagnostic-revenue-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.diagnostic-revenue-chart-heading h2{margin:0;color:#1e2b42;font-size:17px}.diagnostic-revenue-chart-heading p{margin:5px 0 0;color:#91a2b6;font-size:11px}.diagnostic-revenue-chart-heading>div:last-child{display:flex;gap:5px;padding:4px;border-radius:12px;background:#f4f7fa}.diagnostic-revenue-chart-heading button{min-width:72px;height:34px;padding:0 12px;border:0;border-radius:9px;color:#677b94;background:transparent;font-size:10px;cursor:pointer}.diagnostic-revenue-chart-heading button.active{color:#12678f;background:#fff;box-shadow:0 3px 9px #113d5914;font-weight:750}.diagnostic-revenue-chart{width:100%;height:380px;margin-top:18px}.diagnostic-sales-report-card{display:grid;min-height:112px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:28px;padding:22px 25px;border:1px solid #e4ebf2;border-radius:21px;background:#fff;box-shadow:0 5px 14px #13334d0a}.diagnostic-sales-report-card>span{display:grid;width:50px;height:50px;place-items:center;border-radius:13px;color:#176b98;background:#eaf4fb}.diagnostic-sales-report-card h2{margin:0;color:#1e2b42;font-size:16px}.diagnostic-sales-report-card p{margin:6px 0 0;color:#73869e;font-size:11px}.diagnostic-sales-report-card>button{min-width:195px;height:47px}@media (max-width: 1120px) and (min-width: 761px){.diagnostic-revenue-main{margin-left:var(--dashboard-sidebar-compact-width);padding-right:24px;padding-left:24px}}@media (max-width: 760px){.diagnostic-revenue-main{margin-left:0;padding:calc(var(--dashboard-header-height) + 23px) 14px 30px}.diagnostic-revenue-title-row h1{font-size:26px}.diagnostic-revenue-title-row p{font-size:12px}.diagnostic-revenue-title-row>button{min-width:48px;width:48px;padding:0;font-size:0}.diagnostic-revenue-stats{gap:14px}.diagnostic-revenue-stat{padding:19px}.diagnostic-revenue-chart{height:320px}}@media (max-width: 620px){.diagnostic-revenue-stats{grid-template-columns:1fr}.diagnostic-revenue-stat{min-height:145px}.diagnostic-revenue-chart-card{padding:22px 14px 18px}.diagnostic-revenue-chart-heading{flex-direction:column}.diagnostic-revenue-chart-heading>div:last-child{width:100%}.diagnostic-revenue-chart-heading button{min-width:0;flex:1}.diagnostic-revenue-chart{height:285px}.diagnostic-sales-report-card{grid-template-columns:45px minmax(0,1fr);padding:20px}.diagnostic-sales-report-card>span{width:44px;height:44px}.diagnostic-sales-report-card>button{width:100%;grid-column:1 / -1}}.diagnostic-availability-page{min-height:100vh;background:linear-gradient(135deg,#f7fbff,#eef8fb);color:#132038}.diagnostic-availability-main{margin-left:var(--dashboard-sidebar-width);padding:104px 32px 42px}.diagnostic-availability-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1280px;margin:0 auto 24px}.diagnostic-availability-heading>div{display:flex;align-items:center;gap:14px}.diagnostic-availability-heading>div>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;color:#0879a5;background:#e8f6fd}.diagnostic-availability-heading h1{margin:0;font-size:clamp(26px,3vw,36px)}.diagnostic-availability-heading p{margin:6px 0 0;color:#657993}.diagnostic-availability-heading button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:0;border-radius:12px;color:#fff;background:linear-gradient(110deg,#146a94,#2bb8b4);box-shadow:0 10px 22px #11709533;font:inherit;font-weight:700;cursor:pointer}.diagnostic-availability-card{max-width:1280px;margin:auto;padding:26px;border:1px solid #dce8f1;border-radius:20px;background:#fff;box-shadow:0 14px 32px #1a446612}.diagnostic-availability-card-title{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #e5edf4;color:#0c779f}.diagnostic-availability-card-title h2{margin:0;color:#17243a;font-size:19px}.diagnostic-availability-card-title p{margin:4px 0 0;color:#778aa2;font-size:13px}.diagnostic-availability-list{display:grid;gap:12px;margin-top:20px}.diagnostic-availability-list article{display:grid;grid-template-columns:minmax(165px,1.2fr) repeat(5,minmax(115px,1fr));align-items:end;gap:12px;padding:16px;border:1px solid #e2eaf2;border-radius:14px;background:#f9fbfd;opacity:.7}.diagnostic-availability-list article.is-active{background:#fff;opacity:1}.diagnostic-availability-list label{display:grid;gap:6px;color:#71839a;font-size:11px;font-weight:700}.diagnostic-availability-list input[type=time],.diagnostic-availability-list select{width:100%;min-height:42px;padding:0 10px;border:1px solid #d6e2ec;border-radius:9px;outline:0;color:#213048;background:#fff;font:inherit}.diagnostic-availability-list input:focus,.diagnostic-availability-list select:focus{border-color:#29afb2;box-shadow:0 0 0 3px #2bb7b51a}.diagnostic-availability-day{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px}.diagnostic-availability-day small{grid-column:2;color:#8295aa}.diagnostic-availability-switch{position:relative;display:block!important;width:40px;height:23px;grid-row:1/3}.diagnostic-availability-switch input{position:absolute;opacity:0}.diagnostic-availability-switch span{position:absolute;inset:0;border-radius:99px;background:#cad6e1;cursor:pointer}.diagnostic-availability-switch span:after{position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;content:"";transition:.2s}.diagnostic-availability-switch input:checked+span{background:#26afa9}.diagnostic-availability-switch input:checked+span:after{transform:translate(17px)}.diagnostic-availability-error,.diagnostic-availability-feedback,.diagnostic-availability-state{display:flex;align-items:center;gap:7px;margin:18px 0 0;font-size:13px;font-weight:600}.diagnostic-availability-error{color:#c94a58}.diagnostic-availability-feedback{color:#10814b}.diagnostic-availability-state{justify-content:center;padding:40px;color:#688099}.diagnostic-availability-spin{animation:diagnosticAvailabilitySpin .8s linear infinite}@keyframes diagnosticAvailabilitySpin{to{transform:rotate(360deg)}}@media (max-width:1050px){.diagnostic-availability-list article{grid-template-columns:repeat(3,minmax(0,1fr))}.diagnostic-availability-day{grid-column:1/-1}}@media (max-width:900px){.diagnostic-availability-main{margin-left:0;padding:94px 20px 35px}}@media (max-width:650px){.diagnostic-availability-main{padding:84px 14px 28px}.diagnostic-availability-heading{align-items:stretch;flex-direction:column}.diagnostic-availability-heading button{width:100%}.diagnostic-availability-card{padding:18px}.diagnostic-availability-list article{grid-template-columns:repeat(2,minmax(0,1fr))}.diagnostic-availability-day{grid-column:1/-1}.diagnostic-availability-card-title{align-items:flex-start}}.staff-login-page{background:#f4f8fb}.staff-login-card h1{color:#17324a}.staff-login-icon{display:grid;width:52px;height:52px;margin:0 auto 18px;place-items:center;border-radius:16px;background:#e7f7f7;color:#159aa1}.staff-login-visual{position:relative;min-height:520px;overflow:hidden;border-radius:28px;background:linear-gradient(145deg,#dff4f5,#eef4ff 58%,#fff)}.staff-login-visual>img{width:100%;height:100%;object-fit:contain;padding:26px}.staff-login-visual article{position:absolute;right:28px;bottom:30px;left:28px;display:flex;align-items:center;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:#ffffffe0;box-shadow:0 16px 30px #2252741f}.staff-login-visual article>span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:#e6faf7;color:#149b93}.staff-login-visual strong{display:block;color:#17324a;font-size:14px}.staff-login-visual p{margin:4px 0 0;color:#6d7f96;font-size:12px;line-height:1.45}@media (max-width: 860px){.staff-login-visual{display:none}}.staff-dashboard-page{min-height:100vh;padding:24px 32px 44px;background:#f5f8fc;color:#18263d}.staff-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:70px}.staff-dashboard-brand{display:flex;align-items:center;gap:13px}.staff-dashboard-brand img{width:116px;height:auto}.staff-dashboard-brand span{padding:7px 10px;border-radius:999px;background:#e8f7f7;color:#0a7f82;font-size:12px;font-weight:800}.staff-dashboard-profile{display:flex;align-items:center;gap:11px;padding:9px 10px;border:1px solid #e1eaf3;border-radius:17px;background:#fff;box-shadow:0 8px 18px #1a3e620f}.staff-dashboard-profile>span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:linear-gradient(135deg,#15769d,#2cb5b1);color:#fff;font-size:12px;font-weight:800}.staff-dashboard-profile strong,.staff-dashboard-profile small{display:block}.staff-dashboard-profile strong{color:#1d2c43;font-size:13px}.staff-dashboard-profile small{margin-top:3px;color:#788ca5;font-size:11px}.staff-dashboard-profile button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:12px;background:#f3f7fb;color:#697e98;cursor:pointer}.staff-dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:22px;padding:28px;border:1px solid #dbeaf5;border-radius:24px;background:linear-gradient(135deg,#eef8fb,#fff 62%);box-shadow:0 12px 28px #1c40640d}.staff-dashboard-hero p{margin:0 0 8px;color:#149ba3;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.staff-dashboard-hero h1{margin:0;color:#17243a;font-size:clamp(28px,4vw,42px);line-height:1.08}.staff-dashboard-hero span{display:block;margin-top:10px;color:#6c7f98;font-size:14px}.staff-dashboard-hero button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:43px;padding:0 16px;border:0;border-radius:12px;background:#176293;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.staff-dashboard-alert{display:flex;align-items:center;gap:10px;margin-top:16px;padding:13px 15px;border:1px solid #ffd0d0;border-radius:13px;background:#fff4f4;color:#bd3535;font-size:13px;font-weight:650}.staff-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.staff-dashboard-stat,.staff-dashboard-card{border:1px solid #e1eaf3;border-radius:20px;background:#fff;box-shadow:0 10px 24px #183a5c0d}.staff-dashboard-stat{display:flex;align-items:center;min-height:112px;padding:19px}.staff-dashboard-stat>span{display:grid;width:48px;height:48px;flex:0 0 48px;margin-right:14px;place-items:center;border-radius:15px;background:#eef8ff;color:#0d72a8}.staff-dashboard-stat:nth-child(2)>span{background:#eefbf9;color:#139f9e}.staff-dashboard-stat:nth-child(3)>span{background:#fff6e8;color:#b77212}.staff-dashboard-stat:nth-child(4)>span{background:#f2f0ff;color:#6264e8}.staff-dashboard-stat strong{display:block;color:#17243a;font-size:25px;line-height:1}.staff-dashboard-stat small{display:block;margin-top:7px;color:#61748e;font-size:12px;font-weight:800}.staff-dashboard-stat p{margin:5px 0 0;color:#8a9ab0;font-size:11px}.staff-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;margin-top:20px}.staff-dashboard-card{min-width:0;padding:22px}.staff-dashboard-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #edf2f7;color:#0d72a8}.staff-dashboard-card-heading h2{margin:0;color:#17243a;font-size:18px}.staff-dashboard-card-heading p{margin:5px 0 0;color:#7a8ca4;font-size:12px}.staff-dashboard-appointment-list{display:grid;gap:12px;padding-top:16px}.staff-dashboard-appointment-list article{display:grid;grid-template-columns:46px minmax(0,1fr) 92px 105px;align-items:center;gap:13px;padding:14px;border:1px solid #edf2f7;border-radius:14px;background:#fbfdff}.staff-dashboard-appointment-list article>span,.staff-dashboard-patient-list article>span{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:linear-gradient(135deg,#748197,#19adb3);color:#fff;font-size:12px;font-weight:800}.staff-dashboard-appointment-list strong,.staff-dashboard-patient-list strong{display:block;overflow:hidden;color:#25364f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.staff-dashboard-appointment-list small,.staff-dashboard-patient-list small{display:block;margin-top:4px;overflow:hidden;color:#7b8ca4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.staff-dashboard-appointment-list time{color:#26364e;font-size:12px;font-weight:800}.staff-dashboard-appointment-list em{justify-self:end;padding:6px 9px;border-radius:999px;background:#eaf8f8;color:#10989a;font-size:10px;font-style:normal;font-weight:800}.staff-dashboard-side{display:grid;gap:20px}.staff-dashboard-permissions ul{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0 0;padding:0;list-style:none}.staff-dashboard-permissions li{padding:7px 10px;border-radius:999px;background:#f1f6fb;color:#45617f;font-size:11px;font-weight:800}.staff-dashboard-search{display:flex;align-items:center;gap:8px;height:40px;margin-top:16px;padding:0 12px;border:1px solid #e3eaf3;border-radius:12px;background:#f8fafc;color:#8799b1}.staff-dashboard-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#24344b;font:inherit;font-size:12px}.staff-dashboard-patient-list{display:grid;gap:11px;margin-top:16px}.staff-dashboard-patient-list article{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid #edf2f7;border-radius:13px;background:#fbfdff}.staff-dashboard-empty{display:flex;align-items:center;justify-content:center;gap:8px;min-height:220px;color:#71839d;font-size:13px}.staff-dashboard-empty.compact{min-height:120px}.staff-dashboard-spin{animation:staff-dashboard-spin .8s linear infinite}@keyframes staff-dashboard-spin{to{transform:rotate(360deg)}}@media (max-width: 1080px){.staff-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dashboard-grid{grid-template-columns:1fr}}@media (max-width: 720px){.staff-dashboard-page{padding:18px 14px 32px}.staff-dashboard-header,.staff-dashboard-hero{align-items:flex-start;flex-direction:column}.staff-dashboard-profile,.staff-dashboard-hero button{width:100%}.staff-dashboard-profile>div{flex:1;min-width:0}.staff-dashboard-stats{grid-template-columns:1fr}.staff-dashboard-appointment-list article{grid-template-columns:46px minmax(0,1fr)}.staff-dashboard-appointment-list time,.staff-dashboard-appointment-list em{grid-column:2;justify-self:start}}:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fbfd;font-synthesis:none;text-rendering:optimizeLegibility;--theme-page-background: #f8fbfd;--theme-surface: #ffffff;--theme-surface-soft: #f7f9fc;--theme-text-primary: #111827;--theme-text-secondary: #64748b;--theme-text-muted: #6b7f9f;--theme-field-text: #17243c;--theme-field-icon: #91a4bd;--theme-field-placeholder: #97a8c0;--theme-border: #e8edf3;--theme-field-border: #d8e2ef;--theme-primary: #0ea5e9;--theme-primary-dark: #008dcc;--theme-primary-start: #12a9e6;--theme-primary-end: #10b8c9;--theme-success: #168741;--theme-success-soft: #dff8e8;--theme-info: #0876aa;--theme-info-soft: #edf6ff;--theme-teal: #27b9b5;--theme-purple: #5548ff;--theme-shadow-color: 15, 23, 42;--theme-primary-shadow-color: 14, 165, 233;--dashboard-header-height: 80px;--dashboard-sidebar-width: 282px;--dashboard-sidebar-compact-width: 82px;--dashboard-blue: #175d90;--dashboard-teal: #2bb7b5;--dashboard-navy: #263249;--dashboard-muted: #6d819f}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--theme-page-background)}body{min-width:320px;min-height:100vh;margin:0;color:var(--theme-text-primary);background:var(--theme-page-background)}button,input{font:inherit}button,a,input[type=checkbox]{-webkit-tap-highlight-color:transparent}a{color:inherit}#root{min-height:100vh}:root{--dashboard-header-height: 72px;--dashboard-sidebar-width: 258px;--dashboard-sidebar-compact-width: 76px;--app-type-page-title: 30px;--app-type-page-copy: 15px;--app-type-section-title: 18px;--app-type-card-title: 15px;--app-type-body: 13px;--app-type-control: 13px;--app-type-meta: 11px;--app-weight-title: 650;--app-weight-strong: 550;--app-weight-medium: 450}:is(.doctor-login-page,.profile-setup-page,.clinic-setup-page,.doctor-dashboard-page,.doctor-appointments-page,.doctor-patients-page,.doctor-consultations-page,.doctor-bills-page,.doctor-staff-page,.doctor-directory-page,.doctor-blogs-page,.doctor-availability-page) button{font-size:var(--app-type-control)!important;font-weight:var(--app-weight-strong)!important}:is(.doctor-login-page,.profile-setup-page,.clinic-setup-page,.doctor-dashboard-page,.doctor-appointments-page,.doctor-patients-page,.doctor-consultations-page,.doctor-bills-page,.doctor-staff-page,.doctor-directory-page,.doctor-blogs-page,.doctor-availability-page) :is(input,select,textarea,label){font-size:var(--app-type-control)!important;font-weight:var(--app-weight-medium)!important}:is(.doctor-login-page,.profile-setup-page,.clinic-setup-page,.doctor-dashboard-page,.doctor-appointments-page,.doctor-patients-page,.doctor-consultations-page,.doctor-bills-page,.doctor-staff-page,.doctor-directory-page,.doctor-blogs-page,.doctor-availability-page) p{font-size:var(--app-type-body)!important}:is(.doctor-login-page,.profile-setup-page,.clinic-setup-page,.doctor-dashboard-page,.doctor-appointments-page,.doctor-patients-page,.doctor-consultations-page,.doctor-bills-page,.doctor-staff-page,.doctor-directory-page,.doctor-blogs-page,.doctor-availability-page) h2{font-size:var(--app-type-section-title)!important;font-weight:var(--app-weight-title)!important;line-height:1.3!important}:is(.doctor-login-page,.profile-setup-page,.clinic-setup-page,.doctor-dashboard-page,.doctor-appointments-page,.doctor-patients-page,.doctor-consultations-page,.doctor-bills-page,.doctor-staff-page,.doctor-directory-page,.doctor-blogs-page,.doctor-availability-page) h3{font-size:var(--app-type-card-title)!important;font-weight:var(--app-weight-strong)!important;line-height:1.35!important}:is(.doctor-login-card h1,.profile-setup-header h1,.clinic-setup-header h1,.dashboard-welcome-row h1,.appointments-title-row h1,.patients-title-row h1,.consultations-title-row h1,.staff-title-row h1,.directory-hero h1,.bill-patient-copy h1,.availability-title-block h1){font-size:var(--app-type-page-title)!important;font-weight:var(--app-weight-title)!important;line-height:1.12!important}:is(.doctor-login-intro,.profile-setup-header p,.clinic-setup-header p,.dashboard-welcome-row p,.appointments-title-row p,.patients-title-row p,.consultations-title-row p,.staff-title-row p,.directory-hero p,.availability-title-block p){font-size:var(--app-type-page-copy)!important;line-height:1.55!important}.dashboard-header-search input{font-size:15px!important}.dashboard-profile-copy strong{font-size:14px!important;font-weight:650!important}.dashboard-profile-copy span{font-size:12px!important}.dashboard-sidebar-link span{font-size:15px!important;font-weight:var(--app-weight-medium)!important}.dashboard-sidebar-link-active span{font-weight:650!important}.dashboard-sidebar-heading{font-size:11px!important;font-weight:650!important}.reusable-data-table th{font-size:11px!important;font-weight:600!important}.reusable-data-table td,.reusable-data-table-empty{font-size:13px!important}.reusable-data-table td :is(strong,span,small,button,a){font-size:13px!important}.reusable-data-table td strong{font-weight:600!important}.reusable-pagination button,.reusable-pagination-ellipsis{font-size:13px!important}.reusable-pagination button{font-weight:600!important}:is(.dashboard-stat-card>strong,.consultations-stat-card strong,.dashboard-satisfaction-card>strong,.blogs-opportunity-card h2,.directory-profile-card>h2){font-size:24px!important;font-weight:var(--app-weight-title)!important;line-height:1.2!important}.availability-fee-field input{font-size:18px!important;font-weight:var(--app-weight-title)!important}.dashboard-header-brand{padding-left:24px!important}.dashboard-header-brand img{width:118px!important;height:36px!important}.dashboard-header-search{height:44px!important;margin-left:40px!important;padding:0 14px!important}.dashboard-header-search input{font-size:14px!important;padding:0 10px!important}.dashboard-header-actions{padding-right:24px!important}.dashboard-header-icon,.dashboard-profile-avatar{width:38px!important;height:38px!important}.dashboard-header-divider{margin:0 12px 0 14px!important}.dashboard-sidebar nav{padding-top:22px!important}.dashboard-sidebar-link{height:46px!important;padding:0 28px!important}.dashboard-sidebar-link span{margin-left:16px!important;font-size:14px!important}.dashboard-sidebar-heading{margin:20px 0 10px 28px!important}:is(.doctor-dashboard-main,.doctor-appointments-main,.doctor-patients-main,.doctor-consultations-main,.doctor-bills-main,.doctor-staff-main,.doctor-directory-main,.doctor-blogs-main,.doctor-availability-main){padding-top:calc(var(--dashboard-header-height) + 22px)!important;padding-right:24px!important;padding-bottom:30px!important;padding-left:24px!important}:is(.dashboard-content-grid,.appointments-content-grid,.patients-content-grid,.directory-page-grid,.blogs-layout-grid,.availability-layout-grid,.staff-management-grid,.bill-content-grid){gap:22px!important}:is(.dashboard-revenue-cards,.dashboard-appointment-list,.consultations-stats-grid,.blogs-feed-stack){gap:14px!important}:is(.dashboard-stat-card,.dashboard-appointments-card,.dashboard-analytics-card,.blogs-composer-card,.blogs-feed-card,.blogs-side-card,.blogs-events-card,.blogs-opportunity-card,.availability-form-card,.availability-preview-card,.availability-tip-card,.directory-doctor-card,.directory-profile-card,.directory-network-card,.appointments-overview-card,.appointments-calendar-card,.patients-overview-card,.patients-upcoming-card,.consultations-table-card,.staff-table-card,.staff-permissions-card,.staff-security-card){border-radius:22px!important}.dashboard-welcome-row{height:auto!important;margin-bottom:16px!important}.dashboard-date-card{width:182px!important;height:58px!important;padding:0 12px!important}.dashboard-revenue-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dashboard-stat-card{height:148px!important;padding:18px!important}.dashboard-stat-icon{width:42px!important;height:42px!important;border-radius:14px!important}.dashboard-stat-card>p{margin:12px 0 2px!important}.dashboard-stat-card>strong{font-size:20px!important;font-weight:650!important}.dashboard-appointments-card{min-height:auto!important;margin-top:20px!important;padding:24px!important}.dashboard-appointment-row{grid-template-columns:44px minmax(150px,1fr) 94px 88px 36px!important;height:70px!important;padding:0 14px!important}.dashboard-patient-avatar{width:44px!important;height:44px!important;border-radius:13px!important}.dashboard-patient-details{padding-left:12px!important}.dashboard-analytics-card{height:380px!important;margin-top:20px!important;padding:24px 22px 16px!important}.dashboard-chart-tabs{padding:4px!important}.dashboard-chart-tabs button{height:33px!important;padding:0 14px!important}.revenue-chart-wrap{height:248px!important;margin-top:4px!important}.dashboard-insights-panel{height:610px!important;padding:24px 22px 20px!important;border-radius:24px!important}.dashboard-insights-panel>p{max-width:280px!important;margin-top:8px!important}.dashboard-schedule-card{top:126px!important;right:20px!important;width:204px!important;height:88px!important;padding:14px!important}.dashboard-doctor-illustration{top:184px!important;left:14px!important;width:264px!important;height:264px!important}.dashboard-satisfaction-card{top:274px!important;right:12px!important;width:172px!important;height:118px!important;padding:16px!important}.dashboard-satisfaction-avatars{margin-top:10px!important}.dashboard-clinic-status-card{top:398px!important;left:14px!important;width:220px!important;height:106px!important;padding:16px!important}.dashboard-active-staff{margin-top:10px!important}.dashboard-report-button{right:20px!important;bottom:20px!important;left:20px!important;height:48px!important;font-size:14px!important;font-weight:650!important}.doctor-login-page{padding:56px 0 96px!important}.doctor-login-hero{gap:32px!important;margin-top:40px!important}.doctor-login-card{min-height:auto!important;padding:32px 30px!important;border-radius:22px!important}:is(.profile-setup-page,.clinic-setup-page){padding:48px 28px 72px!important}:is(.profile-setup-layout,.clinic-setup-layout){gap:24px!important;margin-top:36px!important}:is(.profile-form-card,.clinic-form-card){padding:36px 34px!important}@media (max-width: 760px){:root{--dashboard-header-height: 66px;--app-type-page-title: 26px;--app-type-page-copy: 14px;--app-type-section-title: 17px;--app-type-card-title: 14px;--app-type-body: 12px;--app-type-control: 12px}.dashboard-header-search{margin-left:0!important}:is(.doctor-dashboard-main,.doctor-appointments-main,.doctor-patients-main,.doctor-consultations-main,.doctor-bills-main,.doctor-staff-main,.doctor-directory-main,.doctor-blogs-main,.doctor-availability-main){padding:calc(var(--dashboard-header-height) + 18px) 14px 24px!important}.dashboard-insights-panel{height:560px!important}.dashboard-report-button{font-size:13px!important}}
