
.exam-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.exam-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:1rem;text-align:left;cursor:pointer;font:inherit;transition:.16s ease;min-height:130px}.exam-card:hover{border-color:#8dcce5;box-shadow:0 10px 28px #07598512;transform:translateY(-1px)}.exam-card strong{display:block;color:#0b4b69;font-size:1rem}.exam-card span{display:block;color:#627482;font-size:.84rem;margin-top:.25rem}.exam-card .count{font-weight:800;color:#08709a;margin-top:.7rem}.quiz-shell{padding:0!important;overflow:hidden}.quiz-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.2rem;background:#f6fbfe;border-bottom:1px solid var(--line)}.quiz-toolbar strong{display:block;color:#0b3e59}.quiz-toolbar span{font-size:.82rem;color:#647884}.quiz-actions{display:flex;gap:.4rem}.quiz-actions button,.quiz-nav button{border:1px solid #bfd8e6;background:white;color:#24546c;border-radius:10px;padding:.55rem .75rem;font-weight:700;cursor:pointer}.quiz-actions button:hover,.quiz-nav button:hover{background:#eef8fd}.quiz-progress{height:6px;background:#e6f1f6}.quiz-progress div{height:100%;background:#0ea5e9;width:0;transition:width .2s}.question-card{padding:1.3rem 1.35rem}.question-top{display:flex;justify-content:space-between;gap:.7rem;align-items:center;margin-bottom:.65rem}.question-top .qnum{font-weight:850;color:#0b4c69}.question-tags{display:flex;gap:.35rem;flex-wrap:wrap}.question-tags span{font-size:.7rem;border:1px solid #d3e5ee;background:#f7fbfd;border-radius:999px;padding:.25rem .45rem;color:#567080}.question-stem{font-size:1.08rem;font-weight:650;color:#1f3b4b;margin:1rem 0}.options{display:grid;gap:.55rem}.option{display:flex;align-items:flex-start;gap:.7rem;border:1px solid #d8e6ee;border-radius:13px;padding:.8rem .9rem;background:#fff;cursor:pointer}.option:hover{border-color:#9fcfe2;background:#fbfeff}.option input{margin-top:.25rem}.option .letter{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#eaf6fb;color:#075985;font-weight:850;flex:0 0 auto}.option.selected{border-color:#4ca7cb;background:#f0faff}.quiz-nav{display:flex;gap:.45rem;align-items:center;padding:1rem 1.2rem;border-top:1px solid var(--line);background:#fbfdff}.quiz-nav #quiz-next,.quiz-nav #quiz-finish{margin-left:auto}.quiz-nav .primary{background:#075985;color:#fff;border-color:#075985}.result-hero{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1rem;background:#f2f9fd;border:1px solid #d5eaf4;border-radius:15px}.score-ring{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#0ea5e9 var(--score),#dcecf4 0);position:relative}.score-ring:after{content:"";position:absolute;inset:9px;background:#fff;border-radius:50%}.score-ring strong{position:relative;z-index:1;font-size:1.25rem;color:#0b526e}.breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:1rem 0}.break-item{border:1px solid #dce8ef;border-radius:12px;padding:.7rem;background:#fff}.break-item strong{display:block;color:#0b526e}.review-list{display:grid;gap:.8rem}.review-item{border:1px solid #dce7ee;border-radius:14px;padding:1rem}.review-item.correct{border-left:5px solid #0f766e}.review-item.wrong{border-left:5px solid #b45309}.review-item h3{margin:.1rem 0 .5rem;font-size:1rem}.review-item p{font-size:.9rem}.review-item .answer-line{font-weight:700}.resume-banner{border:1px solid #bde0ef;background:#eef9fe;border-radius:14px;padding:.9rem 1rem;margin:.8rem 0;display:flex;justify-content:space-between;gap:.8rem;align-items:center}.resume-banner button{border:0;background:#075985;color:white;border-radius:9px;padding:.55rem .75rem;font-weight:750;cursor:pointer}.marked{color:#9a6700!important;border-color:#e4c767!important;background:#fff9df!important}
@media(max-width:900px){.exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.breakdown{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.exam-grid,.breakdown{grid-template-columns:1fr}.quiz-toolbar{align-items:flex-start;flex-direction:column}.quiz-actions{width:100%}.quiz-actions button{flex:1}.question-card{padding:1rem}.quiz-nav{flex-wrap:wrap}.quiz-nav #quiz-next,.quiz-nav #quiz-finish{margin-left:0}.result-hero{grid-template-columns:1fr}.score-ring{margin:auto}}

.custom-builder{margin:1rem 0;padding:1rem 1.1rem;border:1px solid #cfe4ee;border-radius:16px;background:#f8fcfe}.custom-builder h3{margin-top:0;color:#0b4b69}.custom-builder fieldset{border:0;padding:.6rem 0;margin:.4rem 0}.custom-builder legend{font-weight:800;color:#244d61;margin-bottom:.35rem}.custom-builder label{display:inline-flex;gap:.35rem;align-items:center;margin:.25rem .75rem .25rem 0;font-size:.9rem}.builder-cats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem .6rem}.builder-start{border:0;background:#075985;color:#fff;border-radius:11px;padding:.7rem 1rem;font-weight:800;cursor:pointer}@media(max-width:780px){.builder-cats{grid-template-columns:1fr}.breakdown{grid-template-columns:1fr}}