@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--orange: #E85D2D;--orange-dark: #C44A1E;--orange-mid: #F77D3A;--orange-tint: #FEF0EA;--orange-light: #FED7C3;--ink: #2D2D2D;--ink-soft: #5A5A5A;--ink-muted: #8A8A8A;--border: #D8D8D8;--surface: #F5F4F2;--surface-alt: #EFEFED;--white: #FFFFFF;--req-bg: #FEF0EA;--req-border: #C44A1E;--req-badge-bg: #E85D2D;--req-badge-fg: #FFFFFF;--rec-bg: #FDF8EC;--rec-border: #B07D10;--rec-badge-bg: #D4920F;--rec-badge-fg: #FFFFFF;--opt-bg: #FAFAFA;--opt-border: #ADADAD;--opt-badge-bg: #757575;--opt-badge-fg: #FFFFFF;--done-bg: #EAF4EE;--done-color: #2D7C4D;--done-border: #7EC49A;--prog-bg: #EEF4FD;--prog-color: #2255A4;--prog-border: #88AEDD;--new-bg: var(--surface-alt);--new-color: var(--ink-muted);--new-border: var(--border);--success: #2D7C4D;--font: "Source Sans Pro", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--r: 6px;--r-sm: 4px;--r-md: 6px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-card: 0 2px 12px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img{display:block;max-width:100%}body{font-family:var(--font);background:var(--surface);color:var(--ink);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1200px,100%);margin-inline:auto;padding-inline:24px}.container--sm{width:100%;max-width:560px;margin-inline:auto}.container--md{width:100%;max-width:720px;margin-inline:auto}.container--lg{width:100%;max-width:900px;margin-inline:auto}.container--xl{width:100%;max-width:1200px;margin-inline:auto}.navbar{background:var(--white);border-bottom:3px solid var(--orange);box-shadow:var(--shadow-sm);flex-shrink:0}.navbar--sticky{position:sticky;top:0;z-index:100}.navbar__inner{max-width:1200px;margin-inline:auto;height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px}.container>.navbar__inner,.navbar>.container>.navbar__inner{padding-inline:0;max-width:none}.navbar__brand{font-size:1.2rem;font-weight:700;color:var(--orange);letter-spacing:-.5px;flex-shrink:0}.navbar__user{display:flex;align-items:center;gap:10px;font-size:.875rem}.navbar__name{font-weight:600;color:var(--ink)}.navbar__label{font-size:.75rem;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.7px;display:none}@media(min-width:640px){.navbar__label{display:block}}.navbar__right{display:flex;align-items:center;gap:20px;margin-left:auto}.navbar__back{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:var(--ink-soft);transition:color .14s}.navbar__back:hover{color:var(--orange)}.navbar__cert-link{display:inline-flex;align-items:center;gap:5px;font-size:.8125rem;font-weight:600;color:var(--orange);padding:5px 12px;border:1.5px solid var(--orange);border-radius:var(--r);transition:background .13s}.navbar__cert-link:hover{background:var(--orange-tint)}.navbar__logout{display:inline-flex;align-items:center;gap:5px;font-size:.8125rem;font-weight:600;color:var(--ink-muted);padding:5px 12px;border:1.5px solid var(--border);border-radius:var(--r);transition:border-color .13s,color .13s,background .13s;white-space:nowrap}.navbar__logout:hover{border-color:var(--ink-soft);color:var(--ink);background:var(--surface)}@media(max-width:480px){.navbar__name,.navbar__cert-link{display:none}}.footer{background:var(--ink);color:#ffffff80;font-size:.8rem;text-align:center;padding:18px 24px;border-top:3px solid var(--orange);flex-shrink:0;margin-top:auto}.footer strong{color:#fffc}.footer--rich{font-size:.875rem;padding-block:28px;color:#ffffffb3}.footer__inner{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center}@media(min-width:640px){.footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer__brand{display:flex;align-items:center;flex-shrink:0}.footer__brand a{display:flex}.footer__brand img{height:130px;width:auto}.footer__links{display:flex;gap:20px}.footer__links a{color:#ffffff8c;transition:color .14s}.footer__links a:hover{color:var(--white)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-family:var(--font);font-size:.9375rem;font-weight:700;border-radius:var(--r);cursor:pointer;border:2px solid transparent;transition:background .14s,border-color .14s,box-shadow .14s,transform .14s;white-space:nowrap;line-height:1;text-decoration:none}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--orange);color:var(--white);border-color:var(--orange);position:relative;overflow:hidden;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease;--bs-btn-color: var(--white);--bs-btn-bg: var(--orange);--bs-btn-border-color: var(--orange);--bs-btn-hover-color: var(--white);--bs-btn-hover-bg: var(--orange-dark);--bs-btn-hover-border-color: var(--orange-dark);--bs-btn-active-color: var(--white);--bs-btn-active-bg: var(--orange-dark)}.btn--primary:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.18) 50%,transparent 65%);transform:translate(-100%);transition:transform .38s ease;pointer-events:none}.btn--primary:hover:after{transform:translate(100%)}.btn--primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:0 4px 16px #e85d2d59}.btn--primary:active{transform:scale(.98);box-shadow:0 2px 6px #e85d2d40;transition-duration:60ms}.btn--ghost{background:transparent;color:var(--ink-soft);border-color:var(--border)}.btn--ghost:hover{background:var(--surface);border-color:var(--ink-muted)}.btn--ghost:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.btn--outline-orange{background:transparent;color:var(--orange);border-color:var(--orange)}.btn--outline-orange:hover{background:var(--orange-tint)}.btn--success{background:var(--success);color:var(--white);border-color:var(--success)}.btn--success:hover{background:#235f3b;box-shadow:0 4px 12px #2d7c4d40;transform:translateY(-1px)}.btn--full{width:100%;justify-content:center;display:flex}.btn--lg{padding:14px 28px;font-size:1rem}.btn--sm{padding:8px 16px;font-size:.875rem}.btn-nav{flex:1;padding:14px 24px;font-family:var(--font);font-size:1rem;font-weight:700;border:2px solid var(--border);border-radius:var(--r);cursor:pointer;transition:all .14s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-nav--prev{background:var(--white);color:var(--ink-soft);border-color:var(--border)}.btn-nav--prev:hover{border-color:var(--ink-soft);color:var(--ink)}.btn-nav--next{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-nav--next:hover{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:0 4px 14px #e85d2d4d;transform:translateY(-1px)}.btn-nav[hidden]{display:none}.btn-back{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:var(--ink-soft);transition:color .14s}.btn-back:hover{color:var(--orange)}.btn-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;font-family:var(--font);font-size:.9375rem;font-weight:700;color:var(--white);background:var(--orange);border:2px solid var(--orange);border-radius:var(--r);cursor:pointer;transition:all .14s ease;white-space:nowrap}.btn-cta:hover{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:0 4px 14px #e85d2d4d;transform:translateY(-1px)}.btn-cta:active{transform:translateY(0)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.field__label{font-size:.875rem;font-weight:600;color:var(--ink)}.field__label .optional{font-weight:400;color:var(--ink-muted);margin-left:4px}.field__input,.field__select,.field__textarea{width:100%;padding:11px 14px;font-size:.9625rem;font-family:var(--font);color:var(--ink);background:var(--white);border:2px solid var(--border);border-radius:var(--r);transition:border-color .14s,box-shadow .14s;appearance:none;-webkit-appearance:none;outline:none}.field__input::placeholder,.field__textarea::placeholder{color:var(--ink-muted)}.field__input:focus,.field__select:focus,.field__textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-tint)}.field__select-wrap{position:relative}.field__select-wrap:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--ink-soft);pointer-events:none}.field__hint{font-size:.8rem;color:var(--ink-muted);display:flex;align-items:center;gap:4px}.input-group{display:flex;align-items:stretch;gap:0}.input-group .field__input{flex:1;border-radius:var(--r) 0 0 var(--r);margin:0}.input-group .btn-outline-secondary{padding:11px 14px;border:2px solid var(--border);border-radius:0 var(--r) var(--r) 0;background:var(--white);color:var(--ink-soft);font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .14s}.input-group .btn-outline-secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-tint)}.input-group .btn-outline-secondary:active{border-color:var(--orange-dark);color:var(--orange-dark);background:var(--orange-light)}.form__divider{height:1px;background:var(--border);margin:4px 0 24px}.form__footer{margin-top:28px;display:flex;gap:12px}.option-label{display:flex;align-items:center;gap:10px;padding:10px 12px;border:2px solid var(--border);border-radius:var(--r);cursor:pointer;font-size:.9rem;transition:border-color .14s,background .14s;-webkit-user-select:none;user-select:none;line-height:1.5}.option-label:hover{border-color:var(--orange)}.option-label:has(input:checked){background:var(--orange-tint);border-color:var(--orange);color:var(--ink);font-weight:600}.option-label input[type=radio],.option-label input[type=checkbox]{flex-shrink:0;width:18px;height:18px;cursor:pointer;accent-color:var(--orange)}.options-grid{display:grid;gap:12px}.options-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:10px}.likert-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.likert-scale:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}.likert-scale__label{font-size:.875rem;font-weight:600;color:var(--ink);margin-bottom:10px;grid-column:1 / -1}.likert-scale__legend{font-size:.7rem;color:var(--ink-muted);grid-column:1 / -1;display:flex;justify-content:space-between;margin-top:-4px}.likert-option{display:flex;flex-direction:column;align-items:center;gap:6px}.likert-option input{flex-shrink:0;width:18px;height:18px;cursor:pointer;accent-color:var(--orange)}.likert-option label{font-size:.75rem;font-weight:700;color:var(--ink-muted);cursor:pointer}.likert-option input:checked+label{color:var(--orange)}@media(max-width:600px){.likert-option label{font-size:.65rem}}.stepper{display:flex;align-items:center;justify-content:center;padding:24px 24px 0;gap:0}.stepper__item{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--ink-muted)}.stepper__dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--border);display:grid;place-items:center;font-size:.75rem;font-weight:700;background:var(--white);flex-shrink:0}.stepper__item--active .stepper__dot{background:var(--orange);border-color:var(--orange);color:var(--white)}.stepper__item--active{color:var(--ink)}.stepper__line{flex:1;max-width:48px;height:2px;background:var(--border);margin-inline:8px}@media(max-width:420px){.stepper__item span{display:none}}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-card)}.card--top-accent{border-top:4px solid var(--orange)}.card--form{width:100%;max-width:560px;padding:40px 40px 36px}@media(max-width:599px){.card--form{padding:28px 20px 24px}}.main--centered{display:flex;align-items:flex-start;justify-content:center}.main--full-center{display:flex;align-items:center;justify-content:center}.main--wide{width:100%;max-width:1000px;margin-inline:auto;padding:32px 24px 64px}.card--form-sm{max-width:400px;padding:40px 36px}@media(max-width:480px){.card--form-sm{padding:32px 24px}}.card--form-login .card__title{font-size:1.5rem;letter-spacing:-.4px}.container--full{flex:1;display:grid;place-items:center;padding:48px 24px;width:100%}.main--padded{padding-bottom:64px}@media(max-width:480px){.main--padded{padding:32px 20px 48px}}.main--content{max-width:860px;width:100%;margin-inline:auto;padding:40px 24px 64px}.card--border-accent{border:3px solid var(--orange);box-shadow:0 8px 24px #e85d2d26}.card__header{margin-bottom:32px}.card__header--centered{text-align:center}.card__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);margin-bottom:8px}.card__title{font-size:1.6rem;font-weight:700;color:var(--ink);letter-spacing:-.5px;margin-bottom:6px}.card__subtitle{font-size:.9rem;color:var(--ink-muted);line-height:1.5}.card__description{font-size:.9375rem;color:var(--ink-soft);line-height:1.5}.card__brand{font-size:1.1rem;font-weight:700;color:var(--orange);letter-spacing:-.3px;margin-bottom:16px}.card__footer{text-align:center;margin-top:24px;font-size:.875rem;color:var(--ink-muted)}.card__footer a{color:var(--orange);font-weight:600}.card__footer a:hover{color:var(--orange-dark);text-decoration:underline}.card__list{list-style:none;margin-bottom:28px}.card__list li{display:flex;gap:10px;padding:8px 0;font-size:.9rem;color:var(--ink-soft);align-items:flex-start}.card__list li:before{content:"•";color:var(--orange);font-weight:700;flex-shrink:0;margin-top:2px}.card__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.badge{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:3px 9px;border-radius:3px;white-space:nowrap;flex-shrink:0}.badge--req{background:var(--req-badge-bg);color:var(--req-badge-fg)}.badge--rec{background:var(--rec-badge-bg);color:var(--rec-badge-fg)}.badge--opt{background:var(--opt-badge-bg);color:var(--opt-badge-fg)}.badge--free{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#e6f4ea;color:#1e7e34;border:1.5px solid #7EC49A}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;font-size:.8125rem;font-weight:700;white-space:nowrap}.pill--req{background:var(--req-bg);color:var(--req-border);border:1.5px solid var(--req-border)}.pill--rec{background:var(--rec-bg);color:var(--rec-border);border:1.5px solid var(--rec-border)}.pill--opt{background:var(--opt-bg);color:var(--opt-border);border:1.5px solid var(--opt-border)}.pill--done{background:var(--done-bg);color:var(--done-color);border:1.5px solid var(--done-border)}.priority-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:3px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.priority-badge--req{background:var(--req-badge-bg);color:#fff}.priority-badge--rec{background:var(--rec-badge-bg);color:#fff}.priority-badge--opt{background:var(--opt-badge-bg);color:#fff}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:700}.status-badge--done{background:var(--done-bg);color:var(--done-color);border:1px solid var(--done-border)}.status-badge--progress{background:var(--prog-bg);color:var(--prog-color);border:1px solid var(--prog-border)}.status-badge--new{background:var(--new-bg);color:var(--new-color);border:1px solid var(--new-border)}.summary-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--white);border:1px solid var(--border);border-radius:24px;font-size:.875rem;font-weight:600;color:var(--ink-soft);box-shadow:0 1px 3px #0000000f}.summary-pill__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.summary-pill--req .summary-pill__dot{background:var(--req-badge-bg)}.summary-pill--rec .summary-pill__dot{background:var(--rec-badge-bg)}.summary-pill--opt .summary-pill__dot{background:var(--opt-badge-bg)}.summary-pill__num{color:var(--ink);font-weight:700}.progress-track{height:4px;background:var(--surface-alt);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--orange);border-radius:2px;transition:width .6s ease}.progress-label{font-size:.7rem;color:var(--ink-muted);margin-top:4px;font-weight:600}.progress-strip{height:4px;background:var(--border)}.progress-strip__fill{height:100%;background:var(--orange);transition:width .3s ease;will-change:width}.progress-wrap{background:var(--border);border-radius:2px;height:3px;margin-bottom:20px;overflow:hidden}.progress-wrap .progress-fill{width:0%;transition:width .6s cubic-bezier(.4,0,.2,1)}.exam-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000f}.exam-header__inner{max-width:800px;margin-inline:auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.exam-brand{font-size:.9rem;font-weight:700;color:var(--orange);letter-spacing:-.3px;flex-shrink:0}.exam-counter{font-family:var(--font-mono);font-size:.8rem;font-weight:600;color:var(--ink-soft);background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:4px 12px;white-space:nowrap}.exam-counter__current{color:var(--orange);font-weight:700}.exam-timer{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:.9rem;font-weight:600;flex-shrink:0}.exam-timer__dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0}.exam-timer__val{color:var(--orange)}.exam-timer--warn .exam-timer__val{color:var(--orange-dark)}.exam-main{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:48px 24px 80px}.exam-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);box-shadow:0 2px 12px #00000012;width:100%;max-width:720px;padding:48px 48px 40px}.exam-module{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);background:var(--orange-tint);border:1px solid var(--orange-light);border-radius:4px;padding:4px 10px;margin-bottom:24px}.exam-question{font-size:1.2rem;font-weight:600;line-height:1.55;color:var(--ink);margin-bottom:32px}.options-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:40px}.exam-card .option-label{gap:14px;padding:16px 18px;border-width:2px}.exam-card .option-label:hover{border-color:var(--orange-light);background:var(--orange-tint)}.exam-card .option-label input[type=radio]{position:absolute;opacity:0;pointer-events:none}.exam-card .option-label.is-selected{border-color:var(--orange);background:var(--orange-tint);box-shadow:0 0 0 2px var(--orange-light)}.exam-card .option-label.is-selected .option-letter{background:var(--orange);border-color:var(--orange);color:var(--white)}.exam-card .option-label.is-selected .option-text{color:var(--ink);font-weight:600}.exam-card .option-label:has(input[type=radio]:checked){border-color:var(--orange);background:var(--orange-tint);box-shadow:0 0 0 2px var(--orange-light)}.exam-card .option-label:has(input[type=radio]:checked) .option-letter{background:var(--orange);border-color:var(--orange);color:var(--white)}.exam-card .option-label:has(input[type=radio]:checked) .option-text{color:var(--ink);font-weight:600}.option-letter{font-family:var(--font-mono);font-size:.72rem;font-weight:700;color:var(--ink-muted);width:22px;height:22px;min-width:22px;border-radius:4px;border:1.5px solid var(--border);display:grid;place-items:center;margin-top:1px;transition:background .12s,border-color .12s,color .12s}.option-text{font-size:.9625rem;color:var(--ink-soft);flex:1}.option-label--unknown{border-style:dashed;border-color:var(--border)}.option-label--unknown .option-text{color:var(--ink-muted);font-style:italic}.option-label--unknown .option-letter{color:var(--ink-muted);border-color:var(--border);font-size:.6rem;letter-spacing:-.5px}.planteamiento{background:#f0f4f8;border-left:3px solid #2255A4;border-radius:0 var(--r) var(--r) 0;padding:14px 18px;margin-bottom:24px;font-size:.875rem;color:var(--ink-soft);line-height:1.6}.planteamiento__label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#2255a4;margin-bottom:6px}.exam-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid var(--border)}.exam-footer{background:var(--ink);color:#ffffff73;font-size:.78rem;text-align:center;padding:14px 24px;border-top:3px solid var(--orange)}.exam-footer strong{color:#ffffffb3}.exam-step{display:none}.exam-step--active{display:block}.dialog-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:200;align-items:center;justify-content:center;padding:24px}.dialog-overlay--open{display:flex}.dialog{background:var(--white);border-top:4px solid var(--orange);border-radius:var(--r);box-shadow:0 20px 50px #00000038;max-width:500px;width:100%;padding:36px 32px 28px}.dialog__title{font-size:1.3rem;font-weight:700;color:var(--ink);margin-bottom:16px}.dialog__subtitle{font-size:.875rem;color:var(--ink-soft);margin-bottom:20px;line-height:1.5}.dialog__text{font-size:.9rem;color:var(--ink-soft);line-height:1.6;margin-bottom:28px}.dialog__list{list-style:none;margin:0 0 24px;padding:0}.dialog__list li{display:flex;gap:10px;padding:10px 0;font-size:.9rem;color:var(--ink-soft);align-items:flex-start}.dialog__list li:before{content:"•";color:var(--orange);font-weight:700;flex-shrink:0;margin-top:2px}.dialog__actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.rules-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}.rules-section:last-of-type{border-bottom:none;margin-bottom:28px;padding-bottom:0}.rules-section__title{font-size:.95rem;font-weight:700;color:var(--orange);margin-bottom:10px}.rules-section__text{font-size:.9rem;color:var(--ink-soft);line-height:1.6}.rules-section__text strong{color:var(--ink);font-weight:700}@media(max-width:640px){.exam-main{padding:24px 16px 64px}.exam-card{padding:28px 20px 24px}.exam-question{font-size:1.05rem}}.hero{background:var(--white);border-bottom:1px solid var(--border);padding:28px 24px}.hero__inner{max-width:1200px;margin-inline:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.hero__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);margin-bottom:6px}.hero__title{font-size:1.75rem;font-weight:700;letter-spacing:-.5px;color:var(--ink);margin-bottom:4px}.hero__subtitle{font-size:.9375rem;color:var(--ink-soft)}.hero__pills{display:flex;gap:10px;flex-wrap:wrap}.filters{max-width:1200px;margin-inline:auto;padding:20px 24px 0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--ink-soft);background:var(--white);border:1.5px solid var(--border);border-radius:100px;cursor:pointer;transition:border-color .13s,color .13s,background .13s}.filter-btn:hover,.filter-btn--active{border-color:var(--orange);color:var(--orange);background:var(--orange-tint)}.filter-btn .count{background:var(--surface-alt);color:var(--ink-muted);font-size:.7rem;font-weight:700;padding:1px 6px;border-radius:100px}.filter-btn--active .count{background:var(--orange-light);color:var(--orange-dark)}.content{flex:1;max-width:1200px;margin-inline:auto;width:100%;padding:24px 24px 48px}.section{margin-bottom:40px}.section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--border)}.section__icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.section__icon--req{background:var(--req-badge-bg);color:#fff}.section__icon--rec{background:var(--rec-badge-bg);color:#fff}.section__icon--opt{background:var(--opt-badge-bg);color:#fff}.section__icon--all{background:var(--ink);color:#fff}.section__title{font-size:1rem;font-weight:700;color:var(--ink)}.section__count{margin-left:auto;font-size:.8125rem;color:var(--ink-muted);font-weight:600}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.module-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-card);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .14s,transform .14s}.module-card:hover{box-shadow:0 6px 24px #0000001f;transform:translateY(-2px)}.module-card[hidden]{display:none}.card__thumb{height:8px;flex-shrink:0}.module-card--req .card__thumb{background:var(--req-badge-bg)}.module-card--rec .card__thumb{background:var(--rec-badge-bg)}.module-card--opt .card__thumb{background:var(--opt-badge-bg)}.card__body{padding:18px 20px 16px;flex:1;display:flex;flex-direction:column;gap:10px}.card__meta{display:flex;align-items:center;gap:8px}.card__num{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--ink-muted)}.card__body .card__title{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.35}.card__stats{display:flex;gap:16px}.stat{display:flex;align-items:center;gap:4px;font-size:.8rem;color:var(--ink-muted)}.stat iconify-icon{font-size:14px}.card__footer{padding:0 20px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.card__progress{padding:0 20px 14px}.btn-card{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-family:var(--font);font-size:.875rem;font-weight:700;border-radius:var(--r);cursor:pointer;border:none;transition:background .13s,box-shadow .13s,transform .13s;text-decoration:none;white-space:nowrap}.btn-card--primary{background:var(--orange);color:var(--white)}.btn-card--primary:hover{background:var(--orange-dark);box-shadow:0 3px 10px #e85d2d4d;transform:translateY(-1px)}.btn-card--secondary{background:var(--surface-alt);color:var(--ink-soft);border:1.5px solid var(--border)}.btn-card--secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-tint)}.btn-card--ghost{background:transparent;color:var(--ink-muted);border:1.5px solid var(--border)}.btn-card--ghost:hover{color:var(--ink-soft);border-color:var(--ink-muted)}.empty-state{grid-column:1/-1;text-align:center;padding:40px 24px;color:var(--ink-muted);font-size:.9375rem}@media(max-width:640px){.hero__inner{flex-direction:column;align-items:flex-start}.hero__title{font-size:1.4rem}.module-grid{grid-template-columns:1fr}}.result-hero{background:linear-gradient(135deg,var(--white) 0%,var(--orange-tint) 100%);border-bottom:1px solid var(--orange-light);padding:48px 24px 40px;text-align:center}.result-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);background:var(--white);border:1px solid var(--orange-light);border-radius:4px;padding:4px 12px;margin-bottom:16px}.result-hero__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--ink);letter-spacing:-.5px;margin-bottom:10px}.result-hero__sub{font-size:1rem;color:var(--ink-soft);max-width:52ch;margin-inline:auto;line-height:1.6}.result-summary{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}.rec-section{margin-bottom:48px}.rec-section__header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid var(--border)}.rec-section__icon{width:36px;height:36px;border-radius:var(--r);display:grid;place-items:center;font-size:1.1rem;flex-shrink:0}.rec-section__title{font-size:1.1rem;font-weight:700;color:var(--ink)}.rec-section__count{font-size:.8rem;font-weight:600;color:var(--ink-muted);margin-left:auto}.rec-section--req .rec-section__header{border-bottom-color:var(--req-border)}.rec-section--req .rec-section__icon{background:var(--req-bg);color:var(--req-border)}.rec-section--req .rec-section__title{color:var(--req-border)}.rec-section--rec .rec-section__header{border-bottom-color:var(--rec-border)}.rec-section--rec .rec-section__icon{background:var(--rec-bg);color:var(--rec-border)}.rec-section--rec .rec-section__title{color:var(--rec-border)}.rec-section--opt .rec-section__icon{background:#f0f0f0;color:var(--ink-muted)}.module-list{display:flex;flex-direction:column;gap:12px}.module-card--result{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--r);padding:20px 22px;transition:box-shadow .15s}.module-card--result:hover{box-shadow:0 3px 10px #00000014}.module-card--result.module-card--req{border-left-color:var(--req-border);background:linear-gradient(to right,var(--req-bg) 0%,var(--white) 60%)}.module-card--result.module-card--rec{border-left-color:var(--rec-border)}.module-card--result.module-card--opt{border-left-color:var(--opt-border)}.module-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.module-card__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.btn-remove{padding:5px 10px;font-size:.75rem;font-weight:600;color:var(--ink-muted);background:transparent;border:1px solid var(--border);border-radius:3px;cursor:pointer;transition:all .14s;font-family:var(--font);white-space:nowrap}.btn-remove:hover{color:#c41c0f;border-color:#c41c0f;background:#c41c0f0d}.module-card.removing{animation:slideOut .2s ease forwards}.module-card__just{list-style:none;display:flex;flex-direction:column;gap:6px}.module-card__just li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:var(--ink-soft);line-height:1.5}.module-card__just li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--orange-dark);flex-shrink:0;margin-top:7px}.module-card--rec .module-card__just li:before{background:var(--rec-border)}.module-card--opt .module-card__just li:before{background:var(--ink-muted)}.cta-footer{position:sticky;bottom:0;z-index:50;background:var(--white);border-top:1px solid var(--border);box-shadow:0 -4px 16px #00000014;padding:16px 24px}.cta-footer__inner{max-width:860px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.cta-footer__label{font-size:.9rem;color:var(--ink-soft)}.cta-footer__label strong{color:var(--ink)}@media(max-width:600px){.result-hero{padding:36px 20px 28px}.cta-footer__label{display:none}.btn-cta{width:100%;justify-content:center}.cta-footer__inner{justify-content:center}}.hero--landing{background:linear-gradient(160deg,var(--surface) 0%,var(--white) 55%);border-bottom:1px solid var(--border);padding:72px 0 64px}.hero--landing .hero__inner{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;max-width:none}@media(min-width:900px){.hero--landing .hero__inner{grid-template-columns:1fr 1fr;gap:64px}}.hero--landing .hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);background:var(--orange-tint);border:1px solid var(--orange-light);border-radius:var(--r-sm);padding:6px 12px;margin-bottom:20px}.hero--landing .hero__title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.75px;color:var(--ink);margin-bottom:16px}.hero--landing .hero__title span{color:var(--orange)}.hero--landing .hero__subtitle{font-size:1.15rem;color:var(--ink-soft);max-width:44ch;margin-bottom:36px;line-height:1.65}.hero__title--landing{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.75px;color:var(--ink);margin-bottom:16px}.hero__title--landing span{color:var(--orange)}.hero__subtitle--landing{font-size:1.15rem;color:var(--ink-soft);max-width:44ch;margin-bottom:36px;line-height:1.65}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__panel{background:var(--white);border:2px solid var(--border);border-top:4px solid var(--orange);border-radius:var(--r-md);padding:32px 28px;box-shadow:var(--shadow-md)}.hero__panel-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--ink-muted);margin-bottom:20px}.hero__stat-list{display:flex;flex-direction:column;gap:16px}.hero__stat{display:flex;align-items:center;gap:14px}.hero__stat-icon{width:40px;height:40px;border-radius:var(--r-sm);background:var(--orange-tint);display:grid;place-items:center;flex-shrink:0;color:var(--orange);font-size:1.1rem}.hero__stat-num{font-size:1.5rem;font-weight:700;color:var(--ink);line-height:1}.hero__stat-desc{font-size:.85rem;color:var(--ink-muted);margin-top:2px}.hero__divider{height:1px;background:var(--border)}.steps{background:var(--white);padding-block:72px;border-bottom:1px solid var(--border)}.steps__header{text-align:center;margin-bottom:52px}.steps__heading{font-size:1.75rem;font-weight:700;color:var(--ink);margin-bottom:8px}.steps__sub{font-size:1rem;color:var(--ink-soft)}.steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.step{background:var(--white);position:relative}.steps__grid .step{padding:36px 32px}.step[data-step]{padding:0}.steps__grid .step--active{border-left:4px solid var(--orange)}.step__number{font-size:2.5rem;font-weight:700;color:var(--orange-light);line-height:1;margin-bottom:12px}.step__icon{font-size:1.75rem;margin-bottom:12px;display:block}.step__title{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:8px}.step__text{font-size:.92rem;color:var(--ink-soft);line-height:1.6}.cta-block{background:linear-gradient(135deg,var(--orange-tint) 0%,var(--orange-light) 100%);border-top:1px solid var(--orange-light);border-bottom:1px solid var(--orange-light);padding-block:64px;text-align:center}.cta-block__inner{max-width:580px;margin-inline:auto}.cta-block__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--ink);margin-bottom:12px}.cta-block__text{font-size:1rem;color:var(--ink-soft);margin-bottom:32px;line-height:1.6}.cta-block__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:599px){.hero--landing{padding-block:48px 40px}.hero__actions .btn{width:100%;justify-content:center}.steps{padding-block:52px}.cta-block{padding-block:48px}.cta-block__actions .btn{width:100%;justify-content:center}}.page-header{margin-bottom:40px;animation:fadeUp .4s ease both}.page-header__label{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);margin-bottom:12px}.page-header__label:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--orange);animation:blinkDot 1.5s ease-in-out infinite}.page-header__title{font-size:1.9rem;font-weight:700;color:var(--ink);letter-spacing:-.6px;line-height:1.2;margin-bottom:10px}.page-header__subtitle{font-size:1rem;color:var(--ink-soft);line-height:1.6;max-width:520px}.layout{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}.right-col{display:flex;flex-direction:column;gap:20px}.card-primary{background:var(--white);border:2px solid var(--orange);border-radius:var(--r);box-shadow:0 8px 32px #e85d2d1f;padding:40px;animation:fadeUp .4s .08s ease both}.card-primary__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);margin-bottom:14px}.card-primary__title{font-size:1.4rem;font-weight:700;color:var(--ink);letter-spacing:-.4px;margin-bottom:12px}.card-primary__desc{font-size:.9375rem;color:var(--ink-soft);line-height:1.6;margin-bottom:24px}.checklist{list-style:none;margin-bottom:32px;display:flex;flex-direction:column;gap:10px}.checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;color:var(--ink-soft);line-height:1.45}.checklist li:before{content:"";display:block;width:18px;height:18px;border-radius:50%;background:var(--orange-tint);border:1.5px solid var(--orange-light);flex-shrink:0;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%23E85D2D' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.card-secondary{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r);padding:28px 24px;box-shadow:var(--shadow-sm);animation:fadeUp .4s .14s ease both}.card-secondary__title{font-size:.9rem;font-weight:700;color:var(--ink);margin-bottom:8px}.card-secondary__desc{font-size:.875rem;color:var(--ink-soft);line-height:1.55;margin-bottom:20px}.card-why{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r);padding:28px 24px;box-shadow:var(--shadow-sm);animation:fadeUp .4s .2s ease both}.card-why__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--ink-muted);margin-bottom:16px}.why-list{list-style:none;display:flex;flex-direction:column;gap:12px}.why-list li{display:flex;gap:10px;font-size:.875rem;color:var(--ink-soft);line-height:1.45}.why-list li:before{content:"→";color:var(--orange);font-weight:700;flex-shrink:0}@media(max-width:720px){.layout{grid-template-columns:1fr}.right-col{display:contents}.card-secondary{order:2}.card-why{order:3}}@media(max-width:480px){.page-header__title{font-size:1.5rem}.card-primary{padding:28px 24px}}.stage{width:100%;max-width:620px;text-align:center}.stage__title{font-size:1.75rem;font-weight:700;color:var(--ink);letter-spacing:-.5px;margin-bottom:12px;animation:fadeUp .45s ease both}.stage__subtitle{font-size:.9375rem;color:var(--ink-soft);line-height:1.65;max-width:500px;margin-inline:auto;margin-bottom:48px;animation:fadeUp .45s .08s ease both}.pipeline{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:44px;animation:fadeUp .45s .16s ease both}.node{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1}.node__dot{width:14px;height:14px;border-radius:50%;background:var(--border);border:2px solid var(--border);transition:background .4s,border-color .4s,box-shadow .4s}.node__label{font-family:var(--font-mono);font-size:.6rem;color:var(--ink-muted);letter-spacing:.4px;white-space:nowrap;transition:color .3s}.node--active .node__dot{background:var(--orange);border-color:var(--orange);box-shadow:0 0 0 4px #e85d2d2e;animation:pulse 1.2s ease-in-out infinite}.node--done .node__dot{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:none}.node--active .node__label{color:var(--orange)}.node--done .node__label{color:var(--orange-dark)}.connector{width:40px;height:2px;background:var(--border);flex-shrink:0;position:relative;overflow:hidden;margin-bottom:22px}.connector:after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:var(--orange);transition:left .5s ease}.connector--lit:after{left:0}.modules{display:flex;gap:8px;justify-content:center;align-items:flex-end;margin-bottom:40px;animation:fadeUp .5s .2s ease both}.mod{display:flex;flex-direction:column;align-items:center;gap:6px}.mod__bar{width:32px;background:var(--border);border-radius:2px;position:relative;overflow:hidden;transition:background .3s}.mod__label{font-family:var(--font-mono);font-size:.6rem;color:var(--ink-muted);letter-spacing:.5px}.mod:nth-child(1) .mod__bar{height:40px}.mod:nth-child(2) .mod__bar{height:56px}.mod:nth-child(3) .mod__bar{height:48px}.mod:nth-child(4) .mod__bar{height:64px}.mod:nth-child(5) .mod__bar{height:52px}.mod:nth-child(6) .mod__bar{height:44px}.mod:nth-child(7) .mod__bar{height:60px}.mod:nth-child(8) .mod__bar{height:36px}.mod:nth-child(9) .mod__bar{height:54px}.mod:nth-child(10) .mod__bar{height:48px}.mod__bar:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;background:var(--orange);transition:height .6s cubic-bezier(.4,0,.2,1)}.mod--active .mod__bar{background:var(--orange-tint)}.mod--active .mod__bar:after{height:100%}.mod--done .mod__bar{background:var(--orange-tint)}.mod--done .mod__bar:after{height:100%;background:var(--orange-dark);opacity:.6}.mod--active .mod__label,.mod--done .mod__label{color:var(--orange)}.status{display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-mono);font-size:.8125rem;color:var(--ink-muted);letter-spacing:.3px;min-height:1.4em;margin-bottom:32px;animation:fadeUp .45s .28s ease both}.status__cursor{display:inline-block;width:7px;height:.85em;background:var(--orange);flex-shrink:0;animation:blink .9s step-end infinite}.trust{font-size:.8125rem;color:var(--ink-muted);line-height:1.55;border-top:1px solid var(--border);padding-top:20px;max-width:440px;margin-inline:auto;animation:fadeUp .45s .34s ease both}@media(max-width:540px){.stage__title{font-size:1.4rem}.connector{width:20px}.node__label{font-size:.55rem}.mod__bar{width:24px}.mod__label{font-size:.55rem}}.exam-purpose{background:#f8f9fa;border:1px solid var(--border);border-left:3px solid var(--orange);border-radius:0 var(--r) var(--r) 0;padding:14px 16px;margin-bottom:20px}.exam-purpose__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--orange);margin-bottom:8px}.exam-purpose__text{font-size:.875rem;color:var(--ink-soft);line-height:1.55}.exam-purpose__text strong{color:var(--ink)}.honesty-note{display:flex;gap:10px;align-items:flex-start;background:#fffbea;border:1px solid #F0D060;border-radius:var(--r);padding:12px 14px;margin-bottom:20px;font-size:.8125rem;color:#7a5c00;line-height:1.5}.honesty-note__icon{font-size:1rem;flex-shrink:0;margin-top:1px}.back-nav{margin-bottom:24px}.video-container{background:#000;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-card);position:relative;padding-top:56.25%;margin-bottom:32px}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.module-content{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:32px;box-shadow:var(--shadow-card)}.module-content__header{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.module-content__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--orange);margin-bottom:8px;display:block}.module-content__title{font-size:1.75rem;font-weight:700;color:var(--ink);line-height:1.2}.module-content__desc{font-size:1.05rem;color:var(--ink-soft);line-height:1.6}@media(max-width:640px){.module-content{padding:24px 20px}.module-content__title{font-size:1.4rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blinkDot{0%,to{opacity:1}50%{opacity:.3}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #e85d2d2e}50%{box-shadow:0 0 0 7px #e85d2d14}}@keyframes slideOut{to{opacity:0;transform:translate(20px)}}.step[data-step]{display:none}.step[data-step].step--active{display:block;animation:fadeIn .2s ease}.main{flex:1;padding:48px 24px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-family:var(--font);font-size:.9375rem;font-weight:700;border-radius:var(--r);cursor:pointer;border:2px solid var(--orange);background:var(--orange);color:var(--white);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease;white-space:nowrap;line-height:1;text-decoration:none;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.18) 50%,transparent 65%);transform:translate(-100%);transition:transform .38s ease;pointer-events:none}.btn-primary:hover:after{transform:translate(100%)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:0 4px 16px #e85d2d59}.btn-primary:active{transform:scale(.98);box-shadow:0 2px 6px #e85d2d40;transition-duration:60ms}.btn-success{background:var(--success);color:var(--white);border-color:var(--success)}.btn-success:hover{background:#235f3b;border-color:#235f3b;box-shadow:0 4px 12px #2d7c4d40;transform:translateY(-1px)}.btn-success:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-family:var(--font);font-size:.9375rem;font-weight:700;border-radius:var(--r);cursor:pointer;border:2px solid var(--border);background:var(--white);color:var(--ink-soft);transition:background .14s,border-color .14s,color .14s;white-space:nowrap;line-height:1;text-decoration:none}.btn-secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-tint)}.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-family:var(--font);font-size:.9375rem;font-weight:700;border-radius:var(--r);cursor:pointer;border:2px solid var(--border);background:transparent;color:var(--ink-soft);transition:background .14s,border-color .14s,color .14s;white-space:nowrap;line-height:1;text-decoration:none}.btn-ghost:hover{background:var(--surface);border-color:var(--ink-muted)}.btn-ghost:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.hero--landing .btn-ghost,.cta-block .btn-ghost,.navbar .btn-ghost{color:var(--orange);border-color:var(--orange);background:transparent}.hero--landing .btn-ghost:hover,.cta-block .btn-ghost:hover,.navbar .btn-ghost:hover{background:var(--orange-tint);border-color:var(--orange)}.cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}@media(max-width:768px){.cards{grid-template-columns:1fr;gap:20px}}.card--primary{background:var(--white);border:3px solid var(--orange);box-shadow:0 8px 24px #e85d2d26;padding:36px 32px;border-radius:var(--r);display:flex;flex-direction:column;transition:box-shadow .14s,transform .14s}.card--primary:hover{box-shadow:0 12px 32px #e85d2d33;transform:translateY(-2px)}.card--secondary{background:var(--white);border:2px solid var(--border);padding:32px 28px;border-radius:var(--r);box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;transition:border-color .14s,box-shadow .14s}.card--secondary:hover{border-color:var(--ink-soft);box-shadow:0 4px 12px #00000014}.card--primary .card__title,.card--secondary .card__title{font-size:1.25rem;margin-bottom:12px}.card__button{width:100%;padding:14px 24px;font-family:var(--font);font-size:1rem;font-weight:700;border-radius:var(--r);cursor:pointer;transition:all .14s;border:2px solid transparent;margin-top:auto}.btn--secondary{background:var(--white);color:var(--ink-soft);border:2px solid var(--border)}.btn--secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-tint)}.footer-note{text-align:center;font-size:.875rem;color:var(--ink-muted);padding-top:24px;border-top:1px solid var(--border)}.header{margin-bottom:48px;text-align:center}.header__title{font-size:2rem;font-weight:700;color:var(--ink);margin-bottom:16px;letter-spacing:-.5px;line-height:1.3}.header__subtitle{font-size:1rem;color:var(--ink-soft);line-height:1.6;max-width:600px;margin-inline:auto}@media(max-width:480px){.header__title{font-size:1.4rem}.header__subtitle{font-size:.95rem}}.spinner{width:48px;height:48px;margin:0 auto 24px;border:3px solid var(--orange-light);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.message{font-size:1.125rem;font-weight:600;color:var(--ink);margin-bottom:12px;letter-spacing:-.3px}.subtitle{font-size:.875rem;color:var(--ink-soft);line-height:1.5}.module-card__title{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.35}.hero__text{font-size:.9375rem;color:var(--ink-soft);line-height:1.5}body .container{width:min(1200px,100%);max-width:none;margin-inline:auto;padding-inline:24px;--bs-gutter-x: 0}body .navbar{display:block;flex-wrap:nowrap;padding:0;position:static;--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0}body .navbar--sticky{position:sticky;top:0;z-index:100}body .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-family:var(--font);font-size:.9375rem;font-weight:700;line-height:1;border:2px solid transparent;border-radius:var(--r);cursor:pointer;transition:background .14s,border-color .14s,box-shadow .14s,transform .14s;white-space:nowrap;text-decoration:none;--bs-btn-padding-x: 0;--bs-btn-padding-y: 0;--bs-btn-font-size: .9375rem;--bs-btn-line-height: 1;--bs-btn-border-radius: var(--r)}body .btn-primary,body .btn.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange);--bs-btn-bg: var(--orange);--bs-btn-border-color: var(--orange);--bs-btn-color: var(--white);--bs-btn-hover-bg: var(--orange-dark);--bs-btn-hover-border-color: var(--orange-dark);--bs-btn-hover-color: var(--white);--bs-btn-active-bg: var(--orange-dark);--bs-btn-active-border-color: var(--orange-dark)}body .btn-primary:hover,body .btn.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:0 4px 16px #e85d2d4d;transform:translateY(-2px);color:var(--white)}body .btn-primary:active,body .btn.btn-primary:active{transform:translateY(0)}body .btn-secondary,body .btn.btn-secondary{background:var(--white);color:var(--ink-soft);border-color:var(--border);--bs-btn-bg: var(--white);--bs-btn-border-color: var(--border);--bs-btn-color: var(--ink-soft)}body .btn-secondary:hover,body .btn.btn-secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-tint)}body .btn-ghost,body .btn.btn-ghost{background:transparent;color:var(--ink-soft);border-color:var(--border)}body .btn-ghost:hover,body .btn.btn-ghost:hover{background:var(--surface);border-color:var(--ink-muted)}body .hero--landing .btn-ghost,body .cta-block .btn-ghost,body .navbar .btn-ghost{color:var(--orange);border-color:var(--orange);background:transparent}body .hero--landing .btn-ghost:hover,body .cta-block .btn-ghost:hover,body .navbar .btn-ghost:hover{background:var(--orange-tint);border-color:var(--orange);color:var(--orange)}body h1,body h2,body h3,body h4,body h5,body h6{margin-top:0;margin-bottom:0;font-weight:700}body{font-family:var(--font);background:var(--surface);color:var(--ink);line-height:1.6}body .card__list,body .checklist,body .why-list,body .module-card__just,body .dialog__list,body .options-list,body .footer__links{padding-left:0;list-style:none}body p{margin-bottom:0}body:has(.hero--landing){background:var(--white)}
