.DeckList-module__o1AdQG__container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.DeckList-module__o1AdQG__deckListContainer{width:100%;padding:1.5rem 2rem}.DeckList-module__o1AdQG__header{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.DeckList-module__o1AdQG__titleSection{flex-direction:column;gap:.5rem;display:flex}.DeckList-module__o1AdQG__title{color:#fff;margin:0;font-size:2rem;font-weight:700}.DeckList-module__o1AdQG__description{color:#9ca3af;margin:0;font-size:1rem}.DeckList-module__o1AdQG__descriptionSection{margin-bottom:1.5rem}.DeckList-module__o1AdQG__filterSummary{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.DeckList-module__o1AdQG__filterSummaryText{color:#d1d5db;margin-right:.75rem;font-size:.875rem}.DeckList-module__o1AdQG__filterTag{color:#f9fafb;background:#374151;border:1px solid #4b5563;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.DeckList-module__o1AdQG__emptyStateHint{color:#6b7280;margin-top:.5rem;font-size:.875rem}.DeckList-module__o1AdQG__controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.DeckList-module__o1AdQG__searchContainer,.DeckList-module__o1AdQG__filterContainer,.DeckList-module__o1AdQG__sortContainer{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.DeckList-module__o1AdQG__searchIcon,.DeckList-module__o1AdQG__filterIcon,.DeckList-module__o1AdQG__sortIcon{color:#9ca3af;font-size:1.125rem!important}.DeckList-module__o1AdQG__searchInput,.DeckList-module__o1AdQG__filterSelect,.DeckList-module__o1AdQG__sortSelect{color:#fff;background:0 0;border:none;outline:none;min-width:120px;font-size:.875rem}.DeckList-module__o1AdQG__searchInput::placeholder{color:#6b7280}.DeckList-module__o1AdQG__filterSelect option,.DeckList-module__o1AdQG__sortSelect option{color:#fff;background-color:#1f2937}.DeckList-module__o1AdQG__viewToggle{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.DeckList-module__o1AdQG__viewButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.DeckList-module__o1AdQG__viewButton:hover{color:#fff;background-color:#ffffff1a}.DeckList-module__o1AdQG__viewButton.DeckList-module__o1AdQG__active{color:#a5b4fc;background-color:#6366f133}.DeckList-module__o1AdQG__resultsCount{color:#9ca3af;margin-bottom:1rem;font-size:.875rem}.DeckList-module__o1AdQG__loading,.DeckList-module__o1AdQG__error,.DeckList-module__o1AdQG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.DeckList-module__o1AdQG__loadingSpinner{border:2px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:2rem;height:2rem;margin-bottom:1rem;animation:1s linear infinite DeckList-module__o1AdQG__spin}@keyframes DeckList-module__o1AdQG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DeckList-module__o1AdQG__loading p,.DeckList-module__o1AdQG__error p,.DeckList-module__o1AdQG__emptyState p{color:#9ca3af;margin:0}.DeckList-module__o1AdQG__error p{color:#ef4444}.DeckList-module__o1AdQG__deckList{gap:1.5rem;display:grid}.DeckList-module__o1AdQG__deckList.DeckList-module__o1AdQG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.DeckList-module__o1AdQG__deckList.DeckList-module__o1AdQG__list{grid-template-columns:1fr}.DeckList-module__o1AdQG__deckCard{cursor:pointer;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;transition:all .2s;overflow:hidden}.DeckList-module__o1AdQG__deckCard:hover{background-color:#ffffff14;border-color:#fff3;box-shadow:0 4px 16px #00000040,0 0 0 1px #ffffff1a}.DeckList-module__o1AdQG__grid .DeckList-module__o1AdQG__deckCard{flex-direction:column;display:flex}.DeckList-module__o1AdQG__grid .DeckList-module__o1AdQG__deckImage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;height:120px;display:flex}.DeckList-module__o1AdQG__grid .DeckList-module__o1AdQG__deckPreview{font-size:2rem}.DeckList-module__o1AdQG__grid .DeckList-module__o1AdQG__deckInfo{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex}.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckCard{align-items:center;gap:1rem;padding:1rem;display:flex}.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckImage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckPreview{font-size:1.5rem}.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.DeckList-module__o1AdQG__deckName{color:#fff;margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.DeckList-module__o1AdQG__deckDescription{color:#9ca3af;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.DeckList-module__o1AdQG__deckTags{flex-wrap:wrap;gap:.375rem;display:flex}.DeckList-module__o1AdQG__tag{color:#a5b4fc;white-space:nowrap;background-color:#6366f133;border:1px solid #6366f14d;border-radius:12px;padding:.25rem .5rem;font-size:.75rem}.DeckList-module__o1AdQG__tagMore{color:#9ca3af;background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:.25rem .5rem;font-size:.75rem}.DeckList-module__o1AdQG__deckStats{align-items:center;gap:1rem;display:flex}.DeckList-module__o1AdQG__deckStat{color:#9ca3af;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.DeckList-module__o1AdQG__statIcon{color:#9ca3af;font-size:1rem!important}.DeckList-module__o1AdQG__deckActions{justify-content:flex-end;margin-top:auto;display:flex}.DeckList-module__o1AdQG__favoriteButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.DeckList-module__o1AdQG__favoriteButton:hover,.DeckList-module__o1AdQG__favoriteButton.DeckList-module__o1AdQG__favorited{color:#ef4444;background-color:#ef44441a}@media (max-width:768px){.DeckList-module__o1AdQG__container{padding:1rem}.DeckList-module__o1AdQG__header{gap:1rem}.DeckList-module__o1AdQG__title{font-size:1.5rem}.DeckList-module__o1AdQG__controls{flex-direction:column;align-items:stretch}.DeckList-module__o1AdQG__searchContainer,.DeckList-module__o1AdQG__filterContainer,.DeckList-module__o1AdQG__sortContainer{justify-content:center}.DeckList-module__o1AdQG__deckList.DeckList-module__o1AdQG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckCard{flex-direction:column;align-items:flex-start;gap:.75rem}.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckImage{width:100%;height:120px}.DeckList-module__o1AdQG__deckStats{flex-wrap:wrap;gap:.75rem}}@media (max-width:480px){.DeckList-module__o1AdQG__container{padding:.5rem}.DeckList-module__o1AdQG__title{font-size:1.25rem}.DeckList-module__o1AdQG__deckCard{border-radius:8px}.DeckList-module__o1AdQG__grid .DeckList-module__o1AdQG__deckImage,.DeckList-module__o1AdQG__list .DeckList-module__o1AdQG__deckImage{height:100px}.DeckList-module__o1AdQG__deckList.DeckList-module__o1AdQG__grid{grid-template-columns:1fr}}
.Breadcrumb-module__RHO-oa__breadcrumb{margin-bottom:1rem}.Breadcrumb-module__RHO-oa__breadcrumbList{flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.Breadcrumb-module__RHO-oa__breadcrumbItem{align-items:center;gap:.25rem;display:flex}.Breadcrumb-module__RHO-oa__breadcrumbLink{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s}.Breadcrumb-module__RHO-oa__breadcrumbLink:hover{color:#6366f1;text-decoration:none}.Breadcrumb-module__RHO-oa__breadcrumbCurrent{color:#fff;font-size:.875rem;font-weight:500}.Breadcrumb-module__RHO-oa__breadcrumbSeparator{color:#6b7280;-webkit-user-select:none;user-select:none;margin:0 .25rem;font-size:.875rem}@media (max-width:640px){.Breadcrumb-module__RHO-oa__breadcrumbLink,.Breadcrumb-module__RHO-oa__breadcrumbCurrent,.Breadcrumb-module__RHO-oa__breadcrumbSeparator{font-size:.8rem}}
