/* roulang page: index */
:root {
      --bg-dark: #0B0C10;
      --bg-card: #12141D;
      --primary-violet: #8A2BE2;
      --accent-crimson: #FF1493;
      --amber-gold: #FFB800;
      --text-main: #F8FAFC;
      --text-muted: #94A3B8;
      --border-soft: rgba(255, 255, 255, 0.08);
    }
    body {
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
    }
    .custom-gradient-text {
      background: linear-gradient(135deg, #FF1493 0%, #8A2BE2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero-bg-overlay {
      background: radial-gradient(circle at 50% 20%, rgba(138, 43, 226, 0.22) 0%, rgba(11, 12, 16, 0.95) 75%), url('/assets/images/cb36aa2f6cfb432c.jpg') center/cover no-repeat;
    }
    .glass-card {
      background: rgba(18, 20, 29, 0.78);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
    }
    .glass-card:hover {
      border-color: rgba(138, 43, 226, 0.45);
      transform: translateY(-3px);
      box-shadow: 0 12px 30px -10px rgba(138, 43, 226, 0.25);
    }
    .pill-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
      background: rgba(138, 43, 226, 0.2);
      color: #D8B4FE;
      border: 1px solid rgba(138, 43, 226, 0.35);
    }
    .nav-active {
      color: #FFFFFF;
      position: relative;
    }
    .nav-active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      border-radius: 9999px;
      background-color: #FF1493;
    }
    .search-glow:focus-within {
      box-shadow: 0 0 20px rgba(255, 20, 147, 0.3);
      border-color: rgba(255, 20, 147, 0.6);
    }
    .tab-active {
      background: linear-gradient(135deg, #8A2BE2, #FF1493);
      color: #fff;
    }

/* roulang page: category1 */
:root {
      --bg-dark: #0B0C10;
      --bg-card: #12141D;
      --primary-violet: #8A2BE2;
      --accent-crimson: #FF1493;
      --amber-gold: #FFB800;
      --text-main: #F8FAFC;
      --text-muted: #94A3B8;
      --border-soft: rgba(255, 255, 255, 0.08);
    }
    body {
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
    }
    .hero-bg-overlay {
      background: radial-gradient(circle at 50% 20%, rgba(138, 43, 226, 0.22) 0%, rgba(11, 12, 16, 0.95) 75%), url('/assets/images/cb36aa2f6cfb432c.jpg') center/cover no-repeat;
    }
    .glass-card {
      background: rgba(18, 20, 29, 0.78);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
    }
    .glass-card:hover {
      border-color: rgba(138, 43, 226, 0.45);
      transform: translateY(-3px);
      box-shadow: 0 12px 30px -10px rgba(138, 43, 226, 0.25);
    }
    .pill-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
      background: rgba(138, 43, 226, 0.2);
      color: #D8B4FE;
      border: 1px solid rgba(138, 43, 226, 0.35);
    }
    .nav-active {
      color: #FFFFFF;
      position: relative;
    }
    .nav-active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      border-radius: 9999px;
      background-color: #FF1493;
    }
    .search-glow:focus-within {
      box-shadow: 0 0 20px rgba(255, 20, 147, 0.3);
      border-color: rgba(255, 20, 147, 0.6);
    }

