/* SP-EVAL360 Pro - Estilo Interno Adaptativo */ .container { width: 100%; max-width: 100% !important; margin: 0; padding: 0; } .card { background: #ffffff; border-radius: 20px; border: 1px solid rgba(0,0,0,0.1); padding: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .toolbar { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .toolbar h1 { margin: 0; font-size: 1.5rem; color: #001f3f; } .tabs { display: flex; gap: 5px; margin-bottom: 20px; } .tabbtn { padding: 10px 20px; border: none; border-radius: 8px 8px 0 0; cursor: pointer; background: #f1f5f9; font-weight: 600; } .tabbtn.active { background: #00509d; color: #fff; } .frame { width: 100%; border: none; min-height: 600px; }