*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{color:#1f2937;background:#f7f9fc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input,select{font-family:inherit}.app{background:#f7f9fc;width:100%;height:auto;min-height:100vh;display:flex;overflow:visible}.app.admin-scroll-mode{height:auto;min-height:100vh;overflow:visible}.main-area.admin-scroll-mode{height:auto;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:270px;height:100vh;padding:22px 16px;display:flex}.sidebar-brand{align-items:center;gap:11px;padding:4px 8px 22px;display:flex}.sidebar-logo{color:#1769aa;background:#eaf4ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-logo svg{width:20px;height:20px}.sidebar-brand h2{color:#172033;margin:0;font-size:17px;font-weight:700}.sidebar-brand span{color:#98a2b3;margin-top:2px;font-size:11px;display:block}.new-chat-button{color:#1769aa;cursor:pointer;background:#f5faff;border:1px solid #d6e5f3;border-radius:10px;align-items:center;gap:10px;width:100%;height:44px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.new-chat-button:hover{background:#eaf4ff;border-color:#c5dced}.sidebar-nav{flex-direction:column;gap:6px;margin-top:14px;margin-bottom:8px;display:flex}.sidebar-nav-btn{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.sidebar-nav-btn:hover{background:#f3f4f6}.sidebar-nav-btn.active{color:#176b5b;background:#eaf4f1}.history-section{flex:1;min-height:0;margin-top:28px;overflow:hidden}.history-title{color:#98a2b3;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:8px;padding:0 8px 11px;font-size:11px;font-weight:600;display:flex}.history-list{height:calc(100% - 32px);padding-right:2px;overflow-y:auto}.history-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-bottom:3px;padding:10px 9px;transition:background .15s;display:flex}.history-item:hover{background:#f5f7fa}.history-chat-title{white-space:nowrap;text-overflow:ellipsis;color:#475467;flex:1;font-size:13px;overflow:hidden}.delete-history{color:#b0b7c3;cursor:pointer;opacity:0;background:0 0;border:none;flex-shrink:0;padding:4px;transition:all .15s}.history-item:hover .delete-history{opacity:1}.empty-history{color:#b0b7c3;padding:10px 9px;font-size:12px}.sidebar-footer{border-top:1px solid #eef0f3;padding-top:16px}.security-note{color:#98a2b3;gap:8px;font-size:10px;line-height:1.5;display:flex}.security-note svg{color:#1769aa;flex-shrink:0;margin-top:2px}.main-area{flex-direction:column;flex:1;width:100%;min-width:0;height:auto;min-height:100vh;display:flex}.header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;height:76px;padding:0 30px;display:flex}.header-title h1{color:#172033;margin:0;font-size:18px;font-weight:700}.header-title span{color:#98a2b3;margin-top:4px;font-size:11px;display:block}.status{color:#667085;align-items:center;gap:7px;font-size:12px;display:flex}.status-dot{background:#28a745;border-radius:50%;width:7px;height:7px}.chat-container{scroll-behavior:smooth;flex:1;padding:32px 20px;overflow-y:auto}.chat-content{width:100%;max-width:880px;margin:0 auto;padding-bottom:20px}.message-row{align-items:flex-start;gap:11px;margin-bottom:22px;display:flex}.ai-row{justify-content:flex-start}.user-row{justify-content:flex-end}.avatar{color:#1769aa;background:#eaf4ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;display:flex}.ai-row .avatar{color:#1769aa;background:#eaf4ff}.user-row .avatar{color:#667085;background:#eef0f3;order:2}.message-content{flex-direction:column;align-items:flex-start;max-width:70%;display:flex}.message-bubble{word-break:break-word;border-radius:13px;max-width:100%;padding:13px 16px;font-size:14px;line-height:1.6}.message-bubble p{margin:0 0 7px}.message-bubble p:last-child{margin-bottom:0}.ai-bubble{color:#344054;background:#fff;border:1px solid #e5e7eb;border-top-left-radius:4px;box-shadow:0 1px 2px #10182808}.user-bubble{color:#fff;background:#1769aa;border-top-right-radius:4px}.audio-button{color:#1769aa;cursor:pointer;background:#fff;border:1px solid #d6e4f0;border-radius:8px;justify-content:center;align-items:center;gap:7px;margin-top:8px;padding:6px 10px;font-size:11px;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.audio-button:hover{color:#125789;background:#f0f7fc;border-color:#bcd4e5}.audio-button.audio-playing{color:#1769aa;background:#eef7ff;border-color:#b8d5ea}.audio-stop-button{color:#c62828;cursor:pointer;background:#fff8f8;border:1px solid #ecd4d4;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:7px;margin-left:4px;padding:6px 10px;font-size:11px;transition:all .2s;display:inline-flex}.audio-stop-button:hover{background:#fdeeee;border-color:#e6bbbb}.typing{align-items:center;gap:4px;display:flex}.typing>span:not(.typing-text){background:#8b95a5;border-radius:50%;width:5px;height:5px;animation:1.2s infinite typingAnimation}.typing>span:nth-child(2){animation-delay:.15s}.typing>span:nth-child(3){animation-delay:.3s}.typing-text{color:#98a2b3;margin-left:8px;font-size:12px}@keyframes typingAnimation{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.input-wrapper{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;padding:14px 20px 17px}.voice-language{align-items:center;gap:9px;width:100%;max-width:880px;margin:0 auto 9px;display:flex}.voice-language label{color:#667085;font-size:11px;font-weight:600}.voice-language select{color:#475467;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:8px;outline:none;padding:6px 10px;font-size:11px}.voice-language select:focus{border-color:#1769aa}.input-container{background:#f8fafc;border:1px solid #d9dee7;border-radius:14px;align-items:center;gap:8px;width:100%;max-width:880px;height:55px;margin:0 auto;padding:6px 7px 6px 17px;transition:all .2s;display:flex}.input-container input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:14px}.input-container input::placeholder{color:#98a2b3}.icon-button{cursor:pointer;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.microphone{color:#1769aa;background:0 0}.microphone:hover:not(:disabled){background:#eaf4ff}.stop{color:#c62828;background:#fff4f4}.stop:hover:not(:disabled){background:#fde8e8}.send-button{color:#fff;cursor:pointer;background:#1769aa;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:41px;height:41px;transition:all .2s;display:flex}.send-button:hover:not(:disabled){background:#125789}.send-button:disabled,.icon-button:disabled{opacity:.4;cursor:not-allowed}.disclaimer{text-align:center;color:#98a2b3;max-width:880px;margin:8px auto 0;font-size:10px;line-height:1.5}@media (width<=800px){.sidebar{width:220px}.header{padding:0 20px}.chat-container{padding:25px 15px}.message-content{max-width:78%}.input-wrapper{padding:12px 15px 15px}}@media (width<=650px){.sidebar{display:none}.header{height:70px;padding:0 15px}.header-title h1{font-size:16px}.header-title span{font-size:10px}.status{display:none}.chat-container{padding:20px 12px}.message-content{max-width:84%}.message-bubble{padding:11px 13px;font-size:13px}.input-wrapper{padding:10px 12px 14px}.voice-language{margin-bottom:7px}.input-container{height:52px;padding-left:12px}.icon-button{width:37px;height:37px}.send-button{width:38px;height:38px}.disclaimer{font-size:9px}}.doctor-action-area{align-items:center;gap:12px;padding:10px 28px 4px;display:flex}.doctor-recommend-button{color:#fff;cursor:pointer;background:#176b5b;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 15px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.doctor-recommend-button:hover{opacity:.92;transform:translateY(-1px)}.doctor-recommend-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.doctor-action-hint{color:#777;font-size:11px}.doctor-card{background:#fff;border:1px solid #dfe8e5;border-radius:16px;width:min(650px,90%);margin:18px auto;overflow:hidden;box-shadow:0 8px 25px #0000000f}.doctor-card-header{background:#f2f8f6;border-bottom:1px solid #dfe8e5;align-items:center;gap:12px;padding:18px;display:flex}.doctor-card-icon{color:#fff;background:#176b5b;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.doctor-card-header h3{color:#18332e;margin:0;font-size:15px}.doctor-card-header p{color:#71817d;margin:4px 0 0;font-size:11px}.doctor-card-body{padding:18px}.doctor-specialist{flex-direction:column;gap:5px;margin-bottom:15px;display:flex}.doctor-label{text-transform:uppercase;letter-spacing:.08em;color:#83918e;font-size:10px;font-weight:600}.doctor-specialist strong{color:#176b5b;font-size:19px}.doctor-reason{margin-bottom:15px}.doctor-reason p{color:#4c5c58;margin:5px 0 0;font-size:13px;line-height:1.6}.doctor-urgency{align-items:center;gap:10px;margin-bottom:15px;display:flex}.urgency-badge{text-transform:capitalize;border-radius:20px;padding:5px 10px;font-size:11px;font-weight:700}.urgency-routine{color:#26734d;background:#e8f5ef}.urgency-soon{color:#8a6815;background:#fff5d9}.urgency-urgent{color:#a85419;background:#ffe9d9}.urgency-emergency{color:#b32626;background:#ffe0e0}.doctor-emergency{color:#a92828;background:#fff0f0;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:15px;padding:12px;font-size:12px;line-height:1.5;display:flex}.maps-button{color:#fff;cursor:pointer;background:#176b5b;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 15px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.maps-button:hover{opacity:.9;transform:translateY(-1px)}.location-status{color:#71817d;justify-content:center;align-items:center;gap:5px;margin-top:9px;font-size:10px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.nearby-provider-list{flex-direction:column;gap:10px;margin:18px 0;display:flex}.nearby-provider-list>.doctor-label{margin-bottom:2px}.nearby-provider-item{color:#4c5c58;background:#f8fbfa;border:1px solid #e2ebe8;border-radius:10px;flex-direction:column;gap:5px;padding:12px;font-size:12px;line-height:1.45;display:flex}.nearby-provider-item strong{color:#18332e;font-size:13px}.nearby-provider-meta,.nearby-provider-links{flex-wrap:wrap;gap:8px;display:flex}.nearby-provider-meta{color:#71817d;font-size:11px}.nearby-provider-links a{color:#176b5b;font-size:11px;font-weight:600;text-decoration:none}.nearby-provider-links a:hover{text-decoration:underline}.microphone{gap:6px;width:auto;min-width:70px;padding:0 10px}.mic-label{font-size:12px;font-weight:600}.doctor-assessment-summary{flex-direction:column;gap:4px;padding:10px 0 14px;display:flex}.doctor-assessment-summary strong{color:#176b5b;font-size:14px}.doctor-assessment-summary span{color:#667085;font-size:12px;line-height:1.5}.location-permission-button{justify-content:center;width:100%;margin-top:8px}.home-page{color:#153b39;background:radial-gradient(circle at 86% 4%,#cfefe89e,#0000 28%),#f7fbfa;min-height:100vh;padding:34px clamp(18px,4vw,64px) 46px;overflow:visible}.home-page button{font:inherit}.home-hero{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:clamp(30px,6vw,86px);width:min(1220px,100%);min-height:360px;margin:0 auto 26px;display:grid}.home-hero-copy{z-index:1;position:relative}.eyebrow,.section-kicker{color:#237a68;letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:800;display:inline-flex}.home-hero h1{color:#103a38;letter-spacing:-.055em;max-width:700px;margin:16px 0 15px;font-size:clamp(40px,5.6vw,72px);font-weight:800;line-height:.98}.home-hero-actions,.home-trust-row,.home-search-links,.home-footer{flex-wrap:wrap;align-items:center;display:flex}.home-primary-btn,.home-secondary-btn,.home-search-form button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-size:13px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.home-primary-btn{color:#fff;background:#1f836f;border:1px solid #1f836f;box-shadow:0 11px 22px #1f836f33}.home-primary-btn:hover,.home-search-form button:hover{transform:translateY(-2px);box-shadow:0 13px 25px #1f836f3b}.home-secondary-btn{color:#236d60;background:#ffffffc7;border:1px solid #c8ded8}.home-secondary-btn:hover{background:#fff;transform:translateY(-2px)}.home-whatsapp-btn{color:#fff;cursor:pointer;background:#25a276;border:1px solid #25a276;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 17px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 11px 22px #25a2762e}.home-whatsapp-btn:hover:not(:disabled){background:#1e8d67;transform:translateY(-2px);box-shadow:0 13px 25px #25a27640}.home-whatsapp-btn:disabled,.home-feature-whatsapp-action:disabled,.whatsapp-nav-link:disabled{cursor:not-allowed;opacity:.58}.home-trust-row span,.home-footer span{align-items:center;gap:6px;display:inline-flex}.home-hero-panel{background:linear-gradient(145deg,#0e4a4b 0%,#126d6a 54%,#78c7ae 100%);border:1px solid #84ccb95c;border-radius:34px;min-height:330px;position:relative;overflow:hidden;box-shadow:0 25px 60px #0e4a4b33}.home-hero-grid{opacity:.25;background-image:linear-gradient(#ffffff29 1px,#0000 1px),linear-gradient(90deg,#ffffff29 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(135deg,#0000 10%,#000 70%);mask-image:linear-gradient(135deg,#0000 10%,#000 70%)}.home-orbit{border:1px solid #dffff459;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-20deg)}.home-orbit-one{width:280px;height:190px}.home-orbit-two{width:380px;height:260px;transform:translate(-50%,-50%)rotate(34deg)}.home-hero-icon{z-index:2;color:#f0fffa;background:#ffffff2b;border:1px solid #ffffff80;border-radius:34px;justify-content:center;align-items:center;width:112px;height:112px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-8deg);box-shadow:0 22px 50px #002d2c3d,inset 0 1px #ffffff4d}.home-hero-float{z-index:3;color:#e6fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0335357a;border:1px solid #ffffff38;border-radius:13px;align-items:center;gap:8px;padding:10px 13px;font-size:11px;font-weight:700;display:inline-flex;position:absolute}.home-float-top{top:26px;right:24px}.home-float-bottom{bottom:24px;left:24px}.home-search-card,.home-section,.home-feature-grid,.home-emergency,.home-footer{width:min(1220px,100%);margin-left:auto;margin-right:auto}.home-search-card{z-index:4;background:#ffffffe6;border:1px solid #dbece7;border-radius:20px;margin-bottom:58px;padding:23px;position:relative;box-shadow:0 18px 44px #18524914}.home-search-heading,.home-section-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.home-search-heading h2,.home-section-heading h2{color:#123f3d;letter-spacing:-.03em;margin:7px 0 0;font-size:23px}.home-search-note,.home-section-heading p{color:#78928d;font-size:11px}.home-search-form{color:#559587;background:#f8fcfb;border:1px solid #cfe3de;border-radius:13px;align-items:center;gap:12px;margin-top:18px;padding:7px 7px 7px 15px;display:flex}.home-search-form input{color:#163f3c;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:14px}.home-search-form input::placeholder{color:#92aaa6}.home-search-form button{color:#fff;background:#237f6d;border:0;min-height:40px}.home-search-links{gap:18px;margin:13px 3px 0}.home-search-links button,.text-link,.home-feature-card button{color:#247e6e;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:12px;font-weight:750;display:inline-flex}.home-section-heading p{margin:8px 0 0}.text-link{white-space:nowrap}.specialty-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.specialty-card{color:#173e3b;text-align:left;cursor:pointer;background:#fff;border:1px solid #dcebe7;border-radius:16px;align-items:center;gap:12px;min-height:88px;padding:15px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.specialty-card:hover{border-color:#9bcdbf;transform:translateY(-3px);box-shadow:0 12px 25px #1a64561a}.specialty-card>span:nth-child(2){flex:1;min-width:0}.specialty-card strong{font-size:13px;display:block}.specialty-card small{color:#78908c;margin-top:5px;font-size:11px;line-height:1.4;display:block}.specialty-card>svg{color:#8eb6ac;flex:none}.specialty-icon,.home-feature-icon,.home-emergency-icon{color:#25806d;background:#e7f5f0;border-radius:13px;flex:none;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:40px;display:grid}.home-feature-card{background:#fff;border:1px solid #dbece7;border-radius:19px;min-height:230px;padding:22px}.home-feature-location{background:linear-gradient(145deg,#effaf7,#fff 75%)}.home-feature-chat{background:linear-gradient(145deg,#edf7fb,#fff 75%)}.home-feature-appointments{background:linear-gradient(145deg,#fbf5e9,#fff 75%)}.home-feature-card .home-feature-icon{margin-bottom:21px}.home-feature-chat .home-feature-icon{color:#327299;background:#e5f0f8}.home-feature-appointments .home-feature-icon{color:#9a6d26;background:#fbefd6}.home-feature-card h3{color:#123f3d;letter-spacing:-.03em;margin:8px 0;font-size:18px}.home-feature-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.home-feature-whatsapp-action{color:#25805f!important;background:#effaf5!important;border:1px solid #b9e2d1!important;border-radius:9px!important;padding:7px 10px!important}.home-feature-whatsapp-action:hover:not(:disabled){background:#e1f5eb!important}.home-emergency{background:#fff8f7;border:1px solid #f1d4d0;border-radius:17px;align-items:center;gap:15px;padding:18px 21px;display:flex}.home-emergency h3{color:#873d37;margin:5px 0 4px;font-size:16px}.home-emergency p{color:#956a65;max-width:790px;margin:0;font-size:11px;line-height:1.55}.home-emergency-badge{color:#b54e45;white-space:nowrap;background:#fee9e5;border-radius:10px;margin-left:auto;padding:8px 11px;font-size:10px;font-weight:800}.home-footer{color:#839b96;justify-content:space-between;gap:12px 20px;padding-top:24px;font-size:10px}.home-footer svg{color:#4d9d8c}@media (width<=900px){.home-hero{grid-template-columns:1fr}.home-hero-panel{min-height:260px}.specialty-grid,.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.home-page{padding:23px 14px 30px}.home-hero{gap:27px;min-height:auto;margin-bottom:24px}.home-hero h1{font-size:42px}.home-hero-copy>p{font-size:14px}.home-hero-actions{flex-direction:column;align-items:stretch}.home-primary-btn,.home-whatsapp-btn,.home-secondary-btn{width:100%}.home-trust-row{gap:8px 13px;font-size:10px}.home-hero-panel{border-radius:24px;min-height:230px}.home-search-card{border-radius:16px;margin-bottom:39px;padding:16px}.home-search-heading,.home-section-heading{flex-direction:column;align-items:flex-start;gap:7px}.home-search-note{line-height:1.4}.home-search-form{flex-wrap:wrap;align-items:stretch}.home-search-form input{flex-basis:calc(100% - 40px);min-height:37px}.home-search-form button{width:100%}.specialty-grid,.home-feature-grid{grid-template-columns:1fr}.home-feature-card{min-height:auto}.home-feature-card p{min-height:0}.home-emergency{flex-wrap:wrap;align-items:flex-start}.home-emergency-badge{margin-left:58px}.home-footer{flex-direction:column;align-items:flex-start}}.main-global-nav{background:#ffffffe6;border-bottom:1px solid #e1eeea;justify-content:flex-end;align-items:center;gap:5px;padding:12px clamp(18px,4vw,58px);display:flex}.main-global-nav button{color:#67837c;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:11px;font-weight:750;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.main-global-nav button:hover,.main-global-nav button.active{color:#1f7866;background:#eff9f5;border-color:#cfe7df}.main-global-nav .whatsapp-nav-link{color:#25805f}.main-global-nav .whatsapp-nav-link:hover:not(:disabled){color:#1e8d67;background:#effaf5;border-color:#b9e2d1}.mobile-nav{display:none}@media (width<=650px){.main-global-nav{display:none}.mobile-nav{z-index:20;background:#fffffff5;border-bottom:1px solid #dcebe7;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:4px;padding:8px 10px;display:grid;position:relative}.mobile-nav button{color:#6c8581;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:34px;font-size:9px;font-weight:750;display:flex}.mobile-nav button.active{color:#1e7c69;background:#e8f5f0}.mobile-nav .whatsapp-nav-link{color:#25805f}}.chat-persistence-notice{color:#806728;background:#fffaf0;border:1px solid #f1dfae;border-radius:10px;max-width:720px;margin:0 auto 12px;padding:9px 12px;font-size:11px;line-height:1.45}.sidebar{display:none}.main-area{width:100%}.chat-fab{z-index:90;color:#fff;cursor:pointer;background:#1f836f;border:1px solid #1b7766;border-radius:999px;align-items:center;gap:9px;min-height:48px;padding:0 17px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 30px #14675745}.chat-fab:hover{background:#176b5b;transform:translateY(-3px);box-shadow:0 18px 34px #14675757}.chat-drawer{z-index:80;background:#f7f9fc;flex-direction:column;width:min(620px,100vw);animation:.24s ease-out both medassistDrawerIn;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-20px 0 50px #0c373430}.chat-drawer:before{content:"";z-index:1;background:linear-gradient(90deg,#237f6d,#78c7ae);height:3px;position:absolute;top:0;left:0;right:0}.chat-drawer>.chat-drawer-close{z-index:10;color:#58726e;cursor:pointer;background:#ffffffe6;border:1px solid #dce8e5;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:17px;right:18px;box-shadow:0 4px 12px #164a4312}.chat-drawer>.chat-drawer-close:hover{color:#176b5b;background:#fff}.chat-drawer .header{padding-right:70px}.chat-drawer .chat-container{min-height:0}@keyframes medassistDrawerIn{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@media (width<=650px){.chat-fab{min-height:46px;padding:0 15px;bottom:15px;right:15px}.chat-drawer{width:100vw}.chat-drawer .header{height:67px;padding-right:64px}.chat-drawer .chat-container{padding-bottom:14px}}.chat-workspace{flex:1;min-height:0;display:flex;overflow:hidden}.chat-history-sidebar{background:#f1f7f5;border-right:1px solid #d8e7e2;flex-direction:column;flex:0 0 220px;min-height:0;padding:16px 12px 12px;display:flex}.chat-history-sidebar-header{justify-content:space-between;align-items:center;gap:8px;padding:4px 4px 14px;display:flex}.chat-history-brand{align-items:center;gap:8px;min-width:0;display:flex}.chat-history-brand-icon{color:#176b5b;background:#dff1eb;border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.chat-history-brand strong,.chat-history-brand span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-history-brand strong{color:#183b36;font-size:12px;font-weight:800}.chat-history-brand span{color:#75908a;margin-top:2px;font-size:10px}.chat-history-collapse,.chat-history-expand{color:#5d7771;cursor:pointer;background:#fff;border:1px solid #d3e4df;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.chat-history-collapse{flex:0 0 28px;width:28px;height:28px}.chat-history-collapse:hover,.chat-history-expand:hover{color:#176b5b;border-color:#a9d2c5}.chat-history-new{color:#fff;cursor:pointer;background:#1f836f;border:1px solid #1b7766;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:38px;font-size:12px;font-weight:800;display:flex;box-shadow:0 6px 14px #1f836f24}.chat-history-heading{color:#56716b;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:20px 4px 8px;font-size:10px;font-weight:800;display:flex}.chat-history-count{color:#267965;letter-spacing:0;background:#dceee8;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:19px;padding:0 5px;font-size:10px;display:inline-flex}.chat-history-search{color:#8aa19c;background:#fff;border:1px solid #d5e5e1;border-radius:9px;align-items:center;gap:7px;min-height:34px;padding:0 9px;display:flex}.chat-history-search:focus-within{border-color:#8ec8b8;box-shadow:0 0 0 3px #46a48b1a}.chat-history-search input{color:#284941;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:11px}.chat-history-search input::placeholder{color:#9aaca8}.chat-history-list{flex-direction:column;flex:1;gap:4px;min-height:0;margin-top:10px;padding-right:2px;display:flex;overflow-y:auto}.chat-history-empty{color:#819792;text-align:center;padding:17px 8px;font-size:11px;line-height:1.45}.chat-history-item{background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;min-width:0;display:flex}.chat-history-item:hover{background:#e7f3ef}.chat-history-item.selected{background:#dff1eb;border-color:#bedfd4}.chat-history-item-main{color:#365b53;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:8px;min-width:0;padding:9px 5px 9px 8px;font-size:11px;display:flex}.chat-history-item-main svg{color:#6c9d91;flex:none}.chat-history-item-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-history-delete{color:#91aaa4;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;margin-right:3px;display:inline-flex}.chat-history-delete:hover{color:#ba5960;background:#fff}.chat-history-expand{flex-direction:column;align-self:flex-start;gap:6px;width:34px;min-height:38px;margin:16px 8px;font-size:9px;font-weight:800}.chat-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.chat-main .header{flex:none}.chat-main .chat-container{flex:1;min-height:0}@media (width<=760px){.chat-history-sidebar{flex-basis:198px}}@media (width<=560px){.chat-history-sidebar{flex-basis:min(82vw,270px)}.chat-history-expand{margin-left:5px;margin-right:5px}}.nearby-provider-specialty{color:#2c806f;font-size:11px;font-weight:700}.provider-capability-label{color:#2c806f;font-size:11px;font-weight:600}.provider-capability-label.muted{color:#879692}.demo-profile-badge{color:#8b6818;letter-spacing:.02em;background:#fff8e7;border:1px solid #f0d59a;border-radius:999px;width:fit-content;margin-top:5px;padding:3px 7px;font-size:10px;font-weight:700;display:inline-flex}.app.legal-scroll-mode,.main-area.legal-scroll-mode{height:auto;min-height:100vh;overflow:visible}.site-footer{color:#6f8883;border-top:1px solid #dbece7;width:100%;margin:42px auto 0;padding:28px clamp(18px,4vw,64px) 20px;font-size:11px}.site-footer-main{grid-template-columns:minmax(220px,1.35fr) repeat(2,minmax(120px,.65fr)) minmax(190px,1fr);gap:28px;display:grid}.site-footer-brand{grid-template-columns:auto 1fr;align-content:start;gap:0 10px;display:grid}.site-footer-mark{color:#237f6d;background:#e7f5f0;border-radius:11px;grid-row:span 2;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.site-footer-brand strong{color:#173e3b;font-size:14px;display:block}.site-footer-brand>div>span{color:#7c9791;margin-top:3px;font-size:10px;display:block}.site-footer-brand p{color:#567a72;grid-column:2;margin:13px 0 0;font-size:11px;line-height:1.65}.site-footer-brand p span{color:#839b96}.site-footer-column,.site-footer-company{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.site-footer h2{color:#3b625a;letter-spacing:.11em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:800}.site-footer a{color:#5f8179;text-decoration:none;transition:color .18s}.site-footer a:hover,.site-footer a:focus-visible{color:#1f7866;text-decoration:underline}.site-footer-company p{color:#7b928e;margin:0;font-size:10px;line-height:1.45}.site-footer-company p strong{color:#3f6b61}.site-footer-bottom{color:#91a29e;border-top:1px solid #edf4f1;justify-content:space-between;align-items:center;gap:14px;margin-top:25px;padding-top:15px;font-size:10px;display:flex}.site-footer-bottom span:last-child{align-items:center;gap:6px;display:inline-flex}.site-footer-bottom svg{color:#4d9d8c}.site-footer-disclaimer{color:#899c98;max-width:820px;margin:13px 0 0;font-size:10px;line-height:1.55}.legal-page{background:radial-gradient(circle at 88% 0,#cfefe89e,#0000 30%),#f7fbfa;flex:1;padding:42px clamp(18px,4vw,64px) 48px}.legal-page-inner{width:min(900px,100%);margin:0 auto}.legal-back-link{color:#237a68;cursor:pointer;background:0 0;border:0;margin-bottom:38px;padding:0;font-size:12px;font-weight:750;display:inline-flex}.legal-back-link:hover{text-decoration:underline}.legal-page h1{color:#103a38;letter-spacing:-.045em;margin:12px 0;font-size:clamp(32px,5vw,52px)}.legal-intro{color:#5b7774;max-width:680px;margin:0;font-size:14px;line-height:1.7}.legal-section-list{gap:12px;margin-top:30px;display:grid}.legal-section-list section{background:#ffffffdb;border:1px solid #dbece7;border-radius:16px;padding:20px 22px}.legal-section-list h2{color:#173e3b;margin:0 0 8px;font-size:16px}.legal-section-list p{color:#6d8581;margin:0;font-size:12px;line-height:1.7}.legal-page .site-footer{width:100%;margin-top:46px}@media (width<=850px){.site-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.site-footer{width:100%;margin-top:32px;padding:24px 14px 20px}.site-footer-main{grid-template-columns:1fr;gap:23px}.site-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.legal-page{padding:27px 14px 34px}.legal-back-link{margin-bottom:30px}.legal-page h1{font-size:38px}}.site-header{background:#fffffff5;border-bottom:1px solid #dfeeea;flex:none;justify-content:space-between;align-items:center;min-height:68px;padding:8px clamp(18px,4vw,58px);display:flex}.site-header-brand{align-items:center;gap:10px;min-width:0;display:flex}.site-header-mark{color:#237f6d;background:#e7f5f0;border-radius:10px;flex:none;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.site-header-brand span{color:#7c9791;align-items:center;gap:3px;margin-top:2px;font-size:10px;display:flex}.site-header .main-global-nav{background:0 0;border-bottom:0;padding:0}@media (width<=650px){.site-header{min-height:62px;padding:8px 14px}.site-header .main-global-nav{display:none}}.site-header-airev{color:#53766e;align-items:center;gap:4px;font-weight:750;text-decoration:none;display:inline-flex}.site-header-airev:hover{color:#1f7866;text-decoration:underline}.site-header-airev img{object-fit:contain;vertical-align:middle;border-radius:4px;width:76px;height:36px}.site-footer-airev-link{align-items:center;min-height:62px;display:inline-flex}.site-footer-airev-link img{object-fit:contain;border-radius:5px;width:154px;height:62px}.site-footer-company a{overflow-wrap:anywhere}@media (width<=650px){.site-header-brand span{flex-wrap:wrap;align-items:center;gap:3px;display:flex}.site-header-airev img{width:58px;height:28px}.site-footer-airev-link img{width:132px;height:52px}.site-footer a{align-items:center;min-height:24px;display:inline-flex}}:root{--medassist-navy:#12304a;--medassist-navy-deep:#0d2539;--medassist-teal:#1d8a86;--medassist-teal-dark:#146966;--medassist-mint:#a7e3d4;--medassist-ice:#eef7f7;--medassist-surface:#fff;--medassist-background:#f5f9fb;--medassist-border:#d9e8ec;--medassist-text:#18364d;--medassist-muted:#66808e;--medassist-success:#2d8755;--medassist-warning:#a96b00;--medassist-emergency:#b64040;--medassist-radius-sm:10px;--medassist-radius-md:16px;--medassist-radius-lg:24px;--medassist-shadow-sm:0 6px 18px #12304a0f;--medassist-shadow-md:0 14px 34px #12304a1a;--medassist-ease:cubic-bezier(.23, 1, .32, 1)}html{background:var(--medassist-background)}body{background:var(--medassist-background);color:var(--medassist-text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.brand-mark-image{object-fit:contain;width:100%;height:100%;display:block}.medassist-mark{width:100%;height:100%;display:block}.sidebar{background:var(--medassist-surface);border-right-color:var(--medassist-border);width:278px;padding:24px 17px;box-shadow:8px 0 28px #12304a09}.sidebar-logo,.site-header-mark,.site-footer-mark,.chat-history-brand-icon{background:var(--medassist-ice);color:var(--medassist-teal);flex:none;place-items:center;display:grid}.sidebar-logo{border:1px solid #d4ece8;border-radius:13px;width:42px;height:42px;box-shadow:inset 0 0 0 4px #ffffff94}.sidebar-brand h2,.header-title h1,.site-header-brand strong{color:var(--medassist-navy);letter-spacing:-.025em}.sidebar-brand h2{font-size:18px;font-weight:800}.sidebar-brand span{color:var(--medassist-muted);letter-spacing:.01em;font-size:11px}.new-chat-button,.sidebar-nav-btn,.site-header,.mobile-nav,.header{transition:background-color .18s var(--medassist-ease), border-color .18s var(--medassist-ease), box-shadow .18s var(--medassist-ease), transform .18s var(--medassist-ease)}.new-chat-button{height:46px;color:var(--medassist-teal-dark);background:#f3fbfa;border-color:#cce5e2;border-radius:12px;font-weight:750}.new-chat-button:hover{background:#e8f7f5;border-color:#a6d6d1;transform:translateY(-1px)}.sidebar-nav-btn{color:#526b79;border-radius:12px;min-height:43px}.sidebar-nav-btn:hover{color:var(--medassist-navy);background:#f1f7f8}.sidebar-nav-btn.active{background:var(--medassist-ice);color:var(--medassist-teal-dark);box-shadow:inset 3px 0 0 var(--medassist-teal)}.history-title,.history-chat-title,.empty-history{color:var(--medassist-muted)}.history-item{border:1px solid #0000}.history-item:hover,.history-item.active-history{background:#f5fafb;border-color:#e1edef}.delete-history:hover{color:var(--medassist-emergency)}.sidebar-footer{border-top-color:var(--medassist-border)}.main-area,.app{background:var(--medassist-background)}.site-header{border-bottom-color:var(--medassist-border);background:#fffffff0;height:auto;min-height:82px;padding:15px clamp(20px,3vw,36px);box-shadow:0 4px 18px #12304a09}.site-header-brand{align-items:center;gap:11px;display:flex}.site-header-mark{border:1px solid #d4ece8;border-radius:13px;width:42px;height:42px}.site-header-brand>div:last-child{gap:3px;display:grid}.site-header-brand strong{font-size:17px;font-weight:850}.site-header-brand span{color:var(--medassist-muted);letter-spacing:.025em;text-transform:uppercase;align-items:center;gap:5px;font-size:10px;display:inline-flex}.site-header-airev{height:18px;color:inherit;align-items:center;display:inline-flex}.site-header-airev img{object-fit:contain;width:47px;max-height:17px;display:block}.main-global-nav{align-items:center;gap:4px;display:flex}.main-global-nav button,.mobile-nav button{color:#526b79;transition:background-color .18s var(--medassist-ease), color .18s var(--medassist-ease), border-color .18s var(--medassist-ease), transform .18s var(--medassist-ease);border:1px solid #0000;border-radius:10px;font-weight:700}.main-global-nav button:hover,.mobile-nav button:hover{color:var(--medassist-navy);background:#f1f7f8}.main-global-nav button.active,.mobile-nav button.active{background:var(--medassist-ice);color:var(--medassist-teal-dark);border-color:#cde6e3}.home-page{background:radial-gradient(circle at 90% 6%, #a7e3d447, transparent 31%), var(--medassist-background)}.home-hero{gap:clamp(34px,6vw,78px);padding-top:clamp(42px,7vw,82px)}.home-hero h1{color:var(--medassist-navy);letter-spacing:-.055em}.eyebrow,.section-kicker{color:var(--medassist-teal-dark);letter-spacing:.11em}.home-primary-btn,.home-secondary-btn,.home-search-form button,.doctor-search-btn,.provider-primary-action,.auth-primary-button,.modal-primary-btn{transition:transform .16s var(--medassist-ease), box-shadow .18s var(--medassist-ease), background-color .18s var(--medassist-ease);border-radius:12px;font-weight:800}.home-primary-btn,.home-search-form button,.doctor-search-btn,.provider-primary-action,.auth-primary-button,.modal-primary-btn{background:var(--medassist-teal);box-shadow:0 9px 22px #1d8a862e}.home-primary-btn:hover,.home-search-form button:hover,.doctor-search-btn:hover,.provider-primary-action:hover,.auth-primary-button:hover,.modal-primary-btn:hover{background:var(--medassist-teal-dark);transform:translateY(-1px);box-shadow:0 12px 26px #1d8a863d}.home-secondary-btn{color:var(--medassist-teal-dark);background:#ffffffb8;border-color:#c9dfdf}.home-secondary-btn:hover{background:#fff;border-color:#a6d6d1;transform:translateY(-1px)}.home-hero-panel{box-shadow:var(--medassist-shadow-md);background:linear-gradient(145deg,#effaf8,#e4f2f5);border:1px solid #cfe7e4;border-radius:30px}.home-hero-icon{background:var(--medassist-surface);border:1px solid #d5ebe8;place-items:center;display:grid;box-shadow:0 15px 34px #12304a21}.hero-brand-mark{object-fit:contain;width:72%;height:72%}.home-search-card,.specialty-card,.doctor-profile-card,.appointment-card,.site-footer,.auth-card,.account-card,.admin-content-card,.admin-stat-card{border-color:var(--medassist-border);box-shadow:var(--medassist-shadow-sm)}.home-search-card,.specialty-card,.doctor-profile-card,.appointment-card,.auth-card,.account-card,.admin-content-card{border-radius:var(--medassist-radius-md)}.home-search-card{background:#fffffff0}.specialty-card,.doctor-profile-card,.appointment-card,.admin-stat-card{transition:transform .18s var(--medassist-ease), box-shadow .18s var(--medassist-ease), border-color .18s var(--medassist-ease)}.specialty-card:hover,.doctor-profile-card:hover,.appointment-card:hover,.admin-stat-card:hover{box-shadow:var(--medassist-shadow-md);border-color:#b7dcd9;transform:translateY(-2px)}.specialty-icon,.doctor-start-icon,.video-success-mark,.auth-icon{background:var(--medassist-ice);color:var(--medassist-teal-dark)}.chat-history-brand-icon{border:1px solid #cfe7e4;border-radius:10px;width:34px;height:34px}.chat-history-brand-icon .brand-mark-image{padding:7px}.chat-history-brand-icon .medassist-mark{width:22px;height:22px}.avatar{background:var(--medassist-ice);color:var(--medassist-teal-dark);border:1px solid #cfe7e4}.avatar-brand-image{object-fit:contain;width:21px;height:21px}.ai-bubble{background:#fff;border:1px solid #dcebed;box-shadow:0 4px 12px #12304a09}.site-footer{border:1px solid var(--medassist-border);border-radius:var(--medassist-radius-lg);box-shadow:var(--medassist-shadow-sm);background:#fff;margin:26px clamp(14px,3vw,34px) 0}.site-footer-mark{border:1px solid #d4ece8;border-radius:12px;width:40px;height:40px}.site-footer-brand strong,.site-footer-column h2,.site-footer-company h2{color:var(--medassist-navy)}.site-footer a{color:var(--medassist-teal-dark)}.site-footer a:hover{color:var(--medassist-navy)}@media (width<=980px){.sidebar{width:236px}.main-global-nav{gap:1px}.main-global-nav button{padding-left:8px;padding-right:8px}}@media (width<=760px){.site-header{min-height:70px;padding:12px 15px}.site-header-brand strong{font-size:15px}.site-header-brand span{font-size:9px}.site-header-airev img{width:42px}.home-hero{padding-top:32px}.site-footer{border-radius:18px;margin-left:14px;margin-right:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--brand-gradient:linear-gradient(135deg, #12304a 0%, #1d8a86 100%)}.app{background:radial-gradient(circle at 78% 0%, #a7e3d429, transparent 28rem), var(--med-bg)}.sidebar{border-right:1px solid var(--med-border);background:#fffffff0;width:274px;padding:24px 16px 18px;box-shadow:8px 0 28px #12304a09}.sidebar-brand{gap:12px;padding:2px 8px 24px}.sidebar-logo,.site-header-mark,.site-footer-mark,.chat-history-brand-icon{background:var(--brand-gradient);color:#fff;box-shadow:0 8px 18px #12304a2e}.sidebar-logo{border-radius:13px;width:42px;height:42px}.sidebar-logo .medassist-mark,.site-header-mark .medassist-mark,.site-footer-mark .medassist-mark,.chat-history-brand-icon .medassist-mark{width:26px;height:26px}.sidebar-brand h2{color:var(--med-navy-strong);letter-spacing:-.02em}.sidebar-brand span{color:var(--med-muted);letter-spacing:.01em}.new-chat-button{background:var(--med-surface-soft);height:46px;color:var(--med-teal);transition:transform .16s var(--ease-out), background .18s ease, box-shadow .18s ease;border:1px solid #1d8a8647;border-radius:12px}.new-chat-button:hover{box-shadow:var(--med-shadow-sm);background:#e2f3f0;border-color:#1d8a8675;transform:translateY(-1px)}.sidebar-nav{gap:4px;margin-top:18px}.sidebar-nav-btn{color:#526a7c;transition:background .18s ease, color .18s ease, transform .16s var(--ease-out);border-radius:12px;padding:11px 12px}.sidebar-nav-btn:hover{color:var(--med-navy);background:#f1f7f8;transform:translate(2px)}.sidebar-nav-btn.active{color:var(--med-teal);box-shadow:inset 3px 0 0 var(--med-teal);background:#e2f3f0}.history-section{margin-top:32px}.history-title{color:#8aa0ae;letter-spacing:.08em}.history-item{border-radius:10px}.history-item:hover,.history-item.active-history{background:#f1f7f8}.history-item.active-history .history-chat-title{color:var(--med-teal);font-weight:600}.security-note{color:#8195a2}.security-note svg{color:var(--med-teal)}.main-area{background:0 0}.site-header{border-bottom:1px solid var(--med-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;min-height:82px;padding:0 38px;box-shadow:0 4px 18px #12304a09}.site-header-mark{border-radius:12px;width:38px;height:38px}.site-header-brand strong{color:var(--med-navy-strong);letter-spacing:-.01em;font-size:15px;display:block}.site-header-brand span{color:#8aa0ae;letter-spacing:.02em;font-size:10px}.site-header-airev img{opacity:.86;vertical-align:middle;height:17px}.main-global-nav button,.mobile-nav button{color:#63798a;transition:color .18s ease, background .18s ease, transform .16s var(--ease-out);background:0 0;border:0;border-radius:10px;font-size:12px;font-weight:600}.main-global-nav button.active,.mobile-nav button.active{color:var(--med-teal);background:#e4f4f1}.home-page{max-width:1280px;margin:0 auto;padding:30px 42px 0}.home-hero{gap:54px;padding:54px 0 58px}.home-hero-copy{max-width:650px}.eyebrow,.section-kicker{color:var(--med-teal);letter-spacing:.12em;font-weight:700}.eyebrow{font-size:11px}.home-primary-btn,.home-secondary-btn,.home-search-form button,.home-feature-card button,.doctor-search-btn,.modal-primary-btn,.send-button{min-height:44px;transition:transform .16s var(--ease-out), box-shadow .18s ease, background .18s ease;border-radius:11px;font-weight:700}.home-primary-btn,.home-search-form button,.modal-primary-btn,.send-button{background:var(--brand-gradient);box-shadow:0 10px 20px #1d8a862e}.home-primary-btn:hover,.home-search-form button:hover,.modal-primary-btn:hover,.send-button:hover{transform:translateY(-2px);box-shadow:0 14px 26px #1d8a8640}.home-primary-btn:active,.home-secondary-btn:active,button:active{transform:scale(.98)}.home-secondary-btn:hover{box-shadow:var(--med-shadow-sm);background:#fff;border-color:#1d8a866b}.home-trust-row{color:#78909e;gap:16px;font-size:11px}.home-hero-panel{background:var(--brand-gradient);min-height:310px;box-shadow:var(--med-shadow-md);border-radius:30px;overflow:hidden}.home-hero-icon{background:#ffffff24;border:1px solid #ffffff47;box-shadow:0 18px 35px #041e2f2e}.home-hero-float{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#072a3d6b;border:1px solid #ffffff3d}.home-search-card{border:1px solid var(--med-border);border-radius:var(--med-radius-lg);box-shadow:var(--med-shadow-sm);background:#ffffffeb;margin-bottom:58px;padding:26px}.home-search-heading h2,.home-section-heading h2{color:var(--med-navy-strong);letter-spacing:-.035em}.home-search-form{border-color:var(--med-border);background:#f8fbfc;border-radius:13px}.home-search-form:focus-within{border-color:var(--med-teal);box-shadow:0 0 0 4px #1d8a861a}.home-search-links button,.text-link{color:var(--med-teal)}.home-section-heading p{color:var(--med-muted)}.specialty-card,.home-feature-card{border:1px solid var(--med-border);border-radius:var(--med-radius-md);transition:transform .2s var(--ease-out), border-color .2s ease, box-shadow .2s ease;background:#ffffffeb;box-shadow:0 4px 14px #12304a09}.specialty-card:hover,.home-feature-card:hover{box-shadow:var(--med-shadow-sm);border-color:#1d8a8661;transform:translateY(-4px)}.specialty-icon,.home-feature-icon{color:var(--med-teal);background:#e8f5f2;border-radius:12px}.specialty-card small,.home-feature-card p{color:var(--med-muted)}.home-emergency{border-radius:var(--med-radius-md);box-shadow:none;background:#fff7f6;border:1px solid #c94a4a3d}.site-footer{border-top:1px solid var(--med-border);background:#ffffffbd;margin-top:64px}.site-footer-main{padding:42px 0 34px}.site-footer-brand strong{color:var(--med-navy-strong)}.site-footer-brand span,.site-footer-brand p,.site-footer-column a,.site-footer-company p{color:var(--med-muted)}.site-footer-column h2,.site-footer-company h2{color:var(--med-navy);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.site-footer-bottom{border-top-color:var(--med-border);color:#7c909d}.chat-workspace{border:1px solid var(--med-border);border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #091d2c38}.chat-history-brand strong{color:var(--med-navy)}.chat-history-brand span{color:var(--med-muted)}.message-bubble{border-radius:16px}.ai-bubble{border-color:var(--med-border);box-shadow:var(--med-shadow-sm)}.user-bubble{background:var(--brand-gradient);box-shadow:0 8px 16px #1d8a8624}.avatar{color:var(--med-teal);background:#e3f3f0;border-radius:12px}.input-wrapper{border-top-color:var(--med-border);background:#fffffff0}.input-container{border-color:var(--med-border);background:#f8fbfc;border-radius:14px}.input-container:focus-within{border-color:var(--med-teal);box-shadow:0 0 0 4px #1d8a861a}.icon-button.microphone:hover:not(:disabled){background:#e4f4f1}.doctor-section,.professional-doctor-page,.professional-facility-page,.auth-panel,.admin-dashboard,.appointment-page,.confirmation-card,.provider-profile-card,.facility-profile-modal{color:var(--med-ink)}.doctor-card,.facility-card,.professional-provider-card,.appointment-card,.dashboard-card,.confirmation-card,.auth-card,.provider-profile-card{border-color:var(--med-border)!important;border-radius:var(--med-radius-md)!important;box-shadow:var(--med-shadow-sm)!important;background:var(--med-surface)!important}.doctor-card:hover,.facility-card:hover,.professional-provider-card:hover{transform:translateY(-2px);box-shadow:var(--med-shadow-md)!important;border-color:#1d8a8666!important}input,select,textarea{border-color:var(--med-border);border-radius:10px}input:focus,select:focus,textarea:focus{border-color:var(--med-teal);outline:none;box-shadow:0 0 0 3px #1d8a861a}.status-badge,.provider-kind-chip,.facility-kind-chip{border-radius:999px}@media (width<=1080px){.site-header{padding:0 24px}.main-global-nav button{padding-inline:8px;font-size:11px}.home-page{padding-inline:26px}}@media (width<=820px){.sidebar{display:none}.site-header{min-height:70px;padding:0 18px}.main-global-nav{display:none}.mobile-nav{z-index:8;border-bottom:1px solid var(--med-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;gap:4px;padding:8px 12px;display:flex;position:sticky;top:0;overflow-x:auto}.mobile-nav button{flex:none;padding:9px 11px}.home-page{padding:16px 16px 0}.home-hero{grid-template-columns:1fr;gap:30px;padding:32px 0 38px}.home-hero h1{font-size:clamp(40px,12vw,58px)}.home-hero-panel{min-height:240px}.home-search-card{margin-bottom:42px;padding:20px}.home-feature-grid{grid-template-columns:1fr}.site-footer-main{grid-template-columns:1fr 1fr;gap:26px;padding:34px 16px 26px}.site-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding-inline:16px}}@media (width<=520px){.site-header-brand span{display:none}.home-hero-actions{flex-direction:column;align-items:stretch}.home-primary-btn,.home-secondary-btn{justify-content:center;width:100%}.home-trust-row{flex-wrap:wrap;gap:9px 14px}.home-search-heading{flex-direction:column;align-items:flex-start;gap:12px}.home-search-form{flex-wrap:wrap;height:auto;padding:8px}.home-search-form input{width:calc(100% - 32px);min-width:0}.home-search-form button{width:100%}.specialty-grid,.site-footer-main{grid-template-columns:1fr}.chat-workspace{border-radius:14px}}:root{--mx-ink:#102f43;--mx-ink-soft:#29485a;--mx-teal:#147f7b;--mx-teal-deep:#0d625f;--mx-mint:#dff2ed;--mx-wash:#f5f9f8;--mx-sand:#fbfaf6;--mx-line:#dce9e7;--mx-muted:#6a818d;--mx-coral:#c86d5e;--mx-shadow:0 18px 50px #102f4314;--mx-shadow-soft:0 8px 26px #102f430e;--mx-ease:cubic-bezier(.2, .75, .25, 1)}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe8;border-bottom:1px solid #dce9e7db;min-height:76px;padding:10px clamp(18px,5vw,72px);position:sticky;top:0;box-shadow:0 5px 24px #102f4309}.site-header-mark{background:var(--mx-ink);color:#a8e4d5;border-radius:14px;width:42px;height:42px;box-shadow:0 8px 18px #102f4329}.site-header-brand{gap:12px}.site-header-brand strong{color:var(--mx-ink);letter-spacing:-.035em;font-size:16px}.site-header-brand span{color:#82939a;font-size:10px}.site-header-airev{color:var(--mx-teal)}.main-global-nav{gap:3px}.main-global-nav button,.mobile-nav button{color:#607986;border-radius:999px;font-size:11px;font-weight:700}.main-global-nav button{padding:10px 13px}.main-global-nav button:hover,.mobile-nav button:hover{color:var(--mx-teal);background:var(--mx-mint);transform:translateY(-1px)}.main-global-nav button.active,.mobile-nav button.active{color:#fff;background:var(--mx-teal);box-shadow:0 7px 16px #147f7b2e}.whatsapp-nav-link:not(:disabled){color:#187d68!important}.home-page{max-width:1380px;padding:28px clamp(18px,5vw,74px) 0}.home-hero{gap:clamp(38px,6vw,90px);padding:clamp(62px,8vw,104px) 0 78px;position:relative}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#bfe4db61,#0000 68%);border-radius:50%;width:460px;height:460px;position:absolute;top:-80px;left:-220px}.home-hero-copy{z-index:1;max-width:690px;position:relative}.eyebrow{color:var(--mx-teal);letter-spacing:.14em;font-size:11px;font-weight:800}.home-hero h1{max-width:700px;color:var(--mx-ink);letter-spacing:-.075em;margin:20px 0 22px;font-size:clamp(45px,6vw,82px);line-height:.96}.home-hero-copy>p{max-width:580px;color:var(--mx-muted);margin-bottom:0;font-size:17px;line-height:1.7}.home-hero-actions{gap:10px;margin-top:32px}.home-primary-btn,.home-secondary-btn,.home-whatsapp-btn{border-radius:999px;min-height:50px;padding:0 18px;font-size:12px;font-weight:800}.home-primary-btn{background:var(--mx-ink);box-shadow:0 12px 25px #102f4333}.home-primary-btn:hover{background:var(--mx-teal-deep);transform:translateY(-3px);box-shadow:0 17px 30px #102f433b}.home-secondary-btn{border:1px solid var(--mx-line);color:var(--mx-ink);background:#fff}.home-secondary-btn:hover{border-color:var(--mx-teal);color:var(--mx-teal);box-shadow:var(--mx-shadow-soft);background:#fff;transform:translateY(-2px)}.home-whatsapp-btn{color:#177563;background:#eef9f5;border:1px solid #b9ded3}.home-whatsapp-btn:hover:not(:disabled){background:#d9f2e9;transform:translateY(-2px)}.home-trust-row{color:#78909a;gap:20px;margin-top:24px;font-size:11px}.home-trust-row svg{color:var(--mx-teal)}.home-hero-panel{background:linear-gradient(145deg,#123c51 0%,#0c6065 52%,#147f7b 100%);border-radius:34px;min-height:370px;box-shadow:0 28px 60px #102f432e}.home-hero-panel:after{opacity:.24}.home-hero-icon{background:#ffffff1f;border-radius:34px;width:112px;height:112px;box-shadow:0 22px 40px #041e2f33}.home-hero-float{background:#072a3d8c;border-radius:999px;box-shadow:0 8px 22px #021c2a29}.home-search-card{border:1px solid var(--mx-line);box-shadow:var(--mx-shadow);background:#fffffff0;border-radius:24px;margin-bottom:82px;padding:clamp(22px,3vw,34px)}.home-search-heading h2,.home-section-heading h2{color:var(--mx-ink);letter-spacing:-.05em;font-size:clamp(25px,3vw,34px)}.home-search-note{color:#8b9ca2;font-size:11px}.home-search-form{border:1px solid var(--mx-line);background:var(--mx-wash);border-radius:16px;min-height:58px}.home-search-form input{color:var(--mx-ink);font-size:13px}.home-search-form button{background:var(--mx-teal);border-radius:12px;min-height:46px;margin-right:6px;padding:0 17px;box-shadow:0 8px 18px #147f7b29}.home-search-form button:hover{background:var(--mx-teal-deep);transform:translateY(-1px)}.home-search-links button,.text-link{color:var(--mx-teal);font-weight:750}.home-section{margin-bottom:82px}.home-section-heading{margin-bottom:24px}.home-section-heading p{color:var(--mx-muted);font-size:13px}.specialty-grid,.home-feature-grid{gap:16px}.specialty-card,.home-feature-card{border:1px solid var(--mx-line);box-shadow:var(--mx-shadow-soft);transition:transform .25s var(--mx-ease), box-shadow .25s var(--mx-ease), border-color .25s ease;background:#ffffffe6;border-radius:20px}.specialty-card{min-height:116px;padding:18px}.specialty-card:hover,.home-feature-card:hover{border-color:#147f7b57;transform:translateY(-5px);box-shadow:0 17px 34px #102f431a}.specialty-icon,.home-feature-icon{width:42px;height:42px;color:var(--mx-teal);background:var(--mx-mint);border-radius:14px}.specialty-card strong,.home-feature-card h3{color:var(--mx-ink)}.specialty-card small,.home-feature-card p{color:var(--mx-muted);line-height:1.55}.home-feature-card{min-height:270px;padding:25px}.home-feature-card h3{letter-spacing:-.045em;margin-top:16px;font-size:22px}.home-feature-card button{color:var(--mx-teal);font-weight:800}.home-emergency{background:#fff8f5;border:1px solid #c86d5e40;border-radius:20px;margin-top:8px}.home-emergency-icon{color:var(--mx-coral);background:#fbe6df}.home-emergency .section-kicker,.home-emergency-badge{color:#b65d50}.doctor-section,.professional-doctor-page,.professional-facility-page,.appointments-page,.auth-page{background:0 0}.doctor-section{max-width:1380px;margin:0 auto;padding:52px clamp(18px,5vw,74px)}.doctor-section-title h1,.auth-hero h1{color:var(--mx-ink);letter-spacing:-.06em}.doctor-search-toolbar,.doctor-filter-bar,.facility-filter-bar,.appointments-search-form{border:1px solid var(--mx-line);box-shadow:var(--mx-shadow-soft);background:#fff;border-radius:16px}.professional-doctor-page .provider-card,.professional-facility-page .provider-card,.appointment-card,.auth-card{border:1px solid var(--mx-line);box-shadow:var(--mx-shadow-soft);background:#fff;border-radius:20px}.provider-kind-chip,.facility-kind-chip,.provider-source-tag,.verified-source-note{border-radius:999px}.provider-primary-action,.doctor-search-btn,.auth-primary-button,.modal-primary-btn{background:var(--mx-teal);border-radius:999px;box-shadow:0 8px 18px #147f7b29}.provider-primary-action:hover,.doctor-search-btn:hover,.auth-primary-button:hover,.modal-primary-btn:hover{background:var(--mx-teal-deep);transform:translateY(-2px)}.chat-drawer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#081f2b75}.chat-workspace{border:1px solid #dce9e7e6;border-radius:26px;box-shadow:0 28px 90px #081f2b45}.chat-history-sidebar,.chat-main{background:#fcfefd}.chat-history-sidebar{border-right-color:var(--mx-line)}.chat-history-brand-icon{background:var(--mx-ink);color:#a8e4d5}.chat-history-new{background:var(--mx-teal);border-radius:12px}.chat-history-new:hover{background:var(--mx-teal-deep)}.message-bubble{border-radius:18px;box-shadow:0 5px 14px #102f430b}.ai-row .message-bubble{border:1px solid var(--mx-line);background:#fff}.user-row .message-bubble{background:var(--mx-ink)}.composer,.chat-input-area{border-color:var(--mx-line);background:#fff;box-shadow:0 -8px 28px #102f430a}.send-button{background:var(--mx-teal);border-radius:13px}@media (width<=900px){.home-hero{grid-template-columns:1fr}.home-hero-panel{min-height:280px}.home-feature-grid{grid-template-columns:1fr}}@media (width<=650px){.site-header{min-height:64px;padding:8px 14px}.site-header-mark{border-radius:12px;width:36px;height:36px}.home-page{padding:10px 14px 0}.home-hero{gap:30px;padding:48px 0}.home-hero h1{margin-top:15px;font-size:clamp(42px,13vw,60px)}.home-hero-copy>p{font-size:15px}.home-hero-actions{flex-direction:column;align-items:stretch}.home-primary-btn,.home-secondary-btn,.home-whatsapp-btn{justify-content:center;width:100%}.home-trust-row{flex-direction:column;align-items:flex-start;gap:9px}.home-hero-panel{border-radius:25px;min-height:230px}.home-search-card{border-radius:20px;margin-bottom:54px;padding:19px}.home-search-heading{flex-direction:column;align-items:flex-start;gap:9px}.home-search-form{flex-wrap:wrap;align-items:stretch;padding:8px}.home-search-form input{min-width:0}.home-search-form button{width:100%;margin:8px 0 0}.home-section{margin-bottom:54px}.home-section-heading{flex-direction:column;align-items:flex-start;gap:12px}.specialty-grid{grid-template-columns:1fr}.specialty-card{min-height:96px}.home-feature-card{min-height:0}.doctor-section{padding:34px 14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}html,body,#root,.app,.main-area{max-width:100%;overflow-x:hidden}.site-footer{width:auto;max-width:100%}.site-header-airev-primary{min-width:150px}.site-header-airev-primary>a{align-items:center;line-height:0;display:inline-flex}.primary-airev-logo{object-fit:contain;object-position:left center;width:142px;height:48px;display:block}@media (width<=650px){.site-header-airev-primary{min-width:112px}.primary-airev-logo{width:108px;height:39px}}.home-page{color:#162b40;background:#f7f9fe;padding:0}.home-page .section-kicker{color:#2f8e9b;letter-spacing:.11em;font-size:9px}.home-hero{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:center;gap:46px;min-height:370px;padding:43px 0 38px;display:grid}.eyebrow{color:#318c99;letter-spacing:.04em;align-items:center;gap:6px;font-size:9px;font-weight:800;display:flex}.status-pulse{background:#27b88c;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 3px #27b88c1f}.hero-verified{color:#6a88a0;border-left:1px solid #c9dce9;padding-left:9px;font-weight:700}.home-hero h1{color:#11263b;letter-spacing:-.055em;margin:12px 0;font-size:clamp(34px,4vw,49px);line-height:1.03}.home-hero h1 span{color:#2b8799}.home-hero-copy>p{color:#657b91;max-width:480px;margin:0 0 19px;font-size:12px;line-height:1.6}.hero-ai-card{background:#fff;border:1px solid #e3ebf2;border-radius:10px;padding:12px 13px 11px;box-shadow:0 12px 30px #2e568214}.hero-ai-card-top,.doctor-mini-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.hero-ai-card-top{color:#5c7c95;letter-spacing:.04em;font-size:8px;font-weight:800}.hero-ai-card-top span,.doctor-mini-footer span{align-items:center;gap:5px;display:inline-flex}.hero-ai-card-top small{color:#69a38e;font-size:8px;font-weight:600}.hero-ai-prompt{color:#8293a3;background:#f8fbfe;border:1px solid #edf1f5;border-radius:6px;margin:10px 0 8px;padding:9px;font-size:9px}.hero-ai-actions{align-items:center;gap:6px;display:flex}.hero-ai-actions button{color:#5d7b91;cursor:pointer;background:#f7fbff;border:1px solid #e0eaf1;border-radius:5px;align-items:center;gap:4px;padding:5px 7px;font-size:8px;display:inline-flex}.hero-ai-actions .hero-ai-submit{color:#fff;background:#050607;border-color:#050607;margin-left:auto}.hero-ai-tags{flex-wrap:wrap;gap:5px;margin-top:9px;display:flex}.hero-ai-tags span{color:#8092a3;background:#f3f7fb;border-radius:4px;padding:4px 6px;font-size:7px}.home-hero-panel{background:radial-gradient(circle at 80% 20%,#75cfcf3b,#0000 38%),linear-gradient(145deg,#f0f7ff,#eef6fb 60%,#e5f5f1);border:1px solid #e2eaf1;border-radius:14px;min-height:285px;position:relative;box-shadow:inset 0 1px #fffc}.doctor-mini-card{background:#ffffffed;border:1px solid #e0eaf1;border-radius:11px;width:min(285px,83%);padding:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 19px 38px #36668621}.doctor-mini-head{align-items:center;gap:8px;display:flex}.doctor-avatar,.provider-avatar{color:#fff;background:linear-gradient(145deg,#54a9a5,#2f708e);border-radius:50%;place-items:center;font-size:10px;font-weight:850;display:grid}.doctor-avatar{width:30px;height:30px}.doctor-mini-head div:nth-child(2){flex:1;min-width:0}.doctor-mini-head strong{color:#2a455c;font-size:10px;display:block}.doctor-mini-head small{color:#8999a9;margin-top:2px;font-size:7px;display:block}.doctor-mini-head>span{color:#2e9c88;background:#e5f7ef;border-radius:4px;padding:3px 5px;font-size:7px;font-weight:800}.doctor-stat-grid{grid-template-columns:repeat(2,1fr);gap:6px;margin:13px 0 10px;display:grid}.doctor-stat-grid span{background:#eef7ff;border-radius:6px;padding:8px}.doctor-stat-grid span:nth-child(2),.doctor-stat-grid span:nth-child(4){background:#edf9f6}.doctor-stat-grid strong{color:#31899b;letter-spacing:-.04em;font-size:15px;display:block}.doctor-stat-grid small{color:#7d91a3;margin-top:2px;font-size:7px;display:block}.doctor-mini-footer{color:#6a879d;border-top:1px solid #edf1f4;padding-top:9px;font-size:8px}.doctor-mini-footer small{color:#40977d;font-size:7px}.home-specialists{padding:27px 0 35px}.home-specialists,.home-ecosystem{background:0 0}.home-section-heading{align-items:flex-end;margin-bottom:17px}.home-section-heading h2,.home-intelligence h2,.home-ecosystem h2{color:#172c40;letter-spacing:-.045em;margin:5px 0 4px;font-size:25px}.home-section-heading p{color:#788b9d;margin:0;font-size:9px}.text-link{color:#328499;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:0;font-size:9px;display:inline-flex}.specialist-filter-bar{background:#fff;border:1px solid #e1eaf2;border-radius:8px;grid-template-columns:1.02fr 1fr .94fr 1fr;gap:6px;padding:6px;display:grid;box-shadow:0 9px 18px #31577a0d}.specialist-filter-bar label{color:#4c7e96;background:#f7fbff;border-radius:5px;align-items:center;gap:7px;padding:6px 7px;display:flex}.specialist-filter-bar label span{color:#8a9baa;min-width:0;font-size:7px}.specialist-filter-bar label small{color:#3c5b71;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:8px;font-weight:800;display:block;overflow:hidden}.specialist-filter-bar>button{color:#fff;cursor:pointer;background:#050607;border:0;border-radius:5px;justify-content:center;align-items:center;gap:5px;font-size:9px;font-weight:800;display:inline-flex}.provider-preview-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.provider-preview-card{background:#fff;border:1px solid #e3ebf2;border-radius:9px;padding:11px;box-shadow:0 7px 17px #28537a0b}.provider-featured{border-color:#a8e2d4}.provider-card-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.provider-card-top>span{color:#3d89a0;background:#edf7fc;border-radius:4px;padding:3px 5px;font-size:7px;font-weight:800}.provider-featured .provider-card-top>span{color:#2d9f79;background:#e7f8ef}.provider-avatar{width:29px;height:29px;font-size:8px}.avatar-elena{background:linear-gradient(145deg,#cc8d78,#6e7dab)}.avatar-aris{background:linear-gradient(145deg,#617b8a,#31a19a)}.provider-preview-card>strong{color:#29445b;font-size:10px;display:block}.provider-preview-card>small{color:#8293a2;margin-top:3px;font-size:7px;display:block}.provider-rating{color:#d59636;align-items:center;gap:4px;margin:9px 0 8px;font-size:9px;display:flex}.provider-rating small{color:#9aa7b3;font-size:7px}.provider-rating b{color:#273d50;margin-left:auto;font-size:11px}.provider-rating em{color:#98a5af;font-size:7px;font-style:normal;font-weight:500}.provider-availability{color:#5d8195;border-top:1px solid #eef2f5;padding:6px 0;font-size:7px}.provider-availability span{color:#71a490;font-weight:800}.provider-preview-card>button{color:#fff;cursor:pointer;background:#050607;border:0;border-radius:5px;width:100%;min-height:26px;margin-top:7px;font-size:8px;font-weight:800}.provider-featured>button{background:#1083a1}.home-intelligence{grid-template-columns:.92fr 1.08fr;align-items:center;gap:40px;padding:35px 0 40px;display:grid}.assistant-preview{background:#fff;border:1px solid #e0eaf2;border-radius:10px;padding:12px;box-shadow:0 10px 22px #2f597a12}.assistant-preview-head{align-items:center;gap:7px;display:flex}.assistant-mark{color:#fff;background:#1583a0;border-radius:50%;place-items:center;width:23px;height:23px;display:grid}.assistant-preview-head div:nth-child(2){flex:1}.assistant-preview-head strong{color:#315168;font-size:9px;display:block}.assistant-preview-head small,.assistant-preview-head>span{color:#91a0ad;font-size:7px}.assistant-preview-head>span{color:#4d91a0;background:#eff7fb;padding:3px 5px}.assistant-bubble{color:#d9e7ef;background:#07151d;border-radius:6px 6px 2px;margin:12px 0 9px 37px;padding:9px;font-size:8px;line-height:1.45}.assistant-summary{background:#f2f8fb;border-radius:5px;padding:8px}.assistant-summary span{color:#31869d;align-items:center;gap:4px;font-size:8px;font-weight:800;display:inline-flex}.assistant-summary p{color:#728a9d;margin:5px 0 0;font-size:8px;line-height:1.4}.assistant-alert{color:#9f5048;background:#fff0ed;border-left:3px solid #e87968;gap:4px;margin-top:7px;padding:8px;font-size:8px;line-height:1.35;display:grid}.assistant-alert strong{align-items:center;gap:4px;font-size:8px;display:inline-flex}.assistant-actions{gap:6px;margin-top:9px;display:flex}.assistant-actions button{color:#62839a;cursor:pointer;background:#f5f9fc;border:1px solid #e0eaf1;border-radius:5px;flex:1;min-height:27px;font-size:7px}.assistant-actions button:first-child{color:#fff;background:#050607;border-color:#050607}.intelligence-copy p{color:#718699;max-width:420px;margin:0 0 13px;font-size:10px;line-height:1.55}.intelligence-copy ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.intelligence-copy li{color:#328aa0;gap:9px;display:flex}.intelligence-copy li>svg{background:#e8f5fa;border-radius:4px;flex:none;margin-top:2px;padding:3px}.intelligence-copy li strong{color:#416078;font-size:9px;display:block}.intelligence-copy li small{color:#8395a5;margin-top:2px;font-size:8px;line-height:1.3;display:block}.home-ecosystem{text-align:center;padding:32px 0 36px}.home-ecosystem>p{color:#7c8d9d;max-width:450px;margin:0 auto 18px;font-size:9px;line-height:1.45}.ecosystem-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.ecosystem-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e1eaf1;border-radius:8px;min-height:145px;padding:12px;box-shadow:0 6px 16px #2c52770d}.ecosystem-icon{color:#218ba3;background:#e9f6fb;border-radius:6px;place-items:center;width:25px;height:25px;margin-bottom:10px;display:grid}.ecosystem-card strong{color:#37536a;font-size:9px;display:block}.ecosystem-card small{color:#8798a7;min-height:39px;margin-top:6px;font-size:8px;line-height:1.4;display:block}.ecosystem-card em{color:#218aa0;align-items:center;gap:3px;margin-top:9px;font-size:8px;font-style:normal;font-weight:800;display:inline-flex}.home-compliance{color:#64829b;background:#edf6ff;border:1px solid #dce8f1;border-radius:8px;align-items:center;gap:15px;margin-bottom:27px;padding:13px 15px;font-size:8px;display:flex}.home-compliance svg{color:#328ba0}.home-compliance strong{color:#3c6079;font-size:9px}.home-compliance span{align-items:center;gap:4px;display:inline-flex}.home-compliance span:before{content:"";background:#42a694;border-radius:50%;width:4px;height:4px}.home-cta{color:#fff;background:radial-gradient(circle at 90% 30%,#11748f52,#0000 28%),#040708;border-radius:11px;padding:29px 28px}.home-cta .section-kicker{color:#5dc1c5}.home-cta h2{color:#fff;margin:8px 0;font-size:23px;line-height:1.08}.home-cta p{color:#a5b4ba;max-width:460px;margin:0 0 14px;font-size:9px;line-height:1.5}.home-cta button{color:#14232c;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:5px;min-height:29px;margin-right:7px;padding:0 11px;font-size:8px;font-weight:800}.home-cta button+button{color:#d9e8eb;background:0 0;border-color:#39505a}.home-page>.home-emergency{color:#a0524a;text-align:center;background:#ffe5e2;border:0;border-radius:0;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:31px;padding:9px 18px;font-size:8px;display:flex}.home-emergency strong{font-weight:850}.home-page .site-footer{width:100%;box-shadow:none;background:#eff5ff;border:0;border-radius:0;margin-top:0;padding:28px max(18px,50% - 490px) 16px}.home-page .site-footer-main{grid-template-columns:1.8fr 1fr 1fr 1.4fr;gap:35px}.home-page .site-footer-brand strong,.home-page .site-footer-column h2,.home-page .site-footer-company h2{color:#38536b;font-size:10px}.home-page .site-footer-brand span,.home-page .site-footer a,.home-page .site-footer-company p{color:#8394a3;font-size:8px}.home-page .site-footer-bottom,.home-page .site-footer-disclaimer{color:#94a3b0;font-size:7px}@media (width<=900px){.home-page .home-hero,.home-page .home-specialists,.home-page .home-intelligence,.home-page .home-ecosystem,.home-page .home-compliance,.home-page .home-cta{width:min(100% - 32px,680px)}.home-hero{grid-template-columns:1fr;gap:22px}.home-hero-panel{min-height:240px}.home-intelligence{grid-template-columns:1fr;gap:24px}.home-page .site-footer{padding-inline:18px}.home-page .site-footer-main{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.home-hero{padding-top:28px}.home-hero h1{font-size:35px}.specialist-filter-bar{grid-template-columns:1fr 1fr}.specialist-filter-bar>button{min-height:31px}.provider-preview-grid,.ecosystem-grid{grid-template-columns:1fr}.home-section-heading{flex-direction:column;align-items:flex-start;gap:8px}.home-compliance{flex-wrap:wrap;align-items:flex-start;gap:9px}.home-page .site-footer-main{grid-template-columns:1fr 1fr}.home-page .site-footer-company{grid-column:1/-1}}@media (width<=420px){.home-page .home-hero,.home-page .home-specialists,.home-page .home-intelligence,.home-page .home-ecosystem,.home-page .home-compliance,.home-page .home-cta{width:min(100% - 22px,380px)}.hero-ai-actions{flex-wrap:wrap}.hero-ai-actions .hero-ai-submit{margin-left:0}.specialist-filter-bar{grid-template-columns:1fr}.home-cta{padding:24px 18px}}.specialty-filter-input span{flex:1;display:block}.specialty-filter-input input{color:#3c5b71;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;margin-top:2px;padding:0;font-size:8px;font-weight:800;display:block}.specialty-filter-input input::placeholder{color:#3c5b71;opacity:1}.home-page{--home-ink:#173238;--home-deep:#075b58;--home-teal:#1f8d83;--home-mint:#dff3ec;--home-wash:#f4faf8;--home-line:#dcebe5;--home-muted:#718888;color:var(--home-ink);background:#fbfdfc;overflow:hidden}.home-page button,.home-page a{font-family:inherit}.home-shell{width:min(1140px,100% - 64px);margin-inline:auto}.home-notice{color:#4e7771;letter-spacing:.02em;background:#e8f5f1;justify-content:center;align-items:center;gap:8px;padding:8px 18px;font-size:11px;display:flex}.home-header{justify-content:space-between;align-items:center;gap:28px;width:min(1140px,100% - 64px);margin:auto;padding:19px 0;display:flex}.home-brand{color:var(--home-ink);align-items:center;gap:10px;text-decoration:none;display:flex}.home-brand .medassist-mark{width:34px;height:34px}.home-brand span{gap:1px;display:grid}.home-brand strong{letter-spacing:-.03em;font-size:15px}.home-brand small{color:#8a9b9b;font-size:9px}.home-nav{gap:26px;display:flex}.home-nav a{color:#617674;font-size:11px;text-decoration:none}.home-nav a:hover{color:var(--home-teal)}.home-header-cta,.home-primary-btn,.home-dark-btn{color:#fff;background:var(--home-deep);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:11px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 9px 20px #075b5829}.home-header-cta:hover,.home-primary-btn:hover,.home-dark-btn:hover{background:#064846;transform:translateY(-2px)}.home-hero{grid-template-columns:1fr 1fr;align-items:center;gap:72px;padding-top:76px;padding-bottom:80px;display:grid}.home-eyebrow{color:#438a80;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:850;display:inline-flex}.home-eyebrow-dot{background:#56b79a;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #e2f4ed}.home-hero h1,.home-proof h2,.home-section h2,.home-cta h2{color:var(--home-ink);letter-spacing:-.07em;margin:18px 0 20px;font-size:clamp(45px,5.5vw,74px);line-height:.98}.home-page em{color:#4c9d8e;font-family:Georgia,serif;font-weight:400}.home-hero-copy>p{max-width:500px;color:var(--home-muted);font-size:15px;line-height:1.7}.home-hero-actions,.home-cta-actions{align-items:center;gap:12px;margin-top:26px;display:flex}.home-quiet-btn{border:1px solid var(--home-line);color:var(--home-deep);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:11px 17px;font-size:11px;font-weight:800;display:inline-flex}.home-quiet-btn:hover{background:#f3fbf8;border-color:#9bcdbf}.home-trust-row{color:#869a96;gap:22px;margin-top:32px;font-size:10px;display:flex}.home-trust-row span{align-items:center;gap:6px;display:inline-flex}.home-hero-visual{background:linear-gradient(145deg,#e4f5ee,#eff8f4 58%,#d3ebe3);border-radius:42% 42% 28px 28px;place-items:center;min-height:455px;display:grid;position:relative}.home-orb{filter:blur(1px);border-radius:50%;position:absolute}.home-orb-one{opacity:.48;background:#b9ded0;width:250px;height:250px;top:28px;right:28px}.home-orb-two{opacity:.65;background:#fff;width:130px;height:130px;bottom:32px;left:25px}.home-hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #fffc;border-radius:22px;width:min(390px,77%);padding:20px;position:relative;box-shadow:0 26px 55px #26675929}.home-hero-card-top,.home-pathway-heading,.home-insight-top{align-items:center;gap:10px;display:flex}.home-hero-card-top>span:nth-child(2),.home-pathway-heading>span:nth-child(2),.home-insight-top>span:nth-child(2){flex:1;gap:3px;display:grid}.home-hero-card strong,.home-pathway-heading strong,.home-insight-top strong{font-size:12px}.home-hero-card small,.home-pathway-heading small,.home-insight-top small{color:#8aa09a;font-size:9px}.home-hero-avatar,.home-ai-mark{color:#fff;background:var(--home-deep);border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.home-online{color:#4e9988;align-items:center;gap:4px;font-size:9px;display:inline-flex}.home-online i{background:#52bb8f;border-radius:50%;width:5px;height:5px}.home-chat-bubble{color:#55726d;background:#e9f6f0;border-radius:16px 16px 4px;max-width:78%;margin:28px 22px 12px auto;padding:12px 14px;font-size:11px;line-height:1.45}.home-answer-card{background:#fff;border-radius:14px;padding:15px}.home-answer-label{color:#449c88;align-items:center;gap:5px;font-size:9px;display:flex}.home-answer-card strong{margin-top:9px;font-size:13px;display:block}.home-answer-card p{color:#80918f;margin:7px 0 13px;font-size:10px;line-height:1.5}.home-answer-card button{color:var(--home-deep);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:10px;font-weight:850;display:inline-flex}.home-float-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #fffc;border-radius:15px;align-items:center;gap:9px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 12px 26px #2667591f}.home-float-top{color:var(--home-teal);top:75px;left:-30px}.home-float-bottom{bottom:52px;right:-25px}.home-float-card span:not(.home-float-number){gap:3px;display:grid}.home-float-card strong{color:var(--home-ink);font-size:10px}.home-float-card small{color:#899b97;font-size:8px}.home-float-number{color:var(--home-deep);font-size:22px;font-weight:850}.home-float-number span{color:#52a88f;font-size:12px}.home-search-panel{border:1px solid var(--home-line);background:#fff;border-radius:18px;grid-template-columns:.8fr 1.8fr;align-items:center;gap:30px;padding:25px 28px;display:grid;box-shadow:0 17px 36px #26675914}.home-search-intro h2{letter-spacing:-.05em;margin:7px 0 4px;font-size:23px}.home-search-intro p{color:#82938f;margin:0;font-size:11px}.home-search-form{grid-template-columns:repeat(3,1fr) auto;align-items:center;gap:8px;display:grid}.home-search-form label{min-height:48px;color:var(--home-teal);background:#f9fcfb;border:1px solid #e4eee9;border-radius:11px;align-items:center;gap:8px;padding:0 12px;display:flex}.home-search-form label>span{color:#78908b;gap:3px;font-size:9px;display:grid}.home-search-form small{color:#9aaca7;font-size:9px}.home-search-input input{width:100%;color:var(--home-ink);font:inherit;background:0 0;border:0;outline:0;font-size:10px}.home-search-form button{color:#fff;background:var(--home-deep);cursor:pointer;border:0;border-radius:11px;min-height:48px;padding:0 15px;font-size:10px;font-weight:800}.home-proof{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding-top:120px;padding-bottom:120px;display:grid}.home-proof h2,.home-section h2,.home-cta h2{font-size:clamp(36px,4vw,55px)}.home-proof-copy>p,.home-intelligence-copy>p,.home-cta p{max-width:480px;color:var(--home-muted);font-size:13px;line-height:1.7}.home-metric-row{gap:42px;margin-top:35px;display:flex}.home-metric-row div{gap:5px;display:grid}.home-metric-row strong{color:var(--home-deep);font-size:23px}.home-metric-row span{color:#8a9c98;font-size:9px}.home-pathway-card{background:#eaf6f0;border-radius:21px;padding:22px;box-shadow:inset 0 0 0 1px #d8ece2}.home-live-pill{color:#318b72;background:#d7f0e3;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:850}.home-pathway-list{gap:9px;margin:22px 0;display:grid}.home-pathway-list>div{color:#8ba09a;border-radius:13px;align-items:center;gap:12px;padding:12px;display:flex}.home-pathway-list>div.is-active{background:#fff;box-shadow:0 8px 15px #2b6d5b12}.home-pathway-list b{color:#80a59a;font-size:10px}.home-pathway-list span{flex:1;gap:3px;display:grid}.home-pathway-list strong{color:var(--home-ink);font-size:10px}.home-pathway-list small{font-size:9px}.home-pathway-card>button{color:var(--home-deep);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:10px;font-weight:850;display:inline-flex}.home-section{padding-bottom:110px}.home-section-heading{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.home-section-heading h2{margin-bottom:0}.home-section-heading>p{color:#869792;margin:0 0 8px;font-size:11px}.home-feature-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.home-feature-card{border:1px solid var(--home-line);text-align:left;cursor:pointer;background:#fff;border-radius:17px;flex-direction:column;align-items:flex-start;min-height:220px;padding:21px;transition:all .2s;display:flex}.home-feature-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #2667591a}.home-feature-2{background:#edf8f3}.home-feature-3{background:#f8f4eb}.home-feature-4{background:#f1f1fb}.home-feature-icon{width:40px;height:40px;color:var(--home-teal);background:#e1f2eb;border-radius:13px;place-items:center;margin-bottom:28px;display:grid}.home-feature-3 .home-feature-icon{color:#a5854e;background:#f1ead9}.home-feature-4 .home-feature-icon{color:#8177bb;background:#e7e4f6}.home-feature-card strong{color:var(--home-ink);font-size:14px}.home-feature-card p{color:#849692;min-height:45px;margin:10px 0;font-size:10px;line-height:1.55}.home-feature-link{color:var(--home-deep);align-items:center;gap:5px;margin-top:auto;font-size:10px;font-weight:850;display:inline-flex}.home-intelligence-band{color:#fff;background:var(--home-deep);border-radius:25px;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:65px 70px;display:grid}.home-intelligence-copy h2{color:#fff;margin-top:14px}.home-intelligence-copy .home-eyebrow{color:#9dd9c4}.home-intelligence-copy>p{color:#b7d5cb}.home-intelligence-copy ul{gap:17px;margin:28px 0;padding:0;list-style:none;display:grid}.home-intelligence-copy li{color:#9dd9c4;align-items:flex-start;gap:10px;display:flex}.home-intelligence-copy li span{gap:4px;display:grid}.home-intelligence-copy li strong{color:#fff;font-size:11px}.home-intelligence-copy li small{color:#acd0c4;font-size:9px;line-height:1.45}.home-dark-btn{color:var(--home-deep);box-shadow:none;background:#e5f5ed}.home-insight-visual{place-items:center;min-height:320px;display:grid;position:relative}.home-insight-glow{opacity:.22;filter:blur(20px);background:#67b6a1;border-radius:50%;width:280px;height:280px;position:absolute}.home-insight-card{max-width:390px;color:var(--home-ink);background:#fff;border-radius:17px;padding:22px;position:relative;box-shadow:0 22px 45px #001e1c33}.home-insight-check{color:#318c75;background:#dff3e7;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.home-insight-card p{color:#6f8580;margin:22px 0;font-size:12px;line-height:1.7}.home-insight-tags{flex-wrap:wrap;gap:6px;display:flex}.home-insight-tags span{color:#4d9581;background:#eaf7f1;border-radius:999px;padding:6px 8px;font-size:8px}.home-ecosystem{padding-top:120px;padding-bottom:110px}.home-centered-heading{text-align:center;max-width:620px;margin:0 auto 35px}.home-centered-heading h2{margin-bottom:15px}.home-centered-heading p{color:#81918e;font-size:12px;line-height:1.6}.home-ecosystem-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.home-ecosystem-grid button{border:1px solid var(--home-line);text-align:left;color:var(--home-teal);cursor:pointer;background:#fff;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:20px;display:grid}.home-ecosystem-grid button:hover{border-color:#9ecfbe}.home-ecosystem-grid strong{color:var(--home-ink);font-size:12px}.home-ecosystem-grid span{color:#859793;grid-column:2/4;font-size:10px}.home-ecosystem-grid svg:last-child{grid-area:1/3}.home-cta{background:#eef8f3;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;padding:55px 62px;display:flex}.home-cta h2{margin:13px 0 12px}.home-cta p{margin:0}.home-emergency{color:#9b655c;background:#fff1ee;border-radius:12px;align-items:center;gap:9px;width:min(1140px,100% - 64px);margin:34px auto 70px;padding:13px 18px;font-size:9px;line-height:1.5;display:flex}.home-emergency svg{flex:none}.home-page .site-footer{background:#153b3d;border-top:1px solid #dcebe5}.home-page .site-footer-credit{color:#9ce0c6;letter-spacing:.04em;font-size:10px;font-weight:800}@media (width<=900px){.home-nav{display:none}.home-hero{grid-template-columns:1fr;gap:45px;padding-top:55px}.home-hero-visual{min-height:400px}.home-search-panel,.home-proof,.home-intelligence-band{grid-template-columns:1fr;gap:30px}.home-search-form{grid-template-columns:repeat(3,1fr)}.home-search-form button{grid-column:1/-1}.home-feature-grid{grid-template-columns:repeat(2,1fr)}.home-intelligence-band{padding:45px 35px}.home-cta{flex-direction:column;align-items:flex-start;padding:42px}}@media (width<=620px){.home-shell,.home-header,.home-emergency{width:min(100% - 32px,500px)}.home-header{padding:14px 0}.home-header-cta{padding:10px 13px;font-size:10px}.home-notice{text-align:center;font-size:9px}.home-hero{padding-top:40px;padding-bottom:55px}.home-hero h1{font-size:45px}.home-hero-copy>p{font-size:13px}.home-hero-actions,.home-cta-actions{flex-direction:column;align-items:stretch}.home-primary-btn,.home-quiet-btn{width:100%}.home-trust-row{flex-direction:column;align-items:flex-start;gap:10px}.home-hero-visual{border-radius:80px 80px 22px 22px;min-height:350px}.home-hero-card{width:78%;padding:14px}.home-float-top{top:28px;left:-8px}.home-float-bottom{bottom:25px;right:-8px}.home-float-card{padding:9px 10px}.home-float-card small{font-size:7px}.home-search-panel{padding:20px}.home-search-form{grid-template-columns:1fr}.home-search-form button{grid-column:auto}.home-proof,.home-ecosystem{padding-top:75px;padding-bottom:75px}.home-metric-row{gap:17px}.home-metric-row strong{font-size:18px}.home-metric-row span{font-size:8px}.home-section{padding-bottom:75px}.home-section-heading{display:block}.home-section-heading>p{margin-top:14px}.home-feature-grid,.home-ecosystem-grid{grid-template-columns:1fr}.home-feature-card{min-height:180px}.home-intelligence-band{padding:34px 24px}.home-insight-card{padding:16px}.home-cta{padding:32px 24px}.home-page .site-footer-main{grid-template-columns:1fr 1fr}.home-page .site-footer-company{grid-column:1/-1}}@media (width<=390px){.home-hero h1{font-size:40px}.home-brand small{display:none}.home-header-cta{padding-inline:10px}.home-header-cta svg{display:none}}.reference-home{--r-green:#075d4b;--r-green2:#0d4e40;--r-ink:#152f34;--r-muted:#748585;--r-line:#e1eae7;--r-bg:#f7fafb;color:var(--r-ink);background:#f7fafb;font-family:Arial,Helvetica,sans-serif}.reference-home button,.reference-home a{font-family:inherit}.ref-announcement{color:#35546a;background:#d8efff;justify-content:center;align-items:center;gap:6px;height:20px;font-size:8px;display:flex}.ref-announcement a{color:#35546a}.ref-header{z-index:2;background:#fff;align-items:center;gap:13px;height:58px;padding:0 max(20px,50% - 600px);display:flex;position:relative;box-shadow:0 2px 10px #1d39400c}.ref-brand{color:#1e3036;align-items:center;gap:7px;font-size:11px;font-weight:800;line-height:1.05;text-decoration:none;display:flex}.ref-brand .medassist-mark{width:27px;height:27px}.ref-license{color:#23836b;background:#c9f6de;border-radius:999px;align-items:center;gap:4px;padding:5px 9px;font-size:8px;line-height:1.05;display:flex}.ref-header nav{flex:1;align-items:center;gap:21px;margin-left:3px;display:flex}.ref-header nav a{color:#546466;font-size:8px;line-height:1.1;text-decoration:none}.ref-header nav a:first-child{color:#075d4b;background:#ecf7f4;border-radius:999px;padding:7px 10px}.ref-help{color:#bb4d4d;background:#fff0ef;border-radius:999px;padding:6px 9px;font-size:8px;line-height:1.1}.ref-signin{color:#506064;cursor:pointer;background:0 0;border:0;font-size:8px}.ref-book{color:#fff;cursor:pointer;background:#061e1c;border:0;border-radius:999px;padding:9px 15px;font-size:9px;font-weight:800;line-height:1.1}.ref-user{color:#fff;cursor:pointer;background:#081817;border:0;border-radius:50%;place-items:center;width:21px;height:21px;display:grid}.reference-home main{overflow:hidden}.ref-hero{background:var(--r-green);grid-template-columns:1.18fr .82fr;min-height:420px;display:grid}.ref-hero-copy{color:#fff;padding:64px max(28px,50vw - 600px) 46px}.ref-kicker{color:#6bc1a8;letter-spacing:.08em;align-items:center;gap:5px;font-size:9px;font-weight:800;display:inline-flex}.ref-hero h1{letter-spacing:-.05em;margin:18px 0 12px;font-family:Georgia,serif;font-size:clamp(42px,5vw,70px);font-weight:400;line-height:.98}.reference-home h1 em,.reference-home h2 em{color:#a8dbcc;font-family:Georgia,serif;font-style:italic}.ref-hero-copy p{color:#d1e5de;max-width:520px;margin:0;font-size:11px;line-height:1.6}.ref-hero-actions{gap:10px;margin-top:22px;display:flex}.ref-hero-actions button{color:#0b4f41;cursor:pointer;background:#dcf6df;border:0;border-radius:999px;align-items:center;gap:7px;padding:11px 15px;font-size:10px;font-weight:800;display:inline-flex}.ref-hero-actions button+button{color:#d8eee7;background:#1a7161}.ref-hero-trust{color:#afcfc6;gap:19px;margin-top:23px;font-size:8px;display:flex}.ref-hero-image{min-height:420px;position:relative;overflow:hidden}.ref-hero-image:after{content:"";background:linear-gradient(90deg,var(--r-green) 0,transparent 16%),linear-gradient(0deg,#075d4b33,transparent 35%);position:absolute;inset:0}.ref-hero-image img{object-fit:cover;filter:saturate(.8)sepia(.1);opacity:.84;width:100%;height:100%}.ref-image-card{z-index:1;max-width:235px;color:var(--r-ink);background:#fff;border-radius:16px;padding:12px 17px;position:absolute;bottom:22px;left:25px;box-shadow:0 12px 24px #001d1725}.ref-image-card strong,.ref-image-card small{display:block}.ref-image-card strong{font-size:10px}.ref-image-card small{color:#80928e;margin-top:4px;font-size:8px;line-height:1.35}.ref-shell{width:min(1200px,100% - 40px);margin-inline:auto}.ref-search{z-index:3;background:#fff;border-radius:12px;margin-top:-1px;padding:14px 16px 13px;position:relative;box-shadow:0 11px 24px #153d3520}.ref-search-tabs{gap:8px;margin-bottom:10px;display:flex}.ref-search-tabs button{color:#5e7876;cursor:pointer;background:#eef5f6;border:0;border-radius:999px;padding:6px 11px;font-size:8px}.ref-search-tabs button.active{color:#fff;background:#0e6655}.ref-search form{grid-template-columns:1fr 1.15fr 1fr 1.05fr;gap:8px;display:grid}.ref-search label{color:#277b6b;background:#f4f8fa;border-radius:8px;align-items:center;gap:7px;padding:8px 10px;font-size:9px;display:flex}.ref-search label>span{color:#465e60;flex:1;gap:3px;display:grid}.ref-search label small{color:#899998;font-size:8px}.ref-search input{color:#465e60;background:0 0;border:0;outline:0;width:100%;font-size:8px}.ref-search form>button{color:#fff;cursor:pointer;background:#0a604f;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-size:9px;font-weight:800;display:flex}.ref-triage{color:#fff;background:linear-gradient(120deg,#0b493b,#0b604c);border-radius:18px;grid-template-columns:1fr 1fr;align-items:center;gap:46px;margin-top:40px;padding:35px 37px;display:grid;box-shadow:0 15px 30px #064d3a22}.ref-triage h2{color:#fff;margin:12px 0;font-family:Georgia,serif;font-size:31px;font-weight:400;line-height:1.02}.ref-triage p{color:#c0dcd4;max-width:500px;font-size:10px;line-height:1.55}.ref-stats{background:#124f42;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:24px;padding:12px;display:grid}.ref-stats span{color:#a7ccc0;font-size:8px;line-height:1.3}.ref-stats strong{color:#e5f7ec;margin-bottom:3px;font-size:13px;display:block}.ref-ai-card{color:#34484a;background:#fff;border-radius:12px;padding:18px}.ref-ai-head{align-items:center;gap:8px;display:flex}.ref-ai-head>span{color:#fff;background:#087a77;border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-weight:800;display:grid}.ref-ai-head strong{font-size:11px}.ref-ai-head small{color:#57ad91;margin-left:auto;font-size:8px}.ref-ai-card p{color:#98a6a4;margin:17px 0 10px;font-size:8px}.ref-tags{flex-wrap:wrap;gap:5px;display:flex}.ref-tags span{color:#50676a;background:#edf2f4;border-radius:999px;padding:5px 7px;font-size:7px}.ref-ai-card>small{color:#7d918d;margin-top:15px;font-size:7px;display:block}.ref-ai-card>button{color:#fff;cursor:pointer;background:#087151;border:0;border-radius:7px;align-items:center;gap:5px;margin:14px 0 0 auto;padding:9px 12px;font-size:8px;font-weight:800;display:flex}.ref-section{padding-top:42px}.ref-section-title{justify-content:space-between;align-items:end;display:flex}.ref-section-title h2,.ref-centered h2{margin:3px 0 2px;font-family:Georgia,serif;font-size:28px;font-weight:400}.ref-section-title p,.ref-centered p{color:#899795;margin:0;font-size:9px}.ref-section-title>button{color:#075d4b;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;font-weight:800;display:flex}.ref-doctors{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px;display:grid}.ref-doctor-card{background:#fff;border:1px solid #e4edeb;border-radius:11px;padding:13px;box-shadow:0 6px 16px #193e3710}.ref-doctor-top{align-items:center;gap:8px;margin-bottom:12px;display:flex}.ref-doctor-top>span{color:#287b77;background:#dfeeff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.ref-doctor-top div{gap:3px;display:grid}.ref-doctor-card strong{font-size:10px}.ref-doctor-card small{color:#8b9b98;font-size:7px;line-height:1.45;display:block}.ref-rating{color:#d29c2d;margin-top:6px;font-size:8px}.ref-rating small{color:#8b9b98;display:inline}.ref-price{background:#edf6ff;border-radius:7px;justify-content:space-between;align-items:center;margin-top:11px;padding:8px;display:flex}.ref-price span{color:#6e8585;font-size:7px}.ref-price strong{color:#263f43;font-size:11px}.ref-price>small{color:#339177;font-size:7px}.ref-doctor-card>button{color:#fff;cursor:pointer;background:#08604e;border:0;border-radius:7px;width:100%;margin-top:9px;padding:8px;font-size:8px;font-weight:800}.ref-ecosystem{padding-bottom:38px}.ref-centered{text-align:center}.ref-centered h2{font-size:27px}.ref-centered p{max-width:500px;margin:0 auto;line-height:1.4}.ref-services{grid-template-columns:repeat(4,1fr);gap:13px;margin-top:23px;display:grid}.ref-services button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e6eeec;border-radius:10px;min-height:150px;padding:15px}.ref-services button>span{color:#2a8476;background:#e6f5ef;border-radius:7px;place-items:center;width:28px;height:28px;margin-bottom:14px;display:grid}.ref-services strong{font-size:10px;display:block}.ref-services p{color:#879793;min-height:40px;margin:8px 0;font-size:8px;line-height:1.45}.ref-services em{color:#1c806d;align-items:center;gap:4px;font-size:8px;font-style:normal;font-weight:800;display:flex}.ref-emergency{color:#a04f4a;background:#ffeae8;border-radius:10px;align-items:center;gap:10px;margin-bottom:42px;padding:13px 18px;display:flex}.ref-emergency>span{flex:1;gap:4px;display:grid}.ref-emergency strong{font-size:10px}.ref-emergency small{font-size:8px}.ref-emergency button{color:#fff;cursor:pointer;background:#be2f2f;border:0;border-radius:7px;padding:8px 11px;font-size:8px;font-weight:800}.ref-emergency button+button{color:#596566;background:#fff}.reference-home .site-footer{background:#101a2c;border:0;border-radius:0;padding-top:28px}.reference-home .site-footer-brand strong,.reference-home .site-footer-column h2,.reference-home .site-footer-company h2{color:#fff}.reference-home .site-footer-brand span,.reference-home .site-footer a,.reference-home .site-footer-company p{color:#b4c0cf}.reference-home .site-footer-bottom,.reference-home .site-footer-disclaimer{color:#8998ab}.reference-home .site-footer-credit{color:#91e2c2;font-size:10px;font-weight:800}@media (width<=850px){.ref-header nav{gap:10px}.ref-help,.ref-signin{display:none}.ref-hero{grid-template-columns:1fr}.ref-hero-image{min-height:280px}.ref-hero-copy{padding:47px 28px 35px}.ref-triage{grid-template-columns:1fr}.ref-doctors,.ref-services,.ref-search form{grid-template-columns:repeat(2,1fr)}.ref-search form>button{min-height:40px}}@media (width<=560px){.ref-announcement{text-align:center;height:auto;min-height:20px;padding:4px 10px;font-size:7px}.ref-header{gap:7px;height:52px;padding-inline:12px}.ref-license,.ref-header nav{display:none}.ref-brand{margin-right:auto}.ref-book{padding:8px 10px;font-size:8px}.ref-hero h1{font-size:42px}.ref-hero-copy p{font-size:10px}.ref-hero-actions{flex-direction:column;align-items:stretch}.ref-hero-actions button{justify-content:center}.ref-hero-trust{flex-direction:column;gap:6px}.ref-shell{width:calc(100% - 24px)}.ref-search{padding:11px}.ref-search form{grid-template-columns:1fr}.ref-triage{padding:25px 20px}.ref-triage h2{font-size:27px}.ref-stats{grid-template-columns:repeat(2,1fr)}.ref-section-title{flex-direction:column;align-items:flex-start;gap:12px}.ref-section-title h2{font-size:25px}.ref-doctors,.ref-services{grid-template-columns:1fr 1fr;gap:7px}.ref-doctor-card{padding:10px}.ref-doctor-top>span{width:29px;height:29px}.ref-doctor-top strong{font-size:8px}.ref-doctor-card small{font-size:6px}.ref-price{display:block}.ref-price>small{margin-top:3px;display:block}.ref-services button{min-height:170px;padding:11px}.ref-services strong{font-size:9px}.ref-emergency{flex-wrap:wrap;align-items:flex-start}.ref-emergency>span{flex-basis:80%}.ref-emergency button{flex:1}.reference-home .site-footer-main{grid-template-columns:1fr 1fr}.reference-home .site-footer-company{grid-column:1/-1}}.app:has(.home-page){height:auto;min-height:100vh;overflow:auto}.home-page{--ref-green:#075b4a;--ref-dark:#0e473b;--ref-ink:#173036;--ref-muted:#718481;--ref-line:#dfeae6;min-height:100vh;color:var(--ref-ink)!important;background:#f7fafb!important;padding:0!important;display:block!important;overflow:visible!important}.reference-announcement{color:#35546a;text-align:center;background:#d8efff;justify-content:center;align-items:center;gap:6px;min-height:20px;padding:4px 12px;font-size:8px;display:flex}.reference-announcement a{color:#35546a}.reference-announcement strong{color:#175b4f}.home-page .home-hero,.home-page .home-specialists,.home-page .home-intelligence,.home-page .home-ecosystem,.home-page .home-compliance,.home-page .home-cta{width:min(1200px,100% - 40px);margin-inline:auto}.home-page .home-hero{background:var(--ref-green);border-radius:0;grid-template-columns:1.15fr .85fr;align-items:stretch;gap:0;width:100%;min-height:420px;padding:0;display:grid}.home-page .home-hero-copy{color:#fff;flex-direction:column;justify-content:center;padding:58px max(30px,50vw - 600px) 50px;display:flex}.home-page .home-hero .section-kicker{color:#75c4ac}.home-page .home-hero h1{color:#fff;letter-spacing:-.06em;margin:16px 0 12px;font-family:Georgia,serif;font-size:clamp(42px,5.6vw,73px);font-weight:400;line-height:.98}.home-page .home-hero h1 span{color:#a7dbcc;font-style:italic}.home-page .home-hero-copy>p{color:#d2e7df;max-width:550px;font-size:11px;line-height:1.6}.home-page .home-hero-actions{gap:10px;margin-top:21px;display:flex}.home-page .home-primary-btn{color:#0b5545;box-shadow:none;background:#d9f4df;border-radius:999px;padding:11px 15px;font-size:10px}.home-page .home-secondary-btn,.home-page .home-whatsapp-btn{color:#d9eee8;background:#1c7463;border:0;border-radius:999px;padding:11px 15px;font-size:10px}.home-page .home-trust-row{color:#b5d3ca;gap:18px;margin-top:23px;font-size:8px}.home-page .home-hero-panel{background:linear-gradient(90deg,var(--ref-green) 0,transparent 16%),linear-gradient(0deg,#075b4b33,transparent 35%),url(/demo-doctors/doctor-01-clean.png) center/cover no-repeat;min-height:420px;box-shadow:none;border:0;border-radius:0;position:relative}.home-page .home-hero-panel:before{content:"240+ Specialists Online";z-index:2;color:#173036;background:#fff;border-radius:15px;padding:13px 16px;font-size:10px;position:absolute;bottom:20px;left:24px;box-shadow:0 12px 25px #001d1725}.home-page .home-hero-panel:after{content:"Average video wait time < 4 mins across Pakistan";z-index:2;color:#7d908d;font-size:8px;position:absolute;bottom:8px;left:40px}.home-page .home-hero-icon,.home-page .home-hero-float{display:none}.home-page .home-search-card{z-index:3;background:#fff;border:0;border-radius:12px;width:min(1200px,100% - 40px);margin:-1px auto 40px;padding:14px 16px;position:relative;box-shadow:0 12px 26px #173d351d}.home-page .home-search-heading{display:none}.home-page .home-search-card:before{content:"▣ Video Consultation (Instant)    ▫ In-Clinic Hospital Visit";color:#4e726d;margin-bottom:10px;font-size:8px;font-weight:800;display:block}.home-page .specialist-filter-bar{grid-template-columns:1fr 1.2fr 1fr 1.05fr;gap:8px;display:grid}.home-page .specialist-filter-bar label{color:#277d6b;background:#f2f7f8;border:0;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:7px 10px;font-size:9px;display:flex}.home-page .specialist-filter-bar label>span{color:#465d5e;flex:1;gap:3px;display:grid}.home-page .specialist-filter-bar small{color:#899997;font-size:8px}.home-page .specialty-filter-input input{color:#465d5e;background:0 0;border:0;outline:0;width:100%;font-size:8px}.home-page .specialist-filter-bar>button{color:#fff;background:#0a604f;border:0;border-radius:8px;font-size:9px;font-weight:800}.home-page .home-specialists{padding:0 0 35px}.home-page .home-section-heading{justify-content:space-between;align-items:end;margin-bottom:17px;display:flex}.home-page .home-section-heading h2{color:var(--ref-ink);letter-spacing:-.04em;margin:3px 0 2px;font-family:Georgia,serif;font-size:29px;font-weight:400}.home-page .home-section-heading p{color:#899795;font-size:9px}.home-page .provider-preview-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.home-page .provider-preview-card{background:#fff;border:1px solid #e3ece9;border-radius:10px;padding:13px;box-shadow:0 6px 16px #173e3710}.home-page .provider-card-top{margin-bottom:11px}.home-page .provider-avatar{color:#287a75;background:#deefff;border-radius:50%;width:34px;height:34px;font-size:10px}.home-page .provider-preview-card strong{font-size:10px}.home-page .provider-preview-card small{color:#899a97;font-size:7px}.home-page .provider-rating{color:#d09a2d;font-size:8px}.home-page .provider-availability{color:#39947b;background:#edf7f3;border-radius:7px;margin-top:7px;padding:6px;font-size:7px}.home-page .provider-preview-card button{color:#fff;background:#07604e;border:0;border-radius:7px;width:100%;margin-top:8px;padding:8px;font-size:8px;font-weight:800}.home-page .home-intelligence{color:#fff;background:linear-gradient(120deg,#0b493b,#0b604c);border-radius:18px;grid-template-columns:1fr 1fr;align-items:center;gap:45px;margin-top:5px;padding:35px 37px;display:grid;box-shadow:0 15px 30px #064d3a22}.home-page .assistant-preview{color:#34484a;background:#fff;border-radius:12px;order:2;padding:17px}.home-page .intelligence-copy{order:1}.home-page .intelligence-copy .section-kicker{color:#75c4ac}.home-page .intelligence-copy h2{color:#fff;margin:12px 0;font-family:Georgia,serif;font-size:31px;font-weight:400;line-height:1.05}.home-page .intelligence-copy>p{color:#c0dcd4;font-size:10px;line-height:1.55}.home-page .intelligence-copy ul{gap:13px;padding:0;list-style:none;display:grid}.home-page .intelligence-copy li{color:#9fd1c1;gap:9px;font-size:10px;display:flex}.home-page .intelligence-copy li span{gap:3px;display:grid}.home-page .intelligence-copy li strong{color:#fff;font-size:10px}.home-page .intelligence-copy li small{color:#abd2c5;font-size:8px}.home-page .assistant-preview-head{align-items:center;gap:8px;display:flex}.home-page .assistant-preview-head strong{font-size:11px}.home-page .assistant-preview-head small{font-size:8px}.home-page .assistant-bubble{color:#80918f;background:#f1f6f5;border-radius:9px;margin:15px 0;padding:10px;font-size:9px}.home-page .assistant-summary,.home-page .assistant-alert{border-radius:8px;padding:9px;font-size:8px}.home-page .assistant-summary{background:#edf7f3}.home-page .assistant-alert{background:#fff3e8;margin-top:7px}.home-page .assistant-actions{gap:7px;margin-top:11px;display:flex}.home-page .assistant-actions button{color:#fff;background:#08604e;border:0;border-radius:7px;padding:8px;font-size:8px;font-weight:800}.home-page .assistant-actions button+button{color:#08604e;background:#e5f3ee}.home-page .home-ecosystem{text-align:center;padding-top:42px;padding-bottom:36px}.home-page .home-ecosystem h2{margin:3px 0 4px;font-family:Georgia,serif;font-size:29px;font-weight:400}.home-page .home-ecosystem>p{color:#899795;font-size:9px}.home-page .ecosystem-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px;display:grid}.home-page .ecosystem-card{background:#fff;border:1px solid #e3ece9;border-radius:10px;min-height:145px;padding:14px;box-shadow:0 6px 16px #173e3710}.home-page .ecosystem-icon{color:#2a8476;background:#e6f5ef;border-radius:7px;width:28px;height:28px;margin-bottom:12px}.home-page .ecosystem-card strong{font-size:10px}.home-page .ecosystem-card small{color:#879793;min-height:40px;margin-top:7px;font-size:8px;line-height:1.45;display:block}.home-page .ecosystem-card em{color:#1c806d;font-size:8px}.home-page .home-compliance{color:#64829b;background:#edf6ff;border:1px solid #dce8f1;border-radius:9px;align-items:center;gap:14px;margin-bottom:25px;padding:13px 15px;font-size:8px;display:flex}.home-page .home-compliance strong{color:#3c6079;font-size:9px}.home-page .home-cta{color:#fff;background:#06100f;border-radius:12px;justify-content:space-between;align-items:center;gap:25px;padding:31px 30px;display:flex}.home-page .home-cta h2{color:#fff;margin:8px 0;font-family:Georgia,serif;font-size:26px;font-weight:400}.home-page .home-cta p{color:#a5b4ba;font-size:9px}.home-page .home-emergency{color:#a0524a;text-align:center;background:#ffe5e2;border:0;border-radius:0;justify-content:center;align-items:center;gap:7px;width:100%;margin:30px 0 0;padding:12px 18px;font-size:8px;display:flex}.home-page .site-footer{background:#101a2c;border:0;border-radius:0;width:100%;margin-top:0}.home-page .site-footer-credit{color:#91e2c2;font-size:10px;font-weight:800}.home-page .site-footer-brand strong,.home-page .site-footer-column h2,.home-page .site-footer-company h2{color:#fff}.home-page .site-footer-brand span,.home-page .site-footer a,.home-page .site-footer-company p{color:#b4c0cf}.home-page .site-footer-bottom,.home-page .site-footer-disclaimer{color:#8998ab}@media (width<=900px){.home-page .home-hero{grid-template-columns:1fr}.home-page .home-hero-copy{padding:48px 28px 38px}.home-page .home-hero-panel{min-height:290px}.home-page .home-intelligence{grid-template-columns:1fr}.home-page .assistant-preview{order:1}.home-page .intelligence-copy{order:2}.home-page .provider-preview-grid,.home-page .specialist-filter-bar{grid-template-columns:repeat(2,1fr)}.home-page .specialist-filter-bar>button{min-height:40px}.home-page .home-cta{flex-direction:column;align-items:flex-start}.home-page .home-ecosystem,.home-page .home-specialists,.home-page .home-intelligence,.home-page .home-compliance,.home-page .home-cta{width:min(100% - 32px,680px)}}@media (width<=600px){.home-page .home-hero h1{font-size:43px}.home-page .home-hero-actions{flex-direction:column;align-items:stretch}.home-page .home-primary-btn,.home-page .home-secondary-btn,.home-page .home-whatsapp-btn{justify-content:center;width:100%}.home-page .home-trust-row{flex-direction:column;align-items:flex-start;gap:7px}.home-page .home-search-card{width:calc(100% - 24px);padding:11px}.home-page .specialist-filter-bar{grid-template-columns:1fr}.home-page .provider-preview-grid,.home-page .ecosystem-grid{grid-template-columns:1fr 1fr;gap:7px}.home-page .provider-preview-card{padding:9px}.home-page .provider-preview-card strong{font-size:8px}.home-page .provider-preview-card small{font-size:6px}.home-page .home-intelligence{padding:25px 20px}.home-page .home-cta{padding:26px 20px}.home-page .site-footer-main{grid-template-columns:1fr 1fr}.home-page .site-footer-company{grid-column:1/-1}}.home-page{overflow-x:hidden}.provider-empty-state{color:#60736f;text-align:center;grid-column:1/-1;padding:28px}@media (width<=600px){.main-global-nav{display:none}.mobile-nav{justify-content:flex-start;gap:8px;padding:10px 12px;overflow-x:auto}.mobile-nav button{flex:none;min-height:42px;padding:8px 11px;font-size:12px}.home-page .provider-preview-grid,.home-page .ecosystem-grid{grid-template-columns:1fr;gap:12px}.home-page .provider-preview-card strong,.home-page .provider-preview-card small{font-size:12px}.home-page .provider-preview-card button{min-height:44px;font-size:12px}.home-page .home-hero h1{font-size:clamp(34px,11vw,43px)}}.doctor-section{flex:1;padding:24px 28px 32px;overflow-y:auto}.doctor-section-header{margin-bottom:20px}.doctor-section-title{color:#176b5b;align-items:center;gap:12px;display:flex}.doctor-section-title h2{color:#18332e;margin:0;font-size:22px}.doctor-section-title p{color:#71817d;margin:4px 0 0;font-size:13px}.doctor-filters,.appointments-search-form{background:#fff;border:1px solid #dfe8e5;border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:16px;padding:16px;display:flex}.doctor-filter-group,.appointments-search-form .form-row{flex-direction:column;flex:1;gap:6px;min-width:180px;display:flex}.doctor-filter-group label,.form-row label{color:#5c6b67;font-size:12px;font-weight:600}.doctor-filter-group select,.form-row input,.form-row textarea,.form-row select{color:#1f2937;background:#fff;border:1px solid #d6e0dc;border-radius:10px;padding:10px 12px;font-size:13px}.doctor-search-btn,.book-appointment-btn,.modal-primary-btn,.cancel-appointment-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.doctor-search-btn,.book-appointment-btn,.modal-primary-btn{color:#fff;background:#176b5b}.doctor-search-btn:hover,.book-appointment-btn:hover,.modal-primary-btn:hover{opacity:.92;transform:translateY(-1px)}.doctor-search-btn:disabled,.modal-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.doctor-results-meta{color:#71817d;margin-bottom:14px;font-size:12px}.doctor-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.doctor-state{color:#5c6b67;text-align:center;background:#fff;border:1px dashed #d6e0dc;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 20px;display:flex}.doctor-state-error button{color:#fff;cursor:pointer;background:#176b5b;border:none;border-radius:8px;padding:8px 14px}.doctor-profile-card{background:#fff;border:1px solid #dfe8e5;border-radius:16px;flex-direction:column;gap:14px;padding:18px;display:flex;box-shadow:0 6px 18px #0000000a}.doctor-profile-header{align-items:center;gap:12px;display:flex}.doctor-profile-avatar{color:#176b5b;background:#eaf4f1;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-weight:700;display:flex}.doctor-profile-info{flex:1}.doctor-profile-info h3{color:#18332e;margin:0;font-size:16px}.doctor-profile-info p{color:#71817d;margin:4px 0 0;font-size:12px}.doctor-profile-rating{color:#b7791f;align-items:center;gap:4px;font-size:13px;font-weight:700;display:inline-flex}.doctor-profile-details{flex-direction:column;gap:8px;display:flex}.doctor-profile-row{color:#4c5c58;align-items:center;gap:8px;font-size:12px;display:flex}.doctor-profile-availability p,.doctor-profile-slots p{text-transform:uppercase;letter-spacing:.06em;color:#83918e;margin:0 0 8px;font-size:11px;font-weight:700}.doctor-profile-days,.doctor-profile-slot-list{flex-wrap:wrap;gap:6px;display:flex}.doctor-profile-days span,.doctor-profile-slot-list span{color:#176b5b;background:#f2f8f6;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.appointment-modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.appointment-modal{background:#fff;border-radius:18px;width:min(520px,100%);max-height:90vh;padding:22px;overflow-y:auto;box-shadow:0 20px 50px #0000002e}.modal-header,.confirmation-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.modal-header h3,.confirmation-header h3{color:#18332e;margin:0;font-size:18px}.modal-header p{color:#71817d;margin:4px 0 0;font-size:13px}.modal-close-btn{cursor:pointer;color:#4b5563;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.modal-doctor-summary{color:#4c5c58;background:#f2f8f6;border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:13px}.modal-doctor-summary p{margin:0 0 4px}.appointment-form{flex-direction:column;gap:14px;display:flex}.slot-grid{flex-wrap:wrap;gap:8px;display:flex}.slot-btn{color:#18332e;cursor:pointer;background:#fff;border:1px solid #d6e0dc;border-radius:999px;padding:8px 12px;font-size:12px}.slot-btn-active{color:#fff;background:#176b5b;border-color:#176b5b}.slots-loading,.slots-empty{color:#71817d;font-size:12px}.form-error,.appointments-error{color:#a92828;background:#fff0f0;border-radius:10px;padding:10px 12px;font-size:12px}.confirmation-card .confirmation-body p{color:#374151;margin:0 0 10px;font-size:14px}.status-badge{text-transform:capitalize;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.status-badge.confirmed{color:#26734d;background:#e8f5ef}.status-badge.cancelled{color:#b32626;background:#ffe0e0}.appointments-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.appointment-card{background:#fff;border:1px solid #dfe8e5;border-radius:16px;padding:18px;box-shadow:0 6px 18px #0000000a}.appointment-card-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.appointment-card-header h3{color:#18332e;margin:0;font-size:16px}.appointment-card-header p{color:#71817d;margin:4px 0 0;font-size:12px}.appointment-card-body p{color:#4c5c58;margin:0 0 8px;font-size:13px}.cancel-appointment-btn{color:#b32626;background:#fff0f0;width:100%;margin-top:12px}.cancel-appointment-btn:hover{opacity:.92}@media (width<=768px){.doctor-section{padding:16px}.doctor-filters,.appointments-search-form{flex-direction:column;align-items:stretch}.doctor-search-btn{width:100%}}.professional-doctor-page{background:#f7fbfa;width:min(1240px,100%);min-height:100%;margin:0 auto;padding:36px clamp(18px,4vw,58px) 52px}.professional-doctor-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.professional-doctor-header .doctor-section-title{align-items:center}.professional-doctor-icon{color:#207865;background:#dff2eb;border-radius:15px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.professional-doctor-header .doctor-section-title h2{color:#123f3d;letter-spacing:-.04em;margin-top:5px;font-size:29px}.professional-doctor-header .doctor-section-title p{color:#75908b;margin-top:6px}.verified-source-note{color:#5c8279;white-space:nowrap;background:#fff;border:1px solid #d5e9e2;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:750;display:inline-flex}.verified-dot{background:#42a785;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e6f6f0}.doctor-search-toolbar{background:#fff;border:1px solid #dbece7;border-radius:17px;padding:16px;box-shadow:0 12px 29px #1852490f}.professional-search-row{color:#4b9c88;background:#f9fdfc;border:1px solid #cfe4dd;border-radius:12px;align-items:center;gap:10px;padding:6px 7px 6px 14px;display:flex}.professional-search-row:focus-within{border-color:#5eab99;box-shadow:0 0 0 3px #3791791a}.professional-search-row input{color:#163f3c;background:0 0;border:0;outline:0;flex:1;min-width:0;height:38px;font-size:13px}.professional-search-row input::placeholder{color:#96ada8}.location-picker-row{align-items:center;gap:9px;margin-top:12px;display:flex}.location-action-btn,.outline-doctor-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:11px;font-weight:750;display:inline-flex}.location-action-btn{color:#237865;background:#eaf8f3;border:1px solid #bfe0d5}.location-action-btn:disabled{opacity:.6;cursor:wait}.location-picker-row select,.doctor-filter-bar select{color:#476b65;background:#fff;border:1px solid #d7e7e2;border-radius:10px;outline:0;min-height:38px;padding:0 30px 0 11px;font-size:11px}.location-picker-row select{flex:1}.doctor-filter-bar{background:#fbfefd;border:1px solid #e4efec;border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:13px;padding:13px 15px;display:flex}.doctor-filter-bar label{color:#76908b;flex-direction:column;gap:5px;font-size:10px;font-weight:750;display:flex}.doctor-filter-bar select{min-width:145px}.doctor-filter-bar label:nth-child(2) select{min-width:80px}.doctor-filter-bar label:nth-child(3) select{min-width:125px}.open-now-toggle{align-self:center;align-items:center;min-height:38px;color:#52766f!important;flex-direction:row!important;gap:7px!important}.open-now-toggle input{accent-color:#287f6c}.filter-reset-btn{color:#52766f;cursor:pointer;background:#fff;border:1px solid #d7e7e2;border-radius:10px;align-items:center;gap:6px;min-height:38px;margin-left:auto;padding:0 11px;font-size:10px;font-weight:750;display:inline-flex}.doctor-location-banner{color:#5f817b;align-items:center;gap:8px;margin:16px 2px;font-size:11px;display:flex}.doctor-location-banner svg{color:#368d79;flex:none}.doctor-start-state,.doctor-empty-state{text-align:center;background:#ffffffc2;border:1px dashed #c9e2da;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:35px 20px;display:flex}.doctor-start-icon{color:#378d79;background:#e6f5f0;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:17px;display:flex}.doctor-start-state h3,.doctor-empty-state h3{color:#214b46;margin:0;font-size:18px}.doctor-start-state p,.doctor-empty-state p{color:#76908b;max-width:450px;margin:8px 0 18px;font-size:12px;line-height:1.55}.doctor-start-actions,.empty-state-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.outline-doctor-btn{color:#287865;background:#fff;border:1px solid #c8dfd7}.empty-state-actions button{color:#287865;cursor:pointer;background:#eff9f5;border:1px solid #bfddd4;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:750}.professional-doctor-page .doctor-results-meta{color:#78918c;justify-content:space-between;align-items:center;gap:10px;margin:18px 2px 13px;font-size:11px;display:flex}.professional-doctor-page .doctor-results-meta span:first-child{color:#295c53;font-weight:800}.doctor-loading-state{color:#4e8478;min-height:240px}.doctor-loading-state p{color:#76908b;font-size:12px}.doctor-state-error{color:#b14f47;align-items:center;min-height:230px}.doctor-state-error p{color:#93483f;margin:9px 0 3px;font-weight:750}.doctor-state-error small{color:#99716c;max-width:480px;font-size:11px;line-height:1.5}.doctor-state-error button{color:#a94e46;cursor:pointer;background:#fff4f1;border:1px solid #e8c7c1;border-radius:9px;margin-top:14px;padding:8px 13px;font-size:11px;font-weight:750}.doctor-results-layout{grid-template-columns:minmax(0,1.08fr) minmax(290px,.92fr);align-items:start;gap:15px;display:grid}.professional-doctor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.professional-provider-card{cursor:pointer;background:#fff;border:1px solid #dcebe7;border-radius:15px;min-width:0;padding:15px;transition:border-color .2s,box-shadow .2s,transform .2s}.professional-provider-card:hover,.professional-provider-card.selected-provider{border-color:#8fc9ba;transform:translateY(-2px);box-shadow:0 13px 28px #1962531a}.provider-card-top{align-items:flex-start;gap:10px;display:flex}.provider-avatar{color:#287d6b;background:#eaf6f2;border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.provider-card-top h3{color:#1c4a45;margin:1px 0 3px;font-size:14px;line-height:1.25}.provider-card-top div:nth-child(2){flex:1;min-width:0}.provider-card-top div:nth-child(2) span{color:#69928a;font-size:10px}.provider-open-badge{border-radius:8px;padding:5px 7px;font-size:9px;font-weight:800}.provider-open-badge.open{color:#3d8864;background:#e8f8ef}.provider-open-badge.closed{color:#aa6962;background:#f6eeee}.provider-card-details{flex-direction:column;gap:5px;margin:14px 0 10px;display:flex}.provider-card-details p{color:#718985;align-items:flex-start;gap:6px;margin:0;font-size:10px;line-height:1.4;display:flex}.provider-card-details svg{color:#61a392;flex:none;margin-top:1px}.provider-card-meta{color:#6e8983;border-top:1px solid #edf3f1;flex-wrap:wrap;gap:7px;padding-top:9px;font-size:9px;display:flex}.provider-card-meta span{align-items:center;gap:4px;display:inline-flex}.provider-card-meta svg{color:#d69a3e}.provider-card-hours{color:#879c98;flex-direction:column;gap:3px;margin-top:8px;font-size:9px;display:flex}.provider-card-actions{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.provider-card-actions button,.provider-card-actions a{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:30px;padding:0 8px;font-size:9px;font-weight:800;text-decoration:none;display:inline-flex}.provider-card-actions button{color:#fff;background:#247f6d;border:0}.provider-card-actions a{color:#287966;background:#f6fcfa;border:1px solid #cfe5de}.provider-map-panel{background:#fff;border:1px solid #dcebe7;border-radius:17px;padding:15px;position:sticky;top:24px;box-shadow:0 10px 28px #1962530f}.provider-map-heading{color:#368d79;justify-content:space-between;align-items:flex-start;gap:9px;display:flex}.provider-map-heading h3{color:#214b46;margin:6px 0 0;font-size:15px}.provider-map-canvas{background:linear-gradient(145deg,#e9f7f2,#f7fbf5 51%,#e4f0f7);border:1px solid #cee6df;border-radius:13px;height:290px;margin-top:14px;position:relative;overflow:hidden}.map-grid-lines{opacity:.65;background-image:linear-gradient(32deg,#0000 47%,#70ae9f45 48% 49%,#0000 50%),linear-gradient(110deg,#0000 45%,#70ae9f38 46% 47%,#0000 48%),linear-gradient(90deg,#0000 48%,#70ae9f2b 49%,#0000 50%);background-size:115px 91px,145px 119px,62px 62px;position:absolute;inset:-30%;transform:rotate(-7deg)}.map-user-pin{color:#fff;background:#2e8a76;border:5px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:51%;left:48%;box-shadow:0 5px 13px #20756140}.map-marker{z-index:2;color:#fff;cursor:pointer;background:#d46f62;border:4px solid #fff;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:31px;height:31px;padding:0;display:flex;position:absolute;transform:rotate(-45deg);box-shadow:0 5px 12px #9c443b38}.map-marker svg{width:15px;transform:rotate(45deg)}.map-marker.active{background:#287f6d;transform:rotate(-45deg)scale(1.18)}.map-no-coordinates{color:#76908b;text-align:center;justify-content:center;align-items:center;padding:20px;font-size:11px;display:flex;position:absolute;inset:0}.map-caption{color:#839a95;margin:10px 0 0;font-size:10px;line-height:1.45}.map-selected-provider{color:#6d8983;background:#f1f9f6;border-radius:10px;flex-direction:column;gap:4px;margin-top:12px;padding:10px;font-size:10px;line-height:1.35;display:flex}.map-selected-provider strong{color:#275c53;font-size:11px}.map-selected-provider a{color:#287f6d;align-items:center;gap:4px;margin-top:3px;font-weight:750;text-decoration:none;display:inline-flex}@media (width<=950px){.doctor-results-layout{grid-template-columns:1fr}.provider-map-panel{position:static}}@media (width<=650px){.professional-doctor-page{padding:24px 14px 38px}.professional-doctor-header{flex-direction:column;align-items:flex-start}.professional-doctor-header .doctor-section-title h2{font-size:25px}.verified-source-note{align-self:flex-start}.location-picker-row{flex-direction:column;align-items:stretch}.location-action-btn,.location-picker-row select{width:100%}.doctor-filter-bar{align-items:stretch}.doctor-filter-bar label{flex:calc(50% - 10px)}.doctor-filter-bar select{width:100%;min-width:0!important}.filter-reset-btn{margin-left:0}.professional-doctor-grid{grid-template-columns:1fr}.professional-doctor-page .doctor-results-meta{flex-direction:column;align-items:flex-start}.provider-map-canvas{height:230px}}.professional-provider-card{padding:14px}.provider-profile-card-grid{grid-template-columns:82px minmax(0,1fr) 142px;align-items:start;gap:13px;display:grid}.provider-photo-column{flex-direction:column;align-items:center;gap:7px;display:flex}.provider-photo,.provider-photo-placeholder{border-radius:16px;flex:0 0 76px;width:76px;height:76px}.provider-photo{object-fit:cover;background:#e8f4f0;display:block}.provider-photo-placeholder{color:#328471;text-align:center;background:linear-gradient(145deg,#e2f1ec,#f1f8f5);flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.provider-photo-placeholder span{color:#6d9289;max-width:66px;font-size:8px;line-height:1.15}.provider-photo.large,.provider-photo-placeholder.large{border-radius:18px;flex-basis:86px;width:86px;height:86px}.provider-photo-placeholder.large span{font-size:9px}.provider-kind-chip{color:#5e887d;text-align:center;background:#f0f8f5;border-radius:6px;max-width:82px;padding:3px 5px;font-size:8px;line-height:1.2}.provider-card-center{min-width:0}.provider-card-heading .section-kicker{color:#5a9585;font-size:8px}.provider-card-heading h3{color:#1c4a45;margin:4px 0 3px;font-size:15px;line-height:1.22}.provider-card-heading p{color:#4f8478;margin:0;font-size:10px;font-weight:750}.provider-clinic-name{color:#718b85;align-items:center;gap:4px;margin-top:7px;font-size:9px;line-height:1.3;display:flex}.provider-card-center .provider-card-details{margin:10px 0 8px}.provider-card-center .provider-card-meta{padding-top:8px}.provider-card-actions-column{flex-direction:column;align-items:stretch;gap:6px;min-width:0;display:flex}.provider-availability{color:#5e7f77;flex-wrap:wrap;align-items:center;gap:5px;min-height:25px;font-size:9px;font-weight:750;display:flex}.provider-availability small{color:#91a49f;width:100%;font-size:8px;font-weight:500}.provider-status-dot{background:#a1b2ae;border-radius:50%;width:7px;height:7px}.provider-status-dot.open{background:#3ca36f;box-shadow:0 0 0 3px #e3f6ea}.provider-status-dot.closed{background:#ba6c64;box-shadow:0 0 0 3px #faece9}.provider-status-dot.unknown{background:#a1b2ae}.provider-source-tag{color:#4e8a7b;background:#eef8f4;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:800}.provider-card-actions-column .provider-primary-action,.provider-card-actions-column .provider-secondary-action{width:100%;min-height:31px}.provider-primary-action,.provider-secondary-action{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:9px;font-weight:800;text-decoration:none;display:inline-flex}.provider-primary-action{color:#fff;background:#247f6d;border:0}.provider-secondary-action{color:#287966;background:#f6fcfa;border:1px solid #cfe5de}.provider-secondary-action:hover{background:#eef9f5;border-color:#94c9ba}.provider-secondary-action.unavailable,.provider-secondary-action:disabled{cursor:not-allowed;opacity:.6}.provider-card-hours{color:#839b95;border-top:1px solid #edf3f1;flex-wrap:wrap;gap:5px 12px;margin-top:12px;padding-top:9px;font-size:9px;line-height:1.3;display:flex}.provider-card-hours span{align-items:flex-start;gap:4px;display:inline-flex}.provider-card-source-row{color:#9aaca8;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;font-size:8px;display:flex}.provider-card-source-row a{color:#4a8b7b;align-items:center;gap:4px;font-weight:750;text-decoration:none;display:inline-flex}.provider-profile-overlay{z-index:140;background:#102f2b57;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.provider-profile-modal{background:#fff;border:1px solid #d6e8e2;border-radius:20px;width:min(720px,100%);max-height:min(860px,100vh - 40px);overflow-y:auto;box-shadow:0 24px 70px #0d3d3540}.provider-profile-header{background:linear-gradient(135deg,#eff9f5,#fff);border-bottom:1px solid #e1eee9;justify-content:space-between;align-items:flex-start;gap:16px;padding:21px;display:flex}.provider-profile-title{align-items:center;gap:14px;min-width:0;display:flex}.provider-profile-title h2{color:#194842;margin:5px 0 3px;font-size:21px;line-height:1.2}.provider-profile-title p{color:#62867e;margin:0;font-size:11px}.provider-profile-close{color:#5c7e77;cursor:pointer;background:#fff;border:1px solid #d5e6e0;border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.provider-profile-close:hover{color:#176b5b;border-color:#9bcbbb}.provider-profile-body{padding:19px 21px 14px}.provider-profile-status-row{justify-content:space-between;align-items:center;gap:9px;margin-bottom:16px;display:flex}.provider-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.provider-profile-field{color:#47917e;background:#fbfefd;border:1px solid #e1eee9;border-radius:10px;align-items:flex-start;gap:8px;min-width:0;padding:10px;display:flex}.provider-profile-field svg{flex:none;margin-top:2px}.provider-profile-field div{min-width:0}.provider-profile-field strong,.provider-profile-field span{display:block}.provider-profile-field strong{color:#63817a;text-transform:uppercase;letter-spacing:.04em;font-size:9px;font-weight:800}.provider-profile-field span{color:#345a52;overflow-wrap:anywhere;margin-top:4px;font-size:11px;line-height:1.35}.provider-profile-section{border-top:1px solid #edf3f1;margin-top:17px;padding-top:14px}.provider-profile-section h3{color:#315e55;margin:0 0 8px;font-size:12px}.provider-profile-section p{color:#6f8983;margin:5px 0;font-size:11px;line-height:1.5}.provider-profile-hours{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;display:grid}.provider-profile-hours span{color:#6f8983;align-items:flex-start;gap:6px;font-size:10px;line-height:1.35;display:flex}.provider-profile-hours svg{color:#5a9d8b;flex:none}.provider-photo-attribution,.provider-profile-timestamp{color:#9aaca8;font-size:9px;line-height:1.4}.provider-photo-attribution{margin-top:15px}.provider-photo-attribution a{color:#4a8b7b}.provider-profile-timestamp{margin:8px 0 0}.provider-profile-actions{border-top:1px solid #e1eee9;flex-wrap:wrap;gap:8px;padding:14px 21px 19px;display:flex}.provider-profile-actions .provider-primary-action,.provider-profile-actions .provider-secondary-action{min-height:36px;padding:0 12px}@media (width<=760px){.provider-profile-card-grid{grid-template-columns:72px minmax(0,1fr)}.provider-card-actions-column{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;display:grid}.provider-card-actions-column .provider-availability{grid-column:1/-1}}@media (width<=560px){.provider-profile-card-grid{grid-template-columns:66px minmax(0,1fr);gap:9px}.provider-photo,.provider-photo-placeholder{border-radius:13px;flex-basis:62px;width:62px;height:62px}.provider-photo-column{align-items:flex-start}.provider-kind-chip{max-width:66px}.provider-profile-overlay{align-items:flex-end;padding:0}.provider-profile-modal{border-radius:18px 18px 0 0;max-height:94vh}.provider-profile-header,.provider-profile-body{padding-left:16px;padding-right:16px}.provider-profile-grid,.provider-profile-hours{grid-template-columns:1fr}.provider-profile-actions{padding-left:16px;padding-right:16px}.provider-profile-actions .provider-primary-action,.provider-profile-actions .provider-secondary-action{flex:100%}}.video-consultation-form{flex-direction:column;gap:11px;padding:19px 21px 21px;display:flex}.video-consultation-form label{color:#5f817a;flex-direction:column;gap:5px;font-size:10px;font-weight:800;display:flex}.video-consultation-form input,.video-consultation-form textarea{box-sizing:border-box;color:#284f48;width:100%;font:inherit;background:#fbfefd;border:1px solid #d6e8e2;border-radius:9px;outline:0;padding:9px 10px;font-size:11px}.video-consultation-form input:focus,.video-consultation-form textarea:focus{border-color:#65a896;box-shadow:0 0 0 3px #3791791a}.video-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.video-consultation-note{color:#678982;background:#f0f8f5;border-radius:9px;margin:0 0 2px;padding:10px;font-size:10px;line-height:1.45}.video-submit-action{border:0;min-height:38px}.video-consultation-result{text-align:center;padding:26px 21px 28px}.video-success-mark{color:#2f936e;background:#e4f7ee;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:10px;display:inline-flex}.video-consultation-result h3{color:#235b50;margin:0;font-size:17px}.video-consultation-result p{color:#6f8983;max-width:450px;margin:9px auto;font-size:11px;line-height:1.5}.video-meeting-details{color:#547970;background:#fbfefd;border:1px solid #e0eee9;border-radius:10px;flex-direction:column;gap:5px;margin:15px auto;padding:11px;font-size:10px;display:flex}.video-join-link{min-height:38px;padding:0 13px}.video-consultation-result .video-join-link{display:inline-flex}@media (width<=560px){.video-consultation-form,.video-consultation-result{padding-left:16px;padding-right:16px}.video-form-row{grid-template-columns:1fr}}.appointment-join-link{color:#287f6d;align-items:center;gap:6px;font-weight:800;text-decoration:none;display:inline-flex}.appointment-join-link:hover{color:#176b5b;text-decoration:underline}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.provider-photo-placeholder{position:relative}.provider-photo-placeholder span.sr-only{color:#0000;max-width:none;font-size:0}.provider-profile-card-grid{min-height:112px}.provider-card-compact-meta{color:#6b8781;flex-wrap:wrap;align-items:center;gap:7px 11px;margin-top:10px;font-size:10px;display:flex}.provider-card-compact-meta span{align-items:center;gap:4px;display:inline-flex}.provider-card-compact-meta svg{color:#4c9b88;flex:none}.professional-provider-card .provider-card-actions-column{justify-content:flex-start}.professional-provider-card .provider-card-actions-column .provider-secondary-action{min-height:29px}@media (width>=951px){.doctor-results-layout{grid-template-columns:minmax(0,1.24fr) minmax(245px,.76fr)}}.provider-qualification{color:#557d74;white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:9px;line-height:1.25;display:block;overflow:hidden}.professional-doctor-page{width:min(1480px,100%);padding-left:clamp(18px,2.4vw,36px);padding-right:clamp(18px,2.4vw,36px)}.doctor-results-layout{grid-template-columns:minmax(0,1.38fr) minmax(270px,.62fr);gap:16px}.professional-doctor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.professional-provider-card{min-height:225px;padding:14px}.provider-profile-card-grid{grid-template-columns:76px minmax(0,1fr);gap:12px;min-height:0}.provider-photo,.provider-photo-placeholder{border-radius:14px;flex-basis:72px;width:72px;height:72px}.provider-photo-column{align-items:center}.provider-kind-chip{max-width:76px}.provider-card-actions-column{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:7px;margin-top:4px;display:grid}.provider-card-actions-column .provider-availability{grid-column:1/-1}.provider-card-actions-column .provider-primary-action,.provider-card-actions-column .provider-secondary-action{width:100%;min-width:0}.provider-card-actions-column .provider-secondary-action:last-child{grid-column:1/-1}.provider-map-panel{min-width:0}.provider-map-canvas{height:270px}@media (width<=1120px){.doctor-results-layout{grid-template-columns:1fr}.provider-map-panel{position:static}.professional-doctor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.professional-doctor-grid{grid-template-columns:1fr}.professional-provider-card{min-height:0}.provider-map-canvas{height:230px}}.doctor-section,.professional-doctor-page{color:var(--medassist-text);background:var(--medassist-background)}.doctor-section-title,.professional-doctor-header .doctor-section-title{color:var(--medassist-teal-dark)}.doctor-section-title h2,.professional-doctor-header .doctor-section-title h2,.doctor-profile-info h3,.appointment-card-header h3,.modal-header h3,.confirmation-header h3{color:var(--medassist-navy)}.doctor-section-title p,.doctor-results-meta,.doctor-profile-info p,.appointment-card-header p,.modal-header p{color:var(--medassist-muted)}.doctor-filters,.appointments-search-form,.doctor-search-toolbar,.doctor-profile-card,.appointment-card,.appointment-modal{border-color:var(--medassist-border);border-radius:var(--medassist-radius-md);box-shadow:var(--medassist-shadow-sm)}.doctor-filter-group select,.form-row input,.form-row textarea,.form-row select,.professional-search-row,.location-picker-row select,.doctor-filter-bar select{border-color:var(--medassist-border)}.doctor-search-btn,.book-appointment-btn,.modal-primary-btn,.location-action-btn{background:var(--medassist-teal)}.doctor-search-btn:hover,.book-appointment-btn:hover,.modal-primary-btn:hover,.location-action-btn:hover{background:var(--medassist-teal-dark);opacity:1}.doctor-profile-avatar,.professional-doctor-icon,.doctor-start-icon,.modal-doctor-summary{background:var(--medassist-ice);color:var(--medassist-teal-dark)}.provider-primary-action{background:var(--medassist-teal)}.provider-primary-action:hover{background:var(--medassist-teal-dark)}.slot-btn-active{background:var(--medassist-teal);border-color:var(--medassist-teal)}.professional-appointments-page .appointment-heading-icon{background:var(--medassist-ice);color:var(--medassist-teal-dark)}.professional-appointments-page .appointments-access-note{border:1px solid var(--medassist-border);border-radius:var(--medassist-radius-md);color:var(--medassist-muted);background:#f7fbfb;margin:18px 0;padding:13px 15px;font-size:12px;line-height:1.5}.professional-appointments-page .appointments-search-form{align-items:end}.professional-appointments-page .appointment-card{transition:transform .16s,box-shadow .16s}.professional-appointments-page .appointment-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #12304a1a}.professional-appointments-page .doctor-state h3{color:var(--medassist-navy);margin:4px 0 0}@media (width<=650px){.professional-appointments-page .appointments-access-note{font-size:11px}.professional-appointments-page .appointments-search-form{grid-template-columns:1fr}.professional-appointments-page .appointments-search-form .form-row{min-width:0}.professional-appointments-page .appointments-search-form button{width:100%;min-height:44px}.professional-appointments-page .appointment-card{padding:16px}.professional-appointments-page .appointment-card-header{align-items:flex-start;gap:10px}}.doctor-pagination{grid-column:1/-1;justify-content:center;align-items:center;gap:6px;margin:8px 0 2px;display:flex}.doctor-pagination button{color:#3e7669;cursor:pointer;background:#fff;border:1px solid #cfe3dc;border-radius:9px;min-width:32px;height:32px;padding:0 8px;font-size:12px;font-weight:800}.doctor-pagination button:hover:not(:disabled),.doctor-pagination button.active{color:#fff;background:#23806d;border-color:#23806d}.doctor-pagination button:disabled{cursor:not-allowed;opacity:.4}@media (width<=650px){.doctor-pagination{gap:3px}.doctor-pagination button{min-width:28px;height:30px;padding:0 6px;font-size:11px}}.professional-facility-page .facility-heading-icon{color:#bd7430;background:#fff4e5}.professional-facility-page .facility-filter-bar{grid-template-columns:minmax(190px,1fr) minmax(140px,1fr)}.facility-source-hint{color:#6f8983;font-size:11px}.facility-grid .facility-card{min-height:206px}.facility-card .provider-profile-card-grid{min-height:176px}.facility-photo,.facility-photo-placeholder{object-fit:cover;color:#bd7430;background:#fff7ec;border:1px solid #e4ece9;border-radius:18px;justify-content:center;align-items:center;width:74px;height:74px;display:flex}.facility-photo-placeholder.large,.facility-photo.large{border-radius:22px;width:86px;height:86px}.facility-kind-chip{color:#a8662b;background:#fff4e5}.facility-status{color:#6f8983;align-items:center;gap:6px;width:fit-content;font-size:11px;font-weight:750;display:inline-flex}.facility-status:before{content:"";background:#a5b8b2;border-radius:50%;width:7px;height:7px}.facility-status.open:before{background:#38a883}.facility-status.closed{color:#a15b5b}.facility-status.closed:before{background:#d78686}.facility-profile-modal .provider-profile-actions{flex-wrap:wrap}@media (width<=650px){.professional-facility-page .facility-filter-bar{grid-template-columns:1fr}.facility-source-hint{line-height:1.45;display:block}}.professional-facility-page{color:var(--medassist-text);background:var(--medassist-background)}.professional-facility-page .facility-heading-icon{background:var(--medassist-ice);color:var(--medassist-teal-dark)}.facility-source-hint{color:var(--medassist-muted)}.facility-photo,.facility-photo-placeholder{border-color:var(--medassist-border);color:var(--medassist-teal-dark);background:#f6fbfb}.facility-kind-chip{background:var(--medassist-ice);color:var(--medassist-teal-dark)}.facility-status.open{color:var(--medassist-success)}.professional-facility-page{flex:none;width:100%;max-width:none;min-height:0;margin:0;padding:clamp(30px,4vw,54px) clamp(18px,4vw,64px) 12px;overflow:visible}.professional-facility-page .doctor-search-toolbar,.professional-facility-page .doctor-filter-bar,.professional-facility-page .doctor-results-layout,.professional-facility-page .doctor-state,.professional-facility-page .doctor-start-state,.professional-facility-page .doctor-location-banner,.professional-facility-page .doctor-results-meta{width:100%}.professional-facility-page .doctor-results-layout{min-width:0}.professional-facility-page .doctor-section-header{align-items:flex-start}.professional-facility-page .doctor-results-meta{margin-top:18px}.professional-facility-page .facility-card{transition:transform .16s,box-shadow .16s}.professional-facility-page .facility-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #12304a1a}@media (width<=720px){.professional-facility-page .professional-search-row{flex-wrap:wrap}.professional-facility-page .professional-search-row input{flex:100%;min-width:0}.professional-facility-page .professional-search-row button{justify-content:center;width:100%}.professional-facility-page .facility-card .provider-profile-card-grid{grid-template-columns:1fr;gap:14px}.professional-facility-page .facility-card .provider-card-actions-column{align-items:stretch}.professional-facility-page .facility-card .provider-card-actions-column>*{justify-content:center;width:100%}}.auth-page{width:min(1120px,100%);margin:0 auto;padding:clamp(24px,4vw,54px) clamp(18px,3vw,38px) 72px}.auth-hero{margin-bottom:22px}.auth-hero h1{color:#164f49;letter-spacing:-.04em;margin:5px 0 8px;font-size:clamp(28px,4vw,42px)}.auth-hero p{color:#63817b;max-width:680px;margin:0;line-height:1.55}.auth-card,.account-card{background:#fffffff0;border:1px solid #d9ebe5;border-radius:24px;box-shadow:0 18px 44px #2d675b1a}.auth-card{max-width:860px;padding:clamp(18px,3vw,32px)}.auth-mode-tabs,.auth-role-toggle{background:#eff8f4;border-radius:14px;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding:5px;display:flex}.auth-mode-tabs button,.auth-role-toggle button{color:#557c75;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:1;min-width:140px;padding:11px 14px;font-weight:750}.auth-mode-tabs button.active,.auth-role-toggle button.active{color:#fff;background:#2d8576;box-shadow:0 5px 14px #2d857633}.auth-form{flex-direction:column;gap:15px;display:flex}.auth-form h2{color:#245f56;margin:8px 0 0;font-size:17px}.auth-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.auth-field{color:#456f68;flex-direction:column;gap:6px;font-size:12px;font-weight:750;display:flex}.auth-field input,.auth-field textarea{color:#234e48;width:100%;font:inherit;box-sizing:border-box;background:#fbfefd;border:1px solid #cfe5de;border-radius:11px;outline:none;padding:11px 12px;font-weight:500}.auth-field textarea{resize:vertical}.auth-primary-button,.auth-secondary-button{cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:12px 16px;font-weight:800;display:inline-flex}.auth-primary-button{color:#fff;background:#287e6f;box-shadow:0 8px 18px #287e6f2e}.auth-primary-button:disabled,.auth-secondary-button:disabled{opacity:.65;cursor:wait}.auth-secondary-button{color:#2d7367;background:#edf8f3;margin-left:auto}.auth-error,.auth-notice{border-radius:11px;align-items:flex-start;gap:8px;padding:11px 13px;font-size:13px;line-height:1.4;display:flex}.auth-error{color:#9a3f3f;background:#fff1f0;border:1px solid #f3cccc}.auth-notice{color:#256e5f;background:#effaf4;border:1px solid #cbe9dc}.auth-helper{color:#78938d;margin:0;font-size:12px;line-height:1.45}.auth-days{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.auth-days label{color:#557d75;cursor:pointer;border:1px solid #dcece6;border-radius:10px;align-items:center;gap:7px;padding:9px;font-size:12px;display:flex}.account-card{padding:clamp(18px,3vw,30px)}.account-card-header{border-bottom:1px solid #e3efeb;align-items:center;gap:13px;margin-bottom:24px;padding-bottom:18px;display:flex}.account-card-header h2{color:#245f56;margin:0 0 4px;font-size:19px}.account-card-header p{color:#76928b;margin:0;font-size:12px}.auth-icon{color:#287e6f;background:#e3f5ee;border-radius:14px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.account-readonly{color:#66877f;background:#f5faf8;border-radius:12px;grid-template-columns:120px 1fr;gap:8px 12px;margin:4px 0 8px;padding:13px;font-size:12px;display:grid}.account-readonly strong{color:#315f57;font-weight:750}@media (width<=680px){.auth-page{padding-top:24px}.auth-form-grid{grid-template-columns:1fr}.auth-days{grid-template-columns:repeat(2,minmax(0,1fr))}.account-card-header{flex-wrap:wrap;align-items:flex-start}.auth-secondary-button{margin-left:55px}}.auth-hero h1{color:var(--medassist-navy)}.auth-hero p,.auth-helper{color:var(--medassist-muted)}.auth-card,.account-card{border-color:var(--medassist-border);border-radius:var(--medassist-radius-lg);box-shadow:var(--medassist-shadow-md)}.auth-mode-tabs,.auth-role-toggle{background:var(--medassist-ice)}.auth-mode-tabs button.active,.auth-role-toggle button.active{background:var(--medassist-teal);box-shadow:0 8px 18px #1d8a862e}.auth-field input:focus,.auth-field textarea:focus{border-color:var(--medassist-teal);box-shadow:0 0 0 3px #1d8a8624}.auth-primary-button{background:var(--medassist-teal)}.auth-primary-button:hover{background:var(--medassist-teal-dark)}.auth-captcha{align-items:center;min-height:65px;display:flex}.auth-secondary-button,.auth-icon{color:var(--medassist-teal-dark);background:var(--medassist-ice)}.auth-first-screen{background:radial-gradient(circle at 50% -12%, #a7e3d43d, transparent 32rem), var(--medassist-background,#f4f8fa);justify-content:center;align-items:flex-start;min-height:100svh;overflow-y:auto}.auth-first-content{flex-direction:column;align-items:center;width:min(100%,520px);padding:clamp(42px,9vh,92px) 20px 48px;display:flex}.auth-first-brand{color:var(--medassist-navy,#12304a);letter-spacing:-.035em;align-items:center;gap:11px;font-size:20px;font-weight:850;display:inline-flex}.auth-first-content .auth-page{width:100%}.auth-login-page{width:100%;padding:34px 0 0}.auth-login-page .auth-hero{text-align:center;margin-bottom:28px}.auth-login-page .auth-hero .section-kicker,.auth-login-page .auth-hero p{display:none}.auth-login-page .auth-hero h1{color:var(--medassist-navy-strong,#0b2439);letter-spacing:-.04em;margin:0;font-size:clamp(25px,5vw,31px);font-weight:800;line-height:1.2}.auth-login-page .auth-card{width:100%;max-width:none;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.auth-login-form .auth-field{color:var(--medassist-navy,#12304a);letter-spacing:.01em;gap:8px;font-size:12px;font-weight:750}.auth-login-form .auth-field input{min-height:52px;color:var(--medassist-navy-strong,#0b2439);transition:border-color .18s var(--medassist-ease,ease), box-shadow .18s var(--medassist-ease,ease), background-color .18s ease;background:#ffffffeb;border-color:#d5e5ea;border-radius:12px;padding:0 15px;font-size:15px;box-shadow:0 4px 12px #12304a06}.auth-login-form .auth-field input:hover{border-color:#b9d7dc}.auth-login-form .auth-field input:focus{border-color:var(--medassist-teal,#1d8a86);background:#fff;box-shadow:0 0 0 4px #1d8a861f,0 5px 14px #12304a0a}.auth-password-input{display:block;position:relative}.auth-password-input input{padding-right:48px!important}.auth-password-toggle{color:#688291;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:38px;height:38px;transition:color .18s,background-color .18s;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.auth-password-toggle:hover{color:var(--medassist-teal-dark,#176b76);background:#edf7f6}.auth-login-options{justify-content:flex-end;margin-top:-3px;display:flex}.auth-forgot-link,.auth-create-account button{color:var(--medassist-teal-dark,#176b76);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:750}.auth-forgot-link{font-size:12px}.auth-forgot-link:hover,.auth-forgot-link:focus-visible,.auth-create-account button:hover,.auth-create-account button:focus-visible{color:var(--medassist-navy-strong,#0b2439);text-decoration:underline}.auth-login-submit{letter-spacing:.01em;border-radius:12px;width:100%;min-height:52px;margin-top:4px;font-size:14px}.auth-create-account{color:var(--medassist-muted,#64798b);text-align:center;margin:8px 0 0;font-size:13px;line-height:1.5}.auth-create-account button{font-size:inherit}.auth-login-page .auth-error,.auth-login-page .auth-notice{margin-bottom:16px}@media (width<=520px){.auth-first-content{padding:32px 18px 36px}.auth-login-page{padding-top:30px}}.oauth-button{cursor:pointer;background:#fff;border:1px solid #d8e3e6;border-radius:10px;padding:11px;font-weight:700}.oauth-button.google{color:#12304a}@media (width<=520px){.oauth-buttons{grid-template-columns:1fr}}.auth-first-screen{background:linear-gradient(#eef8ff 0%,#f8fbff 52%,#f4f8fc 100%);min-height:100svh}.auth-first-content{width:min(100%,408px);padding:clamp(24px,7vh,54px) 18px 24px}.auth-first-brand{color:#0b2439;letter-spacing:-.02em;flex-direction:column;gap:8px;font-size:16px}.auth-first-brand .medassist-mark{filter:drop-shadow(0 8px 14px #12304a21);width:45px;height:45px}.auth-login-page{padding-top:22px}.auth-login-page .auth-hero{margin-bottom:16px}.auth-login-page .auth-hero h1{color:#0b2439;letter-spacing:-.045em;font-size:25px;font-weight:800}.auth-login-page .auth-card{background:#fffffff0;border:1px solid #e1edf5;border-radius:15px;padding:22px 20px 19px;box-shadow:0 12px 28px #34688e12}.auth-login-page .auth-role-toggle{background:#f1f7fc;border-radius:10px;gap:3px;margin:-4px 0 16px;padding:3px}.auth-login-page .auth-role-toggle button{color:#718496;min-width:0;padding:7px 5px;font-size:10px}.auth-login-page .auth-role-toggle button.active{color:#fff;box-shadow:none;background:#153047}.auth-login-form{gap:13px}.auth-login-form .auth-field{color:#273c50;letter-spacing:.01em;gap:6px;font-size:10px}.auth-login-form .auth-field input{min-height:42px;box-shadow:none;color:#18344b;background:#f1f7ff;border:1px solid #e1edf6;border-radius:9px;padding:0 12px;font-size:12px}.auth-login-form .auth-field input:focus{background:#f8fcff;border-color:#75afd0;box-shadow:0 0 0 3px #75afd021}.auth-login-form .auth-password-input input{padding-right:42px!important}.auth-password-toggle{color:#6d8193;width:32px;height:32px;right:5px}.auth-login-options{justify-content:space-between;align-items:center;margin-top:-1px}.auth-remember{color:#718496;cursor:pointer;align-items:center;gap:5px;font-size:10px;font-weight:600;display:inline-flex}.auth-remember input{accent-color:#2e86ad;width:12px;height:12px;margin:0}.auth-forgot-link{color:#27779b;font-size:10px}.auth-login-submit{min-height:42px;box-shadow:none;background:#050607;border-radius:9px;margin-top:3px;font-size:12px}.auth-login-submit:hover{background:#1d2630}.oauth-divider{color:#8797a5;text-align:center;align-items:center;gap:10px;font-size:10px;display:flex}.oauth-divider:before,.oauth-divider:after{content:"";background:#e4edf3;flex:1;height:1px}.oauth-buttons{grid-template-columns:1fr;gap:6px;margin:0;display:grid}.oauth-button{color:#20394e;background:#f1f7ff;border:1px solid #e1edf6;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:8px 10px;font-size:10px;font-weight:700;display:inline-flex}.oauth-button:hover{background:#e9f4ff;border-color:#bfd9e8}.oauth-button.facebook{color:#20394e;background:#f1f7ff;border-color:#e1edf6}.oauth-provider-mark{place-items:center;width:15px;height:15px;font-size:12px;font-weight:850;display:inline-grid}.google-mark{color:#4285f4}.facebook-mark{color:#111820;font-family:Arial,sans-serif}.auth-create-account{color:#718496;margin:4px 0 0;font-size:10px}.auth-create-account button{color:#27779b;font-size:10px}.auth-security-badge{color:#7890a0;letter-spacing:.01em;align-items:center;gap:5px;margin-top:17px;font-size:9px;display:inline-flex}.auth-security-badge svg{color:#177e9c}@media (width<=520px){.auth-first-content{padding:24px 14px 20px}.auth-login-page .auth-card{padding:20px 17px 17px}}.auth-registration-page{width:min(100%,680px);margin-inline:auto;padding-inline:0}.auth-registration-page .auth-hero{text-align:center}.auth-registration-page .auth-card{width:100%;max-width:620px;margin-inline:auto;padding:24px}.auth-registration-page .auth-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:5px;display:grid}.auth-registration-page .auth-mode-tabs button{white-space:nowrap;min-width:0;padding-inline:8px;font-size:12px}.auth-registration-page .auth-form{gap:18px}.auth-registration-page .auth-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.auth-registration-page .auth-field{min-width:0}.auth-registration-page .auth-field>span:first-child{white-space:nowrap;overflow:visible}.auth-registration-page .auth-field input,.auth-registration-page .auth-field textarea{min-width:0;min-height:44px}.auth-registration-page .auth-primary-button{width:100%;min-height:46px;margin-top:2px}@media (width<=700px){.auth-registration-page{width:100%}.auth-registration-page .auth-card{padding:20px}}@media (width<=560px){.auth-registration-page .auth-mode-tabs button{min-height:36px;padding-inline:3px;font-size:10px}.auth-registration-page .auth-form-grid{grid-template-columns:1fr}}.auth-registration-page{width:min(100%,430px);padding:22px 0 28px}.auth-registration-page .auth-hero{margin-bottom:17px}.auth-registration-page .auth-hero h1{color:#123d38;letter-spacing:-.055em;margin:0 0 7px;font-size:clamp(27px,7vw,32px);font-weight:850}.auth-registration-page .auth-hero p{color:#6a8983;max-width:340px;margin-inline:auto;font-size:11px;line-height:1.55}.auth-registration-page .auth-card{background:#fffffff5;border:1px solid #dfeee9;border-radius:18px;max-width:none;padding:22px 20px 20px;box-shadow:0 18px 42px #1568581a,0 2px 5px #11453c0a}.auth-registration-page .auth-mode-tabs{background:#eff8f5;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;margin:-3px 0 17px;padding:3px;display:grid}.auth-registration-page .auth-mode-tabs button{color:#76918c;white-space:nowrap;border-radius:8px;min-width:0;padding:8px 4px;font-size:10px;font-weight:750}.auth-registration-page .auth-mode-tabs button.active{color:#fff;background:#1d8a73;box-shadow:0 5px 12px #1d8a732b}.signup-form{gap:14px}.signup-intro{text-align:center;gap:6px;margin:-2px 0 1px;display:grid}.signup-kicker{color:#23826f;letter-spacing:.08em;justify-content:center;align-items:center;gap:5px;font-size:9px;font-weight:850;display:inline-flex}.signup-intro p{color:#8aa39e;margin:0;font-size:10px;line-height:1.45}.signup-fields{gap:12px;display:grid}.signup-field{color:#426861;letter-spacing:.015em;gap:6px;font-size:10px;font-weight:800}.signup-input-shell{align-items:center;display:flex;position:relative}.signup-input-icon{z-index:1;color:#75a69c;pointer-events:none;place-items:center;display:grid;position:absolute;left:12px}.signup-field input{min-height:43px;transition:border-color .18s,background-color .18s,box-shadow .18s;color:#16483f!important;box-shadow:none!important;background:#f1faf8!important;border:1px solid #dcece8!important;border-radius:9px!important;padding:0 12px 0 34px!important;font-size:12px!important}.signup-field input::placeholder{color:#9bb5af}.signup-field input:hover{border-color:#b9ddd4!important}.signup-field input:focus{background:#fff!important;border-color:#43a68e!important;box-shadow:0 0 0 3px #43a68e21!important}.signup-field .auth-password-input input{padding-right:42px!important}.signup-field .auth-password-toggle{color:#78a099;width:32px;height:32px;right:5px}.signup-field .auth-password-toggle:hover{color:#187764;background:#e2f3ee}.signup-strength{gap:6px;margin:-4px 0 0;display:grid}.signup-strength-label{color:#79948e;justify-content:space-between;align-items:center;font-size:9px;display:flex}.signup-strength-label strong{color:#23826f;font-weight:850}.signup-strength-label .strength-1{color:#c27b52}.signup-strength-label .strength-2{color:#a58a3a}.signup-strength-label .strength-3,.signup-strength-label .strength-4{color:#1f8d72}.signup-strength-bars{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.signup-strength-bars span{background:#dcece7;border-radius:999px;height:4px;transition:background-color .18s}.signup-strength-bars span.filled{background:#2da488}.signup-strength p{color:#8aa39e;margin:0;font-size:8px;line-height:1.4}.signup-submit{background:#126d59;border-radius:9px;width:100%;min-height:44px;margin-top:1px;font-size:12px;box-shadow:0 9px 18px #126d5929}.signup-submit:hover{background:#0f5b4b}.signup-submit:active,.signup-oauth-button:active{transform:scale(.98)}.signup-terms{color:#91a8a3;text-align:center;margin:-3px 8px 0;font-size:8px;line-height:1.45}.signup-divider{color:#9badab;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:9px;font-size:8px;display:flex}.signup-divider:before,.signup-divider:after{content:"";background:#e7f0ed;flex:1;height:1px}.signup-oauth-buttons{gap:7px;display:grid}.signup-oauth-button{color:#315f58;cursor:pointer;background:#f3faf8;border:1px solid #e0efeb;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:36px;font-size:10px;font-weight:750;transition:transform .16s,border-color .18s,background-color .18s;display:flex}.signup-oauth-button:hover{background:#eaf7f3;border-color:#b9ddd4}.google-provider-mark{color:#4285f4;place-items:center;width:16px;height:16px;font-family:Arial,sans-serif;font-size:14px;font-weight:900;display:inline-grid}.signup-signin{color:#849d97;text-align:center;margin:1px 0 0;font-size:10px}.signup-signin button{color:#14755f;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:850}.signup-signin button:hover,.signup-signin button:focus-visible{color:#0b493b;text-decoration:underline}.auth-registration-page .auth-security-badge{color:#84a09a}@media (width<=520px){.auth-registration-page{padding-top:18px}.auth-registration-page .auth-card{border-radius:16px;padding:20px 16px 18px}.auth-registration-page .auth-mode-tabs button{font-size:9px}}.auth-registration-page:has(.doctor-registration-form){background:linear-gradient(#f5f9fe 0%,#fff 38%,#f4f8fc 100%);width:min(100%,720px);padding:20px 14px 34px}.auth-registration-page:has(.doctor-registration-form)>.auth-hero{display:none}.auth-registration-page:has(.doctor-registration-form) .auth-card{max-width:none;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.auth-registration-page:has(.doctor-registration-form) .auth-mode-tabs{max-width:440px;margin:0 auto 13px}.doctor-registration-form{color:#18344b;gap:10px;display:grid}.doctor-intro{text-align:center;padding:6px 12px 10px}.doctor-kicker{color:#168b88;letter-spacing:.09em;align-items:center;gap:5px;font-size:9px;font-weight:850;display:inline-flex}.doctor-intro h2{color:#0b2439;letter-spacing:-.045em;margin:6px 0 3px;font-size:25px;font-weight:850}.doctor-intro p{color:#718496;max-width:360px;margin:auto;font-size:10px;line-height:1.45}.doctor-section{background:#ffffffeb;border:1px solid #e1ebf3;border-radius:10px;padding:13px 14px 14px;box-shadow:0 5px 14px #2a54770b}.doctor-section-heading{align-items:flex-start;gap:9px;margin-bottom:11px;display:flex}.doctor-section-heading>span{color:#147b82;background:#e5f5f4;border-radius:50%;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:9px;font-weight:850;display:grid}.doctor-section-heading strong{color:#24435b;font-size:12px;display:block}.doctor-section-heading small{color:#8b9bab;margin-top:2px;font-size:9px;display:block}.doctor-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;display:grid}.doctor-registration-form .auth-field{color:#456378;gap:4px;font-size:9px;font-weight:800}.doctor-registration-form .auth-field input,.doctor-registration-form .auth-field textarea{color:#1e4058;min-height:35px;box-shadow:none;background:#f7fbff;border:1px solid #e0eaf2;border-radius:6px;padding:8px 9px;font-size:10px}.doctor-registration-form .auth-field input::placeholder,.doctor-registration-form .auth-field textarea::placeholder{color:#9baab7}.doctor-registration-form .auth-field input:focus,.doctor-registration-form .auth-field textarea:focus{background:#fff;border-color:#65b5b0;box-shadow:0 0 0 3px #2ea7a11a}.doctor-registration-form .auth-field textarea{resize:vertical;min-height:62px}.doctor-upload{margin-top:10px}.doctor-upload input[type=file]{min-height:35px;padding:6px 8px;font-size:9px}.doctor-upload small{color:#91a1af;font-size:9px;font-weight:500}.doctor-password-meter{grid-template-columns:repeat(4,1fr);gap:3px;margin:8px 0 11px;display:grid}.doctor-password-meter span{background:#dbe7ef;border-radius:4px;height:3px}.doctor-password-meter span.filled{background:#2a9b98}.doctor-days{color:#708495;flex-wrap:wrap;align-items:center;gap:5px;margin-top:4px;font-size:9px;display:flex}.doctor-days>span{color:#456378;margin-right:4px;font-weight:800}.doctor-days label{cursor:pointer;background:#fbfdff;border:1px solid #e0eaf2;border-radius:5px;align-items:center;gap:3px;padding:5px 6px;display:inline-flex}.doctor-days input,.doctor-consent input{accent-color:#1c8d89;margin:0}.doctor-consent{color:#8493a1;cursor:pointer;align-items:flex-start;gap:7px;font-size:9px;line-height:1.35;display:flex}.doctor-consent strong{color:#3f7180}.doctor-submit{color:#fff;cursor:pointer;background:#050607;border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:39px;margin-top:2px;font-size:10px;font-weight:800;transition:transform .16s,background .16s;display:inline-flex}.doctor-submit:hover{background:#1d2630}.doctor-submit:active{transform:scale(.98)}.doctor-submit:disabled{opacity:.65;cursor:wait}.doctor-login-note{color:#8797a5;text-align:center;margin:2px 0 0;font-size:9px;line-height:1.7}.doctor-login-note button{color:#27779b;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.doctor-security-card{background:#eef6ff;border-radius:8px;padding:12px}.doctor-security-title{color:#2c5873;align-items:center;gap:5px;margin-bottom:8px;font-size:10px;font-weight:850;display:flex}.doctor-security-title svg{color:#287ea1}.doctor-security-grid{grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.doctor-security-grid span{background:#ffffffc7;border:1px solid #e0ebf5;border-radius:5px;gap:1px;padding:6px 7px;display:grid}.doctor-security-grid strong{color:#315b75;font-size:9px}.doctor-security-grid small{color:#8498a9;font-size:8px}.doctor-security-card p{color:#8799a9;margin:8px 0 0;font-size:8px;line-height:1.35}@media (width<=560px){.auth-registration-page:has(.doctor-registration-form){padding-inline:10px}.doctor-section{padding:12px 11px}.doctor-form-grid{grid-template-columns:1fr;gap:8px}}@media (width>=900px){.auth-registration-page:has(.doctor-registration-form){padding-top:28px}.doctor-registration-form{gap:12px}}.admin-page{color:#16304a;min-height:calc(100vh - 80px);padding:34px clamp(18px,4vw,58px) 48px}.admin-hero{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.admin-hero h1{letter-spacing:-.04em;margin:8px 0;font-size:clamp(2rem,4vw,3.2rem)}.admin-hero p{color:#64788d;max-width:650px;margin:0}.admin-hero-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.admin-identity{color:#1d6c70;background:#edf6f6;border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-size:.86rem;font-weight:700;display:inline-flex}.admin-ghost-button,.admin-refresh{color:#24546c;cursor:pointer;background:#fff;border:1px solid #d7e5ec;border-radius:10px;align-items:center;gap:7px;padding:10px 13px;font-weight:700;display:inline-flex}.admin-ghost-button:hover,.admin-refresh:hover{background:#f5fafb}.admin-ghost-button:disabled,.admin-refresh:disabled{opacity:.55;cursor:wait}.admin-error{color:#9a2e2e;background:#fff5f5;border:1px solid #f3b5b5;border-radius:12px;margin:12px 0 20px;padding:13px 15px}.admin-tabs{border-bottom:1px solid #e2edf1;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;padding-bottom:10px;display:flex}.admin-tabs button{color:#6b8090;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:10px 13px;font-weight:700}.admin-tabs button.active{color:#126f70;background:#eaf6f5}.admin-tabs .admin-refresh{color:#24546c;background:#fff;border:1px solid #d7e5ec;margin-left:auto}.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-stat-card{appearance:none;text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:#fff;border:1px solid #e2edf1;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;column-gap:12px;min-height:130px;padding:19px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 7px 22px #1946560f}.admin-stat-card:hover,.admin-stat-card:focus-visible{border-color:#b8dadd;outline:none;transform:translateY(-1px);box-shadow:0 10px 26px #1946561c}.admin-stat-card span{color:#6b8090;font-size:.86rem;font-weight:700}.admin-stat-card strong{color:#16304a;grid-column:2;font-size:2rem}.admin-stat-icon{color:#1a7774;background:#eff8f8;border-radius:13px;grid-row:span 2;place-items:center;width:42px;height:42px;display:grid}.admin-stat-icon.pending{color:#a96b00;background:#fff6e5}.admin-stat-icon.active{color:#2d8755;background:#eef8f0}.admin-stat-icon.activity{color:#6658a7;background:#f2f0fb}.admin-content-card{background:#fff;border:1px solid #e2edf1;border-radius:16px;overflow:hidden;box-shadow:0 7px 22px #1946560f}.admin-filter-row{background:#fbfdfd;border-bottom:1px solid #e8f0f3;flex-wrap:wrap;gap:10px;padding:17px;display:flex}.admin-search{color:#7490a0;background:#fff;border:1px solid #d7e5ec;border-radius:10px;align-items:center;gap:8px;min-width:min(100%,270px);padding:0 11px;display:flex}.admin-search input{color:#16304a;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:11px 0}.admin-filter-row select{color:#24546c;background:#fff;border:1px solid #d7e5ec;border-radius:10px;min-height:42px;padding:0 11px;font-weight:600}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%;min-width:930px}.admin-table th{color:#718695;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;background:#fbfdfd;padding:14px 16px;font-size:.73rem}.admin-table td{color:#3e5668;vertical-align:top;border-top:1px solid #edf3f5;padding:15px 16px;font-size:.88rem}.admin-table td strong{color:#183a54}.admin-status{text-transform:capitalize;color:#5e7380;background:#eff3f5;border-radius:999px;padding:5px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.admin-status-success,.admin-status-approved,.admin-status-active,.admin-status-verified{color:#27784d;background:#e9f8ee}.admin-status-pending{color:#9c6906;background:#fff5dd}.admin-status-failed,.admin-status-rejected,.admin-status-suspended{color:#a33b3b;background:#fff0f0}.admin-actions{flex-wrap:wrap;gap:6px;min-width:190px;display:flex}.admin-actions button,.admin-profile-actions button{color:#315f73;cursor:pointer;background:#fff;border:1px solid #d8e7ec;border-radius:8px;align-items:center;gap:5px;padding:7px 9px;font-size:.75rem;font-weight:700;display:inline-flex}.admin-actions button:hover,.admin-profile-actions button:hover{background:#f1f8f9}.admin-actions button.approve,.admin-profile-actions button.approve{color:#28774d;background:#effaf2;border-color:#c9e8d3}.admin-actions button.suspend,.admin-profile-actions button.suspend,.admin-actions button.reject,.admin-profile-actions button.reject{color:#9b4444;background:#fff5f5;border-color:#f1d0d0}.admin-empty{text-align:center;color:#788c99!important;padding:44px!important}.admin-profile-overlay{z-index:100;background:#0b26357a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-profile-card{background:#fff;border-radius:18px;width:min(760px,100%);max-height:min(90vh,850px);padding:clamp(20px,4vw,34px);position:relative;overflow:auto;box-shadow:0 25px 80px #00000038}.admin-profile-close{color:#66808d;cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:12px;right:15px}.admin-profile-head{align-items:center;gap:18px;margin-bottom:24px;padding-right:24px;display:flex}.admin-profile-head img,.admin-profile-placeholder{object-fit:cover;color:#54828d;background:#edf5f6;border-radius:18px;place-items:center;width:94px;height:94px;display:grid}.admin-profile-head h2{color:#16304a;margin:7px 0 4px}.admin-profile-head p{color:#6d8290;margin:0 0 9px}.admin-profile-grid{background:#e5eef1;border:1px solid #e5eef1;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.admin-profile-grid div{background:#fbfdfd;gap:5px;padding:12px 14px;display:grid}.admin-profile-grid span,.admin-profile-bio>span{color:#78909c;text-transform:uppercase;letter-spacing:.05em;font-size:.73rem;font-weight:800}.admin-profile-grid strong{color:#24455a;overflow-wrap:anywhere;font-size:.9rem}.admin-profile-bio{color:#456274;gap:7px;margin:20px 0;display:grid}.admin-profile-bio p{margin:0 0 10px;line-height:1.55}.admin-profile-bio pre{white-space:pre-wrap;color:#355a6c;background:#f5f9fa;border-radius:10px;margin:0;padding:12px;font-size:.8rem}.admin-profile-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-security-note{color:#4c7180;background:#f1f8f9;border-radius:12px;align-items:flex-start;gap:9px;margin-top:18px;padding:14px;font-size:.82rem;line-height:1.45;display:flex}@media (width<=760px){.admin-page{padding:24px 15px 34px}.admin-hero{display:block}.admin-hero-actions{justify-content:flex-start;margin-top:18px}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-stat-card{min-height:112px;padding:14px}.admin-stat-card strong{font-size:1.55rem}.admin-tabs .admin-refresh{margin-left:0}}@media (width<=470px){.admin-stat-grid,.admin-profile-grid{grid-template-columns:1fr}.admin-profile-head{align-items:flex-start}}.admin-page{color:var(--medassist-text)}.admin-hero h1,.admin-profile-head h2{color:var(--medassist-navy)}.admin-hero p,.admin-profile-head p{color:var(--medassist-muted)}.admin-identity,.admin-tabs button.active{color:var(--medassist-teal-dark);background:var(--medassist-ice)}.admin-ghost-button,.admin-refresh{border-color:var(--medassist-border);color:var(--medassist-teal-dark);border-radius:12px}.admin-stat-card,.admin-content-card{border-color:var(--medassist-border);border-radius:var(--medassist-radius-md);box-shadow:var(--medassist-shadow-sm)}.admin-stat-card:hover,.admin-stat-card:focus-visible{box-shadow:var(--medassist-shadow-md);border-color:#b7dcd9}.admin-stat-icon{background:var(--medassist-ice);color:var(--medassist-teal-dark)}.admin-search,.admin-filter-row select{border-color:var(--medassist-border)}.admin-profile-card{border-radius:var(--medassist-radius-lg);box-shadow:var(--medassist-shadow-md)}.doctor-dashboard{--navy:#12304a;--teal:#16847c;--mint:#dff5ef;--line:#e1e9e9;--muted:#70808a;max-width:1180px;color:var(--navy);margin:0 auto;padding:34px 32px 72px}.doctor-dashboard-header{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:25px;display:flex}.doctor-eyebrow{letter-spacing:.13em;color:#5b7b80;align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.doctor-dashboard h1{letter-spacing:-.04em;color:var(--navy);margin:8px 0;font-size:32px}.doctor-dashboard-header p{color:var(--muted);margin:0;font-size:14px}.doctor-header-actions{align-items:center;gap:12px;display:flex}.icon-button,.modal-close{border:1px solid var(--line);color:#48666d;cursor:pointer;background:#fff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.icon-button:hover,.modal-close:hover{color:var(--teal);border-color:#9ccbc3}.verification-pill{color:#27715d;white-space:nowrap;background:#e4f5ed;border-radius:999px;align-items:center;gap:6px;padding:9px 13px;font-size:11px;font-weight:800;display:inline-flex}.verification-pill.pending{color:#a26b16;background:#fff4da}.spin{animation:1s linear infinite spin}.doctor-tabs{border-bottom:1px solid var(--line);gap:5px;margin-bottom:25px;display:flex;overflow:auto}.doctor-tabs button{color:#71828a;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 14px 13px;font-size:12px;font-weight:750}.doctor-tabs button:hover{color:var(--teal)}.doctor-tabs button.active{color:var(--teal);border-bottom-color:var(--teal)}.doctor-tabs b{color:#fff;background:#f0b64a;border-radius:999px;margin-left:6px;padding:2px 6px;font-size:10px}.doctor-error{color:#a13b3b;background:#fff5f5;border:1px solid #f0c6c6;border-radius:12px;align-items:center;gap:9px;margin-bottom:18px;padding:12px 14px;font-size:13px;display:flex}.doctor-error button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto}.doctor-loading,.empty-panel{min-height:160px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:9px;font-size:13px;display:flex}.doctor-stats-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px;display:grid}.doctor-stat{text-align:left;border:1px solid var(--line);cursor:pointer;color:var(--navy);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;box-shadow:0 5px 20px #12304a08}.doctor-stat:hover,.doctor-stat.active{border-color:#8bcec5;transform:translateY(-2px);box-shadow:0 12px 27px #12304a12}.doctor-stat>svg{color:#a1b4b6;margin-left:auto}.doctor-stat-icon{background:var(--mint);width:38px;height:38px;color:var(--teal);border-radius:12px;place-items:center;display:grid}.doctor-stat.amber .doctor-stat-icon{color:#bd7a11;background:#fff2d6}.doctor-stat.green .doctor-stat-icon{color:#4b9360;background:#e7f5e8}.doctor-stat.blue .doctor-stat-icon{color:#4b76b6;background:#e8f0ff}.doctor-stat b{font-size:22px;line-height:1;display:block}.doctor-stat small{color:var(--muted);margin-top:5px;font-size:11px;display:block}.doctor-dashboard-columns{grid-template-columns:1fr 1.2fr;gap:18px;margin-bottom:18px;display:grid}.doctor-panel{border:1px solid var(--line);background:#fff;border-radius:18px;padding:21px;scroll-margin-top:20px;box-shadow:0 6px 24px #12304a08}.doctor-panel.highlight{border-color:#86cfc5;box-shadow:0 0 0 3px #bce9e233,0 10px 28px #12304a12}.panel-heading,.workspace-heading{align-items:center;gap:11px;display:flex}.panel-heading h2,.workspace-heading h2{letter-spacing:-.025em;color:var(--navy);margin:4px 0 0;font-size:18px}.panel-icon{width:38px;height:38px;color:var(--teal);background:#e4f5f0;border-radius:12px;place-items:center;display:grid}.panel-icon.blue{color:#4b76b6;background:#e8f0ff}.panel-icon.purple{color:#765bc3;background:#f0ebff}.panel-link{color:var(--teal);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-left:auto;font-size:12px;font-weight:750;display:flex}.panel-count{color:var(--teal);background:#e6f5f2;border-radius:99px;margin-left:auto;padding:5px 9px;font-size:12px;font-weight:800}.doctor-specialty{color:var(--teal);margin:18px 0 8px;font-weight:750}.doctor-bio{color:var(--muted);margin:0 0 17px;font-size:13px;line-height:1.6}.profile-detail-list{color:#516971;border-top:1px solid #edf1f1;gap:9px;padding-top:13px;font-size:12px;display:grid}.profile-detail-list span{align-items:center;gap:7px;display:flex}.profile-detail-list b{color:#8a9a9e;text-transform:uppercase;letter-spacing:.07em;min-width:100px;font-size:10px}.profile-detail-list a{color:var(--teal);text-decoration:none}.patient-list{gap:5px;margin-top:15px;display:grid}.patient-row{text-align:left;cursor:pointer;width:100%;color:var(--navy);background:#f8fbfb;border:0;border-radius:11px;align-items:center;gap:10px;padding:10px;display:flex}.patient-row:hover{background:#eef8f6}.patient-avatar{height:34px;color:var(--teal);background:#dcefeb;border-radius:11px;flex:0 0 34px;place-items:center;display:grid}.patient-avatar.large{width:50px;height:50px;margin-bottom:14px}.patient-row-copy{flex:1}.patient-row-copy strong{font-size:13px;display:block}.patient-row-copy small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.status-pill{color:#66777b;background:#edf1f1;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.status-pill.pending,.status-pill.requested{color:#aa7017;background:#fff2d6}.status-pill.confirmed,.status-pill.scheduled{color:#327859;background:#e6f5ed}.status-pill.completed{color:#4f70a7;background:#e7f0ff}.status-pill.cancelled{color:#aa4d4d;background:#fbeaea}.view-all-button{color:var(--teal);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:12px 0 0;font-size:12px;font-weight:750;display:flex}.appointment-workspace{margin-bottom:18px}.workspace-heading{justify-content:space-between;gap:20px;margin-bottom:18px}.appointment-search{border:1px solid var(--line);color:#8da0a4;border-radius:10px;align-items:center;gap:7px;padding:8px 10px;display:flex}.appointment-search input{width:180px;color:var(--navy);border:0;outline:0;font-size:12px}.appointment-list{gap:10px;display:grid}.appointment-card{border:1px solid #e8eeee;border-radius:14px;justify-content:space-between;gap:18px;padding:16px;display:flex}.appointment-card:hover{border-color:#b9dcd7}.appointment-meta{color:#a0adaf;align-items:center;gap:8px;margin-bottom:9px;font-size:10px;display:flex}.appointment-card h3{margin:0 0 8px;font-size:15px}.appointment-time,.appointment-reason,.appointment-contact{color:#566d73;align-items:center;gap:6px;margin:5px 0;font-size:12px;display:flex}.appointment-reason{color:var(--muted)}.appointment-reason span{color:#a1abad}.appointment-contact{color:var(--teal)}.appointment-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:7px;max-width:185px;display:flex}.action-primary,.action-quiet,.action-note{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:750;display:inline-flex}.action-primary{background:var(--teal);color:#fff}.action-primary:hover{background:#106e68}.action-primary:disabled{opacity:.55;cursor:wait}.action-quiet{border-color:var(--line);color:#65777a;background:#fff}.action-note{color:#725ab6;background:#f3f0ff;border-color:#e2dafd}.completed-label{color:#4f8a68;align-items:center;gap:5px;font-size:11px;font-weight:750;display:flex}.notes-panel{margin-bottom:18px}.private-label{color:#765bc3;background:#f2edff;border-radius:999px;margin-left:auto;padding:6px 9px;font-size:10px;font-weight:750}.notes-list{gap:7px;margin-top:15px;display:grid}.notes-list button{text-align:left;cursor:pointer;background:#faf9ff;border:1px solid #eee9ff;border-radius:11px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.notes-list button:hover{background:#f3efff}.notes-list strong{color:var(--navy);white-space:nowrap;font-size:12px}.notes-list span{text-overflow:ellipsis;white-space:nowrap;color:#6f7187;flex:1;font-size:12px;overflow:hidden}.notes-list svg{color:#8a79c5}.empty-panel.large{min-height:190px}.patient-directory-full{margin-bottom:18px}.doctor-modal-backdrop{z-index:20;background:#12304a66;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.doctor-modal{background:#fff;border-radius:20px;width:100%;max-width:470px;padding:28px;position:relative;box-shadow:0 22px 70px #12304a35}.note-modal,.profile-modal{max-width:570px}.doctor-modal .modal-close{position:absolute;top:18px;right:18px}.doctor-modal h2{margin:4px 0 14px;font-size:22px}.modal-contact{color:#587078;gap:7px;margin-bottom:23px;font-size:12px;display:grid}.modal-contact span{align-items:center;gap:7px;display:flex}.doctor-modal h3{text-transform:uppercase;color:#819195;letter-spacing:.08em;font-size:13px}.patient-history-row{color:#536a70;cursor:pointer;background:0 0;border:0;border-top:1px solid #edf1f1;justify-content:space-between;align-items:center;width:100%;padding:11px 0;font-size:12px;display:flex}.modal-subtitle{color:var(--muted);margin-top:-5px;font-size:13px}.doctor-modal textarea,.doctor-modal input{border:1px solid var(--line);width:100%;color:var(--navy);resize:vertical;border-radius:9px;outline:none;padding:10px;font-size:12px}.doctor-modal textarea:focus,.doctor-modal input:focus{border-color:#75c9bf;box-shadow:0 0 0 3px #a7e3d433}.modal-actions{justify-content:flex-end;gap:8px;margin-top:17px;display:flex}.profile-form-grid{grid-template-columns:1fr 1fr;gap:12px;margin:15px 0;display:grid}.profile-modal label{color:#728388;gap:6px;font-size:11px;font-weight:750;display:grid}.profile-modal label input{font-weight:400}.profile-modal>label{margin-top:12px}@media (width<=850px){.doctor-dashboard{padding:24px 16px 55px}.doctor-dashboard-header{display:block}.doctor-header-actions{justify-content:space-between;margin-top:17px}.doctor-stats-grid{grid-template-columns:repeat(2,1fr)}.doctor-dashboard-columns{grid-template-columns:1fr}.appointment-card{display:block}.appointment-actions{justify-content:flex-start;max-width:none;margin-top:15px}.workspace-heading{display:block}.appointment-search{margin-top:14px}.appointment-search input{width:100%}}@media (width<=520px){.doctor-dashboard h1{font-size:26px}.doctor-stats-grid{gap:8px}.doctor-stat{gap:7px;padding:12px 9px}.doctor-stat b{font-size:18px}.doctor-stat small{font-size:10px}.doctor-panel{padding:16px}.profile-form-grid{grid-template-columns:1fr}.private-label{display:none}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;box-sizing:border-box;border-inline:0;flex-direction:column;width:100%;max-width:none;min-height:100svh;margin:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--med-navy:#12304a;--med-navy-strong:#0b2439;--med-teal:#1d8a86;--med-teal-bright:#2aa8a0;--med-mint:#a7e3d4;--med-ink:#18324a;--med-muted:#64798b;--med-bg:#f4f8fa;--med-surface:#fff;--med-surface-soft:#eef6f6;--med-border:#dce8ed;--med-success:#16856f;--med-warning:#b7791f;--med-emergency:#c94a4a;--med-shadow-sm:0 8px 22px #12304a0f;--med-shadow-md:0 18px 45px #12304a1a;--med-radius-sm:10px;--med-radius-md:16px;--med-radius-lg:24px;--ease-out:cubic-bezier(.23, 1, .32, 1);color:var(--med-ink);background:var(--med-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--med-bg);color:var(--med-ink)}button,input,select,textarea{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #2aa8a059}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