/* roulang page: category2 */
:root {
      --bg-dark: #0B0C10;
      --bg-card: #12141D;
      --primary-violet: #8A2BE2;
      --accent-crimson: #FF1493;
      --amber-gold: #FFB800;
      --text-main: #F8FAFC;
      --text-muted: #94A3B8;
      --border-soft: rgba(255, 255, 255, 0.08);
    }
    body {
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
    }
    .glass-card {
      background: rgba(18, 20, 29, 0.78);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
    }
    .glass-card:hover {
      border-color: rgba(138, 43, 226, 0.45);
      transform: translateY(-3px);
      box-shadow: 0 12px 30px -10px rgba(138, 43, 226, 0.25);
    }
    .pill-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
      background: rgba(138, 43, 226, 0.2);
      color: #D8B4FE;
      border: 1px solid rgba(138, 43, 226, 0.35);
    }
    .nav-active {
      color: #FFFFFF;
      position: relative;
    }
    .nav-active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      border-radius: 9999px;
      background-color: #FF1493;
    }
    .filter-chip {
      padding: 0.35rem 0.85rem;
      border-radius: 9999px;
      font-size: 0.8125rem;
      font-weight: 500;
      color: #94A3B8;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.2s ease;
      cursor: pointer;
    }
    .filter-chip:hover, .filter-chip.active {
      color: #FFFFFF;
      background: rgba(138, 43, 226, 0.25);
      border-color: rgba(138, 43, 226, 0.5);
    }
    .filter-chip.active {
      background: linear-gradient(135deg, rgba(138, 43, 226, 0.4), rgba(255, 20, 147, 0.4));
      border-color: #FF1493;
      color: #FFF;
    }

/* roulang page: category3 */
:root {
      --bg-dark: #0B0C10;
      --bg-card: #12141D;
      --primary-violet: #8A2BE2;
      --accent-crimson: #FF1493;
      --amber-gold: #FFB800;
      --text-main: #F8FAFC;
      --text-muted: #94A3B8;
      --border-soft: rgba(255, 255, 255, 0.08);
    }
    body {
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
    }
    .glass-card {
      background: rgba(18, 20, 29, 0.78);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
    }
    .glass-card:hover {
      border-color: rgba(138, 43, 226, 0.45);
      transform: translateY(-3px);
      box-shadow: 0 12px 30px -10px rgba(138, 43, 226, 0.25);
    }
    .pill-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
      background: rgba(138, 43, 226, 0.2);
      color: #D8B4FE;
      border: 1px solid rgba(138, 43, 226, 0.35);
    }
    .nav-active {
      color: #FFFFFF;
      position: relative;
    }
    .nav-active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      border-radius: 9999px;
      background-color: #FF1493;
    }
    .filter-chip {
      padding: 0.375rem 1rem;
      border-radius: 9999px;
      font-size: 0.8125rem;
      font-weight: 500;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.03);
      color: #94A3B8;
      transition: all 0.2s ease;
      cursor: pointer;
    }
    .filter-chip:hover, .filter-chip.active {
      background: linear-gradient(135deg, rgba(138, 43, 226, 0.25), rgba(255, 20, 147, 0.25));
      border-color: rgba(255, 20, 147, 0.5);
      color: #FFFFFF;
    }

/* roulang page: category4 */
:root {
      --bg-dark: #0B0C10;
      --bg-card: #12141D;
      --primary-violet: #8A2BE2;
      --accent-crimson: #FF1493;
      --amber-gold: #FFB800;
      --text-main: #F8FAFC;
      --text-muted: #94A3B8;
      --border-soft: rgba(255, 255, 255, 0.08);
    }
    body {
      background-color: var(--bg-dark);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
    }
    .glass-card {
      background: rgba(18, 20, 29, 0.78);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
    }
    .glass-card:hover {
      border-color: rgba(138, 43, 226, 0.45);
      transform: translateY(-3px);
      box-shadow: 0 12px 30px -10px rgba(138, 43, 226, 0.25);
    }
    .pill-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
      background: rgba(138, 43, 226, 0.2);
      color: #D8B4FE;
      border: 1px solid rgba(138, 43, 226, 0.35);
    }
    .nav-active {
      color: #FFFFFF;
      position: relative;
    }
    .nav-active::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      border-radius: 9999px;
      background-color: #FF1493;
    }
    .glow-tag {
      background: linear-gradient(135deg, rgba(255, 20, 147, 0.15), rgba(138, 43, 226, 0.25));
      border: 1px solid rgba(255, 20, 147, 0.3);
    }
