/**
 * Tahc AI Hybrid Chat - Admin Styles
 *
 * @package Tahc_AI_Hybrid_Chat
 */

/* Welcome Banner */
.tahc-welcome-banner {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.tahc-welcome-banner h2 {
    color: white;
    margin-top: 0;
}

.tahc-welcome-banner p {
    font-size: 16px;
    margin-bottom: 10px;
}

.tahc-welcome-banner .tahc-subtitle {
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Card Styles */
.tahc-card {
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tahc-card h2 {
    margin-top: 0;
}

/* Alert Boxes */
.tahc-alert {
    padding: 15px;
    margin-bottom: 20px;
    border-left-width: 4px;
    border-left-style: solid;
}

.tahc-alert-warning {
    background: #fff3cd;
    border-left-color: #ffc107;
}

.tahc-alert-success {
    background: #d4edda;
    border-left-color: #28a745;
}

.tahc-alert ol {
    margin: 10px 0 0 20px;
}

.tahc-alert p {
    margin: 10px 0 0 0;
}

.tahc-alert a {
    color: #667eea;
    font-weight: bold;
}

/* Features List */
.tahc-features-list {
    line-height: 1.8;
    font-size: 15px;
}

.tahc-description {
    font-size: 15px;
    line-height: 1.6;
}

/* Pricing Grid */
.tahc-pricing-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tahc-pricing-plan {
    flex: 1;
    min-width: 180px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.tahc-pricing-plan.tahc-popular {
    border-color: #000;
    background: #f9fafb;
}

.tahc-pricing-plan h4 {
    margin: 0 0 8px 0;
    color: #6b7280;
}

.tahc-pricing-plan.tahc-popular h4 {
    color: #000;
}

.tahc-pricing-plan .tahc-price {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.tahc-pricing-plan .tahc-price span {
    font-size: 14px;
    font-weight: normal;
}

.tahc-pricing-plan .tahc-plan-details {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

.tahc-badge {
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
}

.tahc-pricing-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 15px;
    text-align: center;
}

/* Help Section */
.tahc-help-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.tahc-help-section h3 {
    margin-top: 0;
}

.tahc-help-section p {
    font-size: 15px;
}

.tahc-help-section a {
    color: #667eea;
    font-weight: bold;
}

.tahc-help-section .tahc-cta {
    margin: 20px 0 0 0;
}
