*{margin:0;padding:0;box-sizing:border-box}:root{--background: #ffffff;--foreground: #09090b;--card: #ffffff;--card-foreground: #09090b;--primary: #2563eb;--primary-foreground: #ffffff;--primary-light: #dbeafe;--secondary: #f4f4f5;--secondary-foreground: #18181b;--muted: #f4f4f5;--muted-foreground: #71717a;--accent: #f4f4f5;--accent-foreground: #18181b;--destructive: #ef4444;--destructive-foreground: #ffffff;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--border: #e4e4e7;--input: #e4e4e7;--ring: #2563eb;--radius: .5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--text: #09090b;--text-light: #71717a;--bg: #f4f4f5;--white: #ffffff}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--foreground);background:var(--secondary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%}.app-container{max-width:1200px;margin:0 auto;min-height:100vh}.card-grid{display:grid;gap:16px;padding:0 16px}@media (min-width: 768px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}
