:root{
  --mp-ink:#07152f;
  --mp-navy:#0a1e3c;
  --mp-blue:#2563eb;
  --mp-cyan:#06b6d4;
  --mp-red:#ef4444;
  --mp-gold:#f4b942;
  --mp-soft:#f4f7fb;
  --mp-line:#dbe4f0;
  --mp-text:#17243a;
  --mp-muted:#627089;
}
.mp-page{background:#fff;color:var(--mp-text);font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;overflow:hidden}
.mp-page *{box-sizing:border-box}
.mp-shell{width:min(1240px,calc(100% - 32px));margin:0 auto}
.mp-hero{position:relative;isolation:isolate;background:linear-gradient(132deg,#030b1c 0%,#071b3b 45%,#0c3b74 100%);color:#fff;padding:4.5rem 0 4rem;overflow:hidden}
.mp-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 8% 10%,rgba(6,182,212,.22),transparent 25%),radial-gradient(circle at 92% 4%,rgba(239,68,68,.2),transparent 28%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px}
.mp-hero:after{content:"";position:absolute;z-index:-1;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-220px;bottom:-300px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}
.mp-breadcrumb{display:flex;align-items:center;gap:.65rem;font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.62);margin-bottom:2.4rem}
.mp-breadcrumb a{color:#7dd3fc;text-decoration:none}.mp-breadcrumb i{font-size:.58rem}
.mp-hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);gap:clamp(2rem,5vw,5.5rem);align-items:center}
.mp-eyebrow,.mp-section-kicker{display:inline-flex;align-items:center;gap:.5rem;color:#7dd3fc;font-size:.76rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.mp-eyebrow{padding:.52rem .8rem;border:1px solid rgba(125,211,252,.26);border-radius:999px;background:rgba(6,182,212,.09)}
.mp-hero h1{font-size:clamp(2.75rem,5.7vw,5.65rem);line-height:.98;letter-spacing:-.065em;font-weight:950;max-width:850px;margin:1.15rem 0 1.35rem;color:#fff}
.mp-hero h1 em{font-style:normal;color:transparent;background:linear-gradient(90deg,#7dd3fc,#f4b942);-webkit-background-clip:text;background-clip:text}
.mp-hero-copy>p{font-size:clamp(1rem,1.5vw,1.17rem);line-height:1.8;color:rgba(255,255,255,.75);max-width:790px;margin:0}
.mp-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.8rem 0 1.45rem}
.mp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;border-radius:14px;padding:.75rem 1.05rem;text-decoration:none;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.mp-btn:hover{transform:translateY(-2px)}
.mp-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);box-shadow:0 14px 34px rgba(37,99,235,.3)}
.mp-btn-primary:hover{color:#fff;box-shadow:0 18px 40px rgba(37,99,235,.4)}
.mp-btn-glass{color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px)}
.mp-btn-glass:hover{color:#fff;background:rgba(255,255,255,.16)}
.mp-btn-ghost{color:#a5f3fc;background:transparent;border:1px solid rgba(125,211,252,.28)}
.mp-btn-ghost:hover{color:#fff;background:rgba(6,182,212,.12)}
.mp-proof-row{display:flex;flex-wrap:wrap;gap:.45rem}
.mp-proof-row span{border-left:2px solid rgba(244,185,66,.78);padding:.2rem .55rem;color:rgba(255,255,255,.58);font-size:.7rem;font-weight:800}
.mp-command-card{position:relative;border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:1.25rem;background:linear-gradient(160deg,rgba(255,255,255,.13),rgba(255,255,255,.045));box-shadow:0 30px 90px rgba(0,0,0,.28);backdrop-filter:blur(18px);overflow:hidden}
.mp-command-card:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-90px;top:-90px;background:rgba(6,182,212,.18);filter:blur(1px)}
.mp-command-top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.12);padding:.2rem .15rem 1rem}
.mp-command-top>span{font:800 .64rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#7dd3fc;letter-spacing:.1em}
.mp-command-top strong{font-size:1rem;letter-spacing:-.04em}.mp-command-top strong span{color:#f4b942}
.mp-command-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1rem 0}
.mp-command-grid div{padding:1rem;border-radius:17px;background:rgba(3,11,28,.38);border:1px solid rgba(255,255,255,.08)}
.mp-command-grid b{display:block;font-size:2.05rem;line-height:1;font-weight:950;color:#fff}.mp-command-grid span{display:block;color:rgba(255,255,255,.58);font-size:.75rem;font-weight:800;margin-top:.4rem}
.mp-command-flow{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem .6rem;border-radius:14px;background:linear-gradient(90deg,rgba(37,99,235,.24),rgba(6,182,212,.16));font-size:.72rem;font-weight:900;color:#e0f2fe}.mp-command-flow i{font-size:.6rem;color:#f4b942}
.mp-command-foot{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:.85rem;border-radius:15px;background:rgba(239,68,68,.1);border:1px solid rgba(248,113,113,.18)}
.mp-command-foot>i{color:#fca5a5;margin-top:.18rem}.mp-command-foot span{color:rgba(255,255,255,.68);font-size:.72rem;line-height:1.55}.mp-command-foot b{color:#fff}
.mp-jump-wrap{position:sticky;top:70px;z-index:30;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(15,23,42,.09);box-shadow:0 12px 26px rgba(15,23,42,.05);backdrop-filter:blur(14px)}
.mp-jump{width:min(1240px,calc(100% - 32px));margin:0 auto;display:flex;align-items:center;gap:.3rem;overflow-x:auto;padding:.58rem 0;scrollbar-width:none}.mp-jump::-webkit-scrollbar{display:none}
.mp-jump a{white-space:nowrap;text-decoration:none;color:#526078;font-size:.77rem;font-weight:850;padding:.55rem .75rem;border-radius:10px}.mp-jump a:hover{color:#1d4ed8;background:#eff6ff}
.mp-jump a.is-active{color:#fff;background:#1d4ed8}
.mp-section{padding:5.5rem 0;scroll-margin-top:138px}.mp-section-tint{background:linear-gradient(180deg,#f6f9fd,#eef4fb)}
.mp-section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:2rem;align-items:end;margin-bottom:2.2rem}
.mp-section-kicker{color:#2563eb}.mp-section-head h2{font-size:clamp(2rem,4vw,3.65rem);line-height:1.04;letter-spacing:-.052em;font-weight:950;color:var(--mp-ink);max-width:800px;margin:.55rem 0 0}
.mp-section-head>p{font-size:.98rem;line-height:1.75;color:var(--mp-muted);margin:0}
.mp-framework-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.mp-framework-card{display:flex;flex-direction:column;min-height:320px;padding:1.3rem;border:1px solid var(--mp-line);border-radius:22px;background:#fff;box-shadow:0 13px 38px rgba(15,23,42,.055);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.mp-framework-card:hover{transform:translateY(-3px);border-color:#93c5fd;box-shadow:0 20px 44px rgba(37,99,235,.1)}
.mp-framework-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mp-framework-meta span{font-size:.66rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#1d4ed8;background:#eff6ff;padding:.36rem .55rem;border-radius:8px}.mp-framework-meta small{font-size:.67rem;font-weight:800;color:#8491a5}
.mp-framework-card h3{font-size:1.12rem;line-height:1.38;color:var(--mp-ink);font-weight:900;margin:1.15rem 0 .55rem}.mp-framework-card>strong{font-size:.77rem;color:#0f766e}.mp-framework-card p{font-size:.86rem;line-height:1.65;color:var(--mp-muted);margin:.65rem 0 1.1rem}.mp-framework-card a{display:inline-flex;align-items:center;gap:.45rem;color:#1d4ed8;text-decoration:none;font-size:.78rem;font-weight:900;margin-top:auto}.mp-framework-card a:hover{text-decoration:underline}
.mp-integrity-note{display:flex;align-items:flex-start;gap:.9rem;margin-top:1rem;padding:1.05rem 1.15rem;border:1px solid #fde68a;border-radius:18px;background:#fffbeb}.mp-integrity-note>i{color:#d97706;margin-top:.12rem}.mp-integrity-note strong{color:#92400e;font-size:.83rem}.mp-integrity-note p{color:#785a25;font-size:.78rem;line-height:1.58;margin:.2rem 0 0}
.mp-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;position:relative}.mp-timeline:before{content:"";position:absolute;left:8%;right:8%;top:42px;height:2px;background:linear-gradient(90deg,#60a5fa,#06b6d4,#8b5cf6,#f59e0b)}
.mp-stage-card{--stage:#2563eb;position:relative;display:flex;flex-direction:column;padding:1.2rem;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 42px rgba(15,23,42,.07)}
.mp-stage-card:nth-child(2){--stage:#0891b2}.mp-stage-card:nth-child(3){--stage:#7c3aed}.mp-stage-card:nth-child(4){--stage:#d97706}
.mp-stage-index{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.mp-stage-index span{display:inline-flex;align-items:center;justify-content:center;min-width:76px;height:42px;padding:0 .7rem;background:var(--stage);color:#fff;border-radius:13px;font-size:.77rem;font-weight:950;box-shadow:0 8px 20px color-mix(in srgb,var(--stage) 28%,transparent)}.mp-stage-index i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff;color:var(--stage);border:1px solid color-mix(in srgb,var(--stage) 28%,#fff)}
.mp-stage-count{font-size:.67rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--stage);margin-top:1.25rem}.mp-stage-card h3{font-size:1.22rem;line-height:1.3;font-weight:930;color:var(--mp-ink);margin:.5rem 0}.mp-stage-card>p{font-size:.81rem;line-height:1.65;color:var(--mp-muted);min-height:106px}
.mp-entrustment{padding:.75rem;border-left:3px solid var(--stage);background:#f8fafc;border-radius:0 12px 12px 0}.mp-entrustment small{display:block;color:#8491a5;font-size:.61rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.mp-entrustment strong{display:block;color:#27364e;font-size:.77rem;line-height:1.45;margin-top:.18rem}
.mp-stage-card ul{list-style:none;padding:0;margin:1rem 0}.mp-stage-card li{display:flex;gap:.48rem;color:#516077;font-size:.74rem;line-height:1.45;margin:.45rem 0}.mp-stage-card li i{color:var(--stage);font-size:.64rem;margin-top:.28rem}.mp-stage-filter-link{display:flex;align-items:center;justify-content:space-between;color:var(--stage);font-size:.76rem;font-weight:900;text-decoration:none;margin-top:auto;padding-top:.8rem;border-top:1px solid #edf1f6}
.mp-domain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.mp-domain-card{position:relative;display:grid;grid-template-columns:52px 1fr;gap:1rem;padding:1.1rem;border:1px solid var(--mp-line);border-radius:19px;background:#fff;overflow:hidden}.mp-domain-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#eff6ff,#ecfeff);color:#2563eb;font-size:1.2rem}.mp-domain-card span{display:block;color:#2563eb;font-size:.66rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.mp-domain-card h3{font-size:1rem;font-weight:900;color:var(--mp-ink);margin:.22rem 0}.mp-domain-card p{color:var(--mp-muted);font-size:.78rem;line-height:1.55;margin:0}.mp-domain-bar{position:absolute;left:0;right:0;bottom:0;height:3px;background:#edf2f7}.mp-domain-bar span{height:100%;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:999px}
.mp-matrix-card{margin-top:1.2rem;border:1px solid var(--mp-line);border-radius:23px;background:#fff;box-shadow:0 16px 45px rgba(15,23,42,.06);overflow:hidden}.mp-matrix-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;padding:1.1rem 1.2rem;border-bottom:1px solid #e7edf5}.mp-matrix-head span{font:800 .65rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#2563eb;letter-spacing:.08em}.mp-matrix-head h3{font-size:1.2rem;color:var(--mp-ink);font-weight:930;margin:.25rem 0 0}.mp-matrix-head small{font-size:.72rem;color:#748197;max-width:410px;text-align:right}.mp-table-wrap{overflow-x:auto}.mp-coverage-table{width:100%;min-width:1120px;border-collapse:collapse}.mp-coverage-table th,.mp-coverage-table td{padding:.58rem .35rem;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;text-align:center}.mp-coverage-table thead th{position:sticky;top:0;background:#f8fafc;color:#64748b;font-size:.63rem;font-weight:900}.mp-coverage-table th:first-child{position:sticky;left:0;z-index:2;text-align:left;min-width:230px;background:#fff}.mp-coverage-table thead th:first-child{z-index:3;background:#f8fafc}.mp-coverage-table tbody th{display:flex;align-items:center;gap:.5rem;color:#334155;font-size:.71rem}.mp-coverage-table tbody th i{width:1rem;color:#2563eb}.mp-coverage-table td.is-hit{background:#eff6ff}.mp-coverage-table td span{display:block;width:8px;height:8px;border-radius:50%;margin:auto;background:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1)}
.mp-track-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.mp-track-card{display:flex;flex-direction:column;min-height:285px;padding:1rem;border:1px solid rgba(15,23,42,.09);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.05)}.mp-track-top{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.mp-track-top i{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(145deg,#dbeafe,#cffafe);color:#1d4ed8}.mp-track-top span{font:850 .63rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#0e7490;letter-spacing:.07em}.mp-track-card h3{font-size:1rem;line-height:1.38;color:var(--mp-ink);font-weight:920;margin:.85rem 0 .4rem}.mp-track-card>p{font-size:.74rem;line-height:1.6;color:var(--mp-muted);margin:0}.mp-track-modules{margin-top:auto;padding-top:.8rem}.mp-track-modules small{display:block;color:#8491a5;font-size:.59rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.mp-track-modules>span{display:flex;flex-wrap:wrap;gap:.25rem}.mp-track-modules b{padding:.24rem .34rem;border-radius:6px;background:#eff6ff;color:#1d4ed8;font-size:.56rem}.mp-track-output{display:flex;align-items:center;gap:.4rem;margin-top:.65rem;padding:.52rem .6rem;border-radius:10px;background:#ecfdf5;color:#047857;font-size:.65rem;font-weight:850}
.mp-epa-section,.mp-textbook-section{position:relative;background:linear-gradient(135deg,#041126,#09254a 72%,#104b7e);color:#fff;overflow:hidden}.mp-epa-section:before,.mp-textbook-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 0,rgba(6,182,212,.2),transparent 32%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,40px 40px,40px 40px;pointer-events:none}.mp-on-dark{position:relative}.mp-on-dark h2{color:#fff}.mp-on-dark>p{color:rgba(255,255,255,.64)}.mp-on-dark .mp-section-kicker{color:#67e8f9}
.mp-epa-grid{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.mp-epa-grid article{display:flex;flex-direction:column;min-height:270px;padding:1.05rem;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.065);backdrop-filter:blur(10px)}.mp-epa-grid article>span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:31px;border-radius:9px;background:#06b6d4;color:#03223d;font-size:.68rem;font-weight:950}.mp-epa-grid h3{font-size:1rem;line-height:1.42;color:#fff;font-weight:900;margin:1rem 0 .55rem}.mp-epa-grid p{color:rgba(255,255,255,.63);font-size:.77rem;line-height:1.58}.mp-epa-grid article>div{font-size:.67rem;color:#f4b942;font-weight:900;margin-top:auto;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.09)}
.mp-filter-panel{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,.8fr) minmax(210px,.65fr) auto;gap:.75rem;align-items:center;padding:.85rem;border:1px solid var(--mp-line);border-radius:19px;background:#f8fafc;margin-bottom:1rem}.mp-stage-filters{display:flex;gap:.38rem;overflow-x:auto;scrollbar-width:none}.mp-stage-filters::-webkit-scrollbar{display:none}.mp-stage-filters button{border:1px solid #dce5f0;border-radius:11px;background:#fff;color:#536177;padding:.62rem .72rem;font-size:.72rem;font-weight:900;white-space:nowrap}.mp-stage-filters button span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;background:#edf2f7;font-size:.62rem;margin-left:.2rem}.mp-stage-filters button.is-active{border-color:#2563eb;background:#2563eb;color:#fff}.mp-stage-filters button.is-active span{background:rgba(255,255,255,.18)}
.mp-search{display:flex;align-items:center;gap:.55rem;height:43px;border:1px solid #dce5f0;border-radius:11px;background:#fff;padding:0 .75rem;color:#8290a4}.mp-search input{border:0;outline:0;width:100%;min-width:0;font-size:.77rem;color:#17243a;background:transparent}.mp-select{display:flex;align-items:center;gap:.5rem;height:43px;border:1px solid #dce5f0;border-radius:11px;background:#fff;padding:0 .65rem}.mp-select span{font-size:.62rem;color:#8290a4;font-weight:850;text-transform:uppercase}.mp-select select{border:0;outline:0;min-width:0;flex:1;color:#334155;background:transparent;font-size:.72rem;font-weight:800}.mp-result-count{font-size:.69rem;color:#2563eb;font-weight:900;white-space:nowrap;padding:.3rem}
.mp-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mp-module-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--mp-line);border-radius:23px;background:#fff;padding:1.2rem;box-shadow:0 14px 38px rgba(15,23,42,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mp-module-card:hover{transform:translateY(-3px);border-color:#93c5fd;box-shadow:0 20px 45px rgba(37,99,235,.11)}.mp-module-card[hidden]{display:none!important}
.mp-module-top{display:flex;align-items:center;gap:.6rem}.mp-module-no{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--mp-ink);color:#fff;font-weight:950}.mp-stage-pill{padding:.38rem .55rem;border-radius:9px;background:#eff6ff;color:#1d4ed8;font-size:.66rem;font-weight:900}.mp-module-top>i{margin-left:auto;color:#2563eb;font-size:1.25rem}.mp-module-card>h3{font-size:1.25rem;line-height:1.3;color:var(--mp-ink);font-weight:930;margin:1rem 0 .45rem}.mp-module-card>p{color:var(--mp-muted);font-size:.79rem;line-height:1.6;margin:0 0 .9rem}.mp-axis{display:flex;flex-direction:column;padding:.7rem .8rem;border-left:3px solid #06b6d4;border-radius:0 11px 11px 0;background:#f6fafc}.mp-axis small{font-size:.59rem;color:#0e7490;font-weight:950;letter-spacing:.08em}.mp-axis strong{font-size:.74rem;color:#28405a;margin-top:.16rem}.mp-tag-row{display:flex;flex-wrap:wrap;gap:.35rem;margin:.8rem 0}.mp-tag-row span{padding:.32rem .45rem;border-radius:7px;background:#f1f5f9;color:#526078;font-size:.6rem;font-weight:800}.mp-module-detail{padding-top:.8rem;border-top:1px solid #edf2f7}.mp-module-detail small{display:block;color:#7b8799;font-size:.63rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.mp-module-detail ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.38rem .8rem;list-style:none;padding:0;margin:.55rem 0}.mp-module-detail li{display:flex;gap:.38rem;color:#425169;font-size:.68rem;line-height:1.45}.mp-module-detail li i{color:#0ea5e9;font-size:.56rem;margin-top:.25rem}.mp-evidence-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-top:.7rem}.mp-evidence-row>span{display:flex;flex-wrap:wrap;gap:.3rem}.mp-evidence-row b{padding:.3rem .42rem;border-radius:7px;background:#e0f2fe;color:#075985;font-size:.59rem}.mp-evidence-row i{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#fff7ed;color:#c2410c;font-size:.7rem}.mp-module-link{display:flex;align-items:center;justify-content:space-between;color:#1d4ed8;text-decoration:none;font-size:.75rem;font-weight:950;padding-top:.85rem;margin-top:auto}.mp-module-link:hover{color:#0e7490}.mp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;border:1px dashed #cbd5e1;border-radius:22px;color:#64748b;text-align:center}.mp-empty i{font-size:2rem;color:#94a3b8;margin-bottom:.7rem}.mp-empty strong{color:#334155}.mp-empty span{font-size:.78rem;margin-top:.2rem}
.mp-assessment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.mp-assessment-grid article{display:flex;gap:.85rem;padding:1rem;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}.mp-assessment-grid>article>i{display:grid;place-items:center;flex:0 0 43px;height:43px;border-radius:12px;background:#eef2ff;color:#4f46e5}.mp-assessment-grid h3{font-size:.86rem;color:var(--mp-ink);font-weight:900;margin:0 0 .28rem}.mp-assessment-grid p{font-size:.72rem;line-height:1.55;color:var(--mp-muted);margin:0}.mp-portfolio{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:1rem;margin-top:1rem;padding:1.25rem;border-radius:23px;background:linear-gradient(135deg,#07152f,#123e72);color:#fff;box-shadow:0 22px 56px rgba(7,21,47,.18)}.mp-portfolio-copy>span{font:800 .65rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#67e8f9;letter-spacing:.08em}.mp-portfolio-copy h3{font-size:1.5rem;line-height:1.22;font-weight:930;margin:.45rem 0}.mp-portfolio-copy p{font-size:.78rem;color:rgba(255,255,255,.62);line-height:1.6}.mp-portfolio-list{display:grid;gap:.45rem}.mp-portfolio-list div{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:12px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.08)}.mp-portfolio-list b{font-size:.66rem;color:#f4b942}.mp-portfolio-list span{font-size:.74rem;color:rgba(255,255,255,.8)}
.mp-cycle{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;counter-reset:cycle}.mp-cycle article{position:relative;min-height:245px;padding:1rem;border:1px solid var(--mp-line);border-radius:19px;background:#fff}.mp-cycle article:not(:last-child):after{content:"";position:absolute;right:-12px;top:36px;width:22px;height:2px;background:#60a5fa;z-index:2}.mp-cycle article>span{font:900 .63rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#94a3b8}.mp-cycle article>i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#dbeafe,#cffafe);color:#1d4ed8;font-size:1.1rem;margin:1rem 0}.mp-cycle h3{font-size:.9rem;line-height:1.35;color:var(--mp-ink);font-weight:900;margin:0 0 .5rem}.mp-cycle p{color:var(--mp-muted);font-size:.7rem;line-height:1.58;margin:0}
.mp-book-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mp-book-grid article{display:grid;grid-template-columns:42px 1fr;min-height:280px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.07);overflow:hidden}.mp-book-spine{display:flex;align-items:flex-end;justify-content:center;padding:.8rem 0;background:linear-gradient(180deg,#ef4444,#991b1b);color:#fff;font-weight:950;writing-mode:vertical-rl}.mp-book-grid article>div:last-child{display:flex;flex-direction:column;padding:1rem}.mp-book-grid small{font-size:.64rem;color:#67e8f9;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.mp-book-grid h3{font-size:1.04rem;line-height:1.4;color:#fff;font-weight:900;margin:.65rem 0}.mp-book-grid p{font-size:.77rem;line-height:1.62;color:rgba(255,255,255,.64)}.mp-book-grid a{display:inline-flex;align-items:center;gap:.4rem;color:#f4b942;text-decoration:none;font-size:.72rem;font-weight:900;margin-top:auto}
.mp-quality-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.mp-quality-grid article{display:flex;gap:.75rem;padding:1rem;border:1px solid var(--mp-line);border-radius:18px;background:#fff}.mp-quality-grid>article>i{display:grid;place-items:center;flex:0 0 39px;height:39px;border-radius:11px;background:#fff1f2;color:#e11d48}.mp-quality-grid h3{font-size:.82rem;color:var(--mp-ink);font-weight:900;margin:0 0 .3rem}.mp-quality-grid p{font-size:.69rem;line-height:1.52;color:var(--mp-muted);margin:0}.mp-final-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:1.2rem;padding:1.5rem;border-radius:25px;background:linear-gradient(125deg,#041126,#0c3c73 72%,#0e7490);color:#fff;box-shadow:0 22px 55px rgba(7,21,47,.2)}.mp-final-cta>div:first-child{max-width:760px}.mp-final-cta span{font:850 .65rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#67e8f9;letter-spacing:.08em}.mp-final-cta h2{font-size:clamp(1.4rem,3vw,2.25rem);line-height:1.18;color:#fff;font-weight:930;margin:.4rem 0}.mp-final-cta p{font-size:.8rem;color:rgba(255,255,255,.64);margin:0}.mp-final-cta>div:last-child{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}

/* course.php üzerindeki akademik eşleme kartı */
.mp-course-alignment{margin:1.1rem 0 1.35rem;border:1px solid #cfe0f4;border-radius:23px;background:linear-gradient(135deg,#f8fbff,#eef7ff);box-shadow:0 14px 35px rgba(37,99,235,.07);overflow:hidden}
.mp-course-alignment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;border-bottom:1px solid #dbe7f5;background:linear-gradient(110deg,#07152f,#164a7d);color:#fff}.mp-course-alignment-kicker{font-size:.64rem;font-weight:950;letter-spacing:.08em;color:#67e8f9;text-transform:uppercase}.mp-course-alignment-head h2{font-size:1.1rem;color:#fff;font-weight:930;margin:.2rem 0}.mp-course-alignment-head p{font-size:.73rem;color:rgba(255,255,255,.65);margin:0}.mp-course-stage{white-space:nowrap;padding:.42rem .62rem;border-radius:10px;background:rgba(255,255,255,.12);font-size:.68rem;font-weight:900;border:1px solid rgba(255,255,255,.15)}
.mp-course-alignment-body{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:.8rem;padding:1rem}.mp-course-map-col{padding:.85rem;border:1px solid #dfe8f2;border-radius:15px;background:#fff}.mp-course-map-col>small{display:block;color:#64748b;font-size:.61rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.55rem}.mp-course-chip-row{display:flex;flex-wrap:wrap;gap:.35rem}.mp-course-chip-row span{padding:.32rem .45rem;border-radius:7px;background:#eff6ff;color:#1d4ed8;font-size:.61rem;font-weight:850}.mp-course-map-col ul{list-style:none;padding:0;margin:0}.mp-course-map-col li{display:flex;gap:.4rem;color:#405069;font-size:.68rem;line-height:1.45;margin:.35rem 0}.mp-course-map-col li i{color:#0ea5e9;font-size:.55rem;margin-top:.25rem}.mp-course-evidence{display:flex;flex-wrap:wrap;gap:.35rem}.mp-course-evidence span{display:inline-flex;align-items:center;gap:.3rem;padding:.34rem .45rem;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:.61rem;font-weight:800}.mp-course-alignment-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-top:1px solid #dbe7f5;font-size:.68rem;color:#64748b}.mp-course-alignment-foot a{display:inline-flex;align-items:center;gap:.4rem;color:#1d4ed8;text-decoration:none;font-weight:900;white-space:nowrap}

@media(max-width:1180px){
  .mp-track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mp-epa-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-cycle{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-cycle article:not(:last-child):after{display:none}.mp-quality-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-filter-panel{grid-template-columns:1fr 1fr}.mp-stage-filters{grid-column:1/-1}.mp-result-count{text-align:right}
}
@media(max-width:991.98px){
  .mp-hero{padding:3.2rem 0}.mp-hero-grid,.mp-section-head{grid-template-columns:1fr}.mp-hero h1{font-size:clamp(2.6rem,9vw,4.5rem)}.mp-command-card{max-width:680px}.mp-jump-wrap{top:64px}.mp-framework-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-timeline:before{display:none}.mp-stage-card>p{min-height:0}.mp-module-grid{grid-template-columns:1fr}.mp-assessment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-book-grid{grid-template-columns:1fr}.mp-book-grid article{min-height:210px}.mp-course-alignment-body{grid-template-columns:1fr 1fr}.mp-course-map-col:last-child{grid-column:1/-1}
}
@media(max-width:767.98px){
  .mp-track-grid{grid-template-columns:1fr}
  .mp-shell{width:min(100% - 22px,1240px)}.mp-hero{padding:2.4rem 0 2.8rem}.mp-breadcrumb{margin-bottom:1.6rem}.mp-hero-grid{gap:2rem}.mp-eyebrow{font-size:.63rem}.mp-hero h1{font-size:clamp(2.35rem,12vw,3.4rem);line-height:1.01}.mp-hero-copy>p{font-size:.91rem;line-height:1.7}.mp-hero-actions{display:grid;grid-template-columns:1fr}.mp-btn{width:100%}.mp-proof-row{gap:.25rem}.mp-proof-row span{font-size:.61rem}.mp-command-card{padding:.9rem;border-radius:21px}.mp-command-grid div{padding:.8rem}.mp-command-grid b{font-size:1.7rem}.mp-command-flow{gap:.28rem;font-size:.6rem}.mp-command-flow i{font-size:.47rem}.mp-jump{width:calc(100% - 20px)}.mp-jump a{font-size:.69rem;padding:.5rem .62rem}.mp-section{padding:3.8rem 0;scroll-margin-top:122px}.mp-section-head{gap:.8rem;margin-bottom:1.5rem}.mp-section-head h2{font-size:2.15rem}.mp-section-head>p{font-size:.86rem}.mp-framework-grid,.mp-domain-grid,.mp-timeline,.mp-assessment-grid,.mp-quality-grid{grid-template-columns:1fr}.mp-framework-card{min-height:270px}.mp-stage-card{padding:1rem}.mp-domain-card{grid-template-columns:43px 1fr}.mp-domain-icon{width:43px;height:43px}.mp-matrix-head{align-items:flex-start;flex-direction:column}.mp-matrix-head small{text-align:left}.mp-epa-grid{grid-template-columns:1fr}.mp-epa-grid article{min-height:205px}.mp-filter-panel{grid-template-columns:1fr}.mp-stage-filters{grid-column:auto}.mp-result-count{text-align:left}.mp-module-card{padding:1rem}.mp-module-detail ul{grid-template-columns:1fr}.mp-cycle{grid-template-columns:1fr}.mp-cycle article{min-height:190px}.mp-portfolio{grid-template-columns:1fr}.mp-final-cta{align-items:flex-start;flex-direction:column;padding:1.1rem}.mp-final-cta>div:last-child{width:100%;justify-content:stretch}.mp-course-alignment-body{grid-template-columns:1fr}.mp-course-map-col:last-child{grid-column:auto}.mp-course-alignment-head{flex-direction:column}.mp-course-alignment-foot{align-items:flex-start;flex-direction:column}.mp-course-alignment-foot a{white-space:normal}
}
@media(prefers-reduced-motion:reduce){.mp-page *{scroll-behavior:auto!important;transition:none!important}}
