.mpt-ic{display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.mpt-header{border-bottom:1px solid var(--color-sand);background:rgba(253,249,242,.8);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.mpt-header-inner{max-width:1152px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.mpt-logo{font-size:20px;font-weight:700;color:var(--color-espresso);text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:color .15s ease}.mpt-logo:hover{color:var(--color-amber-dark)}.mpt-logo .mark{width:30px;height:30px;background:var(--color-amber);border-radius:9px;display:inline-grid;place-items:center}.mpt-nav{display:flex;align-items:center;gap:10px}.mpt-nav a.mpt-nav-link{font-size:14px;font-weight:600;color:var(--color-cocoa);text-decoration:none;padding:8px 12px}.mpt-nav a.mpt-nav-link:hover{color:var(--color-espresso)}@media (max-width:640px){.mpt-nav a.mpt-nav-link{display:none}}.mpt-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.mpt-reveal[data-shown=true]{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.mpt-reveal{opacity:1;transform:none;transition:none}}.mpt-shot-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px;background:linear-gradient(180deg,var(--color-oatmeal) 0,var(--color-warm-white) 100%)}.mpt-shot-ph .mpt-shot-ph-ic{color:var(--color-amber);opacity:.8}.mpt-shot-ph .mpt-shot-ph-label{font-weight:700;color:var(--color-cocoa);font-size:14px;line-height:1.35;max-width:200px}.mpt-shot-ph .mpt-shot-ph-hint{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-taupe)}.mpt-crib-anno{position:absolute;inset:0;pointer-events:none;z-index:2}.mpt-crib-anno-chip{position:absolute;top:37%;left:50%;transform:translateX(-50%);max-width:64%;padding:7px 12px;border-radius:12px;background:var(--color-amber);color:#fff;font-family:var(--font-jakarta);font-weight:700;font-size:11.5px;line-height:1.25;text-align:center;text-wrap:balance;box-shadow:0 6px 16px rgba(28,28,24,.22)}.mpt-crib-anno-arrow{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 0 2px rgba(255,255,255,.95))}.mpt-crib-anno-arrow path{stroke:var(--color-amber);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}.mpt-compare-section{background:var(--color-oatmeal)}.mpt-compare-wrap{max-width:1000px;margin:0 auto;overflow-x:auto}.mpt-compare{width:100%;min-width:720px;border-collapse:separate;border-spacing:0}.mpt-compare td,.mpt-compare th{padding:18px 20px;text-align:center;vertical-align:middle}.mpt-compare thead th{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-taupe);font-weight:500;border-bottom:1px solid var(--color-sand);padding-bottom:20px}.mpt-compare thead th.mpt-col-feature{text-align:left}.mpt-compare thead th.mpt-col-brand{color:var(--color-amber-dark);font-weight:700;font-size:15px;letter-spacing:-.01em;text-transform:none;font-family:var(--font-jakarta)}.mpt-compare tbody td.mpt-cell-feature{text-align:left;font-size:15.5px;font-weight:600;color:var(--color-espresso)}.mpt-compare tbody tr td{border-bottom:1px solid var(--color-sand)}.mpt-compare tbody tr:last-child td{border-bottom:none}.mpt-compare .mpt-col-brand,.mpt-compare td.mpt-cell-brand{background:linear-gradient(180deg,#fffefb,#fffaef)}.mpt-compare thead th.mpt-col-brand{border-top:1px solid var(--color-pro-accent);border-radius:16px 16px 0 0;border-bottom:none;padding-top:22px}.mpt-compare td.mpt-cell-brand,.mpt-compare thead th.mpt-col-brand{border-left:1px solid rgba(212,169,86,.5);border-right:1px solid rgba(212,169,86,.5)}.mpt-compare td.mpt-cell-brand{border-bottom-color:rgba(212,169,86,.25)}.mpt-compare tbody tr:last-child td.mpt-cell-brand{border-bottom:1px solid rgba(212,169,86,.5);border-radius:0 0 16px 16px}.mpt-mark{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:99px;margin:0 auto}.mpt-mark.yes{background:rgba(139,175,122,.2);color:#446A36}.mpt-mark.no{background:var(--color-oatmeal);color:var(--color-sand)}.mpt-cell-brand .mpt-mark.yes{background:rgba(212,169,86,.22);color:#8B6A1E}.mpt-compare .mpt-partial{font-size:12.5px;color:var(--color-taupe);font-style:italic}.mpt-compare-note{text-align:center;margin-top:22px;font-size:13.5px;color:var(--color-taupe)}