/* Component adaptations to the shared Monitor Garage palette. */
html body.mg-design #content.site-content :is([class$="-kicker"]){display:none!important}
/* Recommender: one working area, a quiet progress indicator and a compact selection. */
html body.mg-design #content.site-content .mg-rec-head{align-items:baseline}html body.mg-design #content.site-content .mg-rec-title{font-size:clamp(30px,3.6vw,46px);line-height:1.2;margin:0}html body.mg-design #content.site-content .mg-rec-subtitle{display:none}
html body.mg-design #content.site-content .mg-rec-count{display:flex;align-items:baseline;gap:5px;background:none;border:0;padding:0;box-shadow:none;border-radius:0;min-width:0;color:var(--mg-ui-muted)}html body.mg-design #content.site-content .mg-rec-count strong{font-size:13px;font-weight:600}html body.mg-design #content.site-content .mg-rec-count span{font-size:13px;text-transform:none;letter-spacing:0;color:var(--mg-ui-muted)}
html body.mg-design #content.site-content .mg-rec-progress{border:0;background:none;padding:18px 0 22px;border-radius:0;margin-bottom:0}html body.mg-design #content.site-content .mg-rec-progress-track{height:4px;background:var(--mg-ui-line);border:0}html body.mg-design #content.site-content .mg-rec-progress-fill{background:var(--mg-ui-warm);box-shadow:none}
html body.mg-design #content.site-content .mg-rec-layout{display:flex;flex-direction:column;gap:20px}html body.mg-design #content.site-content .mg-rec-main{border:0;border-radius:0;background:none;box-shadow:none;padding:12px 0}html body.mg-design #content.site-content .mg-rec-step-head>span{display:none}html body.mg-design #content.site-content .mg-rec-step-head h3{font-size:28px;line-height:1.3;margin-top:0}html body.mg-design #content.site-content .mg-rec-step-head p{font-size:14px;font-weight:400}
html body.mg-design #content.site-content .mg-rec-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}html body.mg-design #content.site-content .mg-rec-options button{border:1px solid var(--mg-ui-line);background:var(--mg-ui-surface);border-radius:8px;padding:22px;box-shadow:none;transform:none;color:var(--mg-ui-ink);min-height:110px;text-align:left}html body.mg-design #content.site-content .mg-rec-options button:hover{border-color:var(--mg-ui-warm);background:var(--mg-ui-surface);box-shadow:none;transform:none}html body.mg-design #content.site-content .mg-rec-options button.is-selected{border-color:var(--mg-ui-warm);background:var(--mg-ui-tint);box-shadow:inset 3px 0 var(--mg-ui-warm)}html body.mg-design #content.site-content .mg-rec-options button.is-selected::before{background:var(--mg-ui-warm);color:#fff}
html body.mg-design #content.site-content .mg-rec-options button>i{display:none}html body.mg-design #content.site-content .mg-rec-options button>strong{font-size:16px;line-height:1.45;font-weight:750}html body.mg-design #content.site-content .mg-rec-options button>span{font-size:13px;line-height:1.7;font-weight:400;color:var(--mg-ui-muted)}
html body.mg-design #content.site-content .mg-rec-summary{position:static;order:-1;width:100%}html body.mg-design #content.site-content .mg-rec-summary-card{padding:12px 0;border:0;background:none;box-shadow:none;border-radius:0;display:flex;align-items:start;gap:24px}html body.mg-design #content.site-content .mg-rec-summary-top{flex-shrink:0;gap:20px;margin:0;padding:4px 0;min-height:44px}html body.mg-design #content.site-content .mg-rec-summary-top>span{font-size:13px}html body.mg-design #content.site-content .mg-rec-summary-top button{color:var(--mg-ui-muted);background:none;border:0;padding:4px;text-decoration:underline;font-size:12px}html body.mg-design #content.site-content .mg-rec-summary-list{display:flex;gap:8px;flex-wrap:wrap;flex:1;min-width:0}html body.mg-design #content.site-content .mg-rec-summary-list>div{display:flex;gap:7px;align-items:baseline;padding:7px 10px;border:0;background:var(--mg-ui-soft);border-radius:5px;max-width:100%;min-width:0}html body.mg-design #content.site-content .mg-rec-summary-list span{font-size:11px;font-weight:500}html body.mg-design #content.site-content .mg-rec-summary-list strong{font-size:12px;overflow-wrap:anywhere}html body.mg-design #content.site-content .mg-rec-summary-note{display:none}html body.mg-design #content.site-content .mg-rec-summary-list>.mg-empty-choice,html body.mg-design #content.site-content .mg-rec-summary.mg-empty-selection{display:none}
html body.mg-design #content.site-content .mg-rec-nav{border:0;padding-top:24px}html body.mg-design #content.site-content .mg-rec-nav-btn{border-radius:6px;box-shadow:none;min-height:48px;font-size:14px}html body.mg-design #content.site-content .mg-rec-nav-primary{background:var(--mg-ui-accent);color:#25231e;border-color:var(--mg-ui-accent)}html body.mg-design #content.site-content .mg-rec-nav-secondary{background:var(--mg-ui-surface);border:1px solid var(--mg-ui-line);color:var(--mg-ui-ink)}
html body.mg-design #content.site-content .mg-rec-result-card{border-radius:10px;background:var(--mg-ui-surface);border:1px solid var(--mg-ui-line);box-shadow:none}html body.mg-design #content.site-content .mg-rec-result-card.is-best{border-color:var(--mg-ui-warm);background:var(--mg-ui-surface);box-shadow:inset 3px 0 var(--mg-ui-warm)}html body.mg-design #content.site-content .mg-rec-result-rank{background:none;border:0;border-radius:0;color:var(--mg-ui-muted);font-size:18px;min-width:30px;box-shadow:none}html body.mg-design #content.site-content .mg-rec-result-label{background:var(--mg-ui-tint);color:var(--mg-ui-link);border:0;border-radius:4px;font-size:12px}html body.mg-design #content.site-content .mg-rec-result-title{font-size:25px}html body.mg-design #content.site-content .mg-rec-result-desc{font-size:14px;line-height:1.8}html body.mg-design #content.site-content .mg-rec-result-verdict{font-weight:500;font-size:14px;background:none;border:0}html body.mg-design #content.site-content .mg-rec-insight-block{background:var(--mg-ui-soft);border:0;border-radius:6px}
html body.mg-design #content.site-content .mg-rec-main{width:100%;min-height:0}html body.mg-design #content.site-content .mg-rec-progress-fill::after,html body.mg-design #content.site-content .mg-rec-options button::after{display:none}html body.mg-design #content.site-content .mg-rec-step{animation:none}html body.mg-design #content.site-content .mg-rec-result-card{animation:none}html body.mg-design #content.site-content .mg-rec-result-content h4{font-size:26px;line-height:1.25}html body.mg-design #content.site-content .mg-rec-result-rank{box-shadow:none!important;background:none!important;color:var(--mg-ui-muted)!important;border:0!important;font-size:20px!important}html body.mg-design #content.site-content .mg-rec-result-image{border-radius:7px;box-shadow:none;transform:none}html body.mg-design #content.site-content :is(.mg-rec-buy,.mg-rec-review){border-radius:6px;min-height:44px;box-shadow:none;transform:none;filter:none;font-weight:750}html body.mg-design #content.site-content .mg-rec-buy{background:var(--mg-ui-accent);color:#25231e!important}html body.mg-design #content.site-content .mg-rec-review{background:var(--mg-ui-soft);color:var(--mg-ui-ink)!important;border:1px solid var(--mg-ui-line)}html body.mg-design #content.site-content .mg-rec-result-meta>span{border-radius:4px;background:var(--mg-ui-soft);color:var(--mg-ui-ink);font-weight:600}html body.mg-design #content.site-content .mg-rec-result-label{letter-spacing:0;text-transform:none}html body.mg-design #content.site-content .mg-rec-result-controls{background:none;border:0;border-radius:0;padding:0}html body.mg-design #content.site-content .mg-rec-tech-badge{box-shadow:none;border-radius:4px}html body.mg-design #content.site-content .mg-rec-summary-list span{text-transform:none;letter-spacing:0}
.mg-design .mg-db-resultbar{border:0!important;background:none!important;padding:12px 0!important}.mg-design .mg-db-stats>div{border-radius:8px!important;box-shadow:none!important}.mg-design :is(.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap,.mg-gloss-wrap,.mg-size-v5) :is(input,select,textarea){font-size:15px!important;font-weight:500!important}
.mg-design :is(.mg-home,.mg-tools-hub,.mg-about,.mg-info-site,.mg-cookie-shell,.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap,.mg-charts,.mg-size-v5,.mg-gloss-wrap,.mg1440lcd,.mg1440oled,.mg-hdr-guide,.mg-sdrcolor,.mg-oled27-wrap,.mg-oled-guide-shell,.mg-oledrec,.mg-oledfault,.mg-mvo-shell,.mg-qdr-shell,.mg-rsp-shell,.mg-finish2-shell,.mg-qdoled-article,.mg-hdmi-dp-shell,.mg-tw32){font-family:var(--mg-ui-font)!important;color:var(--mg-ui-ink);box-shadow:none!important;background:none!important;border:0!important;border-radius:0!important;max-width:100%;min-width:0}
html body.mg-design #content.site-content .mg-tool-content>:is(.mg-home,.mg-tools-hub,.mg-about,.mg-info-site,.mg-cookie-shell,.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap,.mg-charts,.mg-size-v5,.mg-gloss-wrap,.mg1440lcd,.mg1440oled,.mg-hdr-guide,.mg-sdrcolor,.mg-oled27-wrap,.mg-oled-guide-shell,.mg-oledrec,.mg-oledfault,.mg-mvo-shell,.mg-qdr-shell,.mg-rsp-shell,.mg-finish2-shell,.mg-qdoled-article,.mg-hdmi-dp-shell,.mg-tw32){width:min(var(--mg-layout-width,var(--mg-layout-wide)),var(--mg-layout-available))!important;margin:0 auto!important;padding:var(--mg-layout-top) 0 var(--mg-layout-bottom)!important}
.mg-design .entry-content>:is(.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap,.mg-charts,.mg-size-v5,.mg-gloss-wrap,.mg1440lcd,.mg1440oled,.mg-tool-shell,.mg-oled-guide-shell,.mg-hdr-guide,.mg-mvo-shell,.mg-qdr-shell,.mg-rsp-shell,.mg-finish2-shell,.mg-hdmi-dp-shell){width:100%!important;margin:var(--mg-section-gap) 0!important;padding:0!important}
.mg-design :is(.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap)::before{display:none!important}
.mg-design :is(.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap,.mg-charts,.mg-tools-hub,.mg-about,.mg-info-site,.mg-cookie-shell,.mg-home) :is(h1,h2,h3,h4){font-family:var(--mg-ui-font)!important;letter-spacing:-.035em!important}
.mg-design :is(.mg-db-hero,.mg-cmp-header,.mg-rec-header,.mg-ranking-header) h1{font-size:clamp(32px,3.6vw,50px)!important;line-height:1.15!important;color:var(--mg-ui-ink)!important;background:none!important;-webkit-text-fill-color:currentColor!important}
.mg-design :is(.mg-db-kicker,.mg-rec-kicker,.mg-cmp-kicker,.mg-ranking-kicker,.mg-home-kicker){border:0!important;background:none!important;color:var(--mg-ui-link)!important;padding:0!important;border-radius:0!important;font-size:12px!important;letter-spacing:.07em!important;box-shadow:none!important}
.mg-design :is(.mg-db-controls,.mg-db-card,.mg-rec-card,.mg-rec-question,.mg-cmp-select-card,.mg-cmp-result-card){border-radius:10px!important;box-shadow:none!important;background:var(--mg-ui-surface)!important;border-color:var(--mg-ui-line)!important}
.mg-design :is(.mg-db-wrap,.mg-cmp-wrap,.mg-rec-wrap,.mg-ranking-wrap,.mg-gloss-wrap,.mg-size-v5) :is(input:not([type=range],[type=checkbox],[type=radio]),select,textarea){background:var(--mg-ui-surface)!important;color:var(--mg-ui-ink)!important;border-color:var(--mg-ui-line)!important;border-radius:6px!important;box-shadow:none!important}
.mg-design :is(.mg-db-card,.mg-rec-card) :is(h2,h3){color:var(--mg-ui-ink)!important}
.mg-design .mg-amazon-offer-badge{background:#c71d3a!important;color:#fff!important;border-color:#c71d3a!important;border-radius:3px!important}
/* The monitor component uses the same UI palette; purchase stays charcoal in either theme. */
html .mg-design .mg-fiche,html[data-theme] .mg-design .mg-fiche{--paper:var(--mg-ui-bg);--soft:var(--mg-ui-soft);--surface:var(--mg-ui-surface);--ink:var(--mg-ui-ink);--muted:var(--mg-ui-muted);--rule:var(--mg-ui-line);--accent:var(--mg-ui-accent);--focus:var(--mg-ui-warm);--hover:var(--mg-ui-link);font-family:var(--mg-ui-font)}
.mg-design.single-mg_monitor{background:var(--mg-ui-bg)!important}
/* The document already reserves the global header; add only the fiche navigation. */
html .mg-design .mg-fiche [id]{scroll-margin-top:calc(var(--fiche-nav-height,48px) - 4px)}
html .mg-design .mg-fiche .product-summary{background:#252624;color:#f4f1eb;--ink:#f4f1eb;--muted:#c0baae;--rule:#494942;--hover:var(--mg-ui-accent);--focus:var(--mg-ui-accent)}
html .mg-design .mg-fiche .store-links>a:first-child{background:var(--mg-ui-accent);border-color:var(--mg-ui-accent);color:#25231e}html .mg-design .mg-fiche .store-links>a:not(:first-child){border-color:#7b7a70}html .mg-design .mg-fiche .store-links>a:not(:first-child):hover{background:#41413b;color:#fff}
html .mg-design .mg-fiche .video-play{background:#252624;color:#fff}html .mg-design .mg-fiche .video-player{background:#252624}html .mg-design .mg-fiche .play-icon{color:#25231e;background:var(--mg-ui-accent)}
html .mg-design .mg-fiche .mg-study-status.is-complete{background:var(--mg-ui-tint);border-color:var(--mg-ui-warm);color:var(--mg-ui-link)}
html .mg-design .mg-fiche .mg-feature-label{border-color:var(--mg-ui-line);color:var(--mg-ui-ink)}html .mg-design .mg-fiche .mg-feature-label.is-finish{color:var(--mg-ui-ink);background:none;border-color:var(--mg-ui-line)}
html .mg-design .mg-fiche .mg-feature-close{color:var(--mg-ui-ink)}html .mg-design .mg-fiche .mg-feature-panel{background:none;color:var(--mg-ui-ink)}
html .mg-design .mg-fiche .lightbox::backdrop{background:#101110ed}html .mg-design .mg-fiche .image-open{background:var(--mg-ui-soft)}
html .mg-design .mg-fiche .technical-comment{font-size:15px;line-height:1.8}html .mg-design .mg-fiche .imz-ms-tech-row.is-wide{grid-template-columns:1fr;gap:5px}html .mg-design .mg-fiche .imz-ms-tech-row.is-wide .imz-ms-tech-value{text-align:left}html .mg-design .mg-fiche .imz-ms-tech-row.is-wide .imz-ms-tech-value strong{font-family:var(--mg-ui-font);font-size:15px}
html .mg-design .mg-fiche.is-review{background:var(--mg-ui-soft);border:0;border-radius:10px}html .mg-design .mg-fiche.is-review .technical-content .imz-ms-single-section{background:var(--mg-ui-surface)}

@media(max-width:1050px){html body.mg-design #content.site-content .mg-rec-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){html body.mg-design #content.site-content .mg-rec-summary-card{display:block}html body.mg-design #content.site-content .mg-rec-summary-top{justify-content:space-between}html body.mg-design #content.site-content .mg-rec-options button{padding:18px;min-height:100px}html body.mg-design #content.site-content .mg-rec-step-head h3{font-size:25px}}
@media(max-width:400px){html body.mg-design #content.site-content .mg-rec-options-grid{grid-template-columns:1fr}html body.mg-design #content.site-content .mg-rec-options button{min-height:84px}}
