*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#fdf6f0;color:#3d2c2e;line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:0 1.5rem}header{background:linear-gradient(135deg,#ff9a76,#ff7b54);padding:3rem 1.5rem;text-align:center;color:#fff}header h1{font-size:2.8rem;margin-bottom:.5rem}header p{font-size:1.2rem;opacity:.9}.card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s}.card:hover{transform:translateY(-4px)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:2rem 0}.card-img{width:100%;height:220px;object-fit:cover}.card-body{padding:1.5rem}.card-body h3{margin-bottom:.5rem}.card-body p{color:#666}.btn{display:inline-block;margin-top:1rem;padding:.5rem 1.2rem;background:#ff7b54;color:#fff;text-decoration:none;border-radius:2rem;font-size:.9rem;transition:background .2s}.btn:hover{background:#e86540}.section{background:#fff;border-radius:1rem;padding:2rem;margin:2rem 0;box-shadow:0 4px 15px rgba(0,0,0,.1)}.section h2{color:#ff7b54;margin-bottom:1rem}.section ul{list-style:none}.section li{padding:.6rem 0;border-bottom:1px solid #f0e8e0}.section li:last-child{border-bottom:none}.section li:before{content:"🐾 "}.back-link{display:inline-block;margin-top:2rem;color:#ff7b54;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.breed-header{text-align:center;padding:2rem 0}.breed-header img{width:100%;max-height:400px;object-fit:cover;border-radius:1rem;margin:1rem 0}.breed-header h1{font-size:2.5rem;margin-top:1rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.stat-box{background:#fdf6f0;border-radius:.8rem;padding:1rem;text-align:center}.stat-box .num{font-size:1.6rem;font-weight:700;color:#ff7b54}.stat-box .label{font-size:.85rem;color:#888}footer{text-align:center;padding:2rem;color:#aaa;font-size:.9rem}@media (max-width:600px){header h1{font-size:2rem}}