@import"https://fonts.googleapis.com/css2?family=Sarabun:wght@500;800&display=swap";:root{--gunmetal: #474448ff;--shadow-grey: #2d232eff;--bone: #e0ddcfff;--taupe-grey: #534b52ff;--parchment: #f1f0eaff;--dpg-yellow: #fec800;--dpg-blue: #1c2342;--font-primary: "Futura", "Futura PT", "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", sans-serif;--font-secondary: "Sarabun", sans-serif}[data-theme=dark]{--dark-bg-primary: #1a1a1a;--dark-bg-secondary: #242424;--dark-card-bg: #2a2a2a;--dark-hover-bg: #333333;--dark-text-primary: #e0e0e0;--dark-text-secondary: #b0b0b0;--dark-border: #404040;--dark-accent: #6b6b6b;--dark-gunmetal: #a8a4a6;--dark-shadow-grey: #7a7679;--dark-bone: #4a4845;--dark-taupe-grey: #8a868a;--dark-parchment: #2d2d2a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);font-weight:500;line-height:1.6;color:var(--shadow-grey);background-color:var(--parchment)}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);color:var(--gunmetal);font-weight:700;line-height:1.2}p,span,div,li,td,th{font-family:var(--font-primary);font-weight:500}.font-secondary{font-family:var(--font-secondary)}.font-secondary-bold{font-family:var(--font-secondary);font-weight:800}.font-secondary-medium{font-family:var(--font-secondary);font-weight:500}.font-primary{font-family:var(--font-primary)}.font-primary-bold{font-family:var(--font-primary);font-weight:700}.font-primary-medium{font-family:var(--font-primary);font-weight:500}.app-title{font-family:var(--font-primary);font-weight:700;font-size:2.75rem;color:var(--gunmetal);text-decoration:none;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;position:relative;display:inline-block}.app-title:after{content:"";position:absolute;bottom:-.125rem;left:0;width:0;height:.125rem;background:linear-gradient(90deg,var(--gunmetal),var(--taupe-grey));transition:width .3s ease}.app-title:hover{color:var(--shadow-grey)}.app-title:hover:after{width:100%}main{max-width:75rem;margin:0 auto;padding:2rem}.page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.header-top-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-content{display:flex;flex-direction:column;gap:1rem}.header-content h1,.header-content p{margin:0}.page-subtitle{margin-bottom:2rem;font-size:1.1rem}.header-actions,.desktop-header-actions{display:flex;align-items:center;gap:.75rem}.burger-menu-button{display:none;width:2.75rem;height:2.75rem;border:none;background:transparent;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background .2s}.burger-menu-button:hover{background:var(--bone)}.burger-menu-button svg{stroke:var(--gunmetal);stroke-width:2}.view-toggle,.stats-button,.trophy-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:.125rem solid var(--taupe-grey);border-radius:.5rem;cursor:pointer;transition:all .2s;font-family:var(--font-primary);font-size:.9rem;font-weight:600;color:var(--gunmetal)}.view-toggle:hover,.stats-button:hover,.trophy-button:hover{background:var(--bone);border-color:var(--gunmetal)}.view-toggle svg,.stats-button svg,.trophy-button svg{width:1.25rem;height:1.25rem;stroke:var(--gunmetal)}.menu-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.menu-panel{width:17.5rem;max-width:80vw;background:var(--parchment);height:100%;box-shadow:-.25rem 0 .75rem #0003;display:flex;flex-direction:column;padding:1.5rem}.menu-close{align-self:flex-end;width:2.5rem;height:2.5rem;border:none;background:transparent;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background .2s;margin-bottom:1rem}.menu-close:hover{background:var(--bone)}.menu-close svg{stroke:var(--gunmetal);stroke-width:2}.menu-nav{display:flex;flex-direction:column;gap:.5rem}.menu-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:.125rem solid var(--taupe-grey);border-radius:.5rem;cursor:pointer;transition:all .2s;font-family:var(--font-primary);font-size:1rem;font-weight:600;color:var(--gunmetal);text-align:left;width:100%}.menu-item:hover{background:var(--bone);border-color:var(--gunmetal)}.menu-item svg{width:1.5rem;height:1.5rem;stroke:var(--gunmetal);flex-shrink:0}.menu-divider{height:.0625rem;background:var(--taupe-grey);margin:.75rem 0}.menu-item-wrapper{margin:.5rem 0}@media(max-width:64rem){.desktop-header-actions{display:none}.burger-menu-button{display:flex;align-items:center;justify-content:center}.list-container{display:none!important}}main h1{font-size:2.5rem;margin-bottom:.5rem;color:#333}.loading,.error,.empty{padding:2rem;text-align:center;font-size:1.1rem}.error{color:#d32f2f;background:#ffebee;border-radius:.5rem}.error h3{margin-bottom:1rem;color:#c62828}.error p{margin-bottom:1.5rem;color:#d32f2f}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.error-actions a{text-decoration:none}.carousel-view-wrapper{width:100%}.carousel-container{position:relative;max-width:37.5rem;margin:3rem auto 2rem;display:flex;align-items:center;gap:1.5rem;padding:0 1rem}.carousel-cards{flex:1;position:relative;min-height:42.5rem;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none}.carousel-slide-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.carousel-slide-wrapper>*{pointer-events:auto}.carousel-nav{width:3.5rem;height:3.5rem;border-radius:50%;border:.1875rem solid var(--gunmetal);background:var(--bone);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;color:var(--gunmetal);font-size:3rem;font-weight:700;line-height:1;font-family:var(--font-primary);padding:0;margin:0}.carousel-nav:hover:not(:disabled){background:var(--gunmetal);border-color:var(--gunmetal);color:var(--parchment);transform:scale(1.15);box-shadow:0 .25rem .75rem #00000026}.carousel-nav:active:not(:disabled){background:var(--gunmetal);border-color:var(--gunmetal);color:var(--parchment)}@media(hover:none){.carousel-nav:hover:not(:disabled){background:var(--bone);border-color:var(--gunmetal);color:var(--gunmetal);transform:scale(1);box-shadow:none}.carousel-nav:active:not(:disabled){background:var(--gunmetal);border-color:var(--gunmetal);color:var(--parchment);transform:scale(.95)}}.carousel-nav:disabled{opacity:.2;cursor:not-allowed;pointer-events:none}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;position:absolute;bottom:-3.125rem;left:50%;transform:translate(-50%)}.carousel-indicator{width:.75rem;height:.75rem;border-radius:50%;border:.125rem solid var(--taupe-grey);background:#fff;cursor:pointer;transition:all .2s;padding:0}.carousel-indicator:hover{background:var(--bone);transform:scale(1.2)}.carousel-indicator.active{background:var(--gunmetal);border-color:var(--gunmetal);width:2rem;border-radius:.375rem}.list-container{max-width:75rem;margin:2rem auto;padding:0 1rem;overflow-x:auto}.exam-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 .125rem .5rem #0000001a}.exam-table thead{background:var(--gunmetal);color:var(--parchment)}.exam-table th{padding:1rem;text-align:left;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.03125rem}.exam-table tbody tr{border-bottom:.0625rem solid #e0e0e0;transition:background .2s}.exam-table tbody tr:hover{background:var(--parchment)}.exam-table tbody tr:last-child{border-bottom:none}.exam-table td{padding:1rem;vertical-align:middle}.exam-name{font-weight:700;color:var(--gunmetal);font-size:1.1rem;min-width:6.25rem}.exam-desc{color:#555;font-size:.9rem;line-height:1.4;max-width:25rem}.exam-mode{min-width:11.25rem}.mode-selector-inline{display:flex;flex-wrap:wrap;gap:.75rem}.mode-selector-inline label{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.85rem;color:var(--gunmetal);font-weight:500;white-space:nowrap}.mode-selector-inline input[type=radio]{width:1rem;height:1rem;cursor:pointer;accent-color:var(--gunmetal)}.exam-questions{min-width:6.25rem;text-align:center}.question-input{width:4.375rem;padding:.5rem;border:.125rem solid var(--taupe-grey);border-radius:.375rem;font-size:.95rem;font-family:var(--font-primary);text-align:center}.question-input:focus{outline:none;border-color:var(--gunmetal);box-shadow:0 0 0 .1875rem #4744481a}.fixed-count{font-weight:600;color:var(--gunmetal)}.exam-action{text-align:center;min-width:6.25rem}.btn-start-quiz-table{padding:.65rem 1.5rem;border-radius:.375rem;font-size:.95rem;font-weight:600;cursor:pointer;border:none;background:var(--gunmetal);color:var(--parchment);transition:all .2s ease;font-family:var(--font-primary)}.btn-start-quiz-table:hover{background:var(--shadow-grey);transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #0003}.exam-card-container{perspective:62.5rem;height:42.5rem;cursor:pointer;transform-style:preserve-3d;transition:transform .1s ease-out}@media(max-width:75rem)and (max-height:53.125rem)and (orientation:landscape){.carousel-view-wrapper{position:fixed;inset:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;z-index:1}.carousel-container{margin:1rem auto .5rem;max-width:31.25rem}.carousel-cards{min-height:32.5rem}.exam-card-container{height:32.5rem}.exam-logo-container{max-width:13.75rem;height:9.375rem;margin:0 auto .5rem}.exam-card{padding:1.25rem 1.5rem}.carousel-indicators{bottom:-2.1875rem;margin-top:1rem}.card-trophy-progress{padding-top:.75rem;gap:.75rem}.trophy-icons-row{gap:.75rem}.trophy-mini{width:2.5rem;height:2.5rem}.trophy-mini svg{width:2rem;height:2rem}.exam-card-front{overflow:hidden!important;overflow-y:hidden!important;-webkit-overflow-scrolling:auto;touch-action:none}}@media(max-width:48rem)and (orientation:portrait){.carousel-container{margin:.75rem auto .5rem;padding:0 .5rem;gap:0}.carousel-cards{min-height:calc(100vh - 12.5rem)}.exam-card-container{height:calc(100vh - 12.5rem);max-height:43.75rem;min-height:34.375rem}.exam-logo-container{max-width:min(65vw,17.5rem);height:min(30vh,12.5rem);margin:0 auto .75rem}.exam-card{padding:1.25rem 1rem}.exam-card-front{overflow:hidden!important;overflow-y:hidden!important;-webkit-overflow-scrolling:auto;touch-action:none}.carousel-indicators{bottom:-2.375rem;margin-top:1rem}.card-trophy-progress{padding-top:.75rem;gap:.5rem}.trophy-mini{width:2.375rem;height:2.375rem}.trophy-mini svg{width:1.875rem;height:1.875rem}.trophy-progress-label{font-size:.95rem}.carousel-nav{display:none}}.exam-card-inner{position:relative;width:100%;height:100%;transition:transform .6s ease-in-out;transform-style:preserve-3d}.exam-card-container.flipped .exam-card-inner{transform:rotateY(180deg)}.exam-card{position:absolute;top:0;left:0;width:100%;height:100%;padding:2.5rem 2rem;border-radius:1rem;color:inherit;background:var(--bone);backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;justify-content:flex-start;border:.1875rem solid var(--gunmetal);text-align:left;cursor:pointer;transition:box-shadow .3s ease;overflow:visible;box-shadow:0 .75rem 1.5rem #0003,0 0 0 .0625rem #0000000d}.exam-card:hover{box-shadow:0 1.25rem 2.5rem #0000004d,0 0 0 .0625rem #0000001a}.exam-card-front{z-index:2;transform:rotateY(0);overflow:hidden;background:var(--dpg-blue)!important}.exam-title{color:var(--dpg-yellow)!important}.exam-card-back{transform:rotateY(180deg);cursor:pointer;z-index:1}.exam-card-container:not(.flipped) .exam-card-back{pointer-events:none}.exam-card-container.flipped .exam-card-front{pointer-events:none}.exam-card-back h2{margin-bottom:1.5rem;font-size:2.5rem}.exam-card h2{font-size:3.5rem;margin:0 0 2rem;color:var(--gunmetal);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.1}.description{font-weight:600;color:#555;margin:.5rem 0;font-size:.95rem}.exam-description{color:#000;font-size:.95rem;margin:0;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}.exam-logo-container{display:flex;justify-content:center;align-items:center;margin:0 auto 2rem;max-width:28.125rem;height:18.75rem}.exam-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 .125rem .25rem rgba(0,0,0,.3))}.exam-logo[src$=".svg"]{background:transparent;filter:none;box-shadow:none;border:none}.exam-logo[src*="aigp.svg"],.exam-logo[src*="cipm.svg"],.exam-logo[src*="cipt.svg"]{width:120%;height:120%;max-width:120%;max-height:120%}.card-trophy-progress{margin-top:auto;padding-top:1.5rem;border-top:.125rem solid var(--dpg-yellow);display:flex;flex-direction:column;gap:1rem}.trophy-progress-header{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-bottom:.25rem}.trophy-icon{font-size:1.5rem;line-height:1}.trophy-progress-label{font-size:1.1rem;font-weight:700;color:var(--dpg-yellow);text-transform:uppercase;letter-spacing:.03125rem}.trophy-info-icon{font-size:1rem;opacity:.6;cursor:help;transition:opacity .2s}.trophy-info-icon:hover{opacity:1}.trophy-icons-row{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;gap:1rem}.trophy-mini{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .3s ease;position:relative;overflow:visible}.trophy-mini:not(.unlocked){opacity:.4}.trophy-mini:not(.unlocked) svg{display:none}.trophy-mini:not(.unlocked):before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.75rem;height:1.75rem;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Crect x="5" y="11" width="14" height="10" rx="2" ry="2"%3E%3C/rect%3E%3Cpath d="M7 11V7a5 5 0 0 1 10 0v4"%3E%3C/path%3E%3C/svg%3E');background-size:contain;background-repeat:no-repeat;background-position:center;z-index:1;opacity:1}.trophy-mini svg{width:2.5rem;height:2.5rem;stroke:var(--gunmetal);stroke-width:1.5}.trophy-mini.unlocked{opacity:1;filter:grayscale(0);transform:scale(1.05);animation:trophy-glow 2s ease-in-out infinite}@keyframes trophy-glow{0%,to{filter:drop-shadow(0 0 .125rem rgba(255,215,0,.4)) grayscale(0)}50%{filter:drop-shadow(0 0 .5rem rgba(255,215,0,.6)) grayscale(0)}}.best-score-display,.no-attempts-display{text-align:center;font-size:.95rem;color:var(--dpg-yellow);padding:.5rem;background:#fec8001a;border-radius:.375rem}.best-score-display{position:relative;overflow:hidden;padding:.625rem .75rem;background:#fec80026;border:.125rem solid rgba(254,200,0,.3)}.best-score-fill{position:absolute;top:0;left:0;height:100%;width:var(--score-width);transition:width .5s ease-out;z-index:0;opacity:.9}.best-score-text{position:relative;z-index:1;text-align:center;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8)}.best-score-display.trophy-platinum .best-score-fill{background:linear-gradient(90deg,#e91e63,#ff9800,#4caf50,#2196f3,#9c27b0,#e91e63)}.best-score-display.trophy-gold .best-score-fill{background:linear-gradient(90deg,orange,gold,orange)}.best-score-display.trophy-silver .best-score-fill{background:linear-gradient(90deg,#a8a8a8,silver,#a8a8a8)}.best-score-display.trophy-bronze .best-score-fill{background:linear-gradient(90deg,#8b4513,#cd7f32,#8b4513)}.best-score-display.trophy-none .best-score-fill{background:linear-gradient(90deg,#9e9e9e,#bdbdbd,#9e9e9e)}.best-score-display strong{font-size:1.1rem;color:#fff}.no-attempts-display{font-style:italic;color:var(--dpg-yellow);opacity:.8}.quiz-config{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.mode-selector{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.mode-option-wrapper{position:relative;display:inline-block}.mode-selector label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:var(--gunmetal);font-weight:500}.custom-tooltip{position:absolute;left:calc(100% + 1rem);top:50%;transform:translateY(-50%);background:var(--gunmetal);color:var(--parchment);padding:.5rem .75rem;border-radius:6px;font-size:.85rem;white-space:normal;min-width:200px;max-width:280px;pointer-events:none;z-index:10000;box-shadow:0 2px 8px #0003;line-height:1.3;max-width:min(280px,calc(100vw - 100%))}.tooltip-note{display:inline-block;margin-top:.25rem;font-size:.8rem;color:gold;font-weight:600}.tooltip-highlight{display:inline-block;margin-top:.25rem;font-size:.8rem;color:#90ee90;font-weight:600}.custom-tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:var(--gunmetal)}.mode-selector input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--gunmetal)}.mode-selector span{font-weight:500}.quiz-config label{font-size:.95rem;color:var(--gunmetal);font-weight:600;margin-bottom:.25rem}.quiz-config input[type=number]{padding:.75rem;border:2px solid var(--taupe-grey);border-radius:8px;font-size:1rem;font-family:var(--font-primary);background:#fff;width:100%}.quiz-config input[type=number]:focus{outline:none;border-color:var(--gunmetal);box-shadow:0 0 0 3px #4744481a}.btn-start-quiz{padding:.875rem 1.5rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;border:none;background:var(--gunmetal);color:var(--parchment);transition:all .2s ease;font-family:var(--font-primary)}.btn-start-quiz:hover{background:var(--shadow-grey);transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #0003}.quiz-container main{max-width:900px;min-height:100vh}.quiz-container{display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:768px){.quiz-container{gap:1rem}}.quiz-header{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:768px){.quiz-header{gap:.5rem}}.quiz-header-top{display:flex;justify-content:space-between;align-items:center}.quiz-header-right{display:flex;align-items:center;gap:1rem}.back-link{color:#1976d2;text-decoration:none;font-size:.9rem}.back-link:hover{text-decoration:underline}.quiz-header h1{font-size:2rem;margin:0;color:#333}.exam-info{background:#f5f5f5;padding:1rem;border-radius:8px}.exam-info .exam-description{font-size:.9rem;color:#666;line-height:1.5}.progress{display:flex;justify-content:space-between;font-size:.9rem;color:#666;padding:1rem;background:#f5f5f5;border-radius:8px}@media screen and (max-width:768px){.progress{padding:.625rem .75rem;font-size:.85rem}}.mock-exam-info{display:flex;gap:1.5rem;align-items:center}.timer{font-weight:600;color:#333;font-size:1rem}.timer-warning{color:#d32f2f;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.quiz-container .loading,.quiz-container .error,.quiz-container .empty{padding:3rem;text-align:center;font-size:1.1rem}.navigation{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}@media screen and (max-width:768px){.navigation{margin-top:.75rem;gap:.75rem}}button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;font-weight:500}.btn-primary{background:#1976d2;color:#fff}.btn-primary:hover:not(:disabled){background:#1565c0}.btn-secondary{background:#f5f5f5;color:#333;border:2px solid #e0e0e0}.btn-secondary:hover:not(:disabled){background:#eee}button:disabled{opacity:.5;cursor:not-allowed}.results{background:#fff;border-radius:.75rem;padding:3rem;box-shadow:0 .125rem .5rem #0000001a;text-align:center}.results h2{font-size:2rem;margin:0 0 2rem;color:#333}.score-display{display:flex;justify-content:center;margin:2rem 0}.score-circle{width:12.5rem;height:12.5rem;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 .25rem 1rem #0003}.score-percentage{font-size:3rem;font-weight:700}.score-fraction{font-size:1.2rem;opacity:.9}.score-message{font-size:1.1rem;color:#666;margin:2rem 0;line-height:1.6}.trophy-display{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:2rem 0}.trophy{width:7.5rem;height:7.5rem;display:flex;align-items:center;justify-content:center;animation:trophyBounce .6s ease-out}.trophy svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.trophy-gold svg{color:gold}.trophy-silver svg{color:silver}.trophy-bronze svg{color:#cd7f32}.trophy-label{font-size:1.5rem;font-weight:700;color:var(--gunmetal);text-align:center}@keyframes trophyBounce{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.1) rotate(10deg)}70%{transform:scale(.9) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}.results .btn-primary{padding:1rem 2rem;font-size:1.1rem}.results-breakdown{margin:2rem 0;text-align:left}.results-breakdown h3{font-size:1.5rem;margin-bottom:1.5rem;color:#333;text-align:center}.question-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.question-result{padding:1rem;border-radius:8px;border:2px solid;transition:transform .2s ease}.question-result:hover{transform:translateY(-2px)}.question-result.correct{background:#e8f5e9;border-color:#4caf50}.question-result.incorrect{background:#ffebee;border-color:#f44336}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.question-number{font-weight:700;color:#666;font-size:.9rem}.result-badge{font-size:1.5rem;font-weight:700}.question-result.correct .result-badge{color:#4caf50}.question-result.incorrect .result-badge{color:#f44336}.question-preview{margin:.5rem 0;font-size:.85rem;color:#555;line-height:1.4}.trophies-container{max-width:75rem;margin:0 auto;padding:2rem;overflow-x:hidden}.trophies-container .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.trophies-container .page-header>div:first-child{flex:1}.trophies-container .page-header>:last-child{flex-shrink:0}.trophies-container h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--gunmetal)}.trophies-container .page-header p{font-size:1.1rem;color:#666}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid var(--taupe-grey);border-radius:8px;cursor:pointer;transition:all .2s;font-family:var(--font-primary);font-size:.9rem;font-weight:600;color:var(--gunmetal)}.back-button:hover{background:var(--bone);border-color:var(--gunmetal)}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000001a;border:2px solid var(--bone);transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.stat-value{font-size:2.5rem;font-weight:700;color:var(--gunmetal);margin-bottom:.5rem}.stat-label{font-size:.95rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.trophies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.exam-trophy-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:2px solid var(--bone);transition:transform .2s ease,box-shadow .2s ease;overflow:visible;position:relative}.exam-trophy-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.exam-trophy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--bone)}.exam-trophy-header h2{font-size:1.5rem;color:var(--gunmetal);margin:0}.best-score{font-size:.9rem;font-weight:600;color:#4caf50;background:#e8f5e9;padding:.25rem .75rem;border-radius:12px}.no-attempts{font-size:.85rem;color:#999;font-style:italic}.trophy-display-row{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center;gap:1rem;margin:1.5rem 0;max-width:100%;overflow:visible;padding:.5rem 0;position:relative}.trophy-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;cursor:default;flex-shrink:0}.trophy-item:not(.unlocked) .trophy-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Crect x="5" y="11" width="14" height="10" rx="2" ry="2"%3E%3C/rect%3E%3Cpath d="M7 11V7a5 5 0 0 1 10 0v4"%3E%3C/path%3E%3C/svg%3E');background-size:contain;background-repeat:no-repeat;background-position:center;z-index:1;opacity:.5}.trophy-item.clickable{cursor:pointer}.trophy-item.clickable:hover{transform:translateY(-2px)}.trophy-item:not(.clickable){cursor:not-allowed}.trophy-item:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;color:var(--gunmetal);padding:.5rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;white-space:nowrap;pointer-events:none;z-index:1000;box-shadow:0 4px 12px #0000004d;border:2px solid var(--gunmetal);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.trophy-item:before{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff;pointer-events:none;z-index:1001;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.trophy-item.unlocked:after{background:#4caf50;color:#fff;border-color:#4caf50}.trophy-item.unlocked:before{border-top-color:#4caf50}.trophy-item:hover:after,.trophy-item:hover:before{opacity:1;visibility:visible}.trophy-item:not(.unlocked) .trophy-icon svg{display:none}.trophy-item:not(.unlocked) .trophy-label{opacity:.5}.trophy-item.unlocked .trophy-icon,.trophy-item.unlocked .trophy-label{opacity:1;filter:grayscale(0%)}.trophy-item.unlocked{animation:trophyPulse 2s ease-in-out infinite;will-change:transform}.trophy-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0;position:relative;overflow:visible}.trophy-item.unlocked .trophy-icon{filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.trophy-item:hover .trophy-icon{transform:scale(1.1) rotate(5deg)}.trophy-icon svg{width:100%;height:100%}.trophy-item .trophy-label{font-size:.85rem;font-weight:600;text-align:center}.unlocked-text{color:var(--gunmetal)}.locked-text{color:#999;font-size:.75rem}.exam-attempts{text-align:center;font-size:.85rem;color:#666;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--bone)}@keyframes trophyPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;perspective:1000px}.modal-content{background:#fff;border-radius:16px;padding:2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 8px 32px #0000004d;transform-style:preserve-3d;overflow:hidden}.modal-content.modal-platinum:before{background:linear-gradient(110deg,#e5e4e2,#ffb6c1,gold,#98fb98,#87ceeb,plum,#fff,pink,#ffeb3b,#90ee90,#add8e6,#e6a8d7,#f5f5f5,#ffb6c1,gold,#98fb98,#87ceeb,plum,#fff 90%,#e5e4e2);background-size:400% 400%;animation:rainbowPlatinum 6s ease-in-out infinite;opacity:.25}@keyframes rainbowPlatinum{0%{background-position:0% 50%;transform:translate(-3%) rotate(0) scale(1.08)}20%{background-position:30% 70%;transform:translate(0) rotate(1deg) scale(1.09)}40%{background-position:60% 50%;transform:translate(3%) rotate(0) scale(1.08)}60%{background-position:80% 30%;transform:translate(0) rotate(-1deg) scale(1.09)}80%{background-position:50% 70%;transform:translate(-2%) rotate(.5deg) scale(1.08)}to{background-position:0% 50%;transform:translate(-3%) rotate(0) scale(1.08)}}.modal-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.08;z-index:0;pointer-events:none}.modal-content.modal-gold:before{background:linear-gradient(110deg,#b8860b,gold 8%,#fff9e0,#ffea70 22%,#d4af37,#ffeb8c 38%,#fffbf0,#ffe66d 52%,#c9a800,#fff4b3 68%,#fffdf5,gold 82%,#ffeb8c 90%,#d4af37);background-size:300% 300%;animation:liquidGold 4s ease-in-out infinite;opacity:.18}.modal-content.modal-silver:before{background:linear-gradient(110deg,#a8b0b8,#e8eaed 8%,#fff,#c0c8d0 22%,#9da5ad,#e0e4e8 38%,#fff,#b8c0c8 52%,#8a9299,#d8dce0 68%,#fff,#a8b0b8 82%,#e8eaed 90%,#c0c8d0);background-size:300% 300%;animation:liquidSilver 4s ease-in-out infinite;opacity:.18}.modal-content.modal-bronze:before{background:linear-gradient(110deg,#8b4513,#cd7f32 8%,#f4d5b3,#e6a96a 22%,#b87333,#e9b277 38%,#fff5e6,#d4965a 52%,#9f6b3d,#e9c8a3 68%,#fff8f0,#cd7f32 82%,#e9b277 90%,#b87333);background-size:300% 300%;animation:liquidBronze 4s ease-in-out infinite;opacity:.18}@keyframes liquidGold{0%{background-position:20% 50%;transform:translate(-5%) rotate(0) scale(1.05)}25%{background-position:50% 70%;transform:translate(0) rotate(1deg) scale(1.06)}50%{background-position:80% 50%;transform:translate(5%) rotate(0) scale(1.05)}75%{background-position:50% 30%;transform:translate(0) rotate(-1deg) scale(1.06)}to{background-position:20% 50%;transform:translate(-5%) rotate(0) scale(1.05)}}@keyframes liquidSilver{0%{background-position:20% 50%;transform:translate(-5%) rotate(0) scale(1.05)}25%{background-position:50% 70%;transform:translate(0) rotate(1deg) scale(1.06)}50%{background-position:80% 50%;transform:translate(5%) rotate(0) scale(1.05)}75%{background-position:50% 30%;transform:translate(0) rotate(-1deg) scale(1.06)}to{background-position:20% 50%;transform:translate(-5%) rotate(0) scale(1.05)}}@keyframes liquidBronze{0%{background-position:20% 50%;transform:translate(-5%) rotate(0) scale(1.05)}25%{background-position:50% 70%;transform:translate(0) rotate(1deg) scale(1.06)}50%{background-position:80% 50%;transform:translate(5%) rotate(0) scale(1.05)}75%{background-position:50% 30%;transform:translate(0) rotate(-1deg) scale(1.06)}to{background-position:20% 50%;transform:translate(-5%) rotate(0) scale(1.05)}}.modal-content>*{position:relative;z-index:1}.modal-content.modal-platinum{border:3px solid #E5E4E2;box-shadow:0 8px 32px #ffb6c166,0 0 50px #87ceeb4d,0 0 80px #dda0dd33,0 0 120px #ffd70026,inset 0 2px 6px #fff,inset 0 -2px 8px #c8c8ff33,inset 2px 0 12px #ffc8dc26,inset -2px 0 12px #c8ffdc26;background:linear-gradient(135deg,transparent 0%,rgba(255,182,193,.15) 20%,rgba(255,255,255,.3) 40%,rgba(135,206,235,.15) 60%,rgba(221,160,221,.15) 80%,transparent 100%),linear-gradient(160deg,#fafafa,#fff,#f5f5ff,#fffef8,#f8f8ff,#fffff8,#f5faff 90%,#fefefe);background-size:400% 100%,100% 100%;animation:rainbowPlatinumBg 8s ease-in-out infinite}@keyframes rainbowPlatinumBg{0%,to{background-position:0% 0%,0% 0%}25%{background-position:30% 0%,0% 0%}50%{background-position:60% 0%,0% 0%}75%{background-position:30% 0%,0% 0%}}.modal-content.modal-gold{border:3px solid #D4AF37;box-shadow:0 8px 32px #ffd70099,0 0 50px #ffe66d66,0 0 80px #fff0a040,inset 0 2px 4px #fffc,inset 0 -2px 8px #b8860b26,inset 2px 0 12px #d4af371a,inset -2px 0 12px #d4af371a;background:linear-gradient(135deg,transparent 0%,rgba(255,250,220,.4) 50%,transparent 100%),linear-gradient(160deg,#fff4d5,#fffbf0,#ffe8a3,#fffef5,#ffeaa0,#fffcf5,#ffe8a3 90%,#fff8e5);background-size:300% 100%,100% 100%;animation:liquidGoldBg 5s ease-in-out infinite}@keyframes liquidGoldBg{0%,to{background-position:10% 0%,0% 0%}25%{background-position:40% 0%,0% 0%}50%{background-position:70% 0%,0% 0%}75%{background-position:40% 0%,0% 0%}}.modal-content.modal-silver{border:3px solid #A8B0B8;box-shadow:0 8px 32px #8c96aab3,0 0 50px #a0aabe80,0 0 80px #b4bed24d,inset 0 2px 4px #ffffffe6,inset 0 -2px 8px #8c96a026,inset 2px 0 12px #a0aab41a,inset -2px 0 12px #a0aab41a;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%),linear-gradient(160deg,#e8eaed,#f5f7f9,#d8dadd,#fff,#e0e2e5,#f8f9fa,#d8dadd 90%,#e8eaed);background-size:300% 100%,100% 100%;animation:liquidSilverBg 5s ease-in-out infinite}@keyframes liquidSilverBg{0%,to{background-position:10% 0%,0% 0%}25%{background-position:40% 0%,0% 0%}50%{background-position:70% 0%,0% 0%}75%{background-position:40% 0%,0% 0%}}.modal-content.modal-bronze{border:3px solid #9B6A3D;box-shadow:0 8px 32px #9b6a3d66,0 0 50px #b48c6440,0 0 80px #c8aa8c26,inset 0 2px 4px #ffffff80,inset 0 -2px 8px #643c1e1f,inset 2px 0 12px #8c5a3214,inset -2px 0 12px #8c5a3214;background:linear-gradient(135deg,transparent 0%,rgba(230,220,205,.25) 50%,transparent 100%),linear-gradient(160deg,#e8ddd0,#f0e8e0,#d8c8b8,#f5f0ea,#d0bca8,#f0ebe5,#d8c8b8 90%,#e8e0d8);background-size:300% 100%,100% 100%;animation:liquidBronzeBg 5s ease-in-out infinite}@keyframes liquidBronzeBg{0%,to{background-position:10% 0%,0% 0%}25%{background-position:40% 0%,0% 0%}50%{background-position:70% 0%,0% 0%}75%{background-position:40% 0%,0% 0%}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--taupe-grey);transition:all .2s;border-radius:50%;padding:0}.modal-close:hover{background:var(--bone);color:var(--gunmetal)}.modal-trophy-display{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.modal-trophy-icon{width:120px;height:120px;display:flex;align-items:center;justify-content:center;animation:trophyBounce .6s ease-out;position:relative}.modal-trophy-icon:after{content:"";position:absolute;top:10%;left:20%;width:40%;height:50%;background:linear-gradient(135deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.3) 30%,transparent 70%);border-radius:50%;filter:blur(8px);pointer-events:none;opacity:0;transition:opacity .3s}.modal-trophy-icon.unlocked:after{opacity:1;animation:glossPulse 2s ease-in-out infinite}@keyframes glossPulse{0%,to{opacity:.8}50%{opacity:1}}.modal-trophy-icon.unlocked{filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}.modal-trophy-icon.unlocked.trophy-platinum{filter:drop-shadow(0 8px 20px rgba(255,182,193,.6)) drop-shadow(0 0 40px rgba(135,206,235,.5)) drop-shadow(0 0 60px rgba(221,160,221,.4)) drop-shadow(0 0 80px rgba(255,215,0,.3));animation:trophyBounce .6s ease-out,platinumRainbow 4s ease-in-out infinite}@keyframes platinumRainbow{0%,to{filter:drop-shadow(0 8px 20px rgba(255,182,193,.7)) drop-shadow(0 0 40px rgba(255,100,150,.5)) drop-shadow(0 0 60px rgba(255,182,193,.4))}25%{filter:drop-shadow(0 8px 25px rgba(255,215,0,.8)) drop-shadow(0 0 50px rgba(255,230,100,.6)) drop-shadow(0 0 80px rgba(255,240,150,.4))}50%{filter:drop-shadow(0 8px 25px rgba(135,206,235,.8)) drop-shadow(0 0 50px rgba(100,180,255,.6)) drop-shadow(0 0 80px rgba(180,220,255,.4))}75%{filter:drop-shadow(0 8px 25px rgba(221,160,221,.8)) drop-shadow(0 0 50px rgba(200,120,220,.6)) drop-shadow(0 0 80px rgba(230,180,240,.4))}}.trophy-platinum svg{stroke:url(#platinumGradient)}.trophy-platinum{color:#e91e63}.modal-trophy-icon.unlocked.trophy-gold{filter:drop-shadow(0 8px 20px rgba(255,215,0,.6)) drop-shadow(0 0 30px rgba(255,215,0,.4))}.modal-trophy-icon.unlocked.trophy-silver{filter:drop-shadow(0 8px 20px rgba(140,150,170,.7)) drop-shadow(0 0 40px rgba(180,190,210,.5)) drop-shadow(0 0 60px rgba(200,210,230,.3));animation:trophyBounce .6s ease-out,silverSparkle 3s ease-in-out infinite}@keyframes silverSparkle{0%,to{filter:drop-shadow(0 8px 20px rgba(140,150,170,.7)) drop-shadow(0 0 40px rgba(180,190,210,.5)) drop-shadow(0 0 60px rgba(200,210,230,.3))}50%{filter:drop-shadow(0 8px 25px rgba(160,170,200,.8)) drop-shadow(0 0 50px rgba(190,200,220,.6)) drop-shadow(0 0 80px rgba(210,220,240,.4))}}.modal-trophy-icon.unlocked.trophy-bronze{filter:drop-shadow(0 8px 20px rgba(205,127,50,.6)) drop-shadow(0 0 30px rgba(205,127,50,.4))}.modal-trophy-icon:not(.unlocked) svg{opacity:.3;filter:grayscale(100%)}.modal-trophy-icon svg{width:100%;height:100%}.modal-trophy-title{font-size:2rem;margin:0;font-weight:700;text-align:center}.modal-content.modal-platinum .modal-trophy-title{color:#4a4a4a;animation:platinumTitleColorShift 6s ease-in-out infinite}@keyframes platinumTitleColorShift{0%,to{color:#c2185b}16.67%{color:#f57c00}33.33%{color:#388e3c}50%{color:#1976d2}66.67%{color:#7b1fa2}83.33%{color:#c2185b}}.modal-exam-info{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--bone)}.modal-exam-info h3{margin:0;font-size:1.5rem;color:var(--gunmetal)}.modal-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.modal-detail-item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-detail-label{font-weight:600;color:var(--taupe-grey);font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.modal-detail-value{font-size:1.1rem;font-weight:600;color:var(--gunmetal)}.modal-score{font-size:1.5rem;color:#4caf50}.status-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.95rem}.status-unlocked{background:#e8f5e9;color:#4caf50}.status-locked{background:#f5f5f5;color:#999}.modal-cta{text-align:center;padding-top:1.5rem;border-top:2px solid var(--bone)}.modal-encouragement{margin:0 0 1.5rem;color:#666;line-height:1.6;font-size:.95rem}.modal-action-button{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;background:var(--gunmetal);color:var(--parchment);transition:all .2s ease;font-family:var(--font-primary)}.modal-action-button:hover{background:var(--shadow-grey);transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media screen and (max-width:48rem){main{padding:1rem;max-width:100%}.page-header,.header-top-row{gap:.75rem}.header-actions{flex-wrap:wrap;justify-content:center;gap:.75rem}.view-toggle,.stats-button,.trophy-button,.back-button{padding:.4rem .75rem;font-size:.85rem}.view-toggle svg,.stats-button svg,.trophy-button svg{width:18px;height:18px}main h1{font-size:1.75rem}h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}.app-title{font-size:2rem;letter-spacing:.1em}.page-subtitle{font-size:1rem;margin-bottom:1.5rem}.carousel-container{margin:2rem auto 1rem;gap:.75rem}.carousel-cards{min-height:600px}.carousel-nav{width:44px;height:44px;font-size:2rem;border-width:2px}.carousel-indicators{gap:.5rem;bottom:-40px}@media(hover:none){.carousel-indicators:after{content:"Swipe to navigate";position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);font-size:.7rem;color:#999;white-space:nowrap;opacity:.6;font-style:italic}}.carousel-indicator{width:10px;height:10px}.carousel-indicator.active{width:24px}.exam-card-container{height:600px}.exam-card{padding:1.5rem 1.25rem}.exam-card h2{font-size:2.5rem;margin-bottom:1.5rem}.exam-card-back h2{font-size:2rem}.description,.exam-description{font-size:.9rem}.quiz-config{gap:.75rem}.custom-tooltip{left:calc(100% + .5rem);top:50%;transform:translateY(-50%);min-width:160px;max-width:200px;font-size:.8rem}.custom-tooltip:before{right:100%;left:auto;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:var(--gunmetal);border-top-color:transparent}.list-container{padding:0 .5rem;margin:1rem auto}.exam-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.exam-table th,.exam-table td{padding:.75rem;font-size:.85rem}.exam-name{font-size:1rem;min-width:80px}.exam-desc{font-size:.85rem;max-width:300px}.quiz-container{max-width:100%}.quiz-container main{max-width:100%;padding:.75rem}.quiz-header{margin-bottom:.75rem}.quiz-header h1{font-size:1.5rem;margin-bottom:.5rem}.quiz-header-top{flex-wrap:wrap;gap:.75rem}.quiz-header-right{gap:.75rem}.quiz-header-top .app-title{font-size:1.75rem;letter-spacing:.1em}.mock-exam-info{flex-direction:column;align-items:flex-start;gap:.75rem}.timer{font-size:.9rem}.results{padding:2rem 1.5rem}.results h2{font-size:1.5rem}.score-circle{width:160px;height:160px}.score-percentage{font-size:2.5rem}.score-fraction{font-size:1rem}.question-list{grid-template-columns:1fr;gap:.75rem}.trophy{width:100px;height:100px}.trophy-label{font-size:1.25rem}.trophies-container{padding:1rem;overflow-x:hidden}.trophies-container h1{font-size:2rem}.stats-summary{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.stat-value{font-size:2rem}.trophies-grid{grid-template-columns:1fr;gap:1.5rem}.trophy-display-row{gap:.75rem;max-width:100%;overflow:visible;flex-wrap:nowrap;padding:.375rem 0}.trophy-icon{width:50px;height:50px;flex-shrink:0}.trophy-mini{width:40px;height:40px}.trophy-mini svg{width:32px;height:32px}.modal-overlay{padding:.5rem}.modal-content{padding:2rem 1.5rem;max-width:90%}.modal-trophy-icon{width:100px;height:100px}.modal-trophy-title{font-size:1.5rem}.modal-exam-info h3{font-size:1.25rem}.modal-details{gap:1rem}.modal-detail-label{font-size:.85rem}.modal-detail-value{font-size:1rem}button{padding:.625rem 1.25rem;font-size:.95rem}}@media screen and (max-width:30rem){main{padding:.5rem}main h1{font-size:1.5rem}h1{font-size:1.5rem!important}h2{font-size:1.25rem!important}.app-title{font-size:1.5rem;letter-spacing:.08em}.page-subtitle{font-size:.9rem}.carousel-container{margin:1.5rem auto 1rem;gap:.5rem}.carousel-cards{min-height:500px}.carousel-nav{width:40px;height:40px;font-size:1.75rem}.carousel-indicators{bottom:-70px}.exam-card-container{height:500px}.exam-card{padding:1.25rem 1rem}.exam-card h2{font-size:2rem;margin-bottom:1rem}.exam-card-back h2{font-size:1.5rem;margin-bottom:1rem}.description,.exam-description{font-size:.85rem;-webkit-line-clamp:6}.card-trophy-progress{padding-top:1rem;gap:.75rem}.trophy-progress-label{font-size:.95rem}.trophy-mini{width:36px;height:36px}.trophy-mini svg{width:28px;height:28px}.btn-start-quiz{padding:.75rem 1.25rem;font-size:1rem}.view-toggle,.stats-button,.trophy-button,.back-button{padding:.35rem .625rem;font-size:.8rem}.view-toggle svg,.stats-button svg,.trophy-button svg{width:16px;height:16px}.quiz-container main{padding:.5rem}.quiz-header{margin-bottom:.5rem}.quiz-header h1{font-size:1.25rem;margin-bottom:.25rem}.back-link{font-size:.85rem}.progress{flex-direction:column;gap:.25rem;align-items:flex-start;padding:.5rem .75rem;font-size:.85rem}.timer{font-size:.85rem}.navigation{flex-direction:column}.navigation button{width:100%}.results{padding:1.5rem 1rem}.results h2{font-size:1.25rem}.score-circle{width:140px;height:140px}.score-percentage{font-size:2rem}.score-fraction{font-size:.9rem}.score-message{font-size:1rem}.trophy{width:80px;height:80px}.trophy-label{font-size:1.1rem}.results-breakdown h3{font-size:1.25rem}.trophies-container h1{font-size:1.75rem}.trophies-container .page-header p{font-size:1rem}.stat-value{font-size:1.75rem}.stat-label{font-size:.85rem}.exam-trophy-header h2{font-size:1.25rem}.trophy-icon{width:44px;height:44px}.trophy-item .trophy-label{font-size:.75rem}.modal-content{padding:1.5rem 1rem;max-width:95%}.modal-trophy-icon{width:80px;height:80px}.modal-trophy-title{font-size:1.25rem}.modal-exam-info h3{font-size:1.1rem}.modal-score{font-size:1.25rem}.modal-encouragement{font-size:.9rem}.modal-action-button{padding:.75rem 1.5rem;font-size:.95rem}button{padding:.5rem 1rem;font-size:.9rem}}@media screen and (max-height:37.5rem)and (orientation:landscape){.exam-card-container{height:450px}.carousel-cards{min-height:450px}.exam-card{padding:1rem}.exam-card h2{font-size:1.75rem;margin-bottom:.75rem}.score-circle{width:120px;height:120px}.modal-content{max-height:90vh;overflow-y:auto}}[data-theme=dark] body{background-color:var(--dark-bg-primary);color:var(--dark-text-primary)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .app-title{color:var(--dark-text-primary)}[data-theme=dark] .app-title:hover{color:var(--dark-gunmetal)}[data-theme=dark] .app-title:after{background:linear-gradient(90deg,var(--dark-gunmetal),var(--dark-taupe-grey))}[data-theme=dark] .view-toggle,[data-theme=dark] .stats-button,[data-theme=dark] .trophy-button,[data-theme=dark] .back-button{background:var(--dark-card-bg);border-color:var(--dark-border);color:var(--dark-text-primary)}[data-theme=dark] .view-toggle:hover,[data-theme=dark] .stats-button:hover,[data-theme=dark] .trophy-button:hover,[data-theme=dark] .back-button:hover{background:var(--dark-hover-bg);border-color:var(--dark-accent)}[data-theme=dark] .view-toggle svg,[data-theme=dark] .stats-button svg,[data-theme=dark] .trophy-button svg{stroke:var(--dark-text-primary)}[data-theme=dark] .carousel-nav{background:var(--dark-card-bg);border-color:var(--dark-border);color:var(--dark-text-primary)}[data-theme=dark] .carousel-nav:hover:not(:disabled){background:var(--dark-hover-bg);border-color:var(--dark-accent);color:var(--dark-text-primary)}[data-theme=dark] .carousel-indicator{background:var(--dark-card-bg);border-color:var(--dark-border)}[data-theme=dark] .carousel-indicator:hover{background:var(--dark-hover-bg)}[data-theme=dark] .carousel-indicator.active{background:var(--dark-text-primary);border-color:var(--dark-text-primary)}[data-theme=dark] .exam-card{background:var(--dark-card-bg);border-color:var(--dark-border);color:var(--dark-text-primary)}[data-theme=dark] .exam-card:hover{box-shadow:0 20px 40px #0009,0 0 0 1px #ffffff1a}[data-theme=dark] .exam-card h2{color:var(--dark-text-primary)}[data-theme=dark] .exam-description,[data-theme=dark] .description{color:var(--dark-text-secondary)}[data-theme=dark] .card-trophy-progress{border-top-color:var(--dark-border)}[data-theme=dark] .trophy-progress-label{color:var(--dark-text-primary)}[data-theme=dark] .best-score-display{background:#ffffff0d;border-color:#ffffff1a;color:var(--dark-text-primary)}[data-theme=dark] .best-score-text{text-shadow:0 1px 2px rgba(0,0,0,.8)}[data-theme=dark] .best-score-display.trophy-platinum .best-score-fill{background:linear-gradient(90deg,#ff4081,#ffb300,#66bb6a,#42a5f5,#ab47bc,#ff4081);opacity:1}[data-theme=dark] .best-score-display.trophy-gold .best-score-fill{background:linear-gradient(90deg,#ffb300,#ffd54f,#ffb300);opacity:1}[data-theme=dark] .best-score-display.trophy-silver .best-score-fill{background:linear-gradient(90deg,#b0bec5,#e0e0e0,#b0bec5);opacity:1}[data-theme=dark] .best-score-display.trophy-bronze .best-score-fill{background:linear-gradient(90deg,#d4844f,#f4a460,#d4844f);opacity:1}[data-theme=dark] .best-score-display.trophy-none .best-score-fill{background:linear-gradient(90deg,#757575,#bdbdbd,#757575);opacity:1}[data-theme=dark] .best-score-display strong{color:var(--dark-text-primary);text-shadow:0 1px 3px rgba(0,0,0,.9)}[data-theme=dark] .no-attempts-display{color:var(--dark-text-secondary);background:#ffffff08}[data-theme=dark] .quiz-config label{color:var(--dark-text-primary)}[data-theme=dark] .quiz-config input[type=number]{background:var(--dark-bg-secondary);border-color:var(--dark-border);color:var(--dark-text-primary)}[data-theme=dark] .quiz-config input[type=number]:focus{border-color:var(--dark-accent);box-shadow:0 0 0 3px #ffffff1a}[data-theme=dark] .mode-selector label{color:var(--dark-text-primary)}[data-theme=dark] .custom-tooltip{background:var(--dark-hover-bg);color:var(--dark-text-primary);box-shadow:0 2px 8px #00000080}[data-theme=dark] .custom-tooltip:before{border-right-color:var(--dark-hover-bg)}[data-theme=dark] .btn-start-quiz,[data-theme=dark] .btn-start-quiz-table{background:var(--dark-hover-bg);color:var(--dark-text-primary)}[data-theme=dark] .btn-start-quiz:hover,[data-theme=dark] .btn-start-quiz-table:hover{background:var(--dark-accent)}[data-theme=dark] .btn-primary{background:#3a7bc8}[data-theme=dark] .btn-primary:hover:not(:disabled){background:#4a8bd8}[data-theme=dark] .btn-secondary{background:var(--dark-card-bg);color:var(--dark-text-primary);border-color:var(--dark-border)}[data-theme=dark] .btn-secondary:hover:not(:disabled){background:var(--dark-hover-bg)}[data-theme=dark] .exam-table{background:var(--dark-card-bg);box-shadow:0 2px 8px #00000080}[data-theme=dark] .exam-table thead{background:var(--dark-hover-bg);color:var(--dark-text-primary)}[data-theme=dark] .exam-table tbody tr{border-bottom-color:var(--dark-border)}[data-theme=dark] .exam-table tbody tr:hover{background:var(--dark-bg-secondary)}[data-theme=dark] .exam-name{color:var(--dark-text-primary)}[data-theme=dark] .exam-desc{color:var(--dark-text-secondary)}[data-theme=dark] .mode-selector-inline label{color:var(--dark-text-primary)}[data-theme=dark] .question-input{background:var(--dark-bg-secondary);border-color:var(--dark-border);color:var(--dark-text-primary)}[data-theme=dark] .question-input:focus{border-color:var(--dark-accent);box-shadow:0 0 0 3px #ffffff1a}[data-theme=dark] .fixed-count,[data-theme=dark] .quiz-header h1{color:var(--dark-text-primary)}[data-theme=dark] .back-link{color:#5a9fd4}[data-theme=dark] .exam-info{background:var(--dark-card-bg)}[data-theme=dark] .exam-info .exam-description{color:var(--dark-text-secondary)}[data-theme=dark] .progress{background:var(--dark-card-bg);color:var(--dark-text-secondary)}[data-theme=dark] .timer{color:var(--dark-text-primary)}[data-theme=dark] .results{background:var(--dark-card-bg);box-shadow:0 2px 8px #00000080}[data-theme=dark] .results h2{color:var(--dark-text-primary)}[data-theme=dark] .score-message{color:var(--dark-text-secondary)}[data-theme=dark] .question-result.correct{background:#4caf5026;border-color:#4caf50}[data-theme=dark] .question-result.incorrect{background:#f4433626;border-color:#f44336}[data-theme=dark] .question-number,[data-theme=dark] .question-preview{color:var(--dark-text-secondary)}[data-theme=dark] .trophies-container h1{color:var(--dark-text-primary)}[data-theme=dark] .trophies-container .page-header p{color:var(--dark-text-secondary)}[data-theme=dark] .stat-card{background:var(--dark-card-bg);border-color:var(--dark-border);box-shadow:0 2px 8px #00000080}[data-theme=dark] .stat-card:hover{box-shadow:0 4px 16px #0009}[data-theme=dark] .stat-value{color:var(--dark-text-primary)}[data-theme=dark] .stat-label{color:var(--dark-text-secondary)}[data-theme=dark] .exam-trophy-card{background:var(--dark-card-bg);border-color:var(--dark-border);box-shadow:0 2px 8px #00000080}[data-theme=dark] .exam-trophy-card:hover{box-shadow:0 4px 16px #0009}[data-theme=dark] .exam-trophy-header{border-bottom-color:var(--dark-border)}[data-theme=dark] .exam-trophy-header h2{color:var(--dark-text-primary)}[data-theme=dark] .no-attempts{color:var(--dark-text-secondary)}[data-theme=dark] .exam-attempts{color:var(--dark-text-secondary);border-top-color:var(--dark-border)}[data-theme=dark] .trophy-item:after{background:var(--dark-hover-bg);color:var(--dark-text-primary);border-color:var(--dark-border);box-shadow:0 4px 12px #0009}[data-theme=dark] .trophy-item:before{border-top-color:var(--dark-hover-bg)}[data-theme=dark] .trophy-item.unlocked:after{background:#4caf50;color:#fff;border-color:#4caf50}[data-theme=dark] .trophy-item.unlocked:before{border-top-color:#4caf50}[data-theme=dark] .trophy-item .trophy-label .unlocked-text{color:var(--dark-text-primary)}[data-theme=dark] .trophy-item .trophy-label .locked-text{color:var(--dark-text-secondary)}[data-theme=dark] .modal-overlay{background:#000000e6}[data-theme=dark] .modal-content{background:var(--dark-card-bg);box-shadow:0 8px 32px #000c}[data-theme=dark] .modal-trophy-title{color:var(--dark-text-primary)}[data-theme=dark] .modal-exam-info{border-bottom-color:var(--dark-border)}[data-theme=dark] .modal-exam-info h3{color:var(--dark-text-primary)}[data-theme=dark] .modal-detail-label{color:var(--dark-text-secondary)}[data-theme=dark] .modal-detail-value{color:var(--dark-text-primary)}[data-theme=dark] .modal-cta{border-top-color:var(--dark-border)}[data-theme=dark] .modal-encouragement{color:var(--dark-text-secondary)}[data-theme=dark] .modal-action-button{background:var(--dark-hover-bg);color:var(--dark-text-primary)}[data-theme=dark] .modal-action-button:hover{background:var(--dark-accent)}[data-theme=dark] .modal-close{color:var(--dark-text-secondary)}[data-theme=dark] .modal-close:hover{background:var(--dark-hover-bg);color:var(--dark-text-primary)}[data-theme=dark] .status-locked{background:#ffffff0d;color:var(--dark-text-secondary)}[data-theme=dark] .loading,[data-theme=dark] .empty{color:var(--dark-text-secondary)}[data-theme=dark] .error{color:#ff6b6b;background:#ff6b6b1a}[data-theme=dark] .error h3{color:#ff8787}[data-theme=dark] .error p{color:#ff6b6b}[data-theme=dark] .modal-content.modal-platinum{border:3px solid #8B7BAA;box-shadow:0 8px 32px #8b7baa80,0 0 50px #e91e634d,0 0 80px #9c27b033;background:linear-gradient(135deg,transparent 0%,rgba(233,30,99,.15) 20%,rgba(255,152,0,.1) 40%,rgba(33,150,243,.15) 60%,rgba(156,39,176,.15) 80%,transparent 100%),linear-gradient(160deg,#2a2a2a,#2f2640,#3a2f3a,#2d2d35,#352d3f,#2e2e38,#3a2f3a 90%,#2a2a2a);background-size:400% 100%,100% 100%;animation:rainbowPlatinumBg 8s ease-in-out infinite}[data-theme=dark] .modal-content.modal-platinum:before{background:linear-gradient(110deg,#2a2a2a,#4a2545,#4a3820,#2a4a35,#2a3a4a,#3a2a4a,#353535,#4a2a3a,#4a3a25,#304a30,#2a3545,#3a2545,#3a3a3a,#4a2545,#4a3820,#2a4a35,#2a3a4a,#3a2a4a,#353535 90%,#2a2a2a);background-size:400% 400%;animation:rainbowPlatinum 6s ease-in-out infinite;opacity:.4}[data-theme=dark] .modal-content.modal-gold{border:3px solid #B8860B;box-shadow:0 8px 32px #ffd70066,0 0 50px #ffd7004d;background:linear-gradient(135deg,transparent 0%,rgba(255,215,0,.2) 50%,transparent 100%),linear-gradient(160deg,#2a2a20,#3a3520,#4a4020,#353020,#453a20,#3a3525,#4a4020 90%,#2f2f20);background-size:300% 100%,100% 100%;animation:liquidGoldBg 5s ease-in-out infinite}[data-theme=dark] .modal-content.modal-gold:before{background:linear-gradient(110deg,#3a3020,#4a4010 8%,#5a5020,#504820 22%,#453a15,#504520 38%,#5a5525,#504515 52%,#403510,#554a20 68%,#5a5525,#4a4010 82%,#504520 90%,#453a15);background-size:300% 300%;animation:liquidGold 4s ease-in-out infinite;opacity:.25}[data-theme=dark] .modal-content.modal-silver{border:3px solid #8A9299;box-shadow:0 8px 32px #c0c8d066,0 0 50px #c0c8d04d;background:linear-gradient(135deg,transparent 0%,rgba(192,200,208,.2) 50%,transparent 100%),linear-gradient(160deg,#2a2c2e,#353a3d,#3a4045,#32363a,#3d4246,#363b3f,#3a4045 90%,#2f3235);background-size:300% 100%,100% 100%;animation:liquidSilverBg 5s ease-in-out infinite}[data-theme=dark] .modal-content.modal-silver:before{background:linear-gradient(110deg,#353a3f,#404548 8%,#4a5055,#45494e 22%,#3d4246,#484d52 38%,#505558,#474c50 52%,#3a3e42,#4a4f54 68%,#505558,#404548 82%,#484d52 90%,#3d4246);background-size:300% 300%;animation:liquidSilver 4s ease-in-out infinite;opacity:.25}[data-theme=dark] .modal-content.modal-bronze{border:3px solid #8B6B3D;box-shadow:0 8px 32px #cd7f3266,0 0 50px #cd7f324d;background:linear-gradient(135deg,transparent 0%,rgba(205,127,50,.15) 50%,transparent 100%),linear-gradient(160deg,#2a2520,#352e25,#3a342a,#332d25,#3d352a,#35302a,#3a342a 90%,#2f2a25);background-size:300% 100%,100% 100%;animation:liquidBronzeBg 5s ease-in-out infinite}[data-theme=dark] .modal-content.modal-bronze:before{background:linear-gradient(110deg,#3a2f20,#4a3820 8%,#554530,#503f28 22%,#453520,#504028 38%,#5a4a35,#503f25 52%,#403018,#554330 68%,#5a4a35,#4a3820 82%,#504028 90%,#453520);background-size:300% 300%;animation:liquidBronze 4s ease-in-out infinite;opacity:.25}[data-theme=dark] .modal-content.modal-platinum .modal-trophy-title{color:var(--dark-text-primary);animation:none}
