:root{--color-black: black;--color-navy: #06091a;--color-surface: #0c1228;--color-card: #101830;--color-royal: #1a47b8;--color-royal-light: #2d5fd6;--color-royal-dim: #162f7a;--color-gold: #c9981a;--color-gold-light: #e8b84b;--color-gold-dim: #8a6610;--color-rim: #1c2d52;--color-cream: #eef2ff;--color-muted: #7a8fbe;--color-bubble: var(--color-royal);--circle: var(--color-royal);--color-scheme: dark}:root.light-theme{--color-black: white;--color-navy: #eef2ff;--color-surface: #f4f6ff;--color-card: #ffffff;--color-royal: #162f7a;--color-royal-light: #1a47b8;--color-royal-dim: #dbe4ff;--color-gold: #b38000;--color-gold-light: #c9981a;--color-gold-dim: #e8b84b;--color-rim: #d1daf0;--color-cream: #06091a;--color-muted: #53648c;--color-bubble: var(--color-royal-dim);--circle: #a3b0f7;--color-scheme: light}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;scrollbar-width:thin;scrollbar-color:var(--color-royal) transparent}html{font-size:18px}body{margin:0;color:var(--color-muted);font-size:1rem;font-family:"Source Sans 3",system-ui,sans-serif;background-color:var(--color-navy);overflow-x:hidden}.no-scroll{overflow-y:hidden}.container{min-height:100vh}h1{font-family:Playfair Display,Georgia,serif;font-size:3.75rem;font-weight:400;color:var(--color-cream)}h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--color-cream)}h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400;color:var(--color-cream);line-height:1.25;margin-bottom:.25rem}h4{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.25}button,input,select,textarea{font-family:inherit;color-scheme:var(--color-scheme)}.link-button{background-color:var(--color-gold);border:1px solid rgb(from var(--color-royal-light) r g b / .2);border-radius:.375rem;color:var(--color-navy);cursor:pointer;font-size:.875rem;font-weight:600;padding-block:.75rem;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%;z-index:0;text-decoration:none}.link-button[disabled]{pointer-events:none;background-color:var(--color-muted)}.link-button:hover:not([disabled]){background-color:transparent;border-color:var(--color-gold);color:var(--color-gold)}.two-line{line-height:.75}.two-line:first-line{line-height:1}@media(max-width:767.98px){h1{font-size:3rem}}
