body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-container,body,html{background:#f7fafd;font-family:Inter,Arial,sans-serif;margin:0;min-height:100vh;padding:0}.app-container.light{background:#f7fafd;color:#222}.app-container.dark{background:#222;color:#f7fafd}.header{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a202c,#2d3748 50%,#4a5568);border-radius:0;box-shadow:0 4px 20px #0000004d;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;overflow:hidden;padding:1.2rem 1rem 1rem;position:fixed;right:0;top:0;z-index:1000}.header:before{background:linear-gradient(45deg,#ffffff0d,#ffffff05 50%,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.header>*{position:relative;z-index:2}.header-left{align-items:center;display:flex;gap:.8rem}.calendar-scroll-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.calendar-scroll-btn:hover{background:#fff3;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.calendar-scroll-btn:active{transform:translateY(0)}.header-toggles{justify-content:space-between;width:100%}.header-toggles,.toggle-buttons-group{align-items:center;display:flex;gap:1rem}.layout-toggle,.theme-toggle,.time-format-toggle{align-items:center;display:flex;gap:.5rem}.round-toggle-btn{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#ffffffb3;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.round-toggle-btn.active{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#ffffff80;box-shadow:0 4px 15px #3b82f666;color:#fff;transform:scale(1.05)}.round-toggle-btn.inactive{background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-color:#fff3;color:#ffffff80}.round-toggle-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.round-toggle-btn.active:hover{box-shadow:0 6px 20px #3b82f680}.round-toggle-btn:active{transform:translateY(0) scale(.98)}.header h1{font-size:1.5rem;font-weight:700;margin:0}.flag-icon{font-size:2.5rem;margin-left:.5rem}.info-icon{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.info-icon:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.info-popup-overlay{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.info-popup{animation:popupSlideIn .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:500px;overflow:hidden;padding:0;width:90%}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.info-header{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border-bottom:1px solid #ffffff1a;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem 1rem}.info-header h3{font-size:1.3rem;font-weight:700;margin:0}.info-close{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:32px;justify-content:center;transition:all .2s ease;width:32px}.info-close:hover{background:#ffffff4d;transform:scale(1.1)}.info-content{max-height:60vh;overflow-y:auto;padding:2rem}.info-section{margin-bottom:2rem}.info-section:last-child{margin-bottom:0}.info-section h4{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.1rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem}.info-section p{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0;text-align:justify}.theme-toggle-btn{background:#0000;border:none;border-radius:16px;box-shadow:0 2px 8px #0000001a;cursor:pointer;height:32px;padding:0;position:relative;transition:all .3s ease;width:60px}.theme-toggle-btn.light{background:#e5e7eb}.theme-toggle-btn.dark{background:#374151}.toggle-track{border-radius:16px;height:100%;padding:2px;position:relative;width:100%}.toggle-icon,.toggle-track{align-items:center;display:flex}.toggle-icon{height:20px;justify-content:center;position:absolute;transition:all .3s ease;width:20px;z-index:2}.toggle-sun{color:#f59e0b;left:6px}.toggle-moon{color:#8b5cf6;right:6px}.theme-toggle-btn.light .toggle-sun{opacity:1;transform:scale(1.1)}.theme-toggle-btn.dark .toggle-sun,.theme-toggle-btn.light .toggle-moon{opacity:.3;transform:scale(.9)}.theme-toggle-btn.dark .toggle-moon{opacity:1;transform:scale(1.1)}.toggle-thumb{align-items:center;border-radius:50%;box-shadow:0 2px 4px #0000001a;display:flex;height:28px;justify-content:center;position:absolute;transition:all .3s ease;width:28px;z-index:3}.theme-toggle-btn.light .toggle-thumb{background:#6b7280;color:#6b7280;left:2px}.theme-toggle-btn.dark .toggle-thumb{background:#fff;color:#fff;left:calc(100% - 30px)}.theme-toggle-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.theme-toggle-btn:active{box-shadow:0 2px 8px #0000001a;transform:translateY(0)}.time-format-toggle-btn{background:#0000;border:none;border-radius:16px;box-shadow:0 2px 8px #0000001a;cursor:pointer;height:32px;padding:0;position:relative;transition:all .3s ease;width:60px}.time-format-toggle-btn.twelve-hour{background:#e5e7eb}.time-format-toggle-btn.twenty-four-hour{background:#374151}.time-format-toggle-btn .toggle-track{align-items:center;border-radius:16px;display:flex;height:100%;padding:2px;position:relative;width:100%}.time-format-toggle-btn .toggle-text{align-items:center;color:#6b7280;display:flex;font-size:.7rem;font-weight:600;height:20px;justify-content:center;position:absolute;transition:all .3s ease;width:20px;z-index:2}.time-format-toggle-btn.twelve-hour .toggle-twelve-hour{color:#fff}.time-format-toggle-btn.twelve-hour .toggle-twenty-four-hour,.time-format-toggle-btn.twenty-four-hour .toggle-twelve-hour{color:#6b7280;opacity:.7}.time-format-toggle-btn.twenty-four-hour .toggle-twenty-four-hour{color:#fff}.time-format-toggle-btn .thumb-text{color:#fff;font-size:.6rem;font-weight:600}.toggle-twelve-hour{color:#10b981;left:6px}.toggle-twenty-four-hour{color:#8b5cf6;right:6px}.time-format-toggle-btn.twelve-hour .toggle-twelve-hour{opacity:1;transform:scale(1.1)}.time-format-toggle-btn.twelve-hour .toggle-twenty-four-hour,.time-format-toggle-btn.twenty-four-hour .toggle-twelve-hour{opacity:.3;transform:scale(.9)}.time-format-toggle-btn.twenty-four-hour .toggle-twenty-four-hour{opacity:1;transform:scale(1.1)}.time-format-toggle-btn .toggle-thumb{align-items:center;border-radius:50%;box-shadow:0 2px 4px #0000001a;display:flex;height:28px;justify-content:center;position:absolute;transition:all .3s ease;width:28px;z-index:3}.time-format-toggle-btn.twelve-hour .toggle-thumb{background:#6b7280;left:2px}.time-format-toggle-btn.twenty-four-hour .toggle-thumb{background:#fff;left:calc(100% - 30px)}.time-format-toggle-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.time-format-toggle-btn:active{box-shadow:0 2px 8px #0000001a;transform:translateY(0)}.district-selector{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem 1rem 0}.district-selector button{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff40,#ffffff26);border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 15px #0000001a;color:#2d3748;cursor:pointer;font-size:.9rem;font-weight:600;min-width:100px;overflow:hidden;padding:.8rem 1.5rem;position:relative;transition:all .3s ease}.district-selector button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.district-selector button:hover:before{left:100%}.district-selector button:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.district-selector button:active{box-shadow:0 4px 15px #0000001a;transform:translateY(0)}.district-selector .custom-select{position:relative}.district-selector .custom-select input{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff40,#ffffff26);border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 15px #0000001a;color:#2d3748;cursor:pointer;font-size:.9rem;font-weight:600;overflow:hidden;padding:.8rem 1.5rem;position:relative;transition:all .3s ease;width:250px}.district-selector .custom-select input:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.district-selector .custom-select input:hover:before{left:100%}.district-selector .custom-select input:focus,.district-selector .custom-select input:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.district-selector .custom-select input:focus{outline:none}.today-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:.7rem;font-weight:600;justify-content:center;min-width:40px;padding:.3rem .6rem;transition:all .2s ease}.today-btn:hover{background:linear-gradient(135deg,#2563eb,#1e3a8a);box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.today-btn:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.floating-share-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 20px #3b82f666;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:56px;justify-content:center;position:fixed;right:24px;transition:all .3s ease;width:56px;z-index:1001}.floating-share-btn:hover{box-shadow:0 8px 30px #3b82f699;transform:translateY(-2px) scale(1.05)}.floating-share-btn:active{transform:translateY(0) scale(1)}.floating-info-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 20px #10b98166;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:56px;justify-content:center;left:24px;position:fixed;transition:all .3s ease;width:56px;z-index:1001}.floating-info-btn:hover{box-shadow:0 8px 30px #10b98199;transform:translateY(-2px) scale(1.05)}.floating-info-btn:active{transform:translateY(0) scale(1)}.floating-share-menu{animation:shareMenuSlideIn .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #ffffff4d;border-radius:16px;bottom:90px;box-shadow:0 8px 32px #0003;padding:.5rem;position:fixed;right:24px;z-index:1000}@keyframes shareMenuSlideIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.floating-share-menu button{align-items:center;background:none;border:none;border-radius:12px;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.8rem 1rem;text-align:left;transition:all .2s ease;width:100%}.floating-share-menu button:hover{background:#3b82f61a;color:#3b82f6}.floating-share-menu button:not(:last-child){border-bottom:1px solid #0000001a}.floating-share-menu button.disabled-button{background:#80808033;color:#37415199;cursor:not-allowed;opacity:.5;pointer-events:none}.floating-share-menu button.disabled-button:hover{background:#80808033;box-shadow:none;transform:none}.floating-share-menu button.disabled-button span{opacity:.6}.custom-select{min-width:200px;position:relative}.district-input{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff40,#ffffff26);border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 15px #0000001a;color:#2d3748;cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease;width:100%}.district-input:focus{border-color:#4182a480;box-shadow:0 4px 20px #4182a433;outline:none}.district-input::placeholder{color:#2d3748b3}.district-modal-overlay{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.district-modal{animation:modalSlideIn .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:70vh;max-width:400px;overflow:hidden;padding:0;width:85%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#1e40af);flex-shrink:0;padding:1.2rem 1.5rem 1rem}.modal-header h3{font-size:1.3rem;font-weight:700;margin:0}.modal-close{font-size:1.5rem;transition:all .2s ease}.modal-search{border-bottom:1px solid #0000001a;flex-shrink:0;padding:1rem 1.5rem .8rem}.modal-search-input{background:#fffc;border:1px solid #0000001a;border-radius:12px;font-size:.95rem;padding:.8rem 1rem;transition:all .2s ease;width:100%}.modal-search-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.modal-content{flex:1 1;max-height:none;overflow-y:auto}.zone-option{word-wrap:break-word;background:#fff;border-bottom:1px solid #0000000d;box-sizing:border-box;cursor:pointer;overflow-wrap:break-word;padding:1rem 1.5rem;transition:all .2s ease;width:100%}.zone-option:hover{background:linear-gradient(135deg,#3b82f60d,#1e3a8a08)}.zone-option.selected{background:linear-gradient(135deg,#3b82f61a,#1e3a8a14);border-left:4px solid #3b82f6}.zone-option .zone-title{word-wrap:break-word;color:#1e3a8a;font-size:1rem;font-weight:700;margin-bottom:.3rem;overflow-wrap:break-word}.zone-option .zone-areas-list{word-wrap:break-word;color:#6b7280;font-size:.85rem;line-height:1.4;overflow-wrap:break-word}.no-results{color:#6b7280;padding:3rem 2rem;text-align:center}.no-results-icon{font-size:2rem;margin-bottom:1rem;opacity:.5}.no-results-text{font-size:1rem;font-weight:500}main{margin:0 auto;max-width:480px;min-height:100vh;padding:140px 1rem 1rem}.date-navigator{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;font-size:1.1rem;gap:.5rem;justify-content:space-between;margin-bottom:1rem;padding:.7rem 1rem}.date-navigator button{background:#d3dbe3;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;padding:.2rem .8rem}.date-navigator .hijri-date{color:#4182a4;font-size:.95rem;margin-left:1rem}.modern-calendar{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #00000026;left:50%;margin-top:8px;min-width:280px;padding:1.5rem;position:absolute;top:100%;transform:translateX(-50%);z-index:1000}.calendar-header{align-items:center;border-bottom:1px solid #0000001a;margin-bottom:1rem;padding-bottom:.5rem}.calendar-header button{background:linear-gradient(135deg,#4182a433,#2563eb26);border:1px solid #4182a44d;border-radius:8px;color:#4182a4;cursor:pointer;font-weight:700;padding:.4rem .8rem;transition:all .2s ease}.calendar-header button:hover{background:linear-gradient(135deg,#4182a44d,#2563eb40);transform:translateY(-1px)}.calendar-header span{color:#2d3748;font-size:1.1rem;font-weight:700}.calendar-weekdays{grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.weekday{color:#6b7280;font-size:.8rem;font-weight:700;padding:.5rem 0;text-align:center}.calendar-days{grid-gap:.3rem;display:grid;gap:.3rem;grid-template-columns:repeat(7,1fr)}.calendar-day{background:linear-gradient(135deg,#fffc,#fff9);border:1px solid #ffffff4d;border-radius:8px;color:#2d3748;font-weight:500;min-height:36px;padding:.6rem .4rem;transition:all .2s ease}.calendar-day:hover:not(:disabled){background:linear-gradient(135deg,#4182a433,#2563eb26);box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.calendar-day.selected{background:linear-gradient(135deg,#4182a4,#2563eb);border-color:#2563eb;box-shadow:0 2px 8px #4182a44d;color:#fff}.calendar-day.today{background:linear-gradient(135deg,#fbbf2433,#f59e0b26);border-color:#f59e0b;color:#92400e;font-weight:700}.calendar-day.other-month{background:#ffffff4d;color:#9ca3af;cursor:not-allowed}.calendar-day:disabled{cursor:not-allowed;opacity:.5}.prayer-times-card{background:#0000;border-radius:10px;margin-bottom:1rem;padding:1.2rem .5rem;text-align:center}.zone-header{align-items:center;background:#ffc85a;border-radius:18px 18px 0 0;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding:1rem 1.5rem .5rem;transition:all .2s ease}.zone-header:hover{background:#ffd166}.zone-title{color:#333;font-size:.85rem;font-weight:500;margin:0}.zone-change-button{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#6b7280;cursor:pointer;display:flex;gap:6px;padding:8px 12px;transition:all .3s ease}.zone-change-button svg{flex-shrink:0}.change-caption{font-size:12px;font-weight:600;white-space:nowrap}.zone-header:hover .zone-change-button{background:linear-gradient(135deg,#3b82f633,#2563eb1a);border-color:#3b82f64d;box-shadow:0 4px 12px #3b82f633;color:#3b82f6;transform:scale(1.02)}.zone-areas{background:#ffc85a;color:#333;font-size:1rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;padding:0 1.5rem 1rem;text-align:left}.prayer-times-card .date-navigator{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:12px;margin:.5rem 0 1rem;padding:.8rem 1rem}.prayer-times-card .date-navigator button{background:linear-gradient(135deg,#3b82f633,#2563eb1a);border:1px solid #3b82f64d;color:#3b82f6;font-weight:600}.prayer-times-card .date-navigator button:hover{background:linear-gradient(135deg,#3b82f64d,#2563eb33);border-color:#3b82f680;transform:translateY(-1px)}.prayer-times-card .date-navigator .hijri-date{color:#6b7280;font-weight:500}.prayer-times-card .modern-calendar{background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #3b82f633;box-shadow:0 8px 32px #0000001a}.calendar-modal{max-width:400px;width:90%}.calendar-container{padding:1.5rem}.calendar-container .calendar-header{align-items:center;background:none;border:none;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0}.calendar-container .calendar-header button{background:linear-gradient(135deg,#3b82f633,#2563eb1a);border:1px solid #3b82f64d;border-radius:8px;color:#3b82f6;cursor:pointer;font-weight:600;padding:.5rem .8rem;transition:all .3s ease}.calendar-container .calendar-header button:hover{background:linear-gradient(135deg,#3b82f64d,#2563eb33);border-color:#3b82f680;transform:translateY(-1px)}.calendar-container .calendar-header span{color:#374151;font-size:1.1rem;font-weight:600}.calendar-container .calendar-weekdays{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem}.calendar-container .weekday{color:#6b7280;font-size:.9rem;font-weight:600;padding:.5rem 0;text-align:center}.calendar-container .calendar-days{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr)}.calendar-container .calendar-day{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffc,#fff9);border:1px solid #3b82f633;border-radius:8px;color:#374151;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem .5rem;transition:all .3s ease}.calendar-container .calendar-day:hover:not(:disabled){background:linear-gradient(135deg,#3b82f633,#2563eb1a);border-color:#3b82f680;color:#3b82f6;transform:translateY(-1px)}.calendar-container .calendar-day.selected{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d;color:#fff}.calendar-container .calendar-day.today{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;box-shadow:0 4px 12px #10b9814d;color:#fff}.calendar-container .calendar-day.other-month{background:#ffffff4d;color:#9ca3af;cursor:not-allowed}.calendar-container .calendar-day:disabled{cursor:not-allowed;opacity:.5}.prayer-times-grid{display:flex;flex-wrap:nowrap;gap:.4rem;justify-content:space-between;overflow:visible}.prayer-times-grid-3x2{grid-gap:1rem;display:grid;flex-wrap:wrap;gap:1rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);overflow:visible}.prayer-time-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#1e40af);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #1e3a8a4d,0 4px 16px #0000001a,inset 0 1px 0 #fff3;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;padding:1.2rem .4rem;position:relative;transition:all .3s ease}.prayer-time-card:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.prayer-time-card:hover{box-shadow:0 12px 40px #1e3a8a66,0 6px 20px #00000026,inset 0 1px 0 #ffffff4d;transform:translateY(-2px)}.prayer-time-card.current-prayer{animation:currentPrayerGlow 2s ease-in-out infinite alternate;border:2px solid #10b98199;box-shadow:0 8px 32px #3b82f666,0 4px 16px #0000001a,inset 0 1px 0 #ffffff4d,0 0 25px #10b98166;transform:scale(1.02)}.prayer-time-card.current-prayer:before{background:linear-gradient(135deg,#10b98133,#ecec1b26 50%,#fff3051a)}.prayer-time-card-grid{min-height:200px;padding:1.8rem .8rem}.prayer-time-card-grid .prayer-icon{height:40px;margin-bottom:1rem;width:40px}.prayer-time-card-grid .prayer-tamil-name{font-size:1rem;height:3rem;margin-bottom:.4rem}.prayer-time-card-grid .prayer-english-name{font-size:1rem;margin-bottom:1.2rem}.prayer-time-card-grid .prayer-hour{font-size:4rem}.prayer-time-card-grid .prayer-minute{font-size:3rem}.prayer-time-card-grid .prayer-ampm{font-size:1rem;margin-top:.2rem}@keyframes currentPrayerGlow{0%{border-color:#10b98199;box-shadow:0 8px 32px #3b82f666,0 4px 16px #0000001a,inset 0 1px 0 #ffffff4d,0 0 25px #10b98166}to{border-color:#10b981cc;box-shadow:0 12px 40px #3b82f699,0 6px 20px #00000026,inset 0 1px 0 #fff6,0 0 35px #10b981b3}}.prayer-icon{align-items:center;display:flex;height:28px;justify-content:center;margin-bottom:.6rem;position:relative;width:28px;z-index:1}.prayer-time-card.current-prayer .prayer-icon{filter:drop-shadow(0 0 8px rgba(16,185,129,.6));transform:scale(1.1)}.prayer-icon img{height:100%;object-fit:contain;width:100%}.prayer-tamil-name{align-items:center;display:flex;font-size:.65rem;font-weight:600;height:2.4rem;justify-content:center;letter-spacing:.02em;margin-bottom:.2rem;text-transform:none}.prayer-english-name,.prayer-tamil-name{color:#fff;font-family:Inter,Roboto Condensed,Arial Narrow,sans-serif;line-height:1.1;position:relative;text-align:center;z-index:1}.prayer-english-name{font-size:.8rem;font-weight:700;letter-spacing:.05em;margin-bottom:.8rem;text-shadow:0 1px 2px #0000004d;text-transform:uppercase}.prayer-time-card.current-prayer .prayer-english-name{color:#fff700;font-weight:800;text-shadow:0 1px 2px #aeff004d,0 0 8px #fbff0066}.prayer-time-display{align-items:center;display:flex;flex-direction:column;position:relative;z-index:1}.prayer-hour{color:#fbbf24;font-weight:700}.prayer-hour,.prayer-minute{font-size:2rem;line-height:1;text-shadow:0 2px 4px #0000004d}.prayer-minute{color:#fff;font-weight:medium}.prayer-ampm{color:#fffc;font-size:.7rem;font-weight:600;line-height:1;margin-top:.1rem;text-shadow:0 1px 2px #0000004d}.loading-spinner{align-items:center;display:flex;height:3.2rem;justify-content:center}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.share-buttons{flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.share-btn,.share-buttons{display:flex;justify-content:center}.share-btn{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff40,#ffffff26);border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 15px #0000001a;color:#2d3748;cursor:pointer;font-size:.9rem;font-weight:600;gap:.5rem;min-width:140px;overflow:hidden;padding:.8rem 1.2rem;position:relative;transition:all .3s ease}.share-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.share-btn:hover:before{left:100%}.share-btn:hover{background:linear-gradient(135deg,#ffffff59,#ffffff40);box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.share-btn:active{box-shadow:0 4px 15px #0000001a;transform:translateY(0)}.share-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));font-size:1.2rem}.share-text{font-weight:600;letter-spacing:.02em}.up-next-card,.up-next-container{margin-bottom:1rem;position:relative}.up-next-card{border-radius:18px;box-shadow:0 4px 16px #0000001a;min-height:80px;overflow:hidden;padding:1.2rem 1.5rem}.up-next-content{align-items:center;display:flex;height:100%;justify-content:space-between;position:relative;width:100%;z-index:3}.up-next-left{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.up-next-center{align-items:center;display:flex;flex:1 1;justify-content:center}.up-next-right{align-items:flex-end;display:flex;flex:1 1;flex-direction:column}.up-next-cutout{background:#f7fafd;border-radius:20px 20px 0 0;bottom:-20px;height:20px;left:50%;position:absolute;transform:translateX(-50%);width:40px;z-index:1}.up-next-label{color:#000;font-size:1rem;font-weight:700;letter-spacing:.05em;position:relative;text-transform:uppercase;z-index:3}.up-next-tamil-label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-top:.2rem;position:relative;z-index:3}.up-next-prayer-icon{align-items:center;display:flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));justify-content:center}.up-next-prayer-icon img{height:2rem;object-fit:contain;width:2rem}.up-next-overlay{border-radius:16px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.up-next-info{align-items:flex-end;display:flex;flex-direction:column;position:relative;z-index:3}.up-next-prayer{color:#000;font-size:1.1rem;font-weight:700;letter-spacing:.05em;margin-bottom:.2rem;text-transform:uppercase}.up-next-prayer-time{color:#000000b3;font-size:.9rem;font-weight:600;margin-left:.5rem;text-transform:none}.up-next-timer{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000001a,inset 0 1px 0 #fff3;color:#000;font-size:1.8rem;font-weight:700;letter-spacing:.1em;overflow:hidden;padding:.6rem 1.2rem;position:relative}.up-next-timer:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:16px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.up-next-loading{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)!important;min-height:80px}.up-next-loading,.up-next-loading-spinner{align-items:center;display:flex;justify-content:center}.up-next-loading .spinner{animation:spin 1s linear infinite;border:3px solid #6b728033;border-radius:50%;border-top-color:#6b7280;height:32px;width:32px}.hadith-quote{background:#0000;border-radius:16px;margin:1rem 0;padding:1.5rem 1rem;position:relative;text-align:center;transition:all .3s ease}.hadith-content{margin:0 auto;max-width:100%}.hadith-text{color:#2d3748;font-size:1.2rem;font-style:italic;font-weight:600;line-height:1.6;margin-bottom:.8rem;text-shadow:0 1px 2px #0000000d}.hadith-tamil{font-style:italic;line-height:1.7;margin-bottom:.8rem}.hadith-arabic,.hadith-tamil{color:#4a5568;font-size:1.1rem;font-weight:500;text-shadow:0 1px 2px #0000000d}.hadith-arabic{direction:rtl;line-height:1.8;margin-bottom:.6rem}.hadith-reference{color:#718096;font-size:.9rem;font-style:italic;font-weight:500;margin-top:.5rem}.hadith-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.hadith-dot{background:#7180964d;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.hadith-dot:hover{background:#71809699;transform:scale(1.2)}.hadith-dot.active{background:#3b82f6;box-shadow:0 2px 8px #3b82f666;transform:scale(1.3)}.feedback-link{margin-bottom:1.5rem;text-align:center}.feedback-link a{color:#2563eb;font-size:1.1rem;font-weight:700;text-decoration:none}.footer{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a202c,#2d3748 50%,#4a5568);border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #0000004d;color:#fff;margin-top:1rem;overflow:hidden;padding:1.5rem 1rem 2rem;position:relative}.footer:before{background:linear-gradient(45deg,#ffffff0d,#ffffff05 50%,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.footer-content{position:relative;z-index:2}.footer-main{justify-content:space-between;margin:0 auto;max-width:600px}.footer-icons,.footer-main{align-items:center;display:flex}.footer-icons{gap:.8rem}.footer-text{flex:1 1;text-align:left}.footer-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.footer-subtitle{color:#fffc;font-size:.9rem;font-weight:500}.footer-icon{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-icon:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (min-width:601px){.hijri-calendar{margin:2rem auto;max-width:1200px;width:calc(100% - 2rem)}.calendar-grid,.calendar-week,.calendar-weekdays{max-width:none;min-width:100%;width:100%}.calendar-day,.weekday-header{flex:1 1;min-width:0}}@media (max-width:600px){main{padding:100px .5rem 120px}.prayer-times-grid{gap:.2rem}.prayer-times-grid-3x2{gap:.5rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.prayer-time-card{margin:0;padding:1rem .2rem}.prayer-tamil-name{font-size:.6rem;height:2.2rem;line-height:1}.prayer-english-name{font-size:.6rem;line-height:1;margin-bottom:.6rem}.prayer-time-card-grid{min-height:160px;padding:1.2rem .4rem}.prayer-time-card-grid .prayer-icon{height:32px;margin-bottom:.8rem;width:32px}.prayer-time-card-grid .prayer-tamil-name{font-size:1.5rem;height:2.4rem;margin-bottom:.3rem}.prayer-time-card-grid .prayer-english-name{font-size:1rem;margin-bottom:1rem}.prayer-time-card-grid .prayer-hour,.prayer-time-card-grid .prayer-minute{font-size:2.2rem}.prayer-time-card-grid .prayer-ampm{font-size:.8rem;margin-top:.1rem}.header{align-items:center;flex-direction:row;justify-content:space-between;padding:1.2rem .8rem .6rem}.header,.header-left{gap:.3rem}.calendar-scroll-btn{padding:.4rem}.calendar-scroll-btn svg{height:14px;width:14px}.header h1{font-size:1.2rem;margin:0}.flag-icon{font-size:1.8rem}.info-icon{height:28px;width:28px}.info-popup{max-width:400px;width:95%}.info-header{padding:1.2rem 1.5rem 1rem}.info-header h3{font-size:1.2rem}.info-content{padding:1.5rem}.district-selector{align-items:center;flex-direction:row;gap:.5rem;justify-content:center;padding:.8rem .5rem .4rem}.district-selector button{font-size:.8rem;min-width:80px;padding:.6rem 1rem}.district-selector .custom-select input{font-size:.8rem;padding:.6rem 1rem;width:180px}.date-navigator{font-size:1.1rem;gap:.2rem;padding:.4rem .6rem}.date-navigator button{font-size:.9rem;height:28px;padding:0;width:28px}.date-navigator span{font-size:1.1rem;font-weight:700}.today-btn{font-size:.65rem;min-width:35px;padding:.25rem .5rem}.floating-share-btn{bottom:20px;font-size:1.3rem;height:48px;right:20px;width:48px}.floating-share-menu{bottom:80px;right:20px}.floating-info-btn{bottom:20px;font-size:1.3rem;height:48px;left:20px;width:48px}.round-toggle-btn{font-size:.75rem;height:32px;width:32px}.layout-toggle,.theme-toggle,.time-format-toggle{gap:.2rem}.header-toggles{gap:.5rem}.hadith-quote{margin:.8rem 0;padding:1rem .8rem}.hadith-text{font-size:1.1rem;line-height:1.5}.hadith-tamil{font-size:1rem;line-height:1.6}.hadith-arabic{font-size:1rem;line-height:1.7}.hadith-reference{font-size:.85rem}.up-next-tamil-label{font-size:.8rem;margin-top:.1rem}.up-next-timer{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:14px;font-size:1.5rem;padding:.5rem 1rem}.up-next-prayer-icon img{height:2rem;width:2rem}.up-next-content{gap:.5rem}.up-next-left{flex:0.8 1}.up-next-center{flex:0.6 1}.up-next-right{flex:1.2 1}.district-modal{max-height:75vh;max-width:350px;width:92%}.modal-header{padding:1rem 1.2rem .8rem}.modal-header h3{font-size:1.2rem}.modal-search{padding:.8rem 1.2rem .6rem}.zone-option{padding:.7rem 1.2rem}.zone-option .zone-title{font-size:.95rem}.zone-option .zone-areas-list{font-size:.8rem}.share-buttons{flex-wrap:nowrap;gap:.4rem;width:100%}.share-btn{flex:1 1;font-size:.8rem;justify-content:center;min-width:auto;padding:.6rem .8rem}.share-text{display:none}.share-icon{font-size:1rem}.footer{padding:1.2rem .8rem 1.8rem}.footer-main{flex-direction:column;gap:1rem}.footer-main,.footer-text{text-align:center}.header-title{font-size:1.2rem;margin-left:.5rem}.footer-title{font-size:.6rem}.footer-subtitle{font-size:.85rem}.footer-icon{height:36px;width:36px}.footer-icons{gap:.6rem}}.lock-btn{align-items:center;background:#fff;border:2px solid #4182a4;border-radius:50%;bottom:24px;box-shadow:0 2px 8px #00000014;color:#4182a4;cursor:pointer;display:flex;font-size:1.7rem;height:48px;justify-content:center;left:24px;position:fixed;transition:background .2s,border .2s;width:48px;z-index:1001}.lock-btn:hover{background:#e6f0fa;border-color:#2563eb}.login-popup-overlay{align-items:center;background:#00000040;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.login-popup{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000002e;display:flex;flex-direction:column;min-width:300px;padding:2rem 1.5rem 1.5rem}.login-popup h2{margin-bottom:1rem;margin-top:0}.login-popup input{border:1px solid #d3dbe3;border-radius:8px;font-size:1rem;margin-bottom:.8rem;padding:.6rem;width:90%}.login-actions{display:flex;gap:1rem;margin-top:.5rem}.login-actions button{background:#4182a4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1.2rem}.login-error{color:#d32f2f;font-size:.98rem;margin-bottom:.5rem}.admin-panel{align-items:stretch;background:#f7fafd;justify-content:flex-start;min-height:100vh;padding:0;position:relative}.admin-header,.admin-panel{display:flex;flex-direction:column}.admin-header{align-items:flex-start;background:#fff;border-radius:0 0 18px 18px;box-shadow:0 2px 12px #00000012;padding:1.5rem 2rem 1rem;position:sticky;top:0;z-index:10}.admin-dashboard-title{color:#2563eb;font-size:2rem;font-weight:700;letter-spacing:.01em;margin-bottom:.7rem;text-shadow:0 2px 8px #2563eb12}.admin-tabs{background:#0000;display:flex;gap:.5rem;margin-bottom:0;width:100%}.admin-tabs button{background:#e6f0fa;border:none;border-bottom:2px solid #0000;border-radius:10px 10px 0 0;color:#4182a4;cursor:pointer;font-size:1.08rem;font-weight:700;margin-bottom:-2px;padding:.8rem 1.5rem;transition:background .2s,color .2s,border-bottom .2s}.admin-tabs button.active{background:#2563eb;border-bottom:2.5px solid #ffc85a;box-shadow:0 2px 8px #2563eb14;color:#fff}.admin-tab-content{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 8px #0000000f;color:#222;font-size:1.15rem;margin-bottom:2rem;margin-top:0;min-height:180px;min-width:320px;padding:2rem 1.5rem;text-align:center}.admin-logout{align-self:flex-end;background:#d32f2f;border:none;border-radius:12px;box-shadow:0 2px 8px #d32f2f14;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-bottom:2rem;margin-right:2rem;margin-top:1rem;padding:.7rem 2rem;transition:background .2s}.admin-logout:hover{background:#b71c1c}@media (max-width:700px){.admin-header{padding:1rem .5rem .7rem}.admin-dashboard-title{font-size:1.3rem}.admin-tabs button{font-size:.98rem;padding:.5rem .7rem}.admin-tab-content{font-size:1rem;padding:1rem .2rem}.admin-logout{margin-right:.5rem}}.form-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.form-row input{border:1px solid #d3dbe3;border-radius:8px;font-size:1rem;min-width:180px;padding:.5rem .8rem}.form-grid{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.checkbox-container,.checkbox-label{align-items:center;display:flex;gap:.5rem}.checkbox-label{color:#374151;cursor:pointer;font-size:.9rem}.checkbox-label input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;height:16px;width:16px}.edit-group{display:flex;gap:.25rem}.edit-group input{border:1px solid #ddd;border-radius:2px;flex:1 1;font-size:.8rem;padding:.25rem}.tentative-badge{border-radius:12px;font-size:.75rem;font-weight:500;letter-spacing:.5px;padding:.25rem .5rem;text-transform:uppercase}.tentative-badge.tentative{background-color:#fef3c7;border:1px solid #f59e0b;color:#92400e}.tentative-badge.confirmed{background-color:#d1fae5;border:1px solid #10b981;color:#065f46}.hijri-month-select{background-color:#fff;border:1px solid #d3dbe3;border-radius:8px;color:#374151;cursor:pointer;font-size:1rem;min-width:180px;padding:.5rem .8rem}.hijri-month-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.hijri-month-select option{background-color:#fff;color:#374151;padding:.5rem}.hijri-month-select-small{background-color:#fff;border:1px solid #ddd;border-radius:2px;color:#374151;cursor:pointer;font-size:.8rem;min-width:80px;padding:.25rem}.hijri-month-select-small:focus{border-color:#3b82f6;outline:none}.hijri-month-select-small option{background-color:#fff;color:#374151;font-size:.8rem;padding:.25rem}.sortable-header{transition:background-color .2s ease}.sortable-header:hover{background-color:#e2e8f0!important}.sortable-header:active{background-color:#cbd5e0!important}.sort-indicator{margin-left:.5rem;opacity:.6;transition:opacity .2s ease}.sort-indicator.asc,.sort-indicator.desc,.sortable-header:hover .sort-indicator{opacity:1}.hijri-calendar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid #fff3;border-radius:24px;box-shadow:0 12px 40px #00000026;margin:2rem 1rem;max-width:none;overflow:visible;padding:2.5rem;position:relative;width:calc(100% - 2rem)}.hijri-calendar:before{background:linear-gradient(135deg,#3b82f60d,#9333ea0d);border-radius:24px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.app-container.dark .hijri-calendar{background:#0000004d;border:1px solid #ffffff1a;box-shadow:0 8px 32px #0000004d}.app-container.dark .calendar-title h3,.app-container.dark .english-day,.app-container.dark .hijri-year{color:#f7fafd}.app-container.dark .arabic-day{color:#a0aec0}.app-container.dark .hijri-day{color:#f7fafd}.app-container.dark .gregorian-date{color:#a0aec0}.app-container.dark .calendar-weekdays{background:#ffffff0d}.app-container.dark .calendar-grid{background:#0003}.app-container.dark .calendar-day{border-right:1px solid #ffffff1a}.app-container.dark .calendar-day.empty{background:#ffffff05}.app-container.dark .calendar-day:hover:not(.empty){background:#3b82f633}.app-container.dark .tentative-indicator{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 4px #0006}.calendar-loading{color:#666;padding:2rem;text-align:center}.calendar-loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 1rem;width:40px}.calendar-header{align-items:flex-start;border-bottom:2px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:2rem;position:relative}.calendar-header:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:1px;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.calendar-title h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a202c,#4a5568);-webkit-background-clip:text;background-clip:text;font-family:Amiri,serif;font-size:2.8rem;font-weight:800;margin:0 0 .5rem;text-shadow:0 2px 4px #0000001a}.gregorian-period{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:12px;color:#666;display:inline-block;font-size:1.1rem;font-weight:500;margin:0;padding:.3rem .8rem}.calendar-hijri-info{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;text-align:right}.hijri-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 12px #0003;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;padding:.6rem 1.2rem}.hijri-year{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a202c,#4a5568);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700;margin:0;text-shadow:0 1px 2px #0000001a}.calendar-grid{background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:visible}.calendar-grid,.calendar-weekdays{max-width:none;min-width:100%;width:100%}.calendar-weekdays{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-bottom:2px solid #ffffff1a;display:grid;grid-template-columns:repeat(7,1fr)}.weekday-header{border-right:1px solid #ffffff1a;flex:1 1;min-width:0;padding:1rem .5rem;text-align:center}.weekday-header:last-child{border-right:none}.english-day{color:#1a202c;font-size:.8rem;font-weight:600;margin-bottom:.25rem}.arabic-day{color:#666;font-family:Amiri,serif;font-size:.7rem}.calendar-days{display:flex;flex-direction:column}.calendar-week{border-bottom:1px solid #ffffff1a;display:grid;grid-template-columns:repeat(7,1fr);max-width:none;min-width:100%;width:100%}.calendar-week:last-child{border-bottom:none}.calendar-day{align-items:center;background:#ffffff05;border-right:1px solid #ffffff1a;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:70px;min-width:0;padding:1rem .5rem;position:relative;text-align:center;transition:all .3s ease}.calendar-day:hover:not(.empty){background:linear-gradient(135deg,#3b82f61a,#9333ea1a);box-shadow:0 4px 12px #0000001a}.calendar-day:last-child{border-right:none}.calendar-day.empty{background:#ffffff05;cursor:default}.calendar-day:hover:not(.empty){background:#3b82f61a;transform:translateY(-2px)}.calendar-day.has-event{background:#ffc10726;border:2px solid #ffc1074d}.calendar-day.has-event:hover{background:#ffc10740;border-color:#ffc10780}.calendar-day.tentative{background:#ff98001a;border:2px solid #ff98004d}.calendar-day.tentative .gregorian-date,.calendar-day.tentative .hijri-day{color:#f57c00;font-style:italic}.calendar-day.current-day{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;color:#fff;transform:scale(1.05);z-index:2}.calendar-day.current-day .hijri-day{color:#fff;font-weight:700}.calendar-day.current-day .gregorian-date{color:#ffffffe6}.calendar-day.current-day .event-indicator{color:#fff}.calendar-day.current-day .tentative-indicator{background:#fff3;color:#fff}.calendar-day.current-day:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:scale(1.08)}.hijri-day{color:#1a202c;font-size:1.3rem;font-weight:700;margin-bottom:.2rem}.gregorian-date{color:#666;font-size:.65rem;font-weight:500}.event-indicator{color:#ffc107;font-size:.8rem;right:.25rem}.event-indicator,.tentative-indicator{font-weight:700;position:absolute;top:.25rem}.tentative-indicator{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;font-size:.7rem;height:16px;left:.25rem;width:16px}.event-popup-overlay,.tentative-indicator{align-items:center;display:flex;justify-content:center}.event-popup-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:2000}.event-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:2rem;transition:all .3s ease;width:90%}.app-container.dark .event-popup{background:#1a202cf2;border:1px solid #ffffff1a;box-shadow:0 20px 60px #00000080}.event-popup-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.event-popup-header h3{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.app-container.dark .event-popup-header h3{color:#f7fafc}.event-popup-close{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.event-popup-close:hover{background:#0000001a;color:#1a202c}.app-container.dark .event-popup-close{color:#a0aec0}.app-container.dark .event-popup-close:hover{background:#ffffff1a;color:#f7fafc}.event-popup-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.hijri-date-display{background:#3b82f61a;border:2px solid #3b82f633;border-radius:12px;color:#1a202c;font-size:1.8rem;font-weight:600;padding:1rem;width:100%}.event-content{background:#fffc;border:1px solid #0000001a;border-radius:12px;color:#2d3748;font-size:1.4rem;font-weight:500;line-height:1.5;padding:1rem;width:100%}.app-container.dark .hijri-date-display{background:#3b82f633;border-color:#3b82f64d;color:#f7fafc}.app-container.dark .event-content{background:#2d3748cc;border-color:#ffffff1a;color:#e2e8f0}.event-tentative{display:flex;justify-content:center}.event-tentative .tentative-badge{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:20px;box-shadow:0 4px 12px #f59e0b4d;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.app-container.dark .event-tentative .tentative-badge{background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 4px 12px #f59e0b66}.primary{background:#4182a4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-left:4px;padding:.5rem 1.2rem;transition:background .2s}.primary:hover{background:#2563eb}.danger{background:#d32f2f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-left:4px;padding:.5rem 1.2rem;transition:background .2s}.danger:hover{background:#b71c1c}.form-error{color:#d32f2f;font-size:1rem;margin-bottom:.5rem}.search-input{border:1px solid #d3dbe3;border-radius:8px;font-size:1rem;margin-bottom:10px;padding:.5rem .8rem;width:100%}.table-wrap{margin-top:10px;overflow-x:auto}.modern-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;width:100%}.modern-table td,.modern-table th{border-bottom:1px solid #e6e6e6;padding:.7rem .5rem;text-align:left}.modern-table th{background:#f7fafd;color:#4182a4;font-weight:700}.modern-table tr:last-child td{border-bottom:none}.modern-table input{border:1px solid #d3dbe3;border-radius:6px;font-size:1rem;padding:.3rem .5rem;width:100%}.modern-table button{margin-bottom:2px;margin-right:4px}@media (max-width:700px){.form-row input{min-width:120px}.form-grid{gap:.25rem}.edit-group{flex-direction:column;gap:.1rem}.edit-group input{font-size:.7rem}.modern-table td,.modern-table th{font-size:.95rem;padding:.5rem .2rem}.tentative-badge{font-size:.65rem;padding:.2rem .4rem}.hijri-month-select{font-size:.9rem;min-width:120px}.hijri-month-select-small{font-size:.7rem;min-width:60px}.sortable-header{font-size:.85rem;padding:.4rem .2rem}.sort-indicator{font-size:.7rem;margin-left:.25rem}.hijri-calendar{margin:1rem .5rem;padding:1rem}.calendar-header{align-items:flex-start;flex-direction:row;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;text-align:left}.calendar-title h3{font-size:1.8rem;margin:0 0 .5rem}.gregorian-period{font-size:.9rem;margin:0}.calendar-hijri-info{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;text-align:right}.hijri-badge{font-size:.7rem;margin:0;padding:.4rem .8rem}.hijri-year{font-size:1rem;margin:0}.weekday-header{padding:.5rem .25rem}.english-day{font-size:.7rem}.arabic-day{font-size:.6rem}.calendar-day{min-height:60px;padding:.5rem .25rem}.hijri-day{font-size:1.2rem}.gregorian-date{font-size:.6rem}.event-popup{margin:1rem;padding:1.5rem;width:95%}.event-popup-header h3{font-size:1.2rem}.hijri-date-display{font-size:1.5rem;padding:.75rem}.event-content{font-size:1.2rem;padding:.75rem}}.modal-overlay{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.modal-content{animation:popupSlideIn .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:500px;overflow:hidden;padding:0;width:90%}.modal-header{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border-bottom:1px solid #ffffff1a;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem 1rem}.modal-header h2{font-size:1.3rem;font-weight:700;margin:0}.modal-close{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;transition:all .3s ease;width:32px}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-content form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fffffff2;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.form-actions button{border:none;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;min-width:100px;padding:.75rem 1.5rem;transition:all .3s ease}.form-actions button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;color:#fff}.form-actions button.primary:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.form-actions button.primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-actions button:not(.primary){background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;color:#374151}.form-actions button:not(.primary):hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-1px)}.form-message{border-radius:12px;font-size:.9rem;font-weight:500;margin-bottom:1rem;padding:.75rem 1rem}.form-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #10b981;color:#065f46}.form-error{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #ef4444;color:#991b1b}@media (max-width:600px){.modal-content{margin:1rem;width:95%}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.1rem}.modal-content form{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.filter-select{background:#fff;border:1px solid #ddd;border-radius:4px;font-size:.9rem;min-width:120px;padding:.5rem}.editable-cell{cursor:pointer;position:relative;transition:background-color .2s}.editable-cell:hover{background-color:#3b82f61a}.editable-cell input{background:#fff;border:1px solid #3b82f6;border-radius:4px;font-size:inherit;padding:.25rem;width:100%}.sortable-header{cursor:pointer;padding-right:1.5rem;position:relative;transition:background-color .2s;-webkit-user-select:none;user-select:none}.sortable-header:hover{background-color:#3b82f61a}.sort-indicator{color:#666;font-size:.8rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);transition:color .2s}.sort-indicator.asc,.sort-indicator.desc{color:#3b82f6}@media (max-width:700px){.filter-controls{align-items:stretch;flex-direction:column}.filter-select{min-width:auto}.sortable-header{padding-right:1rem}.sort-indicator{font-size:.7rem;right:.25rem}}
/*# sourceMappingURL=main.3f3b5e33.css.map*/