:root{--bg: #f7f3ea;--card: #fffdf8;--green: #007a52;--green-2: #014d3d;--green-3: #003d32;--gold: #d8b35f;--ink: #15211d;--muted: #6c746f;--line: #e8e2d7;--soft-green: #dff6eb;--shadow: 0 18px 45px rgba(36, 47, 42, .12);--radius: 22px}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 0%,rgba(220,185,100,.18),transparent 30%),radial-gradient(circle at 90% 20%,rgba(0,122,82,.09),transparent 28%),linear-gradient(135deg,#fbf6ec,#f7f1e4 45%,#fffaf0)}button,input,select{font:inherit}button{cursor:pointer}.app-canvas{min-height:100vh;display:grid;place-items:center;padding:28px;position:relative}.app-canvas:before,.app-canvas:after{content:"";position:fixed;inset:auto;pointer-events:none;opacity:.25;z-index:0}.app-canvas:before{width:240px;height:240px;top:30px;left:-50px;background:repeating-conic-gradient(from 45deg,rgba(0,122,82,.18) 0 15deg,transparent 15deg 30deg);border-radius:50%}.app-canvas:after{right:-100px;bottom:20px;width:260px;height:260px;border:20px solid rgba(216,179,95,.26);border-radius:70px 0;rotate:45deg}.top-switcher{position:fixed;top:18px;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:8px;background:#ffffffc7;border:1px solid rgba(232,226,215,.9);border-radius:999px;padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 26px #00000014}.top-switcher button{border:0;border-radius:999px;padding:10px 18px;background:transparent;color:var(--green-2);font-weight:700}.top-switcher .switch-active{background:var(--green);color:#fff}.phone-shell{width:min(390px,100vw - 32px);height:min(840px,100vh - 110px);min-height:690px;border:10px solid #121615;border-radius:44px;background:#fefaf2;overflow:hidden;position:relative;z-index:1;box-shadow:0 20px 75px #00000038}.phone-shell:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:122px;height:31px;background:#050606;border-radius:999px;z-index:5}.phone-header{height:86px;padding:30px 18px 14px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:10px;position:relative;z-index:2;background:#fffaf0}.phone-header.green-header{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff}.header-center{text-align:center;font-size:17px}.location-line{display:inline-flex;align-items:center;gap:5px;font-weight:700}.phone-screen{position:absolute;top:86px;right:0;bottom:72px;left:0;overflow:auto;background:linear-gradient(180deg,#fffaf0,#fffdf8 70%)}.screen-content{padding:16px}.no-padding{padding:0}.date-card{display:flex;align-items:center;gap:14px;padding:15px 17px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 10px 20px #362d1e12;position:relative;overflow:hidden}.date-card svg{color:#c58d24}.date-card strong{display:block;font-size:15px}.date-card span{display:block;margin-top:2px;color:var(--muted);font-size:13px}.patterned-card:after{content:"";position:absolute;right:-20px;top:8px;width:90px;height:90px;background:repeating-conic-gradient(from 22deg,rgba(216,179,95,.24) 0 12deg,transparent 12deg 24deg);border-radius:50%}.hero-card{margin-top:13px;min-height:168px;display:grid;grid-template-columns:100px 1fr 46px;align-items:center;padding:18px;border-radius:22px;background:radial-gradient(circle at 25% 30%,rgba(216,179,95,.18),transparent 28%),linear-gradient(135deg,#01815a,#00402f);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 1px,transparent 1px 18px)}.mosque-shape{position:relative;font-size:70px;color:var(--gold);text-shadow:0 3px 20px rgba(0,0,0,.18)}.hero-details{position:relative}.hero-details small{color:#f9d36d;font-weight:800}.hero-details h1{margin:6px 0 0;font-size:28px;letter-spacing:-.03em}.hero-details h2{margin:0;font-size:36px;letter-spacing:-.04em}.hero-details p{margin:8px 0 0;display:flex;align-items:center;gap:6px;font-size:14px}.hero-details b{color:#f5cb5c;font-size:17px}.hero-bell{position:relative;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffff2e;color:#fff}.section-title{margin:16px 2px 9px;font-weight:800;font-size:14px}.prayer-list{display:grid;gap:8px}.prayer-item{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:0 6px 15px #362d1e0a}.prayer-item.active{background:linear-gradient(90deg,#017a53,#005542);color:#fff;border-color:#d8b35fe6}.prayer-left{display:flex;align-items:center;gap:8px}.prayer-left svg{color:#d3a445}.prayer-item.active .prayer-left svg{color:#f1c95a}.prayer-left em{color:var(--muted);font-style:normal;font-size:12px}.prayer-item.active em{color:#ffffffb8}.mini-alert{margin-top:13px;padding:11px 14px;border-radius:12px;background:#f3efe6;color:var(--muted);font-size:13px;display:flex;align-items:center;gap:8px}.calendar-table{width:100%;font-size:12px}.calendar-row{display:grid;grid-template-columns:1.15fr repeat(5,1fr);align-items:center;padding:15px 12px;border-bottom:1px solid var(--line);text-align:center}.calendar-row span:first-child{text-align:left}.calendar-head{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;font-weight:800;position:sticky;top:0;z-index:1}.calendar-row.selected{background:linear-gradient(90deg,#dff6eb,#f6fff9);color:#007a52;font-weight:800}.qibla-screen{text-align:center;min-height:100%;display:grid;place-items:center;align-content:center;gap:18px}.kaaba-chip{position:absolute;top:18px;right:20px;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:var(--shadow);font-size:24px}.compass-card{width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,#fff 0,#fff 55%,#f8f3ea 56%,#f8f3ea);border:1px solid var(--line);box-shadow:inset 0 0 0 12px #fffc,0 20px 40px #00000014;position:relative;display:grid;place-items:center}.compass-card span{position:absolute;font-weight:800}.north{top:13px}.south{bottom:13px}.east{right:18px}.west{left:18px}.needle{position:absolute;width:34px;height:95px;top:52px;left:50%;transform:translate(-50%);clip-path:polygon(50% 0,100% 78%,50% 100%,0 78%);background:linear-gradient(var(--green),var(--green-2));color:#fff;display:grid;place-items:end center;padding-bottom:14px}.compass-card h2{margin:40px 0 0;font-size:36px}.compass-card p{margin:0;color:var(--muted)}.city-card{display:flex;align-items:center;gap:12px;padding:14px 22px;border:1px solid var(--line);border-radius:13px;background:#fff;min-width:190px;text-align:left}.city-card svg{color:var(--green)}.city-card span{display:block;font-size:12px;color:var(--muted)}.helper-text{color:var(--muted);font-size:12px;max-width:230px;margin:0}.settings-screen{display:grid;gap:14px}.settings-group h4{margin:0 0 8px;font-size:13px}.settings-card{border:1px solid var(--line);background:var(--card);border-radius:14px;overflow:hidden}.settings-row{min-height:54px;display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:12px;border-bottom:1px solid var(--line);font-size:13px}.settings-row:last-child{border-bottom:0}.settings-row small{display:block;color:var(--muted);margin-top:2px}.settings-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e5f4ec;color:var(--green)}.toggle{width:48px;height:27px;padding:3px;border:0;border-radius:99px;background:#d8d5ce}.toggle span{display:block;width:21px;height:21px;border-radius:50%;background:#fff;transition:transform .2s ease}.toggle.on{background:var(--green)}.toggle.on span{transform:translate(21px)}.segmented{display:flex;background:#f2eee5;border:1px solid var(--line);padding:4px;border-radius:12px}.segmented button{flex:1;border:0;background:transparent;padding:9px;border-radius:9px;font-weight:700;color:var(--muted)}.segmented button.active{background:var(--green);color:#fff;box-shadow:0 4px 9px #007a522e}.segmented.small{min-width:112px}.segmented.small button{padding:7px 10px}.events-screen h3{margin:18px 0 12px}.event-list{display:grid;gap:11px}.event-item{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--card);box-shadow:0 8px 15px #0000000a}.event-date{background:#e5f7ee;color:var(--green);border-radius:10px;display:grid;place-items:center;height:54px}.event-date b{font-size:24px;line-height:1}.event-date span{font-size:11px}.event-item b{display:block;font-size:14px}.event-item span,.event-item em{display:block;font-size:12px;color:var(--muted);font-style:normal;margin-top:2px}.bottom-nav{position:absolute;left:0;right:0;bottom:0;height:72px;display:grid;grid-template-columns:repeat(4,1fr);background:#fffdf8f5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-nav button{border:0;background:transparent;display:grid;place-items:center;align-content:center;gap:3px;color:#4d5852;font-size:11px}.bottom-nav button.active{color:var(--green);font-weight:800}.floating-events{position:absolute;right:18px;bottom:82px;width:43px;height:43px;border:0;border-radius:50%;background:var(--green);color:#fff;box-shadow:var(--shadow)}.admin-shell{width:min(1180px,100vw - 40px);height:min(760px,100vh - 110px);display:grid;grid-template-columns:220px 1fr;background:#ffffffbd;border:1px solid rgba(232,226,215,.9);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-sidebar{background:linear-gradient(180deg,#005f48,#003b32);color:#fff;padding:24px 18px}.brand-box{text-align:center;padding:15px;margin-bottom:24px}.brand-box span{display:block;font-size:38px;margin-bottom:8px}.brand-box b,.brand-box small{display:block}.brand-box small{opacity:.75}.admin-sidebar nav{display:grid;gap:6px}.admin-sidebar button{border:0;color:#ffffffd1;background:transparent;display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:11px;text-align:left}.admin-sidebar button.active,.admin-sidebar button:hover{background:#ffffff21;color:#fff}.admin-main{overflow:auto;background:#fffdf8}.admin-page{padding:30px}.admin-page.narrow{max-width:720px;margin:0 auto}.admin-page h2{margin:0 0 20px;color:var(--green-2)}.admin-page p{color:var(--muted);margin-top:-8px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat,.admin-card,.upload-box{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 18px #0000000a}.stat{padding:20px;display:grid;gap:8px}.stat svg{color:var(--green)}.stat span{color:var(--muted);font-size:13px}.stat b{font-size:32px;color:var(--green-2)}.admin-card{padding:20px;margin-top:18px}.admin-card h3{margin:0 0 14px}.data-table,.editable-table{width:100%;border-collapse:collapse}.data-table th,.data-table td,.editable-table th,.editable-table td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left}.data-table th,.editable-table th{color:var(--muted);font-size:12px}.badge{background:#e3f7eb;color:var(--green);font-weight:800;padding:5px 9px;border-radius:999px;font-size:12px}.primary,.secondary{border:0;border-radius:10px;padding:13px 20px;font-weight:800}.primary{color:#fff;background:linear-gradient(135deg,var(--green),#006946)}.secondary{background:#f3efe6;color:var(--green-2);border:1px solid var(--line)}.wide-button{display:block;margin:20px auto 0;min-width:210px}.block{width:100%;margin-top:18px}.form-grid{display:grid;gap:15px}.form-grid.two{grid-template-columns:repeat(2,1fr)}.form-grid label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:700}input,select{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:12px;color:var(--ink)}.upload-box{min-height:245px;margin-top:16px;border:1.5px dashed #cfc9bd;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--green)}.upload-box input{display:none}.upload-box span{color:var(--muted);font-size:13px}.upload-box em{font-style:normal;color:var(--green);padding:9px 18px;border:1px solid var(--green);border-radius:8px}.editable-table-wrap{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:auto}.editable-table th,.editable-table td{text-align:center}.editable-table td:first-child,.editable-table th:first-child{text-align:left}.editable-table input{border:0;padding:6px;text-align:center;background:transparent}.editable-table tr.selected{background:#dff6eb;color:var(--green);font-weight:800}.button-row{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.success-bar,.error-bar{margin-top:15px;padding:12px 14px;border-radius:12px;font-weight:700}.success-bar{background:#e3f7eb;color:var(--green)}.error-bar{background:#fff1ed;color:#9a3412}.action-icons{display:flex;gap:10px;color:var(--green)}.settings-admin-card .settings-row{grid-template-columns:1fr auto}@media (max-width: 820px){.admin-shell{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 110px)}.admin-sidebar{display:none}.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-page{padding:22px}}@media (max-width: 520px){.app-canvas{padding:72px 12px 16px}.top-switcher{top:10px}.phone-shell{width:100%;height:calc(100vh - 96px);min-height:650px;border-width:6px;border-radius:34px}.hero-card{grid-template-columns:72px 1fr 40px}.mosque-shape{font-size:55px}.hero-details h1{font-size:24px}.hero-details h2{font-size:31px}.form-grid.two,.stat-grid{grid-template-columns:1fr}}.today-head-center{display:grid;gap:2px;justify-items:center;line-height:1.05}.app-name-small{font-size:12px;color:var(--green-2);letter-spacing:.01em}.green-header .app-name-small{color:#fff}.today-screen{padding:10px 14px 12px}.today-screen .date-card{padding:10px 14px;border-radius:15px}.today-screen .hero-card{min-height:126px;margin-top:10px;padding:13px 14px;grid-template-columns:72px 1fr 40px;border-radius:20px}.today-screen .mosque-shape{font-size:52px}.today-screen .hero-details h1{font-size:23px;margin-top:2px}.today-screen .hero-details h2{font-size:31px;line-height:1.02}.today-screen .hero-details p{margin-top:5px;font-size:12px}.today-screen .hero-details b{font-size:15px}.today-screen .section-title{margin:11px 2px 7px}.today-screen .prayer-list{gap:6px}.today-screen .prayer-item{padding:9px 12px;min-height:45px;border-radius:13px}.today-screen .prayer-left{gap:7px}.today-screen .prayer-left em{font-size:11px}.today-screen .mini-alert{display:none}html[data-theme=dark]{--bg: #07110f;--card: #101c18;--green: #0b8b63;--green-2: #19a879;--green-3: #062a22;--gold: #e1ba63;--ink: #f3f7f4;--muted: #a8b6af;--line: #263a32;--soft-green: #123a2f;--shadow: 0 18px 45px rgba(0, 0, 0, .35)}html[data-theme=dark] body{background:radial-gradient(circle at 10% 0%,rgba(225,186,99,.1),transparent 30%),radial-gradient(circle at 90% 20%,rgba(11,139,99,.1),transparent 28%),linear-gradient(135deg,#060d0b,#0b1713 45%,#07110f)}html[data-theme=dark] .top-switcher{background:#101c18d1;border-color:var(--line)}html[data-theme=dark] .top-switcher button{color:var(--ink)}html[data-theme=dark] .top-switcher .switch-active{color:#fff}html[data-theme=dark] .phone-shell{background:#07110f;border-color:#050807}html[data-theme=dark] .phone-header{background:#0b1713;color:var(--ink)}html[data-theme=dark] .phone-header.green-header{background:linear-gradient(135deg,#0b8b63,#064636);color:#fff}html[data-theme=dark] .phone-screen{background:linear-gradient(180deg,#0b1713,#07110f 70%)}html[data-theme=dark] .date-card,html[data-theme=dark] .prayer-item,html[data-theme=dark] .settings-card,html[data-theme=dark] .event-item,html[data-theme=dark] .city-card,html[data-theme=dark] .admin-card,html[data-theme=dark] .stat,html[data-theme=dark] .editable-table-wrap{background:var(--card);color:var(--ink)}html[data-theme=dark] .bottom-nav{background:#0b1713f5;border-color:var(--line)}html[data-theme=dark] .bottom-nav button{color:#b8c7bf}html[data-theme=dark] .bottom-nav button.active{color:var(--green-2)}html[data-theme=dark] .calendar-row.selected,html[data-theme=dark] .editable-table tr.selected{background:#123a2f;color:#7fe0bd}html[data-theme=dark] .segmented{background:#0d211b;border-color:var(--line)}html[data-theme=dark] input,html[data-theme=dark] select{background:#0b1713;color:var(--ink);border-color:var(--line)}html[data-theme=dark] .admin-shell{background:#101c18c7;border-color:var(--line)}html[data-theme=dark] .admin-main{background:#07110f}html[data-theme=dark] .data-table th,html[data-theme=dark] .data-table td,html[data-theme=dark] .editable-table th,html[data-theme=dark] .editable-table td{border-color:var(--line)}html[data-theme=dark] .secondary{background:#0d211b;color:var(--ink);border-color:var(--line)}html[data-theme=dark] .upload-box{background:var(--card);border-color:var(--line)}@media (max-width: 520px){.today-screen .hero-card{min-height:118px;grid-template-columns:58px 1fr 38px}.today-screen .mosque-shape{font-size:44px}.today-screen .hero-details h1{font-size:21px}.today-screen .hero-details h2{font-size:28px}.today-screen .prayer-item{min-height:42px;padding:8px 11px}}:root{--phone-header-safe: 112px;--phone-bottom-safe: 64px}.app-canvas{place-items:start center;padding-top:82px}.top-switcher{top:12px;z-index:50}.phone-shell{height:min(780px,calc(100vh - 112px));min-height:620px}.phone-shell:before{top:14px;height:30px;z-index:20}.phone-header{height:var(--phone-header-safe);padding:56px 18px 12px;align-items:end;z-index:10}.phone-header.green-header{padding-top:58px}.phone-screen{inset:var(--phone-header-safe) 0 var(--phone-bottom-safe)}.bottom-nav{height:var(--phone-bottom-safe)}.header-center,.today-head-center,.location-line{min-width:0}.today-head-center{transform:translateY(1px)}.app-name-small{display:block;max-width:185px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.today-screen{min-height:100%;padding:8px 14px 10px}.today-screen .date-card{min-height:46px;padding:8px 13px}.today-screen .hero-card{min-height:110px;margin-top:9px;padding:11px 13px;grid-template-columns:58px 1fr 38px}.today-screen .mosque-shape{font-size:44px}.today-screen .hero-details small{font-size:12px}.today-screen .hero-details h1{font-size:21px;margin-top:1px}.today-screen .hero-details h2{font-size:28px;line-height:1}.today-screen .hero-details p{margin-top:4px;font-size:12px}.today-screen .hero-details b{font-size:14px}.today-screen .hero-bell{width:38px;height:38px}.today-screen .section-title{margin:9px 2px 6px}.today-screen .prayer-list{gap:5px}.today-screen .prayer-item{min-height:38px;padding:7px 11px;border-radius:12px}.today-screen .prayer-left b{font-size:14px}.today-screen .prayer-left em{font-size:10.5px}.today-screen .prayer-item strong{font-size:15px}.floating-events{bottom:calc(var(--phone-bottom-safe) + 10px)}html[data-theme=dark] .app-name-small{color:#71dfb9}html[data-theme=dark] .location-line{color:var(--ink)}html[data-theme=dark] .date-card,html[data-theme=dark] .settings-card,html[data-theme=dark] .event-item,html[data-theme=dark] .city-card,html[data-theme=dark] .kaaba-chip,html[data-theme=dark] .compass-card,html[data-theme=dark] .stat,html[data-theme=dark] .admin-card,html[data-theme=dark] .upload-box,html[data-theme=dark] .editable-table-wrap{background:var(--card);color:var(--ink);border-color:var(--line)}html[data-theme=dark] .compass-card{background:radial-gradient(circle,#101c18 0,#101c18 55%,#0b1713 56%,#0b1713)}html[data-theme=dark] .calendar-row,html[data-theme=dark] .settings-row,html[data-theme=dark] .event-item{border-color:var(--line)}html[data-theme=dark] .calendar-row:not(.calendar-head),html[data-theme=dark] .settings-screen,html[data-theme=dark] .events-screen,html[data-theme=dark] .qibla-screen{color:var(--ink)}html[data-theme=dark] .admin-mobile-tabs{background:#07110f;border-color:var(--line)}.admin-mobile-tabs{display:none;gap:8px;padding:10px;overflow-x:auto;border-bottom:1px solid var(--line);background:#fffdf8}.admin-mobile-tabs button{border:1px solid var(--line);background:var(--card);color:var(--green-2);border-radius:999px;padding:8px 10px;font-weight:800;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}.admin-mobile-tabs button.active{background:var(--green);color:#fff;border-color:var(--green)}.preview-page .editable-table-wrap{max-height:min(520px,calc(100vh - 270px));overflow:auto}.preview-page .editable-table thead th{position:sticky;top:0;background:var(--card);z-index:1}@media (max-width: 820px){.admin-shell{grid-template-rows:auto 1fr}.admin-mobile-tabs{display:flex}}@media (max-width: 520px){:root{--phone-header-safe: 108px;--phone-bottom-safe: 62px}.app-canvas{padding:74px 10px 12px}.phone-shell{width:100%;height:calc(100vh - 92px);min-height:610px;border-width:6px;border-radius:34px}.phone-header{padding:53px 17px 11px}.phone-header.green-header{padding-top:54px}.top-switcher button{padding:9px 14px}.today-screen .date-card{min-height:42px}.today-screen .hero-card{min-height:104px}.today-screen .prayer-item{min-height:36px;padding:6px 10px}}.compact-prayers .prayer-item{min-height:42px;padding:9px 13px}.today-events-card{margin-top:10px;border:1px solid var(--line, rgba(24, 83, 63, .12));border-radius:18px;padding:10px 12px;background:#ffffffbd;box-shadow:0 10px 24px #1430240f}.mini-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:var(--green, #0f6b4b);margin-bottom:7px}.mini-event-row{display:grid;grid-template-columns:75px 1fr;gap:8px;align-items:center;font-size:12px;padding:5px 0;border-top:1px solid rgba(120,105,75,.1)}.mini-event-row:first-of-type{border-top:0}.mini-event-row span{color:var(--muted, #718076);font-weight:700}.mini-event-row b{color:var(--ink, #142019);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-event-row em{color:var(--muted, #7a827c);font-style:normal}.duas-screen{padding-bottom:92px}.search-card{display:flex;align-items:center;gap:8px;border-radius:16px;background:#ffffffdb;border:1px solid rgba(36,75,58,.12);padding:11px 12px;box-shadow:0 10px 22px #1730240f;margin-bottom:12px}.search-card input{flex:1;border:0;outline:0;background:transparent;color:var(--ink, #152019);font:inherit;min-width:0}.search-card button{border:0;background:#106e4b1a;color:var(--green, #0f6b4b);width:26px;height:26px;border-radius:99px;display:grid;place-items:center}.dua-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:8px;margin-bottom:6px}.dua-tabs span{flex:0 0 auto;font-size:11px;font-weight:800;color:var(--green, #0f6b4b);border:1px solid rgba(16,110,75,.16);background:#106e4b14;padding:7px 10px;border-radius:99px}.dua-list{display:grid;gap:10px}.dua-card,.empty-card{border:1px solid rgba(36,75,58,.12);background:#ffffffd1;border-radius:18px;padding:12px;box-shadow:0 12px 26px #1730240f}.dua-card>div:first-child{display:flex;justify-content:space-between;align-items:start;gap:12px}.dua-card b{color:var(--ink, #142019)}.dua-card em{color:var(--green, #0f6b4b);font-style:normal;font-weight:800;direction:rtl}.dua-card p{margin:8px 0 10px;font-size:12px;line-height:1.45;color:var(--muted, #617168)}.dua-meta{display:flex;gap:7px;flex-wrap:wrap}.dua-meta span{background:#d4af371f;color:#785f14;font-size:10px;font-weight:800;border-radius:99px;padding:5px 8px}.dua-card a{display:inline-block;margin-top:10px;color:var(--green, #0f6b4b);font-size:12px;font-weight:900;text-decoration:none}html[data-theme=dark] .today-events-card,html[data-theme=dark] .search-card,html[data-theme=dark] .dua-card,html[data-theme=dark] .empty-card{background:#091f18eb;border-color:#ffffff1a;box-shadow:none}html[data-theme=dark] .mini-event-row b,html[data-theme=dark] .dua-card b,html[data-theme=dark] .search-card input{color:#eef8f2}html[data-theme=dark] .dua-card p,html[data-theme=dark] .mini-event-row em,html[data-theme=dark] .mini-event-row span{color:#b8c9c0}html[data-theme=dark] .dua-card em,html[data-theme=dark] .dua-card a,html[data-theme=dark] .mini-title{color:#62d79d}html[data-theme=dark] .dua-tabs span{background:#62d79d1a;border-color:#62d79d2e;color:#62d79d}@media (max-height: 790px){.today-screen .date-card{padding:10px 14px}.today-screen .hero-card{min-height:150px;padding:18px}.today-screen .hero-details h1{font-size:28px}.today-screen .hero-details h2{font-size:38px}.compact-prayers .prayer-item{min-height:38px;padding:7px 12px}.today-events-card{padding:8px 11px}}.app-canvas{padding-top:18px!important;padding-bottom:18px!important}.phone-shell{height:min(820px,calc(100vh - 36px))!important}:root{--phone-header-safe: 100px;--phone-bottom-safe: 64px}.phone-header{height:var(--phone-header-safe)!important;padding:50px 18px 10px!important}.phone-header.green-header{padding-top:52px!important}.today-screen{padding:7px 13px!important}.today-screen .date-card{min-height:40px!important;padding:7px 12px!important}.today-screen .date-card span{font-size:11px!important}.today-screen .hero-card{min-height:100px!important;margin-top:8px!important;padding:10px 12px!important;grid-template-columns:50px 1fr 34px!important}.today-screen .mosque-shape{font-size:38px!important}.today-screen .hero-details h1{font-size:20px!important;margin:0!important}.today-screen .hero-details p{margin-top:3px!important;font-size:11px!important}.today-screen .hero-bell{width:34px!important;height:34px!important}.today-screen .section-title{margin:8px 2px 5px!important}.today-screen .prayer-list,.compact-prayers{gap:4px!important}.today-screen .prayer-item,.compact-prayers .prayer-item{min-height:35px!important;padding:5px 10px!important;border-radius:11px!important}.today-screen .prayer-left{gap:6px!important}.today-screen .prayer-left em{font-size:10px!important}.today-events-card{margin-top:7px!important;padding:8px 10px!important;border-radius:14px!important}.today-events-list{display:grid;gap:6px}.today-event-pill{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:8px;border-top:1px solid rgba(120,105,75,.1);padding-top:6px}.today-event-pill:first-child{border-top:0;padding-top:0}.today-event-pill>span{color:var(--green);font-weight:900;font-size:11px}.today-event-pill b{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.today-event-pill em{display:block;color:var(--muted);font-style:normal;font-size:10.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-access-row{width:100%;text-align:left;border:0;background:transparent;color:inherit}.admin-access-row small{display:block;color:var(--muted);margin-top:2px;font-size:11px}.admin-login-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:18px;background:#020d0a9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-login-card{width:min(390px,100%);position:relative;border:1px solid var(--line);border-radius:26px;background:var(--card);color:var(--ink);box-shadow:0 24px 80px #0000003d;padding:24px}.login-close{position:absolute;right:14px;top:14px;border:0;background:#0000000f;color:inherit;border-radius:99px;width:34px;height:34px;display:grid;place-items:center}.login-badge{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;margin-bottom:12px}.admin-login-card h2{margin:0 0 6px}.admin-login-card p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.45}.admin-login-card label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:12px}.admin-login-card input{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 13px;background:#fff;color:var(--ink)}.compact-error{margin:6px 0 12px;font-size:12px}@media (max-width: 520px){.app-canvas{padding:8px!important}.phone-shell{height:calc(100vh - 16px)!important;min-height:610px!important}:root{--phone-header-safe: 96px;--phone-bottom-safe: 62px}.phone-header{padding-top:49px!important}.phone-header.green-header{padding-top:50px!important}}html[data-theme=dark] .admin-login-backdrop{background:#000000ad}html[data-theme=dark] .admin-login-card,html[data-theme=dark] .admin-login-card input{background:var(--card);color:var(--ink);border-color:var(--line)}html[data-theme=dark] .today-event-pill b{color:#eef8f2}html[data-theme=dark] .today-event-pill em{color:#b8c9c0}html[data-theme=dark] .today-event-pill>span{color:#62d79d}:root{--phone-header-safe: 112px;--phone-bottom-safe: 66px}.app-canvas{padding-top:14px!important;padding-bottom:14px!important}.phone-shell{height:min(830px,calc(100vh - 28px))!important;min-height:640px!important}.phone-shell:before{top:12px!important;height:30px!important;z-index:30!important}.phone-header{height:var(--phone-header-safe)!important;padding:60px 18px 12px!important;align-items:end!important;z-index:20!important}.phone-header.green-header{padding-top:62px!important}.phone-screen{inset:var(--phone-header-safe) 0 var(--phone-bottom-safe)!important}.bottom-nav{height:var(--phone-bottom-safe)!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:3px 4px env(safe-area-inset-bottom)!important}.bottom-nav button{min-width:0!important;font-size:10px!important;gap:2px!important;padding:2px 0!important}.bottom-nav button svg{width:18px!important;height:18px!important}.header-btn,.header-center-btn,.kaaba-chip{border:0;background:transparent;color:inherit;display:grid;place-items:center;padding:0}.header-center-btn{width:100%;text-align:center;display:block}.header-center-btn:disabled{cursor:default}.app-name-small{color:var(--green);font-size:12px;line-height:1;display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto 2px}.location-line{line-height:1}.today-screen{padding:7px 13px!important;min-height:100%}.today-screen .date-card{min-height:42px!important;padding:8px 13px!important}.today-screen .date-card strong{font-size:14px}.today-screen .date-card span{font-size:12px}.today-screen .hero-card{min-height:106px!important;margin-top:8px!important;padding:10px 13px!important;grid-template-columns:56px 1fr 38px!important}.today-screen .mosque-shape{font-size:42px!important}.today-screen .hero-details small{font-size:11px!important}.today-screen .hero-details h1{font-size:21px!important;margin-top:1px!important}.today-screen .hero-details h2{font-size:27px!important;line-height:1!important}.today-screen .hero-details p{margin-top:4px!important;font-size:12px!important}.today-screen .hero-details b{font-size:14px!important}.today-screen .hero-bell{width:36px!important;height:36px!important}.today-screen .section-title{margin:9px 2px 6px!important}.today-screen .prayer-list{gap:5px!important}.today-screen .prayer-item,.compact-prayers .prayer-item{min-height:36px!important;padding:6px 10px!important;border-radius:12px!important}.today-screen .prayer-left b{font-size:13px!important}.today-screen .prayer-left em{font-size:10.5px!important}.today-screen .prayer-item strong{font-size:14px!important}.today-events-card:empty,.today-events-card:not(.has-events){display:none!important}.today-events-card{margin-top:8px!important;padding:8px 10px!important;border:1px solid var(--line);border-radius:15px;background:var(--card)}.today-event-pill{display:grid;grid-template-columns:52px 1fr;gap:8px;align-items:center;padding:6px 0}.today-event-pill+.today-event-pill{border-top:1px solid var(--line)}.today-event-pill span{font-size:12px;color:var(--green);font-weight:800}.today-event-pill b,.today-event-pill em{display:block;font-size:12px;font-style:normal}.today-event-pill em{color:var(--muted)}.calendar-screen{padding-bottom:12px!important}.calendar-table{font-size:11px!important}.calendar-row{padding:10px!important;grid-template-columns:1.06fr repeat(5,1fr)!important}.calendar-events-section{padding:12px 14px 18px}.compact-event-list{gap:8px!important}.compact-event-list .event-item{padding:9px!important;grid-template-columns:48px 1fr auto!important}.compact-event-list .event-date{height:48px!important}.compact-event-list .event-date b{font-size:21px!important}.settings-screen{gap:10px!important;padding-bottom:16px!important}.settings-group h4{margin-bottom:6px!important}.settings-row{width:100%;min-height:48px!important;padding:10px 12px!important;text-align:left;color:inherit}button.settings-row,.clickable-row,.admin-access-row{border-left:0;border-right:0;border-top:0;background:transparent}.clickable-row:active,.admin-access-row:active{background:#007a520f}.settings-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;align-items:end;background:#030c0961}.settings-sheet{background:var(--card);color:var(--ink);border-radius:22px 22px 0 0;padding:14px;border-top:1px solid var(--line);box-shadow:0 -18px 35px #0000002e}.sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sheet-head button{border:0;background:#007a521a;color:var(--green);border-radius:999px;width:32px;height:32px;display:grid;place-items:center}.sheet-body{display:grid;gap:8px}.sheet-copy{margin:2px 0 10px;font-size:13px;color:var(--muted);line-height:1.45}.option-row{width:100%;min-height:44px;display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:12px;padding:9px 11px;text-align:left;font-weight:750}.option-row.selected{border-color:#007a5273;background:#007a5214;color:var(--green)}.option-row em{color:var(--muted);font-style:normal;font-size:12px}.info-card-modal{width:min(340px,calc(100vw - 42px));background:var(--card);color:var(--ink);border-radius:22px;padding:22px;position:relative;box-shadow:0 24px 70px #00000047}.info-card-modal p{color:var(--muted);line-height:1.5}.dua-tabs button{flex:0 0 auto;font-size:11px;font-weight:800;color:var(--green, #0f6b4b);border:1px solid rgba(16,110,75,.16);background:#106e4b14;padding:7px 10px;border-radius:99px}.qibla-screen{gap:12px!important}.kaaba-chip{cursor:pointer}.qibla-button{padding:10px 16px;border-radius:999px}.needle{transform-origin:50% 80%!important;transition:transform .18s ease}html[data-theme=dark] body{background:#06130f!important}html[data-theme=dark] .app-canvas{background:radial-gradient(circle at 20% 0%,rgba(0,122,82,.24),transparent 26%),linear-gradient(135deg,#06130f,#071b15)!important}html[data-theme=dark] .phone-shell,html[data-theme=dark] .phone-header,html[data-theme=dark] .phone-screen,html[data-theme=dark] .bottom-nav{background:#07130f!important;color:#edf8f1!important}html[data-theme=dark] .phone-screen{background:linear-gradient(180deg,#07130f,#0a1c16)!important}html[data-theme=dark] .phone-header.green-header{background:linear-gradient(135deg,#007a52,#00382d)!important}html[data-theme=dark] .date-card,html[data-theme=dark] .settings-card,html[data-theme=dark] .settings-sheet,html[data-theme=dark] .option-row,html[data-theme=dark] .event-item,html[data-theme=dark] .dua-card,html[data-theme=dark] .empty-card,html[data-theme=dark] .search-card,html[data-theme=dark] .city-card,html[data-theme=dark] .compass-card,html[data-theme=dark] .today-events-card,html[data-theme=dark] .info-card-modal{background:#0d211a!important;color:#edf8f1!important;border-color:#ffffff1a!important;box-shadow:none!important}html[data-theme=dark] .calendar-row{border-color:#ffffff1a!important}html[data-theme=dark] .calendar-row.selected,html[data-theme=dark] .option-row.selected{background:#3dd69724!important;color:#69ddb0!important}html[data-theme=dark] .prayer-item{background:#0d211a!important;color:#edf8f1!important;border-color:#ffffff1a!important}html[data-theme=dark] .prayer-item.active{background:linear-gradient(90deg,#01815a,#005542)!important}html[data-theme=dark] .muted,html[data-theme=dark] .helper-text,html[data-theme=dark] .sheet-copy,html[data-theme=dark] .date-card span,html[data-theme=dark] .prayer-left em,html[data-theme=dark] .event-item span,html[data-theme=dark] .event-item em,html[data-theme=dark] .city-card span,html[data-theme=dark] .dua-card p,html[data-theme=dark] .info-card-modal p,html[data-theme=dark] .today-event-pill em{color:#aebfb6!important}html[data-theme=dark] .app-name-small,html[data-theme=dark] .bottom-nav button.active,html[data-theme=dark] .dua-card em,html[data-theme=dark] .dua-card a,html[data-theme=dark] .mini-title,html[data-theme=dark] .today-event-pill span,html[data-theme=dark] .settings-icon{color:#69ddb0!important}html[data-theme=dark] .search-card input{color:#edf8f1!important}html[data-theme=dark] .dua-tabs button{background:#62d79d1a!important;border-color:#62d79d2e!important;color:#69ddb0!important}@media (max-width: 520px){:root{--phone-header-safe: 108px;--phone-bottom-safe: 64px}.app-canvas{padding:8px!important}.phone-shell{width:100%!important;height:calc(100vh - 16px)!important;min-height:610px!important;border-width:6px!important;border-radius:34px!important}.phone-header{padding:58px 17px 10px!important}.phone-header.green-header{padding-top:60px!important}.calendar-row{font-size:10px!important;padding:9px 8px!important}}@media (max-width: 760px){html,body,#root{width:100%;min-height:100%;margin:0;overflow-x:hidden}body{background:var(--app-bg, #06261c)!important}.phone-frame,.phone-shell,.device-frame,.mock-phone,.app-frame,.app-shell{width:100%!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:0!important}.phone-notch,.device-notch,.fake-notch,.notch{display:none!important}}.duas-screen .quran-reflections,.duas-screen .quran-strip,.duas-screen .reflection-strip,.duas-screen .ayah-strip,.duas-screen .quran-carousel,.duas-screen .ayah-carousel,.duas-screen .quran-card,.duas-screen .reflection-card,.duas-screen .ayah-card,.duas-screen .today-ayah,.duas-screen .today-reflection,.duas-screen .ayah-reflection,.duas-page .quran-reflections,.duas-page .quran-strip,.duas-page .reflection-strip,.duas-page .ayah-strip,.duas-page .quran-carousel,.duas-page .ayah-carousel,.duas-page .quran-card,.duas-page .reflection-card,.duas-page .ayah-card{display:none!important}.app,.phone-frame,.phone-shell,.screen{font-size:14px}.prayer-row b,.settings-row b{font-size:16px}.next-prayer-card h1,.next-prayer-card .time,.hero-card .time{font-size:clamp(34px,8vw,44px)}.admin-grid,.admin-dashboard{overflow-x:hidden}.admin-card{min-width:0}.today-ayah-reflection-safe{display:flex;gap:14px;margin:14px 0 92px;padding:16px;border:1px solid rgba(72,201,157,.22);border-radius:22px;background:linear-gradient(135deg,#0e705042,#072b21a8);box-shadow:0 18px 40px #00000029;overflow:hidden}.today-ayah-icon-safe{width:46px;height:46px;flex:0 0 46px;border-radius:16px;display:grid;place-items:center;color:#f4c85a;background:#1f8963b8;font-size:24px}.today-ayah-content-safe{min-width:0;flex:1}.today-ayah-kicker-safe{color:#49d6a8;font-weight:800;font-size:19px;line-height:1.1}.today-ayah-ref-safe{margin-top:3px;color:#ffffffad;font-size:13px;font-weight:700}.today-ayah-arabic-safe{margin-top:12px;color:#fffffff0;font-size:22px;line-height:1.8;font-weight:700;text-align:right}.today-ayah-text-safe{margin:8px 0 0;color:#ffffffc7;font-size:14px;line-height:1.45}@media (max-width: 760px),(hover: none) and (pointer: coarse){html,body,#root{width:100%!important;min-width:0!important;min-height:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}body{background:#071f18!important}.app-stage,.stage,.preview-stage,.demo-stage,.shell-wrap,.app-wrapper,.preview-wrapper{width:100vw!important;max-width:100vw!important;min-height:100dvh!important;margin:0!important;padding:0!important;display:block!important;background:#071f18!important}.phone,.phone-frame,.phone-shell,.device-frame,.mock-phone,.iphone-frame,.mobile-frame,.app-phone{width:100vw!important;max-width:100vw!important;min-width:0!important;height:100dvh!important;max-height:none!important;min-height:100dvh!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:none!important;background:#071f18!important}.phone:before,.phone:after,.phone-frame:before,.phone-frame:after,.phone-shell:before,.phone-shell:after,.device-frame:before,.device-frame:after,.mock-phone:before,.mock-phone:after,.iphone-frame:before,.iphone-frame:after,.mobile-frame:before,.mobile-frame:after,.app-phone:before,.app-phone:after,.phone-notch,.notch,.dynamic-island,.fake-notch{display:none!important}.phone-screen,.screen,.app-screen,.mobile-screen,.screen-body{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;border-radius:0!important;border:0!important;overflow-x:hidden!important}.today-ayah-reflection-safe{margin-bottom:calc(90px + env(safe-area-inset-bottom,0px))}}.header-action-btn{width:32px;height:32px;border:0;border-radius:12px;background:transparent;color:inherit;display:grid;place-items:center;padding:0}.header-action-btn:active{transform:scale(.96)}.ayah-card-today-only{display:flex;gap:13px;margin:14px 0;padding:15px;border:1px solid rgba(112,231,189,.24);border-radius:20px;background:linear-gradient(135deg,#03735252,#032a2194);color:#fff;box-shadow:0 14px 32px #00000029}.ayah-card-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:15px;background:#24b48242;color:#f6cf63;font-size:25px}.ayah-card-body{min-width:0;flex:1}.ayah-card-title{color:#64e4b8;font-size:18px;line-height:1.1;font-weight:850}.ayah-card-ref{margin-top:2px;color:#ffffffad;font-size:12px;font-weight:800}.ayah-card-arabic{margin-top:10px;color:#fffffff5;font-size:21px;line-height:1.75;font-weight:750;text-align:right}.ayah-card-body p{margin:8px 0 0;color:#ffffffbf;line-height:1.45;font-size:13px}.shiatime-toast{position:fixed;left:50%;bottom:calc(86px + env(safe-area-inset-bottom,0px));transform:translate(-50%) translateY(12px);z-index:9999;max-width:min(92vw,380px);padding:12px 16px;border-radius:999px;background:#0d201aeb;color:#fff;font-weight:750;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:0 12px 30px #0000004d}.shiatime-toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 760px),(hover: none) and (pointer: coarse){html,body,#root{width:100%!important;min-width:0!important;margin:0!important;overflow-x:hidden!important;background:#061f18!important}body{min-height:100dvh!important}.app-canvas{min-height:100dvh!important;width:100vw!important;padding:0!important;display:block!important;place-items:initial!important;background:#061f18!important;overflow-x:hidden!important}.app-canvas:before,.app-canvas:after,.top-switcher{display:none!important}.phone-shell{width:100vw!important;max-width:100vw!important;min-width:0!important;height:100dvh!important;min-height:100dvh!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#061f18!important;overflow:hidden!important}.phone-shell:before{display:none!important}.phone-header,.phone-header.green-header{height:92px!important;padding:calc(20px + env(safe-area-inset-top,0px)) 22px 14px!important;background:linear-gradient(180deg,#05261dfa,#051e18f5)!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.phone-screen{position:absolute!important;inset:92px 0 calc(76px + env(safe-area-inset-bottom,0px)) 0!important;width:100vw!important;max-width:100vw!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;background:linear-gradient(180deg,#061f18,#06251c)!important}.screen-content{padding:16px 16px calc(130px + env(safe-area-inset-bottom,0px))!important;max-width:100vw!important;overflow-x:hidden!important}.screen-content.no-padding{padding:0 0 calc(130px + env(safe-area-inset-bottom,0px))!important}.bottom-nav{height:calc(76px + env(safe-area-inset-bottom,0px))!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;background:#041813fa!important;border-top:1px solid rgba(255,255,255,.08)!important;z-index:80!important}.bottom-nav button{font-size:11px!important;min-width:0!important}.hero-card{min-height:150px!important;grid-template-columns:80px 1fr 44px!important}.hero-details h1{font-size:28px!important}.hero-details h2{font-size:40px!important;line-height:.98!important}.prayer-item{padding:11px 13px!important}.prayer-left b{font-size:15px!important}.prayer-left em{font-size:12px!important}.prayer-item strong{font-size:18px!important}.mini-alert{display:none!important}.ayah-card-today-only{margin-bottom:20px!important}.calendar-table{width:100%!important;max-width:100vw!important;overflow-x:auto!important;padding-bottom:18px!important}.calendar-row{min-width:620px!important}.events-this-month,.event-list{padding-left:16px!important;padding-right:16px!important;padding-bottom:120px!important}.event-item{max-width:100%!important}.qibla-screen{min-height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;padding-top:24px!important;padding-bottom:calc(130px + env(safe-area-inset-bottom,0px))!important}.compass-card{width:min(78vw,310px)!important;height:min(78vw,310px)!important;margin-top:8px!important}.city-card{width:min(78vw,310px)!important}.helper-text{margin-bottom:18px!important}.admin-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border-radius:0!important;background:#061f18!important}.admin-sidebar{display:none!important}.admin-main,.admin-content,.admin-body{width:100vw!important;max-width:100vw!important;min-width:0!important;flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 14px calc(120px + env(safe-area-inset-bottom,0px))!important}.admin-header{width:100vw!important;max-width:100vw!important;height:auto!important;min-height:86px!important;padding:calc(18px + env(safe-area-inset-top,0px)) 18px 12px!important;position:sticky!important;top:0!important;z-index:10!important;background:#052019fa!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.admin-tabs{display:flex!important;width:100vw!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:hidden!important;gap:8px!important;padding:10px 14px!important;margin:0 -14px 12px!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch!important}.admin-tabs button{flex:0 0 auto!important;white-space:nowrap!important;font-size:13px!important;padding:10px 13px!important;border-radius:999px!important}.admin-page,.admin-card,.settings-admin-card,.published-card,.upload-card{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.admin-page h2{font-size:25px!important;line-height:1.1!important;margin:14px 0 16px!important}.stats-grid,.admin-grid,.form-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.stat{width:100%!important;min-width:0!important}.data-table{width:100%!important;min-width:0!important;border-collapse:separate!important;border-spacing:0 10px!important;display:block!important}.data-table thead{display:none!important}.data-table tbody{display:block!important;width:100%!important}.data-table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px 12px!important;width:100%!important;padding:12px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:#ffffff09!important}.data-table td{display:block!important;padding:2px!important;border:0!important;font-size:13px!important;word-break:break-word!important}.data-table td:first-child{grid-column:1 / -1!important;font-size:16px!important;font-weight:800!important}.wide-button,.primary.block,.primary{width:100%!important;max-width:100%!important}}.today-screen .ayah-card-today-only{display:flex!important;gap:12px!important;margin:14px 0 18px!important;padding:14px!important;border-radius:18px!important;border:1px solid rgba(216,179,95,.28)!important;background:linear-gradient(135deg,#007a52f2,#004634f5)!important;color:#fff!important;box-shadow:0 12px 26px #00000029!important}.ayah-card-icon{width:42px!important;height:42px!important;flex:0 0 42px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:#ffffff24!important;color:#f5cf65!important}.ayah-card-body{min-width:0!important}.ayah-card-title{color:#76e6bf!important;font-size:16px!important;font-weight:850!important}.ayah-card-ref{color:#ffffffb8!important;font-size:12px!important;font-weight:800!important;margin-top:2px!important}.ayah-card-arabic{color:#fff!important;font-size:20px!important;line-height:1.65!important;margin-top:8px!important;text-align:right!important}.ayah-card-body p{color:#ffffffd1!important;font-size:13px!important;line-height:1.45!important;margin:7px 0 0!important}.duas-screen .ayah-card-today-only,.duas-screen .quran-reflections,.duas-screen .quran-strip,.duas-screen .quran-carousel,.duas-screen .quran-card,.duas-screen .today-ayah,.duas-screen .ayah-reflection{display:none!important}.compass-card h2:after{content:" Göteborg";display:block;font-size:11px;line-height:1.2;opacity:.55;font-weight:700;margin-top:2px}html[data-theme=dark] .compass-card{background:radial-gradient(circle,#0c241d 0,#0c241d 54%,#071813 55%,#071813)!important;color:#f6fff9!important;border-color:#ffffff1f!important;box-shadow:inset 0 0 0 10px #ffffff08,0 20px 40px #00000038!important}html[data-theme=dark] .compass-card p,html[data-theme=dark] .helper-text,html[data-theme=dark] .city-card span{color:#ffffffa8!important}html[data-theme=dark] .city-card,html[data-theme=dark] .kaaba-chip{background:#ffffff0b!important;color:#fff!important;border-color:#ffffff1f!important}html[data-theme=light] .compass-card{background:radial-gradient(circle,#fffdf8 0,#fffdf8 55%,#f2ebde 56%,#f2ebde)!important;color:#15211d!important}html[data-theme=light] .city-card,html[data-theme=light] .kaaba-chip{background:#fffdf8!important;color:#15211d!important}.needle{transform-origin:50% 92%!important}.calendar-table{width:100%!important;overflow-x:hidden!important}.calendar-row{display:grid!important;grid-template-columns:62px repeat(5,minmax(50px,1fr))!important;min-width:0!important;align-items:center!important;column-gap:4px!important}.calendar-row span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important}.calendar-head span{font-size:11px!important;font-weight:850!important}.calendar-row.selected span{font-weight:850!important}.event-item{grid-template-columns:54px 1fr 20px!important}.event-item em{direction:rtl;text-align:left}html[data-theme=dark] .event-item,html[data-theme=dark] .dua-card,html[data-theme=dark] .settings-card,html[data-theme=dark] .prayer-item,html[data-theme=dark] .date-card{background:#ffffff0b!important;color:#f6fff9!important;border-color:#ffffff1c!important}html[data-theme=dark] .prayer-item.active{background:linear-gradient(90deg,#009a70,#007054)!important;color:#fff!important}html[data-theme=dark] .settings-row small,html[data-theme=dark] .prayer-left em,html[data-theme=dark] .dua-card p,html[data-theme=dark] .event-item span,html[data-theme=dark] .event-item em{color:#ffffffa8!important}@media (max-width: 760px),(hover: none) and (pointer: coarse){html,body,#root{width:100%!important;min-width:0!important;margin:0!important;overflow-x:hidden!important}body{min-height:100dvh!important}.app-canvas{width:100vw!important;min-height:100dvh!important;padding:0!important;display:block!important;overflow-x:hidden!important}.app-canvas:before,.app-canvas:after,.top-switcher,.phone-shell:before{display:none!important}.phone-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}.phone-header,.phone-header.green-header{height:92px!important;padding:calc(18px + env(safe-area-inset-top,0px)) 22px 13px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.phone-screen{position:absolute!important;inset:92px 0 calc(76px + env(safe-area-inset-bottom,0px)) 0!important;width:100vw!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}.screen-content{padding:15px 14px calc(126px + env(safe-area-inset-bottom,0px))!important;max-width:100vw!important;overflow-x:hidden!important}.screen-content.no-padding{padding:0 0 calc(126px + env(safe-area-inset-bottom,0px))!important}.bottom-nav{position:absolute!important;height:calc(76px + env(safe-area-inset-bottom,0px))!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;z-index:90!important}.bottom-nav button{min-width:0!important;font-size:11px!important}html[data-theme=dark] body,html[data-theme=dark] .app-canvas,html[data-theme=dark] .phone-shell{background:#061f18!important}html[data-theme=dark] .phone-screen{background:linear-gradient(180deg,#061f18,#06251c)!important}html[data-theme=dark] .phone-header,html[data-theme=dark] .phone-header.green-header{background:linear-gradient(180deg,#05261dfa,#051e18f5)!important;color:#fff!important}html[data-theme=dark] .bottom-nav{background:#041813fa!important;border-top:1px solid rgba(255,255,255,.08)!important}html[data-theme=light] body,html[data-theme=light] .app-canvas,html[data-theme=light] .phone-shell{background:#f7f3ea!important}html[data-theme=light] .phone-screen{background:linear-gradient(180deg,#fffaf0,#fffdf8 74%)!important}html[data-theme=light] .phone-header,html[data-theme=light] .phone-header.green-header{background:#fffaf0!important;color:#15211d!important;border-bottom-color:#e8e2d7!important}html[data-theme=light] .bottom-nav{background:#fffdf8fa!important;border-top:1px solid #e8e2d7!important}html[data-theme=light] .settings-card,html[data-theme=light] .prayer-item,html[data-theme=light] .date-card,html[data-theme=light] .event-item,html[data-theme=light] .dua-card{background:#fffdf8!important;color:#15211d!important;border-color:#e8e2d7!important}html[data-theme=light] .settings-row small,html[data-theme=light] .prayer-left em,html[data-theme=light] .dua-card p,html[data-theme=light] .event-item span,html[data-theme=light] .event-item em{color:#6c746f!important}html[data-theme=light] .section-title,html[data-theme=light] .settings-group h4{color:#15211d!important}.today-screen .date-card{padding:10px 14px!important}.today-screen .hero-card{min-height:132px!important;margin-top:10px!important;grid-template-columns:70px 1fr 42px!important}.today-screen .hero-details h1{font-size:25px!important}.today-screen .hero-details h2{font-size:34px!important}.today-screen .prayer-list{gap:7px!important}.today-screen .prayer-item{padding:10px 12px!important;min-height:46px!important}.calendar-row{grid-template-columns:58px repeat(5,minmax(48px,1fr))!important;padding-left:10px!important;padding-right:10px!important}.calendar-row span{font-size:11.5px!important}.calendar-events-section{padding:16px 14px 126px!important}.event-list{padding-left:0!important;padding-right:0!important}.qibla-screen{min-height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;padding-top:22px!important;padding-bottom:calc(126px + env(safe-area-inset-bottom,0px))!important}.compass-card{width:min(78vw,300px)!important;height:min(78vw,300px)!important}.city-card{width:min(78vw,300px)!important}.admin-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;border:0!important;border-radius:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#061f18!important}.admin-sidebar{display:none!important}.admin-mobile-tabs{display:flex!important;flex:0 0 auto!important;width:100vw!important;max-width:100vw!important;overflow-x:auto!important;gap:8px!important;padding:calc(14px + env(safe-area-inset-top,0px)) 12px 10px!important;background:#052019fa!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.admin-mobile-tabs button{flex:0 0 auto!important;white-space:nowrap!important;font-size:12px!important;padding:9px 12px!important}.admin-main{width:100vw!important;max-width:100vw!important;flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;background:#061f18!important}.admin-page{padding:16px 14px calc(132px + env(safe-area-inset-bottom,0px))!important;width:100%!important;max-width:100%!important}.admin-page h2{font-size:24px!important;line-height:1.15!important;margin:0 0 14px!important}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.stat,.admin-card,.upload-box,.editable-table-wrap{background:#ffffff0b!important;color:#f6fff9!important;border-color:#ffffff1a!important}.stat b{font-size:24px!important;color:#fff!important}.admin-card{overflow-x:auto!important}.data-table,.editable-table{min-width:560px!important;width:560px!important;display:table!important;border-collapse:collapse!important}.data-table th,.data-table td,.editable-table th,.editable-table td{font-size:12px!important;padding:10px 8px!important}.form-grid.two{grid-template-columns:1fr!important}.primary,.secondary,.wide-button{max-width:100%!important}}.phone-screen,.screen-content{scroll-padding-bottom:calc(150px + env(safe-area-inset-bottom,0px))!important}.screen-content{padding-bottom:calc(145px + env(safe-area-inset-bottom,0px))!important}.today-screen{padding-bottom:calc(190px + env(safe-area-inset-bottom,0px))!important}.ayah-card-today-only{display:grid!important;grid-template-columns:auto 1fr;gap:14px;margin:16px 0 calc(130px + env(safe-area-inset-bottom,0px))!important;padding:18px;border-radius:22px;border:1px solid rgba(212,175,55,.34);background:linear-gradient(135deg,#037953f5,#0c5845f5);color:#fff;box-shadow:0 16px 34px #0000002e;overflow:visible!important}.ayah-card-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#f7d36b;background:#ffffff24}.ayah-card-title{font-weight:900;color:#bdf7df;font-size:20px;line-height:1.05}.ayah-card-ref{font-weight:800;color:#e5c75a;margin:4px 0 10px}.ayah-card-arabic{font-size:clamp(22px,6vw,30px);line-height:1.8;text-align:right;margin:8px 0;font-weight:700}.ayah-card-body p{margin:8px 0 0;color:#ffffffe0;line-height:1.45}.duas-screen .ayah-card-today-only,.duas-screen [class*=quran],.duas-screen [class*=Quran],.duas-screen [class*=ayah],.duas-screen [class*=Ayah]{display:none!important}.bottom-nav{z-index:5000!important}@media (max-width: 760px){html,body,#root{min-height:100%;height:100%;overflow:hidden}.app-canvas{min-height:100dvh!important;height:100dvh!important;padding:0!important}.phone-shell{width:100vw!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}.phone-shell:before{display:none!important}.phone-screen{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(130px + env(safe-area-inset-bottom,0px))!important}.bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:calc(78px + env(safe-area-inset-bottom,0px))!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;border-radius:0!important}.today-screen .date-card{margin-top:6px!important}.calendar-screen{overflow-x:auto!important;padding-bottom:calc(150px + env(safe-area-inset-bottom,0px))!important}.calendar-table{min-width:650px!important;width:max-content!important}.calendar-row{grid-template-columns:92px 92px 102px 92px 92px 102px!important;color:var(--text)!important}.calendar-row span{color:inherit!important;opacity:1!important}.calendar-events-section{min-width:0!important;width:100vw!important;padding:20px 20px 150px!important;box-sizing:border-box}.admin-shell{width:100vw!important;height:100dvh!important;overflow:hidden!important;border-radius:0!important}.admin-main{overflow-x:hidden!important;padding:16px 14px 130px!important}.admin-page{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.admin-card,.editable-table-wrap{max-width:100%!important;overflow-x:auto!important}.data-table,.editable-table{min-width:560px!important;font-size:13px!important}.admin-mobile-tabs{overflow-x:auto!important;padding:10px 12px!important}.admin-mobile-tabs button{white-space:nowrap!important;font-size:13px!important;padding:10px 12px!important}}html[data-theme=light] .phone-screen,html[data-theme=light] .screen-content{color:#14211d!important}html[data-theme=light] .settings-card,html[data-theme=light] .settings-row,html[data-theme=light] .city-card,html[data-theme=light] .dua-card,html[data-theme=light] .event-item{background:#ffffffeb!important;color:#14211d!important}html[data-theme=light] .calendar-row:not(.calendar-head){background:#ffffffd1!important;color:#14211d!important}html[data-theme=dark] .calendar-row:not(.calendar-head){color:#e8f3ee!important}html[data-theme=dark] .calendar-row:not(.calendar-head) span{color:#e8f3ee!important}html[data-theme=dark] .calendar-row.selected,html[data-theme=light] .calendar-row.selected{background:#d0f7e4f2!important;color:#078563!important;font-weight:900}html[data-theme=dark] .compass-card{background:radial-gradient(circle,#123a2efa,#081814fa)!important;border-color:#7ee8bc2e!important;color:#ecfff7!important}html[data-theme=dark] .compass-card h2,html[data-theme=dark] .compass-card span,html[data-theme=dark] .compass-card p{color:#ecfff7!important}html[data-theme=light] .compass-card{background:#fffaf1!important;color:#12352b!important}.toggle{opacity:1!important}.toggle:not(.on){background:#d8d4ca!important}.toggle.on{background:#009b72!important}.bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important}.hero-bell.on,.toggle.on{background:#009b72!important;color:#fff!important}.hero-bell.on{box-shadow:0 0 0 3px #fff3,0 8px 20px #00000024!important}.qibla-readout{width:min(320px,88vw);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qibla-readout>div{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:10px 12px;text-align:left;box-shadow:0 8px 18px #0000000a}.qibla-readout span{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.qibla-readout b{display:block;margin-top:3px;color:var(--green-2);font-size:18px;line-height:1.15}html[data-theme=dark] .qibla-readout>div{background:#0d211a!important;color:#edf8f1!important;border-color:#ffffff1a!important;box-shadow:none!important}html[data-theme=dark] .qibla-readout b{color:#69ddb0!important}html[data-theme=dark] .qibla-readout span{color:#aebfb6!important}@media (max-width: 760px),(hover: none) and (pointer: coarse){html,body,#root{width:100%!important;min-height:100%!important;margin:0!important;overflow:hidden!important}.app-canvas{width:100vw!important;height:100dvh!important;min-height:100dvh!important;padding:0!important;display:block!important;overflow:hidden!important}.app-canvas:before,.app-canvas:after,.phone-shell:before{display:none!important}.phone-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}.phone-header,.phone-header.green-header{height:calc(86px + env(safe-area-inset-top,0px))!important;padding:calc(32px + env(safe-area-inset-top,0px)) 16px 10px!important}.phone-screen{position:absolute!important;inset:calc(86px + env(safe-area-inset-top,0px)) 0 calc(72px + env(safe-area-inset-bottom,0px)) 0!important;width:100vw!important;height:auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;scroll-padding-bottom:12px!important;-webkit-overflow-scrolling:touch!important}.screen-content,.screen-content.no-padding{max-width:100vw!important;overflow-x:hidden!important;padding-bottom:14px!important}.screen-content:not(.no-padding){padding:14px!important}.today-screen{padding-bottom:14px!important}.ayah-card-today-only{margin:12px 0!important;padding:14px!important}.today-events-card{margin:10px 0 0!important}.calendar-screen{padding-bottom:0!important}.calendar-events-section{padding:14px 14px 16px!important}.qibla-screen{min-height:auto!important;padding-top:16px!important;padding-bottom:14px!important;gap:10px!important;justify-content:flex-start!important}.compass-card{width:min(74vw,270px)!important;height:min(74vw,270px)!important}.bottom-nav{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:calc(72px + env(safe-area-inset-bottom,0px))!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;z-index:5000!important}.bottom-nav button{min-width:0!important;font-size:10.5px!important;gap:2px!important;padding:6px 2px!important}.admin-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;border:0!important;border-radius:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.admin-sidebar{display:none!important}.admin-mobile-tabs{display:flex!important;flex:0 0 auto!important;gap:8px!important;width:100vw!important;overflow-x:auto!important;padding:calc(12px + env(safe-area-inset-top,0px)) 12px 10px!important;scrollbar-width:none!important}.admin-mobile-tabs::-webkit-scrollbar{display:none!important}.admin-mobile-tabs button{flex:0 0 auto!important;white-space:nowrap!important;min-height:38px!important;padding:9px 12px!important;border-radius:999px!important}.admin-main{flex:1 1 auto!important;width:100vw!important;max-width:100vw!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important}.admin-page{width:100%!important;max-width:100%!important;padding:16px 14px 20px!important}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.stat{padding:14px!important}.stat b{font-size:24px!important}.admin-card,.editable-table-wrap{max-width:100%!important;overflow-x:auto!important}.data-table,.editable-table{min-width:560px!important}.form-grid.two{grid-template-columns:1fr!important}}.bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr))!important}.today-screen .hero-bell{display:none!important}.today-screen{padding-bottom:12px!important}@media (max-width: 760px),(hover: none) and (pointer: coarse){.bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr))!important}.today-screen{padding-bottom:12px!important}.ayah-card-today-only{margin-bottom:8px!important}}.dakboard-prayer-view{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;overflow:hidden;display:grid;place-items:center;padding:clamp(16px,3.2vw,56px);color:#f8fff9;background:radial-gradient(circle at 18% 18%,rgba(123,230,190,.18),transparent 34%),radial-gradient(circle at 86% 6%,rgba(216,179,95,.22),transparent 28%),linear-gradient(135deg,#002a1ff5,#005f43e6);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dakboard-prayer-card{width:min(100%,1120px);border:1px solid rgba(255,255,255,.16);border-radius:clamp(24px,3vw,44px);padding:clamp(22px,4vw,58px);background:#00181294;box-shadow:0 22px 70px #00000052;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dakboard-prayer-topline{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:clamp(22px,3vw,40px)}.dakboard-prayer-kicker{display:block;margin-bottom:10px;color:#7ee7bf;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(13px,1.4vw,18px)}.dakboard-prayer-topline h1{margin:0;font-size:clamp(34px,5.5vw,74px);line-height:.95;letter-spacing:-.04em}.dakboard-prayer-topline p,.dakboard-prayer-city,.dakboard-prayer-footer,.dakboard-next-time small{display:inline-flex;align-items:center;gap:8px;margin:14px 0 0;color:#f8fff9c7;font-weight:700}.dakboard-prayer-city{flex:0 0 auto;margin:0;padding:12px 16px;border-radius:999px;background:#ffffff1a}.dakboard-next-prayer{display:grid;grid-template-columns:auto 1fr auto;gap:clamp(16px,2vw,28px);align-items:center;padding:clamp(18px,3vw,34px);border-radius:clamp(22px,2.6vw,34px);background:linear-gradient(135deg,#00a470e6,#00654deb);border:1px solid rgba(126,231,191,.35);margin-bottom:clamp(18px,2.4vw,30px)}.dakboard-next-icon{width:clamp(58px,7vw,96px);height:clamp(58px,7vw,96px);border-radius:28px;display:grid;place-items:center;color:#ffe38b;background:#ffffff24}.dakboard-next-icon svg{width:48%;height:48%}.dakboard-next-prayer span,.dakboard-next-prayer em,.dakboard-prayer-grid small{display:block;color:#f8fff9bf;font-style:normal;font-weight:800}.dakboard-next-prayer strong{display:block;font-size:clamp(34px,6vw,76px);line-height:1;letter-spacing:-.04em}.dakboard-next-time{text-align:right}.dakboard-next-time b{display:block;font-size:clamp(38px,7vw,86px);line-height:1;letter-spacing:-.04em}.dakboard-next-time small{justify-content:flex-end;margin-top:12px;font-size:clamp(14px,1.5vw,20px)}.dakboard-prayer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(10px,1.4vw,18px)}.dakboard-prayer-grid article{min-width:0;border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:clamp(14px,2vw,24px);background:#ffffff14}.dakboard-prayer-grid article.active{background:#7ee7bf2e;border-color:#7ee7bf8c;box-shadow:inset 0 0 0 1px #7ee7bf2e}.dakboard-prayer-grid article>span{display:inline-grid;place-items:center;color:#ffe38b;margin-bottom:18px}.dakboard-prayer-grid b{display:block;font-size:clamp(18px,2vw,28px);line-height:1.1}.dakboard-prayer-grid strong{display:block;margin-top:clamp(10px,1vw,16px);font-size:clamp(26px,3vw,46px);line-height:1}.dakboard-prayer-footer{justify-content:space-between;width:100%;margin-top:clamp(18px,2.3vw,30px);font-size:clamp(12px,1.25vw,16px)}@media (max-width: 760px){.dakboard-prayer-topline,.dakboard-next-prayer,.dakboard-prayer-footer{display:grid;grid-template-columns:1fr;text-align:left}.dakboard-next-time{text-align:left}.dakboard-next-time small{justify-content:flex-start}.dakboard-prayer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dakboard-prayer-city{width:fit-content}}.next-day-note{margin-top:4px!important;font-size:12px!important;opacity:.78!important}.calendar-fit-screen{overflow-x:hidden!important}.fit-calendar-table{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.fit-calendar-table .calendar-row,.calendar-row.compact-calendar-row{width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;grid-template-columns:42px repeat(5,minmax(0,1fr))!important;gap:0!important;align-items:center!important;padding:8px 5px!important;box-sizing:border-box!important}.fit-calendar-table .calendar-row span,.calendar-row.compact-calendar-row span{min-width:0!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:pre-line!important;text-align:center!important;font-size:10.4px!important;line-height:1.12!important;letter-spacing:-.35px!important;padding:0 1px!important}.fit-calendar-table .calendar-row span:first-child,.calendar-row.compact-calendar-row span:first-child{text-align:left!important;font-weight:800!important}.fit-calendar-table .calendar-head span,.calendar-row.calendar-head.compact-calendar-row span{font-size:9.6px!important;font-weight:900!important;letter-spacing:-.45px!important}@media (min-width: 390px){.fit-calendar-table .calendar-row,.calendar-row.compact-calendar-row{grid-template-columns:48px repeat(5,minmax(0,1fr))!important;padding-left:7px!important;padding-right:7px!important}.fit-calendar-table .calendar-row span,.calendar-row.compact-calendar-row span{font-size:11px!important;letter-spacing:-.25px!important}}@media (max-width: 340px){.fit-calendar-table .calendar-row,.calendar-row.compact-calendar-row{grid-template-columns:38px repeat(5,minmax(0,1fr))!important;padding-left:3px!important;padding-right:3px!important}.fit-calendar-table .calendar-row span,.calendar-row.compact-calendar-row span{font-size:9.5px!important;letter-spacing:-.55px!important}}
