:root{color-scheme:dark;font-family:var(--adya-font-ui),Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--adya-ink, #0a0d0c);color:var(--adya-cream, #f4f1ea);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--adya-ink, #0a0d0c)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}::selection{background:var(--adya-gold);color:var(--adya-ink)}:focus-visible{outline:2px solid var(--adya-gold);outline-offset:4px}.site-shell{min-height:100vh;overflow:hidden;background:var(--adya-ink);color:var(--adya-cream)}.skip-link{position:fixed;z-index:50;top:12px;left:12px;transform:translateY(-160%);border:1px solid var(--adya-gold);border-radius:var(--adya-radius-button);padding:10px 14px;background:var(--adya-cream);color:var(--adya-ink);font-size:.8rem;font-weight:700;text-decoration:none}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid var(--adya-border);background:color-mix(in srgb,var(--adya-ink) 92%,transparent);backdrop-filter:blur(16px)}.header-inner,.footer-inner,.section-shell{width:min(1240px,calc(100% - 2 * var(--adya-space-edge)));margin-inline:auto}.header-inner{display:grid;min-height:76px;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--adya-space-lg)}.brand,.footer-brand{display:inline-flex;align-items:center;gap:var(--adya-space-sm);color:var(--adya-cream);text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--adya-gold);border-radius:50%;color:var(--adya-gold);font-family:Georgia,serif;font-size:1.2rem;font-weight:700}.brand-copy,.footer-brand>div{display:flex;flex-direction:column;gap:1px}.brand-copy strong,.footer-brand strong{font-family:Georgia,var(--adya-font-display),serif;font-size:1.3rem;font-weight:600;letter-spacing:-.03em}.brand-copy small,.footer-brand p{margin:0;color:var(--adya-muted);font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;gap:var(--adya-space-lg)}.nav-link{position:relative;min-height:44px;display:inline-flex;align-items:center;color:var(--adya-muted);font-size:.78rem;font-weight:700;text-decoration:none;transition:color .16s ease}.nav-link:after{position:absolute;right:0;bottom:12px;left:0;height:1px;transform:scaleX(0);background:var(--adya-gold);content:"";transition:transform .16s ease}.nav-link:hover,.nav-link-active{color:var(--adya-cream)}.nav-link:hover:after,.nav-link-active:after{transform:scaleX(1)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:var(--adya-space-sm)}.language-switcher{display:flex;gap:2px;padding:3px;border:1px solid var(--adya-border);border-radius:var(--adya-radius-full);background:var(--adya-ink-raised)}.language-switcher button{min-width:36px;min-height:32px;border:0;border-radius:var(--adya-radius-full);background:transparent;color:var(--adya-muted);font-size:.66rem;font-weight:800;letter-spacing:.05em}.language-switcher button:hover,.language-switcher .language-active{background:var(--adya-gold-tint);color:var(--adya-gold)}.header-account{margin-left:var(--adya-space-sm)}.icon-button{display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--adya-muted);transition:border-color .16s ease,color .16s ease,background .16s ease}.icon-button:hover,.icon-button:focus-visible{border-color:var(--adya-border-strong);background:var(--adya-ink-raised);color:var(--adya-cream)}.desktop-nav+.header-actions>.icon-button{display:none}.hero-section{position:relative;display:grid;min-height:min(720px,calc(100vh - 76px));grid-template-columns:minmax(0,.96fr) minmax(420px,1.04fr);align-items:stretch;border-bottom:1px solid var(--adya-border)}.hero-copy{width:min(650px,100%);padding:clamp(74px,10vw,144px) clamp(20px,8vw,112px) clamp(64px,8vw,112px) max(var(--adya-space-edge),calc((100vw - 1240px)/2))}.eyebrow{margin:0 0 var(--adya-space-md);color:var(--adya-gold);font-size:.68rem;font-weight:800;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.hero-copy h1,.page-intro h1,.closing-section h2,.today-copy h2,.section-heading h2,.detail-header h1{margin:0;font-family:Georgia,var(--adya-font-display),serif;font-weight:500;letter-spacing:-.045em}.hero-copy h1{max-width:570px;font-size:clamp(4.1rem,8vw,7.2rem);line-height:.91}.hero-lead{max-width:490px;margin:var(--adya-space-xl) 0 0;color:var(--adya-cream-soft);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}.hero-actions,.intro-actions,.state-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--adya-space-sm)}.hero-actions{margin-top:var(--adya-space-xxl)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:var(--adya-space-sm);border:1px solid transparent;border-radius:var(--adya-radius-button);padding:0 18px;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--adya-gold);color:var(--adya-ink)}.button-primary:hover{background:var(--adya-cream)}.button-outline{border-color:var(--adya-border-strong);background:transparent;color:var(--adya-cream)}.button-outline:hover{border-color:var(--adya-gold);background:var(--adya-gold-tint);color:var(--adya-gold)}.button-quiet{background:var(--adya-ink-raised);color:var(--adya-cream)}.button-text{min-height:44px;padding:0;color:var(--adya-gold)}.button-text:hover{color:var(--adya-cream)}.hero-trust{display:flex;max-width:450px;align-items:flex-start;gap:var(--adya-space-sm);margin-top:clamp(48px,8vw,96px);padding-top:var(--adya-space-lg);border-top:1px solid var(--adya-border)}.hero-trust-icon{display:inline-grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--adya-emerald-tint);color:var(--adya-emerald)}.hero-trust div{display:flex;flex-direction:column;gap:5px}.hero-trust strong{font-size:.78rem}.hero-trust span:not(.hero-trust-icon){color:var(--adya-muted);font-size:.74rem;line-height:1.55}.hero-art{position:relative;min-height:520px;overflow:hidden;border-left:1px solid var(--adya-border);background:var(--adya-ink-raised)}.hero-art:before,.hero-art:after{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--adya-gold);content:""}.hero-art:before{top:21%;left:18%}.hero-art:after{top:66%;left:70%;width:6px;height:6px;background:var(--adya-emerald)}.hero-orbit{position:absolute;top:50%;left:50%;width:min(62vw,700px);height:min(62vw,700px);border:1px solid var(--adya-border-strong);border-radius:50%;transform:translate(-25%,-50%) rotate(-24deg)}.hero-orbit-one{opacity:.85}.hero-orbit-two{width:min(48vw,540px);height:min(48vw,540px);border-color:var(--adya-gold);opacity:.55;transform:translate(-25%,-50%) rotate(26deg)}.hero-orbit-three{width:min(34vw,380px);height:min(34vw,380px);border-color:var(--adya-emerald);opacity:.55;transform:translate(-25%,-50%) rotate(64deg)}.hero-star{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--adya-cream)}.hero-star-one{top:28%;left:55%}.hero-star-two{top:57%;left:28%;background:var(--adya-gold)}.hero-star-three{top:78%;left:82%;background:var(--adya-emerald)}.hero-art-label{position:absolute;right:clamp(24px,5vw,70px);bottom:clamp(24px,5vw,70px);display:flex;flex-direction:column;gap:8px;color:var(--adya-gold);text-align:right}.hero-art-label span{font-size:.66rem;font-weight:800;letter-spacing:.2em}.hero-art-label strong{font-family:Georgia,serif;font-size:clamp(4.2rem,9vw,8rem);font-weight:400;line-height:.8;letter-spacing:-.08em}.section-shell{padding-top:clamp(62px,9vw,112px);padding-bottom:clamp(62px,9vw,112px)}.today-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);align-items:center;gap:clamp(32px,9vw,160px)}.today-copy{max-width:540px}.today-copy h2,.closing-section h2{font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98}.today-copy>p:last-child,.section-heading p,.page-intro .intro-body{color:var(--adya-muted);font-size:.95rem;line-height:1.75}.today-copy>p:last-child{max-width:470px;margin:var(--adya-space-xl) 0 0}.location-card{display:flex;min-height:150px;align-items:flex-start;gap:var(--adya-space-md);padding:var(--adya-space-xl);border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);background:var(--adya-ink-raised)}.location-card .button{margin-top:auto;white-space:nowrap}.location-card-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:8px}.location-card-copy strong,.location-card-ready strong{font-size:.92rem}.location-card-copy span,.location-card-ready span:not(.state-icon){color:var(--adya-muted);font-size:.75rem;line-height:1.6}.location-card-ready{align-items:center}.location-card-ready>div{display:flex;flex-direction:column;gap:6px}.state-icon{display:inline-grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid var(--adya-border-strong);border-radius:50%;background:var(--adya-ink-control);color:var(--adya-muted)}.state-icon-ready{border-color:var(--adya-emerald);background:var(--adya-emerald-tint);color:var(--adya-emerald)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--adya-space-lg);margin-bottom:var(--adya-space-xl)}.section-heading h2{max-width:700px;font-size:clamp(2.3rem,5vw,4.7rem);line-height:.98}.section-heading p{max-width:520px;margin:var(--adya-space-md) 0 0}.explore-section{border-top:1px solid var(--adya-border)}.explore-grid,.campaign-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--adya-space-md)}.explore-card{position:relative;min-height:320px;overflow:hidden;border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:var(--adya-space-xl);background:var(--adya-ink-raised);color:var(--adya-cream);text-align:left;transition:border-color .16s ease,transform .16s ease,background .16s ease}.explore-card:hover{border-color:var(--adya-gold);background:var(--adya-ink-elevated);transform:translateY(-3px)}.explore-card:after{position:absolute;right:-50px;bottom:-72px;width:180px;height:180px;border:1px solid var(--adya-border-strong);border-radius:50%;content:""}.explore-card-community:after{border-color:var(--adya-emerald)}.explore-card-reader:after{border-color:var(--adya-gold)}.explore-card-icon{display:inline-grid;width:48px;height:48px;place-items:center;border:1px solid var(--adya-border-strong);border-radius:50%;color:var(--adya-gold)}.explore-card-index{position:absolute;top:var(--adya-space-xl);right:var(--adya-space-xl);color:var(--adya-muted);font-size:.68rem;font-weight:800;letter-spacing:.1em}.explore-card h3{margin:64px 0 0;font-family:Georgia,serif;font-size:1.8rem;font-weight:500;letter-spacing:-.04em}.explore-card p{max-width:290px;margin:var(--adya-space-sm) 0 0;color:var(--adya-muted);font-size:.82rem;line-height:1.65}.explore-card-arrow{position:absolute;right:var(--adya-space-xl);bottom:var(--adya-space-xl);display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid var(--adya-border-strong);border-radius:50%;color:var(--adya-gold)}.pulse-section{border-top:1px solid var(--adya-border)}.campaign-card{display:block;min-width:0;border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:var(--adya-space-lg);background:var(--adya-ink-raised);color:var(--adya-cream);text-align:left}.campaign-card-button{width:100%;font:inherit;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.campaign-card-button:hover{border-color:var(--adya-emerald);background:var(--adya-ink-elevated);transform:translateY(-2px)}.campaign-card-topline{display:flex;align-items:flex-start;gap:var(--adya-space-sm)}.campaign-mark,.chapter-initials,.member-avatar{display:inline-grid;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--adya-gold-tint);color:var(--adya-gold);font-size:.72rem;font-weight:800;letter-spacing:.06em}.campaign-mark{width:44px;height:44px;border-radius:12px}.campaign-card-copy{min-width:0;flex:1}.campaign-card-label{display:flex;min-width:0;justify-content:space-between;gap:var(--adya-space-xs);color:var(--adya-muted);font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.campaign-card-label span:last-child{color:var(--adya-gold);text-align:right}.campaign-card-copy h3{margin:8px 0 4px;overflow:hidden;font-family:Georgia,serif;font-size:1.08rem;font-weight:500;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.campaign-card-copy p{overflow:hidden;margin:0;color:var(--adya-muted);font-size:.73rem;text-overflow:ellipsis;white-space:nowrap}.campaign-percent{display:inline-flex;min-width:40px;min-height:40px;align-items:center;justify-content:center;border-radius:50%;background:var(--adya-emerald-tint);color:var(--adya-emerald);font-size:.85rem;font-variant-numeric:tabular-nums;font-weight:800}.campaign-percent-urgent{background:var(--adya-gold-tint);color:var(--adya-gold)}.progress-track,.detail-progress{height:6px;overflow:hidden;border-radius:var(--adya-radius-full);background:var(--adya-ink-control)}.progress-track{margin-top:var(--adya-space-lg)}.progress-track span,.detail-progress span{display:block;height:100%;border-radius:inherit;background:var(--adya-emerald)}.campaign-card-meta{display:flex;justify-content:space-between;gap:var(--adya-space-sm);margin-top:var(--adya-space-md);color:var(--adya-muted);font-size:.7rem;font-variant-numeric:tabular-nums;line-height:1.4}.campaign-card-meta span:last-child{white-space:nowrap}.state-card{min-height:190px;border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:var(--adya-space-xl);background:var(--adya-ink-raised)}.state-card>p{max-width:560px;margin:8px 0 0;color:var(--adya-muted);font-size:.8rem;line-height:1.65}.state-title{color:var(--adya-cream)!important;font-size:1rem!important;font-weight:800}.state-icon-error{border-color:var(--adya-gold);background:var(--adya-gold-tint);color:var(--adya-gold)}.state-actions{margin-top:var(--adya-space-lg)}.state-actions small{align-self:center;color:var(--adya-dim);font-size:.66rem}.skeleton-line{width:min(70%,450px);height:10px;margin-bottom:10px;border-radius:var(--adya-radius-full);background:var(--adya-ink-control);opacity:.7}.skeleton-line-short{width:25%}.skeleton-line-mid{width:45%}.closing-section{display:flex;align-items:end;justify-content:space-between;gap:var(--adya-space-xl);border-top:1px solid var(--adya-border)}.page-intro{width:min(1240px,calc(100% - 2 * var(--adya-space-edge)));margin-inline:auto;padding:clamp(86px,13vw,180px) 0 clamp(70px,10vw,120px);border-bottom:1px solid var(--adya-border)}.page-intro h1{max-width:850px;font-size:clamp(3.5rem,8vw,7rem);line-height:.92}.page-intro .intro-body{max-width:650px;margin:var(--adya-space-xl) 0 0;font-size:1.02rem}.page-intro .intro-actions{margin-top:var(--adya-space-xl)}.community-layout,.practice-layout,.reader-layout,.support-layout,.account-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(28px,6vw,96px)}.chapter-column,.reader-library,.practice-main,.support-steps{min-width:0}.chapter-column .section-heading,.reader-library .section-heading{display:block}.chapter-list,.event-list,.member-list,.reader-collection-list,.donation-list{display:grid;gap:var(--adya-space-sm)}.chapter-card{display:flex;width:100%;min-height:86px;align-items:center;gap:var(--adya-space-md);border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:var(--adya-space-md);background:var(--adya-ink-raised);color:var(--adya-cream);text-align:left;transition:border-color .16s ease,background .16s ease}.chapter-card:hover,.chapter-card-selected{border-color:var(--adya-gold);background:var(--adya-ink-elevated)}.chapter-card>svg{margin-left:auto;color:var(--adya-muted)}.chapter-initials{width:48px;height:48px;border:1px solid var(--adya-border-strong);background:transparent;color:var(--adya-gold)}.chapter-card-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.chapter-card-copy strong{overflow:hidden;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.chapter-card-copy span,.chapter-card-copy small{overflow:hidden;color:var(--adya-muted);font-size:.71rem;text-overflow:ellipsis;white-space:nowrap}.chapter-card-copy small{color:var(--adya-gold);font-size:.61rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.community-detail,.practice-card,.qibla-card,.boundary-card,.support-boundary,.auth-card,.account-aside,.reader-surface{border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);background:var(--adya-ink-raised)}.community-detail{min-width:0;padding:clamp(20px,4vw,40px)}.community-detail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--adya-space-lg);padding-bottom:var(--adya-space-xl);border-bottom:1px solid var(--adya-border)}.community-detail-top h2{margin:0;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;letter-spacing:-.04em}.community-detail-top p:last-child{margin:8px 0 0;color:var(--adya-muted);font-size:.78rem}.community-detail-top>svg{color:var(--adya-gold)}.segmented-control{display:flex;gap:4px;margin:var(--adya-space-xl) 0;padding:4px;border-radius:var(--adya-radius-button);background:var(--adya-ink)}.segmented-control button{min-height:42px;flex:1;border:0;border-radius:8px;background:transparent;color:var(--adya-muted);font-size:.75rem;font-weight:800}.segmented-control button:hover,.segmented-control .segmented-active{background:var(--adya-gold-tint);color:var(--adya-gold)}.event-card,.member-card,.reader-item,.donation-row{display:flex;min-width:0;align-items:center;gap:var(--adya-space-md);border-bottom:1px solid var(--adya-border-row);padding:var(--adya-space-md) 0}.event-card:first-child,.member-card:first-child,.reader-item:first-child,.donation-row:first-child{padding-top:0}.event-card:last-child,.member-card:last-child,.reader-item:last-child,.donation-row:last-child{border-bottom:0}.event-date{display:flex;width:50px;flex:0 0 auto;flex-direction:column;color:var(--adya-gold);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.event-date strong{font-family:Georgia,serif;font-size:1.65rem;font-weight:500;letter-spacing:-.04em}.event-copy,.member-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.event-label{display:inline-flex;align-items:center;gap:5px;color:var(--adya-emerald);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.event-copy h3{margin:0;font-family:Georgia,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.025em}.event-copy p,.member-copy span{margin:0;color:var(--adya-muted);font-size:.72rem}.event-card>svg{color:var(--adya-muted)}.member-avatar{width:42px;height:42px;background:var(--adya-ink-control);color:var(--adya-cream-soft)}.member-copy strong{font-size:.85rem}.member-copy span{color:var(--adya-gold);font-size:.65rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.member-card>svg{color:var(--adya-muted)}.practice-layout{grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr)}.practice-main,.practice-side{display:grid;align-content:start;gap:var(--adya-space-md)}.practice-card,.qibla-card,.boundary-card{padding:clamp(20px,4vw,40px)}.practice-card-heading,.qibla-card-heading,.reader-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--adya-space-md)}.practice-card-heading .eyebrow,.qibla-card-heading .eyebrow,.reader-toolbar .eyebrow{margin-bottom:0}.practice-method,.qibla-native-note{color:var(--adya-muted);font-size:.68rem}.next-prayer{display:flex;align-items:end;justify-content:space-between;gap:var(--adya-space-lg);margin:var(--adya-space-xl) 0;padding-bottom:var(--adya-space-lg);border-bottom:1px solid var(--adya-border)}.next-prayer strong{font-family:Georgia,serif;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:500;letter-spacing:-.055em}.next-prayer span{color:var(--adya-gold);font-size:clamp(1.25rem,3vw,2rem);font-variant-numeric:tabular-nums;font-weight:800}.prayer-list{display:grid;gap:0}.prayer-row{display:grid;min-height:54px;grid-template-columns:1fr auto auto;align-items:center;gap:var(--adya-space-md);border-bottom:1px solid var(--adya-border-row);color:var(--adya-muted);font-size:.8rem}.prayer-row:last-child{border-bottom:0}.prayer-row strong{color:var(--adya-cream-soft);font-variant-numeric:tabular-nums}.prayer-row-next{color:var(--adya-cream)}.prayer-row-next strong,.prayer-next-label{color:var(--adya-emerald)}.prayer-next-label{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.qibla-card h3,.boundary-card h3,.support-boundary h2,.account-aside h2{margin:var(--adya-space-xl) 0 0;font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:500;letter-spacing:-.04em;line-height:1}.qibla-card p,.boundary-card p,.support-boundary>p,.account-aside p{color:var(--adya-muted);font-size:.8rem;line-height:1.7}.qibla-body{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(0,1.2fr);align-items:center;gap:var(--adya-space-xl);margin-top:var(--adya-space-xl)}.qibla-dial{position:relative;width:min(230px,100%);aspect-ratio:1;border:1px solid var(--adya-border-strong);border-radius:50%}.qibla-dial:before{position:absolute;inset:17px;border:1px solid var(--adya-border);border-radius:50%;content:""}.qibla-cardinal{position:absolute;color:var(--adya-muted);font-size:.65rem;font-weight:800}.qibla-cardinal-n{top:12px;left:50%;color:var(--adya-gold);transform:translate(-50%)}.qibla-cardinal-e{top:50%;right:12px;transform:translateY(-50%)}.qibla-cardinal-s{bottom:12px;left:50%;transform:translate(-50%)}.qibla-cardinal-w{top:50%;left:12px;transform:translateY(-50%)}.qibla-needle{position:absolute;top:50%;left:50%;width:2px;height:84px;background:var(--adya-emerald);transform:translate(-50%,-100%) rotate(var(--qibla-bearing));transform-origin:50% 100%}.qibla-needle:after{position:absolute;top:-2px;left:-4px;width:10px;height:10px;border-radius:50%;background:var(--adya-emerald);content:""}.qibla-hub{position:absolute;top:50%;left:50%;width:12px;height:12px;border:3px solid var(--adya-ink-raised);border-radius:50%;background:var(--adya-emerald);transform:translate(-50%,-50%)}.qibla-reading{display:flex;min-width:0;flex-direction:column;gap:7px}.qibla-reading strong{color:var(--adya-emerald);font-family:Georgia,serif;font-size:clamp(2.8rem,6vw,4.6rem);font-weight:500;letter-spacing:-.06em;line-height:.9}.qibla-reading span{color:var(--adya-cream-soft);font-size:.8rem;font-weight:700}.qibla-reading small{color:var(--adya-muted);font-size:.68rem;line-height:1.5}.boundary-card{background:var(--adya-gold-tint)}.boundary-card h3{font-size:1.8rem}.boundary-card .button{margin-top:var(--adya-space-md)}.reader-layout{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);align-items:start}.reader-collection{border-bottom:1px solid var(--adya-border);padding-bottom:var(--adya-space-lg)}.reader-collection:last-child{border-bottom:0}.reader-collection>.eyebrow{margin-top:var(--adya-space-lg);color:var(--adya-muted)}.reader-collection:first-child>.eyebrow{margin-top:0}.reader-item{width:100%;border:0;background:transparent;color:var(--adya-cream);text-align:left}.reader-item:hover{color:var(--adya-gold)}.reader-item-title{min-width:0;flex:1;font-family:var(--adya-font-arabic),serif;font-size:1.2rem}.reader-item-meta{color:var(--adya-muted);font-size:.68rem}.reader-item>svg{color:var(--adya-muted)}.reader-surface{min-height:560px;overflow:hidden;padding:clamp(20px,5vw,48px)}.reader-theme-night{background:var(--adya-ink);color:var(--adya-cream)}.reader-theme-sepia{background:var(--adya-ink-raised);color:var(--adya-gold-ink)}.reader-theme-day{background:var(--adya-cream);color:var(--adya-ink)}.reader-theme-night .reader-toolbar,.reader-theme-sepia .reader-toolbar,.reader-theme-day .reader-toolbar{border-bottom-color:currentColor}.reader-theme-night .eyebrow,.reader-theme-sepia .eyebrow{color:var(--adya-gold)}.reader-theme-day .eyebrow{color:#6f5b2b}.reader-toolbar{padding-bottom:var(--adya-space-md);border-bottom:1px solid currentColor}.reader-toolbar-actions .icon-button{color:currentColor}.reader-placeholder{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;gap:var(--adya-space-xl);padding:clamp(32px,6vw,72px) clamp(16px,8vw,100px);text-align:center}.reader-placeholder p{max-width:470px;margin:0;color:currentColor;font-family:Georgia,serif;font-size:calc(1rem * var(--reader-scale));line-height:1.75;opacity:.78}.reader-ornament{display:flex;align-items:center;gap:10px;color:currentColor}.reader-ornament span{display:block;width:6px;height:6px;border:1px solid currentColor;transform:rotate(45deg)}.reader-lines{display:grid;width:min(400px,100%);gap:14px;opacity:.25}.reader-lines span{display:block;height:1px;background:currentColor}.reader-lines span:nth-child(2){width:82%;justify-self:end}.reader-lines span:nth-child(3){width:92%;justify-self:end}.reader-lines span:nth-child(4){width:66%;justify-self:end}.reader-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--adya-space-md);padding-top:var(--adya-space-md);border-top:1px solid currentColor}.reader-font-controls,.reader-themes{display:flex;align-items:center;gap:6px}.reader-font-controls button,.reader-themes button{display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid currentColor;border-radius:50%;background:transparent;color:currentColor}.reader-font-controls button{border-radius:8px;font-size:.72rem;font-weight:800}.reader-theme-swatch{width:22px!important;height:22px!important;border-color:transparent!important}.reader-theme-swatch-night{background:var(--adya-ink)!important}.reader-theme-swatch-sepia{background:#dfcfab!important}.reader-theme-swatch-day{background:var(--adya-cream)!important}.reader-theme-swatch-selected{box-shadow:0 0 0 2px currentColor}.support-layout,.account-layout{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:start}.support-steps ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.support-steps li{display:flex;align-items:center;gap:var(--adya-space-lg);border-top:1px solid var(--adya-border);padding:var(--adya-space-lg) 0}.support-steps li>span{color:var(--adya-gold);font-family:Georgia,serif;font-size:1.5rem}.support-steps li p{max-width:470px;margin:0;color:var(--adya-cream-soft);font-size:.9rem;line-height:1.6}.support-boundary,.account-aside{padding:clamp(24px,4vw,44px)}.support-boundary>.eyebrow{margin-top:var(--adya-space-lg)}.support-boundary .button,.account-aside .button{margin-top:var(--adya-space-md)}.support-boundary .button-text{display:flex}.auth-card-heading{display:flex;align-items:center;gap:var(--adya-space-md);padding-bottom:var(--adya-space-xl);border-bottom:1px solid var(--adya-border)}.auth-card-heading .eyebrow{margin-bottom:4px}.auth-card-heading h2{margin:0;font-family:Georgia,serif;font-size:1.7rem;font-weight:500;letter-spacing:-.04em}.auth-card,.account-aside{padding:clamp(24px,4vw,44px)}.auth-card form{display:grid;gap:var(--adya-space-sm);margin-top:var(--adya-space-xl)}.auth-card label{margin-top:var(--adya-space-sm);color:var(--adya-cream-soft);font-size:.74rem;font-weight:800}.auth-card input{width:100%;min-height:50px;border:1px solid var(--adya-border-strong);border-radius:var(--adya-radius-button);padding:0 14px;outline:0;background:var(--adya-ink);color:var(--adya-cream);font-size:.9rem}.auth-card input::placeholder{color:var(--adya-dim)}.auth-card input:focus{border-color:var(--adya-gold)}.form-status,.form-error,.form-footnote{font-size:.72rem;line-height:1.55}.form-status{color:var(--adya-emerald)}.form-error{color:var(--adya-gold)}.form-footnote{margin:var(--adya-space-lg) 0 0;color:var(--adya-muted)}.verification-complete{display:flex;align-items:flex-start;gap:var(--adya-space-sm);margin-top:var(--adya-space-lg);padding:var(--adya-space-md);border:1px solid var(--adya-emerald);border-radius:var(--adya-radius-button);background:var(--adya-emerald-tint);color:var(--adya-emerald)}.verification-complete div{display:flex;flex-direction:column;gap:4px}.verification-complete span{color:var(--adya-cream-soft);font-size:.72rem;line-height:1.5}.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--adya-space-sm)}.legal-document-shell{max-width:840px}.legal-document-card{border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:clamp(24px,5vw,56px);background:var(--adya-ink-raised)}.legal-document-card h2{max-width:620px;margin:var(--adya-space-lg) 0;font-family:Georgia,serif;font-size:clamp(2rem,5vw,4rem);font-weight:500;letter-spacing:-.04em;line-height:1}.legal-document-card p:not(.eyebrow){max-width:680px;color:var(--adya-muted);line-height:1.7}.legal-document-email{display:block;margin-top:var(--adya-space-sm);color:var(--adya-muted);font-size:.75rem}.legal-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--adya-space-md);min-height:104px;border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:var(--adya-space-lg);background:var(--adya-ink-raised)}.legal-item-icon{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--adya-ink-control);color:var(--adya-muted)}.legal-item-ready .legal-item-icon{background:var(--adya-emerald-tint);color:var(--adya-emerald)}.legal-item strong{font-size:.88rem}.legal-item p,.legal-item-required{margin:5px 0 0;color:var(--adya-muted);font-size:.7rem;line-height:1.5}.legal-item a{color:var(--adya-gold)}.detail-shell{max-width:980px}.back-link{display:inline-flex;min-height:44px;align-items:center;gap:6px;border:0;background:transparent;color:var(--adya-muted);font-size:.74rem;font-weight:800}.back-link:hover{color:var(--adya-gold)}.detail-header{display:flex;align-items:end;justify-content:space-between;gap:var(--adya-space-xl);margin-top:var(--adya-space-xxl)}.detail-header h1{max-width:700px;font-size:clamp(3.4rem,8vw,7rem);line-height:.9}.detail-header>div>p:last-child{margin:var(--adya-space-md) 0 0;color:var(--adya-muted);font-size:.8rem}.detail-percent{display:inline-flex;min-width:62px;min-height:62px;align-items:center;justify-content:center;border-radius:50%;background:var(--adya-emerald-tint);color:var(--adya-emerald);font-size:1.25rem;font-variant-numeric:tabular-nums;font-weight:800}.detail-progress{height:10px;margin-top:var(--adya-space-xl)}.detail-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:var(--adya-space-xxl);border:1px solid var(--adya-border);background:var(--adya-border)}.detail-stats>div{min-width:0;min-height:110px;padding:var(--adya-space-lg);background:var(--adya-ink-raised)}.detail-stats strong,.detail-stats span{display:block}.detail-stats strong{overflow:hidden;color:var(--adya-cream);font-size:1.05rem;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.detail-stats span{margin-top:8px;color:var(--adya-muted);font-size:.66rem;line-height:1.45}.detail-description{max-width:700px;margin-top:var(--adya-space-xxl)}.detail-description p:last-child{margin:0;color:var(--adya-cream-soft);font-size:.95rem;line-height:1.8}.detail-support{display:flex;align-items:end;justify-content:space-between;gap:var(--adya-space-xl);margin-top:var(--adya-space-xxl);padding:var(--adya-space-xl) 0;border-top:1px solid var(--adya-border);border-bottom:1px solid var(--adya-border)}.detail-support h2{margin:0;font-family:Georgia,serif;font-size:2rem;font-weight:500;letter-spacing:-.04em}.detail-support p:last-child{max-width:600px;margin:var(--adya-space-sm) 0 0;color:var(--adya-muted);font-size:.76rem;line-height:1.6}.detail-donations{margin-top:var(--adya-space-xxl)}.detail-donations .section-heading{margin-bottom:var(--adya-space-lg)}.donation-row>span:nth-child(2){min-width:0;flex:1;overflow:hidden;color:var(--adya-cream-soft);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.donation-row strong{color:var(--adya-emerald);font-size:.78rem;font-variant-numeric:tabular-nums}.app-notice{display:flex;align-items:center;gap:var(--adya-space-sm);border:1px solid var(--adya-gold);border-radius:var(--adya-radius-button);padding:10px 12px 10px 14px;background:var(--adya-gold-tint);color:var(--adya-gold);font-size:.78rem}.app-notice>span{flex:1}.notice-shell{padding-top:var(--adya-space-lg);padding-bottom:0}.site-footer{border-top:1px solid var(--adya-border);background:var(--adya-ink-raised)}.footer-inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:var(--adya-space-xl);padding-top:var(--adya-space-xl);padding-bottom:var(--adya-space-xl)}.footer-brand .brand-mark{width:28px;height:28px;font-size:.9rem}.footer-brand strong{font-size:1rem}.footer-links{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:var(--adya-space-md);color:var(--adya-muted);font-size:.66rem}.footer-links .nav-link{min-height:32px;color:var(--adya-gold);font-size:.66rem}.footer-links .nav-link:after{bottom:2px}.footer-status{display:inline-flex;align-items:center;gap:7px;color:var(--adya-muted);font-size:.66rem;white-space:nowrap}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--adya-emerald)}@media(max-width:960px){.header-inner{grid-template-columns:1fr auto}.desktop-nav{position:absolute;top:77px;right:var(--adya-space-edge);left:var(--adya-space-edge);display:none;flex-direction:column;align-items:stretch;gap:0;border:1px solid var(--adya-border);border-radius:var(--adya-radius-card);padding:var(--adya-space-sm);background:var(--adya-ink-raised)}.desktop-nav-open{display:flex}.desktop-nav .nav-link{min-height:50px;padding-inline:var(--adya-space-md)}.desktop-nav .nav-link:after{right:var(--adya-space-md);bottom:7px;left:var(--adya-space-md)}.desktop-nav+.header-actions>.icon-button{display:inline-grid}.hero-section{grid-template-columns:1fr}.hero-copy{padding-right:var(--adya-space-edge)}.hero-art{min-height:340px;border-top:1px solid var(--adya-border);border-left:0}.hero-orbit{width:520px;height:520px}.hero-orbit-two{width:400px;height:400px}.hero-orbit-three{width:280px;height:280px}.explore-grid,.campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-card:last-child,.campaign-card:last-child{grid-column:1 / -1}.community-layout,.reader-layout,.practice-layout,.support-layout,.account-layout{grid-template-columns:1fr}.chapter-column,.reader-library{max-width:720px}.footer-inner{grid-template-columns:1fr 1fr}.footer-links{justify-content:flex-end}.footer-status{grid-column:1 / -1}}@media(max-width:640px){:root{font-size:15px}.header-inner,.footer-inner,.section-shell,.page-intro{width:min(100% - 32px,1240px)}.header-inner{min-height:68px}.desktop-nav{top:69px;right:16px;left:16px}.header-account,.brand-copy small{display:none}.language-switcher{margin-right:-2px}.hero-copy{padding-top:78px;padding-bottom:64px}.hero-copy h1{max-width:360px;font-size:clamp(3.7rem,18vw,5.4rem)}.hero-lead{font-size:.96rem}.hero-actions,.intro-actions{align-items:stretch;flex-direction:column}.hero-actions .button,.intro-actions .button{width:100%}.hero-art{min-height:290px}.hero-art-label{right:28px;bottom:28px}.hero-art-label strong{font-size:5rem}.today-section,.closing-section{display:grid;grid-template-columns:1fr}.today-copy h2,.closing-section h2,.section-heading h2,.page-intro h1{font-size:clamp(2.9rem,14vw,4.3rem)}.location-card{flex-wrap:wrap;padding:var(--adya-space-lg)}.location-card .button{width:100%;margin-top:var(--adya-space-sm)}.section-heading{display:block}.section-heading-action{margin-top:var(--adya-space-sm)}.explore-grid,.campaign-grid,.legal-grid{grid-template-columns:1fr}.explore-card:last-child,.campaign-card:last-child{grid-column:auto}.explore-card{min-height:270px}.campaign-card-meta{align-items:flex-start;flex-direction:column}.community-detail{padding:var(--adya-space-lg)}.qibla-body{grid-template-columns:1fr;justify-items:center}.qibla-reading{width:100%;text-align:center}.qibla-card-heading{align-items:flex-start;flex-direction:column}.reader-surface{min-height:500px;padding:var(--adya-space-lg)}.reader-bottom-bar{align-items:flex-start;flex-direction:column}.support-boundary,.account-aside,.auth-card{padding:var(--adya-space-lg)}.detail-header{align-items:flex-start;flex-direction:column}.detail-percent{align-self:flex-start}.detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-support{align-items:flex-start;flex-direction:column}.detail-support .button{width:100%}.footer-inner{grid-template-columns:1fr;align-items:start}.footer-links{align-items:flex-start;justify-content:flex-start;flex-direction:column}.footer-status{grid-column:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
