@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";
:root{--color-page-bg:#121212;--color-surface:#1a1a1a;--color-text-primary:#d8d7d4;--color-text-secondary:#f0efec38;--color-text-tertiary:#f0efec29;--color-border-subtle:#ffffff0d;--blue-100:#9dd0ff;--blue-300:#5aaeff;--blue-500:#06c;--blue-600:#0055c3;--blue-700:#004bb4;--blue-900:#002d82;--blue-dark:#0f286e;--font-family:"Inter", -apple-system, sans-serif;--grid-cell:44px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--color-page-bg);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.grad-text{background:linear-gradient(135deg,#9dd0ff 0%,#5aaeff 40%,#06c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
