:root{--primary-color:#1caff6;--primary-rgb:28,175,246;--primary-dark:#0b8fd3;--primary-light:#68d1ff}.answer-option{cursor:pointer;border-width:1px;border-radius:.5rem;padding:.75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){.answer-option{padding:1rem}}.answer-option{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));align-items:center;display:flex}.answer-option:hover{--tw-border-opacity:1;border-color:rgb(117 214 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.answer-option{margin-bottom:.5rem;position:relative;overflow:hidden}.answer-option.selected{--tw-border-opacity:1;border-color:rgb(10 165 239/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(238 249 255/var(--tw-bg-opacity,1))}.answer-option.correct{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.answer-option.incorrect{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}@media (hover:none){.answer-option:active{--tw-border-opacity:1;border-color:rgb(117 214 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.answer-option.correct{animation:2s pulse}.result-chart{width:150px;height:150px;position:relative}@media (min-width:640px){.result-chart{width:200px;height:200px}}.result-chart-circle{transform-origin:50%;stroke-dasharray:283;transform:rotate(-90deg)}.result-chart-text{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.progress-bar{transition:width .3s ease-in-out}.category-button{transition:all .2s}.category-button.active{background-color:var(--primary-color);color:#fff}.nested-category{border-left:2px solid rgba(var(--primary-rgb),.3);margin-top:.5rem;margin-left:1rem;padding-left:.5rem}.parent-category{font-weight:500}.category-indicator{justify-content:center;align-items:center;width:18px;height:18px;transition:transform .2s;display:inline-flex}.category-indicator.expanded{transform:rotate(90deg)}.answer-option{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;align-items:flex-start;padding:.75rem 1rem;transition:all .2s;display:flex}.dark .answer-option{background-color:#1f2937;border-color:#374151}.answer-option:hover{background-color:#f9fafb;border-color:#d1d5db}.dark .answer-option:hover{background-color:#374151;border-color:#4b5563}.answer-option.selected{border-color:rgba(var(--primary-rgb),.7)}.answer-option.correct{background-color:#10b9811a;border-color:#10b981}.dark .answer-option.correct{background-color:#0596691a;border-color:#059669}.answer-option.incorrect{background-color:#ef44441a;border-color:#ef4444}.dark .answer-option.incorrect{background-color:#dc26261a;border-color:#dc2626}.answer-feedback{border:1px solid;border-radius:.5rem;margin-top:1rem;padding:1rem}.answer-feedback.correct{background-color:#10b9811a;border-color:#10b981}.dark .answer-feedback.correct{background-color:#0596691a;border-color:#059669}.answer-feedback.incorrect{background-color:#ef44441a;border-color:#ef4444}.dark .answer-feedback.incorrect{background-color:#dc26261a;border-color:#dc2626}.stats-indicator{border-radius:50%;width:10px;height:10px;display:inline-block}.stats-indicator.correct{background-color:#10b981}.stats-indicator.incorrect{background-color:#ef4444}.stats-indicator.unanswered{background-color:#9ca3af}.dark .stats-indicator.correct{background-color:#059669}.dark .stats-indicator.incorrect{background-color:#dc2626}.dark .stats-indicator.unanswered{background-color:#6b7280}.mode-selector{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;display:flex;overflow:hidden}.dark .mode-selector{border-color:#374151}.mode-selector-option{text-align:center;cursor:pointer;color:#4b5563;background-color:#f9fafb;flex:1;padding:.75rem;font-weight:500;transition:all .2s}.dark .mode-selector-option{color:#d1d5db;background-color:#1f2937}.mode-selector-option:not(:last-child){border-right:1px solid #e5e7eb}.dark .mode-selector-option:not(:last-child){border-right-color:#374151}.mode-selector-option:hover{background-color:#f3f4f6}.dark .mode-selector-option:hover{background-color:#111827}.mode-selector-option.active{text-shadow:0 1px 1px #0000001a;font-weight:600;background-color:var(--primary-color)!important;color:#fff!important}.dark .mode-selector-option.active{text-shadow:0 1px 1px #0003;font-weight:600;background-color:var(--primary-color)!important;color:#fff!important}@media (max-width:640px){.mode-selector-option{padding:.5rem;font-size:.875rem}.category-button:active{transform:scale(.98)}}.flashcard{perspective:1000px;transform-style:preserve-3d;min-height:200px;position:relative}@media (min-width:640px){.flashcard{min-height:250px}}.flashcard-front,.flashcard-back{backface-visibility:hidden;width:100%;height:100%;transform-style:preserve-3d;border-radius:.5rem;padding:1rem;transition:all .5s ease-in-out;position:absolute;top:0;left:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.flashcard-front{transform:rotateY(0)}.flashcard-back,.flashcard.is-flipped .flashcard-front{transform:rotateY(180deg)}.flashcard.is-flipped .flashcard-back{transform:rotateY(0)}.timer-container{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);border-width:1px;border-radius:.5rem;margin-bottom:1rem;padding:.5rem .75rem}@media (min-width:640px){.timer-container{padding:.75rem 1rem}}.timer-container{text-align:center;font-size:1.25rem;font-weight:600;line-height:1.75rem}@media (min-width:640px){.timer-container{font-size:1.5rem;line-height:2rem}}.stats-indicator{border-radius:9999px;width:.5rem;height:.5rem;margin-right:.25rem;display:inline-block}@media (min-width:640px){.stats-indicator{width:.75rem;height:.75rem}}.stats-indicator.correct{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.stats-indicator.incorrect{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.stats-indicator.unanswered{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.dark .answer-option{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark .answer-option:hover{--tw-border-opacity:1;border-color:rgb(0 134 204/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark .answer-option.selected{--tw-border-opacity:1;border-color:rgb(10 165 239/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(42 191 255/var(--tw-text-opacity,1));background-color:#064d724d}.dark .answer-option.correct{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1));background-color:#14532d4d}.dark .answer-option.incorrect{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1));background-color:#7f1d1d4d}.dark .answer-feedback.correct{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1));background-color:#14532d33}.dark .answer-feedback.incorrect{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1));background-color:#7f1d1d33}.dark .stats-indicator.unanswered{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark .flashcard-front,.dark .flashcard-back{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1));box-shadow:0 4px 6px -1px #0003,0 2px 4px -1px #0000001a}.dark .mode-selector-option{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark .mode-selector-option.active{--tw-bg-opacity:1;background-color:rgb(0 107 166/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .timer-container{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}@media (max-width:640px){.answer-option{transition:transform .15s,border-color .2s}.answer-option:active{transform:scale(.98)}.nav-button{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.nav-button:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.flashcard{transition:transform .2s}.flashcard:active{transform:scale(.98)}.flashcard-front,.flashcard-back{padding:.75rem;transition:all .4s ease-in-out}}
