:root{--hc-background:#fff;--hc-foreground:#111827;--hc-border:1px solid #e5e7eb;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-font-family:inherit;--hc-primary:#2563eb;--hc-primary-foreground:#fff;--hc-primary-hover:#1d4ed8;--hc-secondary:#f3f4f6;--hc-secondary-foreground:#4b5563;--hc-secondary-hover:#e5e7eb;--hc-accent:#dbeafe;--hc-accent-foreground:#1e40af;--hc-muted:#f9fafb;--hc-muted-foreground:#6b7280;--hc-selected:var(--hc-primary);--hc-selected-foreground:var(--hc-primary-foreground);--hc-selected-hover:var(--hc-primary-hover);--hc-today:var(--hc-accent);--hc-today-foreground:var(--hc-accent-foreground);--hc-hover:var(--hc-secondary);--hc-outside-month:var(--hc-muted-foreground);--hc-disabled:var(--hc-muted-foreground);--hc-unavailable:#dc2626;--hc-focus-ring-color:var(--hc-primary);--hc-focus-ring-width:2px;--hc-focus-ring-offset:2px;--hc-font-size-sm:.75rem;--hc-font-size-base:.875rem;--hc-font-size-lg:1.125rem;--hc-font-size-xl:1.25rem;--hc-font-weight-normal:400;--hc-font-weight-medium:500;--hc-font-weight-semibold:600;--hc-font-weight-bold:700;--hc-spacing-xs:.25rem;--hc-spacing-sm:.5rem;--hc-spacing-md:1rem;--hc-spacing-lg:1.5rem;--hc-spacing-xl:2rem;--hc-header-padding:var(--hc-spacing-md);--hc-header-border:1px solid #e5e7eb;--hc-cell-size:2rem;--hc-cell-border-radius:.375rem;--hc-cell-gap:var(--hc-spacing-xs);--hc-nav-button-size:2rem;--hc-nav-button-border-radius:var(--hc-cell-border-radius);--hc-grid-gap:var(--hc-cell-gap);--hc-grid-padding:var(--hc-spacing-sm);--hc-transition:all .15s ease-in-out;--hc-transition-fast:all .1s ease-in-out;--hc-transition-slow:all .3s ease-in-out;--hc-z-index:50}[data-taqwim-size=compact]{--hc-cell-size:1.75rem;--hc-nav-button-size:1.75rem;--hc-font-size-base:.8125rem;--hc-font-size-lg:1rem;--hc-header-padding:var(--hc-spacing-sm);--hc-grid-padding:var(--hc-spacing-xs)}[data-taqwim-size=large]{--hc-cell-size:2.75rem;--hc-nav-button-size:2.75rem;--hc-font-size-base:1rem;--hc-font-size-lg:1.375rem;--hc-header-padding:var(--hc-spacing-lg);--hc-grid-padding:var(--hc-spacing-md)}@media (width<=640px){:root{--hc-cell-size:2.25rem;--hc-nav-button-size:2.25rem;--hc-header-padding:.75rem}}@media (prefers-contrast:more){:root{--hc-border:1px solid #000;--hc-foreground:#000;--hc-background:#fff;--hc-primary:#00e;--hc-muted-foreground:#454545;--hc-focus-ring-width:3px}}@media (prefers-reduced-motion:reduce){:root{--hc-transition:none;--hc-transition-fast:none;--hc-transition-slow:none}}[data-taqwim-calendar]{background:var(--hc-background);border:var(--hc-border);border-radius:var(--hc-border-radius);box-shadow:var(--hc-shadow);color:var(--hc-foreground);font-family:var(--hc-font-family);font-size:var(--hc-font-size-base);position:relative;overflow:hidden}[data-taqwim-calendar][data-disabled]{opacity:.6;pointer-events:none}.taqwim-calendar-header{justify-content:space-between;align-items:center;gap:var(--hc-spacing-sm);padding:var(--hc-header-padding);border-bottom:var(--hc-header-border);background:var(--hc-muted);display:flex}.taqwim-calendar-heading{text-align:center;font-size:var(--hc-font-size-lg);font-weight:var(--hc-font-weight-semibold);color:var(--hc-foreground);flex:1;margin:0}.taqwim-calendar-nav-button{width:var(--hc-nav-button-size);height:var(--hc-nav-button-size);border-radius:var(--hc-nav-button-border-radius);background:var(--hc-secondary);color:var(--hc-secondary-foreground);cursor:pointer;transition:var(--hc-transition);border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.taqwim-calendar-nav-button:hover:not([data-disabled]){background:var(--hc-secondary-hover);color:var(--hc-foreground)}.taqwim-calendar-nav-button[data-disabled]{opacity:.4;cursor:not-allowed}[dir=rtl] .taqwim-calendar-nav-button svg{transform:scaleX(-1)}.taqwim-calendar-months{flex-wrap:wrap;align-items:flex-start;display:flex}.taqwim-calendar-picker{padding:var(--hc-grid-padding)}.taqwim-calendar-picker-tabs{gap:var(--hc-spacing-xs);margin-bottom:var(--hc-spacing-sm);display:flex}.taqwim-calendar-picker-tabs button{padding:var(--hc-spacing-xs) var(--hc-spacing-sm);border-radius:var(--hc-cell-border-radius);background:var(--hc-secondary);color:var(--hc-secondary-foreground);font:inherit;cursor:pointer;transition:var(--hc-transition);border:none;flex:1}.taqwim-calendar-picker-tabs button[data-active]{background:var(--hc-selected);color:var(--hc-selected-foreground)}.taqwim-calendar-picker-grid{gap:var(--hc-spacing-xs);grid-template-columns:repeat(4,minmax(0,1fr));max-height:15rem;display:grid;overflow-y:auto}.taqwim-calendar-picker-grid button{padding:var(--hc-spacing-sm) var(--hc-spacing-xs);border-radius:var(--hc-cell-border-radius);color:var(--hc-foreground);font:inherit;font-size:var(--hc-font-size-sm);cursor:pointer;transition:var(--hc-transition);background:0 0;border:none}.taqwim-calendar-picker-grid button:hover{background:var(--hc-hover)}.taqwim-calendar-picker-grid button[data-selected]{background:var(--hc-selected);color:var(--hc-selected-foreground)}[data-taqwim-calendar-grid]{width:100%;padding:var(--hc-grid-padding)}[data-taqwim-calendar-grid] [role=row]{gap:var(--hc-grid-gap);grid-template-columns:repeat(7,minmax(0,1fr));display:grid}[data-taqwim-calendar-grid] [role=gridcell]{justify-content:center;align-items:center;min-width:0;display:flex}.taqwim-calendar-weekday{padding-bottom:var(--hc-spacing-xs);font-size:var(--hc-font-size-sm);font-weight:var(--hc-font-weight-medium);color:var(--hc-muted-foreground);text-align:center;text-transform:uppercase;letter-spacing:.03em}[data-taqwim-calendar-cell-trigger]{width:var(--hc-cell-size);height:var(--hc-cell-size);border-radius:var(--hc-cell-border-radius);color:var(--hc-foreground);font-size:var(--hc-font-size-base);font-weight:var(--hc-font-weight-normal);font-variant-numeric:tabular-nums;cursor:pointer;transition:var(--hc-transition);background:0 0;border:none;justify-content:center;align-items:center;min-width:1.75rem;min-height:1.75rem;line-height:1;display:inline-flex}[data-taqwim-calendar-cell-trigger]:hover:not([data-disabled]):not([data-unavailable]){background:var(--hc-hover)}[data-taqwim-calendar-cell-trigger]:focus-visible{outline:var(--hc-focus-ring-width) solid var(--hc-focus-ring-color);outline-offset:var(--hc-focus-ring-offset)}[data-taqwim-calendar-cell-trigger][data-today]{background:var(--hc-today);color:var(--hc-today-foreground);font-weight:var(--hc-font-weight-semibold)}[data-taqwim-calendar-cell-trigger][data-selected]{background:var(--hc-selected);color:var(--hc-selected-foreground);font-weight:var(--hc-font-weight-semibold)}[data-taqwim-calendar-cell-trigger][data-selected]:hover{background:var(--hc-selected-hover)}[data-taqwim-calendar-cell-trigger][data-outside-month]{color:var(--hc-outside-month)}[data-taqwim-calendar-cell-trigger][data-disabled]{color:var(--hc-disabled);cursor:not-allowed;opacity:.5}[data-taqwim-calendar-cell-trigger][data-unavailable]{color:var(--hc-unavailable);cursor:not-allowed;text-decoration:line-through}[data-taqwim-layout=stacked] .taqwim-calendar-months{flex-direction:column;align-items:stretch}[data-taqwim-layout=compact] .taqwim-calendar-header{justify-content:flex-start;gap:var(--hc-spacing-xs);padding:var(--hc-spacing-sm)}[data-taqwim-layout=compact] .taqwim-calendar-heading{text-align:start;font-size:var(--hc-font-size-base)}[data-taqwim-layout=compact] .taqwim-calendar-nav-button{order:1}[data-taqwim-layout=compact] [data-taqwim-calendar-grid]{border-spacing:0;padding:var(--hc-spacing-xs)}[data-taqwim-calendar][data-taqwim-layout=panel]{flex-wrap:wrap;align-items:flex-start;display:flex}[data-taqwim-layout=panel] .taqwim-calendar-header{flex:1 0 100%}[data-taqwim-layout=panel] .taqwim-calendar-picker{border-inline-end:var(--hc-header-border);flex:none;max-width:14rem}[data-taqwim-layout=panel] .taqwim-calendar-months{flex:1}[data-taqwim-layout=panel] .taqwim-calendar-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=640px){[data-taqwim-layout=panel] .taqwim-calendar-picker{border-inline-end:none;border-block-end:var(--hc-header-border);flex:1 0 100%;max-width:none}}.taqwim-datepicker{font-family:var(--hc-font-family);display:inline-block;position:relative}.taqwim-datepicker-input{width:100%;padding:var(--hc-spacing-sm) var(--hc-spacing-md);border:var(--hc-border);border-radius:var(--hc-border-radius);background:var(--hc-background);color:var(--hc-foreground);font:inherit;font-size:var(--hc-font-size-base)}.taqwim-datepicker-input:focus-visible{outline:var(--hc-focus-ring-width) solid var(--hc-focus-ring-color);outline-offset:var(--hc-focus-ring-offset)}.taqwim-datepicker-input:disabled{color:var(--hc-disabled);cursor:not-allowed}.taqwim-datepicker-popover{z-index:var(--hc-z-index);margin-top:var(--hc-spacing-xs);width:max-content;position:absolute;inset-inline-start:0}.taqwim-calendar-sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[data-taqwim-theme=amber]{--hc-background:#fff;--hc-foreground:#231a09;--hc-border:1px solid #fde68a;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#b45309;--hc-primary-foreground:#fff;--hc-primary-hover:#92400e;--hc-secondary:#fef3c7;--hc-secondary-foreground:#92400e;--hc-secondary-hover:#fde68a;--hc-accent:#fef3c7;--hc-accent-foreground:#78350f;--hc-muted:#fffbeb;--hc-muted-foreground:#92400e;--hc-header-border:1px solid #fde68a}[data-taqwim-theme=andalus]{--hc-background:#fff;--hc-foreground:#33190e;--hc-border:1px solid #f3d0bc;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#8f3717;--hc-primary-foreground:#fff;--hc-primary-hover:#722c12;--hc-secondary:#fbe4d8;--hc-secondary-foreground:#722c12;--hc-secondary-hover:#f3d0bc;--hc-accent:#fbe4d8;--hc-accent-foreground:#57210e;--hc-muted:#fffaf2;--hc-muted-foreground:#8f3717;--hc-header-border:1px solid #f3d0bc}[data-taqwim-theme=crimson]{--hc-background:#fff;--hc-foreground:#20090f;--hc-border:1px solid #ffc9d4;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#a4133c;--hc-primary-foreground:#fff;--hc-primary-hover:#800f30;--hc-secondary:#ffe0e6;--hc-secondary-foreground:#800f30;--hc-secondary-hover:#ffc9d4;--hc-accent:#ffe0e6;--hc-accent-foreground:#6b0c28;--hc-muted:#fff5f7;--hc-muted-foreground:#8a1538;--hc-header-border:1px solid #ffc9d4}[data-taqwim-theme=cyberpunk]{--hc-background:linear-gradient(135deg, #0d1117 0%, #161b22 50%, #21262d 100%);--hc-foreground:#e6edf3;--hc-border:1px solid #58a6ff;--hc-border-radius:.5rem;--hc-shadow:0 0 20px #58a6ff33, 0 4px 15px #00000080;--hc-primary:linear-gradient(135deg, #1f6feb, #196c2e);--hc-primary-foreground:#fff;--hc-primary-hover:linear-gradient(135deg, #1f6feb, #1a7f37);--hc-secondary:#58a6ff26;--hc-secondary-foreground:#79c0ff;--hc-secondary-hover:#58a6ff47;--hc-accent:#f8514933;--hc-accent-foreground:#ff7b72;--hc-muted:#0d1117e6;--hc-muted-foreground:#8b949e;--hc-header-border:1px solid #58a6ff59;--hc-hover:#58a6ff26;--hc-focus-ring-color:#58a6ff;--hc-unavailable:#f85149}[data-taqwim-theme=dark]{--hc-background:#1f2937;--hc-foreground:#f9fafb;--hc-border:1px solid #374151;--hc-shadow:0 1px 2px 0 #00000040;--hc-primary:#2563eb;--hc-primary-foreground:#fff;--hc-primary-hover:#1d4ed8;--hc-secondary:#374151;--hc-secondary-foreground:#d1d5db;--hc-secondary-hover:#4b5563;--hc-accent:#1e3a8a;--hc-accent-foreground:#93c5fd;--hc-muted:#111827;--hc-muted-foreground:#9ca3af;--hc-header-border:1px solid #374151;--hc-unavailable:#f87171;--hc-focus-ring-color:#60a5fa}[data-taqwim-theme=default]{--hc-background:#fff;--hc-foreground:#111827;--hc-border:1px solid #e5e7eb;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-font-family:inherit;--hc-primary:#2563eb;--hc-primary-foreground:#fff;--hc-primary-hover:#1d4ed8;--hc-secondary:#f3f4f6;--hc-secondary-foreground:#4b5563;--hc-secondary-hover:#e5e7eb;--hc-accent:#dbeafe;--hc-accent-foreground:#1e40af;--hc-muted:#f9fafb;--hc-muted-foreground:#6b7280;--hc-unavailable:#dc2626;--hc-header-border:1px solid #e5e7eb;--hc-cell-border-radius:.375rem;--hc-nav-button-border-radius:.375rem}[data-taqwim-theme=eid]{--hc-background:#fff;--hc-foreground:#10241a;--hc-border:1px solid #bbf7d0;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#15803d;--hc-primary-foreground:#fff;--hc-primary-hover:#166534;--hc-secondary:#dcfce7;--hc-secondary-foreground:#166534;--hc-secondary-hover:#bbf7d0;--hc-accent:#dcfce7;--hc-accent-foreground:#14532d;--hc-muted:#f0fdf4;--hc-muted-foreground:#15803d;--hc-header-border:1px solid #bbf7d0}[data-taqwim-theme=emerald]{--hc-background:#fff;--hc-foreground:#0b1f18;--hc-border:1px solid #a7f3d0;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#047857;--hc-primary-foreground:#fff;--hc-primary-hover:#065f46;--hc-secondary:#d1fae5;--hc-secondary-foreground:#065f46;--hc-secondary-hover:#a7f3d0;--hc-accent:#d1fae5;--hc-accent-foreground:#064e3b;--hc-muted:#ecfdf5;--hc-muted-foreground:#047857;--hc-header-border:1px solid #a7f3d0}[data-taqwim-theme=indigo]{--hc-background:#fff;--hc-foreground:#131431;--hc-border:1px solid #c7d2fe;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#4338ca;--hc-primary-foreground:#fff;--hc-primary-hover:#3730a3;--hc-secondary:#e0e7ff;--hc-secondary-foreground:#3730a3;--hc-secondary-hover:#c7d2fe;--hc-accent:#e0e7ff;--hc-accent-foreground:#312e81;--hc-muted:#eef2ff;--hc-muted-foreground:#4338ca;--hc-header-border:1px solid #c7d2fe}[data-taqwim-theme=islamic]{--hc-background:linear-gradient(135deg, #052e16 0%, #064e3b 100%);--hc-foreground:#ecfdf5;--hc-border:2px solid #34d399;--hc-border-radius:.75rem;--hc-shadow:0 10px 25px #065f464d;--hc-primary:linear-gradient(135deg, #d4af37 0%, #f0c75e 100%);--hc-primary-foreground:#022c22;--hc-primary-hover:linear-gradient(135deg, #b8941f 0%, #d4af37 100%);--hc-secondary:#34d39933;--hc-secondary-foreground:#ecfdf5;--hc-secondary-hover:#34d39952;--hc-accent:#d4af3740;--hc-accent-foreground:#fde68a;--hc-muted:#052e16d9;--hc-muted-foreground:#ecfdf5eb;--hc-header-border:1px solid #34d39959;--hc-hover:#34d39947;--hc-focus-ring-color:#fde68a;--hc-cell-size:2.25rem;--hc-nav-button-size:2.5rem;--hc-header-padding:var(--hc-spacing-lg);--hc-grid-gap:.375rem;--hc-unavailable:#fca5a5}[data-taqwim-theme=luxurious]{--hc-background:linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);--hc-foreground:#f5f5f5;--hc-border:2px solid #d4af37;--hc-border-radius:1rem;--hc-shadow:0 20px 60px #d4af374d, 0 8px 24px #0006;--hc-font-family:Georgia, "Times New Roman", serif;--hc-primary:linear-gradient(135deg, #d4af37, gold);--hc-primary-foreground:#1a1a2e;--hc-primary-hover:linear-gradient(135deg, gold, #ffed4e);--hc-secondary:#d4af3726;--hc-secondary-foreground:#e3c65c;--hc-secondary-hover:#d4af374d;--hc-accent:#ffd70040;--hc-accent-foreground:gold;--hc-muted:#ffffff0a;--hc-muted-foreground:#b8a05a;--hc-hover:#d4af372e;--hc-outside-month:#f5f5f59e;--hc-disabled:#f5f5f540;--hc-unavailable:#f2a0a0;--hc-focus-ring-color:gold;--hc-header-border:1px solid #d4af3766}[data-taqwim-theme=madinah]{--hc-background:#fff;--hc-foreground:#0f2019;--hc-border:1px solid #b7e4cb;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#14663f;--hc-primary-foreground:#fff;--hc-primary-hover:#0f4f31;--hc-secondary:#d8f3e4;--hc-secondary-foreground:#0f4f31;--hc-secondary-hover:#b7e4cb;--hc-accent:#d8f3e4;--hc-accent-foreground:#0b3b25;--hc-muted:#f2fbf6;--hc-muted-foreground:#146c43;--hc-header-border:1px solid #b7e4cb}[data-taqwim-theme=masjid]{--hc-background:#fff;--hc-foreground:#241b0f;--hc-border:1px solid #cfe6e6;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#0e5f5f;--hc-primary-foreground:#fff;--hc-primary-hover:#0a4a4a;--hc-secondary:#d9f0f0;--hc-secondary-foreground:#0a4a4a;--hc-secondary-hover:#cfe6e6;--hc-accent:#d9f0f0;--hc-accent-foreground:#073737;--hc-muted:#fdfbf5;--hc-muted-foreground:#0e5f5f;--hc-header-border:1px solid #cfe6e6}[data-taqwim-theme=material]{--hc-background:#fff;--hc-foreground:#212121;--hc-border:none;--hc-border-radius:.75rem;--hc-shadow:0 2px 4px #0000001a, 0 8px 16px #0000001a;--hc-font-family:Roboto, "Helvetica Neue", Arial, sans-serif;--hc-primary:#1976d2;--hc-primary-foreground:#fff;--hc-primary-hover:#1565c0;--hc-secondary:#f5f5f5;--hc-secondary-foreground:#616161;--hc-secondary-hover:#eee;--hc-accent:#e3f2fd;--hc-accent-foreground:#0d47a1;--hc-muted:#fafafa;--hc-muted-foreground:#757575;--hc-header-border:none;--hc-cell-border-radius:50%;--hc-nav-button-border-radius:50%}[data-taqwim-theme=mihrab]{--hc-background:linear-gradient(135deg, #141a33 0%, #1d2547 100%);--hc-foreground:#eef1ff;--hc-border:1px solid #3d4878;--hc-border-radius:.75rem;--hc-shadow:0 10px 30px #141a3373;--hc-primary:#c9a227;--hc-primary-foreground:#150f02;--hc-primary-hover:#ddb949;--hc-secondary:#c9a22729;--hc-secondary-foreground:#ddb949;--hc-secondary-hover:#c9a22747;--hc-accent:#c9a22738;--hc-accent-foreground:#ddb949;--hc-muted:#0f1428d9;--hc-muted-foreground:#eef1ffe0;--hc-header-border:1px solid #c9a2274d;--hc-focus-ring-color:#c9a227;--hc-unavailable:#fca5a5}[data-taqwim-theme=minimal]{--hc-background:transparent;--hc-foreground:inherit;--hc-border:none;--hc-border-radius:0;--hc-shadow:none;--hc-font-family:inherit;--hc-primary:currentcolor;--hc-primary-foreground:var(--hc-background,#fff);--hc-primary-hover:currentcolor;--hc-secondary:transparent;--hc-secondary-foreground:inherit;--hc-secondary-hover:#8080801f;--hc-accent:#80808029;--hc-accent-foreground:inherit;--hc-muted:transparent;--hc-muted-foreground:#808080e6;--hc-hover:#8080801f;--hc-focus-ring-color:currentcolor;--hc-header-border:none;--hc-header-padding:var(--hc-spacing-sm)}[data-taqwim-theme=minimalist]{--hc-background:#fff;--hc-foreground:#333;--hc-border:1px solid #e0e0e0;--hc-border-radius:.5rem;--hc-shadow:0 1px 3px #0000001a;--hc-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--hc-primary:#0062cc;--hc-primary-foreground:#fff;--hc-primary-hover:#0056b3;--hc-secondary:#f5f5f5;--hc-secondary-foreground:#666;--hc-secondary-hover:#ebebeb;--hc-accent:#e3f2fd;--hc-accent-foreground:#0d47a1;--hc-muted:#fafafa;--hc-muted-foreground:#6b6b6b;--hc-header-border:1px solid #e0e0e0}[data-taqwim-theme=modern]{--hc-background:linear-gradient(135deg, #4338ca 0%, #6b21a8 100%);--hc-foreground:#fff;--hc-border:none;--hc-border-radius:1rem;--hc-shadow:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--hc-primary:linear-gradient(135deg, #3730a3 0%, #581c87 100%);--hc-primary-foreground:#fff;--hc-primary-hover:linear-gradient(135deg, #312e81 0%, #4c1d95 100%);--hc-secondary:#ffffff1f;--hc-secondary-foreground:#fffffff2;--hc-secondary-hover:#ffffff29;--hc-accent:linear-gradient(135deg, #a16207 0%, #854d0e 100%);--hc-accent-foreground:#fff;--hc-muted:#ffffff0f;--hc-muted-foreground:#ffffffeb;--hc-header-border:none;--hc-hover:#ffffff2e;--hc-focus-ring-color:#fff;--hc-cell-size:2.5rem;--hc-cell-border-radius:50%;--hc-nav-button-size:2.5rem;--hc-nav-button-border-radius:50%;--hc-header-padding:var(--hc-spacing-lg);--hc-transition:all .3s cubic-bezier(.4, 0, .2, 1);--hc-unavailable:#fecaca}[data-taqwim-theme=najd]{--hc-background:#fff;--hc-foreground:#2a1c10;--hc-border:1px solid #e8cdb4;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#8a4b1f;--hc-primary-foreground:#fff;--hc-primary-hover:#6e3b18;--hc-secondary:#f6e5d5;--hc-secondary-foreground:#6e3b18;--hc-secondary-hover:#e8cdb4;--hc-accent:#f6e5d5;--hc-accent-foreground:#522c12;--hc-muted:#fffdf9;--hc-muted-foreground:#8a4b1f;--hc-header-border:1px solid #e8cdb4}[data-taqwim-theme=nature]{--hc-background:linear-gradient(135deg, #052e16 0%, #14532d 50%, #166534 100%);--hc-foreground:#fff;--hc-border:1px solid #66bb6a;--hc-border-radius:.75rem;--hc-shadow:0 8px 32px #4caf504d, 0 2px 8px #0003;--hc-primary:linear-gradient(135deg, #14532d, #166534);--hc-primary-foreground:#fff;--hc-primary-hover:linear-gradient(135deg, #052e16, #14532d);--hc-secondary:#ffffff29;--hc-secondary-foreground:#f0fdf4;--hc-secondary-hover:#fff3;--hc-accent:#dcfce7eb;--hc-accent-foreground:#14532d;--hc-muted:#052e1699;--hc-muted-foreground:#ffffffeb;--hc-header-border:1px solid #ffffff47;--hc-hover:#ffffff24;--hc-focus-ring-color:#fff;--hc-unavailable:#fee2e2}[data-taqwim-theme=neon]{--hc-background:linear-gradient(135deg, #0a0a0f 0%, #1a0a2e 100%);--hc-foreground:#f0f0ff;--hc-border:1px solid #ff0081;--hc-border-radius:.75rem;--hc-shadow:0 0 20px #ff00814d, 0 4px 15px #0006;--hc-primary:linear-gradient(45deg, #ff0081, #0ff);--hc-primary-foreground:#000;--hc-primary-hover:linear-gradient(45deg, #f39, #3ff);--hc-secondary:#ff008126;--hc-secondary-foreground:#ff66b3;--hc-secondary-hover:#ff00814d;--hc-accent:#0ff3;--hc-accent-foreground:#0ff;--hc-muted:#1a0a2ee6;--hc-muted-foreground:#9a8cb8;--hc-header-border:1px solid #ff008166;--hc-hover:#00ffff26;--hc-focus-ring-color:#0ff;--hc-unavailable:#ff4d6d}[data-taqwim-theme=ocean]{--hc-background:linear-gradient(135deg, #075985 0%, #0c4a6e 50%, #082f49 100%);--hc-foreground:#fff;--hc-border:1px solid #00a8cc;--hc-border-radius:.75rem;--hc-shadow:0 8px 32px #0077be4d, 0 2px 8px #0003;--hc-primary:linear-gradient(135deg, #0369a1, #075985);--hc-primary-foreground:#fff;--hc-primary-hover:linear-gradient(135deg, #0369a1, #0c4a6e);--hc-secondary:#00a8cc2e;--hc-secondary-foreground:#e0f2fe;--hc-secondary-hover:#00a8cc52;--hc-accent:#0284c740;--hc-accent-foreground:#e0f2fe;--hc-muted:#082f49b3;--hc-muted-foreground:#ffffffeb;--hc-header-border:1px solid #00a8cc66;--hc-hover:#00d4ff2e;--hc-focus-ring-color:#7dd3fc;--hc-unavailable:#fecaca}[data-taqwim-theme=qamar]{--hc-background:linear-gradient(135deg, #0e1626 0%, #16203a 100%);--hc-foreground:#eaf0fb;--hc-border:1px solid #35486e;--hc-border-radius:.75rem;--hc-shadow:0 10px 30px #0e162680;--hc-primary:#a5c0e8;--hc-primary-foreground:#0b1220;--hc-primary-hover:#c3d6f2;--hc-secondary:#a5c0e829;--hc-secondary-foreground:#c3d6f2;--hc-secondary-hover:#a5c0e847;--hc-accent:#a5c0e838;--hc-accent-foreground:#c3d6f2;--hc-muted:#0a101ed9;--hc-muted-foreground:#eaf0fbe0;--hc-header-border:1px solid #a5c0e84d;--hc-focus-ring-color:#a5c0e8;--hc-unavailable:#fca5a5}[data-taqwim-theme=ramadan]{--hc-background:linear-gradient(135deg, #1b1035 0%, #241546 100%);--hc-foreground:#f6f2ff;--hc-border:1px solid #4c3a7a;--hc-border-radius:.75rem;--hc-shadow:0 10px 30px #1b103573;--hc-primary:#f0c75e;--hc-primary-foreground:#2a1a05;--hc-primary-hover:#f7d98a;--hc-secondary:#f0c75e29;--hc-secondary-foreground:#f7d98a;--hc-secondary-hover:#f0c75e47;--hc-accent:#f0c75e38;--hc-accent-foreground:#f7d98a;--hc-muted:#140b28d9;--hc-muted-foreground:#f6f2ffe0;--hc-header-border:1px solid #f0c75e4d;--hc-focus-ring-color:#f0c75e;--hc-unavailable:#fca5a5}[data-taqwim-theme=rose]{--hc-background:#fff;--hc-foreground:#1f1114;--hc-border:1px solid #fecdd3;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#be123c;--hc-primary-foreground:#fff;--hc-primary-hover:#9f1239;--hc-secondary:#ffe4e6;--hc-secondary-foreground:#9f1239;--hc-secondary-hover:#fecdd3;--hc-accent:#ffe4e6;--hc-accent-foreground:#881337;--hc-muted:#fff1f2;--hc-muted-foreground:#9f1239;--hc-header-border:1px solid #fecdd3}[data-taqwim-theme=sahara]{--hc-background:#fff;--hc-foreground:#2b2113;--hc-border:1px solid #ecd9ac;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#8a4d05;--hc-primary-foreground:#fff;--hc-primary-hover:#6d3d04;--hc-secondary:#f7ecd2;--hc-secondary-foreground:#6d3d04;--hc-secondary-hover:#ecd9ac;--hc-accent:#f7ecd2;--hc-accent-foreground:#512d03;--hc-muted:#fdf6e9;--hc-muted-foreground:#8a4d05;--hc-header-border:1px solid #ecd9ac}[data-taqwim-theme=slate]{--hc-background:#fff;--hc-foreground:#0f172a;--hc-border:1px solid #e2e8f0;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#334155;--hc-primary-foreground:#fff;--hc-primary-hover:#1e293b;--hc-secondary:#f1f5f9;--hc-secondary-foreground:#1e293b;--hc-secondary-hover:#e2e8f0;--hc-accent:#f1f5f9;--hc-accent-foreground:#0f172a;--hc-muted:#f8fafc;--hc-muted-foreground:#475569;--hc-header-border:1px solid #e2e8f0}[data-taqwim-theme=stone]{--hc-background:#fff;--hc-foreground:#1c1917;--hc-border:1px solid #e7e5e4;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#44403c;--hc-primary-foreground:#fff;--hc-primary-hover:#292524;--hc-secondary:#f5f5f4;--hc-secondary-foreground:#292524;--hc-secondary-hover:#e7e5e4;--hc-accent:#f5f5f4;--hc-accent-foreground:#1c1917;--hc-muted:#fafaf9;--hc-muted-foreground:#57534e;--hc-header-border:1px solid #e7e5e4}[data-taqwim-theme=sunset]{--hc-background:linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ffb74d 100%);--hc-foreground:#431407;--hc-border:1px solid #ff8a50;--hc-border-radius:.75rem;--hc-shadow:0 8px 32px #ff6b354d, 0 2px 8px #0003;--hc-primary:linear-gradient(135deg, #9a3412, #7c2d12);--hc-primary-foreground:#fff;--hc-primary-hover:linear-gradient(135deg, #7c2d12, #601c0a);--hc-secondary:#ffffff59;--hc-secondary-foreground:#5c1a08;--hc-secondary-hover:#ffffff80;--hc-accent:#ffedd5bf;--hc-accent-foreground:#7c2d12;--hc-muted:#ffffff59;--hc-muted-foreground:#431407eb;--hc-header-border:1px solid #ffffff4d;--hc-hover:#ffffff4d;--hc-focus-ring-color:#7c2d12;--hc-unavailable:#5c1010}[data-taqwim-theme=teal]{--hc-background:#fff;--hc-foreground:#0b1f1e;--hc-border:1px solid #99f6e4;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#0f766e;--hc-primary-foreground:#fff;--hc-primary-hover:#115e59;--hc-secondary:#ccfbf1;--hc-secondary-foreground:#115e59;--hc-secondary-hover:#99f6e4;--hc-accent:#ccfbf1;--hc-accent-foreground:#134e4a;--hc-muted:#f0fdfa;--hc-muted-foreground:#0f766e;--hc-header-border:1px solid #99f6e4}[data-taqwim-theme=violet]{--hc-background:#fff;--hc-foreground:#1b1230;--hc-border:1px solid #ddd6fe;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#6d28d9;--hc-primary-foreground:#fff;--hc-primary-hover:#5b21b6;--hc-secondary:#ede9fe;--hc-secondary-foreground:#5b21b6;--hc-secondary-hover:#ddd6fe;--hc-accent:#ede9fe;--hc-accent-foreground:#4c1d95;--hc-muted:#f5f3ff;--hc-muted-foreground:#6d28d9;--hc-header-border:1px solid #ddd6fe}[data-taqwim-theme=zellige]{--hc-background:#fff;--hc-foreground:#10203a;--hc-border:1px solid #bcd8f2;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#0d4a8c;--hc-primary-foreground:#fff;--hc-primary-hover:#0a3a6e;--hc-secondary:#dbeafe;--hc-secondary-foreground:#0a3a6e;--hc-secondary-hover:#bcd8f2;--hc-accent:#dbeafe;--hc-accent-foreground:#082c53;--hc-muted:#f2f7fd;--hc-muted-foreground:#0d4a8c;--hc-header-border:1px solid #bcd8f2}[data-taqwim-theme=zinc]{--hc-background:#fff;--hc-foreground:#18181b;--hc-border:1px solid #e4e4e7;--hc-border-radius:.5rem;--hc-shadow:0 1px 2px 0 #0000000d;--hc-primary:#3f3f46;--hc-primary-foreground:#fff;--hc-primary-hover:#27272a;--hc-secondary:#f4f4f5;--hc-secondary-foreground:#27272a;--hc-secondary-hover:#e4e4e7;--hc-accent:#f4f4f5;--hc-accent-foreground:#18181b;--hc-muted:#fafafa;--hc-muted-foreground:#52525b;--hc-header-border:1px solid #e4e4e7}
