.history-popup{z-index:22000;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.history-popup.is-open{display:flex}.history-popup-overlay{backdrop-filter:blur(8px);background:#040812b8;position:absolute;inset:0}.history-popup-card{z-index:1;color:#f8fafc;background:radial-gradient(120% 80% at 0 0,#ffc44829,#0000 46%),linear-gradient(#1a2438 0%,#121a2b 100%);border:1px solid #ffd56a47;border-radius:20px;flex-direction:column;width:min(680px,100%);max-height:min(84vh,760px);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,0 24px 70px #00000080}.history-popup.is-open .history-popup-card{animation:.22s ease-out historyPopupIn}.history-popup-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.history-popup-heading{align-items:flex-start;gap:12px;min-width:0;display:flex}.history-popup-icon{color:#3b2500;background:linear-gradient(#ffd56a,#ff9a1f);border-radius:12px;flex:none;place-items:center;width:44px;height:44px;font-size:1.15rem;display:grid;box-shadow:0 8px 18px #ff9a1f47}.history-popup-title{letter-spacing:.01em;color:#fff;margin:0;font-size:1.15rem;font-weight:800}.history-popup-subtitle{color:#cbd5e1;margin:4px 0 0;font-size:.86rem;line-height:1.4}.history-popup-close{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:12px;width:44px;height:44px;font-size:1.7rem;line-height:1}.history-popup-close:hover,.history-popup-close:focus-visible{outline-offset:2px;background:#ffffff29;outline:2px solid #ffd56a}.history-popup-body{flex-direction:column;min-height:0;padding:14px 18px 18px;display:flex;overflow:hidden}.history-popup-table-wrap{background:#080c1659;border:1px solid #ffffff14;border-radius:14px;min-height:220px;overflow:auto}.history-popup-table{border-collapse:collapse;color:#f8fafc;width:100%}.history-popup-table th,.history-popup-table td{text-align:left;vertical-align:middle;padding:12px 14px;font-size:.92rem}.history-popup-table th{z-index:1;color:#ffd56a;letter-spacing:.08em;text-transform:uppercase;background:#1c2740;font-size:.72rem;position:sticky;top:0}.history-popup-table tbody tr{border-top:1px solid #ffffff0f}.history-popup-table tbody tr:nth-child(2n){background:#ffffff08}.history-popup-user-cell{align-items:center;gap:10px;min-width:0;display:flex}.history-popup-avatar{color:#ffe08a;background:linear-gradient(#2a3854,#1a2438);border:1px solid #ffd56a47;border-radius:999px;flex:none;place-items:center;width:34px;height:34px;font-size:.72rem;font-weight:800;display:grid}.history-popup-user{word-break:break-word;font-weight:700}.history-popup-prize-wrap{flex-direction:column;gap:4px;display:flex}.history-popup-prize{color:#ffe08a;background:#ffd56a24;border:1px solid #ffd56a38;border-radius:999px;align-items:center;width:fit-content;max-width:100%;padding:4px 10px;font-size:.84rem;font-weight:700;display:inline-flex}.history-popup-prize-value{color:#e2e8f0;font-size:.8rem}.history-popup-date{color:#94a3b8;white-space:nowrap;font-size:.84rem}.history-popup-empty,.history-popup-loading{text-align:center;color:#94a3b8;padding:42px 16px!important}.history-popup-empty-icon,.history-popup-loading-icon{color:#ffd56a;margin:0 auto 10px;font-size:1.6rem;display:block}.history-popup-pager{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.history-popup-page-info{color:#cbd5e1;text-align:center;font-size:.88rem;font-weight:700}.history-popup-pager-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:12px;min-width:44px;min-height:44px;padding:0 14px;font-weight:700}.history-popup-pager-btn:hover:not(:disabled),.history-popup-pager-btn:focus-visible:not(:disabled){outline-offset:2px;background:#ffd56a38;outline:2px solid #ffd56a}.history-popup-pager-btn:disabled{opacity:.4;cursor:not-allowed}body.history-popup-open{overflow:hidden}@keyframes historyPopupIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.history-popup-card{border-radius:16px;max-height:88vh}.history-popup-table th:nth-child(3),.history-popup-table td:nth-child(3){display:none}.history-popup-date-mobile{color:#94a3b8;margin-top:4px;font-size:.76rem;font-weight:500;display:block}.history-popup-pager{flex-wrap:wrap;justify-content:center}.history-popup-page-info{order:-1;width:100%}}@media (width>=641px){.history-popup-date-mobile{display:none}}@media (prefers-reduced-motion:reduce){.history-popup.is-open .history-popup-card{animation:none}}