/* ============================================
   VENETIAN THEME - responsive.css (moban-73)
   ============================================ */

/* === 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 */
    .venetian-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;
    }

    /* Palace Arches */
    .palace-arch-1 {
        width: 200px;
        height: 300px;
    }

    .palace-arch-2 {
        width: 300px;
        height: 400px;
    }

    .palace-arch-3 {
        width: 200px;
        height: 300px;
    }

    /* Baroque Decorations */
    .baroque-decoration {
        display: none;
    }

    /* Star Games */
    .star-games-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

    /* Palace Stats */
    .palace-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

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

    .home-news-grid .article-card:last-child {
        display: none;
    }

    /* Footer */
    .footer-columns-grid {
        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 CTA */
    .footer-cta-inner h2 {
        font-size: 28px;
    }

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

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

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

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

    /* Single Article */
    .article-title {
        font-size: 24px;
    }

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

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

    /* License Icons */
    .license-icons {
        gap: 20px;
    }
}

/* === TABLET PORTRAIT (max-width: 768px) === */
@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }

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

    .logo img {
        height: 40px;
    }

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

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

    /* Mobile Menu */
    .mobile-menu-toggle {
        display: block;
    }

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

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(26, 15, 10, 0.98);
        flex-direction: column;
        border-top: 1px solid rgba(184, 134, 11, 0.3);
        z-index: 100;
    }

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

    .nav-link {
        padding: 14px 20px;
        font-size: 14px;
        border-bottom: 1px solid rgba(184, 134, 11, 0.1);
    }

    .nav-link::after {
        display: none;
    }

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

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

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

    .hero-inner-content {
        padding: 30px 15px;
    }

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

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

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

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

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

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

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

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

    /* Palace Arches */
    .palace-arch-1,
    .palace-arch-3 {
        display: none;
    }

    .palace-arch-2 {
        width: 90%;
        height: 350px;
    }

    /* Gondola */
    .gondola-canal {
        height: 80px;
    }

    .canal-water {
        height: 40px;
    }

    .gondola-body {
        width: 60px;
        height: 15px;
    }

    /* Fresco */
    .fresco-ceiling {
        height: 100px;
    }

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

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

    /* Star Games */
    .star-games {
        padding: 40px 0;
    }

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

    .star-game-card {
        padding: 20px 15px;
    }

    .star-game-icon i {
        font-size: 32px;
    }

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

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

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

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

    .game-grid-row .game-grid-node:nth-child(4) {
        display: none;
    }

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

    .node-icon {
        width: 40px;
        height: 40px;
    }

    .node-icon i {
        font-size: 16px;
    }

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

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

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

    .palace-feature-card {
        padding: 20px 15px;
    }

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

    .palace-feature-icon i {
        font-size: 22px;
    }

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

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

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

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

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

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

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

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

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

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

    .palace-promo-inner {
        padding: 25px 15px;
    }

    .palace-promo-inner h3 {
        font-size: 16px;
    }

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

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

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

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

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

    .cta-arch-outer {
        width: 60px;
        height: 60px;
    }

    .cta-arch-inner {
        width: 35px;
        height: 35px;
    }

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

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

    .home-news-grid .article-card:last-child {
        display: block;
    }

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

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

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

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

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

    .footer-col ul li {
        margin-bottom: 6px;
    }

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

    .license-icons {
        gap: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    /* Sidebar */
    .floating-sidebar {
        bottom: 10px;
        top: auto;
        transform: none;
        right: 10px;
        flex-direction: row;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* === MOBILE (max-width: 480px) === */
@media (max-width: 480px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 10px;
    }

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

    .logo img {
        height: 35px;
    }

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

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

    .btn-demo {
        display: none;
    }

    /* Mobile Menu */
    .mobile-menu-toggle {
        font-size: 20px;
    }

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

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

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

    .hero-divider-line {
        width: 80px;
    }

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

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

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

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

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

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

    /* Palace Arches */
    .palace-arch-2 {
        width: 95%;
        height: 280px;
    }

    /* Section */
    .section-title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .section-title::after {
        width: 60px;
    }

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

    /* Star Games */
    .star-games {
        padding: 30px 0;
    }

    .star-games-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .star-game-card {
        padding: 20px 15px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        gap: 0 15px;
        text-align: left;
    }

    .star-game-icon {
        grid-row: 1 / 3;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .star-game-icon i {
        font-size: 36px;
    }

    .star-game-rating {
        margin-bottom: 5px;
    }

    .star-game-card h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .star-game-card p {
        grid-column: 1 / -1;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .star-game-players {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

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

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

    .game-grid-row .game-grid-node:nth-child(4) {
        display: block;
    }

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

    .node-icon {
        width: 35px;
        height: 35px;
    }

    .node-icon i {
        font-size: 14px;
    }

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

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

    .palace-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

    .palace-feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin: 0;
    }

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

    .palace-feature-card h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

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

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

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

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

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

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

    .stat-arch-decoration {
        margin-bottom: 5px;
    }

    .stat-arch-decoration i {
        font-size: 16px;
    }

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

    .palace-promos-grid {
        gap: 12px;
    }

    .palace-promo-inner {
        padding: 20px 12px;
    }

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

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

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

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

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

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

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

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

    .cta-main-btn {
        padding: 12px 30px;
        font-size: 13px;
    }

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

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

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

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

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

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

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

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

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

    .related-posts-title {
        font-size: 18px;
    }

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

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

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

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

    .article-tags {
        flex-wrap: wrap;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    /* Category */
    .category-header {
        padding: 20px 0;
    }

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

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

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

    /* Pagination */
    .pagination {
        gap: 3px;
    }

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

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

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

    .error-arch-outer {
        width: 70px;
        height: 70px;
    }

    .error-arch-inner {
        width: 40px;
        height: 40px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .star-game-card {
        padding: 15px 10px;
    }

    .palace-stat-card {
        padding: 15px 8px;
    }

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

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

    .btn-login {
        display: none;
    }
}
