.Card-module__K8IrrG__toolbar{justify-content:flex-end;align-items:center;gap:12px;min-height:34px;margin-bottom:12px;display:flex}.Card-module__K8IrrG__exportButton{border:1px solid var(--phi-border);border-radius:var(--phi-radius);background:var(--phi-bg-card);height:32px;color:var(--phi-text-secondary);font:inherit;cursor:pointer;transition:var(--phi-transition-fast);justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;display:inline-flex}.Card-module__K8IrrG__exportButton:hover:not(:disabled){color:var(--phi-text);border-color:var(--phi-border-hover);background:var(--phi-accent-soft)}.Card-module__K8IrrG__exportButton:focus-visible{outline:2px solid var(--phi-text-muted);outline-offset:2px}.Card-module__K8IrrG__exportButton:disabled{cursor:not-allowed;opacity:.5}.Card-module__K8IrrG__exportProgress{width:min(260px,48vw);color:var(--phi-text-muted);gap:3px;font-size:11px;display:grid}.Card-module__K8IrrG__exportProgress .ant-progress{line-height:1}.Card-module__K8IrrG__exportError{max-width:min(520px,70vw);color:var(--phi-danger,#d84a4a);overflow-wrap:anywhere;font-size:11px}.Card-module__K8IrrG__exportPreviewViewport{box-sizing:border-box;border:1px solid var(--phi-border);border-radius:var(--phi-radius);background:#0a0c0f;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;max-height:calc(100dvh - 220px);display:flex;overflow:hidden}.Card-module__K8IrrG__exportPreviewImage{object-fit:contain;width:min(100%,1200px);max-width:100%;height:auto;max-height:calc(100dvh - 222px);display:block}.Card-module__K8IrrG__exportPreviewActions{justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:640px){.Card-module__K8IrrG__exportPreviewViewport{max-height:calc(100dvh - 200px)}.Card-module__K8IrrG__exportPreviewImage{max-height:calc(100dvh - 202px)}.Card-module__K8IrrG__exportPreviewActions>button{flex:1}}.Card-module__K8IrrG__container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.Card-module__K8IrrG__card{border-radius:var(--phi-radius);background:var(--phi-bg-card);border:1px solid var(--phi-border);cursor:pointer;width:100%;height:100px;transition:var(--phi-transition);-webkit-user-select:none;user-select:none;will-change:transform;contain:paint;display:flex;overflow:hidden}.Card-module__K8IrrG__card:hover{border-color:var(--phi-border-hover);transform:translateY(-2px)}.Card-module__K8IrrG__imageContainer{background:var(--image-bg);flex:0 0 min(190px,50%);height:100%;position:relative}.Card-module__K8IrrG__image{height:100%;max-width:unset;width:auto}.Card-module__K8IrrG__imageContainer .Card-module__K8IrrG__image{position:absolute;top:0;left:0}.Card-module__K8IrrG__content{background:var(--content-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;flex:1;justify-content:center;gap:2px;padding:8px 10px;display:flex;overflow:auto}.Card-module__K8IrrG__header{color:var(--phi-text-muted);font-size:11px}.Card-module__K8IrrG__title{white-space:nowrap;text-overflow:ellipsis;color:var(--phi-text);margin:0;font-size:14px;font-weight:500;overflow:hidden}.Card-module__K8IrrG__description{color:var(--phi-text-secondary);margin:0;font-size:12px}.Card-module__K8IrrG__floatingCard{z-index:1000;background:var(--floating-bg);border:1px solid var(--phi-border);border-radius:var(--phi-radius);box-shadow:none;opacity:0;filter:blur(8px);will-change:opacity,filter,transform;flex-direction:row;width:min(90vw,860px);height:min(85vh,520px);transition:opacity .35s cubic-bezier(.22,1,.36,1),filter .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(.92)}.Card-module__K8IrrG__floatingCardExpanded{opacity:1;filter:blur();transform:translate(-50%,-50%)scale(1);box-shadow:0 8px 32px #0000004d}.Card-module__K8IrrG__floatingCloseButton{z-index:20;color:#fff;cursor:pointer;width:30px;height:30px;transition:var(--phi-transition-fast);background:#0000006b;border:1px solid #ffffff52;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:10px;right:10px}.Card-module__K8IrrG__floatingCloseButton:hover{background:#000000ad;border-color:#ffffffb8}.Card-module__K8IrrG__floatingCloseButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.Card-module__K8IrrG__songListPanel{border-right:1px solid var(--phi-border);flex-direction:column;flex:0 0 280px;display:flex;overflow:hidden}.Card-module__K8IrrG__songListHeader{letter-spacing:.1em;text-transform:uppercase;color:var(--phi-text-muted);border-bottom:1px solid var(--phi-border);flex-shrink:0;padding:16px;font-size:11px}.Card-module__K8IrrG__songListScroll{flex:1;padding:8px;overflow-y:auto}.Card-module__K8IrrG__songListItem{border-radius:var(--phi-radius);cursor:pointer;transition:var(--phi-transition-fast);border:1px solid #0000;align-items:center;gap:10px;padding:10px 12px;display:flex}.Card-module__K8IrrG__songListItem:hover{background:var(--phi-accent-soft)}.Card-module__K8IrrG__songListItemActive{background:var(--phi-accent-soft);border-color:var(--phi-border-hover)}.Card-module__K8IrrG__songListItemRank{color:var(--phi-text-muted);text-align:center;flex:0 0 28px;font-size:11px}.Card-module__K8IrrG__songListItemInfo{flex:1;min-width:0}.Card-module__K8IrrG__songListItemName{color:var(--phi-text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.Card-module__K8IrrG__songListItemScore{color:var(--phi-text-muted);margin-top:2px;font-size:11px}.Card-module__K8IrrG__songListItemThumb{border-radius:var(--phi-radius-sm);background:var(--image-bg);flex:0 0 40px;height:28px;overflow:hidden}.Card-module__K8IrrG__songListItemThumb img{object-fit:cover;width:100%;height:100%}.Card-module__K8IrrG__detailPanel{flex-direction:column;flex:1;display:flex;overflow:hidden}.Card-module__K8IrrG__detailHeader{background:var(--image-bg);flex:none;height:180px;position:relative;overflow:hidden}.Card-module__K8IrrG__detailHeaderImage{object-fit:cover;opacity:.6;width:100%;height:100%}.Card-module__K8IrrG__detailHeaderOverlay{background:linear-gradient(180deg,transparent 40%,var(--floating-bg)100%);position:absolute;inset:0}.Card-module__K8IrrG__detailHeaderInfo{padding:16px;position:absolute;bottom:0;left:0;right:0}.Card-module__K8IrrG__detailHeaderRank{color:var(--phi-text-muted);margin-bottom:4px;font-size:12px}.Card-module__K8IrrG__detailHeaderTitle{color:var(--phi-text);margin:0;font-size:20px;font-weight:500}.Card-module__K8IrrG__detailHeaderStats{color:var(--phi-text-secondary);gap:16px;margin-top:8px;font-size:12px;display:flex}.Card-module__K8IrrG__detailBody{flex:1;padding:16px;overflow-y:auto}.Card-module__K8IrrG__detailSection{margin-bottom:20px}.Card-module__K8IrrG__detailSectionTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--phi-text-muted);border-bottom:1px solid var(--phi-border);margin-bottom:12px;padding-bottom:8px;font-size:11px}.Card-module__K8IrrG__historyList{flex-direction:column;gap:6px;display:flex}.Card-module__K8IrrG__historyItem{border-radius:var(--phi-radius);background:var(--phi-bg-card);border:1px solid var(--phi-border);transition:var(--phi-transition-fast);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.Card-module__K8IrrG__historyItem:hover{border-color:var(--phi-border-hover)}.Card-module__K8IrrG__historyItemLeft{flex-direction:column;gap:2px;display:flex}.Card-module__K8IrrG__historyItemScore{color:var(--phi-text);font-size:13px;font-weight:500}.Card-module__K8IrrG__historyItemDate{color:var(--phi-text-muted);font-size:11px}.Card-module__K8IrrG__historyItemRight{align-items:center;gap:8px;display:flex}.Card-module__K8IrrG__historyItemAcc{color:var(--phi-text-secondary);font-size:12px}.Card-module__K8IrrG__fcBadge{border-radius:var(--phi-radius);height:16px;padding:0 5px;font-size:10px;line-height:16px;display:inline-block}.Card-module__K8IrrG__haveFc{background:var(--phi-brand-soft);color:var(--phi-brand)}.Card-module__K8IrrG__notFc{background:var(--phi-accent-soft);color:var(--phi-text-muted)}.Card-module__K8IrrG__historyError{color:var(--phi-error);font-size:12px}.Card-module__K8IrrG__blurDiv{background:var(--blur-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .25s;position:fixed;inset:0}.Card-module__K8IrrG__blurDivVisible{opacity:1;pointer-events:auto}.Card-module__K8IrrG__noScroll{overflow:hidden}.Card-module__K8IrrG__songListScroll::-webkit-scrollbar{width:4px;height:4px}.Card-module__K8IrrG__detailBody::-webkit-scrollbar{width:4px;height:4px}.Card-module__K8IrrG__songListScroll::-webkit-scrollbar-track{background:0 0}.Card-module__K8IrrG__detailBody::-webkit-scrollbar-track{background:0 0}.Card-module__K8IrrG__songListScroll::-webkit-scrollbar-thumb{background:var(--phi-border);border-radius:2px}.Card-module__K8IrrG__detailBody::-webkit-scrollbar-thumb{background:var(--phi-border);border-radius:2px}@media (max-width:700px){.Card-module__K8IrrG__floatingCardExpanded{flex-direction:column;width:95vw!important;height:90vh!important}.Card-module__K8IrrG__songListPanel{border-right:none;border-bottom:1px solid var(--phi-border);flex:none;max-height:200px}.Card-module__K8IrrG__detailHeader{height:140px}}@media (prefers-reduced-motion:reduce){.Card-module__K8IrrG__card,.Card-module__K8IrrG__floatingCard,.Card-module__K8IrrG__historyItem{transition:none!important;animation:none!important}}
