:root{--bg: #171717;--text: #eaeaea;--placeholder: #565656;--focus-border: #565656}:root[data-theme=light]{--bg: #fafafa;--text: #1a1a1a;--placeholder: #a3a3a3;--focus-border: #a3a3a3}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"cv11","ss01";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text)}input,button,textarea{font-family:inherit}input::placeholder{color:var(--placeholder)}input:focus{border-color:var(--focus-border)!important}button:disabled{cursor:not-allowed}
