body.mex52-history-page { overflow: hidden; background: #111417 !important; }
body.mex52-history-page > #root { visibility: hidden; }
#mex52-history-app { position: fixed; z-index: 2147482000; inset: 0; overflow-y: auto; background: #111417; color: #eef1f3; font-family: "Segoe UI","Microsoft YaHei",sans-serif; }
.mex52-history-top { box-sizing: border-box; position: sticky; z-index: 3; top: 0; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; padding: 8px max(20px,calc((100% - 1400px)/2)); border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(25,29,33,.97); box-shadow: 0 8px 28px rgba(0,0,0,.25); }
.mex52-history-top img { display: block; width: 270px; height: 60px; object-fit: contain; }
.mex52-history-top a { color: #dfe4e8; text-decoration: none; font-weight: 700; }
.mex52-history-main { box-sizing: border-box; width: min(1400px,calc(100% - 40px)); margin: 0 auto; padding: 38px 0 64px; }
.mex52-history-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.mex52-history-heading p { margin: 0 0 5px; color: #f3a712; font-size: 12px; font-weight: 800; }
.mex52-history-heading h1 { margin: 0; font-size: 32px; letter-spacing: 0; }
.mex52-history-heading span { display: block; margin-top: 7px; color: #aeb5bc; }
.mex52-history-count { color: #f3a712; font-size: 38px; }
.mex52-history-tools { display: grid; grid-template-columns: minmax(200px,1fr) auto auto auto auto auto auto; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; background: #1b1f24; }
.mex52-history-search { display: flex; height: 42px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #40464d; border-radius: 5px; background: #101215; }
.mex52-history-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; }
.mex52-history-tabs { display: flex; gap: 4px; }
.mex52-history-tabs button,.mex52-history-import,.mex52-history-export,.mex52-history-clear { min-height: 42px; padding: 0 13px; border: 1px solid #42484f; border-radius: 5px; background: #272c32; color: #dfe3e7; cursor: pointer; }
.mex52-history-tabs button.active { border-color: #f3a712; background: #f3a712; color: #17191c; font-weight: 800; }
.mex52-history-toggle { display: flex; min-height: 42px; align-items: center; gap: 7px; white-space: nowrap; }
.mex52-history-toggle input { width: 18px; height: 18px; accent-color: #f3a712; }
.mex52-history-retention { display: flex; align-items: center; gap: 7px; color: #b8bec5; white-space: nowrap; }
.mex52-history-retention select { height: 42px; border: 1px solid #42484f; border-radius: 5px; background: #272c32; color: #fff; }
.mex52-history-clear { color: #ff8f87; }
.mex52-history-export { color: #f6c35d; }
.mex52-history-import { color: #8dd8c2; }
.mex52-history-state { min-height: 20px; margin: 12px 2px; color: #9ba3ab; font-size: 13px; }
.mex52-history-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.mex52-history-group { grid-column: 1/-1; margin: 16px 0 0; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.1); color: #dce1e5; font-size: 16px; letter-spacing: 0; }
.mex52-history-group:first-child { margin-top: 0; }
.mex52-history-card { position: relative; display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 12px; min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 6px; background: #1c2025; transition: transform .18s,border-color .18s,background .18s; }
.mex52-history-card:hover { transform: translateY(-2px); border-color: rgba(243,167,18,.48); background: #21262c; }
.mex52-history-cover { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; background: #0b0d0f; }
.mex52-history-cover img { width: 100%; height: 100%; object-fit: cover; }
.mex52-history-cover i { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg,#e63b32 var(--watched),rgba(255,255,255,.35) var(--watched)); }
.mex52-history-cover b { position: absolute; right: 6px; bottom: 8px; padding: 3px 6px; border-radius: 3px; background: rgba(11,13,15,.82); color: #fff; font-size: 11px; }
.mex52-history-card > div { min-width: 0; padding: 3px 27px 0 0; }
.mex52-history-card small,.mex52-history-card span { color: #929aa3; font-size: 11px; }
.mex52-history-card h2 { display: -webkit-box; margin: 6px 0; overflow: hidden; color: #f0f2f4; font-size: 14px; line-height: 20px; letter-spacing: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mex52-history-card > button { position: absolute; top: 7px; right: 7px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: transparent; color: #aeb5bd; cursor: pointer; font-size: 21px; }
.mex52-history-card > button:hover { background: #d93b34; color: #fff; }
.mex52-history-empty { grid-column: 1/-1; padding: 80px 20px; border: 1px dashed #3c4248; color: #9ca4ac; text-align: center; }
.mex52-history-import-overlay { position: fixed; z-index: 2147483000; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,.76); backdrop-filter: blur(6px); }
.mex52-history-import-overlay section { box-sizing: border-box; width: min(520px,100%); padding: 22px; border: 1px solid #454c53; border-radius: 6px; background: #1c2025; color: #eef1f3; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.mex52-history-import-overlay h2 { margin: 0 0 10px; font-size: 21px; letter-spacing: 0; }
.mex52-history-import-overlay p,.mex52-history-import-overlay small { color: #aeb5bd; line-height: 1.55; }
.mex52-history-import-overlay ul { max-height: 180px; overflow-y: auto; margin: 14px 0; padding: 8px 8px 8px 28px; border: 1px solid #373d43; background: #14171a; }
.mex52-history-import-overlay li { padding: 3px 0; }
.mex52-history-import-overlay section > div { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.mex52-history-import-overlay button { min-height: 40px; padding: 0 14px; border: 1px solid #4a5158; border-radius: 5px; background: #292e34; color: #fff; cursor: pointer; }
.mex52-history-import-overlay [data-confirm] { border-color: #f3a712; background: #f3a712; color: #181a1d; font-weight: 800; }
.mex52-history-import-overlay [data-confirm]:disabled { opacity: .45; cursor: not-allowed; }
.mex52-history-undo { box-sizing: border-box; position: fixed; z-index: 2147483001; right: 20px; bottom: 24px; display: flex; width: min(460px,calc(100vw - 40px)); align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px; border: 1px solid #4c535a; border-radius: 6px; background: #262b31; color: #eef1f3; box-shadow: 0 16px 42px rgba(0,0,0,.42); font-size: 13px; }
.mex52-history-undo button { flex: 0 0 auto; min-height: 36px; padding: 0 12px; border: 1px solid #f3a712; border-radius: 4px; background: transparent; color: #f3c45e; cursor: pointer; font-weight: 800; }
.mex52-history-home-link { min-height: 34px; padding: 7px 10px; border: 1px solid #d5dade; border-radius: 5px; color: #596168; text-decoration: none; font-size: 12px; }
.mex52-history-home-link:hover { border-color: #df342d; color: #df342d; }
@media (max-width:1100px){.mex52-history-tools{grid-template-columns:1fr 1fr}.mex52-history-search{grid-column:1/-1}.mex52-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.mex52-history-top{min-height:66px;padding:6px 14px}.mex52-history-top img{width:190px;height:52px}.mex52-history-main{width:calc(100% - 24px);padding:24px 0 96px}.mex52-history-heading{align-items:flex-start}.mex52-history-heading h1{font-size:25px}.mex52-history-heading span{font-size:13px}.mex52-history-count{font-size:28px}.mex52-history-tools{display:flex;align-items:stretch;flex-direction:column}.mex52-history-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.mex52-history-tabs button{padding:0 7px}.mex52-history-retention{justify-content:space-between}.mex52-history-grid{grid-template-columns:1fr}.mex52-history-card{grid-template-columns:132px minmax(0,1fr);gap:10px}.mex52-history-card:hover{transform:none}.mex52-history-undo{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:calc(100vw - 24px)}}
