.mlpc-wrap{--mlpc-accent:var(--e-global-color-primary);--mlpc-surface:var(--e-global-color-secondary, #ffffff);--mlpc-text:inherit;--mlpc-border:color-mix(in srgb, currentColor 14%, transparent);--mlpc-radius:14px;--mlpc-title-size:1rem;--mlpc-title-color:#1f252c;color:var(--mlpc-text);font-family:inherit}.mlpc-course-block{margin-bottom:1.25rem}.mlpc-course-head{margin-bottom:.85rem}.mlpc-course-image img{display:block;width:100%;max-height:220px;object-fit:cover;border-radius:12px;margin-bottom:.7rem}.mlpc-course-title{margin:0 0 2rem;font-size:1.75rem;color:#000;text-align:center}.mlpc-course-desc,.mlpc-course-duration{margin:.15rem 0;opacity:.88}.mlpc-grid{display:grid;grid-template-columns:1fr;gap:1rem}.mlpc-card{border:1px solid #e8e8e8;border-radius:var(--mlpc-radius);overflow:hidden;background:#fbfbfb;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mlpc-card-surface{position:relative;min-height:220px;padding:10px;background:linear-gradient(135deg,#ef4b5a,#df83ba)}.mlpc-card:nth-child(2n) .mlpc-card-surface{background:linear-gradient(135deg,#f2943f,#eab3a4)}.mlpc-card:nth-child(3n) .mlpc-card-surface{background:linear-gradient(135deg,#f2cc32,#e8d188)}.mlpc-card:nth-child(4n) .mlpc-card-surface{background:linear-gradient(135deg,#5dbd5f,#4ec3bf)}.mlpc-card:nth-child(5n) .mlpc-card-surface{background:linear-gradient(135deg,#4f8de1,#62b2df)}.mlpc-card:nth-child(6n) .mlpc-card-surface{background:linear-gradient(135deg,#a24ed9,#8b7dde)}.mlpc-card:nth-child(7n) .mlpc-card-surface{background:linear-gradient(135deg,#3ca4d3,#60c0d2)}.mlpc-card:nth-child(8n) .mlpc-card-surface{background:linear-gradient(135deg,#e35592,#cf86c4)}.mlpc-card.mlpc-bg-custom .mlpc-card-surface{background:#fff0}.mlpc-unit-chip{display:inline-flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .86);color:#29313b;border-radius:999px;padding:0 8px;font-size:.7rem;letter-spacing:.08em;font-weight:400;text-transform:uppercase}.mlpc-card-arrow{position:absolute;top:10px;right:12px;color:#fff;opacity:0;transform:translateY(-4px);transition:opacity .50s ease,transform .18s ease}.mlpc-card-arrow svg{width:20px;height:auto}.mlpc-card-book{position:absolute;right:12px;bottom:10px}.mlpc-card-book svg{width:20px;height:auto}.mlpc-card-footer{padding:12px 10px;background-color:#ffdfe5}.mlpc-card-title{margin:0;font-size:var(--mlpc-title-size);color:var(--mlpc-title-color);font-weight:600}@media (hover:hover){.mlpc-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(0 0 0 / .12);border-color:color-mix(in srgb,var(--mlpc-accent) 40%,transparent)}.mlpc-card:hover .mlpc-card-arrow{opacity:1;transform:translateY(0)}}.mlpc-card[role='button']:focus-visible,.mlpc-modal-close:focus-visible{outline:2px solid var(--mlpc-accent);outline-offset:2px}.mlpc-empty-state{border:1px dashed var(--mlpc-border);border-radius:var(--mlpc-radius);padding:1rem}.mlpc-modal[hidden]{display:none}.mlpc-modal{position:fixed!important;inset:0!important;z-index:2147483647!important;display:grid;place-items:center;padding:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))}.mlpc-modal-overlay{position:absolute;inset:0;background:rgb(13 16 20 / .55)}.mlpc-modal-dialog{position:relative;z-index:1;width:min(900px, 100%);height:min(760px, calc(100dvh - 40px));border-radius:14px;overflow:hidden;border:1px solid rgb(255 255 255 / .55);background:#f0f0f0;display:grid;grid-template-rows:auto minmax(0,1fr)}.mlpc-modal-header{background:linear-gradient(135deg,#e94d60,#e4779d);color:#fff;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mlpc-modal-unit{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.95;margin-bottom:4px}.mlpc-modal-title{margin:0;font-size:clamp(1.15rem, 2.3vw, 1.6rem);line-height:1.18}.mlpc-modal-close{border:0;background:rgb(255 255 255 / .16);color:#fff;width:30px;height:30px;border-radius:999px;font-size:22px;line-height:1;cursor:pointer}.mlpc-modal-body,.mlpc-modal-body iframe{width:100%;height:100%;border:0}body.mlpc-modal-open{overflow:hidden}@media (max-width:680px){.mlpc-card-surface{min-height:190px}.mlpc-modal{padding:0}.mlpc-modal-dialog{width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;border-radius:0;border:0}}@media (min-width:640px){.mlpc-cols-1 .mlpc-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.mlpc-cols-2 .mlpc-grid,.mlpc-cols-3 .mlpc-grid,.mlpc-cols-4 .mlpc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.mlpc-cols-1 .mlpc-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.mlpc-cols-2 .mlpc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mlpc-cols-3 .mlpc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mlpc-cols-4 .mlpc-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}