@font-face {
  font-family: Manrope;
  src: url('/assets/performance/46936bffe528b8ac.woff2') format('woff2');
  font-display: swap;
  font-weight: 200 800;
}
:root {
  --ink: #183d69;
  --text: #263647;
  --muted: #526171;
  --line: #dce2e8;
  --paper: #f6f5ef;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--text); font: 17px/1.6 Manrope, sans-serif; }
h1, h2, h3, p, ul { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 3px solid #146ba1; outline-offset: 5px; }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.arrow { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip { position: absolute; top: -100px; left: 20px; padding: 14px; background: var(--ink); color: white; z-index: 10; }
.skip:focus { top: 8px; }
.site-header { width: min(1440px, calc(100% - 80px)); margin: auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); display: flex; gap: 12px; align-items: center; font-size: 21px; font-weight: 700; line-height: 1.3; }
.brand small { display: block; font-size: 12px; font-weight: 500; margin-top: 4px; }
.back-link { display: flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 650; color: var(--ink); }
.back-link:hover, .breadcrumb a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { padding-block: 28px 46px; }
.breadcrumb { display: flex; gap: 12px; font-size: 13px; margin-bottom: 32px; color: var(--muted); }
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.hero-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
h1 { color: var(--ink); font-size: clamp(36px, 3.6vw, 48px); letter-spacing: -.035em; font-weight: 750; line-height: 1.15; }
.intro { font-size: 19px; color: var(--muted); padding-bottom: 4px; }
.section-heading { padding-block: 24px 20px; border-bottom: 2px solid var(--ink); }
.section-heading h2 { color: var(--ink); font-size: 28px; font-weight: 750; letter-spacing: -.025em; line-height: 1.25; }
.app-grid, .game-list { display: grid; }
.app-card { min-width: 0; border-bottom: 1px solid var(--line); }
.app-link { display: grid; grid-template-columns: minmax(0, 43fr) minmax(0, 52fr) 44px; align-items: center; gap: 28px; padding: 28px 0; min-height: 184px; }
.app-art { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; gap: 22px; }
.app-icon { width: 104px; height: 104px; object-fit: contain; border-radius: 20px; }
.app-identity { min-width: 0; }
.wordmark { font: 750 38px/1.1 Manrope, sans-serif; letter-spacing: -.025em; }
.wordmark img { width: 215px; height: auto; max-height: 50px; object-fit: contain; object-position: left center; }
.drive .wordmark img { width: 245px; max-height: none; }
.mbs-word { color: #183c53; }
.mbs-word span { color: #3c66ad; }
.app-type { color: var(--muted); font-size: 17px; line-height: 1.45; margin-top: 10px; }
.app-features { padding-left: 19px; font-size: 17px; line-height: 1.6; }
.app-features li { padding-left: 3px; }
.app-features li + li { margin-top: 5px; }
.app-features li::marker { color: var(--muted); font-size: .7em; }
.launch-corner { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #94a3b3; border-radius: 50%; color: var(--ink); transition: background-color .2s ease-out, color .2s ease-out; }
.app-link:hover .launch-corner, .app-link:focus-visible .launch-corner { background: var(--ink); color: #fff; border-color: var(--ink); }
.app-link:hover .wordmark { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.tools-section { padding-bottom: 44px; }
.games-section { padding-bottom: 44px; }
.game-list .app-link { min-height: 190px; }
.blur-word { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.03em; color: #193e3b; }
.blur-word span { color: #a93b1d; }
.spa .app-icon { padding: 16px; background: #eff3ee; }
.spa-word { font: normal 31px/1.1 Georgia, serif; color: #284e43; }
.spa-word span { display: block; font: 650 13px/1.6 Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; margin-top: 4px; }
.pvd-word { color: #21483f; font: 750 27px/1.15 Manrope, sans-serif; letter-spacing: .01em; }
.pvd-word small { display: block; font-size: 11px; letter-spacing: .15em; margin-bottom: 3px; }
.section-note { color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 100ch; margin-top: 22px; }
.site-footer { padding-block: 20px 30px; font-size: 14px; border-top: 1px solid var(--line); }
.site-footer>div { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 5px; color: var(--ink); }
@media (max-width: 1050px) {
  .wrap, .site-header { width: calc(100% - 48px); }
  .hero-heading { display: block; }
  .intro { margin-top: 18px; }
  .app-link { grid-template-columns: minmax(0, 43fr) minmax(0, 52fr) 40px; gap: 22px; }
  .app-art { grid-template-columns: 84px minmax(0, 1fr); gap: 16px; }
  .app-icon { width: 84px; height: 84px; border-radius: 16px; }
  .wordmark { font-size: 32px; }
  .app-type, .app-features { font-size: 16px; }
  .launch-corner { width: 40px; height: 40px; }
  .blur-word { font-size: 25px; }
  .pvd-word { font-size: 23px; }
  .spa-word { font-size: 27px; }
}
@media (max-width: 760px) {
  .site-header { min-height: 82px; }
  .brand { font-size: 18px; gap: 9px; }
  .brand img { width: 34px; height: 34px; }
  .brand small { font-size: 10px; }
  .back-link { font-size: 13px; gap: 7px; }
  .back-link .arrow { width: 18px; }
  .hero { padding-block: 22px 28px; }
  .breadcrumb { margin-bottom: 24px; }
  h1 { font-size: 40px; }
  .intro { font-size: 18px; margin-top: 16px; }
  .section-heading h2 { font-size: 26px; }
  .app-link { grid-template-columns: minmax(0, 1fr) 44px; gap: 22px 18px; padding-block: 26px; }
  .app-art { grid-template-columns: 88px minmax(0, 1fr); gap: 20px; }
  .app-icon { width: 88px; height: 88px; }
  .app-features { grid-row: 2; grid-column: 1 / -1; font-size: 17px; }
  .launch-corner { grid-column: 2; grid-row: 1; width: 44px; height: 44px; }
  .app-type { font-size: 17px; margin-top: 8px; }
  .tools-section { padding-bottom: 25px; }
  .games-section { padding-bottom: 30px; }
}
@media (max-width: 480px) {
  .wrap, .site-header { width: calc(100% - 40px); }
  .brand { font-size: 16px; }
  .brand img { width: 30px; height: 30px; }
  .brand small { font-size: 9px; }
  .back-link { font-size: 12px; }
  .back-link .arrow { display: none; }
  h1 { font-size: 36px; }
  .intro { font-size: 17px; }
  .app-link { gap: 20px 12px; }
  .app-art { grid-template-columns: 72px minmax(0, 1fr); gap: 14px; }
  .app-icon { width: 72px; height: 72px; border-radius: 14px; }
  .wordmark { font-size: 30px; }
  .app-type { font-size: 16px; }
  .blur-word { font-size: 24px; }
  .spa-word { font-size: 25px; }
  .pvd-word { font-size: 21px; }
  .site-footer>div { gap: 8px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
