/**
 * Flimmerkiste Shortcodes - Minimal CSS
 * Version: 1.0.0
 * Description: Basis-Styles für alle Shortcodes
 */

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

.flim-shortcode {
    margin: 20px 0;
}

/* ==========================================================================
   CONTENT SHORTCODES
   ========================================================================== */

/* Instant Answer */
.flimreview-instant-answer {
    background: #f8f9fa;
    border-left: 4px solid #f39c12;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.flimreview-instant-answer h3 {
    margin-top: 0;
    color: #1a1a2e;
}

/* Dual Rating */
.rating-showcase {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
}

.flimmerkiste-rating {
    text-align: center;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(243, 156, 18, 0.15);
    border: 2px solid #f39c12;
}

.rating-label {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.rating-stars {
    font-size: 2.2rem;
    color: #f39c12;
    display: block;
    margin: 15px 0;
}

.rating-number {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a2e;
    display: block;
}

.tmdb-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

/* Social Proof */
.social-proof-banner {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    display: inline-flex;
    gap: 35px;
    align-items: center;
    margin: 25px 0;
    box-shadow: 0 10px 30px rgba(102,126,234,0.3);
}

/* Film Facts */
.flimreview-film-facts {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.flimreview-fact-table {
    width: 100%;
    border-collapse: collapse;
}

.flimreview-fact-table td {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

/* Review Tribun */
.review-tribun {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 16px;
    margin: 30px 0;
    border: 2px solid #f39c12;
}

/* ==========================================================================
   INTERACTIVE SHORTCODES
   ========================================================================== */

/* Mood Matcher */
.mood-matcher {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    margin: 20px 0;
}

.mood-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

/* Film Match */
.film-match {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin: 20px 0;
}

/* Viewer Prediction */
.viewer-prediction {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    margin: 20px 0;
}

.star-rating-input {
    font-size: 2rem;
    margin: 20px 0;
}

/* Poll Widget */
.poll-widget {
    background: white;
    border: 2px solid #e9ecef;
    padding: 25px;
    border-radius: 12px;
    margin: 20px 0;
}

/* Binge Calculator */
.binge-calculator {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 30px;
    border-radius: 16px;
    margin: 20px 0;
}

/* ==========================================================================
   SOCIAL SHORTCODES
   ========================================================================== */

/* Share Moment */
.share-moment {
    margin: 30px 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.05) 0%, rgba(243, 156, 18, 0.02) 100%);
    border-left: 3px solid #f39c12;
    border-radius: 0 8px 8px 0;
}

.share-moment.controversial {
    border-left-color: #e91e63;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.05) 0%, rgba(233, 30, 99, 0.02) 100%);
}

.share-moment.insider {
    border-left-color: #2196f3;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.05) 0%, rgba(33, 150, 243, 0.02) 100%);
}

/* Share Widget */
.mega-share-widget {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 50px;
    border-radius: 24px;
    margin: 40px 0;
    text-align: center;
    position: relative;
}

.share-widget-minimal {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
    text-align: center;
}

.mega-share-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Share CTA */
.share-cta {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: white;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    margin: 30px 0;
}

/* Social Follow */
.social-follow {
    text-align: center;
    margin: 30px 0;
}

.follow-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* Share Stats */
.share-stats {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

/* Share Challenge */
.share-challenge {
    background: white;
    border: 3px solid #27ae60;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
}

/* Trending Badge */
.trending-badge {
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}

.badge-hot {
    background: #ff5722;
    color: white;
}

.badge-new {
    background: #4caf50;
    color: white;
}

.badge-leaving {
    background: #f44336;
    color: white;
}

/* ==========================================================================
   SERIES SHORTCODES
   ========================================================================== */

/* Serie Akkordeon */
.serie-akkordeon-wrapper {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 25px;
    margin: 30px 0;
}

.akkordeon-navigation {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 15px;
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
}

.staffel-nav-btn {
    padding: 10px 20px;
    background: #f8f9fa;
    color: #333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
}

.staffel-nav-btn.active {
    background: #f39c12;
    color: white;
}

.staffel-akkordeon-item {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.staffel-header {
    padding: 20px;
    cursor: pointer;
    background: #f8f9fa;
}

.staffel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.episode-card {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.episode-number {
    background: #1a1a2e;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* Skip Guide */
.serie-skip-guide {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
}

.skip-guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.skip-category {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.skip-category.must-watch {
    border-color: #27ae60;
}

.skip-category.optional-watch {
    border-color: #f39c12;
}

.skip-category.can-skip {
    border-color: #e74c3c;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    .rating-showcase {
        grid-template-columns: 1fr;
    }
    
    .mega-share-buttons,
    .follow-buttons {
        flex-direction: column;
    }
    
    .share-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .skip-guide-grid {
        grid-template-columns: 1fr;
    }
    
    .mood-options {
        flex-direction: column;
        align-items: center;
    }
}

/* Dateiname: shortcodes.css */
/* Pfad: /wp-content/plugins/flimmerkiste-shortcodes/assets/css/shortcodes.css */