:root{--oqg-primary-color:#0073aa;--oqg-secondary-color:#005177;--oqg-success-color:#46b450;--oqg-error-color:#dc3232;--oqg-warning-color:#ffb900;--oqg-border-radius:8px;--oqg-box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);--oqg-transition:all 0.3s ease}.oqg-quiz-container{max-width:800px;margin:2rem auto;background:#fff;border-radius:15px;box-shadow:0 4px 20px rgb(0 0 0 / .1);overflow:visible;position:relative;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#0f172a}.oqg-quiz-header{background:linear-gradient(135deg,var(--oqg-primary-color),var(--oqg-secondary-color));color:#fff;padding:2rem;text-align:center}.oqg-quiz-title{margin:0 0 1rem 0;font-size:1.8rem;font-weight:600}.oqg-quiz-description{margin:0 0 1.5rem 0;font-size:1.1rem;opacity:.9;line-height:1.5}.oqg-quiz-info{display:flex;justify-content:center;gap:2rem;font-size:.9rem}.oqg-question-count,.oqg-difficulty{background:rgb(255 255 255 / .2);padding:.5rem 1rem;border-radius:20px;backdrop-filter:blur(10px)}.oqg-difficulty-easy{background-color:var(--oqg-success-color)}.oqg-difficulty-medium{background-color:var(--oqg-warning-color)}.oqg-difficulty-hard{background-color:var(--oqg-error-color)}.oqg-quiz-form{padding:2rem}.oqg-user-info{background:#f8f9fa;padding:1.5rem;border-radius:var(--oqg-border-radius);margin-bottom:2rem}.oqg-user-info h4{margin:0 0 1rem 0;color:var(--oqg-secondary-color)}.oqg-field{margin-bottom:1rem}.oqg-field label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.oqg-field input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:var(--oqg-border-radius);font-size:1rem;transition:var(--oqg-transition)}.oqg-field input:focus{outline:none;border-color:var(--oqg-primary-color);box-shadow:0 0 0 3px rgb(0 115 170 / .1)}.oqg-questions{margin-bottom:2rem}.oqg-question{background:#fff;border:2px solid #f0f0f0;border-radius:var(--oqg-border-radius);margin-bottom:1.5rem;padding:1.5rem;transition:var(--oqg-transition)}.oqg-question:hover{border-color:#ddd;box-shadow:0 4px 12px rgb(0 0 0 / .08)}.oqg-question-header{display:flex;align-items:flex-start;margin-bottom:1rem}.oqg-question-number{background:var(--oqg-primary-color);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:1rem;flex-shrink:0}.oqg-question-text{margin:0;font-size:1.15rem;font-weight:600;color:#0f172a!important;line-height:1.4}.oqg-options{display:grid;gap:.75rem}.oqg-option{display:flex;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all 0.25s ease;position:relative;min-height:60px;color:#0f172a!important}.oqg-option:hover{background:#f1f5f9;border-color:var(--oqg-primary-color)}.oqg-option input[type="radio"]{margin-right:.85rem;transform:scale(1.15);accent-color:var(--oqg-primary-color);cursor:pointer;flex-shrink:0}.oqg-option-text{flex:1;font-size:1.05rem!important;font-weight:500!important;line-height:1.45!important;color:#0f172a!important;opacity:1!important}.oqg-option:hover .oqg-option-text{color:#0f172a!important}.oqg-option input[type="radio"]:checked~.oqg-option-text,.oqg-option.oqg-selected .oqg-option-text,.oqg-option:has(input[type="radio"]:checked) .oqg-option-text{font-weight:600!important;color:#0f172a!important}.oqg-option.oqg-selected,.oqg-option:has(input[type="radio"]:checked){background:#eff6ff!important;border-color:var(--oqg-primary-color)!important;box-shadow:0 0 0 1px var(--oqg-primary-color)!important}.oqg-submit-section{text-align:center;padding-top:1rem;border-top:2px solid #f0f0f0}.oqg-submit-btn{background:linear-gradient(135deg,var(--oqg-primary-color),var(--oqg-secondary-color));color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:var(--oqg-border-radius);cursor:pointer;transition:var(--oqg-transition);min-width:200px;position:relative}.oqg-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 115 170 / .3)}.oqg-submit-btn:disabled{opacity:.7;cursor:not-allowed}.oqg-loading{display:inline-block;animation:oqg-spin 1s linear infinite}@keyframes oqg-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.oqg-results{background:#f8f9fa;border-top:3px solid var(--oqg-primary-color)}.oqg-results-container{padding:2rem}.oqg-results-header{text-align:center;margin-bottom:2rem}.oqg-results-header h3{margin:0 0 1.5rem 0;color:var(--oqg-secondary-color);font-size:1.5rem}.oqg-score-summary{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem}.oqg-score-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--oqg-success-color),#2e7d32);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;position:relative}.oqg-score-details{text-align:left;color:#0f172a!important}.oqg-score-details p{margin:.5rem 0;font-size:1.1rem;color:#0f172a!important;font-weight:500}.oqg-performance{font-size:1.2rem!important;font-weight:600;color:var(--oqg-success-color)}.oqg-results-mode-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:#e9ecef;border-radius:var(--oqg-border-radius)}.oqg-results-mode-selector span{font-weight:600;color:#333}.oqg-mode-btn{background:#fff;border:2px solid #ddd;padding:.5rem 1rem;border-radius:var(--oqg-border-radius);cursor:pointer;transition:var(--oqg-transition);font-weight:500}.oqg-mode-btn:hover{background:#f8f9fa;border-color:var(--oqg-primary-color)}.oqg-mode-btn.active{background:var(--oqg-primary-color);color:#fff;border-color:var(--oqg-primary-color)}.oqg-results-content{margin-bottom:2rem}.oqg-results-mode{display:none}.oqg-results-mode.active{display:block;animation:fadeIn 0.5s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.oqg-mode-detailed h4{margin:0 0 1.5rem 0;color:var(--oqg-secondary-color);font-size:1.3rem}.oqg-result-item{background:#ffffff!important;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem 1.5rem;border-left:5px solid #cbd5e1;box-shadow:0 2px 6px rgb(0 0 0 / .04);color:#0f172a!important}.oqg-result-item.correct{border-left-color:var(--oqg-success-color)!important;background:#f0fdf4!important}.oqg-result-item.incorrect{border-left-color:var(--oqg-error-color)!important;background:#fef2f2!important}.oqg-result-question{display:flex;align-items:center;margin-bottom:1rem}.oqg-result-number{background:var(--oqg-primary-color);color:#ffffff!important;width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;margin-right:.85rem;flex-shrink:0}.oqg-result-text{flex:1;font-size:1.05rem!important;font-weight:600!important;color:#0f172a!important;line-height:1.45}.oqg-result-status{margin-left:1rem}.oqg-correct-icon{color:var(--oqg-success-color);font-size:1.3rem;font-weight:700}.oqg-incorrect-icon{color:var(--oqg-error-color);font-size:1.3rem;font-weight:700}.oqg-result-answers p{margin:.6rem 0;font-size:1rem;line-height:1.45;color:#0f172a}.oqg-user-answer{color:#dc2626!important;font-weight:500}.oqg-user-answer strong{color:#991b1b!important;font-weight:700}.oqg-correct-answer{color:#16a34a!important;font-weight:500}.oqg-correct-answer strong{color:#15803d!important;font-weight:700}.oqg-explanation{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-left:4px solid var(--oqg-primary-color)!important;padding:.85rem 1.15rem!important;border-radius:8px!important;margin-top:0.75rem!important;font-style:normal!important;color:#1e293b!important;font-size:0.95rem!important;line-height:1.55!important}.oqg-explanation strong{color:#0f172a!important;font-weight:700!important}.oqg-mode-compact h4,.oqg-mode-compact h5{color:var(--oqg-secondary-color);margin:0 0 1rem 0}.oqg-compact-results{margin-bottom:2rem}.oqg-compact-item{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #eee;color:#0f172a!important}.oqg-compact-item.correct{background:rgb(70 180 80 / .05)}.oqg-compact-item.incorrect{background:rgb(220 50 50 / .05)}.oqg-compact-number{width:2rem;height:2rem;border-radius:50%;background:var(--oqg-primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:1rem}.oqg-compact-status{margin-right:1rem;font-size:1.2rem;font-weight:700}.oqg-compact-question{flex:1;font-size:.98rem;font-weight:500;color:#0f172a!important}.oqg-compact-details{background:#fff;border-radius:var(--oqg-border-radius);padding:1.5rem;border:2px solid #f0f0f0}.oqg-compact-detail{margin-bottom:1.5rem}.oqg-compact-detail:last-child{margin-bottom:0}.oqg-mode-summary h4,.oqg-mode-summary h5{color:var(--oqg-secondary-color);margin:0 0 1rem 0}.oqg-summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0;position:relative}.oqg-summary-item{background:#fff;border:2px solid #f0f0f0;border-radius:var(--oqg-border-radius);padding:1.5rem;text-align:center;transition:var(--oqg-transition)}.oqg-summary-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.oqg-summary-label{display:block;font-size:.9rem;color:#475569!important;font-weight:600;margin-bottom:.5rem}.oqg-summary-value{display:block;font-size:1.5rem;font-weight:700;color:var(--oqg-primary-color)}.oqg-summary-breakdown{background:#fff;border-radius:var(--oqg-border-radius);padding:1.5rem;border:2px solid #f0f0f0;margin-bottom:2rem}.oqg-breakdown-chart{margin-top:1rem}.oqg-breakdown-bar{display:flex;height:30px;border-radius:15px;overflow:hidden;margin-bottom:1rem;background:#e9ecef}.oqg-bar-correct{background:var(--oqg-success-color);height:100%}.oqg-bar-incorrect{background:var(--oqg-error-color);height:100%}.oqg-breakdown-legend{display:flex;justify-content:center;gap:2rem}.oqg-legend-correct,.oqg-legend-incorrect{display:flex;align-items:center;gap:.5rem}.oqg-legend-correct::before,.oqg-legend-incorrect::before{content:'';display:block;width:15px;height:15px;border-radius:50%}.oqg-legend-correct::before{background:var(--oqg-success-color)}.oqg-legend-incorrect::before{background:var(--oqg-error-color)}.oqg-summary-tips{background:#fff;border-radius:var(--oqg-border-radius);padding:1.5rem;border:2px solid #f0f0f0}.oqg-summary-tips p{margin:0;font-size:1.1rem;line-height:1.5}.oqg-real-time-feedback{margin-top:1rem;padding:.75rem 1rem;border-radius:var(--oqg-border-radius);font-weight:600;font-size:1.1rem;text-align:center;display:block!important;visibility:visible!important;opacity:1!important;animation:fadeInUp 0.3s ease-out;clear:both}.oqg-feedback-correct{background:rgb(70 180 80 / .15);color:var(--oqg-success-color);border:2px solid var(--oqg-success-color)}.oqg-feedback-incorrect{background:rgb(220 50 50 / .15);color:var(--oqg-error-color);border:2px solid var(--oqg-error-color)}.oqg-option.oqg-correct-answer{background:rgb(70 180 80 / .15)!important;border-color:var(--oqg-success-color)!important;border-width:2px!important;box-shadow:0 0 0 2px var(--oqg-success-color)!important;color:#14532d!important}.oqg-option.oqg-correct-answer .oqg-option-text{color:#14532d!important;font-weight:600!important}.oqg-option.oqg-correct-answer .oqg-option-key{background:var(--oqg-success-color)!important;color:#ffffff!important}.oqg-option.oqg-incorrect-answer{background:rgb(220 50 50 / .15)!important;border-color:var(--oqg-error-color)!important;border-width:2px!important;box-shadow:0 0 0 2px var(--oqg-error-color)!important;color:#7f1d1d!important}.oqg-option.oqg-incorrect-answer .oqg-option-text{color:#7f1d1d!important;font-weight:600!important}.oqg-option.oqg-incorrect-answer .oqg-option-key{background:var(--oqg-error-color)!important;color:#ffffff!important}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.oqg-results-actions{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e9ecef;display:flex;justify-content:center;gap:1rem}.oqg-restart-quiz,.oqg-share-results{background:linear-gradient(135deg,var(--oqg-primary-color),var(--oqg-secondary-color));color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:var(--oqg-border-radius);cursor:pointer;transition:var(--oqg-transition)}.oqg-share-results{background:linear-gradient(135deg,#6c757d,#495057)}.oqg-restart-quiz:hover,.oqg-share-results:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 115 170 / .3)}.oqg-share-results:hover{box-shadow:0 4px 15px rgb(108 117 125 / .3)}.oqg-restart-quiz{background:var(--oqg-primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--oqg-border-radius);cursor:pointer;font-size:1rem;transition:var(--oqg-transition)}.oqg-restart-quiz:hover{background:var(--oqg-secondary-color);transform:translateY(-1px)}.oqg-error{background:rgb(220 50 50 / .1);color:var(--oqg-error-color);padding:1rem;border-radius:var(--oqg-border-radius);border:2px solid rgb(220 50 50 / .2);margin:1rem 0;text-align:center}@media (max-width:768px){.oqg-quiz-container{margin:10px;padding:15px;border-radius:10px}.oqg-quiz-title{font-size:1.5rem;margin-bottom:15px}.oqg-question{padding:15px;margin-bottom:15px}.oqg-question-title{font-size:1.1rem;margin-bottom:15px;align-items:flex-start}.oqg-question-number{margin-bottom:.5rem;margin-right:0}.oqg-score-summary{flex-direction:column;gap:1rem}.oqg-score-circle{width:100px;height:100px;font-size:1.3rem}}.oqg-quiz-container{animation:oqg-fadeIn 0.5s ease-out}@keyframes oqg-fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.oqg-question{animation:oqg-slideIn 0.3s ease-out forwards;opacity:0;transform:translateX(-20px)}.oqg-question:nth-child(1){animation-delay:0.1s}.oqg-question:nth-child(2){animation-delay:0.2s}.oqg-question:nth-child(3){animation-delay:0.3s}.oqg-question:nth-child(4){animation-delay:0.4s}.oqg-question:nth-child(5){animation-delay:0.5s}@keyframes oqg-slideIn{to{opacity:1;transform:translateX(0)}}.oqg-quiz-container .oqg-question{opacity:1;animation:none;min-width:0}.oqg-quiz-container *,.oqg-quiz-container *::before,.oqg-quiz-container *::after{box-sizing:border-box}.oqg-quiz-container .oqg-question-text{max-width:100%;padding:0 .35rem}.oqg-quiz-container .oqg-quiz-title{color:inherit}.oqg-quiz-container .oqg-option{min-height:48px;overflow-wrap:anywhere;color:#0f172a!important}.oqg-quiz-container .oqg-option-text{color:#0f172a!important}.oqg-quiz-container .oqg-result-text{color:#0f172a!important;font-weight:600!important}.oqg-quiz-container .oqg-explanation{color:#1e293b!important}.oqg-quiz-container .oqg-explanation strong{color:#0f172a!important}.oqg-quiz-container .oqg-compact-question{color:#0f172a!important}.oqg-quiz-container .screen-reader-text,.oqg-sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;word-wrap:normal!important}.oqg-quiz-container :is(button,input,summary,a):focus-visible{outline:3px solid #0284c7!important;outline-offset:3px!important;box-shadow:0 0 0 1px #ffffff!important}.oqg-quiz-container .oqg-option:focus-within{outline:3px solid #0284c7!important;outline-offset:2px!important;border-color:#0284c7!important}.oqg-quiz-container button,.oqg-quiz-container .oqg-option,.oqg-quiz-container .oqg-share-link{min-height:44px}.oqg-quiz-container .oqg-progress{font-weight:600;color:#39434d}.oqg-quiz-container .oqg-status:not(:empty){padding:1rem 2rem;color:#333}.oqg-quiz-container .oqg-corrections{margin:0;padding:1.5rem 2rem;border-top:1px solid #d8dee4}.oqg-quiz-container .oqg-corrections summary{cursor:pointer;font-weight:600;min-height:44px}.oqg-quiz-container .oqg-corrections li{margin-block:1rem}.oqg-quiz-container[data-style="compact"] .oqg-quiz-header,.oqg-quiz-container[data-style="compact"] .oqg-quiz-form{padding:1rem}.oqg-quiz-container[data-style="modern"]{border:1px solid #d8dee4;border-radius:20px}@media (max-width:480px){.oqg-quiz-container .oqg-quiz-info{flex-wrap:wrap;gap:.5rem}.oqg-quiz-container .oqg-quiz-form,.oqg-quiz-container .oqg-corrections{padding:1rem}}@media (prefers-reduced-motion:reduce){.oqg-quiz-container *,.oqg-quiz-container *::before,.oqg-quiz-container *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media (forced-colors:active){.oqg-option,.oqg-btn-prev,.oqg-btn-next,.oqg-btn-to-gate,.oqg-submit-btn,.oqg-option-key{border:2px solid ButtonText!important}.oqg-option.oqg-selected,.oqg-option:has(input[type="radio"]:checked){border:3px solid Highlight!important}.oqg-progress-bar{background:Highlight!important}}@media (prefers-contrast:more){.oqg-option{border-width:3px!important}.oqg-option-text,.oqg-question-text,.oqg-result-text{font-weight:700!important}}.oqg-progress-container{padding:1.2rem 2rem .5rem 2rem;background:#fff}.oqg-progress-track{width:100%;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.oqg-progress-bar{height:100%;background:linear-gradient(90deg,var(--oqg-primary-color),#00a0d2);border-radius:999px;transition:width 0.4s cubic-bezier(.4,0,.2,1)}.oqg-progress-label{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.85rem;color:#64748b;font-weight:500}.oqg-progress-percent{font-weight:700;color:var(--oqg-primary-color)}.oqg-stepper-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #f1f5f9}.oqg-btn-prev{background:#f8fafc;color:#475569;border:1px solid #cbd5e1;padding:.65rem 1.25rem;border-radius:var(--oqg-border-radius);font-weight:600;cursor:pointer;transition:var(--oqg-transition)}.oqg-btn-prev:hover{background:#e2e8f0;color:#1e293b}.oqg-btn-next,.oqg-btn-to-gate{background:linear-gradient(135deg,var(--oqg-primary-color),var(--oqg-secondary-color));color:#fff;border:none;padding:.65rem 1.4rem;border-radius:var(--oqg-border-radius);font-weight:600;cursor:pointer;margin-left:auto;transition:var(--oqg-transition)}.oqg-btn-next:hover,.oqg-btn-to-gate:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 115 170 / .25)}.oqg-option-key{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#e2e8f0;color:#0f172a!important;font-weight:700;font-size:.95rem;margin-right:.85rem;flex-shrink:0;transition:var(--oqg-transition)}.oqg-option.oqg-selected .oqg-option-key,.oqg-option:has(input[type="radio"]:checked) .oqg-option-key,.oqg-option input[type="radio"]:checked~.oqg-option-key,.oqg-option:hover .oqg-option-key{background:var(--oqg-primary-color)!important;color:#ffffff!important}@keyframes oqg-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-8px)}40%,80%{transform:translateX(8px)}}.oqg-shake{animation:oqg-shake 0.5s ease-in-out}.oqg-lead-gate-step{padding:1rem 0}.oqg-lead-gate-card{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 25px -5px rgb(0 0 0 / .05)}.oqg-lead-gate-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgb(0 115 170 / .1);color:var(--oqg-primary-color);border-radius:50%;margin-bottom:1.25rem}.oqg-lead-gate-title{font-size:1.6rem;font-weight:700;color:#0f172a;margin:0 0 .75rem 0}.oqg-lead-gate-desc{font-size:1.05rem;color:#64748b;max-width:520px;margin:0 auto 2rem auto;line-height:1.6}.oqg-lead-gate-fields{max-width:440px;margin:0 auto 1.5rem auto;text-align:left}.oqg-lead-gate-actions{max-width:440px;margin:0 auto}.oqg-gate-submit-btn{width:100%;padding:1rem;font-size:1.15rem;margin-bottom:.75rem}.oqg-gate-skip-btn{background:none;border:none;color:#64748b;font-size:.95rem;text-decoration:underline;cursor:pointer;padding:.5rem;transition:color 0.2s}.oqg-gate-skip-btn:hover{color:#0f172a}.oqg-privacy-notice{font-size:.8rem;color:#94a3b8;margin-top:1.5rem;margin-bottom:0}.oqg-score-gauge{position:relative;width:120px;height:120px;flex-shrink:0}.oqg-gauge-svg{width:120px;height:120px;transform:rotate(-90deg)}.oqg-gauge-bg{fill:none;stroke:#e2e8f0;stroke-width:10}.oqg-gauge-fill{fill:none;stroke:var(--oqg-primary-color);stroke-width:10;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1)}.oqg-gauge-text{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.oqg-gauge-text .oqg-score-percentage{font-size:1.6rem;font-weight:800;color:#0f172a}.oqg-perf-high{color:var(--oqg-success-color)}.oqg-perf-med{color:var(--oqg-primary-color)}.oqg-perf-low{color:var(--oqg-warning-color)}.oqg-perf-bad{color:var(--oqg-error-color)}.oqg-badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-weight:700;font-size:.85rem}.oqg-badge-success{background:#dcfce7;color:#166534}.oqg-badge-warning{background:#fef3c7;color:#92400e}.oqg-results-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f1f5f9}.oqg-share-group{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.oqg-share-btn,.oqg-share-link{display:inline-flex;align-items:center;gap:6px;padding:.65rem 1.1rem;border-radius:var(--oqg-border-radius);font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--oqg-transition)}.oqg-share-copy{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.oqg-share-copy:hover{background:#e2e8f0}.oqg-share-wa{background:#25D366;color:#fff;border:none}.oqg-share-wa:hover{background:#20bd5a;color:#fff}.oqg-share-x{background:#0f1419;color:#fff;border:none}.oqg-share-x:hover{background:#272c30;color:#fff}.oqg-quiz-container.oqg-theme-dark,.oqg-quiz-container[data-theme="dark"],body.dark-mode .oqg-quiz-container:not(.oqg-theme-light),body.dark-theme .oqg-quiz-container:not(.oqg-theme-light),body.dark .oqg-quiz-container:not(.oqg-theme-light),html.dark .oqg-quiz-container:not(.oqg-theme-light),html[data-theme="dark"] .oqg-quiz-container:not(.oqg-theme-light),body[data-theme="dark"] .oqg-quiz-container:not(.oqg-theme-light),.wp-dark-mode-active .oqg-quiz-container:not(.oqg-theme-light){background:#0f172a!important;color:#f8fafc!important;border:1px solid #1e293b!important;box-shadow:0 10px 30px rgb(0 0 0 / .45)!important}.oqg-quiz-container.oqg-theme-dark .oqg-quiz-header,.oqg-quiz-container[data-theme="dark"] .oqg-quiz-header{background:linear-gradient(135deg,#0369a1,#0c4a6e)!important}.oqg-quiz-container.oqg-theme-dark .oqg-progress-container,.oqg-quiz-container[data-theme="dark"] .oqg-progress-container{background:#0f172a!important;border-bottom:1px solid #1e293b}.oqg-quiz-container.oqg-theme-dark .oqg-progress-track,.oqg-quiz-container[data-theme="dark"] .oqg-progress-track{background:#1e293b!important}.oqg-quiz-container.oqg-theme-dark .oqg-progress-label,.oqg-quiz-container[data-theme="dark"] .oqg-progress-label{color:#94a3b8!important}.oqg-quiz-container.oqg-theme-dark .oqg-progress-percent,.oqg-quiz-container[data-theme="dark"] .oqg-progress-percent{color:#38bdf8!important}.oqg-quiz-container.oqg-theme-dark .oqg-question-text,.oqg-quiz-container[data-theme="dark"] .oqg-question-text{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-option,.oqg-quiz-container[data-theme="dark"] .oqg-option{background:#1e293b!important;border-color:#334155!important;color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-option:hover,.oqg-quiz-container[data-theme="dark"] .oqg-option:hover{background:#27354a!important;border-color:#38bdf8!important}.oqg-quiz-container.oqg-theme-dark .oqg-option-text,.oqg-quiz-container[data-theme="dark"] .oqg-option-text{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-option.oqg-selected,.oqg-quiz-container.oqg-theme-dark .oqg-option:has(input[type="radio"]:checked),.oqg-quiz-container[data-theme="dark"] .oqg-option.oqg-selected,.oqg-quiz-container[data-theme="dark"] .oqg-option:has(input[type="radio"]:checked){background:rgb(14 165 233 / .18)!important;border-color:#38bdf8!important;box-shadow:0 0 0 1px #38bdf8!important}.oqg-quiz-container.oqg-theme-dark .oqg-option.oqg-selected .oqg-option-text,.oqg-quiz-container.oqg-theme-dark .oqg-option:has(input[type="radio"]:checked) .oqg-option-text,.oqg-quiz-container[data-theme="dark"] .oqg-option.oqg-selected .oqg-option-text{color:#ffffff!important}.oqg-quiz-container.oqg-theme-dark .oqg-option-key,.oqg-quiz-container[data-theme="dark"] .oqg-option-key{background:#334155!important;color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-option.oqg-selected .oqg-option-key,.oqg-quiz-container.oqg-theme-dark .oqg-option:hover .oqg-option-key,.oqg-quiz-container[data-theme="dark"] .oqg-option.oqg-selected .oqg-option-key,.oqg-quiz-container[data-theme="dark"] .oqg-option:hover .oqg-option-key{background:#0284c7!important;color:#ffffff!important}.oqg-quiz-container.oqg-theme-dark .oqg-stepper-nav,.oqg-quiz-container[data-theme="dark"] .oqg-stepper-nav{border-top-color:#1e293b!important}.oqg-quiz-container.oqg-theme-dark .oqg-btn-prev,.oqg-quiz-container[data-theme="dark"] .oqg-btn-prev{background:#1e293b!important;color:#cbd5e1!important;border-color:#334155!important}.oqg-quiz-container.oqg-theme-dark .oqg-btn-prev:hover,.oqg-quiz-container[data-theme="dark"] .oqg-btn-prev:hover{background:#334155!important;color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-lead-gate-card,.oqg-quiz-container[data-theme="dark"] .oqg-lead-gate-card{background:#1e293b!important;border-color:#334155!important}.oqg-quiz-container.oqg-theme-dark .oqg-lead-gate-title,.oqg-quiz-container[data-theme="dark"] .oqg-lead-gate-title{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-lead-gate-desc,.oqg-quiz-container[data-theme="dark"] .oqg-lead-gate-desc{color:#94a3b8!important}.oqg-quiz-container.oqg-theme-dark .oqg-field label,.oqg-quiz-container[data-theme="dark"] .oqg-field label{color:#cbd5e1!important}.oqg-quiz-container.oqg-theme-dark .oqg-field input,.oqg-quiz-container[data-theme="dark"] .oqg-field input{background:#0f172a!important;border-color:#334155!important;color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-field input:focus,.oqg-quiz-container[data-theme="dark"] .oqg-field input:focus{border-color:#38bdf8!important;box-shadow:0 0 0 3px rgb(56 189 248 / .2)!important}.oqg-quiz-container.oqg-theme-dark .oqg-gate-skip-btn,.oqg-quiz-container[data-theme="dark"] .oqg-gate-skip-btn{color:#94a3b8!important}.oqg-quiz-container.oqg-theme-dark .oqg-gate-skip-btn:hover,.oqg-quiz-container[data-theme="dark"] .oqg-gate-skip-btn:hover{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-results,.oqg-quiz-container[data-theme="dark"] .oqg-results{background:#0f172a!important}.oqg-quiz-container.oqg-theme-dark .oqg-results-header h3,.oqg-quiz-container[data-theme="dark"] .oqg-results-header h3{color:#38bdf8!important}.oqg-quiz-container.oqg-theme-dark .oqg-score-details p,.oqg-quiz-container[data-theme="dark"] .oqg-score-details p{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-gauge-bg,.oqg-quiz-container[data-theme="dark"] .oqg-gauge-bg{stroke:#334155!important}.oqg-quiz-container.oqg-theme-dark .oqg-score-percentage,.oqg-quiz-container[data-theme="dark"] .oqg-score-percentage{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-mode-detailed h4,.oqg-quiz-container[data-theme="dark"] .oqg-mode-detailed h4{color:#38bdf8!important}.oqg-quiz-container.oqg-theme-dark .oqg-result-item,.oqg-quiz-container[data-theme="dark"] .oqg-result-item{background:#1e293b!important;border-color:#334155!important;color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-result-item.correct,.oqg-quiz-container[data-theme="dark"] .oqg-result-item.correct{background:rgb(34 197 94 / .12)!important;border-left-color:#22c55e!important}.oqg-quiz-container.oqg-theme-dark .oqg-result-item.incorrect,.oqg-quiz-container[data-theme="dark"] .oqg-result-item.incorrect{background:rgb(239 68 68 / .12)!important;border-left-color:#ef4444!important}.oqg-quiz-container.oqg-theme-dark .oqg-result-text,.oqg-quiz-container[data-theme="dark"] .oqg-result-text{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-user-answer,.oqg-quiz-container[data-theme="dark"] .oqg-user-answer{color:#f87171!important}.oqg-quiz-container.oqg-theme-dark .oqg-user-answer strong,.oqg-quiz-container[data-theme="dark"] .oqg-user-answer strong{color:#fca5a5!important}.oqg-quiz-container.oqg-theme-dark .oqg-correct-answer,.oqg-quiz-container[data-theme="dark"] .oqg-correct-answer{color:#4ade80!important}.oqg-quiz-container.oqg-theme-dark .oqg-correct-answer strong,.oqg-quiz-container[data-theme="dark"] .oqg-correct-answer strong{color:#86efac!important}.oqg-quiz-container.oqg-theme-dark .oqg-explanation,.oqg-quiz-container[data-theme="dark"] .oqg-explanation{background:#0f172a!important;border-color:#334155!important;border-left-color:#38bdf8!important;color:#cbd5e1!important}.oqg-quiz-container.oqg-theme-dark .oqg-explanation strong,.oqg-quiz-container[data-theme="dark"] .oqg-explanation strong{color:#f8fafc!important}.oqg-quiz-container.oqg-theme-dark .oqg-share-copy,.oqg-quiz-container[data-theme="dark"] .oqg-share-copy{background:#1e293b!important;border-color:#334155!important;color:#cbd5e1!important}.oqg-quiz-container.oqg-theme-dark .oqg-share-copy:hover,.oqg-quiz-container[data-theme="dark"] .oqg-share-copy:hover{background:#334155!important;color:#f8fafc!important}.oqg-quiz-container{--oqg-primary-color:#0073aa;--oqg-secondary-color:#005177;--oqg-success-color:#287d32;--oqg-error-color:#b32d2e}