/* NestPortal v410 · Historial de mensajes en Mi cuenta */
#modalContent .accountStatsGridV410>button.accountStatHistoryV410{
  appearance:none;-webkit-appearance:none;width:100%;text-align:left;cursor:pointer;
  background:#f7fffc;border:1px solid var(--line);border-radius:18px;padding:12px;color:inherit;font:inherit;
  transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;
}
#modalContent .accountStatsGridV410>button.accountStatHistoryV410:hover,
#modalContent .accountStatsGridV410>button.accountStatHistoryV410:focus-visible{border-color:rgba(20,184,148,.5);box-shadow:0 8px 18px rgba(7,94,84,.08);outline:none}
#modalContent .accountStatsGridV410>button.accountStatHistoryV410:active{transform:scale(.985)}
#modalContent .accountStatsGridV410>button.accountStatHistoryV410 b{font-size:20px;color:#075e54;display:block;font-weight:800}
#modalContent .accountStatsGridV410>button.accountStatHistoryV410 span{font-size:12px;color:#60736e;font-weight:900}
#modalContent .accountHistorySummaryV410{display:flex;align-items:baseline;gap:8px;margin:14px 0;padding:14px 16px;border-radius:18px;background:#f0fff9;border:1px solid rgba(20,184,148,.28)}
#modalContent .accountHistorySummaryV410 b{font-size:28px;color:#075e54}
#modalContent .accountHistorySummaryV410 span{color:#60736e;font-weight:850}
#modalContent .accountHistoryListV410{display:grid;gap:10px;padding-bottom:8px}
#modalContent .accountHistoryItemV410{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff,#f8fffc)}
#modalContent .accountHistoryMetaV410{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:7px;font-size:12px;font-weight:900;color:#647873}
#modalContent .accountHistoryMetaV410 span{color:#08786a}
#modalContent .accountHistoryItemV410 p{margin:0;color:#183934;font-weight:700;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}
#modalContent .accountHistoryItemV410>small{display:block;margin-top:7px;color:#74847f;font-weight:750}
#modalContent .accountHistoryEmptyV410{display:grid;gap:5px;padding:22px;border:1px dashed rgba(7,94,84,.22);border-radius:18px;text-align:center;background:#fbfffd;color:#647873}
#modalContent .accountHistoryEmptyV410 b{color:#075e54;font-size:18px}
#modalContent .accountHistoryLoadingV410{display:grid;justify-items:center;text-align:center;gap:8px;padding:28px 12px;color:#617872}
#modalContent .accountHistoryLoadingV410>span{width:34px;height:34px;border-radius:50%;border:4px solid rgba(7,94,84,.14);border-top-color:#14b894;animation:accountHistorySpinV410 .8s linear infinite}
#modalContent .accountHistoryLoadingV410 b{color:#075e54;font-size:18px}
@keyframes accountHistorySpinV410{to{transform:rotate(360deg)}}

#modalContent .accountHistoryPagerV410{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:14px 0 4px}
#modalContent .accountHistoryPagerV410 button{appearance:none;border:1px solid rgba(7,94,84,.22);background:#fff;color:#075e54;border-radius:14px;padding:10px 13px;font-weight:900;cursor:pointer}
#modalContent .accountHistoryPagerV410 button:disabled{opacity:.38;cursor:default}
#modalContent .accountHistoryPagerV410 span{font-size:12px;color:#60736e;font-weight:900;text-align:center}
