.cal-container{border:1px solid light-dark(#e5e5e5,#333);border-radius:12px;padding:1.25rem;background:light-dark(#fff,#0a0a0a)}.cal-greg-header{text-align:center;font-size:.8rem;color:light-dark(#888,#777);margin-bottom:.5rem}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cal-nav-btn{display:inline-flex;align-items:center;gap:.3rem;border:1px solid light-dark(#e5e5e5,#333);border-radius:8px;background:transparent;color:light-dark(#555,#aaa);cursor:pointer;transition:all .15s;padding:.4rem .6rem;font-size:.75rem;white-space:nowrap}.cal-nav-label{font-size:.75rem}.cal-nav-btn:hover{background:light-dark(#f5f5f5,#1a1a1a);color:light-dark(#000,#fff)}.cal-title{display:flex;flex-direction:column;align-items:center;gap:.15rem}.cal-title-btn{border:none;background:transparent;cursor:pointer;border-radius:6px;padding:.15rem .6rem;transition:background .12s}.cal-title-btn:hover{background:light-dark(#f0f0f0,#222)}.cal-month-btn{font-size:1.15rem;font-weight:600;color:light-dark(#1a1a1a,#e5e5e5)}.cal-year-trigger{font-size:.85rem;color:light-dark(#888,#777);font-variant-numeric:tabular-nums}.cal-popover{background:light-dark(#fff,#1a1a1a);border:1px solid light-dark(#e5e5e5,#333);border-radius:12px;padding:.75rem;box-shadow:0 8px 30px #0000001f;z-index:100;animation:cal-popover-in .15s ease-out}@keyframes cal-popover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cal-month-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;min-width:220px}.cal-month-option{border:none;background:transparent;padding:.5rem .4rem;border-radius:6px;cursor:pointer;font-size:.85rem;color:light-dark(#333,#ccc);transition:all .12s}.cal-month-option:hover{background:light-dark(#f0f0f0,#2a2a2a);color:light-dark(#000,#fff)}.cal-month-option.active{background:light-dark(#111,#e5e5e5);color:light-dark(#fff,#111);font-weight:600}.cal-year-popover{min-width:180px}.cal-year-label{display:block;font-size:.8rem;font-weight:500;color:light-dark(#666,#aaa);margin-bottom:.5rem}.cal-year-row{display:flex;gap:.4rem}.cal-year-input{flex:1;border:1px solid light-dark(#ddd,#444);border-radius:6px;background:light-dark(#fff,#111);color:light-dark(#1a1a1a,#e5e5e5);font-size:.9rem;text-align:center;padding:.4rem .5rem;font-variant-numeric:tabular-nums}.cal-year-input:focus{outline:2px solid light-dark(#888,#666);outline-offset:1px}.cal-year-go{border:none;background:light-dark(#111,#e5e5e5);color:light-dark(#fff,#111);padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.cal-year-go:hover{opacity:.85}.cal-today-btn{display:block;margin:0 auto 1rem;padding:.35rem 1rem;border:1px solid light-dark(#ddd,#444);border-radius:6px;background:transparent;color:light-dark(#555,#aaa);font-size:.8rem;cursor:pointer;transition:all .15s}.cal-today-btn:hover{background:light-dark(#f5f5f5,#1a1a1a)}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.cal-weekday{text-align:center;font-size:.75rem;font-weight:600;color:light-dark(#999,#666);padding:.4rem 0}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cal-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem .2rem;min-height:52px;border:2px solid transparent;border-radius:8px;background:transparent;cursor:pointer;transition:all .12s;color:light-dark(#1a1a1a,#e5e5e5)}.cal-cell:hover:not(.cal-empty){background:light-dark(#e8e8e8,#2a2a2a);color:light-dark(#000,#fff)}.cal-cell:hover:not(.cal-empty) .cal-greg-label{color:light-dark(#555,#999)}.cal-cell.cal-empty{cursor:default}.cal-cell.cal-today{background:light-dark(#eff6ff,#172554);color:light-dark(#1d4ed8,#60a5fa);font-weight:700;border-color:light-dark(#3b82f6,#3b82f6)}.cal-cell.cal-today .cal-greg-label{color:light-dark(#6b8cbe,#7da2cf)}.cal-cell.cal-today:hover{background:light-dark(#dbeafe,#1e3a5f)}.cal-cell.cal-selected{background:light-dark(#111,#e5e5e5);color:light-dark(#fff,#111);border-color:light-dark(#111,#e5e5e5)}.cal-cell.cal-selected .cal-greg-label{color:light-dark(#aaa,#555)}.cal-cell.cal-selected:hover{background:light-dark(#222,#d0d0d0);color:light-dark(#fff,#111)}.cal-cell.cal-selected:hover .cal-greg-label{color:light-dark(#aaa,#555)}.cal-cell.cal-special{position:relative}.cal-special-dot{display:block;width:4px;height:4px;border-radius:50%;background:light-dark(#e11d48,#fb7185);margin-top:1px}.cal-cell.cal-selected .cal-special-dot{background:light-dark(#fca5a5,#e11d48)}.cal-day-num{font-size:.95rem;font-weight:500;line-height:1}.cal-greg-label{font-size:.6rem;color:light-dark(#999,#666);margin-top:2px;white-space:nowrap}.cal-details{margin-top:1rem;padding:1rem;background:light-dark(#f8f8f8,#111);border-radius:8px;border:1px solid light-dark(#e5e5e5,#222);display:flex;flex-direction:column;gap:.4rem}.cal-detail-row{display:flex;gap:.5rem;font-size:.9rem}.cal-detail-label{font-weight:600;color:light-dark(#555,#aaa);white-space:nowrap}.cal-detail-value{color:light-dark(#1a1a1a,#e5e5e5)}.cal-detail-special{margin-top:.25rem;padding:.4rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500}.cal-detail-holiday{background:light-dark(#fff1f2,#4c0519);color:light-dark(#be123c,#fda4af)}.cal-detail-occasion{background:light-dark(#f5f5f5,#1a1a1a);color:light-dark(#555,#bbb)}.calendar-page[data-astro-cid-iube6plz]{max-width:900px;margin:0 auto;padding:max(2.5vw,12px);padding-top:1.5rem;padding-bottom:4rem;color:light-dark(#1a1a1a,#e5e5e5)}.calendar-nav[data-astro-cid-iube6plz]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-link[data-astro-cid-iube6plz]{display:inline-flex;align-items:center;gap:.3rem;color:light-dark(#666,#999);text-decoration:none;font-size:.9rem;transition:color .15s;&[data-astro-cid-iube6plz]:hover{color:light-dark(#000,#fff)}}.lang-switch[data-astro-cid-iube6plz]{padding:.5rem 1rem;border-radius:8px;border:1px solid light-dark(#ddd,#444);background:transparent;color:light-dark(#1a1a1a,#e5e5e5);text-decoration:none;font-size:.85rem;font-weight:500;transition:opacity .15s;&[data-astro-cid-iube6plz]:hover{opacity:.7}}.calendar-header[data-astro-cid-iube6plz]{margin-bottom:2.5rem}.calendar-header[data-astro-cid-iube6plz] h1[data-astro-cid-iube6plz]{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:.5rem}.calendar-desc[data-astro-cid-iube6plz]{color:light-dark(#555,#aaa);font-size:1.05rem;line-height:1.6}.about-section[data-astro-cid-iube6plz]{margin-bottom:2.5rem;padding:1.5rem;background:light-dark(#f8f8f8,#111);border-radius:12px;border:1px solid light-dark(#e5e5e5,#222)}.about-section[data-astro-cid-iube6plz] h2[data-astro-cid-iube6plz]{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.about-section[data-astro-cid-iube6plz] p[data-astro-cid-iube6plz]{line-height:1.7;color:light-dark(#444,#bbb)}.calendar-section[data-astro-cid-iube6plz],.months-section[data-astro-cid-iube6plz]{margin-bottom:2.5rem}.months-section[data-astro-cid-iube6plz] h2[data-astro-cid-iube6plz]{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.months-table-wrapper[data-astro-cid-iube6plz]{overflow-x:auto}.months-table[data-astro-cid-iube6plz]{width:100%;border-collapse:collapse;font-size:.9rem}.months-table[data-astro-cid-iube6plz] th[data-astro-cid-iube6plz],.months-table[data-astro-cid-iube6plz] td[data-astro-cid-iube6plz]{padding:.6rem .75rem;text-align:start;border-bottom:1px solid light-dark(#e5e5e5,#333)}.months-table[data-astro-cid-iube6plz] th[data-astro-cid-iube6plz]{font-weight:600;color:light-dark(#333,#ccc);background:light-dark(#fafafa,#0a0a0a)}.months-table[data-astro-cid-iube6plz] td[data-astro-cid-iube6plz]{color:light-dark(#444,#bbb)}.month-fa[data-astro-cid-iube6plz]{font-size:.95rem}.month-greg[data-astro-cid-iube6plz]{font-size:.8rem;color:light-dark(#888,#777)}.table-note[data-astro-cid-iube6plz]{margin-top:.5rem;font-size:.8rem;color:light-dark(#888,#666)}.holidays-section[data-astro-cid-iube6plz] h2[data-astro-cid-iube6plz]{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.holidays-list[data-astro-cid-iube6plz]{display:grid;gap:1rem}.holiday-card[data-astro-cid-iube6plz]{padding:1.25rem;border:1px solid light-dark(#e5e5e5,#333);border-radius:10px;transition:border-color .15s;&[data-astro-cid-iube6plz]:hover{border-color:light-dark(#ccc,#555)}}.holiday-card[data-astro-cid-iube6plz] h3[data-astro-cid-iube6plz]{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.holiday-meta[data-astro-cid-iube6plz]{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem;font-size:.85rem}.holiday-date[data-astro-cid-iube6plz]{display:inline-flex;align-items:center;gap:.3rem;color:light-dark(#555,#aaa);font-weight:500}.holiday-greg[data-astro-cid-iube6plz]{color:light-dark(#888,#666);font-size:.8rem}.holiday-card[data-astro-cid-iube6plz] p[data-astro-cid-iube6plz]{color:light-dark(#555,#bbb);line-height:1.6;font-size:.9rem}
