/* My Kingdom Keys RC5.4
   Daily Home + Prayer Scripture Separation
*/

.declare-now-card{
    display:grid;
    grid-template-columns:44px 1fr 18px;
    align-items:center;
    gap:11px;
    margin:14px 0 11px;
    padding:15px;
    border-radius:19px;
    background:linear-gradient(145deg,#e3eadc,#f2eee2);
    border:1px solid rgba(55,72,51,.12);
    color:#303a2e;
    text-decoration:none;
}
.declare-now-icon{
    width:44px;height:44px;
    display:grid;place-items:center;
    border-radius:14px;
    background:#40513a;
    color:#fff;
    font-size:1.08rem;
}
.declare-now-copy{display:block;min-width:0}
.declare-now-copy small{
    display:block;
    margin-bottom:2px;
    color:#6c7766;
    font-size:.78rem;
    line-height:1.3;
    letter-spacing:.06em;
    font-weight:900;
}
.declare-now-copy strong{
    display:block;
    font-size:1.08rem;
    line-height:1.25;
}
.declare-now-copy em{
    display:block;
    margin-top:3px;
    color:#667064;
    font-size:.89rem;
    line-height:1.4;
    font-style:normal;
}
.declare-now-card>b{font-size:1.35rem}

.prayer-scripture-light .prayer-step-help{
    margin-bottom:14px;
}
.prayer-scripture-next-actions{
    display:grid;
    gap:9px;
}
.prayer-scripture-next-actions button{
    width:100%;
    display:grid;
    grid-template-columns:38px 1fr;
    grid-template-rows:auto auto;
    column-gap:10px;
    text-align:left;
    align-items:center;
    padding:12px 13px;
    border:1px solid #d9d3c7;
    border-radius:15px;
    background:#fffaf0;
    color:#333a31;
    cursor:pointer;
}
.prayer-scripture-next-actions button>span{
    grid-row:1 / span 2;
    width:38px;height:38px;
    display:grid;place-items:center;
    border-radius:12px;
    background:#e5eadf;
    font-size:1rem;
}
.prayer-scripture-next-actions button>strong{
    font-size:.97rem;
    line-height:1.3;
}
.prayer-scripture-next-actions button>small{
    margin-top:2px;
    color:#73786f;
    font-size:.84rem;
    line-height:1.35;
}
.prayer-start-action .primary{
    background:#f7f2e8;
    color:#4f574c;
    border:1px solid #d8d1c5;
}

.prayer-attach-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    margin-top:12px;
}
.prayer-attach-actions a{
    display:grid;
    grid-template-columns:34px 1fr;
    grid-template-rows:auto auto;
    gap:1px 8px;
    align-items:center;
    padding:11px;
    border:1px solid #dad4c8;
    border-radius:15px;
    background:#fbf7ed;
    color:#343c32;
    text-decoration:none;
}
.prayer-attach-actions a>span{
    grid-row:1 / span 2;
    width:34px;height:34px;
    display:grid;place-items:center;
    border-radius:11px;
    background:#e7ebdf;
}
.prayer-attach-actions strong{font-size:.92rem;line-height:1.25}
.prayer-attach-actions small{font-size:.78rem;line-height:1.3;color:#747970}

.prayer-scripture-browser{
    padding-bottom:18px;
}
.prayer-scripture-browser-head{
    margin-top:10px;
    padding:19px;
    border-radius:24px;
    background:linear-gradient(145deg,#eee6d6,#f8f3e9 60%,#e4e9dc);
    border:1px solid rgba(60,68,56,.10);
}
.prayer-scripture-browser-head h1{
    margin:5px 0 8px;
    font-size:1.75rem;
    line-height:1.08;
}
.prayer-scripture-browser-head p{
    margin:0;
    font-size:.97rem;
    line-height:1.56;
    color:#626a60;
}
.prayer-scripture-mode{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:13px 0;
}
.prayer-scripture-mode a{
    min-height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    border:1px solid #d8d2c6;
    border-radius:14px;
    background:#f8f3e9;
    color:#596156;
    text-decoration:none;
    font-size:.92rem;
}
.prayer-scripture-mode a.active{
    background:#40513a;
    color:#fff;
    border-color:#40513a;
}
.prayer-scripture-search{
    margin:12px 0 15px;
    padding:13px;
    border-radius:17px;
    background:#faf6ed;
    border:1px solid #dfd8cb;
}
.prayer-scripture-search label>span{
    display:block;
    margin-bottom:6px;
    font-size:.86rem;
    font-weight:900;
    color:#5f685c;
}
.prayer-scripture-search label>div{
    display:grid;
    grid-template-columns:1fr auto;
    gap:7px;
}
.prayer-scripture-search input{
    min-width:0;
    border:1px solid #d5cec1;
    border-radius:12px;
    background:#fffdf8;
    padding:11px 12px;
    font-size:.96rem;
}
.prayer-scripture-search button{
    border:0;
    border-radius:12px;
    padding:0 14px;
    background:#40513a;
    color:#fff;
    font-size:.92rem;
    font-weight:850;
}
.prayer-topic-chips{
    display:flex;
    gap:6px;
    overflow-x:auto;
    padding-top:10px;
    scrollbar-width:thin;
}
.prayer-topic-chips a{
    flex:0 0 auto;
    padding:7px 10px;
    border-radius:999px;
    background:#eee8dc;
    color:#62695f;
    text-decoration:none;
    font-size:.83rem;
    font-weight:800;
}
.prayer-topic-chips a.active{
    background:#dce5d6;
    color:#354331;
}
.prayer-arsenal-note{
    margin:12px 0 15px;
    padding:13px 14px;
    border-radius:16px;
    background:#eef0e7;
}
.prayer-arsenal-note span{
    display:block;
    font-size:.82rem;
    letter-spacing:.06em;
    font-weight:950;
    color:#687261;
}
.prayer-arsenal-note p{
    margin:4px 0 0;
    font-size:.91rem;
    line-height:1.45;
    color:#626a60;
}
.prayer-scripture-results{
    display:grid;
    gap:10px;
}
.prayer-scripture-result{
    padding:15px;
    border:1px solid #ded7ca;
    border-radius:18px;
    background:#fffaf0;
}
.prayer-scripture-result-meta{
    display:flex;
    justify-content:space-between;
    gap:8px;
    align-items:center;
}
.prayer-scripture-result-meta span,
.prayer-scripture-result-meta b{
    font-size:.77rem;
    line-height:1.3;
    color:#6d7766;
}
.prayer-scripture-result h2{
    margin:4px 0 7px;
    font-size:1.08rem;
}
.prayer-scripture-result p{
    margin:0 0 12px;
    font-size:.96rem;
    line-height:1.56;
    color:#565e54;
}
.prayer-scripture-result form button{
    width:100%;
    min-height:44px;
}
.scripture-text-unavailable{
    font-style:italic;
    color:#777b74!important;
}
.prayer-scripture-empty{
    padding:22px 17px;
    border-radius:18px;
    text-align:center;
    background:#f7f2e8;
    border:1px solid #ded7ca;
}
.prayer-scripture-empty>span{
    display:block;
    font-size:1.3rem;
    margin-bottom:5px;
}
.prayer-scripture-empty strong{
    display:block;
    font-size:1rem;
}
.prayer-scripture-empty p{
    font-size:.92rem;
    line-height:1.5;
    color:#686f65;
}
.prayer-scripture-empty a{
    font-size:.92rem;
    font-weight:850;
    color:#40513a;
}

html[data-contrast="high"] .declare-now-card,
html[data-contrast="high"] .prayer-scripture-next-actions button,
html[data-contrast="high"] .prayer-attach-actions a,
html[data-contrast="high"] .prayer-scripture-browser-head,
html[data-contrast="high"] .prayer-scripture-search,
html[data-contrast="high"] .prayer-scripture-result,
html[data-contrast="high"] .prayer-scripture-empty{
    background:#fff!important;
    color:#111!important;
    border-color:#444!important;
}

@media(max-width:390px){
    .prayer-attach-actions{grid-template-columns:1fr}
}


/* Approved practical navigation:
   DECLARE · GOD DID · REQUESTS · GROW · RECALL
   Recall stays last but surfaces due work visibly. */
.nav-recall-icon{
    position:relative;
}
.nav-due-badge{
    position:absolute;
    top:-8px;
    right:-13px;
    min-width:18px;
    height:18px;
    box-sizing:border-box;
    display:grid;
    place-items:center;
    padding:0 4px;
    border-radius:999px;
    background:#7a3f36;
    color:#fff;
    border:2px solid #f4ecdd;
    font-size:.68rem;
    line-height:1;
    font-weight:950;
}
.bottom-nav .active .nav-due-badge{
    border-color:currentColor;
}
html[data-contrast="high"] .nav-due-badge{
    background:#111!important;
    color:#fff!important;
    border-color:#fff!important;
}
