:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{padding:24px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:24px}.brand-icon{width:44px;height:44px;border-radius:10px;background:#6200ea;display:grid;place-items:center;color:#fff}.brand h1{margin:0;font-size:22px}.brand p{margin:0;color:#475569;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.nav-list{display:flex;flex-direction:column;gap:8px}.nav-item{text-decoration:none;color:#334155;border-radius:8px;padding:10px 12px;border:1px solid transparent;font-weight:500}.nav-item.active{background:#ede9fe;border-color:#ddd6fe;color:#6200ea}.sidebar-footer button{width:100%;border:0;background:#15803d;color:#fff;border-radius:8px;padding:12px;font-weight:600}.sidebar-footer span{display:block;margin-top:12px;text-align:center;color:#64748b;font-size:13px}.content{padding:30px;background:#fff}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.page-header h2{margin:0;font-size:36px}.page-header p{margin:6px 0 0;color:#64748b}.card{border:1px solid #e2e8f0;border-radius:8px;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.stat-card{padding:18px}.stat-card span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.stat-card strong{display:block;font-size:42px;margin:8px 0}.stat-card em{color:#15803d;font-style:normal;font-weight:600}.cta-orange{border:0;background:#ea580c;color:#fff;border-radius:8px;padding:10px 16px;font-weight:600}.charts-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.charts-grid .card{padding:18px}.bars-chart{margin-top:16px;height:260px;display:grid;grid-template-columns:repeat(12,1fr);gap:10px;align-items:end}.bar-group{display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.bar{width:14px;border-radius:6px}.bar.bg{background:#fed7aa;margin-top:auto}.bar.fg{background:#6200ea;margin-top:4px}.bar-group label{font-size:11px;color:#94a3b8}.list-stack{display:flex;flex-direction:column;gap:12px;margin-top:12px}.house-row strong{display:block}.house-row span{color:#64748b;font-size:13px}.progress{width:100%;background:#e2e8f0;border-radius:8px;height:8px;margin-top:6px}.progress div{height:100%;border-radius:8px}.toolbar{padding:14px;display:flex;gap:10px;margin-bottom:14px}.toolbar input,.toolbar select{border:1px solid #e2e8f0;border-radius:8px;padding:10px;font:inherit}.toolbar input{flex:1}.table-card{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px 14px;border-bottom:1px solid #f1f5f9}th{color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.houses-cell{display:flex;gap:8px}.score-pill{background:#ecfeff;color:#0f766e;border-radius:999px;padding:2px 8px;font-weight:700}.status{font-weight:600}.status.active{color:#15803d}.status.analyzing,.status.testing{color:#ea580c}.status.dormant{color:#64748b}.resources-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.resource-card{padding:16px}.resource-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.resource-top h3{margin:0;font-size:18px}.resource-top span{background:#f3e8ff;color:#6200ea;border-radius:999px;padding:4px 8px;font-size:12px;white-space:nowrap}.resource-card p{color:#475569;min-height:72px}.open-btn{border:1px solid #fdba74;border-radius:8px;padding:8px 12px;color:#ea580c;background:#fff;font-weight:600}@media (max-width: 1200px){.charts-grid,.resources-grid{grid-template-columns:1fr}.app-shell{grid-template-columns:220px 1fr}}
