@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#1f2937;--muted:#667085;--line:#e5e7eb;--paper:#f5f7fb;--panel:#fff;--accent:#1677ff;--accent-strong:#0958d9;--gold:#d99b32;--rose:#c75b68;--blue:#3867d6;--shadow:0 12px 32px #0f172a14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.pageShell{min-height:100vh}.container{width:min(1160px,100% - 40px);margin:0 auto}
