/* roulang page: index */
:root {
            --p-rose: #f43f5e;
            --p-violet: #8b5cf6;
            --p-amber: #f59e0b;
            --bg-base: #fafaf9;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
            background-color: var(--bg-base);
            color: #334155;
            -webkit-font-smoothing: antialiased;
        }
        .mag-border-double {
            border-bottom: 3px double #cbd5e1;
        }
        .badge-game {
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 2px 4px rgba(0,0,0,0.06);
        }
        .btn-game-press:active {
            transform: translateY(2px);
            box-shadow: 0 2px 0 rgba(0,0,0,0.1);
        }
        details > summary::-webkit-details-marker {
            display: none;
        }

/* roulang page: category1 */
:root {
      --p-rose: #f43f5e;
      --p-violet: #8b5cf6;
      --p-amber: #f59e0b;
      --bg-base: #fafaf9;
    }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: var(--bg-base);
      color: #334155;
      -webkit-font-smoothing: antialiased;
    }
    .mag-border-double {
      border-bottom: 3px double #cbd5e1;
    }
    .badge-game {
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 2px 4px rgba(0,0,0,0.06);
    }
    .btn-game-press:active {
      transform: translateY(2px);
      box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    }
    .card-game-shadow {
      box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
    }
