html,body,#root{margin:0;min-height:100%}body{font-family:Inter,system-ui,sans-serif;background:#fff;color:#111827}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(15,23,42,.06),transparent 32%),radial-gradient(circle at bottom right,rgba(59,130,246,.06),transparent 28%);pointer-events:none;z-index:-1}a{color:#1f2937;text-decoration:none;transition:color .3s ease}a:hover{color:#6366f1}button,input,textarea,select{font:inherit}.hero{padding:80px 0;display:grid;gap:48px;min-height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:center}.hero h2{font-size:clamp(2.5rem,3vw,3.5rem);margin:0;font-weight:600;line-height:1.1}.hero p{max-width:48rem;line-height:1.7;color:#4b5563;font-size:1.0625rem;margin:16px 0 0}.under-development{display:inline-flex;align-items:center;gap:12px;margin-top:40px;padding:12px 20px;border-radius:999px;background:#f1f5f9e6;color:#374151;font-weight:500;font-size:.95rem;border:1px solid rgba(209,213,219,.5);width:fit-content}.dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#3b82f6);animation:pulse 2s ease-in-out infinite;box-shadow:0 0 12px #6366f180}@keyframes pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.2);opacity:1}}
