@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0f0f0f;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;font-family:Inter,sans-serif;display:flex}.app{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:440px;display:flex}.app h1{color:#555;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;display:flex}.card{background:#161616;border:1px solid #1e1e1e;border-radius:14px;width:100%;overflow:hidden}.img-wrap{aspect-ratio:4/3;background:#1a1a1a;width:100%;position:relative}.img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.sk-img{background:linear-gradient(90deg,#1a1a1a 25%,#222 50%,#1a1a1a 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.4s infinite shimmer}.info{padding:1.25rem 1.25rem 1.5rem}.info h2{color:#fff;margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.origin{color:#555;align-items:center;gap:.3rem;margin-bottom:.5rem;font-size:.75rem;display:flex}.temperament{color:#555;margin-bottom:.85rem;font-size:.78rem;line-height:1.5}.desc{color:#666;font-size:.82rem;line-height:1.7}.btn{color:#0f0f0f;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.7rem 2rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;transition:opacity .15s}.btn:hover{opacity:.88}.btn:disabled{opacity:.3;cursor:not-allowed}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
