.profile-picture-container{cursor:pointer;border:4px solid #fff;border-radius:50%;width:100px;height:100px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.profile-avatar-img{object-fit:cover;width:100%;height:100%}.profile-avatar-initials{color:#fff;background:#0b6e5a;justify-content:center;align-items:center;width:100%;height:100%;font-family:Fraunces,serif;font-size:32px;display:flex}.profile-avatar-overlay{color:#fff;background:#00000080;flex-direction:column;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.hover-overlay{opacity:0}.profile-picture-container:hover .hover-overlay{opacity:1}.camera-icon{font-size:24px}.upload-text{text-align:center;margin-top:4px;font-size:10px;font-weight:600}.completion-banner{background:#e0f2f1;border:1px solid #b2dfdb;border-radius:12px;margin-bottom:24px;padding:16px 24px}.completion-header{color:#004d40;margin-bottom:8px;font-size:16px}.progress-bar-bg{background:#b2dfdb;border-radius:4px;height:8px;margin-bottom:12px;overflow:hidden}.progress-bar-fill{background:#00897b;height:100%;transition:width .3s}.missing-fields-container{align-items:flex-start;gap:12px;display:flex}.missing-label{color:#004d40;margin-top:4px;font-size:13px;font-weight:600}.missing-chips{flex-wrap:wrap;gap:8px;display:flex}.missing-chip{color:#00695c;cursor:pointer;background:#fff;border:1px solid #00897b;border-radius:16px;padding:4px 12px;font-size:12px;transition:all .2s}.missing-chip:hover{color:#fff;background:#00897b}.edit-actions{gap:12px;display:flex}.outline-teal{color:#0b6e5a;background:0 0;border:1px solid #0b6e5a}.outline-teal:hover{background:#e0f2f1}.filled-teal{color:#fff;background:#0b6e5a}.filled-teal:hover{background:#084f41}.outline-gray{color:#4b5563;background:0 0;border:1px solid #d1d5db}.outline-gray:hover{background:#f3f4f6}.btn:disabled{opacity:.6;cursor:not-allowed}.change-password-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-width:600px;margin-top:32px;padding:24px}.password-form{flex-direction:column;gap:16px;margin-top:16px;display:flex}.input-with-icon{align-items:center;display:flex;position:relative}.pwd-toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:12px;font-weight:600;position:absolute;right:12px}.pwd-toggle-btn:hover{color:#374151}.match-icon{position:absolute;right:48px}.text-green{color:#10b981}.text-red{color:#ef4444}.strength-meter-container{align-items:center;gap:12px;margin-top:8px;display:flex}.strength-bar-bg{background:#f3f4f6;border-radius:2px;flex:1;height:4px;overflow:hidden}.strength-bar-fill{height:100%;transition:width .3s,background-color .3s}.strength-label{width:40px;font-size:12px;font-weight:600}.avatar-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}.profile-spinner-small{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.mt-16{margin-top:16px}.full-width{width:100%}.flex-col{flex-direction:column;display:flex}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f7f6;--panel:#ffffffe0;--panel-strong:#fff;--text:#102a2c;--muted:#5c7173;--line:#d9e5e5;--brand:#0f766e;--brand-dark:#134e4a;--accent:#0ea5e9;--warm:#f59e0b;--danger:#dc2626;--shadow:0 18px 60px #102a2c14;font-family:Segoe UI,Trebuchet MS,sans-serif}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at 0 0,#0ea5e91f,#0000 28%),radial-gradient(circle at 100% 0,#0f766e24,#0000 24%),linear-gradient(#eff8f7 0%,#f8fbfb 100%);margin:0}a{color:inherit}.container{padding:24px}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a2526eb;border-bottom:1px solid #fff6;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;position:sticky;top:0}.brand-lockup,.nav-actions,.nav-cluster{align-items:center;gap:12px;display:flex}.brand-badge{color:#fff;background:linear-gradient(135deg, var(--accent), var(--brand));border-radius:14px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand-title{color:#fff;font-weight:700}.brand-subtitle{color:#ffffffad;font-size:12px}.menu-toggle,.nav-pill,.ghost-link{cursor:pointer;border:0;text-decoration:none}.menu-toggle{color:#fff;background:#ffffff1f;border-radius:999px;padding:10px 12px;display:none}.nav-pill{color:#ffffffd1;border-radius:999px;padding:10px 14px}.nav-pill.active{color:#fff;background:#ffffff1f}.notification-chip,.user-chip{color:#fff;background:#ffffff1a;border-radius:14px;padding:10px 14px;font-size:13px}.user-chip{display:grid}.user-chip small{text-transform:capitalize;opacity:.72}.ghost-link{color:#fff}.btn{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-dark));cursor:pointer;border:0;border-radius:12px;padding:11px 16px;transition:transform .18s,box-shadow .18s}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0f766e38}.btn-light,.secondary-btn{color:var(--text);background:#e6f4f3}.danger-btn{background:linear-gradient(135deg,#ef4444,#b91c1c)}.small-btn{padding:8px 12px;font-size:12px}.card,.panel,.section-card{background:var(--panel);box-shadow:var(--shadow);border:1px solid #ffffffb3;border-radius:24px}.card{padding:24px}.dashboard-page{gap:18px;display:grid}.hero-panel{color:#fff;background:linear-gradient(135deg,#0f766ef5,#0ea5e9eb),linear-gradient(135deg,#ffffff14,#0000);border-radius:28px;grid-template-columns:2fr 1fr;gap:16px;padding:28px;display:grid;box-shadow:0 24px 50px #0f766e2e}.eyebrow{text-transform:uppercase;letter-spacing:.12em;opacity:.82;margin:0 0 8px;font-size:12px}.hero-title{margin:0 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.08}.hero-copy,.muted-text{color:#ffffffdb;max-width:65ch;margin:0}.hero-side{gap:12px;display:grid}.info-tile,.metric-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border-radius:20px;gap:8px;padding:18px;display:grid}.info-tile strong,.metric-card strong{font-size:22px}.tab-row{flex-wrap:wrap;gap:10px;display:flex}.tab-chip,.slot-chip{border:1px solid var(--line);cursor:pointer;background:#fffc;border-radius:999px;padding:10px 14px}.tab-chip.active{color:#fff;background:linear-gradient(135deg, var(--brand), var(--accent));border-color:#0000}.stats-grid,.chart-grid,.dashboard-grid,.card-grid,.form-grid{gap:16px;display:grid}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.metric-card{background:var(--panel-strong)}.metric-card span,.info-tile span{opacity:.8;font-size:13px}.dashboard-grid{grid-template-columns:1.65fr 1fr}.dashboard-grid.two-up,.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-card-wide,.full-span{grid-column:1/-1}.panel{padding:22px}.section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.section-header h2,.section-header h3,.chart-card h3{margin:0}.section-header.wrap{flex-wrap:wrap}.toolbar-group,.actions-cell,.chip-row{flex-wrap:wrap;gap:10px;display:flex}.stack-list,.timeline-list{gap:12px;display:grid}.feed-item,.timeline-card,.approval-card,.session-card,.patient-card,.doctor-card,.chart-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:6px;padding:16px;display:grid}.timeline-card.expanded p,.doctor-card p,.feed-item span,.approval-card span,.patient-card span,.chart-card p{color:var(--muted);margin:0}.feed-item small,.timeline-card small,.approval-card small,.patient-card small{color:#7a8d8f}.approval-strip{gap:12px;margin-top:20px;display:grid}.table-wrap{overflow:auto}.table{border-collapse:collapse;width:100%;min-width:640px}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #e7efef;padding:14px 12px}.table th{color:var(--muted);font-size:13px;font-weight:600}.input,textarea,select{border:1px solid var(--line);width:100%;font:inherit;color:var(--text);background:#fff;border-radius:14px;margin-top:8px;padding:12px 14px}.compact-input{min-width:190px;max-width:230px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.form-grid label{color:var(--muted);font-size:14px}.status-badge{border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-badge.success{color:#166534;background:#dcfce7}.status-badge.warning{color:#92400e;background:#fef3c7}.status-badge.info{color:#0f4c81;background:#dbeafe}.status-badge.danger{color:#991b1b;background:#fee2e2}.toggle-row,.scheduler-row{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:14px 16px;display:flex}.toggle-row{cursor:pointer}.scheduler-row span{min-width:48px;font-weight:700}.notification-preferences{gap:10px;margin-top:18px;display:grid}.video-shell{grid-template-columns:1.2fr .8fr;gap:12px;margin-bottom:14px;display:grid}.video-stage{color:#fff;background:linear-gradient(135deg,#1f2937,#0f172a);border-radius:24px;place-items:center;min-height:180px;display:grid}.video-stage.primary{background:linear-gradient(135deg,#0f766e,#164e63)}.chat-box{gap:10px;max-height:220px;margin-bottom:16px;display:grid;overflow:auto}.chat-message{background:#f1f8f8;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.warning-banner{color:#8a1c1c;background:#fee2e2;border-radius:18px;margin-bottom:14px;padding:14px 16px}.success-banner{color:#166534;background:#dcfce7}.empty-state,.loading-wrap{border:1px dashed var(--line);color:var(--muted);border-radius:18px;padding:16px}.dropzone{text-align:center;background:#f4fbfb;border:2px dashed #89cfd0;border-radius:20px;margin-bottom:14px;padding:22px}.compact-stack{gap:8px}@media (width<=1024px){.hero-panel,.dashboard-grid,.dashboard-grid.two-up,.chart-grid,.video-shell{grid-template-columns:1fr}}@media (width<=840px){.topbar{flex-wrap:wrap;align-items:flex-start}.menu-toggle{display:inline-flex}.nav-cluster{flex-wrap:wrap;width:100%;display:none}.nav-cluster.is-open{display:flex}.nav-actions{flex-wrap:wrap;justify-content:space-between;width:100%}}@media (width<=640px){.container{padding:16px}.hero-panel,.panel,.card{padding:18px}.form-grid{grid-template-columns:1fr}.compact-input{min-width:0;max-width:none}}.landing-page{margin:-24px}.landing-nav{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:16px 32px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.landing-brand{align-items:center;gap:12px;display:flex}.brand-text{color:var(--brand-dark);font-size:20px;font-weight:700}.landing-links a{color:var(--text);margin:0 16px;font-weight:500;text-decoration:none}.hero-section{background:linear-gradient(135deg,#e0f2fe,#ccfbf1);justify-content:space-between;align-items:center;padding:80px 32px;display:flex}.hero-content{max-width:50%}.hero-title{color:var(--brand-dark);margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.2}.hero-subtitle{color:var(--muted);margin-bottom:32px;font-size:18px}.hero-buttons{gap:16px;margin-bottom:40px;display:flex}.trust-stats{gap:32px;display:flex}.stat{color:var(--muted);font-size:14px}.stat strong{color:var(--brand-dark);font-size:24px;display:block}.visual-card{background:#fff;border-radius:16px;width:300px;padding:24px;box-shadow:0 20px 40px #0000001a}.visual-header{color:var(--brand);margin-bottom:8px;font-weight:600}.visual-body{margin-bottom:16px;font-size:14px}.visual-footer{color:var(--muted);font-size:12px}.section-title{text-align:center;color:var(--brand-dark);margin-bottom:48px;font-size:32px}.features-section,.roles-section,.how-it-works-section,.testimonials-section,.cta-banner{padding:80px 32px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto;display:grid}.feature-card{box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:32px}.feature-icon{background:#f0fdfa;border-radius:12px;margin-bottom:16px;padding:16px;font-size:32px;display:inline-block}.feature-card h3{margin:0 0 16px}.feature-card p{color:var(--muted);margin:0;line-height:1.5}.roles-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.role-card{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:16px;padding:32px;transition:transform .2s}.role-card:hover{box-shadow:var(--shadow);border-color:var(--brand);transform:translateY(-5px)}.role-card h3{color:var(--brand);border-bottom:2px solid var(--brand);margin-top:0;padding-bottom:12px;display:inline-block}.role-card ul{color:var(--muted);margin-bottom:24px;padding-left:20px}.role-card li{margin-bottom:8px}.role-link{color:var(--brand);font-weight:600}.how-it-works-section{background:#fff}.steps-container{text-align:center;justify-content:space-between;max-width:1000px;margin:0 auto;display:flex}.step{flex:1;padding:0 16px}.step-number{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:20px;font-weight:700;display:grid}.step h4{margin:0 0 8px}.step p{color:var(--muted);margin:0;font-size:14px}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:32px}.stars{color:#fbbf24;margin-bottom:16px;font-size:20px}.quote{color:var(--text);margin-bottom:24px;font-style:italic;line-height:1.6}.reviewer small{color:var(--muted)}.cta-banner{background:var(--brand);color:#fff;text-align:center;padding:80px 32px}.cta-banner h2{margin-bottom:16px;font-size:36px}.cta-banner p{opacity:.9;margin-bottom:32px;font-size:18px}.cta-buttons{justify-content:center;gap:16px;display:flex}.landing-footer{background:var(--text);color:#fff;padding:48px 32px 24px}.footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 32px;padding-bottom:32px;display:flex}.footer-brand{align-items:center;gap:12px;display:flex}.footer-links a{color:#ffffffb3;margin-left:24px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#ffffff80;font-size:14px}.btn{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background:var(--brand);color:#fff}.btn-light{color:var(--brand-dark);background:#fff}.consultation-layout,.consultation-room-page,.video-call-shell,.video-call-stage{min-height:100vh}.precall-shell{color:#fff;background:linear-gradient(135deg,#0f172a,#0f766e);grid-template-columns:1.25fr .9fr;min-height:100vh;display:grid}.precall-preview-card,.precall-side{padding:32px}.precall-preview-wrap{background:#0f172a66;border-radius:28px;height:100%;min-height:68vh;position:relative;overflow:hidden}.precall-preview,.remote-video,.local-video{object-fit:cover;width:100%;height:100%}.precall-preview-fallback,.call-overlay-card,.post-call-overlay{place-items:center;display:grid;position:absolute;inset:0}.mic-meter{align-items:end;gap:8px;margin-top:20px;display:flex}.mic-bar{background:#fff3;border-radius:999px;width:10px;height:20px;transition:height .2s,background .2s}.mic-bar.active{background:#34d399;height:36px}.consultation-panel{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1f;border:1px solid #ffffff29}.consultation-subtle{color:#ffffffbd}.permission-row,.precall-actions,.post-call-actions,.incoming-actions{flex-wrap:wrap;gap:12px;display:flex}.permission-badge{border-radius:999px;padding:8px 14px;font-size:14px;font-weight:600}.permission-badge.allowed{background:#34d3992e}.permission-badge.blocked{background:#f871712e}.device-grid{gap:14px;margin:20px 0;display:grid}.appointment-mini-card,.active-call-banner{justify-content:space-between;align-items:center;gap:16px;display:flex}.avatar-bubble,.incoming-avatar,.video-avatar,.chat-avatar{background:#ffffff24;border-radius:50%;place-items:center;width:52px;height:52px;font-weight:700;display:grid}.video-call-stage{background:#020617;position:relative}.remote-video,.remote-video.placeholder{background:radial-gradient(circle at top,#134e4a 0%,#020617 70%);place-items:center;display:grid;position:absolute;inset:0}.video-top-bar{z-index:3;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0206178c;border-radius:18px;justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:absolute;top:18px;left:18px;right:18px}.video-top-meta{align-items:center;gap:10px;display:flex}.quality-dot{background:#22c55e;border-radius:50%;width:10px;height:10px}.quality-dot.unstable{background:#facc15}.quality-dot.poor{background:#ef4444}.local-video-tile{z-index:3;background:#0f172aeb;border:1px solid #ffffff2e;border-radius:22px;width:220px;height:160px;position:absolute;bottom:108px;right:20px;overflow:hidden}.local-video-tile.sharing{width:180px;height:126px}.video-avatar{color:#fff;background:#ffffff14;width:110px;height:110px}.call-controls{opacity:0;z-index:5;background:#0009;border-radius:999px;gap:12px;padding:14px;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(22px)}.call-controls.visible,.call-controls.mobile{opacity:1;transform:translate(-50%)translateY(0)}.call-control-btn{color:#fff;cursor:pointer;background:#ffffff29;border:none;border-radius:50%;width:48px;height:48px;position:relative}.call-control-btn.active{background:#2563eb}.call-control-btn.danger{background:#dc2626}.call-control-badge{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;display:grid;position:absolute;top:-4px;right:-4px}.chat-panel{z-index:6;background:#f8fafcfa;border-left:1px solid #94a3b840;flex-direction:column;width:320px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.chat-panel.open{transform:translate(0)}.chat-panel-header,.chat-panel-input{align-items:center;gap:12px;padding:16px;display:flex}.chat-panel-header{border-bottom:1px solid #e2e8f0;justify-content:space-between}.chat-panel-messages{flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.chat-group{gap:10px;display:flex}.chat-group.mine{justify-content:flex-end}.chat-group.mine .chat-avatar{order:2}.chat-group-bubbles{gap:6px;max-width:78%;display:grid}.chat-bubble{color:#111827;background:#e5e7eb;border-radius:18px;padding:10px 14px}.chat-bubble.mine{color:#fff;background:#0f766e}.chat-bubble.system{color:#64748b;text-align:center;background:0 0;font-style:italic}.chat-time,.chat-typing-indicator{color:#64748b;font-size:12px}.chat-input{resize:none}.icon-btn,.chat-fab{cursor:pointer;border:none}.icon-btn{background:#e2e8f0;border-radius:50%;width:36px;height:36px}.chat-fab,.screen-share-banner,.connection-banner{z-index:4;position:absolute}.chat-fab{color:#fff;background:#0284c7e6;border-radius:999px;padding:10px 14px;top:84px;right:20px}.screen-share-banner,.connection-banner{color:#fff;border-radius:999px;padding:10px 16px;left:50%;transform:translate(-50%)}.screen-share-banner{background:#2563ebe6;top:84px}.connection-banner{background:#facc15d9;top:128px}.connection-banner.poor{background:#ef4444e0}.call-overlay-card,.post-call-overlay,.incoming-call-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:7;background:#02061794}.post-call-card,.incoming-call-card{color:#0f172a;text-align:center;background:#fff;border-radius:24px;width:min(92vw,420px);padding:28px}.incoming-call-overlay{place-items:center;display:grid;position:fixed;inset:0}.incoming-ring{border:4px solid #22c55e;border-radius:50%;place-items:center;width:88px;height:88px;margin:0 auto 16px;display:grid}@media (width<=767px){.precall-shell{grid-template-columns:1fr}.precall-preview-wrap{min-height:60vh}.local-video-tile,.local-video-tile.sharing{width:120px;height:90px;bottom:96px;left:16px;right:auto}.chat-panel,.chat-panel.mobile{width:100vw}.call-control-btn{width:56px;height:56px}.video-top-bar{flex-direction:column;align-items:flex-start;gap:8px}}
