*{box-sizing:border-box}body{margin:0;background:#f4f7fb;color:#172033;font-family:system-ui,Arial,sans-serif}main{max-width:850px;margin:auto;padding:18px 13px 35px}header{background:#172033;color:#fff;border-radius:18px;padding:22px;margin-bottom:15px}h1{margin:0;font-size:27px}h1 span{color:#66a3ff}header p{margin:5px 0 0;color:#d8e1ed}.card{background:#fff;border:1px solid #e0e6ee;border-radius:17px;padding:19px;margin-top:15px;box-shadow:0 7px 24px #1720330b}label{display:block;font-weight:700;font-size:14px;margin-bottom:6px}input{width:100%;height:47px;border:1px solid #ccd5e1;border-radius:10px;padding:0 12px;font-size:16px;margin-bottom:13px}.years{display:grid;grid-template-columns:1fr 1fr;gap:12px}button{border:0;border-radius:10px;padding:11px 14px;font-weight:800;cursor:pointer}#search{width:100%;background:#2563eb;color:white;font-size:15px;height:47px}.light{background:#edf2f7;color:#26364d}.note,.head p,footer{font-size:12px;color:#667085;line-height:1.5}.head{display:flex;justify-content:space-between;align-items:center;gap:12px}.head h2,.card h2{margin:0}.result{border:1px solid #e0e6ee;border-radius:14px;padding:14px;margin-top:12px}.top{display:flex;justify-content:space-between;gap:10px}.result h3{margin:0 0 5px}.meta{font-size:13px;color:#667085}.score{font-size:18px;font-weight:900;padding:7px 10px;border-radius:20px;background:#eaf7ee;color:#16743b;height:max-content}.possible{background:#fff5d9;color:#8a5a00}.weak{background:#f1f3f5;color:#667085}.why{margin-top:10px;padding:11px;background:#f7f9fc;border-radius:10px;font-size:13px}.bar{height:7px;background:#e6ebf1;border-radius:10px;overflow:hidden;margin:7px 0}.fill{height:100%;background:#2563eb}.actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.actions button{border:1px solid #d9e1ea;background:#fff;font-size:12px}.actions .primary{background:#172033;color:#fff}.saveditem{padding:9px 0;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;gap:10px}.saveditem small{display:block;color:#667085}.modal{position:fixed;inset:0;background:#07101e99;display:grid;place-items:center;padding:14px}.modalbox{background:#fff;width:min(650px,100%);max-height:90vh;overflow:auto;border-radius:18px;padding:19px}.modalbox #close{font-size:21px;width:36px;height:36px;padding:0;background:#edf2f7}.factor{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #edf0f4}.hidden{display:none!important}footer{text-align:center;padding:20px 5px}@media(max-width:600px){.years{grid-template-columns:1fr}h1{font-size:23px}.head{align-items:flex-start}.head button{font-size:11px;padding:9px}}