.exemption-helper-container[data-astro-cid-nxywlws2]{max-width:800px;margin:0 auto;padding:2rem;background:var(--backgroundColor);border-radius:var(--theme-shape-radius)}.header[data-astro-cid-nxywlws2]{text-align:center;margin-bottom:3rem}.title[data-astro-cid-nxywlws2]{font-size:var(--font-size-xxl);font-weight:700;color:var(--theme-on-bg);margin-bottom:1rem;font-family:var(--theme-font-family-sans)}.subtitle[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg);color:var(--theme-on-bg-muted);margin-bottom:0;font-family:var(--theme-font-family-sans)}.quiz-container[data-astro-cid-nxywlws2]{position:relative;min-height:400px}.question-card[data-astro-cid-nxywlws2]{display:none;animation:fadeIn .5s ease-in-out}.question-card[data-astro-cid-nxywlws2].active{display:block}.question-title[data-astro-cid-nxywlws2]{font-size:var(--font-size-xl);font-weight:600;color:var(--theme-on-bg);text-align:center;margin-bottom:2rem;font-family:var(--theme-font-family-sans)}.question-subtitle[data-astro-cid-nxywlws2]{font-size:var(--font-size-base);color:var(--theme-on-bg-muted);text-align:center;margin-bottom:2rem;font-family:var(--theme-font-family-sans)}.options-grid[data-astro-cid-nxywlws2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.option-btn[data-astro-cid-nxywlws2]{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--theme-surface-1);border:2px solid transparent;border-radius:var(--theme-shape-radius);cursor:pointer;transition:all var(--theme-transition);text-align:left;font-family:var(--theme-font-family-sans);position:relative}.option-btn[data-astro-cid-nxywlws2]:hover{border-color:var(--theme-primary);background:var(--theme-surface-2);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.option-btn[data-astro-cid-nxywlws2]:active{transform:translateY(0)}.option-btn[data-astro-cid-nxywlws2].selected{border-color:var(--theme-primary);background:var(--theme-surface-2);box-shadow:0 4px 16px #1764ff33}.option-btn[data-astro-cid-nxywlws2].selected .selection-indicator[data-astro-cid-nxywlws2]{opacity:1;transform:scale(1)}.selection-indicator[data-astro-cid-nxywlws2]{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;background:var(--theme-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:all var(--theme-transition)}.checkmark[data-astro-cid-nxywlws2]{color:var(--theme-on-primary);font-weight:700;font-size:1rem}.option-icon[data-astro-cid-nxywlws2]{font-size:2rem;flex-shrink:0;color:var(--theme-primary)}.option-text[data-astro-cid-nxywlws2]{display:flex;flex-direction:column;gap:.25rem;flex:1}.option-text[data-astro-cid-nxywlws2] strong[data-astro-cid-nxywlws2]{font-size:var(--font-size-md);font-weight:600;color:var(--theme-on-surface-1)}.option-text[data-astro-cid-nxywlws2] span[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);color:var(--theme-on-surface-1-muted)}.question-actions[data-astro-cid-nxywlws2]{display:flex;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--theme-shape-border-color)}.next-btn[data-astro-cid-nxywlws2],.back-btn[data-astro-cid-nxywlws2]{background:var(--theme-primary);color:var(--theme-on-primary);border:none;padding:1rem 2rem;border-radius:var(--theme-button-border-radius);font-size:var(--font-size-md);font-weight:600;cursor:pointer;transition:all var(--theme-transition);display:flex;align-items:center;gap:.5rem;font-family:var(--theme-font-family-sans)}.next-btn[data-astro-cid-nxywlws2]:disabled{background:var(--theme-on-bg-muted);cursor:not-allowed;opacity:.6}.next-btn[data-astro-cid-nxywlws2]:not(:disabled):hover,.back-btn[data-astro-cid-nxywlws2]:hover{background:var(--theme-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.back-btn[data-astro-cid-nxywlws2]{background:transparent;color:var(--theme-primary);border:2px solid var(--theme-primary)}.back-btn[data-astro-cid-nxywlws2]:hover{background:var(--theme-primary);color:var(--theme-on-primary)}.next-arrow[data-astro-cid-nxywlws2],.back-arrow[data-astro-cid-nxywlws2]{font-size:1rem;transition:transform var(--theme-transition)}.next-btn[data-astro-cid-nxywlws2]:hover .next-arrow[data-astro-cid-nxywlws2]{transform:translate(2px)}.back-btn[data-astro-cid-nxywlws2]:hover .back-arrow[data-astro-cid-nxywlws2]{transform:translate(-2px)}.results-section[data-astro-cid-nxywlws2]{text-align:center;animation:fadeIn .5s ease-in-out}.results-title[data-astro-cid-nxywlws2]{font-size:var(--font-size-xl);font-weight:600;color:var(--theme-on-bg);margin-bottom:2rem;font-family:var(--theme-font-family-sans)}.results-container[data-astro-cid-nxywlws2]{margin-bottom:2rem}.results-summary[data-astro-cid-nxywlws2]{background:linear-gradient(135deg,var(--theme-primary),var(--theme-secondary));color:var(--theme-on-primary);border-radius:var(--theme-shape-radius);padding:2.5rem;margin-bottom:3rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a}.summary-content[data-astro-cid-nxywlws2]{display:flex;align-items:center;gap:2rem;position:relative;z-index:1}.summary-icon[data-astro-cid-nxywlws2]{font-size:4rem;color:var(--theme-on-primary);flex-shrink:0;background:#fff3;width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.summary-text[data-astro-cid-nxywlws2] h3[data-astro-cid-nxywlws2]{font-size:var(--font-size-xxl);font-weight:700;color:var(--theme-on-primary);margin:0 0 .5rem;font-family:var(--theme-font-family-sans);line-height:1.2}.summary-text[data-astro-cid-nxywlws2] p[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg);color:var(--theme-on-primary-muted);margin:0;font-family:var(--theme-font-family-sans);line-height:1.5}.no-exemptions-container[data-astro-cid-nxywlws2]{background:var(--theme-surface-1);border:2px solid var(--theme-shape-border-color);border-radius:var(--theme-shape-radius);padding:4rem 3rem;text-align:center;box-shadow:0 4px 20px #0000000d}.no-exemptions-header[data-astro-cid-nxywlws2]{margin-bottom:2.5rem}.no-exemptions-icon[data-astro-cid-nxywlws2]{font-size:4rem;color:var(--theme-on-surface-1-muted);margin-bottom:1.5rem;background:var(--theme-surface-2);width:6rem;height:6rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.no-exemptions-header[data-astro-cid-nxywlws2] h3[data-astro-cid-nxywlws2]{font-size:var(--font-size-xxl);font-weight:600;color:var(--theme-on-surface-1);margin:0;font-family:var(--theme-font-family-sans)}.no-exemptions-description[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg);color:var(--theme-on-surface-1-muted);line-height:1.8;margin-bottom:2.5rem;font-family:var(--theme-font-family-sans);max-width:600px;margin-left:auto;margin-right:auto}.helpful-note[data-astro-cid-nxywlws2]{background:linear-gradient(135deg,var(--theme-surface-2),var(--theme-surface-1));border-radius:var(--theme-shape-radius);padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;border:1px solid var(--theme-secondary);text-align:left;max-width:700px;margin:0 auto;box-shadow:0 4px 16px #0000000d}.note-icon[data-astro-cid-nxywlws2]{font-size:1.5rem;color:var(--theme-secondary);flex-shrink:0;background:#ee5ecc1a;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.note-content[data-astro-cid-nxywlws2]{font-size:var(--font-size-base);color:var(--theme-on-surface-2-muted);line-height:1.7;font-family:var(--theme-font-family-sans)}.note-content[data-astro-cid-nxywlws2] strong[data-astro-cid-nxywlws2]{color:var(--theme-on-surface-2);font-weight:700;display:block;margin-bottom:.5rem}.exemptions-container[data-astro-cid-nxywlws2]{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}.exemption-card[data-astro-cid-nxywlws2]{background:var(--theme-white);border:1px solid var(--theme-shape-border-color);border-radius:var(--theme-shape-radius);overflow:hidden;transition:all var(--theme-transition);box-shadow:0 4px 20px #0000000d;position:relative}.exemption-card[data-astro-cid-nxywlws2]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--theme-primary),var(--theme-secondary));opacity:0;transition:opacity var(--theme-transition)}.exemption-card[data-astro-cid-nxywlws2]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:var(--theme-primary)}.exemption-card[data-astro-cid-nxywlws2]:hover:before{opacity:1}.exemption-header[data-astro-cid-nxywlws2]{background:linear-gradient(135deg,var(--theme-surface-2),var(--theme-surface-1));padding:2rem;display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--theme-shape-border-color)}.exemption-number[data-astro-cid-nxywlws2]{background:linear-gradient(135deg,var(--theme-primary),var(--theme-secondary));color:var(--theme-on-primary);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--font-size-lg);flex-shrink:0;font-family:var(--theme-font-family-sans);box-shadow:0 4px 12px #1764ff4d}.exemption-title-content[data-astro-cid-nxywlws2]{flex:1}.status-indicator[data-astro-cid-nxywlws2]{display:inline-flex;align-items:center;gap:.5rem;background:#10b9811a;padding:.25rem .75rem;border-radius:1rem;margin-bottom:.75rem}.status-icon[data-astro-cid-nxywlws2]{font-size:1rem;color:#10b981}.status-text[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);color:#10b981;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:var(--theme-font-family-sans)}.exemption-title[data-astro-cid-nxywlws2]{font-size:var(--font-size-xl);font-weight:700;color:var(--theme-on-surface-2);margin:0;font-family:var(--theme-font-family-sans);line-height:1.3}.exemption-body[data-astro-cid-nxywlws2]{padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.exemption-description[data-astro-cid-nxywlws2]{position:relative}.section-label[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);font-weight:700;color:var(--theme-primary);margin:0 0 1rem;font-family:var(--theme-font-family-sans);display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px}.section-icon[data-astro-cid-nxywlws2]{font-size:1.25rem;color:var(--theme-primary)}.exemption-description[data-astro-cid-nxywlws2] p[data-astro-cid-nxywlws2]{font-size:var(--font-size-base);color:var(--theme-on-surface-1);line-height:1.8;margin:0;font-family:var(--theme-font-family-sans)}.exemption-requirements[data-astro-cid-nxywlws2]{background:linear-gradient(135deg,#f8f9ff,#f5f6fa);border-radius:var(--theme-shape-radius);padding:2rem;border-left:4px solid var(--theme-secondary);position:relative;overflow:hidden}.exemption-requirements[data-astro-cid-nxywlws2]:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(238,94,204,.05) 0%,transparent 70%);transform:rotate(45deg)}.requirements-icon[data-astro-cid-nxywlws2]{font-size:1.25rem;color:var(--theme-secondary)}.requirements-text[data-astro-cid-nxywlws2]{font-size:var(--font-size-base);color:var(--theme-on-surface-2);line-height:1.7;margin:0;font-family:var(--theme-font-family-sans);font-weight:500;position:relative;z-index:1}.exemption-quick-info[data-astro-cid-nxywlws2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--theme-shape-border-color)}.quick-info-item[data-astro-cid-nxywlws2]{text-align:center}.quick-info-label[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);color:var(--theme-on-surface-1-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-family:var(--theme-font-family-sans)}.quick-info-value[data-astro-cid-nxywlws2]{font-size:var(--font-size-base);color:var(--theme-on-surface-1);font-weight:700;font-family:var(--theme-font-family-sans)}.cta-section[data-astro-cid-nxywlws2]{background:var(--theme-surface-3);border-radius:var(--theme-shape-radius);padding:2rem;margin:2rem 0;color:var(--theme-on-surface-3)}.cta-text[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg);margin-bottom:1rem;font-family:var(--theme-font-family-sans)}.cta-button[data-astro-cid-nxywlws2]{background:var(--theme-primary);color:var(--theme-on-primary);border:none;padding:1rem 2rem;border-radius:var(--theme-button-border-radius);font-size:var(--font-size-md);font-weight:600;cursor:pointer;transition:all var(--theme-transition);font-family:var(--theme-font-family-sans);text-decoration:none}.cta-button[data-astro-cid-nxywlws2]:hover{background:var(--theme-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.restart-btn[data-astro-cid-nxywlws2]{background:transparent;color:var(--theme-primary);border:2px solid var(--theme-primary);padding:.75rem 1.5rem;border-radius:var(--theme-button-border-radius);font-size:var(--font-size-base);cursor:pointer;transition:all var(--theme-transition);display:flex;align-items:center;gap:.5rem;margin:0 auto;font-family:var(--theme-font-family-sans)}.restart-btn[data-astro-cid-nxywlws2]:hover{background:var(--theme-primary);color:var(--theme-on-primary)}.restart-icon[data-astro-cid-nxywlws2]{font-size:1rem}.mdi[data-astro-cid-nxywlws2]{display:inline-block;font: 24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-magnify[data-astro-cid-nxywlws2]:before{content:"󰍉"}.mdi-lightbulb[data-astro-cid-nxywlws2]:before{content:"󰌵"}.mdi-check-circle[data-astro-cid-nxywlws2]:before{content:"󰗠"}.mdi-clipboard-list[data-astro-cid-nxywlws2]:before{content:"󰛈"}.mdi-party-popper[data-astro-cid-nxywlws2]:before{content:"󱁖"}.mdi-information-outline[data-astro-cid-nxywlws2]:before{content:"󰋽"}.mdi-clipboard-check-outline[data-astro-cid-nxywlws2]:before{content:"󰢨"}.progress-container[data-astro-cid-nxywlws2]{margin-top:2rem;text-align:center}.progress-bar[data-astro-cid-nxywlws2]{width:100%;height:6px;background:var(--theme-surface-1);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.progress-fill[data-astro-cid-nxywlws2]{height:100%;background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary));border-radius:3px;transition:width .3s ease;width:25%}.progress-text[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);color:var(--theme-on-bg-muted);font-family:var(--theme-font-family-sans)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.exemption-helper-container[data-astro-cid-nxywlws2]{padding:1rem}.options-grid[data-astro-cid-nxywlws2]{grid-template-columns:1fr}.title[data-astro-cid-nxywlws2]{font-size:var(--font-size-xl)}.subtitle[data-astro-cid-nxywlws2]{font-size:var(--font-size-base)}.question-subtitle[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);margin-bottom:1.5rem}.option-btn[data-astro-cid-nxywlws2]{padding:1rem}.option-icon[data-astro-cid-nxywlws2]{font-size:1.5rem}.selection-indicator[data-astro-cid-nxywlws2]{top:.5rem;right:.5rem;width:1.5rem;height:1.5rem}.checkmark[data-astro-cid-nxywlws2]{font-size:.875rem}.question-actions[data-astro-cid-nxywlws2]{flex-direction:column;gap:.75rem;padding-top:1.5rem}.next-btn[data-astro-cid-nxywlws2],.back-btn[data-astro-cid-nxywlws2]{padding:.875rem 1.5rem;font-size:var(--font-size-sm);justify-content:center}.results-summary[data-astro-cid-nxywlws2]{padding:2rem 1.5rem;margin-bottom:2rem}.summary-content[data-astro-cid-nxywlws2]{flex-direction:column;gap:1.5rem;text-align:center}.summary-icon[data-astro-cid-nxywlws2]{font-size:3rem;width:4rem;height:4rem;margin:0 auto}.summary-text[data-astro-cid-nxywlws2] h3[data-astro-cid-nxywlws2]{font-size:var(--font-size-xl)}.summary-text[data-astro-cid-nxywlws2] p[data-astro-cid-nxywlws2]{font-size:var(--font-size-base)}.no-exemptions-container[data-astro-cid-nxywlws2]{padding:3rem 1.5rem}.no-exemptions-icon[data-astro-cid-nxywlws2]{font-size:3rem;width:5rem;height:5rem}.no-exemptions-header[data-astro-cid-nxywlws2] h3[data-astro-cid-nxywlws2]{font-size:var(--font-size-xl)}.no-exemptions-description[data-astro-cid-nxywlws2]{font-size:var(--font-size-base)}.helpful-note[data-astro-cid-nxywlws2]{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.note-icon[data-astro-cid-nxywlws2]{margin:0 auto}.exemptions-container[data-astro-cid-nxywlws2]{gap:1.5rem}.exemption-header[data-astro-cid-nxywlws2]{padding:1.5rem;flex-direction:column;gap:1rem;text-align:center}.exemption-number[data-astro-cid-nxywlws2]{width:2.5rem;height:2.5rem;font-size:var(--font-size-base);margin:0 auto}.status-indicator[data-astro-cid-nxywlws2]{justify-content:center;margin-bottom:.5rem}.exemption-title[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg);text-align:center}.exemption-body[data-astro-cid-nxywlws2]{padding:1.5rem;gap:1.5rem}.section-label[data-astro-cid-nxywlws2]{font-size:.75rem;justify-content:center;text-align:center}.section-icon[data-astro-cid-nxywlws2],.requirements-icon[data-astro-cid-nxywlws2]{font-size:1rem}.exemption-description[data-astro-cid-nxywlws2] p[data-astro-cid-nxywlws2],.requirements-text[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)}.exemption-requirements[data-astro-cid-nxywlws2]{padding:1.25rem}.exemption-quick-info[data-astro-cid-nxywlws2]{grid-template-columns:1fr;gap:.75rem;margin-top:1rem;padding-top:1rem}.quick-info-item[data-astro-cid-nxywlws2]{display:flex;justify-content:space-between;align-items:center;text-align:left}.quick-info-label[data-astro-cid-nxywlws2]{font-size:.75rem}.quick-info-value[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)}}@media(max-width:480px){.question-subtitle[data-astro-cid-nxywlws2]{font-size:.875rem;margin-bottom:1rem}.option-btn[data-astro-cid-nxywlws2]{padding:.875rem;gap:.75rem}.option-text[data-astro-cid-nxywlws2] strong[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)}.option-text[data-astro-cid-nxywlws2] span[data-astro-cid-nxywlws2]{font-size:.75rem}.selection-indicator[data-astro-cid-nxywlws2]{width:1.25rem;height:1.25rem}.checkmark[data-astro-cid-nxywlws2]{font-size:.75rem}.question-actions[data-astro-cid-nxywlws2]{gap:.5rem;padding-top:1rem}.next-btn[data-astro-cid-nxywlws2],.back-btn[data-astro-cid-nxywlws2]{padding:.75rem 1.25rem;font-size:.875rem}.results-summary[data-astro-cid-nxywlws2]{padding:1.5rem 1rem}.summary-icon[data-astro-cid-nxywlws2]{font-size:2.5rem;width:3.5rem;height:3.5rem}.summary-text[data-astro-cid-nxywlws2] h3[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg)}.summary-text[data-astro-cid-nxywlws2] p[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)}.no-exemptions-container[data-astro-cid-nxywlws2]{padding:2rem 1rem}.no-exemptions-icon[data-astro-cid-nxywlws2]{font-size:2.5rem;width:4rem;height:4rem}.no-exemptions-header[data-astro-cid-nxywlws2] h3[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg)}.no-exemptions-description[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)}.helpful-note[data-astro-cid-nxywlws2]{padding:1rem;font-size:var(--font-size-sm)}.exemption-card[data-astro-cid-nxywlws2]{margin-bottom:1rem!important}.exemption-header[data-astro-cid-nxywlws2]{padding:1rem!important;gap:.75rem!important;flex-direction:column!important;text-align:center!important}.exemption-number[data-astro-cid-nxywlws2]{min-width:2rem!important;height:2rem!important;font-size:.875rem!important;margin:0 auto!important}.exemption-title-content[data-astro-cid-nxywlws2]{width:100%!important}.exemption-title[data-astro-cid-nxywlws2]{font-size:var(--font-size-base)!important;text-align:center!important;word-break:break-word!important;overflow-wrap:break-word!important}.exemption-body[data-astro-cid-nxywlws2]{padding:1rem!important;gap:1rem!important}.section-label[data-astro-cid-nxywlws2]{font-size:.75rem!important;justify-content:center!important;text-align:center!important}.exemption-description[data-astro-cid-nxywlws2] p[data-astro-cid-nxywlws2],.requirements-text[data-astro-cid-nxywlws2]{font-size:.875rem!important;line-height:1.6!important}.exemption-requirements[data-astro-cid-nxywlws2]{padding:1rem!important}.exemption-quick-info[data-astro-cid-nxywlws2]{padding:1rem!important;gap:.75rem!important}.quick-info-item[data-astro-cid-nxywlws2]{padding:.75rem!important}.quick-info-label[data-astro-cid-nxywlws2]{font-size:.75rem!important}.quick-info-value[data-astro-cid-nxywlws2]{font-size:.875rem!important}.cta-section[data-astro-cid-nxywlws2]{padding:1.5rem 1rem}.cta-text[data-astro-cid-nxywlws2]{font-size:var(--font-size-base)}.cta-button[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm);padding:.75rem 1.5rem}}@media(max-width:359px){.exemption-helper-container[data-astro-cid-nxywlws2]{padding:.75rem}.title[data-astro-cid-nxywlws2]{font-size:var(--font-size-lg)}.subtitle[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)}.exemption-header[data-astro-cid-nxywlws2],.exemption-body[data-astro-cid-nxywlws2]{padding:.75rem!important}.exemption-title[data-astro-cid-nxywlws2]{font-size:var(--font-size-sm)!important;line-height:1.4!important}.exemption-quick-info[data-astro-cid-nxywlws2]{padding:.75rem!important}.quick-info-item[data-astro-cid-nxywlws2]{padding:.5rem!important;flex-direction:column!important;text-align:center!important}.quick-info-content[data-astro-cid-nxywlws2]{flex-direction:column!important;text-align:center!important}}.content-section[data-astro-cid-wvq3dmpn]{max-width:var(--container-max-width);margin:0 auto;padding:4rem 2rem}.content-section[data-astro-cid-wvq3dmpn].alt-bg{background:var(--theme-surface-1);border-radius:var(--theme-shape-radius);margin:2rem auto}.section-header[data-astro-cid-wvq3dmpn]{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.section-icon[data-astro-cid-wvq3dmpn]{font-size:3rem;margin-bottom:.5rem}.section-icon[data-astro-cid-wvq3dmpn].success{color:#10b981}.section-icon[data-astro-cid-wvq3dmpn].primary{color:var(--theme-primary)}.section-icon[data-astro-cid-wvq3dmpn].secondary{color:var(--theme-secondary)}.section-icon[data-astro-cid-wvq3dmpn].error{color:#ef4444}.section-icon[data-astro-cid-wvq3dmpn].warning{color:#f59e0b}.section-header[data-astro-cid-wvq3dmpn] h2[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-xxl);font-weight:700;color:var(--theme-on-bg);font-family:var(--theme-font-family-sans);text-align:center;margin:0;line-height:1.2}.content-grid[data-astro-cid-wvq3dmpn]{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.content-main[data-astro-cid-wvq3dmpn]{font-family:var(--theme-font-family-sans)}.lead-text[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-lg);color:var(--theme-on-bg);margin-bottom:2rem;line-height:1.6}.feature-list[data-astro-cid-wvq3dmpn]{list-style:none;padding:0;margin:0}.feature-list[data-astro-cid-wvq3dmpn] li[data-astro-cid-wvq3dmpn]{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--theme-shape-border-color);font-size:var(--font-size-base);color:var(--theme-on-bg)}.feature-list[data-astro-cid-wvq3dmpn] li[data-astro-cid-wvq3dmpn]:last-child{border-bottom:none}.list-icon[data-astro-cid-wvq3dmpn]{font-size:1.25rem;color:var(--theme-primary);flex-shrink:0}.callout-box[data-astro-cid-wvq3dmpn]{background:var(--theme-surface-2);border:2px solid var(--theme-primary);border-radius:var(--theme-shape-radius);padding:2rem;text-align:center}.callout-icon[data-astro-cid-wvq3dmpn]{font-size:2rem;color:var(--theme-primary);margin-bottom:1rem}.callout-box[data-astro-cid-wvq3dmpn] p[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2);margin:0;line-height:1.6}.requirements-grid[data-astro-cid-wvq3dmpn]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.requirement-card[data-astro-cid-wvq3dmpn]{background:var(--theme-surface-2);border-radius:var(--theme-shape-radius);padding:2rem;text-align:center;transition:all var(--theme-transition);border:1px solid var(--theme-shape-border-color)}.requirement-card[data-astro-cid-wvq3dmpn]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.card-icon[data-astro-cid-wvq3dmpn]{font-size:2.5rem;color:var(--theme-primary);margin-bottom:1rem}.requirement-card[data-astro-cid-wvq3dmpn] h3[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-lg);font-weight:600;color:var(--theme-on-surface-2);margin-bottom:.5rem;font-family:var(--theme-font-family-sans)}.requirement-card[data-astro-cid-wvq3dmpn] p[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2-muted);line-height:1.5;margin:0}.bottom-line[data-astro-cid-wvq3dmpn]{background:var(--theme-surface-2);border-left:4px solid var(--theme-secondary);border-radius:calc(var(--theme-shape-radius) * .5);padding:1.5rem;display:flex;align-items:center;gap:1rem}.alert-icon[data-astro-cid-wvq3dmpn]{font-size:1.5rem;color:var(--theme-secondary);flex-shrink:0}.bottom-line[data-astro-cid-wvq3dmpn] p[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-lg);color:var(--theme-on-surface-2);margin:0;line-height:1.5}.steps-container[data-astro-cid-wvq3dmpn]{display:flex;flex-direction:column;gap:2rem}.step-card[data-astro-cid-wvq3dmpn]{display:flex;gap:2rem;align-items:flex-start;background:var(--theme-surface-2);border-radius:var(--theme-shape-radius);padding:2rem;border:1px solid var(--theme-shape-border-color)}.step-number[data-astro-cid-wvq3dmpn]{background:var(--theme-primary);color:var(--theme-on-primary);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-lg);font-weight:700;flex-shrink:0;font-family:var(--theme-font-family-sans)}.step-content[data-astro-cid-wvq3dmpn] h3[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-lg);font-weight:600;color:var(--theme-on-surface-2);margin-bottom:1rem;font-family:var(--theme-font-family-sans)}.step-content[data-astro-cid-wvq3dmpn] p[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2-muted);line-height:1.6;margin-bottom:1rem}.step-content[data-astro-cid-wvq3dmpn] ul[data-astro-cid-wvq3dmpn]{list-style:none;padding:0;margin:0}.step-content[data-astro-cid-wvq3dmpn] li[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2-muted);line-height:1.6;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.step-content[data-astro-cid-wvq3dmpn] li[data-astro-cid-wvq3dmpn]:before{content:"•";color:var(--theme-primary);font-weight:700;position:absolute;left:0}.prohibited-list[data-astro-cid-wvq3dmpn]{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.prohibited-item[data-astro-cid-wvq3dmpn]{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--theme-surface-2);border-radius:calc(var(--theme-shape-radius) * .5);border-left:4px solid #ef4444}.prohibited-icon[data-astro-cid-wvq3dmpn]{font-size:1.25rem;color:#ef4444;flex-shrink:0}.prohibited-item[data-astro-cid-wvq3dmpn] span[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2);line-height:1.5}.permitted-callout[data-astro-cid-wvq3dmpn]{background:var(--theme-surface-2);border-left:4px solid #10b981;border-radius:calc(var(--theme-shape-radius) * .5);padding:1.5rem;display:flex;align-items:center;gap:1rem}.permitted-icon[data-astro-cid-wvq3dmpn]{font-size:1.5rem;color:#10b981;flex-shrink:0}.permitted-callout[data-astro-cid-wvq3dmpn] p[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-lg);color:var(--theme-on-surface-2);margin:0;line-height:1.5}.cost-grid[data-astro-cid-wvq3dmpn]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.cost-category[data-astro-cid-wvq3dmpn]{background:var(--theme-surface-2);border-radius:var(--theme-shape-radius);padding:2rem;border:1px solid var(--theme-shape-border-color)}.cost-category[data-astro-cid-wvq3dmpn] h3[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-lg);font-weight:600;color:var(--theme-on-surface-2);margin-bottom:1.5rem;font-family:var(--theme-font-family-sans)}.cost-list[data-astro-cid-wvq3dmpn]{list-style:none;padding:0;margin:0}.cost-list[data-astro-cid-wvq3dmpn] li[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2-muted);line-height:1.6;margin-bottom:1rem;position:relative;padding-left:1.5rem}.cost-list[data-astro-cid-wvq3dmpn] li[data-astro-cid-wvq3dmpn]:before{content:"⚠";color:#f59e0b;font-weight:700;position:absolute;left:0}.benefits-grid[data-astro-cid-wvq3dmpn]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.benefit-card[data-astro-cid-wvq3dmpn]{background:var(--theme-surface-2);border-radius:var(--theme-shape-radius);padding:2rem;text-align:center;transition:all var(--theme-transition);border:1px solid var(--theme-shape-border-color)}.benefit-card[data-astro-cid-wvq3dmpn]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.benefit-icon[data-astro-cid-wvq3dmpn]{font-size:2.5rem;color:var(--theme-primary);margin-bottom:1rem}.benefit-card[data-astro-cid-wvq3dmpn] h3[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-md);font-weight:600;color:var(--theme-on-surface-2);margin-bottom:.5rem;font-family:var(--theme-font-family-sans)}.benefit-card[data-astro-cid-wvq3dmpn] p[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-base);color:var(--theme-on-surface-2-muted);line-height:1.5;margin:0}@media(max-width:768px){.content-section[data-astro-cid-wvq3dmpn]{padding:2rem 1rem}.content-grid[data-astro-cid-wvq3dmpn]{grid-template-columns:1fr;gap:2rem}.section-header[data-astro-cid-wvq3dmpn] h2[data-astro-cid-wvq3dmpn]{font-size:var(--font-size-xl)}.requirements-grid[data-astro-cid-wvq3dmpn]{grid-template-columns:1fr}.step-card[data-astro-cid-wvq3dmpn]{flex-direction:column;gap:1rem;text-align:center}.cost-grid[data-astro-cid-wvq3dmpn],.benefits-grid[data-astro-cid-wvq3dmpn]{grid-template-columns:1fr}.prohibited-item[data-astro-cid-wvq3dmpn],.permitted-callout[data-astro-cid-wvq3dmpn],.bottom-line[data-astro-cid-wvq3dmpn]{flex-direction:column;text-align:center;gap:.5rem}}
