.login-container{height:100vh;background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;align-items:center;justify-content:center}.login-box{background:#fff;padding:40px;border-radius:12px;width:100%;max-width:380px;box-shadow:0 10px 25px #00000026;text-align:center}.login-box h1{margin-bottom:5px;color:#1e3a8a}.login-box p{margin-bottom:20px;color:#666}.login-box input{width:100%;padding:12px;margin-bottom:12px;border-radius:6px;border:1px solid #ddd;outline:none}.login-box input:focus{border-color:#2563eb}.login-box button{width:100%;padding:12px;background:#2563eb;border:none;color:#fff;border-radius:6px;font-weight:700;cursor:pointer;transition:.2s}.login-box button:hover{background:#1d4ed8}.error{color:#dc2626;font-size:14px;margin-bottom:10px;display:block}.sidebar{width:240px;background:linear-gradient(180deg,#0f172a,#020617);color:#fff;min-height:100vh;padding:20px;display:flex;flex-direction:column}.logo{font-size:22px;font-weight:700;margin-bottom:40px;text-align:center}.menu{display:flex;flex-direction:column;gap:10px}.menu-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;text-decoration:none;color:#cbd5f5;transition:.2s}.menu-item:hover{background-color:#1e293b;color:#fff}.menu-item svg{font-size:18px}.menu-item.active{background-color:#2563eb;color:#fff}.dashboard{padding:24px;background:#f5f7fb;min-height:100vh}.dashboard-header h1{margin:0;font-size:26px}.dashboard-header p{color:#64748b;margin-bottom:20px}.dashboard-cards{display:flex;gap:16px;margin-bottom:24px}.card{background:#fff;padding:20px;border-radius:10px;min-width:220px;box-shadow:0 4px 10px #0000000d}.card span{color:#64748b;font-size:14px}.card strong{font-size:28px;color:#1e40af;padding:6px}.card.highlight{border-left:5px solid #2563eb}.chart-box{background:#fff;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 4px 10px #0000000d}.chart-box h3{margin-bottom:12px}.chart-list{list-style:none;padding:0}.chart-list li{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.bar{display:flex;align-items:center;gap:10px}.fill{height:10px;background:#2563eb;border-radius:4px}.muted{color:#64748b}.email-form{background:#fff;padding:24px;border-radius:12px;box-shadow:0 6px 16px #0000000d;max-width:600px;margin-top:30px}.email-form h2{margin-bottom:20px;color:#0f172a}.form-group{display:flex;flex-direction:column;margin-bottom:16px}.form-group input,.form-group textarea{padding:12px 14px;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}textarea{min-height:120px;resize:vertical}.error{color:#dc2626;font-size:13px;margin-top:4px}.success{background:#ecfdf5;color:#065f46;padding:10px;border-radius:6px;margin-bottom:16px;font-size:14px}button{margin-top:10px}.historico{display:flex;flex-direction:column;gap:20px}.historico h1{font-size:26px}.search{max-width:300px;padding:10px;border-radius:6px;border:1px solid #cbd5f5}.table-container{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb}table{width:100%;border-collapse:collapse}th,td{padding:12px;text-align:left}th{background:#f8fafc}tr:not(:last-child) td{border-bottom:1px solid #e5e7eb}.status{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700}.status.success{background:#dcfce7;color:#166534}.status.pending{background:#fef9c3;color:#854d0e}.view-btn{padding:6px 10px;border-radius:6px;border:none;background:#2563eb;color:#fff;cursor:pointer}.view-btn:hover{background:#1e40af}
