/* MCP Verdict homepage — Signal Lime editorial system */
.home-main { overflow: hidden; }
.mv-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.mv-label { font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; color: var(--accent-strong); }
.mv-section { padding: 78px 0; }
.mv-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .62fr); gap: 40px; align-items: end; margin-bottom: 30px; }
.mv-section-head h2, .mv-method h2, .mv-faq h2 { font-size: clamp(32px, 4.5vw, 48px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; margin: 9px 0 0; }
.mv-section-head p { color: var(--text-secondary); max-width: 540px; margin: 12px 0 0; }
.mv-section-head > p { margin: 0; }
.mv-section-head > a { justify-self: end; font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.mv-section-head > a:hover { color: var(--accent-strong); }

.mv-btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 16px; border-radius: 6px; border: 1px solid; font-size: 13px; font-weight: 500; transition: transform .15s, background .15s; }
.mv-btn:hover { transform: translateY(-1px); }
.mv-btn-dark { background: var(--ink); color: var(--bg-pure); border-color: var(--ink); }
.mv-btn-light { background: var(--bg-pure); color: var(--ink); border-color: var(--border-strong); }
.mv-btn-lime { background: var(--accent); color: var(--ink); border-color: var(--accent); }

.mv-hero { position: relative; padding: 78px 0 64px; background: radial-gradient(circle at 76% 13%, rgba(195,231,119,.34), transparent 32%), linear-gradient(120deg, var(--accent-bg), var(--bg) 48%); border-bottom: 1px solid var(--border); }
.mv-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.mv-hero-copy h1 { max-width: 640px; margin: 16px 0 22px; font-size: clamp(48px, 6.6vw, 76px); line-height: .96; letter-spacing: -.06em; font-weight: 500; }
.mv-hero-copy h1 span { position: relative; white-space: nowrap; }
.mv-hero-copy h1 span::after { content: ''; position: absolute; left: 0; right: 0; bottom: 3px; height: 9px; background: var(--accent); z-index: -1; transform: rotate(-1deg); }
.mv-hero-copy > p { max-width: 550px; color: var(--text-secondary); font-size: 17px; line-height: 1.6; }
.mv-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.mv-micro { margin-top: 18px; color: var(--text-tertiary); font-family: var(--font-mono); font-size: 10px; letter-spacing: .035em; text-transform: uppercase; }

.mv-product { padding: 13px; border-radius: 13px; background: linear-gradient(145deg, #24261f, #141510); box-shadow: 0 24px 54px rgba(20,21,16,.18); transform: rotate(.65deg); }
.mv-browser-bar { height: 31px; display: flex; align-items: center; gap: 6px; padding: 0 10px; border-radius: 8px 8px 0 0; background: #e9ebe4; color: #777b70; font-family: var(--font-mono); font-size: 8px; }
.mv-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #b8bcb1; }
.mv-browser-bar span { margin-left: 6px; }
.mv-product-body { min-height: 315px; display: grid; grid-template-columns: 66px 1fr; overflow: hidden; border-radius: 0 0 8px 8px; background: #f7f8f3; color: #1b1d18; }
.mv-product-body aside { padding: 16px 9px; background: #eceee7; border-right: 1px solid #d5d8cf; }
.mv-product-body aside b { display: block; height: 7px; margin-bottom: 13px; border-radius: 3px; background: #cbd0c4; }
.mv-product-body aside b.active { background: var(--accent); }
.mv-dashboard { padding: 18px; }
.mv-dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-family: var(--font-mono); font-size: 9px; font-style: normal; }
.mv-dash-head em { padding: 4px 6px; border-radius: 4px; background: var(--accent-bg); color: var(--accent-strong); font-style: normal; }
.mv-score-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9px; }
.mv-score, .mv-bars { min-height: 90px; padding: 13px; background: #fff; border: 1px solid #d7dad1; border-radius: 6px; }
.mv-score strong { display: block; color: var(--accent-strong); font-size: 39px; line-height: 1; font-weight: 500; }
.mv-score small { color: #74796d; }
.mv-bars { display: flex; align-items: end; gap: 7px; }
.mv-bars i { flex: 1; height: 52%; border-radius: 3px 3px 0 0; background: var(--accent); }
.mv-bars i:nth-child(2) { height: 78%; }.mv-bars i:nth-child(3) { height: 63%; }.mv-bars i:nth-child(4) { height: 91%; }
.mv-mini-table { margin-top: 9px; overflow: hidden; background: #fff; border: 1px solid #d7dad1; border-radius: 6px; font-size: 9px; }
.mv-mini-table > div { display: grid; grid-template-columns: 1.35fr 1fr .7fr; padding: 8px 10px; border-bottom: 1px solid #edf0e9; }
.mv-mini-table > div:last-child { border: 0; }.mv-mini-table em { color: #4d7816; font-style: normal; }

.mv-proof { background: var(--bg-pure); border-bottom: 1px solid var(--border); }
.mv-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mv-proof-grid > div { padding: 24px 20px; border-right: 1px solid var(--border); }
.mv-proof-grid > div:first-child { border-left: 1px solid var(--border); }
.mv-proof-grid strong { display: block; font-size: 25px; font-weight: 500; }
.mv-proof-grid span { color: var(--text-secondary); font-size: 12px; }

.mv-definition { padding: 31px 0; background: var(--bg-pure); border-bottom: 1px solid var(--border); }
.mv-definition-grid { display: grid; grid-template-columns: 130px 1fr auto; gap: 32px; align-items: start; }
.mv-definition-copy { font-size: 15px; line-height: 1.6; }.mv-definition-copy strong { font-weight: 500; }
.mv-definition-grid > a { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }

.mv-coverage { background: var(--bg-pure); }
.mv-showcase-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 14px; }
.mv-showcase { min-height: 380px; padding: 27px; border-radius: 11px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.mv-showcase h3 { max-width: 470px; margin: 10px 0; font-size: 30px; line-height: 1.08; letter-spacing: -.035em; font-weight: 500; }
.mv-showcase p { max-width: 460px; }
.mv-showcase-dark { background: radial-gradient(circle at 85% 100%, rgba(195,231,119,.2), transparent 34%), #141510; color: #f8f8f3; }
.mv-showcase-dark .mv-label { color: var(--accent); }.mv-showcase-dark p { color: #b9bdb2; }
.mv-showcase-soft { background: var(--accent-bg); border: 1px solid var(--accent-border); }
.mv-eval-ui, .mv-client-ui { align-self: flex-end; width: 82%; padding: 17px; border-radius: 8px; background: #fff; color: #191a16; box-shadow: 0 18px 42px rgba(0,0,0,.16); transform: translate(14px, 19px); }
.mv-eval-ui span { display: block; height: 8px; margin: 11px 0; overflow: hidden; border-radius: 4px; background: #e6e8e0; }
.mv-eval-ui span::after { content: ''; display: block; width: var(--value); height: 100%; background: var(--accent-strong); }
.mv-client-ui span { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #e6e8e0; font-size: 12px; }.mv-client-ui span:last-child { border: 0; }.mv-client-ui b { color: var(--accent-strong); font-weight: 500; }

.mv-workflow-section { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.mv-workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); background: var(--border); }
.mv-workflow article { min-height: 220px; padding: 24px; background: var(--bg); }
.mv-workflow article > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--accent); font-family: var(--font-mono); font-size: 10px; }
.mv-workflow h3 { margin: 26px 0 9px; font-size: 19px; font-weight: 500; }.mv-workflow p { color: var(--text-secondary); font-size: 13px; }

.mv-verdicts { background: var(--bg-pure); }
.mv-verdict-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 13px; }
.mv-verdict-card { min-height: 250px; padding: 22px; border: 1px solid var(--border); border-radius: 9px; background: var(--bg-pure); display: flex; flex-direction: column; justify-content: space-between; transition: transform .15s, border-color .15s; }
.mv-verdict-card:hover { transform: translateY(-2px); border-color: var(--ink); }
.mv-verdict-card.featured { min-height: 320px; background: var(--accent-bg); }
.mv-verdict-card h3 { margin: 12px 0 9px; font-size: 23px; line-height: 1.15; font-weight: 500; }.mv-verdict-card p { color: var(--text-secondary); font-size: 13px; }.mv-verdict-card > span { color: var(--ink); font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; }

.mv-method { padding: 78px 0; color: #f8f8f3; background: radial-gradient(circle at 82% 5%, rgba(113,150,47,.35), transparent 33%), linear-gradient(135deg, #23251e, #141510); }
.mv-method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }.mv-method .mv-label { color: var(--accent); }.mv-method p { color: #b9bdb2; margin: 16px 0 25px; }
.mv-method-list { border-top: 1px solid rgba(255,255,255,.22); }.mv-method-list span { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); }.mv-method-list b { color: var(--accent); font-weight: 500; }

.mv-editorial { background: var(--bg); }
.mv-story-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 13px; }
.mv-story { overflow: hidden; border: 1px solid var(--border); border-radius: 9px; background: var(--bg-pure); }
.mv-story-art { position: relative; height: 150px; overflow: hidden; background: linear-gradient(145deg, #24261f, #657a41); }.mv-story-art::after { content: ''; position: absolute; width: 170px; height: 105px; right: 18px; top: 22px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.07); transform: rotate(-4deg); }.mv-story-art span { position: absolute; left: 15px; bottom: -15px; color: rgba(220,255,160,.25); font-size: 67px; font-weight: 500; z-index: 1; }
.mv-story-copy { padding: 19px; }.mv-story-copy h3 { margin: 9px 0; font-size: 19px; line-height: 1.2; font-weight: 500; }.mv-story-copy p { color: var(--text-secondary); font-size: 12px; }

.mv-faq { background: var(--bg-pure); border-top: 1px solid var(--border); }
.mv-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; }
.mv-faq-list { border-top: 1px solid var(--border); }.mv-faq details { border-bottom: 1px solid var(--border); }.mv-faq summary { position: relative; padding: 19px 34px 19px 0; cursor: pointer; list-style: none; font-weight: 500; }.mv-faq summary::after { content: '+'; position: absolute; right: 4px; color: var(--accent-strong); }.mv-faq details[open] summary::after { content: '–'; }.mv-faq details p { padding: 0 34px 18px 0; color: var(--text-secondary); font-size: 13px; }

@media (max-width: 900px) {
  .mv-hero-grid { grid-template-columns: 1fr; }.mv-product { max-width: 620px; }.mv-workflow { grid-template-columns: 1fr 1fr; }.mv-verdict-grid, .mv-story-grid { grid-template-columns: 1fr 1fr; }.mv-verdict-card.featured, .mv-story:first-child { grid-column: 1 / -1; }.mv-method-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 680px) {
  .mv-shell { width: min(100% - 32px, 1180px); }.mv-section { padding: 54px 0; }.mv-section-head, .mv-showcase-grid, .mv-faq-grid { grid-template-columns: 1fr; gap: 18px; }.mv-section-head > a { justify-self: start; }.mv-hero { padding: 48px 0 40px; }.mv-hero-copy h1 { font-size: 43px; }.mv-product { transform: none; }.mv-product-body { grid-template-columns: 48px 1fr; }.mv-dashboard { padding: 12px; }.mv-score-grid { grid-template-columns: 1fr 1fr; }.mv-proof-grid { grid-template-columns: 1fr 1fr; }.mv-proof-grid > div:nth-child(3) { border-left: 1px solid var(--border); border-top: 1px solid var(--border); }.mv-proof-grid > div:nth-child(4) { border-top: 1px solid var(--border); }.mv-definition-grid { grid-template-columns: 1fr; gap: 12px; }.mv-workflow, .mv-verdict-grid, .mv-story-grid { grid-template-columns: 1fr; }.mv-verdict-card.featured, .mv-story:first-child { grid-column: auto; }.mv-showcase { min-height: 340px; }.mv-eval-ui, .mv-client-ui { width: 95%; }.mv-method-list span { font-size: 13px; }
}

/* Livelier product/editorial rhythm — lightweight, no media payload */
.mv-trust { padding: 25px 0; background: var(--ink); color: var(--bg-pure); border-bottom: 1px solid rgba(255,255,255,.12); }
.mv-trust p { margin: 0 0 16px; text-align: center; color: rgba(255,255,255,.5); font-size: 11px; }
.mv-trust .mv-shell > div { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 4vw, 44px); flex-wrap: wrap; }
.mv-trust span { color: rgba(255,255,255,.78); font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .035em; }
.mv-trust span:nth-child(2n) { color: var(--accent); }

.mv-section { position: relative; }
.mv-coverage::before, .mv-editorial::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: radial-gradient(circle at 1px 1px, rgba(25,26,22,.12) 1px, transparent 0); background-size: 25px 25px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); }
.mv-coverage .mv-shell, .mv-editorial .mv-shell { position: relative; }
.mv-section-head h2 { text-wrap: balance; }
.mv-section-head > div > .mv-label { display: inline-flex; align-items: center; gap: 7px; }
.mv-section-head > div > .mv-label::before { content: ''; width: 18px; height: 3px; border-radius: 3px; background: var(--accent); }

.mv-product::before, .mv-product::after { position: absolute; z-index: 2; padding: 7px 9px; border-radius: 6px; background: var(--bg-pure); border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(20,21,16,.13); color: var(--ink); font-family: var(--font-mono); font-size: 9px; letter-spacing: .03em; }
.mv-product::before { content: 'SOURCE LINKED'; left: -34px; top: 88px; transform: rotate(-3deg); }
.mv-product::after { content: 'FULL CLIENT SUPPORT'; right: -34px; bottom: 70px; transform: rotate(3deg); color: var(--accent-strong); }
.mv-product { position: relative; }

.mv-showcase { position: relative; isolation: isolate; transition: transform .2s ease, box-shadow .2s ease; }
.mv-showcase:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(20,21,16,.12); }
.mv-showcase::after { content: ''; position: absolute; z-index: -1; width: 190px; height: 190px; right: -55px; top: -60px; border-radius: 50%; background: var(--accent); opacity: .13; }
.mv-showcase-soft::after { width: 150px; height: 150px; right: -30px; top: auto; bottom: -50px; background: var(--ink); opacity: .06; }
.mv-eval-ui { transform: translate(14px,19px) rotate(-1deg); }
.mv-client-ui { transform: translate(14px,19px) rotate(1deg); }

.mv-workflow article { position: relative; overflow: hidden; transition: background .18s, transform .18s; }
.mv-workflow article::after { content: attr(data-step); position: absolute; right: -7px; bottom: -28px; color: rgba(25,26,22,.045); font-size: 108px; font-weight: 700; letter-spacing: -.08em; }
.mv-workflow article:hover { z-index: 1; background: var(--bg-pure); transform: translateY(-3px); }
.mv-workflow article:nth-child(2), .mv-workflow article:nth-child(4) { background: var(--accent-bg); }

.mv-verdict-card { position: relative; overflow: hidden; box-shadow: 0 8px 24px rgba(20,21,16,.035); }
.mv-verdict-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.mv-verdict-card:hover::before { transform: scaleX(1); }
.mv-verdict-card.featured { background: linear-gradient(145deg, var(--accent-bg), var(--bg-pure)); }

.mv-method { position: relative; overflow: hidden; }
.mv-method::before { content: 'EVIDENCE'; position: absolute; right: -22px; bottom: -42px; color: rgba(255,255,255,.035); font-size: clamp(90px, 17vw, 210px); font-weight: 700; line-height: .8; letter-spacing: -.08em; }
.mv-method-grid { position: relative; z-index: 1; }
.mv-home-signal { padding-top: 68px; }
.mv-home-signal .mcpv-inline-signup { margin-bottom: 0; }

.mv-story { transition: transform .18s, box-shadow .18s; }
.mv-story:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(20,21,16,.1); }
.mv-story:nth-child(2) .mv-story-art { background: linear-gradient(135deg, #34372d, #879d56); }
.mv-story:nth-child(3) .mv-story-art { background: linear-gradient(135deg, #1c1d19, #4b5e2b); }
.mv-story:nth-child(2) .mv-story-art::before, .mv-story:nth-child(3) .mv-story-art::before { content: ''; position: absolute; inset: 25px 28px; border: 1px solid rgba(255,255,255,.3); background: repeating-linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,.08) 22px 23px); transform: rotate(2deg); }
.mv-story:nth-child(3) .mv-story-art::before { transform: rotate(-2deg); background: repeating-linear-gradient(0deg, transparent 0 17px, rgba(255,255,255,.08) 17px 18px); }

.mv-faq details { transition: background .15s, padding .15s; }
.mv-faq details[open] { padding-left: 14px; background: var(--accent-bg); }

@media (prefers-reduced-motion: reduce) {
  .mv-showcase, .mv-workflow article, .mv-verdict-card, .mv-story { transition: none; }
}
@media (max-width: 760px) {
  .mv-product::before, .mv-product::after { display: none; }
  .mv-trust .mv-shell > div { gap: 15px 22px; }
  .mv-trust span { font-size: 9px; }
}

/* Ownable MCP Verdict brand language */
.mv-section-head > div > .mv-label::before { width: 8px; height: 8px; border-radius: 1px 5px 1px 1px; background: var(--ink); box-shadow: 4px -4px 0 var(--accent); }

.mv-hero-copy h1 span { display: inline-block; z-index: 0; margin-top: 7px; padding: .03em .14em .09em; background: var(--ink); color: var(--bg-pure); border-radius: 2px 14px 2px 2px; }
.mv-hero-copy h1 span::after { left: auto; right: -7px; top: -7px; bottom: auto; width: 22px; height: 22px; border-radius: 1px 8px 1px 1px; background: var(--accent); z-index: -1; transform: none; }
.mv-hero-copy .mv-label { border-radius: 2px 10px 2px 2px; }

.mv-btn { border-radius: 2px 9px 2px 2px; }
.mv-btn::after { content: '↗'; margin-left: 8px; font-family: var(--font-mono); font-size: 10px; }
.mv-btn-light::after { content: '→'; }

.mv-showcase, .mv-verdict-card, .mv-story { border-radius: 3px 18px 3px 3px; }
.mv-product { border-radius: 4px 22px 0 0; }
.mv-browser-bar { border-radius: 3px 12px 0 0; }
.mv-score, .mv-bars, .mv-mini-table, .mv-eval-ui, .mv-client-ui { border-radius: 2px 10px 2px 2px; }
.mv-workflow { border-radius: 3px 16px 3px 3px; }
.mv-workflow article > span { border-radius: 1px 9px 1px 1px; }

.mv-verdict-card .mv-label, .mv-story-copy .mv-label { color: var(--ink); }
.mv-verdict-card .mv-label::before, .mv-story-copy .mv-label::before { content: '■'; margin-right: 6px; color: var(--accent-strong); font-size: 8px; }
.mv-verdict-card > span { display: inline-flex; align-items: center; }
.mv-verdict-card > span::before { content: ''; width: 18px; height: 3px; margin-right: 8px; background: var(--accent); }

.mv-method .mv-btn { box-shadow: 5px 5px 0 rgba(255,255,255,.13); }
.mv-faq summary::before { content: 'Q'; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; border-radius: 1px 7px 1px 1px; background: var(--ink); color: var(--accent); font: 500 9px var(--font-mono); }

/* Centered Craft-style hero refinement */
.mv-hero { position: relative; padding: 92px 0 0; background: radial-gradient(circle at 50% 5%, rgba(195,231,119,.38), transparent 31%), linear-gradient(180deg, var(--accent-bg), var(--bg) 58%); }
.mv-hero::before { content: ''; position: absolute; inset: 0; opacity: .4; pointer-events: none; background-image: linear-gradient(rgba(25,26,22,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(25,26,22,.035) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.mv-hero-grid { position: relative; grid-template-columns: 1fr; gap: 52px; justify-items: center; }
.mv-hero-copy { max-width: 920px; text-align: center; }
.mv-hero-copy .mv-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid var(--accent-border); border-radius: 999px; background: rgba(255,253,248,.72); backdrop-filter: blur(10px); }
.mv-hero-copy .mv-label::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-strong); }
.mv-hero-copy h1 { max-width: 920px; margin: 20px auto 24px; font-size: clamp(52px, 7.5vw, 88px); line-height: .96; letter-spacing: -.065em; font-weight: 600; }
.mv-hero-copy > p { max-width: 660px; margin-inline: auto; font-size: 18px; line-height: 1.65; }
.mv-actions { justify-content: center; margin-top: 28px; }
.mv-product { width: min(920px, 100%); max-width: none; padding: 14px; margin-bottom: -1px; border-radius: 15px 15px 0 0; box-shadow: 0 30px 70px rgba(20,21,16,.24); transform: none; }
.mv-product-body { min-height: 370px; grid-template-columns: 78px 1fr; }
.mv-dashboard { padding: 24px; }

@media (max-width: 680px) {
  .mv-hero { padding: 58px 0 0; }
  .mv-hero-copy h1 { font-size: 45px; }
  .mv-hero-copy > p { font-size: 16px; }
  .mv-product-body { min-height: 315px; grid-template-columns: 48px 1fr; }
  .mv-dashboard { padding: 12px; }
}

/* 3.7 product-led workspace: replaces decorative generated artwork. */
.mv-research-board { width: min(1000px, 100%); margin-bottom: -1px; overflow: hidden; color: #1b1d18; border: 11px solid #191b16; border-bottom-width: 0; border-radius: 5px 26px 0 0; background: #f6f7f2; box-shadow: 0 28px 64px rgba(20,21,16,.17); }
.mv-board-top { height: 48px; display: flex; align-items: center; gap: 14px; padding: 0 18px; color: #696e64; border-bottom: 1px solid #daddd4; background: #e9ece4; font: 10px var(--font-mono); }
.mv-board-top > span { display: flex; gap: 6px; }.mv-board-top i { width: 7px; height: 7px; border-radius: 50%; background: #b7bcb1; }.mv-board-top b { font-weight: 400; }.mv-board-top em { margin-left: auto; padding: 5px 8px; color: #426c0e; border-radius: 2px 7px 2px 2px; background: #e2f4bc; font-style: normal; }
.mv-board-grid { min-height: 400px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 18px; background: #eef0e9; }
.mv-board-grid article { min-width: 0; padding: 22px; border: 1px solid #d8dcd2; border-radius: 3px 13px 3px 3px; background: #fff; text-align: left; }
.mv-board-verdict { grid-row: 1 / 3; }.mv-board-verdict h3 { margin: 9px 0 8px; font-size: 27px; letter-spacing: -.035em; }.mv-board-verdict > p { max-width: 430px; color: #646960; font-size: 12px; line-height: 1.55; }
.mv-board-score { display: flex; align-items: center; gap: 15px; margin: 25px 0 20px; padding: 16px 0; border-block: 1px solid #e2e4de; }.mv-board-score strong { color: #4e860c; font-size: 55px; line-height: .85; letter-spacing: -.07em; }.mv-board-score span { font-size: 13px; font-weight: 600; }.mv-board-score small { display: block; margin-top: 5px; color: #73786e; font: 9px var(--font-mono); font-weight: 400; }
.mv-board-summary { display: flex; align-items: center; gap: 15px; margin: 25px 0 20px; padding: 16px 0; border-block: 1px solid #e2e4de; }.mv-board-summary strong { color: #4e860c; font-size: 55px; line-height: .85; letter-spacing: -.07em; }.mv-board-summary span { font-size: 13px; font-weight: 600; }.mv-board-summary small { display: block; margin-top: 5px; color: #73786e; font: 9px var(--font-mono); font-weight: 400; }
.mv-board-verdict ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }.mv-board-verdict li { display: grid; grid-template-columns: 80px 1fr 64px; gap: 10px; align-items: center; font-size: 9px; }.mv-board-verdict li > b { height: 5px; overflow: hidden; border-radius: 3px; background: #e8ebe3; }.mv-board-verdict li > b::after { content: ''; display: block; width: var(--score); height: 100%; background: var(--accent); }.mv-board-verdict li em { color: #528710; font-style: normal; text-align: right; }
.mv-board-summary + ul li { grid-template-columns: 92px 1fr 58px; padding-bottom: 9px; border-bottom: 1px solid #e2e4de; }.mv-board-summary + ul li > b { height: auto; overflow: visible; border-radius: 0; background: transparent; font-weight: 500; }.mv-board-summary + ul li > b::after { display: none; }
.mv-board-compare h4 { margin: 8px 0 14px; font-size: 20px; line-height: 1.1; letter-spacing: -.03em; }.mv-board-compare > div:last-child { border-top: 1px solid #e2e4de; }.mv-board-compare span { display: flex; justify-content: space-between; padding: 8px 2px; border-bottom: 1px solid #e2e4de; font-size: 9px; }.mv-board-compare span b { color: #528710; font-weight: 500; }
.mv-board-terminal { padding: 0 !important; overflow: hidden; color: #d7d9d1; border-color: #272a22 !important; background: #171914 !important; }.mv-board-terminal > div { display: flex; align-items: center; gap: 5px; height: 32px; padding: 0 12px; border-bottom: 1px solid #30332b; background: #20231d; }.mv-board-terminal i { width: 5px; height: 5px; border-radius: 50%; background: #63685d; }.mv-board-terminal span { margin-left: 5px; color: #8e9388; font: 8px var(--font-mono); }.mv-board-terminal code { display: block; padding: 18px; color: #c4c8bd; font: 9px/1.85 var(--font-mono); }.mv-board-terminal code b, .mv-board-terminal code em { color: var(--accent); font-style: normal; }.mv-board-terminal code strong { color: #fff; font-weight: 500; }
.mv-story-art { background-image: linear-gradient(145deg, #24261f, #657a41); }
.mv-story:nth-child(2) .mv-story-art { background-image: linear-gradient(135deg, #34372d, #879d56); }
.mv-story:nth-child(3) .mv-story-art { background-image: linear-gradient(135deg, #1c1d19, #4b5e2b); }
.mv-story-art::after { display: block; }.mv-story:nth-child(2) .mv-story-art::before, .mv-story:nth-child(3) .mv-story-art::before { display: block; }
.mv-story-art span { bottom: -15px; padding: 0; color: rgba(220,255,160,.25); background: none; font-family: inherit; font-size: 67px; letter-spacing: normal; }

@media (max-width: 800px) {
  .mv-research-board { border-width: 7px 7px 0; }
  .mv-board-top { height: 40px; padding: 0 10px; }.mv-board-top em { display: none; }
  .mv-board-grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; padding: 9px; }
  .mv-board-verdict { grid-row: auto; }.mv-board-grid article { padding: 17px; }.mv-board-verdict h3 { font-size: 23px; }.mv-board-score { margin: 18px 0; }.mv-board-score strong { font-size: 46px; }
  .mv-board-compare { display: none; }.mv-board-terminal { min-height: 145px; }
}
