@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000000;--bg-secondary: #121212;--bg-overlay: rgba(255, 255, 255, .1);--text-primary: #FFFFFF;--text-secondary: rgba(255, 255, 255, .85);--text-muted: #4D4D4D;--brand-primary: #00FFD1;--brand-hover: rgba(0, 255, 209, .1);--brand-active: #6FD2C0;--border-subtle: rgba(255, 255, 255, .25);--border-medium: rgba(255, 255, 255, .4)}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);line-height:1.6}code{font-family:Inter,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus{outline:2px solid var(--brand-primary);outline-offset:2px}html{scroll-behavior:smooth}button{border:none;background:none;cursor:pointer;font-family:inherit}input{border:none;background:none;font-family:inherit}
