/* sunwin68.tech - Archetype 2: Macau Royal Casino & Jackpot Palace */
:root {
    --mc-gold: #ca8a04;
    --mc-gold-light: #facc15;
    --mc-burgundy: #450a0a;
    --mc-burgundy-dark: #2c0606;
    --mc-bg: #fdfbf7;
    --mc-surface: #ffffff;
    --mc-card-bg: #ffffff;
    --mc-border: #f1e6d0;
    --mc-border-gold: #eab308;
    --mc-text: #1c1917;
    --mc-text-muted: #78716c;
    --mc-radius: 16px;
    --mc-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --mc-shadow-gold: 0 8px 30px rgba(202, 138, 4, 0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--mc-font); background-color: var(--mc-bg); color: var(--mc-text); line-height: 1.6; font-size: 15px; }
a { text-decoration: none; color: inherit; }
.mc-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* Centered Luxury Header */
.mc-royal-header { background: #ffffff; border-bottom: 2px solid var(--mc-gold); position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.mc-header-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 80px; gap: 20px; }
.mc-nav-left { display: flex; align-items: center; gap: 8px; }
.mc-nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.mc-nav-link { padding: 8px 14px; font-size: 13.5px; font-weight: 700; color: #44403c; border-radius: 8px; transition: 0.2s; white-space: nowrap; }
.mc-nav-link:hover, .mc-nav-link.active { color: var(--mc-gold); background: #fefce8; }
.mc-center-brand { display: flex; align-items: center; justify-content: center; }
.mc-logo-img { height: 48px; width: auto; max-width: 220px; }

.mc-btn-gold { background: linear-gradient(135deg, var(--mc-gold), #a16207); color: #ffffff; font-weight: 800; font-size: 13.5px; padding: 9px 20px; border-radius: 9999px; border: none; cursor: pointer; transition: 0.2s; box-shadow: 0 4px 14px rgba(202, 138, 4, 0.3); }
.mc-btn-gold:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(202, 138, 4, 0.4); }
.mc-btn-outline { background: transparent; border: 1.5px solid var(--mc-gold); color: var(--mc-gold); font-weight: 700; font-size: 13.5px; padding: 8px 18px; border-radius: 9999px; cursor: pointer; transition: 0.2s; }
.mc-btn-outline:hover { background: #fefce8; }

/* Mobile Subbar Under Logo */
.mc-mobile-subbar { display: none; background: #ffffff; padding: 8px 16px; border-bottom: 1px solid var(--mc-border); }
.mc-mobile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mc-m-btn { display: flex; align-items: center; justify-content: center; gap: 6px; height: 42px; border-radius: 9999px; font-weight: 800; font-size: 14px; cursor: pointer; text-decoration: none; border: none; }
.mc-m-login { background: #f5f5f4; color: var(--mc-burgundy); border: 1px solid #d6d3d1; }
.mc-m-reg { background: linear-gradient(135deg, var(--mc-gold), #a16207); color: #ffffff; }

/* Centered Stage Hero */
.mc-stage-hero { padding: 48px 0 36px 0; text-align: center; background: radial-gradient(circle at 50% 20%, #fefce8 0%, var(--mc-bg) 70%); }
.mc-crown-badge { display: inline-flex; align-items: center; gap: 8px; background: #fef08a; color: #854d0e; font-weight: 800; font-size: 12.5px; padding: 6px 16px; border-radius: 9999px; border: 1px solid #fde047; margin-bottom: 16px; }
.mc-stage-title { font-size: 34px; font-weight: 900; color: var(--mc-burgundy); line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.5px; }
.mc-stage-desc { max-width: 720px; margin: 0 auto 28px auto; color: var(--mc-text-muted); font-size: 16px; line-height: 1.7; }

/* Digital Jackpot Billboard */
.mc-jackpot-billboard { max-width: 680px; margin: 0 auto 32px auto; background: linear-gradient(145deg, var(--mc-burgundy-dark), #1a0303); border: 2px solid var(--mc-gold-light); border-radius: var(--mc-radius); padding: 22px 28px; box-shadow: var(--mc-shadow-gold); position: relative; overflow: hidden; }
.mc-jackpot-lbl { font-size: 12px; font-weight: 800; color: var(--mc-gold-light); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; display: block; }
.mc-jackpot-num { font-size: 36px; font-weight: 900; color: #fef08a; letter-spacing: 3px; font-family: monospace, monospace; text-shadow: 0 0 20px rgba(250, 204, 21, 0.6); }
.mc-hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* Hexagonal / Circular App Icons Grid */
.mc-app-icons-grid { padding: 20px 0 40px 0; }
.mc-icons-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.mc-icon-card { background: #ffffff; border: 1.5px solid var(--mc-border); border-radius: 20px; padding: 20px 10px; text-align: center; transition: 0.25s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.02); display: flex; flex-direction: column; align-items: center; }
.mc-icon-card:hover { transform: translateY(-4px); border-color: var(--mc-gold); box-shadow: 0 10px 24px rgba(202, 138, 4, 0.12); }
.mc-icon-badge { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, #fef9c3, #fef08a); border: 1px solid #fde047; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 10px; }
.mc-icon-title { font-size: 13.5px; font-weight: 800; color: var(--mc-burgundy); }

/* Live Winners Marquee */
.mc-winners-marquee { background: #ffffff; border-top: 1px solid var(--mc-border); border-bottom: 1px solid var(--mc-border); padding: 12px 0; margin-bottom: 40px; }
.mc-winners-track { display: flex; gap: 24px; white-space: nowrap; overflow-x: auto; font-size: 13.5px; }
.mc-win-item { display: inline-flex; align-items: center; gap: 8px; background: #fffbeb; border: 1px solid #fef3c7; padding: 5px 12px; border-radius: 9999px; }
.mc-win-gold { color: #854d0e; font-weight: 800; }

/* Tabbed Showcase Layout */
.mc-tabbed-section { margin-bottom: 48px; }
.mc-sec-heading { text-align: center; margin-bottom: 28px; }
.mc-sec-tag { font-size: 12px; font-weight: 800; color: var(--mc-gold); text-transform: uppercase; letter-spacing: 1px; }
.mc-sec-title { font-size: 26px; font-weight: 900; color: var(--mc-burgundy); }
.mc-tab-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mc-game-card { background: #ffffff; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.03); transition: 0.2s; position: relative; overflow: hidden; }
.mc-game-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,0.06); border-color: var(--mc-gold); }
.mc-card-pill { position: absolute; top: 16px; right: 16px; background: #fef08a; color: #854d0e; font-size: 11px; font-weight: 800; padding: 3px 8px; border-radius: 6px; }
.mc-game-icon { font-size: 36px; margin-bottom: 14px; }
.mc-game-h { font-size: 18px; font-weight: 800; color: var(--mc-burgundy); margin-bottom: 8px; }
.mc-game-p { font-size: 13.5px; color: var(--mc-text-muted); line-height: 1.6; margin-bottom: 16px; }
.mc-game-btn { display: inline-flex; align-items: center; font-size: 13px; font-weight: 800; color: var(--mc-gold); }

/* Scorecard & Editorial Review */
.mc-review-section { margin-bottom: 48px; }
.mc-review-box { background: #ffffff; border: 1.5px solid var(--mc-border); border-radius: var(--mc-radius); padding: 36px; box-shadow: 0 6px 24px rgba(0,0,0,0.03); }
.mc-scorecard-row { display: grid; grid-template-columns: 200px 1fr; gap: 30px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--mc-border); margin-bottom: 24px; }
.mc-score-big { text-align: center; background: #fffbeb; border: 2px solid #fef08a; border-radius: var(--mc-radius); padding: 20px; }
.mc-score-num { font-size: 44px; font-weight: 900; color: #854d0e; line-height: 1; margin-bottom: 4px; }
.mc-score-stars { color: #eab308; font-size: 16px; margin-bottom: 6px; }
.mc-score-lbl { font-size: 12px; font-weight: 800; color: #a16207; text-transform: uppercase; }
.mc-metrics-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 13.5px; }
.mc-metric-item { background: #fdfbf7; padding: 10px 14px; border-radius: 10px; border: 1px solid var(--mc-border); }
.mc-editorial-content { font-size: 15px; line-height: 1.8; color: #292524; }
.mc-editorial-content h2 { font-size: 21px; font-weight: 800; color: var(--mc-burgundy); margin: 24px 0 12px 0; }
.mc-editorial-content p { margin-bottom: 14px; }
.mc-editorial-content ul { margin: 12px 0 16px 24px; }

/* FAQ Accordion */
.mc-faq-section { margin-bottom: 48px; }
.mc-faq-tile { background: #ffffff; border: 1px solid var(--mc-border); border-radius: 12px; padding: 18px 22px; margin-bottom: 12px; }
.mc-faq-q { font-weight: 800; font-size: 15px; color: var(--mc-burgundy); margin-bottom: 6px; }
.mc-faq-a { font-size: 14px; color: var(--mc-text-muted); line-height: 1.6; }

/* Subpage Layout */
.mc-subpage-wrap { padding: 32px 0; }
.mc-breadcrumbs { font-size: 13px; color: var(--mc-text-muted); margin-bottom: 16px; }
.mc-breadcrumbs a { color: var(--mc-gold); font-weight: 700; }

/* 3-Column Luxury Footer */
.mc-royal-footer { background: var(--mc-burgundy-dark); color: #d6d3d1; padding: 50px 0 24px 0; font-size: 13.5px; border-top: 3px solid var(--mc-gold); }
.mc-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; margin-bottom: 30px; }
.mc-footer-col h4 { color: #fef08a; font-size: 14.5px; font-weight: 800; margin-bottom: 16px; letter-spacing: 0.5px; }
.mc-footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.mc-footer-links a:hover { color: #ffffff; }
.mc-footer-bot { border-top: 1px solid #441414; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; }

@media (max-width: 900px) {
    .mc-icons-row { grid-template-columns: repeat(3, 1fr); }
    .mc-tab-cards-grid { grid-template-columns: 1fr 1fr; }
    .mc-scorecard-row { grid-template-columns: 1fr; }
    .mc-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .mc-header-grid { display: flex; justify-content: space-between; }
    .mc-nav-left { display: none; }
    .mc-nav-right { display: none; }
    .mc-mobile-subbar { display: block; }
    .mc-icons-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .mc-tab-cards-grid { grid-template-columns: 1fr; }
    .mc-stage-title { font-size: 26px; }
    .mc-jackpot-num { font-size: 24px; letter-spacing: 1px; }
}
\n
/* SEO Content & Interlinking Components */
.seo-article-content { font-size: 15px; line-height: 1.8; color: inherit; }
.seo-article-content p { margin-bottom: 18px; }
.seo-article-content h2 { font-size: 20px; font-weight: 800; margin: 30px 0 14px 0; border-left: 4px solid var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #0284c7))))); padding-left: 12px; }
.seo-article-content h3 { font-size: 17px; font-weight: 700; margin: 24px 0 12px 0; }
.seo-article-content ul, .seo-article-content ol { margin: 0 0 20px 24px; }
.seo-article-content li { margin-bottom: 8px; }
.seo-article-content .lead-text { font-size: 16px; font-weight: 500; line-height: 1.7; background: rgba(0,0,0,0.02); padding: 16px; border-radius: 8px; border: 1px dashed rgba(0,0,0,0.1); margin-bottom: 24px; }

/* In-Content Interlinks */
.seo-interlink { color: var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #0284c7))))); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; transition: 0.2s; }
.seo-interlink:hover { opacity: 0.8; text-decoration-thickness: 2px; }
.seo-interlinks-box { margin: 28px 0; padding: 18px 20px; background: rgba(0,0,0,0.025); border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; }
.seo-interlinks-header { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; margin-bottom: 10px; }
.seo-interlinks-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.seo-interlink-item { font-size: 14px; line-height: 1.6; }

/* Related Posts Section */
.seo-related-section { margin-top: 40px; padding-top: 30px; border-top: 2px solid rgba(0,0,0,0.06); }
.seo-related-main-title { font-size: 18px; font-weight: 800; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.seo-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.seo-related-card { display: flex; flex-direction: column; justify-content: space-between; padding: 18px; background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; transition: transform 0.2s, box-shadow 0.2s; color: inherit; text-decoration: none; }
.seo-related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); border-color: var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #0284c7))))); }
.seo-related-cat { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.7; margin-bottom: 8px; }
.seo-related-heading { font-size: 15px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; color: inherit; }
.seo-related-desc { font-size: 13px; opacity: 0.8; line-height: 1.5; margin-bottom: 12px; }
.seo-related-more { font-size: 13px; font-weight: 700; color: var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #0284c7))))); margin-top: auto; }

/* Category Hub Articles Directory */
.seo-hub-directory { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.08); }
.seo-hub-dir-title { font-size: 18px; font-weight: 800; margin-bottom: 18px; }
.seo-hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.seo-hub-card { padding: 18px; background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; text-decoration: none; color: inherit; transition: 0.2s; display: flex; flex-direction: column; justify-content: space-between; }
.seo-hub-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.05); }
.seo-hub-card-tag { font-size: 11px; font-weight: 700; padding: 2px 8px; background: rgba(0,0,0,0.04); border-radius: 4px; display: inline-block; margin-bottom: 8px; }
.seo-hub-card-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.seo-hub-card-desc { font-size: 13px; opacity: 0.8; line-height: 1.5; margin-bottom: 12px; }
.seo-hub-card-action { font-size: 13px; font-weight: 700; color: var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #0284c7))))); }

/* Content Tables */
.seo-article-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; background: #ffffff; }
.seo-article-content th, .seo-article-content td { padding: 10px 14px; border: 1px solid rgba(0,0,0,0.1); text-align: left; }
.seo-article-content th { background: rgba(0,0,0,0.04); font-weight: 700; }

@media (max-width: 800px) {
    .seo-related-grid, .seo-hub-grid { grid-template-columns: 1fr; }
}
