:root{--accent: var(--accentColor);--accent-dark: color-mix(in srgb, var(--accentColor) 80%, black);--navy: #1e293b;--slate: #475569;--light: #f8fafc;--border: #e2e8f0;--green: #10b981;--red: #ef4444;--amber: #f59e0b;--blue: #3b82f6;--text: #2B3A4A;--bg: #FAFAFA}[data-astro-cid-lhxycfu2]{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.quiz-header[data-astro-cid-lhxycfu2]{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);padding:2rem;color:#fff;text-align:center}.quiz-header[data-astro-cid-lhxycfu2] h1[data-astro-cid-lhxycfu2]{font-size:1.75rem;margin-bottom:.5rem}.quiz-header[data-astro-cid-lhxycfu2] p[data-astro-cid-lhxycfu2]{opacity:.9}.progress-container[data-astro-cid-lhxycfu2]{background:#fff;padding:1rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.progress-inner[data-astro-cid-lhxycfu2]{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.progress-bar[data-astro-cid-lhxycfu2]{flex:1;height:8px;background:var(--border);border-radius:4px;min-width:100px}.progress-fill[data-astro-cid-lhxycfu2]{height:100%;background:var(--accent);border-radius:4px;transition:width .3s}.progress-text[data-astro-cid-lhxycfu2]{font-size:.85rem;color:#666;white-space:nowrap}main[data-astro-cid-lhxycfu2]{max-width:900px;margin:0 auto;padding:2rem}.exercise-card[data-astro-cid-lhxycfu2]{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f;display:none}.exercise-card[data-astro-cid-lhxycfu2].active{display:block}.exercise-header[data-astro-cid-lhxycfu2]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border);flex-wrap:wrap;gap:.5rem}.exercise-number[data-astro-cid-lhxycfu2]{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-weight:600}.exercise-title[data-astro-cid-lhxycfu2]{font-size:1.2rem;font-weight:600;color:var(--navy);margin-top:.25rem}.exercise-points[data-astro-cid-lhxycfu2]{background:var(--light);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;color:var(--accent)}.exercise-instructions[data-astro-cid-lhxycfu2]{color:var(--slate);margin-bottom:1.5rem;font-size:.95rem}.sort-items[data-astro-cid-lhxycfu2]{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;background:#fff;border:2px solid var(--border);border-radius:8px;margin-bottom:1rem;min-height:60px}.sort-item[data-astro-cid-lhxycfu2]{background:var(--navy);color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s;border:3px solid transparent;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.sort-item[data-astro-cid-lhxycfu2]:hover:not(.placed):not(.disabled){transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.sort-item[data-astro-cid-lhxycfu2].selected{border-color:var(--amber);box-shadow:0 0 0 3px #f59e0b4d}.sort-item[data-astro-cid-lhxycfu2].placed{opacity:.5;cursor:default;pointer-events:none}.sort-item[data-astro-cid-lhxycfu2].correct{background:var(--green)!important;opacity:1!important}.sort-item[data-astro-cid-lhxycfu2].incorrect{background:var(--red)!important;opacity:1!important}.sort-item[data-astro-cid-lhxycfu2].disabled{pointer-events:none}.sort-zones[data-astro-cid-lhxycfu2]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.sort-zones[data-astro-cid-lhxycfu2].three-col{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.sort-zones[data-astro-cid-lhxycfu2],.sort-zones[data-astro-cid-lhxycfu2].three-col{grid-template-columns:1fr}}.sort-zone[data-astro-cid-lhxycfu2]{background:#f8f9fa;border:2px dashed #ccc;border-radius:8px;min-height:120px;padding:1rem;cursor:pointer;transition:all .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.sort-zone[data-astro-cid-lhxycfu2]:hover:not(.disabled){border-color:var(--accent);background:#f0f0ff}.sort-zone[data-astro-cid-lhxycfu2].active{border-color:var(--amber);background:#fffbeb}.sort-zone[data-astro-cid-lhxycfu2].disabled{pointer-events:none}.sort-zone-title[data-astro-cid-lhxycfu2]{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-weight:600}.sort-zone-items[data-astro-cid-lhxycfu2]{display:flex;flex-wrap:wrap;gap:.5rem}.sort-zone-items[data-astro-cid-lhxycfu2] .sort-item[data-astro-cid-lhxycfu2]{pointer-events:auto;opacity:1}.help-text[data-astro-cid-lhxycfu2]{text-align:center;color:#999;font-size:.85rem;margin-top:1rem;font-style:italic}.scenario-box[data-astro-cid-lhxycfu2]{background:linear-gradient(135deg,#f0f4ff,#e8eeff);border-left:4px solid var(--accent);padding:1.25rem;border-radius:0 8px 8px 0;margin-bottom:1.5rem}.scenario-box[data-astro-cid-lhxycfu2] h4[data-astro-cid-lhxycfu2]{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:.5rem}.scenario-box[data-astro-cid-lhxycfu2] p[data-astro-cid-lhxycfu2]{margin-bottom:.5rem}.scenario-box[data-astro-cid-lhxycfu2] p[data-astro-cid-lhxycfu2]:last-child{margin-bottom:0}.options[data-astro-cid-lhxycfu2]{display:flex;flex-direction:column;gap:.75rem}.option[data-astro-cid-lhxycfu2]{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f8f9fa;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.option[data-astro-cid-lhxycfu2]:hover:not(.disabled){background:var(--border)}.option[data-astro-cid-lhxycfu2].selected{border-color:var(--accent);background:#ebf3ff}.option[data-astro-cid-lhxycfu2].correct{border-color:var(--green);background:#d1fae5}.option[data-astro-cid-lhxycfu2].incorrect{border-color:var(--red);background:#fee2e2}.option[data-astro-cid-lhxycfu2].show-correct{border-color:var(--green);background:#d1fae5}.option[data-astro-cid-lhxycfu2].disabled{pointer-events:none}.option[data-astro-cid-lhxycfu2] input[data-astro-cid-lhxycfu2]{display:none}.option-marker[data-astro-cid-lhxycfu2]{width:28px;height:28px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;color:#888;flex-shrink:0}.option[data-astro-cid-lhxycfu2].selected .option-marker[data-astro-cid-lhxycfu2]{border-color:var(--accent);background:var(--accent);color:#fff}.option[data-astro-cid-lhxycfu2].correct .option-marker[data-astro-cid-lhxycfu2]{border-color:var(--green);background:var(--green);color:#fff}.option[data-astro-cid-lhxycfu2].incorrect .option-marker[data-astro-cid-lhxycfu2]{border-color:var(--red);background:var(--red);color:#fff}.option[data-astro-cid-lhxycfu2].show-correct .option-marker[data-astro-cid-lhxycfu2]{border-color:var(--green);background:var(--green);color:#fff}.option-text[data-astro-cid-lhxycfu2]{flex:1;font-size:.95rem}.multi-select[data-astro-cid-lhxycfu2] .option-marker[data-astro-cid-lhxycfu2]{border-radius:4px}.feedback-box[data-astro-cid-lhxycfu2]{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.9rem;display:none}.feedback-box[data-astro-cid-lhxycfu2].show{display:block}.feedback-box[data-astro-cid-lhxycfu2].correct{background:#d1fae5;border-left:4px solid var(--green)}.feedback-box[data-astro-cid-lhxycfu2].incorrect{background:#fee2e2;border-left:4px solid var(--red)}.feedback-box[data-astro-cid-lhxycfu2] strong[data-astro-cid-lhxycfu2]{display:block;margin-bottom:.25rem}.nav-buttons[data-astro-cid-lhxycfu2]{display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.btn[data-astro-cid-lhxycfu2]{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.95rem;touch-action:manipulation}.btn-secondary[data-astro-cid-lhxycfu2]{background:var(--border);color:var(--text)}.btn-secondary[data-astro-cid-lhxycfu2]:hover{background:#d5d5d5}.btn-primary[data-astro-cid-lhxycfu2]{background:var(--accent);color:#fff}.btn-primary[data-astro-cid-lhxycfu2]:hover{opacity:.9}.btn[data-astro-cid-lhxycfu2]:disabled{opacity:.5;cursor:not-allowed}.submit-btn[data-astro-cid-lhxycfu2]{background:var(--accent);color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s;touch-action:manipulation}.submit-btn[data-astro-cid-lhxycfu2]:hover{opacity:.9}.submit-btn[data-astro-cid-lhxycfu2]:disabled{opacity:.5;cursor:not-allowed}.results-card[data-astro-cid-lhxycfu2]{background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 2px 8px #0000000f;display:none}.results-card[data-astro-cid-lhxycfu2].show{display:block}.score-circle[data-astro-cid-lhxycfu2]{width:150px;height:150px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700}.score-circle[data-astro-cid-lhxycfu2].pass{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:var(--green)}.score-circle[data-astro-cid-lhxycfu2].fail{background:linear-gradient(135deg,#fee2e2,#fecaca);color:var(--red)}.score-circle[data-astro-cid-lhxycfu2] .percentage[data-astro-cid-lhxycfu2]{font-size:2.5rem}.score-circle[data-astro-cid-lhxycfu2] .label[data-astro-cid-lhxycfu2]{font-size:.85rem;opacity:.8}.results-card[data-astro-cid-lhxycfu2] h2[data-astro-cid-lhxycfu2]{margin-bottom:.5rem}.results-card[data-astro-cid-lhxycfu2]>p[data-astro-cid-lhxycfu2]{color:#666;margin-bottom:2rem}.results-breakdown[data-astro-cid-lhxycfu2]{background:var(--light);padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.results-breakdown[data-astro-cid-lhxycfu2] h3[data-astro-cid-lhxycfu2]{font-size:1rem;margin-bottom:1rem}.breakdown-row[data-astro-cid-lhxycfu2]{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.breakdown-row[data-astro-cid-lhxycfu2]:last-child{border-bottom:none}.breakdown-label[data-astro-cid-lhxycfu2]{color:var(--slate)}.breakdown-score[data-astro-cid-lhxycfu2]{font-weight:600}.breakdown-score[data-astro-cid-lhxycfu2].full{color:var(--green)}.breakdown-score[data-astro-cid-lhxycfu2].partial{color:var(--amber)}.breakdown-score[data-astro-cid-lhxycfu2].zero{color:var(--red)}.results-actions[data-astro-cid-lhxycfu2]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.badge-earned[data-astro-cid-lhxycfu2]{background:linear-gradient(135deg,#ffc000,#ffd54f);padding:1.5rem;border-radius:12px;margin-bottom:2rem}.badge-earned[data-astro-cid-lhxycfu2] h3[data-astro-cid-lhxycfu2]{color:#5d4037;margin-bottom:.5rem}.badge-earned[data-astro-cid-lhxycfu2] p[data-astro-cid-lhxycfu2]{color:#795548;margin:0;font-size:.9rem}.certification-box[data-astro-cid-lhxycfu2]{background:linear-gradient(135deg,#1e3a5f,#2d5a87);padding:2rem;border-radius:16px;margin-bottom:2rem;color:#fff;border:3px solid #ffd700}.certification-box[data-astro-cid-lhxycfu2] .cert-icon[data-astro-cid-lhxycfu2]{font-size:3rem;margin-bottom:1rem}.certification-box[data-astro-cid-lhxycfu2] h3[data-astro-cid-lhxycfu2]{color:gold;margin-bottom:.5rem;font-size:1.5rem}.certification-box[data-astro-cid-lhxycfu2] p[data-astro-cid-lhxycfu2]{color:#ffffffe6;margin-bottom:1.5rem}.btn-gold[data-astro-cid-lhxycfu2]{background:linear-gradient(135deg,gold,#ffb800);color:#1e3a5f;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;text-decoration:none;display:inline-block}.btn-gold[data-astro-cid-lhxycfu2]:hover{opacity:.9}.footer[data-astro-cid-lhxycfu2]{text-align:center;padding:2rem;color:#666;font-size:.9rem}.footer[data-astro-cid-lhxycfu2] a[data-astro-cid-lhxycfu2]{color:var(--accent);text-decoration:none}@media (max-width: 600px){main[data-astro-cid-lhxycfu2]{padding:1rem}.exercise-card[data-astro-cid-lhxycfu2],.quiz-header[data-astro-cid-lhxycfu2]{padding:1.5rem}.quiz-header[data-astro-cid-lhxycfu2] h1[data-astro-cid-lhxycfu2]{font-size:1.4rem}.sort-item[data-astro-cid-lhxycfu2]{padding:.5rem .75rem;font-size:.8rem}}
