:root {
    --bg-main: #0a0a0a;
    --bg-card: #141414;
    --text-main: #ffffff;
    --text-muted: #999999;
    --primary: #e50914;
    --primary-hover: #b81d24;
    --border-color: #333333;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Pretendard', sans-serif; }
body { background: var(--bg-main); color: var(--text-main); line-height: 1.6; }

/* Header */
.site-header { background: #000000; border-bottom: 1px solid var(--border-color); position: sticky; top: 0; z-index: 50; }
.header-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; height: 65px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-size: 1.3rem; font-weight: 800; color: var(--primary); text-decoration: none; }
.site-nav .nav-list { display: flex; list-style: none; gap: 20px; }
.site-nav a { color: #e5e5e5; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
.site-nav a:hover { color: var(--primary); }

/* Cinema Hero */
.cinema-hero { background: radial-gradient(circle at center, #222 0%, #0a0a0a 80%); padding: 80px 20px 60px; text-align: center; border-bottom: 1px solid var(--border-color); }
.hero-badge { display: inline-block; background: rgba(229,9,20,0.2); color: #e50914; border: 1px solid #e50914; padding: 5px 12px; border-radius: 4px; font-size: 0.8rem; font-weight: 800; margin-bottom: 16px; }
.hero-title { font-size: 2.2rem; font-weight: 900; margin-bottom: 12px; letter-spacing: -0.5px; }
.hero-desc { font-size: 1.05rem; color: var(--text-muted); }

/* Main layout */
.main-content { min-height: calc(100vh - 200px); }
.page-wrapper { max-width: 1000px; margin: 0 auto; padding: 40px 20px 60px; }
.section-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 20px; border-left: 4px solid var(--primary); padding-left: 12px; }

/* Movie Cards Row */
.movie-rank-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 50px; }
.movie-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 8px; padding: 20px; display: flex; align-items: center; justify-content: space-between; transition: border 0.2s; }
.movie-card:hover { border-color: var(--primary); }
.mc-left { display: flex; align-items: center; gap: 20px; flex: 1; }
.mc-rank { font-size: 2rem; font-weight: 900; color: #555; font-style: italic; min-width: 40px; text-align: center; }
.mc-logo { width: 120px; height: 50px; background: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 5px; flex-shrink: 0; }
.mc-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mc-info h3 { font-size: 1.2rem; margin-bottom: 4px; }
.mc-info p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 6px; }
.mc-tags span { background: #222; color: #ccc; font-size: 0.75rem; padding: 3px 8px; border-radius: 4px; margin-right: 4px; }
.mc-right { text-align: right; min-width: 140px; flex-shrink: 0; }
.mc-benefit { color: var(--primary); font-weight: 800; font-size: 1.1rem; margin-bottom: 8px; display: block; }
.btn-play { background: var(--primary); color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 4px; font-weight: 700; font-size: 0.9rem; display: inline-block; }
.btn-play:hover { background: var(--primary-hover); }

/* 스크린샷 완벽 반영 테이블 게시판 */
.board-table-wrap { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; margin-bottom: 40px; }
.board-table { width: 100%; border-collapse: collapse; text-align: left; }
.board-table th { background: #1a1a1a; padding: 16px 20px; font-size: 0.9rem; font-weight: 700; color: #e5e5e5; border-bottom: 1px solid var(--border-color); }
.board-table td { padding: 16px 20px; font-size: 0.95rem; border-bottom: 1px solid #222; }
.board-table tbody tr:last-child td { border-bottom: none; }
.board-table tbody tr:hover { background: #1a1a1a; }
.td-num { width: 80px; text-align: center; color: #888; font-weight: 600; }
.td-title a { color: #fff; text-decoration: none; font-weight: 500; display: block; }
.td-title a:hover { color: var(--primary); text-decoration: underline; }
.td-date { width: 120px; text-align: center; color: #888; font-size: 0.85rem; }

/* SEO Box */
.seo-box { background: #111; border: 1px solid #333; padding: 30px; border-radius: 8px; font-size: 0.9rem; color: #ccc; margin-bottom: 40px; line-height: 1.8; }
.seo-box h2 { color: #fff; font-size: 1.2rem; margin-bottom: 10px; }
.seo-box h3 { color: var(--primary); font-size: 1.05rem; margin: 20px 0 8px; }
.seo-box ul { margin: 10px 0 15px 20px; }
.seo-box li { margin-bottom: 6px; }

/* Bottom CTA Banner */
.bottom-cta-banner { background: #e50914; padding: 40px 20px; text-align: center; color: #fff; }
.bottom-cta-banner h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 10px; }
.bottom-cta-banner p { font-size: 0.95rem; margin-bottom: 20px; opacity: 0.9; }
.btn-red-cta { display: inline-block; background: #fff; color: #e50914; padding: 12px 30px; border-radius: 4px; font-weight: 800; text-decoration: none; font-size: 1.05rem; }
.btn-red-cta:hover { background: #f0f0f0; }

/* Article & Static Page View */
.article-view { background: var(--bg-card); padding: 40px; border-radius: 8px; border: 1px solid var(--border-color); }
.article-title { font-size: 1.8rem; margin-bottom: 15px; }
.article-meta { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 30px; border-bottom: 1px solid #333; padding-bottom: 20px; }
.article-body { font-size: 1.05rem; line-height: 1.8; color: #ddd; }
.article-body h2 { color: #fff; margin: 25px 0 15px; font-size: 1.3rem; }
.article-body p { margin-bottom: 16px; }

/* Detailed Multi-Column Footer */
.site-footer { background: #000000; color: #888888; padding: 50px 20px 30px; border-top: 1px solid var(--border-color); }
.footer-container { max-width: 1000px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }
.footer-brand h3 { color: #ffffff; font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.footer-slogan { font-size: 0.88rem; color: #bbb; margin-bottom: 8px; }
.footer-desc { max-width: 380px; font-size: 0.82rem; line-height: 1.5; color: #777; }
.footer-links-grid { display: flex; gap: 50px; }
.footer-col h4 { color: #ffffff; font-size: 0.92rem; font-weight: 700; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #888888; text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-col a:hover { color: #ffffff; }
.footer-bottom { border-top: 1px solid #222; padding-top: 24px; font-size: 0.8rem; text-align: center; color: #666; }
.disclaimer-text { margin-top: 8px; font-size: 0.72rem; color: #555; }

/* Mobile (반응형 100% 최적화) */
@media screen and (max-width: 768px) {
    .header-container { height: auto; padding: 12px 16px; flex-direction: column; align-items: flex-start; gap: 12px; }
    .site-nav { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .site-nav .nav-list { display: flex; gap: 16px; white-space: nowrap; padding-bottom: 4px; }
    
    .cinema-hero { padding: 40px 16px; }
    .hero-title { font-size: 1.45rem; }
    .hero-desc { font-size: 0.88rem; }
    
    .page-wrapper { padding: 20px 14px 40px; }
    .movie-card { flex-direction: column; align-items: stretch; padding: 16px; gap: 14px; }
    .mc-left { flex-direction: column; align-items: stretch; gap: 10px; }
    .mc-left-top { display: flex; align-items: center; gap: 12px; }
    .mc-rank { font-size: 1.4rem; min-width: 30px; text-align: left; }
    .mc-logo { width: 110px; height: 44px; }
    .mc-info h3 { font-size: 1.1rem; }
    .mc-info p { font-size: 0.82rem; }
    .mc-right { text-align: left; border-top: 1px solid #333; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; }
    .mc-benefit { margin-bottom: 0; font-size: 1rem; }
    .btn-play { padding: 8px 18px; font-size: 0.85rem; }
    
    .board-table-wrap { overflow-x: auto; }
    .board-table { min-width: 480px; }
    .article-view { padding: 20px 16px; }
    .article-title { font-size: 1.35rem; }
    .footer-links-grid { gap: 30px; }
}