:root{--primary:#0ea5e9;--primary-hover:#0284c7;--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--popover:#fff;--popover-foreground:#0f172a;--secondary:#f1f5f9;--secondary-hover:#e2e8f0;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#0f172a;--destructive:#ef4444;--destructive-foreground:#f8fafc;--border:#e2e8f0;--input:#e2e8f0;--ring:#0ea5e9;--radius:.5rem}[data-theme=dark]{--background:#020617;--foreground:#f8fafc;--card:#020617;--card-foreground:#f8fafc;--popover:#020617;--popover-foreground:#f8fafc;--secondary:#1e293b;--secondary-hover:#334155;--muted:#1e293b;--muted-foreground:#94a3b8;--accent:#1e293b;--accent-foreground:#f8fafc;--destructive:#7f1d1d;--destructive-foreground:#f8fafc;--border:#1e293b;--input:#1e293b;--ring:#0ea5e9}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.buttonPrimary{background-color:var(--primary);border-radius:var(--radius);justify-content:center;align-items:center;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex;color:#fff!important}.buttonPrimary:hover{background-color:var(--primary-hover)}.buttonSecondary{background-color:var(--card);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;padding:.625rem 1.25rem;font-weight:500;transition:all .2s;display:inline-flex}.buttonSecondary:hover{background-color:var(--secondary)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.text-muted{color:var(--muted-foreground)}.text-destructive{color:var(--destructive)}
