.bonus-history-modal>div{max-width:none;width:90vw;padding:20px}.bonus-history-container,.bonus-history-modal>div{overflow:hidden;display:flex;flex-direction:column}.bonus-history-container{gap:20px;flex:1 1}.bonus-history-header{display:flex;justify-content:space-between}.bonus-history-title{font-size:1.75rem;font-weight:600;color:var(--text);margin:0;display:flex;align-items:center;gap:12px}.bonus-history-title i{color:var(--accent);font-size:1.5rem}.bonus-history-subtitle{color:var(--text-secondary);font-size:.95rem;margin:-10px 0 0}.bonus-history-dual-view{display:flex;flex-direction:column;gap:20px;overflow-y:auto}.bonus-history-chart-section,.bonus-history-list-section{display:flex;flex-direction:column;gap:16px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px}.bonus-history-chart-section{flex-shrink:0}.bonus-history-list-section{flex:1 1;min-height:0;max-height:400px;overflow:hidden}body.light-theme .bonus-history-chart-section,body.light-theme .bonus-history-list-section{background:rgba(0,0,0,.02)}.bs-section-header{display:flex;min-width:100%;margin-bottom:8px;align-items:center;justify-content:space-between}.section-title{font-size:1.1rem;font-weight:600;color:var(--text);margin:0;display:flex;align-items:center;gap:10px}.section-title i{color:var(--accent);font-size:1rem}.event-count{font-size:.85rem;color:var(--text-secondary);background:var(--border-color);padding:4px 12px;border-radius:12px;font-weight:500}.chart-wrapper{flex:1 1;min-height:0}.chart-type-selector{display:flex;gap:6px;background:var(--border-color);border-radius:8px;padding:4px;margin-right:45px}.chart-type-button{display:flex;align-items:center;justify-content:center;padding:8px 12px;background:transparent;border:none;border-radius:6px;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease}.chart-type-button:hover{background:var(--card-hover);color:var(--text)}.chart-type-button.active{background:var(--accent);color:white}.chart-type-button i{font-size:1rem}.bonus-history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.spinner{width:50px;height:50px;border:4px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.bonus-history-loading p{color:var(--text-secondary);font-size:.95rem}.bonus-history-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;text-align:center}.bonus-history-error i{font-size:3rem;color:#f44336}.bonus-history-error p{color:var(--text-secondary);font-size:.95rem;max-width:400px}.retry-button{padding:10px 20px;background:var(--accent);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.retry-button:hover{background:var(--accent-hover);transform:translateY(-2px)}.bonus-history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.bonus-history-empty i{font-size:3.5rem;color:var(--text-secondary);opacity:.5}.bonus-history-empty p{color:var(--text-secondary);font-size:1rem}.bonus-history-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;overflow-y:auto;padding-right:8px;flex:1 1;min-height:0}.bonus-history-list::-webkit-scrollbar{width:8px}.bonus-history-list::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-radius)}.bonus-history-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-radius)}.bonus-history-list::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.history-entry{background:var(--darker-bg);border:1px solid var(--border-color);border-radius:8px;padding:12px;transition:all .2s ease;display:flex;flex-direction:column;gap:10px}body.light-theme .history-entry{background:rgba(255,255,255,.5)}.history-entry:hover{background:var(--card-hover);border-color:var(--accent);transform:translateX(2px)}.entry-header{justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.entry-epoch,.entry-header{display:flex;align-items:center}.entry-epoch{gap:6px;font-size:.9rem;font-weight:600;color:var(--accent)}.entry-epoch i{font-size:.85rem}.entry-block{font-size:.8rem;color:var(--text-secondary);font-weight:500}.entry-body{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.score-change-container{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.score-display{display:flex;flex-direction:row;align-items:center;gap:6px;flex-shrink:0}.score-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;font-weight:500;letter-spacing:.3px}.score-value{font-size:1rem;font-weight:600;color:var(--text)}.score-arrow{display:flex;flex-direction:row;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;flex-shrink:0}.score-arrow.positive{background:rgba(76,175,80,.1);color:#4caf50}.score-arrow.negative{background:rgba(244,67,54,.1);color:#f44336}body.light-theme .score-arrow.positive{background:rgba(76,175,80,.15)}body.light-theme .score-arrow.negative{background:rgba(244,67,54,.15)}.score-arrow i{font-size:.9rem}.change-value{font-weight:600;font-size:.875rem}.entry-reason{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;border-radius:6px;font-weight:500;font-size:.8rem;width:100%}.entry-reason i{font-size:.85rem}.entry-reason.bonus{background:rgba(76,175,80,.1);color:#4caf50;border:1px solid rgba(76,175,80,.3)}.entry-reason.penalty{background:rgba(244,67,54,.1);color:#f44336;border:1px solid rgba(244,67,54,.3)}.entry-reason.neutral{background:rgba(255,193,7,.1);color:#ffc107;border:1px solid rgba(255,193,7,.3)}body.light-theme .entry-reason.bonus{background:rgba(76,175,80,.15)}body.light-theme .entry-reason.penalty{background:rgba(244,67,54,.15)}body.light-theme .entry-reason.neutral{background:rgba(255,193,7,.15)}@media (max-width:1200px){.bonus-history-modal>div{width:95vw}.bonus-history-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.bonus-history-modal>div{width:100vw;max-width:calc(100vw - 16px);padding:20px 16px}.bonus-history-dual-view{gap:16px}.bonus-history-list{grid-template-columns:2fr;gap:10px}.bonus-history-title{font-size:1.4rem}.section-title{font-size:1rem}.bonus-history-list-section{max-height:300px}.chart-type-selector{justify-content:center}.history-entry{padding:10px}.entry-header{flex-direction:column;align-items:flex-start;gap:6px}.score-change-container{gap:8px}.score-arrow{padding:4px 8px}.entry-reason{font-size:.75rem;padding:5px 10px}}@media (max-width:480px){.bonus-history-title{font-size:1.3rem}.bonus-history-title i{font-size:1.2rem}.bonus-history-stats{grid-template-columns:1fr}.history-entry{flex-direction:column;align-items:flex-start;gap:8px;min-height:auto}.entry-header{width:100%;flex-direction:row;justify-content:space-between}.entry-body{width:100%;flex-direction:column;gap:8px}.score-change-container{width:100%;justify-content:space-between}.entry-reason{width:100%;justify-content:center}}
/*# sourceMappingURL=59d08ce9b287c6ce.css.map*/