*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#ededed;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem}nav{display:flex;gap:2rem;padding:1rem 2rem;background:#111;border-bottom:1px solid #333}nav a{color:#888;text-decoration:none;font-weight:500;transition:color .2s}nav a.active,nav a:hover{color:#fff}h1{font-size:2rem;margin-bottom:1.5rem}h2{font-size:1.5rem}.card,h2{margin-bottom:1rem}.card{background:#111;border:1px solid #333;border-radius:8px;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.stat-card{background:#111;border:1px solid #333;border-radius:8px;padding:1.5rem;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#10b981}.stat-label{color:#888;margin-top:.5rem}table{width:100%;border-collapse:collapse}td,th{padding:.75rem;text-align:left;border-bottom:1px solid #333}th{color:#888;font-weight:500}button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s}.btn-primary{background:#10b981;color:white}.btn-primary:hover{background:#059669}.btn-danger{background:#ef4444;color:white}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#333;color:#fff}.btn-secondary:hover{background:#444}input,select{padding:.5rem;border:1px solid #333;border-radius:4px;background:#1a1a1a;color:#fff;font-size:1rem;width:100%}input:focus,select:focus{outline:none;border-color:#10b981}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;color:#888}.badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-success{background:#10b98120;color:#10b981}.badge-warning{background:#f59e0b20;color:#f59e0b}.badge-error{background:#ef444420;color:#ef4444}.badge-info{background:#3b82f620;color:#3b82f6}.toggle{position:relative;width:50px;height:26px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#333;border-radius:26px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:white;border-radius:50%;transition:.3s}.toggle input:checked+.toggle-slider{background:#10b981}.toggle input:checked+.toggle-slider:before{transform:translateX(24px)}.score{font-weight:700}.score-high{color:#10b981}.score-medium{color:#f59e0b}.score-low{color:#ef4444}.empty-state{text-align:center;padding:3rem;color:#666}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}