@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.app{min-height:100vh;background:var(--bg);margin:0;padding:0}.container{max-width:900px;margin:0 auto;padding:0 24px}main{padding:0;margin:0}@media (max-width: 768px){.container{padding:0 20px}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--text: #1a1a1a;--text-light: #666666;--border: #e5e5e5;--accent: #0066ff;--sidebar-bg: #fafafa}.dark{--bg: #0a0a0a;--text: #ffffff;--text-light: #a0a0a0;--border: #2a2a2a;--accent: #3b82f6;--sidebar-bg: #1a1a1a}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease;margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh;margin:0;padding:0}.reveal{opacity:0;transform:translateY(20px);transition:all .4s ease}.reveal.active{opacity:1;transform:translateY(0)}::selection{background:var(--accent);color:#fff}
