@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800;900&family=Source+Code+Pro:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--xecho-bg-primary);color:var(--xecho-text-primary);min-height:100vh}:root{--xecho-bg-primary:#090b11;--xecho-bg-secondary:#0d1017;--xecho-bg-tertiary:#111520;--xecho-bg-elevated:#161b26;--xecho-bg-deep:#07080f;--xecho-bg-deepest:#030508;--xecho-bg-sidebar:#08090f;--xecho-text-primary:#f0f2f8;--xecho-text-secondary:rgba(240,242,248,.7);--xecho-text-muted:rgba(240,242,248,.45);--xecho-text-tertiary:rgba(240,242,248,.3);--xecho-accent:#255ff4;--xecho-accent-hover:#1a4fd8;--xecho-accent-glow:rgba(37,95,244,.3);--xecho-border:hsla(0,0%,100%,.08);--xecho-border-subtle:hsla(0,0%,100%,.05);--xecho-border-accent:rgba(37,95,244,.2);--xecho-danger:#ef4444;--xecho-success:#22c55e;--xecho-warning:#f59e0b;--xecho-blue-300:rgba(116,185,255,.95);--xecho-blue-500:#255ff4}[data-theme=darker]{--xecho-bg-primary:#050709;--xecho-bg-secondary:#070a0f}[data-theme=amoled]{--xecho-bg-primary:#000;--xecho-bg-secondary:#000;--xecho-bg-tertiary:#050505}[data-accent=green]{--xecho-accent:#14f195;--xecho-accent-hover:#0dd47e}[data-accent=purple]{--xecho-accent:#a29bfe;--xecho-accent-hover:#8a7fe0}[data-accent=orange]{--xecho-accent:#f97316;--xecho-accent-hover:#ea6c10}[data-accent=pink]{--xecho-accent:#ec4899;--xecho-accent-hover:#d43d87}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%}::selection{background:var(--xecho-accent-glow);color:var(--xecho-text-primary)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}