/* Auto-extracted site styles. HTML files contain structure only. */

/* ============================================================   404.html   page scope: .kb-page-404   ============================================================ */

    html.kb-page-404 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html.kb-page-404 {
      --bg-primary: #f5f5f7;
      --card-bg: #ffffff;
      --text-primary: #1d1c1f;
      --text-secondary: #3a3a3e;
      --text-muted: #86868b;
      --border-light: rgba(0, 0, 0, 0.05);
      --border-card: rgba(0, 0, 0, 0.08);
      --button-bg: rgba(0, 0, 0, 0.05);
      --button-hover: rgba(0, 0, 0, 0.1);
      --glitch-bg: rgba(0, 0, 0, 0.02);
      --accent: #0071e3;
    }

    html.kb-page-404 .dark-theme, html.kb-page-404.dark-theme {
      --bg-primary: #000000;
      --card-bg: #0d0d0f;
      --text-primary: #ffffff;
      --text-secondary: #e5e5e7;
      --text-muted: #98989d;
      --border-light: rgba(255, 255, 255, 0.06);
      --border-card: rgba(255, 255, 255, 0.1);
      --button-bg: rgba(255, 255, 255, 0.05);
      --button-hover: rgba(255, 255, 255, 0.12);
      --glitch-bg: rgba(255, 255, 255, 0.03);
      --accent: #2997ff;
    }

    body.kb-page-404 {
      background-color: var(--bg-primary);
      color: var(--text-secondary);
      font-family: -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "BlinkMacSystemFont", "Segoe UI", Roboto, sans-serif;
      line-height: 1.5;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease, color 0.2s ease;
      padding: 24px;
    }

    html.kb-page-404 .theme-toggle, html.kb-page-404.theme-toggle {
      position: fixed;
      top: 24px;
      right: 24px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-card);
      border-radius: 30px;
      padding: 8px 12px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      color: var(--text-primary);
      z-index: 100;
    }
    html.kb-page-404 .theme-toggle:hover, html.kb-page-404.theme-toggle:hover {
      background: var(--button-hover);
    }
    html.kb-page-404 .theme-toggle .moon-icon, html.kb-page-404.theme-toggle .moon-icon { display: none; }
    html.kb-page-404 .dark-theme .theme-toggle .sun-icon, html.kb-page-404.dark-theme .theme-toggle .sun-icon { display: none; }
    html.kb-page-404 .dark-theme .theme-toggle .moon-icon, html.kb-page-404.dark-theme .theme-toggle .moon-icon { display: block; }

    html.kb-page-404 .container, html.kb-page-404.container {
      max-width: 720px;
      width: 100%;
      margin: 0 auto;
    }

    html.kb-page-404 .hero-card, html.kb-page-404.hero-card {
      background: var(--card-bg);
      border-radius: 32px;
      padding: 48px 32px;
      border: 0.5px solid var(--border-light);
      text-align: center;
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    html.kb-page-404 .hero-card:hover, html.kb-page-404.hero-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    }

    html.kb-page-404 .accent-glow, html.kb-page-404.accent-glow {
      display: inline-block;
      margin-bottom: 24px;
    }

    html.kb-page-404 .quote-mark, html.kb-page-404.quote-mark {
      font-size: 4rem;
      line-height: 1;
      color: var(--accent);
      opacity: 0.6;
      font-family: "Georgia", serif;
    }

    html.kb-page-404 .main-statement, html.kb-page-404.main-statement {
      font-size: clamp(1.6rem, 5vw, 2.4rem);
      font-weight: 590;
      letter-spacing: -0.02em;
      color: var(--text-primary);
      margin: 16px 0 8px;
      line-height: 1.3;
    }

    html.kb-page-404 .main-statement span, html.kb-page-404.main-statement span {
      background: linear-gradient(135deg, var(--accent), #8b3dff);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      font-weight: 620;
    }

    html.kb-page-404 .sub-line, html.kb-page-404.sub-line {
      font-size: 0.95rem;
      color: var(--text-muted);
      border-top: 0.5px solid var(--border-light);
      padding-top: 24px;
      margin-top: 24px;
    }

    html.kb-page-404 .footnote, html.kb-page-404.footnote {
      margin-top: 32px;
      font-size: 0.7rem;
      color: var(--text-muted);
      text-align: center;
      letter-spacing: 0.3px;
    }

    @media (max-width: 640px){
      body.kb-page-404 {
        padding: 16px;
      }
      html.kb-page-404 .hero-card, html.kb-page-404.hero-card {
        padding: 32px 20px;
      }
      html.kb-page-404 .quote-mark, html.kb-page-404.quote-mark {
        font-size: 2.8rem;
      }
      html.kb-page-404 .main-statement, html.kb-page-404.main-statement {
        font-size: 1.5rem;
      }
      html.kb-page-404 .theme-toggle, html.kb-page-404.theme-toggle {
        top: 16px;
        right: 16px;
      }
    }


/* ============================================================   index.html   page scope: .kb-page-index   ============================================================ */

    html.kb-page-index * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html.kb-page-index {
      --bg-primary: #f5f5f7;
      --bg-secondary: #ffffff;
      --card-bg: #fbfbfd;
      --text-primary: #1d1d1f;
      --text-secondary: #6e6e73;
      --border-light: rgba(0, 0, 0, 0.08);
      --border-card: rgba(0, 0, 0, 0.08);
      --shadow: rgba(0, 0, 0, 0.055);
      --link-color: #0071e3;
      --button-bg: #f5f5f7;
      --button-hover: #ececf0;
      --success: #34c759;
      --danger: #ff453a;
      --neutral: #8e8e93;
    }

    html.kb-page-index .dark-theme, html.kb-page-index.dark-theme {
      --bg-primary: #000000;
      --bg-secondary: #161617;
      --card-bg: #1d1d1f;
      --text-primary: #f5f5f7;
      --text-secondary: #a1a1a6;
      --border-light: rgba(255, 255, 255, 0.14);
      --border-card: rgba(255, 255, 255, 0.14);
      --shadow: rgba(0, 0, 0, 0.45);
      --link-color: #2997ff;
      --button-bg: #2c2c2e;
      --button-hover: #3a3a3c;
      --success: #30d158;
      --danger: #ff453a;
      --neutral: #8e8e93;
    }



    html.kb-page-index .staff-entry, html.kb-page-index.staff-entry {
      position: fixed;
      top: 20px;
      right: 74px;
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 14px;
      border-radius: 999px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-light);
      color: var(--text-secondary);
      text-decoration: none;
      font-size: 13px;
      font-weight: 510;
      line-height: 1;
      z-index: 100;
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    html.kb-page-index .staff-entry:hover, html.kb-page-index.staff-entry:hover {
      background: var(--button-hover);
      color: var(--link-color);
      border-color: var(--border-card);
    }

    body.kb-page-index {
      min-height: 100vh;
      background: var(--bg-primary);
      font-family: -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "BlinkMacSystemFont", "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--text-primary);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      transition: background-color 0.3s ease, color 0.2s ease;
    }

    html.kb-page-index a {
      color: inherit;
      text-decoration: none;
    }

    html.kb-page-index .theme-toggle, html.kb-page-index.theme-toggle {
      position: fixed;
      top: 20px;
      right: 20px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-light);
      border-radius: 30px;
      padding: 8px 12px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      color: var(--text-primary);
      z-index: 100;
    }

    html.kb-page-index .theme-toggle:hover, html.kb-page-index.theme-toggle:hover {
      background: var(--button-hover);
    }

    html.kb-page-index .theme-toggle .moon-icon, html.kb-page-index.theme-toggle .moon-icon { display: none; }
    html.kb-page-index .dark-theme .theme-toggle .sun-icon, html.kb-page-index.dark-theme .theme-toggle .sun-icon { display: none; }
    html.kb-page-index .dark-theme .theme-toggle .moon-icon, html.kb-page-index.dark-theme .theme-toggle .moon-icon { display: block; }

    html.kb-page-index .container, html.kb-page-index.container {
      width: min(1024px, 100%);
      background: var(--bg-secondary);
      border-radius: 32px;
      box-shadow: 0 18px 48px var(--shadow);
      padding: 48px 40px;
      border: 0.5px solid var(--border-card);
      transition: background-color 0.3s ease;
    }

    html.kb-page-index .header, html.kb-page-index.header {
      max-width: 680px;
      margin-bottom: 44px;
    }

    html.kb-page-index .eyebrow, html.kb-page-index.eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--text-secondary);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    html.kb-page-index .eyebrow::before, html.kb-page-index.eyebrow::before {
      content: "";
      width: 32px;
      height: 1px;
      background: var(--border-light);
      display: inline-block;
    }

    html.kb-page-index h1 {
      font-size: clamp(2.4rem, 4.5vw, 4rem);
      line-height: 1.08;
      letter-spacing: -0.025em;
      font-weight: 620;
      color: var(--text-primary);
      margin-bottom: 18px;
    }

    html.kb-page-index .sub, html.kb-page-index.sub {
      max-width: 640px;
      color: var(--text-secondary);
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 430;
    }

    html.kb-page-index .options, html.kb-page-index.options {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      margin-top: 36px;
    }

    html.kb-page-index .option-card, html.kb-page-index.option-card {
      background: var(--card-bg);
      border-radius: 24px;
      padding: 28px 24px;
      transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 0.5px solid var(--border-light);
      box-shadow: 0 1px 2px var(--shadow);
    }

    html.kb-page-index .option-card:hover, html.kb-page-index.option-card:hover {
      transform: translateY(-2px);
      border-color: var(--border-card);
      box-shadow: 0 10px 24px var(--shadow);
    }

    html.kb-page-index .option-title, html.kb-page-index.option-title {
      font-size: 1.3rem;
      font-weight: 590;
      color: var(--text-primary);
      margin-bottom: 12px;
      letter-spacing: -0.3px;
    }

    html.kb-page-index .option-desc, html.kb-page-index.option-desc {
      color: var(--text-secondary);
      line-height: 1.6;
      font-size: 0.95rem;
      font-weight: 420;
    }

    html.kb-page-index .option-action, html.kb-page-index.option-action {
      margin-top: 26px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--link-color);
      font-weight: 510;
      font-size: 0.9rem;
      transition: gap 0.2s;
    }

    html.kb-page-index .option-card:hover .option-action, html.kb-page-index.option-card:hover .option-action {
      gap: 12px;
    }

    html.kb-page-index .option-action svg, html.kb-page-index.option-action svg {
      width: 18px;
      height: 18px;
      stroke: var(--link-color);
      stroke-width: 2;
      fill: none;
    }


    html.kb-page-index .mystery-card, html.kb-page-index.mystery-card {
      position: relative;
      min-height: 176px;
      overflow: hidden;
      isolation: isolate;
    }

    html.kb-page-index .mystery-card .option-title, html.kb-page-index.mystery-card .option-title {
      font-size: 1.55rem;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
    }

    html.kb-page-index .mystery-card::after, html.kb-page-index.mystery-card::after {
      content: "";
      position: absolute;
      right: -34px;
      bottom: -42px;
      width: 180px;
      height: 180px;
      background: url("dms/dms_assets/dms_logo_white.png") center / contain no-repeat;
      opacity: 0.12;
      filter: invert(1);
      pointer-events: none;
      z-index: 1;
      transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    }

    html.kb-page-index .dark-theme .mystery-card::after, html.kb-page-index.dark-theme .mystery-card::after {
      opacity: 0.16;
      filter: none;
    }

    html.kb-page-index .mystery-card:hover::after, html.kb-page-index.mystery-card:hover::after {
      opacity: 0.22;
      transform: scale(1.04);
    }

    html.kb-page-index .server-status-card, html.kb-page-index.server-status-card {
      cursor: default;
      grid-column: 1 / -1;
    }

    html.kb-page-index .server-status-card:hover, html.kb-page-index.server-status-card:hover {
      transform: none;
      box-shadow: 0 1px 2px var(--shadow);
    }

    html.kb-page-index .server-status-layout, html.kb-page-index.server-status-layout {
      display: grid;
      grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.5fr);
      gap: 26px;
      align-items: stretch;
    }

    html.kb-page-index .server-status-main, html.kb-page-index.server-status-main {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-width: 0;
    }

    html.kb-page-index .server-status-top, html.kb-page-index.server-status-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 12px;
    }

    html.kb-page-index .server-title-wrap, html.kb-page-index.server-title-wrap {
      min-width: 0;
    }

    html.kb-page-index .server-address, html.kb-page-index.server-address {
      color: var(--text-secondary);
      font-size: 0.88rem;
      line-height: 1.4;
      word-break: break-all;
    }

    html.kb-page-index .server-identity, html.kb-page-index.server-identity {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 18px;
    }

    html.kb-page-index .server-favicon, html.kb-page-index.server-favicon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      border: 0.5px solid var(--border-light);
      background: var(--button-bg);
      object-fit: cover;
      flex: 0 0 auto;
      display: none;
    }

    html.kb-page-index .server-favicon.is-visible, html.kb-page-index.server-favicon.is-visible {
      display: block;
    }

    html.kb-page-index .status-pill, html.kb-page-index.status-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 11px;
      border-radius: 999px;
      background: var(--button-bg);
      color: var(--text-secondary);
      border: 0.5px solid var(--border-light);
      font-size: 0.82rem;
      font-weight: 520;
      white-space: nowrap;
    }

    html.kb-page-index .status-dot, html.kb-page-index.status-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--neutral);
      box-shadow: 0 0 0 4px rgba(142, 142, 147, 0.12);
    }

    html.kb-page-index .status-pill.online .status-dot, html.kb-page-index.status-pill.online .status-dot {
      background: var(--success);
      box-shadow: 0 0 0 4px rgba(52, 199, 89, 0.14);
    }

    html.kb-page-index .status-pill.offline .status-dot, html.kb-page-index.status-pill.offline .status-dot {
      background: var(--danger);
      box-shadow: 0 0 0 4px rgba(255, 69, 58, 0.14);
    }

    html.kb-page-index .mc-motd, html.kb-page-index.mc-motd {
      color: var(--text-secondary);
      font-size: 0.95rem;
      line-height: 1.6;
      word-break: break-word;
    }

    html.kb-page-index .mc-bold, html.kb-page-index.mc-bold { font-weight: 700; }
    html.kb-page-index .mc-italic, html.kb-page-index.mc-italic { font-style: italic; }
    html.kb-page-index .mc-underlined, html.kb-page-index.mc-underlined { text-decoration: underline; text-underline-offset: 0.16em; }
    html.kb-page-index .mc-strikethrough, html.kb-page-index.mc-strikethrough { text-decoration: line-through; }
    html.kb-page-index .mc-obfuscated, html.kb-page-index.mc-obfuscated { letter-spacing: 0.04em; }

    html.kb-page-index .mc-black, html.kb-page-index.mc-black { color: #000000; }
    html.kb-page-index .mc-dark-blue, html.kb-page-index.mc-dark-blue { color: #0000aa; }
    html.kb-page-index .mc-dark-green, html.kb-page-index.mc-dark-green { color: #00aa00; }
    html.kb-page-index .mc-dark-aqua, html.kb-page-index.mc-dark-aqua { color: #00aaaa; }
    html.kb-page-index .mc-dark-red, html.kb-page-index.mc-dark-red { color: #aa0000; }
    html.kb-page-index .mc-dark-purple, html.kb-page-index.mc-dark-purple { color: #aa00aa; }
    html.kb-page-index .mc-gold, html.kb-page-index.mc-gold { color: #ffaa00; }
    html.kb-page-index .mc-gray, html.kb-page-index.mc-gray { color: #aaaaaa; }
    html.kb-page-index .mc-dark-gray, html.kb-page-index.mc-dark-gray { color: #555555; }
    html.kb-page-index .mc-blue, html.kb-page-index.mc-blue { color: #5555ff; }
    html.kb-page-index .mc-green, html.kb-page-index.mc-green { color: #55ff55; }
    html.kb-page-index .mc-aqua, html.kb-page-index.mc-aqua { color: #00a8c8; }
    html.kb-page-index .dark-theme .mc-aqua, html.kb-page-index.dark-theme .mc-aqua { color: #55ffff; }
    html.kb-page-index .mc-red, html.kb-page-index.mc-red { color: #ff5555; }
    html.kb-page-index .mc-light-purple, html.kb-page-index.mc-light-purple { color: #ff55ff; }
    html.kb-page-index .mc-yellow, html.kb-page-index.mc-yellow { color: #d6a800; }
    html.kb-page-index .dark-theme .mc-yellow, html.kb-page-index.dark-theme .mc-yellow { color: #ffff55; }
    html.kb-page-index .mc-white, html.kb-page-index.mc-white { color: var(--text-primary); }

    html.kb-page-index .server-metrics, html.kb-page-index.server-metrics {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    html.kb-page-index .server-metric, html.kb-page-index.server-metric {
      border-radius: 18px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-light);
      padding: 14px;
      min-width: 0;
    }

    html.kb-page-index .server-metric strong, html.kb-page-index.server-metric strong {
      display: block;
      color: var(--text-primary);
      font-size: 1.12rem;
      line-height: 1.15;
      letter-spacing: -0.035em;
      font-weight: 620;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    html.kb-page-index .server-metric span, html.kb-page-index.server-metric span {
      display: block;
      margin-top: 8px;
      color: var(--text-secondary);
      font-size: 0.76rem;
      line-height: 1.35;
    }

    html.kb-page-index .server-extra, html.kb-page-index.server-extra {
      margin-top: 12px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    html.kb-page-index .server-extra-item, html.kb-page-index.server-extra-item {
      border-radius: 16px;
      border: 0.5px solid var(--border-light);
      background: transparent;
      padding: 12px 14px;
      min-width: 0;
    }

    html.kb-page-index .server-extra-item strong, html.kb-page-index.server-extra-item strong {
      display: block;
      color: var(--text-primary);
      font-size: 0.92rem;
      line-height: 1.25;
      font-weight: 560;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    html.kb-page-index .server-extra-item span, html.kb-page-index.server-extra-item span {
      display: block;
      margin-top: 6px;
      color: var(--text-secondary);
      font-size: 0.74rem;
      line-height: 1.35;
    }

    html.kb-page-index .server-actions, html.kb-page-index.server-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-top: 18px;
      flex-wrap: wrap;
    }

    html.kb-page-index .server-refresh, html.kb-page-index.server-refresh {
      display: inline-flex;
      border: 0;
      background: transparent;
      color: var(--link-color);
      font: inherit;
      font-size: 0.9rem;
      font-weight: 510;
      cursor: pointer;
      padding: 0;
    }

    html.kb-page-index .server-refresh:hover, html.kb-page-index.server-refresh:hover {
      text-decoration: underline;
    }

    html.kb-page-index .server-updated, html.kb-page-index.server-updated {
      color: var(--text-secondary);
      font-size: 0.78rem;
      line-height: 1.4;
    }

    html.kb-page-index .site-record, html.kb-page-index.site-record {
      grid-column: 1 / -1;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 8px;
      padding-top: 18px;
      border-top: 0.5px solid var(--border-light);
      color: var(--text-secondary);
      font-size: 0.78rem;
      line-height: 1.5;
    }

    html.kb-page-index .site-record a, html.kb-page-index.site-record a {
      color: var(--text-secondary);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    html.kb-page-index .site-record a:hover, html.kb-page-index.site-record a:hover {
      color: var(--link-color);
    }

    html.kb-page-index .site-record img, html.kb-page-index.site-record img {
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: -2px;
      margin-right: 5px;
      opacity: 0.72;
    }

    html.kb-page-index .police-record, html.kb-page-index.police-record {
      display: none;
    }

    @media (max-width: 860px){
      html.kb-page-index .server-status-layout, html.kb-page-index.server-status-layout {
        grid-template-columns: 1fr;
      }

      html.kb-page-index .server-metrics, html.kb-page-index.server-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      html.kb-page-index .server-extra, html.kb-page-index.server-extra {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 680px){
      body.kb-page-index {
        padding: 16px;
      }

      html.kb-page-index .container, html.kb-page-index.container {
        padding: 32px 24px;
      }

      html.kb-page-index .eyebrow, html.kb-page-index.eyebrow {
        margin-bottom: 14px;
      }

      html.kb-page-index .option-card, html.kb-page-index.option-card {
        padding: 24px 20px;
      }

      html.kb-page-index .server-status-top, html.kb-page-index.server-status-top {
        flex-direction: column;
        align-items: flex-start;
      }

      html.kb-page-index .server-metrics, html.kb-page-index.server-metrics,
html.kb-page-index .server-extra, html.kb-page-index.server-extra {
        grid-template-columns: 1fr;
      }
    }

    html.kb-page-index .os-launcher, html.kb-page-index.os-launcher {
      position: fixed;
      top: 20px;
      right: 168px;
      width: 38px;
      height: 38px;
      border: 0.5px solid var(--border-light);
      border-radius: 999px;
      background: var(--button-bg);
      color: var(--text-primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 100;
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    html.kb-page-index .os-launcher:hover, html.kb-page-index.os-launcher:hover {
      background: var(--button-hover);
      color: var(--link-color);
      border-color: var(--border-card);
      transform: translateY(-1px);
    }

    html.kb-page-index .os-launcher svg, html.kb-page-index.os-launcher svg {
      width: 19px;
      height: 19px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.85;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    html.kb-page-index .webmac-overlay, html.kb-page-index.webmac-overlay {
      position: fixed;
      inset: 0;
      z-index: 10000;
      background: #090d12;
    }



    html.kb-page-index .webmac-boot, html.kb-page-index.webmac-boot {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: grid;
      place-items: center;
      background:
        radial-gradient(circle at 18% 18%, rgba(87, 137, 255, 0.20), transparent 34%),
        radial-gradient(circle at 82% 78%, rgba(139, 220, 200, 0.16), transparent 34%),
        linear-gradient(135deg, #080b10, #111720 54%, #07090d);
      transition: opacity 0.42s ease, transform 0.42s ease;
    }

    html.kb-page-index .webmac-boot.leaving, html.kb-page-index.webmac-boot.leaving {
      opacity: 0;
      transform: scale(1.018);
      pointer-events: none;
    }

    html.kb-page-index .webmac-boot-card, html.kb-page-index.webmac-boot-card {
      width: min(360px, calc(100vw - 56px));
      display: grid;
      justify-items: center;
      gap: 22px;
      color: #f5f7fb;
    }

    html.kb-page-index .webmac-boot-logo, html.kb-page-index.webmac-boot-logo {
      width: 96px;
      height: 96px;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.16);
      box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46), inset 0 0 0 1px rgba(255,255,255,.08);
      display: grid;
      place-items: center;
      backdrop-filter: blur(24px) saturate(150%);
      -webkit-backdrop-filter: blur(24px) saturate(150%);
    }

    html.kb-page-index .webmac-boot-logo svg, html.kb-page-index.webmac-boot-logo svg {
      width: 54px;
      height: 54px;
      fill: none;
      stroke: currentColor;
      stroke-width: 5.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    html.kb-page-index .webmac-boot-title, html.kb-page-index.webmac-boot-title {
      font-size: 14px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(245,247,251,.70);
      font-weight: 650;
    }

    html.kb-page-index .webmac-boot-track, html.kb-page-index.webmac-boot-track {
      width: min(280px, 74vw);
      height: 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
      overflow: hidden;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.28);
    }

    html.kb-page-index .webmac-boot-bar, html.kb-page-index.webmac-boot-bar {
      height: 100%;
      width: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #f5f7fb, #8bdcc8);
      transform-origin: left center;
      animation: webmacBootProgress 1.18s cubic-bezier(.2,.76,.18,1) both;
    }

    @keyframes webmacBootProgress{
      0% { transform: scaleX(0.06); }
      52% { transform: scaleX(0.58); }
      100% { transform: scaleX(1); }
    }


    html.kb-page-index.webmac-lock,
body.kb-page-index.webmac-active {
      height: 100dvh !important;
      overflow: hidden !important;
      overscroll-behavior: none;
    }

    body.kb-page-index.webmac-active {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      touch-action: none;
    }

    body.kb-page-index.webmac-active .webmac-overlay {
      position: fixed !important;
      inset: 0 !important;
      overflow: hidden !important;
    }

    body.kb-page-index.webmac-active .desktop,
body.kb-page-index.webmac-active .stage,
body.kb-page-index.webmac-active .iframe-shell {
      min-height: 0;
      overscroll-behavior: contain;
    }

    body.kb-page-index.webmac-active .iframe-shell {
      height: 100%;
      overflow: hidden;
    }

    body.kb-page-index.webmac-active .iframe-shell iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
      overscroll-behavior: contain;
    }

    html.kb-page-index .webmac-overlay[hidden], html.kb-page-index.webmac-overlay[hidden] {
      display: none;
    }

    @media (max-width: 720px){
      html.kb-page-index .os-launcher, html.kb-page-index.os-launcher {
        top: 68px;
        right: 20px;
      }
    }

/* Extracted inline styles from index.html */
html.kb-page-index .kb-page-index-inline-001 { margin: 0 12px; opacity: 0.4; }
html.kb-page-index .kb-page-index-inline-002 { display: inline-block; }
