/* ORDO v3.11 · Inicio vivo */
#inicioModule .home-header{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(360px,1.5fr) auto;gap:24px;align-items:start}
#inicioModule .ordo-home-quote-card{position:relative;min-height:108px;padding:18px 22px 17px 54px;border:1px solid var(--theme-line);border-radius:22px;background:linear-gradient(135deg,rgba(108,92,231,.14),rgba(61,139,255,.07)),var(--theme-surface);box-shadow:0 16px 34px rgba(0,0,0,.08);overflow:hidden}
#inicioModule .ordo-home-quote-mark{position:absolute;left:18px;top:7px;font:700 54px/1 Georgia,serif;color:#7B61FF;opacity:.85}
#inicioModule .ordo-home-quote-card small{display:block;margin-bottom:6px;font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--theme-muted)}
#inicioModule .ordo-home-quote-card blockquote{margin:0;color:var(--theme-text);font-size:15px;line-height:1.48;font-weight:700}
#inicioModule .ordo-home-quote-card cite{display:block;margin-top:7px;color:var(--theme-muted);font-size:12px;font-style:normal;font-weight:700}
#inicioModule .home-date{justify-self:end}

#inicioModule .ordo-home-moments-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 18px}
#inicioModule .ordo-home-moment-card{appearance:none;position:relative;display:flex;min-height:188px;flex-direction:column;justify-content:space-between;width:100%;padding:20px;text-align:left;border:1px solid var(--theme-line);border-radius:24px;background:var(--theme-surface);color:var(--theme-text);cursor:pointer;box-shadow:0 14px 30px rgba(0,0,0,.07);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
#inicioModule .ordo-home-moment-card:hover{transform:translateY(-2px);border-color:var(--theme-line-strong);box-shadow:0 19px 36px rgba(0,0,0,.11)}
#inicioModule .ordo-home-moment-card:focus-visible{outline:2px solid #7B61FF;outline-offset:3px}
#inicioModule .ordo-home-moment-card.birthday{background:linear-gradient(145deg,rgba(123,97,255,.12),transparent 58%),var(--theme-surface)}
#inicioModule .ordo-home-moment-card.vacation{background:linear-gradient(145deg,rgba(61,139,255,.12),transparent 58%),var(--theme-surface)}
#inicioModule .ordo-home-moment-card.agenda-birthday{background:linear-gradient(145deg,rgba(236,72,153,.09),transparent 58%),var(--theme-surface)}
#inicioModule .ordo-home-moment-card.is-today{border-color:rgba(123,97,255,.68);box-shadow:0 0 0 1px rgba(123,97,255,.18),0 18px 40px rgba(108,92,231,.18)}
#inicioModule .ordo-home-moment-card.agenda-birthday.is-today{border-color:rgba(236,72,153,.66);background:linear-gradient(145deg,rgba(236,72,153,.18),transparent 62%),var(--theme-surface)}
#inicioModule .ordo-home-moment-card.agenda-birthday.is-tomorrow{border-color:rgba(245,158,11,.6);background:linear-gradient(145deg,rgba(245,158,11,.14),transparent 62%),var(--theme-surface)}
#inicioModule .ordo-home-moment-top{display:flex;align-items:flex-start;gap:13px}
#inicioModule .ordo-home-moment-top .icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid var(--theme-line);border-radius:14px;background:var(--theme-surface-2);font-size:20px}
#inicioModule .ordo-home-moment-top>span:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}
#inicioModule .ordo-home-moment-top small{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--theme-muted)}
#inicioModule .ordo-home-moment-top strong{font-size:16px;line-height:1.22;color:var(--theme-text)}
#inicioModule .ordo-home-count{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:7px;align-items:start;margin:19px 0 15px}
#inicioModule .ordo-home-count>span{min-width:0;text-align:center}
#inicioModule .ordo-home-count strong{display:block;font-size:25px;line-height:1;font-variant-numeric:tabular-nums;color:var(--theme-text);letter-spacing:-.03em}
#inicioModule .ordo-home-count small{display:block;margin-top:6px;color:var(--theme-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
#inicioModule .ordo-home-count i{padding-top:3px;color:var(--theme-muted);font-style:normal;font-weight:800}
#inicioModule .ordo-home-moment-foot{display:block;color:var(--theme-muted);font-size:11.5px;line-height:1.42;font-weight:650}
#inicioModule .ordo-home-birthday-message{display:flex;align-items:center;min-height:54px;margin:15px 0;color:var(--theme-text-2);font-size:14px;line-height:1.45;font-weight:700}

.ordo-home-dates-dialog{border:0;padding:0;background:transparent;color:var(--theme-text);max-width:none}
.ordo-home-dates-dialog::backdrop{background:rgba(4,8,16,.68);backdrop-filter:blur(9px)}
.ordo-home-dates-card{width:min(560px,calc(100vw - 32px));padding:26px;border:1px solid var(--theme-line);border-radius:26px;background:var(--theme-surface);box-shadow:0 34px 100px rgba(0,0,0,.42)}
.ordo-home-dates-card .modal-head{margin-bottom:22px}
.ordo-home-dates-card label{display:flex;flex-direction:column;gap:8px;margin-top:18px;color:var(--theme-text-2);font-size:13px;font-weight:800}
.ordo-home-dates-card input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--theme-line);border-radius:13px;background:var(--theme-surface-2);color:var(--theme-text);font:inherit;color-scheme:dark}
[data-theme="light"] .ordo-home-dates-card input,body.theme-light .ordo-home-dates-card input{color-scheme:light}
.ordo-home-dates-card .helper{display:block;margin-top:7px;color:var(--theme-muted);font-size:11px;line-height:1.45}
.ordo-home-dates-error{min-height:20px;margin:15px 0 0;color:#fb7185;font-size:12px;font-weight:700}
.ordo-home-dates-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}
.ordo-home-dates-actions button{min-height:44px;padding:0 17px;border-radius:12px;font-weight:800;cursor:pointer}
.ordo-home-dates-actions .cancel{border:1px solid var(--theme-line);background:transparent;color:var(--theme-text)}
.ordo-home-dates-actions .save{border:1px solid transparent;background:#6C5CE7;color:#fff}
.ordo-home-dates-actions button:disabled{opacity:.58;cursor:wait}

@media (max-width:1180px){
  #inicioModule .home-header{grid-template-columns:1fr auto}
  #inicioModule .ordo-home-quote-card{grid-column:1/-1;grid-row:2}
  #inicioModule .ordo-home-moments-grid{grid-template-columns:1fr 1fr}
  #inicioModule .ordo-home-moment-card.agenda-birthday{grid-column:1/-1;min-height:154px}
}
@media (max-width:720px){
  #inicioModule .home-header{grid-template-columns:1fr;gap:14px}
  #inicioModule .home-date{justify-self:start}
  #inicioModule .ordo-home-quote-card{grid-column:auto;grid-row:auto;padding-left:50px;border-radius:19px}
  #inicioModule .ordo-home-moments-grid{grid-template-columns:1fr;gap:12px;margin-top:16px}
  #inicioModule .ordo-home-moment-card.agenda-birthday{grid-column:auto}
  #inicioModule .ordo-home-moment-card{min-height:178px;border-radius:20px;padding:18px}
  #inicioModule .ordo-home-count strong{font-size:23px}
  .ordo-home-dates-card{padding:21px;border-radius:22px}
}
