@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#000;font-family:Cairo,sans-serif;overflow:hidden}.app{width:100vw;height:100vh;position:relative}.header{z-index:10;pointer-events:none;background:linear-gradient(#000000b3,#0000);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:absolute;top:0;left:0;right:0}.hijri-date{opacity:.9;letter-spacing:.02em;font-size:1.1rem;font-weight:600}.visitor-count{opacity:.8;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.visitor-count .dot{background:#0f8;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.globe-container{justify-content:center;align-items:center;width:100%;height:100%;animation:1.5s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{z-index:10;pointer-events:none;background:linear-gradient(#0000,#000000b3);justify-content:space-between;align-items:flex-end;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.footer>*{pointer-events:auto}.footer-left{flex:none}.footer-center{flex-direction:column;flex:1;align-items:center;gap:1rem;display:flex}.footer-right{text-align:right;flex:none}.prayer-times-panel{-webkit-backdrop-filter:blur(12px);background:#00000080;border:1px solid #ffffff14;border-radius:1rem;min-width:220px;padding:1.25rem 1.5rem}.prayer-times-panel h3{opacity:.5;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:.75rem;font-weight:400}.prayer-times-panel ul{list-style:none}.prayer-times-panel li{border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.35rem 0;font-size:.95rem;transition:color .3s;display:flex}.prayer-times-panel li:last-child{border-bottom:none}.prayer-times-panel li.current{color:gold}.prayer-times-panel .prayer-name{flex:1;align-items:baseline;gap:.4rem;display:flex}.prayer-times-panel .arabic{opacity:.5;font-size:.85rem}.prayer-times-panel .prayer-time{font-variant-numeric:tabular-nums;opacity:.9}.prayer-times-panel .indicator{color:gold;font-size:1.2rem;animation:2s infinite pulse}.prayer-legend{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.prayer-legend-item{opacity:.7;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.prayer-legend-item .swatch{border-radius:50%;width:10px;height:10px;display:inline-block}.simulate-btn{color:#fff;cursor:pointer;letter-spacing:.03em;background:#ffffff14;border:1px solid #fff3;border-radius:2rem;padding:.6rem 1.5rem;font-family:inherit;font-size:.85rem;transition:all .2s}.simulate-btn:hover:not(:disabled){background:#ffffff26;border-color:#fff6}.simulate-btn:focus-visible{outline-offset:2px;outline:2px solid #fff9}.simulate-btn:disabled{opacity:.4;cursor:not-allowed}.total-visitors{opacity:.5;margin-bottom:.5rem;font-size:.85rem}.tagline{opacity:.7;font-size:1rem;font-style:italic;font-weight:600}
