.loading-container{background-color:#f9fafb;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-content{text-align:center}.loading-spinner{color:#2563eb;width:3rem;height:3rem;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#6b7280;margin:0}.produsen-page{background-color:#fff;min-height:100vh}.header-section{background-color:#fff;padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-content{text-align:center;max-width:64rem;margin:0 auto}.page-title{color:#1f2937;margin-top:0;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.page-subtitle{color:#6b7280;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.search-container{max-width:32rem;margin:0 auto 2rem;position:relative}.search-icon{color:#9ca3af;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{color:#111827;border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s;box-shadow:0 1px 2px #0000000d}.search-input:focus{ring:2px;ring-color:#3b82f6;border-color:#0000;outline:none}.main-content{max-width:1200px;margin:0 auto;padding:0 1rem 4rem}.search-results-info{text-align:center;margin-bottom:2rem}.search-results-info p{color:#6b7280;margin:0}.no-results{text-align:center;padding:4rem 0}.no-results-icon{color:#9ca3af;margin-bottom:1rem}.no-results-icon svg{width:4rem;height:4rem;margin:0 auto}.no-results-title{color:#111827;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.no-results-text{color:#6b7280;margin:0}.produsen-grid{grid-template-columns:1fr;gap:2rem;max-width:87.5rem;margin:0 auto;display:grid}@media (min-width:768px){.produsen-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.produsen-grid{grid-template-columns:repeat(3,1fr)}}.produsen-card{cursor:pointer;background-color:#fff;border:1px solid #f3f4f6;border-radius:.5rem;transition:all .3s;overflow:hidden;box-shadow:0 1px 2px #0000000d}.produsen-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-image-container{aspect-ratio:4/3;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.produsen-card:hover .card-image{transform:scale(1.05)}.card-content{padding:1.5rem}.card-title{color:#2563eb;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;line-height:1.4;transition:color .2s}.produsen-card:hover .card-title{color:#1d4ed8}.card-footer{color:#6b7280;justify-content:space-between;align-items:center;font-weight:500;display:flex}.data-count{font-size:.875rem}.arrow-icon{color:#9ca3af;width:1.25rem;height:1.25rem;transition:color .2s}.produsen-card:hover .arrow-icon{color:#6b7280}.load-more-container{text-align:center;margin-top:3rem}.load-more-btn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:background-color .2s}.load-more-btn:hover{background-color:#1d4ed8}.dark-mode-toggle{position:fixed;bottom:1.5rem;left:1.5rem}.dark-mode-btn{color:#fff;cursor:pointer;background-color:#1f2937;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .2s;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dark-mode-btn:hover{background-color:#374151}.dark-mode-btn span{font-size:.875rem;font-weight:500}@media (max-width:640px){.page-title{font-size:2.25rem}.page-subtitle{font-size:1.125rem}.header-section{padding:2rem 0}.produsen-grid{gap:1.5rem}.card-content{padding:1.25rem}}
