/*
 * Admin — création compte coach (/admin/comptes/creer)
 * Aligné sur docs/design/compte.html
 */

#jt-compte-create-page.jt-compte-create-shell {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0 2rem;
}

#jt-compte-create-page .jt-compte-create-card {
    width: 100%;
    max-width: 42rem;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #1f2d42;
    background-color: #141e2e;
}

#jt-compte-create-page .jt-compte-create-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

#jt-compte-create-page .jt-compte-create-head h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #22d3ee;
}

#jt-compte-create-page .jt-compte-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22d3ee;
}

#jt-compte-create-page .jt-compte-icon--lg {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background-color: #0e2030;
    border: 1px solid #1a3a50;
}

#jt-compte-create-page .jt-compte-icon--md {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: #0e2030;
    border: 1px solid #1a3a50;
}

#jt-compte-create-page .jt-compte-icon--green {
    background-color: #0e2018;
    border-color: #1a3d20;
    color: #22c55e;
}

#jt-compte-create-page .jt-compte-create-section {
    padding: 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    background-color: #111827;
    border: 1px solid #1f2d42;
}

#jt-compte-create-page .jt-compte-create-section:last-of-type {
    margin-bottom: 1.75rem;
}

#jt-compte-create-page .jt-compte-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

#jt-compte-create-page .jt-compte-section-title span {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}

#jt-compte-create-page .jt-compte-info-hint {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    border: 1px solid #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: #9ca3af;
    cursor: help;
}

#jt-compte-create-page .jt-compte-email-wrap {
    position: relative;
    margin-bottom: 0.75rem;
}

#jt-compte-create-page .jt-compte-email-wrap input[type="email"] {
    width: 100%;
    padding: 0.75rem 2.75rem 0.75rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-primary);
    background-color: #0d1520;
    border: 1px solid #1f2d42;
}

#jt-compte-create-page .jt-compte-email-wrap input[type="email"]:focus {
    outline: none;
    border-color: #22d3ee;
}

#jt-compte-create-page .jt-compte-email-wrap input::placeholder {
    color: #4b5563;
}

#jt-compte-create-page .jt-compte-email-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none;
    display: flex;
}

#jt-compte-create-page .jt-compte-muted {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.45;
}

#jt-compte-create-page .jt-compte-role-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-bottom: 0.75rem;
}

#jt-compte-create-page .jt-compte-role-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#jt-compte-create-page .jt-compte-role-group > span:first-child {
    font-weight: 700;
    color: #fff;
}

#jt-compte-create-page .jt-compte-role-divider {
    width: 1px;
    height: 1.75rem;
    background: #374151;
}

#jt-compte-create-page .jt-compte-badge {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    background-color: #0d3320;
    border: 1px solid #1a5c38;
    color: #22c55e;
}

#jt-compte-create-page .jt-compte-create-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

#jt-compte-create-page .jt-compte-btn-create {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #00c8e8, #00a8d0);
    box-shadow: 0 4px 14px rgba(0, 200, 232, 0.25);
}

#jt-compte-create-page .jt-compte-btn-create:hover {
    opacity: 0.92;
}

#jt-compte-create-page .jt-compte-btn-cancel {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #d1d5db;
    text-decoration: none;
    background-color: #1a2535;
    border: 1px solid #2a3a50;
}

#jt-compte-create-page .jt-compte-btn-cancel:hover {
    opacity: 0.88;
    color: #e5e7eb;
}

#jt-compte-create-page .jt-compte-btn-cancel-x {
    font-size: 1.125rem;
    font-weight: 300;
    color: #9ca3af;
    line-height: 1;
}

#jt-compte-create-page .jt-alert {
    margin-bottom: 1rem;
}
