:root{--bg:#081319;--bg-soft:#0c1b22;--surface:rgba(10,22,29,0.78);--surface-strong:#122932;--line:rgba(230,242,239,0.12);--text:#f3f8f6;--muted:#9cb0ad;--teal:#5bd6c3;--accent:#f6a05f;--accent-strong:#ff7d57;--shadow:rgba(0,0,0,0.34)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(91,214,195,.2),transparent 32%),radial-gradient(circle at 85% 0,rgba(246,160,95,.15),transparent 26%),linear-gradient(180deg,#081319,#091116 40%,#060d11);font-family:Avenir Next,Segoe UI,Trebuchet MS,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-weight:700;letter-spacing:-.03em}p{margin:0;line-height:1.65}.shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:1.2rem 0 2.8rem}.ambient{position:fixed;inset:auto;width:24rem;height:24rem;border-radius:999px;filter:blur(48px);opacity:.4;pointer-events:none;animation:float 14s ease-in-out infinite}.ambientOne{top:7rem;left:-8rem;background:rgba(91,214,195,.18)}.ambientTwo{top:14rem;right:-9rem;background:rgba(246,160,95,.16);animation-delay:-5s}.siteFooter,.siteHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem}.siteHeader{position:-webkit-sticky;position:sticky;top:.75rem;z-index:20;padding:.9rem 1rem;margin-bottom:1.5rem;border:1px solid var(--line);border-radius:24px;background:rgba(7,18,22,.74);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{align-items:center;gap:.9rem}.brand,.brandWord{display:inline-flex}.brandWord{flex-direction:column;gap:.15rem;font-weight:700;letter-spacing:-.03em}.brandWord small{color:var(--muted);font-size:.8rem;font-weight:500}.siteNav{display:inline-flex;align-items:center;gap:1.25rem;color:var(--muted)}.brand:hover,.siteFooter a:hover,.siteNav a:hover{color:var(--text)}.ghostButton,.solidButton{display:inline-flex;align-items:center;justify-content:center;min-height:3.15rem;padding:.85rem 1.3rem;border-radius:999px;border:1px solid transparent;transition:transform .18s ease,border-color .18s ease,background .18s ease}.solidButton{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#081319;font-weight:700;box-shadow:0 18px 44px rgba(255,125,87,.26)}.ghostButton{border-color:var(--line);color:var(--text);background:rgba(255,255,255,.03)}.ghostButton:hover,.solidButton:hover{transform:translateY(-2px)}.eyebrow{margin-bottom:.65rem;color:var(--teal);text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;font-weight:700}.siteFooter{margin-top:2rem;padding:1.5rem 0 0;border-top:1px solid var(--line);color:var(--muted)}.siteFooter div{display:inline-flex;gap:1rem}@keyframes float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,20px,0)}}@media (max-width:820px){.siteFooter,.siteHeader{flex-direction:column;align-items:stretch}.siteNav{justify-content:space-between}.siteHeader .solidButton{width:100%}}@media (max-width:620px){.shell{width:min(100% - 1rem,1180px)}.siteNav{display:none}}