@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-primary:#f7f7f5;--bg-card:#fff;--text-primary:#111;--text-secondary:#6b6b6b;--text-caption:#9a9a9a;--border-color:rgba(0,0,0,.05);--shadow-subtle:0 8px 40px rgba(0,0,0,.04);--shadow-hover:0 12px 48px rgba(0,0,0,.08);--radius-card:28px;--radius-button:999px;--radius-video:32px;--radius-image:28px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max-width:1440px;--text-max-width:760px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--text-primary);color:var(--bg-primary)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto}