@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--color-primary:#5b3a57;--color-primary-light:#88607f;--color-primary-dark:#3f293c;--color-secondary:#059669;--color-secondary-light:#10b981;--color-secondary-dark:#047857;--color-blue:#765260;--color-emerald:#10b981;--color-indigo:#655477;--color-amber:#f59e0b;--color-red:#ef4444;--color-purple:#8b5cf6;--color-gray:#6b7280;--color-pink:#ec4899;--color-cyan:#06b6d4;--color-background:#f8fafc;--color-surface:#fff;--color-text:#1f2937;--color-text-light:#6b7280;--color-text-white:#fff;--color-border:#e5e7eb;--color-error:#ef4444;--color-success:#10b981;--color-warning:#f59e0b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius-sm:0.125rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:1rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--color-background);color:#1f2937;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}#root{display:flex;flex-direction:column;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.row{display:flex;flex-wrap:wrap;margin:-.5rem}.col{flex:1 0;padding:.5rem}.card{background-color:#fff;background-color:var(--color-surface);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);overflow:hidden}.card-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--color-border);padding:1.25rem 1.5rem}.card-body{padding:1.5rem}.card-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--color-border);padding:1.25rem 1.5rem}.form-group{margin-bottom:1.5rem}.form-label{color:#1f2937;color:var(--color-text);display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background-color:#fff;background-color:var(--color-surface);border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:.375rem;border-radius:var(--radius-md);color:#1f2937;color:var(--color-text);display:block;font-size:1rem;line-height:1.5;padding:.75rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#88607f;border-color:var(--color-primary-light);box-shadow:0 0 0 3px #5b3a572e;outline:0}.btn{align-items:center;border:1px solid #0000;border-radius:.375rem;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;line-height:1.5;padding:.75rem 1.5rem;text-align:center;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:disabled{opacity:.65;pointer-events:none}.btn-icon{margin-right:.5rem}.btn-primary{background-color:#5b3a57;background-color:var(--color-primary);border-color:#5b3a57;border-color:var(--color-primary);color:#fff;color:var(--color-text-white)}.btn-primary:hover{background-color:#3f293c;background-color:var(--color-primary-dark);border-color:#3f293c;border-color:var(--color-primary-dark)}.btn-secondary{background-color:#059669;background-color:var(--color-secondary);border-color:#059669;border-color:var(--color-secondary);color:#fff;color:var(--color-text-white)}.btn-secondary:hover{background-color:#047857;background-color:var(--color-secondary-dark);border-color:#047857;border-color:var(--color-secondary-dark)}.btn-outline{background-color:initial;border-color:#e5e7eb;border-color:var(--color-border);color:#1f2937;color:var(--color-text)}.btn-outline:hover{background-color:#0000000d}.btn-danger{background-color:#ef4444;background-color:var(--color-error);border-color:#ef4444;border-color:var(--color-error)}.btn-danger,.btn-success{color:#fff;color:var(--color-text-white)}.btn-success{background-color:#10b981;background-color:var(--color-success);border-color:#10b981;border-color:var(--color-success)}.btn-block{display:flex;width:100%}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.btn-lg{font-size:1.125rem;padding:1rem 2rem}.alert{border:1px solid #0000;border-radius:.375rem;border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1rem 1.5rem;position:relative}.alert-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.alert-error{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.alert-warning{background-color:#fff3cd;border-color:#ffecb5;color:#664d03}.alert-info{background-color:#cff4fc;border-color:#b6effb;color:#055160}.header{background-color:#5b3a57;background-color:var(--color-primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--color-text-white);margin-bottom:2rem;padding:1.25rem 0}.header-content,.header-logo{align-items:center;display:flex}.header-logo{margin-right:1rem}.header-title{color:#fff;color:var(--color-text-white);font-size:1.5rem;font-weight:700}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.75rem}h1{-webkit-text-fill-color:currentColor;background:none;color:#1f2937;color:var(--color-text);font-size:2.25rem}h1,h2{position:relative}h2{font-size:1.75rem}h2.section-title:after{background:linear-gradient(90deg,#88607f,#3f293c);background:linear-gradient(90deg,var(--color-primary-light),var(--color-primary-dark));border-radius:9999px;border-radius:var(--radius-full);content:"";display:block;height:3px;margin-top:8px;width:60px}h3{color:#1f2937;color:var(--color-text);font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.fancy-subtitle{color:#6b7280;color:var(--color-text-light);font-size:1.1rem;font-weight:300;letter-spacing:.03em;padding-bottom:12px;position:relative}.fancy-subtitle:after{background:linear-gradient(90deg,#0000,#88607f,#0000);background:linear-gradient(90deg,#0000,var(--color-primary-light),#0000);bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:120px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-header{animation:fadeIn .8s ease-out forwards}p{margin-bottom:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-light{font-weight:300}.text-primary{color:#5b3a57;color:var(--color-primary)}.text-secondary{color:#059669;color:var(--color-secondary)}.text-white{color:#fff;color:var(--color-text-white)}.text-muted{color:#6b7280;color:var(--color-text-light)}.text-error{color:#ef4444;color:var(--color-error)}.text-success{color:#10b981;color:var(--color-success)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.w-full{width:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.rounded{border-radius:.375rem;border-radius:var(--radius-md)}.rounded-sm{border-radius:.125rem;border-radius:var(--radius-sm)}.rounded-lg{border-radius:.5rem;border-radius:var(--radius-lg)}.rounded-xl{border-radius:1rem;border-radius:var(--radius-xl)}.rounded-full{border-radius:9999px;border-radius:var(--radius-full)}.shadow{box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.border{border:1px solid #e5e7eb;border:1px solid var(--color-border)}.border-t{border-top:1px solid #e5e7eb;border-top:1px solid var(--color-border)}.border-b{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--color-border)}.border-l{border-left:1px solid #e5e7eb;border-left:1px solid var(--color-border)}.border-r{border-right:1px solid #e5e7eb;border-right:1px solid var(--color-border)}.bg-primary{background-color:#5b3a57;background-color:var(--color-primary)}.bg-primary-light{background-color:#88607f;background-color:var(--color-primary-light)}.bg-primary-dark{background-color:#3f293c;background-color:var(--color-primary-dark)}.bg-secondary{background-color:#059669;background-color:var(--color-secondary)}.bg-blue{background-color:#765260;background-color:var(--color-blue)}.bg-emerald{background-color:#10b981;background-color:var(--color-emerald)}.bg-indigo{background-color:#655477;background-color:var(--color-indigo)}.bg-amber{background-color:#f59e0b;background-color:var(--color-amber)}.bg-red{background-color:#ef4444;background-color:var(--color-red)}.bg-purple{background-color:#8b5cf6;background-color:var(--color-purple)}.bg-gray{background-color:#6b7280;background-color:var(--color-gray)}.bg-pink{background-color:#ec4899;background-color:var(--color-pink)}.bg-cyan{background-color:#06b6d4;background-color:var(--color-cyan)}.intro-card .w-full.h-6{box-shadow:0 1px 3px #0000001a;position:relative}.bg-white{background-color:#fff;background-color:var(--color-surface)}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-success-light{background-color:#d1fae5}.bg-error-light{background-color:#fee2e2}.bg-warning-light{background-color:#fef3c7}.accordion{border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:.375rem;border-radius:var(--radius-md);overflow:hidden}.accordion-item{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--color-border)}.accordion-item:last-child{border-bottom:none}.accordion-header{align-items:center;background-color:#fff;background-color:var(--color-surface);cursor:pointer;display:flex;justify-content:space-between;padding:1rem 1.5rem}.accordion-content,.accordion-header:hover{background-color:#f8fafc;background-color:var(--color-background)}.accordion-content{padding:1rem 1.5rem}.badge{border-radius:9999px;border-radius:var(--radius-full);display:inline-block;font-size:.75rem;font-weight:500;line-height:1;padding:.25rem .5rem;text-align:center;vertical-align:initial;white-space:nowrap}.badge-primary{background-color:#5b3a57;background-color:var(--color-primary)}.badge-primary,.badge-secondary{color:#fff;color:var(--color-text-white)}.badge-secondary{background-color:#059669;background-color:var(--color-secondary)}.badge-error{background-color:#ef4444;background-color:var(--color-error)}.badge-error,.badge-success{color:#fff;color:var(--color-text-white)}.badge-success{background-color:#10b981;background-color:var(--color-success)}.fixed-bottom-right{bottom:1.5rem;position:fixed;right:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.footer{background-color:#1f2937;color:#fff;color:var(--color-text-white);margin-top:auto;padding:1.5rem 0}.prayer-day-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--color-border);cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem}.prayer-day-header:hover{background-color:#f8fafc;background-color:var(--color-background)}.prayer-day-content{padding:1.25rem}.prayer-scripture{font-style:italic;margin-bottom:1rem}.prayer-text{margin-bottom:.75rem}.prayer-reflection{background-color:#f3f4f6;border-radius:.375rem;border-radius:var(--radius-md);padding:1rem}.intro-screen{margin:0 auto;max-width:1200px;padding:2rem 1rem}.intro-header{margin-bottom:2.5rem}.intro-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.intro-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.intro-grid{grid-template-columns:repeat(3,1fr)}}.intro-card-link{color:#1f2937;color:var(--color-text);cursor:pointer;display:block;text-decoration:none}.intro-card{background-color:#fff;background-color:var(--color-surface);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);height:100%;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.intro-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.intro-card-icon{align-items:center;display:flex}.intro-card-description{color:var(--color-text-light)}.screen-layout{display:flex;flex-direction:column;min-height:100vh}.screen-header{background-color:#5b3a57;background-color:var(--color-primary);padding:1.25rem 1rem;position:relative}.back-button,.screen-header{align-items:center;color:#fff;color:var(--color-text-white);display:flex}.back-button{background:#0000;border:none;border-radius:9999px;border-radius:var(--radius-full);cursor:pointer;justify-content:center;margin-right:.5rem;padding:.5rem}.back-button:hover{background-color:#ffffff1a}.screen-title{font-size:1.5rem;font-weight:600;margin:0}.screen-icon{margin-left:auto}.screen-content{flex:1 1;padding-bottom:2rem}.month-navigation{align-items:center;display:flex;justify-content:space-between}.month-title{font-size:1.25rem;margin:0}.calendar-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr)}.weekday{color:#6b7280;color:var(--color-text-light);font-weight:600;padding:.5rem 0;text-align:center}.calendar-day{aspect-ratio:1;border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:.375rem;border-radius:var(--radius-md);display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.calendar-day.empty{background-color:#f8fafc;background-color:var(--color-background)}.calendar-day.today{background-color:#5b3a570d;border-color:#5b3a57;border-color:var(--color-primary)}.calendar-day.has-topic{border-color:#88607f;border-color:var(--color-primary-light)}.day-number{font-weight:500}.day-topic{background-color:#88607f;background-color:var(--color-primary-light);border-radius:9999px;border-radius:var(--radius-full);color:#fff;color:var(--color-text-white);font-size:.75rem;margin-top:auto;padding:.125rem .375rem;text-align:center}.resource-list{display:flex;flex-direction:column;gap:1rem}.resource-item{align-items:center;border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:.375rem;border-radius:var(--radius-md);color:#1f2937;color:var(--color-text);display:flex;justify-content:space-between;padding:.75rem;text-decoration:none;transition:all .2s ease}.resource-item:hover{background-color:#f8fafc;background-color:var(--color-background);border-color:#88607f;border-color:var(--color-primary-light);transform:translateY(-2px)}.resource-title{font-size:1.125rem;font-weight:500;margin-bottom:.25rem}.resource-description{color:#6b7280;color:var(--color-text-light);font-size:.875rem}.resource-type{color:#5b3a57;color:var(--color-primary);justify-content:center;margin-left:1rem}.resource-type,.setting-item{align-items:center;display:flex}.setting-item{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--color-border);justify-content:space-between;padding:1rem 0}.setting-item:last-child{border-bottom:none}.setting-title{font-size:1.125rem;font-weight:500;margin-bottom:.25rem}.setting-description{color:#6b7280;color:var(--color-text-light);font-size:.875rem}.setting-control{min-width:120px}.btn-group{display:flex}.btn-group .btn:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-icon-only{align-items:center;background:#0000;border:none;border-radius:.375rem;border-radius:var(--radius-md);cursor:pointer;display:flex;justify-content:center;padding:.5rem}.btn-icon-only:hover{background-color:#f8fafc;background-color:var(--color-background)}.switch{display:inline-block;height:24px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:16px;left:4px;width:16px}input:checked+.slider{background-color:#5b3a57;background-color:var(--color-primary)}input:focus+.slider{box-shadow:0 0 1px #5b3a57;box-shadow:0 0 1px var(--color-primary)}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:normal;background:none;color:inherit;display:inline;display:initial;flex-direction:row;font-size:inherit;justify-content:normal;min-height:0;min-height:auto}.app-title{display:inline-block;letter-spacing:.05em;position:relative;text-shadow:2px 2px 4px #0000001a}.app-title:after{background:linear-gradient(90deg,var(--color-primary-light),var(--color-primary-dark));border-radius:9999px;bottom:-5px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.app-subtitle{font-weight:300;letter-spacing:.03em;margin-left:auto;margin-right:auto;max-width:600px}.header-container{padding:1.5rem 0;position:relative}.header-container:before{background:radial-gradient(circle at center,#5b3a570d 0,#0000 70%);content:"";height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.dashboard-shell{--dashboard-ink:#271d2a;--dashboard-muted:#736a72;--dashboard-plum:#5b3a57;background:radial-gradient(circle at 88% 1%,#d4b17438,#0000 22rem),radial-gradient(circle at 4% 32%,#718b791f,#0000 26rem),#f7f3ed;color:var(--dashboard-ink);min-height:100vh;padding-bottom:6.5rem}.dashboard-topbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:1.15rem 0;width:min(1180px,calc(100% - 2rem))}.dashboard-brand,.dashboard-settings{color:var(--dashboard-ink);text-decoration:none}.dashboard-brand{align-items:center;display:inline-flex;font-size:.93rem;font-weight:700;gap:.65rem;letter-spacing:-.02em}.dashboard-brand-mark,.dashboard-settings{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #271d2a1a;box-shadow:0 8px 24px #392a350f;display:inline-flex;justify-content:center}.dashboard-brand-mark{background:var(--dashboard-plum);border-radius:.7rem;color:#f6eee2;height:2rem;width:2rem}.dashboard-settings{border-radius:50%;height:2.65rem;transition:transform .18s ease,background-color .18s ease;width:2.65rem}.dashboard-settings:hover{background:#fff;transform:rotate(12deg)}.dashboard-main{margin:0 auto;width:min(1180px,calc(100% - 2rem))}.dashboard-welcome{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;padding:clamp(1.25rem,3vw,2.25rem) 0 1rem}.dashboard-date,.dashboard-kicker{color:#906849;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.dashboard-welcome h1{-webkit-text-fill-color:currentColor;background:none;color:var(--dashboard-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3.8rem);font-weight:400;letter-spacing:-.065em;line-height:.96;margin:.25rem 0 0}.dashboard-intro{color:var(--dashboard-muted);font-size:clamp(.95rem,2vw,1.08rem);max-width:490px}.dashboard-orbit{border:1px solid #5c3a571f;border-radius:50%;flex:0 0 auto;height:9rem;padding:1.1rem;width:9rem}.dashboard-orbit span{align-items:center;background:linear-gradient(145deg,#d8a75d,#b97854);border-radius:50%;box-shadow:inset 0 0 0 1px #ffffff59,0 14px 35px #8f5d4238;color:#fff5e3;display:flex;height:100%;justify-content:center;width:100%}.today-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) 320px}.today-feature{align-items:flex-end;-webkit-backdrop-filter:blur(34px) saturate(145%);backdrop-filter:blur(34px) saturate(145%);background:linear-gradient(110deg,#322133f7,#4e364be6 47%,#9a7e917a),#65425fd1;border:1px solid #ffffff9e;border-radius:2rem;box-shadow:0 28px 70px #452c4138,inset 0 1px 0 #ffffff6b;color:#fdf8f0;display:flex;isolation:isolate;min-height:320px;overflow:hidden;padding:clamp(3.8rem,7vw,5.2rem) clamp(1.5rem,4vw,3rem) clamp(1.5rem,4vw,3rem);position:relative;text-decoration:none}.today-feature:before{background:linear-gradient(115deg,#ffffff1a,#0000 32%),radial-gradient(circle at 86% 14%,#fff1d24d,#0000 20%);content:"";inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 15%,#000);mask-image:linear-gradient(90deg,#0000 15%,#000);opacity:.8;position:absolute;z-index:-1}.today-window-bar{align-items:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff1f;border-bottom:1px solid #ffffff26;display:flex;gap:.38rem;height:2.65rem;left:0;padding:0 1.1rem;position:absolute;right:0;top:0;z-index:3}.today-window-bar span{background:#ffffff24;border:1px solid #ffffff4d;border-radius:50%;height:.48rem;width:.48rem}.today-window-bar small{color:#fffaf37a;font-size:.56rem;font-weight:700;letter-spacing:.16em;margin-left:auto;text-transform:uppercase}.today-feature-copy{position:relative;width:min(55%,470px);z-index:2}.today-feature .dashboard-kicker{align-items:center;color:#e0c8aa;display:flex;gap:.4rem}.today-feature h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,5vw,4rem);font-weight:400;letter-spacing:-.05em;line-height:1;margin:.75rem 0 .55rem}.today-feature-copy>p:not(.dashboard-kicker){color:#fffaf3b3;font-size:.9rem;line-height:1.65;max-width:410px}.today-cta{align-items:center;color:#fffaf3;display:inline-flex;font-size:.78rem;font-weight:700;gap:.5rem;margin-top:1.4rem}.today-visual{inset:0 0 0 auto;overflow:hidden;position:absolute;width:51%}.today-sun{background:linear-gradient(145deg,#ffebbff0,#daa572c7);box-shadow:0 0 0 1px #ffffff40,0 0 90px #f5d0906b;height:7.5rem;left:47%;top:20%;width:7.5rem}.today-sun,.today-wave{border-radius:50%;position:absolute}.today-wave{animation:serenity-drift 9s ease-in-out infinite alternate;box-shadow:inset 0 1px 0 #ffffff3d;height:52%;left:-15%;transform:rotate(-5deg);width:135%}.today-wave-back{background:#b7a1b561;bottom:-13%;transform:rotate(7deg)}.today-wave-middle{animation-direction:alternate-reverse;animation-duration:12s;background:#745b73d1;bottom:-28%;left:-4%}.today-wave-front{animation-duration:15s;background:#4b3449;bottom:-42%;left:-20%;transform:rotate(5deg)}.today-star{color:#ead3a6;font-size:1rem;position:absolute}.today-star-one{left:20%;top:22%}.today-star-two{font-size:.6rem;right:14%;top:50%}.hero-review{position:relative}.hero-review-heading{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.hero-review-heading h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;letter-spacing:-.045em;line-height:1;margin-top:.25rem}.hero-review-heading>span{align-items:center;color:var(--dashboard-muted);display:inline-flex;font-size:.72rem;font-weight:600;gap:.2rem}.hero-carousel{grid-gap:1rem;display:grid;gap:1rem;grid-auto-columns:min(760px,calc(100vw - 4rem));grid-auto-flow:column;margin-right:calc((100vw - min(1180px, calc(100vw - 2rem)))/-2);overflow-x:auto;overscroll-behavior-inline:contain;padding:0 calc((100vw - min(1180px, calc(100vw - 2rem)))/2) 1.5rem 0;scroll-snap-type:inline mandatory;scrollbar-color:#5b3a5759 #0000;scrollbar-width:thin}.hero-carousel .today-feature{min-height:340px;scroll-snap-align:start}.today-feature h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.6rem,6vw,4.8rem);font-weight:400;letter-spacing:-.065em;line-height:.94;margin:.75rem 0 .55rem;white-space:nowrap}.today-orbit-ring{animation:serenity-pulse 6s ease-in-out infinite;border:1px solid #ffffff38;border-radius:50%;box-shadow:0 0 0 1.2rem hsla(0,0%,100%,.035),0 0 0 3rem #ffffff05;height:11rem;left:36%;position:absolute;top:13%;width:11rem}@keyframes serenity-drift{to{scale:1.06;translate:8% -3%}}@keyframes serenity-pulse{50%{opacity:.45;scale:1.12}}.today-feature-horizon{background:linear-gradient(125deg,#452a48,#704265 57%,#bd8490)}.today-feature-tide{align-items:center;background:radial-gradient(circle at 78% 12%,#ffe3c2cc,#0000 25%),radial-gradient(circle at 20% 110%,#806c91 0 28%,#0000 58%),linear-gradient(145deg,#342b50,#625676 45%,#a28792);border-color:#fffc;box-shadow:0 30px 80px #3026464d,inset 0 1px 0 #fff;padding:1.25rem}.today-feature-tide:before{animation:pond-breathe 5s ease-in-out infinite;background:repeating-radial-gradient(ellipse at 70% 72%,#0000 0 34px,#ffffff21 36px 38px,#0000 40px 67px);-webkit-mask-image:none;mask-image:none;opacity:1;z-index:0}.today-feature-tide .today-feature-copy{-webkit-backdrop-filter:blur(24px) saturate(130%);backdrop-filter:blur(24px) saturate(130%);background:linear-gradient(135deg,#fff3,#ffffff12);border:1px solid #ffffff5c;border-radius:1.6rem;box-shadow:inset 0 1px 0 #ffffff73,0 20px 45px #1c15302e;padding:clamp(1.3rem,4vw,2.1rem);width:min(59%,430px)}.today-feature-tide .today-feature-copy>p:not(.dashboard-kicker){color:#ffffffd1}.today-feature-tide .today-cta{background:#ffffff29;border-radius:99px;box-shadow:inset 0 1px 0 #ffffff4d;padding:.65rem .9rem}.today-feature-tide .today-visual{inset:0;pointer-events:none;width:100%}.today-feature-tide .today-orbit-ring,.today-feature-tide .today-star,.today-feature-tide .today-sun,.today-feature-tide .today-wave{display:none}.pond-scene{inset:0;position:absolute}.pond-ripple{animation:pond-ripple 4.5s ease-out infinite;border:1px solid #ffffff5c;border-radius:50%;box-shadow:0 0 0 1.4rem #ffffff0f,0 0 0 3rem hsla(0,0%,100%,.035);height:4rem;position:absolute;width:10rem}.pond-ripple-one{bottom:17%;right:7%}.pond-ripple-two{animation-delay:-2.2s;right:28%;scale:.5;top:14%}.pond-lily{animation:lily-float 5s ease-in-out infinite alternate;background:linear-gradient(145deg,#d7b6bd,#816c91);border-radius:50% 50% 50% 8%;box-shadow:inset 0 1px 0 #ffffff80,0 12px 25px #18142b33;height:2.5rem;position:absolute;width:4.8rem}.pond-lily-one{bottom:18%;right:13%;rotate:-12deg}.pond-lily-two{animation-delay:-2s;height:1.5rem;right:34%;rotate:18deg;top:18%;width:2.8rem}.pond-lotus{animation:serenity-pulse 3s ease-in-out infinite;bottom:23%;color:#ffe7bc;filter:drop-shadow(0 0 12px rgba(255,224,174,.8));font-size:2rem;position:absolute;right:18%}@keyframes pond-ripple{0%{opacity:0;scale:.45}35%{opacity:.8}to{opacity:0;scale:1.35}}@keyframes pond-breathe{50%{opacity:.55;transform:translateY(-8px)}}@keyframes lily-float{to{rotate:5deg;translate:8px -9px}}.today-feature-horizon .today-wave{border-radius:48% 52% 0 0;transform:rotate(0)}.today-feature-horizon .today-sun{background:#f2cba0;left:52%}.today-feature-current{background:linear-gradient(135deg,#251b32,#593b64 52%,#8d667e)}.today-feature-current .today-wave{border-radius:42% 58% 48% 52%;height:70%;transform:rotate(-13deg)}.today-feature-current .today-wave-back{bottom:-32%}.today-feature-current .today-wave-middle{bottom:-48%}.today-feature-current .today-sun{background:#ddb68c;height:4.5rem;width:4.5rem}.today-feature-ripple{background:radial-gradient(circle at 82% 48%,#916887 0 9%,#6e4a69 9.5% 17%,#51364f 17.5% 28%,#38253c 28.5%)}.today-feature-ripple .today-sun,.today-feature-ripple .today-wave{display:none}.today-feature-ripple .today-orbit-ring{animation-duration:3.5s;box-shadow:0 0 0 2rem #ffffff0f,0 0 0 5rem hsla(0,0%,100%,.035),0 0 0 8rem hsla(0,0%,100%,.018);height:9rem;left:47%;top:19%;width:9rem}.today-feature-dusk{background:linear-gradient(145deg,#2c1e35,#542e50 58%,#9d5d6c)}.today-feature-dusk .today-sun{background:#d7957b;height:5.5rem;top:27%;width:5.5rem}.today-feature-dusk .today-wave-front{background:#2a1d33}.today-feature-arch{background:linear-gradient(125deg,#41273e 0 62%,#7d5274 62%)}.today-feature-arch .today-visual:before{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0f;border:1px solid #ffffff3d;border-radius:8rem 8rem 0 0;box-shadow:inset 0 1px 0 #ffffff47,0 25px 60px #14081840;content:"";height:78%;position:absolute;right:12%;top:12%;width:45%}.today-feature-arch .today-wave{display:none}.today-feature-dawn{background:linear-gradient(120deg,#432c48,#76536e 58%,#c18a85)}.today-feature-dawn .today-sun{height:9rem;left:50%;top:18%;width:9rem}.hero-review .quick-practice{align-items:center;border-radius:1.4rem;flex-direction:row;gap:.85rem;margin-top:.35rem;min-height:auto;padding:1rem 1.2rem}.hero-review .quick-practice span:nth-child(2){margin-right:auto}.hero-review .quick-practice strong{font-family:inherit;font-size:.95rem;font-weight:700;max-width:none}.quick-practice{align-items:flex-start;background:#dce5dc;border:1px solid #354f4314;border-radius:2rem;box-shadow:0 16px 45px #4b61541a;color:#26362f;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;padding:1.75rem;text-decoration:none}.quick-practice-icon{align-items:center;background:#ffffff8c;border-radius:50%;display:flex;height:3.1rem;justify-content:center;width:3.1rem}.quick-practice span:nth-child(2){display:flex;flex-direction:column;gap:.45rem}.quick-practice small{color:#687a6f;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.quick-practice strong{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;letter-spacing:-.04em;line-height:1.05;max-width:180px}.module-section{margin-top:clamp(3.5rem,8vw,6rem)}.module-section-heading{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.module-section-heading h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.1rem);font-weight:400;letter-spacing:-.045em;margin-top:.25rem}.swipe-hint{align-items:center;color:var(--dashboard-muted);display:none;font-size:.73rem;font-weight:600}.module-launcher{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.module-card{background:#fffdf9b8;border:1px solid #3a2b3714;border-radius:1.5rem;box-shadow:0 12px 35px #43323e12;color:var(--dashboard-ink);min-width:0;overflow:hidden;position:relative;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.module-card:hover{background:#fffdf9;box-shadow:0 22px 48px #43323e1f;transform:translateY(-5px)}.module-thumbnail{background:var(--thumb-bg);color:#fffffff0;height:150px;overflow:hidden;position:relative}.module-thumbnail:after{background:linear-gradient(145deg,#ffffff1f,#0000 55%);content:"";inset:0;position:absolute}.module-icon{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff38;border-radius:1rem;bottom:1.15rem;box-shadow:0 10px 25px #1914181a;display:flex;height:3.1rem;justify-content:center;left:1.15rem;position:absolute;width:3.1rem;z-index:3}.module-art-circle{background:#ffffff1a;border:1px solid #ffffff2b;border-radius:50%;box-shadow:0 0 0 1.4rem hsla(0,0%,100%,.035);height:7rem;position:absolute;right:-1.2rem;top:-2.2rem;width:7rem}.module-art-line{border:1px solid #ffffff24;border-radius:50%;bottom:-3.5rem;height:5rem;position:absolute;right:-2rem;transform:rotate(-12deg);width:11rem}.module-art-line-two{bottom:-1.6rem;right:-4rem}.module-thumbnail-plum{--thumb-bg:linear-gradient(135deg,#4b324c,#7b5271)}.module-thumbnail-dawn{--thumb-bg:linear-gradient(135deg,#b87752,#ddad72)}.module-thumbnail-sage{--thumb-bg:linear-gradient(135deg,#455e50,#829883)}.module-thumbnail-blue{--thumb-bg:linear-gradient(135deg,#496575,#7f9eaa)}.module-thumbnail-garden{--thumb-bg:linear-gradient(135deg,#476b5d,#88a46f)}.module-thumbnail-clay{--thumb-bg:linear-gradient(135deg,#9e604e,#d19b72)}.module-thumbnail-rose{--thumb-bg:linear-gradient(135deg,#7b5362,#bd8992)}.module-thumbnail-night{--thumb-bg:linear-gradient(135deg,#303643,#6b7180)}.module-thumbnail-violet{--thumb-bg:linear-gradient(135deg,#58476a,#8875a0)}.module-thumbnail-sand{--thumb-bg:linear-gradient(135deg,#9b7956,#c7a77e)}.module-thumbnail-ink{--thumb-bg:linear-gradient(135deg,#35444b,#6c8284)}.module-thumbnail-berry{--thumb-bg:linear-gradient(135deg,#78424c,#af6d70)}.module-thumbnail-moss{--thumb-bg:linear-gradient(135deg,#596144,#8d9564)}.module-thumbnail-copper{--thumb-bg:linear-gradient(135deg,#895843,#bf8867)}.module-card-copy{min-height:170px;padding:1.15rem 1.1rem 1.35rem}.module-card-copy p{color:#96704f;font-size:.62rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.module-card-copy h3{color:var(--dashboard-ink);font-family:Georgia,Times New Roman,serif;font-size:1.22rem;font-weight:400;letter-spacing:-.025em;line-height:1.12;margin:.32rem 0 .55rem}.module-card-copy span{color:var(--dashboard-muted);display:block;font-size:.76rem;line-height:1.55}.module-arrow{align-items:center;background:#f4eee7;border-radius:50%;bottom:1rem;color:#6f626c;display:flex;height:2rem;justify-content:center;position:absolute;right:1rem;width:2rem}.dashboard-dock{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9e0;border:1px solid #3d2b3a17;border-radius:1.35rem;bottom:.85rem;box-shadow:0 18px 45px #37273429;display:none;grid-template-columns:repeat(4,1fr);left:50%;padding:.45rem;position:fixed;transform:translateX(-50%);width:min(420px,calc(100% - 1.5rem));z-index:20}.dashboard-dock a{align-items:center;border-radius:1rem;color:#837780;display:flex;flex-direction:column;font-size:.58rem;font-weight:700;gap:.15rem;padding:.55rem .25rem;text-decoration:none}.dashboard-dock a.is-active{background:var(--dashboard-plum);color:#fff8ee}@media (max-width:900px){.today-layout{grid-template-columns:1fr}.quick-practice{align-items:center;flex-direction:row;gap:.85rem;min-height:auto;padding:1.1rem 1.2rem}.quick-practice span:nth-child(2){margin-right:auto}.quick-practice strong{font-family:inherit;font-size:.95rem;font-weight:700;max-width:none}.module-launcher{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.dashboard-shell{padding-bottom:6.75rem}.dashboard-main{width:100%}.dashboard-topbar,.dashboard-welcome,.hero-review .quick-practice,.hero-review-heading,.module-section-heading,.today-layout{margin-left:auto;margin-right:auto;width:calc(100% - 2rem)}.dashboard-topbar{width:calc(100% - 2rem)}.dashboard-welcome{padding-bottom:.75rem;padding-top:.85rem}.dashboard-welcome h1{font-size:clamp(1.9rem,10vw,2.65rem);white-space:nowrap}.dashboard-intro{font-size:.86rem;max-width:315px}.dashboard-orbit{display:none}.today-feature{align-items:flex-start;border-radius:1.65rem;min-height:380px;padding:4rem 1.5rem 1.5rem}.today-feature-copy{width:100%}.today-feature h2{font-size:2.7rem;max-width:220px}.hero-carousel{gap:.75rem;grid-auto-columns:calc(100vw - 2.75rem);margin-right:0;padding:0 1rem 1.25rem;scroll-padding-inline:1rem}.today-window-bar small{display:none}.hero-carousel .today-feature{min-height:410px;padding:4rem 1.4rem 1.4rem;scroll-snap-align:center}.hero-carousel .today-feature-tide{align-items:flex-end;min-height:390px;padding:.8rem}.today-feature-tide .today-feature-copy{border-radius:1.3rem;padding:1.25rem;width:100%}.today-feature-tide h3{font-size:3.25rem}.today-feature-tide .today-feature-copy>p:not(.dashboard-kicker){max-width:95%}.pond-ripple-one{bottom:48%;right:4%}.pond-lily-one{bottom:48%;right:11%}.pond-lotus{bottom:53%;right:18%}.today-feature h3{font-size:clamp(2.65rem,14vw,3.65rem);max-width:none}.hero-review-heading>span{display:none}.today-feature-copy>p:not(.dashboard-kicker){max-width:260px}.today-visual{height:49%;inset:auto 0 0;width:100%}.today-sun{height:6.4rem;left:55%;top:10%;width:6.4rem}.today-cta{margin-top:1rem}.quick-practice{border-radius:1.45rem}.module-section{margin-top:3.75rem}.swipe-hint{display:inline-flex}.module-launcher{grid-gap:.8rem;display:grid;gap:.8rem;grid-auto-columns:minmax(245px,78vw);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;overscroll-behavior-inline:contain;padding:0 1rem 1rem;scroll-padding-inline:1rem;scroll-snap-type:inline mandatory;scrollbar-width:none}.module-launcher::-webkit-scrollbar{display:none}.module-card{scroll-snap-align:start}.module-thumbnail{height:165px}.module-card-copy{min-height:160px}.dashboard-dock{display:grid}}@media (prefers-reduced-motion:reduce){.pond-lily,.pond-lotus,.pond-ripple,.today-feature-tide:before,.today-orbit-ring,.today-wave{animation:none}.dashboard-settings,.module-card{transition:none}}.module-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf7f2e0;border-bottom:1px solid #3c2b3a14;color:#2b212b;position:sticky;top:0;z-index:30}.module-header-inner{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin:0 auto;min-height:4.6rem;width:min(1120px,calc(100% - 2rem))}.module-header a{color:inherit;text-decoration:none}.module-header-back,.module-header-settings,.module-text-control{align-items:center;background:#ffffff9e;border:1px solid #3c2b3a1a;display:inline-flex;justify-content:center;min-height:2.7rem}.module-header-back{border-radius:999px;font-size:.75rem;font-weight:700;gap:.45rem;padding:0 .85rem;width:fit-content}.module-header-title{align-items:center;display:flex;gap:.65rem}.module-header-title>span:last-child{display:flex;flex-direction:column}.module-header-title small{color:#8d6a4f;font-size:.54rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.module-header-title strong{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:400}.module-header-icon{align-items:center;background:#5b3a57;border-radius:.8rem;color:#fff8ed;display:flex;height:2.3rem;justify-content:center;width:2.3rem}.module-header-sage .module-header-icon{background:#557866}.module-header-blue .module-header-icon{background:#557183}.module-header-rose .module-header-icon{background:#765260}.module-header-berry .module-header-icon{background:#864d57}.module-header-moss .module-header-icon{background:#69704d}.module-header-sand .module-header-icon{background:#9a7751}.module-header-ink .module-header-icon{background:#465b61}.module-header-night .module-header-icon{background:#414957}.module-header-garden .module-header-icon{background:#567866}.module-header-violet .module-header-icon{background:#655477}.module-header-copper .module-header-icon{background:#925f47}.module-header-clay .module-header-icon{background:#a36853}.module-header-actions{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.module-header-settings{border-radius:50%;width:2.7rem}.module-text-control{border-radius:999px;color:#544851;cursor:pointer;font:inherit;font-size:.72rem;font-weight:700;gap:.4rem;padding:0 .8rem}.module-text-control[aria-pressed=true]{background:#5b3a57;color:#fff9f0}.shared-module-shell{--shared-ink:#2b2529;--shared-muted:#766e73;--shared-accent:#5b3a57;--shared-accent-soft:#eee5ec;background:radial-gradient(circle at 94% 4%,#d2b17629,#0000 24rem),radial-gradient(circle at 2% 40%,#708b791a,#0000 26rem),#f7f3ed;color:var(--shared-ink);min-height:100vh}.shared-module-berry{--shared-accent:#864d57;--shared-accent-soft:#f1e3e5}.shared-module-moss{--shared-accent:#69704d;--shared-accent-soft:#e9ebdf}.shared-module-sand{--shared-accent:#9a7751;--shared-accent-soft:#f1e7d9}.shared-module-ink{--shared-accent:#465b61;--shared-accent-soft:#e2e9e9}.shared-module-night{--shared-accent:#414957;--shared-accent-soft:#e3e6eb}.shared-module-garden{--shared-accent:#567866;--shared-accent-soft:#e1ebe4}.shared-module-violet{--shared-accent:#655477;--shared-accent-soft:#e9e4ef}.shared-module-copper{--shared-accent:#925f47;--shared-accent-soft:#f0e3da}.shared-module-main{margin:0 auto;padding:clamp(1.5rem,4vw,3.5rem) 0 5rem;width:min(1120px,calc(100% - 2rem))}.shared-module-main>.container{max-width:none;padding:0}.shared-module-main .card{border:1px solid #42333d14;border-radius:1.35rem;box-shadow:0 14px 38px #42333d12}.shared-module-main .card-header{background:color-mix(in srgb,var(--shared-accent-soft) 62%,#fff)}.shared-module-main .btn{border-radius:999px}.shared-module-main .btn-primary{background:var(--shared-accent);border-color:var(--shared-accent)}.shared-module-main .form-input,.shared-module-main .form-select,.shared-module-main .form-textarea{border-radius:.85rem}@media (max-width:640px){.shared-module-main{padding-top:1rem;width:calc(100% - 1.25rem)}}.shared-kicker{align-items:center;color:#916b4d;display:flex;font-size:.64rem;font-weight:800;gap:.38rem;letter-spacing:.13em;text-transform:uppercase}.requests-hero{align-items:flex-end;background:radial-gradient(circle at 86% 16%,#ffe6be3d,#0000 9rem),linear-gradient(135deg,#683b45,#925760);border-radius:2rem;box-shadow:0 22px 60px #683b4533;color:#fff9f2;display:flex;gap:2rem;justify-content:space-between;padding:clamp(1.6rem,5vw,3.5rem)}.requests-hero .shared-kicker{color:#efd3b7}.requests-hero h1,.resources-hero h1,.scripture-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.8rem);font-weight:400;letter-spacing:-.055em;line-height:.98;margin:.65rem 0 .7rem}.requests-hero p:last-child,.resources-hero>p:last-child,.scripture-hero>div>p:last-child{color:#fff9f2b8;font-size:.88rem;line-height:1.7;max-width:560px}.requests-add-button,.requests-save-button{align-items:center;background:#fff8ef;border:0;border-radius:999px;box-shadow:0 10px 24px #3c1f2629;color:#6b3d47;display:inline-flex;flex:0 0 auto;font-weight:800;gap:.45rem;justify-content:center;min-height:3rem;padding:0 1.1rem}.requests-summary{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin:1rem 0 2.2rem}.requests-summary>div{align-items:center;background:#fffdf9d1;border:1px solid #7046501a;border-radius:1rem;color:#724650;display:flex;gap:.75rem;padding:1rem 1.1rem}.requests-summary span{color:#80747a;display:flex;flex-direction:column;font-size:.68rem}.requests-summary strong{color:#3b2d33;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400}.requests-filters{background:#ebe3e2;border-radius:999px;display:flex;gap:.35rem;margin-bottom:1rem;padding:.3rem;width:fit-content}.requests-filters button{align-items:center;background:#0000;border:0;border-radius:999px;color:#74686d;display:flex;font-size:.72rem;font-weight:800;gap:.4rem;padding:.55rem .8rem}.requests-filters button span{background:#ffffff8c;border-radius:50%;display:grid;font-size:.6rem;height:1.25rem;min-width:1.25rem;place-items:center}.requests-filters button.is-active{background:#864d57;color:#fff9f2}.requests-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.request-card{grid-gap:.85rem;background:#fffdf9e0;border:1px solid #7046501a;border-radius:1.25rem;box-shadow:0 12px 34px #553a410f;display:grid;gap:.85rem;grid-template-columns:auto 1fr;min-width:0;padding:1.25rem}.request-card.is-answered{background:#edf2eb;border-color:#d4e0d3}.request-status{background:#f1e3e5;border:0;border-radius:50%;color:#864d57;display:grid;height:2.8rem;place-items:center;width:2.8rem}.request-card.is-answered .request-status{background:#dce9dd;color:#55715c}.request-card-heading{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.request-card h2{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400}.request-card-heading span{background:#f1e3e5;border-radius:999px;color:#864d57;font-size:.56rem;font-weight:800;letter-spacing:.08em;padding:.25rem .45rem;text-transform:uppercase}.request-card.is-answered .request-card-heading span{background:#dce9dd;color:#55715c}.request-card p{color:#61575b;font-size:.82rem;line-height:1.65;margin:.45rem 0 .8rem}.request-card small{color:#968b90;font-size:.64rem}.requests-empty{background:#fffdf9b3;border:1px dashed #7046502e;border-radius:1.5rem;color:#8d7f85;grid-column:1/-1;padding:4rem 1rem;text-align:center}.requests-empty h2{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;margin:.7rem 0 .3rem}.requests-empty p{font-size:.78rem}.requests-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2b1f2480;display:grid;inset:0;padding:1rem;place-items:center;position:fixed;z-index:70}.requests-form{background:#fffdf9;border-radius:1.5rem;box-shadow:0 25px 80px #30202742;color:#33282d;padding:1.3rem;width:min(100%,520px)}.requests-form header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.requests-form header small{color:#916b4d;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.requests-form h2{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:400;margin-top:.2rem}.requests-form header button{background:#f3ece8;border:0;border-radius:50%;color:#66575d;display:grid;height:2.5rem;place-items:center;width:2.5rem}.requests-form label{grid-gap:.4rem;color:#594b51;display:grid;font-size:.72rem;font-weight:800;gap:.4rem;margin:.8rem 0}.requests-form input,.requests-form textarea{border:1px solid #ded4d5;border-radius:.8rem;font:inherit;font-weight:400;outline-color:#a56b75;padding:.8rem;resize:vertical;width:100%}.requests-save-button{background:#864d57;color:#fff8ef;margin-top:.7rem;width:100%}.requests-save-button:disabled{opacity:.4}.resources-hero{background:radial-gradient(circle at 82% 20%,#f1da9d38,#0000 11rem),linear-gradient(135deg,#4d5438,#747d53);border-radius:2rem;box-shadow:0 22px 60px #4d54382e;color:#fdf9ef;padding:clamp(2rem,6vw,4.5rem)}.resources-hero .shared-kicker{color:#ead9af}.resources-hero h1{max-width:720px}.resources-groups{grid-gap:2.5rem;display:grid;gap:2.5rem;margin-top:2.6rem}.resources-group>header{align-items:center;display:flex;gap:.8rem;margin-bottom:.85rem}.resources-group>header>span{background:#69704d;border-radius:.85rem;color:#fffaf2;display:grid;height:2.8rem;place-items:center;width:2.8rem}.resources-group h2{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:400}.resources-group header p{color:#81776f;font-size:.7rem}.resources-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.resource-library-card{grid-gap:.75rem;background:#fffdf9d6;border:1px solid #565b3f1a;border-radius:1.25rem;box-shadow:0 12px 32px #4c4f3b0f;color:#322e28;display:grid;gap:.75rem;grid-template-columns:auto 1fr auto;min-width:0;padding:1.15rem;position:relative;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.resource-library-card:hover{box-shadow:0 20px 42px #4c4f3b1f;transform:translateY(-3px)}.resource-library-icon{background:#e9ebdf;border-radius:.8rem;color:#69704d;display:grid;height:2.6rem;place-items:center;width:2.6rem}.resource-library-card small{color:#997150;font-size:.56rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.resource-library-card h3{-webkit-text-fill-color:currentColor;background:none;color:#37342d;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:400;margin:.25rem 0 .35rem}.resource-library-card p{color:#766d65;font-size:.7rem;line-height:1.55}.scripture-module-shell{background:radial-gradient(circle at 95% 4%,#bcd2d838,#0000 25rem),radial-gradient(circle at 0 50%,#7a968b1a,#0000 27rem),#f4f4ef;color:#29363d;min-height:100vh}.scripture-module-main{margin:0 auto;padding:clamp(1.5rem,4vw,3.5rem) 0 5rem;width:min(1120px,calc(100% - 2rem))}.scripture-hero{grid-gap:2rem;align-items:end;background:radial-gradient(circle at 78% 12%,#cae2df33,#0000 12rem),linear-gradient(135deg,#3f5865,#65818a);border-radius:2rem;box-shadow:0 22px 60px #3f58652e;color:#f7fbf9;display:grid;gap:2rem;grid-template-columns:1fr minmax(280px,400px);padding:clamp(1.6rem,5vw,3.5rem)}.scripture-hero .shared-kicker{color:#d9d1b2}.scripture-search{align-items:center;background:#ffffffe6;border-radius:.9rem;color:#4b626b;display:flex;gap:.55rem;padding:.75rem .85rem}.scripture-search input{background:#0000;border:0;color:#35474f;flex:1 1;min-width:0;outline:0}.scripture-topics{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(4,1fr);margin:1rem 0 2.5rem}.scripture-topics button{align-items:flex-start;background:#fffdf9cc;border:1px solid #465c651a;border-radius:1rem;color:#4f6067;display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:.85rem;text-align:left}.scripture-topics button.is-active{background:#557183;border-color:#557183;color:#fff}.scripture-topics strong{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:400}.scripture-topics span{color:inherit;font-size:.6rem;line-height:1.4;opacity:.72}.scripture-results>header{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.scripture-results h2{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;margin:.2rem 0 .15rem}.scripture-results header span{color:#7a8588;font-size:.72rem}.scripture-results header>p{align-items:center;color:#60787e;display:flex;font-size:.64rem;font-weight:800;gap:.35rem}.scripture-passage-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.scripture-passage-card{background:#fffdf9e6;border:1px solid #465c651a;border-radius:1.3rem;box-shadow:0 13px 36px #3d525912;display:flex;flex-direction:column;min-width:0;padding:1.3rem}.scripture-passage-card>div{align-items:center;color:#74888b;display:flex;font-size:.58rem;font-weight:800;gap:.35rem;letter-spacing:.07em;text-transform:uppercase}.scripture-passage-card h3{color:#456472;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400;margin:.8rem 0}.scripture-passage-card blockquote{color:#3f494a;flex:1 1;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.75}.scripture-passage-card a{align-items:center;color:#557183;display:flex;font-size:.68rem;font-weight:800;gap:.35rem;margin-top:1.2rem;text-decoration:none;width:fit-content}.scripture-state{background:#fffdf9a6;border:1px dashed #465c6526;border-radius:1.3rem;color:#7a8588;padding:4rem 1rem;text-align:center}.daily-verse-module-shell{background:radial-gradient(circle at 94% 5%,#d4ae8233,#0000 25rem),radial-gradient(circle at 3% 45%,#84977e1a,#0000 26rem),#f7f2ea;color:#352b28;min-height:100vh}.daily-verse-module-main{margin:0 auto;padding:clamp(1.5rem,5vw,4rem) 0 5rem;width:min(980px,calc(100% - 2rem))}.daily-verse-experience{grid-gap:1rem;display:grid;gap:1rem}.daily-verse-card{background:radial-gradient(circle at 78% 18%,#f7d3a645,#0000 10rem),linear-gradient(135deg,#7e4d3d,#b2765e);border-radius:2rem;box-shadow:0 24px 65px #7e4d3d3b;color:#fffaf2;isolation:isolate;min-height:420px;overflow:hidden;padding:clamp(1.6rem,6vw,4.5rem);position:relative}.daily-verse-card:after{border:1px solid #ffffff1f;border-radius:50%;bottom:-9rem;box-shadow:0 0 0 3rem hsla(0,0%,100%,.025),0 0 0 7rem hsla(0,0%,100%,.018);content:"";height:23rem;position:absolute;right:-7rem;width:23rem;z-index:-1}.daily-verse-card-topline{align-items:center;display:flex;gap:1rem;justify-content:space-between}.daily-verse-card-topline p,.daily-verse-card-topline span{align-items:center;color:#f1d4b2;display:flex;font-size:.62rem;font-weight:800;gap:.35rem;letter-spacing:.11em;text-transform:uppercase}.daily-verse-card h1{-webkit-text-fill-color:currentColor;background:none;color:#fffaf2;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,7vw,5rem);font-weight:400;letter-spacing:-.055em;line-height:1;margin:clamp(2rem,7vw,4.5rem) 0 1rem}.daily-verse-card blockquote{color:#fffaf2de;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2.5vw,1.7rem);line-height:1.7;max-width:760px}.daily-verse-card a{align-items:center;color:#fffaf2;display:inline-flex;font-size:.72rem;font-weight:800;gap:.4rem;margin-top:2rem;text-decoration:none}.daily-verse-orbit{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff2b;border-radius:50%;bottom:2rem;color:#fffaf2;display:grid;height:4.2rem;place-items:center;position:absolute;right:2rem;width:4.2rem}.daily-verse-reflection{background:#fffdf9db;border:1px solid #7d55441a;border-radius:1.5rem;box-shadow:0 14px 38px #5d423712;padding:clamp(1.2rem,4vw,2rem)}.daily-verse-reflection>div{align-items:center;display:flex;gap:.8rem}.daily-verse-reflection>div>span{background:#f1e5db;border-radius:.9rem;color:#a36853;display:grid;flex:0 0 auto;height:2.9rem;place-items:center;width:2.9rem}.daily-verse-reflection h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;margin-top:.25rem}.daily-verse-reflection textarea{background:#fffefa;border:1px solid #e4d9d2;border-radius:.9rem;color:#443934;font:inherit;font-size:.82rem;margin:1rem 0 .7rem;outline-color:#b77c66;padding:.9rem;resize:vertical;width:100%}.daily-verse-reflection button{align-items:center;background:#a36853;border:0;border-radius:999px;color:#fffaf2;display:flex;font-size:.72rem;font-weight:800;gap:.4rem;justify-content:center;min-height:2.8rem;padding:0 1rem}.daily-verse-reflection button:disabled{opacity:.4}.daily-verse-state{background:#fffdf9cc;border-radius:1.3rem;color:#8a7770;padding:4rem 1rem;text-align:center}.journal-hero{grid-gap:2rem;align-items:end;background:radial-gradient(circle at 82% 18%,#c2dbd533,#0000 11rem),linear-gradient(135deg,#35494f,#60767a);border-radius:2rem;box-shadow:0 22px 60px #35494f33;color:#f8fbfa;display:grid;gap:2rem;grid-template-columns:1fr auto;padding:clamp(1.6rem,5vw,3.7rem)}.journal-hero .shared-kicker{color:#e6d3ad}.calendar-hero h1,.journal-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.8rem);font-weight:400;letter-spacing:-.055em;line-height:.98;margin:.65rem 0 .7rem;max-width:680px}.calendar-hero>div:first-child>p:last-child,.journal-hero>div:first-child>p:last-child{color:#f8fbfab8;font-size:.86rem;line-height:1.7;max-width:570px}.journal-stats{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:repeat(3,100px)}.journal-stats>div{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1c;border:1px solid #ffffff1f;border-radius:1rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:102px;padding:.75rem}.journal-stats strong{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-weight:400}.journal-stats span{color:#f8fbfaa6;font-size:.58rem;line-height:1.35}.journal-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);margin-top:1rem}.journal-archive-column,.journal-writing-column{grid-gap:1rem;align-content:start;display:grid;gap:1rem}.journal-today-plan{background:#e5ece6;border:1px solid #d1ded4;border-radius:1.2rem;padding:1.1rem}.journal-today-plan header{align-items:center;display:flex;gap:.7rem}.journal-today-plan header>span{background:#ffffff8c;border-radius:.75rem;color:#52705e;display:grid;height:2.5rem;place-items:center;width:2.5rem}.journal-today-plan small{color:#718078;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.journal-today-plan h2{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400;margin:.15rem 0 0}.journal-today-plan p{color:#5c6961;font-size:.75rem;margin:.8rem 0 .45rem}.journal-today-plan>span{color:#52705e;font-size:.68rem;font-weight:800}.journal-archive-column>header button,.journal-composer header button,.journal-today-plan button{align-items:center;background:#0000;border:0;color:#52705e;display:flex;font-size:.68rem;font-weight:800;gap:.35rem;margin-top:.8rem;padding:0;width:fit-content}.journal-archive-column,.journal-composer,.journal-prompts{background:#fffdf9e0;border:1px solid #4052561a;border-radius:1.45rem;box-shadow:0 14px 38px #36494e12;padding:clamp(1.1rem,3vw,1.6rem)}.journal-archive-column>header,.journal-composer>header,.journal-prompts>div:first-child{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.85rem}.calendar-plan-strip h2,.calendar-upcoming h2,.journal-archive-column h2,.journal-composer h2,.journal-prompts h2{color:#30393b;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:400;margin:.2rem 0 0}.journal-composer header button{color:#8b5b62}.journal-composer textarea,.journal-title-input{background:#0000;border:0;color:#30393b;outline:0;width:100%}.journal-title-input{border-bottom:1px solid #e3e6e3;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;padding:.65rem 0}.journal-composer textarea{font-family:Georgia,Times New Roman,serif;font-size:1.12rem;line-height:1.85;min-height:270px;padding:1rem 0;resize:vertical}.journal-composer-details{align-items:center;border-top:1px solid #e3e6e3;display:flex;gap:.75rem;justify-content:space-between;padding-top:.7rem}.journal-composer-details label{align-items:center;color:#6a7d7f;display:flex;flex:1 1;gap:.35rem;min-width:0}.journal-composer-details input{background:#0000;border:0;color:#586567;flex:1 1;font-size:.7rem;min-width:0;outline:0}.journal-draft-tags,.journal-entry-card>div,.journal-quick-tags,.journal-tag-filter{display:flex;flex-wrap:wrap;gap:.3rem}.journal-draft-tags button,.journal-entry-card>div button,.journal-quick-tags button,.journal-tag-filter button{align-items:center;background:#e8eded;border:0;border-radius:999px;color:#68787a;display:flex;font-size:.58rem;font-weight:800;gap:.2rem;padding:.3rem .45rem}.journal-composer-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:.8rem}.journal-save-button{align-items:center;background:#465b61;border:0;border-radius:999px;color:#f8fbfa;display:flex;flex:0 0 auto;font-size:.7rem;font-weight:800;gap:.4rem;justify-content:center;min-height:2.8rem;padding:0 1rem}.journal-save-button:disabled{opacity:.4}.journal-prompts>div:last-child{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.journal-prompts>div:last-child>button{align-items:flex-start;background:#f6f8f6;border:1px solid #e2e7e5;border-radius:.9rem;color:#415054;display:flex;gap:.55rem;padding:.75rem;text-align:left}.journal-prompts button span{display:flex;flex-direction:column;min-width:0}.journal-prompts button strong{font-size:.7rem}.journal-prompts button small{color:#829092;font-size:.58rem;line-height:1.4;margin-top:.2rem}.journal-search{align-items:center;background:#f1f4f3;border-radius:.75rem;color:#738486;display:flex;gap:.4rem;padding:.6rem .7rem}.journal-search input{background:#0000;border:0;flex:1 1;font-size:.7rem;min-width:0;outline:0}.journal-tag-filter button.is-active{background:#465b61;color:#fff}.journal-entry-list{grid-gap:.6rem;display:grid;gap:.6rem}.journal-entry-card{background:#f8f8f5;border:1px solid #e5e7e3;border-radius:1rem;padding:.95rem}.journal-entry-card>small{color:#8c9998;font-size:.55rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.journal-entry-card h3{color:#354246;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-weight:400;margin:.3rem 0}.journal-entry-card p{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#697477;display:-webkit-box;font-size:.68rem;line-height:1.55;overflow:hidden}.journal-entry-card>span{align-items:center;color:#59737a;display:flex;font-size:.6rem;font-weight:800;gap:.25rem;margin-bottom:.6rem}.journal-entry-card footer{border-top:1px solid #e5e7e3;display:flex;gap:.6rem;margin-top:.7rem;padding-top:.6rem}.journal-entry-card footer button{align-items:center;background:#0000;border:0;color:#748184;display:flex;font-size:.6rem;font-weight:800;gap:.25rem;padding:0}.journal-entry-card footer button:last-child{color:#a16767}.journal-empty{color:#8b9998;padding:3rem 1rem;text-align:center}.journal-calendar-link{align-items:center;background:#e8eded;border-radius:.9rem;color:#465b61;display:flex;gap:.6rem;padding:.8rem;text-decoration:none}.journal-calendar-link span{display:flex;flex-direction:column}.journal-calendar-link strong{font-size:.68rem}.journal-calendar-link small{color:#788789;font-size:.58rem}.calendar-hero{grid-gap:2rem;align-items:end;background:radial-gradient(circle at 82% 15%,#f4daa93d,#0000 11rem),linear-gradient(135deg,#7d6043,#aa835b);border-radius:2rem;box-shadow:0 22px 60px #7d604333;color:#fffaf1;display:grid;gap:2rem;grid-template-columns:1fr auto;padding:clamp(1.6rem,5vw,3.7rem)}.calendar-hero .shared-kicker{color:#f1d6aa}.calendar-hero-actions{grid-gap:.5rem;display:grid;gap:.5rem}.calendar-hero-actions button{align-items:center;background:#ffffff1c;border:1px solid #ffffff29;border-radius:999px;color:#fffaf1;display:flex;font-size:.67rem;font-weight:800;gap:.4rem;justify-content:center;min-height:2.9rem;padding:0 .9rem}.calendar-hero-actions button:first-child{background:#fff9ee;color:#775839}.calendar-hero-actions button:disabled{opacity:.4}.calendar-plan-strip{margin:1.3rem 0 2rem}.calendar-plan-strip>header{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.7rem}.calendar-plan-strip>header button{align-items:center;background:#0000;border:0;color:#8a6747;display:flex;font-size:.67rem;font-weight:800;gap:.3rem}.calendar-plan-strip>div{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr)}.calendar-plan-mini,.calendar-plan-option{--plan-accent:#65795e;--plan-bg:#e5ece3}.calendar-plan-berry{--plan-accent:#864d57;--plan-bg:#f0e2e4}.calendar-plan-sand{--plan-accent:#98734d;--plan-bg:#efe5d6}.calendar-plan-mini{align-items:flex-start;background:var(--plan-bg);border:1px solid color-mix(in srgb,var(--plan-accent) 15%,#0000);border-radius:1rem;color:var(--plan-accent);display:flex;flex-direction:column;gap:.2rem;min-width:0;padding:.9rem;text-align:left}.calendar-plan-mini span,.calendar-plan-option>span{font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.calendar-plan-mini strong{color:#3d3a34;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400}.calendar-plan-mini small{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#746e65;display:-webkit-box;font-size:.58rem;line-height:1.4;overflow:hidden}.calendar-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr)}.calendar-upcoming,.prayer-calendar-card{background:#fffdf9e0;border:1px solid #7758371a;border-radius:1.45rem;box-shadow:0 14px 38px #5b463012}.prayer-calendar-card>header{align-items:center;border-bottom:1px solid #e8e1d7;display:flex;justify-content:space-between;padding:1rem 1.1rem}.calendar-day-sheet>header button,.calendar-plan-sheet>header button,.prayer-calendar-card>header button{background:#f1e8dc;border:0;border-radius:50%;color:#735b41;display:grid;height:2.5rem;place-items:center;width:2.5rem}.prayer-calendar-card>header div{text-align:center}.prayer-calendar-card>header small{color:#9c8061;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.prayer-calendar-card>header h2{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;margin:.15rem 0 0}.prayer-calendar-grid{grid-gap:.35rem;display:grid;gap:.35rem;grid-template-columns:repeat(7,1fr);padding:.8rem}.prayer-calendar-weekday{color:#9a8b7b;font-size:.58rem;font-weight:800;padding:.3rem 0;text-align:center}.prayer-calendar-grid>button{background:#fbfaf7;border:1px solid #e8e2d9;border-radius:.75rem;color:#4b443d;min-height:88px;min-width:0;overflow:hidden;padding:.45rem;position:relative;text-align:left}.prayer-calendar-grid>button.is-today{border-color:#a77d54;box-shadow:inset 0 0 0 1px #a77d54}.prayer-calendar-grid>button.has-events{background:#f4eadc}.prayer-calendar-grid>button>strong{display:block;font-size:.7rem}.prayer-calendar-grid>button>span{grid-gap:.15rem;display:grid;gap:.15rem;margin-top:.35rem}.prayer-calendar-grid i{background:#ffffff9e;border-radius:.25rem;color:#7d6043;font-size:.49rem;font-style:normal;font-weight:800;overflow:hidden;padding:.18rem .25rem;text-overflow:ellipsis;white-space:nowrap}.prayer-calendar-grid>button>small{color:#9b8061;font-size:.47rem}.calendar-upcoming{padding:1rem}.calendar-upcoming>header{margin-bottom:.7rem}.calendar-upcoming>div{grid-gap:.45rem;display:grid;gap:.45rem}.calendar-upcoming>div>button{grid-gap:.55rem;align-items:center;background:#faf8f4;border:1px solid #e9e3da;border-radius:.85rem;color:#4b443d;display:grid;gap:.55rem;grid-template-columns:auto 1fr auto;padding:.6rem;text-align:left}.calendar-upcoming time{align-content:center;background:#9a7751;border-radius:.7rem;color:#fff;display:grid;height:2.5rem;place-items:center;width:2.5rem}.calendar-upcoming time strong{font-size:.85rem;line-height:1}.calendar-upcoming time span{font-size:.48rem;font-weight:800;text-transform:uppercase}.calendar-upcoming button>span{display:flex;flex-direction:column;min-width:0}.calendar-upcoming button>span strong{font-size:.68rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-upcoming button>span small{color:#918478;font-size:.55rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-upcoming>a{align-items:center;background:#f1e8dc;border-radius:.8rem;color:#806344;display:flex;font-size:.62rem;font-weight:800;gap:.35rem;justify-content:center;margin-top:.7rem;padding:.65rem;text-decoration:none}.calendar-upcoming-empty{color:#9a8b7b;padding:3rem 1rem;text-align:center}.calendar-overlay{align-items:flex-end;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#33281d85;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:80}.calendar-day-sheet,.calendar-plan-sheet{background:#fbf8f2;border-radius:1.5rem;box-shadow:0 24px 80px #30251b47;color:#403832;max-height:92vh;overflow-y:auto;padding:1.2rem;width:min(100%,780px)}.calendar-day-sheet>header,.calendar-plan-sheet>header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.calendar-day-sheet header small,.calendar-plan-sheet header small{color:#9a7751;font-size:.55rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.calendar-day-sheet h2,.calendar-plan-sheet h2{font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400;margin-top:.2rem}.calendar-plan-sheet>label{grid-gap:.3rem;color:#75695e;display:grid;font-size:.62rem;font-weight:800;gap:.3rem;margin-bottom:.8rem;width:fit-content}.calendar-add-event input,.calendar-add-event textarea,.calendar-plan-sheet input{background:#fffefa;border:1px solid #e2d9cd;border-radius:.7rem;font:inherit;font-size:.75rem;outline-color:#aa835b;padding:.7rem}.calendar-plan-options{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr)}.calendar-plan-option{background:var(--plan-bg);border-radius:1rem;color:var(--plan-accent);padding:1rem}.calendar-plan-option h3{color:#403832;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400;margin:.45rem 0}.calendar-plan-option p{color:#75695e;font-size:.62rem;line-height:1.5;min-height:62px}.calendar-plan-option>div{display:flex;flex-wrap:wrap;gap:.35rem}.calendar-add-event>button,.calendar-plan-option button{align-items:center;background:var(--plan-accent);border:0;border-radius:999px;color:#fff;display:flex;font-size:.6rem;font-weight:800;gap:.3rem;padding:.55rem .65rem}.calendar-plan-option button:last-child{background:#ffffff8c;color:#8b5d5d}.calendar-google-note{color:#87796b;font-size:.6rem;line-height:1.55;margin:1rem 0 0}.calendar-google-note a{color:#806344;font-weight:800}.calendar-day-events{grid-gap:.55rem;display:grid;gap:.55rem}.calendar-day-events article{background:#f1e8dc;border-radius:.9rem;padding:.85rem}.calendar-day-events article>span{color:#9a7751;font-size:.52rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.calendar-day-events h3{color:#403832;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:400;margin:.25rem 0}.calendar-day-events p,.calendar-day-events small{color:#766b61;font-size:.65rem;line-height:1.5}.calendar-day-events footer{display:flex;gap:.65rem;margin-top:.65rem}.calendar-day-events footer a,.calendar-day-events footer button{align-items:center;background:#0000;border:0;color:#806344;display:flex;font-size:.58rem;font-weight:800;gap:.25rem;padding:0;text-decoration:none}.calendar-day-events footer button{color:#9a6565}.calendar-add-event{grid-gap:.5rem;border-top:1px solid #e3d9ce;display:grid;gap:.5rem;margin-top:1rem;padding-top:1rem}.calendar-add-event textarea{resize:vertical}.calendar-add-event>button{background:#9a7751;width:fit-content}.calendar-add-event>button:disabled{opacity:.4}@media (max-width:900px){.calendar-layout,.journal-layout{grid-template-columns:1fr}.journal-archive-column{order:2}}@media (max-width:700px){.calendar-hero,.journal-hero{border-radius:1.5rem;grid-template-columns:1fr}.journal-stats{grid-template-columns:repeat(3,1fr)}.journal-stats>div{min-height:78px}.journal-stats strong{font-size:1.3rem}.journal-composer textarea{min-height:230px}.journal-composer-actions,.journal-composer-details{align-items:stretch;flex-direction:column}.journal-save-button{width:100%}.calendar-plan-options,.calendar-plan-strip>div,.journal-prompts>div:last-child{grid-template-columns:1fr}.calendar-hero-actions{width:100%}.calendar-plan-strip>header{align-items:flex-start;flex-direction:column}.prayer-calendar-grid{gap:.18rem;padding:.5rem}.prayer-calendar-grid>button{border-radius:.45rem;min-height:58px;padding:.25rem}.prayer-calendar-grid i{background:#b28a61;border-radius:99px;color:#0000;height:5px;padding:0;width:100%}.prayer-calendar-grid>button>small{display:none}.calendar-overlay{padding:0}.calendar-day-sheet,.calendar-plan-sheet{border-radius:1.5rem 1.5rem 0 0}}@media (max-width:850px){.requests-list,.resources-grid,.scripture-passage-grid{grid-template-columns:1fr 1fr}.scripture-hero{grid-template-columns:1fr}.scripture-topics{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.requests-hero{align-items:flex-start;border-radius:1.5rem;flex-direction:column;gap:1.25rem}.requests-add-button{width:100%}.requests-summary{gap:.35rem;grid-template-columns:repeat(3,minmax(0,1fr))}.requests-summary>div{flex-direction:column;gap:.25rem;padding:.7rem .4rem;text-align:center}.requests-summary span{font-size:.55rem}.requests-list,.resources-grid,.scripture-passage-grid{grid-template-columns:1fr}.resources-hero,.scripture-hero{border-radius:1.5rem}.resources-group h2{font-size:1.4rem}.scripture-module-main{padding-top:1rem;width:calc(100% - 1.25rem)}.scripture-topics{display:flex;gap:.45rem;overflow-x:auto;scrollbar-width:none}.scripture-topics::-webkit-scrollbar{display:none}.scripture-topics button{flex:0 0 150px}.scripture-results>header{align-items:flex-start;flex-direction:column}.daily-verse-module-main{padding-top:1rem;width:calc(100% - 1.25rem)}.daily-verse-card{border-radius:1.5rem;min-height:470px}.daily-verse-card-topline span{display:none}.daily-verse-card h1{margin-top:3rem}.daily-verse-orbit{bottom:1.3rem;right:1.3rem}.daily-verse-reflection button{width:100%}}.prayer-module-shell{--prayer-ink:#2b212b;--prayer-muted:#766c73;--prayer-plum:#5b3a57;--prayer-cream:#f8f4ed;background:radial-gradient(circle at 98% 10%,#d5b2702b,#0000 27rem),radial-gradient(circle at 0 43%,#748f7c1a,#0000 28rem),var(--prayer-cream);color:var(--prayer-ink);min-height:100vh}.prayer-module-main{margin:0 auto;padding:clamp(2.5rem,6vw,5.5rem) 0 5rem;width:min(1120px,calc(100% - 2rem))}.prayer-module-intro{grid-gap:2rem;align-items:end;display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) 300px;margin-bottom:clamp(2.5rem,6vw,4.5rem)}.prayer-module-date,.prayer-module-kicker{color:#946b4c;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.prayer-module-intro h1{-webkit-text-fill-color:currentColor;background:none;color:var(--prayer-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5.8rem);font-weight:400;letter-spacing:-.065em;line-height:.96;margin:.55rem 0 .75rem;max-width:670px}.prayer-module-intro>div>p:last-child{color:var(--prayer-muted);font-size:.98rem;max-width:520px}.prayer-complete-card{grid-gap:.85rem;align-items:center;background:#dce6dd;border:1px solid #3a4e421a;border-radius:1.4rem;color:#3a493f;cursor:pointer;display:grid;gap:.85rem;grid-template-columns:auto 1fr auto;min-height:122px;padding:1.2rem;text-align:left}.prayer-complete-card.is-complete{background:#536e5c;color:#fffaf1}.prayer-complete-icon{align-items:center;background:#ffffff7a;border-radius:50%;display:flex;height:3rem;justify-content:center;width:3rem}.prayer-complete-card>span:nth-child(2){display:flex;flex-direction:column;gap:.2rem}.prayer-complete-card small{font-size:.58rem;font-weight:700;letter-spacing:.09em;opacity:.72;text-transform:uppercase}.prayer-complete-card strong{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400}.prayer-reading-layout{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) 290px}.prayer-reading-card{background:#fffdf9db;border:1px solid #412f3e14;border-radius:2rem;box-shadow:0 22px 60px #46344117;overflow:hidden}.prayer-reading-heading{background:radial-gradient(circle at 83% 45%,#d9a65f 0 10%,#0000 10.3%),linear-gradient(135deg,#402a40,#75506c);color:#fff9f0;padding:clamp(1.5rem,4vw,3rem)}.prayer-reading-heading p{align-items:center;color:#dfc7a7;display:flex;font-size:.65rem;font-weight:700;gap:.4rem;letter-spacing:.13em;margin-bottom:.75rem;text-transform:uppercase}.prayer-journal-heading h2,.prayer-reading-heading h2,.prayer-rhythm-card h2{color:currentColor;font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em;margin:0}.prayer-reading-heading h2{font-size:clamp(2.4rem,5vw,4.25rem);line-height:1;max-width:520px}.prayer-reflection-block,.prayer-scripture-block,.prayer-spoken-block{padding:clamp(1.5rem,4vw,3rem)}.prayer-scripture-block,.prayer-spoken-block{border-bottom:1px solid #412f3e14}.prayer-scripture-block{background:#efe4d4}.prayer-section-label{align-items:center;color:#906849;display:flex;font-size:.65rem;font-weight:700;gap:.55rem;letter-spacing:.13em;margin-bottom:1.25rem;text-transform:uppercase}.prayer-scripture-block blockquote{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,3vw,2.35rem);letter-spacing:-.025em;line-height:1.45;margin:0 0 1.1rem;max-width:710px}.prayer-scripture-block cite{color:#815d45;font-size:.75rem;font-style:normal;font-weight:700;letter-spacing:.08em}.prayer-reflection-block>p,.prayer-spoken-block>p{color:#4f444c;font-size:1.05rem;line-height:1.9;margin:0;max-width:720px}.prayer-amen{color:var(--prayer-plum);display:block;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-style:italic;margin-top:1rem}.prayer-reflection-block{background:#edf1eb}.prayer-guide-rail{position:sticky;top:5.6rem}.prayer-rhythm-card{background:#fffdf9b8;border:1px solid #412f3e14;border-radius:1.6rem;padding:1.6rem}.prayer-rhythm-card h2{font-size:2rem;margin-top:.3rem}.prayer-rhythm-card ol{list-style:none;margin-top:1.5rem;padding:0}.prayer-rhythm-card li{grid-gap:.7rem;border-top:1px solid #412f3e14;display:grid;gap:.7rem;grid-template-columns:2rem 1fr;padding:1rem 0}.prayer-rhythm-card li>span{align-items:center;background:var(--prayer-plum);border-radius:50%;color:#fff9f1;display:flex;font-size:.68rem;font-weight:700;height:1.75rem;justify-content:center;width:1.75rem}.prayer-rhythm-card li p{color:var(--prayer-muted);font-size:.73rem;line-height:1.5;margin:0}.prayer-rhythm-card li strong{color:var(--prayer-ink);display:block;font-size:.8rem}.prayer-finish-button{align-items:center;background:var(--prayer-plum);border:0;border-radius:1.1rem;color:#fffaf1;cursor:pointer;display:flex;font:inherit;font-size:.8rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:.75rem;min-height:3.3rem;width:100%}.prayer-finish-button.is-complete{background:#536e5c}.prayer-journal-section{margin-top:clamp(3.5rem,8vw,6rem)}.prayer-journal-heading{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.2rem}.prayer-journal-heading h2{font-size:clamp(2rem,5vw,3.3rem);margin-top:.2rem}.prayer-journal-heading a{align-items:center;color:var(--prayer-plum);display:inline-flex;font-size:.75rem;font-weight:700;gap:.4rem;text-decoration:none}.prayer-journal-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) 350px}.prayer-journal-composer,.prayer-recent-notes{background:#fffdf9d1;border:1px solid #412f3e14;border-radius:1.6rem;box-shadow:0 16px 44px #46344112;padding:clamp(1.25rem,3vw,2rem)}.prayer-journal-composer label,.prayer-recent-notes h3{color:var(--prayer-ink);display:block;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:400}.prayer-journal-composer textarea{background:#0000;border:0;border-bottom:1px solid #412f3e26;color:#4d424b;font:inherit;font-size:.92rem;line-height:1.7;margin-top:1rem;outline:0;padding:1rem 0;resize:vertical;width:100%}.prayer-journal-composer textarea:focus{border-bottom-color:var(--prayer-plum)}.prayer-journal-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.prayer-save-status{align-items:center;color:#4f755c;display:inline-flex;font-size:.72rem;font-weight:700;gap:.35rem}.prayer-journal-actions button{align-items:center;background:var(--prayer-plum);border:0;border-radius:999px;color:#fffaf1;cursor:pointer;display:inline-flex;font:inherit;font-size:.75rem;font-weight:700;gap:.45rem;min-height:3rem;padding:0 1rem}.prayer-journal-actions button:disabled{cursor:not-allowed;opacity:.4}.prayer-recent-notes h3{margin-bottom:.7rem}.prayer-recent-note{border-top:1px solid #412f3e14;color:inherit;display:block;padding:.85rem 0;text-decoration:none}.prayer-recent-note>span{color:#9b7354;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.prayer-recent-note strong{display:block;font-size:.75rem;margin:.15rem 0}.prayer-empty-notes p,.prayer-recent-note p{color:var(--prayer-muted);font-size:.7rem;line-height:1.5;margin:0}.prayer-recent-note p{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.prayer-empty-notes{align-items:center;color:#a68a75;display:flex;flex-direction:column;gap:.6rem;justify-content:center;min-height:180px;text-align:center}.prayer-module-large-text .prayer-reflection-block>p,.prayer-module-large-text .prayer-spoken-block>p{font-size:1.25rem}.prayer-module-large-text .prayer-scripture-block blockquote{font-size:clamp(1.9rem,3.4vw,2.7rem)}@media (max-width:820px){.prayer-journal-grid,.prayer-module-intro,.prayer-reading-layout{grid-template-columns:1fr}.prayer-guide-rail{position:static}.prayer-rhythm-card{display:none}.prayer-complete-card{min-height:96px}}@media (max-width:640px){.module-header-inner{gap:.55rem;grid-template-columns:auto 1fr auto;min-height:4.2rem}.module-header-back{border-radius:50%;padding:0;width:2.7rem}.module-header-back span,.module-header-title small,.module-text-control span{display:none}.module-header-title{justify-content:center}.module-header-icon{height:2rem;width:2rem}.module-header-title strong{font-size:.95rem}.module-text-control{border-radius:50%;padding:0;width:2.7rem}.module-header-settings{display:none}.prayer-module-main{padding-top:2.5rem}.prayer-module-intro{gap:1.5rem}.prayer-module-intro h1{font-size:clamp(3.1rem,16vw,4.5rem)}.prayer-reading-card{border-radius:1.55rem}.prayer-reading-heading,.prayer-reflection-block,.prayer-scripture-block,.prayer-spoken-block{padding:1.5rem}.prayer-reading-heading h2{font-size:2.55rem}.prayer-scripture-block blockquote{font-size:1.55rem}.prayer-reflection-block>p,.prayer-spoken-block>p{font-size:1rem;line-height:1.8}.prayer-journal-heading{align-items:flex-start;flex-direction:column}.prayer-journal-actions{align-items:stretch;flex-direction:column}.prayer-journal-actions button{justify-content:center}}.devotional-module-shell{--devotional-ink:#2c222a;--devotional-muted:#756b71;--devotional-rose:#765260;background:radial-gradient(circle at 95% 8%,#c0888029,#0000 28rem),radial-gradient(circle at 2% 50%,#ab92691a,#0000 30rem),#f7f2ed;color:var(--devotional-ink);min-height:100vh}.devotional-module-main{margin:0 auto;padding:clamp(2rem,5vw,4.5rem) 0 5rem;width:min(1120px,calc(100% - 2rem))}.devotional-alert{background:#f3e7ce;border:1px solid #8d6b3a26;border-radius:1rem;color:#745b35;font-size:.78rem;margin-bottom:1rem;padding:.9rem 1rem}.devotional-loading{align-items:center;color:#8c6a73;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:60vh}.devotional-loading p{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;margin:0}.devotional-hero{background:radial-gradient(#ffffff2e .7px,#0000 0),linear-gradient(135deg,#4b333f,#825c67);background-size:16px 16px,auto;border-radius:2rem;box-shadow:0 24px 65px #5236442e;color:#fff9f2;display:flex;flex-direction:column;justify-content:flex-end;min-height:390px;overflow:hidden;padding:clamp(1.5rem,5vw,4rem);position:relative}.devotional-date-nav{align-items:center;display:flex;justify-content:space-between;left:1.25rem;position:absolute;right:1.25rem;top:1.25rem;z-index:3}.devotional-date-nav button{align-items:center;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;color:#fff9f2;cursor:pointer;display:inline-flex;font:inherit;font-size:.68rem;font-weight:700;gap:.35rem;min-height:2.7rem;padding:0 .85rem}.devotional-date-nav button:disabled{cursor:not-allowed;opacity:.35}.devotional-date-nav p{color:#fff9f2bd;font-size:.62rem;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}.devotional-hero-copy{max-width:720px;position:relative;z-index:2}.devotional-hero-copy>p{align-items:center;color:#e5c9ad;display:flex;font-size:.65rem;font-weight:700;gap:.4rem;letter-spacing:.12em;margin-bottom:.8rem;text-transform:uppercase}.devotional-hero h1{-webkit-text-fill-color:currentColor;background:none;color:currentColor;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5.8rem);font-weight:400;letter-spacing:-.06em;line-height:.97;margin:0}.devotional-scripture-reference{align-items:center;color:#fff9f2c2;display:inline-flex;font-size:.78rem;font-weight:700;gap:.5rem;margin-top:1.25rem}.devotional-favorite-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;bottom:1.5rem;color:#fff9f2;cursor:pointer;display:inline-flex;font:inherit;font-size:.7rem;font-weight:700;gap:.45rem;min-height:3rem;padding:0 1rem;position:absolute;right:1.5rem;z-index:4}.devotional-favorite-button.is-favorite{background:#f3d4c6;color:#4f3541}.devotional-hero-sun{background:#d9a46d;border-radius:50%;box-shadow:0 0 0 2rem hsla(0,0%,100%,.035),0 0 80px #e8b97d2e;height:9rem;position:absolute;right:12%;top:25%;width:9rem}.devotional-reading-layout{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) 285px;margin-top:1rem}.devotional-reading{background:#fffdf9e0;border:1px solid #412f3e14;border-radius:2rem;box-shadow:0 20px 55px #46344114;overflow:hidden}.devotional-copy-section,.devotional-practice-section,.devotional-prayer-section,.devotional-verse-panel{padding:clamp(1.5rem,4vw,3.25rem)}.devotional-copy-section,.devotional-practice-section,.devotional-verse-panel{border-bottom:1px solid #412f3e14}.devotional-verse-panel{background:#efe3d2}.devotional-section-label{align-items:center;color:#966b4d;display:flex;font-size:.65rem;font-weight:700;gap:.5rem;letter-spacing:.13em;margin-bottom:1.25rem;text-transform:uppercase}.devotional-verse-panel blockquote{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3.5vw,2.75rem);letter-spacing:-.025em;line-height:1.4;margin:0 0 1rem;max-width:760px}.devotional-verse-panel cite{color:#835f46;font-size:.72rem;font-style:normal;font-weight:700;letter-spacing:.08em}.devotional-copy-section>p:not(.devotional-section-label),.devotional-prayer-section>p:not(.devotional-section-label){color:#50454c;font-size:1rem;line-height:1.9;max-width:740px}.devotional-copy-section>p:not(.devotional-section-label):first-of-type:first-letter{color:var(--devotional-rose);float:left;font-family:Georgia,Times New Roman,serif;font-size:4.2rem;line-height:.8;margin:.08rem .45rem 0 0}.devotional-practice-section{background:#edf1eb}.devotional-practice-section h2{color:var(--devotional-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;letter-spacing:-.045em;margin:-.35rem 0 1.4rem}.devotional-practice-section ol{grid-gap:.75rem;display:grid;gap:.75rem;list-style:none;padding:0}.devotional-practice-section li{grid-gap:.8rem;background:#ffffff85;border:1px solid #40544617;border-radius:1.1rem;display:grid;gap:.8rem;grid-template-columns:2.2rem 1fr;padding:1rem}.devotional-practice-section li>span{align-items:center;background:#647768;border-radius:50%;color:#fffaf2;display:flex;font-size:.7rem;font-weight:700;height:2rem;justify-content:center;width:2rem}.devotional-practice-section li p{color:#536158;font-size:.84rem;line-height:1.65;margin:0}.devotional-prayer-section{background:linear-gradient(135deg,#4b333f,#765260);color:#fff9f1}.devotional-prayer-section .devotional-section-label{color:#e5c8aa}.devotional-prayer-section>p:not(.devotional-section-label){color:#fff9f1d9;font-family:Georgia,Times New Roman,serif;font-size:1.28rem;line-height:1.8;margin:0}.devotional-side-rail{grid-gap:.75rem;display:grid;gap:.75rem;position:sticky;top:5.6rem}.devotional-path-card,.devotional-saved-card{background:#fffdf9c2;border:1px solid #412f3e14;border-radius:1.5rem;padding:1.25rem}.devotional-path-card>p,.devotional-saved-card>p{color:#966b4d;font-size:.62rem;font-weight:700;letter-spacing:.11em;margin-bottom:.7rem;text-transform:uppercase}.devotional-saved-card>p{align-items:center;display:flex;gap:.4rem}.devotional-path-card a,.devotional-saved-card button{align-items:center;background:#0000;border:0;border-top:1px solid #412f3e12;color:#564950;cursor:pointer;display:flex;font:inherit;font-size:.73rem;font-weight:700;gap:.55rem;min-height:2.8rem;text-align:left;text-decoration:none;width:100%}.devotional-saved-card button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.devotional-no-saved{color:var(--devotional-muted);display:block;font-size:.72rem;line-height:1.55}.devotional-module-large-text .devotional-copy-section>p:not(.devotional-section-label){font-size:1.2rem}.devotional-module-large-text .devotional-prayer-section>p:not(.devotional-section-label){font-size:1.45rem}@media (max-width:820px){.devotional-reading-layout{grid-template-columns:1fr}.devotional-side-rail{position:static}.devotional-path-card{display:none}}@media (max-width:640px){.devotional-module-main{padding-top:1rem}.devotional-hero{border-radius:1.6rem;min-height:465px;padding:1.5rem}.devotional-date-nav button{justify-content:center;padding:0;width:2.7rem}.devotional-date-nav button span{display:none}.devotional-date-nav p{max-width:190px;text-align:center}.devotional-hero h1{font-size:clamp(3.1rem,15vw,4.5rem)}.devotional-hero-sun{height:7rem;right:-1.5rem;top:27%;width:7rem}.devotional-favorite-button{bottom:1.5rem;left:1.5rem;right:auto}.devotional-reading{border-radius:1.55rem}.devotional-copy-section,.devotional-practice-section,.devotional-prayer-section,.devotional-verse-panel{padding:1.5rem}.devotional-verse-panel blockquote{font-size:1.65rem}.devotional-copy-section>p:not(.devotional-section-label){font-size:1rem;line-height:1.82}}.header-title-glow{letter-spacing:.02em;position:relative;text-shadow:0 0 1px #fff,0 0 2px #fffc,0 0 3px #fff9}.header-title-glow:before{content:attr(data-text);left:0;position:absolute;text-shadow:-1px -1px 0 #0009,1px -1px 0 #0009,-1px 1px 0 #0009,1px 1px 0 #0009,0 2px 3px #0009;top:0;z-index:-1}.intro-card-icon{filter:drop-shadow(0 3px 6px rgba(0,0,0,.1));justify-content:center;margin-bottom:1.25rem}.intro-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.intro-card-description{color:#6b7280;font-size:.95rem;line-height:1.5}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.highlighted-verse{animation:highlight-pulse 1.5s ease-in-out}@keyframes highlight-pulse{0%,to{background-color:initial}50%{background-color:#65547726}}.bible-content{color:#2d3748;font-family:Georgia,serif;line-height:1.8;margin:0 auto;max-width:800px;padding:0 1rem}.bible-content h1{-webkit-text-fill-color:currentColor;background:none;color:#5b3a57;font-family:Helvetica Neue,Arial,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem;text-align:center}.bible-content p{margin-bottom:1rem}.bible-chapter-intro{border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:1.1em;font-style:italic;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.bible-chapter-summary{background-color:#f8fafc;border-left:4px solid #dbeafe;border-radius:.5rem;color:#4b5563;font-size:.95em;margin-bottom:2rem;padding:1.5rem}.verse-number{color:#6b7280;font-family:Helvetica Neue,Arial,sans-serif;font-size:.7em;font-weight:600;margin-right:.4em;position:relative;top:-.3em;-webkit-user-select:none;user-select:none}.verse-text{border-radius:.2rem;cursor:pointer;padding:.15rem .2rem;transition:background-color .2s ease}.verse-text:hover{background-color:#dbeafe4d}.verse-container{-webkit-hyphens:auto;hyphens:auto;line-height:1.8;margin-bottom:1.25rem;position:relative;text-align:justify}.active-verse{background-color:#6554771a;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;padding:.25rem}.highlight-yellow{background-color:#fcd34d4d}.highlight-green,.highlight-yellow{border-radius:.25rem;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:.1rem .2rem}.highlight-green{background-color:#10b98133}.highlight-blue{background-color:#65547733}.highlight-blue,.highlight-pink{border-radius:.25rem;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:.1rem .2rem}.highlight-pink{background-color:#ec489933}.verse-note-indicator{align-items:center;background-color:#facc15;border-radius:50%;color:#fff;display:inline-flex;font-size:8px;height:14px;justify-content:center;margin-left:.3rem;position:relative;top:-.2em;width:14px}.chapter-navigation{border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:3rem;padding-top:1.5rem}.chapter-btn{align-items:center;border-radius:.375rem;color:#655477;display:flex;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.chapter-btn:hover{background-color:#eee8f2;color:#4a3c5e}.chapter-btn:disabled{cursor:not-allowed;opacity:.5}.reading-preferences{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;margin-bottom:1rem}.font-size-control{align-items:center;border:1px solid #e5e7eb;border-radius:.375rem;display:flex;gap:.3rem;overflow:hidden}.font-btn{background:none;border:none;cursor:pointer;padding:.3rem .5rem;transition:background-color .2s ease}.font-btn:hover{background-color:#f3f4f6}.font-size-indicator{font-size:.875rem;padding:0 .5rem}.theme-toggle{background-color:#e5e7eb;border-radius:10px;cursor:pointer;height:20px;position:relative;transition:background-color .2s ease;width:36px}.theme-toggle.dark{background-color:#655477}.theme-toggle-handle{background-color:#fff;border-radius:50%;height:16px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:16px}.theme-toggle.dark .theme-toggle-handle{transform:translateX(16px)}.bible-content.dark-mode{background-color:#1a202c;color:#e2e8f0}.bible-content.dark-mode h1{color:#f1e7df}.bible-content.dark-mode .verse-number{color:#9ca3af}.bible-content.dark-mode .verse-text:hover{background-color:#6554774d}.bible-content.dark-mode .bible-chapter-summary{background-color:#2d3748;border-left-color:#9a7893;color:#e2e8f0}.bible-content.dark-mode .chapter-navigation{border-top-color:#4a5568}.bible-content.dark-mode .chapter-btn{color:#d8c3d3}.bible-content.dark-mode .chapter-btn:hover{background-color:#2d3748;color:#f1e7df}.cross-reference{color:#765260;cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-color:#765260}.cross-reference-popover{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:300px;padding:1rem;position:absolute;z-index:50}.cross-reference-popover.dark-mode{background-color:#2d3748;border-color:#4a5568}.cross-reference-title{color:#4b5563;font-weight:600;margin-bottom:.5rem}.cross-reference-popover.dark-mode .cross-reference-title{color:#e2e8f0}.cross-reference-text{color:#4b5563;font-size:.9em}.cross-reference-popover.dark-mode .cross-reference-text{color:#e2e8f0}.bible-sidebar-collapsed{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bible-sidebar-collapsed-item{border-radius:.375rem;transition:all .2s ease}.bible-sidebar-collapsed-item:hover{background-color:#dbeafe80;transform:translateY(-1px)}.parallel-view{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.parallel-column{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.parallel-column.dark-mode{background-color:#2d3748}.reader-app{--reader-bg:#edf2ee;--reader-paper:#fffefa;--reader-ink:#28352f;--reader-muted:#728078;--reader-border:#dce5de;--reader-accent:#557866;--reader-accent-soft:#e2ece5;background:radial-gradient(circle at 10% 0,#b7cfbe6b,#0000 28rem),var(--reader-bg);color:var(--reader-ink);min-height:100vh;transition:background-color .18s ease,color .18s ease}.reader-theme-sepia{--reader-bg:#eee7da;--reader-paper:#fbf4e7;--reader-ink:#3f382d;--reader-muted:#7c705f;--reader-border:#ded3c1;--reader-accent:#826f50;--reader-accent-soft:#eee2cf}.reader-theme-night{--reader-bg:#121a17;--reader-paper:#1a2521;--reader-ink:#e2eae5;--reader-muted:#9baca2;--reader-border:#31413a;--reader-accent:#9cc3ac;--reader-accent-soft:#293a32;background:#121a17}.reader-command-bar{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:color-mix(in srgb,var(--reader-paper) 92%,#0000);border-bottom:1px solid var(--reader-border);box-shadow:0 8px 24px #20342a0f;color:var(--reader-ink);display:flex;gap:.45rem;min-height:68px;padding:.55rem max(.75rem,calc(50vw - 560px));position:sticky;top:74px;z-index:9}.reader-command-bar button,.reader-find-bar button,.reader-sheet-header button{background:#0000;border:0;color:inherit}.reader-chapter-arrows button,.reader-icon-button{border-radius:12px;display:inline-grid;flex:0 0 auto;height:42px;place-items:center;transition:background .15s ease,color .15s ease,transform .15s ease;width:42px}.reader-chapter-arrows button:hover,.reader-icon-button:hover{background:var(--reader-accent-soft);color:var(--reader-accent)}.reader-chapter-arrows button:active,.reader-icon-button:active{transform:scale(.95)}.reader-icon-button.is-active{background:var(--reader-accent-soft);color:var(--reader-accent)}.reader-reference-button{align-items:flex-start;background:#0000;border:0;color:inherit;display:flex;flex:1 1;flex-direction:column;min-width:0;padding:.2rem .5rem}.reader-reference-button span{font-family:Georgia,Times New Roman,serif;font-size:1.18rem;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-reference-button small{color:var(--reader-muted);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reader-chapter-arrows{border-right:1px solid var(--reader-border);display:flex;gap:.15rem;padding-right:.35rem}.reader-chapter-arrows button:disabled,.reader-chapter-footer button:disabled{cursor:not-allowed;opacity:.3}.reader-find-bar{align-items:center;background:var(--reader-paper);border:1px solid var(--reader-border);border-radius:0 0 16px 16px;border-top:0;box-shadow:0 12px 32px #23352c1a;color:var(--reader-ink);display:flex;gap:.65rem;margin:0 auto;max-width:700px;padding:.6rem 1rem;position:sticky;top:142px;z-index:8}.reader-find-bar input{background:#0000;border:0;color:inherit;flex:1 1;min-width:0;outline:0}.reader-find-bar span{color:var(--reader-muted);font-size:.75rem;white-space:nowrap}.reader-main{margin:0 auto;padding:1.5rem 1rem 5rem;width:min(100%,920px)}.reader-progress{background:var(--reader-border);border-radius:99px;height:3px;margin:0 .75rem;overflow:hidden}.reader-progress span{background:var(--reader-accent);border-radius:inherit;display:block;height:100%;transition:width .24s ease}.reader-paper{background:var(--reader-paper);border:1px solid var(--reader-border);border-radius:28px;box-shadow:0 24px 70px #25382f17;margin-top:.6rem;min-height:72vh;padding:clamp(1.4rem,6vw,4rem)}.reader-chapter-header{margin:0 auto clamp(2rem,6vw,3.5rem);text-align:center}.reader-chapter-header>p{color:var(--reader-muted);font-size:.72rem;font-weight:800;letter-spacing:.14em;margin:0 0 .65rem;text-transform:uppercase}.reader-chapter-header h1{-webkit-text-fill-color:currentColor;background:none;color:var(--reader-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,8vw,4.5rem);font-weight:500;letter-spacing:-.05em;margin:0}.reader-chapter-header h1 span{color:var(--reader-accent);font-style:italic}.reader-source-line{align-items:center;color:var(--reader-muted);display:flex;font-size:.72rem;gap:.4rem;justify-content:center;margin-top:.75rem}.reader-verses{margin:0 auto;max-width:720px}.reader-verse{border-left:2px solid #0000;border-radius:.55em;color:var(--reader-ink);cursor:pointer;display:block;font-family:Georgia,Times New Roman,serif;font-size:var(--reader-font-size);line-height:var(--reader-line-height);margin:.28em 0;padding:.34em .5em .4em;position:relative;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.reader-verse.is-selected,.reader-verse:hover{box-shadow:0 5px 18px #2d44380f}.reader-verse.is-selected,.reader-verse.is-speaking,.reader-verse:hover{background:var(--reader-accent-soft);border-left-color:var(--reader-accent)}.reader-verse.is-speaking{box-shadow:inset 0 0 0 1px var(--reader-accent)}.reader-speak-button{background:#0000;border:1px solid color-mix(in srgb,var(--reader-accent) 35%,#0000);border-radius:50%;color:var(--reader-accent);display:inline-grid;height:1.65rem;margin-left:.45rem;padding:0;place-items:center;vertical-align:middle;width:1.65rem}.reader-speak-button:hover,.reader-verse.is-speaking .reader-speak-button{background:var(--reader-accent);color:var(--reader-paper)}.reader-speech-error{background:#fff0ef;border:1px solid #efcbc7;border-radius:10px;color:#8a3f3f;font-family:system-ui,sans-serif;font-size:.82rem;margin:0 0 1rem;padding:.7rem .85rem}.reader-verse sup{color:var(--reader-accent);font-family:system-ui,sans-serif;font-size:.48em;font-weight:800;line-height:0;margin:0 .34em 0 .12em}.reader-verse.is-find-match{outline:2px solid #d6aa48;outline-offset:2px}.reader-highlight-yellow{background:#f1cf6f6b;border-left-color:#c9a442}.reader-highlight-green{background:#90be9559;border-left-color:#68a471}.reader-highlight-blue{background:#89bed959;border-left-color:#5b9dbf}.reader-highlight-pink{background:#dc97a64d;border-left-color:#c27e8e}.reader-note-mark{color:var(--reader-accent);display:inline;margin:0 .3em;vertical-align:initial}.reader-verse.is-omitted{cursor:default;display:block;margin:.4rem 0}.reader-omitted-text{color:var(--reader-muted);font-family:system-ui,sans-serif;font-size:.62em;font-style:italic}.reader-verse-tools{align-items:center;background:#fffefa;border:1px solid #dce5de;border-radius:14px;box-shadow:0 16px 42px #1b2e2433;color:#344b40;display:flex;font-family:system-ui,sans-serif;font-size:.78rem;gap:.25rem;left:0;line-height:1;max-width:min(520px,calc(100vw - 2rem));padding:.45rem;position:absolute;top:calc(100% + .65rem);width:max-content;z-index:4}.reader-verse-tools button{align-items:center;background:#0000;border:0;border-radius:9px;color:inherit;display:flex;gap:.3rem;padding:.5rem .58rem;white-space:nowrap}.reader-verse-tools button:hover{background:#edf3ef}.reader-color-tools{align-items:center;border-left:1px solid #dce5de;border-right:1px solid #dce5de;display:flex;gap:.2rem;padding:0 .35rem}.reader-color-tools .reader-color{border:2px solid #fffefa;border-radius:50%;box-shadow:0 0 0 1px #d3ddd6;display:grid;height:24px;padding:0;place-items:center;width:24px}.reader-color-yellow{background:#edd184!important}.reader-color-green{background:#9ac59e!important}.reader-color-blue{background:#93bed5!important}.reader-color-pink{background:#dba5b1!important}.reader-color.is-active{box-shadow:0 0 0 2px #557866!important}.reader-color-tools .reader-clear-highlight{font-size:.68rem;padding:.35rem}.reader-state{grid-gap:1rem;align-content:center;color:var(--reader-muted);display:grid;gap:1rem;min-height:300px;place-items:center;text-align:center}.reader-spinner{animation:reader-spin .7s linear infinite;border:3px solid var(--reader-border);border-radius:50%;border-top-color:var(--reader-accent);height:34px;width:34px}@keyframes reader-spin{to{transform:rotate(1turn)}}.reader-error{color:#9a4e48}.reader-chapter-footer{grid-gap:.75rem;border-top:1px solid var(--reader-border);display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin:4rem auto 0;max-width:720px;padding-top:1.5rem}.reader-chapter-footer button{align-items:center;background:var(--reader-accent-soft);border:0;border-radius:14px;color:var(--reader-ink);display:flex;gap:.7rem;padding:.8rem;text-align:left}.reader-chapter-footer button:last-child{justify-content:flex-end;text-align:right}.reader-chapter-footer span{display:flex;flex-direction:column;font-size:.84rem;font-weight:700}.reader-chapter-footer small{color:var(--reader-muted);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reader-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#141f1a80;display:flex;inset:0;position:fixed;z-index:60}.reader-overlay-bottom{align-items:flex-end;justify-content:center}.reader-drawer{animation:reader-slide-in .18s ease-out;background:#f8faf8;box-shadow:24px 0 70px #141f1a38;color:#28352f;display:flex;flex-direction:column;height:100%;width:min(94vw,430px)}@keyframes reader-slide-in{0%{transform:translateX(-100%)}}.reader-sheet-header{align-items:center;border-bottom:1px solid #dce5de;display:flex;justify-content:space-between;padding:1.15rem 1.2rem}.reader-sheet-header small{color:#728078;display:block;font-size:.65rem;font-weight:800;letter-spacing:.1em;margin-bottom:.15rem;text-transform:uppercase}.reader-sheet-header h2{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;margin:0}.reader-sheet-header button{border-radius:50%;display:grid;height:40px;place-items:center;width:40px}.reader-sheet-header button:hover{background:#e7eee9}.reader-tabs{grid-gap:.3rem;border-bottom:1px solid #dce5de;display:grid;gap:.3rem;grid-template-columns:repeat(3,1fr);padding:.7rem}.reader-tabs button{align-items:center;background:#0000;border:0;border-radius:10px;color:#728078;display:flex;font-size:.76rem;font-weight:750;gap:.35rem;justify-content:center;padding:.65rem .3rem}.reader-tabs button.is-active{background:#e2ece5;color:#466854}.reader-drawer-content{flex:1 1;overflow-y:auto;padding:.9rem}.reader-book-filter{align-items:center;background:#fff;border:1px solid #dce5de;border-radius:12px;color:#728078;display:flex;gap:.5rem;padding:.65rem .8rem}.reader-book-filter input{background:#0000;border:0;color:#28352f;flex:1 1;min-width:0;outline:0}.reader-testament-filter{display:flex;gap:.3rem;margin:.65rem 0 .75rem}.reader-testament-filter button{background:#fff;border:1px solid #dce5de;border-radius:99px;color:#68776e;font-size:.7rem;font-weight:750;padding:.45rem .6rem}.reader-testament-filter button.is-active{background:#557866;border-color:#557866;color:#fff}.reader-book-grid{grid-gap:.35rem;display:grid;gap:.35rem;grid-template-columns:1fr 1fr;padding-bottom:1rem}.reader-book-grid button{align-items:center;background:#0000;border:1px solid #0000;border-radius:9px;color:#344b40;display:flex;gap:.3rem;justify-content:space-between;min-width:0;padding:.65rem .7rem;text-align:left}.reader-book-grid button:hover{background:#edf3ef}.reader-book-grid button.is-active{background:#e2ece5;border-color:#b9ccbf}.reader-book-grid span{font-size:.8rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-book-grid small{color:#849188;font-size:.6rem;white-space:nowrap}.reader-chapter-picker{background:#fff;border-top:1px solid #dce5de;bottom:-.9rem;box-shadow:0 -14px 30px #283c3114;margin:0 -.9rem -.9rem;padding:.9rem;position:sticky}.reader-chapter-picker>div:first-child{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:.65rem}.reader-chapter-picker span{color:#728078;font-size:.7rem}.reader-chapter-picker>div:last-child{grid-gap:.3rem;display:grid;gap:.3rem;grid-template-columns:repeat(8,1fr);max-height:144px;overflow-y:auto}.reader-chapter-picker button{aspect-ratio:1;background:#f0f4f1;border:0;border-radius:8px;color:#506158;font-size:.75rem;font-weight:700}.reader-chapter-picker button.is-active{background:#557866;color:#fff}.reader-saved-list{grid-gap:.5rem;display:grid;gap:.5rem}.reader-saved-list>button{align-items:center;background:#fff;border:1px solid #dce5de;border-radius:12px;color:#344b40;display:flex;gap:.7rem;padding:.8rem;text-align:left}.reader-saved-list>button>span{display:flex;flex:1 1;flex-direction:column;min-width:0}.reader-saved-list strong{font-size:.82rem}.reader-saved-list small{color:#728078;font-size:.68rem}.reader-empty{color:#849188;padding:4rem 1rem;text-align:center}.reader-display-sheet,.reader-note-dialog{animation:reader-sheet-up .18s ease-out;background:#f8faf8;border-radius:24px 24px 0 0;box-shadow:0 -24px 70px #141f1a40;color:#28352f;max-height:90vh;overflow-y:auto;width:min(100%,620px)}@keyframes reader-sheet-up{0%{transform:translateY(100%)}}.reader-setting-row,.reader-toggle-row{align-items:center;border-bottom:1px solid #dce5de;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.2rem}.reader-setting-row>div:first-child,.reader-toggle-row>span{display:flex;flex-direction:column}.reader-setting-row strong,.reader-toggle-row strong{font-size:.86rem}.reader-setting-row span,.reader-toggle-row small{color:#728078;font-size:.7rem}.reader-stepper{align-items:center;background:#e7eee9;border-radius:12px;display:flex;gap:.35rem;padding:.25rem}.reader-stepper button{background:#fff;border:0;border-radius:9px;color:#344b40;display:grid;height:34px;place-items:center;width:34px}.reader-stepper span{color:#344b40;font-family:Georgia,Times New Roman,serif;font-size:1rem;min-width:42px;text-align:center}.reader-theme-buttons{display:flex;gap:.25rem}.reader-theme-buttons button{align-items:center;background:#fff;border:1px solid #dce5de;border-radius:9px;color:#5e6e65;display:flex;font-size:.7rem;font-weight:700;gap:.25rem;padding:.5rem .55rem}.reader-theme-buttons button.is-active{background:#557866;border-color:#557866;color:#fff}.reader-toggle-row input{accent-color:#557866;height:22px;width:42px}.reader-data-card{background:#e2ece5;border-radius:13px;color:#466854;display:flex;gap:.75rem;margin:1rem;padding:.9rem}.reader-data-card div{display:flex;flex-direction:column}.reader-data-card strong{font-size:.8rem}.reader-data-card small,.reader-data-card span{font-size:.67rem}.reader-data-card small{color:#68776e;margin-top:.2rem}.reader-note-dialog{align-self:center;border-radius:22px;margin:auto}.reader-note-dialog textarea{border:1px solid #dce5de;border-radius:12px;display:block;margin:1rem;min-height:180px;outline-color:#7da08c;padding:.85rem;resize:vertical;width:calc(100% - 2rem)}.reader-note-actions{display:flex;gap:.55rem;justify-content:flex-end;padding:0 1rem 1rem}.reader-delete-button,.reader-primary-button{border:0;border-radius:12px;font-weight:750;padding:.8rem 1rem}.reader-primary-button{background:#557866;color:#fff}.reader-delete-button{background:#f4e9e7;color:#9a4e48}.reader-primary-button:disabled{opacity:.45}@media (max-width:700px){.reader-command-bar{gap:.1rem;min-height:60px;padding:.35rem .4rem;top:74px}.reader-chapter-arrows button,.reader-icon-button{border-radius:10px;height:38px;width:36px}.reader-menu-button{display:none}.reader-reference-button{padding-left:.25rem}.reader-reference-button span{font-size:1rem}.reader-reference-button small{font-size:.57rem;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-chapter-arrows{gap:0;padding-right:.1rem}.reader-find-bar{margin:0 .5rem;top:134px}.reader-main{padding:.7rem 0 4rem}.reader-progress{margin:0 1rem}.reader-paper{border-left:0;border-radius:18px 18px 0 0;border-right:0;box-shadow:none;margin-top:.45rem;min-height:80vh;padding:1.7rem 1.15rem 2rem}.reader-chapter-header{margin-bottom:2.2rem}.reader-source-line{align-items:flex-start;font-size:.62rem}.reader-verse{margin:.32em 0;padding:.42em .48em .48em}.reader-verse-tools{border-radius:16px;bottom:.5rem;flex-wrap:wrap;justify-content:center;left:.5rem;max-width:none;padding:.55rem;position:fixed;right:.5rem;top:auto;width:auto;z-index:70}.reader-verse-tools>button{flex:1 1;justify-content:center}.reader-color-tools{border:0;border-bottom:1px solid #dce5de;justify-content:center;order:-1;padding:.25rem 0;width:100%}.reader-color-tools .reader-color{height:30px;width:30px}.reader-chapter-footer{gap:.4rem;margin-top:3rem}.reader-chapter-footer button{gap:.25rem;padding:.65rem .45rem}.reader-chapter-footer span{font-size:.7rem}.reader-chapter-footer small{font-size:.55rem}.reader-theme-buttons button{font-size:.62rem;padding:.5rem .4rem}}.prayer-timer-page{--timer-ink:#29242b;--timer-muted:#756d75;--timer-night:#343a47;--timer-night-deep:#252a35;--timer-gold:#e0b978;--timer-paper:#fffdf8}.prayer-timer-kicker{align-items:center;color:#b7865d;display:flex;font-size:.63rem;font-weight:800;gap:.4rem;letter-spacing:.13em;margin:0;text-transform:uppercase}.prayer-timer-stage{grid-gap:2rem 3rem;align-items:center;background:radial-gradient(circle at 82% 25%,#e4b9772b,#0000 24rem),linear-gradient(140deg,var(--timer-night-deep),#3c4250 58%,#555664);border:1px solid #ffffff21;border-radius:2.3rem;box-shadow:0 28px 75px #2a2d383d;color:#fffaf1;display:grid;gap:2rem 3rem;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);grid-template-rows:1fr auto;isolation:isolate;min-height:650px;overflow:hidden;padding:clamp(1.5rem,4vw,3.25rem);position:relative}.prayer-timer-stage:before{background-image:radial-gradient(#ffffffbf .7px,#0000 .8px);background-size:18px 18px;content:"";inset:0;-webkit-mask-image:linear-gradient(110deg,#0000 5%,#000 78%);mask-image:linear-gradient(110deg,#0000 5%,#000 78%);opacity:.22;position:absolute;z-index:-1}.prayer-timer-clock,.prayer-timer-focus,.prayer-timer-stage-copy{position:relative;z-index:2}.prayer-timer-stage-copy .prayer-timer-kicker{color:#e4c796}.prayer-timer-stage-copy h1{-webkit-text-fill-color:currentColor;background:none;color:#fffaf2;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,7vw,6.8rem);font-weight:400;letter-spacing:-.07em;line-height:.9;margin:.75rem 0 1rem;max-width:570px}.prayer-timer-stage-copy>p:last-of-type{color:#fffaf3a3;font-size:.9rem;line-height:1.75;margin:0;max-width:510px}.prayer-timer-presets{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;display:flex;gap:.2rem;margin-top:clamp(2rem,5vw,3.25rem);padding:.35rem;width:fit-content}.prayer-timer-presets button{align-items:center;background:#0000;border:0;border-radius:50%;color:#fffaf394;cursor:pointer;display:flex;flex-direction:column;font:inherit;justify-content:center;min-height:3.35rem;min-width:3.35rem;padding:.4rem;transition:color .18s ease,background-color .18s ease,transform .18s ease}.prayer-timer-presets button:hover{color:#fffaf2;transform:translateY(-2px)}.prayer-timer-presets button.is-selected{background:var(--timer-gold);box-shadow:0 10px 24px #14161c33;color:#302a32}.prayer-timer-presets strong{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:400;line-height:1}.prayer-timer-presets span{font-size:.46rem;font-weight:800;letter-spacing:.09em;margin-top:.18rem;text-transform:uppercase}.prayer-timer-clock{align-items:center;display:flex;flex-direction:column;justify-content:center}.prayer-timer-ring{aspect-ratio:1;display:grid;place-items:center;position:relative;width:min(360px,100%)}.prayer-timer-ring:after,.prayer-timer-ring:before{border:1px solid #ffffff1a;border-radius:50%;content:"";position:absolute}.prayer-timer-ring:before{inset:-.8rem}.prayer-timer-ring:after{background:hsla(0,0%,100%,.035);box-shadow:inset 0 0 60px hsla(0,0%,100%,.025);inset:1.3rem}.prayer-timer-ring svg{height:100%;overflow:visible;position:relative;transform:rotate(-90deg);width:100%;z-index:2}.prayer-timer-ring circle{fill:none;stroke-width:5}.prayer-timer-track{stroke:#ffffff1a}.prayer-timer-progress{stroke:var(--timer-gold);stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(224,185,120,.34));transition:stroke-dashoffset 1s linear}.prayer-timer-time{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute;text-align:center;z-index:3}.prayer-timer-time small,.prayer-timer-time span{color:#fffaf380;font-size:.54rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.prayer-timer-time strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(3.7rem,7vw,5.5rem);font-weight:400;letter-spacing:-.065em;line-height:1;margin:.3rem 0}.prayer-timer-controls{align-items:center;display:flex;gap:.65rem;justify-content:center;margin-top:1.3rem}.prayer-timer-control{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;color:#fffaf2;cursor:pointer;display:inline-flex;font:inherit;justify-content:center;min-height:3.2rem;transition:transform .18s ease,background-color .18s ease}.prayer-timer-control:hover{background:#ffffff21;transform:translateY(-2px)}.prayer-timer-control-secondary{border-radius:50%;width:3.2rem}.prayer-timer-control-secondary.is-selected{background:var(--timer-gold);color:#302a32}.prayer-timer-control-primary{background:#f2d49f;border:0;border-radius:999px;box-shadow:0 13px 30px #17191f33;color:#302a32;font-size:.72rem;font-weight:800;gap:.5rem;min-width:10.5rem;padding:0 1.2rem}.prayer-timer-control-primary:hover{background:#f7dfb5}.prayer-timer-focus{grid-gap:.9rem;align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff1c;border-radius:1.35rem;display:grid;gap:.9rem;grid-column:1/-1;grid-template-columns:auto 1fr auto;min-height:92px;padding:1rem 1.1rem}.prayer-timer-focus-icon{background:#ffffff1a;border-radius:50%;color:#f5dcac;display:grid;height:3rem;place-items:center;width:3rem}.prayer-timer-focus small{color:#fffaf37a;font-size:.54rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.prayer-timer-focus h2{color:#fffaf2;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:400;letter-spacing:-.025em;margin:.12rem 0 .15rem}.prayer-timer-focus p{color:#fffaf385;font-size:.66rem;margin:0}.prayer-timer-focus-count{border:1px solid #ffffff1a;border-radius:999px;color:#fffaf39e;font-size:.58rem;font-weight:800;min-width:3.2rem;padding:.45rem .65rem;text-align:center}.prayer-timer-orbit{border:1px solid #ffffff0f;border-radius:50%;pointer-events:none;position:absolute;z-index:1}.prayer-timer-orbit-one{height:34rem;right:-10rem;top:-14rem;width:34rem}.prayer-timer-orbit-two{height:22rem;right:-4rem;top:-8rem;width:22rem}.prayer-timer-stage.is-active .prayer-timer-orbit-two{animation:prayer-timer-breathe 6s ease-in-out infinite}@keyframes prayer-timer-breathe{50%{opacity:.35;transform:scale(1.06)}}.prayer-timer-settings{background:#fffdf8e6;border:1px solid #41384017;border-radius:1.8rem;box-shadow:0 20px 55px #3c343b17;margin-top:1rem;padding:clamp(1.25rem,4vw,2.2rem)}.prayer-timer-section-heading,.prayer-timer-settings-heading{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between}.prayer-timer-closing h2,.prayer-timer-section-heading h2,.prayer-timer-settings-heading h2{color:var(--timer-ink);font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em;margin:.25rem 0 0}.prayer-timer-section-heading h2,.prayer-timer-settings-heading h2{font-size:clamp(2rem,4vw,3.1rem)}.prayer-timer-settings-heading>button{align-items:center;background:var(--timer-night);border:0;border-radius:999px;color:#fffaf2;cursor:pointer;display:inline-flex;font:inherit;font-size:.68rem;font-weight:800;gap:.45rem;min-height:2.9rem;padding:0 1rem}.prayer-timer-settings-grid{grid-gap:1.4rem;border-top:1px solid #41384017;display:grid;gap:1.4rem;grid-template-columns:.65fr 1.35fr;margin-top:1.4rem;padding-top:1.4rem}.prayer-timer-duration-editor,.prayer-timer-topic-editor{background:#f3eee7;border-radius:1.25rem;padding:1.2rem}.prayer-timer-duration-editor>p,.prayer-timer-topic-editor>p{align-items:center;color:var(--timer-ink);display:flex;font-size:.7rem;font-weight:800;gap:.45rem;margin:0 0 1rem}.prayer-timer-duration-editor>div{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:1fr 1fr}.prayer-timer-duration-editor label{color:var(--timer-muted);display:flex;flex-direction:column;font-size:.58rem;font-weight:800;gap:.35rem;letter-spacing:.08em;text-transform:uppercase}.prayer-timer-duration-editor input,.prayer-timer-topic-row input{background:var(--timer-paper);border:1px solid #4138401a;color:var(--timer-ink);font:inherit;outline:0;width:100%}.prayer-timer-duration-editor input{border-radius:.85rem;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;min-height:4rem;padding:.7rem;text-align:center}.prayer-timer-duration-editor input:focus,.prayer-timer-topic-row input:focus{border-color:#41495759;box-shadow:0 0 0 4px #4149570f}.prayer-timer-topic-editor>div{grid-gap:.45rem;display:grid;gap:.45rem}.prayer-timer-topic-row{grid-gap:.45rem;align-items:center;display:grid;gap:.45rem;grid-template-columns:auto 1fr auto}.prayer-timer-topic-row button{background:#e7dfd5;border:0;border-radius:50%;color:#7d727b;cursor:pointer;display:grid;font:inherit;font-size:.62rem;font-weight:800;height:2rem;place-items:center;width:2rem}.prayer-timer-topic-row.is-current button:first-child{background:var(--timer-night);color:#fffaf2}.prayer-timer-topic-row button:last-child{background:#0000;color:#a16f6a}.prayer-timer-topic-row button:disabled{cursor:not-allowed;opacity:.35}.prayer-timer-topic-row input{border-radius:.75rem;font-size:.72rem;min-height:2.65rem;padding:0 .75rem}.prayer-timer-add-topic{align-items:center;background:#0000;border:1px dashed #41384033;border-radius:.8rem;color:#625963;cursor:pointer;display:flex;font:inherit;font-size:.66rem;font-weight:800;gap:.35rem;justify-content:center;margin-top:.6rem;min-height:2.65rem;width:100%}.prayer-timer-topics{margin-top:clamp(4rem,8vw,6rem)}.prayer-timer-section-heading>span{color:var(--timer-muted);font-size:.68rem;line-height:1.55;max-width:230px;text-align:right}.prayer-timer-topic-grid{grid-gap:.7rem;display:grid;gap:.7rem;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:1.3rem}.prayer-timer-topic-grid>button{align-items:flex-start;background:#fffdf8bd;border:1px solid #41384014;border-radius:1.35rem;box-shadow:0 12px 32px #3c343b0f;color:var(--timer-ink);cursor:pointer;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;min-height:180px;overflow:hidden;padding:1.15rem;position:relative;text-align:left;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.prayer-timer-topic-grid>button:hover{box-shadow:0 20px 42px #3c343b1a;transform:translateY(-4px)}.prayer-timer-topic-grid>button:after{border:1px solid #41384014;border-radius:50%;bottom:-2.2rem;content:"";height:6.5rem;position:absolute;right:-2.2rem;width:6.5rem}.prayer-timer-topic-grid>button.is-current{background:linear-gradient(145deg,var(--timer-night-deep),#4f5664);border-color:#0000;box-shadow:0 18px 40px #2a2d3833;color:#fffaf2}.prayer-timer-topic-grid>button.is-current:after{border-color:#ffffff1a;box-shadow:0 0 0 1.2rem hsla(0,0%,100%,.025)}.prayer-timer-topic-grid span{color:#b68963;font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.prayer-timer-topic-grid>button.is-current span{color:#e1bc7d}.prayer-timer-topic-grid strong{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:400;line-height:1.2;position:relative;z-index:2}.prayer-timer-topic-grid svg{color:#948991;position:relative;z-index:2}.prayer-timer-topic-grid>button.is-current svg{color:#f2d49f}.prayer-timer-closing{background:radial-gradient(circle at 88% 42%,#ffffff73,#0000 12rem),#dce6dc;border:1px solid #4b65541a;border-radius:2rem;margin-top:clamp(4rem,8vw,6rem);overflow:hidden;padding:clamp(2rem,5vw,4rem);position:relative}.prayer-timer-closing h2{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1;max-width:650px}.prayer-timer-closing>p:last-child{color:#66756b;font-size:.78rem;line-height:1.65;margin:.9rem 0 0;max-width:510px}.prayer-timer-breath-mark{background:#718c78;border:1.1rem solid #ffffff6b;border-radius:50%;box-shadow:0 16px 35px #4b665429;color:#fffaf2;display:grid;height:6.5rem;place-items:center;position:absolute;right:clamp(1.5rem,5vw,4rem);top:50%;transform:translateY(-50%);width:6.5rem}@media (max-width:960px){.prayer-timer-stage{grid-template-columns:1fr;grid-template-rows:auto}.prayer-timer-stage-copy{text-align:center}.prayer-timer-presets,.prayer-timer-stage-copy .prayer-timer-kicker,.prayer-timer-stage-copy h1,.prayer-timer-stage-copy>p:last-of-type{margin-left:auto;margin-right:auto}.prayer-timer-focus{grid-column:auto}.prayer-timer-settings-grid{grid-template-columns:1fr}.prayer-timer-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.shared-module-night .shared-module-main{padding-top:.75rem;width:calc(100% - 1rem)}.prayer-timer-stage{border-radius:1.6rem;min-height:auto;padding:1.25rem}.prayer-timer-stage-copy h1{font-size:clamp(3.6rem,17vw,5rem)}.prayer-timer-stage-copy>p:last-of-type{font-size:.82rem}.prayer-timer-presets{justify-content:space-between;width:100%}.prayer-timer-presets button{min-height:2.9rem;min-width:2.9rem}.prayer-timer-ring{width:min(300px,100%)}.prayer-timer-time strong{font-size:4rem}.prayer-timer-control-primary{min-width:9rem}.prayer-timer-focus{grid-template-columns:auto 1fr}.prayer-timer-focus-count{display:none}.prayer-timer-focus h2{font-size:1.15rem}.prayer-timer-section-heading,.prayer-timer-settings-heading{align-items:flex-start;flex-direction:column}.prayer-timer-settings-heading>button{justify-content:center;width:100%}.prayer-timer-section-heading>span{text-align:left}.prayer-timer-duration-editor,.prayer-timer-topic-editor{padding:1rem}.prayer-timer-topic-grid{grid-template-columns:1fr 1fr}.prayer-timer-topic-grid>button{min-height:150px}.prayer-timer-closing{padding:2rem 1.5rem 8rem}.prayer-timer-closing h2{font-size:2.75rem}.prayer-timer-breath-mark{border-width:.8rem;bottom:1.3rem;height:5rem;left:1.5rem;right:auto;top:auto;transform:none;width:5rem}}@media (prefers-reduced-motion:reduce){.prayer-timer-stage.is-active .prayer-timer-orbit-two{animation:none}}.guide-builder-page{--guide-ink:#2b212b;--guide-muted:#776d74;--guide-plum:#5b3a57;--guide-paper:#fffdf8;--guide-sand:#ead8bd}.guide-builder-kicker{align-items:center;color:#a27452;display:flex;font-size:.64rem;font-weight:800;gap:.4rem;letter-spacing:.13em;margin:0;text-transform:uppercase}.guide-builder-hero{grid-gap:2rem;align-items:center;background:radial-gradient(circle at 84% 28%,#e3b8702e,#0000 22rem),linear-gradient(138deg,#382639,#61415d 60%,#75566d);border-radius:2.3rem;box-shadow:0 28px 75px #442c4138;color:#fffaf2;display:grid;gap:2rem;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);isolation:isolate;min-height:470px;overflow:hidden;padding:clamp(1.6rem,5vw,3.5rem);position:relative}.guide-builder-hero:before{background-image:radial-gradient(#ffffffbf .7px,#0000 .8px);background-size:17px 17px;content:"";inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000);opacity:.2;position:absolute;z-index:-1}.guide-builder-hero-copy{position:relative;z-index:2}.guide-builder-hero .guide-builder-kicker{color:#e2c49a}.guide-builder-hero h1{-webkit-text-fill-color:currentColor;background:none;color:#fffaf2;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,7vw,6.5rem);font-weight:400;letter-spacing:-.07em;line-height:.9;margin:.75rem 0 1rem;max-width:680px}.guide-builder-hero-copy>p:last-of-type{color:#fffaf2a6;font-size:.92rem;line-height:1.7;margin:0;max-width:530px}.guide-builder-hero-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}.guide-builder-hero-actions button{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff21;border-radius:999px;color:#fffaf2;cursor:pointer;display:inline-flex;font:inherit;font-size:.7rem;font-weight:800;gap:.45rem;min-height:3rem;padding:0 1rem}.guide-builder-hero-actions button:first-child{background:#f0d4a2;border-color:#0000;color:#402d3e}.guide-builder-hero-actions button span{align-items:center;background:#ffffff1f;border-radius:50%;display:inline-flex;font-size:.55rem;justify-content:center;min-height:1.25rem;min-width:1.25rem}.guide-builder-hero-art{background:hsla(0,0%,100%,.055);border:1px solid #ffffff1c;border-radius:1.8rem;min-height:320px;overflow:hidden;position:relative}.guide-builder-hero-sun{background:linear-gradient(145deg,#f0ce8d,#c98f5d);border-radius:50%;box-shadow:0 0 70px #ecc1743d,0 0 0 2rem hsla(0,0%,100%,.025);height:7.5rem;position:absolute;right:3rem;top:2.5rem;width:7.5rem}.guide-builder-hero-path{border-radius:50%;height:55%;position:absolute;transform:rotate(-12deg);width:135%}.guide-builder-hero-path-one{background:#74546c;bottom:-16%;right:-55%}.guide-builder-hero-path-two{background:#442f43;bottom:-42%;right:-5%}.guide-builder-hero-art>div{grid-gap:.5rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#2f1f2f8f;border:1px solid #ffffff1f;border-radius:1.2rem;bottom:1.2rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr 1fr;left:1.2rem;padding:1.1rem;position:absolute;right:1.2rem;z-index:2}.guide-builder-hero-art small{color:#fffaf27a;font-size:.52rem;font-weight:800;grid-column:1/-1;letter-spacing:.11em;text-transform:uppercase}.guide-builder-hero-art strong{font-family:Georgia,Times New Roman,serif;font-size:.82rem;font-weight:400}.guide-builder-success{align-items:center;background:#e2ece3;border:1px solid #42634d1f;border-radius:1rem;color:#42634d;display:flex;font-size:.72rem;font-weight:800;gap:.5rem;margin-top:1rem;padding:.85rem 1rem}.guide-builder-workspace{grid-gap:1.15rem;display:grid;gap:1.15rem;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);margin-top:1.15rem}.guide-audio-section,.guide-builder-aside,.guide-builder-form-panel,.guide-library-section,.guide-reader-section{background:#fffdf8d1;border:1px solid #412f3e14;box-shadow:0 18px 50px rgba(70,52,65,.075)}.guide-builder-form-panel{border-radius:1.8rem;padding:clamp(1.4rem,4vw,2.6rem)}.guide-audio-section>div h2,.guide-builder-aside h2,.guide-builder-form-panel>div:first-child h2,.guide-section-heading h2{color:var(--guide-ink);font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em;margin:.35rem 0 0}.guide-builder-form-panel>div:first-child h2{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1;max-width:660px}.guide-builder-form{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:1fr 1fr;margin-top:2rem}.guide-builder-form fieldset,.guide-builder-form label{border:0;margin:0;min-width:0;padding:0}.guide-builder-form label{display:flex;flex-direction:column}.guide-builder-form fieldset,.guide-builder-form label:nth-of-type(3),.guide-generate-button{grid-column:1/-1}.guide-builder-form label>span,.guide-builder-form legend{align-items:center;color:var(--guide-ink);display:flex;font-size:.68rem;font-style:normal;font-weight:800;gap:.4rem;margin-bottom:.5rem}.guide-builder-form label>span em{color:#a3949e;font-size:.52rem;font-style:normal;font-weight:800;letter-spacing:.08em;margin-left:auto;text-transform:uppercase}.guide-builder-form input,.guide-builder-form textarea{background:#f7f1e9;border:1px solid #412f3e1c;border-radius:.9rem;color:var(--guide-ink);font:inherit;font-size:.8rem;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;width:100%}.guide-builder-form input{min-height:3.4rem;padding:0 .95rem}.guide-builder-form textarea{line-height:1.65;min-height:120px;padding:.9rem;resize:vertical}.guide-builder-form input:focus,.guide-builder-form textarea:focus{background:#fffdf8;border-color:#5b3a5759;box-shadow:0 0 0 4px #5b3a570f}.guide-builder-form label>small{color:var(--guide-muted);font-size:.6rem;line-height:1.45;margin-top:.35rem}.guide-duration-options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr)}.guide-duration-options button{align-items:center;background:#f7f1e9;border:1px solid #412f3e17;border-radius:.9rem;color:#7c7079;cursor:pointer;display:flex;flex-direction:column;font:inherit;justify-content:center;min-height:4rem}.guide-duration-options button.is-selected{background:var(--guide-plum);border-color:#0000;box-shadow:0 10px 25px #5b3a5729;color:#fffaf2}.guide-duration-options strong{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400;line-height:1}.guide-duration-options span{font-size:.5rem;font-weight:800;letter-spacing:.08em;margin-top:.2rem;text-transform:uppercase}.guide-generate-button{align-items:center;background:linear-gradient(135deg,#4c324b,#6b4964);border:0;border-radius:1.1rem;box-shadow:0 16px 35px #53354e2b;color:#fffaf2;cursor:pointer;display:flex;font:inherit;gap:1rem;justify-content:space-between;min-height:4.5rem;padding:.75rem 1rem .75rem 1.2rem;text-align:left}.guide-generate-button:disabled{cursor:wait;opacity:.58}.guide-generate-button span{display:flex;flex-direction:column}.guide-generate-button small{color:#fffaf285;font-size:.52rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.guide-generate-button strong{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:400;margin-top:.2rem}.guide-builder-aside{background:radial-gradient(circle at 90% 8%,#ffffff80,#0000 10rem),#e1e9df;border-radius:1.8rem;padding:1.5rem}.guide-builder-aside h2{font-size:2.4rem;line-height:1}.guide-builder-aside>p:not(.guide-builder-kicker){color:#68766d;font-size:.7rem;line-height:1.6;margin:.75rem 0 1.4rem}.guide-builder-aside>div{grid-gap:.5rem;display:grid;gap:.5rem}.guide-builder-aside button{grid-gap:.1rem .5rem;background:#ffffff6b;border:1px solid #43584a17;border-radius:.9rem;color:#35443b;cursor:pointer;display:grid;font:inherit;gap:.1rem .5rem;grid-template-columns:1fr auto;min-height:3.5rem;padding:.65rem .75rem;text-align:left;transition:transform .18s ease,background-color .18s ease}.guide-builder-aside button:hover{background:#ffffffa8;transform:translateX(3px)}.guide-builder-aside button span{font-size:.72rem;font-weight:800}.guide-builder-aside button small{color:#7c8a80;font-size:.57rem}.guide-builder-aside button svg{align-self:center;grid-column:2;grid-row:1/span 2}.guide-builder-aside blockquote{color:#405047;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.45;margin:2rem 0 .5rem}.guide-builder-aside cite{color:#77867c;font-size:.55rem;font-style:normal;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.guide-library-section{border-radius:1.8rem;margin-top:1.15rem;padding:clamp(1.4rem,4vw,2.6rem)}.guide-section-heading{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between}.guide-audio-section>div h2,.guide-section-heading h2{font-size:clamp(2.2rem,5vw,3.8rem)}.guide-section-heading>button{align-items:center;background:var(--guide-plum);border:0;border-radius:999px;color:#fffaf2;cursor:pointer;display:inline-flex;font:inherit;font-size:.68rem;font-weight:800;gap:.4rem;min-height:2.9rem;padding:0 1rem}.guide-library-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.guide-library-card{background:#f7f1e9;border:1px solid #412f3e14;border-radius:1.3rem;color:var(--guide-ink);display:flex;flex-direction:column;min-height:280px;min-width:0;padding:1.2rem}.guide-library-card>div:first-child{align-items:center;color:#a27452;display:flex;justify-content:space-between}.guide-library-card>div:first-child span{font-size:.58rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.guide-library-card h3{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;letter-spacing:-.035em;line-height:1.12;margin:1.4rem 0 .65rem}.guide-library-card>p{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--guide-muted);display:-webkit-box;font-size:.68rem;line-height:1.6;margin:0;overflow:hidden}.guide-library-card footer{display:flex;gap:.5rem;margin-top:auto;padding-top:1.2rem}.guide-library-card footer button{align-items:center;background:var(--guide-plum);border:0;border-radius:999px;color:#fffaf2;cursor:pointer;display:inline-flex;font:inherit;font-size:.63rem;font-weight:800;justify-content:center;min-height:2.7rem}.guide-library-card footer button:first-child{flex:1 1;gap:.35rem;padding:0 .9rem}.guide-library-card footer button:last-child{background:#efe4dc;color:#9d635e;width:2.7rem}.guide-library-empty,.guide-reader-empty{align-items:center;color:#9b8894;display:flex;flex-direction:column;justify-content:center;min-height:260px;text-align:center}.guide-library-empty h3{color:var(--guide-ink);font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;margin:.8rem 0 .35rem}.guide-library-empty p{font-size:.68rem;line-height:1.6;margin:0;max-width:330px}.guide-reader-section{border-radius:1.9rem;margin-top:1.15rem;overflow:hidden}.guide-reader-actions{background:#f4ede4;border-bottom:1px solid #412f3e14;display:flex;gap:.45rem;justify-content:flex-end;padding:.75rem}.guide-email-form button,.guide-reader-actions button{align-items:center;background:#ffffff80;border:1px solid #412f3e1a;border-radius:999px;color:#5d5059;cursor:pointer;display:inline-flex;font:inherit;font-size:.62rem;font-weight:800;gap:.35rem;justify-content:center;min-height:2.6rem;padding:0 .85rem}.guide-reader-actions button:first-child{background:var(--guide-plum);border-color:#0000;color:#fffaf2}.guide-reader-actions button:disabled{cursor:wait;opacity:.5}.guide-email-form{background:#fcf8f2;border-bottom:1px solid #412f3e14;padding:1rem}.guide-email-form label{color:var(--guide-ink);display:block;font-size:.68rem;font-weight:800;margin-bottom:.5rem}.guide-email-form>div{grid-gap:.45rem;display:grid;gap:.45rem;grid-template-columns:1fr auto auto}.guide-email-form input{background:#fff;border:1px solid #412f3e1f;border-radius:999px;color:var(--guide-ink);font:inherit;font-size:.72rem;min-height:2.8rem;min-width:0;outline:0;padding:0 .85rem}.guide-email-form button[type=submit]{background:var(--guide-plum);border-color:#0000;color:#fffaf2}.guide-email-form button:last-child{padding:0;width:2.8rem}.guide-reader-hero{grid-gap:2rem;align-items:end;background:radial-gradient(circle at 86% 28%,#d7a660 0 7%,#0000 7.2%),radial-gradient(circle at 86% 28%,#0000 0 14%,#ffffff14 14.2% 14.5%,#0000 14.7%),linear-gradient(135deg,#3d293e,#71506b);color:#fffaf2;display:grid;gap:2rem;grid-template-columns:1.2fr .8fr;min-height:310px;padding:clamp(1.6rem,5vw,3.5rem)}.guide-reader-hero>div p{align-items:center;color:#e5c99e;display:flex;font-size:.62rem;font-weight:800;gap:.4rem;letter-spacing:.12em;margin:0 0 .7rem;text-transform:uppercase}.guide-reader-hero h1{-webkit-text-fill-color:currentColor;background:none;color:#fffaf2;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.2rem);font-weight:400;letter-spacing:-.06em;line-height:.95;margin:0;max-width:650px}.guide-reader-hero span{color:#fffaf280;display:block;font-size:.57rem;font-weight:800;letter-spacing:.09em;margin-top:1rem;text-transform:uppercase}.guide-reader-hero>p{color:#fffaf2ad;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;line-height:1.65;margin:0}.guide-day-nav{background:#f3e9db;border-bottom:1px solid #412f3e14;display:flex;gap:.45rem;overflow-x:auto;padding:.8rem;scrollbar-width:none}.guide-day-nav::-webkit-scrollbar{display:none}.guide-day-nav button{grid-gap:.6rem;align-items:center;background:#ffffff6b;border:1px solid #412f3e14;border-radius:.85rem;color:#766872;cursor:pointer;display:grid;font:inherit;gap:.6rem;grid-template-columns:auto 1fr;min-width:150px;padding:.7rem;text-align:left}.guide-day-nav button.is-active{background:var(--guide-plum);border-color:#0000;box-shadow:0 8px 22px #5b3a5729;color:#fffaf2}.guide-day-nav span{color:#a47653;font-family:Georgia,Times New Roman,serif;font-size:1rem}.guide-day-nav button.is-active span{color:#e7c797}.guide-day-nav strong{font-size:.62rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-day-reading{background:var(--guide-paper)}.guide-day-reading>header{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;padding:clamp(1.5rem,4vw,2.8rem)}.guide-day-reading>header p{color:#a27452;font-size:.58rem;font-weight:800;letter-spacing:.11em;margin:0 0 .35rem;text-transform:uppercase}.guide-day-reading>header h2{color:var(--guide-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:400;letter-spacing:-.05em;line-height:1;margin:0}.guide-day-reading>header>span{color:#d8c5ae;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5rem);line-height:.8}.guide-day-reading section{border-top:1px solid #412f3e14;padding:clamp(1.5rem,4vw,2.8rem)}.guide-day-reading section>p{align-items:center;color:#966c4e;display:flex;font-size:.62rem;font-weight:800;gap:.45rem;letter-spacing:.12em;margin:0 0 1rem;text-transform:uppercase}.guide-day-scripture{background:#efe1cd}.guide-day-scripture blockquote{color:#3f353c;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.025em;line-height:1.45;margin:0;max-width:850px}.guide-day-prayer>div,.guide-day-reflection>div{color:#51464e;font-size:.92rem;line-height:1.85;max-width:790px}.guide-day-prayer{background:#e8efe7}.guide-day-prayer>div{font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.guide-day-prayer>span{color:#526b59;display:block;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-style:italic;margin-top:1rem}.guide-day-reading>footer{grid-gap:1rem;align-items:center;border-top:1px solid #412f3e14;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;padding:1rem}.guide-day-reading>footer button{align-items:center;background:#f4ede4;border:1px solid #412f3e17;border-radius:999px;color:#655961;cursor:pointer;display:inline-flex;font:inherit;font-size:.62rem;font-weight:800;gap:.35rem;min-height:2.8rem;padding:0 .85rem}.guide-day-reading>footer button:last-child{justify-self:end}.guide-day-reading>footer button:disabled{cursor:not-allowed;opacity:.3}.guide-day-reading>footer span{color:#a0939c;font-size:.58rem;font-weight:800}.guide-audio-section{grid-gap:2rem;align-items:center;background:radial-gradient(circle at 90% 20%,#ffffff73,#0000 12rem),#dfe8df;border-radius:1.8rem;display:grid;gap:2rem;grid-template-columns:1fr minmax(380px,.8fr);margin-top:1.15rem;padding:clamp(1.4rem,4vw,2.6rem)}.guide-audio-section>div:first-child>p:last-child{color:#69776d;font-size:.7rem;line-height:1.6;margin:.7rem 0 0;max-width:480px}.guide-audio-player{grid-gap:.75rem;align-items:center;background:#ffffff7a;border:1px solid #43584a1a;border-radius:1.2rem;box-shadow:0 14px 35px #465a4c14;display:grid;gap:.75rem;grid-template-columns:auto minmax(0,1fr) auto 100px;min-width:0;padding:.9rem}.guide-audio-play,.guide-audio-volume-button{border:0;border-radius:50%;cursor:pointer;display:grid;place-items:center}.guide-audio-play{background:#506c58;box-shadow:0 10px 24px #3e57452b;color:#fffaf2;height:3.2rem;width:3.2rem}.guide-audio-status{display:flex;flex-direction:column;min-width:0}.guide-audio-status small{color:#7a8a7e;font-size:.52rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.guide-audio-status strong{color:#34453a;font-family:Georgia,Times New Roman,serif;font-size:.85rem;font-weight:400;margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-audio-volume-button{background:#ffffff80;color:#5e7164;height:2.3rem;width:2.3rem}.guide-audio-player input[type=range]{accent-color:#506c58;min-width:0}@media (max-width:960px){.guide-audio-section,.guide-builder-hero,.guide-builder-workspace,.guide-reader-hero{grid-template-columns:1fr}.guide-builder-hero-art{min-height:270px}.guide-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.shared-module-plum .shared-module-main{padding-top:.75rem;width:calc(100% - 1rem)}.guide-builder-hero{border-radius:1.6rem;min-height:auto;padding:1.3rem}.guide-builder-hero h1{font-size:clamp(3.5rem,17vw,5rem)}.guide-builder-hero-art{min-height:230px}.guide-builder-hero-sun{height:5.5rem;width:5.5rem}.guide-builder-form{grid-template-columns:1fr}.guide-builder-form fieldset,.guide-builder-form label,.guide-builder-form label:nth-of-type(3),.guide-generate-button{grid-column:auto}.guide-duration-options{grid-template-columns:1fr 1fr}.guide-section-heading{align-items:flex-start;flex-direction:column}.guide-section-heading>button{justify-content:center;width:100%}.guide-library-grid{grid-template-columns:1fr}.guide-reader-actions{display:grid;grid-template-columns:1fr 1fr}.guide-reader-actions button{padding:0 .5rem}.guide-reader-actions button:first-child{grid-column:1/-1}.guide-email-form>div{grid-template-columns:1fr auto}.guide-email-form input{grid-column:1/-1}.guide-reader-hero{min-height:280px;padding:1.5rem}.guide-reader-hero h1{font-size:3.2rem}.guide-day-reading>header>span{display:none}.guide-day-reading>footer{grid-template-columns:1fr 1fr}.guide-day-reading>footer span{display:none}.guide-day-reading>footer button{justify-content:center}.guide-audio-player{grid-template-columns:auto minmax(0,1fr) auto}.guide-audio-player input[type=range]{grid-column:1/-1;width:100%}}.garden-hero{align-items:flex-end;background:radial-gradient(circle at 86% 16%,#d6f0c842,#0000 9rem),linear-gradient(135deg,#3c5d4d,#6c8e6f);border-radius:2rem;box-shadow:0 22px 60px #3c5d4d38;color:#f4fbf5;display:flex;gap:2rem;justify-content:space-between;padding:clamp(1.6rem,5vw,3.5rem)}.garden-hero .shared-kicker{color:#cfe6c6}.garden-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.6rem);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:.65rem 0 .7rem}.garden-hero p:last-child{color:#f4fbf5bd;font-size:.88rem;line-height:1.7;max-width:560px}.garden-add-button,.garden-save-button{align-items:center;background:#f4fbef;border:0;border-radius:999px;box-shadow:0 10px 24px #22342a29;color:#3c5d4d;cursor:pointer;display:inline-flex;flex:0 0 auto;font-weight:800;gap:.45rem;justify-content:center;min-height:3rem;padding:0 1.1rem}.garden-summary{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin:1rem 0 2.2rem}.garden-summary>div{align-items:center;background:#f9fdf8d9;border:1px solid #56786624;border-radius:1rem;color:#4a6755;display:flex;gap:.75rem;padding:1rem 1.1rem}.garden-summary span{color:#76847a;display:flex;flex-direction:column;font-size:.68rem}.garden-summary strong{color:#2c3a32;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400}.garden-filters{background:#e3ebe2;border-radius:999px;display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;padding:.3rem;width:fit-content}.garden-filters button{align-items:center;background:#0000;border:0;border-radius:999px;color:#6a786d;cursor:pointer;display:flex;font-size:.72rem;font-weight:800;gap:.4rem;padding:.55rem .8rem}.garden-filters button span{background:#fff9;border-radius:50%;display:grid;font-size:.6rem;height:1.25rem;min-width:1.25rem;place-items:center}.garden-filters button.is-active{background:#567866;color:#f4fbf5}.garden-filters button.is-active span{color:#3c5d4d}.garden-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.garden-card{grid-gap:.85rem;background:#f9fdf8e6;border:1px solid #56786624;border-radius:1.25rem;box-shadow:0 12px 34px #3a50420f;display:grid;gap:.85rem;grid-template-columns:auto 1fr;min-width:0;padding:1.25rem}.garden-card.is-answered{background:#edf3ea;border-color:#d2e2cf}.garden-card-icon{background:#e1ebe4;border-radius:50%;color:#567866;display:grid;height:2.8rem;place-items:center;width:2.8rem}.garden-card-praise .garden-card-icon{background:#f6eccf;color:#b08400}.garden-card-request .garden-card-icon{background:#e1e9f3;color:#4f6f99}.garden-card-guidance .garden-card-icon{background:#dcebd9;color:#4e7d4f}.garden-card-growth .garden-card-icon{background:#d8e7da;color:#356145}.garden-card-heading{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.garden-card h2{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400}.garden-card-heading span{background:#e1ebe4;border-radius:999px;color:#567866;font-size:.56rem;font-weight:800;letter-spacing:.08em;padding:.25rem .45rem;text-transform:uppercase}.garden-card.is-answered .garden-card-heading span{background:#dce9dd;color:#55715c}.garden-card p{color:#5a635c;font-size:.82rem;line-height:1.65;margin:.45rem 0 .7rem}.garden-card.is-answered p{color:#8a948b;text-decoration:line-through}.garden-card small{color:#909a90;display:block;font-size:.64rem;margin-bottom:.7rem}.garden-card-actions{align-items:center;display:flex;gap:.5rem}.garden-card-actions button{align-items:center;background:#e1ebe4;border:0;border-radius:999px;color:#3c5d4d;cursor:pointer;display:inline-flex;font-size:.68rem;font-weight:800;gap:.35rem;padding:.45rem .7rem}.garden-card-delete{background:#f1e1e1!important;color:#9a5b5b!important}.garden-empty{background:#f9fdf8b8;border:1px dashed #56786638;border-radius:1.5rem;color:#7f897f;grid-column:1/-1;padding:4rem 1rem;text-align:center}.garden-empty h2{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;margin:.7rem 0 .3rem}.garden-empty p{font-size:.78rem}.garden-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f2b2480;display:grid;inset:0;padding:1rem;place-items:center;position:fixed;z-index:70}.garden-form{background:#fbfdf9;border-radius:1.5rem;box-shadow:0 30px 80px #1f2b244d;color:#2c352e;padding:1.3rem;width:min(100%,520px)}.garden-form header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.garden-form header small{color:#909a90;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.garden-form header h2{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;margin-top:.3rem}.garden-form header button{background:#e9efe7;border:0;border-radius:50%;color:#6a786d;cursor:pointer;display:grid;height:2.2rem;place-items:center;width:2.2rem}.garden-form label,.garden-form-label{color:#4a544c;display:block;font-size:.74rem;font-weight:700;margin-bottom:.4rem}.garden-form textarea{background:#f3f7f1;border:1px solid #56786633;border-radius:.85rem;color:#2c352e;font:inherit;margin:.3rem 0 1rem;padding:.85rem;resize:vertical;width:100%}.garden-form textarea:focus{border-color:#567866;box-shadow:0 0 0 3px #56786629;outline:none}.garden-type-options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin:.4rem 0 1.2rem}.garden-type-option{align-items:center;background:#f1f5ef;border:1px solid #56786629;border-radius:.9rem;color:#5a635c;cursor:pointer;display:flex;flex-direction:column;font-size:.72rem;font-weight:700;gap:.4rem;padding:.8rem .4rem}.garden-type-option.is-selected{background:#567866;border-color:#567866;color:#f4fbf5}.garden-save-button{background:#567866;color:#f4fbf5;width:100%}.garden-save-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:640px){.garden-hero{align-items:flex-start;flex-direction:column;gap:1.2rem}.garden-list{grid-template-columns:1fr}.garden-type-options{grid-template-columns:repeat(2,1fr)}}.worship-hero{background:radial-gradient(circle at 86% 16%,#e2d6f542,#0000 10rem),linear-gradient(135deg,#4a3c5e,#7a6796);border-radius:2rem;box-shadow:0 22px 60px #4a3c5e38;color:#f6f3fb;padding:clamp(1.6rem,5vw,3.5rem)}.worship-hero .shared-kicker{color:#d7c9ec}.worship-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.6rem);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:.65rem 0 .7rem}.worship-hero>p{color:#f6f3fbc2;font-size:.88rem;line-height:1.7;max-width:560px}.worship-search{align-items:center;background:#fbf9ff;border-radius:999px;box-shadow:0 12px 30px #362a482e;color:#6c5c84;display:flex;gap:.6rem;margin-top:1.4rem;max-width:520px;padding:0 1rem}.worship-search input{background:#0000;border:0;color:#3a3147;font:inherit;padding:.95rem 0;width:100%}.worship-search input:focus{outline:none}.worship-categories{display:flex;flex-wrap:wrap;gap:.4rem;margin:1.6rem 0 1.4rem}.worship-categories button{background:#ece7f2;border:0;border-radius:999px;color:#6a607b;cursor:pointer;font-size:.74rem;font-weight:800;padding:.55rem .95rem}.worship-categories button.is-active{background:#655477;color:#f6f3fb}.worship-toolbar{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.worship-toolbar h2{color:#3a3147;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400}.worship-toolbar span{color:#8b8295;font-size:.72rem;font-weight:700}.worship-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.worship-card{background:#fbfafeeb;border:1px solid #6554771f;border-radius:1.25rem;box-shadow:0 12px 34px #4a3c5e12;display:flex;flex-direction:column;overflow:hidden}.worship-thumb{aspect-ratio:16/9;background:#e7e1f0;position:relative}.worship-thumb img{height:100%;object-fit:cover;width:100%}.worship-play{background:#2d213f2e;border:0;color:#fff;cursor:pointer;display:grid;inset:0;opacity:0;place-items:center;position:absolute;transition:opacity .2s ease}.worship-play:before{background:#655477eb;border-radius:50%;content:"";height:3.2rem;position:absolute;width:3.2rem}.worship-play svg{position:relative}.worship-card:hover .worship-play,.worship-play:focus-visible{opacity:1}.worship-card-body{display:flex;flex:1 1;flex-direction:column;padding:1rem 1.1rem 1.1rem}.worship-card-body h3{color:#322a3f;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:400;line-height:1.25}.worship-card-body>p{color:#756b84;font-size:.78rem;margin:.3rem 0 .9rem}.worship-meta{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.worship-meta span{color:#948aa1;font-size:.68rem}.worship-fav{background:#efeaf5;border:0;border-radius:50%;color:#9b91ab;cursor:pointer;display:grid;height:2.2rem;place-items:center;width:2.2rem}.worship-fav.is-active{background:#b3567a;color:#fff}.worship-empty{background:#fbfafeb8;border:1px dashed #65547738;border-radius:1.5rem;color:#847a92;padding:4rem 1rem;text-align:center}.worship-empty h2{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;margin:.7rem 0 .3rem}.worship-empty p{font-size:.78rem}.worship-more{align-items:center;background:#ece7f2;border:0;border-radius:999px;color:#655477;cursor:pointer;display:flex;font-size:.76rem;font-weight:800;gap:.4rem;justify-content:center;margin:1.8rem auto 0;padding:.75rem 1.4rem}.app-splash{background:#f7f3ed;display:grid;min-height:100vh;place-items:center}.app-splash-spinner{animation:locator-spin .8s linear infinite;border:3px solid #e3dcd2;border-radius:50%;border-top-color:#5b3a57;height:2.4rem;width:2.4rem}.auth-screen{align-items:center;background:radial-gradient(circle at 90% 6%,#d2b1762e,#0000 24rem),radial-gradient(circle at 4% 36%,#708b791f,#0000 26rem),#f7f3ed;display:flex;flex-direction:column;min-height:100vh;padding:1.5rem}.auth-back{align-items:center;align-self:flex-start;color:#6b6168;display:inline-flex;font-size:.8rem;font-weight:700;gap:.4rem;text-decoration:none}.auth-card{background:#fffdf9;border:1px solid #42333d14;border-radius:1.6rem;box-shadow:0 24px 64px #42333d1f;margin:auto;padding:2.4rem 2rem;text-align:center;width:min(100%,420px)}.auth-card .shared-kicker{justify-content:center}.auth-mark{background:linear-gradient(135deg,#5b3a57,#88607f);border-radius:1rem;color:#fff;display:inline-grid;height:3.4rem;margin-bottom:1.1rem;place-items:center;width:3.4rem}.auth-card h1{-webkit-text-fill-color:currentColor;background:none;color:#2b2529;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;margin:.6rem 0 .5rem}.auth-sub{color:#6f666c;font-size:.84rem;line-height:1.6;margin-bottom:1.6rem}.auth-google{align-items:center;background:#fff;border:1px solid #dcd5cb;border-radius:999px;color:#3c4043;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:.6rem;justify-content:center;min-height:3rem;transition:box-shadow .2s ease;width:100%}.auth-google:hover:not(:disabled){box-shadow:0 8px 20px #42333d1f}.auth-google:disabled{cursor:not-allowed;opacity:.6}.auth-error{color:#9a4444;font-size:.76rem;margin-top:.8rem}.auth-notice{background:#f4efe8;border:1px dashed #42333d2e;border-radius:1rem;color:#6f666c;font-size:.78rem;line-height:1.6;padding:1rem;text-align:left}.auth-notice code{background:#e7e0d6;border-radius:.3rem;font-size:.72rem;padding:.05rem .3rem}.auth-fineprint{color:#968d93;font-size:.72rem;margin-top:1.4rem}.dashboard-topbar-actions{align-items:center;display:flex;gap:.6rem}.user-menu-signin{align-items:center;background:#efe6ec;border-radius:999px;color:#5b3a57;display:inline-flex;font-size:.76rem;font-weight:800;gap:.4rem;padding:.5rem .9rem;text-decoration:none}.user-menu{position:relative}.user-menu-trigger{background:none;border:0;cursor:pointer;display:grid;padding:0;place-items:center}.user-menu-avatar{background:linear-gradient(135deg,#5b3a57,#88607f);border-radius:50%;color:#fff;display:grid;font-size:.72rem;font-weight:800;height:2.1rem;object-fit:cover;place-items:center;width:2.1rem}.user-menu-popover{background:#fffdf9;border:1px solid #42333d1a;border-radius:1rem;box-shadow:0 18px 44px #42333d29;padding:.5rem;position:absolute;right:0;top:calc(100% + .5rem);width:15rem;z-index:60}.user-menu-identity{align-items:center;border-bottom:1px solid #42333d14;display:flex;gap:.6rem;padding:.6rem .65rem .8rem}.user-menu-identity strong{color:#2b2529;display:block;font-size:.82rem}.user-menu-identity small{color:#8c838a;font-size:.68rem}.user-menu-item{align-items:center;background:none;border:0;border-radius:.6rem;color:#4a424a;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.55rem;margin-top:.2rem;padding:.6rem .65rem;text-align:left;text-decoration:none;width:100%}.user-menu-item:hover{background:#f3ecf0}.settings-account-name{color:#2b2529}.settings-account-email{color:#7c737a;font-size:.84rem}.settings-account-plan{color:#5b3a57;font-size:.72rem;font-weight:700;margin-top:.3rem;text-transform:capitalize}.premium-cta{align-items:center;background:linear-gradient(135deg,#f5e6c8,#efd9a8);border:1px solid #9a775147;border-radius:1.2rem;box-shadow:0 12px 30px #9a775129;color:#5a431f;display:flex;gap:.9rem;margin:.4rem 0 1.6rem;padding:1rem 1.2rem;text-decoration:none}.premium-cta-icon{background:linear-gradient(135deg,#b8893f,#9a7751);border-radius:.8rem;color:#fff;display:grid;flex:0 0 auto;height:2.6rem;place-items:center;width:2.6rem}.premium-cta-copy{display:flex;flex:1 1;flex-direction:column}.premium-cta-copy strong{font-size:.92rem;font-weight:800}.premium-cta-copy small{color:#7c6238;font-size:.74rem}.premium-hero{background:radial-gradient(circle at 86% 16%,#ffe9bd42,#0000 10rem),linear-gradient(135deg,#7a5a2c,#b78b4a);border-radius:2rem;box-shadow:0 22px 60px #7a5a2c38;color:#fdf6e8;padding:clamp(1.6rem,5vw,3.5rem)}.premium-hero .shared-kicker{color:#f1dcb0}.premium-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.4rem);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:.65rem 0 .7rem}.premium-hero p:last-child{color:#fdf6e8cc;font-size:.88rem;line-height:1.7;max-width:650px}.premium-human-promise{align-items:flex-start;background:#f9f0dde6;border:1px solid #9a775138;border-radius:1.2rem;box-shadow:0 12px 32px #7a5a2c0f;color:#56442a;display:flex;gap:1rem;margin-top:1.25rem;padding:1.15rem 1.25rem}.premium-human-promise-icon{background:#9a7751;border-radius:.85rem;color:#fffaf0;display:grid;flex:0 0 auto;height:2.8rem;place-items:center;width:2.8rem}.premium-human-promise .shared-kicker{color:#9a7751;margin:0 0 .3rem}.premium-human-promise h2{color:#3e2f17;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400;margin:0}.premium-human-promise p:last-child{color:#756348;font-size:.8rem;line-height:1.65;margin:.4rem 0 0;max-width:830px}.premium-signin-note{align-items:center;background:#f7edd8;border:1px dashed #9a77514d;border-radius:1rem;color:#6b5326;display:flex;flex-wrap:wrap;font-size:.8rem;gap:1rem;justify-content:space-between;margin:1.4rem 0 0;padding:.9rem 1.1rem}.premium-signin-button{background:#9a7751;border-radius:999px;color:#fff;font-weight:800;padding:.5rem 1rem;text-decoration:none}.premium-free-choice{align-items:center;background:#fffdf9e6;border:1px solid #58775d38;border-radius:1.2rem;box-shadow:0 12px 32px #4252450d;display:flex;gap:1.25rem;justify-content:space-between;margin-top:1.25rem;padding:1.2rem 1.3rem}.premium-free-copy{max-width:650px}.premium-free-copy .shared-kicker{color:#617b64;margin:0 0 .3rem}.premium-carousel-intro h2,.premium-custom h2,.premium-free-copy h2{color:#3e2f17;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400;margin:0}.premium-custom-copy>p,.premium-free-copy>p:last-child{color:#716552;font-size:.78rem;line-height:1.6;margin:.42rem 0 0}.premium-free-button,.premium-free-confirmation button{align-items:center;background:#e5eee4;border:1px solid #49634d29;border-radius:999px;color:#49634d;cursor:pointer;display:inline-flex;font:inherit;font-size:.72rem;font-weight:800;gap:.45rem;justify-content:center;min-height:2.7rem;padding:.55rem 1rem}.premium-free-confirmation{align-items:center;background:#edf4ec;border-radius:1rem;color:#49634d;display:flex;font-size:.72rem;gap:.65rem;line-height:1.45;max-width:430px;padding:.75rem}.premium-free-confirmation>svg{flex:0 0 auto}.premium-free-confirmation span{display:flex;flex:1 1;flex-direction:column}.premium-free-confirmation button{background:#fffaf1;color:#6d5b41;flex:0 0 auto;min-height:2.2rem;padding:.4rem .7rem}.premium-carousel{margin-top:1.6rem}.premium-carousel-intro{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.premium-carousel-intro .shared-kicker,.premium-custom .shared-kicker{color:#9a7751;margin:0 0 .28rem}.premium-carousel-intro>span{color:#8b7658;font-size:.72rem;font-weight:800}.premium-progress{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 1rem;padding:.2rem 0;position:relative}.premium-progress:before{background:#9a77513d;content:"";height:1px;left:12.5%;position:absolute;right:12.5%;top:1.15rem}.premium-progress button{align-items:center;background:#0000;border:0;color:#9a8a74;cursor:pointer;display:flex;flex-direction:column;font:inherit;font-size:.66rem;gap:.4rem;padding:0;position:relative;z-index:1}.premium-progress button span{background:#f7f3ed;border:1px solid #9a77514d;border-radius:50%;color:#7e6b51;display:grid;font-size:.68rem;font-weight:800;height:2rem;place-items:center;transition:color .16s ease,background .16s ease,transform .16s ease;width:2rem}.premium-progress button strong{font-weight:700}.premium-progress button.is-active span,.premium-progress button:hover span{background:#9a7751;color:#fffaf1;transform:scale(1.08)}.premium-progress button.is-active{color:#5e4930}.premium-card{background:#fdfaf4eb;border:1px solid #9a775129;border-radius:1.35rem;box-shadow:0 12px 34px #7a5a2c0f;display:flex;flex-direction:column;min-width:0;padding:1.5rem}.premium-card-content{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr)}.premium-card-details,.premium-card-preview{min-width:0}.premium-card-preview{display:flex;flex-direction:column}.premium-card-heading{align-items:center;display:flex;gap:.85rem}.premium-card-icon{background:#f1e7d9;border-radius:.9rem;color:#9a7751;display:grid;flex:0 0 auto;height:3rem;place-items:center;width:3rem}.premium-card small{color:#a08652;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.premium-card h2{color:#3e2f17;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;margin:.18rem 0 0}.premium-card-summary{color:#6c5d49;font-size:.82rem;line-height:1.6;margin:.9rem 0 1rem}.premium-explore-note{color:#9a7751;font-size:.68rem;font-weight:700;margin:0 0 .45rem}.premium-feature-list{border-top:1px solid #9a775129;list-style:none;margin:0;padding:0}.premium-feature-list li{border-bottom:1px solid #9a775129;margin:0}.premium-feature-link{align-items:center;background:#0000;border:0;color:#66543a;cursor:pointer;display:flex;font:inherit;font-size:.75rem;font-weight:700;gap:.75rem;justify-content:space-between;line-height:1.35;min-height:2.45rem;padding:.45rem .2rem;text-align:left;text-decoration:underline;text-decoration-color:#9a775173;text-underline-offset:.18rem;transition:color .16s ease,padding .16s ease,background .16s ease;width:100%}.premium-feature-link svg{color:#a4865e;flex:0 0 auto;transition:transform .16s ease}.premium-feature-link.is-active,.premium-feature-link:hover{background:#f6eddf;color:#3e2f17;padding-left:.55rem;padding-right:.55rem;text-decoration-color:#9a7751}.premium-feature-link.is-active svg,.premium-feature-link:hover svg{transform:translateX(.15rem)}.premium-feature-link:focus-visible{outline:2px solid #9a7751;outline-offset:2px}.premium-example{background:radial-gradient(circle at 95% 5%,#b78b4a26,#0000 7rem),#f8f2e7;border:1px solid #9a775133;border-radius:1rem;color:#56442a;margin-top:0;min-height:13.5rem;padding:1rem}.premium-example h3{color:#3e2f17;font-family:Georgia,Times New Roman,serif;font-size:1.02rem;font-weight:400;margin:.25rem 0 .45rem}.premium-example>p{color:#6d5a3f;font-size:.75rem;line-height:1.55;margin:0}.premium-fulfillment{align-items:flex-start;border-top:1px dashed #9a77514d;color:#725a36;display:flex;font-size:.69rem;gap:.55rem;line-height:1.5;margin-top:.8rem;padding-top:.75rem}.premium-fulfillment svg{color:#9a7751;flex:0 0 auto;margin-top:.05rem}.premium-card-button{align-items:center;background:#9a7751;border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:800;gap:.45rem;justify-content:center;margin-top:1rem;min-height:2.8rem;padding:0 1.1rem}.premium-carousel-controls{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto 1fr auto;margin-top:.85rem}.premium-carousel-controls button{align-items:center;background:#f2e8d9;border:1px solid #9a775133;border-radius:999px;color:#6c5536;cursor:pointer;display:inline-flex;font:inherit;font-size:.72rem;font-weight:800;gap:.4rem;justify-content:center;min-height:2.4rem;padding:.45rem .8rem}.premium-carousel-controls p{color:#948674;font-size:.68rem;margin:0;text-align:center}.premium-card-button.is-done{background:#dde9dc;color:#4d6b50;cursor:default}.premium-card-button:disabled:not(.is-done){cursor:not-allowed;opacity:.5}.premium-fineprint{color:#8a7d6a;font-size:.76rem;line-height:1.6;margin:1.8rem 0 0;text-align:center}.premium-custom{grid-gap:1.5rem;background:radial-gradient(circle at 90% 10%,#9a775121,#0000 10rem),#fffdf9eb;border:1px solid #9a77512e;border-radius:1.35rem;box-shadow:0 12px 34px #7a5a2c0d;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);margin-top:1.6rem;padding:clamp(1.2rem,4vw,2rem)}.premium-custom-examples{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.premium-custom-examples span{align-items:center;background:#f4eadb;border-radius:999px;color:#725b3a;display:inline-flex;font-size:.66rem;font-weight:700;gap:.35rem;padding:.45rem .65rem}.premium-custom-form{display:flex;flex-direction:column;gap:.55rem}.premium-custom-form label{color:#5b4931;font-size:.72rem;font-weight:800}.premium-custom-form textarea{background:#fffdf8;border:1px solid #9a775140;border-radius:.9rem;color:#493b28;font:inherit;font-size:.76rem;line-height:1.5;min-height:7.5rem;padding:.75rem;resize:vertical;width:100%}.premium-custom-form textarea:focus{outline:2px solid #9a775173;outline-offset:2px}.premium-custom-button{align-items:center;background:#9a7751;border-radius:999px;color:#fff;display:inline-flex;font-size:.74rem;font-weight:800;gap:.45rem;justify-content:center;min-height:2.7rem;padding:.55rem 1rem;text-decoration:none}.premium-custom-form small{color:#998b78;font-size:.64rem;line-height:1.45;text-align:center}@media (max-width:800px){.premium-free-choice,.premium-free-confirmation{align-items:flex-start;flex-direction:column}.premium-free-confirmation{max-width:none}.premium-card-content,.premium-custom{grid-template-columns:1fr}.premium-example{margin-top:1rem;min-height:0}}@media (max-width:560px){.premium-card,.premium-hero{border-radius:1.15rem}.premium-human-promise{gap:.75rem;padding:1rem}.premium-human-promise-icon{height:2.4rem;width:2.4rem}.premium-card{padding:1.15rem}.premium-progress button strong{display:none}.premium-progress:before{left:12%;right:12%}.premium-carousel-controls{grid-template-columns:1fr 1fr}.premium-carousel-controls p{display:none}.premium-carousel-controls button:first-child,.premium-carousel-controls button:last-child{justify-self:stretch}}.settings-hero{background:radial-gradient(circle at 86% 16%,#e8d6e63d,#0000 10rem),linear-gradient(135deg,#4a2f47,#7d5a78);border-radius:2rem;box-shadow:0 22px 60px #4a2f4738;color:#f7f1f5;padding:clamp(1.6rem,5vw,3.5rem)}.settings-hero .shared-kicker{color:#e3c9de}.settings-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.4rem);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:.65rem 0 .7rem}.settings-hero p:last-child{color:#f7f1f5c2;font-size:.88rem;line-height:1.7;max-width:540px}.settings-section{background:#fcf9fceb;border:1px solid #5b3a571f;border-radius:1.35rem;box-shadow:0 12px 34px #4a2f470f;margin-top:1.1rem;overflow:hidden}.settings-section:first-of-type{margin-top:1.6rem}.settings-section-head{align-items:center;border-bottom:1px solid #5b3a571a;display:flex;gap:.7rem;padding:1.1rem 1.3rem}.settings-section-head span{background:#efe4ed;border-radius:.7rem;color:#5b3a57;display:grid;height:2.1rem;place-items:center;width:2.1rem}.settings-section-head h2{color:#3a2c37;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400}.settings-section-body{padding:.4rem 1.3rem .6rem}.settings-row{align-items:center;border-bottom:1px solid #5b3a5714;display:flex;gap:1rem;justify-content:space-between;padding:1rem 0}.settings-row:last-child{border-bottom:0}.settings-row-label h3{color:#362933;font-size:.92rem;font-weight:700}.settings-row-label p{color:#8a7d86;font-size:.76rem;line-height:1.5;margin-top:.15rem}.settings-row-control{flex:0 0 auto}.settings-segment{background:#ece3ea;border-radius:999px;display:flex;gap:.25rem;padding:.25rem}.settings-segment button{align-items:center;background:#0000;border:0;border-radius:999px;color:#6f6370;cursor:pointer;display:inline-flex;font-size:.76rem;font-weight:700;gap:.35rem;padding:.45rem .8rem}.settings-segment button.is-active{background:#5b3a57;color:#fff}.settings-select{background:#f4ecf2;border:1px solid #5b3a5733;border-radius:.8rem;color:#3a2c37;cursor:pointer;font:inherit;font-size:.82rem;padding:.6rem .85rem}.settings-select:focus{border-color:#5b3a57;box-shadow:0 0 0 3px #5b3a5729;outline:none}.settings-toggle{background:#d8cdd6;border:0;border-radius:999px;cursor:pointer;height:1.7rem;padding:0;position:relative;transition:background .2s ease;width:3rem}.settings-toggle span{background:#fff;border-radius:50%;box-shadow:0 2px 5px #3a2c3740;height:1.3rem;left:.2rem;position:absolute;top:.2rem;transition:transform .2s ease;width:1.3rem}.settings-toggle.is-on{background:#5b3a57}.settings-toggle.is-on span{transform:translateX(1.3rem)}.settings-note{color:#8a7d86;font-size:.76rem;line-height:1.6;padding:.9rem 0 .4rem}.settings-note code{background:#efe4ed;border-radius:.3rem;font-size:.72rem;padding:.05rem .3rem}.settings-account{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:.8rem 0}.settings-account-identity{align-items:center;display:flex;gap:.8rem}.settings-account-avatar{border-radius:50%;height:2.8rem;object-fit:cover;width:2.8rem}.settings-account-avatar-fallback{background:linear-gradient(135deg,#5b3a57,#88607f);color:#fff;display:grid;font-weight:800;place-items:center}.settings-account-name{color:#362933;font-weight:700}.settings-account-email{color:#8a7d86;font-size:.8rem}.settings-account-aside{align-items:center;display:flex;gap:.7rem}.settings-plan-pill{background:#efe4ed;border-radius:999px;color:#5b3a57;font-size:.64rem;font-weight:800;letter-spacing:.06em;padding:.3rem .6rem;text-transform:uppercase}.settings-account-signedout{align-items:flex-start;flex-direction:column}.settings-account-signedout p{color:#6f6370;font-size:.84rem}.settings-button-ghost,.settings-button-primary{align-items:center;border:0;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:800;gap:.45rem;padding:.6rem 1.1rem;text-decoration:none}.settings-button-primary{background:#5b3a57;color:#fff}.settings-button-ghost{background:#efe4ed;color:#5b3a57}@media (max-width:560px){.settings-account{align-items:flex-start;flex-direction:column}}.locator-hero{background:radial-gradient(circle at 86% 16%,#f5dcc342,#0000 10rem),linear-gradient(135deg,#6f4530,#b07a52);border-radius:2rem;box-shadow:0 22px 60px #6f453038;color:#fbf2ea;padding:clamp(1.6rem,5vw,3.5rem)}.locator-hero .shared-kicker{color:#f0d3b8}.locator-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.6rem);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:.65rem 0 .7rem}.locator-hero p:last-child{color:#fbf2eac7;font-size:.88rem;line-height:1.7;max-width:560px}.locator-controls{background:#fcf9f5eb;border:1px solid #925f4724;border-radius:1.35rem;box-shadow:0 12px 34px #6f45300f;margin:1.6rem 0 1.4rem;padding:1.4rem}.locator-controls h2{color:#3f2e24;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:400;margin-bottom:1rem}.locator-fields{grid-gap:.9rem;align-items:end;display:grid;gap:.9rem;grid-template-columns:1fr 1fr auto}.locator-field{display:flex;flex-direction:column;gap:.4rem}.locator-field span{color:#6b574b;font-size:.72rem;font-weight:700}.locator-field select{background:#f6efe8;border:1px solid #925f4738;border-radius:.85rem;color:#3f2e24;cursor:pointer;font:inherit;padding:.7rem .85rem}.locator-field select:focus{border-color:#925f47;box-shadow:0 0 0 3px #925f4729;outline:none}.locator-search-button{align-items:center;background:#925f47;border:0;border-radius:999px;color:#fbf2ea;cursor:pointer;display:inline-flex;font-weight:800;gap:.45rem;justify-content:center;min-height:2.9rem;padding:0 1.3rem}.locator-search-button:disabled{cursor:not-allowed;opacity:.5}.locator-hint{align-items:center;color:#8a7264;display:flex;font-size:.74rem;gap:.4rem;margin-top:.9rem}.locator-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.locator-map{background:#efe6dd;box-shadow:0 12px 34px #6f453012;height:520px}.locator-map,.locator-results{border:1px solid #925f4724;border-radius:1.35rem;overflow:hidden}.locator-results{background:#fcf9f5eb;box-shadow:0 12px 34px #6f45300f;display:flex;flex-direction:column;max-height:520px}.locator-results header{align-items:center;border-bottom:1px solid #925f471f;color:#3f2e24;display:flex;font-size:.84rem;font-weight:700;justify-content:space-between;padding:1rem 1.2rem}.locator-results header span{background:#f0e3da;border-radius:999px;color:#925f47;display:grid;font-size:.7rem;height:1.6rem;min-width:1.6rem;padding:0 .4rem;place-items:center}.locator-results-body{flex:1 1;overflow-y:auto}.locator-results-body ul{list-style:none;margin:0;padding:0}.locator-result{border-bottom:1px solid #925f471a;padding:1rem 1.2rem}.locator-result:last-child{border-bottom:0}.locator-result h4{color:#3f2e24;font-family:Georgia,Times New Roman,serif;font-size:1.02rem;font-weight:400}.locator-result-type{color:#8a7264;font-size:.72rem;margin:.2rem 0;text-transform:capitalize}.locator-result-address{color:#756357;font-size:.74rem;line-height:1.5}.locator-result a{align-items:center;color:#925f47;display:inline-flex;font-size:.74rem;font-weight:700;gap:.3rem;margin-top:.6rem;text-decoration:none}.locator-result a:hover{text-decoration:underline}.locator-spinner{display:grid;padding:3rem 1rem;place-items:center}.locator-spinner span{animation:locator-spin .8s linear infinite;border:3px solid #ece0d6;border-radius:50%;border-top-color:#925f47;height:2rem;width:2rem}@keyframes locator-spin{to{transform:rotate(1turn)}}.locator-empty{color:#8a7264;padding:2.5rem 1.4rem;text-align:center}.locator-empty p{font-size:.78rem;line-height:1.6;margin-top:.6rem}@media (max-width:820px){.locator-layout{grid-template-columns:1fr}.locator-results{max-height:none}}@media (max-width:560px){.locator-fields{grid-template-columns:1fr}}.admin-access,.admin-hero{background:radial-gradient(circle at 88% 12%,#d6b57d33,#0000 12rem),linear-gradient(135deg,#232a32,#465360);border-radius:2rem;box-shadow:0 22px 60px #232a3233;color:#f4f6f7;padding:clamp(1.6rem,5vw,3.5rem)}.admin-hero{align-items:flex-end;display:flex;gap:1.5rem;justify-content:space-between}.admin-access .shared-kicker,.admin-hero .shared-kicker{color:#e0c99e}.admin-access h1,.admin-hero h1{-webkit-text-fill-color:currentColor;background:none;color:inherit;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,6vw,4.5rem);font-weight:400;letter-spacing:-.055em;line-height:.98;margin:.65rem 0 .7rem;max-width:720px}.admin-access>p:last-of-type,.admin-hero p:last-child{color:#f4f6f7bd;font-size:.86rem;line-height:1.7;max-width:720px}.admin-access{text-align:center}.admin-access .shared-kicker{justify-content:center;margin-top:1rem}.admin-access h1{margin-left:auto;margin-right:auto}.admin-access>p:last-of-type{margin:0 auto 1rem}.admin-button{align-items:center;background:#edf0f2;border:1px solid #38434d21;border-radius:999px;color:#38434d;cursor:pointer;display:inline-flex;font:inherit;font-size:.76rem;font-weight:800;gap:.45rem;justify-content:center;min-height:2.7rem;padding:0 1rem;text-decoration:none}.admin-button:disabled{cursor:wait;opacity:.58}.admin-button-primary{background:#465360;border-color:#465360;color:#fff}.admin-button-ghost{background:#ffffff17;border-color:#ffffff2e;color:#f4f6f7}.admin-spin{animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(1turn)}}.admin-alert,.admin-privacy-note{align-items:flex-start;border-radius:1rem;display:flex;font-size:.75rem;gap:.65rem;line-height:1.55;margin-top:1rem;padding:.9rem 1rem}.admin-privacy-note{background:#e5ede6;border:1px solid #4f665624;color:#4f6656}.admin-alert{background:#f5e8df;border:1px solid #80523d26;color:#80523d}.admin-alert code{font-size:.7rem}.admin-summary-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(6,minmax(0,1fr));margin:1rem 0}.admin-summary-card{background:#fdfbf7e6;border:1px solid #4149521a;border-radius:1.1rem;box-shadow:0 10px 30px #2f373f0d;min-width:0;padding:1rem}.admin-summary-card>span{background:#e5e9ec;border-radius:.7rem;color:#465360;display:grid;height:2.2rem;place-items:center;width:2.2rem}.admin-summary-card small{color:#7c858c;display:block;font-size:.57rem;font-weight:800;letter-spacing:.08em;margin-top:.8rem;text-transform:uppercase}.admin-summary-card strong{color:#2d3740;display:block;font-family:Georgia,Times New Roman,serif;font-size:1.9rem;font-weight:400;margin:.15rem 0}.admin-summary-card p{color:#7d858b;font-size:.64rem;line-height:1.45}.admin-section{background:#fdfbf7eb;border:1px solid #4149521a;border-radius:1.25rem;box-shadow:0 12px 34px #2f373f0d;margin-top:1rem;overflow:hidden}.admin-section-head{align-items:center;border-bottom:1px solid #41495217;display:flex;gap:.7rem;padding:1rem 1.1rem}.admin-section-icon{background:#e5e9ec;border-radius:.7rem;color:#465360;display:grid;flex:0 0 auto;height:2.2rem;place-items:center;width:2.2rem}.admin-section-head h2{color:#303b44;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:400}.admin-section-head p{color:#80878d;font-size:.68rem;line-height:1.45;margin-top:.12rem}.admin-section-action{margin-left:auto}.admin-section-body{padding:1rem 1.1rem 1.15rem}.admin-run-controls,.admin-run-controls label{align-items:center;display:flex;gap:.55rem}.admin-run-controls label{color:#7b858d;font-size:.68rem;font-weight:700}.admin-prompt-body textarea,.admin-prompt-fields input,.admin-prompt-fields select,.admin-run-controls select{background:#f3f5f5;border:1px solid #46536026;border-radius:.65rem;color:#35414b;font:inherit;font-size:.74rem;padding:.6rem .7rem}.admin-run-message{color:#53685b;font-size:.74rem;font-weight:700;margin-bottom:.8rem}.admin-run-history{background:#f3f5f5;border:1px solid #4653601a;border-radius:.8rem;margin-bottom:.8rem;overflow:hidden}.admin-run-history>div{align-items:center;border-bottom:1px solid #46536014;color:#7a848b;display:flex;font-size:.62rem;gap:.8rem;justify-content:space-between;padding:.55rem .7rem}.admin-run-history>div:last-child{border-bottom:0}.admin-run-history span:first-child{align-items:center;display:flex;gap:.45rem}.admin-run-history strong{color:#53606a;font-size:.68rem}.admin-table-wrap{overflow-x:auto;width:100%}.admin-table{border-collapse:collapse;color:#4c575f;font-size:.69rem;width:100%}.admin-table th{border-bottom:1px solid #4149521a;color:#899198;font-size:.56rem;font-weight:800;letter-spacing:.07em;padding:.55rem .65rem;text-align:left;text-transform:uppercase;white-space:nowrap}.admin-table td{border-bottom:1px solid #41495212;max-width:220px;padding:.7rem .65rem;vertical-align:top;white-space:nowrap}.admin-table tr:last-child td{border-bottom:0}.admin-table code{color:#4c5660;font-size:.65rem}.admin-cell-wrap{overflow-wrap:anywhere;white-space:normal!important}.admin-empty,.admin-empty-cell{color:#93999d;font-size:.72rem;padding:1rem!important;text-align:center}.admin-status{background:#e9edef;border-radius:999px;color:#5d6870;display:inline-flex;font-size:.54rem;font-weight:800;letter-spacing:.04em;padding:.22rem .48rem;text-transform:uppercase;white-space:nowrap}.admin-status-church,.admin-status-enabled,.admin-status-premium,.admin-status-published,.admin-status-reviewed,.admin-status-succeeded,.admin-status-synced{background:#dfeae1;color:#4f6b57}.admin-status-completed_with_errors,.admin-status-disabled,.admin-status-error,.admin-status-failed{background:#f1dfdf;color:#8a4f4f}.admin-status-draft,.admin-status-pending,.admin-status-processing,.admin-status-running,.admin-status-unreviewed{background:#f2e8d5;color:#8a6b3e}.admin-prompt-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-prompt-card{background:#f7f8f7;border:1px solid #4149521c;border-radius:1rem}.admin-prompt-card>summary{align-items:center;cursor:pointer;display:flex;gap:.8rem;justify-content:space-between;list-style:none;padding:.9rem}.admin-prompt-card>summary::-webkit-details-marker{display:none}.admin-prompt-card>summary span:first-child{display:flex;flex-direction:column;gap:.22rem}.admin-prompt-card>summary code{color:#35414b;font-weight:800}.admin-prompt-card>summary small{color:#8c9499;font-size:.61rem}.admin-prompt-body{border-top:1px solid #41495214;padding:0 .9rem .9rem}.admin-prompt-fields{grid-gap:.6rem;align-items:end;display:grid;gap:.6rem;grid-template-columns:auto 1fr 1fr;margin:.8rem 0}.admin-prompt-body label{color:#68737b;display:flex;flex-direction:column;font-size:.62rem;font-weight:800;gap:.3rem;margin-top:.65rem}.admin-prompt-body label.admin-check{align-items:center;flex-direction:row;padding-bottom:.6rem}.admin-prompt-body textarea{line-height:1.5;resize:vertical;width:100%}.admin-prompt-body>.admin-button{margin-top:.75rem}.admin-prompt-reference{color:#778087;font-size:.66rem;margin-top:.9rem}.admin-prompt-reference>p{margin-bottom:.5rem}.admin-prompt-reference details{background:#eef1f1;border-radius:.6rem;margin-top:.4rem;padding:.55rem .65rem}.admin-prompt-reference summary{color:#5c6871;cursor:pointer;font-weight:800}.admin-prompt-reference pre{color:#4e5962;font-size:.62rem;line-height:1.55;margin-top:.6rem;max-height:260px;overflow:auto;white-space:pre-wrap}.admin-two-column{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.admin-list{max-height:390px;overflow-y:auto}.admin-list-row{align-items:center;border-bottom:1px solid #41495212;display:flex;gap:.8rem;justify-content:space-between;padding:.7rem 0}.admin-list-row:last-child{border-bottom:0}.admin-list-row>span{align-items:flex-start;display:flex;flex-direction:column;gap:.18rem;min-width:0}.admin-list-row>span:last-child{align-items:flex-end}.admin-list-row strong{color:#46515a;font-size:.72rem;max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-list-row small{color:#8b9297;font-size:.61rem}.admin-footer{align-items:center;color:#7f888e;display:flex;font-size:.64rem;gap:1rem;justify-content:space-between;margin-top:1rem}.admin-footer,.admin-footer span{align-items:center;display:flex;gap:.35rem}@media (max-width:1050px){.admin-summary-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.admin-hero,.admin-section-head{align-items:flex-start;flex-direction:column}.admin-section-action{margin-left:0;width:100%}.admin-run-controls{justify-content:space-between;width:100%}.admin-prompt-grid,.admin-two-column{grid-template-columns:1fr}}@media (max-width:560px){.admin-summary-grid{grid-template-columns:repeat(2,1fr)}.admin-footer,.admin-run-controls{align-items:stretch;flex-direction:column}.admin-prompt-fields{grid-template-columns:1fr}.admin-prompt-body label.admin-check{padding-bottom:0}}.dashboard-home{padding-top:clamp(1rem,4vw,3.5rem)}.home-dashboard{background:linear-gradient(145deg,#452d45fa,#5b3f54f5 55%,#8a696de6);border:1px solid #ffffffbd;border-radius:2.25rem;box-shadow:0 32px 80px #3e2b3b3b,inset 0 1px #ffffff59;isolation:isolate;overflow:hidden;padding:clamp(1.25rem,3vw,2.5rem);position:relative}.home-dashboard:before{background:radial-gradient(circle at 85% 5%,#ffe0ae47,#0000 28%),radial-gradient(circle at 5% 100%,#bc9fbe33,#0000 35%);content:"";inset:0;position:absolute;z-index:-1}.home-dashboard-glow{border:1px solid #ffffff1f;border-radius:50%;box-shadow:0 0 0 3rem hsla(0,0%,100%,.025),0 0 0 7rem hsla(0,0%,100%,.018);height:24rem;position:absolute;right:-7rem;top:-9rem;width:24rem}.home-dashboard-header{align-items:flex-end;color:#fff9f1;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem;position:relative}.home-dashboard-date{align-items:center;color:#e5c9a9;display:flex;font-size:.68rem;font-weight:700;gap:.4rem;letter-spacing:.13em;margin-bottom:.65rem;text-transform:uppercase}.home-dashboard h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,5.5vw,4.8rem);font-weight:400;letter-spacing:-.06em;line-height:.98;margin:0;max-width:680px}.home-dashboard h1 em{color:#efcf9d;font-weight:400}.home-dashboard-status{align-items:center;color:#fff9f1;display:flex;gap:.75rem}.status-orb{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;display:grid;height:2.8rem;place-items:center;width:2.8rem}.home-dashboard-status span:last-child{display:flex;flex-direction:column;gap:.18rem}.home-dashboard-status small{color:#fff9f194;font-size:.61rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-dashboard-status strong{font-size:.82rem}.home-dashboard-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:1.5fr .85fr .75fr .75fr;position:relative}.home-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff17;border:1px solid #ffffff2e;border-radius:1.45rem;box-shadow:inset 0 1px #ffffff2e;color:#fffaf3;display:flex;flex-direction:column;justify-content:space-between;min-height:165px;overflow:hidden;padding:1.2rem;position:relative;text-decoration:none;transition:transform .18s ease,background .18s ease}.home-card:hover{background:#ffffff26;transform:translateY(-4px)}.home-card-feature{background:linear-gradient(150deg,#ffffff2e,#ffffff12);grid-row:span 2;min-height:345px;padding:1.6rem}.home-card-icon{background:#ffffff24;border-radius:50%;display:grid;height:2.8rem;place-items:center;width:2.8rem}.home-card-kicker{color:#fffaf394;display:block;font-size:.61rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-card strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:1.32rem;font-weight:400;letter-spacing:-.025em;line-height:1.08;max-width:220px}.home-card-feature strong{font-size:clamp(2.1rem,4vw,3.4rem);max-width:310px;position:relative;z-index:1}.home-card-action{align-items:center;display:flex;font-size:.72rem;font-weight:700;gap:.4rem}.feature-sun{background:linear-gradient(145deg,#ebca94,#b87868);border-radius:50%;bottom:-3.5rem;box-shadow:0 0 0 1.8rem #ffffff0a,0 0 70px #eec79245;height:13rem;position:absolute;right:-2.5rem;width:13rem}.home-card-timer{background:#d2decfe6;color:#35483d}.home-card-timer .home-card-kicker{color:#6b7e71}.timer-track{background:#35483d21;border-radius:9px;height:4px}.timer-track i{background:#6e8877;border-radius:inherit;display:block;height:100%;width:38%}.home-card-light{background:#fffaf3e6;color:#3b2b3b}.home-card-light .home-card-kicker{color:#957352}.home-card-top{align-items:center;display:flex;justify-content:space-between}.home-card-wide{align-items:center;flex-direction:row;gap:1rem;grid-column:span 2;min-height:105px}.home-card-wide>span:nth-child(2){margin-right:auto}.home-card-wide strong{margin-top:.3rem;max-width:none}.home-card-date{align-items:center;background:#d5b8932e;flex-direction:row;gap:1rem;grid-column:span 2;min-height:105px}.home-card-date span{margin-right:auto}.home-card-date strong{font-size:1.1rem;margin-top:.3rem}@media (max-width:900px){.home-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-card-feature{grid-row:span 2}.home-card-date,.home-card-wide{grid-column:span 1}}@media (max-width:640px){.dashboard-home{padding:.35rem 1rem 0;width:100%}.home-dashboard{border-radius:1.75rem;padding:1.2rem}.home-dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:1.4rem}.home-dashboard h1{font-size:2.65rem}.home-dashboard-status{display:none}.home-dashboard-grid{gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr))}.home-card{border-radius:1.2rem;min-height:145px;padding:1rem}.home-card-feature{grid-column:span 2;min-height:260px}.home-card-feature strong{font-size:2.45rem}.home-card-date,.home-card-wide{grid-column:span 2;min-height:95px}}.dashboard-shell{--dashboard-ink:#332d38;--dashboard-muted:#7d7580;--dashboard-plum:#746279;background:#f4f1ec;padding-bottom:7.25rem}.home-dashboard{background:#ebe7e3;border-color:#e0d9d3;border-radius:1.75rem;box-shadow:0 18px 50px #3a313c14,inset 0 1px #fff;color:var(--dashboard-ink);overflow:visible;padding:clamp(1rem,2.5vw,1.65rem)}.home-dashboard-glow,.home-dashboard:before{display:none}.home-dashboard-header{color:var(--dashboard-ink);margin-bottom:1.25rem}.home-dashboard-date{color:#837287}.home-dashboard h1{font-size:clamp(2.1rem,5vw,4.1rem)}.home-dashboard h1 em{color:#746279}.home-dashboard-status{color:var(--dashboard-ink)}.home-dashboard-status small{color:var(--dashboard-muted)}.status-orb{background:#807083;color:#f8f5f0}.home-dashboard-grid{gap:.7rem;grid-template-columns:1.35fr repeat(3,1fr)}.home-card,.home-card-date,.home-card-light,.home-card-timer{-webkit-backdrop-filter:none;backdrop-filter:none;background:#faf8f5d1;border-color:#ddd6d0;border-radius:1.15rem;box-shadow:inset 0 1px #ffffffd9,0 5px 16px rgba(55,48,58,.035);color:var(--dashboard-ink);min-height:142px;padding:1rem}.home-card:hover{background:#fffdf9}.home-card-feature{background:#817484;border-color:#74677a;box-shadow:inset 0 1px #ffffff38,0 8px 22px #4338461a;color:#f9f6f1;min-height:298px;padding:1.25rem}.home-card-icon{background:#7462791a}.home-card-feature .home-card-icon{background:#ffffff24}.home-card-kicker,.home-card-light .home-card-kicker,.home-card-timer .home-card-kicker{color:#85788a}.home-card-feature .home-card-kicker{color:#ffffffa6}.home-card-feature>:not(.feature-sky){position:relative;z-index:2}.feature-sky{border-radius:inherit;inset:0;overflow:hidden;pointer-events:none;position:absolute;transition:background 1.2s ease}.feature-sky.is-day{background:linear-gradient(165deg,#675d86,#a87988 55%,#d39b74)}.feature-sky.is-night{background:linear-gradient(165deg,#17152d,#322743 60%,#57415a)}.feature-celestial{border-radius:50%;height:3.4rem;left:var(--celestial-x);position:absolute;top:var(--celestial-y);transition:left 60s linear,top 60s linear,background 1.2s ease,box-shadow 1.2s ease;translate:-50% -50%;width:3.4rem}.is-day .feature-celestial{animation:sun-burn 2.8s ease-in-out infinite alternate;background:radial-gradient(circle at 38% 34%,#fffbd0 0 8%,#ffd64f 30%,#ff9c22 68%,#e96116 100%);box-shadow:0 0 9px #fff4a3,0 0 25px 9px #ffb42db8,0 0 60px 24px #ff74184d}.is-night .feature-celestial{background:radial-gradient(circle at 35% 30%,#fff 0 35%,#e9edf5 68%,#b9c2d5 100%);box-shadow:0 0 12px #fff,0 0 34px 10px #e2ebff8c,0 0 70px 25px #becbff33}.feature-stars{background-image:radial-gradient(circle,#fffc 0 1px,#0000 1.5px);background-size:42px 36px;inset:0;opacity:0;position:absolute;transition:opacity 1.2s ease}.is-night .feature-stars{opacity:.55}.feature-horizon{background:#31233957;border-radius:50% 50% 0 0;bottom:-40%;box-shadow:0 -1px #ffffff17;height:58%;position:absolute;right:-15%;width:130%}@keyframes sun-burn{to{box-shadow:0 0 12px #fff7ad,0 0 32px 12px #ffb42dc7,0 0 72px 30px #ff741857;scale:1.05}}@media (prefers-reduced-motion:reduce){.feature-celestial{animation:none;transition:none}}.timer-track{background:#e5dfda}.timer-track i{background:#8d7e91}.home-card-date,.home-card-wide{min-height:82px}.dashboard-dock{background:#f9f7f4f0;border-color:#ded7d1;box-shadow:0 12px 35px #3b323d1f}.dashboard-dock a.is-active{background:#807083}@media (max-width:900px){.home-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.dashboard-topbar{padding:.85rem 0 .65rem}.dashboard-home{padding:.2rem .75rem 0}.home-dashboard{border-radius:1.4rem;padding:.85rem}.home-dashboard-header{margin-bottom:.9rem}.home-dashboard h1{font-size:2.2rem;line-height:1}.home-dashboard-date{margin-bottom:.4rem}.home-dashboard-grid{gap:.55rem}.home-card,.home-card-light,.home-card-timer{border-radius:1rem;min-height:124px;padding:.85rem}.home-card-feature{min-height:205px}.home-card-feature strong{font-size:2rem}.home-card-date,.home-card-wide{min-height:72px}.home-card strong{font-size:1.1rem}.home-card-date strong,.home-card-wide strong{font-family:inherit;font-size:.82rem;font-weight:700}}.reader-global-search{color:var(--reader-ink);margin:1rem auto 0;position:relative;width:min(100% - 1.5rem,820px);z-index:7}.reader-global-search>div:first-child{align-items:center;background:color-mix(in srgb,var(--reader-paper) 94%,#0000);border:1px solid var(--reader-border);border-radius:16px;box-shadow:0 16px 36px #25382f14;display:flex;gap:.6rem;padding:.78rem 1rem}.reader-global-search input{background:#0000;border:0;color:inherit;flex:1 1;min-width:0;outline:0}.reader-global-search>small{color:var(--reader-muted);display:block;font-size:.72rem;font-weight:700;margin:.45rem .8rem 0}.reader-search-results{background:var(--reader-paper);border:1px solid var(--reader-border);border-radius:18px;box-shadow:0 24px 70px #141f1a33;display:grid;inset-inline:0;max-height:min(60vh,520px);overflow-y:auto;padding:.45rem;position:absolute;top:calc(100% + .45rem)}.reader-search-results button{grid-gap:.25rem;background:#0000;border:0;border-radius:12px;color:var(--reader-ink);display:grid;gap:.25rem;padding:.75rem;text-align:left}.reader-search-results button:hover{background:var(--reader-accent-soft)}.reader-search-results strong{color:var(--reader-accent);font-size:.8rem}.reader-search-results span{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--reader-muted);display:-webkit-box;font-size:.82rem;overflow:hidden}.reader-verses.has-linked-backdrop .reader-verse:not(.is-linked-verse){filter:blur(.4px);opacity:.34}.reader-linked-callout{background:#344b40db;border-radius:999px;box-shadow:0 10px 30px #141f1a38;color:#fffefa;font-family:system-ui,sans-serif;font-size:.72rem;font-weight:800;margin:0 auto 1rem;padding:.45rem .75rem;position:sticky;top:150px;width:fit-content;z-index:3}.reader-verse.is-linked-verse{background:#fff3bf;border-left-color:#d6a11f;box-shadow:0 0 0 9999px #141f1a57,0 18px 42px #56420c38;filter:none!important;opacity:1!important}.reader-heatmap-dialog{width:min(94vw,760px)}.reader-heatmap-grid{grid-gap:.45rem;display:grid;gap:.45rem;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));padding:1rem}.reader-heatmap-grid button{grid-gap:.2rem;background:#edf3ef;border:1px solid #dce5de;border-radius:10px;color:#344b40;display:grid;gap:.2rem;min-height:52px;place-items:center}.reader-heatmap-grid span{font-size:.72rem;font-weight:850}.reader-heatmap-grid small{color:#60746a;font-size:.62rem}.reader-heatmap-grid .heat-1{background:#dcebdd}.reader-heatmap-grid .heat-2{background:#b9d7b9}.reader-heatmap-grid .heat-3{background:#7fb487;color:#fff}.reader-heatmap-grid .heat-4{background:#3d7d4c;color:#fff}.reader-heatmap-grid .heat-3 small,.reader-heatmap-grid .heat-4 small{color:#ffffffd1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.edf5edc4.css.map*/