@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#18181b;background:#f7f7f5;font-synthesis:none;--sb-bg: #f7f7f5;--sb-surface: #ffffff;--sb-text: #18181b;--sb-muted: #71717a;--sb-border: #e4e4e7;--sb-radius: 14px;--sb-shadow: 0 8px 30px rgba(24, 24, 27, .06)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.sb-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.sb-card{width:min(720px,100%);background:var(--sb-surface);border:1px solid var(--sb-border);border-radius:var(--sb-radius);box-shadow:var(--sb-shadow);padding:40px}.sb-logo{display:block;height:40px;width:auto;margin-bottom:12px}h1{margin:10px 0 12px;font-size:clamp(34px,6vw,58px);line-height:1.02;letter-spacing:-.04em}p{margin:0;color:var(--sb-muted);font-size:18px;line-height:1.6}
