.CardPage-module__qQG5Eq__container{background:var(--background-color);color:var(--text-color);min-height:100vh}.CardPage-module__qQG5Eq__content{margin:0 auto;padding:2rem 10%}.CardPage-module__qQG5Eq__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.CardPage-module__qQG5Eq__loadingSpinner{border:3px solid var(--secondary-color);border-top-color:var(--primary-color);border-radius:50%;width:3rem;height:3rem;animation:1s ease-in-out infinite CardPage-module__qQG5Eq__spin}@keyframes CardPage-module__qQG5Eq__spin{to{transform:rotate(360deg)}}.CardPage-module__qQG5Eq__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.CardPage-module__qQG5Eq__backButton{background:var(--primary-color);color:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s}.CardPage-module__qQG5Eq__backButton:hover{background:var(--primary-hover);transform:translateY(-1px)}.CardPage-module__qQG5Eq__header{background:var(--regular);border-radius:1rem;margin-bottom:2rem;padding:2rem 0}.CardPage-module__qQG5Eq__headerContent{flex-direction:column;gap:1rem;padding:0 2rem;display:flex}.CardPage-module__qQG5Eq__titleSection{flex-direction:column;gap:.5rem;display:flex}.CardPage-module__qQG5Eq__typeIndicator{color:var(--light);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.CardPage-module__qQG5Eq__typeIndicator svg{color:var(--laurel-green)}.CardPage-module__qQG5Eq__cardTitle{color:var(--text);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.CardPage-module__qQG5Eq__headerActions{flex-wrap:wrap;gap:1rem;display:flex}.CardPage-module__qQG5Eq__actionButton{cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.CardPage-module__qQG5Eq__editButton{background:var(--warning-color);color:#fff}.CardPage-module__qQG5Eq__editButton:hover{background:var(--warning-hover);transform:translateY(-1px)}.CardPage-module__qQG5Eq__downloadButton{background:var(--laurel-green);color:#fff}.CardPage-module__qQG5Eq__downloadButton:hover:not(:disabled){background:var(--laurel-green);transform:translateY(-1px)}.CardPage-module__qQG5Eq__downloadButton:disabled{opacity:.6;cursor:not-allowed}.CardPage-module__qQG5Eq__useButton{background:var(--laurel-green);color:var(--dark)}.CardPage-module__qQG5Eq__useButton:hover{background:#9a94b3;transform:translateY(-1px)}.CardPage-module__qQG5Eq__mainContent{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}.CardPage-module__qQG5Eq__cardPreview{background:var(--regular);border-radius:1rem;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.CardPage-module__qQG5Eq__cardContainer{justify-content:center;align-items:center;width:100%;max-width:400px;display:flex;position:relative}.CardPage-module__qQG5Eq__cardImage{border-radius:.75rem;width:100%;height:auto;transition:transform .2s}.CardPage-module__qQG5Eq__cardImage:hover{transform:scale(1.02)}.CardPage-module__qQG5Eq__cardActions{background:var(--dark);border-radius:1rem;align-items:center;gap:1.5rem;padding:1rem 2rem;display:flex}.CardPage-module__qQG5Eq__likeButton{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:1.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;transition:all .2s;display:flex}.CardPage-module__qQG5Eq__likeButton:hover:not(:disabled){background:var(--border);transform:scale(1.05)}.CardPage-module__qQG5Eq__likeButton:disabled{opacity:.6;cursor:not-allowed}.CardPage-module__qQG5Eq__likeButton.CardPage-module__qQG5Eq__liked{color:var(--laurel-green)}.CardPage-module__qQG5Eq__stat{color:var(--light);align-items:center;gap:.5rem;font-size:1rem;display:flex}.CardPage-module__qQG5Eq__cardInfo{background:var(--regular);border-radius:1rem;height:min-content;padding:2rem}.CardPage-module__qQG5Eq__section{margin-bottom:1.5rem;padding-bottom:1.5rem}.CardPage-module__qQG5Eq__section:last-child{margin-bottom:0}.CardPage-module__qQG5Eq__section h2{color:var(--text);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.CardPage-module__qQG5Eq__description{color:var(--text);margin:0;font-size:1rem;line-height:1.5}.CardPage-module__qQG5Eq__creatorInfo{align-items:center;gap:.75rem;display:flex}.CardPage-module__qQG5Eq__creatorIcon{color:var(--laurel-green);font-size:1.125rem}.CardPage-module__qQG5Eq__creatorLink{color:var(--laurel-green);font-weight:600;text-decoration:none;transition:color .2s}.CardPage-module__qQG5Eq__creatorLink:hover{color:#9a94b3;text-decoration:underline}.CardPage-module__qQG5Eq__details{flex-direction:row;gap:.5rem;display:flex}.CardPage-module__qQG5Eq__detailItem{color:var(--light);background:var(--dark);border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.CardPage-module__qQG5Eq__detailItem:hover{background:var(--border);transform:translateY(-1px)}.CardPage-module__qQG5Eq__detailItem svg{color:var(--laurel-green)}.CardPage-module__qQG5Eq__detailItem span{border-left:1px solid var(--border);padding-left:.5rem}.CardPage-module__qQG5Eq__rarityName{color:var(--laurel-green);margin:0;font-size:1rem;font-weight:600}.CardPage-module__qQG5Eq__section:last-child .CardPage-module__qQG5Eq__detailItem span{border-left:none;padding-left:0}.CardPage-module__qQG5Eq__commentsSection{margin-top:2rem;padding:0}.CardPage-module__qQG5Eq__commentsSection h2{color:var(--text);margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}@media (min-width:768px){.CardPage-module__qQG5Eq__headerContent{flex-direction:row;justify-content:space-between;align-items:center}.CardPage-module__qQG5Eq__cardTitle{font-size:2.5rem}.CardPage-module__qQG5Eq__mainContent{grid-template-columns:1fr 1fr;gap:3rem}.CardPage-module__qQG5Eq__cardContainer{max-width:500px}.CardPage-module__qQG5Eq__details{flex-direction:row;gap:1rem}}@media (min-width:1024px){.CardPage-module__qQG5Eq__header{padding:3rem 0}.CardPage-module__qQG5Eq__mainContent{gap:4rem}}@media (max-width:768px){.CardPage-module__qQG5Eq__content{padding:1rem}.CardPage-module__qQG5Eq__header{margin-bottom:1.5rem;padding:1.5rem 0}.CardPage-module__qQG5Eq__headerContent{gap:1rem;padding:0 1rem}.CardPage-module__qQG5Eq__cardTitle{font-size:1.5rem}.CardPage-module__qQG5Eq__typeIndicator{font-size:.75rem}.CardPage-module__qQG5Eq__headerActions{gap:.75rem}.CardPage-module__qQG5Eq__actionButton{gap:.5rem;padding:.5rem 1rem;font-size:.8rem}.CardPage-module__qQG5Eq__mainContent{gap:1.5rem;margin-bottom:1.5rem}.CardPage-module__qQG5Eq__cardPreview{gap:1rem;padding:1.5rem}.CardPage-module__qQG5Eq__cardActions{flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem}.CardPage-module__qQG5Eq__likeButton,.CardPage-module__qQG5Eq__stat{font-size:.875rem}.CardPage-module__qQG5Eq__cardInfo{padding:1.5rem}.CardPage-module__qQG5Eq__section h2{margin-bottom:.75rem;font-size:1.1rem}.CardPage-module__qQG5Eq__details{flex-direction:column;gap:.5rem}.CardPage-module__qQG5Eq__detailItem{padding:.5rem .75rem;font-size:.8rem}}.CardPage-module__qQG5Eq__useButton{cursor:pointer;transition:all var(--transition-duration);border:1px solid var(--laurel-green);background:var(--laurel-green);color:var(--text);text-align:center;border-radius:.75rem;outline:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.CardPage-module__qQG5Eq__useButton:hover{opacity:1;outline:1px solid var(--laurel-green)}.CardPage-module__qQG5Eq__useButton{color:var(--laurel-green);border-color:var(--laurel-green);background:0 0}.CardPage-module__qQG5Eq__useButton:hover{background:var(--laurel-green);color:var(--text)}.CardPage-module__qQG5Eq__useButton:disabled{background:var(--border);border-color:var(--border);color:var(--text-secondary);cursor:not-allowed;opacity:.7}.CardPage-module__qQG5Eq__modalOverlay{top:calc(var(--header-height) + 1rem);z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.2s ease-out CardPage-module__qQG5Eq__fadeIn;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes CardPage-module__qQG5Eq__fadeIn{0%{opacity:0}to{opacity:1}}.CardPage-module__qQG5Eq__modal{background:var(--regular);border:1px solid var(--border);border-radius:1rem;flex-direction:column;width:90%;max-width:900px;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) CardPage-module__qQG5Eq__slideIn;display:flex;overflow:hidden}@keyframes CardPage-module__qQG5Eq__slideIn{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.CardPage-module__qQG5Eq__modalHeader{border-bottom:1px solid var(--border);background:var(--regular);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.CardPage-module__qQG5Eq__modalTitle{color:var(--text);margin:0;font-size:1.5rem;font-weight:600}.CardPage-module__qQG5Eq__closeButton{color:var(--light);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.5rem;font-size:1.5rem;transition:all .2s;display:flex}.CardPage-module__qQG5Eq__closeButton:hover{background:var(--border);color:var(--text)}.CardPage-module__qQG5Eq__modalContent{flex:1;padding:0;overflow-y:auto}@media (max-width:768px){.CardPage-module__qQG5Eq__modal{width:95%;max-height:95vh}.CardPage-module__qQG5Eq__modalHeader{padding:1rem 1.5rem}.CardPage-module__qQG5Eq__modalTitle{font-size:1.25rem}}
