@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Poppins:wght@300;400;600&display=swap");:root{--bg:#0A0A0D;--surface:#121218;--text-dim:#3A3A4A;--text-muted:#6B6B80;--text-base:#9B9BB0;--text-bright:#F4F4F7;--purple:#7C3AED;--purple-light:#9F67FF;--teal:#14B8A6;--amber:#F59E0B;--rose:#E11D48;--bloom-glow:rgba(124,58,237,0)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden;background:var(--bg);color:var(--text-dim);font-family:Inter,-apple-system,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default}::selection{background:rgba(124,58,237,.3);color:var(--text-bright)}input::placeholder{color:var(--text-dim);transition:color .6s ease}input:focus::placeholder{color:var(--text-muted)}