@charset "UTF-8";

/* ==========================================================================
   0. モダンリセットCSS
   ========================================================================== */
html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
input, button, textarea, select { font: inherit; color: inherit; background: none; border: none; border-radius: 0; appearance: none; outline: none; }
input:focus, button:focus, textarea:focus, select:focus { outline: none !important; }
button:focus, button:active, a:focus, a:active {
    outline: none !important;
    box-shadow: none !important;
}
img, video { display: block; max-width: 100%; height: auto; }
textarea { resize: vertical; }
a { color: inherit; text-decoration: none; }


/* ==========================================================================
   1. 基本レイアウト ＆ ナビゲーション
   ========================================================================== */
.navbar {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.02);
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-text {
    font-size: 18px;
    font-weight: 850;
    color: #4f46e5;
    letter-spacing: -0.03em;
}

.badge-beta {
    background-color: #e0e7ff;
    color: #4f46e5;
    font-weight: 700;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 10px;
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* ==========================================================================
   2. メイン 2カラムレイアウトベース
   ========================================================================== */
.main-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .main-layout {
        grid-template-columns: 1fr 310px;
        gap: 28px;
    }
}

.left-column, .right-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ==========================================================================
   3. 共通コンテナ ＆ ステータスバー
   ========================================================================== */
.section-container {
    background-color: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.7);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02), 0 10px 15px -3px rgba(15, 23, 42, 0.03);
}

.column-title {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

/* 作品登録数：ステータスバーデザイン */
.status-bar-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.status-bar-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
}

.status-bar-bg {
    width: 100%;
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 9999px;
    overflow: hidden;
}

.status-bar-fill {
    height: 100%;
    background-color: #4f46e5;
    border-radius: 9999px;
}

/* 作品カードリンクラッパー */
.work-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    outline: none;
}

.work-card-link:hover .work-item-card {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.12);
    border-color: #a5b4fc;
}

.work-card-link:focus-visible .work-item-card {
    outline: 2px solid #6366f1;
    outline-offset: 2px;
}

/* 登録枠を追加するボタン */
.btn-expand-slots {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    height: 30px;
    padding: 0 12px;
    background-color: transparent;
    border: 1px solid #c7d2fe;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-expand-slots:hover {
    background-color: #eef2ff;
    border-color: #4f46e5;
}

/* ==========================================================================
   自動生成カード（ポートフォリオ・営業文）
   ========================================================================== */
.gen-card {
    background: linear-gradient(145deg, #f8faff 0%, #f0f4ff 100%);
    border: 1px solid #e0e7ff;
    border-radius: 12px;
    padding: 14px;
    margin-top: 14px;
}

.gen-card-secondary {
    background: linear-gradient(145deg, #faf8ff 0%, #f5f0ff 100%);
    border-color: #ede9fe;
}

.gen-card-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.gen-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    line-height: 32px;
    text-align: center;
}

.gen-card-icon.indigo {
    background-color: #e0e7ff;
    color: #4f46e5;
}

.gen-card-icon.violet {
    background-color: #ede9fe;
    color: #7c3aed;
}

.gen-card-title {
    font-size: 12px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
}

.gen-card-desc {
    font-size: 10px;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.4;
}

/* クォータ表示行 */
.quota-row {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.quota-item {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex: 1;
}

.quota-divider {
    width: 1px;
    height: 24px;
    background-color: #e2e8f0;
    margin: 0 12px;
    flex-shrink: 0;
}

.quota-label {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    white-space: nowrap;
}

.quota-value {
    font-size: 18px;
    font-weight: 800;
    color: #4f46e5;
    line-height: 1;
}

.quota-value.quota-zero {
    color: #ef4444;
}

.quota-unit {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
}

/* ポートフォリオ自動生成ボタン（目立つ・プライマリ） */
.btn-generate-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25), 0 1px 2px rgba(79, 70, 229, 0.1);
    letter-spacing: 0.01em;
}

.btn-generate-primary:hover {
    background: linear-gradient(135deg, #4338ca 0%, #4f46e5 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.3), 0 2px 4px rgba(79, 70, 229, 0.15);
}

.btn-generate-primary:active {
    transform: translateY(0);
}

/* 営業文自動生成ボタン（セカンダリ） */
.btn-generate-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #c4b5fd;
    color: #7c3aed;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-generate-secondary:hover {
    background-color: #faf5ff;
    border-color: #7c3aed;
    transform: translateY(-0.5px);
}

