.home{max-width:1200px;margin:0 auto;padding:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.home-header{text-align:center;margin-bottom:40px}.home-header h1{color:#333;margin-bottom:10px;font-size:2.5rem;font-weight:700}.home-header p{color:#666;font-size:1.2rem;max-width:600px;margin:0 auto}.search-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:20px}@media(min-width:768px){.search-section{flex-direction:row;justify-content:center;align-items:flex-end;gap:1.5rem}}.search-stats{margin-bottom:15px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:15px;gap:15px;max-width:450px;margin:0 auto}.stat-item{text-align:center;padding:15px;background:#f8f9fa;border-radius:8px}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#007bff}.stat-label{display:block;color:#666;font-size:.8rem;margin-top:3px}.entities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:15px;gap:15px;margin-top:15px}.no-results{text-align:center;padding:60px 20px;color:#666}.no-results h3{margin-bottom:10px;color:#333}.no-results p{font-size:1.1rem}.loading-state{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{text-align:center}.loading-spinner h2{color:#333;margin-bottom:20px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.error-state{text-align:center;padding:60px 20px;color:#dc3545}.error-state h2{margin-bottom:10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.home{padding:15px}.home-header{margin-bottom:30px}.home-header h1{font-size:2rem}.home-header p{font-size:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}.entities-grid{grid-template-columns:1fr;gap:15px}}@media(max-width:480px){.home{padding:10px}.home-header h1{font-size:1.8rem}.stats-grid{grid-template-columns:1fr}.stat-item{padding:12px}}