@charset "UTF-8";
:root{--primary:#093795;--secondary:#002879;--accent:#32c3de;--editorial:system-ui,sans-serif;--ink:#182e50;--muted:#536580;--line:#dbe5f4;--bg:#f2f6fc}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.6 system-ui,-apple-system,sans-serif}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.topbar{height:88px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;gap:16px;align-items:center;color:var(--ink);font-weight:650}.brand img{width:100px;max-height:45px;object-fit:contain}.brandmark{background:var(--primary);color:white;padding:5px 12px;font-size:25px;letter-spacing:-1.5px;border-radius:4px}.brand small{font-size:11px;letter-spacing:1.6px;font-weight:500}.topbar form{margin:0}.topbar button{background:transparent;color:var(--primary);border:1px solid var(--line);font-size:13px;padding:8px 16px}.shell{display:flex;max-width:1560px;margin:auto;min-height:calc(100vh - 170px)}nav{width:244px;flex:none;padding:34px 20px;display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--line)}nav a{padding:12px 14px;border-radius:9px;color:var(--muted)}nav a:hover,nav a[aria-current=page]{background:#e4ecf4;color:var(--primary);text-decoration:none}main{width:100%;min-width:0;padding:38px 42px;max-width:1200px}.public{max-width:1120px;margin:auto}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:750;color:var(--secondary);margin:0 0 8px}h1,h2,h3{font-family:var(--editorial);line-height:1.2;font-weight:500}h1{font-size:38px;letter-spacing:-.7px;margin:0 0 28px}h2{font-size:25px;margin:0 0 16px}.lead{font-size:18px;color:var(--muted);max-width:760px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:26px}.stats article,.card,.table-wrap,.day{background:white;border:1px solid var(--line);border-radius:14px}.stats article{padding:22px}.stats span{display:block;color:var(--muted)}.stats strong{font:42px var(--editorial);display:block;margin-top:12px;color:var(--primary)}.feature{background:var(--primary);color:white;border-radius:16px;padding:34px;display:flex;gap:30px;align-items:center;margin-bottom:26px}.feature .eyebrow{color:var(--accent)}.feature h2{font-size:32px}.feature p{max-width:620px}.feature .button{background:var(--accent);color:#203141}.feature-number{font:50px var(--editorial);opacity:.35;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.card{padding:26px;margin-bottom:22px}.card p{color:var(--muted)}button,.button{display:inline-flex;justify-content:center;align-items:center;min-height:44px;background:var(--primary);color:white;border:0;border-radius:8px;padding:11px 22px;font:600 14px system-ui;cursor:pointer}.button:hover,button:hover{filter:brightness(.94);text-decoration:none}label{display:block;font-size:13px;font-weight:650;margin-bottom:17px}input,textarea,select{display:block;width:100%;padding:11px 13px;margin-top:6px;border:1px solid #aebdc8;border-radius:8px;background:#fff;color:var(--ink);font:15px/1.5 system-ui;min-height:44px}input:focus,textarea:focus,select:focus{outline:2px solid var(--secondary);outline-offset:1px}input[type=color]{padding:5px;width:100%}input[type=checkbox]{width:18px;height:18px;min-height:0;margin:0;accent-color:var(--primary)}.check{display:flex;gap:10px;align-items:center}.hint,small{font-size:12px;color:var(--muted);display:block}.hint{margin:0 0 24px}.toolbar{display:flex;gap:16px;align-items:end;justify-content:space-between;flex-wrap:wrap;margin-bottom:24px}.toolbar form{display:flex;gap:8px}.toolbar label{margin-bottom:0;flex:1}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left}th,td{padding:17px 20px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:11px;letter-spacing:1px;color:var(--muted);text-transform:uppercase}td form{display:inline-flex;align-items:center;gap:10px;margin-left:16px}td form .check{margin:0}td button{font-size:12px;min-height:36px;padding:6px 12px;background:#edf1f5;color:var(--primary)}.badge{font-size:11px;font-weight:600;padding:5px 9px;border-radius:6px;background:#e9f0ed;color:var(--secondary);white-space:nowrap}.notice{padding:14px 20px;border-left:4px solid var(--secondary);background:#eaf3ef;border-radius:7px;margin-bottom:24px}.empty{text-align:center;padding:60px 20px;color:var(--muted)}.slide-editor{display:grid;grid-template-columns:minmax(220px,1fr) 2fr;gap:28px}.slide-preview{border-radius:12px;overflow:hidden;padding:24px;background:var(--primary);color:white;align-self:start}.slide-preview img{width:calc(100% + 48px);margin:-24px -24px 20px;max-height:190px;object-fit:cover}.slide-preview .eyebrow{color:var(--accent)}.slide-preview p{color:#dce6ed}.slide-preview span{color:var(--accent);font-size:13px}.slide-editor .grid{gap:12px}.day{margin-bottom:10px;overflow:hidden}.day summary{cursor:pointer;padding:17px 20px;display:flex;gap:16px;align-items:center;list-style:revert}.day summary>span:nth-child(2){flex:1;color:var(--muted)}.day-fields{padding:22px;border-top:1px solid var(--line)}.day[open]{border-color:var(--secondary)}.auth{max-width:560px;margin:8vh auto;background:white;padding:40px;border:1px solid var(--line);border-radius:16px}.auth-card{max-width:480px;margin:auto;background:white;padding:32px;border-radius:16px;border:1px solid var(--line)}.devotional{max-width:740px;font-size:18px}.devotional blockquote{margin:24px 0;padding:24px 28px;border-left:4px solid var(--accent);background:#fff;font-family:var(--editorial);font-size:23px}.devotional cite{display:block;font:13px system-ui;color:var(--secondary);margin-top:14px}.prose{line-height:1.85}.prayer{padding:26px;background:#eaf0ed;border-radius:12px;margin:24px 0}footer{max-width:1560px;margin:auto;padding:20px 4%;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.share-status{font-size:13px}details p{white-space:normal}
@media(max-width:950px){nav{width:195px;padding:24px 10px}main{padding:28px 24px}.slide-editor{grid-template-columns:1fr}.feature-number{display:none}}@media(max-width:650px){.topbar{height:auto;min-height:76px;padding:14px 18px}.brand span{font-size:13px}.brand small{font-size:9px}.brandmark{font-size:20px}.shell{display:block}nav{width:100%;display:flex;flex-direction:row;overflow:auto;padding:12px;border-right:0;border-bottom:1px solid var(--line)}nav a{white-space:nowrap;padding:8px 12px;font-size:13px}main{padding:25px 18px}h1{font-size:30px}.grid{grid-template-columns:1fr}.stats{gap:9px}.stats article{padding:13px}.stats span{font-size:11px}.stats strong{font-size:30px}.feature{padding:24px}.feature h2{font-size:27px}.day summary{gap:10px;flex-wrap:wrap}.toolbar{align-items:stretch}.card{padding:20px}.day-fields{padding:16px}.topbar button{padding:7px 10px;font-size:11px}.auth{margin:20px;padding:24px}.public{padding:24px 20px}}

[hidden]{display:none!important}.publication-editor{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.publication-editor .grid{gap:14px}.preview-panel{position:sticky;top:22px;min-width:0}.preview-panel h2{font-size:23px}.preview-switch{display:flex;gap:8px;margin-bottom:14px}.preview-switch button{flex:1;background:#e5ebeF;color:var(--ink);padding:8px}.preview-switch button[aria-pressed=true]{background:var(--primary);color:white}.phone-preview{border:6px solid #243746;border-radius:30px;background:#f6f8fa;overflow:hidden;box-shadow:0 12px 28px #20314115}.phone-brand{padding:18px 14px;background:white;font-size:12px;font-weight:700;border-bottom:1px solid var(--line)}.phone-content{padding:22px 20px}.preview-cover{width:145px;aspect-ratio:.72;margin:0 auto 18px;background:var(--primary);border-radius:7px;overflow:hidden;color:white}.preview-cover img{width:100%;height:100%;object-fit:contain}.preview-cover>div{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:14px}.preview-cover strong{font:20px var(--editorial);overflow-wrap:anywhere}.preview-cover small{color:#fff}.phone-preview h3{font-size:24px;overflow-wrap:anywhere;margin:8px 0}.phone-preview p{margin:9px 0;overflow-wrap:anywhere}.preview-author{font-size:13px;color:var(--muted)}.preview-meta,.preview-collection{font-size:11px;color:var(--muted)}.preview-read,.preview-download{display:block;text-align:center;border-radius:9px;padding:12px 6px;font-size:11px;font-weight:700;margin:14px 0;background:var(--primary);color:white}.preview-download{background:transparent;border:1px solid var(--primary);color:var(--primary)}.preview-detail h4{font-size:14px;margin:20px 0 8px}.preview-detail p{font-size:13px;white-space:pre-wrap;max-height:220px;overflow:auto}.phone-preview.card-mode{max-width:245px;margin:auto}.card-mode .phone-brand,.card-mode .preview-detail,.card-mode .preview-collection{display:none}.card-mode .preview-cover{width:100%}.card-mode h3{font:600 17px system-ui;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.taxonomy-row{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.taxonomy-row form{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.taxonomy-row label:first-of-type{flex:1;min-width:180px}.taxonomy-row label{margin:0}.taxonomy-row button{align-self:end}.taxonomy-row .check{font-size:12px}@media(max-width:1150px){.publication-editor{grid-template-columns:1fr}.preview-panel{position:static;max-width:340px;width:100%;margin:auto}.publication-editor>.card{min-width:0}}@media(max-width:600px){.taxonomy-row form{display:block}.taxonomy-row label,.taxonomy-row .check{margin-bottom:14px}}
/* LAVP 2.2 · Pantone institucional */
body{background:radial-gradient(ellipse at 100% 0,#2898ee12,transparent 45%),var(--bg)}
.topbar{border-top:5px solid #2898ee;box-shadow:0 2px 16px #00287908}.brandmark{background:linear-gradient(130deg,#002879,#147ace);border-radius:12px;padding:7px 14px;box-shadow:0 6px 15px #09379526}.brand small{color:var(--muted)}
nav{background:linear-gradient(175deg,#002879,#093795);border:0;margin:24px 0 24px 18px;border-radius:22px;padding:24px 14px;gap:6px}nav a{color:#dfeaff;min-height:48px;display:flex;align-items:center;font-weight:550;border-left:3px solid transparent}nav a:hover,nav a[aria-current=page]{background:#ffffff18;color:#fff;border-left-color:#32c3de}nav a:last-child{margin-top:20px;border-top:1px solid #ffffff26;border-radius:0}
h1,h2,h3{font-weight:700}h1{letter-spacing:-1.2px}.page-heading{border-bottom:1px solid var(--line);margin-bottom:28px}.page-heading h1{margin-bottom:22px}.eyebrow{font-size:11px;color:var(--primary)}
.stats article,.card,.table-wrap,.day{box-shadow:0 5px 20px #00287905;border-radius:18px}.stats article{border-top:4px solid #2898ee}.stats article:nth-child(2){border-top-color:#32c3de}.stats article:nth-child(3){border-top-color:#093795}.stats strong{font-family:system-ui,sans-serif;font-weight:750;letter-spacing:-2px}
.feature,.slide-preview{background:linear-gradient(120deg,var(--secondary),var(--primary));box-shadow:0 12px 32px #0937951a;border-radius:22px}.feature .button{color:#002879;background:#fff}.feature .eyebrow,.slide-preview .eyebrow{color:#a9effc}.feature-number{opacity:.6;color:#32c3de}
button,.button{border-radius:11px;transition:background .15s,box-shadow .15s}button:hover,.button:hover{box-shadow:0 4px 14px #00287918}input,select,textarea{border-color:#b8c9e0;border-radius:10px}th{background:#edf3fc;color:#355477}tr:last-child td{border-bottom:0}.badge{color:var(--primary);background:#e7effd;border-radius:20px}.notice,.prayer{background:#e9f6fc}.notice{border-left-color:#147ace}.auth{border-top:5px solid #2898ee;box-shadow:0 18px 60px #00287912}.auth-card{box-shadow:0 10px 30px #00287908}
.phone-preview{border-color:#002879;background:#f2f6fc;box-shadow:0 18px 42px #0028791c}.phone-brand{border-top:4px solid #2898ee;color:#002879}.preview-read{background:linear-gradient(110deg,var(--secondary),var(--primary))}.card-mode .phone-content{background:white;margin:14px;border:1px solid var(--line);border-radius:18px;padding:12px}.preview-cover{border-radius:10px}.preview-switch button{min-height:44px}a:focus-visible,button:focus-visible{outline-color:#147ace}nav a:focus-visible{outline-color:#32c3de}
@media(max-width:950px){nav{margin-left:12px}}@media(max-width:650px){nav{margin:12px;border-radius:14px;padding:8px;gap:4px}nav a{min-height:44px;border-left:0;border-bottom:3px solid transparent}nav a[aria-current=page]{border-bottom-color:#32c3de}nav a:last-child{margin-top:0;border-top:0}.page-heading{margin-bottom:22px}.topbar{border-top-width:4px}.stats article{border-radius:13px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