/* ==========================================================================
   4. ドラッグ＆ドロップ ＆ 作品カードグリッド
   ========================================================================== */
.upload-drop-zone {
    width: 100%;
    min-height: 130px;
    background-color: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 24px;
}

.upload-drop-zone:hover {
    border-color: #4f46e5;
    background-color: #f0f2ff;
}

.upload-icon {
    font-size: 24px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.upload-text-main {
    font-size: 12px;
    color: #475569;
    font-weight: 700;
}

.upload-text-sub {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 2px;
}

/* 作品の一覧カード化 */
.work-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}

.work-item-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.work-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px -2px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.card-image-wrapper img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.card-content-wrapper {
    padding: 10px;
}

.card-work-title {
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.card-tag-item {
    font-size: 9px;
    font-weight: 600;
    color: #4f46e5;
    background-color: #f0f2ff;
    padding: 2px 6px;
    border-radius: 4px;
}

/* ==========================================================================
   5. 入力フォーム ＆ AI自動生成ボタン
   ========================================================================== */
.form-group-spacing {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.field-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
}

.input-field {
    width: 100%;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 14px;
    height: 40px;
    font-size: 12px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.input-field:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #4f46e5;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.06);
}

textarea.input-field {
    height: auto;
    padding: 12px;
    resize: vertical;
}

/* テキストエリアと一体感を持たせたAI自動生成ボタン */
.textarea-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.btn-ai-generate {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 0 14px;
    background-color: #f0f2ff;
    border: 1px solid #e0e7ff;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-ai-generate:hover {
    background-color: #e0e7ff;
    color: #4338ca;
    transform: translateY(-0.5px);
}

/* タグ編集エリアのレイアウト */
.tag-container-layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tag-flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.btn-tag-edit-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 32px;
    padding: 0 14px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-tag-edit-trigger:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

/* ==========================================================================
   6. チケットラジオ ＆ スマート化されたサイト更新ボタン群
   ========================================================================== */
.ticket-option-card {
    display: block;
    cursor: pointer;
}

.ticket-option-content {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.ticket-option-card:hover .ticket-option-content {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

.ticket-option-card input:checked + .ticket-option-content {
    border-color: #4f46e5;
    background-color: #f5f3ff;
}

.option-name-text {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
}

.option-sub-text {
    font-size: 10px;
    color: #64748b;
    margin-top: 2px;
}

.radio-custom {
    width: 14px;
    height: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
}

.ticket-option-card input:checked + .ticket-option-content .radio-custom {
    border-color: #4f46e5;
    background-color: #4f46e5;
}

.ticket-option-card input:checked + .ticket-option-content .radio-custom::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* 💡 ポートフォリオサイトの更新ボタン（スマート＆コンパクト） */
.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    padding: 0 16px;
    background-color: #4f46e5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px 0 rgba(79, 70, 229, 0.12);
}

.btn-primary:hover {
    background-color: #4338ca;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px 0 rgba(79, 70, 229, 0.2);
}

/* サブスクプラン用バナー装飾 */
.subscription-banner {
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}

.subscription-banner.standard {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: #e2e8f0;
}

.subscription-banner.makuake {
    background: linear-gradient(180deg, #fffdf5 0%, #fffbeb 100%);
    border-color: #fef08a;
}

.banner-flex-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.banner-title-text {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}

.banner-sub-text {
    font-size: 10px;
    color: #64748b;
    margin-top: 2px;
}

.banner-price-text {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}

.price-unit {
    font-size: 9px;
    font-weight: 400;
    color: #94a3b8;
}

.banner-title-text-makuake {
    font-size: 12px;
    font-weight: 700;
    color: #78350f;
}

.banner-sub-text-makuake {
    font-size: 10px;
    color: #b45309;
    margin-top: 2px;
}

.banner-price-text-makuake {
    font-size: 12px;
    font-weight: 700;
    color: #78350f;
}

.block-link {
    display: block;
    text-decoration: none;
}

.btn-sub-upgrade, .btn-sub-makuake {
    width: 100%;
    height: 32px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-sub-upgrade {
    background-color: #0f172a;
    color: #ffffff;
}

.btn-sub-upgrade:hover {
    background-color: #1e293b;
}

.btn-sub-makuake {
    background-color: #ea580c;
    color: #ffffff;
}

.btn-sub-makuake:hover {
    background-color: #c2410c;
}

/* ==========================================================================
   6. 認証画面（ログイン・登録画面）専用スタイル【復活・修正】
   ========================================================================== */
.auth-container {
    min-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 16px;
}

.auth-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 360px; /* ⚠️ 伸びきらないよう横幅を制限 */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-toggle-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-btn:hover {
    color: #64748b;
}

/* カスタムチェックボックス */
.custom-checkbox-box {
    width: 16px;
    height: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    flex-shrink: 0;
}

input:checked + .custom-checkbox-box {
    background-color: #4f46e5;
    border-color: #4f46e5;
}

.custom-checkmark-icon::after {
    content: "";
    display: none;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-1px, -1px);
}

input:checked + .custom-checkbox-box .custom-checkmark-icon::after {
    display: block;
}



/* ==========================================================================
   Google連携ボタンのモダンデザインスタイル
   ========================================================================== */
.btn-google-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-google-auth:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
}

.google-icon {
    font-size: 13px;
    /* 各自のブランドカラー（簡易的にグラデーションや単色を設定可能ですが、FontAwesome依存にしています） */
}


/* タグモーダル：IDセレクタの代わりにクラスで初期非表示を管理
   （modal.css の .modal-overlay / .is-active に制御を委ねる） */
#tag-modal:not(.is-active) {
    display: none;
}

/* ころんとした丸みのあるタグバッジ（作品詳細・タグ選択コンテナ内） */
.tag {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #4f46e5;
    background: linear-gradient(135deg, #ede9fe 0%, #e0e7ff 100%);
    border: 1px solid #c4b5fd;
    padding: 3px 10px;
    border-radius: 9999px;
    letter-spacing: 0.01em;
    transition: all 0.15s ease;
}

.tag:hover {
    background: linear-gradient(135deg, #ddd6fe 0%, #c7d2fe 100%);
    border-color: #a78bfa;
}

/* ─── ジャンル別カラーオーバーライド（selectable-tag の非選択状態と統一） ─── */
.tag.genre-character {
    background: #f5f3ff;
    color: #6d28d9;
    border-color: #ddd6fe;
}
.tag.genre-bg {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}
.tag.genre-tool {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}
.tag.genre-media {
    background: #fffbeb;
    color: #b45309;
    border-color: #fde68a;
}
.tag.genre-custom {
    background: #fff1f2;
    color: #be123c;
    border-color: #fecdd3;
}


/* タグコンテナ（selected-tags-container） */
.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 28px;
    padding: 6px 0;
}

/* ==========================================================================
   作品詳細ページ：プレビューゾーン
   - 縦向き・横向きどちらの画像・動画も全体を表示
   - 最大高さを設定してはみ出しを防ぐ
   ========================================================================== */
.detail-preview-zone {
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 200px;
    padding: 16px;
}

.detail-preview-zone img,
.detail-preview-zone video {
    max-width: 100%;
    max-height: 480px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}

.detail-preview-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #cbd5e1;
    text-align: center;
    padding: 32px;
}

/* ==========================================================================
   タグ選択モーダル：selectable-tag ピル型ボタン
   ジャンルごとにカラーを分けて視認性を向上
   ========================================================================== */

/* ベーススタイル（全ジャンル共通） */
.selectable-tag {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 9999px;
    border: 1.5px solid;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.4;
    user-select: none;
}

.selectable-tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* ─── ジャンル① キャラクター・ジャンル：バイオレット ─── */
.selectable-tag.genre-character {
    background: #f5f3ff;
    color: #6d28d9;
    border-color: #ddd6fe;
}
.selectable-tag.genre-character.is-active {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.35);
}

/* ─── ジャンル② 背景・世界観：エメラルド ─── */
.selectable-tag.genre-bg {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}
.selectable-tag.genre-bg.is-active {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
}

/* ─── ジャンル③ 制作ツール・技術：ブルー ─── */
.selectable-tag.genre-tool {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}
.selectable-tag.genre-tool.is-active {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

/* ─── ジャンル④ 用途・メディア：アンバー ─── */
.selectable-tag.genre-media {
    background: #fffbeb;
    color: #b45309;
    border-color: #fde68a;
}
.selectable-tag.genre-media.is-active {
    background: #d97706;
    color: #ffffff;
    border-color: #d97706;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.35);
}

/* ─── ジャンル⑤ マイカスタムタグ：ローズ ─── */
.selectable-tag.genre-custom {
    background: #fff1f2;
    color: #be123c;
    border-color: #fecdd3;
}
.selectable-tag.genre-custom.is-active {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(225, 29, 72, 0.35);
}
