:root{--purple-50:#faf5ff;--purple-100:#f3e8ff;--purple-200:#e9d5ff;--purple-300:#d8b4fe;--purple-400:#c084fc;--purple-500:#a855f7;--purple-600:#9333ea;--purple-700:#7c3aed;--purple-800:#6d28d9;--purple-900:#581c87;--white:#fff;--off-white:#fafafa;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:#111827;background-color:var(--gray-900);color:#fff;color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;margin:0}#root{height:100vh;width:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing{align-items:center;background:var(--gray-900);color:var(--white);display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;width:100vw}.landing__title{color:var(--purple-400);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.landing__tagline{color:var(--gray-400);font-size:clamp(1rem,2.5vw,1.25rem);letter-spacing:.02em;margin-top:2rem}.robot{align-items:center;display:flex;flex-direction:column}.robot__antenna{background:var(--purple-500);border-radius:2px;height:28px;width:4px}.robot__antenna-ball{background:var(--purple-400);border-radius:50%;box-shadow:0 0 12px var(--purple-500);height:14px;left:-5px;position:relative;top:-10px;width:14px}.robot__head{align-items:center;background:var(--gray-800);border:2px solid var(--purple-600);border-radius:24px;box-shadow:0 0 30px #9333ea26,inset 0 -4px 8px #00000040;display:flex;flex-direction:column;gap:16px;height:clamp(100px,22vw,130px);justify-content:center;width:clamp(120px,28vw,160px)}.robot__eyes{display:flex;gap:clamp(18px,5vw,28px)}.robot__eye{align-items:center;background:var(--gray-100);border-radius:50%;box-shadow:inset 0 2px 6px #0003;display:flex;height:clamp(32px,8vw,42px);justify-content:center;width:clamp(32px,8vw,42px)}.robot__pupil{background:var(--gray-900);border-radius:50%;height:14px;transition:transform .08s ease-out;width:14px}.robot__mouth{background:var(--purple-500);border-radius:0 0 8px 8px;box-shadow:0 0 10px #a855f766;height:8px;width:40px}
/*# sourceMappingURL=main.52db43d1.css.map*/