/* ============================================
   VEGASROYAL THEME - responsive.css (moban-69)
   Responsive Breakpoints: 1024px, 768px, 480px
   ============================================ */

/* ============================================
   TABLET LANDSCAPE (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {

    /* Container */
    .container {
        padding: 0 20px;
    }

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

    .header-time {
        order: 3;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .header-btn-group {
        gap: 8px;
    }

    .btn-login,
    .btn-register,
    .btn-demo {
        padding: 6px 14px;
        font-size: 12px;
    }

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

    /* Hero Section */
    .vegas-hero {
        padding: 50px 0 40px;
        min-height: 500px;
    }

    .neon-inner {
        padding: 40px 25px;
    }

    .hero-main-title {
        font-size: 42px;
    }

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

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

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

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

    /* Featured Games */
    .featured-games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .featured-game-card {
        padding: 25px 15px;
    }

    /* Game Grid */
    .game-grid-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .game-grid-node {
        padding: 20px 10px;
    }

    .node-chip {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

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

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

    .vegas-feature-card {
        padding: 30px 15px;
    }

    .vegas-feature-icon {
        width: 65px;
        height: 65px;
    }

    .neon-icon {
        font-size: 26px;
    }

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

    .vegas-stat-card {
        padding: 30px 15px;
    }

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

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

    .vegas-promos-grid .vegas-promo-card:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }

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

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

    .cta-features {
        gap: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    /* Notification */
    .notification-content {
        gap: 30px;
    }

    .notification-content span {
        font-size: 12px;
    }
}

/* ============================================
   TABLET PORTRAIT (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {

    /* Container */
    .container {
        padding: 0 15px;
    }

    /* Header */
    .site-header {
        position: relative;
    }

    .header-top {
        padding: 10px 0;
    }

    .logo img {
        height: 40px;
    }

    .header-btn-group {
        gap: 5px;
    }

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

    /* Mobile Menu */
    .mobile-menu-toggle {
        display: block;
        padding: 10px 0;
    }

    .main-navigation .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: linear-gradient(180deg, #0A0A0A 0%, #1a0a2e 100%);
        border: 1px solid rgba(107, 33, 168, 0.5);
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px 0;
        max-height: 60vh;
        overflow-y: auto;
    }

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

    .nav-link {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(107, 33, 168, 0.2);
    }

    .nav-link:hover {
        border-bottom-color: #FFD700;
    }

    /* Notification Bar */
    .notification-content {
        gap: 20px;
    }

    .notification-content span {
        font-size: 11px;
    }

    /* Content Area */
    .content-area {
        flex-direction: column;
        padding: 20px 0;
        gap: 20px;
    }

    /* Hero Section */
    .vegas-hero {
        padding: 40px 0 30px;
        min-height: auto;
    }

    .spotlight {
        width: 120px;
        height: 400px;
    }

    .neon-signboard {
        max-width: 100%;
    }

    .neon-inner {
        padding: 35px 20px;
    }

    .neon-chips {
        gap: 15px;
        top: -15px;
    }

    .chip {
        width: 30px;
        height: 30px;
    }

    .hero-main-title {
        font-size: 32px;
    }

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

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

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

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

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

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

    .btn-gold-primary,
    .btn-outline-gold {
        padding: 12px 30px;
        font-size: 14px;
        width: 80%;
        text-align: center;
    }

    /* Section Titles */
    .section-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .section-subtitle {
        font-size: 13px;
        margin-bottom: 30px;
    }

    /* Featured Games */
    .featured-games {
        padding: 40px 0;
    }

    .featured-games-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .featured-game-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 15px;
    }

    .featured-game-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .featured-game-card h3 {
        font-size: 16px;
    }

    .featured-game-card p {
        font-size: 12px;
    }

    /* Game Grid */
    .game-grid-section {
        padding: 40px 0;
    }

    .game-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .game-grid-node {
        padding: 15px 10px;
    }

    .node-chip {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

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

    /* Features */
    .vegas-features {
        padding: 40px 0;
    }

    .vegas-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .vegas-feature-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px 15px;
    }

    .vegas-feature-card h3 {
        font-size: 16px;
    }

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

    /* Stats */
    .vegas-stats {
        padding: 40px 0;
    }

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

    .vegas-stat-card {
        padding: 25px 12px;
    }

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

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

    /* Promos */
    .vegas-promos {
        padding: 40px 0;
    }

    .vegas-promos-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .vegas-promos-grid .vegas-promo-card:last-child {
        grid-column: auto;
        max-width: 100%;
    }

    .vegas-promo-inner {
        padding: 25px 20px;
    }

    .vegas-promo-inner h3 {
        font-size: 15px;
    }

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

    .btn-promo {
        padding: 8px 25px;
        font-size: 12px;
    }

    /* Footer CTA */
    .footer-cta-section {
        padding: 50px 0;
    }

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

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

    .cta-features {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

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

    .cta-main-btn {
        padding: 12px 35px;
        font-size: 14px;
    }

    /* News */
    .home-news-section {
        padding: 40px 0;
    }

    .home-news-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

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

    .article-card-title {
        font-size: 14px;
        padding: 12px 12px 6px;
    }

    .article-card-meta {
        padding: 0 12px;
    }

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

    .view-more-btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    /* Article Grid (Blog) */
    .article-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

    .provider-tabs {
        gap: 6px;
    }

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

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

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

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

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

    .article-nav {
        flex-direction: column;
        gap: 10px;
    }

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

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

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

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

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

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

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

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

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

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

    /* Sidebar */
    .floating-sidebar {
        right: 5px;
        gap: 6px;
    }

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

    .sidebar-label {
        display: none !important;
    }

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

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

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

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

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

    .license-icons {
        gap: 15px;
    }

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

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

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

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

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

    .announcement-item {
        padding: 10px 12px;
    }

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

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

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

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

/* ============================================
   MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {

    /* Container */
    .container {
        padding: 0 10px;
    }

    /* Header */
    .header-top {
        padding: 8px 0;
        gap: 8px;
    }

    .logo img {
        height: 35px;
    }

    .header-time {
        font-size: 11px;
        padding: 5px 10px;
    }

    .header-btn-group {
        gap: 4px;
    }

    .btn-login,
    .btn-register,
    .btn-demo {
        padding: 4px 8px;
        font-size: 10px;
    }

    /* Hero Section */
    .vegas-hero {
        padding: 30px 0 20px;
    }

    .spotlight {
        width: 80px;
        height: 300px;
    }

    .neon-border {
        border-radius: 12px;
    }

    .neon-inner {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .neon-chips {
        gap: 10px;
        top: -12px;
    }

    .chip {
        width: 25px;
        height: 25px;
        border-width: 2px;
    }

    .hero-main-title {
        font-size: 26px;
    }

    .hero-tagline {
        font-size: 11px;
        letter-spacing: 0;
    }

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

    .hero-stats-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

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

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

    .btn-gold-primary,
    .btn-outline-gold {
        padding: 10px 20px;
        font-size: 13px;
        width: 90%;
    }

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

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

    /* Featured Games */
    .featured-games {
        padding: 30px 0;
    }

    .featured-game-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    /* Game Grid */
    .game-grid-section {
        padding: 30px 0;
    }

    .game-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .game-grid-node {
        padding: 12px 8px;
    }

    .node-chip {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .node-label {
        font-size: 9px;
    }

    /* Features */
    .vegas-features {
        padding: 30px 0;
    }

    .vegas-feature-icon {
        width: 55px;
        height: 55px;
    }

    .neon-icon {
        font-size: 22px;
    }

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

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

    .vegas-stat-card {
        padding: 20px 10px;
    }

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

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

    .stat-chip-decoration i {
        font-size: 18px;
    }

    /* Promos */
    .vegas-promos {
        padding: 30px 0;
    }

    .vegas-promo-inner {
        padding: 20px 15px;
    }

    .promo-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

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

    .vegas-promo-inner p {
        font-size: 11px;
    }

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

    .cta-neon-decoration {
        font-size: 22px;
    }

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

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

    .cta-main-btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    /* News */
    .home-news-section {
        padding: 30px 0;
    }

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

    .article-card-title {
        font-size: 13px;
    }

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

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

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

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

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

    .article-content h2 {
        font-size: 20px;
    }

    .article-content h3 {
        font-size: 18px;
    }

    .article-tags {
        gap: 6px;
    }

    .article-tags span {
        font-size: 11px;
        padding: 3px 8px;
    }

    /* Related */
    .related-posts-title {
        font-size: 17px;
    }

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

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

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

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

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

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

    /* Error */
    .error-page {
        padding: 40px 10px;
    }

    .error-neon-sign {
        width: 80px;
        height: 80px;
    }

    .error-neon-icon {
        font-size: 32px;
    }

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

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

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

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

    .sidebar-btn {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

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

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

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

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

    .license-icons {
        gap: 10px;
    }

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

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

    .provider-tabs {
        gap: 5px;
    }

    .provider-tab {
        padding: 5px 10px;
        font-size: 11px;
    }

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

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

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

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

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

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

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

    .announcement-cta {
        padding: 8px 25px;
        font-size: 12px;
    }

    /* Notification */
    .notification-content span {
        font-size: 10px;
    }

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

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

    /* Buttons */
    .btn-gold-primary {
        padding: 10px 25px;
        font-size: 13px;
    }

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