@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;400;500;600;700&family=EB+Garamond:wght@400;500;600;700&display=swap";.app{min-height:100vh;background:var(--bg);margin:0;padding:0;position:relative}.container{max-width:720px;margin:0 auto;padding:0 24px}@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;--heading-font: "EB Garamond", Georgia, serif}html{scroll-behavior:smooth}body{font-family:DM Sans,-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}::selection{background:var(--accent);color:#fff}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.anim-fade-in-down{animation:fadeInDown .4s ease-out both}.anim-fade-in-up{animation:fadeInUp .4s ease-out both}.animated-underline{position:relative;text-decoration:none;color:var(--accent)}.animated-underline:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width .3s ease}.animated-underline:hover:after{width:100%}
