.question-step{display:none;background:#fff;padding:25px 20px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid #eee;animation:fadeIn .4s ease}.question-step.active{display:block}.question-title{font-weight:700;font-size:1.2rem;margin-bottom:20px;color:#2c3e50}.options label{display:block;margin-bottom:10px;padding:12px 15px;background:#f8f9fa;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all .2s;position:relative}.options label:hover{background:#e9ecef;border-color:#cbd3da}.options label:has(input:checked){background-color:#e3f2fd;border-color:#2196f3;font-weight:700}.options input[type=radio],.options input[type=checkbox]{margin-right:10px;transform:scale(1.1)}.year-select{width:100%;padding:12px;border-radius:8px;border:1px solid #ccc;font-size:1rem}.helper-text{margin-top:15px;font-size:.9rem;color:#666;line-height:1.5;background-color:#f8f9fa;padding:10px;border-radius:6px}.helper-text a{color:#007bff;text-decoration:underline;font-weight:700}.result-card{background:#fff;padding:15px;margin-bottom:10px;border-radius:10px;border-left:6px solid #2196f3;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px rgba(0,0,0,.05)}.school-name{font-weight:700;font-size:1.05rem}