
    #root { min-height: 100vh; min-height: 100dvh; min-height: -webkit-fill-available; min-height: var(--ios-vh, 100dvh); background: #0c1017; }
    .skeleton-root { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; min-height: -webkit-fill-available; min-height: var(--ios-vh, 100dvh); background: #0c1017; padding-bottom: calc(56px + constant(safe-area-inset-bottom)); padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)); }
    .skeleton-root--pc { display: none; padding-bottom: 0; }
    .skeleton-header { height: 48px; background: rgba(255,255,255,0.06); flex-shrink: 0; }
    .skeleton-shine { background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 75%); background-size: 200% 100%; animation: skeleton-shine 1.2s ease-in-out infinite; }
    .skeleton-static { background: rgba(255,255,255,0.06); }
    .skeleton-banner-wrap { margin: 0 12px 8px; border-radius: 12px; overflow: hidden; }
    .skeleton-banner { width: 100%; aspect-ratio: 16/9; border-radius: 12px; }
    .skeleton-banner-dots { height: 8px; margin-top: 6px; display: flex; justify-content: center; gap: 6px; }
    .skeleton-banner-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); }
    .skeleton-notice { height: 40px; margin: 0 12px 8px; border-radius: 8px; }
    .skeleton-nav-icons { display: flex; justify-content: space-between; padding: 12px 16px 8px; gap: 4px; }
    .skeleton-nav-item { display: flex; flex-direction: column; align-items: center; flex: 1; }
    .skeleton-nav-circle { width: 44px; height: 44px; border-radius: 50%; margin-bottom: 6px; }
    .skeleton-nav-label { width: 36px; height: 12px; border-radius: 4px; }
    .skeleton-jackpot { height: 52px; margin: 0 12px 12px; border-radius: 12px; }
    .skeleton-game { padding: 0 16px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .skeleton-game-a { grid-column: 1; aspect-ratio: 0.85; border-radius: 12px; }
    .skeleton-game-b { grid-column: 2; aspect-ratio: 0.85; border-radius: 12px; }
    .skeleton-game-c { grid-column: 1; grid-row: 2; aspect-ratio: 1.72; border-radius: 12px; }
    .skeleton-game-d { grid-column: 1; grid-row: 3; aspect-ratio: 1.72; border-radius: 12px; }
    .skeleton-game-e { grid-column: 2; grid-row: 2 / span 2; border-radius: 12px; background: rgba(255,255,255,0.06); }
    .skeleton-game-e.skeleton-shine { min-height: 0; }
    .skeleton-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; min-height: 56px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom, 0px); box-sizing: content-box; display: flex; align-items: center; justify-content: space-around; background: rgba(8,10,14,0.96); border-top: 1px solid rgba(255,255,255,0.06); padding-left: 8px; padding-right: 8px; padding-top: 0; }
      .skeleton-bottom-nav span { width: 40px; height: 24px; border-radius: 6px; }
    @keyframes skeleton-shine { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }


    .sk-pc-layout { display: flex; flex: 1; min-height: 100vh; min-height: 100dvh; min-height: var(--ios-vh, 100dvh); width: 100%; }
    .sk-pc-sidebar { width: 248px; flex-shrink: 0; background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border-right: 1px solid rgba(255,255,255,0.06); }
    .sk-pc-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
    .sk-pc-topbar { height: 52px; flex-shrink: 0; background: linear-gradient(180deg, #141820 0%, #0c1017 100%); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .sk-pc-body { flex: 1; padding: 12px 16px 20px; box-sizing: border-box; }
    .sk-pc-notice { height: 36px; border-radius: 10px; margin-bottom: 10px; }
    .sk-pc-hero { display: grid; grid-template-columns: 1fr 72px; gap: 10px; margin-bottom: 12px; }
    .sk-pc-hero-main { height: 168px; border-radius: 14px; }
    .sk-pc-hero-rail { display: flex; flex-direction: column; gap: 6px; }
    .sk-pc-hero-rail span { flex: 1; min-height: 28px; border-radius: 8px; }
    .sk-pc-jackpot { display: flex; justify-content: center; gap: 10px; margin-bottom: 12px; padding: 6px 0; }
    .sk-pc-jackpot span { width: 56px; height: 22px; border-radius: 8px; }
    .sk-pc-jackpot span:nth-child(2) { width: 88px; }
    .sk-pc-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
    .sk-pc-dual span { height: 118px; border-radius: 14px; }
    .sk-pc-flow { height: 10px; border-radius: 999px; margin-bottom: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09); }
    .sk-pc-section { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
    .sk-pc-section span:first-child { flex: 1; max-width: 48%; height: 14px; border-radius: 999px; }
    .sk-pc-section span:last-child { width: 72px; height: 12px; border-radius: 999px; }
    .sk-pc-games { display: flex; gap: 8px; overflow: hidden; }
    .sk-pc-games span { flex: 0 0 calc((100% - 56px) / 8); min-width: 52px; aspect-ratio: 3/4; border-radius: 12px; }

    html[data-device="pc"] .skeleton-root--mobile { display: none; }
    html[data-device="pc"] .skeleton-root--pc { display: flex; }
    html[data-device="pc"] #root { display: block; }

  