@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--brand: #4f46e5}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Space Grotesk,system-ui,-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#f6f7fb;color:#1f2733;-webkit-font-smoothing:antialiased}.mono,code,kbd{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.app-brand{display:flex;align-items:center;gap:10px;padding:18px 20px 14px;color:#fff}.app-brand .logo{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#6366f1,#4f46e5);display:grid;place-items:center;color:#fff;flex:none;box-shadow:0 4px 12px #4f46e573}.app-brand .title{font-weight:700;font-size:16px;line-height:1.1}.app-brand .sub{font-size:11px;color:#64748b}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d4d8e1;border-radius:8px;border:2px solid transparent;background-clip:content-box}.auth-bg{min-height:100vh;display:grid;place-items:center;background:radial-gradient(1200px 600px at 70% -10%,#1e293b,#0b1120 55%);padding:24px}
