.bonuses-content{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.bonuses-summary{background-color:#e8f5e9;border-radius:12px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.bonuses-amount{font-size:1.5rem;font-weight:700;color:#1f2937;line-height:1.2}.bonuses-rate{font-size:.875rem;color:#6b7280;line-height:1.4}.bonuses-transactions{display:flex;flex-direction:column;gap:.75rem}.bonus-transaction{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #F3F4F6}.bonus-transaction:last-child{border-bottom:none}.bonus-transaction-info{display:flex;flex-direction:column;gap:.25rem}.bonus-transaction-description{font-size:.875rem;font-weight:500;color:#1f2937}.bonus-transaction-date{font-size:.75rem;color:#6b7280}.bonus-transaction-amount{font-size:.875rem;font-weight:600;white-space:nowrap}.bonus-transaction-amount.positive{color:#4bb755}.bonus-transaction-amount.negative{color:#ef4444}.bonuses-empty{text-align:center;padding:2rem 1rem;color:#6b7280}.bonuses-empty p{margin:0;font-size:.875rem}.bonuses-empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.bonuses-empty-text{font-size:1.25rem;font-weight:700;color:#1f2937;line-height:1.2}.bonuses-empty-image{display:flex;justify-content:center;align-items:center}.bonuses-empty-image img{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.bonuses-actions{position:static;padding:1rem;margin:0}.bonuses-shop-button{width:100%;background-color:#4bb755;color:#fff;border:none;border-radius:12px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.bonuses-shop-button:hover{background-color:#3a9b45}.bonuses-shop-button:disabled{background-color:#d1d5db;cursor:not-allowed}.bonuses-loading,.bonuses-error{text-align:center;padding:3rem 1rem;background-color:#f9fafb;border-radius:12px;border:1px solid #E5E7EB}.bonuses-loading .spinner{width:2rem;height:2rem;border:2px solid #E5E7EB;border-top:2px solid #4BB755;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bonuses-loading p,.bonuses-error p{margin:0;color:#6b7280;font-size:.875rem}.bonuses-amount-skeleton{margin-bottom:.5rem}.bonuses-rate-skeleton{margin:0}.bonus-transaction-skeleton{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #F3F4F6}.bonus-transaction-skeleton:last-child{border-bottom:none}.bonus-transaction-info-skeleton{display:flex;flex-direction:column;gap:.25rem;flex:1}.bonus-transaction-description-skeleton{margin-bottom:.25rem}.bonus-transaction-date-skeleton{width:60px}.bonus-transaction-amount-skeleton{width:60px;height:18px}.bonuses-shop-button-skeleton{width:100%}@media (max-width: 768px){.bonuses-content{padding:.75rem;padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}.bonuses-actions{position:fixed;bottom:60px;left:0;right:0;padding:.75rem;z-index:100;max-width:none;margin:0}}
