:root{--dark:#214c4a;--dark-hover:#173f3d;--primary:#3b7d78;--primary-hover:#326b67;--mid:#3e6f6b;--light:#dbe9e5;--soft:#f4f8f7;--text:#17302f;--muted:#6b7c7a;--white:#fff;--border:#d9e3e1;--success-bg:#e4f4ed;--success-text:#2d6a55;--warning-bg:#fff3d7;--warning-text:#8a671d}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text);background:var(--soft);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{color:var(--white);background:var(--dark);padding:24px 18px}.brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.brand img{object-fit:contain;background:var(--white);border-radius:12px;width:54px;height:54px;padding:4px}.brand-title{font-size:18px;font-weight:700}.brand-sub{opacity:.78;margin-top:2px;font-size:12px}.nav{gap:8px;display:grid}.nav a{opacity:.92;border-radius:10px;padding:11px 12px;transition:background-color .2s,opacity .2s}.nav a:hover{opacity:1;background:#ffffff1f}.main{padding:28px}.topbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-title{margin:0;font-size:28px;font-weight:700}.page-subtitle{color:var(--muted);margin-top:6px}.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 5px 18px #2249460f}.card-label{color:var(--muted);font-size:13px}.card-value{margin-top:8px;font-size:25px;font-weight:700}.card-foot{color:var(--mid);margin-top:8px;font-size:12px}.grid-2{grid-template-columns:1.3fr 1fr;gap:16px;margin-top:16px;display:grid}.section-title{margin-bottom:14px;font-size:17px;font-weight:700}.table-wrap{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid var(--border);padding:13px 14px}th{color:var(--dark);background:#eef5f3;font-size:13px}td{font-size:14px}.toolbar{justify-content:space-between;gap:10px;margin-bottom:14px;display:flex}.toolbar-left{align-items:center;gap:10px;display:flex}.input,.select{min-width:220px;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:10px;outline:none;padding:10px 12px;transition:border-color .2s,box-shadow .2s}.input:focus,.select:focus{border-color:var(--mid);box-shadow:0 0 0 3px #3e6f6b21}.button{cursor:pointer;border:0;border-radius:10px;padding:10px 14px;font-weight:600;transition:background-color .2s,box-shadow .2s,transform .2s}.button-primary{color:var(--white);background:var(--primary)}.button-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 8px 18px #3b7d7840}.button-primary:active{transform:translateY(0)}.button-secondary{color:var(--dark);background:var(--light)}.button-secondary:hover{background:#cddfdb}.badge{border-radius:999px;padding:5px 8px;font-size:12px;font-weight:700;display:inline-block}.badge-ok{color:var(--success-text);background:var(--success-bg)}.badge-warn{color:var(--warning-text);background:var(--warning-bg)}.login-page{background:radial-gradient(circle at 20% 15%,#ffffff1a,#0000 28%),linear-gradient(135deg,#356561 0%,#477a75 50%,#628f8a 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--white);border:1px solid #ffffff8c;border-radius:22px;width:min(520px,100%);padding:34px 30px 28px;box-shadow:0 22px 60px #12393738,0 5px 14px #12393714}.login-logo{justify-content:center;margin-bottom:14px;display:flex}.login-logo img{object-fit:contain;width:75px;height:auto;transition:transform .25s}.login-logo img:hover{transform:scale(1.04)}.login-title{color:#173b3a;text-align:center;margin:0;font-size:32px;font-weight:700;line-height:1.15}.login-sub{color:#84928f;text-align:center;margin:8px 0 28px;font-size:17px;font-weight:400}.form{gap:16px;display:grid}.label{color:#173b3a;margin-bottom:7px;font-size:14px;font-weight:700;display:block}.form .input{color:#173b3a;background:var(--white);border:1px solid #cfddda;border-radius:11px;width:100%;min-width:0;height:48px;padding:0 14px}.form .input::placeholder{color:#879592}.form .input:focus{border-color:#356561;box-shadow:0 0 0 3px #35656124}.form .button{border-radius:11px;width:100%;height:50px;margin-top:2px;padding:0 18px;font-size:16px;font-weight:700}.dashboard-header{align-items:flex-start;margin-bottom:26px;display:flex}.dashboard-header h1{color:#173b3a;margin:0;font-size:30px}.dashboard-header p{color:#71817f;margin:7px 0 0}.dashboard-date{color:#7b8d8a;text-transform:capitalize;margin-top:6px;font-size:14px}.dashboard-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.dashboard-card{background:var(--white);border:1px solid #dce7e5;border-radius:17px;flex-direction:column;min-height:145px;padding:21px;display:flex;box-shadow:0 8px 24px #1f4b4a12}.dashboard-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:17px;display:flex}.dashboard-card-icon{color:#285f5b;background:#eaf3f1;border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.dashboard-card-trend{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-card-trend-up{color:#236344;background:#e7f6ed;border-color:#bfe6cf}.dashboard-card-trend-down{color:#a73434;background:#fdeaea;border-color:#f2bcbc}.dashboard-card-trend-neutral{color:#607572;background:#f1f5f4;border-color:#d9e3e1}.dashboard-card-title{color:#71817f;font-size:14px}.dashboard-card strong{color:#173b3a;margin-top:9px;font-size:22px;font-weight:600;line-height:1.2}.dashboard-card small{color:#7b8d8a;margin-top:auto;font-size:12px}.dashboard-grid{grid-template-columns:1.3fr 1fr;gap:18px;margin-top:18px;display:grid}.dashboard-panel{background:var(--white);border:1px solid #dce7e5;border-radius:17px;padding:22px;box-shadow:0 8px 24px #1f4b4a0f}.dashboard-panel-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.dashboard-panel h2{color:#173b3a;margin:0 0 8px;font-size:18px;font-weight:600}.dashboard-panel-header p{color:#7b8d8a;margin:4px 0 0;font-size:13px}.alert-item{border-radius:10px;margin-top:11px;padding:12px 14px;font-size:14px}.alert-warning{color:#795b17;background:#fff4d8}.alert-success{color:#2b6852;background:#e4f4ed}.empty-message{color:#71817f;margin:0;padding:22px 0;font-size:14px}.dashboard-summary{flex-direction:column;display:flex}.summary-line{border-bottom:1px solid #e5ecea;justify-content:space-between;align-items:center;gap:20px;padding:13px 0;display:flex}.summary-line:last-child{border-bottom:0}.summary-line span{color:#71817f;font-size:14px}.summary-line strong{color:#173b3a;font-size:14px;font-weight:500}.dashboard-chart-panel{min-width:0}.dashboard-chart-container{width:100%;min-width:0;height:310px}.dashboard-chart-loading{color:#71817f;place-items:center;height:100%;font-size:14px;display:grid}.dashboard-chart-tooltip{background:#fffffffa;border:1px solid #d9e3e1;border-radius:12px;min-width:235px;padding:13px 14px;box-shadow:0 12px 30px #1f4b4a24}.dashboard-chart-tooltip>strong{color:#173b3a;margin-bottom:10px;font-size:14px;display:block}.dashboard-chart-tooltip-line{justify-content:space-between;align-items:center;gap:18px;padding:5px 0;display:flex}.dashboard-chart-tooltip-line span{color:#607572;align-items:center;gap:7px;font-size:12px;display:inline-flex}.dashboard-chart-tooltip-line i{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-chart-tooltip-line b{color:#173b3a;white-space:nowrap;font-size:12px;font-weight:600}@media (max-width:720px){.dashboard-chart-container{height:280px}}.dashboard-chart-legend{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;width:100%;padding-bottom:10px;display:flex}.dashboard-chart-legend-item{color:#607572;white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.dashboard-chart-legend-item span{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard-full-section{width:100%;margin-top:18px}.dashboard-chart-container-large{height:420px}.dashboard-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-chart-tooltip-result{border-top:1px solid #d9e3e1;justify-content:space-between;align-items:center;gap:18px;margin-top:8px;padding-top:10px;display:flex}.dashboard-chart-tooltip-result span{color:#173b3a;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-chart-tooltip-result i{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-chart-tooltip-result b{white-space:nowrap;font-size:13px;font-weight:700}.dashboard-chart-result-positive{color:#236344}.dashboard-chart-result-negative{color:#a73434}@media (max-width:900px){.dashboard-secondary-grid{grid-template-columns:1fr}.dashboard-chart-container-large{height:360px}}@media (max-width:620px){.dashboard-chart-container-large{height:310px}}.dashboard-card{min-height:170px;transition:transform .2s,border-color .2s,box-shadow .2s}.dashboard-card:hover{border-color:#bfd4d1;transform:translateY(-2px);box-shadow:0 13px 30px #1f4b4a1a}.dashboard-chart-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:12px;display:flex}.dashboard-chart-header h2{color:#173b3a;margin:0 0 8px;font-size:18px;font-weight:600}.dashboard-chart-header p{color:#7b8d8a;margin:0;font-size:13px}.dashboard-chart-kpis{align-items:stretch;gap:12px;display:flex}.dashboard-chart-kpis>div{background:#f8fbfa;border:1px solid #d9e3e1;border-radius:12px;min-width:205px;padding:12px 14px}.dashboard-chart-kpis span{color:#718582;font-size:12px;display:block}.dashboard-chart-kpis strong{color:#285f5b;margin-top:6px;font-size:16px;font-weight:600;display:block}.dashboard-chart-kpi-center{color:#285f5b;justify-content:center;align-items:center;min-height:42px;margin-top:10px;font-size:24px;font-weight:700;display:flex}s .dashboard-value-positive{color:#236344!important}.dashboard-value-negative{color:#a73434!important}.dashboard-pending-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dashboard-pending-card{cursor:pointer;min-width:0;min-height:205px;color:inherit;text-align:left;background:#f9fbfb;border:1px solid #d9e3e1;border-radius:14px;flex-direction:column;align-items:flex-start;padding:18px;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:flex}.dashboard-pending-card:hover{background:#fff;border-color:#9fc5c1;transform:translateY(-3px);box-shadow:0 10px 24px #1f4b4a1a}.dashboard-pending-icon{color:#285f5b;background:#eaf3f1;border-radius:11px;place-items:center;width:42px;height:42px;margin-bottom:18px;display:grid}.dashboard-pending-label{color:#607572;font-size:13px}.dashboard-pending-card strong{color:#173b3a;letter-spacing:-.02em;margin-top:8px;font-size:21px;font-weight:700;line-height:1;display:block}.dashboard-pending-card small{color:#7b8d8a;margin-top:10px;margin-bottom:22px;font-size:12px;line-height:1.45}.dashboard-pending-action{color:#285f5b;background:#eaf3f1;border:1px solid #d1e3e0;border-radius:9px;justify-content:center;align-items:center;min-height:30px;margin-top:auto;padding:0 11px;font-size:12px;font-weight:500;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.dashboard-pending-card:hover .dashboard-pending-action{background:#deece9;border-color:#b9d3cf;transform:translate(2px)}.dashboard-text-button{cursor:pointer;color:#285f5b;background:#eef5f4;border:1px solid #d1e0de;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:600}.dashboard-text-button:hover{background:#e3efed}.dashboard-due-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dashboard-due-item{background:#fafcfc;border:1px solid #dfe9e7;border-radius:14px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:15px;min-width:0;min-height:112px;padding:18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.dashboard-due-item:hover{border-color:#bfd4d1;transform:translateY(-2px);box-shadow:0 8px 20px #1f4b4a14}.dashboard-due-icon{border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.dashboard-due-icon-danger{color:#a73434;background:#fdeaea}.dashboard-due-icon-warning{color:#9a5a16;background:#fff2df}.dashboard-due-icon-attention{color:#7a6512;background:#fff8d9}.dashboard-due-icon-neutral{color:#526965;background:#edf3f2}.dashboard-due-content{gap:5px;min-width:0;display:grid}.dashboard-due-content strong{color:#173b3a;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.dashboard-due-content span{color:#718582;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.dashboard-due-values{text-align:right;justify-items:end;gap:8px;display:grid}.dashboard-due-values>strong{color:#173b3a;font-size:15px;font-weight:600}.dashboard-due-label{white-space:nowrap;border-radius:999px;align-items:center;min-height:25px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.dashboard-due-label-danger{color:#a73434;background:#fdeaea}.dashboard-due-label-warning{color:#9a5a16;background:#fff2df}.dashboard-due-label-attention{color:#7a6512;background:#fff8d9}.dashboard-due-label-neutral{color:#526965;background:#edf3f2}@media (max-width:1100px){.dashboard-chart-header{flex-direction:column}.dashboard-chart-kpis{width:100%}.dashboard-chart-kpis>div{flex:1;min-width:0}.dashboard-pending-grid,.dashboard-due-list{grid-template-columns:1fr}}@media (max-width:720px){.dashboard-chart-kpis{flex-direction:column}.dashboard-due-item{grid-template-columns:40px minmax(0,1fr)}.dashboard-due-values{text-align:left;grid-column:2;justify-items:start}}.dashboard-financial-summary{display:grid}.dashboard-financial-row{border-bottom:1px solid #e5ecea;justify-content:space-between;align-items:center;gap:16px;min-height:30px;padding:4px 0;display:flex}.dashboard-financial-row span{color:#607572;font-size:13px}.dashboard-financial-row strong{color:#173b3a;white-space:nowrap;font-size:13px;font-weight:600}.dashboard-financial-row-deduction strong{color:#a73434}.dashboard-financial-row-subtotal{background:#f5f9f8;border:1px solid #d9e8e4;border-radius:8px;min-height:34px;margin:2px 0;padding:6px 10px}.dashboard-financial-row-subtotal span,.dashboard-financial-row-subtotal strong{color:#315d59;font-weight:600}.dashboard-financial-row-clinic{background:#f2f8f6;border:1px solid #d9e8e4;border-radius:8px;min-height:34px;margin:2px 0;padding:6px 10px}.dashboard-financial-row-clinic span{color:#356963;font-weight:600}.dashboard-financial-row-clinic strong{color:#285f5b;font-weight:600}.dashboard-financial-row-result{background:#e7f4ed;border:1px solid #c7dfd3;border-radius:8px;min-height:36px;margin-top:3px;padding:7px 11px}.dashboard-financial-row-result span,.dashboard-financial-row-result strong{color:#236344;font-size:14px;font-weight:700}.dashboard-financial-row-result-negative{background:#fdeaea;border-color:#f2bcbc}.dashboard-financial-row-result-negative span,.dashboard-financial-row-result-negative strong{color:#a73434!important}@media (max-width:620px){.dashboard-financial-row{flex-direction:column;align-items:flex-start;gap:5px}}.dashboard-financial-result-value-negative{color:#a73434!important}.dashboard-panel-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dashboard-panel-title-row h2{margin:0}.dashboard-count-badge{color:#285f5b;white-space:nowrap;background:#eaf3f1;border:1px solid #d1e3e0;border-radius:999px;align-items:center;min-height:25px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.dashboard-due-detail{gap:2px;display:grid}.dashboard-due-detail span,.dashboard-due-value-label{color:#84928f;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.dashboard-due-detail b{color:#718582;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}.dashboard-due-value-label{display:block}@media (max-width:1200px){.dashboard-cards,.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:980px){.shell,.grid-2{grid-template-columns:1fr}}@media (max-width:720px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header .button{width:100%}.dashboard-cards,.dashboard-grid{grid-template-columns:1fr}}@media (max-width:620px){.main{padding:18px}.cards{grid-template-columns:1fr}.dashboard-card{min-height:130px}.dashboard-panel{padding:18px}.login-page{padding:16px}.login-card{border-radius:18px;padding:28px 22px 24px}.login-title{font-size:27px}.login-sub{font-size:15px}}.dashboard-performance-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:10px;display:flex}.dashboard-performance-title{align-items:flex-start;gap:12px;display:flex}.dashboard-performance-title-icon{color:#285f5b;background:#eaf3f1;border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.dashboard-performance-title h2{margin:0 0 6px}.dashboard-performance-title p{color:#7b8d8a;margin:0;font-size:13px}.dashboard-performance-tabs{background:#eef5f4;border:1px solid #d7e4e2;border-radius:11px;padding:4px;display:inline-flex}.dashboard-performance-tab{cursor:pointer;color:#607572;background:0 0;border:0;border-radius:8px;min-width:68px;height:34px;padding:0 14px;font-size:12px;font-weight:600;transition:color .2s,background-color .2s,box-shadow .2s}.dashboard-performance-tab:hover{color:#285f5b}.dashboard-performance-tab-active{color:#fff;background:#3b7d78;box-shadow:0 4px 10px #3b7d7833}.dashboard-performance-tab-active:hover{color:#fff}.dashboard-performance-period{color:#718582;text-transform:capitalize;margin:0 0 16px 52px;font-size:12px;font-weight:600}.dashboard-performance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-performance-card{background:#fafcfc;border:1px solid #dfe9e7;border-radius:15px;align-items:flex-start;gap:16px;min-width:0;min-height:190px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.dashboard-performance-card:hover{border-color:#bfd4d1;transform:translateY(-2px);box-shadow:0 10px 24px #1f4b4a14}.dashboard-performance-card-icon{color:#285f5b;background:#eaf3f1;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.dashboard-performance-card-content{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-performance-card-label{color:#71817f;font-size:12px;line-height:1.4}.dashboard-performance-name{color:#173b3a;text-overflow:ellipsis;white-space:nowrap;margin-top:13px;font-size:15px;font-weight:600;line-height:1.25;overflow:hidden}.dashboard-performance-value{color:#285f5b;margin-top:10px;font-size:23px;font-weight:700;line-height:1.15}.dashboard-performance-details{flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;padding-top:18px;display:flex}.dashboard-performance-details span{color:#526965;background:#edf3f2;border-radius:999px;align-items:center;min-height:27px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.dashboard-performance-empty{color:#7b8d8a;margin:24px 0 0;font-size:14px}@media (max-width:800px){.dashboard-performance-header{flex-direction:column}.dashboard-performance-tabs{width:100%}.dashboard-performance-tab{flex:1}.dashboard-performance-period{margin-left:0}.dashboard-performance-grid{grid-template-columns:1fr}}@media (max-width:520px){.dashboard-performance-card{flex-direction:column}.dashboard-performance-name{white-space:normal}}.dashboard-procedure-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.dashboard-procedure-header .dashboard-performance-tabs{flex-shrink:0}.dashboard-procedure-header .dashboard-performance-tab{min-width:128px}.dashboard-procedure-list{gap:10px;display:grid}.dashboard-procedure-item{background:#fafcfc;border:1px solid #dfe9e7;border-radius:13px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;min-height:82px;padding:14px 16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.dashboard-procedure-item:hover{border-color:#bfd4d1;transform:translateY(-1px);box-shadow:0 8px 20px #1f4b4a12}.dashboard-procedure-position{color:#285f5b;background:#eaf3f1;border:1px solid #d1e3e0;border-radius:10px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.dashboard-procedure-content{min-width:0}.dashboard-procedure-content>strong{color:#173b3a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;display:block;overflow:hidden}.dashboard-procedure-metrics{flex-wrap:wrap;align-items:center;gap:12px;margin-top:7px;display:flex}.dashboard-procedure-metrics span{color:#718582;font-size:12px}.dashboard-procedure-metrics span+span:before{content:"•";color:#b0bfbc;margin-right:12px}.dashboard-procedure-highlight{text-align:right;justify-items:end;gap:5px;min-width:142px;display:grid}.dashboard-procedure-highlight span{color:#84928f;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.dashboard-procedure-highlight strong{color:#285f5b;white-space:nowrap;font-size:15px;font-weight:700}@media (max-width:800px){.dashboard-procedure-header{flex-direction:column}.dashboard-procedure-header .dashboard-performance-tabs{width:100%}.dashboard-procedure-header .dashboard-performance-tab{min-width:0}}@media (max-width:620px){.dashboard-procedure-item{grid-template-columns:34px minmax(0,1fr)}.dashboard-procedure-highlight{text-align:left;grid-column:2;justify-items:start;min-width:0}.dashboard-procedure-content>strong{white-space:normal}}.dashboard-professional-chart-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.dashboard-professional-chart-header h2{margin:0 0 7px}.dashboard-professional-chart-header p{color:#7b8d8a;margin:0;font-size:13px}.dashboard-professional-total-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.dashboard-professional-total-item{background:#f8fbfa;border:1px solid #dfe9e7;border-radius:11px;align-items:flex-start;gap:9px;min-width:0;padding:12px;display:flex}.dashboard-professional-total-indicator{border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:3px}.dashboard-professional-total-item>div{min-width:0}.dashboard-professional-total-item span{color:#718582;text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.dashboard-professional-total-item strong{color:#173b3a;white-space:nowrap;margin-top:5px;font-size:13px;font-weight:600;display:block}.dashboard-professional-chart-container{width:100%;min-width:0;height:200px}.dashboard-professional-chart-loading{color:#71817f;place-items:center;min-height:310px;font-size:14px;display:grid}.dashboard-professional-tooltip{min-width:270px}.dashboard-professional-tooltip-empty{color:#71817f;font-size:12px;display:block}@media (max-width:1200px){.dashboard-professional-total-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.dashboard-professional-chart-header{flex-direction:column}.dashboard-professional-total-list{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-professional-chart-container{height:360px}}@media (max-width:520px){.dashboard-professional-total-list{grid-template-columns:1fr}.dashboard-professional-chart-container{height:320px}}.dashboard-specialty-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.dashboard-specialty-header h2{margin:0 0 7px}.dashboard-specialty-header p{color:#7b8d8a;margin:0;font-size:13px}.dashboard-specialty-table-wrap{border:1px solid #dfe9e7;border-radius:14px;overflow-x:auto}.dashboard-specialty-table{background:#fff;min-width:820px}.dashboard-specialty-table th,.dashboard-specialty-table td{padding:14px 16px}.dashboard-specialty-table th{color:#526965;background:#f2f7f6;font-size:12px;font-weight:600}.dashboard-specialty-table td{color:#607572;font-size:13px}.dashboard-specialty-table tbody tr{transition:background-color .2s}.dashboard-specialty-table tbody tr:hover{background:#fafcfc}.dashboard-specialty-table tbody tr:last-child td{border-bottom:0}.dashboard-specialty-cell-right{text-align:right}.dashboard-specialty-cell-center{text-align:center}.dashboard-specialty-name{align-items:center;gap:11px;min-width:220px;display:flex}.dashboard-specialty-position{color:#285f5b;background:#eaf3f1;border:1px solid #d1e3e0;border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}.dashboard-specialty-name strong{color:#173b3a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.dashboard-specialty-revenue{color:#285f5b;white-space:nowrap;font-size:13px;font-weight:600}.dashboard-specialty-percentage{justify-items:end;gap:6px;min-width:118px;display:grid}.dashboard-specialty-percentage>span{color:#285f5b;font-size:12px;font-weight:600}.dashboard-specialty-progress{background:#e7efed;border-radius:999px;width:100px;height:6px;overflow:hidden}.dashboard-specialty-progress i{border-radius:inherit;background:#5f9691;height:100%;display:block}@media (max-width:720px){.dashboard-specialty-header{flex-direction:column}}@media (max-width:1100px){.dashboard-rankings-grid{grid-template-columns:1fr}}.dashboard-rankings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.dashboard-rankings-grid>.dashboard-panel{flex-direction:column;height:100%;display:flex}
