.mypage-lists-head{display:flex;flex-direction:column;gap:10px;margin:10px 0 18px}
.mypage-lists-nav{display:flex;gap:8px;overflow-x:auto;padding:2px 0 4px 2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.mypage-lists-nav::-webkit-scrollbar{display:none}
.mypage-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid transparent;border-radius:999px;background:rgba(0,0,0,.05);text-decoration:none;font-size:.8em;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s,color .15s;box-sizing:border-box}
.mypage-chip.is-active{background:#333;color:#fff;font-weight:700;border-color:#333}
.mypage-chip:hover:not(.is-active){background:rgba(0,0,0,.1)}
.mypage-subnav{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.mypage-search{display:flex;gap:8px;flex-wrap:wrap}
.mypage-search-input{flex:1;min-width:220px;padding:10px 12px;border:1px solid rgba(0,0,0,.14);border-radius:10px}
.mypage-search-btn{padding:10px 12px;border:0;border-radius:10px;background:rgba(0,0,0,.08);cursor:pointer}
.mypage-pager{margin-top:14px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px}
.mypage-pager .page-numbers{display:inline-flex !important;align-items:center !important;align-self:center !important;height:auto !important;min-height:unset !important;line-height:1 !important;padding:6px 10px;margin:0;border-radius:10px;background:rgba(0,0,0,.05);text-decoration:none;white-space:nowrap}
.mypage-pager .page-numbers.current{background:rgba(0,0,0,.12);font-weight:700}
.mypage-ratinglist{display:flex;flex-direction:column;gap:12px;margin-top:12px}
.mypage-ratingitem{border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;padding:12px}
.mypage-ratingitem-head{display:flex;gap:10px;align-items:baseline;justify-content:space-between;flex-wrap:wrap}
.mypage-ratingitem-title{font-weight:700;text-decoration:none}
.mypage-ratingitem-date{font-size:.9em;opacity:.7}
.mypage-ratingitem-scores{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.mypage-ratingitem-score{font-size:.95em;padding:2px 8px;border-radius:999px;background:rgba(0,0,0,.04)}
.mypage-ratingitem-score.is-total{font-weight:700}
.mypage-ratingitem-comment{margin-top:10px;white-space:pre-wrap;line-height:1.5;background:rgba(0,0,0,.02);padding:8px;border-radius:10px}

/* Profile header styles */
.profile-header-content{display:flex;flex-direction:column;gap:16px;align-items:center}
.profile-avatar-section{flex-shrink:0;align-self:center;display:flex;flex-direction:column;align-items:center}
.profile-avatar{width:120px;height:120px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);position:relative}
.profile-avatar-editable{cursor:pointer;transition:all 0.2s}
.profile-avatar-editable:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,0.2)}
.profile-avatar-editable:hover .profile-avatar-overlay{opacity:1}
.profile-avatar-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:10px}
.profile-avatar-action-btn{border:1px solid #d0d0d0;background:#fff;color:#333;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}
.profile-avatar-action-btn:hover{background:#f5f5f5}
.profile-avatar-action-btn-delete{color:#b3261e;border-color:#e6b7b4}
.profile-avatar-action-btn-delete:hover{background:#fff5f5}
.profile-avatar-img{width:100%;height:100%;object-fit:cover}
.profile-avatar-default{width:60px;height:60px;color:#999}
.profile-avatar-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.2s;color:#fff}
.profile-avatar-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10}
.profile-avatar-loading .spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:spin 0.8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.profile-title-section{flex:1;text-align:center;min-width:0;width:100%;max-width:100%}
.mypage-title{word-break:break-word;overflow-wrap:anywhere;font-size:1.3rem;max-width:100%}
.profile-stats{display:flex;gap:24px;align-items:center}
.profile-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}
.profile-stat-link{text-decoration:none;color:inherit;transition:opacity .2s ease}
.profile-stat-link:hover{opacity:.75}
.profile-stat-count{font-size:1.5em;font-weight:700;color:#333}
.profile-stat-label{font-size:.85em;color:#666}

.profile-action-buttons{display:flex;gap:12px;flex-wrap:wrap}
.profile-follow-btn{padding:10px 24px;border:2px solid #333;border-radius:999px;background:#333;color:#fff;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:.95em}
.profile-follow-btn:hover{background:#000;border-color:#000}
.profile-follow-btn:disabled{opacity:.5;cursor:not-allowed}
.profile-follow-btn .follow-text-follow{display:inline}
.profile-follow-btn .follow-text-following{display:none}
.profile-message-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border:2px solid #1976d2;border-radius:999px;background:#1976d2;color:#fff;font-weight:700;text-decoration:none;transition:all .2s ease;font-size:.95em;line-height:1}
.profile-message-btn:hover{background:#1565c0;border-color:#1565c0}
.profile-follow-btn.is-following{background:#fff;color:#333;border-color:#ddd}
.profile-follow-btn.is-following:hover{background:#f5f5f5}
.profile-follow-btn.is-following .follow-text-follow{display:none}
.profile-follow-btn.is-following .follow-text-following{display:inline}

@media (min-width: 900px) {
  .profile-header-content{flex-direction:row;align-items:center;justify-content:space-between}
  .profile-stats{order:2}
  .profile-action-buttons{order:3}
}

/* User Profile Section */
.mypage-profile-section {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.mypage-profile-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}

.mypage-profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.mypage-profile-item {
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.mypage-profile-item-wide {
  grid-column: 1 / -1;
}

.mypage-profile-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}

.mypage-profile-value {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

.mypage-profile-empty {
  color: #bdbdbd;
  font-weight: 400;
}

.mypage-profile-composers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mypage-composer-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.mypage-composer-link:hover {
  color: #764ba2;
  text-decoration: underline;
}

.mypage-profile-bio {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.mypage-profile-bio-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
  margin-top: 8px;
  white-space: pre-wrap;
}

.mypage-profile-social {
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mypage-profile-social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mypage-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e0e0e0;
  transition: all 0.2s;
  text-decoration: none;
  color: #333;
}

.mypage-social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-color: currentColor;
}

.mypage-social-link svg {
  display: block;
}

.mypage-profile-edit-wrap {
  text-align: center;
  padding: 20px 0 4px;
}

.mypage-profile-edit-btn {
  display: inline-block;
  padding: 10px 28px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.2s;
}

.mypage-profile-edit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102,126,234,0.4);
  color: #fff;
}

.mypage-social-link-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
  border-color: #e0e0e0;
  pointer-events: none;
}

.mypage-social-link-disabled:hover {
  transform: none;
  box-shadow: none;
}

@media (max-width: 640px) {
  .profile-avatar { width: 72px; height: 72px; }
  .profile-avatar-default { width: 36px; height: 36px; }

  .mypage-profile-grid {
    grid-template-columns: 1fr;
  }

  .mypage-profile-section {
    padding: 16px;
  }

  .mypage-profile-social {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Tab Navigation for Mypage */
.mypage-tabs-nav {
  display: flex;
  gap: 8px;
  margin: 20px 0 24px;
  border-bottom: 2px solid #e0e0e0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mypage-tabs-nav::-webkit-scrollbar {
  height: 4px;
}

.mypage-tabs-nav::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.mypage-tabs-nav::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 2px;
}

.mypage-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}

.mypage-tab-btn:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}

.mypage-tab-btn.active {
  color: #667eea;
  border-bottom-color: #667eea;
  background: rgba(102, 126, 234, 0.08);
}

.mypage-tab-icon {
  font-size: 1.2rem;
}

.mypage-tab-label {
  font-size: 1rem;
}

/* Tab Content */
.mypage-tab-content {
  display: none;
  animation: mypageFadeIn 0.3s ease-in;
}

.mypage-tab-content.active {
  display: block;
}

@keyframes mypageFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .mypage-tabs-nav {
    gap: 4px;
    margin: 16px 0;
  }

  .mypage-tab-btn {
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .mypage-tab-icon {
    font-size: 1.1rem;
  }

  .mypage-tab-label {
    font-size: 0.85rem;
  }
}

/* 印象履歴：曲ごと表示 */
.mypage-ratingpieces {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.mypage-ratingpiece {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.mypage-ratingpiece-summary {
  width: 100%;
  padding: 16px;
  background: #f8f9fa;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mypage-ratingpiece-summary:hover {
  background: #e9ecef;
}

.mypage-ratingpiece.is-open .mypage-ratingpiece-summary {
  background: #e3f2fd;
}

.mypage-ratingpiece-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.mypage-ratingpiece-title {
  font-size: 16px;
  font-weight: bold;
  color: #1976d2;
  text-decoration: none;
  flex: 1;
}

.mypage-ratingpiece-title:hover {
  text-decoration: underline;
}

.mypage-ratingpiece-meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}

.mypage-ratingpiece-scores {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.mypage-ratingpiece-score {
  font-size: 14px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.mypage-ratingpiece-score.is-total {
  font-weight: bold;
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
}

.mypage-ratingpiece-toggle {
  margin-left: auto;
  font-size: 13px;
  color: #1976d2;
  font-weight: 500;
}

.mypage-ratingpiece-body {
  display: none;
  padding: 16px;
  background: #fafafa;
  border-top: 1px solid #ddd;
}

.mypage-ratingpiece.is-open .mypage-ratingpiece-body {
  display: block;
}

/* 印象ログ（履歴内の個別エントリ） */
.mypage-ratinglog {
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
  border: 1px solid #e0e0e0;
}

.mypage-ratinglog:last-child {
  margin-bottom: 0;
}

.mypage-ratinglog-head {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.mypage-ratinglog-date {
  font-size: 13px;
  color: #666;
}

.mypage-ratinglog-scores {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.mypage-ratinglog-score {
  font-size: 13px;
  padding: 3px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  white-space: nowrap;
}

.mypage-ratinglog-score.is-total {
  font-weight: bold;
  background: #64b5f6;
  color: #fff;
}

.mypage-ratinglog-comment {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  padding: 8px;
  background: #f9f9f9;
  border-left: 3px solid #1976d2;
  border-radius: 4px;
}

/* ユーザー一覧 */
.mypage-user-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.mypage-user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: visible;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.mypage-user-item.is-menu-open { z-index: 20; }

.mypage-user-item:hover {
  border-color: #1976d2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.mypage-user-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
  color: #333;
  flex: 1;
  min-width: 0;
}

.mypage-user-link:hover {
  background: #f8f9fa;
}

.mypage-user-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  font-size: 32px;
  flex-shrink: 0;
}

.mypage-user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mypage-user-name {
  font-size: 16px;
  font-weight: 600;
  color: #1976d2;
}

@media (max-width: 600px) {
  .mypage-user-list {
    grid-template-columns: 1fr;
  }
}

/* 印象履歴：時系列表示 */
.mypage-ratinglist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.mypage-ratingitem {
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.mypage-ratingitem-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.mypage-ratingitem-title {
  font-size: 15px;
  font-weight: bold;
  color: #1976d2;
  text-decoration: none;
  flex: 1;
}

.mypage-ratingitem-title:hover {
  text-decoration: underline;
}

.mypage-ratingitem-date {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}

.mypage-ratingitem-scores {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.mypage-ratingitem-score {
  font-size: 13px;
  padding: 4px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  white-space: nowrap;
}

.mypage-ratingitem-score.is-total {
  font-weight: bold;
  background: #1976d2;
  color: #fff;
}

.mypage-ratingitem-comment {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  padding: 8px;
  background: #f9f9f9;
  border-left: 3px solid #1976d2;
  border-radius: 4px;
  margin-top: 8px;
}

/* 印象削除 */
.mypage-ratingitem-head-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-delete-form {
  display: inline;
  margin: 0;
}

.rating-delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}

.rating-delete-btn:hover {
  opacity: 1;
  transform: scale(1.2);
}

.pia-toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: #fff;
  color: #333;
  border: 2px solid #4f81bd;
  padding: 14px 48px 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
  z-index: 200000;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  max-width: 90vw;
}

.pia-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pia-toast-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #4f81bd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pia-toast-icon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.pia-toast-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #aaa;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 4px;
}

.pia-toast-close:hover {
  color: #333;
}

/* User menu styles */
.mypage-user-menu {
  position: relative;
  display: inline-block;
  padding: 8px 12px 8px 0;
  z-index: 2;
}
.mypage-user-menu.is-open { z-index: 30; }
.mypage-user-menu-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px 8px;
  color: #666;
  border-radius: 4px;
  transition: all 0.2s;
}
.mypage-user-menu-btn:hover {
  background: #f5f5f5;
  color: #333;
}
.mypage-user-menu-dropdown {
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  min-width: 140px;
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 4px;
}
.mypage-user-menu.is-open .mypage-user-menu-dropdown {
  display: block;
}
.mypage-user-menu-item {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-size: 0.95rem;
}
.mypage-user-menu-item:hover {
  background: #f5f5f5;
}
.mypage-user-menu-item:first-child {
  border-radius: 8px 8px 0 0;
}
.mypage-user-menu-item:last-child {
  border-radius: 0 0 8px 8px;
}

.mypage-video-cards {
  margin-top: 12px;
}

.mypage-video-card {
  position: relative;
}

.mypage-video-card .mypage-card-link {
  padding-right: 48px;
}

.mypage-video-card-date {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

.mypage-video-delete-form {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
}

.mypage-video-delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}

.mypage-video-delete-btn:hover {
  opacity: 1;
  transform: scale(1.15);
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .mypage-ratingpiece-head {
    flex-direction: column;
  }

  .mypage-ratingpiece-meta {
    flex-direction: column;
    gap: 4px;
  }

  .mypage-ratingpiece-scores {
    flex-direction: column;
    align-items: flex-start;
  }

  .mypage-ratingpiece-toggle {
    margin-left: 0;
  }
}

/* お気に入り作曲家 */
.composer-favorite-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.composer-favorite-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.2s;
}

.composer-favorite-item:hover {
  border-color: #1976d2;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
}

.composer-favorite-image {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  align-self: flex-start;
}

.composer-favorite-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.composer-favorite-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.composer-favorite-placeholder svg {
  width: 50%;
  height: 50%;
}

.composer-favorite-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.composer-favorite-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1976d2;
  text-decoration: none;
  transition: color 0.2s;
}

.composer-favorite-name:hover {
  color: #764ba2;
  text-decoration: underline;
}

.composer-favorite-meta {
  display: flex;
  gap: 12px;
}

.composer-favorite-count {
  display: inline-block;
  background: #f8f9fa;
  color: #667eea;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 600px) {
  .composer-favorite-image {
    display: none;
  }
}

/* 退会済みユーザー */
.deleted-user {
  color: #999 !important;
  cursor: default !important;
  pointer-events: none;
  opacity: 0.7;
}

.mypage-user-link.deleted-user {
  text-decoration: none !important;
  cursor: default !important;
}
