:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.welcome-banner-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.welcome-banner{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d;position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.welcome-banner-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:10}.welcome-banner-close:hover{background:#f0f0f0;color:#1a1a1a}.welcome-banner-content{padding:2.5rem 2rem 2rem}.welcome-banner-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center;line-height:1.3}.welcome-section{margin-bottom:2rem}.welcome-section h3{font-size:1.25rem;font-weight:600;color:#4a90e2;margin-bottom:.75rem;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.welcome-section p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1rem}.welcome-section ul{margin:.75rem 0;padding-left:1.5rem;color:#333}.welcome-section li{font-size:.95rem;line-height:1.7;margin-bottom:.5rem}.positioning-box{margin:1.5rem 0;padding:1.25rem;border-radius:8px;border-left:4px solid}.positioning-is{background:#f0f7ff;border-left-color:#4a90e2}.positioning-not{background:#fff5f5;border-left-color:#d32f2f}.positioning-box h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.positioning-box ul{margin:0;padding-left:1.25rem}.positioning-box li{font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.welcome-banner-dismiss{width:100%;background:#4a90e2;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:background .2s}.welcome-banner-dismiss:hover{background:#357abd}@media(max-width:768px){.welcome-banner-overlay{padding:.5rem}.welcome-banner{max-height:95vh;border-radius:12px}.welcome-banner-content{padding:2rem 1.5rem 1.5rem}.welcome-banner-title{font-size:1.5rem;margin-bottom:1.25rem}.welcome-section h3{font-size:1.1rem}.welcome-section p,.welcome-section li{font-size:.9rem}.positioning-box{padding:1rem}.welcome-banner-dismiss{padding:.875rem 1.5rem;font-size:1rem}}.surah-list-container{padding:2rem;max-width:1200px;margin:0 auto}.app-title{font-size:3.5rem;font-weight:700;text-align:center;margin-bottom:.75rem;background:linear-gradient(135deg,#4a90e2,#357abd,#1a5490);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.2;position:relative;padding-bottom:1rem}.app-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,#4a90e2,transparent);border-radius:2px}.app-subtitle{text-align:center;color:#555;margin-bottom:3rem;font-size:1.2rem;font-weight:400;letter-spacing:.02em;font-style:italic;opacity:.85}.surah-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.surah-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;cursor:pointer;position:relative}.surah-card.completed{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e21a}.surah-card.completed:hover{transform:translateY(-4px);box-shadow:0 4px 16px #4a90e233;border-color:#357abd}.surah-card.coming-soon{opacity:.5;cursor:not-allowed;background:#f5f5f5}.surah-number{font-size:1.5rem;font-weight:700;color:#4a90e2;margin-bottom:.5rem}.surah-name{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.surah-name-arabic{font-size:1.5rem;color:#666;margin-bottom:.5rem;font-family:GeezaPro,Arial,sans-serif}.verse-count{font-size:.9rem;color:#666;margin-top:.5rem}.coming-soon-badge{position:absolute;top:.5rem;right:.5rem;background:#ff9800;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.in-progress-badge{background:#9e9e9e}.surah-card.in-progress{opacity:.6;background:#f9f9f9}.in-progress-note{font-size:.75rem;color:#999;margin-top:.5rem;font-style:italic}.loading,.error{text-align:center;padding:2rem;font-size:1.1rem}.error{color:#d32f2f}@media(max-width:768px){.surah-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.app-title{font-size:2.5rem;margin-bottom:.5rem;padding-bottom:.75rem}.app-title:after{width:60px;height:3px}.app-subtitle{font-size:1rem;margin-bottom:2rem}}.verse-display-container{padding:2rem;max-width:1000px;margin:0 auto}.back-button{background:#4a90e2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:background .2s}.back-button:hover{background:#357abd}.surah-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.surah-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.surah-title-arabic{font-size:2rem;color:#4a90e2;margin-bottom:1.5rem;font-family:GeezaPro,Arial,sans-serif}.bismillah{font-size:2rem;color:#1a1a1a;font-family:GeezaPro,Arial,sans-serif;line-height:2;direction:rtl;text-align:center;padding:1rem;background:#f9f9f9;border-radius:8px;margin-top:1rem}.verses-list{display:flex;flex-direction:column;gap:2rem}.verse-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.verse-number{font-size:1.2rem;font-weight:700;color:#4a90e2;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.verse-layer{margin-bottom:2rem}.verse-layer:last-child{margin-bottom:0}.verse-layer h3{font-size:1rem;font-weight:600;color:#666;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.arabic-text{font-size:1.8rem;line-height:2.5;text-align:right;direction:rtl;font-family:GeezaPro,Arial,sans-serif;color:#1a1a1a}.arabic-word{display:inline-block;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.arabic-word.clickable{cursor:pointer}.arabic-word.clickable:hover{background:#4a90e21a}.translation-layer p{font-size:1.1rem;line-height:1.8;color:#333;font-style:italic}.conceptual-text{font-size:1.1rem;line-height:1.8;color:#1a1a1a;font-weight:500}.derivation-toggle{margin-top:1rem;background:transparent;border:1px solid #4a90e2;color:#4a90e2;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.derivation-toggle:hover{background:#4a90e2;color:#fff}.derivation-panel{margin-top:1.5rem;padding:1.5rem;background:#f9f9f9;border-radius:8px;border-left:4px solid #4a90e2}.derivation-note{margin-bottom:1.5rem}.derivation-note:last-child{margin-bottom:0}.derivation-phrase{font-weight:600;color:#4a90e2;margin-bottom:.5rem;font-size:1rem}.derivation-explanation{color:#555;line-height:1.6;margin-bottom:.5rem}.derivation-fields{font-size:.9rem;color:#666}.root-popup-overlay{position:fixed;inset:0;background:#0000004d;z-index:1000}.root-popup{position:fixed;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #0003;z-index:1001;min-width:280px;max-width:90vw;max-width:min(400px,90vw);max-height:80vh;overflow-y:auto;transform:translate(-50%)}.root-popup-above{transform:translate(-50%,-100%);margin-top:-10px}.root-popup-below{transform:translate(-50%);margin-top:10px}.root-popup-center{transform:translate(-50%,-50%)}.root-popup-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.root-popup-close:hover{background:#f0f0f0}.root-popup-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.root-arabic{font-size:2rem;font-family:GeezaPro,Arial,sans-serif;color:#1a1a1a;margin-bottom:.25rem}.root-transliteration{font-size:1rem;color:#666;font-style:italic}.root-meaning,.root-fields{margin-bottom:1rem;line-height:1.6}.root-meaning strong,.root-fields strong{color:#4a90e2;display:block;margin-bottom:.25rem}.root-stats{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:.9rem;color:#666}.loading{text-align:center;padding:2rem;font-size:1.1rem}@media(max-width:768px){.verse-display-container{padding:1rem}.verse-card{padding:1.5rem}.arabic-text{font-size:1.5rem}.root-popup{max-width:90vw}.surah-title{font-size:2rem}.surah-title-arabic,.bismillah{font-size:1.5rem}}.app{min-height:100vh;background:#f5f5f5}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
