/* ============================================
   ECLIPSE88 THEME - responsive.css (moban-146)
   Solar Eclipse Theme - Responsive Breakpoints
   ============================================ */

/* === TABLET LANDSCAPE (max-width: 1024px) === */
@media (max-width: 1024px) {
    .container {
        max-width: 960px;
    }

    /* Header */
    .header-top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-time {
        display: none;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-link {
        padding: 10px 12px;
        font-size: 12px;
    }

    /* Hero */
    .eclipse88-hero {
        min-height: 500px;
    }

    .hero-brand {
        font-size: 42px;
        letter-spacing: 5px;
    }

    .hero-tagline {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .hero-stats-row {
        gap: 25px;
    }

    .hero-stat-number {
        font-size: 24px;
    }

    .corona-ring {
        width: 280px;
        height: 280px;
    }

    .eclipse-moon {
        width: 160px;
        height: 160px;
    }

    .solar-flare-effect {
        width: 320px;
        height: 320px;
    }

    .corona-ray {
        height: 140px;
    }

    /* Game Grid */
    .eclipse-game-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 12px;
    }

    .game-card-img {
        height: 130px;
    }

    /* Features */
    .eclipse-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Stats */
    .eclipse-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .stat-number {
        font-size: 30px;
    }

    /* Promos */
    .eclipse-promos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* News */
    .home-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-news-placeholder {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Footer */
    .footer-columns-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Article Grid */
    .article-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Related */
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Slider */
    .eclipse-swiper .swiper-slide {
        height: 320px;
    }

    .slide-overlay h3 {
        font-size: 22px;
    }

    .slide-overlay p {
        font-size: 13px;
    }

    /* Sidebar */
    .floating-sidebar {
        right: 10px;
    }

    .sidebar-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    /* Content Area */
    .content-area {
        gap: 20px;
    }

    /* Section Title */
    .section-title {
        font-size: 24px;
    }

    /* CTA */
    .footer-cta-inner h2 {
        font-size: 24px;
    }

    .corona-gradient-overlay {
        width: 400px;
        height: 400px;
    }

    /* Single Article */
    .single-article {
        padding: 25px;
    }

    .article-title {
        font-size: 24px;
    }

    /* Page */
    .page-article {
        padding: 25px;
    }

    .page-title {
        font-size: 24px;
    }
}

/* === TABLET PORTRAIT (max-width: 768px) === */
@media (max-width: 768px) {
    /* Mobile Menu Toggle */
    .mobile-menu-toggle {
        display: block;
    }

    .main-navigation .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 15px;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0A1628;
        border-top: 1px solid rgba(255, 215, 0, 0.15);
        z-index: 100;
        padding: 10px 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-link {
        padding: 12px 20px;
        font-size: 13px;
        border-bottom: 1px solid rgba(255, 215, 0, 0.05);
    }

    .nav-link i {
        width: 20px;
        text-align: center;
    }

    /* Header */
    .header-top {
        justify-content: center;
        text-align: center;
    }

    .header-btn-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-btn-group .btn-login,
    .header-btn-group .btn-register,
    .header-btn-group .btn-demo {
        padding: 6px 15px;
        font-size: 11px;
    }

    .logo img {
        height: 40px;
    }

    /* Hero */
    .eclipse88-hero {
        min-height: 450px;
    }

    .hero-brand {
        font-size: 36px;
        letter-spacing: 4px;
    }

    .hero-tagline {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-stats-row {
        flex-wrap: wrap;
        gap: 15px;
    }

    .hero-stat {
        flex: 0 0 calc(50% - 10px);
    }

    .hero-stat-number {
        font-size: 22px;
    }

    .hero-btn-group {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .btn-gold-primary,
    .btn-outline-gold {
        padding: 10px 25px;
        font-size: 13px;
    }

    .corona-ring {
        width: 220px;
        height: 220px;
    }

    .eclipse-moon {
        width: 130px;
        height: 130px;
    }

    .solar-flare-effect {
        width: 260px;
        height: 260px;
    }

    .corona-ray {
        height: 110px;
        width: 2px;
    }

    /* Slider */
    .eclipse-swiper .swiper-slide {
        height: 250px;
    }

    .slide-overlay {
        padding: 20px;
    }

    .slide-overlay h3 {
        font-size: 18px;
    }

    .slide-overlay p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .eclipse-swiper .swiper-button-next,
    .eclipse-swiper .swiper-button-prev {
        display: none;
    }

    /* Game Grid */
    .eclipse-game-grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 10px;
    }

    .game-card-img {
        height: 110px;
    }

    .game-card-info {
        padding: 8px;
    }

    .game-card-name {
        font-size: 11px;
    }

    /* Provider Tabs */
    .provider-tabs {
        gap: 6px;
    }

    .provider-tab {
        padding: 6px 12px;
        font-size: 11px;
    }

    /* Features */
    .eclipse-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .eclipse-feature-card {
        padding: 20px;
    }

    .eclipse-feature-card h3 {
        font-size: 14px;
    }

    .eclipse-feature-card p {
        font-size: 12px;
    }

    .corona-icon i {
        font-size: 28px;
    }

    /* Stats */
    .eclipse-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 15px;
    }

    .eclipse-stat-card {
        padding: 15px;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-suffix {
        font-size: 16px;
    }

    .stat-icon i {
        font-size: 24px;
    }

    .stat-label {
        font-size: 11px;
    }

    /* Promos */
    .eclipse-promos-grid {
        grid-template-columns: 1fr;
    }

    .eclipse-promo-inner {
        padding: 20px;
    }

    /* News */
    .home-news-grid {
        grid-template-columns: 1fr;
    }

    .home-news-placeholder {
        grid-template-columns: 1fr;
    }

    .article-card-thumb {
        height: 160px;
    }

    /* Content Area */
    .content-area {
        flex-direction: column;
    }

    /* Article Grid */
    .article-grid {
        grid-template-columns: 1fr;
    }

    /* Single */
    .single-article {
        padding: 20px;
    }

    .article-title {
        font-size: 22px;
    }

    .article-meta {
        gap: 10px;
        font-size: 11px;
    }

    .article-content {
        font-size: 14px;
    }

    /* Related */
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .related-item-thumb {
        height: 100px;
    }

    .related-item-title {
        font-size: 12px;
    }

    /* Page */
    .page-article {
        padding: 20px;
    }

    .page-title {
        font-size: 22px;
    }

    .page-content {
        font-size: 14px;
    }

    /* Footer */
    .footer-columns-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-col h4 {
        font-size: 13px;
    }

    .footer-col ul li a {
        font-size: 12px;
    }

    .license-icons {
        gap: 15px;
    }

    .license-item i {
        font-size: 20px;
    }

    .license-item span {
        font-size: 10px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    /* CTA */
    .footer-cta-section {
        padding: 40px 20px;
    }

    .footer-cta-inner h2 {
        font-size: 20px;
    }

    .footer-cta-inner p {
        font-size: 13px;
    }

    .cta-features {
        gap: 15px;
    }

    .cta-feature {
        font-size: 12px;
    }

    .corona-gradient-overlay {
        width: 300px;
        height: 300px;
    }

    /* Section Title */
    .section-title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .section-subtitle {
        font-size: 12px;
    }

    /* Notification Bar */
    .notification-content {
        font-size: 12px;
        gap: 30px;
    }

    /* Sidebar */
    .sidebar-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    /* Breadcrumb */
    .breadcrumb {
        font-size: 12px;
        padding: 10px 0;
    }

    /* Category */
    .category-title {
        font-size: 20px;
    }

    /* Error Page */
    .error-code {
        font-size: 70px;
    }

    .error-title {
        font-size: 20px;
    }

    .error-desc {
        font-size: 13px;
    }

    .error-eclipse-ring {
        width: 60px;
        height: 60px;
    }

    /* Tags */
    .article-tags {
        gap: 6px;
    }

    .tag-link {
        padding: 3px 8px;
        font-size: 11px;
    }

    /* Share */
    .share-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    /* Author Box */
    .author-box {
        flex-direction: column;
        text-align: center;
    }

    .author-avatar {
        margin: 0 auto;
    }

    /* Announcement Modal */
    .announcement-content {
        padding: 20px;
    }

    .announcement-title {
        font-size: 16px;
    }

    .announcement-header-icon i {
        font-size: 35px;
    }

    /* View More Button */
    .view-more-btn {
        font-size: 12px;
        padding: 10px 25px;
    }

    /* Pagination */
    .pagination .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* === MOBILE (max-width: 480px) === */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    /* Header */
    .header-btn-group {
        gap: 6px;
    }

    .header-btn-group .btn-login,
    .header-btn-group .btn-register,
    .header-btn-group .btn-demo {
        padding: 5px 10px;
        font-size: 10px;
    }

    .logo img {
        height: 35px;
    }

    /* Hero */
    .eclipse88-hero {
        min-height: 380px;
    }

    .hero-brand {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .hero-tagline {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .hero-description {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .hero-stats-row {
        gap: 10px;
    }

    .hero-stat-number {
        font-size: 18px;
    }

    .hero-stat-label {
        font-size: 10px;
    }

    .corona-ring {
        width: 180px;
        height: 180px;
    }

    .eclipse-moon {
        width: 100px;
        height: 100px;
    }

    .solar-flare-effect {
        width: 220px;
        height: 220px;
    }

    .corona-ray {
        height: 90px;
        width: 2px;
    }

    /* Slider */
    .eclipse-swiper .swiper-slide {
        height: 200px;
    }

    .slide-overlay {
        padding: 15px;
    }

    .slide-overlay h3 {
        font-size: 16px;
    }

    .slide-overlay p {
        display: none;
    }

    /* Game Grid */
    .eclipse-game-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .game-card-img {
        height: 100px;
    }

    .game-card-name {
        font-size: 10px;
    }

    .game-card-provider {
        font-size: 9px;
    }

    .play-icon {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    /* Features */
    .eclipse-features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .eclipse-feature-card {
        padding: 15px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .feature-icon {
        margin-bottom: 0;
    }

    .corona-icon i {
        font-size: 24px;
    }

    .eclipse-feature-card h3 {
        font-size: 13px;
        flex: 1;
    }

    .eclipse-feature-card p {
        flex: 0 0 100%;
        font-size: 11px;
    }

    /* Stats */
    .eclipse-stats {
        padding: 30px 0;
    }

    .eclipse-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 10px;
    }

    .eclipse-stat-card {
        padding: 12px;
    }

    .stat-number {
        font-size: 22px;
    }

    .stat-suffix {
        font-size: 14px;
    }

    .stat-icon i {
        font-size: 20px;
    }

    .stat-label {
        font-size: 10px;
    }

    /* Promos */
    .eclipse-promo-inner {
        padding: 15px;
    }

    .promo-icon i {
        font-size: 28px;
    }

    .eclipse-promo-inner h3 {
        font-size: 14px;
    }

    .eclipse-promo-inner p {
        font-size: 12px;
    }

    /* News */
    .article-card-thumb {
        height: 140px;
    }

    .article-card-title {
        font-size: 13px;
        padding: 10px 12px 3px;
    }

    .article-card-meta {
        padding: 3px 12px;
        font-size: 10px;
    }

    .article-card-excerpt {
        padding: 3px 12px 12px;
        font-size: 11px;
    }

    .article-card-more {
        margin: 0 12px 12px;
        padding: 6px 15px;
        font-size: 11px;
    }

    /* CTA */
    .footer-cta-section {
        padding: 30px 15px;
    }

    .footer-cta-inner h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .footer-cta-inner p {
        font-size: 12px;
    }

    .cta-features {
        flex-direction: column;
        gap: 8px;
    }

    .cta-eclipse-ring {
        width: 45px;
        height: 45px;
    }

    .corona-gradient-overlay {
        width: 250px;
        height: 250px;
    }

    /* Section Title */
    .section-title {
        font-size: 18px;
    }

    .section-subtitle {
        font-size: 11px;
        margin-bottom: 20px;
    }

    /* Footer */
    .site-footer {
        padding: 30px 0 0;
    }

    .footer-brand-text {
        font-size: 12px;
    }

    .footer-18plus {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .footer-social-links a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .footer-license-bar {
        padding: 20px 0;
    }

    .footer-license-bar h4 {
        font-size: 12px;
    }

    .license-icons {
        gap: 10px;
    }

    .license-item i {
        font-size: 18px;
    }

    .license-item span {
        font-size: 9px;
    }

    .footer-copyright {
        font-size: 11px;
    }

    /* Sidebar */
    .sidebar-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    /* Error Page */
    .error-page {
        padding: 50px 15px;
    }

    .error-code {
        font-size: 60px;
    }

    .error-title {
        font-size: 18px;
    }

    .error-desc {
        font-size: 12px;
    }

    .error-eclipse-ring {
        width: 50px;
        height: 50px;
    }

    /* Page */
    .page-article {
        padding: 15px;
    }

    .page-title {
        font-size: 20px;
    }

    /* Single */
    .single-article {
        padding: 15px;
    }

    .article-title {
        font-size: 20px;
    }

    .article-content {
        font-size: 13px;
    }

    .article-content blockquote {
        padding: 10px 15px;
        font-size: 13px;
    }

    /* Related */
    .related-grid {
        grid-template-columns: 1fr;
    }

    .related-item-thumb {
        height: 80px;
    }

    .related-title {
        font-size: 16px;
    }

    /* Pagination */
    .pagination .page-numbers {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    /* Announcement Modal */
    .announcement-content {
        padding: 15px;
        width: 95%;
    }

    .announcement-title {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .announcement-header-icon i {
        font-size: 30px;
    }

    .announcement-item {
        padding: 8px;
        gap: 8px;
    }

    .announcement-text {
        font-size: 11px;
    }

    .announcement-badge {
        font-size: 9px;
        min-width: 35px;
        padding: 2px 6px;
    }

    .announcement-cta {
        padding: 10px 30px;
        font-size: 12px;
    }

    /* Breadcrumb */
    .breadcrumb {
        font-size: 11px;
        gap: 5px;
    }

    /* Category */
    .category-title {
        font-size: 18px;
    }

    .category-desc {
        font-size: 12px;
    }

    /* Provider Tab */
    .provider-tab {
        padding: 5px 10px;
        font-size: 10px;
    }

    /* View More */
    .view-more-btn {
        font-size: 11px;
        padding: 10px 20px;
        max-width: 200px;
    }

    /* Corona Rays */
    .corona-ray {
        opacity: 0.6;
    }

    /* Solar Flare */
    .solar-flare-effect {
        opacity: 0.5;
    }

    /* DMCA & Disclaimer */
    .footer-disclaimer {
        font-size: 11px !important;
        padding: 15px 10px !important;
    }

    /* Notification */
    .notification-content {
        font-size: 11px;
        gap: 20px;
    }
}

/* === ULTRA SMALL (max-width: 360px) === */
@media (max-width: 360px) {
    .hero-brand {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .hero-tagline {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .section-title {
        font-size: 16px;
    }

    .eclipse-game-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .game-card-img {
        height: 90px;
    }

    .eclipse-feature-card {
        padding: 12px;
    }

    .btn-gold-primary,
    .btn-outline-gold {
        padding: 8px 15px;
        font-size: 11px;
    }

    .stat-number {
        font-size: 20px;
    }

    .footer-cta-inner h2 {
        font-size: 16px;
    }

    .hero-stat-number {
        font-size: 16px;
    }

    .corona-ring {
        width: 150px;
        height: 150px;
    }

    .eclipse-moon {
        width: 80px;
        height: 80px;
    }

    .corona-ray {
        height: 75px;
    }

    .eclipse88-hero {
        min-height: 340px;
    }

    .eclipse-swiper .swiper-slide {
        height: 170px;
    }

    .article-card-thumb {
        height: 120px;
    }

    .footer-columns-grid {
        gap: 20px;
    }

    .sidebar-btn {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .floating-sidebar {
        right: 5px;
        gap: 5px;
    }

    .announcement-content {
        padding: 12px;
    }

    .announcement-title {
        font-size: 13px;
    }

    .error-code {
        font-size: 50px;
    }

    .error-title {
        font-size: 16px;
    }

    .pagination .page-numbers {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}
