:root{--bg: #ffffff;--text: #0f1724;--muted: #6b7280;--card-bg: #ffffff;--border: #e6e9ee;--accent-from: #a78bfa;--accent-to: #a78bfa }.dark{--bg: #0f1724;--text: #f4f4f5;--muted: #d1d5db;--card-bg: #0b1220;--border: #1f2937}html,body,#root{height:100%}body{margin:0;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.site-container{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;box-shadow:0 1px 2px #0206170a}.card-header,.card-content{padding:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.75rem;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer}.btn.primary{background:linear-gradient(90deg,var(--accent-from),var(--accent-to));color:#fff;border:none}.badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;background:#6366f114;color:var(--accent-from)}.separator{border:none;height:1px;background:linear-gradient(to right,transparent,var(--border),transparent)}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.aspect-4-3{aspect-ratio:4 / 3}
