:root {
  --mk-ink: #111827;
  --mk-ink-2: #25324a;
  --mk-muted: #667085;
  --mk-faint: #98a2b3;
  --mk-line: #e4e9f1;
  --mk-line-strong: #cdd7e6;
  --mk-bg: #f6f8fb;
  --mk-panel: #ffffff;
  --mk-subtle: #eef3f9;
  --mk-navy: #10213d;
  --mk-blue: #2563eb;
  --mk-blue-dark: #1d4ed8;
  --mk-blue-soft: #eaf1ff;
  --mk-amber: #f0b429;
  --mk-green: #16866f;
  --mk-green-soft: #e8f6f2;
  --mk-red: #c83b32;
  --mk-red-soft: #fff0ef;
  --mk-shadow-overlay: 0 24px 70px rgba(16, 33, 61, .18);
  --mk-shell: min(100% - 48px, 1240px);
  --mk-header-h: 72px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--mk-ink); background: var(--mk-bg); font-size: 14px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.mk-shell { width: var(--mk-shell); margin-inline: auto; }
.mk-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.mk-skip { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--mk-navy); transform: translateY(-150%); }
.mk-skip:focus { transform: none; }

/* Shell */
.mk-demo { display: flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 20px; color: #dbe7f7; background: var(--mk-navy); font-size: 11px; letter-spacing: .01em; text-align: center; }
.mk-demo b { margin-right: 5px; color: #fff; }
.mk-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid rgba(205, 215, 230, .8); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.mk-nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: var(--mk-header-h); gap: 34px; }
.mk-brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 17px; font-weight: 780; letter-spacing: -.025em; }
.mk-brand-mark { position: relative; width: 24px; height: 24px; border-radius: 8px; background: var(--mk-blue); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); transform: rotate(45deg); }
.mk-brand-mark::after { content: ""; position: absolute; inset: 6px; border: 2px solid #fff; border-radius: 50%; }
.mk-brand em { color: var(--mk-blue); font-style: normal; }
.mk-links { display: flex; align-items: center; justify-content: center; gap: 8px; }
.mk-links a { position: relative; min-height: 40px; display: inline-flex; align-items: center; padding: 0 12px; color: #475467; border-radius: 8px; font-size: 13px; font-weight: 650; }
.mk-links a:hover { color: var(--mk-ink); background: #f4f6f8; }
.mk-links a[aria-current="page"] { color: var(--mk-blue); }
.mk-links a[aria-current="page"]::after { content: ""; position: absolute; right: 12px; bottom: 2px; left: 12px; height: 2px; border-radius: 2px; background: var(--mk-blue); }
.mk-nav-actions { display: flex; align-items: center; gap: 9px; }
.mk-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border: 1px solid var(--mk-line-strong); border-radius: 8px; color: var(--mk-ink-2); background: #fff; font-size: 13px; font-weight: 730; cursor: pointer; transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.mk-button:hover { border-color: #aebbd0; background: #f8fafc; }
.mk-button:active { transform: translateY(1px); }
.mk-button:focus-visible, .mk-icon-button:focus-visible, .mk-search input:focus-visible, .mk-ai-composer textarea:focus-visible, .mk-filter input:focus-visible, .mk-sort button:focus-visible { outline: 3px solid rgba(37, 99, 235, .24); outline-offset: 2px; }
.mk-button.primary { border-color: var(--mk-blue); color: #fff; background: var(--mk-blue); }
.mk-button.primary:hover { border-color: var(--mk-blue-dark); background: var(--mk-blue-dark); }
.mk-button[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.mk-menu { width: 42px; height: 42px; display: none; place-items: center; border: 1px solid var(--mk-line); border-radius: 8px; background: #fff; cursor: pointer; }
.mk-menu svg { width: 20px; height: 20px; }
.mk-mobile-menu { display: none; }
.mk-bottom-nav { position: fixed; z-index: 96; isolation: isolate; bottom: 28px; left: 50%; width: min(680px, calc(100% - 48px)); min-height: 72px; display: grid; grid-template-columns: repeat(4,1fr); padding: 7px 10px; border: 1px solid rgba(186,199,217,.82); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 28px 70px rgba(7,22,41,.28), 0 10px 24px rgba(16,33,61,.15), 0 0 0 7px rgba(255,255,255,.18); backdrop-filter: blur(20px); transform: translateX(-50%); }
.mk-bottom-nav::after { content: ""; position: absolute; z-index: -1; right: 9%; bottom: -13px; left: 9%; height: 22px; border-radius: 50%; background: rgba(7,22,41,.22); filter: blur(15px); pointer-events: none; }
.mk-bottom-nav a { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #6a7789; font-size: 9px; font-weight: 650; }
.mk-bottom-nav a::before { content: ""; position: absolute; top: -5px; width: 28px; height: 2px; border-radius: 2px; background: transparent; }
.mk-bottom-nav svg { width: 21px; height: 21px; }
.mk-bottom-nav a:hover, .mk-bottom-nav a[aria-current="page"] { color: var(--mk-blue); }
.mk-bottom-nav a[aria-current="page"]::before { background: var(--mk-blue); }

/* Search */
.mk-search { display: flex; align-items: center; width: 100%; min-height: 56px; border: 1px solid var(--mk-line-strong); border-radius: 10px; background: #fff; box-shadow: 0 12px 36px rgba(16,33,61,.10); overflow: hidden; }
.mk-search:focus-within { border-color: #98b4ee; box-shadow: 0 0 0 4px rgba(37,99,235,.11), 0 16px 42px rgba(16,33,61,.12); }
.mk-search svg { flex: 0 0 auto; width: 20px; height: 20px; margin-left: 17px; color: #667085; }
.mk-search input { min-width: 0; flex: 1; height: 54px; padding: 0 15px; border: 0; outline: 0; color: var(--mk-ink); background: transparent; font-size: 15px; }
.mk-search input::placeholder { color: #98a2b3; }
.mk-search button { align-self: stretch; min-width: 96px; border: 0; color: #fff; background: var(--mk-blue); font-size: 14px; font-weight: 760; cursor: pointer; }
.mk-search button:hover { background: var(--mk-blue-dark); }
.mk-search.compact { min-height: 48px; box-shadow: none; }
.mk-search.compact input { height: 46px; font-size: 14px; }
.mk-search.compact button { min-width: 80px; }
.mk-ai-composer { width: 100%; max-width: 760px; padding: 7px; border: 0; border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 20px 52px rgba(16,33,61,.16), 0 0 0 1px rgba(16,33,61,.04); transition: box-shadow .16s ease, transform .16s ease; }
.mk-ai-composer:focus-within { box-shadow: 0 24px 58px rgba(16,33,61,.20), 0 0 0 1px rgba(16,33,61,.05); transform: translateY(-1px); }
.mk-ai-composer textarea { width: 100%; min-height: 88px; display: block; resize: none; padding: 18px 19px 8px; border: 0; outline: 0; color: var(--mk-ink); background: transparent; font-size: 17px; line-height: 1.6; }
.mk-ai-composer textarea::placeholder { color: #8b98aa; }
.mk-ai-composer textarea:focus-visible { outline: 0; }
.mk-ai-composer-foot { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 3px 3px 3px 16px; }
.mk-ai-composer-foot > span { color: #738096; font-size: 11px; }
.mk-ai-composer button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 0; border-radius: 12px; color: #fff; background: var(--mk-blue); font-size: 13px; font-weight: 760; cursor: pointer; white-space: nowrap; }
.mk-ai-composer button:hover { background: var(--mk-blue-dark); }
.mk-ai-composer button svg { width: 16px; height: 16px; }

/* Homepage */
.mk-home { background: #fff; }
.mk-hero { position: relative; min-height: clamp(660px, 60svh, 700px); display: flex; align-items: stretch; overflow: hidden; background: #f2f5fa; }
.mk-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(247,249,252,.98) 0%, rgba(247,249,252,.94) 44%, rgba(247,249,252,.56) 72%, rgba(247,249,252,.12) 100%); z-index: 1; pointer-events: none; }
.mk-hero-visual { position: absolute; inset: 0; background: url('../images/gghub-market-hero-v2.png') 60% center / cover no-repeat; }
.mk-hero-inner { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-start; min-height: inherit; padding-block: 46px 118px; text-align: center; }
.mk-hero-inner > div { width: min(100%, 820px); }
.mk-eyebrow { margin: 0 0 14px; color: var(--mk-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mk-hero h1 { max-width: 780px; margin: 0 auto; color: var(--mk-navy); font-size: clamp(44px, 5vw, 72px); font-weight: 790; line-height: 1.02; letter-spacing: -.065em; }
.mk-hero h1 strong { display: block; color: var(--mk-blue); font-weight: inherit; }
.mk-hero-copy { max-width: 650px; margin: 21px auto 27px; color: #52627a; font-size: 16px; line-height: 1.75; }
.mk-hero .mk-search, .mk-hero .mk-ai-composer { margin-inline: auto; }
.mk-hero .mk-ai-composer textarea { text-align: center; }
.mk-hero .mk-ai-composer-foot { justify-content: space-between; padding: 3px; }
.mk-hero .mk-ai-composer-foot > span { padding-left: 13px; text-align: left; }
.mk-quick { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; color: #667085; font-size: 12px; }
.mk-quick a { padding: 5px 8px; border-radius: 6px; color: #3b5f9d; background: rgba(255,255,255,.76); }
.mk-quick a:hover { color: var(--mk-blue); background: #fff; }
.mk-hero-proof { position: absolute; z-index: 2; bottom: 28px; left: 50%; display: flex; gap: 8px; text-align: center; transform: translateX(-50%); }
.mk-proof-chip { min-width: 138px; padding: 12px 14px; border: 1px solid rgba(205,215,230,.9); border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(16,33,61,.08); }
.mk-proof-chip b { display: block; color: var(--mk-navy); font-size: 12px; }
.mk-proof-chip span { display: block; margin-top: 3px; color: #667085; font-size: 10px; }
.mk-platform-strip { padding: 48px 0 44px; border-bottom: 1px solid var(--mk-line); background: #fff; overflow: hidden; }
.mk-platform-copy { display: block; margin-bottom: 27px; text-align: center; }
.mk-platform-copy h2 { margin: 0; color: var(--mk-navy); font-size: clamp(27px,3vw,40px); line-height: 1.12; letter-spacing: -.045em; }
.mk-platform-copy > p { max-width: 620px; margin: 10px auto 0; color: var(--mk-muted); font-size: 12px; line-height: 1.7; }
.mk-platform-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.mk-platform-logo { min-width: 0; height: 72px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 14px; border: 1px solid #dfe5ee; border-radius: 10px; color: #28364b; background: #fff; }
.mk-platform-logo img { width: 36px; height: 36px; display: block; flex: 0 0 auto; border-radius: 9px; object-fit: contain; }
.mk-platform-logo b { font-size: 13px; font-weight: 760; white-space: nowrap; }
.mk-platform-more { display: block; width: max-content; margin: 20px auto 0; }
.mk-section { padding: 82px 0; }
.mk-section.soft { background: var(--mk-bg); }
.mk-section.dark { color: #fff; background: var(--mk-navy); }
.mk-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.mk-section-head h2 { margin: 0; color: var(--mk-ink); font-size: clamp(27px, 3vw, 40px); line-height: 1.14; letter-spacing: -.05em; }
.mk-section.dark .mk-section-head h2 { color: #fff; }
.mk-section-head p { max-width: 460px; margin: 10px 0 0; color: var(--mk-muted); font-size: 14px; line-height: 1.7; }
.mk-section.dark .mk-section-head p { color: #b9c6d8; }
.mk-text-link { flex: 0 0 auto; color: var(--mk-blue); font-size: 13px; font-weight: 760; }
.mk-text-link:hover { text-decoration: underline; }
body[data-page="home"] .mk-section-head { display: block; text-align: center; }
body[data-page="home"] .mk-section-head > div { width: min(100%, 760px); margin-inline: auto; }
body[data-page="home"] .mk-section-head p { max-width: 620px; margin: 10px auto 0; }
body[data-page="home"] .mk-section-head .mk-text-link { display: inline-flex; margin-top: 14px; }
.mk-rail-wrap { position: relative; }
.mk-rail { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(260px, 22vw, 300px); gap: 15px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px clamp(18px, 2vw, 32px) 12px; scroll-padding-inline: clamp(18px, 2vw, 32px); scroll-snap-type: x proximity; scrollbar-width: none; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; }
.mk-rail::-webkit-scrollbar { display: none; width: 0; height: 0; }
.mk-rail:focus-visible { outline: 3px solid rgba(37, 99, 235, .24); outline-offset: 3px; }
.mk-rail-controls { position: absolute; z-index: 3; top: 50%; right: clamp(8px, 1vw, 18px); left: clamp(8px, 1vw, 18px); display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.mk-icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--mk-line-strong); border-radius: 50%; color: var(--mk-ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 20px rgba(16,33,61,.12); cursor: pointer; pointer-events: auto; }
.mk-icon-button:hover { color: var(--mk-blue); border-color: #a7bce8; }
.mk-icon-button:disabled { color: #9aa6b5; border-color: #dce3ec; box-shadow: none; cursor: default; opacity: .68; }
.mk-icon-button svg { width: 18px; height: 18px; }
.mk-cap-card { min-height: 350px; display: flex; flex-direction: column; border: 1px solid var(--mk-line); border-radius: 14px; background: #fff; overflow: hidden; scroll-snap-align: start; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.mk-cap-card:hover { border-color: #b9c7da; box-shadow: 0 18px 40px rgba(16,33,61,.09); transform: translateY(-3px); }
.mk-card-visual { height: 162px; flex: 0 0 auto; background-color: #e9eef5; background-repeat: no-repeat; background-size: 200% 200%; }
.sprite-a { background-image: url('../images/gghub-capability-sprite-v2.png'); }
.sprite-b { background-image: url('../images/gghub-capability-sprite-general-v1.png'); }
.mk-pos-1 { background-position: 0 0; }
.mk-pos-2 { background-position: 100% 0; }
.mk-pos-3 { background-position: 0 100%; }
.mk-pos-4 { background-position: 100% 100%; }
.mk-card-body { min-height: 0; display: flex; flex: 1; flex-direction: column; padding: 18px; }
.mk-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.mk-tag { display: inline-flex; align-items: center; min-height: 23px; padding: 0 8px; border-radius: 99px; color: #31528d; background: var(--mk-blue-soft); font-size: 10px; font-weight: 760; }
.mk-tag.green { color: #116f5d; background: var(--mk-green-soft); }
.mk-tag.gray { color: #5d6879; background: #eff2f5; }
.mk-status { display: inline-flex; align-items: center; gap: 5px; color: #667085; font-size: 10px; }
.mk-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mk-green); }
.mk-cap-card h3 { margin: 0; color: var(--mk-ink); font-size: 18px; line-height: 1.3; letter-spacing: -.025em; }
.mk-cap-card p { margin: 9px 0 17px; color: var(--mk-muted); font-size: 12px; line-height: 1.65; }
.mk-card-result { margin-top: auto; padding-top: 13px; border-top: 1px solid #edf0f4; color: #58677b; font-size: 11px; line-height: 1.55; }
.mk-card-result b { color: #344258; }
.mk-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; color: var(--mk-blue); font-size: 12px; font-weight: 720; }
.mk-scenes-rail { grid-auto-columns: clamp(340px, 30vw, 430px); }
.mk-scene-card { position: relative; min-height: 320px; display: flex; flex-direction: column; justify-content: end; padding: 24px; border-radius: 14px; overflow: hidden; color: #fff; background: var(--mk-navy); scroll-snap-align: start; }
.mk-scene-card::before { content: ""; position: absolute; inset: 0; background-image: var(--scene-image); background-position: var(--scene-position, center); background-size: var(--scene-size, cover); background-repeat: no-repeat; transition: transform .35s ease; }
.mk-scene-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,39,.04) 20%, rgba(7,20,39,.88) 100%); }
.mk-scene-card:hover::before { transform: scale(1.035); }
.mk-scene-card > * { position: relative; z-index: 1; }
.mk-scene-card small { margin-bottom: auto; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.mk-scene-card h3 { margin: 0; color: #fff; font-size: 24px; letter-spacing: -.04em; }
.mk-scene-card p { margin: 7px 0 14px; color: #d7e1ef; font-size: 12px; line-height: 1.6; }
.mk-scene-card span { font-size: 12px; font-weight: 750; }
.mk-review-section { padding: 88px 0 92px; overflow: hidden; background: #fff; }
.mk-review-heading { width: min(100%,760px); margin-bottom: 34px; text-align: center; }
.mk-review-heading h2 { margin: 0; color: var(--mk-ink); font-size: clamp(34px,3.7vw,48px); line-height: 1.08; letter-spacing: -.055em; }
.mk-review-heading > p:not(.mk-eyebrow) { max-width: 620px; margin: 12px auto 0; color: var(--mk-muted); font-size: 14px; line-height: 1.7; }
.mk-review-rail { grid-auto-columns: clamp(330px,30vw,420px); gap: 16px; padding-top: 4px; padding-bottom: 18px; }
.mk-user-review { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--mk-line); border-radius: 16px; background: #f8fafc; scroll-snap-align: center; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.mk-user-review:hover { border-color: #b9c8df; box-shadow: 0 18px 44px rgba(16,33,61,.08); transform: translateY(-3px); }
.mk-user-review.featured { color: #fff; border-color: var(--mk-navy); background: var(--mk-navy); }
.mk-user-quote { height: 54px; color: #7fa7ff; font-family: Georgia,serif; font-size: 72px; line-height: .9; }
.mk-user-review > p { margin: 9px 0 28px; color: #2e3b50; font-size: 17px; line-height: 1.72; letter-spacing: -.015em; }
.mk-user-review.featured > p { color: #f3f6fb; }
.mk-user-review footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.mk-user-avatar { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--mk-blue); background: #e8efff; font-size: 14px; font-weight: 800; }
.mk-user-review.featured .mk-user-avatar { color: #fff; background: var(--mk-blue); }
.mk-user-review footer b,.mk-user-review footer small { display: block; }
.mk-user-review footer b { color: var(--mk-ink); font-size: 13px; }
.mk-user-review.featured footer b { color: #fff; }
.mk-user-review footer small { margin-top: 2px; color: #7b8798; font-size: 10px; }
.mk-user-review.featured footer small { color: #b6c5d8; }
.mk-editorial-section { padding-block: 64px; }
.mk-editorial { position: relative; isolation: isolate; width: min(100%, 1120px); min-height: 340px; display: flex; align-items: center; justify-content: center; margin-inline: auto; border: 1px solid #cdd9e8; border-radius: 24px; overflow: hidden; background: var(--mk-navy); box-shadow: 0 22px 54px rgba(16,33,61,.11); }
.mk-editorial::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(7,22,41,.74); }
.mk-editorial-copy { width: min(100% - 48px, 720px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px 32px; color: #fff; text-align: center; }
.mk-editorial-copy .mk-eyebrow { color: #a9c3ff; }
.mk-editorial-copy h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(32px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -.05em; text-wrap: balance; }
.mk-editorial-copy h2 span { white-space: nowrap; }
.mk-editorial-copy p { max-width: 570px; margin: 14px auto 21px; color: #d2dceb; font-size: 13px; line-height: 1.7; }
.mk-editorial-copy .mk-button { width: auto; min-width: 220px; justify-content: center; padding-inline: 28px; }
.mk-editorial-visual { position: absolute; z-index: -2; inset: 0; background: #eaf2fd url('../images/gghub-global-network-hero-v1.png') center / cover no-repeat; }

/* Page headers */
.mk-page-head { padding: 66px 0 42px; border-bottom: 1px solid var(--mk-line); background: #fff; }
.mk-breadcrumbs { display: flex; gap: 8px; margin-bottom: 21px; color: #7a8799; font-size: 11px; }
.mk-breadcrumbs a:hover { color: var(--mk-blue); }
.mk-page-head-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 52px; align-items: end; }
.mk-page-head h1 { max-width: 760px; margin: 0; color: var(--mk-navy); font-size: clamp(40px, 5vw, 64px); line-height: 1.04; letter-spacing: -.065em; }
.mk-page-head p { max-width: 680px; margin: 16px 0 0; color: var(--mk-muted); font-size: 15px; line-height: 1.75; }
.mk-page-note { padding: 18px; border-left: 3px solid var(--mk-blue); background: var(--mk-blue-soft); color: #486083; font-size: 12px; line-height: 1.65; }
.mk-page-note b { display: block; margin-bottom: 4px; color: #244875; }
.mk-entry-head { min-height: 540px; padding: 42px 0 50px; overflow: hidden; border-bottom: 1px solid var(--mk-line); background: #f5f7fa; }
.mk-entry-head > .mk-shell { width: min(100% - 48px, 1480px); }
.mk-entry-head .mk-breadcrumbs { margin-bottom: 28px; }
.mk-entry-grid { min-height: 420px; display: grid; grid-template-columns: minmax(0,.94fr) minmax(460px,1.06fr); gap: clamp(48px,6vw,84px); align-items: center; }
.mk-entry-copy h1 { max-width: 690px; margin: 0; color: var(--mk-navy); font-size: clamp(44px,4.6vw,62px); line-height: 1.04; letter-spacing: -.062em; text-wrap: balance; }
.mk-entry-copy > p:not(.mk-eyebrow) { max-width: 650px; margin: 20px 0 0; color: #59687c; font-size: 14px; line-height: 1.8; }
.mk-entry-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.mk-entry-actions .mk-button { min-width: 176px; justify-content: center; }
.mk-entry-facts { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: #647389; font-size: 11px; }
.mk-entry-facts span { position: relative; padding-left: 14px; }
.mk-entry-facts span::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--mk-blue); transform: translateY(-50%); }
.mk-entry-visual { position: relative; min-height: 410px; overflow: hidden; border: 1px solid rgba(193,204,219,.8); border-radius: 22px; background-color: #dce6f3; background-repeat: no-repeat; box-shadow: 0 28px 68px rgba(16,33,61,.14); isolation: isolate; }
.mk-entry-visual::after { content: ""; position: absolute; z-index: -1; inset: 32% 0 0; background: linear-gradient(180deg, rgba(8,25,47,0), rgba(8,25,47,.83)); }
.mk-entry-visual.plaza { background-image: url('../images/gghub-capability-market-v1.png'); background-position: 0 100%; background-size: 200% 200%; }
.mk-entry-visual.scene { background-image: url('../images/gghub-general-work-sprite-v1.png'); background-position: 100% 100%; background-size: 200% 200%; }
.mk-entry-visual.free { background-image: url('../images/gghub-capability-sprite-v2.png'); background-position: 100% 100%; background-size: 200% 200%; }
.mk-entry-status { position: absolute; z-index: 2; top: 22px; right: 22px; display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 12px; border-radius: 999px; color: #38516f; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(16,33,61,.11); font-size: 10px; font-weight: 760; backdrop-filter: blur(12px); }
.mk-entry-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--mk-green); box-shadow: 0 0 0 4px rgba(20,157,108,.12); }
.mk-entry-task { position: absolute; z-index: 2; top: 80px; left: 22px; width: min(310px,calc(100% - 44px)); padding: 16px 17px; border: 1px solid rgba(215,224,236,.9); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 18px 44px rgba(16,33,61,.13); backdrop-filter: blur(12px); }
.mk-entry-task small, .mk-entry-visual-copy small { display: block; margin-bottom: 7px; color: var(--mk-blue); font-size: 9px; font-weight: 820; letter-spacing: .12em; }
.mk-entry-task b { display: block; color: var(--mk-navy); font-size: 14px; line-height: 1.45; }
.mk-entry-task span { display: block; margin-top: 10px; color: #5d6d82; font-size: 10px; }
.mk-entry-visual-copy { position: absolute; z-index: 2; right: 26px; bottom: 25px; left: 26px; color: #fff; }
.mk-entry-visual-copy small { color: #a9c8ff; }
.mk-entry-visual-copy b { display: block; max-width: 470px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; text-wrap: balance; }
.mk-entry-visual-copy span { display: block; margin-top: 8px; color: #d5dfed; font-size: 10px; letter-spacing: .03em; }
.mk-content { padding: 34px 0 88px; }
.mk-results-page { min-height: calc(100svh - 180px); padding-top: 40px; }
.mk-toolbar { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.mk-toolbar .mk-search { flex: 1; }
.mk-count { flex: 0 0 auto; color: #667085; font-size: 12px; }

/* Directory and results */
.mk-directory { display: grid; grid-template-columns: 238px minmax(0,1fr); gap: 30px; align-items: start; }
.mk-filters { position: sticky; top: 92px; border: 1px solid var(--mk-line); border-radius: 12px; background: #fff; overflow: hidden; }
.mk-filter-head { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; border-bottom: 1px solid var(--mk-line); font-size: 13px; font-weight: 760; }
.mk-filter-reset { padding: 4px; border: 0; color: var(--mk-blue); background: none; font-size: 11px; cursor: pointer; }
.mk-filter-group { padding: 15px 16px; border-bottom: 1px solid #edf0f4; }
.mk-filter-group:last-child { border: 0; }
.mk-filter-group b { display: block; margin-bottom: 9px; color: #344258; font-size: 11px; letter-spacing: .025em; }
.mk-filter { display: flex; align-items: center; gap: 8px; margin: 8px 0; color: #5b687a; font-size: 12px; cursor: pointer; }
.mk-filter input { width: 15px; height: 15px; accent-color: var(--mk-blue); }
.mk-list-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 2px 0 13px; }
.mk-list-head h1, .mk-list-head h2 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
.mk-sort { display: flex; gap: 7px; }
.mk-sort button { padding: 7px 10px; border: 1px solid var(--mk-line); border-radius: 7px; color: #667085; background: #fff; font-size: 11px; cursor: pointer; }
.mk-sort button.active { border-color: #a9c0ef; color: var(--mk-blue); background: var(--mk-blue-soft); }
.mk-list { display: grid; gap: 10px; }
.mk-list-row { display: grid; grid-template-columns: 58px minmax(0,1fr) 176px; gap: 16px; align-items: center; padding: 17px; border: 1px solid var(--mk-line); border-radius: 11px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.mk-list-row:hover { border-color: #b3c4dc; box-shadow: 0 12px 28px rgba(16,33,61,.055); transform: translateY(-1px); }
.mk-list-icon { width: 58px; height: 58px; border-radius: 10px; background-color: #edf1f6; background-repeat: no-repeat; background-size: 200% 200%; }
.mk-list-main { min-width: 0; }
.mk-list-top { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.mk-list-row h3 { margin: 0; font-size: 16px; letter-spacing: -.025em; }
.mk-list-row p { margin: 6px 0 0; color: var(--mk-muted); font-size: 12px; line-height: 1.55; }
.mk-list-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.mk-fact { padding: 4px 7px; border-radius: 5px; color: #5a687a; background: #f1f4f7; font-size: 10px; }
.mk-list-action { display: flex; flex-direction: column; align-items: stretch; gap: 7px; padding-left: 16px; border-left: 1px solid #edf0f4; }
.mk-list-action small { color: #748095; font-size: 10px; text-align: center; }
.mk-list-action .mk-button { min-height: 36px; padding: 0 10px; font-size: 11px; }
.mk-empty, .mk-error { display: none; padding: 54px 24px; border: 1px dashed #bdc9d9; border-radius: 12px; color: #657286; background: #fff; text-align: center; }
.mk-empty.show, .mk-error.show { display: block; }
.mk-empty h2, .mk-empty h3, .mk-error h3 { margin: 0 0 7px; color: var(--mk-ink); font-size: 17px; }
.mk-empty p, .mk-error p { max-width: 480px; margin: 0 auto 17px; font-size: 12px; line-height: 1.65; }
.mk-error { border-color: #f0c2bd; background: var(--mk-red-soft); }
.mk-results-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.mk-results-summary h2 { margin: 0; font-size: 19px; }
.mk-results-summary h2 span { color: var(--mk-blue); }
.mk-chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.mk-chip { padding: 7px 10px; border: 1px solid var(--mk-line); border-radius: 99px; color: #5e6c80; background: #fff; font-size: 11px; cursor: pointer; }
.mk-chip:hover, .mk-chip.active { border-color: #9db8ee; color: var(--mk-blue); background: var(--mk-blue-soft); }
.mk-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.mk-pagination[hidden] { display: none; }
.mk-pagination button { min-width: 38px; min-height: 38px; padding: 0 11px; border: 1px solid var(--mk-line); border-radius: 8px; color: #536176; background: #fff; font-size: 12px; cursor: pointer; }
.mk-pagination button:hover:not(:disabled), .mk-pagination button.active { color: #fff; border-color: var(--mk-blue); background: var(--mk-blue); }
.mk-pagination button:disabled { opacity: .42; cursor: default; }

/* Scene page */
.mk-scene-content > .mk-shell { width: min(100% - 48px, 1480px); }
.mk-scene-intro { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.mk-scene-intro h2 { margin: 0; font-size: clamp(30px,3vw,42px); letter-spacing: -.045em; }
.mk-scene-intro > p:not(.mk-eyebrow) { margin: 10px 0 0; color: var(--mk-muted); font-size: 13px; }
.mk-scene-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.mk-scene-grid .mk-scene-card { min-height: 300px; }
.mk-scene-grid .mk-scene-card:first-child { grid-column: span 2; }
.mk-scene-card.active { outline: 4px solid rgba(37,99,235,.26); outline-offset: 3px; box-shadow: 0 18px 46px rgba(16,33,61,.2); }
.mk-scene-card.active span { color: #fff; }
.mk-scenario-result { scroll-margin-top: 104px; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; margin-top: 38px; padding: 30px; border: 1px solid #bfd0ee; border-radius: 15px; background: linear-gradient(180deg,#fff 0%,#f7faff 100%); box-shadow: 0 24px 64px rgba(16,33,61,.10); }
.mk-scenario-result:focus { outline: none; }
.mk-scenario-result h2 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.mk-scenario-result > div > p { margin: 9px 0 19px; color: var(--mk-muted); font-size: 13px; }
.mk-scenario-side { padding: 20px; color: #dbe5f3; border-radius: 12px; background: var(--mk-navy); }
.mk-scenario-side b { display: block; color: #fff; font-size: 14px; }
.mk-scenario-side p { margin: 8px 0 0; color: #bdcadc; font-size: 12px; line-height: 1.65; }

/* Free page */
.mk-free-intro { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 40px; align-items: start; margin-bottom: 30px; }
.mk-free-intro h2 { margin: 0; font-size: 28px; letter-spacing: -.045em; }
.mk-free-intro p { margin: 10px 0 0; color: var(--mk-muted); }
.mk-free-rule { padding: 18px; border-radius: 10px; color: #4d6385; background: var(--mk-blue-soft); font-size: 12px; line-height: 1.65; }
.mk-compact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mk-free-grid.mk-compact-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.mk-compact-card { min-height: 188px; padding: 17px; border-radius: 15px; background: #fff; }
.mk-compact-card:hover { border-color: #c0c8d3; box-shadow: 0 12px 28px rgba(16,33,61,.07); transform: translateY(-2px); }
.mk-compact-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.mk-compact-identity { min-width: 0; display: flex; align-items: center; gap: 11px; }
.mk-compact-icon { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid #d9e1eb; border-radius: 50%; background-color: #eef2f7; background-repeat: no-repeat; background-size: 200% 200%; }
.mk-compact-identity > span:last-child { min-width: 0; }
.mk-compact-card h3 { overflow: hidden; margin: 0; font-size: 15px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.mk-compact-card small { display: block; overflow: hidden; margin-top: 3px; color: #667085; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.mk-summon { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; padding: 0 12px; border-radius: 9px; color: #fff; background: #171717; font-size: 12px; font-weight: 760; opacity: 0; transform: translateY(4px); transition: opacity .16s ease, transform .16s ease; }
.mk-compact-card:hover .mk-summon, .mk-compact-card:focus-visible .mk-summon { opacity: 1; transform: none; }
.mk-compact-card > p { display: -webkit-box; min-height: 39px; overflow: hidden; margin: 13px 0 12px; color: #5f6877; font-size: 11px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mk-compact-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.mk-compact-tags span { padding: 4px 8px; border-radius: 5px; color: #5e6672; background: #f0f1f3; font-size: 9px; line-height: 1.2; }

/* Detail */
.mk-detail { padding: 26px 0 92px; background: #f5f7fa; }
.mk-back { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 17px; color: #5c6e85; font-size: 12px; font-weight: 720; }
.mk-back:hover { color: var(--mk-blue); }
.mk-employee-sheet { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(330px,1fr) 300px; overflow: hidden; border: 1px solid #dbe3ed; border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(16,33,61,.07); }
.mk-employee-media { position: relative; min-height: 510px; background-color: #e8edf4; background-repeat: no-repeat; background-size: 200% 200%; }
.mk-employee-media-badge { position: absolute; top: 18px; left: 18px; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 7px; color: #33465f; background: rgba(255,255,255,.94); font-size: 10px; font-weight: 760; }
.mk-employee-core { padding: 38px 34px; border-right: 1px solid var(--mk-line); }
.mk-employee-statusline { display: flex; align-items: center; gap: 12px; }
.mk-employee-avatar { width: 48px; height: 48px; flex: 0 0 auto; border: 3px solid #fff; border-radius: 13px; background-color: #edf2f8; background-repeat: no-repeat; background-size: 200% 200%; box-shadow: 0 7px 18px rgba(16,33,61,.12); }
.mk-employee-statusline > span:last-child { display: grid; gap: 5px; }
.mk-employee-statusline b { color: #53647a; font-size: 11px; }
.mk-employee-statusline em { display: inline-flex; align-items: center; gap: 7px; color: var(--mk-green); font-size: 10px; font-style: normal; font-weight: 740; }
.mk-employee-statusline i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--mk-green); box-shadow: 0 0 0 4px rgba(22,134,111,.11); }
.mk-employee-core h1 { margin: 28px 0 0; color: var(--mk-navy); font-size: clamp(38px,3.5vw,52px); line-height: 1.04; letter-spacing: -.052em; }
.mk-employee-lead { margin: 17px 0 0; color: #55667b; font-size: 13px; line-height: 1.7; }
.mk-employee-keys { margin-top: 28px; border-top: 1px solid var(--mk-line); }
.mk-employee-key { display: grid; grid-template-columns: 76px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--mk-line); }
.mk-employee-key small { color: #8793a4; font-size: 10px; }
.mk-employee-key strong { color: #30445d; font-size: 11px; line-height: 1.55; }
.mk-employee-actionbox { padding: 34px 26px; background: #fafbfd; }
.mk-action-meta { color: var(--mk-blue); font-size: 10px; font-weight: 780; }
.mk-employee-actionbox h2 { margin: 15px 0 9px; color: var(--mk-navy); font-size: 21px; line-height: 1.35; letter-spacing: -.035em; }
.mk-employee-actionbox > p { margin: 0; color: #647388; font-size: 11px; line-height: 1.7; }
.mk-employee-actionbox .mk-button { width: 100%; margin-top: 22px; }
.mk-employee-actionbox > a { display: flex; justify-content: center; margin-top: 13px; color: var(--mk-blue); font-size: 10px; font-weight: 740; }
.mk-action-boundary { margin-top: 25px; padding: 16px 0 0; border-top: 1px solid var(--mk-line); }
.mk-action-boundary b, .mk-action-boundary span { display: block; }
.mk-action-boundary b { margin-bottom: 7px; color: #6e5520; font-size: 10px; }
.mk-action-boundary span { color: #786943; font-size: 10px; line-height: 1.65; }
.mk-employee-detail-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); gap: 18px; margin-top: 18px; }
.mk-work-card, .mk-safety-card { padding: 29px; border: 1px solid var(--mk-line); border-radius: 14px; background: #fff; }
.mk-work-card h2, .mk-safety-card h2, .mk-related-simple h2 { margin: 7px 0 0; color: var(--mk-navy); font-size: 24px; line-height: 1.25; letter-spacing: -.04em; }
.mk-work-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 25px; border-top: 1px solid var(--mk-line); }
.mk-work-step { padding: 21px 18px 0 0; }
.mk-work-step + .mk-work-step { padding-left: 18px; border-left: 1px solid var(--mk-line); }
.mk-work-step i { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 7px; color: var(--mk-blue); background: var(--mk-blue-soft); font-size: 10px; font-style: normal; font-weight: 800; }
.mk-work-step b, .mk-work-step span { display: block; }
.mk-work-step b { color: #30445d; font-size: 12px; }
.mk-work-step span { margin-top: 6px; color: #6c798b; font-size: 10px; line-height: 1.6; }
.mk-safety-card { color: #fff; border-color: var(--mk-navy); background: var(--mk-navy); }
.mk-safety-card .mk-eyebrow { color: #99b9f6; }
.mk-safety-card h2 { color: #fff; }
.mk-safety-card ul { margin: 22px 0 16px; padding: 0; list-style: none; }
.mk-safety-card li { position: relative; padding: 10px 0 10px 20px; border-top: 1px solid rgba(204,218,238,.16); color: #d5dfec; font-size: 11px; }
.mk-safety-card li::before { content: "✓"; position: absolute; left: 0; color: #83b1ff; }
.mk-safety-card > p:last-child { margin: 0; color: #aebed1; font-size: 10px; line-height: 1.65; }
.mk-related-simple { display: grid; grid-template-columns: 280px 1fr; gap: 38px; align-items: start; margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--mk-line); }
.mk-related-links { display: grid; gap: 8px; }
.mk-related-link { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 66px; padding: 10px 13px; border: 1px solid var(--mk-line); border-radius: 10px; color: inherit; background: #fff; }
.mk-related-link:hover { border-color: #b7c8df; }
.mk-related-link .mk-compact-icon { width: 42px; height: 42px; }
.mk-related-link b, .mk-related-link small { display: block; }
.mk-related-link b { color: var(--mk-navy); font-size: 12px; }
.mk-related-link small { margin-top: 5px; color: #7b8798; font-size: 9px; }
.mk-related-link em { color: var(--mk-blue); font-size: 10px; font-style: normal; font-weight: 740; }

/* Long-form information pages */
.mk-info-hero, .mk-info-screen { min-height: 66svh; display: flex; align-items: center; padding: 82px 0; background: #fff; }
.mk-info-hero { min-height: calc(92svh - 100px); overflow: hidden; border-bottom: 1px solid var(--mk-line); background: #f5f7fa; }
.mk-info-hero.compact { min-height: 74svh; }
.mk-info-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); gap: 72px; align-items: center; }
.mk-info-hero .mk-breadcrumbs { margin-bottom: 38px; }
.mk-info-hero h1 { max-width: 760px; margin: 0; color: var(--mk-navy); font-size: clamp(41px,4.6vw,62px); line-height: 1.06; letter-spacing: -.052em; }
.mk-info-hero p:not(.mk-eyebrow) { max-width: 650px; margin: 23px 0 28px; color: #526176; font-size: 15px; line-height: 1.8; }
.mk-info-visual { min-height: 480px; border: 1px solid #d5deea; border-radius: 16px; background-color: #e8eef6; background-repeat: no-repeat; box-shadow: 0 18px 44px rgba(16,33,61,.10); }
.mk-info-visual.source { background: url('../images/gghub-global-network-hero-v1.png') center/cover no-repeat; }
.mk-info-visual.compatibility { background: url('../images/gghub-capability-sprite-general-v1.png') 100% 0/200% 200% no-repeat; }
.mk-info-visual.help { background: url('../images/gghub-market-hero-v2.png') 64% center/cover no-repeat; }
.mk-info-visual.about { background: url('../images/gghub-global-network-hero-v1.png') 38% center/cover no-repeat; }
.mk-info-visual.institution { background: url('../images/gghub-market-hero-v2.png') 82% center/cover no-repeat; }
.mk-info-visual.privacy { background: url('../images/gghub-capability-sprite-v2.png') 0 0/200% 200% no-repeat; }
.mk-info-screen.soft { background: var(--mk-bg); }
.mk-info-screen.dark { color: #fff; background: var(--mk-navy); }
.mk-info-heading { max-width: 720px; margin-bottom: 38px; }
.mk-info-heading h2 { margin: 0; color: var(--mk-ink); font-size: clamp(34px,4vw,54px); line-height: 1.1; letter-spacing: -.05em; }
.mk-info-heading > p:not(.mk-eyebrow) { margin: 16px 0 0; color: var(--mk-muted); font-size: 14px; line-height: 1.8; }
.mk-info-screen.dark .mk-info-heading h2 { color: #fff; }
.mk-info-screen.dark .mk-info-heading > p:not(.mk-eyebrow) { color: #b8c6d8; }
.mk-info-split { display: grid; grid-template-columns: minmax(320px,.75fr) minmax(0,1.25fr); gap: 72px; align-items: start; }
.mk-info-number-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mk-info-number-grid article { min-height: 205px; padding: 24px; border: 1px solid var(--mk-line); border-radius: 14px; background: #fff; }
.mk-info-number-grid i { color: var(--mk-blue); font-size: 11px; font-style: normal; font-weight: 800; }
.mk-info-number-grid h3 { margin: 38px 0 8px; font-size: 18px; }
.mk-info-number-grid p { margin: 0; color: #647186; font-size: 12px; line-height: 1.7; }
.mk-info-matrix { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.mk-info-matrix.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.mk-info-matrix article { min-height: 198px; padding: 22px; border: 1px solid var(--mk-line); border-radius: 10px; background: #fff; box-shadow: none; }
.mk-info-matrix article.caution { border-color: #ead9af; background: #fffdf8; }
.mk-info-matrix b { color: var(--mk-blue); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mk-info-matrix article.caution b { color: #a16a00; }
.mk-info-matrix h3 { margin: 34px 0 9px; font-size: 18px; line-height: 1.3; }
.mk-info-matrix p { margin: 0; color: #647186; font-size: 12px; line-height: 1.7; }
.mk-info-matrix a { display: inline-block; margin-top: 16px; color: var(--mk-blue); font-size: 11px; font-weight: 750; }
.mk-info-flow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(204,218,238,.22); }
.mk-info-flow article { min-height: 260px; padding: 28px 26px; border-right: 1px solid rgba(204,218,238,.17); }
.mk-info-flow article:last-child { border-right: 0; }
.mk-info-flow span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(205,220,241,.25); border-radius: 50%; color: #fff; font-size: 11px; }
.mk-info-flow h3 { margin: 82px 0 9px; color: #fff; font-size: 19px; }
.mk-info-flow p { margin: 0; color: #acbdd2; font-size: 12px; line-height: 1.7; }
.mk-info-points { display: grid; gap: 10px; }
.mk-info-points article { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 18px; border: 1px solid var(--mk-line); border-radius: 12px; background: #fff; }
.mk-info-points article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--mk-blue); background: var(--mk-blue-soft); font-size: 10px; font-weight: 800; }
.mk-info-points h3 { margin: 1px 0 5px; font-size: 15px; }
.mk-info-points p { margin: 0; color: #647186; font-size: 11px; line-height: 1.65; }
.mk-info-quote { max-width: 1000px; padding: 38px; border-left: 4px solid var(--mk-blue); background: rgba(255,255,255,.055); }
.mk-info-quote.light { color: var(--mk-ink); border: 1px solid var(--mk-line); border-left: 4px solid var(--mk-blue); background: #fff; }
.mk-info-quote strong { display: block; color: #fff; font-size: clamp(25px,3vw,40px); line-height: 1.42; letter-spacing: -.035em; }
.mk-info-quote.light strong { color: var(--mk-ink); }
.mk-info-quote p { max-width: 780px; margin: 22px 0 0; color: #adbed3; font-size: 13px; line-height: 1.8; }
.mk-info-quote.light p { color: var(--mk-muted); }
.mk-info-faq { border-top: 1px solid var(--mk-line); }
.mk-info-faq details { border-bottom: 1px solid var(--mk-line); background: #fff; }
.mk-info-faq summary { padding: 23px 4px; font-size: 16px; font-weight: 730; cursor: pointer; }
.mk-info-faq details p { max-width: 780px; margin: -7px 0 0; padding: 0 4px 23px; color: var(--mk-muted); font-size: 12px; line-height: 1.75; }
.mk-info-recommend .mk-compact-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.mk-info-recommend .mk-info-heading { margin-bottom: 28px; }
.mk-info-more { display: inline-block; margin-top: 24px; }

/* Distinct information-page families: editorial, trust and utility. */
body[data-page="about"] .mk-info-hero-grid,
body[data-page="cases"] .mk-info-hero-grid,
body[data-page="opportunity"] .mk-info-hero-grid,
body[data-page="institution"] .mk-info-hero-grid { grid-template-columns: minmax(390px,.78fr) minmax(0,1.22fr); }
body[data-page="about"] .mk-info-visual,
body[data-page="cases"] .mk-info-visual,
body[data-page="opportunity"] .mk-info-visual { order: -1; min-height: 540px; }
body[data-page="source"] .mk-info-hero,
body[data-page="compatibility"] .mk-info-hero,
body[data-page="privacy"] .mk-info-hero,
body[data-page="terms"] .mk-info-hero { background: #fff; }
body[data-page="source"] .mk-info-hero-grid,
body[data-page="compatibility"] .mk-info-hero-grid,
body[data-page="privacy"] .mk-info-hero-grid,
body[data-page="terms"] .mk-info-hero-grid { align-items: start; }
body[data-page="source"] .mk-info-visual,
body[data-page="compatibility"] .mk-info-visual,
body[data-page="privacy"] .mk-info-visual,
body[data-page="terms"] .mk-info-visual { min-height: 410px; border-radius: 10px; box-shadow: none; }
body[data-page="help"] .mk-info-screen:nth-of-type(even),
body[data-page="content"] .mk-info-screen:nth-of-type(even) { background: #f6f8fb; }
body[data-page="install"] .mk-info-hero,
body[data-page="code"] .mk-info-hero,
body[data-page="login"] .mk-info-hero { min-height: 68svh; background: #f8fafc; }
body[data-page="install"] .mk-info-visual,
body[data-page="code"] .mk-info-visual,
body[data-page="login"] .mk-info-visual { min-height: 360px; border-radius: 12px; box-shadow: none; }

/* Loading and modal states */
.mk-loading .mk-list-row { pointer-events: none; }
.mk-skeleton { position: relative; overflow: hidden; border-radius: 6px; color: transparent !important; background: #edf0f4 !important; }
.mk-skeleton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent); animation: mk-shimmer 1.2s infinite; transform: translateX(-100%); }
@keyframes mk-shimmer { to { transform: translateX(100%); } }
.mk-modal-backdrop { position: fixed; z-index: 120; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(7,20,39,.56); }
.mk-modal-backdrop.open { display: grid; }
.mk-modal { width: min(100%, 480px); padding: 24px; border-radius: 14px; background: #fff; box-shadow: var(--mk-shadow-overlay); }
.mk-modal-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.mk-modal h2 { margin: 0; font-size: 20px; }
.mk-modal p { color: #617187; font-size: 12px; line-height: 1.7; }
.mk-modal-close { width: 34px; height: 34px; border: 1px solid var(--mk-line); border-radius: 7px; background: #fff; cursor: pointer; }
.mk-modal-actions { display: flex; justify-content: end; gap: 9px; margin-top: 20px; }
.mk-code-modal { width: min(100%, 440px); padding: 27px; }
.mk-code-modal .mk-modal-kicker { margin: 0 0 7px; color: var(--mk-blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.mk-code-modal .mk-modal-head > div > p:last-child { margin: 9px 0 0; }
.mk-code-form { display: grid; margin-top: 22px; }
.mk-code-form label { margin-bottom: 8px; color: #34445a; font-size: 11px; font-weight: 760; }
.mk-code-form input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #b8c7db; border-radius: 8px; color: var(--mk-ink); background: #fff; font: inherit; font-size: 14px; letter-spacing: .03em; outline: 0; }
.mk-code-form input:focus { border-color: var(--mk-blue); box-shadow: 0 0 0 3px rgba(38,99,235,.12); }
.mk-code-form > span { margin-top: 8px; color: #7a8798; font-size: 10px; line-height: 1.55; }
.mk-code-error { min-height: 18px; margin: 8px 0 5px; color: #b5473c !important; font-size: 10px !important; }
.mk-code-form .mk-button { width: 100%; min-height: 46px; }
.mk-code-source { margin: 15px 0 0 !important; text-align: center; }
.mk-code-source a { color: var(--mk-blue); font-weight: 740; }

/* Footer */
.mk-footer { padding: 56px 0 104px; color: #9eacc0; background: #071629; }
.mk-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,.72fr); gap: 34px; padding-bottom: 38px; }
.mk-footer .mk-brand { color: #fff; }
.mk-footer p { max-width: 360px; margin: 13px 0 0; color: #92a2b6; font-size: 11px; line-height: 1.7; }
.mk-footer h3 { margin: 3px 0 12px; color: #e1e8f1; font-size: 11px; }
.mk-footer a:not(.mk-brand) { display: block; margin: 9px 0; color: #92a2b6; font-size: 11px; }
.mk-footer a:hover { color: #fff; }
.mk-footer-bottom { padding-top: 18px; border-top: 1px solid rgba(190,207,229,.13); color: #718299; font-size: 10px; }

@media (max-width: 1024px) {
  :root { --mk-shell: min(100% - 36px, 1240px); }
  .mk-entry-head > .mk-shell, .mk-scene-content > .mk-shell { width: min(100% - 36px, 1480px); }
  .mk-links { gap: 2px; }
  .mk-links a { padding-inline: 9px; }
  .mk-hero-inner { padding-inline: 18px; }
  .mk-page-head-grid, .mk-free-intro, .mk-scenario-result { grid-template-columns: 1fr; }
  .mk-entry-grid { min-height: 0; grid-template-columns: 1fr; gap: 32px; }
  .mk-entry-copy h1 { font-size: 46px; }
  .mk-entry-visual { min-height: 420px; }
  .mk-directory { grid-template-columns: 210px minmax(0,1fr); gap: 20px; }
  .mk-free-grid.mk-compact-grid { grid-template-columns: repeat(2,1fr); }
  .mk-scene-grid { grid-template-columns: repeat(2,1fr); }
  .mk-employee-sheet { grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); }
  .mk-employee-core { border-right: 0; }
  .mk-employee-actionbox { grid-column: 1 / -1; border-top: 1px solid var(--mk-line); }
  .mk-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .mk-footer-grid > :last-child { display: none; }
  .mk-info-hero-grid, .mk-info-split { grid-template-columns: 1fr; gap: 40px; }
  .mk-info-visual { min-height: 420px; }
  .mk-info-matrix, .mk-info-recommend .mk-compact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mk-info-flow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mk-info-flow article:nth-child(2) { border-right: 0; }
  .mk-info-flow article:nth-child(-n+2) { border-bottom: 1px solid rgba(204,218,238,.17); }
  .mk-platform-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --mk-shell: min(100% - 28px, 1240px); --mk-header-h: 62px; }
  .mk-entry-head > .mk-shell, .mk-scene-content > .mk-shell { width: calc(100% - 28px); }
  body { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .mk-nav { grid-template-columns: 1fr auto; gap: 12px; }
  .mk-links, .mk-nav-actions { display: none; }
  .mk-menu { display: grid; }
  .mk-mobile-menu { position: fixed; z-index: 100; top: 90px; right: 14px; left: 14px; display: none; padding: 12px; border: 1px solid var(--mk-line); border-radius: 12px; background: #fff; box-shadow: var(--mk-shadow-overlay); }
  .mk-mobile-menu.open { display: block; }
  .mk-mobile-menu a { display: flex; align-items: center; min-height: 46px; padding: 0 12px; border-radius: 8px; color: #415168; font-size: 14px; font-weight: 680; }
  .mk-mobile-menu a:hover, .mk-mobile-menu a[aria-current="page"] { color: var(--mk-blue); background: var(--mk-blue-soft); }
  .mk-mobile-menu .mk-button { width: 100%; margin-top: 8px; }
  .mk-bottom-nav { right: 14px; bottom: max(18px, env(safe-area-inset-bottom)); left: 14px; width: auto; max-width: none; min-height: 68px; padding: 6px max(7px, env(safe-area-inset-right)); border: 1px solid rgba(186,199,217,.86); border-radius: 19px; box-shadow: 0 24px 58px rgba(7,22,41,.30), 0 8px 20px rgba(16,33,61,.14), 0 0 0 5px rgba(255,255,255,.20); transform: none; }
  .mk-hero { min-height: 0; display: block; }
  .mk-hero::before { background: linear-gradient(180deg, rgba(247,249,252,.08) 0%, rgba(247,249,252,.35) 38%, rgba(247,249,252,.98) 70%, #f7f9fc 100%); }
  .mk-hero-visual { background-position: 66% top; background-size: auto 65%; background-repeat: no-repeat; }
  .mk-hero-inner { display: block; min-height: 0; padding: 300px 0 24px; }
  .mk-hero h1 { font-size: 43px; }
  .mk-hero-copy { margin: 15px auto 20px; font-size: 13px; }
  .mk-ai-composer { padding: 6px; border-radius: 15px; }
  .mk-ai-composer textarea { min-height: 82px; padding: 15px 14px 6px; font-size: 15px; }
  .mk-ai-composer-foot { gap: 9px; padding-left: 11px; }
  .mk-ai-composer-foot > span { max-width: 155px; font-size: 9px; line-height: 1.35; }
  .mk-ai-composer button { min-height: 42px; padding-inline: 13px; font-size: 12px; }
  .mk-search { min-height: 52px; }
  .mk-search input { height: 50px; padding-inline: 11px; font-size: 13px; }
  .mk-search svg { margin-left: 12px; }
  .mk-search button { min-width: 75px; font-size: 12px; }
  .mk-hero-proof { position: relative; z-index: 2; bottom: auto; left: auto; width: 100%; display: flex; justify-content: flex-start; gap: 10px; padding: 0 14px 28px; overflow-x: auto; overflow-y: hidden; text-align: center; transform: none; scroll-padding-inline: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .mk-hero-proof::-webkit-scrollbar { display: none; }
  .mk-proof-chip { min-width: min(78vw, 280px); flex: 0 0 auto; padding: 14px 16px; scroll-snap-align: center; }
  .mk-platform-strip { padding: 40px 0 36px; }
  .mk-platform-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
  .mk-platform-logo { height: 62px; gap: 8px; padding-inline: 10px; }
  .mk-platform-logo img { width: 30px; height: 30px; border-radius: 7px; }
  .mk-platform-logo b { font-size: 11px; }
  .mk-section { padding: 58px 0; }
  .mk-section-head { align-items: start; margin-bottom: 22px; }
  .mk-section-head h2 { font-size: 29px; }
  .mk-section-head p { font-size: 12px; }
  .mk-rail { grid-auto-columns: clamp(245px, 80vw, 300px); padding-inline: 14px; scroll-padding-inline: 14px; }
  .mk-scenes-rail { grid-auto-columns: clamp(270px, 86vw, 340px); }
  .mk-review-section { padding: 62px 0 68px; }
  .mk-review-heading { margin-bottom: 24px; padding-inline: 14px; }
  .mk-review-heading h2 { font-size: 34px; }
  .mk-review-heading > p:not(.mk-eyebrow) { font-size: 12px; }
  .mk-review-rail { grid-auto-columns: clamp(285px,84vw,330px); gap: 12px; }
  .mk-user-review { min-height: 250px; padding: 24px 22px; }
  .mk-user-review > p { font-size: 16px; }
  .mk-rail-controls { right: 6px; left: 6px; }
  .mk-icon-button { width: 38px; height: 38px; background: rgba(255,255,255,.97); }
  .mk-editorial-section { padding-block: 46px; }
  .mk-editorial { min-height: 360px; border-radius: 20px; }
  .mk-editorial-copy { width: min(100% - 24px, 560px); padding: 34px 18px 40px; }
  .mk-editorial-copy h2 { font-size: 30px; }
  .mk-editorial-copy .mk-button { width: min(100%, 280px); }
  .mk-editorial-visual { background-position: 58% center; }
  .mk-page-head { padding: 45px 0 28px; }
  .mk-page-head h1 { font-size: 40px; }
  .mk-page-head p { font-size: 13px; }
  .mk-entry-head { min-height: 0; padding: 30px 0 34px; }
  .mk-entry-head .mk-breadcrumbs { margin-bottom: 22px; }
  .mk-entry-grid { min-height: 0; grid-template-columns: 1fr; gap: 30px; }
  .mk-entry-copy h1 { font-size: 41px; }
  .mk-entry-copy > p:not(.mk-eyebrow) { margin-top: 16px; font-size: 13px; }
  .mk-entry-actions { gap: 14px; margin-top: 22px; }
  .mk-entry-actions .mk-button { width: 100%; }
  .mk-entry-actions .mk-text-link { width: 100%; text-align: center; }
  .mk-entry-facts { justify-content: center; margin-top: 18px; }
  .mk-entry-visual { min-height: 330px; border-radius: 17px; }
  .mk-entry-status { top: 15px; right: 15px; }
  .mk-entry-task { top: 62px; left: 15px; width: min(290px,calc(100% - 30px)); }
  .mk-entry-visual-copy { right: 19px; bottom: 19px; left: 19px; }
  .mk-entry-visual-copy b { font-size: 19px; }
  .mk-toolbar { align-items: stretch; flex-direction: column; }
  .mk-directory { grid-template-columns: 1fr; }
  .mk-filters { position: static; }
  .mk-filter-head { cursor: pointer; }
  .mk-filter-groups { display: none; }
  .mk-filters.open .mk-filter-groups { display: block; }
  .mk-list-row { grid-template-columns: 48px minmax(0,1fr); padding: 14px; }
  .mk-list-icon { width: 48px; height: 48px; }
  .mk-list-action { grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 12px 0 0; border-top: 1px solid #edf0f4; border-left: 0; }
  .mk-list-action small { flex: 1; text-align: left; }
  .mk-list-action .mk-button { flex: 0 0 auto; }
  .mk-scene-grid { grid-template-columns: 1fr; }
  .mk-scene-grid .mk-scene-card:first-child { grid-column: auto; }
  .mk-compact-grid, .mk-free-grid.mk-compact-grid { grid-template-columns: 1fr; }
  .mk-compact-card { min-height: 176px; }
  .mk-summon { opacity: 1; transform: none; }
  .mk-detail { padding: 20px 0 64px; }
  .mk-employee-sheet { grid-template-columns: 1fr; border-radius: 16px; }
  .mk-employee-media { min-height: 220px; order: 3; border-top: 1px solid var(--mk-line); }
  .mk-employee-core { order: 1; padding: 27px 22px; border-bottom: 1px solid var(--mk-line); }
  .mk-employee-core h1 { margin-top: 22px; font-size: 38px; }
  .mk-employee-lead { font-size: 12px; }
  .mk-employee-key { grid-template-columns: 70px 1fr; }
  .mk-employee-actionbox { grid-column: auto; order: 2; padding: 26px 22px; border-top: 0; }
  .mk-employee-detail-grid { grid-template-columns: 1fr; }
  .mk-work-card, .mk-safety-card { padding: 24px 21px; }
  .mk-work-steps { grid-template-columns: 1fr; }
  .mk-work-step { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--mk-line); }
  .mk-work-step + .mk-work-step { padding-left: 0; border-left: 0; }
  .mk-work-step:last-child { border-bottom: 0; }
  .mk-work-step i { margin-bottom: 0; }
  .mk-related-simple { grid-template-columns: 1fr; gap: 20px; margin-top: 42px; }
  .mk-footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .mk-footer-grid > :first-child { grid-column: 1 / -1; }
  .mk-footer-grid > :last-child { display: block; }
  .mk-info-hero, .mk-info-screen, .mk-info-hero.compact { min-height: auto; padding: 66px 0; }
  .mk-info-hero .mk-breadcrumbs { margin-bottom: 30px; }
  .mk-info-hero h1 { font-size: 42px; }
  .mk-info-visual { min-height: 310px; border-radius: 18px; }
  body[data-page="about"] .mk-info-visual,
  body[data-page="cases"] .mk-info-visual,
  body[data-page="opportunity"] .mk-info-visual { order: initial; min-height: 330px; }
  .mk-info-number-grid, .mk-info-matrix, .mk-info-matrix.three, .mk-info-flow, .mk-info-recommend .mk-compact-grid { grid-template-columns: 1fr; }
  .mk-info-number-grid article, .mk-info-matrix article { min-height: 176px; }
  .mk-info-number-grid h3, .mk-info-matrix h3 { margin-top: 28px; }
  .mk-info-flow article { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(204,218,238,.17); }
  .mk-info-flow h3 { margin-top: 45px; }
  .mk-info-quote { padding: 25px 20px; }
}

@media (max-width: 390px) {
  :root { --mk-shell: min(100% - 22px, 1240px); }
  .mk-brand { font-size: 15px; }
  .mk-hero h1 { font-size: 38px; }
  .mk-entry-copy h1 { font-size: 37px; }
  .mk-employee-profile h1 { font-size: 37px; }
  .mk-section-head { display: block; }
  .mk-section-head .mk-text-link { display: inline-block; margin-top: 12px; }
  .mk-results-summary { display: block; }
  .mk-chip-row { margin-top: 12px; }
  .mk-list-row { grid-template-columns: 1fr; }
  .mk-list-icon { width: 100%; height: 135px; }
  .mk-list-action { grid-column: auto; }
  .mk-free-intro, .mk-scenario-result { gap: 20px; }
  .mk-platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
