/* AbyssOJ - 积分系统 CSS */.points-display{font-size:3rem;font-weight:bold;color:#2563eb;margin-bottom:.5rem}.points-number{font-size:4rem;font-weight:bold;color:#2563eb}.points-label{font-size:1.5rem;color:#6b7280;margin-left:.5rem}.points-description{color:#6b7280;font-size:.875rem}.points-rules-list{list-style:none;padding:0;margin:0}.points-rule-item{padding:.75rem 0;border-bottom:1px solid #e5e7eb}.points-rule-item:last-child{border-bottom:none}.rule-content{display:flex;justify-content:space-between;align-items:center}.rule-name{font-weight:500;color:#374151}.rule-points{font-weight:bold;color:#10b981;background-color:#d1fae5;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem}.points-logs-list{max-height:300px;overflow-y:auto}.points-log-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.points-log-item:last-child{border-bottom:none}.log-content{flex:1}.log-description{display:block;font-size:.875rem;color:#374151;margin-bottom:.25rem}.log-time{display:block;font-size:.75rem;color:#9ca3af}.log-amount{font-weight:bold;font-size:.875rem}.badge{font-weight:bold;font-size:.75rem}.badge i{margin-right:.25rem}.points-guide-item{display:flex;align-items:flex-start;background-color:#f9fafb;padding:1rem;border-radius:.5rem;transition:all .3s ease}.points-guide-item:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transform:translateY(-1px)}.guide-icon{font-size:1.5rem;margin-right:1rem;flex-shrink:0;margin-top:.25rem}.guide-content{flex:1}.guide-content h6{font-weight:500;margin-bottom:.25rem;color:#374151}.guide-content p{font-size:.875rem;margin:0}.table-primary{background-color:#dbeafe!important;border-left:4px solid #2563eb}.pagination{margin-top:1.5rem;justify-content:center}@media (max-width:768px){.points-number{font-size:3rem}.points-label{font-size:1.25rem}.points-display{font-size:2.5rem}.points-guide-item{flex-direction:column;text-align:center}.guide-icon{margin-right:0;margin-bottom:.5rem}}.loading-spinner{display:flex;justify-content:center;align-items:center;height:200px}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-state i{font-size:4rem;margin-bottom:1rem;opacity:.5}.points-card{background-color:#ffffff;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .3s ease}.points-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.points-card-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;border-bottom:none;border-radius:.5rem .5rem 0 0!important}.points-table{background-color:#ffffff;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.rank-1{background-color:#fef3c7;border-left:4px solid #f59e0b}.rank-2{background-color:#e5e7eb;border-left:4px solid #6b7280}.rank-3{background-color:#fecaca;border-left:4px solid #ef4444}.points-tip{background-color:#eff6ff;border-left:4px solid #2563eb;padding:1rem;margin-bottom:1rem;border-radius:.25rem}.points-tip h6{color:#1d4ed8;margin-bottom:.5rem}.points-tip p{margin:0;color:#475569;font-size:.875rem}