@charset "UTF-8";.text-accent{color:#c5a159!important}.glass-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2)}.fade-up{opacity:0;animation:landing-fade-up .8s .3s cubic-bezier(.4,0,.2,1) forwards}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:#212121;background-color:#faf8f8}a{color:#b10e1e;text-decoration:underline;text-underline-offset:2px}a:hover{text-decoration-thickness:2px}a:focus-visible{outline:2px solid #b10e1e;outline-offset:2px}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.container,.app-container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.container,.app-container{max-width:540px;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 768px){.container,.app-container{max-width:720px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 992px){.container,.app-container{max-width:960px}}@media (min-width: 1200px){.container,.app-container{max-width:1140px}}@media (min-width: 1320px){.container,.app-container{max-width:1320px}}.app-main .app-container{background-color:#fff;padding-top:1.5rem;padding-bottom:3rem;box-shadow:0 1px #d4b5b8}@media (min-width: 768px){.app-main .app-container{padding-top:2rem;padding-bottom:3rem}}.app-skip-link{position:absolute;top:-100px;left:.5rem;padding:.5rem 1rem;background:#b10e1e;color:#fff;font-size:.875rem;z-index:100;border-radius:0 0 4px;transition:top .15s ease}.app-skip-link:focus{top:0;outline:2px solid #fff;outline-offset:2px}.app-banner{background-color:#b10e1e;padding:.4rem 0;border-bottom:2px solid #8b0a14}.app-banner__inner{width:100%;max-width:1320px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media (min-width: 576px){.app-banner__inner{max-width:540px;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 768px){.app-banner__inner{max-width:720px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 992px){.app-banner__inner{max-width:960px}}@media (min-width: 1200px){.app-banner__inner{max-width:1140px}}@media (min-width: 1320px){.app-banner__inner{max-width:1320px}}.app-banner__tag{font-weight:600;font-size:.75rem;color:#fff;background-color:#fff3;padding:.2rem .5rem;border-radius:2px;text-transform:uppercase;letter-spacing:.04em}.app-banner__text{color:#fff;font-size:.875rem}.app-banner__link{color:#fff;text-decoration:underline;text-underline-offset:2px}.app-banner__link:hover{text-decoration-thickness:2px}.app-banner__link:focus-visible{outline:2px solid #fff;outline-offset:2px}.app-header{background-color:#fff;border-bottom:1px solid #d4b5b8;position:sticky;top:0;z-index:50}.app-header__inner{width:100%;max-width:1320px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;min-height:3.75rem;flex-wrap:wrap;gap:.5rem}@media (min-width: 576px){.app-header__inner{max-width:540px;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 768px){.app-header__inner{max-width:720px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 992px){.app-header__inner{max-width:960px}}@media (min-width: 1200px){.app-header__inner{max-width:1140px}}@media (min-width: 1320px){.app-header__inner{max-width:1320px}}.app-header__logo{font-family:"Source Sans 3",Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#212121}.app-header__logo a{color:inherit;text-decoration:none}.app-header__logo a:hover{color:#b10e1e;text-decoration:underline;text-underline-offset:2px}.app-header__logo a:focus-visible{color:#b10e1e}.app-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:0}.app-nav__item a{display:block;padding:.6rem .9rem;font-size:.9375rem;color:#212121;text-decoration:none;border-bottom:3px solid transparent;margin-bottom:-1px}.app-nav__item a:hover{color:#b10e1e;border-bottom-color:#b10e1e}.app-nav__item a:focus-visible{color:#b10e1e;outline:2px solid #b10e1e;outline-offset:2px}.app-nav__link--cta{background:#b10e1e;color:#fff!important;border:none!important;border-radius:12px;padding:.6rem 1rem!important;text-decoration:none!important;box-shadow:0 4px 15px #b10e1e40}.app-nav__link--cta:hover{background:#8b0a14;transform:translateY(-1px)}.app-nav__link--cta:focus-visible{outline:2px solid #b10e1e;outline-offset:2px}.app-nav__link--button{background:transparent;border:1px solid rgba(177,14,30,.25);color:#b10e1e!important;border-radius:12px;padding:.6rem 1rem!important}.app-nav__link--button:hover{background:#b10e1e0d}.app-nav__toggle{display:none;width:42px;height:42px;border:1px solid #d4b5b8;border-radius:10px;background:#fff;color:#212121;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.app-nav__toggle-bar{width:18px;height:2px;background:currentColor;border-radius:999px;display:block}@media (max-width: 900px){.app-header__inner{min-height:3.5rem;padding-top:.4rem;padding-bottom:.4rem}.app-nav__toggle{display:inline-flex}.app-nav{width:100%;display:none;padding-top:.5rem}.app-nav.is-open{display:block}.app-nav__list{width:100%;flex-direction:column;align-items:stretch;gap:.35rem;padding-bottom:.5rem}.app-nav__item a,.app-nav__item .app-nav__link,.app-nav__item .app-nav__user{width:100%;margin:0}.app-nav__item a{border-bottom:none;border:1px solid rgba(177,14,30,.12);border-radius:10px;padding:.7rem .85rem;background:#b10e1e05}.app-nav__item .app-nav__link--cta,.app-nav__item .app-nav__link--button{width:100%;text-align:center}.app-nav__item a.app-nav__link--cta{background:#b10e1e;color:#fff!important;border:none}.app-nav__item a.app-nav__link--cta:hover{background:#8b0a14;color:#fff!important}}.app-main{flex:1;padding:0}.app-footer{background-color:#fff;border-top:1px solid #d4b5b8;padding:1.75rem 0;margin-top:auto}.app-footer__inner{width:100%;max-width:1320px;margin:0 auto;padding:0 1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 576px){.app-footer__inner{max-width:540px;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 768px){.app-footer__inner{max-width:720px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 992px){.app-footer__inner{max-width:960px}}@media (min-width: 1200px){.app-footer__inner{max-width:1140px}}@media (min-width: 1320px){.app-footer__inner{max-width:1320px}}.app-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.app-footer__link{font-size:.875rem;color:#505a5f}.app-footer__link:hover{color:#b10e1e}.app-footer__copy{font-size:.875rem;color:#505a5f}.app-page-title{font-family:"Source Sans 3",Segoe UI,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;margin:0 0 1rem;color:#212121;word-break:break-word}@media (min-width: 576px){.app-page-title{font-size:1.75rem}}@media (min-width: 768px){.app-page-title{font-size:2rem}}.app-page-title--welcome{font-size:1.75rem;margin-bottom:.5rem}@media (min-width: 768px){.app-page-title--welcome{font-size:2.25rem}}.app-lead{font-size:1.125rem;line-height:1.65;color:#212121;margin:0 0 1.75rem}.app-heading{font-family:"Source Sans 3",Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#212121}.app-body{margin:0 0 1rem;line-height:1.6;color:#212121}.app-list{margin:0 0 1.5rem;padding-left:1.5rem;line-height:1.6}.app-list li{margin-bottom:.5rem}.app-divider{border:0;border-top:1px solid #d4b5b8;margin:2.25rem 0}.app-btn-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.app-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;border-radius:2px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s}.app-btn:focus-visible{outline:2px solid #b10e1e;outline-offset:2px}.app-btn--primary{background-color:#b10e1e;color:#fff;border-color:#b10e1e}.app-btn--primary:hover{background-color:#8b0a14;border-color:#8b0a14;color:#fff}.app-btn--secondary{background-color:#fff;color:#b10e1e;border-color:#b10e1e}.app-btn--secondary:hover{background-color:#faf8f8;border-color:#8b0a14;color:#8b0a14}.app-spinner{border:3px solid #faf8f8;border-top-color:#b10e1e;border-radius:50%;width:40px;height:40px;animation:app-spin .8s linear infinite;margin:0 auto}@keyframes app-spin{to{transform:rotate(360deg)}}.login-feedback{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #0003;animation:login-feedback-in .25s ease}.login-feedback:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:-1}.login-feedback__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.login-feedback__icon svg{width:36px;height:36px}.login-feedback__text{margin:0;font-weight:600;font-size:1.125rem;color:#212121}.login-feedback__dismiss{margin-top:.25rem;padding:.5rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:600;color:#fff;background:#b10e1e;border:none;border-radius:6px;cursor:pointer}.login-feedback__dismiss:hover{background:#8b0a14}.login-feedback__dismiss:focus-visible{outline:2px solid #b10e1e;outline-offset:2px}.login-feedback--success .login-feedback__icon{background:#00703c}.login-feedback--error .login-feedback__icon{background:#b10e1e}@keyframes login-feedback-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.govuk-button{font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;padding:.5rem 1.25rem;border:2px solid transparent;border-radius:2px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#00703c;color:#fff;border-color:#00703c;transition:background-color .15s,border-color .15s}.govuk-button:hover:not(:disabled){background-color:#004e2a;border-color:#004e2a}.govuk-button:focus-visible{outline:3px solid #ffbf47;outline-offset:0}.govuk-button:disabled{opacity:.5;cursor:not-allowed}.govuk-button--secondary{background-color:#fff;color:#0b0c0c;border-color:#0b0c0c}.govuk-button--secondary:hover:not(:disabled){background-color:#faf8f8;border-color:#505a5f}.govuk-button--warning{background-color:#b10e1e;border-color:#b10e1e}.govuk-button--warning:hover:not(:disabled){background-color:#8b0a14;border-color:#8b0a14}.govuk-button--start{padding-right:2rem}.govuk-button__start-icon{margin-left:.5rem;flex-shrink:0}.govuk-form-group{margin-bottom:1.25rem}.govuk-form-group--error .govuk-input{border-color:#b10e1e;border-width:2px}.govuk-label{display:block;font-weight:600;font-size:1rem;margin-bottom:.25rem;color:#0b0c0c}.govuk-hint{font-size:.875rem;color:#505a5f;margin-bottom:.25rem}.govuk-error-message{display:block;font-weight:600;font-size:1rem;color:#b10e1e;margin-bottom:.25rem}.govuk-input{width:100%;max-width:100%;font-family:inherit;font-size:1rem;padding:.5rem;border:2px solid #b1b4b6;border-radius:0;box-sizing:border-box}.govuk-input:focus{outline:3px solid #ffbf47;outline-offset:0;border-color:#ffbf47}.govuk-input.govuk-input--error{border-color:#b10e1e}.govuk-input--width-20{max-width:20ex}.govuk-input--width-10{max-width:10ex}.govuk-input--width-5{max-width:5ex}.govuk-input-wrapper--suffix{position:relative;display:block}.govuk-input-wrapper--suffix .govuk-input{padding-right:2.75rem}.app-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;background:transparent;color:#505a5f;cursor:pointer;border-radius:2px}.app-password-toggle:hover{color:#212121}.app-password-toggle:focus-visible{outline:2px solid #ffbf47;outline-offset:2px}.app-password-toggle svg{width:1.25rem;height:1.25rem}.govuk-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.govuk-error-summary{padding:1rem 1.25rem;border:3px solid #b10e1e;margin-bottom:1.5rem;background:#fff}.govuk-error-summary:focus{outline:3px solid #ffbf47;outline-offset:0}.govuk-error-summary__title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem;color:#0b0c0c}.govuk-error-summary__body{margin-top:.5rem}.govuk-error-summary__list{list-style:none;margin:0;padding:0}.govuk-error-summary__list a{font-weight:600;color:#b10e1e;text-decoration:underline;text-underline-offset:2px}.govuk-error-summary__list a:hover{text-decoration-thickness:2px}.govuk-error-summary__list a:focus-visible{outline:3px solid #ffbf47;outline-offset:2px}.govuk-list{margin:0;padding:0}.exam-timer{position:fixed;top:1.25rem;right:1.25rem;padding:.5rem 1rem;background:#fff;border:2px solid #d4b5b8;border-radius:4px;font-size:.875rem;z-index:100;box-shadow:0 2px 4px #00000014}.exam-timer__label{color:#212121}.exam-timer--warning{border-color:#856404;background:#fff3cd}.exam-timer--warning .exam-timer__label{color:#533f03}.exam-timer--critical{border-color:#721c24;background:#f8d7da}.exam-timer--critical .exam-timer__label{color:#491217}.exam-timer--critical{animation:exam-timer-pulse 1s ease-in-out infinite}@keyframes exam-timer-pulse{0%,to{opacity:1}50%{opacity:.85}}.exam-page{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:auto;background:#fff;display:flex;flex-direction:column;z-index:50}.exam-page__main{flex:1;width:100%;max-width:1320px;margin:0 auto;padding:1.5rem 1rem 5rem}@media (min-width: 576px){.exam-page__main{max-width:540px;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 768px){.exam-page__main{max-width:720px;padding:2rem 1.5rem 5rem}}@media (min-width: 992px){.exam-page__main{max-width:960px}}@media (min-width: 1200px){.exam-page__main{max-width:1140px}}@media (min-width: 1320px){.exam-page__main{max-width:1320px}}.exam-page__exit{position:fixed;bottom:1.5rem;right:1.5rem}.exam-page__dialog{margin:auto;padding:1.5rem;max-width:28rem;width:calc(100% - 2rem);border:none;border-radius:4px;background:#fff;box-shadow:0 4px 20px #00000026}.exam-page__dialog::backdrop{background:#00000080}.exam-page__dialog-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#212121}.exam-page__dialog-desc{margin:0 0 1.25rem;color:#505a5f;font-size:.9375rem}.exam-page__dialog-actions{display:flex;gap:.75rem;flex-wrap:wrap}.question-card{margin:0 0 .75rem;padding:0 0 .75rem;border-bottom:1px solid #d4b5b8}.question-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.question-card__number{font-weight:600;color:#505a5f;font-size:.875rem}.question-card__type{color:#505a5f}.question-card__prompt{margin:0 0 .5rem;color:#212121}.question-card__instructions{margin:0 0 .5rem;color:#505a5f}.question-card__options-preview{color:#505a5f;margin-top:.5rem}.response-editor__textarea{min-height:12rem}.response-editor__word-count{margin-top:.25rem;color:#505a5f}.audio-recorder{padding:1.25rem;border:2px solid #d4b5b8;border-radius:4px;background:#fff;margin-top:1rem}.audio-recorder__waveform{display:flex;align-items:flex-end;justify-content:center;height:80px;gap:4px;margin-bottom:1rem;padding:.5rem;background:#faf8f8;border-radius:4px}.audio-recorder__bar{width:8px;min-height:12%;background:#b10e1e;border-radius:2px;transition:height .1s ease}.audio-recorder__controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.audio-recorder__hint{margin-top:.5rem;margin-bottom:0}.audio-recorder__saved{margin-top:.5rem;color:#505a5f}.mcq-option-selector{margin-top:1rem}.exam-question-view__response{margin-top:1.5rem}.exam-question-view__saved{margin-top:.75rem;color:#505a5f}.exam-content__autosave{margin-bottom:1rem;color:#505a5f}.exam-content__section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #d4b5b8}.exam-content__section:last-child{border-bottom:0}.exam-content__response{margin-top:1rem}.exam-content__submit{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #d4b5b8;text-align:right}.exam-reading-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2rem;align-items:flex-start;margin-top:.5rem}@media (max-width: 768px){.exam-reading-layout{grid-template-columns:1fr}}.exam-reading-layout__passage{grid-column:2;max-height:70vh;overflow-y:auto;padding:1rem;border:1px solid #d4b5b8;border-radius:4px;background:#f3f2f1}.exam-reading-layout__questions{grid-column:1;display:flex;flex-direction:column;gap:1.5rem}.exam-page-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.exam-section-card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000000f;padding:2.5rem;margin-bottom:2rem;border:1px solid #e9ecef;position:relative;overflow:hidden}.exam-section-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#b10e1e}.exam-section-card--listening:before{background:#b10e1e}.exam-section-card--reading:before{background:#b10e1e}.exam-section-card--writing:before{background:#c5a059}.exam-section-card__header{margin-bottom:2rem;border-bottom:1px solid #e9ecef;padding-bottom:1rem}.exam-section-card__header .app-heading{margin:0;color:#212121;font-size:1.75rem;font-weight:700}.academic-passage{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.125rem;line-height:1.8;color:#2d3436;padding:1.5rem;background:#f8f9fa;border-radius:4px;border-left:4px solid #e9ecef}.question-block{margin-bottom:2rem}.question-block:last-child{margin-bottom:0}.academic-question{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.academic-question__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.academic-question__badge{background:#b10e1e;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.2rem .6rem;border-radius:4px;letter-spacing:.05em}.academic-question__type{font-size:.8125rem;font-weight:600;color:#801a24;text-transform:uppercase;letter-spacing:.02em}.academic-question__prompt{font-size:1.25rem;font-weight:600;color:#212121;line-height:1.4;margin:0 0 1rem}.academic-question__instructions{margin-top:1rem;padding:1rem;background:#fdfdfd;border:1px dashed #e9ecef;border-radius:6px;font-size:.9375rem;color:#505a5f}.academic-question__instructions p{margin:0}.academic-question__instr-label{display:block;font-weight:700;font-size:.75rem;color:#212121;text-transform:uppercase;margin-bottom:.25rem;letter-spacing:.05em}.mcq-tiles-group{margin-top:1.5rem}.academic-fieldset{border:none;padding:0;margin:0}.academic-legend{font-weight:700;font-size:.875rem;color:#212121;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.mcq-tiles{display:flex;flex-direction:column;gap:.75rem}.mcq-tile{display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.mcq-tile:hover{border-color:#f36573;background:#f8f9fa;transform:translate(4px)}.mcq-tile--selected{border-color:#b10e1e;background:#b10e1e0a;box-shadow:0 4px 12px #b10e1e1a}.mcq-tile--selected .mcq-tile__letter{background:#b10e1e;color:#fff;border-color:#b10e1e}.mcq-tile__input{position:absolute;opacity:0;pointer-events:none}.mcq-tile__letter{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:2px solid #e9ecef;border-radius:50%;font-weight:700;font-size:.875rem;margin-right:1.25rem;flex-shrink:0;transition:all .2s ease;color:#b10e1e}.mcq-tile__text{font-size:1rem;color:#212121;font-weight:500;line-height:1.4}@media (max-width: 768px){.exam-section-card{padding:1.5rem}.academic-question__prompt{font-size:1.125rem}}.exam-content__question{border-bottom:1px solid #d4b5b8;padding-bottom:.75rem;margin-top:.25rem}.exam-reading-layout__questions .exam-content__question:first-child{margin-top:0}.govuk-textarea{width:100%;font-family:inherit;font-size:1rem;padding:.5rem;border:2px solid #b1b4b6;border-radius:0;box-sizing:border-box;resize:vertical}.govuk-textarea:focus{outline:3px solid #ffbf47;outline-offset:0;border-color:#ffbf47}.govuk-fieldset{border:0;margin:0 0 1rem;padding:0}.govuk-fieldset__legend{font-weight:600;font-size:1rem;margin-bottom:.5rem}.govuk-radios{margin-top:.5rem}.govuk-radios__item{margin-bottom:.5rem;padding-left:2rem;position:relative}.govuk-radios__input{position:absolute;left:0;top:.25rem;width:1.25rem;height:1.25rem;margin:0;cursor:pointer}.govuk-radios__label{cursor:pointer;font-weight:400}.app-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.app-card{background:#fff;border:1px solid #d4b5b8;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 2px 8px #0000000a;transition:.5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.app-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014;border-color:#b10e1e}.app-card__title{font-size:1.125rem;font-weight:700;color:#212121;margin:0}.app-card__desc{font-size:.9375rem;color:#505a5f;margin:0;flex:1}.app-card__tag{display:inline-block;align-self:flex-start;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b10e1e;background:#b10e1e1a;padding:.2rem .6rem;border-radius:6px;margin-top:.25rem}.landing{width:100%;padding-bottom:4rem;background-color:#fdfdfd}@media (min-width: 768px){.landing{padding-bottom:8rem}}.landing-section{padding:5rem 0;max-width:1100px;margin:0 auto;opacity:0;text-align:center;transform:translateY(30px);transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1)}@media (max-width: 768px){.landing-section{padding:3rem 1.5rem}}.landing-h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#212121;text-align:center;margin-bottom:1.5rem;position:relative}.landing-h2:after{content:"";display:block;width:60px;height:3px;background:#b10e1e;margin:1rem auto 0}.landing-h3{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:700;color:#212121;margin-bottom:1rem}.landing-p{font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:1.125rem;line-height:1.8;color:#505a5f;max-width:800px;margin:0 auto 2.5rem;text-align:center}.landing-p--muted{font-size:1rem;opacity:.85}.landing-p strong{color:#b10e1e;font-weight:600}.landing-hero{padding:3rem 0 4rem;text-align:center}.landing-hero--splash{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:3rem 1rem 4rem;background-color:#b10e1e;background-size:cover;background-position:center;background-repeat:no-repeat}@media (min-width: 576px){.landing-hero--splash{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 768px){.landing-hero--splash{padding:4rem 1.5rem 5rem}}.landing-hero--splash:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#64000abf,#8c0a14a6,#500008d9);pointer-events:none}.landing-hero--splash .landing-hero__org,.landing-hero--splash .landing-hero__title,.landing-hero--splash .landing-hero__subtitle,.landing-hero--splash .landing-hero__tagline,.landing-hero--splash .landing-hero__actions{position:relative;z-index:1}.landing-hero--splash .landing-hero__org{color:#ffffffb3;font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem}.landing-hero--splash .landing-hero__title{font-family:Playfair Display,Georgia,Times New Roman,serif;color:#fff;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;font-weight:700;text-shadow:0 4px 15px rgba(0,0,0,.3);margin-bottom:1.5rem;max-width:1000px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.landing-hero--splash .landing-hero__title{font-size:clamp(3rem,7vw,5rem)}}.landing-hero--splash .landing-hero__subtitle{font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;color:#ffffffe6;font-size:1.25rem;max-width:700px;margin:0 auto 2rem;line-height:1.6}.landing-hero--splash .landing-hero__tagline{font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;color:#ffffffb3;font-size:1rem;max-width:600px;margin:0 auto 3rem;font-style:italic}.landing-hero--splash .academic-player{background:#f8f9fa;padding:1.75rem;border-radius:10px;border:1px solid #e9ecef;margin-bottom:2.5rem;position:relative;box-shadow:inset 0 2px 4px #00000005}.landing-hero--splash .academic-player__instruction{margin:0 0 1.25rem;font-size:.9375rem;color:#212121;border-left:3px solid #b10e1e;padding-left:1rem;font-style:italic}.landing-hero--splash .academic-player__instruction strong{color:#b10e1e}.landing-hero--splash .academic-player__controls{display:flex;align-items:center;gap:1.5rem}.landing-hero--splash .academic-player__btn{min-width:140px;background:#b10e1e!important;border:none!important;color:#fff!important;padding:.75rem 1.25rem!important;border-radius:6px!important;font-weight:700!important;transition:all .2s ease!important}.landing-hero--splash .academic-player__btn:hover:not(:disabled){background:#8b0a14!important;transform:translateY(-2px);box-shadow:0 4px 12px #b10e1e33}.landing-hero--splash .academic-player__btn:disabled{background:#e9ecef!important;color:#505a5f!important;cursor:not-allowed}.landing-hero--splash .academic-player__track-container{flex:1}.landing-hero--splash .academic-player__track{height:6px;background:#e9ecef;border-radius:3px;position:relative;overflow:hidden}.landing-hero--splash .academic-player__progress{height:100%;background:#801a24;transition:width .1s linear}.landing-hero--splash .academic-player__time-row{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.8125rem;font-weight:600;color:#505a5f;font-family:monospace}.landing-hero--splash .exam-content__meta{margin-bottom:2rem;display:flex;justify-content:flex-end}.landing-hero--splash .exam-content__autosave{font-size:.8125rem;color:#505a5f;background:#f8f9fa;padding:.4rem .8rem;border-radius:20px;border:1px solid #e9ecef}.landing-hero--splash .exam-content__autosave:before{content:"●";color:#28a745;margin-right:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.landing-hero--splash .landing-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.landing-hero--splash .landing-btn--gold{background:linear-gradient(135deg,#d4af37,#b8960c);color:#212121;border:none;box-shadow:0 4px 14px #d4af3759}.landing-hero--splash .landing-btn--gold:hover{background:linear-gradient(135deg,#e5c548,#c9a70c);color:#212121;box-shadow:0 6px 20px #d4af3766}.landing-hero--splash .landing-btn--outline{background:transparent;color:#ffffffe6;border:2px solid rgba(255,255,255,.6)}.landing-hero--splash .landing-btn--outline:hover{background:#ffffff26;color:#fff;border-color:#fff}.landing-hero__org{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#505a5f;margin:0 0 .5rem;opacity:0;animation:landing-fade-up .6s ease forwards}.landing-hero__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2;color:#212121;margin:0 0 .5rem;opacity:0;animation:landing-fade-up .6s .1s ease forwards;word-break:break-word}@media (min-width: 576px){.landing-hero__title{font-size:clamp(1.75rem,4vw,2.25rem)}}.landing-hero__title--welcome{font-size:1.75rem;margin-bottom:.25rem}@media (min-width: 576px){.landing-hero__title--welcome{font-size:2rem}}.landing-hero__subtitle{font-size:1.125rem;font-weight:600;color:#b10e1e;margin:.25rem 0 .5rem;opacity:0;animation:landing-fade-up .6s .15s ease forwards}.landing-hero__tagline{font-size:1rem;color:#505a5f;margin:0 0 2rem;opacity:0;animation:landing-fade-up .6s .2s ease forwards}.landing-hero__lead{font-size:1.125rem;color:#505a5f;margin:0 0 1.5rem}.landing-hero__actions{opacity:0;animation:landing-fade-up .6s .3s ease forwards}.landing-hero--compact{padding:2rem 0 3rem;text-align:left}.landing-section{padding:2.5rem 0;border-top:1px solid #d4b5b8;opacity:0;text-align:center;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.landing-section--visible{opacity:1;transform:translateY(0)}.landing-guarantees{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.landing-guarantees{grid-template-columns:1fr 1fr}}.landing-guarantee{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#b10e1e,#8b0a14);border-radius:10px;border-left:4px solid #d4af37}.landing-guarantee__badge{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#d4af37;margin-bottom:.5rem}.landing-guarantee__text{margin:0;font-size:.9375rem;line-height:1.5;color:#ffffffe6}.landing-trust{text-align:center}.landing-trust-grid{display:grid;gap:1.25rem;grid-template-columns:1fr;margin-top:2rem}@media (min-width: 768px){.landing-trust-grid{grid-template-columns:repeat(3,1fr)}}.landing-trust-card{background:#fff;border:1px solid #e9ecef;border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:1.25rem;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative}.landing-trust-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #00000014;border-color:#b10e1e40}.landing-trust-card__media{border-radius:12px;overflow:hidden;height:140px;background:#b10e1e08;border:1px solid rgba(177,14,30,.08)}.landing-trust-card__media img{width:100%;height:100%;object-fit:cover;display:block}.landing-trust-card__icon{width:54px;height:54px;margin:1rem 0 .75rem;border-radius:16px;background:#b10e1e14;color:#b10e1e;display:flex;align-items:center;justify-content:center}.landing-trust-card__icon svg,.landing-trust-card__icon i{font-size:1.25rem}.landing-trust-card__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:700;color:#212121;margin:0 0 .5rem}.landing-trust-card__desc{font-size:.95rem;line-height:1.75;color:#505a5f;margin:0}.landing-faq-section{margin-top:1rem}.landing-faq{max-width:860px;margin:2rem auto 0;display:flex;flex-direction:column;gap:.75rem}.landing-faq__item{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.landing-faq__button{width:100%;background:transparent;border:none;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:700;color:#212121}.landing-faq__button:focus-visible{outline:2px solid #b10e1e;outline-offset:2px}.landing-faq__chev{color:#b10e1e;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.landing-faq__item.is-open .landing-faq__chev{transform:rotate(180deg)}.landing-faq__answer{padding:0 1.25rem 1rem;color:#505a5f;line-height:1.75;font-size:.95rem}.landing-faq-cta{text-align:center;margin-top:1.5rem}.landing-process{margin-top:1.25rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 576px){.landing-process{grid-template-columns:repeat(3,1fr)}}.landing-process__step{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000a;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-process__step:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000014;border-color:#b10e1e40}.landing-process__iconWrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.landing-process__num{width:34px;height:34px;border-radius:12px;background:#b10e1e14;color:#b10e1e;font-weight:800;display:flex;align-items:center;justify-content:center}.landing-process__icon{width:44px;height:44px;border-radius:14px;background:#b10e1e0d;color:#b10e1e;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.landing-process__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.05rem;margin:0 0 .5rem;color:#212121}.landing-process__desc{margin:0;color:#505a5f;line-height:1.7;font-size:.95rem}.landing-diversity__grid{margin-top:1.5rem;display:grid;gap:1.25rem;grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}@media (min-width: 576px){.landing-diversity__grid{grid-template-columns:repeat(2,1fr)}}.landing-diversity__figure{margin:0;border-radius:14px;overflow:hidden;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000a}.landing-diversity__figure img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center center;display:block}.landing-logo-cloud{margin-top:1.5rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 576px){.landing-logo-cloud{grid-template-columns:repeat(4,1fr)}}.landing-logo-cloud__logo{background:#b10e1e08;border:1px solid rgba(177,14,30,.08);border-radius:12px;padding:.9rem .75rem;text-align:center;color:#505a5f;font-weight:700;font-size:.9rem}.landing-success-slider{margin-top:1.75rem;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:.75rem}.landing-success-slider__nav{width:48px;height:48px;border-radius:14px;border:1px solid #e9ecef;background:#fff;box-shadow:0 2px 8px #0000000a;cursor:pointer;font-size:1.4rem;color:#b10e1e}.landing-success-slider__nav:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.landing-success-slider__viewport{overflow:hidden}.landing-success-slider__track{display:flex;transition:transform .35s ease}.landing-success-slider__slide{min-width:100%}.landing-success-story{background:#fff;border:1px solid #e9ecef;border-radius:14px;padding:1.25rem;box-shadow:0 2px 8px #0000000a;text-align:center}.landing-success-story__avatar{border-radius:999px}.landing-success-story__avatar{width:74px;height:74px;border-radius:999px;object-fit:cover;border:3px solid rgba(177,14,30,.15);margin-bottom:.75rem}.landing-success-story__name{margin:0 0 .5rem;font-family:Playfair Display,Georgia,Times New Roman,serif;color:#212121}.landing-success-story__quote{margin:0;color:#505a5f;line-height:1.75;font-size:.95rem}.landing-prep-partner__progress{background:#b10e1e08;border:1px solid rgba(177,14,30,.12);border-radius:14px;padding:1.25rem;margin-top:1.25rem;box-shadow:0 2px 8px #0000000a}.landing-prep-partner__bar{height:12px;border-radius:999px;background:#b10e1e1a;overflow:hidden}.landing-prep-partner__fill{height:100%;background:#b10e1e;border-radius:999px}.landing-prep-partner__meta{display:flex;justify-content:space-between;gap:1rem;margin-top:.75rem;color:#505a5f;font-size:.9rem;font-weight:700}.landing-prep-partner__cta{margin-top:1.25rem;text-align:center}.landing-prep-progress{margin:1rem auto .75rem;max-width:720px;background:#b10e1e08;border:1px solid rgba(177,14,30,.12);border-radius:14px;padding:.85rem 1rem;box-shadow:0 2px 8px #0000000a}.landing-prep-progress__bar{height:10px;border-radius:999px;overflow:hidden;background:#b10e1e1a}.landing-prep-progress__fill{height:100%;background:#b10e1e;border-radius:999px}.landing-prep-progress__label{margin:.5rem 0 0;color:#505a5f;font-size:.9rem;font-weight:800}.landing-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0c148c;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.landing-modal{width:100%;max-width:720px;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000001f;border:1px solid #e9ecef;overflow:hidden}.landing-modal__header{padding:1.25rem 1.25rem .75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.landing-modal__title{margin:0;font-family:Playfair Display,Georgia,Times New Roman,serif;color:#212121;font-size:1.35rem}.landing-modal__subtitle{padding:0 1.25rem;margin:0 0 1rem}.landing-modal__close{width:40px;height:40px;border-radius:12px;border:1px solid #e9ecef;background:#fff;cursor:pointer;font-size:1.4rem;line-height:1;color:#b10e1e}.landing-modal__close:hover{transform:translateY(-2px)}.landing-modal__content{padding:0 1.25rem 1.25rem}.landing-sample{border:1px solid #e9ecef;border-radius:14px;padding:1.1rem;background:#b10e1e05}.landing-sample__title{margin:.75rem 0 .5rem;font-size:1rem;font-weight:800;color:#212121}.landing-sample__prompt{margin:0 0 1rem;color:#505a5f;line-height:1.7;font-size:.95rem}.landing-sample__feedback{background:#fff;border:1px solid rgba(177,14,30,.12);border-radius:14px;padding:.9rem}.landing-sample__feedback p{margin:.35rem 0;color:#505a5f;line-height:1.6}.landing-modal__actions{padding:1rem 1.25rem 1.25rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;border-top:1px solid #d4b5b8}@media (max-width: 640px){.landing-section{padding:2.25rem 1rem}.landing-h2{margin-bottom:1rem}.landing-p{margin-bottom:1.5rem}.landing-hero--splash{padding-top:2.25rem;padding-bottom:2.75rem}.landing-hero--splash .landing-hero__org{letter-spacing:.1em}.landing-hero--splash .landing-hero__subtitle{font-size:1.0625rem;line-height:1.55}.landing-hero__actions,.landing-prep-partner__cta,.landing-hero__actions .landing-btn,.landing-prep-partner__cta .landing-btn,.landing-modal__actions .landing-btn{width:100%}.landing-success-slider{grid-template-columns:1fr;gap:.9rem}.landing-success-slider__viewport{order:1}.landing-success-slider__nav{width:100%;height:42px;border-radius:10px}.landing-prep-partner__meta{flex-direction:column;align-items:flex-start;gap:.35rem}.landing-card{padding:1.5rem 1rem}.landing-table th,.landing-table td{padding:.8rem .75rem}.landing-modal__header,.landing-modal__content,.landing-modal__actions{padding-left:.9rem;padding-right:.9rem}}.landing-how{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 576px){.landing-how{grid-template-columns:repeat(3,1fr)}}.landing-how__item{padding:1.5rem;background:#fff;border:1px solid #d4b5b8;border-radius:12px;text-align:center;transition:box-shadow .2s ease,border-color .2s ease}.landing-how__item:hover{box-shadow:0 6px 20px #00000014;border-color:#f7949e}.landing-how__icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#fdeaeb;color:#b10e1e;border-radius:12px}.landing-how__icon svg{width:28px;height:28px}.landing-how__title{font-size:1.0625rem;font-weight:700;color:#212121;margin:0 0 .5rem}.landing-how__desc{font-size:.875rem;line-height:1.55;color:#505a5f;margin:0}.landing-h2{font-size:1.25rem;font-weight:700;color:#212121;margin:0 0 1rem;text-align:center}.landing-h3{font-size:1rem;font-weight:600;color:#505a5f;margin:0 0 .75rem}.landing-p{font-size:1rem;line-height:1.65;color:#212121;margin:0 auto 1rem;max-width:800px;text-align:center}.landing-p--muted{color:#505a5f;font-size:.9375rem}.landing-list{margin:0 0 1rem;padding-left:1.25rem}.landing-list li{margin-bottom:.35rem;line-height:1.6}.landing-table-wrap{overflow-x:auto;margin:2.5rem 0;border:1px solid #e9ecef;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000000a}.landing-table{width:100%;border-collapse:collapse;font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:.9375rem}.landing-table th{padding:1.25rem 1.5rem;text-align:left;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:#505a5f;background:#f8f9fa;border-bottom:2px solid #e9ecef}.landing-table td{padding:1.25rem 1.5rem;text-align:left;border-bottom:1px solid #f8f9fa;color:#212121;vertical-align:middle}.landing-table tr:last-child td{border-bottom:none}.landing-table tbody tr:hover{background:#b10e1e05}.landing-table strong{color:#b10e1e;font-weight:600}.landing-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);white-space:nowrap}.landing-btn:active{transform:scale(.96)}.landing-btn--primary{background:#b10e1e;color:#fff;box-shadow:0 4px 15px #b10e1e4d}.landing-btn--primary:hover{background:#8b0a14;transform:translateY(-2px);box-shadow:0 6px 20px #b10e1e66}.landing-btn--gold{background:linear-gradient(135deg,#d4af37,#b8960c);color:#212121;border:none;box-shadow:0 4px 15px #d4af374d}.landing-btn--gold:hover{background:linear-gradient(135deg,#e5c548,#c9a70c);transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.landing-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.landing-btn--outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px);color:#fff}.landing-btn--secondary{background:transparent;color:#b10e1e;border:2px solid #b10e1e}.landing-btn--secondary:hover{background:#b10e1e0d;transform:translateY(-2px)}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.landing-hero__actions .landing-btn+.landing-btn{margin-left:0}.landing-modules{display:grid;gap:1.25rem;margin-top:1rem}.landing-module{padding:1.25rem 1.25rem 1rem;background:#00000005;border-radius:8px;border-left:3px solid #b10e1e}.landing-module .landing-h3{margin-bottom:.35rem}.landing-module .landing-p{margin-bottom:0;font-size:.9375rem;color:#505a5f}.landing-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}@media (max-width: 1024px){.landing-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.landing-cards{grid-template-columns:1fr}}.landing-card{position:relative;padding:3rem 2rem;background:#fff;border:1px solid #e9ecef;border-radius:20px;box-shadow:0 2px 8px #0000000a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:center;text-align:center}.landing-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f;border-color:#b10e1e4d}.landing-card__icon{width:80px;height:80px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;background:#b10e1e0d;color:#b10e1e;border-radius:20px;font-size:2rem;transition:transform .4s ease}.landing-card:hover .landing-card__icon{transform:rotate(5deg) scale(1.1);background:#b10e1e1a}.landing-card__badge{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#b10e1e;background:#b10e1e1a;border-radius:50%}.landing-card__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#212121;margin:0 0 .5rem}.landing-card__weight{font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:700;color:#b10e1e;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem}.landing-card__desc{font-family:Inter,"Source Sans 3",Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.7;color:#505a5f;margin:0}.landing-cta{text-align:center;padding:3rem 0 2rem}.landing-cta .landing-btn{margin-top:.5rem}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-history{margin-top:3.5rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000a;border:1px solid hsla(215,20%,90%,.8)}.dashboard-history .app-heading{font-size:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.dashboard-history .app-heading:before{content:"";display:block;width:4px;height:1.25rem;background:#1a2b42;border-radius:2px}.dashboard-history__table{display:flex;flex-direction:column;gap:.5rem;border:none;border-radius:0;overflow:visible}.dashboard-history__row{display:grid;grid-template-columns:2fr 1fr .8fr .8fr 1fr 1.5fr;gap:1rem;padding:1.25rem;background:#f9fafb;border-radius:6px;border:1px solid transparent;align-items:center;transition:.3s cubic-bezier(.4,0,.2,1)}.dashboard-history__row:hover:not(.dashboard-history__row--header){background:#fff;border-color:#cdd7e4;transform:scale(1.01);box-shadow:0 2px 8px #0000000a}.dashboard-history__row--header{background:transparent;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:#67717e;border-bottom:1px solid hsl(215,20%,90%);border-radius:0;padding-bottom:.75rem;margin-bottom:.5rem}.dashboard-history__row a{text-decoration:none;font-weight:600;padding:.4rem .8rem;background:#dbe4f0;border-radius:6px;transition:.3s cubic-bezier(.4,0,.2,1)}.dashboard-history__row a:hover{background:#1a2b42;color:#fff}@media (max-width: 992px){.dashboard-history__row{grid-template-columns:1.5fr 1fr .8fr 1fr 1fr}.dashboard-history__row>div:nth-child(4){display:none}}@media (max-width: 768px){.dashboard-history__row{grid-template-columns:1fr 1fr;gap:.75rem}.dashboard-history__row--header{display:none}.dashboard-history__row>div:first-child{grid-column:1/-1;font-size:1.125rem;font-weight:700}.dashboard-history__row>div:last-child{grid-column:1/-1;border-top:1px dashed hsl(215,20%,90%);padding-top:.75rem;margin-top:.25rem}}.score-card{display:flex!important;flex-direction:column;justify-content:space-between;min-height:180px;background:linear-gradient(135deg,#fff,#f6f7f9)}.score-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(215,40%,60%,.05) 0%,transparent 70%);pointer-events:none;transition:.3s cubic-bezier(.4,0,.2,1)}.score-card:hover:after{top:-20%;left:-20%}.score-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.score-card__info{flex:1}.score-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ecf1f9;color:#1a2b42;border-radius:6px;transition:.5s cubic-bezier(.175,.885,.32,1.275)}.score-card__icon i{font-size:24px;transition:.5s cubic-bezier(.175,.885,.32,1.275)}.score-card:hover .score-card__icon{background:#1a2b42;color:#fff;transform:rotate(8deg) scale(1.1)}.score-card__title{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#67717e;font-weight:700}.score-card__subtitle{margin:.25rem 0 0;font-size:.8125rem;color:#67717e;opacity:.8}.score-card__main{display:flex;align-items:flex-end;justify-content:space-between;width:100%;margin-top:auto}.score-card__value-container{display:flex;flex-direction:column}.score-card__value{font-size:2.75rem;font-weight:800;color:#1f252e;line-height:1;letter-spacing:-.02em;display:flex;align-items:baseline}.score-card__max{font-size:1rem;font-weight:500;color:#67717e;margin-left:.25rem;opacity:.6}.score-card__badge{padding:.4rem .8rem;background:#1a2b42;color:#fff;font-size:.875rem;font-weight:800;border-radius:6px;box-shadow:0 4px 12px #1f304733}.score-card__trend{font-size:.75rem;font-weight:700;color:#67717e;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.score-card__trend--up{color:#00875a}.score-card__trend--up:before{content:"↑"}.score-card:first-child{background:linear-gradient(135deg,#1a2b42,#243b5b)}.score-card:first-child .score-card__title,.score-card:first-child .score-card__subtitle,.score-card:first-child .score-card__value,.score-card:first-child .score-card__max,.score-card:first-child .score-card__trend{color:#fff}.score-card:first-child .score-card__icon{background:#ffffff26;color:#c5a159}.score-card:first-child .score-card__badge{background:#fff;color:#1a2b42}.mic-check-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172ab3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:landing-fade-in .3s ease}.mic-check-modal{background:#fff;width:100%;max-width:500px;border-radius:20px;box-shadow:0 20px 50px #0000001f;overflow:hidden;animation:landing-fade-up .4s .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.mic-check-modal__header{background:linear-gradient(135deg,#b10e1e,#8b0a14);padding:2rem;color:#fff;text-align:center}.mic-check-modal__title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.mic-check-modal__subtitle{margin:.5rem 0 0;font-size:.875rem;opacity:.9;font-weight:500}.mic-check-modal__body{padding:2.5rem 2rem;min-height:200px;display:flex;align-items:center;justify-content:center}.mic-check-modal__footer{padding:1.5rem 2rem;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;gap:1rem}.mic-check-status{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.mic-check-status__icon{width:64px;height:64px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#505a5f;transition:all .3s ease}.mic-check-status__text{font-size:1rem;color:#212121;line-height:1.6;margin:0}.mic-check-status__content{width:100%}.mic-check-status__fix{margin-top:1rem;padding:1rem;background:#fff5f5;border-radius:12px;border:1px solid #fed7d7;font-size:.8125rem;color:#c53030;text-align:left;line-height:1.5}.mic-check-status__fix strong{color:#9b2c2c}.mic-check-status--ready .mic-check-status__icon{background:#c6f6d5;color:#2f855a;box-shadow:0 0 20px #48bb7833}.mic-check-status--error .mic-check-status__icon{background:#fed7d7;color:#c53030}.mic-check-status__spinner{width:48px;height:48px;border:4px solid #e9ecef;border-top-color:#b10e1e;border-radius:50%;animation:app-spin .8s linear infinite}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mic-preflight-banner{background:#fff;border:1px solid #e9ecef;border-left:4px solid #b10e1e;padding:1.5rem;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 2px 8px #0000000a;margin:1rem 0}.mic-preflight-banner__content{display:flex;align-items:center;gap:1.25rem}.mic-preflight-banner__icon{font-size:1.5rem;color:#b10e1e;background:#b10e1e1a;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mic-preflight-banner__title{margin:0;font-size:1.125rem;font-weight:700;color:#212121}.mic-preflight-banner__text{margin:.25rem 0 0;font-size:.875rem;color:#505a5f}@media (max-width: 576px){.mic-preflight-banner{flex-direction:column;align-items:flex-start;gap:1rem}.mic-preflight-banner .govuk-button{width:100%}}.study-hub-course-list{list-style:none;padding:0;margin:1.5rem 0 0;max-width:40rem}.study-hub-course-list__item{padding:1rem 0;border-bottom:1px solid #e9ecef}.study-hub-course-list__link{font-weight:700;font-size:1.125rem}.study-hub-course-list__desc{margin:.35rem 0 0;color:#505a5f}.study-hub-lesson-list{margin:1rem 0 0;padding-left:1.25rem;max-width:40rem}.study-hub-lesson-list__link{font-weight:600}.study-hub-lesson-body{max-width:48rem;margin-top:1rem}.study-hub-lesson-body h1,.study-hub-lesson-body h2,.study-hub-lesson-body h3{margin-top:1.5rem}.study-hub-quiz{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;max-width:40rem}.study-hub-quiz__list{padding-left:1.25rem}.study-hub-quiz__item{margin-bottom:1.25rem}.study-hub-quiz__options{list-style:disc;margin:.5rem 0 0}.study-hub-pagination{display:flex;gap:.75rem;margin-top:1.5rem}.study-hub-admin-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;max-width:42rem}.study-hub-admin-form{margin-top:1rem}.study-hub-admin-pre{font-size:.75rem;overflow:auto;max-height:12rem;padding:.75rem;background:#f3f2f1;border:1px solid #e9ecef;margin:.75rem 0}.study-hub-admin-table{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.study-hub-admin-row{border:1px solid #e9ecef;border-radius:12px;padding:1rem;display:grid;gap:1rem}@media (min-width: 768px){.study-hub-admin-row{grid-template-columns:1fr 1fr}}.study-hub-admin-row__actions{display:flex;flex-direction:column;gap:.5rem}.study-hub-exam-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem;margin-top:1.5rem}.study-hub-exam-card{border:1px solid #e9ecef;border-radius:12px;padding:1rem 1rem .75rem;background:#fff;box-shadow:0 2px 8px #0000000a}.study-hub-exam-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.study-hub-exam-card__title{margin-bottom:0}.study-hub-exam-card__pill{background:#b10e1e1a;color:#b10e1e;border:1px solid rgba(177,14,30,.25);border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;white-space:nowrap}.study-hub-exam-card__desc{color:#505a5f;margin:0 0 .75rem}.study-hub-skill-row{display:flex;flex-wrap:wrap;gap:.5rem}.study-hub-skill-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #e9ecef;background:#fff;color:#212121;border-radius:6px;padding:.45rem .65rem;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.study-hub-skill-btn:hover{border-color:#b10e1e8c;transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.study-hub-skill-btn__meta{margin-left:.2rem;font-size:.75rem;color:#505a5f;font-weight:500}.study-hub-practice-loading{padding:1.5rem 0 .5rem}.study-hub-practice-actions{margin-top:2rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.study-hub-quiz__list--cards{padding-left:0;list-style:none}.study-hub-quiz__card{border:1px solid #e9ecef;border-radius:12px;padding:1rem;margin-bottom:.75rem;background:#fff}.study-hub-quiz__stem{font-weight:700}.study-hub-quiz__answers{list-style:none;padding-left:0;margin-bottom:.5rem}.study-hub-quiz__option-btn{display:block;width:100%;text-align:left;border:1px solid #e9ecef;border-radius:6px;padding:.4rem .75rem;margin-bottom:.25rem;cursor:pointer;font-size:1rem}.study-hub-quiz__explanation{margin-top:.5rem;color:#212121;background:#f3f2f1;padding:.5rem;border-radius:6px}
