:root{--teal:#0f2a44;--gold:#ff6a00;--cream:#f7f3ed;--text:#1a1714;--gray-400:#9b9490;--gray-600:#6b6560;--gray-200:#e8e3dc;--success:#22c55e;--danger:#ef4444;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font);color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-wrap:break-word}img,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}