@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap");:root{--brand-primary:#3b82f6;--brand-dark:#1e3a5f;--brand-deeper:#0f172a;--earnings:#10b981;--warm:#f59e0b}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{letter-spacing:-.02em}pre{border-radius:.75rem!important;border:1px solid rgba(59,130,246,.1)!important}code{font-family:JetBrains Mono,monospace;font-size:.875em}table{border-collapse:separate;border-spacing:0;width:100%;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.06)}table thead tr{background:linear-gradient(135deg,#1e3a5f,#2563eb)!important}table thead th{color:#fff!important;font-weight:600;padding:12px 16px;text-align:left}table tbody tr:nth-child(2n){background-color:#f8fafc}.dark table tbody tr:nth-child(2n){background-color:#1e293b}table tbody td{padding:10px 16px;border-bottom:1px solid #e2e8f0}.dark table tbody td{border-bottom:1px solid #334155}.callout{border-radius:.75rem;padding:1rem 1.25rem;margin:1.5rem 0;font-size:.9375rem;line-height:1.6}.callout-tip{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left:4px solid #10b981;color:#065f46}.dark .callout-tip{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.1));color:#6ee7b7}.callout-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:4px solid #f59e0b;color:#92400e}.dark .callout-warning{background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(217,119,6,.1));color:#fcd34d}.callout-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #3b82f6;color:#1e40af}.dark .callout-info{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(37,99,235,.1));color:#93c5fd}blockquote{border-radius:.75rem!important;padding:1rem 1.25rem!important;margin:1.5rem 0!important;font-size:.9375rem!important;line-height:1.6!important}blockquote:not(.contains-task-list){background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important;border-left:4px solid #10b981!important;color:#065f46!important}.dark blockquote:not(.contains-task-list){background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.1))!important;color:#6ee7b7!important;border-color:#10b981!important}.feature-card{border-radius:.75rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.06);transition:all .2s ease}.feature-card:hover{box-shadow:0 10px 15px -3px rgba(59,130,246,.15);border-color:#3b82f6;transform:translateY(-2px)}.dark .feature-card{background:#1e293b;border-color:#334155}.dark .feature-card:hover{box-shadow:0 10px 15px -3px rgba(59,130,246,.2);border-color:#3b82f6}html.dark body{background-color:#0f172a;color:#e2e8f0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#475569}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.premium-divider{height:1px;background:linear-gradient(90deg,transparent,#3b82f6,transparent);margin:2rem 0;border:none;opacity:.3}.step-card{display:flex;gap:1rem;padding:1rem 1.25rem;border-radius:.75rem;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:.75rem;align-items:flex-start}.dark .step-card{background:#1e293b;border-color:#334155}.step-number{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:9999px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.8125rem;font-weight:700}.nextra-navbar{border-bottom:1px solid #e2e8f0!important}.dark .nextra-navbar{border-color:#1e293b!important}footer [class*=nx-py-12]{padding-top:.75rem!important;padding-bottom:.75rem!important}