:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;animation:fadeIn .6s ease-out}h2{animation:fadeIn .4s ease-out}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}button:hover{border-color:#646cff;transform:translateY(-2px);box-shadow:0 4px 12px #646cff4d}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button:disabled:hover{transform:none;box-shadow:none}button.loading{background:linear-gradient(90deg,#1a1a1a 25%,#333,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}.container{max-width:800px;margin:0 auto;padding:2rem;text-align:center;animation:fadeIn .5s ease-out}.card{padding:2em;border:1px solid #ccc;border-radius:12px;margin-top:1em;background-color:#ffffff0d;animation:fadeIn .5s ease-out;transition:all .3s ease}.card:hover{border-color:#646cff;box-shadow:0 8px 24px #0003}.input-group{margin-bottom:1em;text-align:left;animation:slideIn .4s ease-out}label{display:block;margin-bottom:.5em;font-weight:700;transition:color .2s}input,select{width:100%;padding:.5em;font-size:1em;box-sizing:border-box;transition:all .3s ease;border:1px solid #555;border-radius:4px;background-color:#2a2a2a;color:#fff}input:focus,select:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff33;outline:none}.error{color:#ff4d4f;margin-top:1em;animation:fadeIn .3s ease-out;padding:.8em;background-color:#ff4d4f1a;border-radius:6px;border:1px solid rgba(255,77,79,.3)}.success{color:#52c41a;margin-top:1em;animation:fadeIn .3s ease-out;padding:.8em;background-color:#52c41a1a;border-radius:6px;border:1px solid rgba(82,196,26,.3)}pre{text-align:left;background:#333;color:#eee;padding:1em;border-radius:4px;overflow-x:auto}.debug-info{margin-top:2rem;font-size:.8em;opacity:.7;text-align:left;border-top:1px solid #555;padding-top:1rem;animation:fadeIn .6s ease-out .3s both}.question-card{animation:fadeIn .4s ease-out}.option-item{transition:all .2s ease}.option-item:hover{transform:translate(5px);background-color:#646cff1a}.progress-bar{transition:width .5s ease-out}.result-item{animation:slideIn .4s ease-out;animation-fill-mode:both}.result-item:nth-child(1){animation-delay:.1s}.result-item:nth-child(2){animation-delay:.2s}.result-item:nth-child(3){animation-delay:.3s}.result-item:nth-child(4){animation-delay:.4s}.result-item:nth-child(5){animation-delay:.5s}.form-field{animation:slideIn .4s ease-out;animation-fill-mode:both}.form-field:nth-child(1){animation-delay:.05s}.form-field:nth-child(2){animation-delay:.1s}.form-field:nth-child(3){animation-delay:.15s}.form-field:nth-child(4){animation-delay:.2s}.form-field:nth-child(5){animation-delay:.25s}.loading-skeleton{animation:fadeIn .3s ease-out}.skeleton-header{height:24px;width:60%;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:20px}.skeleton-text{height:16px;width:100%;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:12px}.skeleton-text.short{width:70%}.skeleton-options{display:flex;flex-direction:column;gap:10px;margin-top:20px}.skeleton-option{height:48px;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-option:nth-child(1){animation-delay:0s}.skeleton-option:nth-child(2){animation-delay:.1s}.skeleton-option:nth-child(3){animation-delay:.2s}.skeleton-option:nth-child(4){animation-delay:.3s}.loading-spinner{display:inline-flex;align-items:center;gap:8px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
