@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #64748b;--background: #ffffff;--surface: #f8fafc;--text: #1e293b;--text-light: #64748b;--border: #e2e8f0}.dark{--primary: #60a5fa;--primary-dark: #93c5fd;--background: #020617;--surface: #0f172a;--text: #f8fafc;--text-light: #94a3b8;--border: #1e3a5f}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text);line-height:1.6;transition:background-color .3s,color .3s}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:#fff}section{padding:4rem 0}h1,h2,h3,h4,h5,h6{line-height:1.2}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}.dark body{background-color:#020617}.dark nav,.dark .mobile-nav{background-color:#0f172a!important;border-color:#1e3a5f!important}.dark div[style*="border: 1px solid var(--border)"]{background-color:#0f172a!important;border-color:#1e3a5f!important}.dark div[style*="backgroundColor: white"],.dark div[style*="background-color: white"]{background-color:#0f172a!important}.dark span[style*="background-color: white"]{background-color:#1e293b!important}
