body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#fff;color:#000}.location-selector-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.location-selector{background:#fff;border-radius:12px;width:90%;max-width:500px;height:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.location-selector-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.location-selector-header h2{font-size:1.5rem;font-weight:300;margin:0;letter-spacing:.5px}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.close-button:hover{background:#f0f0f0}.current-location{padding:1rem 1.5rem;background:#f8f8f8;border-bottom:1px solid #e0e0e0}.current-location p{margin:0;color:#666;font-size:.9rem}.search-form{position:relative;padding:1.5rem;border-bottom:1px solid #e0e0e0}.search-input{width:100%;padding:.75rem;border:1px solid #cccccc;border-radius:6px;font-size:1rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:#000}.search-loading{position:absolute;top:50%;right:2rem;transform:translateY(-50%);font-size:.8rem;color:#666;background:#fff;padding:0 .5rem}.search-results{overflow-y:auto;flex:1;min-height:0}.search-result-item{padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.search-result-item:hover{background:#f8f8f8}.location-name{font-size:1.1rem;font-weight:500;color:#000;margin-bottom:.25rem}.location-details{font-size:.9rem;color:#666}@media (max-width: 640px){.location-selector{width:95%;max-height:90vh}.location-selector-header h2{font-size:1.25rem}.search-form{padding:1rem}.search-input{font-size:.9rem}.search-loading{right:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}.prayer-container{min-height:100vh;background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column;align-items:center;padding:2rem}.prayer-header{text-align:center;margin-bottom:1rem;padding-bottom:2rem;border-bottom:2px solid #000000;width:100%;max-width:500px}.prayer-header h1{font-size:2.5rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.location-display{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 0}.location-button{background:none;border:1px solid #cccccc;border-radius:20px;padding:.5rem 1rem;font-size:1rem;color:#333;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.3rem}.location-icon{font-size:.7rem;line-height:1}.location-button:hover{border-color:#000;background:#f8f8f8}.detect-button{background:none;border:1px solid #cccccc;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:200;cursor:pointer;transition:all .2s;color:#333}.detect-button:hover{border-color:#000;background:#f8f8f8;color:#000}.current-time{font-size:1.5rem;font-weight:200;color:#333}.method-selector-wrapper{margin:0 auto 2rem;display:flex;flex-direction:column;gap:.35rem;width:100%;max-width:500px;align-items:center}.method-selector-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#666}.method-selector{width:min(100%,420px);border:1px solid #cccccc;border-radius:8px;padding:.5rem 2.25rem .5rem .75rem;font-size:.95rem;color:#333;background:#fff;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 6 5-6' fill='none' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 8px;cursor:pointer}.method-selector:hover{border-color:#000}.method-selector:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #00000014}.date{font-size:1rem;font-weight:300;color:#666;margin-top:.5rem}.loading,.error{font-size:1.2rem;color:#666;padding:2rem;text-align:center}.refresh-status{min-height:1.25rem;font-size:.85rem;color:#666;margin:-2rem 0 2rem;letter-spacing:.04em;text-transform:uppercase}.refresh-status.is-hidden{visibility:hidden}.inline-error{width:100%;max-width:500px;border:1px solid #cc0000;color:#c00;border-radius:8px;padding:.75rem 1rem;margin:-1rem 0 1.25rem;font-size:.9rem;background:#fff9f9}.error{color:#c00}.prayer-list{width:100%;max-width:500px;margin-bottom:1rem}.prayer-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;margin-bottom:1rem;border:1px solid #cccccc;border-radius:8px;transition:all .3s ease;background:#fff}.prayer-item:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.prayer-item.next-prayer{background:#000;color:#fff;border-color:#000}.prayer-name{display:flex;align-items:center}.name-english{font-size:1.25rem;font-weight:500}.prayer-time{font-size:1.5rem;font-weight:300;font-variant-numeric:tabular-nums}.prayer-footer{text-align:center;padding-top:2rem;border-top:1px solid #cccccc;width:100%;max-width:500px}.prayer-footer p{font-size:.9rem;color:#666}.prayer-footer a{color:#000;text-decoration:none;font-weight:500}.prayer-footer a:hover{text-decoration:underline}@media (max-width: 640px){.prayer-container{padding:1rem}.prayer-header h1{font-size:2rem}.current-time{font-size:1.25rem}.prayer-item{padding:1rem}.name-english{font-size:1.1rem}.prayer-time{font-size:1.25rem}}body{margin:0;padding: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}
