@import"https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Lora:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";body{margin:0;font-family:Poppins,sans-serif;background-color:#f8f3e6;color:#2d3748;line-height:1.6}.app-container{min-height:100vh;display:flex;flex-direction:column}.navbar{position:fixed;top:0;left:0;right:0;background:linear-gradient(90deg,#1a3c34,#2a5a4e);padding:1rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;height:80px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.navbar.scrolled{background:#1a3c34cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px #0003}.navbar-left{display:flex;gap:.5rem}.navbar-center{text-align:center;flex-grow:1}.navbar-title{color:#fff;font-family:Lora,serif;font-size:1.8rem;font-weight:700;margin:0}.navbar-subtitle{color:#d4a373;font-size:.9rem;margin-top:.2rem}.navbar-right{display:flex;gap:.5rem}.search-button,.prayer-button{background:#3a7a6e;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.search-button:hover,.prayer-button:hover{background:#4a9a8e;transform:scale(1.1)}.main-content{padding-top:90px;padding-bottom:2rem}.hero-section{background:linear-gradient(#1a3c34d9,#1a3c34e6);color:#fff;padding:3rem 1.5rem;text-align:center;margin-bottom:2rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Lora,serif;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.1rem;max-width:600px;margin:0 auto 1.5rem;opacity:.9}.surah-list-container,.search-container,.prayer-times-container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box;overflow:auto}.surah-list-title,.search-title{font-size:2rem;font-weight:700;color:#1a3c34;text-align:center;margin-bottom:2rem;font-family:Lora,serif;position:relative}.surah-list-title:after,.search-title:after{content:"";display:block;width:80px;height:4px;background-color:#d4a373;margin:.5rem auto 0;border-radius:2px}.surah-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.surah-card,.suggestion-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 16px #00000014;border-left:5px solid #D4A373;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;flex:1 1 calc(25% - 1rem);min-width:200px;max-width:300px}.surah-card:before,.suggestion-item:before{content:"";position:absolute;top:0;right:0;width:40px;height:40px;background-color:#f5e6cc;border-radius:0 0 0 40px;z-index:0;transition:all .3s ease}.surah-card:hover,.suggestion-item:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f;border-left-color:#1a3c34}.surah-card:hover:before,.suggestion-item:hover:before{background-color:#e6d2ad}.surah-card-title,.suggestion-title{font-size:1.3rem;font-weight:700;color:#1a3c34;margin-bottom:.75rem;position:relative;z-index:1;font-family:Lora,serif}.surah-card-meaning,.suggestion-meaning{font-size:1rem;color:#4a5568;margin-bottom:.75rem;font-style:italic;position:relative;z-index:1}.surah-card-info,.suggestion-info{font-size:.9rem;color:#718096;display:flex;align-items:center;gap:.5rem;position:relative;z-index:1}.search-input-container{position:relative;width:100%;max-width:600px;margin-bottom:1.5rem}.search-icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:#4a5568;font-size:1.2rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#1a3c34;transition:all .3s ease}.search-input:focus{outline:none;border-color:#d4a373;box-shadow:0 0 0 3px #d4a37333}.suggestion-list{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1rem}.surah-detail-container{max-width:1000px;margin:0 auto;padding:0 1rem 3rem;width:100%;box-sizing:border-box;overflow:auto}.back-button{background:#1a3c34;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.back-button:hover{background:#2a5a4e;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.modern-nav-button{background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;min-width:180px}.modern-nav-button:hover{background:#3b82f6;transform:translateY(-2px)}.surah-detail-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 25px #0000001a;border:none;position:relative;overflow:hidden}.surah-detail-card:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(to right,#1a3c34,#d4a373)}.surah-detail-title{font-size:2rem;font-weight:700;color:#1a3c34;margin-bottom:.75rem;font-family:Lora,serif}.surah-detail-info{font-size:1rem;color:#4a5568;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #edf2f7;display:flex;align-items:center;gap:.75rem}.surah-detail-description{font-size:1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.7;max-height:100px;overflow:hidden;position:relative;transition:max-height .5s ease}.description-expanded{max-height:1000px}.read-more-button{background:none;border:none;color:#d4a373;font-weight:600;cursor:pointer;padding:0;font-size:.9rem;display:inline-flex;align-items:center;margin-bottom:1.5rem}.read-more-button:hover{color:#1a3c34}.reciter-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;background:#f8f9fa;padding:1rem;border-radius:8px;flex-wrap:wrap}.reciter-label{font-size:1rem;font-weight:600;color:#1a3c34;min-width:120px}.reciter-dropdown{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#1a3c34;background:#fff;width:100%;max-width:300px;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231A3C34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.reciter-dropdown:focus{outline:none;border-color:#d4a373;box-shadow:0 0 0 3px #d4a37333}.full-audio-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#f8f9fa;padding:1rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d}.full-audio-button{background:#1a3c34;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;padding:.75rem 2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.full-audio-button:hover{background:#2a5a4e;transform:translateY(-2px)}.audio-progress-container{width:100%;max-width:600px;height:6px;background:#e2e8f0;border-radius:8px;overflow:hidden;cursor:pointer}.audio-progress-bar{height:100%;background:linear-gradient(to right,#1a3c34,#d4a373);border-radius:8px;transition:width .2s linear}.audio-time{font-size:.8rem;color:#4a5568;font-weight:500;width:100%;max-width:600px;display:flex;justify-content:space-between}.ayat-list{display:flex;flex-direction:column;gap:1.5rem}.ayat-card{border-bottom:1px solid #E2E8F0;padding-bottom:1.5rem;transition:background-color .3s ease}.ayat-card:hover{background-color:#f8f9fa;border-radius:8px;padding:1rem;margin:-1rem}.ayat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed #E2E8F0}.ayat-number{font-size:1.1rem;font-weight:700;color:#1a3c34;display:flex;align-items:center;gap:.5rem}.play-button{background:#d4a373;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.play-button:hover{background:#c69163;transform:translateY(-2px)}.ayat-arabic{font-family:Amiri,serif;font-size:1.7rem;text-align:right;color:#1a3c34;margin:1rem 0;line-height:2.2}.ayat-latin{font-size:1rem;font-style:italic;color:#4a5568;margin:1rem 0;line-height:1.8}.ayat-translation{font-size:1rem;color:#2d3748;line-height:1.8;padding-left:1rem;border-left:3px solid #E2E8F0}.navigation-buttons{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;flex-wrap:wrap}.nav-button{background:#718096;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;min-width:180px}.nav-button:hover{background:#4a5568;transform:translateY(-2px)}.footer{background:#1a3c34;color:#fff;padding:1rem;text-align:center;margin-top:auto}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.5rem}.footer-link{color:#d4a373;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.footer-link:hover{color:#f5e6cc}.footer-date{font-size:.9rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:2rem}.loading-spinner{border:4px solid rgba(0,0,0,.1);width:40px;height:40px;border-radius:50%;border-left-color:#1a3c34;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text,.error-text{font-size:1.25rem;color:#4a5568;font-weight:600}.error-text{color:#e53e3e}@media (min-width: 1024px){.surah-grid{flex-wrap:nowrap;overflow-x:auto}.surah-card,.suggestion-item{flex:0 0 auto;width:250px}.hero-title{font-size:3rem}.surah-detail-card{padding:2.5rem}.footer-links{flex-direction:row}}@media (max-width: 1024px){.surah-grid{flex-wrap:wrap;overflow-x:auto}.surah-card,.suggestion-item{flex:1 1 calc(33.33% - 1rem);min-width:200px}.hero-title{font-size:2rem}.surah-detail-card{padding:1.5rem}.footer-links{flex-direction:column;align-items:center}}@media (max-width: 768px){.hero-section{padding:2.5rem 1rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.surah-list-title,.search-title{font-size:1.8rem}.surah-card,.suggestion-item{flex:1 1 calc(50% - 1rem);min-width:180px}.surah-detail-title{font-size:1.6rem}.ayat-arabic{font-size:1.5rem}.reciter-selector{flex-direction:column;align-items:flex-start}.reciter-dropdown{max-width:100%}.navigation-buttons{flex-direction:column}.modern-nav-button{width:100%}.navbar-title{font-size:1.5rem}.navbar-subtitle{font-size:.8rem}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.surah-list-title,.search-title{font-size:1.5rem}.surah-card,.suggestion-item{flex:1 1 100%;min-width:100%}.surah-detail-title{font-size:1.25rem}.ayat-arabic{font-size:1.2rem;line-height:1.8}.ayat-latin{font-size:.9rem}.full-audio-controls{padding:.75rem}.audio-time{font-size:.7rem}.full-audio-button,.play-button,.modern-nav-button{padding:.5rem 1rem;font-size:.8rem}.navbar-title{font-size:1.2rem}.navbar-subtitle{font-size:.7rem}.search-button,.prayer-button{width:36px;height:36px;font-size:1rem}}.font-arabic{font-family:Amiri,serif}.hadith-title{font-size:2rem;font-weight:700;color:#1a3c34;text-align:center;margin-bottom:2rem;font-family:Lora,serif;position:relative}.hadith-title:after{content:"";display:block;width:80px;height:4px;background-color:#d4a373;margin:.5rem auto 0;border-radius:2px}
