/* Game Detail Page Styles */

/* Hero Section */
.game-hero {
    height: 300px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.game-hero-img {
    object-fit: cover;
}

.game-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}

.game-hero-title {
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.game-hero-description {
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

/* Game Card */
.game-card-body {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

/* Tab Navigation */
.game-tabs {
    background: #f0f0f0;
    padding: 5px;
    border-radius: 12px;
}

.game-tab-button {
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Section Headings */
.section-heading {
    color: #667eea;
}

.section-heading .emoji {
    font-size: 1.5rem;
}

/* Form Sections */
.form-select-custom,
.form-input-custom {
    border-radius: 10px;
    border: 2px solid #e0e0e0;
}

.form-input-code {
    border-radius: 12px;
    border: 3px solid #667eea;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
}

/* Buttons */
.btn-gradient-purple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
}

.btn-gradient-green {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 12px;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
    transition: all 0.3s ease;
}

/* Alert Boxes */
.alert-info-custom {
    background: linear-gradient(135deg, #e7f3ff 0%, #f0f8ff 100%);
    border-radius: 12px;
}

.alert-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

/* Description Text */
.game-description {
    line-height: 1.8;
}

/* Feature Cards */
.feature-card {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-radius: 15px;
}

.feature-card.feature-multiplayer {
    background: linear-gradient(135deg, #fff3e0 0%, #fce4ec 100%);
}

.feature-card.feature-customizable {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
}

.feature-card.feature-fun {
    background: linear-gradient(135deg, #fff9c4 0%, #ffecb3 100%);
}

.feature-card .feature-icon {
    font-size: 3rem;
}

.feature-card .feature-title {
    color: #667eea;
}

.feature-card.feature-multiplayer .feature-title {
    color: #ff6b6b;
}

.feature-card.feature-customizable .feature-title {
    color: #4caf50;
}

.feature-card.feature-fun .feature-title {
    color: #ff9800;
}

.feature-card .feature-text {
    font-size: 0.95rem;
}

/* Highlight Items */
.highlight-item .highlight-icon {
    font-size: 2rem;
}

.highlight-item .highlight-title {
    color: #333;
}

.highlight-item .highlight-text {
    font-size: 0.95rem;
}

/* Category Cards */
.category-card .category-icon {
    font-size: 1.3rem;
}

.category-card-personal .category-title {
    color: #667eea;
}

.category-card-funny .category-title {
    color: #ff6b6b;
}

.category-card-embarrassing .category-title {
    color: #ff9800;
}

.category-card-romantic .category-title {
    color: #e91e63;
}

.category-card-deep .category-title {
    color: #9c27b0;
}

.category-card-physical .category-title {
    color: #4caf50;
}

.category-card-social .category-title {
    color: #00bcd4;
}

.category-card-creative .category-title {
    color: #673ab7;
}

.category-text {
    font-size: 0.9rem;
}

/* Scenario Cards */
.scenario-item .scenario-icon {
    font-size: 2rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.cta-title {
    font-size: 2.5rem;
}

.cta-text {
    font-size: 1.2rem;
}

.cta-button {
    border-radius: 50px;
    font-size: 1.2rem;
}

/* Tips Section */
.tips-card-gradient {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.tips-section-title {
    color: #667eea;
    font-size: 2rem;
}

.tip-box {
    background: #f8f9fa;
}

/* FAQ Section */
.faq-card-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.faq-list {
    font-size: 1.1rem;
    line-height: 2;
}

/* Category Title Colors - Utility Classes */
.color-purple { color: #667eea; }
.color-red { color: #ff6b6b; }
.color-orange { color: #ff9800; }
.color-pink { color: #e91e63; }
.color-violet { color: #9c27b0; }
.color-green { color: #4caf50; }
.color-cyan { color: #00bcd4; }
.color-deep-purple { color: #673ab7; }

/* Card Background Gradients */
.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* General Text Sizes */
.text-2rem {
    font-size: 2rem;
}

.text-095rem {
    font-size: 0.95rem;
}

.text-11rem {
    font-size: 1.1rem;
}

.text-105rem {
    font-size: 1.05rem;
}

.text-18-lineheight {
    line-height: 1.8;
}
