.dreamteam-module__qh5HNa__page{animation:.5s dreamteam-module__qh5HNa__fadeIn}.dreamteam-module__qh5HNa__title{color:var(--text-primary);margin-bottom:8px;font-size:2rem;font-weight:800}.dreamteam-module__qh5HNa__subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:.95rem}.dreamteam-module__qh5HNa__layout{grid-template-columns:1fr 320px;align-items:start;gap:32px;display:grid}.dreamteam-module__qh5HNa__main{min-width:0}.dreamteam-module__qh5HNa__sidebar{position:sticky;top:96px}.dreamteam-module__qh5HNa__teamCard{background:var(--bg-primary);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin-bottom:20px;padding:24px}.dreamteam-module__qh5HNa__teamHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dreamteam-module__qh5HNa__teamTitle{font-size:1rem;font-weight:700}.dreamteam-module__qh5HNa__budgetDisplay{align-items:center;gap:8px;font-size:.85rem;display:flex}.dreamteam-module__qh5HNa__budgetBar{background:var(--bg-secondary);border-radius:3px;width:100px;height:6px;overflow:hidden}.dreamteam-module__qh5HNa__budgetFill{background:var(--accent-purple);border-radius:3px;height:100%;transition:width .4s}.dreamteam-module__qh5HNa__budgetFillOver{background:var(--accent-danger);}.dreamteam-module__qh5HNa__budgetText{color:var(--accent-purple);font-weight:700}.dreamteam-module__qh5HNa__budgetTextOver{color:var(--accent-danger);}.dreamteam-module__qh5HNa__teamSlots{flex-direction:column;gap:10px;display:flex}.dreamteam-module__qh5HNa__teamSlot{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-glass);align-items:center;gap:12px;min-height:60px;padding:12px;display:flex}.dreamteam-module__qh5HNa__teamSlotEmpty{border-style:dashed;justify-content:center;}.dreamteam-module__qh5HNa__teamSlotEmptyText{color:var(--text-muted);font-size:.8rem;font-weight:500}.dreamteam-module__qh5HNa__teamSlotAvatar{border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.dreamteam-module__qh5HNa__teamSlotInfo{flex:1;min-width:0}.dreamteam-module__qh5HNa__teamSlotName{font-size:.85rem;font-weight:600}.dreamteam-module__qh5HNa__teamSlotGroup{color:var(--text-muted);font-size:.7rem}.dreamteam-module__qh5HNa__teamSlotRemove{border-radius:var(--radius-sm);color:var(--text-muted);background:var(--bg-primary);border:1px solid var(--border-glass);transition:all var(--transition);padding:4px 10px;font-size:.7rem;font-weight:600}.dreamteam-module__qh5HNa__teamSlotRemove:hover{color:var(--accent-danger);border-color:var(--accent-danger)}.dreamteam-module__qh5HNa__teamActions{gap:10px;margin-top:16px;display:flex}.dreamteam-module__qh5HNa__shareBtn{border-radius:var(--radius-sm);background:var(--accent-purple);border:1px solid var(--accent-purple);color:#fff;transition:all var(--transition);flex:1;padding:10px;font-size:.85rem;font-weight:600}.dreamteam-module__qh5HNa__shareBtn:hover{background:#6d28d9;border-color:#6d28d9}.dreamteam-module__qh5HNa__resetBtn{border-radius:var(--radius-sm);color:var(--text-muted);border:1px solid var(--border-glass);transition:all var(--transition);padding:10px 16px;font-size:.85rem;font-weight:600}.dreamteam-module__qh5HNa__resetBtn:hover{color:var(--accent-danger);border-color:var(--accent-danger)}.dreamteam-module__qh5HNa__filters{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.dreamteam-module__qh5HNa__searchInput{border-radius:var(--radius-sm);background:var(--bg-primary);border:1px solid var(--border-glass);min-width:200px;color:var(--text-primary);transition:border-color var(--transition);outline:none;flex:1;padding:10px 16px;font-size:.85rem}.dreamteam-module__qh5HNa__searchInput:focus{border-color:var(--accent-purple)}.dreamteam-module__qh5HNa__searchInput::placeholder{color:var(--text-muted)}.dreamteam-module__qh5HNa__filterSelect{border-radius:var(--radius-sm);background:var(--bg-primary);border:1px solid var(--border-glass);color:var(--text-primary);cursor:pointer;outline:none;padding:10px 14px;font-size:.85rem}.dreamteam-module__qh5HNa__idolGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.dreamteam-module__qh5HNa__idolCard{border-radius:var(--radius-md);background:var(--bg-primary);border:1px solid var(--border-glass);cursor:pointer;transition:all var(--transition);text-align:left;width:100%;box-shadow:var(--shadow-card);align-items:center;gap:10px;padding:12px;display:flex}.dreamteam-module__qh5HNa__idolCard:hover:not(:disabled){border-color:var(--accent-purple);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.dreamteam-module__qh5HNa__idolCard:disabled{opacity:.4;cursor:not-allowed}.dreamteam-module__qh5HNa__idolCardSelected{border-color:var(--accent-purple);background:#7c3aed0a;}.dreamteam-module__qh5HNa__idolAvatar{border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.dreamteam-module__qh5HNa__idolInfo{flex:1;min-width:0}.dreamteam-module__qh5HNa__idolName{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.dreamteam-module__qh5HNa__idolGroup{color:var(--text-muted);font-size:.65rem}.dreamteam-module__qh5HNa__starCost{color:var(--accent-gold);flex-shrink:0;font-size:.75rem;font-weight:700}@media (max-width:768px){.dreamteam-module__qh5HNa__layout{grid-template-columns:1fr}.dreamteam-module__qh5HNa__sidebar{order:-1;position:static}.dreamteam-module__qh5HNa__title{font-size:1.5rem}.dreamteam-module__qh5HNa__idolGrid{grid-template-columns:1fr 1fr}.dreamteam-module__qh5HNa__filters{flex-direction:column}.dreamteam-module__qh5HNa__searchInput{min-width:0}}
