body,#wpbody-content,.wrap{font-family:"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;font-size:15px;line-height:1.6;color:#222}
.securelywp-dashboard{max-width:1200px;margin:0 auto;padding:20px;color:#222;background:#f8f9fb}
.securelywp-card{background:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #ddd;position:relative;overflow:hidden}
.securelywp-card::after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 50px 50px 0;border-color:transparent transparent transparent transparent}
.status-indicator{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;border:1px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.status-indicator.idle{background:#ffd43b}
.status-indicator.infected{background:#f03e3e}
.status-indicator.enabled{background:#37b24d}
.status-indicator.disabled{background:#228be6}
.securelywp-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:30px}
.feature-card{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #ddd;border-radius:12px;padding:20px;transition:.3s ease}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.feature-card h2{margin-top:0;padding-bottom:12px;border-bottom:1px solid #ddd;color:#222;font-size:20px;font-weight:600}
.feature-card .feature-status{display:flex;align-items:center;margin:12px 0;font-weight:500}
.feature-card ul{flex-grow:1;margin:0 0 15px;padding:0;list-style:none}
.feature-card ul li{margin-bottom:8px;padding-left:18px;position:relative}
.feature-card ul li:before{content:"•";position:absolute;left:0;color:#37b24d;font-size:20px;line-height:1}
.button{display:inline-block;padding:10px 18px;font-size:14px;font-weight:500;border:1px solid #ddd;border-radius:8px;text-decoration:none;cursor:pointer;transition:.2s ease;box-shadow:0 2px 6px rgba(0,0,0,.05);text-align:center;font-family:inherit;background:#37b24d;color:#fff}
.button:hover{transform:translateY(1px);box-shadow:0 1px 4px rgba(0,0,0,.08)}
.button.button-primary{background:#37b24d;color:#fff}
.button.button-primary:hover{background:#2f9e44}
.button.button-secondary{background:#37b24d;color:#fff}
.button.button-secondary:hover{background:#2f9e44}
form p{margin-bottom:18px;padding-bottom:18px;border-bottom:1px dashed #ddd;font-size:15px;color:#444;font-weight:400}
form p:last-of-type{border-bottom:none}
label{display:block;margin-bottom:6px;font-weight:500;font-size:13px;color:#333}
input[type=text],input[type=email],input[type=password],input[type=number],select{width:100%;max-width:400px;padding:10px;border:1px solid #ccc;border-radius:6px;margin-bottom:12px;font-family:inherit;background:#fff}
.securelywp-toggle{display:flex;align-items:center;cursor:pointer;font-weight:500;margin-bottom:8px;font-size:14px}
.securelywp-toggle input{opacity:0;width:0;height:0}
.securelywp-toggle .slider{position:relative;display:inline-block;width:50px;height:26px;background:#dee2e6;border-radius:13px;transition:.3s ease;margin-right:12px;flex-shrink:0;border:1px solid #ccc}
.securelywp-toggle .slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.securelywp-toggle input:checked+.slider{background:#37b24d}
.securelywp-toggle input:checked+.slider:before{transform:translateX(24px)}
.securelywp-toggle small{display:block;margin-top:6px;margin-left:65px;color:#555;font-size:13px;font-weight:400}
.wp-list-table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:25px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:transparent}
.wp-list-table th,.wp-list-table td{padding:12px;border:1px solid #ddd;text-align:left;font-size:13px;color:#333;background:transparent}
.wp-list-table th{background:transparent;color:#333;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.wp-list-table tr:nth-child(even),.wp-list-table.striped tbody tr:nth-child(odd){background:transparent}
.wp-list-table.fixed{table-layout:fixed}
.securelywp-progress-bar{background:#f1f3f5;height:20px;border-radius:8px;overflow:hidden;margin:12px 0;border:1px solid #ddd}
#securelywp-progress-bar-fill{background:linear-gradient(90deg,#37b24d,#228be6);height:100%;transition:width .3s ease-in-out}
.notice{padding:12px;margin:0 0 20px;border-left:4px solid;border-radius:6px;border:1px solid #ddd;position:relative;color:#333}
.notice:before{content:"!";position:absolute;top:-12px;left:-12px;width:26px;height:26px;background:#fff;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}
.notice-success{background:#ebfbee;border-left-color:#37b24d}
.notice-error{background:#fff5f5;border-left-color:#f03e3e}
.notice-info{background:#e7f5ff;border-left-color:#228be6}
.notice-warning{background:#fff9db;border-left-color:#ffd43b}
@media(max-width:782px){
.securelywp-dashboard-grid{grid-template-columns:1fr}
.wp-list-table th,.wp-list-table td{padding:8px;font-size:14px}
.button{padding:8px 14px;font-size:14px}
}