:root{--brand-green: #3fbf3f;--brand-teal: #1f8acb;--brand-blue: #1e5fd4;--brand-gradient: linear-gradient(90deg, var(--brand-green) 0%, var(--brand-teal) 60%, var(--brand-blue) 100%);--brand-gradient-soft: linear-gradient(90deg, rgba(63, 191, 63, .08) 0%, rgba(31, 138, 203, .08) 60%, rgba(30, 95, 212, .08) 100%);--accent: var(--brand-teal);--accent-strong: var(--brand-blue);--accent-soft: rgba(31, 138, 203, .08);--accent-contrast: #ffffff;--highlight: var(--brand-green);--bg: #ffffff;--surface: #fafafa;--text: #1a1a1a;--text-muted: #6c6c6c;--border: #e6e6e6;--border-strong: #d0d0d0;--focus-ring: 0 0 0 3px rgba(31, 138, 203, .35)}*,*:before,*:after{box-sizing:border-box}html{height:auto;margin:0;padding:0}body{margin:0;padding:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(max-width:600px){body{min-height:100%}}button{font-family:inherit}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}
