html{font-size:110%}:root{--font-display: "Cormorant Garamond", serif;--font-body: "Crimson Pro", serif;--font-ui: "Inter", sans-serif;--fs-display: 2rem;--fs-heading: 1.3rem;--fs-title: 1rem;--fs-base: 1rem;--fs-sm: .88rem;--fs-xs: .75rem;--fs-2xs: .55rem;--fs-3xs: .5rem;--fs-4xs: .45rem}@media (max-width: 900px){:root{--fs-display: 1.7rem;--fs-heading: 1.15rem;--fs-title: .95rem;--fs-base: .92rem;--fs-sm: .8rem;--fs-xs: .7rem;--fs-2xs: .55rem;--fs-3xs: .5rem;--fs-4xs: .42rem}}@media (max-width: 480px){:root{--fs-display: 1.4rem;--fs-heading: 1rem;--fs-title: .88rem;--fs-base: .88rem;--fs-sm: .75rem;--fs-xs: .65rem;--fs-2xs: .5rem;--fs-3xs: .45rem;--fs-4xs: .38rem}}@view-transition{navigation: auto;}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep: #08060A;--bg-panel: #0D0B12;--bg-card: #12101A;--bg-hover: #1A1625;--text-primary: #F5F0E6;--text-secondary: rgba(245, 240, 230, .6);--text-muted: rgba(245, 240, 230, .3);--gold: #D4AF37;--gold-dim: rgba(212, 175, 55, .3);--gold-glow: rgba(212, 175, 55, .08);--red: #C0392B;--red-dim: rgba(192, 57, 43, .3);--orange: #E67E22;--blue: #2980B9;--blue-dim: rgba(41, 128, 185, .3);--purple: #8E44AD;--purple-dim: rgba(142, 68, 173, .3);--amber: #F39C12;--green: #27AE60;--border: rgba(212, 175, 55, .12);--border-light: rgba(212, 175, 55, .06);--radius: 3px}:root{--fs-display: clamp(1.4rem, .923vw + 1.192rem, 2rem);--fs-heading: clamp(1rem, .462vw + .896rem, 1.3rem);--fs-title: clamp(.88rem, .192vw + .832rem, 1rem);--fs-base: clamp(.88rem, .185vw + .838rem, 1rem);--fs-sm: clamp(.75rem, .192vw + .707rem, .88rem);--fs-xs: clamp(.65rem, .154vw + .615rem, .75rem);--fs-2xs: clamp(.5rem, .154vw + .465rem, .55rem);--fs-3xs: clamp(.45rem, .154vw + .415rem, .5rem);--fs-4xs: clamp(.38rem, .115vw + .349rem, .45rem)}html{scroll-behavior:auto}.data-source{font-family:var(--font-ui);font-weight:300;font-size:var(--fs-xs);color:#f5f0e64d;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body{font-family:var(--font-ui);font-weight:300;background:var(--bg-deep);color:var(--text-primary);overflow:hidden;height:100vh;height:100dvh;margin:0;cursor:default}#app{display:flex;height:100vh;padding-top:2.8rem;position:relative}#countdown-panel{width:193px;min-width:193px;background:var(--bg-panel);border-right:1px solid var(--border-light);overflow-y:auto;overflow-x:hidden;padding:1rem 0;flex-shrink:0}#countdown-panel::-webkit-scrollbar{width:2px}#countdown-panel::-webkit-scrollbar-track{background:transparent}#countdown-panel::-webkit-scrollbar-thumb{background:var(--gold-dim)}.cntdwn-panel{padding:0 .6rem}.cntdwn-title{font-family:var(--font-display);font-size:var(--fs-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:.75rem}.cntdwn-section{margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid var(--border-light)}.cntdwn-section:last-child{border-bottom:none;margin-bottom:0}.cntdwn-label{font-family:var(--font-display);font-size:.5rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:.2rem}.cntdwn-name{font-family:var(--font-ui);font-size:.6rem;font-weight:400;color:var(--text-primary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cntdwn-sub{font-size:.5rem;color:var(--text-muted);line-height:1.3;margin-top:.05rem}.cntdwn-timer{font-family:var(--font-ui);font-size:.65rem;font-weight:500;color:var(--gold);margin-top:.2rem;font-variant-numeric:tabular-nums}.cntdwn-bar-track{height:6px;background:var(--bg-deep);border-radius:3px;position:relative;margin-top:.3rem;overflow:visible}.cntdwn-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-dim),var(--gold));border-radius:3px;transition:width .5s}.cntdwn-bar-dots{position:absolute;top:-3px;left:0;right:0;height:12px;pointer-events:none}.cntdwn-dot{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--text-muted);transform:translate(-50%);top:3px}.cntdwn-dot.active{width:7px;height:7px;background:var(--gold);top:2px;box-shadow:0 0 4px var(--gold)}.cntdwn-dot.she{width:6px;height:6px;background:var(--orange);top:2.5px}#main-content{flex:1;display:flex;flex-direction:column;min-height:0}#nav-bar{display:flex;align-items:center;justify-content:space-between;padding:.4rem 1rem;border-bottom:1px solid var(--border-light);flex-shrink:0;position:relative}#filter-bar{display:flex;align-items:center;gap:.5rem;padding:.4rem 1.5rem;border-bottom:1px solid var(--border-light);flex-shrink:0;flex-wrap:wrap}.filter-label{font-size:var(--fs-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-right:.25rem}.filter-btn{background:none;border:1px solid var(--border-light);color:var(--text-muted);font-family:var(--font-ui);font-size:var(--fs-sm);padding:.2rem .5rem;cursor:pointer;border-radius:2px;transition:all .2s;letter-spacing:.05em}.filter-btn:hover{border-color:var(--text-muted);color:var(--text-secondary)}.filter-btn.active{background:#8080800f;border-color:var(--text-secondary);color:var(--text-primary)}.filter-btn.active.f-shemitah{color:var(--gold);border-color:var(--gold-dim);background:var(--gold-glow)}.filter-btn.active.f-jubilee{color:var(--purple);border-color:var(--purple-dim);background:#8e44ad14}.filter-btn.active.f-eclipses{color:var(--amber);border-color:#f39c124d;background:#f39c120f}.filter-btn.active.f-prophetic-signs{color:var(--red);border-color:var(--red-dim);background:#c0392b0f}.filter-btn.active.f-feasts{color:var(--blue);border-color:var(--blue-dim);background:#2980b90f}.filter-btn.active.f-events{color:var(--green);border-color:#27ae604d;background:#27ae600f}.filter-btn.active.f-tribes{color:var(--blue);border-color:var(--blue-dim);background:#2980b90f}.nav-left{display:flex;align-items:center;gap:.75rem;min-width:0;overflow:hidden}.nav-right{display:flex;align-items:center;gap:1rem;min-width:0;overflow:hidden}.nav-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;pointer-events:none;white-space:nowrap}.nav-center .nav-btn{pointer-events:auto}.nav-center-text{text-align:center;pointer-events:auto;min-width:120px}.nav-center-text .nav-title,.nav-center-text .nav-subtitle{pointer-events:auto}.nav-btn{background:none;border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-ui);font-size:.7rem;padding:.35rem .75rem;cursor:pointer;border-radius:var(--radius);transition:all .2s;letter-spacing:.05em}.nav-btn:hover{border-color:var(--gold);color:var(--gold)}.nav-btn:disabled{opacity:.25;cursor:default;pointer-events:none;border-color:var(--border-light);color:var(--text-muted)}.nav-btn.active{background:var(--gold);color:var(--bg-deep);border-color:var(--gold)}.nav-title{font-family:var(--font-display);font-size:1rem;letter-spacing:.1em;color:var(--text-primary)}.nav-subtitle{font-family:var(--font-ui);font-size:.6rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase}#zoom-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:var(--fs-sm);color:var(--text-muted);font-family:var(--font-ui)}#zoom-breadcrumb span{cursor:pointer;transition:color .2s}#zoom-breadcrumb span:hover{color:var(--gold)}#zoom-breadcrumb .sep{color:var(--border);cursor:default}#view-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 .5rem 140px;min-height:0}#view-container::-webkit-scrollbar{width:3px}#view-container::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:2px}.view{animation:fadeSlideIn .25s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.shemitah-grid{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:.25rem}.sg-viewport{position:sticky;bottom:0;z-index:10;margin:.4rem auto 0;max-width:1024px;padding:.7rem 1rem;box-sizing:border-box;background:var(--bg-panel);border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1.5rem;font-size:.7rem;line-height:1.5}.sg-vp-label{font-family:var(--font-ui);font-size:var(--fs-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.15rem}.sg-vp-value{font-family:var(--font-ui);font-weight:500;font-size:var(--fs-base);color:var(--text-secondary)}.sg-vp-current .sg-vp-value{color:var(--gold)}.sg-vp-next .sg-vp-value{color:var(--amber)}.sg-vp-bar{margin-top:.25rem;height:6px;background:var(--border-light);border-radius:3px;overflow:hidden}.sg-vp-bar-fill{height:100%;background:var(--gold);border-radius:3px;transition:width .3s}.sg-vp-countdown{margin-top:.2rem;font-family:var(--font-ui);font-size:.65rem;color:var(--text-muted);line-height:1.6}.sg-vp-countdown-num{font-family:var(--font-ui);font-weight:600;font-size:.7rem;color:var(--amber);letter-spacing:.05em}.sg-vp-countdown-end{font-family:var(--font-ui);font-size:.6rem;color:var(--text-muted);opacity:.8}.sg-vp-legend-items{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sg-vp-right{display:flex;flex-direction:column;gap:.3rem}.sg-vp-jubilee-note{font-family:var(--font-ui);font-size:.55rem;color:var(--purple);border-top:.5px solid var(--purple-dim);padding-top:.25rem}.sg-vp-jubilee-note.dim{opacity:.5}.sg-vp-jub-info{line-height:1.4}.sg-vp-jub-beyond{opacity:.5;font-size:.5rem}.sg-vp-jub-hint{font-size:.5rem;color:var(--text-muted)}.sg-vp-item{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--font-ui);font-size:.55rem;color:var(--text-muted)}.sg-vp-swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sg-vp-sw-shemitah{background:var(--gold)}.sg-vp-sw-jubilee{background:var(--purple)}.sg-vp-sw-current{background:var(--red)}.sg-vp-sw-events{background:var(--green)}.sg-vp-sw-solar{background:radial-gradient(circle at 35% 30%,gold,#ff8c00);box-shadow:0 0 3px #ffd70080}.sg-vp-sw-lunar{background:radial-gradient(circle at 55% 30%,#f5d6c6,#c0392b 60%,#7b241c);box-shadow:0 0 3px #c0392b66;position:relative;overflow:hidden}.sg-vp-sw-lunar:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--bg-panel);top:1px;left:5px}.sg-vp-sw-hybrid{background:radial-gradient(circle at 50% 50%,#2a1a00,#6b4226 45%,#b8860b);box-shadow:0 0 3px #b8860b80}.sg-vp-sw-blood{background:radial-gradient(circle at 35% 30%,#c0392b,#7b241c 60%,#1a0a0a);box-shadow:0 0 4px #c0392b99;position:relative;overflow:hidden}.sg-vp-sw-blood:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--bg-panel);top:1px;left:5px}.sg-vp-info{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;border:1px solid var(--gold-dim);color:var(--gold-dim);font-family:var(--font-ui);font-size:7px;font-weight:500;cursor:help;position:relative;margin-left:.3rem;vertical-align:middle;transition:border-color .2s,color .2s}.sg-vp-info:hover{border-color:var(--gold);color:var(--gold)}.sg-vp-info-tip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:340px;padding:.65rem .8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px #00000040;font-family:var(--font-body);font-size:.65rem;line-height:1.6;color:var(--text-secondary);white-space:normal;text-transform:none;letter-spacing:.02em;pointer-events:none;z-index:20;text-align:left}.sg-vp-info:hover .sg-vp-info-tip{display:block}.sg-vp-info-tip em{font-style:italic;color:var(--gold)}.sg-vp-info-tip strong{font-family:var(--font-ui);font-weight:600;letter-spacing:.06em;color:var(--text-primary)}@media (max-width: 700px){.sg-vp-info-tip{width:240px;font-size:.6rem;left:0;transform:none}#nav-bar{padding:.25rem .4rem;gap:0}.nav-left{gap:.3rem;font-size:.55rem}.nav-center{gap:.25rem}.nav-center .nav-btn{font-size:.5rem;padding:.15rem .3rem;white-space:nowrap}.nav-center-text{min-width:60px}.nav-title{font-size:.7rem}.nav-subtitle{font-size:.5rem}.nav-right{gap:.3rem}#zoom-breadcrumb{display:none}#filter-bar{padding:.25rem .5rem;gap:.3rem}.filter-label{font-size:.5rem}.filter-btn{font-size:.5rem;padding:.15rem .35rem}#breadcrumb-bottom{padding:.15rem .5rem;font-size:.5rem;gap:.25rem}#view-container{padding:0 .3rem 110px}.sg-viewport{padding:.4rem;gap:.3rem .8rem;font-size:.6rem}.sg-vp-value{font-size:.65rem}.sg-vp-countdown-num{font-size:.6rem}.sg-vp-countdown{font-size:.55rem}.sg-vp-item{font-size:.5rem}}#viewport-anchor{position:fixed;bottom:0;left:175px;right:0;z-index:10}@media (max-width: 700px){#viewport-anchor{left:0;position:sticky;bottom:0}}@media (max-width: 380px){.sg-viewport{grid-template-columns:1fr;font-size:.55rem}.sg-vp-right{margin-top:0}}.sg-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;min-width:0}.sg-row.current-cycle{border-radius:4px;animation:cycle-glow 4s ease-in-out infinite}@keyframes cycle-glow{0%,to{box-shadow:inset 0 0 0 1px #d4af3714}50%{box-shadow:inset 0 0 0 1px #d4af3759,inset 0 0 20px #d4af370f}}.sg-cycle-label{grid-column:1 / -1;text-align:center;font-family:var(--font-display);font-size:var(--fs-xs);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;padding:.15rem .1rem .1rem;border-bottom:.5px solid var(--border-light);margin-bottom:.1rem}.sg-current-tag{font-family:var(--font-ui);font-weight:500;font-size:var(--fs-2xs);color:var(--red);border:.5px solid var(--red-dim);padding:.04rem .3rem;border-radius:2px;letter-spacing:.08em;text-transform:uppercase}.sg-row-header{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;min-width:0;position:sticky;top:0;z-index:5;background:var(--bg-deep);padding:.25rem 0;margin-bottom:0}.sg-header-cell{padding:.15rem;font-size:.4rem;font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);text-align:center;border:1px solid var(--border);border-radius:3px;background:var(--bg-card);line-height:1.2}.sg-header-cell:last-child{color:var(--gold);border-color:var(--gold-dim);background:linear-gradient(135deg,var(--bg-card),var(--gold-glow))}.sg-cell{padding:.4rem .35rem;min-height:120px;min-width:0;border:.5px solid var(--border-light);cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column}.sg-cell.empty{opacity:.15;cursor:default;min-height:120px}.sg-cell:hover{background:var(--bg-hover);border-color:var(--gold-dim);z-index:1}.sg-cell.shemitah{background:linear-gradient(135deg,transparent 60%,var(--gold-glow) 100%)}.sg-cell.shemitah:after{content:"⚡";position:absolute;top:.15rem;right:.25rem;font-size:.5rem;opacity:.5}.sg-cell.current{border:2px solid var(--red);box-shadow:inset 0 0 12px #c0392b40,0 0 6px #c0392b26}.sg-cell.past{opacity:.6}.sg-cell.future{opacity:1}.sg-cell.jubilee-next-year{background:var(--purple-dim)}.sg-cell.shemitah.jubilee-next-year{background:linear-gradient(135deg,var(--purple-dim) 40%,var(--gold-glow) 100%);border-color:var(--purple)}.sg-year{font-family:var(--font-ui);font-size:.7rem;color:var(--text-secondary);font-weight:400}.sg-hyear{font-family:var(--font-display);font-size:.55rem;color:var(--text-muted)}.sg-eclipses{display:flex;gap:3px;margin-top:auto;min-width:0;flex-wrap:wrap;padding:0 1px}.sg-ec-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;cursor:default;position:relative;flex-shrink:0}.sg-ec-icon.solar{background:radial-gradient(circle at 38% 30%,#fff8e1,gold 25%,#ff8c00 55%,#c40);box-shadow:0 0 4px #ffd70080,0 0 10px #ff8c0040;animation:ec-pulse-solar 3s ease-in-out infinite}.sg-ec-icon.solar:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:radial-gradient(circle,rgba(255,215,0,.15) 40%,transparent 70%);pointer-events:none}.sg-ec-icon.solar:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#fff;top:5px;left:5px;box-shadow:0 0 3px #fffc}.sg-ec-icon.hybrid{background:radial-gradient(circle at 50% 50%,#2a1a00,#4a2a00 25%,#6b4226 45%,#b8860b,#8b6914 75%,#d4a373);box-shadow:0 0 4px #b8860b80,0 0 10px #8b691440;animation:ec-pulse-hybrid 3.5s ease-in-out infinite}.sg-ec-icon.hybrid:after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#d4a373;top:4px;left:4px;box-shadow:0 0 4px #d4a37380}@keyframes ec-pulse-hybrid{0%,to{box-shadow:0 0 4px #b8860b80,0 0 10px #8b691440}50%{box-shadow:0 0 6px #b8860bb3,0 0 14px #8b691459}}.sg-ec-icon.blood-moon{background:radial-gradient(circle at 35% 30%,#f5d6c6,#c0392b 25%,#7b241c 55%,#1a0a0a);box-shadow:0 0 6px #c0392bb3,0 0 12px #7b241c66;animation:ec-pulse-lunar 3s ease-in-out infinite;width:18px;height:18px}.sg-ec-icon.blood-moon:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:radial-gradient(circle at 60% 30%,rgba(192,57,43,.15),transparent 70%);pointer-events:none}.sg-ec-icon.blood-moon:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:var(--bg-panel);top:2px;left:9px;box-shadow:inset 0 0 3px #0000004d}.sg-ec-icon.lunar{background:radial-gradient(circle at 40% 35%,#f5d6c6,#c0392b,#7b241c 70%,#1a0a0a);box-shadow:0 0 4px #c0392b66,0 0 10px #7b241c33;animation:ec-pulse-lunar 4s ease-in-out infinite}.sg-ec-icon.lunar:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:radial-gradient(circle at 65% 30%,rgba(245,214,198,.08),transparent 60%);pointer-events:none}.sg-ec-icon.lunar:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--bg-panel);top:1px;left:8px;box-shadow:inset 0 0 3px #0000004d}@keyframes ec-pulse-solar{0%,to{box-shadow:0 0 4px #ffd70080,0 0 10px #ff8c0040}50%{box-shadow:0 0 6px #ffd700b3,0 0 16px #ff8c0059}}@keyframes ec-pulse-lunar{0%,to{box-shadow:0 0 4px #c0392b66,0 0 10px #7b241c33}50%{box-shadow:0 0 6px #c0392b99,0 0 14px #7b241c4d}}.sg-ec-icon.subtle{opacity:.4;transform:scale(.75);animation:none}.sg-ec-icon.subtle:before{display:none}.sg-ec-icon.subtle:after{display:none}.sg-no-events{font-size:.5rem;color:var(--text-muted);opacity:.25;margin-top:auto}.sg-pills{display:flex;gap:2px;flex-wrap:wrap;margin-top:2px;justify-content:center}.sg-pill{font-size:var(--fs-3xs);padding:.06rem .25rem;border-radius:2px;letter-spacing:.06em;font-family:var(--font-ui);font-weight:600;text-transform:uppercase;line-height:1.3}.sg-pill.feast{background:#d4af3733;color:var(--gold);border:1px solid var(--gold-dim)}.sg-pill.event{background:#2980b933;color:var(--blue);border:1px solid var(--blue-dim)}.sg-here{font-size:var(--fs-xs);color:var(--red);font-weight:500;letter-spacing:.04em;margin-top:.15rem;text-align:center;white-space:nowrap}.year-view{max-width:1000px;margin:0 auto}.yv-header{text-align:center;margin-bottom:1.5rem}.yv-title{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.1em;color:var(--text-primary)}.yv-subtitle{font-family:var(--font-ui);font-size:.7rem;color:var(--text-muted);letter-spacing:.15em}.yv-badge{display:inline-block;padding:.15rem .5rem;font-size:.55rem;letter-spacing:.1em;border:1px solid;border-radius:2px;margin:.25rem}.yv-badge.shemitah{border-color:var(--gold);color:var(--gold)}.yv-badge.jubilee-next-year{border-color:var(--purple);color:var(--purple)}.yv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.yv-month{border:1px solid var(--border-light);background:var(--bg-card);padding:.75rem;cursor:pointer;transition:all .2s}.yv-month:hover{border-color:var(--gold-dim);background:var(--bg-hover)}.yv-month.current{border:2px solid var(--red);box-shadow:0 0 6px #c0392b26}.yv-month.current:hover{border-color:var(--red);background:var(--bg-hover)}.yv-here{font-size:var(--fs-xs);letter-spacing:.05em;color:var(--red);display:block;margin-top:.15rem}.yv-month-name{font-family:var(--font-display);font-size:1rem;color:var(--text-primary);letter-spacing:.05em}.yv-pills{display:flex;gap:.2rem;flex-wrap:wrap;margin:.15rem 0}.yv-pill{font-size:.45rem;padding:.06rem .35rem;border-radius:2px;letter-spacing:.05em;font-family:var(--font-ui);font-weight:600;text-transform:uppercase;line-height:1.4}.yv-pill.feast{background:#d4af3733;color:var(--gold);border:1px solid var(--gold-dim)}.yv-pill.event{background:#2980b933;color:var(--blue);border:1px solid var(--blue-dim)}.yv-pill.filter-off{display:none}.yv-month-tribe{font-size:.55rem;color:var(--text-muted);font-family:var(--font-ui);letter-spacing:.15em;text-transform:uppercase;min-height:.8rem}.yv-month-tribe.filter-off{visibility:hidden}.yv-month-range{font-size:.6rem;color:var(--text-secondary);margin-top:.25rem}.yv-month-feasts{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.4rem;min-height:1.2rem}.yv-month-feasts.filter-off{visibility:hidden}.yv-feast{font-size:.5rem;padding:.1rem .3rem;border:1px solid var(--blue-dim);color:var(--blue);border-radius:2px}.yv-feast-placeholder{display:block;width:1px}.yv-month-eclipses{min-height:1rem;margin-top:.1rem}.yv-month-eclipses.filter-off{visibility:hidden}.sg-vp-jubilee-note.hidden{opacity:0;pointer-events:none}.yv-eclipse-placeholder{display:block;width:1px}.yv-eclipse{font-size:.5rem;padding:.1rem .3rem;border:1px solid var(--orange);color:var(--orange);border-radius:2px;margin-top:.2rem}.yv-eclipse.solar{border-color:var(--orange);color:var(--orange)}.yv-eclipse.lunar{border-color:var(--red-dim);color:var(--red)}.yv-eclipse.hybrid{border-color:#b8860b;color:#b8860b}.yv-month-theme{font-size:.5rem;color:var(--gold);font-style:italic;margin-top:.25rem}.month-view{max-width:800px;margin:0 auto}.mv-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.mv-title{font-family:var(--font-display);font-size:1.5rem;color:var(--text-primary)}.mv-nav-btn{background:none;border:1px solid var(--border);color:var(--text-secondary);width:36px;height:36px;cursor:pointer;border-radius:var(--radius);transition:all .2s;font-size:.8rem;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.mv-nav-btn{width:44px;height:44px}}.mv-nav-btn:hover{border-color:var(--gold);color:var(--gold)}.mv-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--border-light);border:1px solid var(--border-light)}.mv-day-header{background:var(--bg-panel);padding:.3rem;text-align:center;font-size:.55rem;color:var(--text-muted);font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase}.mv-day{background:var(--bg-card);min-height:60px;padding:.25rem;cursor:pointer;transition:background .2s;position:relative}.mv-day:hover{background:var(--bg-hover)}.mv-day.empty{background:var(--bg-deep);cursor:default}.mv-day-number{font-family:var(--font-ui);font-size:.65rem;color:var(--text-secondary)}.mv-day.weekend .mv-day-number{color:var(--gold-dim)}.mv-day.today{border:2px solid var(--red);box-shadow:0 0 6px #c0392b26}.mv-day.today .mv-day-number{color:var(--red)}.mv-day-greg{font-size:var(--fs-2xs);color:var(--text-muted);line-height:1;margin-top:.05rem}.mv-day-feasts{display:flex;flex-direction:column;gap:1px;margin-top:.15rem}.mv-day-feast{font-size:.45rem;color:var(--blue)}.mv-day-eclipse{font-size:.45rem;color:var(--orange)}.mv-day-event{font-size:.45rem;color:var(--amber)}.mv-here{font-size:var(--fs-xs);color:var(--red);letter-spacing:.05em;font-weight:500;margin-top:.1rem;white-space:nowrap}.heby-view{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.heby-view .yv-badge{align-self:center}.gy-month-tishri{border:1px solid var(--gold-dim)!important;position:relative}.gy-tishri-badge{font-size:.4rem;color:var(--gold-dim);font-family:var(--font-display);letter-spacing:.1em;margin-left:.35rem;white-space:nowrap;line-height:1}.event-marker{font-size:.55rem;flex-shrink:0}.event-marker.war{color:var(--red)}.event-marker.eclipse{color:var(--orange)}.event-marker.attack{color:var(--red)}.event-marker.crash{color:var(--amber)}.event-marker.peace{color:var(--green)}.event-marker.conflict{color:var(--orange)}.event-marker.prophetic{color:var(--gold)}.event-marker.foundation{color:var(--blue)}.event-marker.eclipse.solar{color:var(--orange)}.event-marker.eclipse.lunar{color:var(--red)}.event-marker.eclipse.hybrid{color:#b8860b}.day-badge{display:inline-block;padding:.15rem .5rem;font-size:.55rem;letter-spacing:.1em;border:1px solid;border-radius:2px;margin:.15rem}.day-badge.feast{border-color:var(--blue);color:var(--blue)}.day-badge.eclipse{border-color:var(--orange);color:var(--orange)}.day-badge.eclipse.lunar{border-color:var(--red);color:var(--red)}.day-badge.shemitah{border-color:var(--gold);color:var(--gold)}.day-badge.jubilee-next-year{border-color:var(--purple);color:var(--purple)}#breadcrumb-bottom{display:flex;align-items:center;gap:.4rem;padding:.2rem 1.5rem;border-top:1px solid var(--border-light);font-size:.6rem;color:var(--text-muted);font-family:var(--font-ui);flex-shrink:0}#breadcrumb-bottom span{cursor:pointer;transition:color .2s}#breadcrumb-bottom span:hover{color:var(--gold)}#breadcrumb-bottom .sep{color:var(--border);cursor:default}.millennia-view{max-width:1000px;margin:0 auto}.millennia-view .mv-title{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.1em;text-align:center;color:var(--text-primary);margin-bottom:.3rem}.millennia-view .mv-subtitle{font-family:var(--font-ui);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:2rem}.mill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mill-block{border:1px solid var(--border);background:var(--bg-card);padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .2s}.mill-block:hover{border-color:var(--gold-dim);background:var(--bg-hover)}.mill-block.active{border-color:var(--gold);background:var(--gold-glow)}.mill-block.current{border:1px solid var(--gold-dim)}.mill-icon{font-size:1.5rem;margin-bottom:.5rem;color:var(--gold)}.mill-label{font-family:var(--font-display);font-size:1.2rem;color:var(--text-primary);margin-bottom:.3rem}.mill-range{font-size:.65rem;color:var(--text-secondary)}.mill-desc{font-size:.6rem;color:var(--text-muted);margin-top:.3rem}.mill-here{font-size:.55rem;color:var(--red);margin-top:.5rem}.century-view{max-width:800px;margin:0 auto}.century-view .cv-title{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.1em;text-align:center;color:var(--text-primary);margin-bottom:.3rem}.century-view .cv-subtitle{font-family:var(--font-ui);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:1.5rem}.cent-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.cent-block{border:1px solid var(--border-light);background:var(--bg-card);padding:1rem .5rem;text-align:center;cursor:pointer;transition:all .2s;min-height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cent-block:hover{border-color:var(--gold-dim);background:var(--bg-hover)}.cent-block.active{border-color:var(--gold);background:var(--gold-glow)}.cent-block.current{border:1px solid var(--gold-dim)}.cent-label{font-family:var(--font-ui);font-size:.65rem;color:var(--text-secondary)}.cent-here{font-size:.6rem;color:var(--red);margin-top:.25rem}@media (max-width: 900px){#countdown-panel{width:165px;min-width:165px}.yv-grid{grid-template-columns:repeat(3,1fr)}.cent-grid{grid-template-columns:repeat(4,1fr)}.gy-view{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){#app{flex-direction:column}#countdown-panel{width:100%;min-width:100%;height:auto;max-height:80px;overflow-y:auto;display:flex;flex-wrap:wrap;padding:.25rem .4rem;border-right:none;border-bottom:1px solid var(--border-light)}.cntdwn-panel{display:flex;flex-wrap:wrap;gap:.25rem;width:100%;padding:0}.cntdwn-title{display:none}.cntdwn-section{flex:1;min-width:75px;margin-bottom:0;padding-bottom:0;border-bottom:none}.cntdwn-section:last-child{min-width:100px}.cntdwn-label{font-size:.45rem}.cntdwn-timer{font-size:.5rem}.yv-grid{grid-template-columns:repeat(2,1fr)}.sg-row{grid-template-columns:repeat(7,minmax(0,1fr))}.sg-cell{min-height:60px;padding:.2rem}.cent-grid{grid-template-columns:repeat(3,1fr)}.mill-grid,.gy-view{grid-template-columns:repeat(2,1fr)}.cent-block{min-height:50px;padding:.7rem .4rem}.mill-block{padding:1rem .6rem}.mv-grid{gap:0}.mv-day{min-height:48px;padding:.2rem}}.gy-view{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;padding:.25rem;width:100%}.gy-month{background:var(--bg-card);border:1px solid var(--border-light);padding:.4rem;cursor:pointer;transition:border-color .2s}.gy-month:hover{border-color:var(--gold-dim)}.gy-month-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.2rem}.gy-month-name{font-family:var(--font-display);font-size:.7rem;color:var(--text-primary);letter-spacing:.05em}.gy-month-heb{font-size:.5rem;color:var(--text-muted);font-family:var(--font-ui);letter-spacing:.1em}.gy-dow{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:1px}.gy-dow span{font-size:.45rem;color:var(--text-muted);text-align:center;font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;padding:.1rem 0}.gy-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.gy-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border-radius:1px;transition:background .15s;min-height:20px}.gy-day:hover{background:var(--bg-hover)}.gy-day.gy-empty{background:transparent}.gy-day.gy-today{border:2px solid var(--red);box-shadow:0 0 6px #c0392b26}.gy-day .gy-num{font-size:.5rem;color:var(--text-secondary);font-family:var(--font-ui);line-height:1}.gy-heb-num{font-size:var(--fs-4xs);color:var(--text-muted);font-family:var(--font-ui);line-height:1;opacity:.5}@media (max-width: 480px){#countdown-panel{max-height:70px;padding:.2rem .3rem}.cntdwn-section{min-width:65px}.cntdwn-section:last-child{min-width:85px}.cntdwn-label{font-size:.4rem}.cntdwn-timer,.sg-cycle-label{font-size:.45rem}.sg-current-tag{font-size:var(--fs-3xs);padding:.02rem .2rem}.sg-cell.shemitah:after{font-size:var(--fs-3xs);top:.08rem;right:.12rem}.sg-row-header{gap:.08rem}.sg-header-cell{font-size:var(--fs-3xs);padding:.08rem .05rem;letter-spacing:.08em}.cent-grid{grid-template-columns:repeat(2,1fr)}.mill-grid,.yv-grid,.gy-view{grid-template-columns:repeat(1,1fr)}.cent-block{min-height:44px;padding:.5rem .3rem}.cent-label{font-size:.55rem}.mill-block{padding:.8rem .5rem}.mill-icon{font-size:1.2rem}.mill-label{font-size:1rem}.mv-grid{gap:0}.mv-day{min-height:40px;padding:.12rem}.mv-day-number{font-size:.48rem}.mv-day-header{font-size:.45rem;padding:.2rem .1rem}.mv-day-feast,.mv-day-eclipse,.mv-day-event{font-size:var(--fs-3xs)}.mv-here,.gy-here,.sg-here,.yv-here{font-size:var(--fs-xs)}.yv-pill{font-size:var(--fs-3xs);padding:.04rem .25rem}.yv-eclipse{font-size:.42rem}.yv-month-range{font-size:.5rem}.gy-month{padding:.25rem}.gy-month-name{font-size:.6rem}.gy-day{min-height:16px}.gy-day .gy-num{font-size:.42rem}.gy-heb-num{font-size:var(--fs-3xs)}.sg-vp-block{font-size:.5rem}.sg-vp-value{font-size:.6rem}.sg-vp-countdown-num{font-size:.55rem}.sg-vp-countdown{font-size:.5rem}.sg-vp-item{font-size:.45rem}}
