@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Vazirmatn:wght@400;500;700&display=swap";body{font-family:Roboto,sans-serif;transition:all .3s ease-in-out}html[dir=rtl] body{font-family:Vazirmatn,sans-serif}#results-list::-webkit-scrollbar{width:8px}#results-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}html[data-theme=dark] #results-list::-webkit-scrollbar-track{background:#374151}#results-list::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:10px}#results-list::-webkit-scrollbar-thumb:hover{background:#1e40af}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.category-icon-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .5rem;border:2px solid transparent;border-radius:.75rem;background-color:#eff6ff;cursor:pointer;transition:all .2s ease-in-out;text-align:center;font-weight:500;color:#1e3a8a;font-size:.875rem;line-height:1.25}html[data-theme=dark] .category-icon-btn{background-color:#1f2937;color:#dbeafe}.category-icon-btn:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000014;background-color:#dbeafe}html[data-theme=dark] .category-icon-btn:hover{background-color:#374151;box-shadow:0 4px 12px #0003}.category-icon-btn i{font-size:1.75rem;color:#3b82f6}.category-icon-btn.selected{border-color:#3b82f6;background-color:#dbeafe;box-shadow:0 0 0 3px #3b82f64d}html[data-theme=dark] .category-icon-btn.selected{background-color:#374151;border-color:#60a5fa}.location-card{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;display:flex;flex-direction:column;transition:all .3s ease-in-out}html[data-theme=dark] .location-card{background-color:#1f2937;box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d}.location-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}html[data-theme=dark] .location-card:hover{box-shadow:0 10px 15px -3px #00000080,0 4px 6px -4px #0006}.card-icon{font-size:2.5rem;color:#1e40af;text-align:center;margin-bottom:1rem}html[data-theme=dark] .card-icon{color:#60a5fa}.card-title{font-size:1.25rem;font-weight:700;color:#111827;text-align:center;margin-bottom:.5rem}html[data-theme=dark] .card-title{color:#f9fafb}.card-button{width:100%;background-color:#3b82f6;color:#fff;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.card-button:hover:not(:disabled){background-color:#1e40af}.login-card{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .3s ease-in-out}html[data-theme=dark] .login-card{box-shadow:0 10px 15px -3px #00000080,0 4px 6px -4px #0006}.action-bar{position:sticky;bottom:0;background-color:#f3f4f6d9;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);padding:1rem 1.5rem;border-top:1px solid #e5e7eb;z-index:40;box-shadow:0 -2px 10px #0000000d}html[data-theme=dark] .action-bar{background-color:#1f2937d9;border-top:1px solid #4B5563;box-shadow:0 -2px 10px #00000040}.modal-overlay{z-index:1100}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{animation:shimmer 2s infinite linear;background:linear-gradient(to right,#e2e8f0 4%,#f1f5f9 25%,#e2e8f0 36%);background-size:1000px 100%}html[data-theme=dark] .skeleton{background:linear-gradient(to right,#374151 4%,#4b5563 25%,#374151 36%);background-size:1000px 100%}.skeleton-icon{width:48px;height:48px;border-radius:9999px}.skeleton-title{width:60%;height:20px;border-radius:4px}.skeleton-text{width:80%;height:14px;border-radius:4px}.skeleton-text-sm{width:90%;height:12px;border-radius:4px}.skeleton-button{width:100px;height:36px;border-radius:8px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.action-bar-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#4b5563;transition:all .2s ease-in-out;flex:1;padding:.5rem 0;border-radius:.5rem}html[data-theme=dark] .action-bar-btn{color:#d1d5db}.action-bar-btn:hover:not(:disabled){color:#3b82f6;background-color:#eff6ff}html[data-theme=dark] .action-bar-btn:hover:not(:disabled){color:#60a5fa;background-color:#374151}.action-bar-btn i{font-size:1rem}.action-bar-btn:disabled{opacity:.5;cursor:not-allowed;color:#9ca3af}.action-bar-btn:disabled:hover{background-color:transparent;color:#9ca3af}html[data-theme=dark] .action-bar-btn:disabled{color:#6b7280}html[data-theme=dark] .action-bar-btn:disabled:hover{color:#6b7280}.nav-provider-link{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:.75rem;transition:all .2s ease-in-out;width:100%;text-align:left;border:1px solid transparent}html[dir=rtl] .nav-provider-link{text-align:right}html[dir=rtl] .nav-provider-link i{transform:rotate(180deg)}.nav-provider-link:hover{transform:translateY(-2px);border-color:#3b82f6}.nav-provider-link span{flex-grow:1}#nav-modal:not(.hidden){animation:modal-fade-in .3s ease-out forwards}#nav-modal #nav-modal-content{opacity:0}#nav-modal:not(.hidden) #nav-modal-content{animation:modal-pop-up .3s .1s ease-out forwards}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-up{0%{transform:scale(.9) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.results-tab{padding:.75rem 1rem;font-weight:500;color:#6b7280;border-bottom:3px solid transparent;transition:all .2s ease-in-out}html[data-theme=dark] .results-tab{color:#9ca3af}.results-tab:hover{color:#3b82f6;background-color:#f9fafb}html[data-theme=dark] .results-tab:hover{background-color:#374151}.results-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}html[data-theme=dark] .results-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.result-card-image-container{cursor:pointer;transition:opacity .2s ease-in-out}.result-card-image-container:hover{opacity:.85}.result-card-image-container .icon-fallback{font-size:3rem;color:#9ca3af}html[data-theme=dark] .result-card-image-container .icon-fallback{color:#6b7280}.faq-question .fa-chevron-down{transition:transform .3s ease}.faq-question .rotated{transform:rotate(180deg)}
