.bg-gradient{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--uks-navy);background-image:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.4) 100%);z-index:-1}.arcs{position:fixed;bottom:-40px;right:-40px;width:300px;height:300px;opacity:.05;pointer-events:none;z-index:0;transform:rotate(-15deg)}.arcs-top{position:fixed;top:-40px;left:-40px;width:200px;height:200px;opacity:.04;transform:rotate(165deg);pointer-events:none;z-index:0}.container{position:relative;z-index:10;text-align:center;padding:3.5rem 2.5rem;max-width:600px;width:90%;background:#111f4699;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 15px 35px #00000040;animation:fadeUp .8s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.logo{width:180px;height:auto;margin-bottom:2.5rem;display:inline-block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}@media (min-width: 480px){.logo{width:220px}}.kicker{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--uks-mint);margin-bottom:1.25rem}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.subtitle{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto;font-weight:400}.buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;width:100%}@media (min-width: 480px){.buttons{flex-direction:row;gap:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s ease;width:100%;max-width:280px;border:none;cursor:pointer}@media (min-width: 480px){.btn{width:auto;min-width:160px}}.btn-primary{background:var(--uks-mint);color:var(--uks-navy);box-shadow:0 2px 4px #0000001a}.btn-primary:hover{background:#94e0d0;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff0d;border-color:#fff9;transform:translateY(-1px)}.btn svg{width:18px;height:18px;margin-left:8px;transition:transform .2s ease}.btn:hover svg{transform:translate(2px)}.footer{margin-top:3rem;font-size:.8125rem;color:#fff6}.text-link{color:var(--uks-mint);text-decoration:none;font-weight:500;border-bottom:1px solid rgba(135,207,192,.3);transition:border-color .2s}.text-link:hover{color:#b0eee0;border-bottom-color:#b0eee0}:root{--uks-navy: #142048;--uks-indigo: #5855a4;--uks-mint: #87cfc0;--uks-forest: #00734d;--uks-purple: #5c4d9b;--uks-charcoal: #1f2933;--uks-stone: #f5f7f9}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--uks-navy);color:#fff;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow-x:hidden;width:100%;max-width:100vw;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:2rem 0}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}a{text-decoration:none;color:inherit}::selection{background:var(--uks-forest);color:#fff}
