*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f7fb;color:#172033}.wrap{max-width:1120px;margin:auto;padding:0 20px}.top{background:#101a3a;color:#fff}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:800;color:#fff;text-decoration:none}.links{display:flex;gap:18px;flex-wrap:wrap}.links a{color:#dbeafe;text-decoration:none}.hero{margin:34px 0;padding:38px;border-radius:22px;background:linear-gradient(135deg,#172554,#2563eb);color:white;display:flex;justify-content:space-between;gap:30px;align-items:center}.hero h1,.page-head h1{font-size:clamp(2rem,5vw,3.5rem);margin:8px 0}.hero p{font-size:1.1rem;color:#dbeafe}.hero-card{background:#ffffff1a;padding:22px;border-radius:16px;min-width:190px}.hero-card strong{display:block;margin-top:10px}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.14em;color:#2563eb}.hero .eyebrow{color:#bfdbfe}.btn{border:0;background:#2563eb;color:white;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700;cursor:pointer;display:inline-block}.btn.secondary{background:#475569}.wide{width:100%}.section{margin:35px 0}.section-title{display:flex;justify-content:space-between;align-items:center}.section-title span,.small{color:#64748b;font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.candidate-card,.panel,.empty{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 5px 20px #0f172a0a}.candidate-card{overflow:hidden}.candidate-card img,.photo-placeholder{width:100%;height:240px;object-fit:cover}.photo-placeholder{display:grid;place-items:center;background:#e2e8f0;color:#64748b}.card-body{padding:18px}.card-body h3{margin:0 0 8px}.card-body p{color:#475569;line-height:1.55}.pill{display:inline-block;background:#e0e7ff;color:#3730a3;padding:5px 9px;border-radius:999px;font-size:.8rem;font-weight:700}.text-link{color:#2563eb;text-decoration:none;font-weight:700}.page-head{margin:36px 0}.panel{padding:24px;margin:20px 0}.narrow{max-width:650px;margin:50px auto}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.form-grid label,.panel label{display:flex;flex-direction:column;gap:6px;font-weight:650}.form-grid .full{grid-column:1/-1}input,select,textarea{font:inherit;border:1px solid #cbd5e1;border-radius:9px;padding:11px;background:#fff}textarea{min-height:100px;resize:vertical}.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.choice{border:1px solid #dbe1ea;border-radius:12px;padding:10px;display:flex!important;flex-direction:row!important;align-items:center;gap:12px;cursor:pointer}.choice input{width:auto}.choice img{width:58px;height:58px;object-fit:cover;border-radius:9px}.choice small,.result small{display:block;color:#64748b;margin-top:3px}.flash{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px 15px;border-radius:10px;margin:20px 0}.profile{display:grid;grid-template-columns:minmax(250px,420px) 1fr;gap:45px;margin:50px 0}.profile-img{width:100%;max-height:520px;object-fit:cover;border-radius:20px;background:#e2e8f0}.profile h1{font-size:3rem;margin:10px 0}.actions{display:flex;gap:10px;align-items:center;margin-top:20px}.actions form{margin:0}.success-page{text-align:center;margin:80px auto;max-width:600px}.check{width:80px;height:80px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:40px;margin:auto}.empty{text-align:center;padding:60px 20px;margin:40px 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stats>div{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.stats b{display:block;font-size:2rem}.stats span{color:#64748b}.inline-form{display:flex;gap:10px;align-items:center}.inline-form input{flex:1}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.chips span{background:#eef2ff;padding:8px 10px;border-radius:9px}.mini{padding:2px 7px}.danger{background:#fee2e2;color:#991b1b;border:0;border-radius:7px;padding:7px 10px;cursor:pointer}.result-list{display:grid;gap:10px}.result{display:flex;justify-content:space-between;align-items:center;padding:14px;background:#f8fafc;border-radius:10px}.result strong{font-size:1.3rem}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e5e7eb}footer{margin-top:70px;padding:30px 0;color:#64748b;border-top:1px solid #e5e7eb}@media(max-width:750px){.nav{align-items:flex-start;flex-direction:column;padding-top:18px;padding-bottom:18px}.hero{flex-direction:column}.form-grid,.stats{grid-template-columns:1fr}.profile{grid-template-columns:1fr}.profile h1{font-size:2.3rem}.inline-form{flex-direction:column;align-items:stretch}table{font-size:.9rem}}
