.reports-page{max-width:1480px;padding-top:28px}.reports-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.reports-title h1{font-size:42px}.reports-title>div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:14px}.report-actions{display:flex;gap:8px}.report-actions button,.report-filter button,.report-tabs button{border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);font:700 11px inherit;cursor:pointer}.report-actions button{height:40px;padding:0 15px}.report-actions .primary,.report-email .primary{border-color:#ef635b;background:#ef635b;color:#fff}.report-filter{position:sticky;z-index:8;top:0;display:flex;align-items:center;gap:8px;padding:7px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 12px 30px #0002;backdrop-filter:blur(16px)}.report-filter nav{display:flex;gap:3px}.report-filter nav button{height:34px;padding:0 12px;border-color:transparent;background:transparent;color:var(--muted)}.report-filter nav button.active{background:var(--text);color:var(--bg)}.report-filter label{display:flex;align-items:center;gap:7px;margin-left:auto;color:var(--muted);font-size:9px}.report-filter label+label{margin-left:0}.report-filter input{height:34px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);color:var(--text)}.report-filter>[data-apply]{height:34px;padding:0 14px}.report-tabs{display:flex;gap:2px;margin:14px 0;padding-bottom:8px;border-bottom:1px solid var(--line);overflow:auto}.report-tabs button{padding:11px 14px;border-color:transparent;background:transparent;color:var(--muted);white-space:nowrap}.report-tabs button.active{background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary)}.report-kpis{display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(100deg,#292126,var(--surface) 45%,#1d2927)}.report-kpi{position:relative;padding:21px;border-right:1px solid var(--line)}.report-kpi:last-child{border:0}.report-kpi:before{content:"";position:absolute;top:0;left:20px;width:32px;height:2px;background:#7185ff}.report-kpi.green:before{background:#42d6a4}.report-kpi.red:before{background:#ff6969}.report-kpi.purple:before{background:#a885ff}.report-kpi.orange:before{background:#f2a34f}.report-kpi small,.report-kpi span{display:block;color:var(--muted);font-size:9px}.report-kpi strong{display:block;margin:7px 0 4px;font:800 22px Manrope}.report-overview{display:grid;grid-template-columns:.85fr 1.15fr;gap:14px;margin-top:14px}.report-insights,.report-trend,.report-panel{border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 18px 45px #0001}.report-insights>header,.report-trend>header,.report-panel>header{display:flex;align-items:flex-end;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.report-insights header small,.report-trend header small,.report-panel header small{color:var(--primary);font-size:9px;font-weight:900;letter-spacing:.12em}.report-insights h2,.report-trend h2,.report-panel h2{margin:4px 0 0;font-size:17px}.report-insights header>span{padding:6px 9px;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-size:9px}.report-insight{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:9px;padding:12px;border-radius:13px;background:var(--surface-2)}.report-insight>i{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#f2a34f22;color:#f2a34f;font-style:normal;font-weight:900}.report-insight.critico>i{background:#ff696922;color:#ff6969}.report-insight.positivo>i{background:#42d6a422;color:#42d6a4}.report-insight strong,.report-insight p{display:block;margin:0}.report-insight strong{font-size:11px}.report-insight p{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}.report-insight>b{font-size:10px}.report-trend{min-width:0}.report-chart{display:flex;align-items:flex-end;gap:4px;height:185px;padding:26px 24px 0}.report-chart>div{position:relative;display:flex;flex:1;align-items:flex-end;justify-content:center;height:100%;min-width:5px;border-bottom:1px solid var(--line)}.report-chart i{width:min(18px,70%);min-height:3px;border-radius:5px 5px 0 0;background:linear-gradient(#65dfb4,#2da981)}.report-chart b{position:absolute;top:-14px;font-size:8px}.report-chart small{position:absolute;bottom:-18px;color:var(--muted);font-size:7px}.report-trend footer{display:flex;justify-content:space-between;padding:25px 24px 18px;color:var(--muted);font-size:9px}.report-trend footer i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#42d6a4}.report-panel{margin-top:14px;overflow:hidden}.report-panel>header p{margin:0;color:var(--muted);font-size:10px}.report-people{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding:12px}.report-people>article{padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.report-person-head{display:flex;align-items:center;gap:11px}.report-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:900}.report-person-head>div{min-width:0;flex:1}.report-person-head strong,.report-person-head small{display:block}.report-person-head strong{font-size:12px}.report-person-head small{margin-top:3px;color:var(--muted);font-size:9px}.report-person-head>b{font-size:18px;color:#42d6a4}.report-person-head>b.risk{color:#ff6969}.report-person-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.report-person-metrics span{padding-right:8px;border-right:1px solid var(--line)}.report-person-metrics span:last-child{border:0}.report-person-metrics small,.report-person-metrics b{display:block}.report-person-metrics small{color:var(--muted);font-size:8px}.report-person-metrics b{margin-top:5px;font-size:11px}.report-meter{height:4px;margin-top:13px;border-radius:9px;background:var(--surface-3)}.report-meter i{display:block;height:100%;border-radius:inherit;background:#42d6a4}.report-table{overflow:auto}.report-table table{width:100%;border-collapse:collapse}.report-table th,.report-table td{padding:13px 16px;border-bottom:1px solid var(--line);font-size:10px;text-align:left;white-space:nowrap}.report-table th{color:var(--muted);font-size:8px;text-transform:uppercase}.report-table td:first-child{max-width:370px;white-space:normal}.report-table td strong,.report-table td small{display:block}.report-table td small{margin-top:3px;color:var(--muted);font-size:8px}.report-status{padding:5px 7px;border:1px solid var(--line);border-radius:7px;font-size:8px}.negative{color:#ff7979}.positive{color:#42d6a4}.report-projects{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:12px}.report-projects>article{padding:17px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.report-projects>article.risk{border-color:#ff696955}.report-projects article>header{display:flex;justify-content:space-between}.report-projects header small,.report-projects header strong{display:block}.report-projects header small{color:var(--primary);font-size:8px}.report-projects header strong{margin-top:4px;font-size:12px}.report-projects header>span{color:var(--muted);font-size:8px}.report-project-score{display:grid;grid-template-columns:70px 1fr;gap:8px 15px;align-items:center;margin:20px 0}.report-project-score>strong{grid-row:1/3;font-size:25px}.report-project-score span small{display:block;margin-bottom:5px;color:var(--muted);font-size:8px}.report-project-score span i{display:block;height:4px;border-radius:8px;background:var(--surface-3)}.report-project-score span b{display:block;height:100%;border-radius:inherit;background:#42d6a4}.report-projects footer{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.report-risks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px}.report-risks article{padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.report-risks article>span{color:#f2a34f;font-size:8px;font-weight:900;text-transform:uppercase}.report-risks article.critico>span{color:#ff6969}.report-risks article.positivo>span{color:#42d6a4}.report-risks strong{display:block;margin:12px 0 7px;font-size:13px}.report-risks p{min-height:42px;color:var(--muted);font-size:9px;line-height:1.5}.report-risks b{font-size:10px}.report-audit{padding:18px;color:var(--muted);font-size:8px;text-align:center}.report-loading{padding:80px;color:var(--muted);text-align:center}.report-email-layer{position:fixed;z-index:4000;inset:0;display:grid;place-items:center;padding:20px;background:#06080dbb;backdrop-filter:blur(8px)}.report-email{width:min(590px,100%);overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 35px 90px #0008}.report-email>header{display:flex;justify-content:space-between;padding:25px;border-bottom:1px solid var(--line)}.report-email header small{color:var(--primary);font-size:8px;font-weight:900}.report-email h2{margin:5px 0;font-size:19px}.report-email header p{margin:0;color:var(--muted);font-size:10px}.report-email header button{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text)}.report-email>label{display:grid;gap:7px;margin:18px 24px;color:var(--muted);font-size:9px}.report-email input[type=text],.report-email textarea{padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);color:var(--text);font:inherit}.report-format{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0 24px}.report-format label{display:flex;gap:9px;padding:13px;border:1px solid var(--line);border-radius:12px}.report-format b,.report-format small{display:block}.report-format b{font-size:10px}.report-format small{margin-top:3px;color:var(--muted);font-size:8px}.report-email>footer{display:flex;justify-content:flex-end;gap:8px;padding:17px 24px;border-top:1px solid var(--line)}.report-email>footer button{padding:11px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text);font-weight:800}@media(max-width:1100px){.report-kpis{grid-template-columns:repeat(3,1fr)}.report-kpi:nth-child(3){border-right:0}.report-overview{grid-template-columns:1fr}}@media(max-width:760px){.reports-title{align-items:flex-start;flex-direction:column}.report-filter{overflow:auto}.report-filter label{margin-left:0}.report-kpis{grid-template-columns:1fr 1fr}.report-people,.report-projects,.report-risks{grid-template-columns:1fr}.report-person-metrics{grid-template-columns:1fr 1fr}.report-actions{width:100%}.report-actions button{flex:1}}
