:root{--bg: #0c0a09;--bg-soft: #171412;--bg-hover: #1e1a17;--fg: #f5f0e8;--fg-muted: #a39885;--fg-faint: #6b6052;--fg-on-fill: #0c0a09;--border: #2a2420;--border-strong: #3d3530;--divider: #231f1b;--gold: #d4a84b;--gold-dim: rgba(212, 168, 75, .15);--red-sacred: #9b2335;--blue-marian: #4a6fa5;--green-hope: #5a8a6a;--purple-lent: #7b5ea7;--rose: #c27878;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable}body{min-height:100vh;background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:1.5;overflow-y:auto}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.page{max-width:920px;margin:0 auto;padding:3rem 1.5rem 4rem}@media(min-width:640px){.page{padding:4rem 2.5rem 5rem}}.logo-bar{display:flex;align-items:center;gap:.625rem}.logo-icon{width:28px;height:28px;color:var(--gold)}.logo-text{font-family:var(--font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.01em;color:var(--fg)}.hero{margin-top:2.5rem}.hero h1{font-family:var(--font-display);font-size:2.5rem;font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--fg);max-width:640px}@media(min-width:640px){.hero h1{font-size:3.25rem}}.hero-subtitle{margin-top:1rem;font-size:.9375rem;line-height:1.6;color:var(--fg-muted);max-width:560px}.cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:var(--gold);color:var(--fg-on-fill)}.btn-primary:hover{background:#c49a3d;transform:translateY(-1px);box-shadow:0 4px 16px #d4a84b40}.btn-outline{background:transparent;color:var(--fg-muted);border:1px solid var(--border)}.btn-outline:hover{color:var(--fg);border-color:var(--border-strong);background:var(--bg-soft)}.btn svg{width:16px;height:16px}.stats-bar{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:2.5rem}.stat{display:flex;align-items:baseline;gap:.375rem}.stat-number{font-family:var(--font-body);font-size:1.125rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--fg)}.stat-label{font-size:.75rem;color:var(--fg-muted)}.card-grid{display:grid;gap:.75rem;margin-top:2rem}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px)and (max-width:1023px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-soft);transition:border-color .2s ease,transform .2s ease;cursor:pointer;text-decoration:none;color:inherit}.card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.card-span-2{grid-column:span 1}@media(min-width:1024px){.card-span-2{grid-column:span 2}}.card-preview{height:150px;overflow:hidden;padding:1rem 1rem 0;pointer-events:none;-webkit-user-select:none;user-select:none;position:relative}.card-preview:after{content:"";position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(to top,var(--bg-soft) 12%,transparent);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);mask-image:linear-gradient(to top,black 30%,transparent);-webkit-mask-image:linear-gradient(to top,black 30%,transparent)}.card-body{position:relative;margin-top:-.75rem;padding:0 1rem 1rem;z-index:1}.card-body h3{font-size:.875rem;font-weight:500;color:var(--fg)}.card-body p{font-size:.78125rem;line-height:1.45;color:var(--fg-muted);margin-top:.125rem}.chip{display:inline-block;font-size:.6875rem;font-weight:500;padding:.125rem .5rem;border-radius:.25rem;line-height:1.5}.chip-sm{font-size:.625rem;padding:.0625rem .375rem}.chip-gold{background:var(--gold-dim);color:var(--gold)}.chip-red{background:#9b233526;color:var(--rose)}.chip-blue{background:#4a6fa526;color:var(--blue-marian)}.chip-green{background:#5a8a6a26;color:var(--green-hope)}.chip-purple{background:#7b5ea726;color:var(--purple-lent)}.chip-filled{background:var(--fg);color:var(--fg-on-fill)}.readings-preview{display:flex;flex-direction:column;gap:.5rem}.reading-row{display:flex;align-items:center;gap:.625rem}.reading-day{font-size:.6875rem;color:var(--fg-faint);width:48px;font-variant-numeric:tabular-nums;flex-shrink:0}.reading-title{font-size:.75rem;color:var(--fg-muted);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reading-bar{height:3px;border-radius:999px;background:var(--bg-hover);flex:1;max-width:120px}.reading-bar-fill{height:100%;border-radius:999px}.saint-preview{display:flex;gap:.75rem;align-items:flex-start}.saint-icon-wrap{width:48px;height:48px;border-radius:50%;background:var(--gold-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.saint-icon-wrap svg{width:22px;height:22px}.saint-info{flex:1;min-width:0}.saint-name{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--fg)}.saint-feast{font-size:.6875rem;color:var(--fg-faint);margin-top:.125rem}.saint-quote{font-family:var(--font-display);font-style:italic;font-size:.75rem;color:var(--fg-muted);margin-top:.5rem;line-height:1.5;border-left:2px solid var(--gold-dim);padding-left:.625rem}.prayer-list{display:flex;flex-direction:column;gap:.375rem}.prayer-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--fg-muted);padding:.375rem .5rem;border-radius:.375rem;border:1px solid var(--border);background:var(--bg)}.prayer-item svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}.parish-preview{display:flex;flex-direction:column;gap:.375rem}.parish-item{display:flex;align-items:center;gap:.5rem;padding:.375rem 0}.parish-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.parish-name{font-size:.75rem;color:var(--fg-muted);flex:1}.parish-dist{font-size:.625rem;color:var(--fg-faint);font-variant-numeric:tabular-nums}.parish-map-line{height:1px;background:var(--border);margin:.125rem 0;opacity:.5}.liturgy-steps{display:flex;flex-direction:column;gap:.25rem}.liturgy-step{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--fg-muted)}.liturgy-num{width:18px;height:18px;border-radius:50%;background:var(--gold-dim);color:var(--gold);font-size:.625rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.liturgy-step.active .liturgy-num{background:var(--gold);color:var(--fg-on-fill)}.liturgy-step.active .liturgy-step-text{color:var(--fg)}.catechism-preview{display:flex;flex-direction:column;gap:.5rem}.catechism-search-bar{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem;border-radius:.375rem;border:1px solid var(--border);background:var(--bg);font-size:.75rem;color:var(--fg-muted)}.catechism-search-bar svg{width:14px;height:14px;color:var(--fg-faint)}.catechism-search-bar kbd{margin-left:auto;font-family:var(--font-body);font-size:.5625rem;padding:.0625rem .375rem;border-radius:.1875rem;border:1px solid var(--border);background:var(--bg-soft);color:var(--fg-faint)}.catechism-results{display:flex;flex-direction:column;gap:.25rem}.catechism-result{display:flex;align-items:center;gap:.5rem;padding:.25rem .375rem;border-radius:.25rem;font-size:.6875rem;color:var(--fg-muted)}.catechism-result:first-child{background:var(--bg-hover);color:var(--fg)}.catechism-result svg{width:12px;height:12px;color:var(--fg-faint);flex-shrink:0}.catechism-num{font-variant-numeric:tabular-nums;color:var(--fg-faint);font-size:.625rem;min-width:28px}.rosary-preview{display:flex;flex-direction:column;align-items:center;gap:.75rem}.rosary-beads{display:flex;gap:.25rem;align-items:center}.bead{width:8px;height:8px;border-radius:50%;background:var(--border)}.bead.active{background:var(--gold);box-shadow:0 0 6px #d4a84b66}.bead.large{width:10px;height:10px}.rosary-mystery{font-family:var(--font-display);font-size:.8125rem;color:var(--fg-muted);text-align:center}.rosary-counter{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;color:var(--fg-faint)}.rosary-counter span{font-variant-numeric:tabular-nums}.fathers-preview{display:flex;flex-direction:column;gap:.5rem}.father-quote{padding:.5rem .625rem;border-radius:.375rem;border:1px solid var(--border);background:var(--bg)}.father-quote-text{font-family:var(--font-display);font-style:italic;font-size:.75rem;color:var(--fg-muted);line-height:1.5}.father-quote-attr{font-size:.625rem;color:var(--fg-faint);margin-top:.25rem}.news-preview{display:flex;flex-direction:column;gap:.375rem}.news-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.news-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.news-title{font-size:.75rem;color:var(--fg-muted);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-time{font-size:.5625rem;color:var(--fg-faint);flex-shrink:0;font-variant-numeric:tabular-nums}.ecosystem{margin-top:2.5rem}.ecosystem-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.ecosystem-header h2{font-family:var(--font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.01em}.ecosystem-header a{font-size:.8125rem;color:var(--fg-muted);text-decoration:none;transition:color .15s}.ecosystem-header a:hover{color:var(--fg)}.ecosystem-subtitle{font-size:.8125rem;color:var(--fg-muted);margin-top:.25rem;max-width:560px}.ecosystem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem}@media(min-width:640px){.ecosystem-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.ecosystem-grid{grid-template-columns:repeat(5,1fr)}}.eco-card{border-radius:.375rem;border:1px solid var(--border);background:var(--bg);padding:.625rem .75rem;transition:border-color .15s}.eco-card:hover{border-color:var(--border-strong)}.eco-card-name{font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eco-card-sub{font-size:.6875rem;color:var(--fg-faint);margin-top:.125rem}.bottom-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-soft);padding:2.25rem 1.5rem;text-align:center;margin-top:3rem}.bottom-cta h2{font-family:var(--font-display);font-size:1.1875rem;font-weight:600;letter-spacing:-.01em}.bottom-cta p{font-size:.8125rem;color:var(--fg-muted);max-width:400px}.cross-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0;color:var(--fg-faint)}.cross-divider:before,.cross-divider:after{content:"";flex:1;height:1px;background:var(--border)}.cross-divider svg{width:16px;height:16px;color:var(--gold);opacity:.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .5s ease-out both}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.delay-6{animation-delay:.3s}.delay-7{animation-delay:.35s}.delay-8{animation-delay:.4s}.delay-9{animation-delay:.45s}.footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.75rem;color:var(--fg-faint)}.footer a{color:var(--fg-muted);text-decoration:none;transition:color .15s}.footer a:hover{color:var(--gold)}.footer-links{display:flex;gap:1.25rem}
