:root{--color-celadon-50: #f0f9f6;--color-celadon-100: #dcf2ea;--color-celadon-200: #b9e5d5;--color-celadon-500: #71c6a8;--color-celadon-600: #57a88d;--color-brand-blue-50: #eff6ff;--color-brand-blue-100: #dbeafe;--color-brand-blue-600: #2563eb}.prose .response-container{display:grid;gap:1rem;margin:2rem 0}@media(min-width:768px){.prose .response-container{grid-template-columns:1fr 1fr}}.prose .response-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.6;position:relative;box-shadow:0 1px 2px #0000000d}.prose .response-card:before{content:attr(data-label);position:absolute;top:-.75rem;left:1rem;background:#fff;padding:0 .5rem;font-size:.75rem;font-weight:700;color:#64748b;border:1px solid #e2e8f0;border-radius:.25rem}.prose .response-card-celadon{background-color:var(--color-celadon-50);border-color:var(--color-celadon-200)}.prose .response-card-blue{background-color:var(--color-brand-blue-50);border-color:var(--color-brand-blue-100)}.prose .response-card.selectable{cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none}.prose .response-card.selectable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:var(--color-brand-blue-600)}.prose .response-card.selected{border-color:var(--color-brand-blue-600);border-width:2px;box-shadow:0 0 0 3px #2563eb1a}.prose .response-container.has-selection .response-card.selectable{opacity:.45;transform:none}.prose .response-container.has-selection .response-card.selected{opacity:1}.prose .response-container.has-selection .response-card.card-correct{opacity:1;background-color:#f0fdf4;border-color:#86efac;border-width:2px;box-shadow:0 0 0 3px #22c55e1f}.prose .response-container.has-selection .response-card.card-wrong{opacity:1;background-color:#fef2f2;border-color:#fca5a5;border-width:2px;box-shadow:0 0 0 3px #ef44441a}.prose .response-card.card-correct:after,.prose .response-card.card-wrong:after{content:attr(data-verdict);position:absolute;bottom:.6rem;right:.75rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:.15rem .5rem;border-radius:999px}.prose .response-card.card-correct:after{background:#dcfce7;color:#15803d}.prose .response-card.card-wrong:after{background:#fee2e2;color:#b91c1c}.prose .exercise-block .answer-reveal{opacity:0;pointer-events:none;transform:translateY(10px);transition:all .4s ease;max-height:0;overflow:hidden}.prose .exercise-block.revealed .answer-reveal{opacity:1;pointer-events:auto;transform:translateY(0);max-height:5000px;margin-top:1.5rem}.prose .exercise-block{background-color:#fff;background-image:radial-gradient(#e5e7eb 1px,transparent 1px);background-size:20px 20px;border-left:4px solid var(--color-brand-blue-600);border-radius:0 .75rem .75rem 0;padding:1.5rem;margin:2.5rem 0;box-shadow:0 4px 6px -1px #0000001a}.prose .exercise-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.prose .exercise-icon{width:2.5rem;height:2.5rem;-o-object-fit:contain;object-fit:contain}.prose .exercise-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0!important}.prose .academy-callout{display:flex;gap:1rem;padding:1.25rem;margin:1.5rem 0;border-radius:.75rem;border-left:4px solid transparent}.prose .academy-callout img{width:2.5rem;height:2.5rem;margin:0!important;flex-shrink:0}.prose .callout-content{flex:1}.prose .callout-content p{margin:0!important;font-size:.95rem}.prose .callout-insight{background-color:var(--color-celadon-50);border-left-color:var(--color-celadon-500)}.prose .callout-warning{background-color:#fffbeb;border-left-color:#f59e0b}.prose .quick-ref-card{background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:1rem;padding:1.5rem;margin:3rem 0}.prose .quick-ref-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.prose .quick-ref-header img{width:2rem;height:2rem;margin:0!important}.prose .quick-ref-header h2{font-size:1.25rem!important;margin:0!important;border:none!important;padding:0!important}.prose .try-it-likert{margin:1rem 0 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prose .try-it-likert-track{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.prose .try-it-likert-label-lo,.prose .try-it-likert-label-hi{font-size:.75rem;color:#6b7280;flex-shrink:0;width:4.5rem;line-height:1.3}.prose .try-it-likert-label-hi{text-align:right}.prose .try-it-likert-input{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:3px;background:linear-gradient(to right,#6366f1 0%,#6366f1 var(--likert-pct, 0%),#e5e7eb var(--likert-pct, 0%),#e5e7eb 100%);outline:none;cursor:pointer}.prose .try-it-likert-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border-radius:50%;background:#6366f1;border:2px solid #fff;box-shadow:0 0 0 2px #6366f1;cursor:grab;-webkit-transition:box-shadow .15s;transition:box-shadow .15s}.prose .try-it-likert-input::-moz-range-thumb{width:1.25rem;height:1.25rem;border-radius:50%;background:#6366f1;border:2px solid #fff;box-shadow:0 0 0 2px #6366f1;cursor:grab}.prose .try-it-likert-input:active::-webkit-slider-thumb{cursor:grabbing;box-shadow:0 0 0 4px #6366f133}.prose .try-it-likert-pip-row{display:flex;justify-content:space-between;padding:0 5.25rem;margin-bottom:.875rem}.prose .try-it-likert-pip{font-size:.75rem;font-weight:600;color:#9ca3af;width:1.25rem;text-align:center;transition:color .1s}.prose .try-it-likert-pip.active{color:#4f46e5}.prose .try-it-likert-feedback{min-height:2.5rem;background:#eef2ff;border-left:3px solid #6366f1;border-radius:0 .375rem .375rem 0;padding:.625rem .875rem;font-size:.875rem;color:#312e81;display:none}.prose .try-it-likert-feedback.visible{display:block;animation:likert-fade-in .2s ease}@keyframes likert-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.prose .try-it-draft{margin:1rem 0 1.25rem}.prose .try-it-draft-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.prose .try-it-draft-textarea{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem .75rem;font-size:.9rem;color:#111827;background:#fff;resize:vertical;font-family:inherit;line-height:1.5;transition:border-color .15s,box-shadow .15s}.prose .try-it-draft-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]{border-left:4px solid #6366f1;padding-left:.875rem;margin-top:3rem;padding-top:.125rem}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]:first-of-type{margin-top:1.25rem}.prose[data-astro-cid-2mpmjgze] h3[data-astro-cid-2mpmjgze]{border-left:3px solid #a5b4fc;padding-left:.75rem;margin-top:2rem}.prose[data-astro-cid-2mpmjgze] p[data-astro-cid-2mpmjgze]{margin-bottom:1.5em}.prose[data-astro-cid-2mpmjgze] blockquote[data-astro-cid-2mpmjgze]{background-color:#eef2ff80;border-left:4px solid #6366f1;border-radius:0 .5rem .5rem 0;padding:.875rem 1.125rem;font-style:normal;font-size:1rem;color:#1e1b4b}.prose[data-astro-cid-2mpmjgze] blockquote[data-astro-cid-2mpmjgze] p[data-astro-cid-2mpmjgze]{margin:0}.prose[data-astro-cid-2mpmjgze] blockquote[data-astro-cid-2mpmjgze] strong[data-astro-cid-2mpmjgze]{color:#4338ca}.prose[data-astro-cid-2mpmjgze] img[data-astro-cid-2mpmjgze]{border-radius:.5rem;max-width:100%;height:auto;margin:1.5rem auto;display:block}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze]:not([open]),.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze][open]:not(.try-it-block){background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem 1.125rem;margin:1.5rem 0}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze][open]:not(.try-it-block){border-color:#c7d2fe;background-color:#eef2ff}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze]:not(.try-it-block)>summary[data-astro-cid-2mpmjgze]{font-weight:600;cursor:pointer;color:#4f46e5;list-style:none;display:flex;align-items:center;gap:.5rem;-moz-user-select:none;user-select:none;-webkit-user-select:none}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze]:not(.try-it-block)>summary[data-astro-cid-2mpmjgze]:before{content:"▶";font-size:.625rem;transition:transform .15s ease;display:inline-block;color:#818cf8}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze][open]:not(.try-it-block)>summary[data-astro-cid-2mpmjgze]:before{transform:rotate(90deg)}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze]:not(.try-it-block)>summary[data-astro-cid-2mpmjgze]::-webkit-details-marker{display:none}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze]>[data-astro-cid-2mpmjgze]:not(summary){margin-top:.75rem}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze].try-it-block{background:none;border:none;padding:0;margin:2.5rem 0 1rem}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze].try-it-block>summary[data-astro-cid-2mpmjgze]{list-style:none;cursor:default;pointer-events:none;display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6366f1}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze].try-it-block>summary[data-astro-cid-2mpmjgze]:before{content:"✦";font-size:.6rem;color:#a5b4fc}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze].try-it-block>summary[data-astro-cid-2mpmjgze]::-webkit-details-marker{display:none}.prose[data-astro-cid-2mpmjgze] details[data-astro-cid-2mpmjgze].try-it-block>[data-astro-cid-2mpmjgze]:not(summary){margin-top:.5rem}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]:last-of-type{border-left-color:#8b5cf6;color:#6d28d9}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]:last-of-type~ul[data-astro-cid-2mpmjgze]:last-of-type{border:2px dashed #c4b5fd;border-radius:.5rem;padding:.875rem 1rem .875rem 2rem;background-color:#f5f3ff;margin-top:.75rem}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]:last-of-type~ul[data-astro-cid-2mpmjgze]:last-of-type li[data-astro-cid-2mpmjgze]{font-size:.9375rem;color:#3b0764;margin-bottom:.5rem}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]:last-of-type~ul[data-astro-cid-2mpmjgze]:last-of-type li[data-astro-cid-2mpmjgze]:last-child{margin-bottom:0}.prose[data-astro-cid-2mpmjgze] h2[data-astro-cid-2mpmjgze]:last-of-type~ul[data-astro-cid-2mpmjgze]:last-of-type strong[data-astro-cid-2mpmjgze]{color:#6d28d9}details[data-astro-cid-2mpmjgze][open] .mobile-toc-chevron[data-astro-cid-2mpmjgze]{transform:rotate(180deg)}.toc-link[data-astro-cid-2mpmjgze].toc-active{color:#4f46e5;background-color:#eef2ff99;font-weight:500}.check-done[data-astro-cid-2mpmjgze] .toc-check-icon[data-astro-cid-2mpmjgze]{border-color:#10b981;background-color:#10b981;color:#fff}.check-done[data-astro-cid-2mpmjgze] .toc-check-icon[data-astro-cid-2mpmjgze] svg[data-astro-cid-2mpmjgze]{display:block!important}.quiz-container[data-astro-cid-w22mjdpw]{max-width:800px;margin:0 auto;padding:2rem}.quiz-questions[data-astro-cid-w22mjdpw]{margin-bottom:2rem}.question-card[data-astro-cid-w22mjdpw]{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.question-card[data-astro-cid-w22mjdpw].correct{border-color:#d1fae5;background-color:#f0fdf4}.question-card[data-astro-cid-w22mjdpw].incorrect{border-color:#fee2e2;background-color:#fef2f2}.question-text[data-astro-cid-w22mjdpw]{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.5}.question-difficulty[data-astro-cid-w22mjdpw]{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.difficulty-badge[data-astro-cid-w22mjdpw]{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.difficulty-easy[data-astro-cid-w22mjdpw]{background-color:#d1fae5;color:#065f46}.difficulty-medium[data-astro-cid-w22mjdpw]{background-color:#fef3c7;color:#92400e}.difficulty-hard[data-astro-cid-w22mjdpw]{background-color:#fecaca;color:#991b1b}.question-topics[data-astro-cid-w22mjdpw]{display:flex;gap:.5rem;flex-wrap:wrap}.topic-tag[data-astro-cid-w22mjdpw]{padding:.25rem .5rem;background-color:#e5e7eb;color:#6b7280;border-radius:.25rem;font-size:.75rem;font-weight:500}.question-options[data-astro-cid-w22mjdpw]{display:flex;flex-direction:column;gap:.75rem}.option-label[data-astro-cid-w22mjdpw]{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.option-label[data-astro-cid-w22mjdpw]:hover:not(:disabled){background-color:#f3f4f6;border-color:#d1d5db}.option-label[data-astro-cid-w22mjdpw]:has(input:checked:not(:disabled)){background-color:#eff6ff;border-color:#3b82f6}.option-label[data-astro-cid-w22mjdpw].correct{background-color:#f0fdf4;border-color:#10b981}.option-label[data-astro-cid-w22mjdpw].incorrect{background-color:#fef2f2;border-color:#ef4444}.option-input[data-astro-cid-w22mjdpw]{width:1.25rem;height:1.25rem;cursor:pointer}.option-text[data-astro-cid-w22mjdpw]{flex:1;font-size:1rem;color:#374151}.question-nav[data-astro-cid-w22mjdpw]{text-align:right;font-size:.875rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.quiz-nav-buttons[data-astro-cid-w22mjdpw]{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;gap:1rem}.nav-button[data-astro-cid-w22mjdpw]{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;border:2px solid #e5e7eb;background:#f9fafb;color:#374151;transition:all .2s ease}.nav-button[data-astro-cid-w22mjdpw]:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.nav-button[data-astro-cid-w22mjdpw]:disabled{opacity:.4;cursor:not-allowed}.nav-next[data-astro-cid-w22mjdpw]{margin-left:auto;background:#3b82f6;color:#fff;border-color:#3b82f6}.nav-next[data-astro-cid-w22mjdpw]:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.submit-button[data-astro-cid-w22mjdpw]{background-color:#10b981;color:#fff;border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-left:auto}.submit-button[data-astro-cid-w22mjdpw]:hover:not(:disabled){background-color:#059669;transform:translateY(-1px)}.submit-button[data-astro-cid-w22mjdpw]:disabled{background-color:#d1d5db;cursor:not-allowed;transform:none}.quiz-auth-gate[data-astro-cid-w22mjdpw]{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:1rem}.auth-gate-icon[data-astro-cid-w22mjdpw]{font-size:2.5rem;margin-bottom:1rem}.auth-gate-title[data-astro-cid-w22mjdpw]{font-size:1.5rem;font-weight:700;color:#1e1b4b;margin-bottom:.75rem}.auth-gate-body[data-astro-cid-w22mjdpw]{font-size:1rem;color:#4338ca;max-width:360px;margin:0 auto 1.5rem;line-height:1.6}.auth-gate-btn[data-astro-cid-w22mjdpw]{display:inline-flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;font-size:1rem;font-weight:600;padding:.875rem 2rem;border-radius:.75rem;text-decoration:none;transition:background-color .2s ease}.auth-gate-btn[data-astro-cid-w22mjdpw]:hover{background-color:#4338ca}.auth-gate-sub[data-astro-cid-w22mjdpw]{font-size:.8125rem;color:#818cf8;margin-top:.75rem}.quiz-results[data-astro-cid-w22mjdpw]{text-align:center;margin-top:2rem;padding:2rem;background-color:#f9fafb;border-radius:1rem}.quiz-results[data-astro-cid-w22mjdpw].hidden{display:none}.results-header[data-astro-cid-w22mjdpw]{margin-bottom:2rem}.results-title[data-astro-cid-w22mjdpw]{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.results-score[data-astro-cid-w22mjdpw]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.score-percentage[data-astro-cid-w22mjdpw]{font-size:4rem;font-weight:700;color:#3b82f6}.score-text[data-astro-cid-w22mjdpw]{font-size:1.25rem;color:#6b7280}.feedback-success[data-astro-cid-w22mjdpw],.feedback-neutral[data-astro-cid-w22mjdpw]{padding:1rem 1.25rem;border-radius:.75rem;margin-top:.75rem;margin-bottom:0;font-size:.9375rem;line-height:1.6}.feedback-success[data-astro-cid-w22mjdpw]{background-color:#f0fdf4;border:1px solid #d1fae5;color:#065f46}.feedback-neutral[data-astro-cid-w22mjdpw]{background-color:#f8fafc;border:1px solid #e2e8f0;color:#334155}.results-actions[data-astro-cid-w22mjdpw]{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.retake-button[data-astro-cid-w22mjdpw],.back-button[data-astro-cid-w22mjdpw]{padding:.875rem 1.75rem;border-radius:.75rem;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.retake-button[data-astro-cid-w22mjdpw]{background-color:#e5e7eb;color:#374151;border:none}.retake-button[data-astro-cid-w22mjdpw]:hover{background-color:#d1d5db}.back-button[data-astro-cid-w22mjdpw]{background-color:#3b82f6;color:#fff}.back-button[data-astro-cid-w22mjdpw]:hover{background-color:#2563eb}.post-quiz-feedback[data-astro-cid-w22mjdpw]{margin-top:2rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.875rem;text-align:left}.pqf-heading[data-astro-cid-w22mjdpw]{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.pqf-sub[data-astro-cid-w22mjdpw]{font-size:.8125rem;color:#6b7280;margin-bottom:1rem}.pqf-stars[data-astro-cid-w22mjdpw]{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem}.pqf-label-lo[data-astro-cid-w22mjdpw],.pqf-label-hi[data-astro-cid-w22mjdpw]{font-size:.75rem;color:#9ca3af;white-space:nowrap}.pqf-star[data-astro-cid-w22mjdpw]{font-size:1.75rem;line-height:1;background:none;border:none;cursor:pointer;padding:0 .1rem}.pqf-form-wrap[data-astro-cid-w22mjdpw]{margin-top:.75rem}.pqf-text-label[data-astro-cid-w22mjdpw]{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.pqf-optional[data-astro-cid-w22mjdpw]{color:#9ca3af;font-weight:400}.pqf-textarea[data-astro-cid-w22mjdpw]{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;color:#1f2937;resize:none;transition:border-color .15s}.pqf-textarea[data-astro-cid-w22mjdpw]::-moz-placeholder{color:#9ca3af}.pqf-textarea[data-astro-cid-w22mjdpw]::placeholder{color:#9ca3af}.pqf-textarea[data-astro-cid-w22mjdpw]:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.pqf-actions[data-astro-cid-w22mjdpw]{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.pqf-submit-btn[data-astro-cid-w22mjdpw]{background-color:#6366f1;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s}.pqf-submit-btn[data-astro-cid-w22mjdpw]:hover:not(:disabled){background-color:#4f46e5}.pqf-submit-btn[data-astro-cid-w22mjdpw]:disabled{opacity:.5;cursor:not-allowed}.pqf-status[data-astro-cid-w22mjdpw]{font-size:.8125rem;color:#6b7280}.pqf-submitted[data-astro-cid-w22mjdpw]{font-size:.875rem;color:#059669;font-weight:500;margin-top:.5rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:640px){.quiz-container[data-astro-cid-w22mjdpw]{padding:1rem}.question-text[data-astro-cid-w22mjdpw]{font-size:1rem}.results-title[data-astro-cid-w22mjdpw]{font-size:1.5rem}.score-percentage[data-astro-cid-w22mjdpw]{font-size:3rem}.results-actions[data-astro-cid-w22mjdpw]{flex-direction:column}.retake-button[data-astro-cid-w22mjdpw],.back-button[data-astro-cid-w22mjdpw]{width:100%}.pqf-stars[data-astro-cid-w22mjdpw]{gap:.25rem}.pqf-star[data-astro-cid-w22mjdpw]{font-size:1.5rem}.pqf-label-lo[data-astro-cid-w22mjdpw],.pqf-label-hi[data-astro-cid-w22mjdpw]{display:none}}
