@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0b1120;--surface-color:#151e32;--surface-hover:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#38bdf8;--accent-hover:#0284c7;--border-color:#1e293b;--glass-bg:#151e32b3;--font-main:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}a{color:var(--accent-color);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 4px 30px #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5{font-weight:600;line-height:1.2}.text-gradient{background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-title{margin-bottom:2rem;font-size:2rem;display:inline-block;position:relative}.section-title:after{content:"";background:var(--accent-color);border-radius:2px;width:40px;height:4px;position:absolute;bottom:-8px;left:0}.app-container{min-height:100vh;position:relative}.bg-gradient-top{z-index:-1;pointer-events:none;background:radial-gradient(circle,#38bdf81a 0%,#0000 70%);width:50%;height:50%;position:absolute;top:-10%;left:-10%}.bg-gradient-bottom{z-index:-1;pointer-events:none;background:radial-gradient(circle,#818cf81a 0%,#0000 70%);width:50%;height:50%;position:absolute;bottom:-10%;right:-10%}
