/* sunwin88.spot - Archetype 3: Tech-Minimalist Mobile-First App Landing */
:root {
    --app-orange: #ea580c;
    --app-orange-dark: #c2410c;
    --app-orange-light: #ffedd5;
    --app-dark: #0c0a09;
    --app-slate: #1c1917;
    --app-bg: #fafaf9;
    --app-surface: #ffffff;
    --app-border: #e7e5e4;
    --app-text: #292524;
    --app-text-muted: #78716c;
    --app-radius: 8px;
    --app-font: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

/* Clean Minimalist App Bar */
.app-topbar { background: #ffffff; border-bottom: 1px solid var(--app-border); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 4px rgba(0,0,0,0.03); }
.app-topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.app-brand { display: flex; align-items: center; }
.app-logo-img { height: 40px; width: auto; max-width: 200px; }
.app-version-pill { background: #ffedd5; color: var(--app-orange-dark); font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 9999px; }
.app-actions { display: flex; align-items: center; gap: 10px; }
.app-btn-login { font-family: inherit; font-size: 13.5px; font-weight: 700; padding: 8px 18px; border-radius: 6px; background: #f5f5f4; color: var(--app-dark); border: 1px solid var(--app-border); cursor: pointer; transition: 0.2s; }
.app-btn-login:hover { background: #e7e5e4; }
.app-btn-reg { font-family: inherit; font-size: 13.5px; font-weight: 700; padding: 8px 18px; border-radius: 6px; background: var(--app-orange); color: #ffffff; border: none; cursor: pointer; transition: 0.2s; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.3); }
.app-btn-reg:hover { background: var(--app-orange-dark); }

/* Minimalist Nav Strip */
.app-nav-strip { background: #ffffff; border-bottom: 1px solid var(--app-border); }
.app-nav-row { display: flex; gap: 4px; overflow-x: auto; padding: 8px 0; -webkit-overflow-scrolling: touch; list-style: none; }
.app-nav-link { padding: 6px 14px; font-size: 13px; font-weight: 600; color: #57534e; border-radius: 6px; white-space: nowrap; transition: 0.2s; }
.app-nav-link:hover, .app-nav-link.active { background: #ffedd5; color: var(--app-orange-dark); }

/* Mobile Bar Under Logo */
.app-mobile-bar { display: none; background: #ffffff; padding: 8px 16px; border-bottom: 1px solid var(--app-border); }
.app-m-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.app-m-btn { display: flex; align-items: center; justify-content: center; height: 42px; border-radius: 6px; font-weight: 700; font-size: 13.5px; text-decoration: none; }
.app-m-login { background: #f5f5f4; color: var(--app-dark); border: 1px solid #d6d3d1; }
.app-m-reg { background: var(--app-orange); color: #ffffff; }

/* Phone Mockup Showcase Hero */
.app-hero-showcase { padding: 40px 0 30px 0; }
.app-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 36px; align-items: center; }
.app-hero-left h1 { font-size: 32px; font-weight: 800; color: var(--app-dark); line-height: 1.25; margin-bottom: 14px; }
.app-hero-left p { color: var(--app-text-muted); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.app-download-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.app-store-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--app-dark); color: #ffffff; padding: 10px 18px; border-radius: 6px; font-weight: 700; font-size: 13px; transition: 0.2s; }
.app-store-badge:hover { background: #292524; transform: translateY(-1px); }

/* Smartphone CSS Frame */
.app-phone-frame { width: 280px; height: 420px; margin: 0 auto; background: var(--app-dark); border-radius: 36px; padding: 12px; border: 6px solid #44403c; box-shadow: 0 20px 40px rgba(0,0,0,0.15); display: flex; flex-direction: column; }
.app-phone-screen { background: #ffffff; border-radius: 24px; flex: 1; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.app-screen-hdr { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; color: var(--app-text-muted); border-bottom: 1px solid var(--app-border); padding-bottom: 8px; }
.app-screen-game { background: #fff7ed; border: 1px solid #ffedd5; border-radius: 8px; padding: 12px; text-align: center; margin: 10px 0; }
.app-screen-game-title { font-size: 14px; font-weight: 800; color: var(--app-orange-dark); }
.app-screen-btn { background: var(--app-orange); color: #ffffff; text-align: center; padding: 10px; border-radius: 6px; font-weight: 700; font-size: 12px; }

/* Flat Statistics Ribbon */
.app-metrics-ribbon { background: #ffffff; border-top: 1px solid var(--app-border); border-bottom: 1px solid var(--app-border); padding: 24px 0; margin-bottom: 40px; }
.app-metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.app-metric-val { font-size: 26px; font-weight: 900; color: var(--app-orange); line-height: 1; margin-bottom: 4px; }
.app-metric-lbl { font-size: 12.5px; font-weight: 600; color: var(--app-text-muted); }

/* 3-Step Timeline Process */
.app-timeline-workflow { margin-bottom: 48px; }
.app-sec-head { margin-bottom: 24px; }
.app-sec-lbl { font-size: 11.5px; font-weight: 800; color: var(--app-orange); text-transform: uppercase; letter-spacing: 1px; }
.app-sec-title { font-size: 22px; font-weight: 800; color: var(--app-dark); }
.app-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.app-step-card { background: #ffffff; border: 1px solid var(--app-border); border-radius: var(--app-radius); padding: 24px; position: relative; }
.app-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--app-orange); color: #ffffff; font-weight: 900; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.app-step-title { font-size: 16px; font-weight: 800; color: var(--app-dark); margin-bottom: 8px; }
.app-step-desc { font-size: 13.5px; color: var(--app-text-muted); line-height: 1.6; }

/* Horizontal Game Cards */
.app-compact-games { margin-bottom: 48px; }
.app-game-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.app-g-card { background: #ffffff; border: 1px solid var(--app-border); border-radius: var(--app-radius); padding: 18px; display: flex; justify-content: space-between; align-items: center; transition: 0.2s; }
.app-g-card:hover { border-color: var(--app-orange); box-shadow: 0 4px 14px rgba(0,0,0,0.05); }
.app-g-info { display: flex; align-items: center; gap: 12px; }
.app-g-icon { font-size: 28px; }
.app-g-title { font-size: 14.5px; font-weight: 700; color: var(--app-dark); }
.app-g-players { font-size: 12px; color: #16a34a; font-weight: 600; }
.app-g-play-btn { font-size: 12px; font-weight: 800; background: #ffedd5; color: var(--app-orange-dark); padding: 6px 12px; border-radius: 4px; }

/* Minimal Editorial Content */
.app-content-clean { margin-bottom: 48px; background: #ffffff; border: 1px solid var(--app-border); border-radius: var(--app-radius); padding: 32px; font-size: 14.5px; line-height: 1.8; }
.app-content-clean h2 { font-size: 20px; font-weight: 800; color: var(--app-dark); margin: 24px 0 12px 0; border-bottom: 1px solid var(--app-border); padding-bottom: 8px; }
.app-content-clean p { margin-bottom: 14px; }
.app-content-clean ul { margin: 12px 0 16px 20px; }

/* Flat Accordion FAQ */
.app-faq-minimal { margin-bottom: 48px; }
.app-faq-item { background: #ffffff; border: 1px solid var(--app-border); border-radius: 6px; padding: 16px 20px; margin-bottom: 10px; }
.app-faq-q { font-weight: 700; font-size: 14.5px; color: var(--app-dark); margin-bottom: 6px; }
.app-faq-a { font-size: 13.5px; color: var(--app-text-muted); line-height: 1.6; }

/* Subpage Layout */
.app-subpage-wrap { padding: 30px 0; }
.app-crumbs { font-size: 12.5px; color: var(--app-text-muted); margin-bottom: 16px; }
.app-crumbs a { color: var(--app-orange); font-weight: 600; }

/* Single-Row Clean Dark Footer */
.app-clean-footer { background: var(--app-dark); color: #a8a29e; padding: 40px 0 20px 0; font-size: 13px; }
.app-footer-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #292524; padding-bottom: 24px; margin-bottom: 24px; flex-wrap: wrap; gap: 16px; }
.app-footer-nav { display: flex; gap: 18px; flex-wrap: wrap; list-style: none; }
.app-footer-nav a:hover { color: #ffffff; }
.app-footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #78716c; }

@media (max-width: 900px) {
    .app-hero-grid { grid-template-columns: 1fr; }
    .app-phone-frame { display: none; }
    .app-metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .app-steps-grid { grid-template-columns: 1fr; }
    .app-game-cards-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .app-version-pill { display: none; }
    .app-actions { display: none; }
    .app-mobile-bar { display: block; }
    .app-hero-left h1 { font-size: 24px; }
}
\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 & Homepage Anchors */
.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-home-anchor { color: var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #0284c7))))); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; transition: 0.2s; }
.seo-home-anchor:hover { opacity: 0.85; 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; }
.seo-home-link-item { background: rgba(217, 119, 6, 0.05); padding: 10px 14px; border-radius: 6px; border-left: 3px solid var(--sb-pri, var(--mc-gold, var(--app-pri, var(--mega-pri, var(--cyber-neon, #d97706))))); }
.seo-hub-home-banner { margin-bottom: 22px; padding: 14px 18px; background: rgba(0,0,0,0.02); border: 1px dashed rgba(0,0,0,0.12); border-radius: 8px; font-size: 14px; line-height: 1.6; }
.seo-home-signature { margin-top: 24px; padding: 14px 18px; background: rgba(0,0,0,0.02); border-radius: 8px; font-style: italic; }

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