:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa}.page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.hero{text-align:center;margin-bottom:2.5rem}.hero-icon{width:140px;height:140px;margin:0 auto 1.5rem;animation:float 3s ease-in-out infinite}.hero-icon svg{width:100%;height:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero h1{font-size:2.25rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#6ab85a,#a8e06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.subtitle{font-size:1.1rem;color:#ffffff8c}.content{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.5rem;transition:border-color .2s}.info-card:hover{border-color:#6ab85a4d}.info-card h2{font-size:1.15rem;font-weight:600;color:#6ab85a;margin-bottom:.6rem}.info-card p{color:#ffffffb3;font-size:.95rem;line-height:1.65}.traits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:540px){.traits-grid{grid-template-columns:1fr}}.trait-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;transition:border-color .2s,transform .2s}.trait-card:hover{border-color:#6ab85a4d;transform:translateY(-2px)}.trait-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#6ab85a1f;color:#6ab85a;margin-bottom:.75rem}.trait-icon svg{width:18px;height:18px}.trait-card h3{font-size:.95rem;font-weight:600;margin-bottom:.35rem;color:#fafafa}.trait-card p{font-size:.85rem;color:#ffffff8c;line-height:1.55}.chirp-card{text-align:center}.chirp-card h2{margin-bottom:.5rem}.chirp-card p{margin-bottom:1.25rem}.sound-wave{display:flex;align-items:flex-end;justify-content:center;gap:3px;height:36px}.wave-bar{display:block;width:4px;background:#6ab85a;border-radius:2px;animation:pulse 1.2s ease-in-out infinite;opacity:.7}@keyframes pulse{0%,to{transform:scaleY(.4);opacity:.4}50%{transform:scaleY(1);opacity:.9}}
