/* Modern Blog Styles - Clean & Readable */

/* Blog Header Override - Light Version */
.blog-header {
    background: white !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-header h1 {
    color: #2d3748 !important;
}

.blog-header a {
    color: #4a5568 !important;
}

.blog-header a:hover {
    color: #4299e1 !important;
}

.blog-header .active {
    color: #4299e1 !important;
    font-weight: 600;
}

.blog-header i {
    color: #4299e1 !important;
}

.blog-header button {
    color: #4a5568 !important;
}

/* Blog Card Hover */
.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Article Typography */
article {
    line-height: 1.8;
}

article h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 1rem;
}

article h2 {
    font-size: 1.875rem;
    line-height: 1.3;
    color: #2d3748;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

article h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #2d3748;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

article p {
    font-size: 1.125rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

/* Info Boxes - Simplified */
.info-box {
    background: #f7fafc;
    border-left: 4px solid #4299e1;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

.info-box-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-box-content {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
}

/* Example Boxes */
.example-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.example-box-title {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

/* Player Type Cards - Modern & Clean */
.player-type-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.2s ease;
}

.player-type-card:hover {
    border-color: #cbd5e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.player-type-badge {
    display: inline-block;
    background: #4299e1;
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.player-type-badge.tight {
    background: #ed8936;
}

.player-type-badge.balanced {
    background: #48bb78;
}

.player-type-badge.loose {
    background: #9f7aea;
}

.player-type-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.player-type-desc {
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.feature-item {
    padding: 0.75rem;
    background: #f7fafc;
    border-radius: 0.375rem;
}

.feature-item-title {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #2d3748;
}

.feature-item-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.875rem;
    color: #718096;
}

.feature-item-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.25rem;
}

.feature-item-list li::before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: #4299e1;
}

/* Strategy Box */
.strategy-box {
    background: linear-gradient(to bottom right, #ebf8ff, #f7fafc);
    border: 2px solid #bee3f8;
    border-radius: 0.75rem;
    padding: 2rem;
    margin: 2rem 0;
}

.strategy-box-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5282;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.strategy-list {
    list-style: none;
    padding-left: 0;
}

.strategy-list li {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: white;
    border-left: 3px solid #4299e1;
    border-radius: 0.375rem;
    color: #2d3748;
    font-size: 1rem;
}

/* Code/Formula Boxes */
.formula-box {
    background: #2d3748;
    color: #e2e8f0;
    padding: 1.25rem;
    border-radius: 0.5rem;
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}

/* Tags & Badges */
.tag {
    display: inline-block;
    background: #edf2f7;
    color: #4a5568;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Table Styles */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2rem 0;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.comparison-table th {
    background: #f7fafc;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #2d3748;
    border-bottom: 2px solid #e2e8f0;
}

.comparison-table td {
    padding: 1rem;
    color: #4a5568;
    border-bottom: 1px solid #f1f5f9;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* Callout Boxes */
.callout {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
    font-size: 0.9375rem;
}

.callout-tip {
    background: #f0fdf4;
    border-left: 4px solid #22c55e;
    color: #166534;
}

.callout-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    color: #92400e;
}

.callout-info {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    color: #1e40af;
}

/* Highlight Text - Subtle */
.highlight {
    background: #fef3c7;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-weight: 500;
}

/* Responsive Images */
article img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

/* Reading Progress Indicator (Optional) */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #4299e1;
    z-index: 100;
    transition: width 0.2s ease;
}

/* Icon Colors - Subtle */
.icon-blue { color: #4299e1; }
.icon-green { color: #48bb78; }
.icon-orange { color: #ed8936; }
.icon-purple { color: #9f7aea; }
.icon-gray { color: #718096; }
