/*
Theme Name: BAM-TUBE Dark Theme
Theme URI: https://bam-tube.com
Author: BAM-TUBE Team
Author URI: https://bam-tube.com
Description: 성인 콘텐츠 큐레이션 사이트를 위한 다크 테마. v1.8.1: 2257 슬러그 수정 (숫자 전용 슬러그 WordPress 충돌 해결).
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bamtube
Tags: dark, adult, ranking, one-page

이 테마는 bam-tube-rank 플러그인과 함께 작동합니다.
*/

/* 기본 리셋 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #0a0a0a;
    color: #e0e0e0;
    line-height: 1.6;
}

a {
    color: #ff0844;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #ff4466;
    text-shadow: 0 0 10px rgba(255, 8, 68, 0.5);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 컨테이너 */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 유틸리티 클래스 */
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
