*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;display:flex;justify-content:center;align-items:center}body{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(rgba(10,15,20,.75),rgba(10,15,20,.55)),url(https://images.unsplash.com/photo-1568607689150-17e625c1586e?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-attachment:fixed;color:#f7fafc;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;margin:0}.quiz-container{width:100%;max-width:650px;margin:0 auto;padding:20px;display:flex;justify-content:center;align-items:center}.step-card{background-color:#1f2730;border:1px solid #334252;border-radius:12px;padding:40px 30px;box-shadow:0 20px 40px #0009,0 0 25px #48bb781a;text-align:center;transition:all .3s ease;width:100%}h1{font-size:2.2rem;color:#dfb15b;margin-bottom:20px;letter-spacing:1px}h2{font-size:1.5rem;color:#e2e8f0;margin-bottom:30px;line-height:1.4}p{color:#cbd5e0;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.vasen-desc{color:#e2e8f0;font-size:1.15rem;border-left:3px solid #dfb15b;padding-left:15px;text-align:left}.input-container{margin-bottom:40px;text-align:left}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-label{display:flex;align-items:center;gap:15px;background-color:#2a3644;padding:16px 20px;border:1px solid #3d4f63;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .2s,border-color .2s}.radio-label:hover{background-color:#344354;border-color:#dfb15b}.radio-label:has(input:checked){background-color:#1c3228;border-color:#48bb78}.radio-label input[type=radio]{accent-color:#48bb78;width:18px;height:18px}.select-group select{width:100%;padding:16px;background-color:#232d38;color:#e2e8f0;border:1px solid #334252;border-radius:8px;font-size:1rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23dfb15b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.select-group select:focus{outline:none;border-color:#dfb15b}.range-group{display:flex;flex-direction:column;gap:15px}.range-labels{display:flex;justify-content:space-between;color:#718096;font-size:.9rem}.range-group input[type=range]{width:100%;accent-color:#dfb15b;margin:10px 0;cursor:pointer}.range-current-value{text-align:center;font-size:1.1rem;color:#dfb15b}button{width:100%;background-color:#dfb15b;color:#12161a;border:none;padding:16px 32px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .1s}button:hover{background-color:#f2c46d}button:active{transform:scale(.98)}.restart-btn{background-color:transparent;color:#dfb15b;border:2px solid #dfb15b;margin-top:20px}.restart-btn:hover{background-color:#dfb15b1a}.progress-bar-container{width:100%;height:8px;background-color:#232d38;border-radius:4px;margin-bottom:12px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#48bb78;border-radius:4px;transition:width .4s ease-in-out}.progress-text{display:block;font-size:.9rem;color:#718096;margin-bottom:25px}.results-list{background-color:#232d38;border-left:4px solid #dfb15b;padding:20px;border-radius:0 8px 8px 0;text-align:left;margin-bottom:30px}.results-list p{margin-bottom:12px;font-size:1rem;color:#e2e8f0}.results-list p:last-child{margin-bottom:0}.restart-list strong{color:#dfb15b}@media (max-width: 480px){body{padding:10px}.step-card{padding:30px 20px}h1{font-size:1.8rem}h2{font-size:1.3rem}}
