:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f6f6f8;color:#111827}a{color:inherit;text-decoration:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f6f6f8,#fff)}button{font-family:inherit}.button{background:#6366f1;color:#fff;padding:.85rem 1.5rem;border-radius:9999px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(99,102,241,.2)}.button.secondary{background:#fff;color:#111827;border:1px solid rgba(17,24,39,.1)}