@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap";:root{--bg:#fafafa;--bg-strong:#f3f4f6;--surface:#fff;--surface-soft:#f8fafc;--surface-muted:#f8fafc;--line:#e5e7eb;--line-strong:#d1d5db;--text:#1a1d23;--muted:#cfcfd0;--primary:#b3b3b3;--primary-strong:#e0e0e0;--primary-soft:#eff6ff;--chat-accent:#7c3aed;--chat-accent-strong:#6d28d9;--chat-accent-soft:#7c3aed1f;--chat-accent-soft-strong:#7c3aed2e;--chat-muted:color-mix(in srgb, var(--text) 58%, transparent);--chat-muted-strong:color-mix(in srgb, var(--text) 72%, transparent);--ok:#0f8b6d;--warn:#b7791f;--danger:#b42318;--shadow:none;--soft-shadow:none;--radius:12px;--ease:.22s cubic-bezier(.2, .8, .2, 1);--font-sans:"Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-arabic:"Cairo", "Tahoma", sans-serif;font-family:var(--font-sans);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.saas-messages{background:var(--surface);border-radius:28px;flex:1;grid-template-columns:minmax(340px,380px) minmax(0,1fr);height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.saas-messages.is-list-collapsed{grid-template-columns:0 minmax(0,1fr)}.saas-messages.is-rtl{direction:rtl}.saas-list{background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);border-inline-end:1px solid color-mix(in srgb, var(--line) 70%, transparent);flex-direction:column;min-width:0;display:flex;overflow:hidden}.saas-list-head{justify-content:space-between;align-items:center;gap:14px;padding:20px 20px 12px;display:flex}.saas-list-head-copy h2{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700}.saas-list-head-copy p{min-height:16px;color:var(--chat-muted);margin:2px 0 0;font-size:12px}.saas-icon-button{border:1px solid color-mix(in srgb, var(--chat-accent) 10%, var(--line) 90%);color:#000;background:#dededef7;border-radius:16px;place-items:center;width:42px;height:42px;padding:0;display:inline-grid}.saas-icon-button:hover{background:color-mix(in srgb, var(--chat-accent-soft) 58%, var(--surface) 42%);border-color:color-mix(in srgb, var(--chat-accent) 18%, var(--line) 82%);color:var(--chat-accent)}.saas-icon-button.is-danger{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 22%, var(--line) 78%);background:color-mix(in srgb, var(--surface) 88%, color-mix(in srgb, var(--danger) 14%, transparent) 12%)}.saas-icon-button:disabled{opacity:.55;cursor:not-allowed}.saas-list-search{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--surface-soft) 86%, var(--surface) 14%);height:46px;color:var(--chat-muted-strong);border-radius:18px;align-items:center;gap:10px;max-width:100%;margin:0 16px 12px;padding:0 14px;display:flex}.saas-list-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:none;flex:1;font-size:14px}.saas-tabs{gap:8px;margin:0 16px 12px;display:flex}.saas-tab{color:var(--chat-muted-strong);background:0 0;border:1px solid #0000;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600}.saas-tab.is-active{background:color-mix(in srgb, var(--chat-accent-soft) 80%, var(--surface) 20%);border-color:color-mix(in srgb, var(--chat-accent) 18%, var(--line) 82%);color:var(--chat-accent)}.saas-list-body{flex:1;min-height:0;padding:4px 8px 14px;overflow:auto}.saas-row{text-align:start;cursor:pointer;background:0 0;border:0;border-radius:18px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:10px 12px;display:grid}.saas-row:hover{background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface) 28%)}.saas-row.is-active{background:color-mix(in srgb, var(--chat-accent-soft) 72%, var(--surface) 28%)}.saas-row-avatar{border-radius:18px;place-items:center;width:46px;height:46px;display:grid;position:relative}.saas-row-avatar img{object-fit:cover;border-radius:18px;width:46px;height:46px}.saas-avatar-fallback{background:color-mix(in srgb, var(--chat-accent-soft) 74%, var(--surface) 26%);width:46px;height:46px;color:var(--chat-accent);border-radius:18px;place-items:center;font-size:13px;font-weight:700;display:grid}.saas-online-dot{inset-inline-end:3px;border:2px solid var(--surface);background:color-mix(in srgb, var(--muted) 62%, var(--surface) 38%);border-radius:999px;width:10px;height:10px;position:absolute;bottom:3px}.saas-online-dot.is-online{background:var(--ok)}.saas-row-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.saas-row-head strong{letter-spacing:-.01em;color:var(--text);font-size:14px;font-weight:700}.saas-row-head small{color:var(--chat-muted);white-space:nowrap;font-size:12px}.saas-row-preview{color:var(--chat-muted-strong);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;display:block;overflow:hidden}.saas-unread-badge{background:var(--chat-accent);color:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:inline-grid}.saas-chat{background:color-mix(in srgb, var(--surface) 92%, var(--surface-soft) 8%);flex-direction:column;min-width:0;display:flex;overflow:hidden}.saas-chat-empty{text-align:center;min-height:0;color:var(--chat-muted-strong);flex:1;place-items:center;padding:24px;display:grid}.saas-chat-empty-emoji{background:color-mix(in srgb, var(--surface) 76%, var(--surface-soft) 24%);border-radius:20px;place-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:28px;display:grid}.saas-chat-empty h3{color:var(--text);margin:0;font-size:15px;font-weight:600}.saas-chat-head{background:color-mix(in srgb, var(--surface) 94%, var(--surface-soft) 6%);border-bottom:1px solid color-mix(in srgb, var(--line) 70%, transparent);flex:none;justify-content:space-between;align-items:center;gap:14px;height:72px;padding:0 18px;display:flex}.saas-chat-back{display:none}.saas-messages.is-list-collapsed .saas-chat-back{display:inline-grid}.saas-chat-title{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.saas-chat-avatar{border-radius:16px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.saas-chat-avatar img{object-fit:cover;width:40px;height:40px}.saas-chat-title-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.saas-chat-title-copy strong{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:600;overflow:hidden}.saas-chat-title-copy span{color:var(--chat-muted);font-size:12px}.saas-status-line{align-items:center;gap:6px;display:inline-flex}.saas-conn-dot{background:color-mix(in srgb, var(--muted) 62%, var(--surface) 38%);border-radius:999px;width:8px;height:8px}.saas-conn-dot.is-connected{background:var(--ok)}.saas-conn-dot.is-reconnecting{background:var(--warn)}.saas-conn-dot.is-connecting{background:color-mix(in srgb, var(--muted) 74%, var(--surface) 26%)}.saas-conn-dot.is-disconnected{background:var(--danger)}.saas-chat-actions{flex:none;align-items:center;gap:10px;display:flex}.saas-notice{background:color-mix(in srgb, var(--surface) 94%, var(--surface-soft) 6%);border-bottom:1px solid color-mix(in srgb, var(--line) 70%, transparent);justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;display:flex}.saas-notice-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.saas-notice-copy strong{color:var(--text);font-size:13px;font-weight:700}.saas-notice-copy span{color:var(--chat-muted-strong);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.saas-notice-actions{flex-wrap:wrap;flex:none;align-items:center;gap:10px;display:flex}.saas-primary-button,.saas-danger-button{white-space:nowrap;border:1px solid #0000;border-radius:14px;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.saas-primary-button{background:linear-gradient(180deg, var(--chat-accent), var(--chat-accent-strong));color:#fff}.saas-danger-button{background:color-mix(in srgb, var(--danger) 14%, var(--surface) 86%);border-color:color-mix(in srgb, var(--danger) 22%, var(--line) 78%);color:var(--danger)}.saas-thread{background:color-mix(in srgb, var(--surface) 90%, var(--surface-soft) 10%);flex:1;min-height:0;padding:18px 18px 12px;position:relative;overflow:auto}.saas-thread-inner{flex-direction:column;gap:14px;max-width:920px;margin:0 auto;padding-bottom:12px;display:flex}.saas-thread-placeholder{text-align:center;color:var(--chat-muted);padding:22px 0;font-size:13px}.saas-day-divider{text-align:center;color:var(--chat-muted);margin:12px 0;font-size:12px;font-weight:600}.saas-system{background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface) 28%);width:fit-content;color:var(--chat-muted-strong);border-radius:999px;margin:0 auto;padding:8px 12px;font-size:12px;font-weight:600}.saas-msg{align-items:flex-end;gap:10px;display:flex}.saas-msg.is-in{justify-content:flex-start}.saas-msg.is-out{justify-content:flex-end}.saas-msg-avatar{flex:0 0 34px;place-items:end;width:34px;display:grid}.saas-msg-avatar img,.saas-msg-avatar-spacer,.saas-msg-avatar .saas-avatar-fallback{border-radius:14px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.saas-msg-avatar img{object-fit:cover}.saas-msg-avatar-spacer{background:0 0}.saas-bubble{background:color-mix(in srgb, var(--surface) 94%, var(--surface-soft) 6%);max-width:420px;color:var(--text);box-shadow:0 10px 24px color-mix(in srgb, var(--text) 8%, transparent);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);border-radius:24px;padding:12px 14px}.saas-msg.is-out .saas-bubble{color:#fff;background:purple}.saas-bubble p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.5}.saas-attachments{gap:8px;margin-top:10px;display:grid}.saas-attachment{border:1px solid color-mix(in srgb, var(--line) 70%, transparent);background:color-mix(in srgb, var(--surface-soft) 78%, var(--surface) 22%);color:inherit;border-radius:18px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:grid}.saas-msg.is-out .saas-attachment{background:#ffffff24;border-color:#ffffff40}.saas-attachment span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.saas-attachment.is-image{grid-template-columns:60px minmax(0,1fr) auto}.saas-attachment.is-image img{object-fit:cover;border-radius:14px;width:60px;height:44px}.saas-bubble-meta{color:color-mix(in srgb, var(--text) 52%, transparent);align-items:center;gap:6px;margin-top:6px;font-size:11px;display:inline-flex}.saas-msg.is-out .saas-bubble-meta{color:#ffffffbd}.saas-scroll-down{inset-inline-end:22px;border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--surface) 90%, transparent);width:44px;height:44px;color:var(--chat-muted-strong);border-radius:16px;place-items:center;display:grid;position:absolute;bottom:90px}.saas-typing{color:var(--chat-muted);padding:8px 18px 0;font-size:12px}.saas-file-pill{color:var(--chat-muted-strong);flex-wrap:wrap;align-items:center;gap:10px;padding:8px 18px 0;font-size:12px;display:flex}.saas-file-pill span{font-weight:700}.saas-file-pill-action{color:var(--chat-accent);background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.saas-file-pill-action:hover{text-decoration:underline}.saas-attachment-preview-overlay{z-index:190;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#13192b66;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.saas-attachment-preview-card{background:color-mix(in srgb, var(--surface) 86%, transparent);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);border-radius:28px;gap:14px;width:min(520px,100%);padding:18px;display:grid;box-shadow:0 28px 90px #13192b47}.saas-attachment-preview-head{color:var(--text);justify-content:space-between;align-items:center;gap:12px;display:flex}.saas-attachment-preview-close{border:1px solid color-mix(in srgb, var(--line) 70%, transparent);background:color-mix(in srgb, var(--surface-soft) 82%, var(--surface) 18%);width:34px;height:34px;color:var(--text);border-radius:12px;place-items:center;font-size:18px;font-weight:800;display:grid}.saas-attachment-preview-media img{object-fit:cover;border:1px solid color-mix(in srgb, var(--line) 70%, transparent);border-radius:22px;width:100%;max-height:56vh}.saas-attachment-preview-file{background:color-mix(in srgb, var(--surface-soft) 78%, var(--surface) 22%);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);color:var(--text);border-radius:20px;align-items:center;gap:10px;padding:14px 16px;font-weight:700;display:flex}.saas-attachment-preview-file span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.saas-attachment-preview-meta{color:var(--chat-muted);justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.saas-attachment-preview-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.saas-composer{background:color-mix(in srgb, var(--surface) 94%, var(--surface-soft) 6%);border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);flex:none;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.saas-composer-input{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--surface-soft) 84%, var(--surface) 16%);border-radius:999px;flex:1;align-items:center;min-width:0;padding:10px 14px;display:flex}.saas-composer-input textarea{resize:none;min-width:0;color:var(--text);background:0 0;border:0;outline:none;flex:1;max-height:152px;font-size:14px;line-height:1.45;overflow-y:auto}.saas-emoji-menu-wrap{position:relative}.saas-emoji-menu{inset-inline-end:0;background:var(--surface);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);z-index:20;border-radius:18px;gap:6px;padding:10px;display:flex;position:absolute;bottom:calc(100% + 10px);box-shadow:0 18px 40px #10152824}.saas-emoji-option{background:0 0;border:0;border-radius:14px;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.saas-emoji-option:hover{background:color-mix(in srgb, var(--surface) 70%, #fff 30%)}.saas-send{background:linear-gradient(180deg, var(--chat-accent), var(--chat-accent-strong));color:#fff;width:46px;height:46px;box-shadow:0 14px 30px color-mix(in srgb, var(--chat-accent) 34%, transparent);border:0;border-radius:16px;place-items:center;display:grid}.saas-send:disabled{opacity:.55;box-shadow:none}.saas-messages.is-list-collapsed .saas-list{border:0;width:0;min-width:0;padding:0;overflow:hidden}@media (width<=980px){.saas-messages,.saas-messages.is-list-collapsed{grid-template-columns:minmax(0,1fr)}.saas-list{z-index:30;width:min(380px,92vw);box-shadow:0 18px 48px color-mix(in srgb, var(--text) 12%, transparent);transition:transform .22s;position:absolute;inset-block:0;inset-inline-start:0;transform:translate(0)}.saas-messages.is-rtl .saas-list{inset-inline:auto 0}.saas-messages.is-list-collapsed .saas-list{transform:translate(-110%)}.saas-messages.is-rtl.is-list-collapsed .saas-list{transform:translate(110%)}}@media (width<=560px){.saas-messages{border-radius:0}.saas-list{border-radius:0;width:100vw}.saas-list-head{padding:16px 14px 10px}.saas-list-head-copy h2{font-size:20px}.saas-list-search{height:44px;margin:0 12px 10px;padding:0 12px}.saas-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 12px 10px;overflow-x:auto}.saas-tabs::-webkit-scrollbar{display:none}.saas-tab{flex:none}.saas-row{border-radius:16px;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:10px}.saas-row-avatar,.saas-row-avatar img,.saas-avatar-fallback{border-radius:16px;width:42px;height:42px}}[data-theme=dark]{--bg:#111418;--bg-strong:#171b21;--surface:#161b22;--surface-soft:#1b212a;--surface-muted:#1b212a;--line:#2c3440;--line-strong:#394252;--text:#edf2f7;--muted:#98a2b3;--primary:#cfcfd0;--primary-strong:#cfcfd0;--primary-soft:#57a6ff1f;--chat-accent:#8b5cf6;--chat-accent-strong:#7c3aed;--chat-accent-soft:#8b5cf62e;--chat-accent-soft-strong:#8b5cf63d;--chat-muted:color-mix(in srgb, var(--text) 56%, transparent);--chat-muted-strong:color-mix(in srgb, var(--text) 66%, transparent);--ok:#4fd1c5;--warn:#f6ad55;--danger:#f97066;--shadow:none;--soft-shadow:none}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);min-height:100vh;color:var(--text);transition:background var(--ease), color var(--ease);font-family:var(--font-sans);margin:0}body.auth-page-active,body.auth-page-active #root{width:100%;max-width:100%;overflow-x:hidden}[data-theme=dark] body{background:var(--bg)}h1,h2,h3,h4,p{margin:0}a{color:inherit}:lang(ar),[lang=ar],[dir=rtl]{font-family:var(--font-arabic)}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, var(--surface-soft) 6%);width:100%;color:var(--text);transition:border-color var(--ease), box-shadow var(--ease), background var(--ease);border-radius:14px;padding:11px 13px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:color-mix(in srgb, var(--primary) 52%, var(--line) 48%);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 12%, transparent);outline:none}button{border:1px solid color-mix(in srgb, var(--primary) 38%, var(--line) 62%);background:linear-gradient(180deg, var(--primary), var(--primary-strong));color:#fff;cursor:pointer;transition:transform var(--ease), opacity var(--ease), box-shadow var(--ease), background var(--ease);box-shadow:0 12px 24px -20px color-mix(in srgb, var(--primary) 60%, transparent);border-radius:14px;padding:10px 14px;font-weight:600}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.62}label{color:color-mix(in srgb, var(--text) 88%, var(--muted) 12%);font-size:13px}.screen-center{place-items:center;min-height:100vh;display:grid}.auth-wrap{background:radial-gradient(circle at 0 0,#6559f42e,#0000 28%),radial-gradient(circle at 100% 0,#6559f41f,#0000 20%),linear-gradient(160deg,#0a1020 0%,#10172b 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{width:min(460px,100%);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141b2fe6;border:1px solid #ffffff14;border-radius:28px;padding:28px}.auth-card.auth-card-wide{width:min(740px,100%)}.badge-row{margin-bottom:14px}.badge{color:#d9ddff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.auth-card h1{color:#fff;font-size:28px}.auth-card p{color:#b8c0df;margin-top:8px}.auth-form,.form-grid,.grid-form,.list-stack{gap:12px;display:grid}.auth-form{margin-top:22px}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.col-span-2{grid-column:span 2}.role-toggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.role-btn{background:#ffffff0f;border-color:#ffffff1a}.role-btn.active{background:#8b80ff2e;border-color:#8b80ff57}.auth-switch-text{color:#c2cae5;margin-top:14px;font-size:13px}.auth-switch-text a{color:#fff;font-weight:600;text-decoration:none}.login-page{--login-primary:#635bff;--login-primary-hover:#5a52f6;--login-primary-light:#f4f2ff;--login-primary-border:#e8e4ff;--login-heading:#111827;--login-text:#4b5563;--login-muted:#6b7280;--login-placeholder:#9ca3af;--login-background:#fafbff;--login-surface:#fff;--login-surface-soft:#f8f9fc;--login-border:#e7eaf3;--login-divider:#eef2f7;--login-shadow:0 8px 30px #1118270d;background:var(--login-background);width:100vw;max-width:100vw;height:100dvh;min-height:100dvh;color:var(--login-text);grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);display:grid;overflow:hidden}.login-page,.login-page input,.login-page button{font-family:inherit}.login-showcase{border-right:1px solid var(--login-divider);contain:layout paint;background:radial-gradient(circle at 85% 85%,#635bff14,#0000 30%),linear-gradient(#f7f5ff 0%,#efeaff 100%);grid-template-rows:auto 1fr;min-width:0;padding:clamp(18px,2vw,28px) clamp(22px,2.4vw,34px);display:grid;position:relative;overflow:hidden}.login-brand{align-items:center;gap:12px;display:inline-flex}.login-brand-logo{object-fit:contain;width:clamp(34px,3vw,48px);height:clamp(34px,3vw,48px)}.login-brand-copy{gap:2px;display:grid}.login-brand-copy strong{color:var(--login-heading);letter-spacing:-.03em;font-size:clamp(22px,2.1vw,31px);line-height:1.1}.login-brand-copy span{color:#667085;font-size:clamp(12px,1vw,15px);font-weight:500}.login-showcase-content{grid-template-rows:auto auto minmax(0,1fr) auto;align-content:start;max-width:min(620px,100%);min-height:0;padding-top:clamp(24px,4vh,56px);display:grid}.login-trust-badge{min-height:40px;color:var(--login-primary);background:0 0;border:0 solid #181a26;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.login-copy{margin-top:24px}.login-copy h1{color:var(--login-heading);letter-spacing:-.05em;font-size:clamp(34px,3.4vw,56px);font-weight:700;line-height:1.05}.login-copy h1 span{color:var(--login-primary);text-underline-offset:7px;-webkit-text-decoration:underline #635bff73;text-decoration:underline #635bff73;text-decoration-thickness:4px}.login-copy p{max-width:520px;color:var(--login-text);margin-top:14px;font-size:clamp(14px,1.3vw,18px);line-height:1.55}.login-feature-list{align-self:start;gap:clamp(12px,1.8vh,20px);max-width:360px;margin-top:clamp(18px,3vh,30px);display:grid}.login-feature-item{grid-template-columns:clamp(38px,3vw,52px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.login-feature-icon{width:clamp(38px,3vw,52px);height:clamp(38px,3vw,52px);color:var(--login-primary);background:#ffffffd1;border:1px solid #e8e4ffeb;border-radius:clamp(12px,1.2vw,16px);place-items:center;display:grid;box-shadow:0 10px 24px #635bff12}.login-feature-item strong{color:var(--login-heading);font-size:clamp(14px,1.1vw,18px);font-weight:600;line-height:1.3;display:block}.login-feature-item p{color:var(--login-muted);margin-top:6px;font-size:clamp(12px,.95vw,14px);line-height:1.45}.login-illustration-wrap{pointer-events:none;place-self:end;width:min(100%,clamp(250px,34vw,430px));max-width:100%;margin-top:clamp(10px,2vh,20px);overflow:hidden}.login-illustration{filter:none;width:100%;height:auto;display:block}.login-panel{background:var(--login-surface);grid-template-rows:auto minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0;padding:clamp(18px,2vw,24px) clamp(20px,2.4vw,32px) clamp(18px,3vh,32px);display:grid;overflow:hidden}.auth-screen-signup .login-panel{-webkit-overflow-scrolling:touch;overflow-y:auto}.login-panel-topbar{justify-content:flex-end;align-items:center;gap:18px;width:100%;display:flex}.auth-screen-signup .login-panel-topbar{z-index:10;background:color-mix(in srgb, var(--login-surface) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 0;position:sticky;top:0}.login-mobile-brand{align-items:center;gap:10px;min-width:0;display:none}.login-mobile-brand-logo{object-fit:contain;width:42px;height:42px}.login-mobile-brand-copy{gap:2px;display:grid}.login-mobile-brand-copy strong{color:var(--login-heading);font-size:18px;line-height:1.1}.login-mobile-brand-copy span{color:var(--login-muted);font-size:12px}.login-topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;min-width:0;margin-inline-start:auto;display:flex}.auth-language-switcher{border:1px solid var(--login-border);background:var(--login-surface);border-radius:14px;align-items:center;gap:6px;padding:4px;display:inline-flex}.auth-language-option{min-height:38px;color:var(--login-muted);box-shadow:none;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.auth-language-option img{object-fit:cover;border-radius:999px;width:18px;height:18px}.auth-language-option.active{background:var(--login-primary-light);color:var(--login-primary)}.auth-language-option:hover:not(:disabled){background:var(--login-surface-soft);color:var(--login-heading);transform:none}.login-theme-toggle{border:1px solid var(--login-border);background:var(--login-surface);width:44px;height:44px;color:var(--login-muted);box-shadow:none;border-radius:12px;place-items:center;padding:0;display:grid}.login-theme-toggle:hover:not(:disabled){background:var(--login-surface-soft);color:var(--login-heading);border-color:#dadfec;transform:none}.login-top-link{color:var(--login-muted);white-space:nowrap;font-size:14px}.login-top-link a{color:var(--login-primary);font-weight:600;text-decoration:none}.login-card{border:1px solid var(--login-border);background:var(--login-surface);width:min(100%,520px);box-shadow:var(--login-shadow);border-radius:22px;place-self:center;padding:clamp(22px,2.6vw,36px) clamp(18px,2vw,28px) clamp(18px,2vw,28px)}.auth-screen-signup .login-card{align-self:start;margin-top:12px}.login-card.signup-card{width:min(100%,640px)}.login-card-header{text-align:center}.login-card-header h2{color:var(--login-heading);letter-spacing:-.03em;font-size:24px;font-weight:700;line-height:1.2}.login-card-header p{color:var(--login-muted);margin-top:10px;font-size:14px}.login-form{gap:clamp(12px,1.4vh,16px);margin-top:clamp(16px,2vh,26px);display:grid}.login-field{gap:8px;display:grid}.login-field label,.login-field-head label{color:var(--login-heading);letter-spacing:-.01em;font-size:13px;font-weight:600}.login-field-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.login-text-link{color:var(--login-primary);box-shadow:none;background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.login-text-link:hover:not(:disabled){color:var(--login-primary-hover);transform:none}.login-input-wrap{border:1px solid var(--login-border);background:var(--login-surface);min-height:clamp(44px,5vh,52px);transition:border-color var(--ease), box-shadow var(--ease), background var(--ease);border-radius:12px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;display:grid}.login-input-wrap:focus-within{border-color:color-mix(in srgb, var(--login-primary) 38%, var(--login-border) 62%);box-shadow:0 0 0 4px #635bff1a}.login-input-wrap>svg{color:#98a2b3}.login-input-wrap input{width:100%;min-width:0;color:var(--login-heading);box-shadow:none;background:0 0;border:0;padding:0}.login-input-wrap input:focus{box-shadow:none;border:0}.login-input-wrap input::placeholder{color:var(--login-placeholder)}.login-input-action{color:#98a2b3;width:24px;height:24px;box-shadow:none;background:0 0;border:0;place-items:center;padding:0;display:grid}.login-input-action:hover:not(:disabled){color:var(--login-heading);transform:none}.login-remember-row{justify-content:flex-start;align-items:center;display:flex}.login-checkbox{cursor:pointer;color:var(--login-text);align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex}.login-checkbox input{opacity:0;pointer-events:none;position:absolute}.login-checkbox-indicator{background:var(--login-primary);color:#fff;border-radius:5px;place-items:center;width:16px;height:16px;display:grid;box-shadow:inset 0 0 0 1px #ffffff24}.login-checkbox input:not(:checked)+.login-checkbox-indicator{background:var(--login-surface);border:1px solid var(--login-border);color:#0000;box-shadow:none}.login-submit{color:#fff;background:linear-gradient(135deg,#5b4cf8 0%,#635bff 45%,#7b61ff 100%);border:0;border-radius:12px;min-height:clamp(46px,5vh,52px);margin-top:2px;box-shadow:0 18px 30px -20px #635bff9e}.login-submit:hover:not(:disabled){background:linear-gradient(135deg,#5648ef 0%,#5e57fb 45%,#745bff 100%);transform:translateY(-1px)}.login-divider{justify-content:center;margin:8px 0 2px;display:flex;position:relative}.login-divider:before{content:"";background:var(--login-divider);height:1px;position:absolute;top:50%;left:0;right:0}.login-divider span{background:var(--login-surface);color:var(--login-placeholder);padding:0 12px;font-size:13px;position:relative}.login-social-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.signup-role-toggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px;display:grid}.signup-role-button{border:1px solid var(--login-border);background:var(--login-surface);min-height:46px;color:var(--login-muted);box-shadow:none;border-radius:12px;font-size:14px;font-weight:600}.signup-role-button.active{border-color:var(--login-primary-border);background:var(--login-primary-light);color:var(--login-primary)}.signup-role-button:hover:not(:disabled){background:var(--login-surface-soft);transform:none}.signup-form{gap:18px;margin-top:22px;display:grid}.signup-grid{gap:16px;display:grid}.signup-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-span-two{grid-column:span 2}.signup-input-wrap{grid-template-columns:minmax(0,1fr)}.signup-input-wrap-action{grid-template-columns:minmax(0,1fr) auto}.signup-hint{color:var(--login-muted);text-align:end;font-size:11px;line-height:1.4}.signup-bottom-link{color:var(--login-muted);text-align:center;margin-top:18px;font-size:14px}.signup-bottom-link a{color:var(--login-primary);font-weight:600;text-decoration:none}.login-social-button{border:1px solid var(--login-border);background:var(--login-surface);min-height:48px;color:var(--login-heading);box-shadow:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:600;display:inline-flex}.login-social-button:hover:not(:disabled){background:var(--login-surface-soft);transform:none}.login-social-mark{flex:none;place-items:center;display:inline-grid}.login-social-mark.google{color:#4285f4;border-radius:50%;width:18px;height:18px;font-size:16px;font-weight:700;line-height:1}.login-social-mark.microsoft{grid-template-columns:repeat(2,1fr);gap:2px;width:16px;height:16px}.login-social-mark.microsoft span:first-child{background:#f35325}.login-social-mark.microsoft span:nth-child(2){background:#81bc06}.login-social-mark.microsoft span:nth-child(3){background:#05a6f0}.login-social-mark.microsoft span:nth-child(4){background:#ffba08}.login-footer-note{color:#8b94a7;place-self:center;align-items:center;gap:8px;font-size:12px;display:inline-flex}[dir=rtl] .login-showcase{border-right:0;border-left:1px solid var(--login-divider);direction:rtl}[dir=rtl] .login-brand{text-align:right;flex-direction:row;justify-content:flex-start;justify-self:stretch;width:100%;margin-inline:0}[dir=rtl] .login-brand-copy{align-items:flex-end}[dir=rtl] .login-mobile-brand{text-align:right;flex-direction:row;justify-content:flex-start;margin-inline:auto 0}[dir=rtl] .login-mobile-brand-copy{align-items:flex-end}[dir=rtl] .login-showcase-content,[dir=rtl] .login-copy,[dir=rtl] .login-feature-list{text-align:right;justify-self:stretch;width:100%}[dir=rtl] .login-showcase-content{flex-direction:column;place-items:flex-end end;display:flex}[dir=rtl] .login-trust-badge,[dir=rtl] .login-copy,[dir=rtl] .login-feature-list,[dir=rtl] .login-copy p{margin-left:auto;margin-right:0}[dir=rtl] .login-feature-item{grid-template-columns:minmax(0,1fr) clamp(38px,3vw,52px)}[dir=rtl] .login-feature-icon{order:2}[dir=rtl] .login-feature-item>div:last-child{text-align:right}[dir=rtl] .login-illustration-wrap{order:3;align-self:flex-start;margin-top:18px;margin-bottom:16px}[dir=rtl] .login-feature-list{order:4}[dir=rtl] .login-illustration-wrap{justify-self:start}[data-theme=dark] .login-page{--login-background:#121621;--login-surface:#171c28;--login-surface-soft:#1d2331;--login-border:#2a3141;--login-divider:#252c3b;--login-heading:#f3f6fb;--login-text:#c7cfdd;--login-muted:#99a3b6;--login-placeholder:#7b8699;background:#121621}[data-theme=dark] .login-showcase{background:radial-gradient(circle at 85% 85%,#7b61ff29,#0000 30%),linear-gradient(#181b27 0%,#121723 100%)}[data-theme=dark] .login-theme-toggle,[data-theme=dark] .login-card,[data-theme=dark] .login-social-button,[data-theme=dark] .login-input-wrap,[data-theme=dark] .auth-language-switcher,[data-theme=dark] .signup-role-button{background:var(--login-surface)}[data-theme=dark] .login-trust-badge,[data-theme=dark] .login-feature-icon{background:#171b27}[data-theme=dark] .login-divider span{background:var(--login-surface)}[data-theme=dark] .auth-language-option.active,[data-theme=dark] .signup-role-button.active{background:#635bff24}@media (width<=900px){.login-page{grid-template-columns:1fr;height:100dvh}.login-showcase{display:none}.login-panel{height:100dvh;min-height:100dvh;padding:18px 16px 20px}.login-panel-topbar{width:100%}.login-card,.login-card.signup-card{width:min(100%,640px)}}@media (width<=640px){.login-panel-topbar{justify-content:space-between;align-items:flex-start}.login-top-link{white-space:normal;font-size:13px}.login-mobile-brand{display:inline-flex}.login-topbar-actions{justify-content:space-between;width:100%;margin-inline-start:0}.auth-language-switcher{order:2;justify-content:space-between;width:100%}.auth-language-option{flex:1 1 0;justify-content:center}.login-theme-toggle{order:1}.login-top-link{order:3;width:100%}.login-card,.login-card.signup-card{border-radius:18px;padding:20px 16px 18px}.login-social-row,.signup-grid-two{grid-template-columns:1fr}.signup-span-two{grid-column:auto}.signup-hint{display:none}}.field-error,.submit-error{color:#ff98a7;font-size:12px}.app-shell{min-height:100vh;transition:grid-template-columns var(--ease);grid-template-columns:280px 1fr;display:grid}.sidebar{border-right:1px solid var(--line);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--surface-soft) 100%, transparent));flex-direction:column;gap:14px;padding:12px 10px 10px;display:flex;position:relative}.sidebar-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;display:grid}.brand-lockup{align-items:center;gap:8px;min-width:0;display:flex}.sidebar-header-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.brand-logo{object-fit:contain;flex:none;width:30px;height:30px}.brand-mark{background:linear-gradient(180deg, color-mix(in srgb, var(--primary-soft) 84%, #fff 16%), color-mix(in srgb, var(--primary-soft) 100%, transparent));border:1px solid color-mix(in srgb, var(--primary) 18%, var(--line) 82%);width:40px;height:40px;color:var(--primary);letter-spacing:.08em;border-radius:14px;place-items:center;font-size:13px;font-weight:700;display:grid}.brand-copy{min-width:0;font-weight:500}.brand-copy h2{letter-spacing:-.01em;font-size:14px;font-weight:600}.brand-copy small{color:var(--muted);margin-top:2px;font-size:10px;display:block}.sidebar-overview-card,.sidebar-support-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, var(--surface-soft) 2%);border-radius:18px;padding:14px}.sidebar-overview-label,.sidebar-support-card span{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:700;display:inline-flex}.sidebar-overview-card strong,.sidebar-support-card strong{letter-spacing:-.02em;font-size:15px;display:block}.sidebar-overview-card p,.sidebar-support-card p{color:var(--muted);margin-top:6px;font-size:12px;line-height:1.5}.sidebar-nav{gap:12px;display:grid}.sidebar-group{gap:6px;display:grid}.sidebar-group-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;padding:0 8px;font-size:10px;font-weight:700}.sidebar-group-links{gap:8px;display:grid}.sidebar-nav a{color:#4b5563;min-height:48px;transition:background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease), box-shadow var(--ease);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:500;line-height:1;text-decoration:none;display:flex;position:relative}.sidebar-nav a svg{flex:none}.sidebar-nav a:hover{background:color-mix(in srgb, var(--surface) 92%, var(--primary-soft) 8%);color:#342fa2;border-color:#ece8ff}.sidebar-nav a.active:before{content:"";background:#5b4cf8;border-radius:999px;width:3px;position:absolute;top:10px;bottom:10px;left:6px}.sidebar-nav a.active{color:#0d0d0d;background:#f3f1ff;border:none;font-family:Cairo;font-size:small}.logout{background:color-mix(in srgb, var(--surface-soft) 100%, transparent);color:#4b5563;min-height:48px;box-shadow:none;border:1px solid #0000;justify-content:flex-start;align-items:center;gap:12px;margin-top:auto;padding:14px 16px;font-size:15px;font-weight:500;display:inline-flex}.logout:hover{color:#5b4cf8;background:#f4f2ff;border-color:#e7e3ff}.app-shell.sidebar-collapsed .sidebar{padding-left:12px;padding-right:12px}.app-shell.sidebar-collapsed .brand-copy,.app-shell.sidebar-collapsed .sidebar-overview-card,.app-shell.sidebar-collapsed .sidebar-support-card,.app-shell.sidebar-collapsed .sidebar-group-label,.app-shell.sidebar-collapsed .logout span,.app-shell.sidebar-collapsed .sidebar-nav a>span:not(.sidebar-nav-icon){display:none}.app-shell.sidebar-collapsed .sidebar-header{grid-template-columns:1fr;justify-items:center;gap:10px}.app-shell.sidebar-collapsed .brand-lockup{justify-content:center}.app-shell.sidebar-collapsed .sidebar-header-actions{order:-1;justify-content:center;width:100%}.app-shell.sidebar-collapsed .sidebar-nav a,.app-shell.sidebar-collapsed .logout{justify-content:center;padding-inline:0}[data-theme=dark] .main-zone{background:radial-gradient(circle at 100% 0, #8b80ff1f, transparent 18%), radial-gradient(circle at 0 100%, #8b80ff14, transparent 20%), linear-gradient(180deg, #101528 0%, var(--bg) 100%)}.topbar{z-index:60;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:var(--soft-shadow);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:14px 16px;display:flex;position:relative}.topbar-main{align-items:center;gap:12px;min-width:0;display:flex}.topbar-copy{min-width:0}.topbar-eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-flex}.topbar h1{letter-spacing:-.04em;margin-top:4px;font-size:24px;font-weight:700}.topbar p{color:var(--muted);margin-top:4px;font-size:13px}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.topbar-search{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);min-width:260px;color:var(--muted);border-radius:14px;align-items:center;gap:10px;padding:0 12px;display:inline-flex}.topbar-search-wrap{position:relative}.topbar-search input{box-shadow:none;background:0 0;border:0;padding-inline:0}.topbar-search input:focus{box-shadow:none}.topbar-search-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);z-index:120;border-radius:18px;width:min(360px,100vw - 32px);padding:10px;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-start:0;box-shadow:0 18px 40px -24px #1118273d}.topbar-search-panel-head{justify-content:space-between;align-items:center;gap:10px;padding:2px 4px 10px;display:flex}.topbar-search-panel-head span,.topbar-search-result-copy strong{color:var(--text);font-size:12px;font-weight:600}.topbar-search-panel-head small,.topbar-search-result-copy small,.topbar-search-empty{color:var(--muted);font-size:11px}.topbar-search-results{gap:4px;display:grid}.topbar-search-result{width:100%;min-height:44px;color:var(--text);box-shadow:none;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding-block:10px;padding-inline:12px;display:flex}.topbar-search-result:hover:not(:disabled){background:color-mix(in srgb, var(--primary-soft) 24%, transparent);transform:none}.topbar-search-result-main{align-items:center;gap:10px;min-width:0;display:inline-flex}.topbar-search-result-copy{text-align:start;justify-items:start;min-width:0;display:grid}.topbar-search-empty{margin:0;padding:8px 6px 4px}.topbar-date-pill,.role-pill{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);min-height:38px;color:color-mix(in srgb, var(--text) 88%, var(--muted) 12%);border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-size:12px;font-weight:600;display:inline-flex}.topbar-icon-link,.icon-button{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);width:38px;height:38px;color:var(--muted);transition:background var(--ease), border-color var(--ease), color var(--ease);border-radius:12px;place-items:center;padding:0;display:inline-grid}.topbar-icon-link{text-decoration:none}.topbar-icon-link:hover,.icon-button:hover{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 18%, var(--line) 82%);background:color-mix(in srgb, var(--surface) 88%, var(--primary-soft) 12%)}.theme-toggle{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);min-height:38px;color:var(--text);box-shadow:none;border-radius:999px;align-items:center;gap:8px;padding:0 13px;display:inline-flex}.theme-toggle:hover{box-shadow:none}.theme-toggle-icon{background:color-mix(in srgb, var(--primary-soft) 78%, transparent);width:24px;height:24px;color:var(--primary);border-radius:999px;place-items:center;display:inline-grid}.user-pill{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:999px;align-items:center;gap:10px;padding:7px 8px 7px 7px;display:inline-flex}.user-avatar{background:linear-gradient(180deg, var(--primary), var(--primary-strong));color:#fff;border-radius:999px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.user-copy strong,.user-copy span{line-height:1.35;display:block}.user-copy strong{font-size:12px;font-weight:700}.content{flex-direction:column;flex:1;gap:16px;min-height:0;display:flex}.panel{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 96%, transparent);box-shadow:var(--soft-shadow);padding:18px}.panel-header{margin-bottom:14px}.panel-kicker{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-flex}.panel-heading-row{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.panel-heading-row h3{letter-spacing:-.03em;margin-top:5px;font-size:18px}.panel-heading-side{text-align:right;min-width:96px}.panel-heading-side strong{letter-spacing:-.04em;font-size:24px;display:block}.panel-heading-side small{color:var(--muted);font-size:11px}.panel-inline-link{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}.inline-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px;display:grid}.form-error-text{color:#b42318;margin:-4px 0 14px;font-size:12px;font-weight:600}.row-end{justify-content:flex-end;margin-bottom:14px;display:flex}.table-wrap{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:18px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid color-mix(in srgb, var(--line) 84%, transparent);vertical-align:middle;padding:13px 14px;font-size:13px}tbody tr:last-child td{border-bottom:0}.badge-pill{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-muted) 100%, transparent);color:var(--muted);border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.inline-action,.toggle-pill{box-shadow:none}.action-group{flex-wrap:wrap;gap:8px;display:flex}.toggle-pill{background:color-mix(in srgb, var(--surface-muted) 100%, transparent);min-width:78px;color:var(--muted);border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;gap:6px;padding-inline:12px;display:inline-flex}.toggle-pill span{background:currentColor;border-radius:999px;width:8px;height:8px}.toggle-pill.on{color:var(--primary);background:color-mix(in srgb, var(--primary-soft) 82%, #fff 18%);border-color:color-mix(in srgb, var(--primary) 18%, var(--line) 82%)}.note-item{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:16px;padding:14px}.note-item.read{opacity:.78}.note-item h3{font-size:14px}.note-item p{color:var(--muted);margin:6px 0;font-size:13px;line-height:1.55}.note-item small{color:var(--muted);font-size:12px}.empty-state{border:1px dashed var(--line-strong);color:var(--muted);background:color-mix(in srgb, var(--surface-muted) 100%, transparent);border-radius:16px;padding:16px;font-size:13px}.dashboard-page{gap:16px;display:grid}.dashboard-hero{background:radial-gradient(circle at 0 0, #6559f41a, transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, transparent), color-mix(in srgb, var(--surface-soft) 100%, transparent));grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:16px;display:grid}.dashboard-chip{border:1px solid color-mix(in srgb, var(--primary) 18%, var(--line) 82%);background:color-mix(in srgb, var(--primary-soft) 84%, #fff 16%);color:var(--primary);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-hero h2{letter-spacing:-.05em;margin-top:12px;font-size:clamp(28px,3.4vw,40px);line-height:1.02}.dashboard-hero>div>p{color:var(--muted);margin-top:8px;font-size:14px;line-height:1.6}.dashboard-hero-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.dashboard-meta-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:18px;padding:13px}.dashboard-meta-card span,.dashboard-focus-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-flex}.dashboard-meta-card strong{letter-spacing:-.03em;margin-top:10px;font-size:15px;display:block}.dashboard-inline-note{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:999px;align-items:center;gap:8px;min-height:40px;margin-top:14px;padding:0 14px;display:inline-flex}.dashboard-inline-dot{background:var(--primary);border-radius:999px;width:8px;height:8px}.dashboard-inline-note p{color:var(--muted);margin:0;font-size:12px}.dashboard-hero-side,.dashboard-quick-links,.dashboard-command-stack,.dashboard-progress-stack,.dashboard-list-stack{gap:12px;display:grid}.dashboard-focus-card,.dashboard-action-card,.dashboard-metric-card,.dashboard-status-card,.dashboard-list-item{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:18px}.dashboard-focus-card{padding:16px}.dashboard-focus-card strong{letter-spacing:-.05em;margin-top:10px;font-size:34px;display:block}.dashboard-focus-card p{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.55}.dashboard-action-card{transition:transform var(--ease), border-color var(--ease), background var(--ease);grid-template-columns:42px 1fr;gap:12px;padding:13px;text-decoration:none;display:grid}.dashboard-action-card:hover{border-color:color-mix(in srgb, var(--primary) 18%, var(--line) 82%);background:color-mix(in srgb, var(--surface) 88%, var(--primary-soft) 12%);transform:translateY(-1px)}.dashboard-action-icon,.dashboard-metric-icon,.dashboard-list-avatar{background:color-mix(in srgb, var(--primary-soft) 86%, transparent);width:40px;height:40px;color:var(--primary);border-radius:14px;place-items:center;display:grid}.dashboard-action-card h3{font-size:14px}.dashboard-action-card p{color:var(--muted);margin-top:4px;font-size:12px}.dashboard-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-metric-card{padding:14px}.dashboard-metric-head{align-items:center;gap:10px;display:flex}.dashboard-metric-head p{color:var(--muted);font-size:12px}.dashboard-metric-card strong{letter-spacing:-.05em;margin-top:16px;font-size:28px;display:block}.dashboard-metric-card small{color:var(--muted);margin-top:6px;font-size:12px;line-height:1.5;display:block}.dashboard-content-grid{grid-template-columns:minmax(0,1.55fr) minmax(340px,.95fr);gap:16px;display:grid}.dashboard-primary-column,.dashboard-secondary-column{align-content:start;gap:16px;display:grid}.dashboard-chart-wrap{grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);align-items:center;gap:16px;display:grid}.dashboard-trend-chart{border:1px solid var(--line);background:linear-gradient(to top, color-mix(in srgb, var(--line) 32%, transparent) 1px, transparent 1px) 0 0 / 100% 26px, color-mix(in srgb, var(--surface) 98%, transparent);border-radius:20px;width:100%;height:240px;padding:12px}.dashboard-progress-row{gap:8px;display:grid}.dashboard-progress-copy{justify-content:space-between;align-items:center;gap:10px;display:flex}.dashboard-progress-copy span{color:var(--muted);font-size:12px}.dashboard-progress-copy strong{font-size:12px}.dashboard-progress-track{background:color-mix(in srgb, var(--surface-muted) 100%, transparent);border-radius:999px;height:8px;overflow:hidden}.dashboard-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), color-mix(in srgb, var(--primary) 74%, #fff 26%));height:100%;display:block}.dashboard-list-item{align-items:center;gap:12px;padding:12px;display:flex}.dashboard-list-copy{flex:1;min-width:0}.dashboard-list-copy strong{font-size:14px;display:block}.dashboard-list-copy p{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.5}.dashboard-list-meta{text-align:right;justify-items:end;gap:6px;display:grid}.dashboard-list-meta small{color:var(--muted);font-size:11px}.dashboard-control-row{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.dashboard-control-row strong{font-size:14px;display:block}.dashboard-control-row p,.dashboard-status-card p{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.55}.dashboard-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dashboard-status-grid.single-column{grid-template-columns:1fr}.dashboard-status-card{padding:14px}.dashboard-status-card span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-flex}.dashboard-status-card strong{letter-spacing:-.04em;margin-top:10px;font-size:24px;display:block}.analytics-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.analytics-summary-card,.analytics-progress-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 98%, transparent);border-radius:18px}.analytics-summary-card{padding:14px}.analytics-summary-card span,.analytics-progress-head span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.analytics-summary-card strong{letter-spacing:-.05em;margin-top:10px;font-size:28px;display:block}.analytics-summary-card p{color:var(--muted);margin-top:6px;font-size:12px;line-height:1.55}.analytics-progress-list{gap:12px;display:grid}.analytics-progress-card{padding:14px}.analytics-progress-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.analytics-progress-head strong{font-size:13px}.desktop-only{display:inline-grid}.mobile-only,.sidebar-overlay{display:none}[lang=ar] .app-shell.dashboard-shell-tone .sidebar,[lang=ar] .app-shell.dashboard-shell-tone .topbar,[lang=ar] .app-shell.dashboard-shell-tone .content,[lang=ar] .app-shell.dashboard-shell-tone .reference-dashboard{font-family:"Cairo", var(--font-sans)}@media (width<=1280px){.dashboard-hero,.dashboard-content-grid,.dashboard-chart-wrap{grid-template-columns:1fr}.dashboard-metric-grid,.analytics-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{justify-content:flex-start;width:100%}}@media (width<=960px){.app-shell{grid-template-columns:1fr}.sidebar{width:286px;transition:transform var(--ease);z-index:140;box-shadow:var(--shadow);position:fixed;inset:0 auto 0 0;transform:translate(-104%)}.sidebar.mobile-open{transform:translate(0)}.sidebar-overlay{z-index:130;background:#080c1747;border:0;border-radius:0;padding:0;display:block;position:fixed;inset:0}.desktop-only{display:none}.mobile-only{display:inline-grid}.main-zone{padding:12px}.topbar-search{width:100%;min-width:0}.user-copy span{display:none}[dir=rtl] .app-shell,[dir=rtl] .app-shell.sidebar-collapsed{grid-template-columns:1fr}[dir=rtl] .sidebar{border-left:0;inset:0 0 0 auto;transform:translate(104%)}[dir=rtl] .sidebar.mobile-open{transform:translate(0)}}@media (width<=720px){.auth-card,.panel,.dashboard-metric-card,.dashboard-focus-card,.dashboard-action-card,.dashboard-status-card,.dashboard-list-item,.dashboard-meta-card{border-radius:18px}.two-col,.dashboard-metric-grid,.dashboard-hero-meta,.dashboard-status-grid,.analytics-summary-grid{grid-template-columns:1fr}.panel-heading-row,.dashboard-control-row{flex-direction:column;align-items:flex-start}.panel-heading-side,.dashboard-list-meta{text-align:left;justify-items:start;width:100%}.topbar h1{font-size:21px}.dashboard-hero h2{font-size:30px}.user-pill,.role-pill,.topbar-date-pill{min-height:34px}th,td{padding:11px 12px}}input,select,textarea{background:var(--surface);border-radius:8px;padding:10px 12px}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}button{background:var(--primary);border-color:var(--primary);box-shadow:none;border-radius:8px;font-weight:600}button:hover:not(:disabled){background:var(--primary-strong);transform:none}.app-shell{grid-template-columns:264px 1fr}.sidebar{border-right:1px solid var(--line);background:var(--surface);gap:10px;padding:12px 10px 10px}.sidebar-header{min-height:32px}.brand-copy h2{letter-spacing:-.01em;font-size:13px}.brand-copy small{font-size:10px}.sidebar-group-label{color:#6b7280;letter-spacing:.08em;padding:0 8px;font-size:9px}.sidebar-nav a,.logout{color:#374151;border-radius:8px;gap:10px;min-height:40px;padding:10px 12px;font-size:14px}.sidebar-nav a:hover,.logout:hover{background:var(--surface-soft);border-color:var(--line);color:var(--text)}.sidebar-nav a.active{color:var(--primary);background:#f0f7ff;border-color:#dbeafe}.sidebar-nav a.active:before{background:var(--primary);top:8px;bottom:8px;left:4px}.logout{background:0 0}.main-zone{background:var(--bg);flex-direction:column;min-height:0;padding:16px 18px 20px;display:flex}.topbar{border:1px solid var(--line);background:var(--surface);box-shadow:none;border-radius:10px;margin-bottom:12px;padding:12px 14px}.topbar-eyebrow{color:var(--muted);letter-spacing:.04em;font-size:11px}.topbar h1{letter-spacing:-.02em;margin-top:2px;font-size:26px}.topbar p{font-size:13px;line-height:1.45}.topbar-search,.topbar-date-pill,.role-pill,.topbar-icon-link,.icon-button,.theme-toggle,.user-pill{background:var(--surface);box-shadow:none;border-radius:8px}.role-pill{color:var(--muted);background:var(--surface);border-color:var(--line)}.theme-toggle-icon,.user-avatar{background:var(--surface-soft);color:var(--text)}.content{gap:18px}.panel{box-shadow:none;background:0 0;border:0;padding:0}.panel-header{border-bottom:1px solid var(--line);margin-bottom:12px;padding-bottom:10px}.panel-header h2{letter-spacing:-.01em;font-size:16px}.panel-header p{margin-top:4px;font-size:13px;line-height:1.5}.module{overflow:hidden}.module+.module{margin-top:16px}.module-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px 10px;display:flex}.module-title{letter-spacing:-.01em;font-size:16px}.module-subtitle{color:var(--muted);margin-top:3px;font-size:13px;line-height:1.45}.table-wrap{border-radius:10px}table{background:var(--surface)}th,td{border-bottom:1px solid var(--line);padding:11px 14px;font-size:13px}th{background:var(--surface-soft);color:var(--muted);font-size:12px;font-weight:600}.badge-pill{background:var(--surface-soft);border-radius:999px;padding:3px 8px;font-size:11px}.badge-pill.ok{color:var(--ok);background:color-mix(in srgb, var(--ok) 10%, var(--surface) 90%);border-color:color-mix(in srgb, var(--ok) 24%, var(--line) 76%)}.badge-pill.warn{color:var(--warn);background:color-mix(in srgb, var(--warn) 10%, var(--surface) 90%);border-color:color-mix(in srgb, var(--warn) 24%, var(--line) 76%)}.inline-action{background:var(--surface);color:var(--primary);border-color:var(--line-strong);padding:8px 10px}.inline-action:hover:not(:disabled){background:var(--surface-soft);color:var(--primary-strong)}.row-end{margin-bottom:10px}.empty-state{color:#707793;background:#fafbff;border:1px dashed #e8eaf4;border-radius:14px;align-items:center;gap:12px;padding:16px;display:flex}.empty-state-icon{color:#7c84a2;background:#f2f4fb;border-radius:10px;flex:none;place-items:center;width:32px;height:32px;display:inline-grid}.empty-state p{margin:0;font-size:13px;line-height:1.5}.page-toolbar{margin-bottom:12px}.clinical-page{gap:16px;display:grid}.team-page,.team-workspace{--team-card-radius:24px;--team-card-padding:20px;--team-section-gap:20px;gap:18px;display:grid}.team-page{gap:20px}.team-page-header{display:grid}.team-page-header-copy{gap:6px;display:grid}.team-page-header-copy h3{color:var(--text);letter-spacing:-.03em;margin:0;font-size:24px;font-weight:600}.team-page-header-copy p{max-width:60ch;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.team-architecture{gap:var(--team-section-gap);grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);align-items:stretch;display:grid}.team-workspace-panel{min-width:0}.team-workspace-panel-create{grid-column:1}.team-workspace-panel-assign{grid-column:2}.team-workspace-panel-roster{grid-column:1/-1;justify-self:stretch;width:100%}.team-page,.team-page button,.team-page input,.team-page select,.team-page option{font-family:"Cairo", var(--font-sans)}.team-roster-head h4{letter-spacing:-.02em;margin:0;font-size:18px}.team-roster-head p,.team-form-footer p,.team-success-note p{color:var(--muted);font-size:13px;line-height:1.6}.team-action-card,.team-roster-card{border-radius:var(--team-card-radius);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);border:0}.team-card-shell,.team-roster-shell{padding:var(--team-card-padding);overflow:hidden}.team-create-card,.team-assign-card{flex-direction:column;height:100%;display:flex}.team-card-head{margin-bottom:14px}.team-card-copy{gap:6px;display:grid}.team-card-title{color:var(--text);letter-spacing:-.01em;margin:0;font-size:13px;font-weight:600}.team-card-copy p{max-width:42ch;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.team-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;display:grid}.team-form-stack{gap:12px;display:grid}.team-form-field label{color:var(--text);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.team-form-span-two{grid-column:span 2}.team-form-footer{justify-content:space-between;align-items:center;gap:14px;padding-top:6px;display:flex}.team-form-footer p{flex:auto;margin:0;font-size:12px;line-height:1.45}.team-form-footer button{white-space:nowrap}.team-primary-button,.team-soft-button{letter-spacing:-.01em;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s,color .18s,opacity .18s;display:inline-flex}.team-primary-button{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 92%, #fff 8%) 0%, color-mix(in srgb, var(--primary-active) 90%, #fff 10%) 100%);color:#fff;box-shadow:0 16px 30px -20px color-mix(in srgb, var(--primary) 54%, transparent), inset 0 1px 0 #ffffff38}.team-primary-button:hover:not(:disabled){box-shadow:0 20px 34px -22px color-mix(in srgb, var(--primary) 62%, transparent), inset 0 1px 0 #ffffff42;transform:translateY(-1px)}.team-primary-button-compact{min-width:164px}.team-soft-button{background:color-mix(in srgb, var(--primary) 9%, var(--surface) 91%);color:var(--primary);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 14%, var(--line) 86%);padding-inline:14px}.team-soft-button:hover:not(:disabled){background:color-mix(in srgb, var(--primary) 13%, var(--surface) 87%);transform:translateY(-1px)}.team-soft-button-danger{background:color-mix(in srgb, #ef4444 10%, var(--surface) 90%);color:#b42318;box-shadow:inset 0 0 0 1px color-mix(in srgb, #ef4444 16%, var(--line) 84%)}.team-soft-button-danger:hover:not(:disabled){background:color-mix(in srgb, #ef4444 14%, var(--surface) 86%);color:#991b1b}.team-primary-button:disabled,.team-soft-button:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}.team-success-note{background:color-mix(in srgb, var(--primary) 6%, var(--surface) 94%);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 14%, var(--line) 86%);border-radius:16px;margin-top:14px;padding:14px 15px}.team-success-note strong{font-size:13px;display:block}.team-success-note span{color:var(--text);font-weight:600}.team-card-footer-note{box-shadow:inset 0 .5px 0 var(--line);margin-top:auto;padding-top:16px}.team-card-footer-note strong{color:var(--text);font-size:12px;font-weight:600;display:block}.team-card-footer-note p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.55}.team-roster-head{box-shadow:inset 0 -1px 0 var(--line);justify-content:space-between;align-items:end;gap:18px;padding-bottom:18px;display:flex}.team-roster-copy{gap:6px;display:grid}.team-roster-copy p{max-width:56ch;margin:0}.team-roster-summary{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:600}.team-roster-list{display:grid}.team-member-row{box-shadow:inset 0 -1px 0 var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.team-member-row.is-highlighted{background:color-mix(in srgb, var(--primary) 7%, var(--surface) 93%)}.team-member-row:last-child{box-shadow:none}.team-member-main{align-items:center;gap:14px;min-width:0;display:flex}.team-member-avatar{background:color-mix(in srgb, var(--primary) 12%, var(--surface-soft) 88%);width:48px;height:48px;color:var(--primary);border-radius:14px;flex:none;place-items:center;font-size:13px;font-weight:700;display:inline-grid;overflow:hidden}.team-member-avatar img{object-fit:cover;width:100%;height:100%}.team-member-copy{min-width:0}.team-member-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.team-member-title-row strong{font-size:14px}.team-inline-badge{background:color-mix(in srgb, var(--primary) 10%, var(--surface) 90%);color:var(--primary);border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.team-member-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;margin-top:7px;font-size:12px;display:flex}.team-member-meta span{align-items:center;gap:6px;min-width:0;display:inline-flex}.team-member-side{flex:none;justify-items:end;gap:10px;display:grid}.team-license-line{color:var(--muted);font-size:12px}[lang=ar] .app-shell.dashboard-shell-tone .team-page,[lang=ar] .app-shell.dashboard-shell-tone .team-page button,[lang=ar] .app-shell.dashboard-shell-tone .team-page input,[lang=ar] .app-shell.dashboard-shell-tone .team-page select,[lang=ar] .app-shell.dashboard-shell-tone .team-page option{font-family:"Cairo", var(--font-sans)}[dir=rtl] .app-shell.dashboard-shell-tone .team-page{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .team-page-header-copy,[dir=rtl] .app-shell.dashboard-shell-tone .team-card-head,[dir=rtl] .app-shell.dashboard-shell-tone .team-roster-head,[dir=rtl] .app-shell.dashboard-shell-tone .team-card-footer-note,[dir=rtl] .app-shell.dashboard-shell-tone .team-member-copy,[dir=rtl] .app-shell.dashboard-shell-tone .team-member-side,[dir=rtl] .app-shell.dashboard-shell-tone .team-form-field,[dir=rtl] .app-shell.dashboard-shell-tone .team-form-footer{text-align:right}[dir=rtl] .app-shell.dashboard-shell-tone .team-card-head,[dir=rtl] .app-shell.dashboard-shell-tone .team-roster-head,[dir=rtl] .app-shell.dashboard-shell-tone .team-member-row,[dir=rtl] .app-shell.dashboard-shell-tone .team-member-main,[dir=rtl] .app-shell.dashboard-shell-tone .team-member-meta,[dir=rtl] .app-shell.dashboard-shell-tone .team-member-title-row,[dir=rtl] .app-shell.dashboard-shell-tone .team-form-footer{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .team-member-meta span{justify-content:flex-start}[dir=rtl] .app-shell.dashboard-shell-tone .team-member-side{justify-items:end}[dir=rtl] .app-shell.dashboard-shell-tone .team-success-note p,[dir=rtl] .app-shell.dashboard-shell-tone .team-form-footer p,[dir=rtl] .app-shell.dashboard-shell-tone .team-card-copy p,[dir=rtl] .app-shell.dashboard-shell-tone .team-roster-copy p,[dir=rtl] .app-shell.dashboard-shell-tone .team-card-footer-note p{text-align:right}.page-header{border-bottom:1px solid var(--line);padding-bottom:12px}.page-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600;display:inline-flex}.page-title{letter-spacing:-.02em;margin-top:4px;font-size:28px;line-height:1.1}.page-subtitle{color:var(--muted);margin-top:6px;font-size:14px;line-height:1.5}.summary-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.summary-item{border-right:1px solid var(--line);gap:2px;padding:12px 16px;display:grid}.summary-item:last-child{border-right:0}.summary-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:11px;font-weight:600}.summary-value{letter-spacing:-.02em;font-size:20px;font-weight:600}.summary-detail{color:var(--muted);font-size:13px}.workflow-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.95fr);align-items:start;gap:18px;display:grid}.workflow-main,.workflow-side{gap:16px;display:grid}.list-module{display:grid}.list-module.compact .list-row{padding-block:10px}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.list-row:last-child{border-bottom:0}.list-row.read{color:var(--muted)}.list-row-copy{min-width:0}.list-row-copy strong{font-size:14px;font-weight:600;display:block}.list-row-copy p{color:var(--muted);margin-top:3px;font-size:13px;line-height:1.5}.list-row-meta,.list-row-side{color:var(--muted);white-space:nowrap;font-size:12px}.list-row-side{justify-items:end;gap:6px;display:grid}.row-flag{color:var(--danger);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.lookup-panel{padding:14px 16px 0}.lookup-panel input{margin-bottom:12px}.lookup-empty{color:var(--muted);margin:0 0 14px;font-size:13px}.row-link,.panel-inline-link{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}.control-line{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.control-line strong{font-size:14px;font-weight:600;display:block}.control-line p{color:var(--muted);margin-top:3px;font-size:13px}.inline-form,.grid-form{padding:14px 16px 16px}@media (width<=1120px){.team-architecture{grid-template-columns:1fr;gap:20px}.team-workspace-panel-create,.team-workspace-panel-assign,.team-workspace-panel-roster{grid-column:auto;justify-self:stretch;width:100%}.summary-strip{grid-template-columns:1fr}.summary-item{border-right:0;border-bottom:1px solid var(--line)}.summary-item:last-child{border-bottom:0}}@media (width<=720px){.team-page-header-copy h3{font-size:22px}.page-title,.topbar h1{font-size:24px}.topbar{padding:12px}.team-card-shell,.team-roster-shell{padding-inline:14px}.module-header,.list-row,.inline-form,.grid-form,.control-line,.team-form-footer{padding-inline:12px}.list-row,.control-line,.module-header,.team-form-footer,.team-member-row{flex-direction:column;align-items:flex-start}.team-form-span-two{grid-column:span 1}.team-form-grid{grid-template-columns:1fr}.team-member-main{width:100%}.team-member-side{justify-items:start}.team-member-row{padding-inline:0}}:root{--ref-bg:#f7f8fc;--ref-surface:#fff;--ref-surface-soft:#f4f5fb;--ref-line:#ececf4;--ref-text:#171c34;--ref-muted:#8a8faa;--ref-primary:#5b4cf8;--ref-primary-soft:#f1efff;--ref-success:#22c55e;--ref-warning:#f4b740}body{background:var(--ref-bg);color:var(--ref-text);font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{grid-template-columns:248px 1fr;min-height:100vh}.app-shell.sidebar-collapsed{grid-template-columns:88px 1fr}.sidebar{border-inline-end:1px solid var(--ref-line);background:#fff;gap:22px;padding-block:18px 16px;padding-inline:14px}.sidebar-header{align-items:center;min-height:42px;padding:0 6px}.brand-lockup{gap:12px}.brand-logo{width:45px;height:45px}.brand-copy h2{color:#232848;letter-spacing:-.01em;font-size:15px;font-weight:700}.brand-copy small{color:var(--ref-muted);font-size:12px;font-weight:600;line-height:1.35}.sidebar-nav{gap:20px}.sidebar-group{gap:10px}.sidebar-group-label{color:#8a8faa;letter-spacing:.02em;padding-inline:10px;font-size:12px;font-weight:600}.sidebar-group-links{gap:6px}.sidebar-nav a{color:#646b89;text-align:start;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;min-height:46px;padding-block:12px;padding-inline:14px;font-size:small;font-weight:600;display:flex}.sidebar-nav a:hover{color:#394061;background:#f7f7fd;border-color:#0000}.sidebar-nav a.active{color:#a17ceb;background:#f3f1ff}.sidebar-nav a.active:before{display:none}.sidebar-nav-icon{flex:0 0 20px;justify-content:center;align-items:center;block-size:20px;inline-size:20px;display:inline-flex}.sidebar-nav-icon svg{width:18px;height:18px}.sidebar-chevron{color:#b2b7ca;margin-inline-start:auto}.sidebar-badge{min-width:20px;height:20px;color:var(--ref-primary);background:#eeebff;border-radius:999px;place-items:center;margin-inline-start:auto;padding:0 5px;font-size:11px;font-weight:600;display:inline-grid}.sidebar-footer-cards{gap:12px;margin-top:auto;display:grid}.app-shell.sidebar-collapsed .sidebar-footer-cards{justify-items:center}.sidebar-theme-card,.sidebar-profile-card{border:1px solid var(--ref-line);color:#4d5473;width:100%;box-shadow:none;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.sidebar-profile-card.is-danger{border-color:color-mix(in srgb, var(--danger) 22%, var(--ref-line) 78%);background:color-mix(in srgb, var(--danger) 8%, #fff 92%);color:var(--danger)}.sidebar-profile-icon{background:color-mix(in srgb, var(--danger) 12%, #fff 88%);width:38px;height:38px;color:var(--danger);border-radius:14px;flex:none;place-items:center;display:inline-grid}.sidebar-theme-card,.sidebar-profile-card,.header-dropdown-trigger,.user-pill-trigger{box-shadow:none}.sidebar-theme-card:hover,.sidebar-profile-card:hover{background:#fff;border-color:#e5e7f4}.app-shell.sidebar-collapsed .sidebar-theme-card,.app-shell.sidebar-collapsed .sidebar-profile-card{border-radius:16px;justify-content:center;width:56px;min-height:56px;padding:10px}.sidebar-theme-main{align-items:center;gap:12px;min-width:0;display:inline-flex}.sidebar-theme-icon{width:32px;height:32px;color:var(--ref-primary);background:#f4f3ff;border-radius:10px;flex:none;place-items:center;display:inline-grid}.sidebar-theme-copy,.sidebar-profile-copy{text-align:start;justify-items:start;min-width:0;display:grid}.sidebar-theme-label,.sidebar-profile-copy strong{color:#28304d;font-size:14px;font-weight:600}.sidebar-theme-copy small,.sidebar-profile-copy small{color:#8a8faa;margin-top:2px;font-size:12px;font-weight:600;line-height:1.35}.app-shell.sidebar-collapsed .sidebar-theme-copy,.app-shell.sidebar-collapsed .sidebar-profile-copy,.app-shell.sidebar-collapsed .sidebar-theme-switch,.app-shell.sidebar-collapsed .sidebar-profile-card svg{display:none}.app-shell.sidebar-collapsed .sidebar-theme-main{gap:0}.sidebar-theme-switch{background:#e7e9f4;border-radius:999px;flex:none;width:36px;height:20px;position:relative}.sidebar-theme-switch span{width:16px;height:16px;transition:transform var(--ease);background:#fff;border-radius:50%;position:absolute;inset-block-start:2px;inset-inline-start:2px;box-shadow:0 2px 4px #11182724}.sidebar-theme-switch.active{background:var(--ref-primary)}.sidebar-theme-switch.active span{transform:translate(16px)}.sidebar-profile-avatar,.user-avatar,.reference-avatar{color:#fff;background:linear-gradient(#8b7cff 0%,#5b4cf8 100%);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:inline-grid}img.sidebar-profile-avatar,img.user-avatar,img.reference-avatar{object-fit:cover;color:#0000;background:#eceff8;display:block}.main-zone{background:var(--ref-bg);padding:0}.topbar{border:0;border-bottom:1px solid var(--ref-line);background:#fff;border-radius:0;justify-content:space-between;min-height:74px;margin:0;padding:16px 24px}.topbar h1{color:#1d2340;letter-spacing:-.01em;margin:0;font-family:Cairo;font-size:22px;font-weight:700}.topbar-copy .topbar-eyebrow,.topbar-copy p{display:none}.topbar-actions{gap:14px}.header-dropdown{z-index:70;position:relative}.header-dropdown-trigger{border:1px solid var(--ref-line);color:#a5a5a5;min-height:40px;box-shadow:none;background:#fff;border-radius:10px;align-items:center;gap:8px;padding-inline:12px;font-size:13px;font-weight:500;display:inline-flex}.header-dropdown-trigger:hover,.header-dropdown-trigger:focus-visible{color:#5f6368;background:#f3f4f6;border-color:#e5e7eb}.header-dropdown-menu{border:1px solid var(--ref-line);z-index:40;background:#fff;border-radius:14px;gap:4px;min-width:184px;padding:8px;display:grid;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0}.header-dropdown-item,.header-dropdown-link{color:#989898;text-align:start;background:0 0;border:0;border-radius:10px;align-items:center;width:100%;min-height:40px;padding-inline:12px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.header-dropdown-item:hover,.header-dropdown-link:hover{color:#4b5563;background:#f3f4f6}.header-dropdown-item.active{color:#374151;background:#f3f4f6}.header-dropdown-item.danger{color:#ba2e43}.topbar-search{border:1px solid var(--ref-line);min-width:260px;height:40px;color:var(--ref-muted);background:#fff;border-radius:10px;gap:8px;padding-inline:12px}.topbar-search input{color:#636985;font-size:13px}.search-shortcut{color:#a2a8bd;border:1px solid #ececf5;border-radius:6px;justify-content:center;align-items:center;min-width:28px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.topbar-icon-link{color:#616887;background:0 0;border:0;border-radius:10px;width:38px;height:38px;position:relative}.topbar-icon-link:hover{color:#31395f;background:#f6f6fc}.topbar-notification-link{overflow:visible}.cp-toast-stack{z-index:2000;gap:10px;width:min(420px,100vw - 36px);display:grid;position:fixed;top:18px;right:18px}.cp-toast-stack.is-rtl{left:18px;right:auto}.cp-toast{background:color-mix(in srgb, var(--surface) 86%, var(--surface-soft) 14%);border:1px solid color-mix(in srgb, var(--text) 10%, transparent);box-shadow:0 18px 48px color-mix(in srgb, var(--text) 14%, transparent);color:var(--text);cursor:pointer;text-align:left;border-radius:18px;grid-template-columns:44px 1fr 32px;align-items:center;gap:12px;padding:12px;display:grid}.rtl-shell .cp-toast{text-align:right}.cp-toast:hover{box-shadow:0 20px 60px color-mix(in srgb, var(--text) 18%, transparent);transform:translateY(-1px)}.cp-toast-avatar{background:color-mix(in srgb, var(--chat-accent-soft) 70%, var(--surface) 30%);border:1px solid color-mix(in srgb, var(--chat-accent) 20%, transparent);border-radius:16px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.cp-toast-avatar img{object-fit:cover;width:100%;height:100%}.cp-toast-fallback{color:var(--chat-accent-strong);font-weight:700}.cp-toast-body{gap:4px;min-width:0;display:grid}.cp-toast-top{justify-content:space-between;align-items:baseline;gap:12px;min-width:0;display:flex}.cp-toast-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden}.cp-toast-time{color:color-mix(in srgb, var(--text) 55%, transparent);flex-shrink:0;font-size:11px;font-weight:600}.cp-toast-preview{color:color-mix(in srgb, var(--text) 70%, transparent);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.cp-toast-close{width:32px;height:32px;color:color-mix(in srgb, var(--text) 60%, transparent);background:0 0;border-radius:12px;place-items:center;display:grid}.cp-toast-close:hover{background:color-mix(in srgb, var(--muted) 48%, var(--surface) 52%);color:var(--text)}[data-theme=dark] .cp-toast{background:color-mix(in srgb, var(--surface) 76%, var(--surface-soft) 24%);border-color:color-mix(in srgb, var(--text) 14%, transparent);box-shadow:0 18px 54px #00000070}.topbar-badge{background:var(--ref-primary);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:inline-grid;position:absolute;inset-block-start:-3px;inset-inline-end:-3px}.user-pill{background:0 0;border:0;border-radius:0;gap:12px;padding:0}.user-pill-trigger{min-height:44px;box-shadow:none;background:#fff;border:1px solid #0000;border-radius:12px;padding-block:6px;padding-inline:6px 10px}.user-pill-trigger:hover,.user-pill-trigger:focus-visible{color:#4b5563;background:#f3f4f6;border-color:#e5e7eb;transform:none}.user-copy strong{color:#1f2544;font-size:13px;font-weight:600}.user-copy span{color:#8a8faa;font-size:12px}.content{padding:24px}.app-shell{align-items:stretch;height:100dvh;min-height:100dvh;overflow:hidden}.sidebar{overscroll-behavior:contain;scrollbar-gutter:stable;height:100dvh;position:sticky;top:0;overflow:hidden auto}.main-zone{overscroll-behavior:contain;min-width:0;height:100dvh;overflow:hidden auto}.app-shell.messages-route .main-zone{min-height:0;overflow:hidden}.app-shell.messages-route .content{flex:1;width:100%;min-height:0;overflow:hidden}.content{min-width:0}@media (width<=960px){.app-shell{height:100vh;min-height:100vh}.sidebar{height:100dvh;position:fixed;top:0}.main-zone{height:100dvh}}.reference-dashboard-copy h2{font-family:Cairo;font-size:24px}.reference-dashboard-copy p{font-size:14px}.reference-date-chip{min-height:42px;padding:0 14px;font-size:13px}.panel{border:1px solid var(--ref-line);background:#fff;border-radius:16px;padding:18px}.panel-header{border:0;margin-bottom:14px;padding:0}.panel-header h2{color:#222846;font-size:16px;font-weight:700}.panel-header p{color:#8b90aa;margin-top:4px;font-size:12px}.table-wrap,.module,.form-module{border:1px solid var(--ref-line);background:#fff;border-radius:16px}th{color:#8a8faa;background:#fafbff;font-size:11px;font-weight:600}td{color:#38405f;font-size:12px}.badge-pill{border:0;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:600}.badge-pill.ok{color:var(--ref-primary);background:#f0edff}.badge-pill.warn{color:#ad7a17;background:#fff5dd}.inline-action,.reference-secondary-button{color:var(--ref-primary);box-shadow:none;background:#fff;border:1px solid #e7e9f4}.inline-action:hover:not(:disabled),.reference-secondary-button:hover:not(:disabled){color:var(--ref-primary);background:#f8f8fe}.reference-dashboard{gap:16px;display:grid}.reference-dashboard-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.reference-dashboard-copy h2{color:#1f2544;letter-spacing:-.01em;font-size:16px;font-weight:700}.reference-dashboard-copy p{color:#8a8faa;margin-top:5px;font-size:12px;line-height:1.5}.reference-date-chip{border:1px solid var(--ref-line);color:#5e6687;background:#fff;border-radius:10px;align-items:center;gap:8px;padding-block:8px;padding-inline:12px;font-size:12px;font-weight:500;display:inline-flex}.reference-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.reference-stat-card{border:1px solid var(--ref-line);background:#fff;border-radius:14px;padding:22px 16px 16px}.reference-stat-head{align-items:center;gap:12px;display:flex}.reference-stat-icon{color:#fff;background:linear-gradient(#6f63ff 0%,#5648f8 100%);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;display:inline-grid}.reference-stat-label{color:#848aa6;font-size:11px;line-height:1.4;display:block}.reference-stat-value{color:#202648;margin-top:4px;font-size:14px;font-weight:700;display:block}.reference-stat-trend{color:#8c91ab;margin-top:16px;font-size:11px}.reference-stat-trend span{color:#16a34a;font-weight:600}.reference-grid{gap:14px;display:grid}.reference-grid-bottom{grid-template-columns:minmax(0,1.12fr) minmax(360px,.78fr)}.reference-grid-single{grid-template-columns:1fr}.reference-card{border:1px solid var(--ref-line);background:#fff;border-radius:14px;padding:14px 16px}.reference-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.reference-card-header h3{color:#1f2544;font-size:14px;font-weight:500}.reference-link{color:var(--ref-primary);font-size:11px;font-weight:600;text-decoration:none}.reference-list,.reference-request-list{display:grid}.reference-appointment-row,.reference-request-row{border-top:1px solid var(--ref-line);grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;display:grid}.reference-appointment-row:first-child,.reference-request-row:first-child{border-top:0;padding-top:0}.reference-appointment-copy strong,.reference-request-copy strong{color:#202749;font-size:12px;font-weight:600;display:block}.reference-appointment-copy p,.reference-request-copy p{color:#949ab1;margin-top:3px;font-size:11px;line-height:1.45}.reference-appointment-meta,.reference-request-meta{color:#8b90aa;text-align:end;justify-items:end;gap:6px;font-size:11px;display:grid}.reference-status-chip{border-radius:999px;justify-content:center;align-items:center;min-width:70px;height:24px;padding:0 10px;font-size:10px;font-weight:600;display:inline-flex}.reference-status-chip.confirmed,.reference-status-chip.reviewed{color:var(--ref-primary);background:#f0edff}.reference-status-chip.pending{color:#a56f16;background:#fff4dd}.reference-avatar.avatar-0{background:linear-gradient(#d6a788 0%,#b97453 100%)}.reference-avatar.avatar-1{background:linear-gradient(#7d9fd4 0%,#5f79b0 100%)}.reference-avatar.avatar-2{background:linear-gradient(#a18ee6 0%,#7566c6 100%)}.reference-avatar.avatar-3,.reference-avatar.neutral{background:linear-gradient(#95a1b8 0%,#6b728a 100%)}.reference-readiness{grid-template-columns:132px minmax(0,1fr);align-items:center;gap:20px;display:grid}.reference-donut{place-items:center;width:132px;height:132px;display:grid;position:relative}.reference-donut svg{width:132px;height:132px;transform:rotate(-90deg)}.reference-donut circle{fill:none;stroke:#ececf5;stroke-width:10px}.reference-donut circle.progress{stroke:var(--ref-primary);stroke-linecap:round}.reference-donut-copy{text-align:center;justify-items:center;display:grid;position:absolute}.reference-donut-copy strong{color:#202648;font-size:16px;font-weight:700}.reference-donut-copy span{color:#7d849f;margin-top:2px;font-size:11px}.reference-readiness-list{gap:12px;display:grid}.reference-readiness-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.reference-readiness-label{color:#747c98;align-items:center;gap:10px;font-size:11px;display:inline-flex}.reference-dot,.reference-mini-status{background:#eef8f2;border-radius:50%;width:18px;height:18px;display:inline-block;position:relative}.reference-dot:before,.reference-mini-status:before{content:"";background:currentColor;border-radius:50%;position:absolute;inset:5px}.reference-dot.ok,.reference-mini-status.ok{color:#5bc26d;background:#eaf8ee}.reference-dot.warn,.reference-mini-status.warn{color:#f3b63f;background:#fff7df}.reference-readiness-meta{color:#8187a1;align-items:center;gap:10px;font-size:11px;display:inline-flex}.reference-inline-action{border-top:1px solid var(--ref-line);color:#727996;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:12px;font-size:11px;display:flex}@media (width<=1180px){.reference-stat-grid,.reference-grid-bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-search{min-width:220px}}@media (width<=960px){.app-shell{grid-template-columns:1fr}.sidebar{width:240px}.topbar{flex-wrap:wrap;padding:12px 16px}.topbar-main{justify-content:space-between;width:100%}.topbar-actions{justify-content:flex-start;width:100%}.content{padding:16px}.reference-dashboard-header,.reference-grid-bottom{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.reference-date-chip{width:auto}.reference-readiness{grid-template-columns:120px minmax(0,1fr);gap:16px}}@media (width<=760px){.reference-stat-grid,.reference-grid-bottom,.reference-readiness{grid-template-columns:1fr}.reference-dashboard-header,.reference-card-header,.reference-inline-action{flex-direction:column;align-items:flex-start}.topbar{gap:12px;padding:12px}.topbar-actions{grid-template-columns:repeat(3,auto);justify-content:space-between;align-items:center;gap:8px;width:100%;display:grid}.topbar-search{order:-1;grid-column:1/-1;width:100%;min-width:0}.topbar-search-wrap{order:-1;grid-column:1/-1;width:100%}.topbar-search-panel{width:100%}.search-shortcut,.header-dropdown-trigger span,.user-copy{display:none}.header-dropdown-trigger,.user-pill-trigger{justify-content:center;min-width:42px;padding:0 10px}.topbar-icon-link{width:42px;height:42px}.content{padding:12px}.reference-dashboard{gap:12px}.reference-date-chip{justify-content:center;width:100%}.reference-stat-card,.reference-card{padding:14px}.reference-card-header{margin-bottom:12px}.reference-card-header h3{font-size:13px}.reference-appointment-row,.reference-request-row{grid-template-columns:38px minmax(0,1fr);gap:10px}.reference-appointment-meta,.reference-request-meta{grid-column:2;justify-items:start;margin-top:2px}.reference-readiness-row{flex-direction:column;align-items:flex-start}.reference-readiness-meta{gap:8px}.reference-inline-action,.reference-inline-action .reference-secondary-button{width:100%}}@media (width<=520px){.topbar h1{font-size:18px}.reference-dashboard-copy h2{font-size:15px}.reference-dashboard-copy p{font-size:11px}.reference-stat-grid{gap:10px}}.app-shell.dashboard-shell-tone{--trade-primary:#7e238b;--trade-primary-active:#6845ab;--trade-on-primary:#fff;--trade-ink:#000;--trade-ink-soft:#211922;--trade-canvas:#fff;--trade-surface:#fff;--trade-surface-soft:#fbfbf9;--trade-surface-card:#f6f6f3;--trade-surface-elevated:#fff;--trade-body:#33332e;--trade-muted:#62625b;--trade-muted-strong:#91918c;--trade-line:#dadad3;--trade-line-soft:#e5e5e0;--trade-up:#103c25;--trade-up-bg:#c7f0da;--trade-radius-md:16px;--trade-radius-lg:32px;--trade-radius-xl:32px;color:var(--trade-body);background:var(--trade-surface-soft)}.app-shell.dashboard-shell-tone .sidebar{background:color-mix(in srgb, var(--trade-canvas) 92%, var(--trade-surface-soft) 8%);box-shadow:inset calc(-.5px * var(--shell-inline-shadow-direction,1)) 0 0 #11182714;border-inline-end:0;padding:16px 12px 14px}.app-shell.dashboard-shell-tone .sidebar-header{min-height:46px;padding:0 6px}.app-shell.dashboard-shell-tone .brand-copy h2{color:var(--trade-primary);font-family:"Inter", var(--font-sans);letter-spacing:-.02em;font-size:14px;font-weight:600}.app-shell.dashboard-shell-tone .brand-copy small{color:var(--trade-muted);font-size:11px;font-weight:600;line-height:1.4}.app-shell.dashboard-shell-tone .sidebar-toggle-button{width:36px;height:36px;color:var(--trade-primary);box-shadow:none;background:#7e238b0f;border:0;border-radius:12px;justify-content:center;align-items:center;padding:0;display:inline-flex}.app-shell.dashboard-shell-tone .sidebar-toggle-button:hover:not(:disabled){color:var(--trade-primary);background:#7e238b1f}.app-shell.dashboard-shell-tone .sidebar-nav{gap:18px}.app-shell.dashboard-shell-tone .sidebar-group{gap:8px}.app-shell.dashboard-shell-tone .sidebar-group-label{color:var(--trade-muted);letter-spacing:.04em;text-transform:uppercase;padding:0 10px;font-size:11px;font-weight:600}.app-shell.dashboard-shell-tone .sidebar-group-links{gap:4px}.app-shell.dashboard-shell-tone .sidebar-nav a{color:#33332eba;background:0 0;border-radius:14px;gap:11px;min-height:40px;padding:10px 12px;font-size:12px;font-weight:600}.app-shell.dashboard-shell-tone .sidebar-nav a svg{width:18px;height:18px}.app-shell.dashboard-shell-tone .sidebar-nav a:hover{color:var(--trade-ink);background:#1118270a}.app-shell.dashboard-shell-tone .sidebar-nav a.active{color:var(--trade-primary);box-shadow:none;background:#7e238b14}.app-shell.dashboard-shell-tone .sidebar-nav a.active:before{display:none}.app-shell.dashboard-shell-tone .sidebar-chevron{color:var(--trade-muted)}.app-shell.dashboard-shell-tone .sidebar-badge{background:var(--trade-primary);min-width:18px;height:18px;color:var(--trade-on-primary);padding:0 5px;font-size:10px;font-weight:700}.app-shell.dashboard-shell-tone .sidebar-footer-cards{gap:10px}.app-shell.dashboard-shell-tone .sidebar-theme-card,.app-shell.dashboard-shell-tone .sidebar-profile-card{color:var(--trade-body);background:#11182709;border:0;border-radius:18px;padding:12px;box-shadow:inset 0 0 0 .5px #1118270f}.app-shell.dashboard-shell-tone .sidebar-profile-card.is-danger{background:color-mix(in srgb, var(--danger) 7%, transparent);box-shadow:inset 0 0 0 .5px color-mix(in srgb, var(--danger) 20%, transparent);color:var(--danger)}.app-shell.dashboard-shell-tone .sidebar-profile-icon{background:color-mix(in srgb, var(--danger) 12%, transparent);color:var(--danger)}.app-shell.dashboard-shell-tone .sidebar-theme-card:hover,.app-shell.dashboard-shell-tone .sidebar-profile-card:hover{background:#7e238b0f}.app-shell.dashboard-shell-tone .sidebar-theme-icon{width:30px;height:30px;color:var(--trade-primary);background:#7e238b14;border-radius:12px}.app-shell.dashboard-shell-tone .sidebar-theme-label,.app-shell.dashboard-shell-tone .sidebar-profile-copy strong{color:var(--trade-body);font-size:12px;font-weight:600}.app-shell.dashboard-shell-tone .sidebar-theme-copy small,.app-shell.dashboard-shell-tone .sidebar-profile-copy small{color:var(--trade-muted);font-size:11px;font-weight:600;line-height:1.4}.app-shell.dashboard-shell-tone .sidebar-theme-switch{background:var(--trade-line);width:34px;height:19px}.app-shell.dashboard-shell-tone .sidebar-theme-switch span{width:16px;height:16px;box-shadow:none;inset-block-start:1.5px;inset-inline-start:1.5px}.app-shell.dashboard-shell-tone .sidebar-theme-switch.active{background:var(--trade-primary)}.app-shell.dashboard-shell-tone .sidebar-theme-switch.active span{background:var(--trade-on-primary);box-shadow:none;transform:translateX(calc(15px * var(--shell-switch-translate-direction,1)))}.app-shell.dashboard-shell-tone .sidebar-profile-avatar,.app-shell.dashboard-shell-tone .user-avatar,.app-shell.dashboard-shell-tone .reference-avatar{background:var(--trade-primary);color:var(--trade-on-primary)}.app-shell.dashboard-shell-tone .sidebar-profile-avatar{width:36px;height:36px;font-size:12px}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar{padding-inline:10px}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-header{grid-template-columns:1fr;justify-items:center;gap:10px;padding-inline:0}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-header-actions{order:-1;justify-content:center;width:100%}.app-shell.dashboard-shell-tone.sidebar-collapsed .brand-lockup{justify-content:center}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-nav{justify-items:center;gap:16px}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-group-links{justify-items:center}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-group-links>div{justify-items:center;width:48px;display:grid}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-nav a,.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-theme-card,.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-profile-card{border-radius:16px;justify-content:center;width:48px;min-height:48px;padding:0}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-theme-main{gap:0}.app-shell.dashboard-shell-tone.sidebar-collapsed .sidebar-theme-icon{background:0 0;border-radius:10px;width:24px;height:24px}.app-shell.dashboard-shell-tone .main-zone{background:linear-gradient(180deg, var(--trade-surface-soft) 0%, var(--trade-canvas) 220px)}.app-shell.dashboard-shell-tone .topbar{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);z-index:80;background:#ffffffd1;border-bottom:0;box-shadow:inset 0 -.5px #11182714}.app-shell.dashboard-shell-tone .topbar h1{color:var(--trade-ink);font-family:"Inter", var(--font-sans);font-size:21px;font-weight:600}.app-shell.dashboard-shell-tone .header-dropdown-menu{background:#fffffff0;border:0;border-radius:18px;box-shadow:0 18px 42px #11182714,inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .header-dropdown-item,.app-shell.dashboard-shell-tone .header-dropdown-link{color:var(--trade-body);font-size:12px}.app-shell.dashboard-shell-tone .header-dropdown-item:hover,.app-shell.dashboard-shell-tone .header-dropdown-link:hover,.app-shell.dashboard-shell-tone .header-dropdown-item.active{background:var(--trade-surface-card);color:var(--trade-ink)}.app-shell.dashboard-shell-tone .header-dropdown-trigger,.app-shell.dashboard-shell-tone .topbar-search,.app-shell.dashboard-shell-tone .user-pill-trigger{color:var(--trade-body);background:#ffffffc7;border:0;border-radius:18px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .header-dropdown-trigger:hover,.app-shell.dashboard-shell-tone .header-dropdown-trigger:focus-visible,.app-shell.dashboard-shell-tone .user-pill-trigger:hover,.app-shell.dashboard-shell-tone .user-pill-trigger:focus-visible,.app-shell.dashboard-shell-tone .topbar-icon-link:hover{color:var(--trade-ink);background:#7e238b0f}.app-shell.dashboard-shell-tone .header-dropdown-trigger,.app-shell.dashboard-shell-tone .user-pill-trigger,.app-shell.dashboard-shell-tone .topbar-search{min-height:42px}.app-shell.dashboard-shell-tone .topbar-search-panel{background:#fffffff0;border:0;border-radius:20px;box-shadow:0 18px 42px #11182714,inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .topbar-search input,.app-shell.dashboard-shell-tone .topbar-search input::placeholder{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .search-shortcut{color:var(--trade-muted);background:#ffffff0d;border:0;border-radius:999px;box-shadow:inset 0 0 0 .5px #ffffff14}.app-shell.dashboard-shell-tone .topbar-icon-link{color:var(--trade-body);background:#ffffffc7;border:0;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .topbar-badge{background:var(--trade-primary);color:var(--trade-on-primary)}.app-shell.dashboard-shell-tone .user-copy strong{color:var(--trade-ink)}.app-shell.dashboard-shell-tone .user-copy span{color:var(--trade-muted);font-size:11px}.app-shell.dashboard-shell-tone .content{background:0 0}.app-shell.dashboard-shell-tone .reference-dashboard{gap:24px;padding-bottom:12px}.app-shell.dashboard-shell-tone .reference-dashboard-header{padding:4px 0}.app-shell.dashboard-shell-tone .reference-dashboard-copy h2{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.04em;font-size:large;font-weight:700}.app-shell.dashboard-shell-tone .reference-dashboard-copy p{color:var(--trade-muted);font-family:"Inter", var(--font-sans);margin-top:8px;font-size:16px}.app-shell.dashboard-shell-tone .reference-date-chip{border:1px solid var(--trade-line);background:var(--trade-surface);min-height:44px;color:var(--trade-body);border-radius:999px}.app-shell.dashboard-shell-tone .reference-stat-grid{gap:16px}.app-shell.dashboard-shell-tone .reference-stat-card,.app-shell.dashboard-shell-tone .reference-card{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:var(--trade-surface);box-shadow:none}.app-shell.dashboard-shell-tone .reference-stat-card{padding:24px}.app-shell.dashboard-shell-tone .reference-stat-head{align-items:flex-start}.app-shell.dashboard-shell-tone .reference-stat-icon{width:40px;height:40px;color:var(--trade-primary);background:#7e238b1a;border-radius:999px}.app-shell.dashboard-shell-tone .reference-stat-label{color:var(--trade-muted);font-family:"Inter", var(--font-sans);text-transform:none;letter-spacing:0;font-size:12px;font-weight:600}.app-shell.dashboard-shell-tone .reference-stat-value{color:var(--trade-primary);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;font-size:medium;font-weight:700;line-height:1.1}.app-shell.dashboard-shell-tone .reference-stat-trend{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .reference-stat-trend span{color:var(--trade-primary)}.app-shell.dashboard-shell-tone .reference-card{padding:24px}.app-shell.dashboard-shell-tone .reference-card-header h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);font-size:medium;font-weight:600}.app-shell.dashboard-shell-tone .reference-link{color:var(--trade-primary);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .reference-appointment-row,.app-shell.dashboard-shell-tone .reference-request-row{border-top:1px solid var(--trade-line);padding:14px 0}.app-shell.dashboard-shell-tone .reference-appointment-copy strong,.app-shell.dashboard-shell-tone .reference-request-copy strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);font-size:14px}.app-shell.dashboard-shell-tone .reference-appointment-copy p,.app-shell.dashboard-shell-tone .reference-request-copy p{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .reference-appointment-meta,.app-shell.dashboard-shell-tone .reference-request-meta{color:var(--trade-muted-strong);font-size:12px}.app-shell.dashboard-shell-tone .reference-status-chip{border-radius:999px;min-width:78px;height:26px;font-size:11px;font-weight:600}.app-shell.dashboard-shell-tone .reference-status-chip.confirmed,.app-shell.dashboard-shell-tone .reference-status-chip.reviewed{color:var(--trade-up);background:var(--trade-up-bg)}.app-shell.dashboard-shell-tone .reference-status-chip.pending{color:var(--trade-primary);background:#7e238b1f}.app-shell.dashboard-shell-tone .reference-avatar.avatar-0{background:#7e238b}.app-shell.dashboard-shell-tone .reference-avatar.avatar-1{background:#6845ab}.app-shell.dashboard-shell-tone .reference-avatar.avatar-2{background:#9a59c4}.app-shell.dashboard-shell-tone .reference-avatar.avatar-3,.app-shell.dashboard-shell-tone .reference-avatar.neutral{background:#b183d3}.app-shell.dashboard-shell-tone .reference-readiness{grid-template-columns:140px minmax(0,1fr)}.app-shell.dashboard-shell-tone .reference-donut circle{stroke:var(--trade-line)}.app-shell.dashboard-shell-tone .reference-donut circle.progress{stroke:var(--trade-primary)}.app-shell.dashboard-shell-tone .reference-donut-copy strong{color:var(--trade-primary);font-family:"Inter", var(--font-sans);font-size:28px}.app-shell.dashboard-shell-tone .reference-donut-copy span,.app-shell.dashboard-shell-tone .reference-readiness-label,.app-shell.dashboard-shell-tone .reference-readiness-meta,.app-shell.dashboard-shell-tone .reference-inline-action{color:var(--trade-muted-strong)}.app-shell.dashboard-shell-tone .reference-dot.ok,.app-shell.dashboard-shell-tone .reference-mini-status.ok{color:var(--trade-up);background:var(--trade-up-bg)}.app-shell.dashboard-shell-tone .reference-dot.warn,.app-shell.dashboard-shell-tone .reference-mini-status.warn{color:var(--trade-primary);background:#7e238b1f}.app-shell.dashboard-shell-tone .reference-inline-action{border-top:1px solid var(--trade-line)}.app-shell.dashboard-shell-tone .reference-secondary-button{border-radius:var(--trade-radius-md);background:var(--trade-primary);color:var(--trade-on-primary);font-family:"Inter", var(--font-sans);border:1px solid #0000;font-size:14px;font-weight:600}.app-shell.dashboard-shell-tone .reference-secondary-button:hover:not(:disabled){background:var(--trade-primary-active);color:var(--trade-on-primary)}.app-shell.dashboard-shell-tone .empty-state{border:1px dashed var(--trade-line);background:var(--trade-surface-card);color:var(--trade-muted)}.app-shell.dashboard-shell-tone .empty-state-icon{color:var(--trade-primary);background:#7e238b1a}@media (width<=760px){.app-shell.dashboard-shell-tone .reference-dashboard-copy h2{font-size:24px}.app-shell.dashboard-shell-tone .reference-stat-value{font-size:medium}.app-shell.dashboard-shell-tone .reference-card,.app-shell.dashboard-shell-tone .reference-stat-card{padding:16px}}.app-shell.dashboard-shell-tone .panel{border:0px solid var(--trade-line);border-radius:var(--trade-radius-lg);background:0 0;padding:0}.app-shell.dashboard-shell-tone .panel-header{margin:0;padding:4px 4px 20px}.app-shell.dashboard-shell-tone .panel-header h2{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.04em;font-size:28px;font-weight:700}.app-shell.dashboard-shell-tone .panel-header p{color:var(--trade-muted);margin-top:8px;font-size:16px;line-height:1.5}.app-shell.dashboard-shell-tone .table-wrap,.app-shell.dashboard-shell-tone .module,.app-shell.dashboard-shell-tone .form-module{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:var(--trade-surface)}.app-shell.dashboard-shell-tone .table-wrap{overflow:hidden}.app-shell.dashboard-shell-tone table{border-collapse:collapse;width:100%}.app-shell.dashboard-shell-tone th{background:var(--trade-surface-card);color:var(--trade-muted);text-transform:none;border-bottom:1px solid var(--trade-line);font-size:12px;font-weight:700}.app-shell.dashboard-shell-tone td{color:var(--trade-body);border-bottom:1px solid var(--trade-line-soft);font-size:13px}.app-shell.dashboard-shell-tone tr:last-child td{border-bottom:0}.app-shell.dashboard-shell-tone .badge-pill{border-radius:999px;min-height:28px;padding:0 12px;font-size:11px;font-weight:700}.app-shell.dashboard-shell-tone .badge-pill.neutral{color:var(--trade-muted);background:var(--trade-surface-card)}.app-shell.dashboard-shell-tone .badge-pill.ok{color:var(--trade-up);background:var(--trade-up-bg)}.app-shell.dashboard-shell-tone .badge-pill.warn{color:var(--trade-primary);background:#7e238b1f}.app-shell.dashboard-shell-tone .badge-pill.info{color:#2563eb;background:#2563eb1f}.app-shell.dashboard-shell-tone .inline-action,.app-shell.dashboard-shell-tone .panel-inline-link{border-radius:var(--trade-radius-md);min-height:40px;color:var(--trade-primary);box-shadow:none;background:#7e238b1a;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .inline-action:hover:not(:disabled),.app-shell.dashboard-shell-tone .panel-inline-link:hover{color:var(--trade-primary-active);background:#7e238b29}.app-shell.dashboard-shell-tone .consultation-summary-grid{gap:16px;margin-bottom:24px}.app-shell.dashboard-shell-tone .consultation-page,.app-shell.dashboard-shell-tone .consultation-page button,.app-shell.dashboard-shell-tone .consultation-page input,.app-shell.dashboard-shell-tone .consultation-page textarea,.app-shell.dashboard-shell-tone .consultation-page select{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .consultation-page .badge-pill,.app-shell.dashboard-shell-tone .consultation-page .consultation-note-text,.app-shell.dashboard-shell-tone .consultation-page .consultation-request-cell span,.app-shell.dashboard-shell-tone .consultation-page .consultation-patient-cell span,.app-shell.dashboard-shell-tone .consultation-page .consultation-filter-meta,.app-shell.dashboard-shell-tone .consultation-page .consultation-list-card-bottom,.app-shell.dashboard-shell-tone .consultation-page .consultation-attachment-card span{font-size:11px}.app-shell.dashboard-shell-tone .consultation-page .consultation-overview-head h3,.app-shell.dashboard-shell-tone .consultation-page .consultation-panel-head h4,.app-shell.dashboard-shell-tone .consultation-page .consultation-detail-user h3{font-size:18px}.app-shell.dashboard-shell-tone .consultation-page .consultation-detail-card h4,.app-shell.dashboard-shell-tone .consultation-page .consultation-request-cell strong,.app-shell.dashboard-shell-tone .consultation-page .consultation-patient-cell strong{font-size:14px}.app-shell.dashboard-shell-tone .consultation-page .consultation-overview-head p,.app-shell.dashboard-shell-tone .consultation-page .consultation-detail-card>p,.app-shell.dashboard-shell-tone .consultation-page .consultation-note-text{line-height:1.5}.app-shell.dashboard-shell-tone .consultation-kicker,.app-shell.dashboard-shell-tone .consultation-panel-kicker{color:var(--trade-primary);font-size:12px;font-weight:700;display:inline-block}.app-shell.dashboard-shell-tone .consultation-overview-shell{border-radius:var(--trade-radius-lg);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#ffffffb8;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:16px;margin-bottom:18px;padding:14px 18px;display:grid}.app-shell.dashboard-shell-tone .consultation-overview-head h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.04em;margin-top:10px;font-size:22px;line-height:1.2}.app-shell.dashboard-shell-tone .consultation-overview-head p{color:var(--trade-muted);max-width:44ch;margin-top:8px;font-size:13px;line-height:1.55}.app-shell.dashboard-shell-tone .consultation-overview-rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.app-shell.dashboard-shell-tone .consultation-metric-card{background:#7e238b0d;border-radius:20px;padding:12px 14px}.app-shell.dashboard-shell-tone .consultation-metric-top{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.app-shell.dashboard-shell-tone .consultation-metric-top span{color:var(--trade-muted);font-size:12px;font-weight:700}.app-shell.dashboard-shell-tone .consultation-metric-top strong{color:var(--trade-primary);letter-spacing:-.03em;font-size:22px;font-weight:700}.app-shell.dashboard-shell-tone .consultation-metric-chart{background:#7e238b1f;border-radius:999px;height:6px;margin-top:10px;position:relative;overflow:hidden}.app-shell.dashboard-shell-tone .consultation-metric-chart span{border-radius:inherit;background:linear-gradient(90deg, var(--trade-primary) 0%, #ba8ad6 100%);display:block;position:absolute;inset:0 auto 0 0}.app-shell.dashboard-shell-tone .consultation-summary-card{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:var(--trade-surface);padding:20px}.app-shell.dashboard-shell-tone .consultation-summary-card span{color:var(--trade-muted);font-size:12px;font-weight:700}.app-shell.dashboard-shell-tone .consultation-summary-card strong{color:var(--trade-primary);font-family:"Inter", var(--font-sans);margin-top:10px;font-size:30px;font-weight:700}.app-shell.dashboard-shell-tone .consultation-summary-card p{color:var(--trade-muted);margin-top:8px;font-size:13px}.app-shell.dashboard-shell-tone .consultation-filter-bar{border:1px solid var(--trade-line);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#ffffffc7;border-radius:999px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:12px 16px;display:flex}.app-shell.dashboard-shell-tone .consultation-filter-chip{background:var(--trade-surface-card);min-height:40px;color:var(--trade-body);border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-filter-chip strong{min-width:22px;height:22px;color:var(--trade-primary);background:#7e238b1a;border-radius:999px;place-items:center;font-size:11px;display:inline-grid}.app-shell.dashboard-shell-tone .consultation-notification-strip{gap:16px;margin-bottom:24px}.app-shell.dashboard-shell-tone .consultation-alert-card{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:linear-gradient(180deg, #7e238b0f 0%, var(--trade-surface) 100%);padding:18px}.app-shell.dashboard-shell-tone .consultation-alert-head strong,.app-shell.dashboard-shell-tone .consultation-alert-title,.app-shell.dashboard-shell-tone .consultation-patient-cell strong,.app-shell.dashboard-shell-tone .consultation-request-cell strong,.app-shell.dashboard-shell-tone .consultation-detail-user h3,.app-shell.dashboard-shell-tone .consultation-detail-card h4{color:var(--trade-ink)}.app-shell.dashboard-shell-tone .consultation-alert-head p,.app-shell.dashboard-shell-tone .consultation-alert-meta,.app-shell.dashboard-shell-tone .consultation-patient-cell span,.app-shell.dashboard-shell-tone .consultation-request-cell span,.app-shell.dashboard-shell-tone .consultation-detail-user p,.app-shell.dashboard-shell-tone .consultation-detail-card>p,.app-shell.dashboard-shell-tone .consultation-note-text{color:var(--trade-muted)}.app-shell.dashboard-shell-tone .consultation-patient-avatar{border-radius:999px}.app-shell.dashboard-shell-tone .consultation-workspace{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);gap:20px}.app-shell.dashboard-shell-tone .consultation-panel-head h4{color:var(--trade-ink);letter-spacing:-.03em;margin-top:6px;font-size:20px;font-weight:700}.app-shell.dashboard-shell-tone .consultation-panel-head p{max-width:260px;color:var(--trade-muted);text-align:right;font-size:12px;line-height:1.55}.app-shell.dashboard-shell-tone .consultation-panel-head-compact{padding:0 0 16px}.app-shell.dashboard-shell-tone .consultation-panel-head-compact p{text-align:left}.app-shell.dashboard-shell-tone .consultation-queue-panel,.app-shell.dashboard-shell-tone .consultation-focus-card{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:var(--trade-surface)}.app-shell.dashboard-shell-tone .consultation-list-card{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:var(--trade-surface);text-align:left;color:inherit;gap:14px;padding:18px;display:grid}.app-shell.dashboard-shell-tone .consultation-list-card.is-selected{background:linear-gradient(180deg, #7e238b14 0%, var(--trade-surface) 100%);border-color:#7e238b47}.app-shell.dashboard-shell-tone .consultation-list-card-bottom{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .consultation-focus-card{padding:20px}.app-shell.dashboard-shell-tone .consultation-focus-meta{border-top:1px solid var(--trade-line-soft);margin-top:18px;padding-top:16px}.app-shell.dashboard-shell-tone .consultation-focus-meta span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .consultation-focus-meta strong{color:var(--trade-ink);margin-top:6px;font-size:14px;font-weight:700;display:block}.app-shell.dashboard-shell-tone .consultation-detail-header,.app-shell.dashboard-shell-tone .consultation-detail-card{border:1px solid var(--trade-line);border-radius:var(--trade-radius-md);background:var(--trade-surface)}.app-shell.dashboard-shell-tone .consultation-detail-section-head,.app-shell.dashboard-shell-tone .consultation-field-label{color:var(--trade-ink)}.app-shell.dashboard-shell-tone .consultation-chip{border:1px solid var(--trade-line);background:var(--trade-surface-card);color:var(--trade-body);border-radius:999px}.app-shell.dashboard-shell-tone .consultation-contact-grid span,.app-shell.dashboard-shell-tone .consultation-proposal-summary span{color:var(--trade-muted);text-transform:none;letter-spacing:0}.app-shell.dashboard-shell-tone .consultation-contact-grid strong,.app-shell.dashboard-shell-tone .consultation-proposal-summary strong{color:var(--trade-ink)}.app-shell.dashboard-shell-tone .consultation-attachment-card{border-radius:var(--trade-radius-md);background:#7e238b0d;border:0;min-height:68px}.app-shell.dashboard-shell-tone .consultation-attachment-card strong{color:var(--trade-ink);font-size:12px;font-weight:700}.app-shell.dashboard-shell-tone .consultation-attachment-card span{color:var(--trade-muted)}.app-shell.dashboard-shell-tone .consultation-primary-action{border-radius:var(--trade-radius-md);background:var(--trade-primary);min-height:44px;color:var(--trade-on-primary);border:1px solid #0000;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:700;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-action-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-shell.dashboard-shell-tone .consultation-action-toggle{min-height:36px;color:var(--trade-primary);background:#7e238b14;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-action-toggle:hover{background:#7e238b24}.app-shell.dashboard-shell-tone .consultation-action-note{margin-top:10px;margin-bottom:0}.app-shell.dashboard-shell-tone .consultation-form-grid{margin-top:16px}.app-shell.dashboard-shell-tone .appointment-page,.app-shell.dashboard-shell-tone .appointment-page button,.app-shell.dashboard-shell-tone .appointment-page a,.app-shell.dashboard-shell-tone .appointment-page summary{font-family:"Inter", var(--font-sans)}.app-shell.dashboard-shell-tone .appointment-page{font-size:13px}.app-shell.dashboard-shell-tone .appointment-header{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:16px;margin-bottom:18px;display:grid}.app-shell.dashboard-shell-tone .appointment-header-copy h3{color:var(--trade-ink);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .appointment-header-copy p{max-width:52ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .appointment-kicker{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .appointment-primary-button{background:var(--trade-primary);min-height:38px;color:var(--trade-on-primary);border-radius:999px;justify-self:end;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .appointment-primary-button:hover{background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .appointment-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .appointment-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .appointment-stat-cell+.appointment-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .appointment-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .appointment-stat-cell strong{color:var(--trade-ink);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .appointment-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .appointment-dashboard{grid-template-columns:minmax(0,1.72fr) minmax(280px,.88fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .appointment-queue-shell,.app-shell.dashboard-shell-tone .appointment-sidebar-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .appointment-queue-shell{min-width:0}.app-shell.dashboard-shell-tone .appointment-shell-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:16px 18px 12px;display:flex}.app-shell.dashboard-shell-tone .appointment-shell-label{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .appointment-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .appointment-shell-head p{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .appointment-table-wrap{background:0 0;border:0;border-radius:0 0 24px 24px;min-width:0}.app-shell.dashboard-shell-tone .appointment-sidebar-shell{padding:16px 18px}.app-shell.dashboard-shell-tone .appointment-sidebar-section+.appointment-sidebar-section{margin-top:16px}.app-shell.dashboard-shell-tone .appointment-sidebar-divider{background:#11182714;height:.5px;margin-top:16px}.app-shell.dashboard-shell-tone .appointment-side-head{color:var(--trade-ink);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .appointment-side-list,.app-shell.dashboard-shell-tone .appointment-health-list{gap:0;margin-top:14px;display:grid}.app-shell.dashboard-shell-tone .appointment-side-row,.app-shell.dashboard-shell-tone .appointment-health-row{border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.app-shell.dashboard-shell-tone .appointment-side-row+.appointment-side-row,.app-shell.dashboard-shell-tone .appointment-health-row+.appointment-health-row{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .appointment-side-copy strong,.app-shell.dashboard-shell-tone .appointment-health-row strong{color:var(--trade-ink);font-size:13px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .appointment-side-copy p,.app-shell.dashboard-shell-tone .appointment-health-row span,.app-shell.dashboard-shell-tone .appointment-side-note,.app-shell.dashboard-shell-tone .appointment-side-meta span{color:var(--trade-muted);font-size:11px;line-height:1.5}.app-shell.dashboard-shell-tone .appointment-side-meta{justify-items:end;gap:6px;display:grid}.app-shell.dashboard-shell-tone .appointment-page .table-wrap{background:0 0;border:0}.app-shell.dashboard-shell-tone .appointment-page th{color:var(--trade-muted);background:0 0;border-bottom:0;padding:0 16px 12px;font-size:11px;font-weight:600}.app-shell.dashboard-shell-tone .appointment-page td{vertical-align:top;border-bottom:0;padding:14px 16px;font-size:12px}.app-shell.dashboard-shell-tone .appointment-page tbody tr{background:0 0}.app-shell.dashboard-shell-tone .appointment-page tbody tr+tr td{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .appointment-time-cell strong,.app-shell.dashboard-shell-tone .appointment-patient-copy strong,.app-shell.dashboard-shell-tone .appointment-visit-cell strong{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .appointment-time-cell span,.app-shell.dashboard-shell-tone .appointment-patient-copy span,.app-shell.dashboard-shell-tone .appointment-visit-cell span{color:var(--trade-muted);margin-top:3px;font-size:11px;line-height:1.47;display:block}.app-shell.dashboard-shell-tone .appointment-patient-cell{align-items:center;gap:12px;display:flex}.app-shell.dashboard-shell-tone .appointment-patient-cell .consultation-patient-avatar{width:34px;height:34px}.app-shell.dashboard-shell-tone .appointment-visit-cell{min-width:0}.app-shell.dashboard-shell-tone .appointment-row-action-cell{width:56px}.app-shell.dashboard-shell-tone .appointment-row-menu{display:inline-block;position:relative}.app-shell.dashboard-shell-tone .appointment-row-menu summary{list-style:none}.app-shell.dashboard-shell-tone .appointment-row-menu summary::-webkit-details-marker{display:none}.app-shell.dashboard-shell-tone .appointment-row-menu-trigger{width:32px;height:32px;color:var(--trade-primary);cursor:pointer;background:#7e238b14;border-radius:999px;place-items:center;display:inline-grid}.app-shell.dashboard-shell-tone .appointment-row-menu-trigger:hover{background:#7e238b24}.app-shell.dashboard-shell-tone .appointment-row-menu-popover{z-index:8;background:#fffffffa;border-radius:16px;gap:4px;min-width:176px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 40px -24px #11182747,inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .appointment-row-menu-item,.app-shell.dashboard-shell-tone .appointment-row-menu-empty{min-height:34px;color:var(--trade-ink);border-radius:12px;align-items:center;padding:0 12px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.app-shell.dashboard-shell-tone .appointment-row-menu-item{background:0 0}.app-shell.dashboard-shell-tone .appointment-row-menu-item:hover:not(:disabled){background:#7e238b0f}.app-shell.dashboard-shell-tone .appointment-row-menu-empty{color:var(--trade-muted)}.app-shell.dashboard-shell-tone .appointment-page .badge-pill{border-radius:999px;min-height:24px;padding:0 10px;font-size:12px;font-weight:600}.app-shell.dashboard-shell-tone .analytics-page,.app-shell.dashboard-shell-tone .analytics-page button,.app-shell.dashboard-shell-tone .analytics-page a{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .analytics-page{font-size:13px}.app-shell.dashboard-shell-tone .analytics-header{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:16px;margin-bottom:18px;display:grid}.app-shell.dashboard-shell-tone .analytics-header-copy h3{color:var(--trade-ink);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .analytics-header-copy p{max-width:52ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .analytics-kicker{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .analytics-primary-button{background:var(--trade-primary);min-height:38px;color:var(--trade-on-primary);border-radius:999px;justify-self:end;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .analytics-primary-button:hover{background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .analytics-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .analytics-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .analytics-stat-cell+.analytics-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .analytics-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .analytics-stat-cell strong{color:var(--trade-ink);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .analytics-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .analytics-dashboard{grid-template-columns:minmax(0,1.72fr) minmax(280px,.88fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .analytics-main-shell,.app-shell.dashboard-shell-tone .analytics-side-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .analytics-main-shell{min-width:0;overflow:hidden}.app-shell.dashboard-shell-tone .analytics-shell-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:16px 18px 12px;display:flex}.app-shell.dashboard-shell-tone .analytics-shell-label{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .analytics-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .analytics-shell-head p{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .analytics-signal-table{padding-bottom:8px}.app-shell.dashboard-shell-tone .analytics-signal-head,.app-shell.dashboard-shell-tone .analytics-signal-row{grid-template-columns:minmax(220px,1.35fr) minmax(160px,1fr) 84px 108px;align-items:center;gap:14px;padding-inline:18px;display:grid}.app-shell.dashboard-shell-tone .analytics-signal-head{color:var(--trade-muted);padding-top:4px;padding-bottom:12px;font-size:11px;font-weight:600}.app-shell.dashboard-shell-tone .analytics-signal-list{display:grid}.app-shell.dashboard-shell-tone .analytics-signal-row{padding-top:14px;padding-bottom:14px}.app-shell.dashboard-shell-tone .analytics-signal-row+.analytics-signal-row{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .analytics-signal-metric{align-items:center;gap:12px;min-width:0;display:flex}.app-shell.dashboard-shell-tone .analytics-signal-icon{width:34px;height:34px;color:var(--trade-primary);background:#7e238b14;border-radius:12px;flex:none;place-items:center;display:inline-grid}.app-shell.dashboard-shell-tone .analytics-signal-copy strong,.app-shell.dashboard-shell-tone .analytics-signal-value strong,.app-shell.dashboard-shell-tone .analytics-side-copy strong,.app-shell.dashboard-shell-tone .analytics-health-row strong{color:var(--trade-ink);font-size:13px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .analytics-signal-copy span,.app-shell.dashboard-shell-tone .analytics-side-copy p,.app-shell.dashboard-shell-tone .analytics-health-row span,.app-shell.dashboard-shell-tone .analytics-side-note,.app-shell.dashboard-shell-tone .analytics-shell-head p{color:var(--trade-muted);font-size:11px;line-height:1.5}.app-shell.dashboard-shell-tone .analytics-signal-track-bar{background:#1118270f;border-radius:999px;height:8px;position:relative;overflow:hidden}.app-shell.dashboard-shell-tone .analytics-signal-track-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--trade-primary) 0%, #b779ff 100%);position:absolute;inset:0 auto 0 0}.app-shell.dashboard-shell-tone .analytics-signal-value,.app-shell.dashboard-shell-tone .analytics-signal-badge{justify-self:end}.app-shell.dashboard-shell-tone .analytics-side-shell{padding:16px 18px}.app-shell.dashboard-shell-tone .analytics-side-section+.analytics-side-section{margin-top:16px}.app-shell.dashboard-shell-tone .analytics-side-divider{background:#11182714;height:.5px;margin-top:16px}.app-shell.dashboard-shell-tone .analytics-side-head{color:var(--trade-ink);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .analytics-side-list,.app-shell.dashboard-shell-tone .analytics-health-list{gap:0;margin-top:14px;display:grid}.app-shell.dashboard-shell-tone .analytics-side-row,.app-shell.dashboard-shell-tone .analytics-health-row{border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.app-shell.dashboard-shell-tone .analytics-side-row+.analytics-side-row,.app-shell.dashboard-shell-tone .analytics-health-row+.analytics-health-row{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .analytics-side-meta{justify-items:end;gap:6px;display:grid}.app-shell.dashboard-shell-tone .analytics-side-note{margin-top:14px}@media (width<=1180px){.app-shell.dashboard-shell-tone .consultation-overview-shell,.app-shell.dashboard-shell-tone .appointment-dashboard,.app-shell.dashboard-shell-tone .analytics-dashboard{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .consultation-overview-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell.dashboard-shell-tone .appointment-header,.app-shell.dashboard-shell-tone .analytics-header{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .appointment-primary-button,.app-shell.dashboard-shell-tone .analytics-primary-button{justify-self:start}.app-shell.dashboard-shell-tone .appointment-stats-strip,.app-shell.dashboard-shell-tone .analytics-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-shell.dashboard-shell-tone .panel-header h2{font-size:24px}.app-shell.dashboard-shell-tone .panel-header p{font-size:14px}.app-shell.dashboard-shell-tone .consultation-summary-grid{gap:12px}.app-shell.dashboard-shell-tone .consultation-overview-shell{padding:14px}.app-shell.dashboard-shell-tone .consultation-overview-head h3{font-size:20px}.app-shell.dashboard-shell-tone .consultation-overview-rail{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .appointment-stats-strip,.app-shell.dashboard-shell-tone .analytics-stats-strip{grid-template-columns:1fr 1fr}.app-shell.dashboard-shell-tone .consultation-filter-bar,.app-shell.dashboard-shell-tone .consultation-panel-head,.app-shell.dashboard-shell-tone .consultation-panel-head-compact,.app-shell.dashboard-shell-tone .consultation-action-header{flex-direction:column;align-items:flex-start}.app-shell.dashboard-shell-tone .consultation-filter-meta,.app-shell.dashboard-shell-tone .consultation-panel-head p{white-space:normal;text-align:left}.app-shell.dashboard-shell-tone .consultation-queue-list,.app-shell.dashboard-shell-tone .consultation-focus-card{padding:16px}.app-shell.dashboard-shell-tone .consultation-queue-list{padding-top:0}.app-shell.dashboard-shell-tone .consultation-workspace{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .appointment-side-row,.app-shell.dashboard-shell-tone .appointment-health-row,.app-shell.dashboard-shell-tone .analytics-side-row,.app-shell.dashboard-shell-tone .analytics-health-row{flex-direction:column}.app-shell.dashboard-shell-tone .appointment-side-meta,.app-shell.dashboard-shell-tone .analytics-side-meta{justify-items:start}.app-shell.dashboard-shell-tone .analytics-signal-head{display:none}.app-shell.dashboard-shell-tone .analytics-signal-row{grid-template-columns:1fr;padding-top:14px;padding-bottom:14px}.app-shell.dashboard-shell-tone .analytics-signal-track,.app-shell.dashboard-shell-tone .analytics-signal-value,.app-shell.dashboard-shell-tone .analytics-signal-badge{justify-self:start}.app-shell.dashboard-shell-tone .appointment-page .appointment-table thead{display:none}.app-shell.dashboard-shell-tone .appointment-page .appointment-table,.app-shell.dashboard-shell-tone .appointment-page .appointment-table tbody,.app-shell.dashboard-shell-tone .appointment-page .appointment-table tr,.app-shell.dashboard-shell-tone .appointment-page .appointment-table td{width:100%;display:block}.app-shell.dashboard-shell-tone .appointment-page .appointment-table tr{background:#ffffffd6;border-radius:18px;margin-bottom:12px;padding:14px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .appointment-page .appointment-table td{box-shadow:none;padding:8px 0}.app-shell.dashboard-shell-tone .appointment-page .appointment-table td:before{content:attr(data-label);color:var(--trade-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.app-shell.dashboard-shell-tone .appointment-page .action-group{justify-content:flex-start}.app-shell.dashboard-shell-tone .appointment-row-action-cell{width:100%}.app-shell.dashboard-shell-tone .appointment-row-menu-popover{left:0;right:auto}}@media (width<=560px){.app-shell.dashboard-shell-tone .appointment-stats-strip,.app-shell.dashboard-shell-tone .analytics-stats-strip{grid-template-columns:1fr}}[lang=ar] .app-shell.dashboard-shell-tone .appointment-page,[lang=ar] .app-shell.dashboard-shell-tone .appointment-page button,[lang=ar] .app-shell.dashboard-shell-tone .appointment-page a,[lang=ar] .app-shell.dashboard-shell-tone .appointment-page summary{font-family:"Cairo", var(--font-sans)}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-page{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-header-copy,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-shell-head,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-side-row,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-health-row,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-patient-cell,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-visit-cell,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-time-cell{text-align:right}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-header{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-primary-button{justify-self:start}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-shell-head,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-side-row,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-health-row{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-side-meta{text-align:left;justify-items:start}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-row-menu-popover{left:0;right:auto}[dir=rtl] .app-shell.dashboard-shell-tone .appointment-page th,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-page td,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-side-copy p,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-side-note,[dir=rtl] .app-shell.dashboard-shell-tone .appointment-shell-head p{text-align:right}[dir=rtl] .app-shell.dashboard-shell-tone .analytics-page,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-header,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-shell-head,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-signal-head,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-signal-row,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-side-row,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-health-row{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .analytics-header-copy,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-shell-head,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-signal-copy,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-side-copy,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-health-row,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-side-note{text-align:right}[dir=rtl] .app-shell.dashboard-shell-tone .analytics-primary-button{justify-self:start}[dir=rtl] .app-shell.dashboard-shell-tone .analytics-stat-cell+.analytics-stat-cell:before{inset:14px 0 14px auto}[dir=rtl] .app-shell.dashboard-shell-tone .analytics-signal-track-bar span{inset:0 0 0 auto}[dir=rtl] .app-shell.dashboard-shell-tone .analytics-signal-value,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-signal-badge,[dir=rtl] .app-shell.dashboard-shell-tone .analytics-side-meta{justify-self:start;justify-items:start}.app-shell.dashboard-shell-tone .consultation-page,.app-shell.dashboard-shell-tone .consultation-page button,.app-shell.dashboard-shell-tone .consultation-page input,.app-shell.dashboard-shell-tone .consultation-page textarea,.app-shell.dashboard-shell-tone .consultation-page a{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .consultation-page{font-size:13px}.app-shell.dashboard-shell-tone .consultation-header{grid-template-columns:minmax(240px,.84fr) minmax(0,1.16fr);align-items:center;gap:16px;margin-bottom:18px;display:grid}.app-shell.dashboard-shell-tone .consultation-kicker,.app-shell.dashboard-shell-tone .consultation-panel-kicker{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .consultation-header-copy h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .consultation-header-copy p{max-width:54ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .consultation-primary-link{background:var(--trade-primary);min-height:38px;color:var(--trade-on-primary);border-radius:999px;justify-self:end;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-primary-link:hover{background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .consultation-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .consultation-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .consultation-stat-cell+.consultation-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .consultation-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .consultation-stat-cell strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .consultation-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .consultation-workspace{grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .consultation-queue-shell,.app-shell.dashboard-shell-tone .consultation-detail-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .consultation-shell-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:16px 18px 12px;display:flex}.app-shell.dashboard-shell-tone .consultation-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .consultation-shell-head p{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .consultation-filter-strip{justify-content:space-between;align-items:center;gap:14px;padding:0 18px 14px;display:flex}.app-shell.dashboard-shell-tone .consultation-filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.app-shell.dashboard-shell-tone .consultation-filter-chip{min-height:34px;color:var(--trade-ink);background:#7e238b0f;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-filter-chip strong{min-width:20px;height:20px;color:var(--trade-primary);background:#7e238b1a;border-radius:999px;place-items:center;font-size:10px;font-weight:700;display:inline-grid}.app-shell.dashboard-shell-tone .consultation-filter-chip.active{background:var(--trade-primary);color:var(--trade-on-primary)}.app-shell.dashboard-shell-tone .consultation-filter-chip.active strong{color:var(--trade-on-primary);background:#ffffff38}.app-shell.dashboard-shell-tone .consultation-filter-meta{color:var(--trade-muted);white-space:nowrap;align-items:center;gap:12px;font-size:11px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-queue-list{gap:0;padding:4px 12px 18px;display:grid}.app-shell.dashboard-shell-tone .consultation-list-card{text-align:left;color:inherit;background:0 0;border:0;border-radius:18px;gap:12px;padding:14px 12px;display:grid}.app-shell.dashboard-shell-tone .consultation-list-card+.consultation-list-card{margin-top:2px;box-shadow:inset 0 1px #1118270d}.app-shell.dashboard-shell-tone .consultation-list-card:hover{background:#7e238b08}.app-shell.dashboard-shell-tone .consultation-list-card.is-selected{background:#7e238b0f;box-shadow:inset 0 0 0 .5px #7e238b1f}.app-shell.dashboard-shell-tone .consultation-list-card-top,.app-shell.dashboard-shell-tone .consultation-list-card-bottom,.app-shell.dashboard-shell-tone .consultation-focus-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.app-shell.dashboard-shell-tone .consultation-patient-cell,.app-shell.dashboard-shell-tone .consultation-detail-user{align-items:center;gap:12px;display:flex}.app-shell.dashboard-shell-tone .consultation-patient-avatar{border-radius:999px;width:36px;height:36px}.app-shell.dashboard-shell-tone .consultation-patient-cell strong,.app-shell.dashboard-shell-tone .consultation-request-cell strong,.app-shell.dashboard-shell-tone .consultation-detail-user h3,.app-shell.dashboard-shell-tone .consultation-detail-card h4{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .consultation-patient-cell span,.app-shell.dashboard-shell-tone .consultation-request-cell span,.app-shell.dashboard-shell-tone .consultation-detail-user p,.app-shell.dashboard-shell-tone .consultation-detail-card>p,.app-shell.dashboard-shell-tone .consultation-note-text,.app-shell.dashboard-shell-tone .consultation-list-card-bottom,.app-shell.dashboard-shell-tone .consultation-attachment-card span{color:var(--trade-muted);font-size:11px;line-height:1.47}.app-shell.dashboard-shell-tone .consultation-request-cell span{max-width:40ch}.app-shell.dashboard-shell-tone .consultation-detail-shell{padding:18px}.app-shell.dashboard-shell-tone .consultation-detail-stack{gap:12px;display:grid}.app-shell.dashboard-shell-tone .consultation-focus-card{background:#7e238b0a;border:0;border-radius:20px;padding:18px;box-shadow:inset 0 0 0 .5px #7e238b1a}.app-shell.dashboard-shell-tone .consultation-panel-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:0 0 14px;display:flex}.app-shell.dashboard-shell-tone .consultation-panel-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .consultation-panel-head p{color:var(--trade-muted);font-size:11px}.app-shell.dashboard-shell-tone .consultation-detail-badges{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-focus-meta{margin-top:16px;padding-top:14px;box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .consultation-focus-meta>div{min-width:112px}.app-shell.dashboard-shell-tone .consultation-focus-meta span,.app-shell.dashboard-shell-tone .consultation-contact-grid span,.app-shell.dashboard-shell-tone .consultation-proposal-summary span{color:var(--trade-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .consultation-focus-meta strong,.app-shell.dashboard-shell-tone .consultation-contact-grid strong,.app-shell.dashboard-shell-tone .consultation-proposal-summary strong{color:var(--trade-ink);margin-top:4px;font-size:12px;font-weight:600;line-height:1.47;display:block}.app-shell.dashboard-shell-tone .consultation-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.app-shell.dashboard-shell-tone .consultation-detail-card{background:#11182706;border:0;border-radius:20px;padding:16px;box-shadow:inset 0 0 0 .5px #1118270f}.app-shell.dashboard-shell-tone .consultation-detail-section-head,.app-shell.dashboard-shell-tone .consultation-field-label{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-chip-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.app-shell.dashboard-shell-tone .consultation-chip{min-height:28px;color:var(--trade-ink);background:#1118270d;border:0;border-radius:999px;padding:0 10px;font-size:11px}.app-shell.dashboard-shell-tone .consultation-contact-grid,.app-shell.dashboard-shell-tone .consultation-proposal-summary{gap:10px;margin-top:14px;display:grid}.app-shell.dashboard-shell-tone .consultation-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell.dashboard-shell-tone .consultation-proposal-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.app-shell.dashboard-shell-tone .consultation-attachment-list{gap:8px;margin-top:12px;display:grid}.app-shell.dashboard-shell-tone .consultation-attachment-card{min-height:56px;color:inherit;background:#7e238b0d;border:0;border-radius:16px;padding:12px 14px;text-decoration:none;display:block}.app-shell.dashboard-shell-tone .consultation-attachment-card strong{color:var(--trade-ink);font-size:12px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .consultation-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.app-shell.dashboard-shell-tone .consultation-form-grid label{gap:8px;display:grid}.app-shell.dashboard-shell-tone .consultation-form-grid input,.app-shell.dashboard-shell-tone .consultation-form-grid textarea{font-size:12px}.app-shell.dashboard-shell-tone .consultation-linked-actions,.app-shell.dashboard-shell-tone .consultation-action-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.app-shell.dashboard-shell-tone .consultation-action-toggle,.app-shell.dashboard-shell-tone .consultation-page .inline-action,.app-shell.dashboard-shell-tone .consultation-page .panel-inline-link{min-height:34px;color:var(--trade-primary);background:#7e238b14;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-action-toggle:hover,.app-shell.dashboard-shell-tone .consultation-page .inline-action:hover:not(:disabled),.app-shell.dashboard-shell-tone .consultation-page .panel-inline-link:hover{background:#7e238b24}.app-shell.dashboard-shell-tone .consultation-primary-action{background:var(--trade-primary);min-height:36px;color:var(--trade-on-primary);border:0;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .consultation-primary-action:hover:not(:disabled){background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .consultation-page .badge-pill{border-radius:999px;min-height:24px;padding:0 10px;font-size:12px;font-weight:600}.app-shell.dashboard-shell-tone .consultation-note-warn{color:#9e0a0a}@media (width<=1180px){.app-shell.dashboard-shell-tone .consultation-header,.app-shell.dashboard-shell-tone .consultation-workspace{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .consultation-primary-link{justify-self:start}.app-shell.dashboard-shell-tone .consultation-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-shell.dashboard-shell-tone .consultation-stats-strip,.app-shell.dashboard-shell-tone .consultation-detail-grid,.app-shell.dashboard-shell-tone .consultation-contact-grid,.app-shell.dashboard-shell-tone .consultation-form-grid,.app-shell.dashboard-shell-tone .consultation-proposal-summary{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .consultation-filter-strip,.app-shell.dashboard-shell-tone .consultation-shell-head,.app-shell.dashboard-shell-tone .consultation-panel-head,.app-shell.dashboard-shell-tone .consultation-action-header{flex-direction:column;align-items:flex-start}.app-shell.dashboard-shell-tone .consultation-filter-meta,.app-shell.dashboard-shell-tone .consultation-shell-head p,.app-shell.dashboard-shell-tone .consultation-panel-head p{white-space:normal;text-align:left}.app-shell.dashboard-shell-tone .consultation-detail-shell{padding:14px}}@media (width<=560px){.app-shell.dashboard-shell-tone .consultation-stats-strip{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .consultation-list-card.is-selected{background:0 0;border-radius:0;margin:0;padding:14px 0;box-shadow:inset 3px 0 #7e238b8c,inset 0 0 0 .5px #7e238b14}}.app-shell.dashboard-shell-tone .records-page,.app-shell.dashboard-shell-tone .records-page button,.app-shell.dashboard-shell-tone .records-page input,.app-shell.dashboard-shell-tone .records-page textarea,.app-shell.dashboard-shell-tone .records-page select,.app-shell.dashboard-shell-tone .records-page a{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .records-page{font-size:13px}.app-shell.dashboard-shell-tone .records-header{grid-template-columns:minmax(240px,.84fr) minmax(0,1.16fr);align-items:center;gap:16px;margin-bottom:18px;display:grid}.app-shell.dashboard-shell-tone .records-kicker,.app-shell.dashboard-shell-tone .records-shell-label{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .records-header-copy h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .records-header-copy p{max-width:54ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .records-primary-link{background:var(--trade-primary);min-height:38px;color:var(--trade-on-primary);border-radius:999px;justify-self:end;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .records-primary-link:hover{background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .records-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .records-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .records-stat-cell+.records-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .records-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .records-stat-cell strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .records-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .records-dashboard{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .records-queue-shell,.app-shell.dashboard-shell-tone .records-create-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .records-shell-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:16px 18px 12px;display:flex}.app-shell.dashboard-shell-tone .records-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .records-shell-head p{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .records-table-wrap{background:0 0;border:0;border-radius:0 0 24px 24px;min-width:0}.app-shell.dashboard-shell-tone .records-table{border-collapse:collapse;width:100%}.app-shell.dashboard-shell-tone .records-table th{color:var(--trade-muted);background:0 0;border-bottom:0;padding:0 16px 12px;font-size:11px;font-weight:600}.app-shell.dashboard-shell-tone .records-table td{vertical-align:top;border-bottom:0;padding:14px 16px;font-size:12px}.app-shell.dashboard-shell-tone .records-table tbody tr+tr td{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .records-record-cell strong,.app-shell.dashboard-shell-tone .records-patient-copy strong,.app-shell.dashboard-shell-tone .records-diagnosis-cell strong{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .records-record-cell span,.app-shell.dashboard-shell-tone .records-patient-copy span,.app-shell.dashboard-shell-tone .records-created-cell span{color:var(--trade-muted);margin-top:3px;font-size:11px;line-height:1.47;display:block}.app-shell.dashboard-shell-tone .records-patient-cell{align-items:center;gap:12px;display:flex}.app-shell.dashboard-shell-tone .records-patient-avatar{width:34px;height:34px;color:var(--trade-primary);background:#7e238b14;border-radius:999px;flex:none;place-items:center;display:inline-grid}.app-shell.dashboard-shell-tone .records-type-pill{min-height:24px;color:var(--trade-primary);background:#7e238b14;border-radius:999px;align-items:center;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .records-diagnosis-cell strong{line-height:1.47}.app-shell.dashboard-shell-tone .records-created-cell{color:var(--trade-muted);align-items:center;gap:8px;display:inline-flex}.app-shell.dashboard-shell-tone .records-create-shell{padding:18px}.app-shell.dashboard-shell-tone .records-side-head{gap:10px;display:grid}.app-shell.dashboard-shell-tone .records-detail-section-head,.app-shell.dashboard-shell-tone .records-field-label{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .records-side-head p{color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .records-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.app-shell.dashboard-shell-tone .records-form-grid label{gap:8px;display:grid}.app-shell.dashboard-shell-tone .records-field-span{grid-column:1/-1}.app-shell.dashboard-shell-tone .records-form-grid input,.app-shell.dashboard-shell-tone .records-form-grid textarea,.app-shell.dashboard-shell-tone .records-form-grid select{font-size:12px}.app-shell.dashboard-shell-tone .records-action-row{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px;display:flex}.app-shell.dashboard-shell-tone .records-primary-action{background:var(--trade-primary);min-height:36px;color:var(--trade-on-primary);border:0;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .records-primary-action:hover:not(:disabled){background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .records-side-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;padding-top:14px;display:grid;box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .records-side-meta span{color:var(--trade-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .records-side-meta strong{color:var(--trade-ink);margin-top:4px;font-size:12px;font-weight:600;display:block}@media (width<=1180px){.app-shell.dashboard-shell-tone .records-header,.app-shell.dashboard-shell-tone .records-dashboard{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .records-primary-link{justify-self:start}.app-shell.dashboard-shell-tone .records-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-shell.dashboard-shell-tone .records-stats-strip,.app-shell.dashboard-shell-tone .records-form-grid,.app-shell.dashboard-shell-tone .records-side-meta{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .records-shell-head{flex-direction:column;align-items:flex-start}.app-shell.dashboard-shell-tone .records-table thead{display:none}.app-shell.dashboard-shell-tone .records-table,.app-shell.dashboard-shell-tone .records-table tbody,.app-shell.dashboard-shell-tone .records-table tr,.app-shell.dashboard-shell-tone .records-table td{width:100%;display:block}.app-shell.dashboard-shell-tone .records-table tr{background:#ffffffd6;border-radius:18px;margin-bottom:12px;padding:14px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .records-table td{box-shadow:none;padding:8px 0}.app-shell.dashboard-shell-tone .records-table td:before{content:attr(data-label);color:var(--trade-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:700;display:block}}@media (width<=560px){.app-shell.dashboard-shell-tone .records-stats-strip{grid-template-columns:1fr}}.app-shell.dashboard-shell-tone .patients-page,.app-shell.dashboard-shell-tone .patients-page button,.app-shell.dashboard-shell-tone .patients-page input{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .patients-page{font-size:13px}.app-shell.dashboard-shell-tone .patients-header{grid-template-columns:minmax(240px,.84fr) minmax(0,1.16fr);align-items:center;gap:16px;margin-bottom:18px;display:grid}.app-shell.dashboard-shell-tone .patients-kicker,.app-shell.dashboard-shell-tone .patients-shell-label{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .patients-header-copy h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .patients-header-copy p{max-width:54ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .patients-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .patients-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .patients-stat-cell+.patients-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .patients-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .patients-stat-cell strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .patients-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .patients-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .patients-shell-head{justify-content:space-between;align-items:flex-end;gap:14px;padding:16px 18px 12px;display:flex}.app-shell.dashboard-shell-tone .patients-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .patients-search-field{min-width:min(100%,320px);min-height:38px;color:var(--trade-muted);background:#1118270a;border-radius:999px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.app-shell.dashboard-shell-tone .patients-search-field input{width:100%;color:var(--trade-ink);background:0 0;border:0;font-size:12px}.app-shell.dashboard-shell-tone .patients-search-field input::placeholder{color:var(--trade-muted)}.app-shell.dashboard-shell-tone .patients-table-wrap{background:0 0;border:0;border-radius:0 0 24px 24px;min-width:0}.app-shell.dashboard-shell-tone .patients-table{border-collapse:collapse;width:100%}.app-shell.dashboard-shell-tone .patients-table th{color:var(--trade-muted);background:0 0;border-bottom:0;padding:0 16px 12px;font-size:11px;font-weight:600}.app-shell.dashboard-shell-tone .patients-table td{vertical-align:top;border-bottom:0;padding:14px 16px;font-size:12px}.app-shell.dashboard-shell-tone .patients-table tbody tr+tr td{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .patients-person-cell{align-items:center;gap:12px;display:flex}.app-shell.dashboard-shell-tone .patients-person-avatar{width:34px;height:34px;color:var(--trade-primary);background:#7e238b14;border-radius:999px;flex:none;place-items:center;display:inline-grid}.app-shell.dashboard-shell-tone .patients-person-copy strong,.app-shell.dashboard-shell-tone .patients-email-cell strong,.app-shell.dashboard-shell-tone .patients-complaint-cell strong{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .patients-person-copy span,.app-shell.dashboard-shell-tone .patients-date-text{color:var(--trade-muted);margin-top:3px;font-size:11px;line-height:1.47;display:block}.app-shell.dashboard-shell-tone .patients-email-cell strong,.app-shell.dashboard-shell-tone .patients-complaint-cell strong{line-height:1.47}.app-shell.dashboard-shell-tone .patients-count-pill{min-height:24px;color:var(--trade-ink);background:#1118270d;border-radius:999px;align-items:center;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .patients-page .badge-pill{border-radius:999px;min-height:24px;padding:0 10px;font-size:12px;font-weight:600}@media (width<=1180px){.app-shell.dashboard-shell-tone .patients-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-shell.dashboard-shell-tone .patients-stats-strip{grid-template-columns:1fr 1fr}.app-shell.dashboard-shell-tone .patients-shell-head{flex-direction:column;align-items:flex-start}.app-shell.dashboard-shell-tone .patients-search-field{width:100%;min-width:0}.app-shell.dashboard-shell-tone .patients-table thead{display:none}.app-shell.dashboard-shell-tone .patients-table,.app-shell.dashboard-shell-tone .patients-table tbody,.app-shell.dashboard-shell-tone .patients-table tr,.app-shell.dashboard-shell-tone .patients-table td{width:100%;display:block}.app-shell.dashboard-shell-tone .patients-table tr{background:#ffffffd6;border-radius:18px;margin-bottom:12px;padding:14px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .patients-table td{box-shadow:none;padding:8px 0}.app-shell.dashboard-shell-tone .patients-table td:before{content:attr(data-label);color:var(--trade-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:700;display:block}}@media (width<=560px){.app-shell.dashboard-shell-tone .patients-stats-strip{grid-template-columns:1fr}}.consultation-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.consultation-summary-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:16px}.consultation-summary-card span{color:var(--muted);font-size:12px;font-weight:600;display:block}.consultation-summary-card strong{color:var(--text);letter-spacing:-.03em;margin-top:8px;font-size:28px;display:block}.consultation-summary-card p{color:var(--muted);margin-top:6px;font-size:12px;line-height:1.5}.consultation-notification-strip{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-bottom:18px;display:grid}.consultation-alert-card{border:1px solid color-mix(in srgb, var(--primary) 18%, var(--line) 82%);background:color-mix(in srgb, var(--surface) 94%, var(--primary-soft) 6%);text-align:left;color:inherit;box-shadow:none;border-radius:18px;gap:12px;padding:16px;display:grid}button.consultation-alert-card{justify-items:stretch;width:100%}.consultation-alert-card.is-read{opacity:.84}.consultation-alert-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.consultation-alert-head strong{color:var(--text);font-size:13px;display:block}.consultation-alert-head p{color:var(--muted);margin-top:3px;font-size:12px}.consultation-alert-title{color:var(--text);margin:0;font-size:13px;line-height:1.5}.consultation-alert-meta{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.consultation-alert-actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.consultation-alert-link{color:var(--primary);font-size:12px;font-weight:600;text-decoration:none}.consultation-alert-icon,.consultation-patient-avatar{border-radius:14px;flex:none;width:40px;height:40px}.consultation-alert-icon{background:color-mix(in srgb, var(--primary) 10%, var(--surface) 90%);color:var(--primary);place-items:center;display:inline-grid}.apple-notifications-page{font-family:"Inter", var(--font-sans);gap:18px;display:grid}.apple-notifications-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:4px 2px 2px;display:flex}.apple-notifications-header-copy{gap:8px;max-width:760px;display:grid}.apple-notifications-eyebrow,.apple-notification-section-head p{color:#6b7280;letter-spacing:.01em;font-size:12px;font-weight:600}.apple-notifications-header h1{color:#111827;letter-spacing:-.04em;font-size:29px;font-weight:700;line-height:1.08}.apple-notifications-header-copy>p:last-child{color:#6b7280;font-size:14px;line-height:1.65}.apple-notifications-action,.apple-inline-button{color:#111827;min-height:38px;box-shadow:none;background:#ffffffeb;border:1px solid #d8dde6;border-radius:999px;font-size:13px;font-weight:600}.apple-notifications-action:hover,.apple-inline-button:hover{background:#f6f7f9;border-color:#cfd5de}.apple-notifications-action:disabled,.apple-inline-button:disabled{opacity:.58}.apple-notifications-diagnostics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.apple-diagnostic-card,.apple-notification-section{box-shadow:none;background:#ffffffeb;border:1px solid #e5e7eb}.apple-diagnostic-card{border-radius:20px;gap:8px;padding:18px 18px 17px;display:grid}.apple-diagnostic-card span{color:#6b7280;font-size:12px;font-weight:600}.apple-diagnostic-card strong{color:#111827;letter-spacing:-.04em;font-size:29px;line-height:1}.apple-diagnostic-card p{color:#6b7280;font-size:12px;line-height:1.55}.apple-notification-section{border-radius:24px;gap:14px;padding:18px;display:grid}.apple-notification-section-head{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.apple-notification-section-head h2{color:#111827;letter-spacing:-.02em;margin-top:4px;font-size:18px;font-weight:650}.apple-notification-section-head>span{color:#6b7280;font-size:12px;font-weight:600}.apple-priority-list{gap:10px;display:grid}.apple-priority-item,.apple-feed-row{align-items:center;gap:14px;min-width:0;display:grid}.apple-priority-item{grid-template-columns:42px minmax(0,1fr) auto;padding:16px 6px 16px 0}.apple-priority-item+.apple-priority-item{border-top:1px solid #eceef2}.apple-priority-icon,.apple-feed-leading{color:#4b5563;background:#f3f4f6;border-radius:50%;place-items:center;width:38px;height:38px;display:inline-grid}.apple-priority-copy,.apple-feed-copy{min-width:0}.apple-priority-topline,.apple-feed-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.apple-priority-topline strong,.apple-feed-title-row strong{color:#111827;letter-spacing:-.01em;font-size:14px;font-weight:600}.apple-priority-topline span,.apple-feed-time{color:#6b7280;white-space:nowrap;font-size:12px}.apple-priority-copy p,.apple-feed-copy p{color:#4b5563;margin-top:4px;font-size:13px;line-height:1.55}.apple-priority-copy small{color:#6b7280;margin-top:8px;font-size:12px;font-weight:600;display:inline-block}.apple-priority-actions,.apple-feed-side{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.apple-row-link{color:#111827;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.apple-row-link:hover{color:#374151}.apple-feed-list{display:grid}.apple-feed-row{grid-template-columns:38px minmax(0,1fr) auto;padding:15px 0}.apple-feed-row+.apple-feed-row{border-top:1px solid #eceef2}.apple-feed-row.is-unread .apple-feed-leading{color:#4f46e5;background:#eef2ff}.apple-feed-side{gap:8px}.apple-feed-category{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.apple-feed-dot{background:#2563eb;border-radius:50%;flex:none;width:8px;height:8px}.apple-notifications-empty{border-top:1px solid #eceef2;padding-top:18px}.apple-feed-empty-copy{color:#6b7280;align-items:center;gap:8px;font-size:13px;display:inline-flex}[data-theme=dark] .apple-notifications-header h1,[data-theme=dark] .apple-diagnostic-card strong,[data-theme=dark] .apple-notification-section-head h2,[data-theme=dark] .apple-priority-topline strong,[data-theme=dark] .apple-feed-title-row strong,[data-theme=dark] .apple-row-link,[data-theme=dark] .apple-notifications-action,[data-theme=dark] .apple-inline-button{color:#f3f4f6}[data-theme=dark] .apple-notifications-eyebrow,[data-theme=dark] .apple-notification-section-head p,[data-theme=dark] .apple-notification-section-head>span,[data-theme=dark] .apple-priority-topline span,[data-theme=dark] .apple-feed-time,[data-theme=dark] .apple-feed-category,[data-theme=dark] .apple-diagnostic-card span,[data-theme=dark] .apple-diagnostic-card p,[data-theme=dark] .apple-priority-copy small,[data-theme=dark] .apple-feed-empty-copy,[data-theme=dark] .apple-notifications-header-copy>p:last-child{color:#98a2b3}[data-theme=dark] .apple-diagnostic-card,[data-theme=dark] .apple-notification-section{background:#161b22f0;border-color:#2a3240}[data-theme=dark] .apple-priority-icon,[data-theme=dark] .apple-feed-leading{color:#c7d2fe;background:#1f2937}[data-theme=dark] .apple-priority-item+.apple-priority-item,[data-theme=dark] .apple-feed-row+.apple-feed-row,[data-theme=dark] .apple-notifications-empty{border-color:#26303d}[data-theme=dark] .apple-notifications-action,[data-theme=dark] .apple-inline-button{background:#1f2937d6;border-color:#334155}[data-theme=dark] .apple-notifications-action:hover,[data-theme=dark] .apple-inline-button:hover{background:#273343eb}@media (width<=1080px){.apple-notifications-diagnostics{grid-template-columns:1fr}.apple-priority-item,.apple-feed-row{grid-template-columns:38px minmax(0,1fr)}.apple-priority-actions,.apple-feed-side{grid-column:2;justify-content:flex-start;padding-top:2px}}.app-shell.dashboard-shell-tone .notifications-page,.app-shell.dashboard-shell-tone .notifications-page button,.app-shell.dashboard-shell-tone .notifications-page a{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .notifications-page{gap:20px;font-size:13px;display:grid}.app-shell.dashboard-shell-tone .notifications-page-header{grid-template-columns:minmax(240px,.84fr) auto;align-items:center;gap:16px;display:grid}.app-shell.dashboard-shell-tone .notifications-page-kicker,.app-shell.dashboard-shell-tone .notifications-shell-label{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .notifications-page-copy h3{color:var(--trade-ink);font-family:"Cairo", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .notifications-page-copy p{max-width:56ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .notifications-page-action{min-height:38px;color:var(--trade-primary);background:#7e238b14;border:0;border-radius:999px;justify-self:end;align-items:center;padding:0 16px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:inset 0 0 0 .5px #7e238b24}.app-shell.dashboard-shell-tone .notifications-page-action:hover:not(:disabled){background:#7e238b1f}.app-shell.dashboard-shell-tone .notifications-page-action:disabled{opacity:.58}.app-shell.dashboard-shell-tone .notifications-stats-strip{background:#d9d9d9d6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden;box-shadow:inset 1px 0 0 .5px #45454514}.app-shell.dashboard-shell-tone .notifications-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .notifications-stat-cell+.notifications-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .notifications-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .notifications-stat-cell strong{color:var(--trade-ink);font-family:"Cairo", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .notifications-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .notifications-feed-shell,.app-shell.dashboard-shell-tone .notifications-time-group{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .notifications-feed-shell{padding:18px}.app-shell.dashboard-shell-tone .notifications-shell-head{justify-content:space-between;align-items:flex-end;gap:14px;padding-bottom:14px;display:flex}.app-shell.dashboard-shell-tone .notifications-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .notifications-shell-head p{color:var(--trade-muted);font-size:12px}.app-shell.dashboard-shell-tone .notifications-empty-shell{padding:22px}.app-shell.dashboard-shell-tone .notifications-timeline{gap:14px;display:grid}.app-shell.dashboard-shell-tone .notifications-time-group{padding:12px 18px 6px}.app-shell.dashboard-shell-tone .notifications-time-group-head{padding:4px 0 12px}.app-shell.dashboard-shell-tone .notifications-time-group-head h2{color:var(--trade-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.app-shell.dashboard-shell-tone .notifications-time-group-list{display:grid}.app-shell.dashboard-shell-tone .notifications-feed-row{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;padding:15px 0;display:grid}.app-shell.dashboard-shell-tone .notifications-feed-row+.notifications-feed-row{box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .notifications-feed-row.is-unread{background:#7e238b0f;border-radius:18px;margin:0 -10px;padding:15px 10px;box-shadow:inset 0 0 0 .5px #7e238b14}.app-shell.dashboard-shell-tone .notifications-feed-row.is-unread+.notifications-feed-row{box-shadow:none}.app-shell.dashboard-shell-tone .notifications-feed-icon{width:38px;height:38px;color:var(--trade-body);background:#1118270d;border-radius:14px;flex:none;place-items:center;display:inline-grid}.app-shell.dashboard-shell-tone .notifications-feed-copy{min-width:0}.app-shell.dashboard-shell-tone .notifications-feed-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-shell.dashboard-shell-tone .notifications-feed-title-row strong{color:var(--trade-ink);letter-spacing:-.01em;font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .notifications-feed-title-row span{color:var(--trade-muted);white-space:nowrap;font-size:11px}.app-shell.dashboard-shell-tone .notifications-feed-row.is-read .notifications-feed-title-row strong{font-weight:560}.app-shell.dashboard-shell-tone .notifications-feed-copy p{color:var(--trade-body);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .notifications-feed-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:inline-flex}.app-shell.dashboard-shell-tone .notifications-feed-type,.app-shell.dashboard-shell-tone .notifications-feed-secondary,.app-shell.dashboard-shell-tone .notifications-feed-unread{color:var(--trade-muted);letter-spacing:.03em;text-transform:uppercase;font-size:10px;font-weight:700}.app-shell.dashboard-shell-tone .notifications-feed-side{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.app-shell.dashboard-shell-tone .notifications-feed-link{min-height:30px;color:var(--trade-ink);background:#1118270d;border-radius:999px;align-items:center;gap:4px;padding:0 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.app-shell.dashboard-shell-tone .notifications-feed-link:hover{color:var(--trade-primary);background:#7e238b14}@media (width<=1180px){.app-shell.dashboard-shell-tone .notifications-page-header{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .notifications-page-action{justify-self:start}.app-shell.dashboard-shell-tone .notifications-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-shell.dashboard-shell-tone .notifications-shell-head{flex-direction:column;align-items:flex-start}.app-shell.dashboard-shell-tone .notifications-feed-row{grid-template-columns:38px minmax(0,1fr);align-items:flex-start}.app-shell.dashboard-shell-tone .notifications-feed-side{grid-column:2;justify-content:flex-start;padding-top:2px}}@media (width<=560px){.app-shell.dashboard-shell-tone .notifications-stats-strip{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .notifications-time-group,.app-shell.dashboard-shell-tone .notifications-feed-shell{padding-inline:14px}.app-shell.dashboard-shell-tone .notifications-feed-title-row{flex-direction:column;align-items:flex-start}}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-header,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-shell-head,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-row,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-title-row{direction:rtl}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-copy,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-shell-head,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-time-group-head,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-copy,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-title-row,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-side{text-align:right}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-action{justify-self:start}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-stat-cell+.notifications-stat-cell:before{inset:14px 0 14px auto}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-side{justify-content:flex-start}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-feed-link{flex-direction:row-reverse}[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-ar .notifications-page-kicker,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-ar .notifications-shell-label,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-ar .notifications-time-group-head h2,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-ar .notifications-feed-type,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-ar .notifications-feed-secondary,[dir=rtl] .app-shell.dashboard-shell-tone .notifications-page-ar .notifications-feed-unread{letter-spacing:0;text-transform:none}.app-shell.dashboard-shell-tone .clinic-profile-page,.app-shell.dashboard-shell-tone .clinic-profile-page button,.app-shell.dashboard-shell-tone .clinic-profile-page input,.app-shell.dashboard-shell-tone .clinic-profile-page textarea{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .clinic-profile-page{gap:20px;font-size:13px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-header{grid-template-columns:minmax(240px,.84fr) minmax(0,1.16fr);align-items:center;gap:16px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-kicker,.app-shell.dashboard-shell-tone .clinic-profile-shell-label{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .clinic-profile-header-copy h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .clinic-profile-header-copy p{max-width:56ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .clinic-profile-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .clinic-profile-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .clinic-profile-stat-cell+.clinic-profile-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .clinic-profile-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .clinic-profile-stat-cell strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .clinic-profile-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .clinic-profile-dashboard{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-form-shell,.app-shell.dashboard-shell-tone .clinic-profile-side-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .clinic-profile-form-shell{padding:18px}.app-shell.dashboard-shell-tone .clinic-profile-shell-head{justify-content:space-between;align-items:flex-end;gap:14px;padding-bottom:14px;display:flex}.app-shell.dashboard-shell-tone .clinic-profile-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .clinic-profile-shell-head p{max-width:30ch;color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .clinic-profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-form-grid label{gap:8px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-logo-card{background:#11182709;border-radius:20px;gap:14px;padding:14px;display:grid;box-shadow:inset 0 0 0 .5px #1118270f}.app-shell.dashboard-shell-tone .clinic-profile-logo-main{align-items:center;gap:14px;display:flex}.app-shell.dashboard-shell-tone .clinic-profile-logo-preview,.app-shell.dashboard-shell-tone .clinic-profile-side-logo{width:72px;height:72px;color:var(--trade-primary);font-family:"Inter", var(--font-sans);letter-spacing:-.02em;background:linear-gradient(135deg,#7e238b2e,#6845ab29);border-radius:24px;flex:0 0 72px;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:inline-flex;overflow:hidden;box-shadow:inset 0 0 0 .5px #7e238b29}.app-shell.dashboard-shell-tone .clinic-profile-logo-preview img,.app-shell.dashboard-shell-tone .clinic-profile-side-logo img{object-fit:cover;width:100%;height:100%}.app-shell.dashboard-shell-tone .clinic-profile-logo-copy{gap:4px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-logo-copy p,.app-shell.dashboard-shell-tone .clinic-profile-logo-copy small{color:var(--trade-muted);margin:0;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .clinic-profile-logo-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.app-shell.dashboard-shell-tone .clinic-profile-logo-input{display:none}.app-shell.dashboard-shell-tone .clinic-profile-field-span,.app-shell.dashboard-shell-tone .clinic-profile-action-row,.app-shell.dashboard-shell-tone .clinic-profile-description-field{grid-column:1/-1}.app-shell.dashboard-shell-tone .clinic-profile-field-label{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .clinic-profile-form-grid input,.app-shell.dashboard-shell-tone .clinic-profile-form-grid textarea{font-size:12px}.app-shell.dashboard-shell-tone .clinic-profile-form-grid textarea{min-height:128px}.app-shell.dashboard-shell-tone .clinic-profile-action-row{flex-wrap:wrap;align-items:center;gap:12px;padding-top:4px;display:flex}.app-shell.dashboard-shell-tone .clinic-profile-primary-action{background:var(--trade-primary);min-height:36px;color:var(--trade-on-primary);border:0;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .clinic-profile-secondary-action{min-height:34px;color:var(--trade-ink);background:#1118270d;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .clinic-profile-secondary-action:hover:not(:disabled){color:var(--trade-primary);background:#7e238b1a}.app-shell.dashboard-shell-tone .clinic-profile-secondary-action.is-danger:hover:not(:disabled){color:#b91c1c;background:#ef44441f}.app-shell.dashboard-shell-tone .clinic-profile-primary-action:hover:not(:disabled){background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .clinic-profile-status-note{color:var(--trade-muted);margin:0;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .clinic-profile-status-note.is-error{color:#b91c1c}.app-shell.dashboard-shell-tone .clinic-profile-side-shell{gap:12px;padding:18px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-side-section{background:#11182709;border-radius:18px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 0 0 .5px #1118270f}.app-shell.dashboard-shell-tone .clinic-profile-detail-head{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .clinic-profile-side-list{gap:10px;display:grid}.app-shell.dashboard-shell-tone .clinic-profile-side-logo{flex-basis:88px;width:88px;height:88px}.app-shell.dashboard-shell-tone .clinic-profile-side-list div+div{padding-top:10px;box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .clinic-profile-side-list span,.app-shell.dashboard-shell-tone .clinic-profile-side-note p{color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .clinic-profile-side-list strong,.app-shell.dashboard-shell-tone .clinic-profile-side-note strong{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .clinic-profile-side-note{gap:8px}@media (width<=1180px){.app-shell.dashboard-shell-tone .clinic-profile-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell.dashboard-shell-tone .clinic-profile-dashboard,.app-shell.dashboard-shell-tone .clinic-profile-header{grid-template-columns:1fr}}@media (width<=760px){.app-shell.dashboard-shell-tone .clinic-profile-form-grid,.app-shell.dashboard-shell-tone .clinic-profile-stats-strip{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .clinic-profile-shell-head{flex-direction:column;align-items:flex-start}.app-shell.dashboard-shell-tone .clinic-profile-logo-main{align-items:flex-start}}.app-shell.dashboard-shell-tone .settings-page,.app-shell.dashboard-shell-tone .settings-page button,.app-shell.dashboard-shell-tone .settings-page input,.app-shell.dashboard-shell-tone .settings-page select{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .settings-page{gap:20px;font-size:13px;display:grid}.app-shell.dashboard-shell-tone .settings-header{grid-template-columns:minmax(240px,.84fr) minmax(0,1.16fr);align-items:center;gap:16px;display:grid}.app-shell.dashboard-shell-tone .settings-kicker,.app-shell.dashboard-shell-tone .settings-shell-label{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .settings-header-copy h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .settings-header-copy p{max-width:56ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .settings-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .settings-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .settings-stat-cell+.settings-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .settings-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .settings-stat-cell strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .settings-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .settings-dashboard{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .settings-form-shell,.app-shell.dashboard-shell-tone .settings-side-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .settings-form-shell{padding:18px}.app-shell.dashboard-shell-tone .settings-shell-head{justify-content:space-between;align-items:flex-end;gap:14px;padding-bottom:14px;display:flex}.app-shell.dashboard-shell-tone .settings-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .settings-shell-head p{max-width:30ch;color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.app-shell.dashboard-shell-tone .settings-form-grid label{gap:8px;display:grid}.app-shell.dashboard-shell-tone .settings-field-span,.app-shell.dashboard-shell-tone .settings-action-row{grid-column:1/-1}.app-shell.dashboard-shell-tone .settings-field-label{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .settings-form-grid input,.app-shell.dashboard-shell-tone .settings-form-grid select{font-size:12px}.app-shell.dashboard-shell-tone .settings-action-row{align-items:center;gap:10px;padding-top:4px;display:flex}.app-shell.dashboard-shell-tone .settings-primary-action{background:var(--trade-primary);min-height:36px;color:var(--trade-on-primary);border:0;border-radius:999px;align-items:center;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .settings-primary-action:hover:not(:disabled){background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .settings-side-shell{gap:12px;padding:18px;display:grid}.app-shell.dashboard-shell-tone .settings-side-section{background:#11182709;border-radius:18px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 0 0 .5px #1118270f}.app-shell.dashboard-shell-tone .settings-detail-head{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .settings-side-list{gap:10px;display:grid}.app-shell.dashboard-shell-tone .settings-side-list div+div{padding-top:10px;box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .settings-side-list span,.app-shell.dashboard-shell-tone .settings-side-note p{color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .settings-side-list strong,.app-shell.dashboard-shell-tone .settings-side-note strong{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .settings-side-note{gap:8px}@media (width<=1180px){.app-shell.dashboard-shell-tone .settings-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell.dashboard-shell-tone .settings-dashboard,.app-shell.dashboard-shell-tone .settings-header{grid-template-columns:1fr}}@media (width<=760px){.app-shell.dashboard-shell-tone .settings-form-grid,.app-shell.dashboard-shell-tone .settings-stats-strip{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .settings-shell-head{flex-direction:column;align-items:flex-start}}.app-shell.dashboard-shell-tone .security-page,.app-shell.dashboard-shell-tone .security-page button,.app-shell.dashboard-shell-tone .security-page input{font-family:"Cairo", var(--font-sans)}.app-shell.dashboard-shell-tone .security-page{gap:20px;font-size:13px;display:grid}.app-shell.dashboard-shell-tone .security-header{grid-template-columns:minmax(240px,.84fr) minmax(0,1.16fr);align-items:center;gap:16px;display:grid}.app-shell.dashboard-shell-tone .security-kicker,.app-shell.dashboard-shell-tone .security-shell-label{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;display:inline-block}.app-shell.dashboard-shell-tone .security-header-copy h3{color:var(--trade-ink);font-family:"Inter", var(--font-sans);letter-spacing:-.03em;margin-top:8px;font-size:24px;font-weight:600}.app-shell.dashboard-shell-tone .security-header-copy p{max-width:56ch;color:var(--trade-muted);margin-top:6px;font-size:13px;line-height:1.5}.app-shell.dashboard-shell-tone .security-stats-strip{background:#ffffffd6;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .security-stat-cell{padding:14px 16px;position:relative}.app-shell.dashboard-shell-tone .security-stat-cell+.security-stat-cell:before{content:"";background:#11182714;width:.5px;position:absolute;inset:14px auto 14px 0}.app-shell.dashboard-shell-tone .security-stat-cell span{color:var(--trade-muted);font-size:11px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .security-stat-cell strong{color:var(--trade-ink);font-family:"Inter", var(--font-sans);margin-top:6px;font-size:22px;font-weight:600;display:block}.app-shell.dashboard-shell-tone .security-stat-cell p{color:var(--trade-muted);margin-top:4px;font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .security-dashboard{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:start;gap:24px;display:grid}.app-shell.dashboard-shell-tone .security-form-shell,.app-shell.dashboard-shell-tone .security-side-shell{background:#ffffffd6;border-radius:24px;box-shadow:inset 0 0 0 .5px #11182714}.app-shell.dashboard-shell-tone .security-form-shell{padding:18px}.app-shell.dashboard-shell-tone .security-shell-head{justify-content:space-between;align-items:flex-end;gap:14px;padding-bottom:14px;display:flex}.app-shell.dashboard-shell-tone .security-shell-head h4{color:var(--trade-ink);margin-top:6px;font-size:16px;font-weight:600}.app-shell.dashboard-shell-tone .security-shell-head p{max-width:30ch;color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .security-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.app-shell.dashboard-shell-tone .security-form-grid label{gap:8px;display:grid}.app-shell.dashboard-shell-tone .security-field-span,.app-shell.dashboard-shell-tone .security-action-row{grid-column:1/-1}.app-shell.dashboard-shell-tone .security-field-label,.app-shell.dashboard-shell-tone .security-detail-head{color:var(--trade-ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .security-input-wrap{position:relative}.app-shell.dashboard-shell-tone .security-input-wrap input{padding-right:42px;font-size:12px}.app-shell.dashboard-shell-tone .security-input-action{width:24px;height:24px;color:var(--trade-muted);background:0 0;border:0;place-items:center;padding:0;display:inline-grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.app-shell.dashboard-shell-tone .security-input-action:hover{color:var(--trade-primary)}.app-shell.dashboard-shell-tone .security-action-row{align-items:center;gap:10px;padding-top:4px;display:flex}.app-shell.dashboard-shell-tone .security-primary-action{background:var(--trade-primary);min-height:36px;color:var(--trade-on-primary);border:0;border-radius:999px;align-items:center;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.app-shell.dashboard-shell-tone .security-primary-action:hover:not(:disabled){background:var(--trade-primary-active)}.app-shell.dashboard-shell-tone .security-side-shell{gap:12px;padding:18px;display:grid}.app-shell.dashboard-shell-tone .security-side-section{background:#11182709;border-radius:18px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 0 0 .5px #1118270f}.app-shell.dashboard-shell-tone .security-side-list{gap:10px;display:grid}.app-shell.dashboard-shell-tone .security-side-list div+div{padding-top:10px;box-shadow:inset 0 .5px #1118270f}.app-shell.dashboard-shell-tone .security-side-list span,.app-shell.dashboard-shell-tone .security-side-note p{color:var(--trade-muted);font-size:12px;line-height:1.47}.app-shell.dashboard-shell-tone .security-side-list strong,.app-shell.dashboard-shell-tone .security-side-note strong{color:var(--trade-ink);font-size:13px;font-weight:600}.app-shell.dashboard-shell-tone .security-side-note{gap:8px}[data-theme=dark] .app-shell.dashboard-shell-tone{--trade-primary:#c084fc;--trade-primary-active:#d8b4fe;--trade-on-primary:#140a1b;--trade-ink:#f8fafc;--trade-ink-soft:#e2e8f0;--trade-canvas:#060913;--trade-surface:#0f172a;--trade-surface-soft:#020617;--trade-surface-card:#111827;--trade-surface-elevated:#162033;--trade-body:#e5e7eb;--trade-muted:#94a3b8;--trade-muted-strong:#cbd5e1;--trade-line:#94a3b82e;--trade-line-soft:#94a3b81f;--trade-up:#86efac;--trade-up-bg:#22c55e29;color:var(--trade-body);background:var(--trade-surface-soft)}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar{background:color-mix(in srgb, var(--trade-canvas) 92%, var(--trade-surface) 8%);box-shadow:inset -.5px 0 #94a3b824}[data-theme=dark] .app-shell.dashboard-shell-tone .brand-copy small,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-group-label,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-chevron,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-theme-copy small,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-profile-copy small,[data-theme=dark] .app-shell.dashboard-shell-tone .user-copy span,[data-theme=dark] .app-shell.dashboard-shell-tone .search-shortcut{color:var(--trade-muted)}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-toggle-button{color:var(--trade-primary);background:#c084fc1f}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-toggle-button:hover:not(:disabled){color:var(--trade-primary-active);background:#c084fc2e}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-nav a{color:#e2e8f0d1}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-nav a:hover{color:var(--trade-ink);background:#94a3b814}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-nav a.active{color:var(--trade-primary-active);background:#c084fc29}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-theme-card,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-profile-card{color:var(--trade-body);background:#0f172ad1;box-shadow:inset 0 0 0 .5px #94a3b824}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-profile-card.is-danger{background:color-mix(in srgb, var(--danger) 16%, #0f172ad1 84%);box-shadow:inset 0 0 0 .5px color-mix(in srgb, var(--danger) 24%, #94a3b824 76%);color:color-mix(in srgb, var(--danger) 88%, #fff 12%)}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-profile-icon{background:color-mix(in srgb, var(--danger) 22%, #0f172ab3 78%);color:color-mix(in srgb, var(--danger) 88%, #fff 12%)}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-theme-card:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-profile-card:hover{background:#1e293be0}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-theme-icon{color:var(--trade-primary-active);background:#c084fc29}[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-theme-label,[data-theme=dark] .app-shell.dashboard-shell-tone .sidebar-profile-copy strong{color:var(--trade-ink)}[data-theme=dark] .app-shell.dashboard-shell-tone .main-zone{background:linear-gradient(#020617 0%,#060913 220px)}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar{background:#020617c7;box-shadow:inset 0 -.5px #94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar h1{color:var(--trade-ink)}[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-menu{background:#0f172af5;box-shadow:0 18px 42px #0206176b,inset 0 0 0 .5px #94a3b829}[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-item,[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-link{color:var(--trade-body)}[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-item:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-link:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-item.active{color:var(--trade-ink);background:#94a3b81a}[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-trigger,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search,[data-theme=dark] .app-shell.dashboard-shell-tone .user-pill-trigger,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-icon-link{color:var(--trade-body);background:#0f172ac2;box-shadow:inset 0 0 0 .5px #94a3b824}[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-trigger:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .header-dropdown-trigger:focus-visible,[data-theme=dark] .app-shell.dashboard-shell-tone .user-pill-trigger:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .user-pill-trigger:focus-visible,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-icon-link:hover{color:var(--trade-ink);background:#1e293be0}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search input,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search input::placeholder{color:var(--trade-muted)}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-panel{background:#0f172af5;box-shadow:0 18px 42px #0206176b,inset 0 0 0 .5px #94a3b829}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-panel-head span,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-result-copy strong,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-result{color:var(--trade-ink)}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-panel-head small,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-result-copy small,[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-empty{color:var(--trade-muted)}[data-theme=dark] .app-shell.dashboard-shell-tone .topbar-search-result:hover:not(:disabled){background:#c084fc1f}[data-theme=dark] .app-shell.dashboard-shell-tone .search-shortcut{background:#ffffff0a;box-shadow:inset 0 0 0 .5px #94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-summary-card,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-progress-card,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-main-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-side-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .team-action-card,[data-theme=dark] .app-shell.dashboard-shell-tone .team-roster-card,[data-theme=dark] .app-shell.dashboard-shell-tone .grid-form{background:#0f172ad1;border-color:#94a3b829;box-shadow:inset 0 0 0 .5px #94a3b814}[data-theme=dark] .app-shell.dashboard-shell-tone .grid-form{border-radius:24px}[data-theme=dark] .app-shell.dashboard-shell-tone .page-header,[data-theme=dark] .app-shell.dashboard-shell-tone .summary-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .team-roster-head,[data-theme=dark] .app-shell.dashboard-shell-tone .team-member-row{border-color:#94a3b824}[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-stat-cell+.analytics-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-side-divider,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-side-row+.analytics-side-row,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-health-row+.analytics-health-row,[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-signal-row+.analytics-signal-row{background:#94a3b824}[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-signal-track-bar{background:#94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-signal-icon{color:#d8b4fe;background:#a855f724}[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-primary-button{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#7e22ce 100%)}[data-theme=dark] .app-shell.dashboard-shell-tone .analytics-primary-button:hover{background:linear-gradient(135deg,#9333ea 0%,#6b21a8 100%)}[data-theme=dark] .app-shell.dashboard-shell-tone .team-success-note{background:#4c1d952e;border-color:#c084fc38}[data-theme=dark] .app-shell.dashboard-shell-tone .team-primary-button{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#7e22ce 100%);box-shadow:0 18px 32px -22px #a855f79e,inset 0 1px #ffffff24}[data-theme=dark] .app-shell.dashboard-shell-tone .team-primary-button:hover:not(:disabled){box-shadow:0 22px 36px -24px #a855f7b8,inset 0 1px #ffffff29}[data-theme=dark] .app-shell.dashboard-shell-tone .team-soft-button{color:#d8b4fe;background:#a855f71f;box-shadow:inset 0 0 0 .5px #c484fc33}[data-theme=dark] .app-shell.dashboard-shell-tone .team-soft-button:hover:not(:disabled){background:#a855f72e}[data-theme=dark] .app-shell.dashboard-shell-tone .team-soft-button-danger{color:#fca5a5;background:#ef44441f;box-shadow:inset 0 0 0 .5px #f871713d}[data-theme=dark] .app-shell.dashboard-shell-tone .team-soft-button-danger:hover:not(:disabled){color:#fecaca;background:#ef44442e}[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .records-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-queue-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-sidebar-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-queue-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-detail-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .records-queue-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .records-create-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-form-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-form-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-side-shell{background:#0f172ad6;box-shadow:inset 0 0 0 .5px #94a3b829}[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-stat-cell+.appointment-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-stat-cell+.consultation-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .records-stat-cell+.records-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-stat-cell+.patients-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-stat-cell+.clinic-profile-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-stat-cell+.settings-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-sidebar-divider,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-side-row+.appointment-side-row,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-health-row+.appointment-health-row,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-list-card+.consultation-list-card,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-focus-meta,[data-theme=dark] .app-shell.dashboard-shell-tone .records-table tbody tr+tr td,[data-theme=dark] .app-shell.dashboard-shell-tone .records-side-meta,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-table tbody tr+tr td,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-list div+div,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-side-list div+div{background:#171d2f;box-shadow:inset 0 .5px #94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-focus-card,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-detail-card,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-attachment-card,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-logo-card,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-section,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-side-section{background:#ffffff0a;box-shadow:inset 0 0 0 .5px #94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-list-card:hover{background:#c084fc0f}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-list-card.is-selected{background:#c084fc24;box-shadow:inset 0 0 0 .5px #c084fc38}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-filter-chip,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-chip,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-action-toggle,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-page .inline-action,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-page .panel-inline-link,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-trigger,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-secondary-action,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-search-field,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-count-pill,[data-theme=dark] .app-shell.dashboard-shell-tone .records-type-pill{color:var(--trade-ink);background:#ffffff0d}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-filter-chip strong,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-trigger,[data-theme=dark] .app-shell.dashboard-shell-tone .records-type-pill,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-person-avatar{color:var(--trade-primary-active)}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-filter-chip strong{background:#c084fc24}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-filter-chip.active{background:var(--trade-primary);color:var(--trade-on-primary)}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-filter-chip.active strong{color:var(--trade-on-primary);background:#140a1b29}[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-action-toggle:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-page .inline-action:hover:not(:disabled),[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-page .panel-inline-link:hover,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-trigger:hover{background:#c084fc1f}[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-popover{background:#0f172afa;box-shadow:0 18px 40px -24px #0206178f,inset 0 0 0 .5px #94a3b829}[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-item,[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-empty{color:var(--trade-body)}[data-theme=dark] .app-shell.dashboard-shell-tone .appointment-row-menu-item:hover:not(:disabled){background:#c084fc1f}[data-theme=dark] .app-shell.dashboard-shell-tone .patients-search-field input,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-search-field input::placeholder,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .consultation-panel-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .records-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .records-shell-label,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .patients-shell-label,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-shell-label,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-list span,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-note p,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-status-note,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-stat-cell span,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-stat-cell p,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-header-copy p,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-shell-head p,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .settings-shell-label{color:var(--trade-muted)}[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-header-copy h3,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-shell-head h4,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-stat-cell strong,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-field-label,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-detail-head,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-logo-preview,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-logo,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-list strong,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-note strong{color:var(--trade-ink)}[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-logo-preview,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-side-logo{background:linear-gradient(135deg,#c084fc2e,#818cf824);box-shadow:inset 0 0 0 .5px #c084fc2e}[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-logo-copy p,[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-logo-copy small{color:var(--trade-muted)}[data-theme=dark] .app-shell.dashboard-shell-tone .clinic-profile-status-note.is-error{color:#fca5a5}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-page-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-shell-label,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-time-group-head h2,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-title-row span,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-copy p,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-type,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-secondary,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-unread,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-shell-head p,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-stat-cell span,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-stat-cell p{color:var(--trade-muted)}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-page-copy h3,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-shell-head h4,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-stat-cell strong,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-title-row strong,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-link{color:var(--trade-ink)}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-page-action{color:var(--trade-primary-active);background:#c084fc24;box-shadow:inset 0 0 0 .5px #c084fc2e}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-page-action:hover:not(:disabled){background:#c084fc33}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-time-group,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-empty-shell{background:#0f172ad6;box-shadow:inset 0 0 0 .5px #94a3b829}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-stat-cell+.notifications-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-row+.notifications-feed-row{background:#0e1629;box-shadow:inset 0 .5px #94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-row.is-unread{background:#c084fc1f;box-shadow:inset 0 0 0 .5px #c084fc29}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-icon,[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-link{background:#ffffff0d}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-icon{color:var(--trade-primary-active)}[data-theme=dark] .app-shell.dashboard-shell-tone .notifications-feed-link:hover{color:var(--trade-primary-active);background:#c084fc1f}[data-theme=dark] .app-shell.dashboard-shell-tone .security-page{color:#e5e7eb}[data-theme=dark] .app-shell.dashboard-shell-tone .security-kicker,[data-theme=dark] .app-shell.dashboard-shell-tone .security-shell-label,[data-theme=dark] .app-shell.dashboard-shell-tone .security-stat-cell span,[data-theme=dark] .app-shell.dashboard-shell-tone .security-stat-cell p,[data-theme=dark] .app-shell.dashboard-shell-tone .security-shell-head p,[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-list span,[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-note p{color:#9ca3af}[data-theme=dark] .app-shell.dashboard-shell-tone .security-header-copy h3,[data-theme=dark] .app-shell.dashboard-shell-tone .security-stat-cell strong,[data-theme=dark] .app-shell.dashboard-shell-tone .security-shell-head h4,[data-theme=dark] .app-shell.dashboard-shell-tone .security-field-label,[data-theme=dark] .app-shell.dashboard-shell-tone .security-detail-head,[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-list strong,[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-note strong{color:#f9fafb}[data-theme=dark] .app-shell.dashboard-shell-tone .security-stats-strip,[data-theme=dark] .app-shell.dashboard-shell-tone .security-form-shell,[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-shell{background:#0f172ae0;box-shadow:inset 0 0 0 .5px #94a3b82e}[data-theme=dark] .app-shell.dashboard-shell-tone .security-stat-cell+.security-stat-cell:before,[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-list div+div{background:#94a3b824;box-shadow:inset 0 .5px #94a3b824}[data-theme=dark] .app-shell.dashboard-shell-tone .security-side-section{background:#ffffff0a;box-shadow:inset 0 0 0 .5px #94a3b81f}[data-theme=dark] .app-shell.dashboard-shell-tone .security-input-wrap input{color:#f9fafb;background:#ffffff0a;box-shadow:inset 0 0 0 .5px #94a3b829}[data-theme=dark] .app-shell.dashboard-shell-tone .security-input-wrap input::placeholder{color:#94a3b8}[data-theme=dark] .app-shell.dashboard-shell-tone .security-input-wrap input:focus{box-shadow:0 0 0 3px #7e238b2e,inset 0 0 0 .5px #7e238b4d}[data-theme=dark] .app-shell.dashboard-shell-tone .security-input-action{color:#94a3b8}[data-theme=dark] .app-shell.dashboard-shell-tone .security-input-action:hover{color:#c084fc}@media (width<=1180px){.app-shell.dashboard-shell-tone .security-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell.dashboard-shell-tone .security-dashboard,.app-shell.dashboard-shell-tone .security-header{grid-template-columns:1fr}}@media (width<=760px){.app-shell.dashboard-shell-tone .security-form-grid,.app-shell.dashboard-shell-tone .security-stats-strip{grid-template-columns:1fr}.app-shell.dashboard-shell-tone .security-shell-head{flex-direction:column;align-items:flex-start}}.notifications-feed-empty-copy{color:#6b7280;align-items:center;gap:8px;font-size:13px;display:inline-flex}[data-theme=dark] .notifications-tool-title h1,[data-theme=dark] .notifications-feed-title-row strong,[data-theme=dark] .notifications-feed-link,[data-theme=dark] .notifications-tool-action{color:#f3f4f6}[data-theme=dark] .notifications-tool-title p,[data-theme=dark] .notifications-time-group-head h2,[data-theme=dark] .notifications-feed-title-row span,[data-theme=dark] .notifications-feed-copy p,[data-theme=dark] .notifications-feed-type,[data-theme=dark] .notifications-feed-secondary,[data-theme=dark] .notifications-feed-unread,[data-theme=dark] .notifications-feed-empty-copy{color:#98a2b3}[data-theme=dark] .notifications-empty-shell,[data-theme=dark] .notifications-time-group{background:#161b22f5;border-color:#2a3240}[data-theme=dark] .notifications-feed-row+.notifications-feed-row{border-color:#26303d}[data-theme=dark] .notifications-feed-row.is-unread{background:#3b82f61f}[data-theme=dark] .notifications-feed-icon{color:#c7d2fe;background:#1f2937}[data-theme=dark] .notifications-tool-action{background:#1f2937d6;border-color:#334155}[data-theme=dark] .notifications-tool-action:hover{background:#273343eb}@media (width<=980px){.notifications-feed-row{grid-template-columns:42px minmax(0,1fr)}.notifications-feed-side{grid-column:2;justify-content:flex-start}}@media (width<=720px){.notifications-tool-header,.notifications-feed-title-row{flex-direction:column;align-items:flex-start}.notifications-tool-action{width:100%}.notifications-time-group{padding:12px 14px 6px}}@media (width<=760px){.apple-notifications-header,.apple-notification-section-head,.apple-priority-topline,.apple-feed-title-row{flex-direction:column;align-items:flex-start}.apple-notifications-action{justify-content:center;width:100%}.apple-notification-section{border-radius:20px;padding:16px}}.consultation-patient-avatar{object-fit:cover;background:color-mix(in srgb, var(--primary) 10%, var(--surface) 90%)}.consultation-patient-avatar-fallback{color:var(--primary);place-items:center;font-size:12px;font-weight:700;display:inline-grid}.consultation-workspace{grid-template-columns:minmax(0,1.15fr) minmax(360px,.95fr);align-items:start;gap:18px;display:grid}.consultation-list-panel,.consultation-detail-panel{min-width:0}.consultation-table tbody tr{cursor:pointer;transition:background var(--ease)}[lang=ar] .app-shell.dashboard-shell-tone .sidebar,[lang=ar] .app-shell.dashboard-shell-tone .sidebar *,[lang=ar] .app-shell.dashboard-shell-tone .topbar,[lang=ar] .app-shell.dashboard-shell-tone .topbar *,[lang=ar] .app-shell.dashboard-shell-tone .content,[lang=ar] .app-shell.dashboard-shell-tone .content *{font-family:var(--font-arabic)!important}.consultation-table tbody tr:hover{background:color-mix(in srgb, var(--surface-soft) 80%, var(--primary-soft) 20%)}.consultation-table tbody tr.is-selected{background:color-mix(in srgb, var(--primary-soft) 55%, var(--surface) 45%)}.consultation-patient-cell,.consultation-detail-user{align-items:center;gap:12px;display:flex}.consultation-patient-cell strong,.consultation-request-cell strong,.consultation-detail-user h3{color:var(--text);font-size:13px;font-weight:600;display:block}.consultation-patient-cell span,.consultation-request-cell span,.consultation-detail-user p{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.45;display:block}.consultation-request-cell span{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:320px;display:-webkit-box;overflow:hidden}.consultation-detail-stack{gap:14px;display:grid}.consultation-detail-header,.consultation-detail-card{border:1px solid var(--line);background:var(--surface);border-radius:18px}.consultation-detail-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex}.consultation-detail-badges{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.consultation-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.consultation-detail-card{padding:16px}.consultation-detail-card h4{color:var(--text);margin-top:12px;font-size:15px}.consultation-detail-card>p,.consultation-note-text{color:var(--muted);margin-top:10px;font-size:13px;line-height:1.65}.consultation-detail-section-head,.consultation-field-label{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.consultation-chip-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.consultation-chip{border:1px solid var(--line);background:var(--surface-soft);min-height:30px;color:var(--text);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;display:inline-flex}.consultation-contact-grid,.consultation-proposal-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.consultation-proposal-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.consultation-contact-grid span,.consultation-proposal-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;display:block}.consultation-contact-grid strong,.consultation-proposal-summary strong{color:var(--text);margin-top:4px;font-size:13px;line-height:1.45;display:block}.consultation-attachment-list{gap:10px;margin-top:12px;display:grid}.consultation-attachment-card{border:1px solid var(--line);background:var(--surface-soft);color:inherit;border-radius:14px;padding:12px 14px;text-decoration:none;display:block}.consultation-attachment-card strong,.consultation-attachment-card span{display:block}.consultation-attachment-card strong{color:var(--text);font-size:13px}.consultation-attachment-card span{color:var(--muted);margin-top:4px;font-size:12px}.consultation-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.consultation-form-grid label{gap:8px;display:grid}.consultation-field-span{grid-column:1/-1}.consultation-linked-actions,.consultation-action-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.consultation-linked-actions{margin-top:14px}.consultation-action-row{margin-top:16px}.consultation-action-row button{align-items:center;gap:8px;display:inline-flex}.consultation-note-warn{color:var(--warn)}@media (width<=1180px){.consultation-summary-grid,.consultation-detail-grid,.consultation-proposal-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-workspace{grid-template-columns:1fr}}@media (width<=760px){.consultation-summary-grid,.consultation-detail-grid,.consultation-contact-grid,.consultation-form-grid,.consultation-proposal-summary{grid-template-columns:1fr}.consultation-detail-header,.consultation-alert-meta{flex-direction:column;align-items:flex-start}.consultation-alert-head{grid-template-columns:auto minmax(0,1fr)}.consultation-alert-head .badge-pill{grid-column:1/-1;justify-self:start}}.app-shell[dir=rtl]{--shell-inline-shadow-direction:-1;--shell-switch-translate-direction:-1}.app-shell[dir=rtl],.app-shell[dir=rtl] button,.app-shell[dir=rtl] input,.app-shell[dir=rtl] select,.app-shell[dir=rtl] option{font-family:"Cairo", var(--font-sans)}.app-shell[dir=rtl] .sidebar-group-label{letter-spacing:0;text-transform:none}.app-shell[dir=rtl] .shell-directional-icon{transform:scaleX(-1)}.app-shell[dir=rtl] .search-shortcut{direction:ltr}.messages-page,.messages-page button,.messages-page input{font-family:"Cairo", var(--font-sans)}.messages-page{flex-direction:column;flex:1;min-height:0;font-family:Inter,sans-serif;font-size:13px;display:flex;overflow:hidden}.messages-primary-button,.messages-soft-button,.messages-soft-button-danger,.messages-icon-button{cursor:pointer;border:1px solid #e1e5eeb3;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:600;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex}.messages-primary-button{color:#fff;background:linear-gradient(135deg,#7e57fff2,#9e6afff2);min-height:40px;padding:0 16px;box-shadow:0 10px 24px #7956ff38}.messages-soft-button,.messages-soft-button-danger,.messages-icon-button{min-height:40px;color:var(--text);background:#ffffffe0;padding:0 14px}.messages-soft-button-danger{color:#d75f7f}.messages-dashboard{background:#fff;border-radius:28px;flex:1;grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:0;min-height:0;display:grid;overflow:hidden;box-shadow:0 18px 48px #1e23420f}.messages-dashboard.is-list-collapsed{grid-template-columns:0 minmax(0,1fr)}.messages-sidebar-shell{background:#fff;border-inline-end:1px solid #eceff6e6;grid-template-rows:auto 1fr;gap:16px;min-height:0;padding:20px 16px 18px;display:grid;overflow:hidden}.messages-sidebar-shell.is-collapsed{border:0;width:0;min-width:0;padding:0}.messages-sidebar-toggle{color:#7b8398;background:#ffffffeb;border:1px solid #e8ebf2f2;border-radius:16px;place-items:center;width:42px;min-width:42px;height:42px;min-height:42px;padding:0;display:inline-grid}.messages-thread-shell{background:#fcfcfe;grid-template-rows:auto auto minmax(0,1fr) auto auto;min-height:0;display:grid;overflow:hidden}.messages-sidebar-head{gap:16px;display:grid}.messages-sidebar-title{justify-content:space-between;align-items:center;gap:14px;display:flex}.messages-sidebar-title h3{color:#202744;letter-spacing:-.03em;margin:0;font-size:30px;font-weight:700}.messages-sidebar-title p{color:#98a0b3;margin:6px 0 0;font-size:13px;font-weight:600}.messages-sidebar-tools{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.messages-filter-menu-wrap,.messages-emoji-menu-wrap{position:relative}.messages-search{color:#98a0b3;background:#f8f9fc;border:1px solid #e9ecf3f2;border-radius:16px;align-items:center;gap:10px;min-width:0;min-height:42px;padding-inline:14px;display:flex}.messages-search svg,.messages-filter-button svg{color:#9ea6b9}.messages-search svg,.messages-compose-button svg,.messages-filter-button svg,.messages-action-button svg,.messages-icon-button svg,.messages-send-button svg,.messages-primary-button svg,.messages-soft-button svg,.messages-soft-button-danger svg,.messages-call-end-button svg{width:18px;height:18px;color:inherit;stroke:currentColor;fill:none;opacity:1;pointer-events:none;flex:none;margin:auto;display:block}.messages-search input,.messages-composer input{color:#3d4666;background:0 0;border:0;outline:none;width:100%;font-size:13px}.messages-search input::placeholder,.messages-composer input::placeholder{color:#a6adbf}.messages-compose-button,.messages-filter-button,.messages-action-button,.messages-send-button{color:#7b8398;width:42px;min-width:42px;height:42px;min-height:42px;box-shadow:none;background:#ffffffeb;border:1px solid #e8ebf2f2;border-radius:16px;place-items:center;padding:0;display:inline-grid}.messages-compose-button,.messages-send-button,.messages-action-button.is-call{color:#fff;background:linear-gradient(#8b5cf6 0%,#7c3aed 100%);border-color:#0000}.messages-action-button.is-danger{color:#cf556e;background:#fff2f5;border-color:#ffd9e1}.messages-filter-button:hover,.messages-compose-button:hover,.messages-action-button:hover,.messages-send-button:hover{transform:translateY(-1px)}.messages-filter-tabs{align-items:center;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.messages-filter-tab{color:#8890a5;min-height:34px;box-shadow:none;background:0 0;border:0;border-radius:999px;padding:0 14px;font-size:12px;font-weight:600}.messages-filter-tab.is-active{color:#8b5cf6;background:#f0eafe}.messages-filter-menu,.messages-emoji-menu{z-index:30;background:#fffffff5;border:1px solid #e9ecf3f2;border-radius:20px;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;box-shadow:0 20px 50px #1f25441f}.messages-filter-menu{gap:4px;min-width:180px;padding:8px;display:grid}.messages-filter-menu-item{color:#5c647f;width:100%;min-height:40px;box-shadow:none;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;display:flex}.messages-filter-menu-item strong{color:#9aa2b5;font-size:11px}.messages-filter-menu-item.is-active{color:#7c3aed;background:#f5f1ff}.messages-room-list,.messages-empty-shell{min-height:0}.messages-room-list{align-content:start;gap:6px;padding-inline-end:4px;display:grid;overflow:auto}.messages-list-item{text-align:start;cursor:pointer;width:100%;box-shadow:none;background:0 0;border:0;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-self:start;align-items:center;gap:10px;padding:10px 12px;display:grid}.messages-list-item.is-active{background:linear-gradient(#f4effff5 0%,#f0ebffeb 100%)}.messages-list-item-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.messages-list-avatar-wrap{width:42px;height:42px;position:relative}.messages-list-avatar,.messages-list-avatar-wrap .messages-avatar-fallback,.messages-thread-patient img,.messages-avatar-fallback,.messages-row-avatar-image,.messages-row-avatar-fallback{object-fit:cover;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.messages-list-avatar,.messages-row-avatar-image,.messages-thread-patient img{background:#eef1f7;display:block}.messages-avatar-fallback,.messages-list-avatar-wrap .messages-avatar-fallback,.messages-row-avatar-fallback{color:#7a4fff;background:linear-gradient(#efe6ff 0%,#e5dbff 100%);font-size:15px;font-weight:700}.messages-presence-dot,.messages-thread-online-dot{background:#38c172;border:2px solid #fff;border-radius:50%;width:11px;height:11px}.messages-presence-dot{position:absolute;inset-block-end:2px;inset-inline-end:1px}.messages-presence-dot.is-idle{background:#d0d5e4}.messages-list-main{gap:4px;min-width:0;display:grid}.messages-list-item-head strong,.messages-request-banner strong,.messages-bubble strong{color:#242b45;font-weight:600}.messages-list-item-head span,.messages-list-item p,.messages-thread-meta p,.messages-request-banner span,.messages-bubble span,.messages-selected-file,.messages-typing-indicator{color:#98a0b3;margin:0;font-size:12px;line-height:1.6}.messages-list-item p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.messages-list-side{justify-items:end;gap:8px;display:grid}.messages-room-state{color:#a0a7b8;font-size:11px;font-weight:600}.messages-room-state.is-active{color:#38a169}.messages-room-state.is-pending{color:#d69e2e}.messages-room-badge{color:#fff;background:#8b5cf6;border-radius:999px;place-items:center;min-width:20px;height:20px;padding-inline:6px;font-size:11px;font-weight:700;display:inline-grid}.messages-thread-head{background:#ffffffe0;border-bottom:1px solid #eceff6f2;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px 16px;display:flex}.messages-thread-patient{align-items:center;gap:14px;min-width:0;display:flex}.messages-thread-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.messages-thread-patient img,.messages-avatar-fallback{flex:none}.messages-thread-patient>div{gap:2px;min-width:0;display:grid}.messages-thread-patient h4{color:#202744;margin:0;font-size:20px;font-weight:700}.messages-thread-actions{align-items:center;gap:10px;display:inline-flex}.messages-thread-status{border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.messages-thread-status.is-pending{color:#b7791f;background:#fff6de}.messages-thread-status.is-active{color:#228b5b;background:#e8f8ef}.messages-thread-status.is-rejected{color:#ca5a72;background:#fff0f3}.messages-connection-pill{color:#8f97aa;background:#fafbff;border:1px solid #eceef4;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.messages-connection-pill.is-connected{color:#66d59a}.messages-connection-pill.is-reconnecting,.messages-connection-pill.is-connecting{color:#f4b067}.messages-connection-pill.is-disconnected{color:#e98fa0}.messages-request-banner{background:#f6f4fb;border:0;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin:16px 24px 0;padding:14px 16px;display:flex}.messages-request-banner.is-muted{background:#f4f6fa}.messages-request-actions{align-items:center;gap:10px;display:inline-flex}.messages-thread-body{background:#fcfcfe;justify-content:center;min-height:0;padding:18px 24px;display:flex;overflow:auto}.messages-thread-column{flex-direction:column;gap:14px;width:min(760px,100%);display:flex}.messages-day-divider{justify-content:center;width:100%;margin:4px 0 8px;display:flex}.messages-day-divider span{color:#9aa1b3;background:#f2f4f8;border:0;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600}.messages-row{align-items:flex-end;gap:10px;width:100%;display:flex}.messages-row.is-clinic{justify-content:flex-end}.messages-row.is-patient{justify-content:flex-start}.messages-row-avatar{flex:0 0 38px;width:38px}.messages-row-avatar-image,.messages-row-avatar-fallback,.messages-row-avatar-spacer{border-radius:50%;width:38px;height:38px}.messages-row-avatar-fallback{font-size:12px}.messages-row-avatar-spacer{display:block}.messages-bubble{background:#fff;border:0;border-radius:22px;gap:8px;max-width:min(70%,520px);padding:13px 15px;display:grid;box-shadow:0 8px 24px #1a1d2309}.messages-bubble.is-clinic{background:linear-gradient(#efe6ff 0%,#eadfff 100%);border-top-right-radius:12px}.messages-bubble.is-patient{background:#fff;border-top-left-radius:12px}.messages-bubble.is-grouped{margin-top:-4px}.messages-bubble p{color:#31395b;margin:0;font-size:13px;line-height:1.7}.messages-bubble-meta{color:#959db2;justify-self:end;align-items:center;gap:6px;font-size:11px;display:inline-flex}.messages-row.is-patient .messages-bubble-meta{justify-self:start}.messages-system-row{justify-content:center;display:flex}.messages-system-pill{color:#98a0b3;text-align:center;background:#f2f4f8;border:0;border-radius:999px;align-items:center;gap:10px;max-width:min(82%,560px);padding:8px 14px;font-size:12px;line-height:1.5;display:inline-flex}.messages-system-pill small{color:inherit;font-size:11px}.messages-attachment-list{flex-wrap:wrap;gap:8px;display:flex}.messages-attachment-chip{color:#2d3656;background:#fffc;border:0;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.messages-attachment-chip span{color:inherit}.messages-attachment-chip.is-image{padding-inline-start:6px}.messages-attachment-chip.is-image img{object-fit:cover;border-radius:8px;width:28px;height:28px}.messages-typing-indicator,.messages-selected-file,.messages-empty-shell{flex:none;padding:0 24px 16px}.messages-thread-placeholder{color:#97a0b4;text-align:center;background:#f6f7fb;border:0;border-radius:20px;place-items:center;min-height:220px;padding:18px;font-size:12px;display:grid}.messages-composer{z-index:3;background:#ffffffe0;border-top:1px solid #eceff6f2;flex:none;align-items:center;gap:12px;padding:12px 24px 18px;display:flex;position:relative}.messages-composer-shell{min-height:52px;box-shadow:none;background:#f3f5f9;border:0;border-radius:999px;flex:1;align-items:center;gap:8px;padding-inline:10px;display:flex;overflow:hidden}.messages-composer-shell input{background:0 0;border:0;flex:1;min-width:0;min-height:44px;padding:0 8px}.messages-composer-shell input:disabled{color:#a8afc1}.messages-icon-button{color:#7f879b;background:#ffffffeb;border-color:#0000;border-radius:50%;flex:none;place-items:center;width:38px;min-width:38px;height:38px;min-height:38px;display:inline-grid}.messages-send-button{border-radius:18px;flex:none;width:48px;min-width:48px;height:48px;min-height:48px;box-shadow:0 12px 28px #7c3aed3d}.messages-emoji-menu{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:156px;padding:10px;display:grid;inset-inline-end:0}.messages-emoji-option{color:#38405f;width:40px;height:40px;box-shadow:none;background:#f8f9ff;border:0;border-radius:12px;font-size:20px}.messages-emoji-option:hover{background:#f1ebff}.messages-call-overlay{z-index:180;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#13192b61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.messages-call-card{text-align:center;background:#ffffffeb;border:0;border-radius:28px;justify-items:center;gap:12px;width:min(360px,100%);padding:28px 24px 24px;display:grid;box-shadow:0 24px 70px #13192b38}.messages-call-avatar{object-fit:cover;background:#eef1f7;border-radius:50%;width:78px;height:78px}.messages-call-card h4{color:#202744;margin:0;font-size:24px;font-weight:700}.messages-call-card p{color:#7c3aed;margin:0;font-size:13px;font-weight:600}.messages-call-card small{color:#8f97aa;font-size:12px;line-height:1.6}.messages-call-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.messages-call-chip{color:#4b5563;background:#f3f4ff;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.messages-call-chip.is-weak{color:#b45309;background:#f59e0b24}.messages-call-control{color:#1f2937;background:linear-gradient(#fff 0%,#f5f7ff 100%);border:1px solid #1f29371a;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.messages-call-control:hover{color:#5b21b6;background:linear-gradient(#f5f3ff 0%,#ede9fe 100%);border-color:#7c3aed38}.messages-call-reconnect{color:#5b21b6;background:linear-gradient(#7c3aed2e 0%,#7c3aed1f 100%);border-color:#7c3aed38}.messages-call-reconnect:hover{color:#4c1d95;background:linear-gradient(#7c3aed3d 0%,#7c3aed2e 100%);border-color:#7c3aed4d}.messages-call-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:4px;display:flex}.messages-call-end-button{color:#fff;min-height:42px;box-shadow:none;background:linear-gradient(#f56565 0%,#e53e3e 100%);border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 16px;display:inline-flex}.messages-thread-empty{align-items:center}.messages-page-ar .messages-page-header,.messages-page-ar .messages-thread-head,.messages-page-ar .messages-thread-subbar,.messages-page-ar .messages-list-item-head,.messages-page-ar .messages-request-banner,.messages-page-ar .messages-composer{direction:rtl}.messages-page-ar .messages-sidebar-head,.messages-page-ar .messages-sidebar-head,.messages-page-ar .messages-thread-patient,.messages-page-ar .messages-list-item,.messages-page-ar .messages-bubble,.messages-page-ar .messages-request-banner{text-align:end}.messages-page-ar .messages-row.is-patient{flex-direction:row-reverse}.messages-page-ar .messages-list-side{justify-items:start}@media (width<=1180px){.messages-dashboard{grid-template-columns:1fr;height:auto;min-height:0}.messages-sidebar-shell{border-inline-end:0;border-bottom:1px solid #eef0f6}.messages-thread-shell{min-height:auto}}@media (width<=760px){.messages-thread-head,.messages-thread-subbar,.messages-request-banner,.messages-composer{flex-direction:column;align-items:stretch}.messages-sidebar-tools,.messages-list-item{grid-template-columns:1fr}.messages-filter-button,.messages-compose-button,.messages-action-button,.messages-send-button{width:40px;height:40px}.messages-composer-shell{min-height:50px}.messages-list-avatar-wrap,.messages-list-side{display:none}.messages-filter-menu,.messages-emoji-menu{inset-inline:0 auto}.messages-bubble{max-width:calc(100% - 48px)}.messages-row-avatar{flex-basis:30px;width:30px}.messages-row-avatar-image,.messages-row-avatar-fallback,.messages-row-avatar-spacer{width:30px;height:30px}}
