.pro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.pro-chart,.pro-card{background:linear-gradient(145deg,#171719,#111113);border:1px solid #2b2b30;border-radius:16px;padding:20px}.pro-chart h3,.pro-card h2,.pro-card h3{margin:0 0 6px}.pro-chart p,.pro-card p{color:#9da1ac;margin:0 0 18px}.pro-bars{display:grid;gap:12px}.pro-bar-row{display:grid;grid-template-columns:140px 1fr auto;gap:12px;align-items:center;font-size:13px}.pro-bar-track{height:12px;background:#29292e;border-radius:999px;overflow:hidden}.pro-bar-fill{height:100%;background:linear-gradient(90deg,#ff6a22,#e53d35);border-radius:999px;min-width:3px}.pro-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pro-kpi{padding:16px;border:1px solid #2b2b30;border-radius:14px;background:#121214}.pro-kpi span{display:block;color:#9da1ac;font-size:12px;margin-bottom:8px}.pro-kpi strong{font-size:24px}.pro-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.pro-actions button{min-height:42px}.pro-about{max-width:900px}.pro-about-brand{display:flex;gap:16px;align-items:center;margin-bottom:22px}.pro-about-logo{width:64px;height:64px;border:2px solid #ff6422;border-radius:18px;display:grid;place-items:center;font-weight:900;font-size:22px}.pro-info-list{display:grid;gap:0;border:1px solid #2b2b30;border-radius:14px;overflow:hidden}.pro-info-row{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid #29292e}.pro-info-row:last-child{border-bottom:0}.pro-audit-action{display:inline-flex;padding:5px 9px;border-radius:999px;background:#2a2119;color:#ffc277;font-size:12px;font-weight:700}.pro-muted{color:#9da1ac}.pro-backup-note{padding:14px;border-left:3px solid #ff6422;background:#1c1714;border-radius:8px;margin:16px 0}.pro-divider{height:1px;background:#29292e;margin:10px 12px}@media(max-width:900px){.pro-grid{grid-template-columns:1fr}.pro-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.pro-kpis{grid-template-columns:1fr}.pro-bar-row{grid-template-columns:90px 1fr}.pro-bar-row strong{grid-column:2}.pro-info-row{flex-direction:column;gap:5px}}