@charset "UTF-8";.shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--sv-surface) 0%,var(--sv-surface-lowest) 45%,var(--sv-surface) 100%)}.header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--sv-outline-ghost);background:#0a1f35eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__inner{max-width:1100px;margin:0 auto;padding:.85rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.header__right{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem}.lang{display:flex;flex-direction:column;gap:.2rem}.lang__label{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sv-on-surface-muted)}.lang__select{min-width:8.5rem;padding:.4rem .55rem;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--sv-on-surface);background:var(--sv-surface-container);border:1px solid var(--sv-outline-ghost);border-radius:var(--radius-sm);cursor:pointer}.lang__select:focus{outline:2px solid var(--sv-support-blue);outline-offset:2px}.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--sv-on-surface)}.brand:hover{text-decoration:none}.brand__logo{display:block;flex-shrink:0;width:2.65rem;height:2.65rem;border-radius:50%;object-fit:contain;object-position:center}.brand__name{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.nav{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;font-size:.9rem;font-weight:500}.nav a{color:var(--sv-on-surface-muted);text-decoration:none;padding:.35rem 0;border-bottom:2px solid transparent}.nav a:hover{color:var(--sv-support-blue);text-decoration:none}.nav a.is-active{color:var(--sv-gold);border-bottom-color:var(--sv-gold-container)}.main{flex:1;width:100%}.footer{margin-top:auto;border-top:1px solid var(--sv-outline-ghost);background:var(--sv-surface-low)}.footer__inner{max-width:1100px;margin:0 auto;padding:2rem 1.25rem}.footer__brand-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;margin-bottom:1rem}.footer__logo{display:block;flex-shrink:0;width:2.1rem;height:2.1rem;border-radius:50%;object-fit:contain;object-position:center}.footer__brand{font-weight:700;color:var(--sv-gold);margin:0}.footer__nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.footer__nav a{font-size:.9rem}.footer__copy{font-size:.8rem;color:var(--sv-on-surface-muted);margin:0}@media(min-width:640px){.footer__nav{flex-direction:row;flex-wrap:wrap;gap:1rem 1.5rem}}.hero{position:relative;padding:3rem 1.25rem 3.5rem;overflow:hidden}.hero__glow{position:absolute;inset:-40% -20% auto;height:70%;max-height:420px;background:radial-gradient(ellipse 60% 80% at 50% 0%,rgba(233,195,73,.18) 0%,transparent 65%);pointer-events:none}.hero__inner{position:relative;max-width:720px;margin:0 auto;text-align:center}.hero__logo{display:block;margin:0 auto 1.25rem;width:clamp(4.25rem,12vw,6rem);height:clamp(4.25rem,12vw,6rem);border-radius:50%;object-fit:contain;object-position:center}.hero__eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sv-support-blue);margin:0 0 .75rem}.hero__title{font-size:clamp(1.85rem,5vw,2.65rem);margin:0 0 1rem;color:var(--sv-on-surface);text-wrap:balance}.hero__lead{font-size:1.05rem;color:var(--sv-on-surface-muted);margin:0 0 1.75rem;text-wrap:pretty}.hero__lead strong{color:var(--sv-on-surface);font-weight:600}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:520px){.hero__cta{flex-direction:row;justify-content:center;flex-wrap:wrap}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{text-decoration:none}.btn--primary{color:var(--sv-on-gold);background:linear-gradient(135deg,var(--sv-gold) 0%,var(--sv-gold-container) 100%);box-shadow:0 4px 24px #e9c34938}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 28px #e9c3494d}.btn--ghost{color:var(--sv-link);border-color:var(--sv-outline-ghost);background:#1e344980}.btn--ghost:hover{background:var(--sv-surface-high)}.section{padding:2.5rem 1.25rem 3rem}.section--muted{background:var(--sv-surface-low);border-top:1px solid var(--sv-outline-ghost);border-bottom:1px solid var(--sv-outline-ghost)}.section__inner{max-width:1100px;margin:0 auto}.section__title{font-size:1.5rem;margin:0 0 1.25rem;color:var(--sv-on-surface)}.section__text{max-width:720px;color:var(--sv-on-surface-muted);margin:0}.section__text a{font-weight:600}.grid{display:grid;gap:1rem}@media(min-width:720px){.grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.card{padding:1.25rem 1.35rem;border-radius:var(--radius-lg);background:var(--sv-surface-container);border:1px solid var(--sv-outline-ghost)}.card__title{font-size:1.05rem;margin:0 0 .5rem;color:var(--sv-gold)}.card p{margin:0;font-size:.95rem;color:var(--sv-on-surface-muted)}:root{--sv-surface: #001527;--sv-surface-lowest: #0a1f35;--sv-surface-low: #152a3f;--sv-surface-container: #1a3048;--sv-surface-high: #1e3449;--sv-surface-highest: #243a52;--sv-gold: #e9c349;--sv-gold-container: #cba72f;--sv-gold-dim: #d4af37;--sv-on-gold: #0d1b2a;--sv-support-blue: #9ec2e8;--sv-link: #a6caf0;--sv-on-surface: #f5f7fa;--sv-on-surface-muted: #b8c5d6;--sv-outline-ghost: rgba(255, 255, 255, .15);--sv-error: #ff6b6b;--sv-success: #4caf50;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--sv-on-surface);background:var(--sv-surface);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--sv-link);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.25;font-weight:700}p{margin:0 0 1rem}ul{margin:0 0 1rem;padding-left:1.25rem}li{margin-bottom:.35rem}.legal{max-width:720px;margin:0 auto;padding:2rem 1.25rem 3.5rem}.legal h1{font-size:clamp(1.65rem,4vw,2rem);margin:0 0 .35rem;color:var(--sv-on-surface)}.legal h2{font-size:1.15rem;margin:1.75rem 0 .65rem;color:var(--sv-gold)}.legal p,.legal li{color:var(--sv-on-surface-muted);font-size:.95rem}.legal a{font-weight:600}.legal__updated{font-size:.85rem;color:var(--sv-support-blue);margin:0 0 1.5rem!important}.legal__note{margin-top:2rem!important;padding:1rem 1.1rem;border-radius:var(--radius-md);background:var(--sv-surface-container);border:1px solid var(--sv-outline-ghost);font-size:.85rem!important;color:var(--sv-on-surface-muted)}
