/* イチエンサー — YouTube Studio 風クリエイター UI（.iev-creator-* プレフィックス） */

.iev-creator-layout {
    display: grid;
    gap: 24px;
}

@media (min-width: 900px) {
    .iev-creator-layout--split {
        grid-template-columns: 1fr min(340px, 38%);
        align-items: start;
    }
}

.iev-creator-layout-aside {
    display: grid;
    gap: 20px;
}

.iev-creator-studio-checklist {
    background: #fff;
    border: 1px solid var(--dt-border, #e5e7eb);
    border-radius: 12px;
    padding: 20px;
}

.iev-creator-studio-checklist-head {
    margin-bottom: 14px;
}

.iev-creator-studio-checklist-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1f2937;
}

.iev-creator-studio-checklist-sub {
    margin: 0;
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.45;
}

.iev-creator-studio-progress {
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 8px;
}

.iev-creator-studio-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #059669, #10b981);
    border-radius: 999px;
    transition: width 0.25s ease;
}

.iev-creator-studio-progress-label {
    margin: 0 0 14px;
    font-size: 0.85rem;
    color: #374151;
    font-weight: 600;
}

.iev-creator-studio-checklist-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.iev-creator-studio-checklist-item {
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

.iev-creator-studio-checklist-item.is-done {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.iev-creator-studio-checklist-item.is-optional .iev-creator-studio-checklist-label::after {
    content: '（任意）';
    font-size: 0.75rem;
    color: #9ca3af;
    margin-left: 4px;
    font-weight: 400;
}

.iev-creator-studio-checklist-mark {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #9ca3af;
}

.iev-creator-studio-checklist-item.is-done .iev-creator-studio-checklist-mark {
    color: #059669;
}

.iev-creator-studio-checklist-body {
    min-width: 0;
}

.iev-creator-studio-checklist-label {
    display: inline-block;
    font-weight: 600;
    font-size: 0.92rem;
    color: #1f2937;
    text-decoration: none;
}

.iev-creator-studio-checklist-label:hover {
    color: #059669;
    text-decoration: underline;
}

.iev-creator-studio-checklist-hint {
    margin: 4px 0 0;
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.4;
}

.iev-creator-ypp-card {
    background: #fff;
    border: 1px solid var(--dt-border, #e5e7eb);
    border-radius: 12px;
    padding: 20px;
}

.iev-creator-ypp-card--active {
    border-color: #6ee7b7;
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 40%);
}

.iev-creator-ypp-card--pending {
    border-color: #93c5fd;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 40%);
}

.iev-creator-ypp-card--rejected {
    border-color: #fca5a5;
    background: linear-gradient(180deg, #fef2f2 0%, #fff 40%);
}

.iev-creator-ypp-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1f2937;
}

.iev-creator-ypp-card-status {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #111827;
}

.iev-creator-ypp-card-detail {
    margin: 0 0 16px;
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}

.iev-creator-ypp-compare {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    font-size: 0.82rem;
}

.iev-creator-ypp-compare li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 8px 10px;
    background: #f9fafb;
    border-radius: 8px;
}

.iev-creator-ypp-compare-label {
    font-weight: 600;
    color: #374151;
}

.iev-creator-ypp-compare-yt {
    color: #6b7280;
}

.iev-creator-ypp-compare-iev {
    color: #059669;
    font-weight: 600;
}

.iev-creator-channel-preview {
    background: #fff;
    border: 1px solid var(--dt-border, #e5e7eb);
    border-radius: 12px;
    overflow: hidden;
}

.iev-creator-channel-preview-label {
    margin: 0;
    padding: 10px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
}

.iev-creator-channel-preview-banner {
    height: 80px;
    background: linear-gradient(135deg, #dbeafe, #e0e7ff);
    background-size: cover;
    background-position: center;
}

.iev-creator-channel-preview-main {
    display: flex;
    gap: 12px;
    padding: 12px 14px 16px;
    margin-top: -24px;
}

.iev-creator-channel-preview-avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e5e7eb;
    border: 3px solid #fff;
    background-size: cover;
    background-position: center;
}

.iev-creator-channel-preview-text {
    min-width: 0;
    padding-top: 28px;
}

.iev-creator-channel-preview-name {
    margin: 0;
    font-weight: 800;
    font-size: 1rem;
    color: #111827;
}

.iev-creator-channel-preview-channel {
    margin: 2px 0 0;
    font-size: 0.85rem;
    color: #6b7280;
}

.iev-creator-channel-preview-bio {
    margin: 8px 0 0;
    font-size: 0.82rem;
    color: #4b5563;
    line-height: 1.45;
    white-space: pre-line;
    word-break: break-word;
}

.iev-creator-tips {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    padding: 18px 20px;
}

.iev-creator-tips-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #92400e;
}

.iev-creator-tips-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #78350f;
    font-size: 0.9rem;
    line-height: 1.55;
}

.iev-creator-tips-list li + li {
    margin-top: 6px;
}

.iev-creator-guidelines-field {
    margin-top: 16px;
    padding: 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.iev-creator-guidelines-field label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #1f2937;
}

.iev-creator-guidelines-field small {
    display: block;
    margin-top: 6px;
    margin-left: 26px;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.45;
}

.iev-creator-studio-lp-section {
    margin-top: 32px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--dt-border, #e5e7eb);
    border-radius: 14px;
}

.iev-creator-studio-lp-section h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 10px;
    color: #1f2937;
}

.iev-creator-studio-lp-section p {
    margin: 0 0 16px;
    color: #4b5563;
    line-height: 1.55;
}

.iev-creator-studio-lp-grid {
    display: grid;
    gap: 14px;
}

@media (min-width: 640px) {
    .iev-creator-studio-lp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.iev-creator-studio-lp-card {
    padding: 16px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #f3f4f6;
}

.iev-creator-studio-lp-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #111827;
}

.iev-creator-studio-lp-card p {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.45;
}

.iev-creator-first-post-hint {
    margin-bottom: 20px;
}
