*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}#root{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo a{font-size:1.5rem;font-weight:700;color:#2c3e50;text-decoration:none;transition:color .3s ease}.logo a:hover{color:#3498db}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-menu a{color:#2c3e50;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-menu a:hover,.nav-menu a.active{color:#3498db;background:#3498db1a}.mobile-menu-button{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;gap:4px}.mobile-menu-button span{width:25px;height:3px;background:#2c3e50;border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-button.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-button.open span:nth-child(2){opacity:0}.mobile-menu-button.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.mobile-menu-button{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 20px #0000001a;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-menu{flex-direction:column;padding:1rem 20px;gap:0}.nav-menu a{padding:1rem;display:block;border-bottom:1px solid rgba(52,152,219,.1)}.nav-menu a:last-child{border-bottom:none}}.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:2rem;max-width:100%}@media (min-width: 1200px){.footer-content{grid-template-columns:repeat(5,1fr)}}.footer-section h3{color:#3498db;margin-bottom:1rem;font-size:1.2rem}.footer-section p{line-height:1.6;margin-bottom:1rem;color:#bdc3c7}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease;line-height:1.5}.footer-section ul li a:hover{color:#3498db}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#95a5a6}.footer-bottom p{margin-bottom:.5rem;line-height:1.5}.footer-bottom a{color:#3498db;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#5dade2}.footer-disclaimer{font-size:.9rem;font-style:italic;margin-top:1rem!important;color:#7f8c8d!important}@media (max-width: 1200px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.5rem;text-align:left}.footer-section h3{font-size:1.1rem}.footer-bottom{font-size:.9rem}.footer-disclaimer{font-size:.8rem!important}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;text-align:center}}.loading-spinner-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.loading-spinner{text-align:center}.spinner-paw{font-size:3rem;animation:bounce 1.4s ease-in-out infinite both}.spinner-text{margin-top:1rem;color:#666;font-size:1.1rem;font-weight:500}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.legal-page{padding:3rem 0;background:#fff}.legal-page .container{max-width:800px}.legal-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.legal-page .last-updated{color:#666;font-style:italic;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid #eee}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem}.legal-page p{margin-bottom:1rem;line-height:1.7}.legal-page ul{margin:1rem 0 1rem 2rem}.legal-page li{margin-bottom:.5rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn-primary{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3498db66}.btn-secondary{display:inline-block;padding:12px 24px;background:#34495e;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.btn-secondary:hover{background:#2c3e50;transform:translateY(-1px)}.breeds-hero,.calculator-hero,.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;text-align:center}.breeds-hero h1,.calculator-hero h1,.about-hero h1{font-size:2.5rem;margin-bottom:1rem}.breeds-subtitle,.calculator-subtitle,.about-subtitle{font-size:1.2rem;opacity:.9}.calculator-note{font-size:1rem;background:#fff3;padding:10px 20px;border-radius:25px;display:inline-block;margin-top:1rem}.breeds-content,.calculator-section,.about-content{padding:3rem 0}.breeds-controls{margin-bottom:3rem}.search-input{width:100%;max-width:400px;padding:12px 20px;border:2px solid #e1e8ed;border-radius:25px;font-size:1rem;margin-bottom:2rem}.search-input:focus{outline:none;border-color:#3498db}.filter-tabs{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-tab{padding:10px 20px;background:#ecf0f1;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease}.filter-tab.active,.filter-tab:hover{background:#3498db;color:#fff}.breeds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.breed-card{background:#fff;padding:1.5rem;border-radius:12px;text-decoration:none;color:#2c3e50;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.breed-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.breed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.breed-header h3,.breed-card h3{font-size:1.3rem;color:#3498db;margin-bottom:.5rem}.breed-type{font-size:1.5rem}.breed-details p{margin-bottom:.3rem;font-size:.9rem}.characteristic-tag{display:inline-block;background:#ecf0f1;padding:.3rem .6rem;border-radius:15px;font-size:.8rem;margin-right:.5rem;margin-bottom:.3rem;color:#2c3e50}.no-results{text-align:center;padding:3rem;color:#7f8c8d}.calculator-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014}.info-card h3{color:#2c3e50;margin-bottom:1rem}.info-card ul{margin-left:1.5rem}.info-card li{margin-bottom:.5rem;line-height:1.6}.view-all{text-align:center;margin-top:2rem}.not-found{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center}.not-found-content h1{font-size:3rem;color:#3498db;margin-bottom:1rem}.not-found-links{margin-top:2rem;display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){.breeds-hero h1,.calculator-hero h1,.about-hero h1{font-size:2rem}.calculator-layout{grid-template-columns:1fr;gap:2rem}.breeds-grid{grid-template-columns:1fr;gap:1.5rem}.filter-tabs{flex-direction:column;align-items:center}.filter-tab{width:200px}.not-found-links{flex-direction:column;align-items:center}}
