@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: 222 47% 11%;--foreground: 210 40% 98%;--brand: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 222 47% 11%;--primary-foreground: 0 0% 100%;--secondary: 220 14% 96%;--secondary-foreground: 222 47% 11%;--muted: 220 14% 96%;--muted-foreground: 220 9% 46%;--accent: 220 14% 96%;--accent-foreground: 222 47% 11%;--destructive: 0 65% 50%;--destructive-foreground: 0 0% 98%;--border: 220 13% 91%;--input: 220 13% 91%;--ring: 222 47% 11%;--radius: .25rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:hsl(var(--background));color:hsl(var(--card-foreground));font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh;padding:3rem 1rem;overflow-x:hidden}.site-card{width:min(100%,75.6rem);margin:0 auto;border-radius:var(--radius);background:hsl(var(--card));box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:1.5rem}.site-header{margin-bottom:1.5rem;border-bottom:1px solid hsl(var(--border));padding-bottom:1rem}.site-header__inner{display:flex;justify-content:flex-start}.site-header__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;width:100%}.site-header__link{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;color:inherit;text-decoration:none;min-width:0;width:100%}.site-header__link:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:.35rem;border-radius:.75rem}.site-logo{width:auto;height:8rem;flex-shrink:0;margin-top:0}.site-header__content{width:100%;text-align:left}.site-title{margin:0;color:hsl(var(--card-foreground));font-size:clamp(1.55rem,6.3vw,1.82rem);font-family:inherit;font-weight:600;line-height:1.12;letter-spacing:0;max-width:none;display:block;overflow:visible}.site-title span{display:block}.site-subtitle{margin:.35rem 0 0;max-width:none;color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.35}.page-content{width:min(100%,56rem);margin:0 auto;display:grid;gap:1rem}.page-intro{padding:.35rem 0;text-align:center}.page-heading{margin:0;color:hsl(var(--card-foreground));font-size:1.5rem;font-weight:700;line-height:1.2}.page-copy{margin:.35rem 0 0;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.panel{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem}.panel__header{display:grid;gap:.25rem;margin-bottom:1.5rem}.panel__header--split{gap:1rem}.review-header{border-bottom:1px solid hsl(var(--border));padding-bottom:1.25rem}.panel__title{margin:0;color:hsl(var(--brand));font-size:1.25rem;font-weight:600;line-height:1.3}.panel__copy{margin:0;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.registration-form{display:grid;gap:1.5rem}.form-grid{display:grid;gap:1.25rem}.field{display:grid;gap:.5rem}.field-group{display:grid;gap:1rem}.section-block{display:grid;gap:1rem;border-top:1px solid hsl(var(--border));padding-top:1.25rem}.section-block__header{display:grid;gap:.25rem}.section-block__title{margin:0;color:hsl(var(--card-foreground));font-size:.875rem;font-weight:600;line-height:1.4}.section-block__hint{margin-top:-.25rem}.field--full{grid-column:1 / -1}.choice-field{display:grid;gap:.25rem}.choice-field--roomy{gap:.6rem}.choice-field .label{line-height:1.3}.field-hint{margin:-.125rem 0 0;min-height:1.125rem;color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1.5}.field-hint--placeholder{visibility:hidden}.checkbox-field{display:flex;align-items:flex-start;gap:.75rem;color:hsl(var(--card-foreground));font-size:.875rem;line-height:1.6}.checkbox-field input{margin:.2rem 0 0;flex-shrink:0}.inline-link{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:.15em}.label{margin:0;color:hsl(var(--card-foreground));font-size:.875rem;font-weight:500;line-height:1}.label--subtle{color:hsl(var(--muted-foreground));font-size:.75rem}.required-mark{color:hsl(var(--destructive))}.input{width:100%;height:2.5rem;border:1px solid hsl(var(--input));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:hsl(var(--muted-foreground));font-size:.875rem}.input:focus-visible{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 1px hsl(var(--ring)),0 0 0 2px hsl(var(--card))}.textarea{min-height:10rem;height:auto;resize:vertical;padding-top:.75rem;padding-bottom:.75rem;line-height:1.5}.file-input{height:auto;padding-top:.6rem;padding-bottom:.6rem}.radio-group{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:0}.radio-option{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--card-foreground));font-size:.875rem;line-height:1.4}.radio-option input{margin:0}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,hsl(var(--muted-foreground)) 50%),linear-gradient(135deg,hsl(var(--muted-foreground)) 50%,transparent 50%);background-position:calc(100% - 18px) 1rem,calc(100% - 13px) 1rem;background-repeat:no-repeat;background-size:5px 5px;padding-right:2.75rem}.form-actions{display:grid;gap:.75rem;justify-items:start}.form-actions__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;border:0;border-radius:var(--radius);background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease}.button--secondary{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--card-foreground))}.button:hover,.button:focus-visible{filter:brightness(1.08)}.button:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--card)),0 0 0 4px hsl(var(--ring))}.button__icon{width:1rem;height:1rem;flex-shrink:0}.form-status{min-height:1.25rem;margin:0;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.form-status[data-state=success]{color:#2d8652}.form-status[data-state=error]{color:hsl(var(--destructive))}.payment-result-header{display:flex;align-items:flex-start;gap:1rem}.payment-result-icon{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:999px;font-size:1.25rem;font-weight:700;line-height:1}.payment-result-icon--success{background:#e1f4e9;color:#227745}.payment-result-icon--failure{background:#fce9e9;color:#b12525}.application-id-card{display:grid;gap:.1rem;min-width:0;border-left:3px solid hsl(var(--brand));background:hsl(var(--secondary) / .35);padding:.35rem .9rem}.application-id-card__label{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500;line-height:1.2}.application-id-card__value{color:hsl(var(--brand));font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:1.05rem;font-weight:700;letter-spacing:.04em;line-height:1.2;overflow-wrap:anywhere}.review-stack{display:grid;gap:1.35rem}.review-section{display:grid;gap:.9rem;border-top:1px solid hsl(var(--border));padding-top:1.15rem}.review-section:first-child{border-top:0;padding-top:0}.review-section__title{margin:0;color:hsl(var(--brand));font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.review-grid{display:grid;gap:1.15rem 2.5rem;margin:0}.review-field{display:grid;gap:.25rem;align-content:start}.review-field--wide{grid-column:1 / -1}.review-field__label{margin:0;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:500;line-height:1.4}.review-field__value{margin:0;color:hsl(var(--card-foreground));font-size:.95rem;font-weight:400;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.review-field__value--nowrap{white-space:nowrap}.review-actions{margin-top:1.75rem;gap:.5rem;justify-items:center}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:1rem;background:#0f172a29;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}.loading-overlay--active{opacity:1;visibility:visible;pointer-events:auto}.loading-overlay__panel{min-width:8.5rem;display:grid;justify-items:center;gap:.85rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) * 3);background:#fffffff0;box-shadow:0 18px 40px #0f172a24,0 6px 16px #0f172a14;padding:1.1rem 1.35rem}.loading-overlay__spinner{width:2.9rem;height:2.9rem;border:.24rem solid hsl(var(--border));border-top-color:hsl(var(--brand));border-radius:999px;animation:loading-spinner-rotate .8s linear infinite}.loading-overlay__label{margin:0;color:hsl(var(--card-foreground));font-size:.875rem;font-weight:600;line-height:1}@keyframes loading-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 639px){.page-shell,.site-card{padding:.75rem}.site-header{margin-bottom:1rem;padding-bottom:.75rem}.site-logo{height:3.25rem}.panel{padding:.9rem}.payment-result-header{flex-direction:column}.application-id-card{width:100%;padding:.45rem .7rem}.application-id-card__label{font-size:.65rem}.application-id-card__value{font-size:1.05rem;letter-spacing:.01em}.review-stack{gap:1rem}.review-section{gap:.75rem;padding-top:1rem}.review-grid{gap:.85rem}.panel__copy{max-inline-size:30ch}.review-field--wide .review-field__value{max-inline-size:24ch}.review-field__value{max-inline-size:100%}.review-field__value--nowrap{white-space:normal}.form-actions__buttons{width:100%;flex-direction:column}.form-actions__buttons .button{width:100%}}.site-footer{margin-top:3rem;border-top:1px solid hsl(var(--border));padding-top:2rem}.site-footer__top,.site-footer__bottom{display:flex;flex-direction:column;gap:1.5rem}.site-footer__bottom{margin-top:1.5rem;gap:.75rem}.site-footer__name{margin:0;color:hsl(var(--card-foreground));font-size:1rem;font-weight:500}.site-footer__meta,.site-footer__copyright,.site-footer__external{color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1.6}.site-footer__meta{margin:.5rem 0 0}.site-footer__external{transition:color .15s ease}.site-footer__external:hover,.site-footer__external:focus-visible{color:hsl(var(--card-foreground))}.site-footer__external{display:inline-flex;align-items:center;gap:.375rem}.site-footer__external svg{width:.75rem;height:.75rem;fill:currentColor}.site-footer__copyright{margin:0;color:hsl(var(--muted-foreground) / .7)}@media (min-width: 640px){.page-shell{padding-top:4rem;padding-bottom:4rem}.site-card{padding:2.5rem}.site-header{margin-bottom:2rem;padding-bottom:1.425rem}.site-header__inner{align-items:center}.site-header__brand{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.site-header__link{flex-direction:row;align-items:center;gap:1rem}.site-header__content{flex:1;text-align:left}.site-title{font-size:1.875rem;max-width:none;display:block;-webkit-line-clamp:unset}.site-title span{display:inline}.site-title span+span:before{content:" "}.site-logo{height:5rem;margin-top:0}.page-content{gap:2rem}.page-heading{font-size:1.875rem}.page-copy,.panel__copy,.form-status{font-size:1rem}.panel{padding:2rem}.panel__header--split{grid-template-columns:minmax(0,1fr) auto;align-items:start}.field-group--two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-group--three{grid-template-columns:minmax(0,.7fr) repeat(2,minmax(0,1fr))}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__top,.site-footer__bottom{flex-direction:row;align-items:flex-start;justify-content:space-between}.site-footer__bottom{align-items:center}}@media (min-width: 768px){.form-grid,.support-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.page-shell{padding-top:5rem;padding-bottom:5rem}.site-card{padding:3rem}}.status-icon{display:flex;align-items:center;justify-content:center;width:clamp(3.5rem,12vw,5rem);height:clamp(3.5rem,12vw,5rem);border-radius:50%;margin:0 auto 1.25rem}.status-icon svg{width:55%;height:55%}.status-icon--success{background:#e0f5e9;color:#297a4b;border:2px solid hsl(145 50% 75%)}.status-icon--failure{background:#fbe9e9;color:#c52020;border:2px solid hsl(0 72% 80%)}.panel__title--with-icon{display:flex;align-items:center;gap:.5em}.panel__title-icon{flex-shrink:0;display:inline-flex;width:1em;height:1em;border-radius:var(--radius);padding:.15em}.panel__title-icon svg{width:100%;height:100%}.panel__title-icon--failure{background:#fbe9e9;color:#c52020;border:1.5px solid hsl(0 72% 80%)}.panel__title-icon--closed{color:hsl(var(--brand));width:.95em;height:.95em;border:0;border-radius:0;padding:0;background:transparent}.site-header__support-btn{flex-shrink:0;white-space:nowrap;min-width:7.5rem;align-self:flex-start}@media (max-width: 359px){.site-title{font-size:1.35rem}.site-subtitle{font-size:.92rem}}.support-cards{display:grid;gap:1rem;margin-bottom:1.5rem}.support-card{display:flex;gap:1.25rem;align-items:flex-start;padding:1.25rem 1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--secondary))}.support-card__icon{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border))}.support-card__body{display:flex;flex-direction:column;gap:.35rem}.support-card__title{margin:0;font-size:1rem;font-weight:600;color:hsl(var(--card-foreground))}.support-card__detail{margin:0;font-size:.9375rem;font-weight:500;color:hsl(var(--card-foreground))}.support-card__hint{margin:0 0 .65rem;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.input--error{border-color:#dc2828;background-color:#dc28280d}.input--error:focus-visible{border-color:#dc2828;box-shadow:0 0 0 1px #dc2828,0 0 0 2px hsl(var(--card))}.radio-group--error .radio-option,.checkbox-field--error{color:#dc2828}.toast{position:fixed;bottom:1.5rem;left:1.5rem;z-index:9999;max-width:22rem;padding:.75rem 1rem;background:#dc2828;color:#fff;border-radius:var(--radius);font-size:.875rem;line-height:1.4;box-shadow:0 4px 16px #0000002e;animation:toast-in .2s ease forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
