.mps-wrap{margin:18px 0 26px}
.mps-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:20px 22px;border-radius:20px;box-shadow:0 16px 40px rgba(15,23,42,.18);margin-bottom:18px}.mps-hero h2{margin:0 0 8px;font-size:28px;line-height:1.2;color:#fff !important}.mps-hero p{margin:0;opacity:.92;max-width:820px;color:#f8fafc}.mps-hero-note{background:rgba(255,255,255,.12);padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.6;max-width:300px;color:#fff}
.mps-explainer,.mps-detail,.mps-table-wrap,.mps-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.mps-explainer{padding:16px 18px;margin-bottom:16px}.mps-explainer-title{font-weight:800;font-size:16px;color:#0f172a;margin-bottom:12px}.mps-explainer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mps-explain-card{padding:14px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}
.mps-toolbar{display:grid;grid-template-columns:minmax(240px,1.3fr) 220px auto auto 1fr;gap:12px;align-items:center;margin-bottom:16px}.mps-search input,.mps-filter select{width:100%;height:46px;padding:0 14px;border:1px solid #dbe1ea;border-radius:14px;background:#fff;outline:none;font:inherit}.mps-search input:focus,.mps-filter select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.12)}.mps-toolbar-meta{justify-self:end;color:#64748b;font-size:13px}
.mps-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:14px;text-decoration:none;font-weight:700;border:1px solid transparent;cursor:pointer}.mps-btn-primary{background:#4f46e5;color:#fff}.mps-btn-light{background:#fff;color:#334155;border-color:#dbe1ea}.mps-btn-detail{height:36px;padding:0 12px;background:#eef2ff;color:#4338ca;border-color:#c7d2fe}
.mps-detail{padding:18px;margin-bottom:16px}.mps-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.mps-detail h3{margin:0;color:#0f172a;font-size:22px}.mps-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.mps-metric{padding:14px;border:1px solid #eef2f7;border-radius:16px;background:#f8fafc}.mps-metric strong{font-size:22px;color:#0f172a}.mps-detail-panels{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.mps-panel{padding:14px;border:1px solid #eef2f7;border-radius:16px;background:#fff}.mps-panel-title{font-weight:800;margin-bottom:8px;color:#0f172a}.mps-history{padding:14px;border:1px solid #eef2f7;border-radius:16px;background:#fff}.mps-history-list{display:flex;flex-wrap:wrap;gap:10px}.mps-history-item{padding:10px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:13px;color:#334155;display:flex;gap:8px;align-items:center}
.mps-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.mps-stat-card{padding:18px}.mps-stat-icon{font-size:22px;margin-bottom:6px}.mps-stat-value{font-size:28px;font-weight:800;color:#0f172a}.mps-stat-label{font-size:13px;color:#475569}
.mps-table-wrap{overflow:hidden}.mps-table{width:100%;border-collapse:collapse}.mps-table th,.mps-table td{padding:16px 14px;vertical-align:top;border-bottom:1px solid #eef2f7;text-align:start}.mps-table th{background:#f8fafc;font-size:13px;color:#334155}.mps-table td{font-size:14px;color:#0f172a}.mps-sub{font-size:12px;color:#64748b;line-height:1.5;margin-top:4px}.mps-empty{text-align:center;color:#64748b;padding:30px !important}.mps-row:hover{background:#fcfcff}
.mps-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid transparent}.mps-badge.is-high{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.mps-badge.is-medium{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.mps-badge.is-low{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.mps-badge.is-baseline{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}
.mps-pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.mps-page{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;border:1px solid #dbe1ea;border-radius:12px;background:#fff;text-decoration:none;color:#334155;font-weight:700}.mps-page.is-active{background:#4f46e5;color:#fff;border-color:#4f46e5}
@media (max-width: 1180px){.mps-explainer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mps-toolbar{grid-template-columns:1fr 220px auto auto}.mps-toolbar-meta{grid-column:1/-1;justify-self:start}.mps-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mps-detail-panels{grid-template-columns:1fr}.mps-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.mps-table-wrap{overflow:auto;max-width:100%}.mps-table{min-width:980px}}
@media (max-width: 700px){.mps-hero{flex-direction:column}.mps-hero-note{max-width:none}.mps-explainer-grid,.mps-detail-grid,.mps-stats{grid-template-columns:1fr}.mps-toolbar{grid-template-columns:1fr}.mps-toolbar-meta{justify-self:start}.mps-hero h2{font-size:23px}.mps-table th,.mps-table td{padding:12px 10px}}

.mps-wrap{max-width:100%}
.mps-flash{margin:0 0 16px;padding:14px 16px;border-radius:16px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-weight:700;box-shadow:0 8px 24px rgba(6,95,70,.08)}
.mps-specialist-box{margin:0 0 14px;padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.mps-specialist-form textarea{width:100%;padding:14px 16px;border:1px solid #dbe1ea;border-radius:16px;min-height:132px;resize:vertical;font:inherit;line-height:1.7;background:#fff;outline:none}
.mps-specialist-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.12)}
.mps-specialist-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}
.mps-page-dots{pointer-events:none;background:#f8fafc}
/* stronger portal polish */
.mps-wrap .mps-hero,.mps-wrap .mps-explainer,.mps-wrap .mps-table-wrap,.mps-wrap .mps-stat-card,.mps-wrap .mps-detail,.mps-wrap .mps-specialist-box{backdrop-filter:saturate(120%)}
.mps-wrap .mps-search input,.mps-wrap .mps-filter select,.mps-wrap .mps-specialist-form textarea{box-sizing:border-box}
.mps-wrap .mps-table thead th{font-weight:800}
.mps-wrap .mps-table tbody tr:last-child td{border-bottom:none}
.mps-wrap .mps-panel,.mps-wrap .mps-history,.mps-wrap .mps-metric{background:linear-gradient(180deg,#fff,#fbfdff)}
@media (max-width:700px){.mps-specialist-actions{align-items:stretch}.mps-specialist-actions .mps-btn{width:100%}}


.mps-mini-note{margin:0 0 16px;padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7ff;color:#334155;font-size:13px;box-shadow:0 8px 22px rgba(79,70,229,.06)}
.mps-toolbar{grid-template-columns:minmax(240px,1.4fr) 210px 170px auto auto 1fr}
.mps-table-wrap{border-radius:22px;overflow:auto;max-width:100%}
.mps-table{min-width:1080px}
.mps-specialist-box .mps-panel-title{display:flex;align-items:center;gap:8px}
.mps-specialist-box .mps-panel-title:before{content:'✍️'}
.mps-search input,.mps-filter select{background:#fff}
.mps-explain-card,.mps-metric,.mps-panel,.mps-history,.mps-specialist-box{position:relative;overflow:hidden}
.mps-explain-card:before,.mps-metric:before,.mps-panel:before,.mps-history:before,.mps-specialist-box:before{content:'';position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);opacity:.75}
.mps-table td .mps-sub strong{color:#4338ca}
@media (max-width:1180px){.mps-toolbar{grid-template-columns:1fr 220px 170px auto auto}.mps-toolbar-meta{grid-column:1/-1;justify-self:start}}
@media (max-width:700px){.mps-toolbar{grid-template-columns:1fr}.mps-table{min-width:920px}}

/* Mobile typography tuning */
@media (max-width:700px){
  .mps-wrap,
  .mps-wrap input,
  .mps-wrap select,
  .mps-wrap textarea,
  .mps-wrap button,
  .mps-wrap .mps-table td,
  .mps-wrap .mps-table th,
  .mps-wrap .mps-sub,
  .mps-wrap .mps-panel,
  .mps-wrap .mps-history-item,
  .mps-wrap .mps-page,
  .mps-wrap .mps-badge,
  .mps-wrap .mps-stat-label,
  .mps-wrap .mps-toolbar-meta,
  .mps-wrap .mps-mini-note{
    font-family:"Times New Roman", Times, serif !important;
    font-size:13px !important;
    line-height:1.6 !important;
  }
}


.mps-touch-strip{display:flex;flex-wrap:wrap;gap:10px;align-items:center;background:#ffffff;border:1px solid #e5e7eb;border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px rgba(15,23,42,.05);margin-bottom:16px}.mps-touch-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:12px;font-weight:800}.mps-touch-pill.is-primary{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.mps-touch-note{color:#64748b;font-size:13px;line-height:1.7}.mps-detail-strip{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}.mps-source-line{margin:8px 0 4px}.mps-source-line .mps-touch-pill{padding:5px 9px;font-size:11px}@media (max-width:767px){.mps-touch-strip{padding:12px}.mps-touch-note{width:100%}}
