@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--red:#c90000;--red-dark:#a80000;--text:#121417;--muted:#6b7280;--line:#e8ebf0;--bg:#f6f7fb;--card:#fff;--blue:#1f86ff;--green:#24b24a;--orange:#f5a400;--purple:#9b42df;--shadow:0 7px 22px rgba(15,23,42,.08)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.app{display:flex;min-height:100vh}.sidebar{width:210px;position:fixed;inset:0 auto 0 0;background:#fff;border-right:1px solid #e5e8ee;padding:24px 14px 16px;display:flex;flex-direction:column;z-index:5}.brand{height:104px;display:flex;align-items:flex-start;justify-content:center}.brand img{width:150px;height:auto;object-fit:contain}.nav{display:flex;flex-direction:column;gap:8px;margin-top:8px}.nav-item{height:38px;border:0;background:transparent;border-radius:7px;padding:0 10px;display:flex;align-items:center;gap:13px;color:#2c323a;font-weight:700;font-size:12.5px;text-align:left;cursor:pointer}.nav-item svg{stroke-width:1.9;color:#2d3640}.nav-item.active{background:linear-gradient(180deg,#d90000,#b90000);color:#fff;box-shadow:0 8px 14px #c9000040}.nav-item.active svg{color:#fff}.nav-arrow{margin-left:auto}.support-card{margin-top:auto;border:1px solid var(--line);border-radius:9px;padding:14px;text-align:center;background:#fff}.support-icon{width:28px;height:28px;border-radius:8px;border:1px solid #ffd7d7;color:var(--red);display:flex;align-items:center;justify-content:center;margin:0 auto 6px}.support-card strong{display:block;font-size:12px}.support-card p{font-size:12px;color:#737985;margin:4px 0 10px}.support-card button{height:31px;width:100%;border:0;border-radius:7px;background:linear-gradient(180deg,#d30000,#b50000);color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;gap:6px}.sidebar-user{display:flex;align-items:center;gap:10px;margin-top:20px}.avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef1f5;color:#111}.sidebar-user b,.profile b{display:block;font-size:12px}.sidebar-user span,.profile span{display:block;font-size:11px;color:#606773;margin-top:2px}.sidebar-user svg:last-child{margin-left:auto}.main{margin-left:210px;width:calc(100% - 210px)}.topbar{height:61px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;gap:18px;position:sticky;top:0;z-index:4}.hamb{border:0;background:transparent;color:#29313b}.search{width:432px;height:35px;border:1px solid #dee3ea;border-radius:9px;background:#fbfcfe;display:flex;align-items:center;gap:10px;padding:0 12px;color:#7b8290;font-weight:600;font-size:12px}.search kbd{margin-left:auto;border:1px solid #d7dce4;background:#fff;border-radius:5px;padding:3px 7px;color:#59606a;font-size:11px}.top-actions{margin-left:auto;display:flex;align-items:center;gap:24px}.bell{position:relative}.bell i{position:absolute;right:-5px;top:-8px;background:#c90000;color:#fff;width:15px;height:15px;border-radius:50%;font-size:9px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:800}.profile{display:flex;align-items:center;gap:10px}.profile .photo{background:#f0f2f5}.content{padding:26px 28px 10px}.welcome{display:flex;align-items:flex-start;justify-content:space-between}.welcome h1{font-size:23px;margin:0 0 9px;font-weight:800}.welcome p{font-size:14px;color:#4f5661;margin:0}.date{height:37px;padding:0 16px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px;font-weight:800;font-size:12px}.kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px;margin-top:29px}.kpi-card{height:111px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:flex;align-items:center;gap:20px;padding:16px 18px}.kpi-icon{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center}.kpi-icon.red{background:#ffd8d8;color:#c90000}.kpi-icon.blue{background:#dcecff;color:#2077ef}.kpi-icon.green{background:#d9f3df;color:#20a84a}.kpi-icon.orange{background:#ffefce;color:#e90}.kpi-icon.purple{background:#ecd8ff;color:#9837d6}.kpi-card p{margin:0;color:#5e6570;font-size:12px;font-weight:600}.kpi-card h2{font-size:28px;line-height:1;margin:6px 0 8px}.kpi-card span{font-size:11px;font-weight:800}.up{color:#18a846}.down{color:#e22222}.dashboard-grid{display:grid;grid-template-columns:1fr 276px;gap:15px;margin-top:15px}.left-area{min-width:0}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.panel-head{height:57px;border-bottom:1px solid #eef1f5;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.panel h3,.panel-head h3{margin:0;font-size:16px;font-weight:800}.panel-actions{display:flex;gap:10px}.ghost,.new{height:31px;border-radius:7px;font-weight:800;font-size:12px;padding:0 17px;display:flex;align-items:center;gap:8px}.ghost{background:#fff;border:1px solid #e1e5eb;color:#111}.new{background:linear-gradient(180deg,#d30000,#b50000);border:0;color:#fff}.kanban{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;padding:16px}.col-title{display:flex;align-items:center;justify-content:space-between;font-size:12px}.col-title span{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.col-title .red{background:#ffe0e0;color:#d10000}.col-title .blue{background:#dcecff;color:#1f78ed}.col-title .amber{background:#fff0c8;color:#e89700}.col-title .purple{background:#efd9ff;color:#9435d2}.col-title .green{background:#dbf3df;color:#20a54a}.col-line{height:4px;border-radius:999px;margin:13px 0}.col-line.red{background:#e30000}.col-line.blue{background:#2185ff}.col-line.amber{background:#eba009}.col-line.purple{background:#9b42df}.col-line.green{background:#23a943}.job-card{height:94px;border:1px solid #e4e8ee;border-radius:7px;background:#fff;padding:10px;margin-bottom:9px}.job-head{display:flex;justify-content:space-between;align-items:center}.job-head strong{font-size:11px}.job-card p{font-size:10.5px;color:#5d6470;margin:8px 0 0}.job-foot{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.job-foot span{font-size:10.5px;color:#58606b}.prio{font-style:normal;border-radius:4px;padding:2px 4px;font-size:9px;font-weight:800}.prio.alta{background:#ffe0e0;color:#e00000}.prio.media{background:#fff2c9;color:#e39300}.prio.baixa{background:#ddf6e3;color:#0e9c43}.see-more{height:24px;width:100%;border:0;background:transparent;color:#5d2dd6;font-weight:800;font-size:11px;margin-top:2px}.charts-row{display:grid;grid-template-columns:1fr .9fr;gap:14px;margin-top:15px}.chart-card,.donut-card{height:248px;padding:20px}.panel-head.small{height:auto;border:0;padding:0;margin-bottom:12px}.select{height:28px;border:1px solid #e3e8ef;border-radius:7px;background:#fff;font-size:10px;color:#5f6672;display:flex;align-items:center;gap:6px}.bars-wrap{display:flex;height:158px;margin-top:7px}.y-axis{width:31px;display:flex;flex-direction:column;justify-content:space-between;font-size:11px;color:#333}.bars{flex:1;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid #eef1f4}.bar-item{width:36px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:4px}.bar-item b{font-size:11px;color:#d30000}.bar{width:30px;background:linear-gradient(180deg,#ef4949,#d91e1e);border-radius:4px 4px 0 0}.bar-item span{font-size:11px;color:#58606b;margin-top:5px}.legend{font-size:11px;color:#56606c;text-align:center;margin-top:11px}.legend i{display:inline-block;width:9px;height:9px;background:#e33434;border-radius:2px;margin-right:7px}.donut-card h3{margin-bottom:30px}.donut-content{display:flex;align-items:center;gap:40px}.donut{width:140px;height:140px;border-radius:50%;background:conic-gradient(#e41b1b 0,#e41b1b 37%,#2f82f4 37%,#2f82f4 59%,#2db34a 59%,#2db34a 78%,#f0a51b 78%,#f0a51b 89%,#8a32c9 89%,#8a32c9);position:relative}.donut:before{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;background:#fff;border-radius:50%}.donut div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.donut b{font-size:18px}.donut span{font-size:11px;color:#5d6571}.donut-legend{flex:1}.donut-legend p{display:flex;align-items:center;gap:10px;margin:11px 0;font-size:12px}.donut-legend i{width:9px;height:9px;border-radius:50%}.donut-legend .red{background:#e41b1b}.donut-legend .blue{background:#2f82f4}.donut-legend .green{background:#2db34a}.donut-legend .orange{background:#f0a51b}.donut-legend .purple{background:#8a32c9}.donut-legend span{flex:1}.right-col{display:flex;flex-direction:column;gap:15px}.side-panel{padding:19px 18px}.side-panel h3{margin-bottom:21px}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:18px;top:34px;bottom:33px;width:1px;background:#e5e8ee}.activity{display:flex;gap:14px;margin-bottom:23px;position:relative}.act-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex:none}.act-icon.red{background:#d00000}.act-icon.blue{background:#2385ff}.act-icon.green{background:#25ad4a}.act-icon.orange{background:#ef9f08}.activity b{font-size:12px}.activity p{font-size:11px;color:#3f4650;margin:5px 0 2px;line-height:1.35}.activity span{font-size:11px;color:#5d6571}.red-link{display:block;margin:4px auto 0;border:0;background:transparent;color:#c80000;font-weight:800;font-size:12px}.interviews{padding-bottom:16px}.interview{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #eef1f5}.interview:last-of-type{border-bottom:0}.mini-avatar{width:37px;height:37px;border-radius:50%;background:linear-gradient(135deg,#ffd1c8,#875c50);flex:none}.mini-avatar.b{background:linear-gradient(135deg,#ffd0d8,#d98791)}.mini-avatar.c{background:linear-gradient(135deg,#cfe8ff,#5489ad)}.interview b{display:block;color:#d30000;font-size:11px;margin-bottom:2px}.interview strong{font-size:12px}.interview p,.interview span{font-size:11px;color:#4b535e;margin:2px 0}.quick{margin-top:15px;padding:17px 19px}.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:14px}.quick-grid button{height:67px;border:1px solid #e4e8ef;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:11px;color:#2b313a}.quick-grid button svg{color:#c80000}footer{display:flex;justify-content:space-between;color:#6b7280;font-size:11px;padding:12px 0 0}@media (max-width:1150px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.right-col{display:grid;grid-template-columns:1fr 1fr}.kanban{overflow:auto}.kanban-col{min-width:150px}.sidebar{transform:translate(-100%)}.main{margin-left:0;width:100%}.charts-row{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(3,1fr)}}
