/* Telegram subscription settings */

.tg-settings-page { font-family: 'Inter', system-ui, sans-serif; }

.tg-settings-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.tg-settings-section__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.tg-settings-section__lead {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 16px;
}

.tg-instruction-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: tg-step;
}

.tg-instruction-steps > li {
    counter-increment: tg-step;
    position: relative;
    padding: 12px 12px 12px 44px;
    margin-bottom: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #334155;
}

.tg-instruction-steps > li::before {
    content: counter(tg-step);
    position: absolute;
    left: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.tg-module-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
}

.tg-module-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.tg-module-card__body {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #475569;
}

.tg-module-card__badge {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tg-module-card__badge--instant { background: #ecfdf5; color: #047857; }
.tg-module-card__badge--schedule { background: #eff6ff; color: #1d4ed8; }

.tg-note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #92400e;
}
