:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0b1711;background:#eef7f0;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#d8f6df 0,transparent 36%),#f5faf6}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;padding:48px;align-items:center}.auth-hero{min-height:620px;border-radius:44px;padding:56px;color:#fff;background:linear-gradient(135deg,#083d2c,#0f7b4c 58%,#b9f26c);display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 30px 80px #083d2c47}.logo-mark{width:78px;height:78px;border-radius:26px;display:grid;place-items:center;color:#0b3b2b;background:#dcff74;font-weight:950;margin-bottom:auto}.auth-hero h1{max-width:760px;margin:0;font-size:clamp(42px,6vw,82px);line-height:.92;letter-spacing:-4px}.auth-hero p{max-width:560px;margin:24px 0 0;color:#ffffffd1;font-size:18px;line-height:1.6}.auth-card,.panel,.metric{background:#ffffffdb;border:1px solid rgba(8,61,44,.08);box-shadow:0 20px 60px #083d2c14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.auth-card{border-radius:34px;padding:28px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#eef7f0;padding:6px;border-radius:18px;margin-bottom:24px}.tabs button{background:transparent;color:#557064;padding:13px 16px;border-radius:14px;font-weight:800}.tabs .active{background:#0d6b46;color:#fff;box-shadow:0 12px 24px #0d6b4638}.shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:22px;background:#071b14;color:#fff;display:flex;flex-direction:column;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:#fff;background:transparent;text-align:left}.brand span{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:#d9ff68;color:#073b2b;font-weight:950}.brand strong{font-size:18px}nav{display:grid;gap:8px}nav button{color:#ffffffb8;background:transparent;padding:13px 14px;border-radius:16px;text-align:left;font-weight:750}nav button.active,nav button:hover{color:#fff;background:#ffffff1f}.user-box{margin-top:auto;padding:16px;border-radius:20px;background:#ffffff14;display:grid;gap:6px}.user-box span{color:#ffffff94;font-size:12px}.user-box button{margin-top:8px;padding:10px 12px;border-radius:12px;background:#d9ff68;color:#073b2b;font-weight:850}.main{padding:32px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.topbar span{color:#5b7568;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}h1,h2,p{margin-top:0}.topbar h1{margin:4px 0 0;font-size:42px;letter-spacing:-1.8px}.topbar button,.panel-title button,.row-actions button{background:#e8f5ec;color:#0d6b46;border-radius:999px;padding:10px 14px;font-weight:850}.page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.metric{border-radius:26px;padding:22px;min-height:124px;display:flex;flex-direction:column;justify-content:space-between}.metric span{color:#61766b;font-weight:750}.metric strong{font-size:42px;letter-spacing:-1.6px}.panel{border-radius:28px;padding:24px}.panel.wide{grid-column:span 3}.two-col{display:grid;grid-template-columns:400px minmax(0,1fr);gap:18px;align-items:start}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.panel-title h2{margin:0;font-size:20px;letter-spacing:-.4px}.stack-form,form{display:grid;gap:14px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:grid;gap:8px;color:#43584d;font-size:13px;font-weight:850}input,select,textarea{width:100%;border:1px solid #dceae1;border-radius:16px;background:#fff;color:#0b1711;padding:13px 14px;outline:none}textarea{min-height:180px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#0d6b46;box-shadow:0 0 0 4px #0d6b461a}.primary{background:#0d6b46;color:#fff;border-radius:16px;padding:14px 18px;font-weight:900;box-shadow:0 16px 30px #0d6b4633}.full{width:100%}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{color:#6d8177;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:10px}td{border-top:1px solid #edf3ef;padding:14px 10px;vertical-align:middle}td small{display:block;color:#7c8d84;margin-top:4px}.status{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;background:#edf3ef;color:#50655a}.status.published{background:#dcfce7;color:#16703d}.status.pending_review{background:#fff7d6;color:#8a6100}.status.archived{background:#f1f5f9;color:#64748b}.row-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.row-actions .danger{background:#fee2e2;color:#b91c1c}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span,.flow span{padding:10px 14px;border-radius:999px;background:#e8f5ec;color:#0d6b46;font-weight:850}.flow{display:grid;gap:10px}.muted,.empty{color:#6d8177;line-height:1.65}.error{color:#b91c1c;font-weight:800}.banner{padding:14px 16px;border-radius:16px;background:#fee2e2;margin-bottom:16px}@media (max-width: 980px){.auth-page,.shell,.two-col{grid-template-columns:1fr}.sidebar{position:static;height:auto}.page-grid{grid-template-columns:1fr 1fr}.panel.wide{grid-column:span 2}}@media (max-width: 640px){.auth-page,.main{padding:18px}.auth-hero{min-height:420px;padding:28px;border-radius:28px}.page-grid{grid-template-columns:1fr}.panel.wide{grid-column:span 1}.topbar{align-items:flex-start;gap:12px;flex-direction:column}.topbar h1{font-size:34px}}.tabs.single{grid-template-columns:1fr}body{background:radial-gradient(circle at 18% 0%,rgba(217,255,104,.22),transparent 32%),linear-gradient(135deg,#f7faf8,#edf5f0)}.sidebar{background:linear-gradient(180deg,#061811,#0b271d);border-right:1px solid rgba(255,255,255,.08)}.main{max-width:1500px;width:100%}.topbar{background:#ffffffad;border:1px solid rgba(8,61,44,.08);border-radius:28px;padding:18px 20px;box-shadow:0 18px 50px #083d2c0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar h1{font-size:36px}.dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.hero-panel{grid-column:span 8;min-height:210px;border-radius:34px;padding:28px;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(217,255,104,.34),transparent 28%),linear-gradient(135deg,#071b14,#0c5d3e);box-shadow:0 28px 70px #071b143d;display:flex;flex-direction:column;justify-content:space-between}.hero-panel p{margin:0 0 8px;color:#d9ff68;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.hero-panel h2{margin:0;font-size:44px;letter-spacing:-2px}.hero-panel span{display:block;max-width:520px;margin-top:10px;color:#ffffffb8;line-height:1.6}.hero-panel button{align-self:flex-start;background:#d9ff68;color:#073b2b;padding:13px 18px;border-radius:999px;font-weight:900}.dashboard-grid>.metric{grid-column:span 2}.metric{position:relative;overflow:hidden;background:#ffffffe0;border:1px solid rgba(8,61,44,.08)}.metric:after{content:"";position:absolute;right:-28px;top:-30px;width:92px;height:92px;border-radius:999px;background:#0d6b4614}.metric.gold:after{background:#d9ff6873}.metric.green:after{background:#16a34a29}.metric.blue:after{background:#3b82f624}.metric.dark{background:#071b14;color:#fff}.metric.dark span{color:#ffffffad}.metric.dark:after{background:#d9ff6838}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.report-table{grid-column:1 / -1}.progress-list{display:grid;gap:18px}.progress-row div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.progress-row strong{color:#0b1711}.progress-row span{color:#61766b;font-weight:900}.progress-track{height:10px;border-radius:999px;background:#e8f1eb;overflow:hidden}.progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d6b46,#d9ff68)}.workflow{display:grid;gap:12px;position:relative}.workflow span{padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#f6fbf8,#eaf5ee);border:1px solid rgba(8,61,44,.07);color:#0b1711;font-weight:900}td strong{color:#0b1711}.status.trialing{background:#fff7d6;color:#8a6100}.status.active{background:#dcfce7;color:#16703d}.status.expired,.status.cancelled{background:#fee2e2;color:#b91c1c}@media (max-width: 1120px){.hero-panel,.dashboard-grid>.metric,.span-7,.span-5{grid-column:1 / -1}.report-grid{grid-template-columns:1fr}}nav button:before{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:9px;background:#ffffff14;color:#d9ff68;font-size:13px}nav button:nth-child(1):before{content:"⌂"}nav button:nth-child(2):before{content:"✦"}nav button:nth-child(3):before{content:"▣"}nav button:nth-child(3):before{content:"🙏"}nav button:nth-child(4):before{content:"▣"}nav button:nth-child(5):before{content:"✓"}nav button:nth-child(6):before{content:"₦"}nav button:nth-child(7):before{content:"◷"}nav button:nth-child(8):before{content:"◎"}.home-editor{display:grid;gap:18px}.editor-hero{min-height:220px;border-radius:34px;padding:30px;color:#fff;background:radial-gradient(circle at 88% 18%,rgba(217,255,104,.34),transparent 30%),linear-gradient(135deg,#061811,#0b6b48);display:flex;align-items:flex-end;justify-content:space-between;gap:24px;box-shadow:0 30px 80px #083d2c2e}.editor-hero span{color:#d9ff68;font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.editor-hero h2{margin:8px 0;font-size:clamp(36px,5vw,64px);letter-spacing:-2.5px}.editor-hero p{max-width:560px;color:#ffffffbd;line-height:1.6}.editor-hero button{background:#d9ff68;color:#073b2b;padding:14px 20px;border-radius:999px;font-weight:900;white-space:nowrap}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.editor-card{min-height:100%}.content-studio{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}.content-overview{grid-column:1 / -1;min-height:210px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:30px;overflow:hidden;border-radius:34px;color:#fff;background:radial-gradient(circle at 82% 10%,rgba(217,255,104,.26),transparent 28%),linear-gradient(135deg,#061811,#0c5d3e);box-shadow:0 28px 70px #071b1433}.content-overview>div:first-child{max-width:560px}.content-overview>div:first-child>span{color:#d9ff68;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.content-overview h2{margin:8px 0;font-size:clamp(38px,4.5vw,64px);letter-spacing:-2.5px}.content-overview p{margin:0;color:#ffffffb3;line-height:1.6}.content-stats{display:grid;grid-template-columns:repeat(3,minmax(105px,1fr));gap:10px}.content-stats article{min-height:102px;display:flex;flex-direction:column;justify-content:space-between;padding:15px;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-stats strong{color:#d9ff68;font-size:30px;letter-spacing:-1px}.content-stats span{color:#ffffffad;font-size:11px;font-weight:800}.studio-editor{position:sticky;top:32px}.studio-editor.editing{border-color:#0d6b4661;box-shadow:0 24px 70px #0d6b4624}.editor-mode{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-4px 0 18px;padding:11px 13px;border-radius:15px;background:#f4f8f5}.editor-mode span{padding:6px 9px;border-radius:999px;color:#50655a;background:#e6efe9;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.editor-mode span.live{color:#075c3b;background:#d9ff68}.editor-mode small{color:#6d8177;text-align:right}.studio-editor select:disabled{cursor:not-allowed;color:#61766b;background:#f1f5f2}.premium-form label small{display:block;color:#6d8177;font-weight:700;margin-top:4px}.format-editor{min-height:320px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.7;background:linear-gradient(180deg,#fff,#f8fbf9)}.studio-library{min-width:0;padding:20px}.library-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.library-heading>div>span{color:#0d6b46;font-size:10px;font-weight:900;letter-spacing:.13em}.library-heading h2{margin:5px 0;font-size:28px;letter-spacing:-1px}.library-heading p{margin:0;color:#6d8177;line-height:1.5}.library-heading>b{flex:0 0 auto;padding:9px 12px;border-radius:999px;color:#0d6b46;background:#e8f5ec;font-size:11px}.library-tabs{display:grid;grid-template-columns:repeat(4,minmax(115px,1fr));gap:8px;margin-bottom:12px}.library-tabs button{min-height:74px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:10px;text-align:left;border:1px solid #e0ebe4;border-radius:18px;color:#43584d;background:#f8fbf9;transition:.18s ease}.library-tabs button:hover{border-color:#0d6b4640;transform:translateY(-1px)}.library-tabs button.active{color:#fff;background:#071b14;border-color:#071b14;box-shadow:0 14px 30px #071b142e}.library-tabs i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#0d6b46;background:#e8f5ec;font-style:normal;font-weight:900}.library-tabs button.active i{color:#073b2b;background:#d9ff68}.library-tabs span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850}.library-tabs b{display:grid;place-items:center;min-width:26px;height:26px;padding:0 6px;border-radius:999px;color:#61766b;background:#fff;font-size:10px}.library-tabs button.active b{color:#d9ff68;background:#ffffff1a}.library-toolbar{display:grid;grid-template-columns:minmax(210px,1fr) 155px 165px;gap:9px;margin-bottom:10px;padding:9px;border-radius:19px;background:#f2f7f4;border:1px solid #e4eee8}.library-toolbar input,.library-toolbar select{padding:11px 12px;border-radius:13px;font-size:12px}.library-search{position:relative;display:flex;align-items:center}.library-search>span{position:absolute;left:13px;z-index:1;color:#0d6b46;font-size:20px;transform:rotate(-15deg)}.library-search input{padding-left:38px;padding-right:34px}.library-search button{position:absolute;right:7px;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#50655a;background:#e8f1eb;font-size:17px}.active-library-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 2px 16px}.active-library-filters span{padding:6px 9px;border-radius:999px;color:#50655a;background:#edf3ef;font-size:10px;font-weight:800;text-transform:capitalize}.active-library-filters button{margin-left:auto;color:#0d6b46;background:transparent;font-size:11px;font-weight:900}.content-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.content-library-card{min-width:0;display:flex;flex-direction:column;min-height:300px;padding:17px;overflow:hidden;border-radius:23px;background:linear-gradient(180deg,#fff,#fbfdfb);border:1px solid #e3ece6;box-shadow:0 12px 30px #083d2c0d;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.content-library-card:hover{transform:translateY(-3px);border-color:#0d6b463d;box-shadow:0 20px 46px #083d2c1a}.content-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.content-type-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:15px;color:#0d6b46;background:#e5f5eb;font-size:19px;font-weight:900}.content-type-icon.hymn{color:#66410a;background:#fff1c9}.content-type-icon.prayer{color:#4d2d78;background:#eee4fb}.content-type-icon.praise{color:#0b5270;background:#dff4fb}.content-card-badges{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.content-card-badges>span{color:#61766b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.content-card-badges .status{padding:6px 8px;font-size:9px;font-style:normal;text-transform:capitalize}.content-card-copy{margin-top:22px}.content-card-copy h3{margin:0;color:#0b1711;font-size:20px;line-height:1.2;letter-spacing:-.5px}.content-card-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;min-height:57px;margin:9px 0 0;color:#6d8177;font-size:12px;line-height:1.6}.content-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:17px}.content-card-meta span{padding:9px 7px;border-radius:12px;color:#718078;background:#f2f7f4;font-size:9px;text-align:center}.content-card-meta b{display:block;margin-bottom:2px;color:#0b1711;font-size:12px}.content-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px;border-top:1px solid #edf3ef}.content-card-footer small{color:#7c8d84;font-size:9px;white-space:nowrap}.content-card-footer .row-actions{gap:5px}.content-card-footer .row-actions button{padding:7px 9px;font-size:9px}.library-empty{min-height:280px;display:grid;place-items:center;align-content:center;gap:7px;margin-top:4px;padding:30px;border-radius:24px;color:#6d8177;background:#f8fbf9;border:1px dashed #cdded3;text-align:center}.library-empty i{color:#0d6b46;font-size:38px;font-style:normal;transform:rotate(-15deg)}.library-empty h3{margin:5px 0 0;color:#0b1711;font-size:21px}.library-empty p{margin:0}.library-empty button{margin-top:8px;padding:10px 13px;border-radius:999px;color:#fff;background:#0d6b46;font-weight:900}.success{color:#16703d;font-weight:800;background:#dcfce7;padding:12px 14px;border-radius:14px}.sidebar nav button{display:flex;align-items:center}.panel,.metric,.topbar{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.panel:hover,.metric:hover{transform:translateY(-2px);box-shadow:0 24px 70px #083d2c1c;border-color:#0d6b4629}@media (max-width: 1320px){.content-card-grid{grid-template-columns:1fr}.library-tabs{grid-template-columns:repeat(2,1fr)}.library-toolbar{grid-template-columns:1fr 1fr}.library-search{grid-column:1 / -1}}@media (max-width: 1180px){.content-studio,.editor-grid{grid-template-columns:1fr}.studio-editor{position:static}.editor-hero,.content-overview{align-items:flex-start;flex-direction:column}.content-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.content-card-grid,.library-tabs{grid-template-columns:1fr}.content-card-footer{align-items:flex-start;flex-direction:column}.content-card-footer .row-actions{justify-content:flex-start}}@media (max-width: 640px){.content-overview{padding:22px;border-radius:26px}.content-stats{width:100%;grid-template-columns:1fr}.content-stats article{min-height:78px}.library-toolbar{grid-template-columns:1fr}.library-search{grid-column:auto}.library-heading{flex-direction:column}.editor-mode{align-items:flex-start;flex-direction:column}.editor-mode small{text-align:left}}.toast{position:fixed;right:28px;top:28px;z-index:100;min-width:320px;max-width:440px;display:grid;grid-template-columns:1fr auto;gap:4px 14px;align-items:center;padding:16px 18px;border-radius:20px;background:#fffffff0;border:1px solid rgba(8,61,44,.1);box-shadow:0 24px 70px #083d2c2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:toastIn .2s ease-out}.toast strong{color:#0b1711;font-size:14px}.toast span{color:#61766b;line-height:1.45}.toast button{grid-row:1 / span 2;grid-column:2;width:30px;height:30px;border-radius:999px;background:#edf3ef;color:#0b1711;font-weight:900}.toast.success{border-left:5px solid #16a34a}.toast.error{border-left:5px solid #b91c1c}@keyframes toastIn{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.toast{left:16px;right:16px;top:16px;min-width:0}}.segment-editor{display:grid;gap:10px;padding:14px;border-radius:18px;background:#f7fbf8;border:1px solid #e4efe8}.segment-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.segment-head strong{color:#0b1711}.segment-head button,.ghost-action{background:#e8f5ec;color:#0d6b46;border-radius:999px;padding:9px 12px;font-weight:900}.segment-editor p{margin:0;color:#6d8177;font-size:13px}.segment-row{display:grid;grid-template-columns:1fr 110px auto;gap:8px}.segment-row input{padding:10px 12px;border-radius:12px}.segment-row button{background:#fee2e2;color:#b91c1c;border-radius:12px;padding:8px 10px;font-weight:900}@media (max-width: 720px){.segment-row{grid-template-columns:1fr}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:#071b146b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-card{width:min(680px,100%);display:grid;gap:14px;background:#fff;border-radius:28px;padding:24px;border:1px solid rgba(8,61,44,.1);box-shadow:0 30px 90px #071b1447}.prayer-studio{display:grid;gap:18px}.prayer-admin-hero{min-height:270px;background:radial-gradient(circle at 82% 18%,rgba(255,211,77,.34),transparent 30%),linear-gradient(135deg,#0c0b08,#4b3510)}.prayer-admin-hero span{color:#ffd34d}.prayer-admin-hero button{background:#ffd34d;color:#171006}.programme-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.programme-meta b{padding:8px 11px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);font-size:12px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.programme-form,.programme-settings{max-width:920px}.programme-settings form{display:grid;gap:14px}.programme-settings textarea,.programme-form textarea{min-height:110px}.time-fields{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.time-fields span{font-size:20px;color:#61766b}.programme-switcher{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px}.programme-switcher button{min-width:190px;display:grid;gap:4px;padding:14px 16px;text-align:left;background:#fffc;border:1px solid rgba(8,61,44,.08);border-radius:20px}.programme-switcher button.active{color:#fff;background:#071b14;border-color:#071b14;box-shadow:0 16px 38px #071b142e}.programme-switcher span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#0d6b46}.programme-switcher button.active span{color:#d9ff68}.programme-switcher strong{font-size:14px}.programme-switcher small{color:#7c8d84}.publish-notice{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:22px;color:#5d4200;background:linear-gradient(135deg,#fff8d9,#fffdf3);border:1px solid #edd78e;box-shadow:0 14px 36px #8a610014}.publish-notice div{display:grid;gap:5px}.publish-notice strong{color:#493400;font-size:16px}.publish-notice span{color:#7b6428;line-height:1.5}.publish-notice button{flex:0 0 auto;padding:12px 16px;border-radius:14px;color:#fff;background:#0d6b46;font-weight:900}.publish-notice small{font-weight:850}.section-builder{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.section-rail,.day-workspace{background:#ffffffe6;border:1px solid rgba(8,61,44,.08);border-radius:30px;padding:18px;box-shadow:0 20px 60px #083d2c12}.section-rail{display:grid;gap:9px}.section-rail-head,.day-workspace-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:6px 4px 16px}.section-rail-head span,.day-workspace-head span{color:#0d6b46;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900}.section-rail-head h3,.day-workspace-head h3{margin:4px 0 0;font-size:24px;letter-spacing:-.8px}.section-rail-head b{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#071b14;color:#d9ff68}.section-rail>button{width:100%;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding:11px;text-align:left;border-radius:18px;background:#f6faf7;border:1px solid transparent}.section-rail>button.active{background:#071b14;color:#fff;border-color:#071b14}.section-rail button i{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#e8f5ec;color:#0d6b46;font-style:normal;font-weight:950}.section-rail button.active i{background:#d9ff68;color:#073b2b}.section-rail button span{display:grid;gap:3px}.section-rail button small{color:#7c8d84}.section-rail button.active small{color:#ffffff8f}.section-rail button em{font-style:normal}.new-section{margin-top:7px;padding:14px;border-radius:20px;background:#f7fbf8;border:1px dashed #bcd7c6}.new-section textarea{min-height:86px}.section-order-row{display:grid;grid-template-columns:68px 1fr;gap:8px}.day-workspace{min-height:520px}.day-workspace-head p{margin:5px 0 0;color:#6d8177}.day-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.day-grid>button{min-height:145px;display:flex;flex-direction:column;align-items:flex-start;padding:17px;border-radius:22px;text-align:left;background:linear-gradient(145deg,#fff,#f4f9f6);border:1px solid #e5efe8}.day-grid>button:hover,.day-grid>button.active{border-color:#0d6b46;box-shadow:0 14px 36px #083d2c1a;transform:translateY(-2px)}.day-grid button span{color:#0d6b46;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.day-grid button strong{margin-top:10px;color:#0b1711;font-size:17px}.day-grid button small{margin-top:5px;color:#7c8d84}.day-grid button i{margin-top:auto;padding-top:12px;color:#8a6100;font-size:11px;font-style:normal;font-weight:850}.empty-day-state{grid-column:1 / -1;min-height:300px;display:grid;place-items:center;align-content:center;text-align:center;padding:40px;border-radius:24px;background:linear-gradient(145deg,#fbfdfb,#f2f8f4);border:1px dashed #c9ddd0}.empty-day-state b{font-size:34px;color:#f6b91e}.empty-day-state h4{margin:12px 0 5px;font-size:21px}.empty-day-state p{color:#6d8177}.created-days-panel{min-width:0}.created-days-panel td:first-child{white-space:nowrap}.created-days-empty{display:grid;justify-items:center;gap:6px;padding:44px 20px;color:#0b1711;text-align:center}.created-days-empty span{color:#6d8177}.prayer-modal{align-items:stretch;justify-items:end;padding:0;overflow:hidden}.prayer-day-form{width:min(760px,100%);height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;border-radius:30px 0 0 30px;padding:24px;grid-template-rows:auto minmax(0,1fr) auto}.day-form-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;display:grid;gap:14px;padding:4px 12px 24px 2px}.day-form-scroll::-webkit-scrollbar{width:8px}.day-form-scroll::-webkit-scrollbar-track{background:#edf3ef;border-radius:999px}.day-form-scroll::-webkit-scrollbar-thumb{background:#9bbcab;border-radius:999px}.prayer-points-editor{min-height:240px;line-height:1.7}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #edf3ef}.danger-button{margin-right:auto;padding:13px 16px;border-radius:14px;color:#b91c1c;background:#fee2e2;font-weight:900}@media (max-width: 1000px){.section-builder{grid-template-columns:1fr}.section-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.section-rail-head,.new-section{grid-column:1 / -1}}@media (max-width: 640px){.day-grid,.section-rail{grid-template-columns:1fr}.section-rail-head,.new-section{grid-column:auto}.prayer-day-form{width:100%;border-radius:0;padding:18px}.programme-settings .grid-2,.prayer-day-form .grid-2{grid-template-columns:1fr}.publish-notice{align-items:stretch;flex-direction:column}}
