.error-boundary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;justify-content:center;align-items:center;min-height:200px;margin:20px 0;padding:20px;display:flex}.error-boundary__content{text-align:center;max-width:400px}.error-boundary__title{color:#dc3545;margin-bottom:10px;font-size:1.25rem;font-weight:600}.error-boundary__message{color:#6c757d;margin-bottom:20px;line-height:1.5}.error-boundary__retry{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;padding:10px 20px;font-size:14px;font-weight:500;transition:background-color .2s}.error-boundary__retry:hover{background:#0056b3}.error-boundary__retry:active{transform:translateY(1px)}.section-error{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;justify-content:center;align-items:center;min-height:150px;margin:15px 0;padding:15px;display:flex}.section-error__content{text-align:center;max-width:350px}.section-error__title{color:#856404;margin-bottom:8px;font-size:1.1rem;font-weight:600}.section-error__message{color:#856404;margin-bottom:15px;font-size:14px;line-height:1.4}.section-error__retry{color:#212529;cursor:pointer;background:#ffc107;border:none;border-radius:4px;padding:8px 16px;font-size:13px;font-weight:500;transition:background-color .2s}.section-error__retry:hover{background:#e0a800}.section-error__retry:active{transform:translateY(1px)}.section-skeleton{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin:20px 0;display:grid}.skeleton-card{background:#f8f9fa;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-pulse;overflow:hidden}.skeleton-card--reserve-game .skeleton-card__image,.skeleton-card--game .skeleton-card__image{height:200px}.skeleton-card--surprise-pack .skeleton-card__image{height:180px}.skeleton-card--product .skeleton-card__image{height:160px}.skeleton-card__image{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;animation:1.5s infinite skeleton-shimmer}.skeleton-card__content{padding:15px}.skeleton-card__title{background:#e0e0e0;border-radius:4px;width:80%;height:20px;margin-bottom:10px}.skeleton-card__subtitle{background:#e0e0e0;border-radius:4px;width:60%;height:16px;margin-bottom:8px}.skeleton-card__price{background:#e0e0e0;border-radius:4px;width:40%;height:18px}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.debug-controls{border:1px solid #dee2e6;border-radius:4px;margin-bottom:20px;padding:10px;font-family:Courier New,monospace;font-size:12px;background:#f8f9fa!important}.debug-controls button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:3px;margin-right:8px;padding:5px 10px;font-size:11px}.debug-controls button:hover{background:#0056b3}.debug-controls span{color:#6c757d;font-size:11px}@media (max-width:768px){.section-skeleton{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.error-boundary,.section-error{margin:10px 0;padding:15px}.error-boundary__title,.section-error__title{font-size:1rem}.error-boundary__message,.section-error__message{font-size:13px}}
