@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-primary:#0b0e14;--bg-card:#151a23;--bg-card-hover:#1a212d;--text-primary:#f8fafc;--text-secondary:#8b9bb4;--accent-gold:#e2b75a;--accent-gold-dim:#e2b75a33;--border-light:#ffffff0d;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif}[data-theme=light]{--bg-primary:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--accent-gold:#c59a29;--accent-gold-dim:#c59a2926;--border-light:#0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}#root{flex-direction:column;width:100%;max-width:600px;min-height:100vh;margin:0 auto;padding-bottom:6rem;display:flex}h1,h2,h3,h4,.serif-text{font-family:var(--font-serif);font-weight:400}.view-container{flex-direction:column;align-items:center;width:100%;padding:2rem 1.5rem;display:flex}.view-header{text-align:center;margin-bottom:2.5rem}.view-pretitle{color:var(--text-secondary);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:500}.view-title{color:var(--text-primary);letter-spacing:.02em;font-size:2rem}.card-elegant{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;width:100%;margin-bottom:1rem;padding:1.5rem}.bottom-nav{background:var(--bg-card);border-top:1px solid var(--border-light);z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-container{justify-content:space-around;width:100%;max-width:600px;padding:.5rem 0;display:flex}.nav-item{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:color .3s;display:flex;position:relative}.nav-item.active{color:var(--accent-gold)}.nav-item.active:before{content:"";background-color:var(--accent-gold);border-radius:2px;width:24px;height:2px;position:absolute;top:-8px}.omer-circle{border:1px solid var(--border-light);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;display:flex;position:relative}.omer-number{font-family:var(--font-serif);color:var(--accent-gold);font-size:3rem;line-height:1}.omer-total{color:var(--text-secondary);margin-top:.25rem;font-size:.8rem}.sparkle-icon{color:var(--accent-gold);position:absolute;top:0;right:-10px}.progress-container{width:80%;margin:1rem auto 2.5rem}.progress-bar-bg{background:var(--bg-card);border-radius:2px;height:4px;position:relative;overflow:hidden}.progress-bar-fill{background:var(--accent-gold);border-radius:2px;height:100%;position:absolute;top:0;left:0}.progress-labels{color:var(--text-secondary);justify-content:space-between;margin-top:.5rem;font-size:.75rem;display:flex}.accordion{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;margin-bottom:.75rem;overflow:hidden}.accordion-header{cursor:pointer;letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.875rem;font-weight:600;display:flex}.accordion-content{color:var(--text-secondary);padding:0 1.5rem 1.5rem;line-height:1.6}.hebrew-text-elegant{text-align:right;color:var(--accent-gold);direction:rtl;margin-bottom:.75rem;font-family:Times New Roman,serif;font-size:1.4rem;line-height:1.8}.hebrew-text-white{text-align:right;color:var(--text-primary);direction:rtl;margin-bottom:.75rem;font-family:Times New Roman,serif;font-size:1.4rem;line-height:1.8}.pa-pagination{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.pa-page-btn{background:var(--bg-card);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.pa-page-btn:hover{background:var(--bg-card-hover)}.pa-page-btn.active{background:var(--accent-gold);color:#000;font-weight:600}.pa-nav-arrow{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.mishnah-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.mishnah-badge{letter-spacing:.05em;color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.mishnah-badge span.num{background:var(--accent-gold-dim);color:var(--accent-gold);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.mishnah-hebrew{background:var(--bg-card-hover);color:var(--text-primary);direction:rtl;border-radius:8px;margin-bottom:1.25rem;padding:1.25rem;font-family:Times New Roman,serif;font-size:1.25rem;line-height:1.8}.mishnah-spanish{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.text-gold{color:var(--accent-gold)}.flex-center{justify-content:center;align-items:center;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}
