@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.dk-stick-container{--primary-color:#214187;--navigation-button-background:#214187;--navigation-button-color:#fff;--navigation-button-disabled-background:#ccc;--radio-before-background:#214187;--radio-after-color:#214187}.dk-stick-container,.dk-stick-container *,.dk-stick-container :after,.dk-stick-container :before{box-sizing:border-box}.dk-stick{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.5}.dk-stick-container{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.dk-stick-progress{margin-bottom:2rem}.dk-stick-progress-bar{height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.dk-stick-progress-fill{height:100%;background:#214187;border-radius:2px;transition:width .3s ease}.dk-stick-progress-text{text-align:center;color:var(--primary-color);font-size:.875rem;margin-top:.5rem}.dk-stick-test-content{position:relative}.dk-stick-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#666;font-style:italic;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);z-index:10}.dk-stick-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #214187;border-radius:50%;animation:spin 1s linear infinite}.dk-stick-question-container{min-height:300px;position:relative}.dk-stick-question-title{font-size:1.45rem;font-weight:600;margin-bottom:1.5rem;color:#214187;line-height:1.4}.dk-stick-question-answers{margin-bottom:1.5rem}.dk-stick-question-answer,.dk-stick-result-content p{margin-bottom:1rem}.dk-stick-question-answer label{position:relative;display:flex;align-items:flex-start;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;background:#fff}.dk-stick-question-answer label:hover{background:#f9f9f9;border-color:#007cba}.dk-stick-question-answer label:focus-within{outline:2px solid #214187;outline-offset:2px}.dk-stick-question-answer input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0}.dk-stick-question-answer input[type=radio]:checked+span{font-weight:500;color:#214187}.dk-stick-question-answer input[type=radio]+span{padding-left:35px;position:relative}.dk-stick-question-answer input[type=radio]+span::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid var(--radio-before-background);border-radius:50%;background:#fff;transition:all .2s ease}.dk-stick-question-answer input[type=radio]+span::after{border-radius:50%;background:var(--radio-after-color);content:"";height:10px;left:5px;position:absolute;top:50%;transform:translateY(-50%) scale(0);transition:all .2s ease;width:10px}.dk-stick-question-answer input[type=radio]:checked+span::after{transform:translateY(-50%) scale(1)}.dk-stick-question-answer span{flex:1;line-height:1.4}.dk-stick-question-hint{background:#f0f8ff;border-left:3px solid #214187;padding:.75rem 1rem;margin-top:1rem;font-size:1rem;color:#555;border-radius:0 4px 4px 0}.dk-stick-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1rem}.dk-stick-navigation-button{border:0;background:0 0;padding:0;margin:0;font-family:inherit;cursor:pointer;padding:.75rem 2rem;border-radius:32px;font-size:1.3rem;font-weight:500;transition:all .2s ease;min-width:120px}.dk-stick-navigation-button--next{background:var(--navigation-button-background)!important;color:var(--navigation-button-color)}.dk-stick-navigation-button--next:hover:not(:disabled){background:#0289b3;transform:translateY(-1px)}.dk-stick-navigation-button--next:active:not(:disabled){transform:translateY(0)}.dk-stick-navigation-button--next:disabled{background:var(--navigation-button-disabled-background)!important;cursor:not-allowed;opacity:.6;transform:none}.dk-stick-navigation-button--prev{background:#fff;color:#214187;border:1px solid #214187}.dk-stick-navigation-button--prev:hover{background:#f0f8ff;transform:translateY(-1px)}.dk-stick-navigation-button--prev:active{transform:translateY(0)}.dk-stick-result-container{animation:fadeIn .5s ease-in-out;background:#fff;border-radius:8px;flex-direction:column}.dk-stick-result-title{font-size:1.5rem;font-weight:600;color:#214187;margin-bottom:1rem}.dk-stick-result-content{line-height:1.6;color:#555;margin-bottom:1.5rem}.dk-stick-result-content p:last-child{margin-bottom:0}.dk-stick-result-recommendation{background:#f9f9f9;border-radius:4px;padding:1rem;margin-top:1.5rem}.dk-stick-result-recommendation h3{font-size:1.25rem;color:#214187;margin-bottom:.5rem;font-weight:600}.dk-stick-result-recommendation p{margin-bottom:0;color:#555;line-height:1.5}.dk-stick-result-error{background:#fef7f7;border:1px solid #d63638;border-radius:4px;padding:1rem;color:#d63638;text-align:center}.dk-stick-error,.dk-stick-validation-error{color:#d63638;font-size:14px;text-align:center}.dk-stick-error{background:#fef7f7;border:1px solid #d63638;border-radius:4px;padding:12px;margin:15px 0}.dk-stick-validation-error{margin-top:10px}.dk-stick-question{animation:slideIn .3s ease-out}@media (max-width:768px){.dk-stick-container{padding:1rem;margin:0 1rem}.dk-stick-question-title{font-size:1.125rem}.dk-stick-question-answer label{padding:.5rem}.dk-stick-question-answer input[type=radio]{margin-right:.5rem}.dk-stick-navigation{flex-direction:column-reverse;gap:.75rem}.dk-stick-navigation-button{width:100%;padding:.75rem 1rem;font-size:1.2rem}.dk-stick-result-container{padding:1.5rem}.dk-stick-result-title{font-size:1.25rem}}@media (max-width:480px){.dk-stick-container{padding:.75rem;margin:0 .5rem}.dk-stick-question-title{font-size:1.2rem;margin-bottom:1rem}.dk-stick-question-answer{margin-bottom:.75rem}.dk-stick-question-answer label{padding:.5rem;font-size:1.1rem}.dk-stick-question-hint{font-size:.8125rem;padding:.5rem .75rem}.dk-stick-progress{margin-bottom:1.5rem}.dk-stick-progress-text{font-size:.8125rem}.dk-stick-result-container{padding:1rem}.dk-stick-result-title{font-size:1.125rem}.dk-stick-result-content,.dk-stick-result-recommendation p{font-size:.875rem}.dk-stick-result-recommendation{padding:.75rem}.dk-stick-result-recommendation h3{font-size:1rem}}@media (prefers-contrast:high){.dk-stick-navigation-button,.dk-stick-question-answer label,.dk-stick-question-answer label:hover{border-width:2px}.dk-stick-result-container{border:2px solid #ddd}}@media (prefers-reduced-motion:reduce){.dk-stick *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.dk-stick-container{box-shadow:none;border:1px solid #ccc}.dk-stick-loading,.dk-stick-navigation,.dk-stick-progress{display:none}}