@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";.auth-shell{--auth-purple:#9032f9;color:#f7f5fb;background:#06050c;place-items:center;min-height:100dvh;padding:32px;display:grid;position:relative;overflow:hidden}.auth-shell:before{content:"";pointer-events:none;background:radial-gradient(at 72% 88%,#6220b42e,#0000 42%),linear-gradient(135deg,#9032f90e,#0000 38%);position:absolute;inset:0}.auth-brand{align-items:center;gap:18px;display:flex;position:absolute;top:30px;left:36px}.auth-brand svg{width:auto;height:34px}.auth-brand>span{color:#817b91;border-left:1px solid #ffffff1a;padding-left:18px;font-size:12px}.auth-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0a15e0;border:1px solid #ffffff17;border-radius:18px;width:min(100%,410px);padding:38px 40px 34px;position:relative;box-shadow:0 28px 90px #00000061}.auth-heading>span{color:#a65cff;letter-spacing:.13em;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.auth-heading h1{color:#fbfaff;letter-spacing:-.035em;margin:0;font-size:26px;line-height:1.2}.auth-heading p{color:#9690a3;margin:10px 0 0;font-size:13px;line-height:1.55}.auth-form{gap:17px;margin-top:28px;display:grid}.auth-field{gap:7px;display:grid}.auth-field>span{color:#aaa4b5;font-size:11px;font-weight:600}.auth-field>div{color:#6f687b;background:#ffffff06;border:1px solid #ffffff1a;border-radius:9px;align-items:center;gap:10px;height:42px;padding:0 12px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.auth-field>div:hover{background:#ffffff0a;border-color:#ffffff2b}.auth-field>div:focus-within{border-color:#9032f9c7;box-shadow:0 0 0 3px #9032f91f}.auth-field input{color:#f5f2fa;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13px}.auth-field input::placeholder{color:#625d6c}.auth-submit{color:#fff;cursor:pointer;background:#9032f9;border:1px solid #a24aff;border-radius:9px;justify-content:center;align-items:center;gap:9px;height:42px;margin-top:4px;font-size:12px;font-weight:700;transition:transform .16s,background .16s;display:flex;box-shadow:0 8px 24px #601baa33}.auth-submit:hover:not(:disabled){background:#9d43ff;transform:translateY(-1px)}.auth-submit:disabled{cursor:wait;opacity:.7}.auth-mode{color:#aaa4b5;cursor:pointer;background:0 0;border:0;margin:20px auto 0;font-size:11px;display:block}.auth-mode:hover{color:#c995ff}.auth-feedback{border-radius:8px;align-items:flex-start;gap:7px;margin:0;padding:10px 11px;font-size:11px;line-height:1.45;display:flex}.auth-feedback.error{color:#ef9ca8;background:#c0304817;border:1px solid #e14e6429}.auth-feedback.success{color:#87dcb8;background:#24a06e14;border:1px solid #42be8b26}.auth-step{align-items:center;width:74px;margin-bottom:28px;display:flex}.auth-step span{color:#756f80;border:1px solid #ffffff21;border-radius:50%;place-items:center;width:19px;height:19px;font-size:9px;display:grid}.auth-step span.active{color:#c896ff;background:#9032f926;border-color:#9032f9}.auth-step i{background:#ffffff1a;flex:1;height:1px}.auth-security{color:#716b7c;justify-content:center;align-items:center;gap:7px;margin:20px 0 0;font-size:10px;display:flex}.auth-legal{color:#575260;font-size:10px;position:absolute;bottom:24px}.auth-loader{color:#8f8999;flex-direction:column;align-items:center;gap:18px;font-size:11px;display:flex}.auth-loader svg:first-child{width:auto;height:38px}.spin{animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=600px){.auth-shell{padding:24px 18px}.auth-brand{top:24px;left:24px}.auth-brand>span{display:none}.auth-panel{border-radius:14px;padding:30px 24px}.auth-legal{bottom:16px}}@media (prefers-reduced-motion:reduce){.spin{animation-duration:1.8s}.auth-submit{transition:none}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f5f8;--surface:#fff;--surface-subtle:#fafbfc;--surface-hover:#f6f5fa;--border:#e5e7ec;--border-strong:#d1d5df;--text-primary:#20212a;--text-secondary:#667080;--text-muted:#969ca8;--primary:#6844d2;--primary-hover:#5534b8;--primary-subtle:#f0ecff;--success:#287f65;--success-subtle:#eaf7f2;--warning:#ac762d;--warning-subtle:#fff6e8;--danger:#c25858;--font-body:"DM Sans", ui-sans-serif, sans-serif;--font-display:"Manrope", "DM Sans", sans-serif;--sidebar-width:242px}*{box-sizing:border-box}body{color:var(--text-primary);background:var(--background);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:14px}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #6844d238}.app-shell{isolation:isolate;background:var(--app-bg-base,var(--background));min-height:100vh;display:flex;position:relative}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);border-right:1px solid var(--border);background:var(--surface);z-index:10;flex-direction:column;gap:0;padding:22px 14px 16px;transition:width .2s,flex-basis .2s,transform .2s;display:flex}.sidebar.collapsed{flex-basis:70px;width:70px;padding-inline:10px}.brand{align-items:center;gap:10px;min-height:31px;padding:0 10px 25px;display:flex}.sidebar-toggle{width:27px;height:27px;color:var(--text-muted);background:0 0;border:0;border-radius:6px;place-items:center;margin-left:auto;display:grid}.sidebar-toggle:hover{background:var(--surface-subtle);color:var(--text-primary)}.flip-icon{transform:rotate(180deg)}.workspace-switcher{border:1px solid var(--border);width:100%;color:var(--text-primary);background:var(--surface-subtle);text-align:left;border-radius:9px;align-items:center;gap:9px;margin-bottom:24px;padding:10px;display:flex}.workspace-avatar{width:28px;height:28px;color:var(--primary);background:var(--primary-subtle);border-radius:7px;flex:none;place-items:center;display:grid}.workspace-copy{flex:1;min-width:0;line-height:1.2}.workspace-copy strong,.workspace-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.workspace-copy strong{font-size:12px}.workspace-copy small{color:var(--text-muted);margin-top:4px;font-size:11px}.chevron{color:var(--text-muted);flex:none}.sidebar-section-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;padding:0 11px 8px;font-size:10px;font-weight:700}.nav-item{width:100%;min-height:36px;color:var(--text-secondary);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;padding:0 11px;transition:background .15s,color .15s;display:flex;position:relative}.nav-item.active{color:var(--primary);background:var(--primary-subtle);font-weight:600}.nav-item.active:before{content:"";background:var(--primary);border-radius:2px;width:2px;position:absolute;top:9px;bottom:9px;left:0}.sidebar .nav-item+.nav-item{margin-top:2px}.sidebar-section-label:not(:first-of-type){margin-top:22px}.sidebar-footer{margin-top:auto}.sidebar.collapsed .brand{justify-content:center;padding-inline:0}.sidebar.collapsed .workspace-copy,.sidebar.collapsed .workspace-switcher .chevron,.sidebar.collapsed .sidebar-section-label,.sidebar.collapsed .nav-item span{display:none}.sidebar.collapsed .workspace-switcher,.sidebar.collapsed .nav-item{justify-content:center;padding-inline:0}.sidebar.collapsed .sidebar-toggle{display:none}.main-area{flex:1;min-width:0}.topbar{border-bottom:1px solid var(--border);z-index:5;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#ffffffe0;align-items:center;gap:17px;height:68px;padding:0 34px;display:flex;position:sticky;top:0}.mobile-menu{color:var(--text-secondary);background:0 0;border:0;display:none}.global-search{width:min(370px,40vw);color:var(--text-muted);background:var(--surface-subtle);text-align:left;border:1px solid #0000;border-radius:7px;align-items:center;gap:9px;padding:9px 11px;display:flex}.global-search:hover{border-color:var(--border-strong)}.global-search span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.global-search kbd{border:1px solid var(--border);color:var(--text-muted);background:var(--surface);white-space:nowrap;border-bottom-width:2px;border-radius:4px;align-items:center;gap:3px;margin-left:auto;padding:2px 5px;font-size:10px;display:inline-flex}.topbar-spacer{flex:1}.top-action{width:34px;height:34px;color:var(--text-secondary);background:0 0;border:0;border-radius:6px;place-items:center;display:grid;position:relative}.top-action:hover{background:var(--surface-subtle);color:var(--text-primary)}.notification-dot{border:1px solid var(--surface);background:var(--primary);border-radius:50%;width:5px;height:5px;position:absolute;top:7px;right:7px}.user-menu{border:0;border-left:1px solid var(--border);color:var(--text-primary);text-align:left;background:0 0;align-items:center;gap:9px;padding:4px 0 4px 10px;display:flex}.avatar{color:#fff;background:#24252f;border-radius:50%;place-items:center;width:31px;height:31px;font-size:10px;font-weight:700;display:grid}.user-copy strong,.user-copy small{line-height:1.2;display:block}.user-copy strong{font-size:12px}.user-copy small{color:var(--text-muted);margin-top:3px;font-size:11px}main{max-width:1480px;margin:0 auto;padding:39px 44px 62px}.page-heading{justify-content:space-between;align-items:end;gap:22px;margin-bottom:25px;display:flex}.eyebrow{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;margin:0 0 10px;font-size:10px;font-weight:700}h1{font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(27px,2.4vw,34px);line-height:1.1}.page-subtitle{color:var(--text-secondary);margin:9px 0 0;font-size:14px}.heading-context{color:var(--text-muted);align-items:center;gap:13px;padding-bottom:4px;font-size:11px;display:flex}.heading-context strong{color:var(--success);align-items:center;gap:7px;font-weight:600;display:inline-flex}.heading-context strong i{background:var(--success);width:6px;height:6px;box-shadow:0 0 0 3px var(--success-subtle);border-radius:50%}.quick-actions{align-items:center;gap:8px;margin-bottom:24px;display:flex}.button{border:1px solid var(--border-strong);min-height:36px;color:var(--text-primary);background:var(--surface);border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:12px;font-weight:700;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.button:active{transform:translateY(1px)}.button.primary{border-color:var(--primary);color:#fff;background:var(--primary)}.button.primary:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.button.ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.button.small{min-height:31px;padding-inline:10px;font-size:11px}.metrics{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:1.35fr repeat(3,1fr);margin-bottom:29px;padding:0 4px;display:grid;box-shadow:0 1px 2px #1e212d08}.metric{border:0;border-right:1px solid var(--border);min-width:0;color:var(--text-secondary);text-align:left;background:0 0;flex-direction:column;align-items:flex-start;padding:17px 18px 16px;display:flex}.metric:last-child{border-right:0}.metric span{font-size:12px;font-weight:600}.metric strong{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.05em;margin:18px 0 7px;font-size:25px}.primary-metric strong{font-size:29px}.metric small{color:var(--text-muted);align-items:center;gap:3px;font-size:11px;display:inline-flex}.metric small i{background:var(--text-muted);border-radius:50%;flex:none;width:5px;height:5px}.metric-positive small{color:var(--success)}.metric-positive small i{background:var(--success);box-shadow:0 0 8px #55d6a073}.metric-attention small{color:var(--warning)}.metric-attention small i{background:var(--warning);box-shadow:0 0 8px #e5b35c61}.metric-neutral small i{background:var(--text-muted)}.metric:focus-visible{z-index:1;box-shadow:inset 0 0 0 1px var(--primary), 0 0 18px #9b4dff1f;border-radius:7px;position:relative}.dashboard-grid{grid-template-columns:minmax(0,1.46fr) minmax(300px,.84fr);align-items:start;gap:15px;display:grid}.side-stack{gap:15px;display:grid}.panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:61px;padding:0 19px;display:flex}.panel-heading{align-items:center;gap:9px;display:flex}.panel-heading h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:14px}.panel-heading span{color:var(--text-muted);margin-top:4px;font-size:11px;display:block}.hidden-marker{display:none}.ai-marker{width:23px;height:23px;color:var(--primary);background:var(--primary-subtle);border:1px solid #cdc1f2;border-radius:6px;place-items:center;display:grid}.panel-link{color:var(--primary);background:0 0;border:0;font-size:11px;font-weight:700}.panel-link span{margin-left:3px}.appointments{padding:3px 19px}.appointment-row{border-bottom:1px solid var(--border);grid-template-columns:62px 8px minmax(0,1fr) auto 26px;align-items:center;gap:12px;min-height:77px;display:grid}.appointment-row:last-child{border-bottom:0}.appointment-time{color:var(--text-secondary);font-size:12px;font-weight:700}.appointment-line{background:#d7d0f2;border-radius:2px;align-self:stretch;width:2px;margin:18px 0}.appointment-line.green{background:#b7dfcf}.appointment-line.amber{background:#eed3a7}.appointment-main{min-width:0}.appointment-main strong,.appointment-main span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.appointment-main strong{color:var(--text-primary);margin-bottom:4px;font-size:13px;font-weight:700}.appointment-main span{color:var(--text-secondary);font-size:11px}.appointment-meta{color:var(--text-muted);text-align:right;font-size:11px}.appointment-meta em{border-radius:5px;width:max-content;margin-left:auto;padding:4px 7px;font-size:10px;font-style:normal;font-weight:700;display:block}.appointment-meta span{margin-top:4px;display:block}.appointment-main{width:100%;color:inherit;text-align:left;background:0 0;border:0;padding:0}.row-menu{position:relative}.row-action{opacity:0;width:26px;height:26px;color:var(--text-muted);background:0 0;border:0;border-radius:5px;place-items:center;display:grid}.appointment-row:hover .row-action,.row-action:focus-visible{opacity:1}.row-action:hover{color:var(--text-primary);background:var(--surface-subtle)}.appointment-menu{z-index:8;border:1px solid var(--border-strong);background:var(--surface-elevated);border-radius:7px;width:146px;padding:5px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 32px #00000057}.appointment-menu button{width:100%;min-height:29px;color:var(--text-secondary);text-align:left;background:0 0;border:0;border-radius:4px;padding:0 8px;font-size:11px}.appointment-menu button:hover,.appointment-menu button:focus-visible{color:var(--text-primary);background:var(--primary-subtle)}.opportunities{padding:2px 19px}.opportunity{border:0;border-bottom:1px solid var(--border);width:100%;color:inherit;text-align:left;background:0 0;align-items:center;gap:10px;padding:13px 0;display:flex}.opportunity:last-child{border-bottom:0}.opportunity:hover,.opportunity:focus-visible{background:var(--surface-hover);border-radius:6px;margin-inline:-8px;padding-inline:8px}.opportunity-avatar{color:#6a4b93;background:#eee8fa;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.opportunity-copy{flex:1;min-width:0}.opportunity-copy strong,.opportunity-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.opportunity-copy strong{font-size:12px}.opportunity-copy small{color:var(--text-secondary);margin-top:4px;font-size:11px}.opportunity b{font-size:11px}.finance-body{padding:18px 19px}.finance-total{justify-content:space-between;align-items:baseline;display:flex}.finance-total strong{font-family:var(--font-display);letter-spacing:-.05em;font-size:24px}.finance-total span{color:var(--success);font-size:11px;font-weight:700}.finance-bar{background:#eef0f4;border-radius:5px;height:7px;margin:18px 0 16px;display:flex;overflow:hidden}.finance-bar i.received{background:var(--primary);width:69%}.finance-bar i.pending{background:#b9a3ed;width:17%}.finance-bar i.overdue{background:var(--danger);width:3%}.finance-legend{color:var(--text-secondary);grid-template-columns:1fr 1fr;gap:12px;font-size:11px;display:grid}.finance-legend span{grid-template-columns:8px 1fr;column-gap:6px;display:grid}.finance-legend i{background:var(--primary);border-radius:50%;grid-row:span 2;width:7px;height:7px;margin-top:4px}.finance-legend i.pending-dot{background:#b9a3ed}.finance-legend b{color:var(--text-primary);font-size:12px}.finance-legend span:last-child{grid-column:1/-1}.ai-panel{border-color:#ddd6f3;border-left:3px solid var(--primary)}.ai-content{padding:17px 19px 19px}.ai-content p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.6}.ai-content p strong{color:var(--text-primary)}.ai-actions{gap:8px;margin-top:15px;display:flex}.command-backdrop,.dialog-backdrop{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#181a2340;place-items:start center;padding-top:12vh;display:grid;position:fixed;inset:0}.command-palette{border:1px solid var(--border-strong);background:var(--surface);border-radius:13px;width:min(560px,100vw - 32px);overflow:hidden;box-shadow:0 20px 60px #181c2b26}.command-search{border-bottom:1px solid var(--border);color:var(--text-muted);align-items:center;gap:10px;padding:17px 18px;display:flex}.command-search input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;flex:1;font-size:15px}.command-search kbd{color:var(--text-muted);font-size:10px}.command-list{padding:8px}.command-item{width:100%;color:var(--text-secondary);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:11px;display:flex}.command-item strong{font-size:12px}.command-item small{color:var(--text-muted);margin-left:auto;font-size:10px}.command-empty{color:var(--text-muted);padding:18px 11px;font-size:12px}.notification-center{position:relative}.notification-count{color:#fff;background:#8b4bea;border:2px solid #090812;border-radius:99px;place-items:center;min-width:15px;height:15px;padding:0 3px;font-size:7px;font-style:normal;font-weight:700;display:grid;position:absolute;top:1px;right:0}.notification-popover{z-index:30;color:#eee9f2;background:#111019;border:1px solid #2e2938;border-radius:10px;width:min(390px,100vw - 28px);position:absolute;top:44px;right:-8px;overflow:hidden;box-shadow:0 22px 60px #0000006b}.notification-popover>header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;min-height:66px;padding:13px 15px;display:flex}.notification-popover>header>div{gap:4px;display:grid}.notification-popover header strong{font-size:13px}.notification-popover header span{color:#817a89;font-size:9.5px}.notification-popover header button{color:#817a89;background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.notification-list{max-height:min(500px,70vh);padding:4px 12px;overflow:auto}.notification-list>button{color:#e8e3ec;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0b;grid-template-columns:8px minmax(0,1fr) auto 14px;align-items:center;gap:10px;width:100%;min-height:66px;padding:9px 2px;display:grid}.notification-list>button:last-child{border-bottom:0}.notification-list>button:hover{background:#8b4bea0b}.notification-list i{background:#8d8794;border-radius:50%;width:6px;height:6px}.notification-list i.warning{background:#c49b5f}.notification-list i.danger{background:#c56f79}.notification-list>button>span{gap:5px;min-width:0;display:grid}.notification-list>button strong,.notification-list>button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-list>button strong{font-size:10.5px;font-weight:600}.notification-list>button small{color:#817a89;font-size:9px}.notification-list em{color:#8d8594;font-size:8px;font-style:normal}.notification-list svg{color:#716a78}.notification-empty{color:#827b89;text-align:center;align-content:center;justify-items:center;gap:7px;min-height:170px;padding:24px;display:grid}.notification-empty strong{color:#bdb6c2;font-size:11px}.notification-empty span{max-width:260px;font-size:9px;line-height:1.45}.operational-command .command-list{max-height:min(480px,65vh);padding:7px;overflow:auto}.command-section-label{color:#77717e;text-transform:uppercase;letter-spacing:.08em;padding:7px 10px;font-size:9px;display:block}.operational-command .command-item{min-height:54px}.operational-command .command-item.active{color:var(--primary);background:var(--primary-subtle)}.command-result-copy{flex:1;gap:4px;min-width:0;display:grid}.command-result-copy strong,.command-result-copy em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.command-result-copy em{color:var(--text-muted);font-size:10px;font-style:normal}.operational-command .command-item small{flex:none}.operational-command .command-empty{gap:6px;padding:30px 11px;display:grid}.operational-command .command-empty strong{color:var(--text-secondary);font-size:12px}.operational-command .command-empty span{font-size:10px}.dialog-backdrop{place-items:center;padding:16px}.action-dialog{border:1px solid var(--border-strong);background:var(--surface);border-radius:13px;width:min(500px,100%);overflow:hidden;box-shadow:0 20px 60px #181c2b26}.dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 22px 18px;display:flex}.dialog-header>div>span{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.dialog-header h2{font-family:var(--font-display);letter-spacing:-.04em;margin:7px 0 0;font-size:19px}.dialog-header p{color:var(--text-secondary);margin:6px 0 0;font-size:12px}.dialog-header button{width:28px;height:28px;color:var(--text-muted);background:0 0;border:0;border-radius:5px;place-items:center;display:grid}.dialog-header button:hover{color:var(--text-primary);background:var(--surface-subtle)}.action-dialog form{padding:20px 22px 22px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-field{grid-column:span 1;gap:6px;display:grid}.form-field:first-child{grid-column:1/-1}.form-field span{color:var(--text-secondary);font-size:11px;font-weight:700}.form-field input,.form-field select{border:1px solid var(--border-strong);width:100%;min-height:39px;color:var(--text-primary);background:var(--surface);border-radius:6px;outline:0;padding:0 10px;font-size:12px}.form-field input:focus,.form-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6844d21f}.dialog-footer{justify-content:flex-end;gap:8px;margin-top:19px;display:flex}.toast{z-index:30;color:var(--text-primary);background:var(--surface);border:1px solid #cfe8dd;border-radius:8px;align-items:center;gap:8px;padding:12px 15px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 30px #181c2b21}.toast svg{color:var(--success)}.module-page{gap:25px;display:grid}.module-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.module-empty{text-align:center;align-content:center;place-items:center;min-height:320px;padding:40px;display:grid}.empty-mark{width:44px;height:44px;color:var(--primary);background:var(--primary-subtle);border:1px solid #d8cff3;border-radius:10px;place-items:center;margin-bottom:14px;display:grid}.module-empty h2{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:17px}.module-empty p{max-width:420px;color:var(--text-secondary);margin:9px 0 17px;font-size:13px;line-height:1.5}.patient-toolbar{gap:8px;display:flex}.patient-search{border:1px solid var(--border-strong);max-width:470px;color:var(--text-muted);background:var(--surface);border-radius:6px;flex:1;align-items:center;gap:9px;padding:0 11px;display:flex}.patient-search input{width:100%;min-height:36px;color:var(--text-primary);background:0 0;border:0;outline:0;font-size:12px}.patient-list{overflow:hidden}.patient-list-head,.patient-row{grid-template-columns:1.15fr 1.3fr .65fr;align-items:center;gap:20px;padding:0 20px;display:grid}.patient-list-head{border-bottom:1px solid var(--border);min-height:42px;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.patient-row{border:0;border-bottom:1px solid var(--border);width:100%;min-height:68px;color:var(--text-secondary);background:var(--surface);text-align:left;font-size:12px}.patient-row:last-child{border-bottom:0}.patient-identity{color:var(--text-primary);align-items:center;gap:10px;display:flex}.patient-avatar{color:#684c95;background:#eee8fa;border-radius:50%;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.patient-identity strong{font-size:13px}.patient-row em{width:max-content;color:var(--success);background:var(--success-subtle);border-radius:5px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:700}.sidebar-scrim{display:none}@media (width<=980px){.sidebar{flex-basis:70px;width:70px;padding-inline:10px}.brand{justify-content:center;padding-inline:0}.workspace-copy,.workspace-switcher .chevron,.sidebar-section-label,.nav-item span,.sidebar-toggle{display:none}.workspace-switcher,.nav-item{justify-content:center;padding-inline:0}main{padding-inline:28px}}@media (width<=720px){.sidebar{flex-basis:242px;width:242px;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:0 20px 60px #181c2b26}.sidebar.open{transform:translate(0)}.sidebar.collapsed{flex-basis:242px;width:242px;padding-inline:14px}.sidebar.collapsed .brand{justify-content:flex-start;padding-inline:10px}.sidebar.collapsed .workspace-copy,.sidebar.collapsed .workspace-switcher .chevron,.sidebar.collapsed .sidebar-section-label,.sidebar.collapsed .nav-item span,.sidebar.collapsed .sidebar-toggle{display:block}.sidebar.collapsed .workspace-switcher,.sidebar.collapsed .nav-item{justify-content:flex-start;padding-inline:11px}.sidebar-scrim.visible{z-index:9;background:#181a2338;display:block;position:fixed;inset:0}.topbar{gap:8px;max-width:100vw;padding-inline:15px;overflow:hidden}.mobile-menu{place-items:center;width:34px;height:34px;display:grid}.global-search{flex:1;width:auto}.user-copy,.user-menu .chevron{display:none}main{padding:29px 16px 46px}.page-heading{margin-bottom:22px;display:block}.heading-context{flex-direction:column;align-items:flex-start;gap:8px;margin-top:15px}.quick-actions{padding-bottom:3px;overflow-x:auto}.quick-actions .button{white-space:nowrap}.metrics{grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:15px}.metric{border-bottom:1px solid var(--border);padding:14px}.metric:nth-child(2){border-right:0}.metric:nth-child(3),.metric:nth-child(4){border-bottom:0}.metric strong,.primary-metric strong{margin-top:13px;font-size:20px}.dashboard-grid{grid-template-columns:1fr;gap:14px}.appointment-row{grid-template-columns:51px 6px minmax(0,1fr) 26px;gap:9px}.appointment-meta{display:none}.row-action{opacity:1}.appointment-menu{position:fixed;top:auto;right:16px}.panel-header,.appointments,.opportunities,.finance-body,.ai-content{padding-inline:15px}.form-grid{grid-template-columns:1fr}.form-field,.form-field:first-child{grid-column:1}.toast{justify-content:center;bottom:16px;left:16px;right:16px}.module-heading{display:block}.module-heading .button{margin-top:18px}.patient-toolbar{overflow-x:auto}.patient-search{min-width:240px}.patient-list-head{display:none}.patient-row{grid-template-columns:1fr auto;gap:8px;padding-inline:15px}.patient-row>span:nth-child(2){color:var(--text-secondary);grid-column:1;margin-left:40px;font-size:11px}.patient-row>em{grid-area:1/2/span 2}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#05050b;--app-bg-base:#05050b;--app-bg-art-opacity:0;--app-bg-overlay:1;--app-bg-art:url(/assets/backgrounds/orablis-app-background-v5-clean.png);--app-bg-position:100% 100%;--app-bg-scale:cover;--surface:#0d0d17;--surface-subtle:#10101c;--surface-hover:#171326;--border:#ffffff17;--border-strong:#a664ff57;--text-primary:#f8f6ff;--text-secondary:#aaa7bc;--text-muted:#77758c;--primary:#9b4dff;--primary-hover:#b36cff;--primary-subtle:#9b4dff24;--success:#55d6a0;--success-subtle:#55d6a01f;--warning:#e5b35c;--warning-subtle:#e5b35c1f;--danger:#e77986}body{background:var(--background);background-image:radial-gradient(circle at 76% -12%,#7530d521,#0000 30%),radial-gradient(circle at 12% 105%,#371f701f,#0000 28%)}.app-shell[data-background=app][data-bg-density=medium],.app-shell[data-background=app][data-bg-density=low]{--app-bg-art-opacity:.34;--app-bg-position:100% 100%}.app-shell[data-background=app]:before,.app-shell[data-background=app]:after{content:"";z-index:0;pointer-events:none;position:fixed;inset:0}.app-shell[data-background=app]:before{background:var(--app-bg-art) var(--app-bg-position) / var(--app-bg-scale) no-repeat;opacity:var(--app-bg-art-opacity);filter:blur(1.15px);transform-origin:50%;transform:scale(1.004);-webkit-mask-image:linear-gradient(#00000038 0%,#0000009e 20%,#000 38% 100%);mask-image:linear-gradient(#00000038 0%,#0000009e 20%,#000 38% 100%)}.app-shell[data-background=app]:after{opacity:var(--app-bg-overlay);background:linear-gradient(90deg,#05050b57 0%,#05050b33 52%,#05050b0f 100%),linear-gradient(#05050b4d,#05050b14 54%,#05050b24),radial-gradient(at 54% 54%,#0000 46%,#0000001f 100%)}.app-shell>.sidebar,.app-shell>.main-area{z-index:1;position:relative}.main-area{background:0 0}.sidebar{background:#080811}.app-shell .topbar{background:#05050bf0}@media (width<=720px){.app-shell[data-background=app]{--app-bg-art-opacity:.2;--app-bg-position:100% 100%;--app-bg-scale:cover}}@media (prefers-reduced-data:reduce){.app-shell:before{display:none}}.app-fatal-state{color:#f3eff8;background:#08070e;place-content:center;justify-items:start;gap:10px;min-height:100dvh;padding:28px;display:grid}.app-fatal-state svg{color:#a96fff}.app-fatal-state h1{margin:0;font-size:22px}.app-fatal-state p{color:#9991a4;max-width:460px;margin:0;line-height:1.6}.app-fatal-state button{color:#fff;background:#7136d8;border:1px solid #9032f94d;border-radius:8px;align-items:center;gap:7px;margin-top:8px;padding:10px 14px;display:flex}.module-loading{color:#958da1;grid-template-columns:repeat(3,1fr);gap:18px;width:min(1160px,100% - 48px);margin:72px auto;display:grid}.module-loading span{grid-column:1/-1;font-size:13px}.module-loading i{background:linear-gradient(100deg,#ffffff05 20%,#894ee214 45%,#ffffff05 70%) 0 0/220% 100%;border:1px solid #ffffff0f;border-radius:10px;height:116px;animation:1.4s ease-in-out infinite module-loading;display:block}.module-loading i:nth-of-type(2){animation-delay:.12s}.module-loading i:nth-of-type(3){animation-delay:.24s}@keyframes module-loading{to{background-position:-220% 0}}@media (width<=720px){.module-loading{grid-template-columns:1fr;width:calc(100% - 32px);margin:34px auto}.module-loading span{grid-column:auto}.module-loading i{height:92px}}.sidebar{border-color:var(--border);background:#080811}.workspace-switcher,.global-search{border-color:var(--border);color:var(--text-primary);background:#ffffff09}.workspace-switcher:hover,.global-search:hover{border-color:var(--border-strong);background:var(--surface-hover)}.workspace-avatar{color:var(--primary);background:var(--primary-subtle)}.sidebar-section-label{color:#74718a}.nav-item{color:var(--text-secondary)}.nav-item:hover{color:var(--text-primary);background:#9b4dff12}.nav-item.active{color:#d9c4ff;background:var(--primary-subtle);box-shadow:inset 0 0 18px #9b4dff09}.nav-item.active:before{box-shadow:0 0 12px #9b4dffcc}.topbar{border-color:var(--border);background:#05050bd6}.top-action:hover,.sidebar-toggle:hover{color:var(--text-primary);background:var(--surface-hover)}.user-menu{color:var(--text-primary);border-color:var(--border)}.avatar{color:#fff;background:#22202d;box-shadow:0 0 0 1px #9b4dff47}.eyebrow{color:#b783ff}.page-subtitle,.heading-context{color:var(--text-secondary)}.heading-context strong{color:var(--success)}.button{border-color:var(--border-strong);color:var(--text-primary);background:#ffffff09}.button:hover{background:var(--surface-hover);border-color:#b36cffb3}.button.primary{border-color:var(--primary);background:var(--primary);box-shadow:0 0 18px #9b4dff2e}.button.primary:hover{background:var(--primary-hover);box-shadow:0 0 24px #9b4dff47}.button.ghost{color:var(--text-secondary)}.button.ghost:hover{border-color:var(--border-strong);color:var(--text-primary);background:var(--surface-hover)}.metrics,.panel{border-color:var(--border);background:#0d0d17eb;box-shadow:0 1px #ffffff05}.metric{color:var(--text-secondary);border-color:var(--border)}.metric:hover{background:var(--surface-hover)}.metric strong,.panel-heading h2,.appointment-main strong,.opportunity b,.finance-total strong,.finance-legend b{color:var(--text-primary)}.metric small{color:var(--text-muted)}.metric small.positive,.finance-total span{color:var(--success)}.panel-header,.appointment-row,.opportunity,.patient-list-head,.patient-row{border-color:var(--border)}.panel-heading span,.appointment-main span,.opportunity-copy small,.appointment-meta,.finance-legend,.module-empty p{color:var(--text-secondary)}.panel-link{color:#b783ff}.panel-link:hover{color:var(--primary-hover)}.appointment-line{background:#9b4dff9e;box-shadow:0 0 9px #9b4dff38}.appointment-line.green{background:#55d6a0b3;box-shadow:0 0 9px #55d6a029}.appointment-line.amber{background:#e5b35cb8;box-shadow:0 0 9px #e5b35c24}.status.confirmed{color:var(--success);background:var(--success-subtle)}.status.pending{color:var(--warning);background:var(--warning-subtle)}.row-action{color:var(--text-muted)}.row-action:hover,.opportunity:hover,.opportunity:focus-visible{color:var(--text-primary);background:var(--surface-hover)}.opportunity-avatar,.patient-avatar{color:#d0b6ff;background:#9b4dff24}.opportunity-signal{background:var(--text-muted);border-radius:50%;flex:none;width:5px;height:5px}.opportunity-signal.high{background:var(--danger);box-shadow:0 0 9px #e779868c}.opportunity-signal.medium{background:var(--warning);box-shadow:0 0 9px #e5b35c66}.opportunity-signal.low{background:var(--success)}.opportunity-next{color:var(--primary)!important}.finance-bar{background:#1a1a28}.finance-bar i.received{background:var(--primary);box-shadow:0 0 10px #9b4dff59}.finance-bar i.pending{background:#c19cff}.finance-bar i.overdue{background:var(--danger);box-shadow:0 0 8px #e779864d}.finance-legend i.received-dot{background:var(--primary)}.finance-legend .danger-dot{background:var(--danger)}.ai-panel{border-color:#9b4dff66;border-left-color:var(--primary);background:linear-gradient(105deg,#9b4dff14,#0d0d17f5 42%)}.ai-marker,.empty-mark{color:#cfadff;background:var(--primary-subtle);border-color:#b36cff6b;box-shadow:0 0 16px #9b4dff1f}.ai-content p{color:var(--text-secondary)}.command-backdrop,.dialog-backdrop{background:#020207ad}.command-palette,.action-dialog{border-color:var(--border-strong);background:#10101b;box-shadow:0 22px 70px #00000080,0 0 30px #9b4dff14}.command-search,.dialog-header{border-color:var(--border)}.command-search input,.form-field input,.form-field select,.patient-search input{color:var(--text-primary);background:0 0}.command-item:hover{color:#d7baff;background:var(--primary-subtle)}.command-empty,.form-field span{color:var(--text-secondary)}.form-field input,.form-field select,.patient-search{border-color:var(--border-strong);background:#ffffff09}.form-field input:focus,.form-field select:focus,.patient-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #9b4dff21,0 0 16px #9b4dff1a}.dialog-header>div>span{color:#b783ff}.dialog-header p{color:var(--text-secondary)}.module-empty{background:#0d0d17eb}.patient-row{color:var(--text-secondary);background:0 0}.patient-row:hover{background:var(--surface-hover)}.patient-row em{color:var(--success);background:var(--success-subtle)}.patient-row em.attention{color:var(--warning);background:var(--warning-subtle)}.toast{color:var(--text-primary);background:#10101b;border-color:#55d6a059;box-shadow:0 14px 40px #00000061}.brand{min-height:42px;padding:3px 10px 25px}.orablis-logo{flex:none;align-items:center;gap:8px;width:120px;height:34px;display:flex}.orablis-logo__symbol{object-fit:contain;width:34px;height:34px;display:block}.orablis-logo__wordmark{object-fit:contain;width:78px;height:22px;display:block}.sidebar.collapsed .orablis-logo__wordmark{display:none}.sidebar-toggle{margin-left:auto}.metrics{border-radius:12px;padding:0}.metric{min-height:116px;padding:19px 20px}.primary-metric{background:linear-gradient(100deg,#9b4dff17,#0000 70%)}.primary-metric:before{content:"";background:var(--primary);border-radius:2px;width:26px;height:2px;margin-bottom:11px}.dashboard-grid{gap:18px}.panel{border-radius:12px}.agenda-panel{min-height:442px}.side-stack{gap:18px}.opportunities-panel{border-left:2px solid #9b4dffa8}.finance-panel{overflow:hidden}.finance-body{padding-top:5px}.finance-chart{opacity:.84}.ai-panel{border-left-width:2px;border-radius:12px}.page-heading{padding-top:8px}.quick-actions{margin-bottom:20px}@media (width<=720px){.orablis-logo{gap:7px;width:109px;height:29px}.orablis-logo__symbol{width:29px;height:29px}.orablis-logo__wordmark{width:72px;height:20px}.metrics{border-radius:10px}.metric{min-height:104px}.primary-metric:before{margin-bottom:8px}}.brand{min-height:48px}.orablis-logo{gap:3px;width:137px;height:40px}.orablis-logo__symbol{width:40px;height:40px}.orablis-logo__wordmark{width:94px;height:26px}.sidebar.collapsed .orablis-logo{width:40px}@media (width<=720px){.orablis-logo{width:124px;height:34px}.orablis-logo__symbol{width:34px;height:34px}.orablis-logo__wordmark{width:82px;height:23px}}.overview{max-width:1280px;margin:0 auto}.overview-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.overview-kicker{color:#8f8aa5;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700}.overview-kicker span{color:#a996c8}.overview-header h1{color:#f8f7ff;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:28px}.overview-header>div>p:last-child{color:#a8a4b8;margin:7px 0 0}.overview-period{color:#d8d4e5;background:#11111b;border:1px solid #2c293a;border-radius:9px;min-height:36px;padding:0 12px;font-size:12px}.overview-period span{color:#aa8cff;margin-left:8px}.priority-action{background:linear-gradient(100deg,#7c48eb29,#11111beb 52%);border:1px solid #8e5df65c;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:18px;margin-bottom:16px;padding:18px 20px;display:grid}.priority-icon{color:#c4a9ff;background:#8d5cf62e;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.priority-copy p,.priority-copy h2,.priority-copy span{margin:0;display:block}.priority-copy p{color:#b797ff;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;font-size:11px;font-weight:700}.priority-copy h2{color:#fbfaff;font-family:var(--font-display);font-size:16px}.priority-copy span{color:#aaa5bb;margin-top:5px;font-size:12px}.priority-impact{border-right:1px solid #3b354d;padding-right:18px}.priority-impact strong,.priority-impact span{display:block}.priority-impact strong{color:#fbfaff;font-size:14px}.priority-impact span{color:#9993aa;margin-top:4px;font-size:11px}.priority-button{color:#fff;background:#7040df;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.overview-metrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.overview-metric{color:#f8f7ff;text-align:left;background:#0f0f19e0;border:1px solid #292638;border-radius:12px;align-items:center;gap:11px;min-height:86px;padding:14px;transition:border-color .18s,transform .18s;display:flex}.overview-metric:hover{border-color:#63449e;transform:translateY(-1px)}.overview-metric-icon{color:#b48dff;background:#8e5cf61f;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.overview-metric-copy{min-width:0}.overview-metric-copy small,.overview-metric-copy strong,.overview-metric-copy em{display:block}.overview-metric-copy small{color:#a7a2b5;font-size:11px}.overview-metric-copy strong{color:#faf9ff;letter-spacing:-.04em;margin:3px 0;font-size:18px}.overview-metric-copy em{color:#76d9ad;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-style:normal;overflow:hidden}.overview-metric.attention .overview-metric-copy em{color:#e8b96b}.overview-metric-arrow{color:#817b90;margin-left:auto}.overview-content{grid-template-columns:minmax(0,1.45fr) minmax(290px,.85fr);gap:16px;margin-bottom:16px;display:grid}.overview-panel{background:#0d0d17eb;border:1px solid #292638;border-radius:13px;overflow:hidden}.overview-panel-title{border-bottom:1px solid #292638;justify-content:space-between;align-items:center;gap:12px;min-height:63px;padding:0 18px;display:flex}.overview-panel-title h2{color:#f8f7ff;font-family:var(--font-display);margin:0;font-size:14px}.overview-panel-title p{color:#9691a7;margin:4px 0 0;font-size:11px}.overview-panel-title button{color:#b58cff;background:0 0;border:0;align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.schedule-item{width:100%;min-height:66px;color:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #292638;grid-template-columns:48px 3px minmax(0,1fr) auto;align-items:center;gap:11px;display:grid}.schedule-item:last-child{border-bottom:0}.schedule-item time{color:#a7a2b5;font-size:12px;font-weight:700}.schedule-item>i{background:#8b5cf6;border-radius:3px;align-self:stretch;width:3px;margin:14px 0}.schedule-item>i.confirmed{background:#58c99a}.schedule-item span strong,.schedule-item span small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.schedule-item span strong{color:#f6f4fc;font-size:12px}.schedule-item span small{color:#9994aa;margin-top:4px;font-size:11px}.schedule-item em{border-radius:999px;padding:4px 7px;font-size:10px;font-style:normal}.schedule-item em.confirmed{color:#73d9a8;background:#51cc941a}.attention-item{width:100%;min-height:69px;color:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #292638;align-items:center;gap:10px;display:flex}.attention-item:last-child{border-bottom:0}.attention-dot{background:#e8b96b;border-radius:50%;width:7px;height:7px}.attention-dot.tone-1{background:#b58cff}.attention-dot.tone-2{background:#e1818d}.attention-item span{flex:1;min-width:0}.attention-item strong,.attention-item small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.attention-item strong{color:#f5f3fb;font-size:12px}.attention-item small{color:#9994aa;margin-top:4px;font-size:11px}.attention-item svg{color:#8e879e}.revenue-panel{margin-bottom:18px}.revenue-content{grid-template-columns:230px minmax(0,1fr);align-items:center;gap:18px;padding:15px 18px 12px;display:grid}.revenue-content>div>strong,.revenue-content>div>span{display:block}.revenue-content>div>strong{color:#fbfaff;letter-spacing:-.05em;font-size:24px}.revenue-content>div>span{color:#9e98ad;margin-top:7px;font-size:11px}.revenue-content>div b{color:#76d9ad}.revenue-content svg{height:98px;overflow:visible}.overview-footer-action{color:#918ca1;justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.overview-text-action{color:#ba92ff;background:0 0;border:0;align-items:center;gap:4px;font-weight:700;display:inline-flex}@media (width<=900px){.priority-action{grid-template-columns:auto minmax(0,1fr);gap:12px}.priority-impact{border:0;grid-column:2;padding:0}.priority-button{grid-column:2;justify-self:start}.overview-content,.revenue-content{grid-template-columns:1fr}.revenue-content svg{height:82px}}@media (width<=620px){.overview-header{display:block}.overview-period{margin-top:16px}.overview-metrics{grid-template-columns:1fr}.priority-action{padding:16px}.priority-copy h2{font-size:15px}.schedule-item{grid-template-columns:43px 3px minmax(0,1fr)}.schedule-item em{display:none}.overview-panel-title,.schedule-list,.attention-list,.revenue-content{padding-inline:14px}.overview-footer-action{flex-direction:column;align-items:flex-start}}.date-range-filter{background:#10101a;border:1px solid #2a2739;border-radius:10px;grid-template-columns:auto auto;align-items:center;gap:4px 8px;min-width:148px;padding:7px 10px;display:grid}.date-range-filter>span{color:#878196;font-size:10px}.date-range-filter select{color:#f4f1fb;font:600 12px var(--font-body);background:0 0;border:0;outline:0}.date-range-filter small{color:#9d96ad;grid-column:1/-1;font-size:10px}.priority-compact{background:#121020;grid-template-columns:auto minmax(0,1fr) auto;margin-bottom:12px;padding:14px 16px}.priority-compact .priority-icon{width:32px;height:32px}.priority-compact small{color:#b798ff;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.priority-compact h2{margin:3px 0 0;font-size:14px}.priority-compact p{color:#9a94a9;margin:3px 0 0;font-size:11px}.priority-compact button{color:#fff;background:#6f42db;border:0;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.operational-summary{background:#0e0e18;border:1px solid #292638;border-radius:12px;grid-template-columns:repeat(3,1fr);margin-bottom:14px;display:grid;overflow:hidden}.summary-metric{color:#af8cff;text-align:left;background:0 0;border:0;border-right:1px solid #292638;align-items:center;gap:11px;min-height:86px;padding:14px 17px;display:flex}.summary-metric span{min-width:0}.summary-metric small,.summary-metric strong,.summary-metric em{display:block}.summary-metric small{color:#9d97ab;font-size:10px}.summary-metric strong{color:#f8f6fd;letter-spacing:-.04em;white-space:nowrap;margin:3px 0;font-size:18px}.summary-metric em{color:#b1abbc;font-size:10px;font-style:normal}.summary-metric.positive em{color:#70d4a5}.summary-metric.attention,.summary-metric.attention em{color:#e5b469}.overview-core{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:14px;margin-bottom:14px;display:grid}.overview-refined .schedule-item{min-height:67px}.overview-refined .revenue-panel{margin-bottom:12px}.revenue-refined .revenue-content{grid-template-columns:180px minmax(0,1fr);padding-block:14px 8px}.trend-wrap{min-width:0;position:relative}.trend-wrap svg{height:94px}.trend-axis{color:#777184;justify-content:space-between;margin-top:1px;font-size:9px;display:flex}.trend-tooltip{color:#d8d1e9;background:#181522;border:1px solid #39334a;border-radius:5px;padding:4px 6px;font-size:10px;position:absolute;top:-2px;right:0}.overview-subtle-action{color:#ae87fa;background:0 0;border:0;align-items:center;gap:4px;margin:0 auto;font-size:11px;font-weight:700;display:flex}@media (width<=760px){.date-range-filter{margin-top:14px}.operational-summary{grid-template-columns:1fr}.summary-metric{border-bottom:1px solid #292638;border-right:0}.summary-metric:last-child{border-bottom:0}.overview-core,.revenue-refined .revenue-content{grid-template-columns:1fr}.priority-compact{grid-template-columns:auto minmax(0,1fr)}.priority-compact button{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.summary-metric{transition:none}}.overview-header-refined .overview-kicker{display:none}.overview-header h1{font-size:25px;font-weight:700}.overview-header>div>p:last-child{font-size:12px}.priority-compact{background:0 0;border:0;border-bottom:1px solid #2a2637;border-radius:0;grid-template-columns:auto minmax(0,1fr) auto;min-height:42px;margin-bottom:18px;padding:8px 0}.priority-compact .priority-icon{background:#8d5cf61f;border-radius:7px;width:26px;height:26px}.priority-compact div{display:contents}.priority-compact small,.priority-compact h2,.priority-compact p{display:none}.priority-compact:after{content:"4 confirmações aguardando · até 11h";color:#ded8ec;font-size:12px;font-weight:600}.priority-compact button{color:#b58cff;background:0 0;border:0;justify-self:end;min-height:auto;padding:0}.operational-summary{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(3,1fr)}.summary-metric{background:0 0;border-right:1px solid #292638;min-height:72px;padding:4px 22px 4px 0}.summary-metric+.summary-metric{padding-left:22px}.summary-metric svg{display:none}.summary-metric em{margin-top:3px}.overview-panel{background:#0d0d17;border-color:#242130;border-radius:10px}.overview-panel-title{border-bottom-color:#242130;min-height:55px;padding:0 16px}.overview-core{gap:22px;margin-top:22px}.schedule-list{padding:0 16px}.attention-panel{background:0 0;border-color:#242130}.attention-list{padding:0 16px}.revenue-refined{background:0 0;border:0;border-top:1px solid #242130;border-radius:0;margin-top:22px}.revenue-refined .overview-panel-title{border:0;padding-inline:0}.revenue-refined .revenue-content{grid-template-columns:170px minmax(0,1fr);padding:4px 0 0}.revenue-content svg{height:76px}.overview-subtle-action{display:none}@media (width<=760px){.priority-compact{grid-template-columns:auto minmax(0,1fr)}.priority-compact button{grid-column:2}.operational-summary{grid-template-columns:1fr}.summary-metric,.summary-metric+.summary-metric{border-bottom:1px solid #292638;border-right:0;padding:12px 0}.overview-core{gap:14px}.revenue-refined .revenue-content{grid-template-columns:1fr}}.performance-section{background:0 0;border:0;border-top:1px solid #292638;border-radius:0;max-width:920px;margin:24px 0 0}.performance-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 0 0;display:flex}.performance-header h2{color:#f8f6fd;font:700 15px var(--font-display);margin:0}.performance-header p{color:#9b95a9;margin:4px 0 0;font-size:11px}.performance-header>div:last-child{align-items:center;gap:12px;display:flex}.performance-header select{color:#dad4e5;font:600 11px var(--font-body);background:0 0;border:0}.performance-header button{color:#b58cff;background:0 0;border:0;align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.performance-value strong,.performance-value span{display:block}.performance-value strong{color:#fbfaff;letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:25px}.performance-value span{color:#74d3a2;margin-top:4px;font-size:11px}.performance-chart{padding-top:12px;position:relative}.performance-chart svg{width:100%;height:176px;display:block;overflow:visible}.performance-axis{color:#767083;justify-content:space-between;font-size:9px;display:flex}.performance-tooltip{color:#aaa3b5;pointer-events:none;background:#17141f;border:1px solid #373143;border-radius:7px;padding:7px 8px;font-size:10px;line-height:1.45;position:absolute;top:18px;left:calc(100% - 120px)}.performance-tooltip b{color:#fbfaff}.performance-stats{border-top:1px solid #292638;grid-template-columns:repeat(3,1fr);margin-top:18px;padding-top:14px;display:grid}.performance-stats div+div{border-left:1px solid #292638;padding-left:18px}.performance-stats small,.performance-stats strong{display:block}.performance-stats small{color:#9690a4;font-size:10px}.performance-stats strong{color:#f7f5fc;font-variant-numeric:tabular-nums;margin-top:4px;font-size:14px}@media (width<=700px){.performance-header{flex-direction:column;align-items:stretch}.performance-header>div:last-child{justify-content:space-between}.performance-chart svg{height:145px}.performance-tooltip{left:auto;right:0}.performance-stats{gap:10px}.performance-stats div+div{padding-left:10px}}.performance-section{border-top-color:#262230;max-width:760px;margin-top:34px}.performance-header p{display:none}.performance-header>div:last-child{margin-left:auto}.performance-header button{display:none}.performance-header select{color:#a8a1b4;padding:0;font-size:11px}.performance-value strong{font-size:22px;font-weight:650}.performance-value span{margin-top:3px;font-size:11px}.performance-chart path[fill]{display:none}.performance-chart svg path[stroke]{stroke:#2c2836}.performance-chart svg polyline{stroke-width:2px}.performance-axis{padding-right:0}.performance-axis span:first-child,.performance-axis span:nth-child(3),.performance-axis span:last-child{display:block}.performance-tooltip{background:#17141f;border:0;padding:5px 7px;display:none;top:8px;left:auto;right:0;box-shadow:0 8px 18px #0000002e}.performance-chart:hover .performance-tooltip,.performance-chart:focus-within .performance-tooltip{display:block}.performance-stats{display:none}@media (width<=700px){.performance-section{max-width:none;margin-top:28px}.performance-chart svg{height:142px}.performance-axis span:nth-child(3){display:none}}.date-range-filter{background:0 0;border:0;border-radius:0;align-items:center;min-width:0;padding:0;display:flex}.date-range-filter>span,.date-range-filter small{display:none}.date-range-filter select{color:#b6afc3;padding:4px 0;font-size:12px}.operational-summary{margin-bottom:clamp(26px,3vw,36px)}.summary-metric{min-height:64px;padding-top:0;padding-bottom:0}.summary-metric strong{font-variant-numeric:tabular-nums;font-size:21px}.summary-metric.attention em{color:#d8aa65}.overview-core{gap:clamp(18px,2vw,26px);margin-bottom:0}.schedule-panel,.attention-panel{background:#0d0d179e;border-color:#24212e}.attention-panel{background:0 0;border-left:0;border-right:0;border-radius:0}.attention-panel .overview-panel-title{border-bottom:0;padding-inline:0}.attention-list{padding-inline:0}.attention-item{min-height:76px}.attention-item:hover,.schedule-item:hover{background:#ffffff05}.performance-section{margin-top:clamp(30px,3vw,42px)}@media (width<=760px){.overview-header-refined{margin-bottom:20px}.operational-summary{margin-bottom:24px}.schedule-panel{background:0 0;border-left:0;border-right:0;border-radius:0}.schedule-panel .overview-panel-title,.schedule-list{padding-inline:0}}.overview-core{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start}.overview-core .overview-panel-title{min-height:48px}.overview-core .schedule-item{min-height:60px}.performance-section{width:100%;max-width:none;margin-top:32px}.performance-chart line{display:none}.performance-chart svg path[stroke]{opacity:.55}.performance-axis span:nth-child(2),.performance-axis span:nth-child(4){display:block}.performance-axis{max-width:none}.performance-section .performance-value{padding-top:8px}.performance-section .performance-value strong{font-size:22px}.performance-section .performance-value span{margin-top:2px}@media (width<=760px){.overview-core{grid-template-columns:1fr}.performance-section{margin-top:28px}.performance-chart svg{height:152px}.performance-axis span:nth-child(2),.performance-axis span:nth-child(4){display:none}}.overview-refined{max-width:1360px}.summary-metric,.summary-metric:last-child{border:0;padding:0}.summary-metric strong{font-weight:600;line-height:1.05}.summary-metric small{margin-bottom:4px;font-weight:500}.summary-metric em{line-height:1.25}.schedule-panel{background:#ffffff03;border-color:#ffffff0e}.schedule-panel .overview-panel-title,.schedule-item{border-bottom-color:#ffffff0b}.schedule-item time{font-variant-numeric:tabular-nums}.schedule-item em{color:#9fd6ba;background:#51cc9412;padding:2px 6px;font-weight:500}.schedule-item em.pending{color:#d5ae72;background:#e8b96b12}.attention-item svg{opacity:.35;transition:opacity .14s,transform .14s}.attention-item:hover svg,.attention-item:focus-visible svg{opacity:.9;transform:translate(1px)}.performance-section{border-top-color:#ffffff0e;margin-top:28px}.performance-header{align-items:baseline}.performance-header h2{font-weight:600}.performance-header select{font-weight:500}.performance-value strong{font-weight:600;line-height:1.05}.performance-value span{line-height:1.3}@media (width<=760px){.operational-summary{gap:0;margin-bottom:24px}.summary-metric,.summary-metric:last-child{border-bottom:1px solid #ffffff0b;padding:12px 0}}.overview-refined{max-width:none;margin:0}.overview-header-refined{margin-bottom:28px}.overview-header h1{letter-spacing:-.04em;font-size:28px}.overview-header>div>p:last-child{margin-top:7px;font-size:14px}.date-range-filter{justify-content:flex-end;min-width:120px}.date-range-filter select{color:#eeeaf7;font-size:14px}.operational-summary{column-gap:0;margin-bottom:36px}.summary-metric{border-right:1px solid #ffffff17;min-height:86px;padding:0 28px}.summary-metric:first-child{padding-left:0}.summary-metric:last-child{border-right:0}.summary-metric strong{margin:6px 0;font-size:27px}.summary-metric small{font-size:13px}.summary-metric em{font-size:12px}.overview-core{gap:16px}.schedule-panel,.attention-panel{background:#0e0e18d1;border:1px solid #242231;border-radius:12px}.overview-core .overview-panel-title{border-bottom:1px solid #242231;min-height:60px;padding:0 24px}.overview-core .overview-panel-title p{display:none}.schedule-list,.attention-list{padding-inline:24px}.schedule-item,.attention-item{min-height:82px}.schedule-item time,.schedule-item span strong,.attention-item strong{font-size:14px}.schedule-item span small,.attention-item small{font-size:12px}.schedule-item em{padding:5px 9px;font-size:11px}.performance-section{background:#0e0e18d1;border:1px solid #242231;border-radius:12px;margin-top:24px;padding:0 24px 20px}.performance-header{padding-top:19px}.performance-header h2{font-size:16px}.performance-header>div:last-child{gap:12px}.performance-header select{color:#eeeaf7;background:#11111b;border:1px solid #2d293a;border-radius:8px;min-width:116px;padding:9px 11px;font-size:12px}.performance-value{padding-top:16px}.performance-value strong{font-size:28px}.performance-value span{font-size:13px}.performance-chart{padding-top:22px}.performance-chart svg{height:186px}.performance-chart svg polyline{stroke:#9b68ff;stroke-width:2px}.performance-chart path[fill]{fill:#804bf51c;display:block}.performance-axis{margin-top:6px;font-size:11px}.performance-axis span{display:block!important}.performance-tooltip{background:#15121d;border:1px solid #39324a}@media (width<=1100px){.overview-refined{max-width:1240px;margin:0 auto}.summary-metric{padding-inline:18px}.overview-core{grid-template-columns:1fr}.performance-section{padding-inline:18px}}@media (width<=700px){.summary-metric{border-bottom:1px solid #242231;border-right:0;padding:13px 0}.schedule-list,.attention-list,.overview-core .overview-panel-title,.performance-section{padding-inline:16px}.performance-chart svg{height:160px}.performance-axis span:nth-child(2),.performance-axis span:nth-child(4),.performance-axis span:nth-child(6){display:none!important}}.reference-overview{color:#f8f7ff;width:100%;max-width:1165px;margin:0 auto;padding-top:4px}.reference-overview button,.reference-overview select{font:inherit}.reference-intro{justify-content:space-between;align-items:flex-start;margin-bottom:27px;display:flex}.reference-intro h1{color:#fbfaff;letter-spacing:-.85px;margin:0;font-size:29px;font-weight:650;line-height:1.22}.reference-intro p{color:#aaa7bb;margin:8px 0 0;font-size:14px;line-height:1.45}.reference-period select,.reference-performance-controls select{color:#f0eef7;cursor:pointer;background:#11101a;border:1px solid #2b2839;border-radius:8px;outline:none;height:38px;padding:0 30px 0 12px;font-size:13px}.reference-period select:focus-visible,.reference-performance-controls select:focus-visible,.reference-overview button:focus-visible{outline-offset:3px;outline:2px solid #a06aff}.reference-metrics{grid-template-columns:repeat(3,1fr);margin:0 0 37px;display:grid}.reference-metric{text-align:left;cursor:pointer;color:#f7f5ff;background:0 0;border:0;border-left:1px solid #252230;flex-direction:column;justify-content:center;min-height:84px;padding:0 28px;transition:background .18s;display:flex}.reference-metric:first-child{border-left:0;padding-left:0}.reference-metric:hover{background:#12101d}.reference-metric small{color:#b1aec0;margin-bottom:7px;font-size:13px}.reference-metric strong{letter-spacing:-.8px;font-size:28px;font-weight:620;line-height:1}.reference-metric span{color:#b9b5c6;margin-top:8px;font-size:13px}.reference-metric.is-good span{color:#55d69b}.reference-metric.is-warning span{color:#f8bf57}.reference-operational-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,.95fr);gap:16px;margin-bottom:23px;display:grid}.reference-card{background:linear-gradient(125deg,#13111ce6,#0d0c15e6);border:1px solid #262330;border-radius:12px;overflow:hidden}.reference-card-heading{border-bottom:1px solid #262330;justify-content:space-between;align-items:center;height:60px;padding:0 26px;display:flex}.reference-card h2{letter-spacing:-.3px;margin:0;font-size:17px;font-weight:620;line-height:1.2}.reference-card-heading button{color:#aa78ff;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:13px;display:inline-flex}.reference-schedule-list{padding:0 26px}.reference-appointment{color:#f8f7ff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #262330;grid-template-columns:72px 3px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;height:82px;display:grid}.reference-appointment:last-child{border-bottom:0}.reference-appointment:hover{background:#8b5cf60b}.reference-appointment time{color:#b7b3c7;font-size:15px;font-weight:530}.reference-appointment>i{background:#59dba0;border-radius:99px;height:34px}.reference-appointment>i.is-pending{background:#9d68ff}.reference-appointment span{gap:5px;display:grid}.reference-appointment strong{font-size:15px;font-weight:600}.reference-appointment small{color:#aaa6b9;font-size:13px}.reference-appointment em{color:#5ce5a2;background:#2fc37d1f;border-radius:99px;padding:5px 10px;font-size:12px;font-style:normal}.reference-appointment em.is-pending{color:#f6bd58;background:#f7ae361a}.reference-attention>div{padding:3px 26px}.reference-attention>div>button{color:#faf8ff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #262330;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:81px;display:grid}.reference-attention>div>button:last-child{border-bottom:0}.reference-attention>div>button:hover{background:#8b5cf60b}.reference-attention-dot{background:#f2bd5b;border-radius:50%;width:8px;height:8px}.reference-attention-dot.tone-1{background:#9d68ff}.reference-attention-dot.tone-2{background:#5d95ff}.reference-attention span{gap:7px;display:grid}.reference-attention strong{font-size:14px;font-weight:600}.reference-attention small{color:#aaa6b9;font-size:13px}.reference-attention svg{color:#aaa6b9}.reference-performance{padding:0 26px 21px}.reference-performance>header{justify-content:space-between;align-items:center;height:65px;display:flex}.reference-performance>header p{display:none}.reference-performance-controls{gap:12px;display:flex}.reference-performance-value{gap:8px;margin:2px 0 9px;display:grid}.reference-performance-value strong{letter-spacing:-.8px;font-size:29px;font-weight:625;line-height:1}.reference-performance-value span{color:#55d69b;font-size:13px}.reference-chart{color:#272433;height:192px;position:relative}.reference-chart svg{width:100%;height:155px;display:block;overflow:visible}.reference-chart>div{color:#9f9bad;justify-content:space-between;margin-top:5px;font-size:12px;display:flex}.reference-add-patient{color:#ad7bff;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin:17px 0 0 auto;font-size:13px;display:flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1120px){.reference-overview{max-width:none}.reference-operational-grid{grid-template-columns:1.35fr 1fr}.reference-card-heading,.reference-schedule-list,.reference-attention>div,.reference-performance{padding-left:20px;padding-right:20px}}@media (width<=820px){.reference-intro{margin-bottom:22px}.reference-metrics{margin-bottom:24px}.reference-operational-grid{grid-template-columns:1fr}.reference-attention{display:none}.reference-performance{margin-top:0}.reference-metric{padding:0 16px}.reference-metric:first-child{padding-left:0}.reference-performance-controls select:first-child{display:none}}@media (width<=560px){.reference-intro h1{font-size:25px}.reference-intro{display:block}.reference-period{margin-top:16px;display:block}.reference-period select{width:100%}.reference-metrics{grid-template-columns:repeat(3,1fr)}.reference-metric{min-height:76px;padding:0 10px}.reference-metric small{font-size:11px}.reference-metric strong{font-size:20px}.reference-metric span{font-size:11px;line-height:1.2}.reference-card-heading,.reference-schedule-list{padding:0 16px}.reference-appointment{grid-template-columns:53px 3px minmax(0,1fr);gap:10px}.reference-appointment em{display:none}.reference-performance{padding-left:16px;padding-right:16px}.reference-performance-controls select{max-width:110px}.reference-chart>div{font-size:10px}.reference-chart>div span:nth-child(2n){display:none}}@media (width<=720px){.reference-overview{padding-top:0}.reference-intro{margin-bottom:20px;display:block}.reference-intro h1{letter-spacing:-.65px;font-size:25px}.reference-intro p{margin-top:6px;font-size:13px}.reference-period{margin-top:16px;display:block}.reference-period select{background:#12111c;border-radius:10px;width:100%;height:42px}.reference-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px;display:grid}.reference-metric{background:#11101a;border:1px solid #292535;border-radius:11px;min-height:92px;padding:15px}.reference-metric:first-child{border-left:1px solid #292535;padding-left:15px}.reference-metrics .reference-metric:nth-child(3){background:linear-gradient(105deg,#7641da38,#11101aeb 68%);border-color:#a466ff94;order:-1;grid-column:1/-1;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-content:center;column-gap:12px;min-height:74px;display:grid}.reference-metrics .reference-metric:nth-child(3) small{grid-column:1;margin:0 0 3px}.reference-metrics .reference-metric:nth-child(3) strong{grid-area:2/1;font-size:25px}.reference-metrics .reference-metric:nth-child(3) span{color:#f7bf58;grid-area:1/2/3;align-self:center;margin:0;font-size:12px;font-weight:600}.reference-metric strong{font-size:23px}.reference-metric small{margin-bottom:6px;font-size:12px}.reference-metric span{margin-top:6px;font-size:11px}.reference-operational-grid{gap:14px;margin-bottom:14px}.reference-card{border-radius:11px}.reference-card-heading{height:56px;padding:0 16px}.reference-card h2{font-size:16px}.reference-schedule-list{padding:0 16px}.reference-appointment{grid-template-columns:49px 3px minmax(0,1fr) auto;gap:10px;height:76px}.reference-appointment:nth-child(3){display:none}.reference-appointment time{font-size:14px}.reference-appointment>i{height:30px}.reference-appointment strong{font-size:14px}.reference-appointment small{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.reference-appointment em{padding:4px 8px;font-size:11px;display:block}.reference-attention{display:block}.reference-attention>div{padding:0 16px}.reference-attention>div>button{min-height:72px}.reference-attention>div>button:nth-child(3){display:none}.reference-attention strong{font-size:13px}.reference-attention small{font-size:12px}.reference-performance{padding:0 16px 14px}.reference-performance>header{height:57px}.reference-performance-controls{gap:8px}.reference-performance-controls select{height:34px;padding-left:10px;font-size:12px}.reference-performance-controls select:first-child{display:none}.reference-performance-value{margin:4px 0}.reference-performance-value strong{font-size:26px}.reference-performance-value span{font-size:12px}.reference-chart{height:164px}.reference-chart svg{height:132px}.reference-chart>div{margin-top:3px}.reference-add-patient{background:#7241d71f;border:1px solid #a36dff61;border-radius:10px;justify-content:center;width:100%;min-height:46px;margin-top:16px;font-weight:600}}@media (width<=390px){.reference-appointment em,.reference-chart>div span:nth-child(2n){display:none}.reference-metric{padding:13px}.reference-metric strong{font-size:21px}}.mobile-confirmation-action,.mobile-agenda-shortcut{display:none}@media (width<=720px){.topbar{gap:6px;height:60px;padding-inline:14px}.global-search{min-width:0;height:40px;padding:8px 10px;font-size:16px}.global-search span{font-size:0}.global-search span:after{content:"Buscar no OraBlis...";font-size:14px}.global-search kbd,.top-action:not(.mobile-menu),.user-menu{display:none}.mobile-menu{width:40px;height:40px}.main-area main{padding:22px 16px calc(32px + env(safe-area-inset-bottom))}.reference-overview{padding-top:0}.reference-intro{align-items:flex-start;gap:12px;margin:0 0 18px;display:flex}.reference-intro>div{min-width:0}.reference-intro h1{letter-spacing:-.7px;white-space:nowrap;font-size:25px;line-height:1.18}.reference-intro p{margin-top:5px;font-size:13px}.reference-period{flex:none}.reference-period select{color:#d7d3e5;background:0 0;border:0;border-radius:7px;width:auto;height:36px;padding:0 22px 0 7px;font-size:13px}.reference-metrics{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 0 12px;padding:0}.reference-metric{border:0;min-height:74px;padding:0 12px;background:0 0!important;border-left:1px solid #2a2734!important;border-radius:0!important}.reference-metric:first-child{padding-left:0;border-left:0!important}.reference-metric:nth-child(3){display:none}.reference-metric small{color:#aaa7b8;margin-bottom:5px;font-size:12px}.reference-metric strong{letter-spacing:-.5px;font-size:23px}.reference-metric span{margin-top:5px;font-size:11px}.reference-metric:active{background:#8b5cf612!important}.mobile-confirmation-action{color:#f4f0fb;text-align:left;background:#eeb34a0e;border:1px solid #eeb34a3d;border-radius:9px;justify-content:space-between;align-items:center;width:100%;min-height:52px;margin:0 0 17px;padding:0 2px 0 12px;display:flex}.mobile-confirmation-action>span:first-child{gap:2px;display:grid}.mobile-confirmation-action strong{font-size:13px;font-weight:600}.mobile-confirmation-action small{color:#c1b8a7;font-size:11px}.mobile-confirmation-action>span:last-child{color:#f5be59;align-items:center;gap:4px;height:44px;padding:0 11px;font-size:13px;font-weight:600;display:flex}.mobile-confirmation-action:active{background:#eeb34a1f}.reference-operational-grid{margin:0;display:block}.reference-card{background:0 0;border:0;border-radius:0;overflow:visible}.reference-schedule{border-top:1px solid #262330;border-bottom:1px solid #262330}.mobile-agenda-shortcut{color:#f8f7ff;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:76px;padding:0;display:flex}.mobile-agenda-shortcut>span:first-child{gap:6px;display:grid}.mobile-agenda-shortcut strong{font-size:16px;font-weight:620}.mobile-agenda-shortcut small{color:#aaa6b9;font-size:12px}.mobile-agenda-shortcut>span:last-child{color:#ad7bff;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.mobile-agenda-shortcut:active{color:#bb97ff}.reference-attention{margin-top:24px}.reference-attention .reference-card-heading{border:0;height:35px;padding:0}.reference-attention>div{padding:0}.reference-attention>div>button{border-color:#262330;grid-template-columns:10px minmax(0,1fr) 24px;gap:10px;min-height:66px;padding:0 2px}.reference-attention>div>button:nth-child(3){display:none}.reference-attention strong{font-size:13px}.reference-attention small{margin-top:4px;font-size:12px}.reference-attention>div>button:active{background:#8b5cf60f}.reference-performance{border-top:1px solid #262330;border-bottom:1px solid #262330;margin-top:26px;padding:0 0 12px}.reference-performance>header{height:56px}.reference-performance h2{font-size:16px}.reference-performance>header p{display:none}.reference-performance-controls{gap:0}.reference-performance-controls select:first-child{display:none}.reference-performance-controls select{background:0 0;border:0;min-width:88px;height:40px;padding-left:8px;font-size:13px}.reference-performance-value{margin:3px 0 4px}.reference-performance-value strong{font-size:27px}.reference-performance-value span{font-size:12px}.reference-chart{height:155px}.reference-chart svg{height:126px}.reference-chart>div{margin-top:3px;font-size:11px}.reference-chart>div span:not(:first-child):not(:nth-child(4)):not(:last-child),.reference-add-patient{display:none}}@media (width<=360px){.reference-intro{display:block}.reference-period{margin-top:9px;display:block}.reference-intro h1{white-space:normal}.reference-period select{padding-left:0}.mobile-confirmation-action strong,.mobile-confirmation-action>span:last-child{font-size:12px}.reference-chart>div span:nth-child(4){display:none}}.overview-direction-row{border-top:1px solid #262330;border-bottom:1px solid #262330;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:18px;margin:0 0 23px;display:grid;position:relative}.agenda-shortcut{color:#faf9ff;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;min-height:105px;padding:0 18px 0 0;transition:background .16s,color .16s;display:flex}.agenda-shortcut>span:first-child{gap:9px;display:grid}.agenda-shortcut strong{letter-spacing:-.25px;font-size:17px;font-weight:620}.agenda-shortcut small{color:#aaa6b9;font-size:14px}.agenda-shortcut>span:last-child{color:#aa78ff;align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.agenda-shortcut:hover{background:#8b5cf609}.agenda-shortcut:hover>span:last-child{color:#c0a0ff}.agenda-shortcut:focus-visible,.attention-trigger:focus-visible,.attention-popover button:focus-visible{outline-offset:-2px;outline:2px solid #a06aff}.agenda-shortcut .agenda-shortcut-copy{gap:9px;display:grid}.agenda-shortcut .agenda-shortcut-action{align-items:center;gap:7px;display:inline-flex}.agenda-shortcut-action>i{color:#ad7bff;background:#8b5cf621;border-radius:8px;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.attention-hub{align-items:center;display:flex;position:relative}.attention-trigger{color:#e9e6f2;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;min-width:142px;height:44px;padding:0 10px 0 12px;transition:background .16s,border-color .16s;display:flex}.attention-trigger>span{align-items:center;gap:7px;min-width:0;display:inline-flex}.attention-trigger strong{font-size:14px;font-weight:600}.attention-trigger em{color:#c8a9ff;background:#8b5cf62e;border-radius:99px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-style:normal;font-weight:650;display:grid}.attention-trigger>svg{color:#9994a8;margin-left:auto}.attention-trigger:hover,.attention-trigger[aria-expanded=true]{background:#8b5cf612;border-color:#302b40}.attention-trigger:active{background:#8b5cf61f}.attention-popover{z-index:7;background:#15131f;border:1px solid #302b40;border-radius:12px;width:min(360px,100vw - 48px);animation:.15s ease-out attention-in;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden;box-shadow:0 20px 46px #00000059}.attention-popover header{border-bottom:1px solid #2a2735;justify-content:space-between;align-items:center;height:51px;padding:0 16px;display:flex}.attention-popover header strong{font-size:15px}.attention-popover header span{color:#9893a6;font-size:12px}.attention-popover>div{padding:3px 16px}.attention-popover>div>button{color:#f7f4ff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #2a2735;grid-template-columns:9px minmax(0,1fr) 24px;align-items:center;gap:10px;width:100%;min-height:70px;padding:0;display:grid}.attention-popover>div>button:last-child{border-bottom:0}.attention-popover>div>button:hover{background:#8b5cf60e}.attention-popover i{background:#f2bd5b;border-radius:50%;width:7px;height:7px}.attention-popover i.purple{background:#a06aff}.attention-popover i.blue{background:#6095ff}.attention-popover span{gap:5px;min-width:0;display:grid}.attention-popover span strong{font-size:13px;font-weight:600}.attention-popover span small{color:#aaa6b9;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attention-popover button>svg{color:#a7a2b5}@keyframes attention-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.reference-performance{margin-top:0}@media (width<=720px){.overview-direction-row{border-top:1px solid #262330;border-bottom:0;margin:0;display:block}.agenda-shortcut{border-bottom:1px solid #262330;min-height:76px;padding:0}.agenda-shortcut strong{font-size:16px}.agenda-shortcut small{font-size:12px}.attention-hub{border-bottom:1px solid #262330;display:block}.attention-trigger{border:0;border-radius:0;width:100%;height:59px;padding:0}.attention-trigger:hover,.attention-trigger[aria-expanded=true]{background:0 0;border:0}.attention-trigger strong{font-size:15px}.attention-trigger em{margin-left:auto}.attention-trigger>svg{margin-left:0}.attention-popover{width:100%;box-shadow:none;border-radius:9px;margin:0 0 14px;position:static}.attention-popover header{height:45px}.attention-popover>div{padding:0 14px}.attention-popover>div>button{min-height:64px}.reference-performance{margin-top:26px}@media (prefers-reduced-motion:reduce){.attention-popover{animation:none}}}@media (width>=721px){.agenda-shortcut{justify-content:flex-start}.agenda-shortcut>span:last-child{margin-left:34px}}@media (width<=720px){.agenda-shortcut{justify-content:space-between}.agenda-shortcut>span:last-child{margin-left:12px}}@media (width>=721px){.reference-intro{margin-bottom:30px}.reference-period select{color:#c9c5d4;background:0 0;border-color:#0000;height:34px;padding-left:8px}.reference-period:hover select{background:#ffffff05;border-color:#2b2838}.reference-metrics{gap:64px;margin-bottom:35px}.reference-metric,.reference-metric:first-child{border:0;min-height:82px;padding:0}.reference-metric:hover{background:0 0}.reference-metric:hover strong{color:#fff}.reference-metric small{color:#9691a4;margin-bottom:8px}.reference-metric strong{font-variant-numeric:tabular-nums;font-weight:600}.reference-metric span{color:#a9a4b7}.overview-direction-row{border-bottom:0;min-height:96px;margin-bottom:27px}.agenda-shortcut{min-height:96px;padding-right:0}.agenda-shortcut strong{font-weight:600}.agenda-shortcut small{font-size:13px}.agenda-shortcut>span:last-child{margin-left:28px}.attention-trigger{min-width:126px;height:40px;padding-inline:8px}.attention-trigger em{background:#8b5cf621;min-width:21px;height:21px}.reference-performance{background:0 0;border:0;border-top:1px solid #262330;border-radius:0;padding:0 0 16px}.reference-performance>header{height:61px}.reference-performance h2{font-weight:600}.reference-performance-controls select{color:#b8b3c5;background:0 0;border-color:#0000;height:34px}.reference-performance-controls select:hover{background:#ffffff05;border-color:#2b2839}.reference-performance-value{margin-top:1px}.reference-performance-value strong,.reference-performance-value span,.reference-chart{font-variant-numeric:tabular-nums}.reference-chart{color:#24212f}.reference-chart stop:first-child{stop-opacity:.12}.reference-chart circle[fill=\#a879ff]{display:none}}.reference-metric small{align-items:center;gap:10px;display:flex}.reference-metric small i{color:#b98cff;background:linear-gradient(145deg,#9760ff26,#7645dc12);border:1px solid #a670ff33;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;transition:color .16s,border-color .16s,background .16s,transform .16s;display:grid;box-shadow:inset 0 1px #ffffff09}.reference-metric:hover small i,.reference-metric:focus-visible small i{color:#d2b5ff;background:#8b5cf62b;border-color:#b280ff6b;transform:translateY(-1px)}.reference-metric{border-radius:8px!important}.reference-metric:focus-visible{background:#8b5cf609!important}@media (width>=721px){.reference-metrics{gap:clamp(34px,5vw,64px)}.reference-metric{position:relative;min-height:92px!important;padding:6px 8px 6px 0!important}.reference-metric small{line-height:28px;margin-bottom:10px!important}.reference-metric strong,.reference-metric>span{margin-left:38px}.reference-metric strong{line-height:1.08}.reference-metric>span{margin-top:6px}.reference-metric:not(:last-child):after{content:"";background:linear-gradient(#0000,#ffffff14 20% 80%,#0000);width:1px;position:absolute;top:13px;bottom:13px;right:calc(clamp(34px,5vw,64px)/-2)}}@media (width<=720px){.reference-metric small{gap:7px}.reference-metric small i{border-radius:7px;width:23px;height:23px}.reference-metric small i svg{width:13px;height:13px}}.reference-performance.performance-compact{background:0 0;border:0;border-top:1px solid #ffffff13;border-radius:0;height:auto;margin-top:27px;padding:0 0 17px;overflow:visible}.performance-compact>header{justify-content:space-between;align-items:center;height:47px;padding:0;display:flex}.performance-compact>header h2{color:#f7f5fb;letter-spacing:-.02em;margin:0;font-size:15px;font-weight:600}.performance-compact .reference-performance-controls{gap:6px;display:flex}.performance-compact .reference-performance-controls select{color:#bbb5c7;background:0 0;border:1px solid #0000;border-radius:7px;min-width:102px;height:36px;padding:0 28px 0 10px;font-size:12px}.performance-compact .reference-performance-controls select:last-child{min-width:94px}.performance-compact .reference-performance-controls select:hover{background:#ffffff05;border-color:#2b2838}.performance-compact .reference-performance-controls select:focus-visible{outline-offset:2px;border-color:#7450b5;outline:2px solid #a06aff80}.performance-compact-value{font-variant-numeric:tabular-nums;align-items:baseline;gap:12px;margin:12px 0 17px;display:flex}.performance-compact-value strong{color:#faf8ff;letter-spacing:-.035em;font-size:27px;font-weight:620;line-height:1}.performance-compact-value span{color:#55d69b;font-size:12px;font-weight:600}.performance-compact-value em{color:#8e8999;font-style:normal;font-weight:400}.performance-compact-chart{color:#292533;outline:none;height:181px;position:relative}.performance-compact-chart:focus-visible{outline-offset:4px;border-radius:5px;outline:2px solid #a06aff7a}.performance-compact-chart svg{width:100%;height:150px;display:block;overflow:visible}.compact-grid{stroke:currentColor;stroke-width:1px}.compact-area{fill:url(#orablis-compact-fill)}.compact-line{fill:none;stroke:#9b6bff;stroke-width:1.7px;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.compact-last{fill:#090810;stroke:#b58cff;stroke-width:2px;vector-effect:non-scaling-stroke}.compact-active{fill:#f4efff;stroke:#8b5cf6;stroke-width:2px;vector-effect:non-scaling-stroke}.compact-tooltip{z-index:2;pointer-events:none;background:#15121d;border:1px solid #393249;border-radius:7px;gap:3px;min-width:94px;padding:7px 9px;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 9px));box-shadow:0 8px 22px #0000003d}.compact-tooltip.at-start{transform:translateY(calc(-100% - 9px))}.compact-tooltip.at-end{transform:translate(-100%,calc(-100% - 9px))}.compact-tooltip small{color:#918b9d;font-size:10px}.compact-tooltip strong{color:#f4f1f8;font-variant-numeric:tabular-nums;font-size:12px}.compact-axis{color:#918b9d;height:23px;margin-top:5px;font-size:10px;display:block;position:relative}.compact-axis span{white-space:nowrap;display:block;position:absolute;transform:translate(-50%)}.compact-axis span:first-child{transform:none}.compact-axis span:last-child{transform:translate(-100%)}@media (width<=720px){.reference-performance.performance-compact{margin-top:25px;padding-bottom:9px}.performance-compact>header{flex-direction:column;align-items:flex-start;gap:11px;height:auto;padding:15px 0 0}.performance-compact .reference-performance-controls{grid-template-columns:1fr 1fr;width:100%;display:grid}.performance-compact .reference-performance-controls select{background:#ffffff03;border-color:#292634;width:100%;height:40px;display:block}.performance-compact-value{flex-direction:column;align-items:flex-start;gap:7px;margin:18px 0 15px}.performance-compact-value strong{font-size:25px}.performance-compact-chart{height:188px}.performance-compact-chart svg{height:155px}.compact-axis span{display:none}.compact-axis span:first-child,.compact-axis span:nth-child(4),.compact-axis span:last-child{display:block}.compact-tooltip{max-width:112px}}@media (width<=390px){.performance-compact-value em{display:none}}@media (prefers-reduced-motion:reduce){.performance-compact *{transition:none}}@media (width>=721px){.reference-overview{padding-top:10px}.reference-intro{margin-bottom:36px}.reference-metrics{margin-bottom:46px}.overview-direction-row{min-height:108px;margin-bottom:39px}.agenda-shortcut{min-height:108px}.reference-performance.performance-compact{margin-top:0}.performance-compact>header{height:54px}.performance-compact-value{margin-top:16px;margin-bottom:22px}}@media (width<=720px){.reference-metrics .reference-metric:nth-child(3){display:none}.reference-intro{margin-bottom:24px}.reference-metrics{margin-bottom:19px}.mobile-confirmation-action{margin-bottom:24px}.overview-direction-row{margin-bottom:30px}.agenda-shortcut{min-height:84px}.attention-trigger{height:66px}.reference-performance.performance-compact{margin-top:0}.performance-compact>header{padding-top:20px}.performance-compact-value{margin-top:22px;margin-bottom:20px}}.performance-compact-value span.is-neutral{color:#8e8999;font-weight:400}.performance-empty{color:#7f7889;border-top:1px solid #978bae1f;align-content:center;justify-items:start;gap:7px;min-height:181px;display:grid}.performance-empty strong{color:#bdb7c7;font-size:13px;font-weight:560}.performance-empty span{font-size:11px}.performance-compact .reference-performance-controls>span{color:#898293;font-variant-numeric:tabular-nums;align-self:center;font-size:11px}
