.app{min-height:100vh}:root{--au-colour-flag-blue: #00488b;--au-colour-background: #00488b;--au-colour-background-alt: #003d75;--au-colour-foreground-text: #313131;--au-colour-foreground-muted: #595959;--au-colour-foreground-border: #c9c9c9;--au-colour-foreground-action: #00488b;--au-colour-foreground-action-hover: #003d75;--au-colour-focus: #ffcd00;--au-colour-header-bg: #00488b;--au-colour-header-top-bg: #003d75;--au-colour-header-text: #ffffff;--au-colour-nav-bg: #ffffff;--au-colour-nav-border: #c9c9c9;--au-colour-content-bg: #ffffff;--au-colour-content-bg-shade: #f3f3f3;--au-colour-hero-bg: #e6ecf5;--au-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--au-max-width: 75em;--au-grid-gutter: 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--au-font-family);font-size:1rem;line-height:1.5;color:var(--au-colour-foreground-text);background:var(--au-colour-content-bg)}#app{min-height:100vh}a{color:var(--au-colour-foreground-action);text-decoration:underline}a:hover{color:var(--au-colour-foreground-action-hover)}a:focus-visible{outline:3px solid var(--au-colour-focus);outline-offset:2px}.au-skip-link{position:absolute;left:-9999px;z-index:9999;padding:.75rem 1rem;background:var(--au-colour-focus);color:var(--au-colour-foreground-text);font-weight:700}.au-skip-link:focus{left:.5rem;top:.5rem;outline:3px solid var(--au-colour-foreground-text);outline-offset:2px}.au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.au-container{max-width:var(--au-max-width);margin-left:auto;margin-right:auto;padding-left:var(--au-grid-gutter);padding-right:var(--au-grid-gutter)}@media(min-width:768px){.au-container{padding-left:2rem;padding-right:2rem}}.au-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.au-col{flex:0 0 100%;max-width:100%;padding-left:.5rem;padding-right:.5rem}@media(min-width:768px){.au-col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.au-col-md-12{flex:0 0 100%;max-width:100%}}.au-header{background:var(--au-colour-header-bg);color:var(--au-colour-header-text);role:banner}.au-header__top{background:var(--au-colour-header-top-bg);padding:.5rem 0;font-size:.8125rem;border-bottom:1px solid rgba(255,255,255,.08)}.au-header__top .au-header__top-inner.au-container{max-width:none}.au-header__top-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.au-header__top-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.au-header__top-right>*+*{border-left:1px solid rgba(255,255,255,.22);padding-left:.75rem;margin-left:0}.au-header__top-divider{width:1px;height:1rem;background:#ffffff40;border:none;margin:0;flex-shrink:0}.au-top-auth{display:flex;align-items:center;gap:.5rem}.au-top-link{color:#ffffffeb;text-decoration:none;font-size:.875rem;font-weight:500;padding:.375rem .5rem;border-radius:.5rem;transition:color .2s ease,background .2s ease}.au-top-link:hover{color:#fff;background:#ffffff1a;text-decoration:none}.au-top-link--cta{padding:.5rem 1rem;background:#fff;color:var(--au-colour-header-top-bg);border-radius:9999px;font-weight:600;box-shadow:0 1px 2px #0000000f;transition:transform .15s ease,box-shadow .2s ease}.au-top-link--cta:hover{background:#fff;color:var(--au-colour-header-top-bg);text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.au-user-menu{position:relative}.au-user-menu__trigger{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--au-font-family);font-size:.875rem;font-weight:500;padding:.375rem .75rem;color:var(--au-colour-header-text);background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:9999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.au-user-menu__trigger:hover{background:#ffffff2e;border-color:#ffffff4d}.au-user-menu__avatar{width:1.5rem;height:1.5rem;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;line-height:1;flex-shrink:0}.au-user-menu__chevron{width:.875rem;height:.875rem;opacity:.9;flex-shrink:0;transition:transform .2s ease}.au-user-menu__trigger[aria-expanded=true] .au-user-menu__chevron{transform:rotate(180deg)}.au-user-menu__dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:12rem;background:var(--au-colour-content-bg);border:1px solid var(--au-colour-foreground-border);border-radius:.75rem;box-shadow:0 10px 40px #0000001f,0 2px 8px #00000014;z-index:100;padding:.375rem;animation:au-dropdown-in .2s ease}@keyframes au-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.au-user-menu__item{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;padding:.5rem .75rem;font-family:var(--au-font-family);font-size:.875rem;color:var(--au-colour-foreground-text);background:none;border:none;border-radius:.5rem;cursor:pointer;text-decoration:none;transition:background .15s ease}.au-user-menu__item:hover{background:var(--au-colour-content-bg-shade)}.au-user-menu__item:focus-visible{outline:2px solid var(--au-colour-focus);outline-offset:2px}.au-user-menu__name{max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.au-user-menu__item-icon{width:1.125rem;height:1.125rem;flex-shrink:0;opacity:.7}.au-header__crest{font-weight:600;letter-spacing:.02em;opacity:.95}.au-header__lang-label{margin:0;cursor:pointer}.au-header__lang-select{font-family:var(--au-font-family);font-size:.8125rem;font-weight:500;padding:.375rem 2rem .375rem .75rem;color:var(--au-colour-header-text);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center;transition:background-color .2s ease,border-color .2s ease}.au-header__lang-select:hover{background-color:#ffffff29;border-color:#ffffff4d}.au-header__lang-select:focus{outline:2px solid var(--au-colour-focus);outline-offset:2px}.au-header__lang-select option{color:var(--au-colour-foreground-text);background:var(--au-colour-content-bg)}.au-header__main{padding:1rem 0}.au-header__logo{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem}.au-header__logo:hover{text-decoration:none;opacity:.9}.au-header__logo-image{display:block;height:3.5rem;width:auto;flex-shrink:0}.au-header__logo-text{display:flex;flex-direction:column}.au-header__heading{font-size:1.5rem;font-weight:700;margin:0;line-height:1.3}.au-header__subline{font-size:.875rem;opacity:.95;margin-top:.25rem}.au-main-nav{background:var(--au-colour-nav-bg);border-bottom:1px solid var(--au-colour-nav-border)}.au-main-nav__content{display:flex;align-items:center;min-height:3rem}.au-link-list{list-style:none;display:flex;flex-wrap:wrap;gap:0 1.5rem;margin:0;padding:0}.au-link-list li{margin:0}.au-link-list a{display:block;padding:.75rem 0;color:var(--au-colour-foreground-text);text-decoration:none;font-weight:500}.au-link-list a:hover{text-decoration:underline;color:var(--au-colour-foreground-action)}.au-nav-cta{padding:.35rem .75rem!important;background:var(--au-colour-foreground-action);color:#fff!important;border-radius:2px}.au-nav-cta:hover{background:var(--au-colour-foreground-action-hover);color:#fff!important;text-decoration:none!important}.au-hero{background:var(--au-colour-hero-bg);padding:1rem 0;border-bottom:1px solid var(--au-colour-foreground-border)}.au-hero__inner{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}@media(min-width:768px){.au-hero__inner{grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.25rem 0}}.au-hero__badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .6rem;border-radius:999px;background:#05966933;color:#047857;margin-bottom:.5rem;border:1px solid rgba(5,150,105,.4)}.au-hero__title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;line-height:1.3;color:var(--au-colour-foreground-text)}@media(min-width:768px){.au-hero__title{font-size:1.75rem}}.au-hero__desc{margin:0;color:var(--au-colour-foreground-muted);line-height:1.55}.au-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.au-hero__note{margin:.5rem 0 0;font-size:.875rem;color:var(--au-colour-foreground-muted)}.au-hero__media{min-width:0}.au-hero__video-wrap{position:relative;width:100%;max-width:420px;margin-left:auto;padding-bottom:56.25%;background:var(--au-colour-foreground-border);border-radius:4px;overflow:hidden}.au-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.au-breadcrumb{padding:.75rem 0;font-size:.875rem;color:var(--au-colour-foreground-muted)}.au-breadcrumb a{color:var(--au-colour-foreground-action)}.au-main{padding:2rem 0 4rem}.au-page-alert{padding:1rem 1.25rem;margin-bottom:1.5rem;border-left:4px solid var(--au-colour-foreground-action);background:#e8f4fc}.au-page-alert p{margin:0}.au-content h1{font-size:1.75rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.au-content h2{font-size:1.25rem;font-weight:700;margin:1.5rem 0 .75rem}.au-content h3{font-size:1.125rem;font-weight:600;margin:1.25rem 0 .5rem}.au-content p{margin:0 0 1rem}.au-content ul{margin:0 0 1rem 1.5rem;padding:0}.au-content li{margin-bottom:.5rem}.au-content .au-keyword-list{list-style:none;margin:1rem 0;padding:0}.au-content .au-keyword-list li{margin:0;padding:.5rem 0;border-bottom:1px solid var(--au-colour-foreground-border)}.au-content .au-keyword-list li:last-child{border-bottom:none}.au-auth-hero{background:var(--au-colour-hero-bg);padding:1.5rem 0;border-bottom:1px solid var(--au-colour-foreground-border)}.au-auth-hero__title{font-size:1.5rem;font-weight:700;margin:0 0 .35rem;color:var(--au-colour-foreground-text)}.au-auth-hero__desc{margin:0;font-size:1rem;color:var(--au-colour-foreground-muted)}.au-auth-wrap{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0 3rem;align-items:start}@media(min-width:768px){.au-auth-wrap{grid-template-columns:1fr 1fr;gap:2.5rem}}.au-auth-main{min-width:0}.au-auth-social-proof{text-align:center;font-size:.9rem;font-weight:600;color:var(--au-colour-foreground-action);margin:0 0 .75rem}.au-auth-card{max-width:24rem;margin:0;background:var(--au-colour-content-bg);border:1px solid var(--au-colour-foreground-border);border-radius:4px;padding:1.5rem;box-shadow:0 1px 3px #0000000f}@media(min-width:768px){.au-auth-card{max-width:none}}.au-auth-side{background:var(--au-colour-hero-bg);border:1px solid var(--au-colour-foreground-border);border-radius:4px;padding:1.5rem}.au-auth-side__title{font-size:1.35rem;font-weight:700;margin:0 0 .75rem;color:var(--au-colour-foreground-text)}.au-auth-side__desc{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.5;color:var(--au-colour-foreground-muted)}.au-auth-side__list{list-style:none;margin:0;padding:0}.au-auth-side__item{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9375rem;color:var(--au-colour-foreground-text)}.au-auth-side__item:before{content:"✓";position:absolute;left:0;font-weight:700;color:var(--au-colour-foreground-action)}.au-auth-error{margin:0 0 1rem;padding:.6rem .75rem;font-size:.875rem;background:#fde8e8;border:1px solid #e57373;border-radius:2px;color:#c62828}.au-auth-choice{display:flex;gap:0;margin:0 0 1.5rem;border-bottom:2px solid var(--au-colour-foreground-border)}.au-auth-choice__tab{flex:1;font-family:var(--au-font-family);font-size:1rem;font-weight:600;padding:.6rem 1rem;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;color:var(--au-colour-foreground-muted);cursor:pointer}.au-auth-choice__tab:hover{color:var(--au-colour-foreground-action)}.au-auth-choice__tab--active{color:var(--au-colour-foreground-action);border-bottom-color:var(--au-colour-foreground-action)}.au-auth-panel{padding-top:0}.au-auth-card__title{font-size:1.25rem;font-weight:700;margin:0 0 1rem}.au-auth-switch{margin:1.25rem 0 0;font-size:.875rem;color:var(--au-colour-foreground-muted)}.au-auth-switch__link{font-family:inherit;font-size:inherit;padding:0;border:none;background:none;color:var(--au-colour-foreground-action);cursor:pointer;text-decoration:underline}.au-auth-switch__link:hover{color:var(--au-colour-foreground-action-hover)}.au-form--card .au-input{max-width:none}.au-form__item{margin-bottom:1.25rem}.au-form__label{display:block;font-weight:600;margin-bottom:.35rem}.au-input{display:block;width:100%;max-width:20rem;font-family:var(--au-font-family);font-size:1rem;padding:.5rem .75rem;border:2px solid var(--au-colour-foreground-border);border-radius:2px;color:var(--au-colour-foreground-text);background:var(--au-colour-content-bg)}.au-input:focus{outline:3px solid var(--au-colour-focus);outline-offset:2px;border-color:var(--au-colour-foreground-action)}.au-form__actions{margin-top:1.5rem}.au-btn--full{width:100%}.au-btn--small{padding:.35rem .75rem;font-size:.875rem}.au-btn{display:inline-block;padding:.5rem 1.25rem;font-family:var(--au-font-family);font-size:1rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid transparent;cursor:pointer;background:var(--au-colour-foreground-action);color:#fff}.au-btn:hover{background:var(--au-colour-foreground-action-hover);color:#fff;text-decoration:none}.au-btn:focus-visible{outline:3px solid var(--au-colour-focus);outline-offset:2px}.au-btn:disabled{opacity:.7;cursor:not-allowed}.au-btn--secondary{background:transparent;color:var(--au-colour-foreground-action);border-color:var(--au-colour-foreground-action)}.au-btn--secondary:hover{background:#00488b14;color:var(--au-colour-foreground-action-hover);border-color:var(--au-colour-foreground-action-hover)}.au-footer{background:var(--au-colour-background);color:var(--au-colour-header-text);padding:2rem 0 1.5rem;font-size:.875rem}.au-footer a{color:var(--au-colour-header-text)}.au-footer a:hover{color:var(--au-colour-header-text);opacity:.9}.au-footer__ack{margin:0 0 1.5rem;line-height:1.6;opacity:.95}.au-footer__links{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-wrap:wrap;gap:0 1.5rem}.au-footer__links li{margin:0}.au-footer__copy{margin:0;opacity:.85}.au-back-to-top{margin-bottom:1rem}.au-back-to-top a{color:var(--au-colour-header-text);text-decoration:none}.au-back-to-top a:hover{text-decoration:underline}.info-page{max-width:52em}.info-page h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;line-height:1.25}.info-page h2{font-size:1.25rem;font-weight:600;color:#0f172a;margin:2rem 0 .75rem;padding-bottom:.25rem;border-bottom:1px solid #e2e8f0}.info-page h3{font-size:1.1rem;font-weight:600;color:#334155;margin:1.5rem 0 .5rem}.info-page p{margin:0 0 1rem;color:#334155;line-height:1.65}.info-page ul,.info-page ol{margin:0 0 1rem;padding-left:1.5rem;color:#334155;line-height:1.65}.info-page li{margin-bottom:.35rem}.info-page a{font-weight:500}.info-page .info-page__lead{font-size:1.1rem;color:#475569;margin-bottom:1.5rem}.info-page .info-cta{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#00488b14,#0596690f);border-radius:12px;border:1px solid rgba(0,72,139,.2)}.info-page .info-cta p{margin-bottom:.75rem}.info-page .info-cta .au-btn{display:inline-block;margin-top:.5rem;padding:.65rem 1.25rem;font-weight:600;border-radius:8px;text-decoration:none;background:var(--au-colour-foreground-action);color:#fff}.info-page .info-cta .au-btn:hover{background:var(--au-colour-foreground-action-hover);color:#fff}.info-page .info-links{list-style:none;padding:0;margin:1.5rem 0}.info-page .info-links li{margin-bottom:.5rem}.info-page .info-links a{display:inline-block;padding:.5rem 0;font-weight:500}.landing[data-v-422d4a89]{min-height:100vh;display:flex;flex-direction:column}.landing-invite[data-v-422d4a89]{background:linear-gradient(180deg,#00488b24,#00488b0f);border-bottom:2px solid rgba(0,72,139,.25);padding:1.75rem 1rem 2rem}.landing-invite__inner[data-v-422d4a89]{max-width:36rem;margin:0 auto;text-align:center}.landing-invite__badge[data-v-422d4a89]{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--au-colour-foreground-action);margin-bottom:.5rem}.landing-invite__lead[data-v-422d4a89]{margin:0 0 .5rem;font-size:1.125rem;color:#334155;line-height:1.45}.landing-invite__name[data-v-422d4a89]{display:inline;font-size:1.5rem;font-weight:800;color:var(--au-colour-foreground-action);letter-spacing:-.02em;text-decoration:underline;text-decoration-color:#00488b66;text-underline-offset:.2em}.landing-invite__reason[data-v-422d4a89]{margin:0 0 1.25rem;font-size:.9375rem;color:#64748b;line-height:1.5}.landing-invite__cta[data-v-422d4a89]{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background:var(--au-colour-foreground-action);border-radius:10px;text-decoration:none;box-shadow:0 2px 8px #00488b4d;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.landing-invite__cta[data-v-422d4a89]:hover{background:var(--au-colour-foreground-action-hover);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #00488b59}@media(min-width:640px){.landing-invite[data-v-422d4a89]{padding:2.25rem 1rem 2.5rem}.landing-invite__lead[data-v-422d4a89]{font-size:1.25rem}.landing-invite__name[data-v-422d4a89]{font-size:1.75rem}}.au-main[data-v-422d4a89]{flex:1}.landing-funnel[data-v-422d4a89]{padding:2rem 0 3rem}.landing-funnel__proof[data-v-422d4a89]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}@media(min-width:640px){.landing-funnel__proof[data-v-422d4a89]{grid-template-columns:1fr 1fr auto;align-items:start}}.landing-funnel__proof-stat[data-v-422d4a89]{text-align:center;padding:1.5rem;border-radius:16px;box-shadow:0 4px 14px #00000014}.landing-funnel__proof-stat[data-v-422d4a89]:first-child{background:linear-gradient(135deg,#0596691f,#0596690a);border:1px solid rgba(5,150,105,.25)}.landing-funnel__proof-stat[data-v-422d4a89]:nth-child(2){background:linear-gradient(135deg,#00488b1f,#00488b0a);border:1px solid rgba(0,72,139,.25)}.landing-funnel__proof-stat strong[data-v-422d4a89]{display:block;font-size:2rem;font-weight:800;margin-bottom:.35rem}.landing-funnel__proof-stat:first-child strong[data-v-422d4a89]{color:#059669}.landing-funnel__proof-stat:nth-child(2) strong[data-v-422d4a89]{color:#00488b}.landing-funnel__proof-stat span[data-v-422d4a89]{font-size:.875rem;font-weight:500;color:#475569}.landing-funnel__proof-quote[data-v-422d4a89]{grid-column:1 / -1;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;border-left:5px solid #f59e0b;box-shadow:0 2px 10px #f59e0b26}@media(min-width:640px){.landing-funnel__proof-quote[data-v-422d4a89]{grid-column:span 1}}.landing-funnel__proof-quote p[data-v-422d4a89]{margin:0 0 .5rem;font-size:1rem;color:#422006;font-style:italic}.landing-funnel__proof-quote span[data-v-422d4a89]{font-size:.8125rem;font-weight:600;color:#92400e}.landing-funnel__strip[data-v-422d4a89]{text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(145deg,#00488b,#036,#024);border-radius:20px;margin-bottom:2rem;color:#fff;position:relative;overflow:hidden}.landing-funnel__strip[data-v-422d4a89]:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.landing-funnel__badge[data-v-422d4a89]{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .75rem;border-radius:999px;margin:0 .35rem .5rem 0}.landing-funnel__badge--popular[data-v-422d4a89]{background:#f59e0b;color:#1c1917}.landing-funnel__badge--proof[data-v-422d4a89]{background:#059669;color:#fff}.landing-funnel__strip-title[data-v-422d4a89]{font-size:1.85rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0 0 .75rem;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.2)}.landing-funnel__strip-tagline[data-v-422d4a89]{font-size:1rem;color:#ffffffe6;margin:0 0 1.25rem;max-width:36rem;margin-left:auto;margin-right:auto}.landing-funnel__strip-price[data-v-422d4a89]{margin-bottom:1.25rem}.landing-funnel__amount[data-v-422d4a89]{display:block;font-size:3rem;font-weight:800;letter-spacing:-.03em;color:#fbbf24}.landing-funnel__once[data-v-422d4a89]{display:block;font-size:.875rem;color:#fffc;margin-top:.25rem}.landing-funnel__strip-actions[data-v-422d4a89]{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;margin-bottom:.75rem}.landing-funnel__cta[data-v-422d4a89]{display:inline-block;padding:.9rem 1.75rem;font-size:1.05rem;font-weight:700;border-radius:12px;text-decoration:none!important;transition:all .2s ease}.landing-funnel__cta--primary[data-v-422d4a89]{background:#fff;color:#00488b;box-shadow:0 4px 20px #00000040}.landing-funnel__cta--primary[data-v-422d4a89]:hover{background:#fbbf24;color:#1c1917;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 28px #0000004d}.landing-funnel__cta--secondary[data-v-422d4a89]{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.landing-funnel__cta--secondary[data-v-422d4a89]:hover{background:#ffffff26;border-color:#fff;color:#fff}.landing-funnel__cta--large[data-v-422d4a89]{padding:1rem 2.25rem;font-size:1.2rem}.landing-funnel__guarantee[data-v-422d4a89]{margin:0}.landing-funnel__guarantee-pill[data-v-422d4a89]{display:inline-block;font-size:.8rem;font-weight:600;color:#065f46;background:#a7f3d0;padding:.35rem .85rem;border-radius:999px}.landing-funnel__section[data-v-422d4a89]{margin-bottom:2rem}.landing-funnel__section-title[data-v-422d4a89]{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.landing-funnel__section-desc[data-v-422d4a89]{font-size:.9375rem;color:#64748b;margin:0 0 1rem}.landing-funnel__section--stakes[data-v-422d4a89]{padding:1.75rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:16px;border:2px solid #f59e0b;box-shadow:0 4px 16px #f59e0b1f}.landing-funnel__section--stakes .landing-funnel__section-title[data-v-422d4a89]{color:#92400e}.landing-funnel__section--stakes .landing-funnel__section-desc[data-v-422d4a89]{color:#78350f}.landing-funnel__stakes[data-v-422d4a89]{list-style:none;margin:0;padding:0}.landing-funnel__stakes li[data-v-422d4a89]{position:relative;padding:.5rem 0 .5rem 1.25rem;font-size:.9375rem;color:#422006}.landing-funnel__stakes li[data-v-422d4a89]:before{content:"→";position:absolute;left:0;font-weight:700;color:#d97706}.landing-funnel__compare[data-v-422d4a89]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:520px){.landing-funnel__compare[data-v-422d4a89]{grid-template-columns:1fr}}.landing-funnel__compare-col[data-v-422d4a89]{padding:1.5rem;border-radius:16px;border:2px solid #e2e8f0}.landing-funnel__compare-col[data-v-422d4a89]:first-child{background:#f1f5f9}.landing-funnel__compare-col--premium[data-v-422d4a89]{background:linear-gradient(145deg,#00488b,#036);border-color:#00488b;color:#fff;box-shadow:0 8px 24px #00488b40}.landing-funnel__best-badge[data-v-422d4a89]{display:inline-block;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#fbbf24;color:#1c1917;padding:.25rem .6rem;border-radius:999px;margin-bottom:.75rem}.landing-funnel__compare-col h3[data-v-422d4a89]{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:#0f172a}.landing-funnel__compare-col--premium h3[data-v-422d4a89]{color:#fff}.landing-funnel__compare-col ul[data-v-422d4a89]{margin:0 0 1rem;padding:0 0 0 1.25rem;font-size:.875rem;color:#475569}.landing-funnel__compare-col--premium ul[data-v-422d4a89]{color:#fffffff2}.landing-funnel__compare-col li[data-v-422d4a89]{margin-bottom:.4rem}.landing-funnel__compare-btn[data-v-422d4a89]{display:inline-block;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:10px;text-decoration:none!important;transition:all .2s ease}.landing-funnel__compare-col:first-child .landing-funnel__compare-btn[data-v-422d4a89]{background:#00488b;color:#fff}.landing-funnel__compare-col:first-child .landing-funnel__compare-btn[data-v-422d4a89]:hover{background:#003d75;color:#fff}.landing-funnel__compare-btn--premium[data-v-422d4a89]{background:#fbbf24!important;color:#1c1917!important}.landing-funnel__compare-btn--premium[data-v-422d4a89]:hover{background:#fff!important;color:#00488b!important}.landing-funnel__section--value[data-v-422d4a89]{padding:1.75rem;background:linear-gradient(135deg,#00488b0f,#0596690a);border-radius:16px;border:1px solid rgba(0,72,139,.15)}.landing-funnel__section--value .landing-funnel__section-title[data-v-422d4a89]{color:#00488b}.landing-funnel__features[data-v-422d4a89]{list-style:none;margin:0;padding:0}.landing-funnel__features li[data-v-422d4a89]{position:relative;padding:.6rem 0 .6rem 1.5rem;font-size:.9375rem;color:#334155}.landing-funnel__features li[data-v-422d4a89]:before{content:"✓";position:absolute;left:0;font-weight:700;color:#059669}.landing-funnel__areas[data-v-422d4a89]{display:grid;gap:.75rem}.landing-funnel__area[data-v-422d4a89]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border-left:4px solid var(--au-colour-foreground-action);text-decoration:none!important;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.landing-funnel__area[data-v-422d4a89]:hover{transform:translate(4px);box-shadow:0 4px 14px #00488b26}.landing-funnel__area-name[data-v-422d4a89]{font-weight:500;color:#0f172a}.landing-funnel__area-count[data-v-422d4a89]{font-size:.875rem;font-weight:600;color:var(--au-colour-foreground-action)}.landing-funnel__section--cta[data-v-422d4a89]{text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(145deg,#00488b,#024);border-radius:20px;color:#fff;box-shadow:0 12px 40px #00488b59}.landing-funnel__cta-badge[data-v-422d4a89]{display:inline-block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#059669;color:#fff;padding:.3rem .75rem;border-radius:999px;margin-bottom:.75rem}.landing-funnel__section--cta .landing-funnel__section-title[data-v-422d4a89]{color:#fff;font-size:1.5rem}.landing-funnel__section--cta .landing-funnel__section-desc[data-v-422d4a89]{color:#ffffffe6;max-width:32rem;margin-left:auto;margin-right:auto}.landing-funnel__section--cta .landing-funnel__cta[data-v-422d4a89]{background:#fbbf24;color:#1c1917;margin-top:.5rem}.landing-funnel__section--cta .landing-funnel__cta[data-v-422d4a89]:hover{background:#fff;color:#00488b}.landing-funnel__bullets[data-v-422d4a89]{list-style:none;margin:1.25rem 0 0;padding:0;font-size:.9rem;color:#ffffffd9}.landing-funnel__bullets li[data-v-422d4a89]{padding:.3rem 0}.landing-funnel__bullets li[data-v-422d4a89]:before{content:"✓ ";color:#a7f3d0;font-weight:700}.landing-funnel__resources[data-v-422d4a89]{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.landing-funnel__resource-link[data-v-422d4a89]{display:inline-block;font-weight:600;margin-bottom:.75rem;text-decoration:none!important}.landing-funnel__resource-link[data-v-422d4a89]:hover{text-decoration:underline!important}.landing-share[data-v-422d4a89]{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px;text-align:center}.landing-share__text[data-v-422d4a89]{margin:0 0 .75rem;font-size:.9375rem;color:#475569}.landing-share__actions[data-v-422d4a89]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.landing-share__btn[data-v-422d4a89]{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;text-decoration:none;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer;font-family:inherit}.landing-share__btn[data-v-422d4a89]:hover{background:#f1f5f9;border-color:#94a3b8}.landing-share__btn--secondary[data-v-422d4a89]{background:#25d366;border-color:#25d366;color:#fff}.landing-share__btn--secondary[data-v-422d4a89]:hover{background:#20bd5a;border-color:#20bd5a;color:#fff}.landing-funnel__resource-list[data-v-422d4a89]{list-style:none;margin:0 0 .75rem;padding:0;font-size:.9375rem}.landing-funnel__resource-list li[data-v-422d4a89]{margin-bottom:.35rem}.landing-funnel__resource-list a[data-v-422d4a89]{color:var(--au-colour-foreground-action)}.landing-funnel__disclaimer[data-v-422d4a89]{font-size:.8125rem;color:#64748b;margin:0;font-style:italic}.landing-tools[data-v-422d4a89]{padding:1rem 0;background:#f8fafc;border-bottom:1px solid #e2e8f0}.landing-tools__intro[data-v-422d4a89]{font-size:.875rem;color:#64748b;margin:0 0 .5rem;font-weight:500}.landing-tools__links[data-v-422d4a89]{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.landing-tools__link[data-v-422d4a89]{font-weight:600;text-decoration:none!important}.landing-tools__link[data-v-422d4a89]:hover{text-decoration:underline!important}.landing-funnel__proof-quotes-extra[data-v-422d4a89]{grid-column:1 / -1;display:grid;gap:.75rem;margin-top:1rem}@media(min-width:640px){.landing-funnel__proof-quotes-extra[data-v-422d4a89]{grid-template-columns:1fr 1fr}}.landing-funnel__proof-quote-p[data-v-422d4a89]{margin:0;font-size:.9rem;color:#422006;font-style:italic;padding:.75rem 1rem;background:#fef3c799;border-radius:8px}.landing-funnel__proof-quote-p span[data-v-422d4a89]{display:block;font-size:.8rem;font-weight:600;color:#92400e;margin-top:.25rem;font-style:normal}.landing-faq[data-v-422d4a89]{margin:0 0 1rem;padding:0}.landing-faq__item[data-v-422d4a89]{margin:0 0 1rem;padding:0 0 1rem;border-bottom:1px solid #e2e8f0}.landing-faq__item[data-v-422d4a89]:last-of-type{border-bottom:none;padding-bottom:0}.landing-faq__q[data-v-422d4a89]{font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .35rem}.landing-faq__a[data-v-422d4a89]{margin:0;font-size:.9375rem;color:#475569;line-height:1.5}.landing-sticky-cta[data-v-422d4a89]{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#00488b;color:#fff;box-shadow:0 -4px 20px #00000026;padding:.6rem 0}.landing-sticky-cta__inner[data-v-422d4a89]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.landing-sticky-cta__text[data-v-422d4a89]{font-size:.9rem;font-weight:600}.landing-sticky-cta__actions[data-v-422d4a89]{display:flex;gap:.5rem}.landing-sticky-cta__btn[data-v-422d4a89]{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;text-decoration:none!important;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4)}.landing-sticky-cta__btn[data-v-422d4a89]:hover{background:#ffffff4d;color:#fff}.landing-sticky-cta__btn--primary[data-v-422d4a89]{background:#fbbf24;color:#1c1917;border-color:#fbbf24}.landing-sticky-cta__btn--primary[data-v-422d4a89]:hover{background:#fff;color:#00488b}.sticky-cta-enter-active[data-v-422d4a89],.sticky-cta-leave-active[data-v-422d4a89]{transition:transform .25s ease,opacity .25s ease}.sticky-cta-enter-from[data-v-422d4a89],.sticky-cta-leave-to[data-v-422d4a89]{transform:translateY(100%);opacity:0}.citizen-test__skip-link[data-v-94f76d7e]{position:absolute;left:-9999px;z-index:9999;padding:.75rem 1rem;background:#ffcd00;color:#0f172a;font-weight:700;text-decoration:none;border-radius:4px}.citizen-test__skip-link[data-v-94f76d7e]:focus{left:.5rem;top:.5rem;outline:3px solid #0f172a;outline-offset:2px}.citizen-test[data-v-94f76d7e]{min-height:100vh;background:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.citizen-test button[data-v-94f76d7e]:focus-visible,.citizen-test a[data-v-94f76d7e]:focus-visible,.citizen-test select[data-v-94f76d7e]:focus-visible,.citizen-test input[data-v-94f76d7e]:focus-visible,.citizen-test [tabindex="-1"][data-v-94f76d7e]:focus-visible{outline:3px solid #00488b;outline-offset:2px}@media(prefers-reduced-motion:reduce){.citizen-test[data-v-94f76d7e] *,.citizen-test[data-v-94f76d7e] *:before,.citizen-test[data-v-94f76d7e] *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.citizen-test__screen[data-v-94f76d7e]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.citizen-test__screen--loading[data-v-94f76d7e],.citizen-test__screen--intro[data-v-94f76d7e],.citizen-test__screen--results[data-v-94f76d7e]{text-align:center}.citizen-test__screen--questions[data-v-94f76d7e]{justify-content:flex-start;align-items:stretch;padding:0}.citizen-test__spinner[data-v-94f76d7e]{width:2.5rem;height:2.5rem;border:3px solid rgba(0,72,139,.2);border-top-color:var(--au-colour-foreground-action);border-radius:50%;animation:citizen-test__spinner-94f76d7e .8s linear infinite}@keyframes citizen-test__spinner-94f76d7e{to{transform:rotate(360deg)}}.citizen-test__error[data-v-94f76d7e]{font-size:.9375rem;color:#b91c1c;margin:0 0 1rem}.citizen-test__link[data-v-94f76d7e]{font-size:.9375rem;color:#00488b;text-decoration:underline}.citizen-test__link--block[data-v-94f76d7e]{display:block;margin-top:1rem}.citizen-test__intro-card[data-v-94f76d7e]{width:100%;max-width:26rem;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014,0 1px 3px #0000000a;overflow:hidden;text-align:left}.citizen-test__intro-header[data-v-94f76d7e]{padding:2rem 1.75rem 1.5rem;background:linear-gradient(180deg,rgba(0,72,139,.06) 0%,transparent 100%);border-bottom:1px solid rgba(0,0,0,.06)}.citizen-test__intro-badge[data-v-94f76d7e]{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--au-colour-foreground-action);margin-bottom:.75rem}.citizen-test__intro-title[data-v-94f76d7e]{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .35rem;line-height:1.3}.citizen-test__intro-subtitle[data-v-94f76d7e]{font-size:.875rem;color:#64748b;margin:0}.citizen-test__intro-body[data-v-94f76d7e]{padding:1.5rem 1.75rem}.citizen-test__intro-heading[data-v-94f76d7e]{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0 0 1rem}.citizen-test__intro-rules[data-v-94f76d7e]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.citizen-test__intro-rules li[data-v-94f76d7e]{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#334155;line-height:1.4}.citizen-test__intro-rule-num[data-v-94f76d7e]{flex-shrink:0;min-width:3.5rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--au-colour-foreground-action)}.citizen-test__intro-actions[data-v-94f76d7e]{padding:1.25rem 1.75rem 1.75rem;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.citizen-test__btn--intro[data-v-94f76d7e]{padding:.875rem 1.5rem;font-size:1.0625rem;border-radius:10px}.citizen-test__intro-cancel[data-v-94f76d7e]{display:block;text-align:center;font-size:.9375rem;color:#64748b;text-decoration:none;padding:.35rem 0;transition:color .15s ease}.citizen-test__intro-cancel[data-v-94f76d7e]:hover{color:var(--au-colour-foreground-action)}.citizen-test__btn[data-v-94f76d7e]{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .2s,transform .1s}.citizen-test__btn--primary[data-v-94f76d7e]{background:#00488b;color:#fff}.citizen-test__btn--primary[data-v-94f76d7e]:hover:not(:disabled){background:#003d75;transform:translateY(-1px)}.citizen-test__btn--secondary[data-v-94f76d7e]{background:#fff;color:#334155;border:2px solid #cbd5e1}.citizen-test__btn--secondary[data-v-94f76d7e]:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.citizen-test__btn[data-v-94f76d7e]:disabled{opacity:.5;cursor:not-allowed}.citizen-test__banner[data-v-94f76d7e]{width:100%;flex-shrink:0;background:#002b5c;color:#fff;padding:.6rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.citizen-test__banner-left[data-v-94f76d7e]{display:flex;align-items:center;gap:.75rem}.citizen-test__banner-timer[data-v-94f76d7e]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:#ffffff26;border-radius:8px;border:1px solid rgba(255,255,255,.3)}.citizen-test__banner-timer-label[data-v-94f76d7e]{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.95}.citizen-test__banner-timer-value[data-v-94f76d7e]{font-size:1.75rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1.1;margin-top:.15rem}.citizen-test__banner-timer--low .citizen-test__banner-timer-value[data-v-94f76d7e]{color:#fecaca}.citizen-test__banner-crest[data-v-94f76d7e]{flex-shrink:0}.citizen-test__banner-org[data-v-94f76d7e]{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#fff}.citizen-test__banner-right[data-v-94f76d7e]{display:flex;align-items:center;gap:.5rem}.citizen-test__banner-btn[data-v-94f76d7e]{padding:.45rem .9rem;font-size:.875rem;font-weight:600;color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.citizen-test__banner-btn[data-v-94f76d7e]:hover{background:#ffffff4d;border-color:#fff9}.citizen-test__banner-btn--exit[data-v-94f76d7e]:hover{background:#fecaca66;border-color:#f8717199}.citizen-test__settings-backdrop[data-v-94f76d7e]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.citizen-test__settings-panel[data-v-94f76d7e]{background:#fff;border-radius:12px;padding:1.25rem;min-width:18rem;max-width:90vw;box-shadow:0 20px 50px #0003}.citizen-test__settings-header[data-v-94f76d7e]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.citizen-test__settings-title[data-v-94f76d7e]{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.citizen-test__settings-close[data-v-94f76d7e]{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#64748b;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:color .2s,background .2s}.citizen-test__settings-close[data-v-94f76d7e]:hover{color:#0f172a;background:#f1f5f9}.citizen-test__settings-body[data-v-94f76d7e]{display:flex;flex-direction:column;gap:1.25rem}.citizen-test__setting[data-v-94f76d7e]{display:flex;flex-direction:column;gap:.35rem}.citizen-test__setting-label[data-v-94f76d7e]{font-size:.875rem;font-weight:600;color:#0f172a}.citizen-test__setting-select[data-v-94f76d7e]{padding:.5rem .75rem;font-size:.9375rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;max-width:12rem}.citizen-test__setting-toggle[data-v-94f76d7e]{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:#0f172a;cursor:pointer}.citizen-test__setting-toggle input[data-v-94f76d7e]{width:1.125rem;height:1.125rem;accent-color:#00488b}.citizen-test__setting-hint[data-v-94f76d7e]{font-size:.8125rem;color:#64748b;margin:0;line-height:1.4}.citizen-test__main--font-large .citizen-test__q-heading[data-v-94f76d7e],.citizen-test__main--font-large .citizen-test__option-text[data-v-94f76d7e]{font-size:1.3125rem}.citizen-test__main--font-large .citizen-test__q-heading[data-v-94f76d7e]{margin-bottom:1.75rem}.citizen-test__main--font-xlarge .citizen-test__q-heading[data-v-94f76d7e],.citizen-test__main--font-xlarge .citizen-test__option-text[data-v-94f76d7e]{font-size:1.5rem}.citizen-test__main--font-xlarge .citizen-test__q-heading[data-v-94f76d7e]{margin-bottom:2rem}.citizen-test__exit-dialog[data-v-94f76d7e]{background:#fff;border-radius:12px;padding:1.5rem;min-width:20rem;max-width:90vw;box-shadow:0 20px 50px #0003}.citizen-test__exit-title[data-v-94f76d7e]{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.citizen-test__exit-desc[data-v-94f76d7e]{font-size:.9375rem;color:#475569;margin:0 0 1.25rem;line-height:1.5}.citizen-test__exit-actions[data-v-94f76d7e]{display:flex;gap:.75rem;justify-content:flex-end}.citizen-test__btn--exit[data-v-94f76d7e]{background:#b91c1c;color:#fff}.citizen-test__btn--exit[data-v-94f76d7e]:hover{background:#991b1b}.citizen-test__main[data-v-94f76d7e]{flex:1;max-width:42rem;width:100%;margin:0 auto;padding:2.5rem 2rem;background:#fff}.citizen-test__q-heading[data-v-94f76d7e]{font-size:1.125rem;font-weight:600;color:#000;line-height:1.4;margin:0 0 1.5rem}.citizen-test__options[data-v-94f76d7e]{border:none;margin:0;padding:0}.citizen-test__option[data-v-94f76d7e]{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;cursor:pointer;font-size:1rem;color:#000}.citizen-test__option-input[data-v-94f76d7e]{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.citizen-test__option-bullet[data-v-94f76d7e]{flex-shrink:0;width:14px;height:14px;border:2px solid #333;border-radius:50%;background:#fff}.citizen-test__option--selected .citizen-test__option-bullet[data-v-94f76d7e]{background:#000;border-color:#000;box-shadow:inset 0 0 0 2px #fff}.citizen-test__option-text[data-v-94f76d7e]{line-height:1.4}.citizen-test__footer[data-v-94f76d7e]{width:100%;flex-shrink:0;background:#cde0f0;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border-top:1px solid #a8c5e0}.citizen-test__footer-prev[data-v-94f76d7e],.citizen-test__footer-next[data-v-94f76d7e]{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;color:#002b5c;background:#a8c5e0;border:1px solid #7aa3c8;border-radius:4px;cursor:pointer;transition:background .2s}.citizen-test__footer-prev[data-v-94f76d7e]:hover:not(:disabled),.citizen-test__footer-next[data-v-94f76d7e]:hover{background:#8fb8dc}.citizen-test__footer-prev[data-v-94f76d7e]:disabled{opacity:.5;cursor:not-allowed}.citizen-test__footer-arrow[data-v-94f76d7e]{font-size:1rem;line-height:1}.citizen-test__footer-grid[data-v-94f76d7e]{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center}.citizen-test__footer-num[data-v-94f76d7e]{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;color:#334155;background:#fff;border:1px solid #94a3b8;border-radius:4px;cursor:pointer;transition:background .2s,border-color .2s}.citizen-test__footer-num[data-v-94f76d7e]:hover{background:#f1f5f9;border-color:#64748b}.citizen-test__footer-num--visited[data-v-94f76d7e]{background:#e0eef9;border-color:#7aa3c8;color:#002b5c}.citizen-test__footer-num--current[data-v-94f76d7e]{background:#002b5c;border-color:#002b5c;color:#fff}.citizen-test__footer-num[data-v-94f76d7e]:disabled,.citizen-test__footer-num--locked[data-v-94f76d7e]{opacity:.5;cursor:not-allowed;background:#e2e8f0;border-color:#cbd5e1;color:#94a3b8}.citizen-test__footer-num[data-v-94f76d7e]:disabled:hover,.citizen-test__footer-num--locked[data-v-94f76d7e]:hover{background:#e2e8f0;border-color:#cbd5e1}.citizen-test__footer-next[data-v-94f76d7e]:disabled{opacity:.6;cursor:not-allowed}.citizen-test__footer-next[data-v-94f76d7e]:disabled:hover{background:#a8c5e0}.citizen-test__footer-right[data-v-94f76d7e]{display:flex;align-items:center;gap:.5rem}.citizen-test__results-inner[data-v-94f76d7e]{max-width:28rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.citizen-test__results-title[data-v-94f76d7e]{font-size:1.75rem;font-weight:700;margin:0 0 1rem}.citizen-test__results-title--pass[data-v-94f76d7e]{color:#15803d}.citizen-test__results-title--fail[data-v-94f76d7e]{color:#b91c1c}.citizen-test__results-summary[data-v-94f76d7e],.citizen-test__results-values[data-v-94f76d7e],.citizen-test__results-rule[data-v-94f76d7e]{font-size:.9375rem;color:#334155;margin:0 0 .75rem;line-height:1.5}.citizen-test__results-rule[data-v-94f76d7e]{font-size:.875rem;color:#64748b}.citizen-test__results-actions[data-v-94f76d7e]{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.auth-page[data-v-93be3893]{min-height:100vh;display:flex;flex-direction:column}.au-main--auth[data-v-93be3893]{flex:1}.auth-wizard[data-v-b4e46de0]{min-height:100vh;display:flex;flex-direction:column}.auth-wizard__main[data-v-b4e46de0]{flex:1;padding:1.25rem 0 2rem;background:linear-gradient(180deg,var(--au-colour-hero-bg) 0%,#fff 25%)}.auth-wizard__banner[data-v-b4e46de0]{grid-column:1 / -1;text-align:center;padding:.5rem .875rem;margin-bottom:.5rem;background:linear-gradient(135deg,#059669,#047857);border-radius:10px;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem}.auth-wizard__banner-badge[data-v-b4e46de0]{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#ffffff40;padding:.25rem .6rem;border-radius:999px}.auth-wizard__banner-text[data-v-b4e46de0]{font-size:.9375rem;font-weight:500}.auth-wizard__container[data-v-b4e46de0]{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start;max-width:52rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.auth-wizard__container[data-v-b4e46de0]{grid-template-columns:1fr 260px;gap:1.5rem}}.auth-wizard__progress[data-v-b4e46de0]{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:.375rem;margin-bottom:.75rem}.auth-wizard__step-dot[data-v-b4e46de0]{width:28px;height:28px;border-radius:50%;background:var(--au-colour-foreground-border);color:var(--au-colour-foreground-muted);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.8125rem;transition:background .2s,color .2s}.auth-wizard__step-dot--current[data-v-b4e46de0],.auth-wizard__step-dot--done[data-v-b4e46de0]{background:var(--au-colour-foreground-action);color:#fff}.auth-wizard__step-line[data-v-b4e46de0]{width:2.5rem;height:2px;background:var(--au-colour-foreground-border);border-radius:1px;transition:background .2s}.auth-wizard__step-line--done[data-v-b4e46de0]{background:var(--au-colour-foreground-action)}.auth-wizard__card[data-v-b4e46de0]{background:var(--au-colour-content-bg);border:1px solid var(--au-colour-foreground-border);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f,0 4px 12px #00488b0f}@media(min-width:768px){.auth-wizard__card[data-v-b4e46de0]{padding:1.5rem 1.75rem}}.auth-wizard__panel[data-v-b4e46de0]{max-width:22rem}.auth-wizard__panel .au-form__item[data-v-b4e46de0]{margin-bottom:.75rem}.auth-wizard__panel .au-input[data-v-b4e46de0]{border-radius:8px;border-color:var(--au-colour-foreground-border);padding:.5rem .75rem;font-size:.9375rem}.auth-wizard__panel .au-input[data-v-b4e46de0]:focus{border-color:var(--au-colour-foreground-action);box-shadow:0 0 0 3px #00488b1f}.auth-wizard__title[data-v-b4e46de0]{font-size:1.375rem;font-weight:700;margin:0 0 .35rem;color:var(--au-colour-foreground-text);letter-spacing:-.02em;line-height:1.35}.auth-wizard__subtitle[data-v-b4e46de0]{font-size:.9375rem;color:var(--au-colour-foreground-muted);margin:0 0 .5rem;line-height:1.5}.auth-wizard__reassure[data-v-b4e46de0]{font-size:.875rem;color:var(--au-colour-foreground-text);margin:0 0 1rem;padding:.5rem .75rem;background:var(--au-colour-content-bg-shade);border-radius:8px;border-left:3px solid var(--au-colour-foreground-action)}.auth-wizard__actions[data-v-b4e46de0]{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.auth-wizard__actions--single[data-v-b4e46de0]{margin-top:.75rem}.auth-wizard__back[data-v-b4e46de0]{font-family:var(--au-font-family);font-size:.9375rem;font-weight:500;color:var(--au-colour-foreground-muted);background:none;border:none;padding:.5rem .25rem;cursor:pointer;text-decoration:none;border-radius:6px;transition:color .15s,background .15s}.auth-wizard__back[data-v-b4e46de0]:hover{color:var(--au-colour-foreground-action);background:var(--au-colour-content-bg-shade)}.auth-wizard__back[data-v-b4e46de0]:focus-visible{outline:2px solid var(--au-colour-focus);outline-offset:2px}.auth-wizard__submit[data-v-b4e46de0]{font-family:var(--au-font-family);font-size:.9375rem;font-weight:600;color:#fff;background:var(--au-colour-foreground-action);border:none;padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s,opacity .15s}.auth-wizard__submit[data-v-b4e46de0]:hover:not(:disabled){background:var(--au-colour-foreground-action-hover)}.auth-wizard__submit[data-v-b4e46de0]:disabled{opacity:.7;cursor:not-allowed}.auth-wizard__submit[data-v-b4e46de0]:focus-visible{outline:2px solid var(--au-colour-focus);outline-offset:2px}.auth-wizard__login[data-v-b4e46de0]{margin-top:.75rem;font-size:.875rem;color:var(--au-colour-foreground-muted)}.auth-wizard__login a[data-v-b4e46de0]{color:var(--au-colour-foreground-action);font-weight:500}.auth-wizard__login a[data-v-b4e46de0]:hover{color:var(--au-colour-foreground-action-hover)}.auth-wizard__side[data-v-b4e46de0]{background:var(--au-colour-content-bg);border:1px solid var(--au-colour-foreground-border);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000a}.auth-wizard__side .au-auth-side__title[data-v-b4e46de0]{font-size:1.0625rem;font-weight:700;margin:0 0 .5rem;color:var(--au-colour-foreground-text);letter-spacing:-.01em}.auth-wizard__side .au-auth-side__list[data-v-b4e46de0]{list-style:none;margin:0;padding:0}.auth-wizard__side .au-auth-side__item[data-v-b4e46de0]{position:relative;padding:.25rem 0 .25rem 1.25rem;font-size:.875rem;color:var(--au-colour-foreground-muted);line-height:1.4}.auth-wizard__side .au-auth-side__item[data-v-b4e46de0]:before{content:"✓";position:absolute;left:0;color:var(--au-colour-foreground-action);font-weight:700;font-size:.8125rem}.au-auth-error[data-v-b4e46de0]{border-radius:8px}.portal[data-v-658246e8]{min-height:100vh;height:100vh;display:flex;flex-direction:column;background:#f8fafc;overflow:hidden}.portal-body[data-v-658246e8]{display:flex;flex:1;min-height:0;overflow:hidden}.portal-sidebar[data-v-658246e8]{width:18rem;flex-shrink:0;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fff;border-right:1px solid rgba(0,0,0,.06);box-shadow:1px 0 #00000005}.portal-nav[data-v-658246e8]{padding:1.25rem .75rem;flex:1;min-height:0;overflow-y:auto}.portal-user-wrap[data-v-658246e8]{flex-shrink:0;position:relative;border-top:1px solid rgba(0,0,0,.06)}.portal-user[data-v-658246e8]{width:100%;padding:1rem .75rem 1.25rem;display:flex;align-items:center;gap:.75rem;background:none;border:none;font-family:inherit;text-align:left;cursor:pointer;border-radius:0;transition:background .15s ease}.portal-user[data-v-658246e8]:hover{background:#f8fafc}.portal-user[data-v-658246e8]:focus-visible{outline:2px solid var(--au-colour-focus);outline-offset:-2px}.portal-user__avatar[data-v-658246e8]{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--au-colour-foreground-action) 0%,var(--au-colour-foreground-action-hover) 100%);color:#fff;font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-user__info[data-v-658246e8]{min-width:0;display:flex;flex-direction:column;gap:.15rem}.portal-user__name[data-v-658246e8]{font-size:.9375rem;font-weight:600;color:var(--au-colour-foreground-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-user__plan[data-v-658246e8]{display:inline-flex;align-items:center;align-self:flex-start;gap:.35rem;margin-top:.35rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--au-colour-foreground-muted, #64748b);background:var(--au-colour-background-muted, #f1f5f9);border-radius:999px}.portal-user__plan-icon[data-v-658246e8]{width:.9rem;height:.9rem;flex-shrink:0}.portal-user__plan--pro[data-v-658246e8]{color:#1e3a5f;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid rgba(245,158,11,.4)}.portal-user__plan--pro .portal-user__plan-icon[data-v-658246e8]{color:#b45309}.portal-user__email[data-v-658246e8]{font-size:.75rem;color:var(--au-colour-foreground-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-user__caret[data-v-658246e8]{width:1rem;height:1rem;flex-shrink:0;margin-left:auto;color:var(--au-colour-foreground-muted);transition:transform .2s ease,color .15s ease}.portal-user:hover .portal-user__caret[data-v-658246e8]{color:var(--au-colour-foreground-text)}.portal-user__caret--open[data-v-658246e8]{transform:rotate(180deg)}.portal-user-menu[data-v-658246e8]{position:absolute;bottom:100%;left:.75rem;right:.75rem;margin-bottom:.25rem;background:#fff;border:1px solid var(--au-colour-foreground-border);border-radius:8px;box-shadow:0 10px 40px #0000001f;padding:.375rem;z-index:50}.portal-user-menu__item[data-v-658246e8]{display:block;width:100%;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;color:var(--au-colour-foreground-text);background:none;border:none;border-radius:6px;cursor:pointer;text-decoration:none;text-align:left;font-family:inherit;transition:background .15s ease}.portal-user-menu__item[data-v-658246e8]:hover{background:#f1f5f9}.portal-user-menu__item[data-v-658246e8]:focus-visible{outline:2px solid var(--au-colour-focus);outline-offset:2px}.portal-nav__link[data-v-658246e8]{display:block;padding:.65rem 1rem;margin-bottom:.25rem;font-size:.9375rem;font-weight:500;color:#475569;text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease}.portal-nav__link[data-v-658246e8]:hover{background:#f1f5f9;color:var(--au-colour-foreground-action)}.portal-nav__link--active[data-v-658246e8]{background:linear-gradient(135deg,#00488b1a,#00488b0f);color:var(--au-colour-foreground-action)}.portal-nav__group[data-v-658246e8]{margin-bottom:.25rem}.portal-nav__link--group-label[data-v-658246e8]{width:100%;display:flex;align-items:center;gap:.5rem;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:left;cursor:pointer;border:none;border-radius:8px;background:none;color:inherit}.portal-nav__link--group-label[data-v-658246e8]:hover{background:#f1f5f9;color:var(--au-colour-foreground-action)}.portal-nav__link--group-label[data-v-658246e8]:focus-visible{outline:2px solid var(--au-colour-focus);outline-offset:2px}.portal-nav__group-label-text[data-v-658246e8]{flex:1;min-width:0}.portal-nav__chevron[data-v-658246e8]{width:1rem;height:1rem;flex-shrink:0;color:var(--au-colour-foreground-muted);transition:transform .2s ease}.portal-nav__link--group-label:hover .portal-nav__chevron[data-v-658246e8]{color:inherit}.portal-nav__chevron--collapsed[data-v-658246e8]{transform:rotate(-90deg)}.portal-nav__link--sub[data-v-658246e8]{padding-left:1rem;margin-left:.75rem;font-size:.875rem;border-left:2px solid rgba(0,72,139,.2)}.portal-nav__link--premium[data-v-658246e8]{margin-top:.5rem;color:var(--au-colour-foreground-action);font-weight:600}.portal-nav__link--premium[data-v-658246e8]:hover{background:#00488b14}.portal-main[data-v-658246e8]{flex:1;min-width:0;padding:2rem 2.5rem;overflow-y:auto}.portal-premium-success[data-v-658246e8]{position:relative;padding:1rem 2.5rem 1rem 1.25rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #059669;border-radius:12px;color:#065f46;font-weight:500}.portal-premium-success__dismiss[data-v-658246e8]{position:absolute;top:.75rem;right:.75rem;padding:.25rem;font-size:1.25rem;line-height:1;background:none;border:none;color:inherit;cursor:pointer;opacity:.8}.portal-premium-success__dismiss[data-v-658246e8]:hover{opacity:1}.portal-premium-success__error[data-v-658246e8]{margin:0;padding-right:2rem}.portal-home__header[data-v-f8ed00c9]{margin-bottom:2rem}.portal-home__title[data-v-f8ed00c9]{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .35rem;color:#0f172a}.portal-home__desc[data-v-f8ed00c9]{font-size:.9375rem;color:#64748b;margin:0}.portal-home__loading[data-v-f8ed00c9]{font-size:.9375rem;color:#64748b;margin:0 0 1.5rem}.portal-cards[data-v-f8ed00c9]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}@media(max-width:640px){.portal-cards[data-v-f8ed00c9]{grid-template-columns:1fr}}.portal-card[data-v-f8ed00c9]{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.portal-card[data-v-f8ed00c9]:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-1px)}.portal-card__value[data-v-f8ed00c9]{display:block;font-size:2rem;font-weight:700;letter-spacing:-.03em;color:var(--au-colour-foreground-action);margin-bottom:.35rem;line-height:1.2}.portal-card__label[data-v-f8ed00c9]{font-size:.8125rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.portal-section__title[data-v-f8ed00c9]{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 1rem}.portal-list[data-v-f8ed00c9]{list-style:none;margin:0;padding:0;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.portal-list__item[data-v-f8ed00c9]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.portal-list__item[data-v-f8ed00c9]:last-child{border-bottom:none}.portal-list__item[data-v-f8ed00c9]:hover{background:#f8fafc}.portal-list__name[data-v-f8ed00c9]{font-weight:500;color:#0f172a}.portal-list__meta[data-v-f8ed00c9]{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.portal-list__badge[data-v-f8ed00c9]{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:4px}.portal-list__badge--pass[data-v-f8ed00c9]{background:#dcfce7;color:#166534}.portal-list__badge--fail[data-v-f8ed00c9]{background:#fee2e2;color:#b91c1c}.portal-list__link[data-v-f8ed00c9]{color:var(--au-colour-foreground-action);text-decoration:none}.portal-list__link[data-v-f8ed00c9]:hover{text-decoration:underline}.portal-list__unlock[data-v-f8ed00c9]{font-size:.8125rem;font-weight:600;color:var(--au-colour-foreground-action);margin-left:.5rem}.portal-list__unlock[data-v-f8ed00c9]:hover{text-decoration:underline}.portal-list__review-btn[data-v-f8ed00c9]{font-size:.8125rem;font-weight:500;color:var(--au-colour-foreground-action);background:transparent;border:1px solid var(--au-colour-foreground-action);border-radius:6px;padding:.35rem .6rem;cursor:pointer;margin-left:.5rem}.portal-list__review-btn[data-v-f8ed00c9]:hover{background:#0000000a}.portal-review-backdrop[data-v-f8ed00c9]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.portal-review-modal[data-v-f8ed00c9]{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:560px;width:100%;max-height:85vh;display:flex;flex-direction:column}.portal-review-header[data-v-f8ed00c9]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.portal-review-title[data-v-f8ed00c9]{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.portal-review-close[data-v-f8ed00c9]{font-size:1.5rem;line-height:1;color:#64748b;background:none;border:none;cursor:pointer;padding:.25rem}.portal-review-close[data-v-f8ed00c9]:hover{color:#0f172a}.portal-review-loading[data-v-f8ed00c9]{padding:2rem 1.5rem;color:#64748b;margin:0}.portal-review-body[data-v-f8ed00c9]{padding:1rem 1.5rem 1.5rem;overflow-y:auto}.portal-review-q[data-v-f8ed00c9]{padding:1rem 0;border-bottom:1px solid #f1f5f9}.portal-review-q[data-v-f8ed00c9]:last-child{border-bottom:none}.portal-review-q--correct .portal-review-q__value--correct[data-v-f8ed00c9]{color:#166534;font-weight:500}.portal-review-q--wrong .portal-review-q__value--wrong[data-v-f8ed00c9]{color:#b91c1c;font-weight:500}.portal-review-q__heading[data-v-f8ed00c9]{font-size:.8125rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .35rem}.portal-review-q__text[data-v-f8ed00c9]{font-size:.9375rem;color:#0f172a;margin:0 0 .5rem;line-height:1.45}.portal-review-q__row[data-v-f8ed00c9]{font-size:.875rem;margin:.25rem 0 0}.portal-review-q__label[data-v-f8ed00c9]{color:#64748b;margin-right:.35rem}.portal-bundles__header[data-v-1ffdef56]{margin-bottom:2rem}.portal-bundles__title[data-v-1ffdef56]{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .35rem;color:#0f172a}.portal-bundles__desc[data-v-1ffdef56]{font-size:.9375rem;color:#64748b;margin:0}.portal-bundles__loading[data-v-1ffdef56],.portal-bundles__error[data-v-1ffdef56]{font-size:.9375rem;margin:0}.portal-bundles__error[data-v-1ffdef56]{color:#b91c1c}.portal-bundles__empty[data-v-1ffdef56]{font-size:.9375rem;color:#64748b;margin:0}.portal-bundles-grid[data-v-1ffdef56]{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem}.portal-bundle-card[data-v-1ffdef56]{position:relative;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.portal-bundle-card__badge[data-v-1ffdef56]{position:absolute;top:1rem;right:1rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:6px}.portal-bundle-card__badge--free[data-v-1ffdef56]{background:#dcfce7;color:#166534}.portal-bundle-card__badge--premium[data-v-1ffdef56]{background:#dbeafe;color:#1e40af}.portal-bundle-card__desc[data-v-1ffdef56]{font-size:.875rem;color:#475569;margin:0 0 .5rem;line-height:1.4}.portal-bundle-card[data-v-1ffdef56]:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.portal-bundle-card__name[data-v-1ffdef56]{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.01em}.portal-bundle-card__meta[data-v-1ffdef56]{font-size:.8125rem;color:#64748b;margin:0 0 1rem}.portal-bundle-card__btn[data-v-1ffdef56]{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:var(--au-colour-foreground-action);border-radius:8px;text-decoration:none;transition:background .2s ease,transform .1s ease}.portal-bundle-card__btn[data-v-1ffdef56]:hover{background:var(--au-colour-foreground-action-hover);color:#fff;transform:translateY(-1px)}.portal-bundle-card__btn--unlock[data-v-1ffdef56]{background:transparent;color:var(--au-colour-foreground-action);border:2px solid var(--au-colour-foreground-action)}.portal-bundle-card__btn--unlock[data-v-1ffdef56]:hover{background:#0000000a;color:var(--au-colour-foreground-action)}.portal-premium[data-v-57315e5d]{padding-bottom:2rem}.portal-premium__hero[data-v-57315e5d]{text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(145deg,#00488b,#036,#024);border-radius:20px;margin-bottom:2rem;color:#fff;position:relative;overflow:hidden}.portal-premium__hero[data-v-57315e5d]:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.portal-premium__badge[data-v-57315e5d]{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .75rem;border-radius:999px;margin:0 .35rem .5rem 0}.portal-premium__badge--popular[data-v-57315e5d]{background:#f59e0b;color:#1c1917}.portal-premium__badge--proof[data-v-57315e5d]{background:#059669;color:#fff}.portal-premium__title[data-v-57315e5d]{font-size:1.85rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0 0 .75rem;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.2)}.portal-premium__tagline[data-v-57315e5d]{font-size:1rem;color:#ffffffe6;margin:0 0 1.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.portal-premium__price-block[data-v-57315e5d]{margin-bottom:1.25rem}.portal-premium__amount[data-v-57315e5d]{display:block;font-size:3rem;font-weight:800;letter-spacing:-.03em;color:#fbbf24}.portal-premium__once[data-v-57315e5d]{display:block;font-size:.875rem;color:#fffc;margin-top:.25rem}.portal-premium__reframe[data-v-57315e5d]{font-size:.875rem;color:#ffffffbf;margin:.5rem 0 0;font-style:italic}.portal-premium__cta[data-v-57315e5d]{display:inline-block;padding:.9rem 2rem;font-size:1.1rem;font-weight:700;color:#00488b;background:#fff;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 20px #00000040}.portal-premium__cta[data-v-57315e5d]:hover{background:#fbbf24;color:#1c1917;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 28px #0000004d}.portal-premium__cta--large[data-v-57315e5d]{padding:1rem 2.25rem;font-size:1.2rem}.portal-premium__guarantee[data-v-57315e5d]{margin:.75rem 0 0}.portal-premium__guarantee-pill[data-v-57315e5d]{display:inline-block;font-size:.8rem;font-weight:600;color:#065f46;background:#a7f3d0;padding:.35rem .85rem;border-radius:999px}.portal-premium__error[data-v-57315e5d]{margin:1rem 0 0;padding:.75rem 1rem;background:#fef2f2;color:#b91c1c;border-radius:12px;font-size:.9rem}.portal-premium__cta--loading[data-v-57315e5d]{pointer-events:none;opacity:.85}.portal-premium__cta--loading[data-v-57315e5d]:after{content:"";display:inline-block;width:1em;height:1em;margin-left:.5rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:portal-premium-spin-57315e5d .7s linear infinite;vertical-align:middle}@keyframes portal-premium-spin-57315e5d{to{transform:rotate(360deg)}}.portal-premium__cancelled[data-v-57315e5d]{position:relative;padding:1rem 2.5rem 1rem 1.25rem;margin-bottom:1.5rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;color:#92400e}.portal-premium__cancelled p[data-v-57315e5d]{margin:0}.portal-premium__cancelled-dismiss[data-v-57315e5d]{position:absolute;top:.75rem;right:.75rem;padding:.25rem;font-size:1.25rem;line-height:1;background:none;border:none;color:inherit;cursor:pointer;opacity:.8}.portal-premium__cancelled-dismiss[data-v-57315e5d]:hover{opacity:1}.portal-premium__proof[data-v-57315e5d]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}@media(max-width:640px){.portal-premium__proof[data-v-57315e5d]{grid-template-columns:1fr}}.portal-premium__proof-stat[data-v-57315e5d]{text-align:center;padding:1.5rem;border-radius:16px;box-shadow:0 4px 14px #00000014}.portal-premium__proof-stat[data-v-57315e5d]:first-child{background:linear-gradient(135deg,#0596691f,#0596690a);border:1px solid rgba(5,150,105,.25)}.portal-premium__proof-stat[data-v-57315e5d]:nth-child(2){background:linear-gradient(135deg,#00488b1f,#00488b0a);border:1px solid rgba(0,72,139,.25)}.portal-premium__proof-stat strong[data-v-57315e5d]{display:block;font-size:2rem;font-weight:800;margin-bottom:.35rem}.portal-premium__proof-stat:first-child strong[data-v-57315e5d]{color:#059669}.portal-premium__proof-stat:nth-child(2) strong[data-v-57315e5d]{color:#00488b}.portal-premium__proof-stat span[data-v-57315e5d]{font-size:.875rem;font-weight:500;color:#475569}.portal-premium__proof-quote[data-v-57315e5d]{grid-column:1 / -1;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;border-left:5px solid #f59e0b;box-shadow:0 2px 10px #f59e0b26}.portal-premium__proof-quote p[data-v-57315e5d]{margin:0 0 .5rem;font-size:1rem;color:#422006;font-style:italic}.portal-premium__proof-quote span[data-v-57315e5d]{font-size:.8125rem;font-weight:600;color:#92400e}.portal-premium__section[data-v-57315e5d]{margin-bottom:2.5rem}.portal-premium__section--stakes[data-v-57315e5d]{padding:1.75rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:16px;border:2px solid #f59e0b;box-shadow:0 4px 16px #f59e0b1f}.portal-premium__section--stakes .portal-premium__section-title[data-v-57315e5d]{color:#92400e}.portal-premium__section--stakes .portal-premium__section-desc[data-v-57315e5d]{color:#78350f}.portal-premium__section--stakes .portal-premium__stakes li[data-v-57315e5d]{color:#422006}.portal-premium__section-title[data-v-57315e5d]{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.portal-premium__section-desc[data-v-57315e5d]{font-size:.9375rem;color:#64748b;margin:0 0 1rem}.portal-premium__stakes[data-v-57315e5d]{list-style:none;margin:0;padding:0}.portal-premium__stakes li[data-v-57315e5d]{position:relative;padding:.5rem 0 .5rem 1.25rem;font-size:.9375rem;color:#334155}.portal-premium__stakes li[data-v-57315e5d]:before{content:"→";position:absolute;left:0;font-weight:700;color:#d97706}.portal-premium__compare[data-v-57315e5d]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:520px){.portal-premium__compare[data-v-57315e5d]{grid-template-columns:1fr}}.portal-premium__compare-col[data-v-57315e5d]{padding:1.5rem;border-radius:16px;border:2px solid #e2e8f0}.portal-premium__compare-col[data-v-57315e5d]:first-child{background:#f1f5f9}.portal-premium__compare-col--premium[data-v-57315e5d]{background:linear-gradient(145deg,#00488b,#036);border-color:#00488b;color:#fff;position:relative;box-shadow:0 8px 24px #00488b40}.portal-premium__best-badge[data-v-57315e5d]{display:inline-block;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#fbbf24;color:#1c1917;padding:.25rem .6rem;border-radius:999px;margin-bottom:.75rem}.portal-premium__compare-col h3[data-v-57315e5d]{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:#0f172a}.portal-premium__compare-col--premium h3[data-v-57315e5d]{color:#fff}.portal-premium__compare-col ul[data-v-57315e5d]{margin:0;padding:0 0 0 1.25rem;font-size:.875rem;color:#475569}.portal-premium__compare-col--premium ul[data-v-57315e5d]{color:#fffffff2}.portal-premium__compare-col li[data-v-57315e5d]{margin-bottom:.4rem}.portal-premium__features[data-v-57315e5d]{list-style:none;margin:0;padding:0}.portal-premium__features li[data-v-57315e5d]{position:relative;padding:.6rem 0 .6rem 1.5rem;font-size:.9375rem;color:#334155}.portal-premium__section--value[data-v-57315e5d]{padding:1.75rem;background:linear-gradient(135deg,#00488b0f,#0596690a);border-radius:16px;border:1px solid rgba(0,72,139,.15)}.portal-premium__section--value .portal-premium__section-title[data-v-57315e5d]{color:#00488b}.portal-premium__features li[data-v-57315e5d]:before{content:"✓";position:absolute;left:0;font-weight:700;color:#059669}.portal-premium__areas[data-v-57315e5d]{display:grid;gap:.75rem}.portal-premium__area[data-v-57315e5d]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border-left:4px solid var(--au-colour-foreground-action)}.portal-premium__area-name[data-v-57315e5d]{font-weight:500;color:#0f172a}.portal-premium__area-count[data-v-57315e5d]{font-size:.875rem;font-weight:600;color:var(--au-colour-foreground-action)}.portal-premium__section--cta[data-v-57315e5d]{text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(145deg,#00488b,#024);border-radius:20px;color:#fff;box-shadow:0 12px 40px #00488b59}.portal-premium__cta-badge[data-v-57315e5d]{display:inline-block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#059669;color:#fff;padding:.3rem .75rem;border-radius:999px;margin-bottom:.75rem}.portal-premium__section--cta .portal-premium__section-title[data-v-57315e5d]{color:#fff;font-size:1.5rem}.portal-premium__section--cta .portal-premium__section-desc[data-v-57315e5d]{color:#ffffffe6;max-width:32rem;margin-left:auto;margin-right:auto}.portal-premium__section--cta .portal-premium__cta[data-v-57315e5d]{background:#fbbf24;color:#1c1917;margin-top:.5rem}.portal-premium__section--cta .portal-premium__cta[data-v-57315e5d]:hover{background:#fff;color:#00488b}.portal-premium__bullets[data-v-57315e5d]{list-style:none;margin:1.25rem 0 0;padding:0;font-size:.9rem;color:#ffffffd9}.portal-premium__bullets li[data-v-57315e5d]{padding:.3rem 0}.portal-premium__bullets li[data-v-57315e5d]:before{content:"✓ ";color:#a7f3d0;font-weight:700}.portal-premium__login-note[data-v-57315e5d]{text-align:center;font-size:.875rem;color:#64748b;margin:0}.portal-premium__login-note a[data-v-57315e5d]{color:var(--au-colour-foreground-action);font-weight:500}.portal-account__header[data-v-20b80cbd]{margin-bottom:2rem}.portal-account__title[data-v-20b80cbd]{font-size:1.75rem;font-weight:700;margin:0 0 .35rem;color:var(--au-colour-foreground-text)}.portal-account__desc[data-v-20b80cbd]{font-size:.9375rem;color:var(--au-colour-foreground-muted);margin:0}.portal-account__loading[data-v-20b80cbd]{font-size:.9375rem;color:var(--au-colour-foreground-muted)}.portal-account__form[data-v-20b80cbd]{max-width:28rem}.portal-account__message[data-v-20b80cbd]{padding:.75rem 1rem;border-radius:8px;font-size:.9375rem;margin-bottom:1.25rem}.portal-account__message--success[data-v-20b80cbd]{background:#dcfce7;color:#166534}.portal-account__message--error[data-v-20b80cbd]{background:#fee2e2;color:#b91c1c}.portal-account__input-readonly[data-v-20b80cbd]{background:var(--au-colour-content-bg-shade);color:var(--au-colour-foreground-muted);cursor:default}.portal-account__input-readonly[data-v-20b80cbd]:focus{outline:none;border-color:var(--au-colour-foreground-border)}.portal-account__hint[data-v-20b80cbd]{font-size:.8125rem;color:var(--au-colour-foreground-muted);margin:.35rem 0 0}.info-layout[data-v-4acb7d72]{min-height:100vh;display:flex;flex-direction:column}.info-layout__main[data-v-4acb7d72]{flex:1;padding:2rem 0 3rem}.pr-calc__form[data-v-74cd43c3]{display:grid;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.pr-calc__form[data-v-74cd43c3]{grid-template-columns:1fr 1fr}}.pr-calc__field[data-v-74cd43c3]{display:flex;flex-direction:column;gap:.35rem}.pr-calc__field label[data-v-74cd43c3]{font-size:.875rem;font-weight:600;color:#334155}.pr-calc__field select[data-v-74cd43c3]{padding:.6rem .75rem;font-size:1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a}.pr-calc__field select[data-v-74cd43c3]:focus{outline:2px solid var(--au-colour-foreground-action);outline-offset:2px}.pr-calc__checkboxes[data-v-74cd43c3]{grid-column:1 / -1;display:flex;flex-direction:column;gap:.75rem}.pr-calc__checkbox[data-v-74cd43c3]{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem;color:#334155;cursor:pointer}.pr-calc__checkbox input[data-v-74cd43c3]{margin-top:.2rem;width:1.1rem;height:1.1rem;accent-color:var(--au-colour-foreground-action)}.pr-calc__result[data-v-74cd43c3]{padding:1.5rem;background:linear-gradient(135deg,#05966914,#00488b0f);border-radius:12px;border:1px solid rgba(5,150,105,.25);margin-bottom:1.5rem}.pr-calc__result h2[data-v-74cd43c3]{margin-top:0;border-bottom:none;padding-bottom:0}.pr-calc__total[data-v-74cd43c3]{font-size:1.25rem;margin:.5rem 0 1rem}.pr-calc__score[data-v-74cd43c3]{font-size:2rem;color:#059669;font-weight:800}.pr-calc__breakdown-label[data-v-74cd43c3]{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.35rem}.pr-calc__breakdown[data-v-74cd43c3]{margin:0 0 1rem;padding-left:1.25rem;font-size:.9375rem;color:#334155}.pr-calc__meaning[data-v-74cd43c3]{font-size:.9375rem;color:#475569;margin:0}.pr-calc__disclaimer[data-v-74cd43c3]{font-size:.8125rem;color:#64748b;margin-bottom:2rem;font-style:italic}.pr-calc__lead[data-v-74cd43c3]{border-left:4px solid var(--au-colour-foreground-action)}.checklist-page__sections[data-v-181dd79b]{margin-bottom:1.5rem}.checklist-section[data-v-181dd79b]{margin-bottom:2rem}.checklist-section__note[data-v-181dd79b]{font-size:.9375rem;color:#64748b;margin:0 0 .75rem}.checklist-list[data-v-181dd79b]{list-style:none;margin:0;padding:0}.checklist-list__item[data-v-181dd79b]{margin:0;padding:0}.checklist-list__label[data-v-181dd79b]{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;cursor:pointer;font-size:.9375rem;color:#334155;line-height:1.4;border-bottom:1px solid #f1f5f9}.checklist-list__label[data-v-181dd79b]:last-of-type{border-bottom:none}.checklist-list__input[data-v-181dd79b]{flex-shrink:0;margin-top:.2rem;width:1.25rem;height:1.25rem;accent-color:var(--au-colour-foreground-action)}.checklist-list__label span[data-v-181dd79b]{text-decoration:inherit}.checklist-list__input:checked+span[data-v-181dd79b]{color:#64748b;text-decoration:line-through}.checklist-section--warn .checklist-list__label[data-v-181dd79b]{color:#475569}.checklist-page__disclaimer[data-v-181dd79b]{font-size:.8125rem;color:#64748b;margin-bottom:2rem}.checklist-page__disclaimer a[data-v-181dd79b]{font-weight:500}.checklist-page__lead[data-v-181dd79b]{border-left:4px solid var(--au-colour-foreground-action)}.resources-page__section[data-v-50f179de]{margin-bottom:2.5rem}.resources-page__section-desc[data-v-50f179de]{font-size:.9375rem;color:#64748b;margin:0 0 .75rem}.resources-page__list[data-v-50f179de]{list-style:none;margin:0;padding:0}.resources-page__list li[data-v-50f179de]{margin-bottom:.6rem;padding-left:0;font-size:.9375rem;color:#334155;line-height:1.5}.resources-page__list a[data-v-50f179de]{font-weight:500}.resources-page__list--external li[data-v-50f179de]{margin-bottom:.5rem}.resources-page__disclaimer[data-v-50f179de]{font-size:.8125rem;color:#64748b;margin:1rem 0 0;font-style:italic}.not-found-page[data-v-aede08d7]{min-height:100vh;display:flex;flex-direction:column}.not-found-main[data-v-aede08d7]{flex:1;padding-top:2rem;padding-bottom:3rem}.not-found-content[data-v-aede08d7]{text-align:center;max-width:36rem;margin:0 auto}.not-found-illustration[data-v-aede08d7]{display:block;width:100%;max-width:20rem;height:auto;margin:0 auto 1.5rem}.not-found-title[data-v-aede08d7]{font-size:1.75rem;margin:0 0 .75rem;color:var(--au-color-text, #1a1a1a)}.not-found-desc[data-v-aede08d7]{margin:0 0 1.5rem;color:var(--au-color-text-muted, #555);line-height:1.5}.not-found-content .au-btn[data-v-aede08d7]{display:inline-block}
