.font-minecraft{font-family:Minecraft,monospace}.text-minecraft-green{color:#5f5}.bg-minecraft-green{background-color:#5f5}.text-minecraft-gold{color:#fa0}.bg-minecraft-gold{background-color:#fa0}.text-minecraft-diamond{color:#5ff}.bg-minecraft-diamond{background-color:#5ff}.text-minecraft-redstone{color:#f55}.bg-minecraft-redstone{background-color:#f55}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000004d}::-webkit-scrollbar-thumb{background:#55ff5580;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#55ff55b3}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.purchase-history{max-width:1200px;margin:0 auto;padding:2rem}.history-header{text-align:center;margin-bottom:3rem}.history-header h2{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.history-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{text-align:center;padding:2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626}.no-purchases{display:flex;justify-content:center;align-items:center;min-height:400px}.empty-state{text-align:center;padding:3rem}.empty-icon{font-size:4rem;margin-bottom:1rem;display:block}.empty-state h3{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state p{color:#6b7280;font-size:1rem}.purchases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.purchase-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:2px solid transparent;transition:all .3s ease}.purchase-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}.purchase-card.pending{border-color:#fbbf24}.purchase-card.redeemed{border-color:#10b981;opacity:.8}.purchase-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.product-info{display:flex;align-items:center;gap:.75rem}.product-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px}.product-info h3{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.purchase-date{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.redeemed{background:#d1fae5;color:#059669}.purchase-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.purchase-details .label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.purchase-details .value{display:block;font-weight:600;color:#111827}.code-section{margin-top:1rem}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.code-header .label{font-size:.875rem;font-weight:500;color:#374151}.code-hint{font-size:.75rem;color:#6b7280;font-style:italic}.code-container{display:flex;align-items:center;gap:.5rem}.purchase-code{flex:1;background:#1f2937;color:#f9fafb;padding:.75rem 1rem;border-radius:8px;font-family:Courier New,monospace;font-size:.875rem;letter-spacing:1px;border:none;-webkit-user-select:all;-moz-user-select:all;user-select:all}.copy-button{background:#667eea;color:#fff;border:none;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:1rem;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center}.copy-button:hover:not(:disabled){background:#5a67d8;transform:scale(1.05)}.copy-button.copied{background:#10b981;cursor:default}.copy-button:disabled{cursor:default}.redemption-info{margin-top:1rem;padding:1rem;background:#f0fdf4;border-radius:8px;border-left:4px solid #10b981}.redemption-info p{margin:0;font-size:.875rem;color:#065f46}.redeemed-by{font-weight:500;margin-bottom:.25rem!important}.redeemed-date{opacity:.8}@media (max-width: 768px){.purchase-history{padding:1rem}.purchases-grid{grid-template-columns:1fr;gap:1rem}.purchase-card{padding:1rem}.purchase-header{flex-direction:column;gap:.75rem;align-items:flex-start}.purchase-details{grid-template-columns:1fr;gap:.75rem}.code-header{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 480px){.history-header h2{font-size:2rem}.code-container{flex-direction:column;gap:.75rem}.copy-button{width:100%}}
