/*
 * Materiály.Vyučuji.cz – shared frontend foundation
 *
 * Run 291 finalizes the public/frontend CSS split. This file intentionally keeps
 * only shared design primitives and cross-surface component foundations.
 * Page-specific styling belongs in assets/css/page-*.css.
 */

:root{--mvy-a1:#2f6bff;
  --mvy-a2:#8b5cf6;
  --mvy-bg:#ffffff;
  --mvy-bg-soft:#f7f8ff;
  --mvy-border:rgba(15,23,42,.10);
  --mvy-card:#ffffff;
  --mvy-text:rgba(10,14,20,.92);
  --mvy-muted:rgba(10,14,20,.66);
  --mvy-faint:rgba(10,14,20,.5);
  --mvy-r-md:16px;
  --mvy-r-lg:18px;
  --mvy-r-xl:22px;
  --mvy-sh1:0 12px 30px rgba(2,6,23,.05);
  --mvy-sh2:0 8px 18px rgba(2,6,23,.045);}
.mvy-front-shell{max-width:1320px;margin:0 auto;padding:32px 24px 90px;color:var(--mvy-text)}
.mvy-front-card{background:var(--mvy-card);border:1px solid var(--mvy-border);box-shadow:var(--mvy-sh1);border-radius:var(--mvy-r-xl);padding:24px;margin:0 0 24px}
.mvy-front-card h1,.mvy-front-card h2,.mvy-front-card h3{margin:0 0 10px;color:var(--mvy-text);line-height:1.12}
.mvy-front-card p{margin:0 0 10px;color:var(--mvy-muted)}
.mvy-kicker{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;border:1px solid var(--mvy-border);background:rgba(255,255,255,.78);font-size:12px;font-weight:800;margin-bottom:12px}
.mvy-page-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap;background:radial-gradient(700px 360px at 20% 10%, rgba(47,107,255,.14), transparent 60%),radial-gradient(700px 360px at 80% 30%, rgba(139,92,246,.12), transparent 60%),linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.8))}
.mvy-page-hero h2{font-size:32px;letter-spacing:-.5px}
.mvy-hero-meta,.mvy-detail-meta-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.mvy-chip,.mvy-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid var(--mvy-border);font-size:13px;font-weight:800;background:rgba(255,255,255,.85);color:var(--mvy-text);white-space:nowrap}
.mvy-chip-link{text-decoration:none}
.mvy-badge-row{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}
.mvy-badge-new{background:rgba(47,107,255,.10);color:#2f6bff}
.mvy-badge-top{background:rgba(139,92,246,.10);color:#8b5cf6}
.mvy-badge-free{background:rgba(34,197,94,.10);color:#15803d}
.mvy-badge-sale{background:rgba(245,158,11,.14);color:#b45309}
.mvy-filter-form{padding:18px}
.mvy-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 16px}
.mvy-filter-grid label{display:block}
.mvy-filter-grid span{display:block;margin:0 0 6px;font-size:13px;font-weight:700;color:var(--mvy-muted)}
.mvy-filter-grid input,.mvy-filter-grid select{width:100%;min-height:46px;border-radius:var(--mvy-r-md);border:1px solid var(--mvy-border);padding:11px 14px;background:#fff;color:var(--mvy-text);box-shadow:var(--mvy-sh2)}
.mvy-filter-grid input:focus,.mvy-filter-grid select:focus{outline:none;border-color:rgba(47,107,255,.35);box-shadow:0 0 0 4px rgba(47,107,255,.08)}
.mvy-filter-actions{display:flex;gap:10px;flex-wrap:wrap}
.mvy-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#fff;box-shadow:var(--mvy-sh2);font-weight:800;color:var(--mvy-text);text-decoration:none}
.mvy-btn:hover{transform:translateY(-1px)}
.mvy-btn-primary{border:none;background:linear-gradient(135deg,var(--mvy-a1),var(--mvy-a2));color:#fff;box-shadow:0 16px 32px rgba(47,107,255,.24)}
.mvy-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}
.mvy-btn-soft{background:rgba(255,255,255,.75)}
.mvy-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:18px;align-items:start}
.mvy-item-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--mvy-r-lg);box-shadow:0 10px 26px rgba(2,6,23,.05);overflow:hidden;height:100%}
.mvy-item-media,.mvy-card-media-link,.mvy-detail-main-media{display:block;aspect-ratio:1/1;background:linear-gradient(135deg, rgba(47,107,255,.10), rgba(139,92,246,.10));overflow:hidden;border-radius:18px}
.mvy-item-media img,.mvy-detail-main-media img,.mvy-card-media-link img{width:100%;height:100%;object-fit:cover;display:block}
.mvy-media-fallback{width:100%;height:100%;min-height:220px;display:grid;place-items:center;font-size:26px;font-weight:900;background:linear-gradient(135deg, rgba(47,107,255,.10), rgba(139,92,246,.10));color:var(--mvy-faint)}
.mvy-item-body{padding:18px;display:grid;gap:12px;align-content:start;height:100%}
.mvy-item-body h3{font-size:18px;margin:0}
.mvy-item-body h3 a{text-decoration:none;color:var(--mvy-text)}
.mvy-item-teaser{font-size:14px;line-height:1.5;margin:0;color:var(--mvy-muted)}
.mvy-item-tax-row{display:flex;gap:8px;flex-wrap:wrap}
.mvy-item-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto}
.mvy-item-author a{display:inline-flex;gap:10px;align-items:center;text-decoration:none;color:var(--mvy-text);font-weight:700}
.mvy-item-author img{border-radius:999px}
.mvy-item-price{font-size:16px;font-weight:900}
.mvy-breadcrumbs{display:flex;gap:8px;align-items:center;margin:0 0 14px;color:var(--mvy-muted);font-size:13px}
.mvy-breadcrumbs a{text-decoration:none;color:var(--mvy-text)}
.mvy-rich-text{display:grid;gap:8px}
.mvy-rich-text p{font-size:15px;line-height:1.7}
.mvy-term-groups{display:grid;gap:14px;margin:18px 0 0}
.mvy-term-group strong{display:block;margin:0 0 6px;font-size:14px}
.mvy-chip-row{display:flex;gap:8px;flex-wrap:wrap}
.mvy-author-bio{max-width:70ch}
.mvy-list-check{margin:0;padding-left:20px}
.mvy-list-check li{margin:0 0 8px}
.mvy-pagination{margin:26px 0 0}
.mvy-pagination ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.mvy-pagination a,.mvy-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:8px 12px;border-radius:999px;border:1px solid var(--mvy-border);background:#fff;box-shadow:var(--mvy-sh2);text-decoration:none;color:var(--mvy-text);font-weight:700}
.mvy-pagination .current{background:linear-gradient(135deg,var(--mvy-a1),var(--mvy-a2));color:#fff;border-color:transparent}
@media (max-width:980px){
.mvy-filter-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
.mvy-front-shell{padding:26px 14px 70px}
.mvy-front-card{padding:18px}
.mvy-page-hero h2,.mvy-detail-copy h1{font-size:28px}
.mvy-filter-grid{grid-template-columns:1fr}
}
.mvy-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin:0 0 18px}
.mvy-section-head h3{margin:0 0 6px}
.mvy-split-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:18px;align-items:start}
.mvy-mini-stack{display:grid;gap:18px}
.mvy-inner-card{margin:0;padding:18px;border-radius:18px;box-shadow:0 6px 16px rgba(2,6,23,.06)}
.mvy-btn-row{display:flex;gap:10px;flex-wrap:wrap}
.mvy-front-card label>span{display:block;margin:0 0 6px;font-size:13px;font-weight:800;color:var(--mvy-muted)}
.mvy-front-card input[type="text"],.mvy-front-card input[type="url"],.mvy-front-card textarea{width:100%;min-height:46px;border-radius:16px;border:1px solid var(--mvy-border);padding:11px 14px;background:#fff;color:var(--mvy-text);box-shadow:var(--mvy-sh2)}
.mvy-front-card textarea{min-height:120px;resize:vertical}
.mvy-front-card input:focus,.mvy-front-card textarea:focus{outline:none;border-color:rgba(47,107,255,.35);box-shadow:0 0 0 4px rgba(47,107,255,.08)}
.mvy-terms-box{display:grid;gap:10px;padding:16px;border:1px solid var(--mvy-border);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:var(--mvy-sh2)}
.mvy-terms-box strong{font-size:14px}
.mvy-table{width:100%;border-collapse:collapse}
.mvy-table th,.mvy-table td{padding:12px 10px;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;vertical-align:top}
.mvy-table th{font-size:13px;color:var(--mvy-muted);font-weight:800}
.mvy-subtle{margin-top:4px;font-size:13px;color:var(--mvy-muted)}
@media (max-width:980px){
.mvy-split-grid{grid-template-columns:1fr}
}
@media (max-width:700px){
.mvy-table{display:block;overflow-x:auto}
}
.mvy-admin-card textarea[name="operator_note"]{width:100%;min-height:84px;margin-top:8px}
.mvy-admin-card select[name="claim_status"]{width:100%;margin-bottom:8px}
.mvy-mini-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.mvy-mini-heading span{font-size:13px;color:var(--mvy-muted);font-weight:700}
.mvy-step-chip{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.12));color:var(--mvy-a1);font-size:12px;font-weight:900;border:1px solid rgba(47,107,255,.14)}
.mvy-spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.mvy-spec-grid div{display:grid;gap:4px;padding:14px;border-radius:16px;border:1px solid var(--mvy-border);background:#fff;box-shadow:var(--mvy-sh2)}
.mvy-spec-grid strong{font-size:13px;color:var(--mvy-muted)}
.mvy-spec-grid span{font-weight:800;color:var(--mvy-text)}
.mvy-section-head-inline{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:8px;}
.mvy-card-grid-compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
@media (max-width:700px){
.mvy-section-head-inline{flex-direction:column;}
}
.mvy-chip-wall{display:flex;gap:10px;flex-wrap:wrap}
.mvy-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:18px}
.mvy-section-head p{max-width:70ch}
.mvy-material-card{display:grid;gap:0;overflow:hidden}
.mvy-card-media-link{display:block;min-height:180px;background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));text-decoration:none}
.mvy-card-media-link img{display:block;width:100%;height:100%;object-fit:cover}
.mvy-card-body{padding:18px;display:grid;gap:12px}
.mvy-card-body h3{margin:0;font-size:18px;line-height:1.2}
.mvy-card-body h3 a{text-decoration:none;color:var(--mvy-text)}
.mvy-card-teaser{margin:0;color:var(--mvy-muted);line-height:1.6}
.mvy-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.mvy-price{font-size:18px;line-height:1.1}
.mvy-card-author{display:inline-flex;align-items:center;gap:10px;color:var(--mvy-muted);font-size:13px}
.mvy-card-author img{width:34px;height:34px;border-radius:999px;object-fit:cover}
.mvy-terms-box.is-disabled{opacity:.78}
.mvy-detail-main-media,.mvy-card-media-link{box-shadow:var(--mvy-sh2)}
.mvy-front-shell.mvy-shell-wide,.mvy-shell-wide{max-width:1360px}
.mvy-front-shell.mvy-shell-medium,.mvy-shell-medium{max-width:1280px}
.mvy-front-shell.mvy-shell-narrow,.mvy-shell-narrow{max-width:1160px}
.mvy-page-hero{box-shadow:0 12px 24px rgba(2,6,23,.04)}
.mvy-btn-primary{color:#fff !important;text-shadow:0 1px 0 rgba(2,6,23,.15)}
.mvy-btn-soft{color:var(--mvy-text)}
.mvy-subtabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}
.mvy-subtab{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border-radius:999px;border:1px solid var(--mvy-border);background:#fff;box-shadow:var(--mvy-sh2);color:var(--mvy-muted);font-weight:800;text-decoration:none}
.mvy-subtab.is-active{background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));color:var(--mvy-text);border-color:rgba(47,107,255,.16)}
.mvy-tab-panel[hidden]{display:none !important}
.mvy-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mvy-guide-card{display:grid;gap:10px;padding:18px;border:1px solid var(--mvy-border);border-radius:20px;background:#fff;box-shadow:var(--mvy-sh2)}
.mvy-guide-card .mvy-kicker{margin-bottom:2px}
.mvy-guide-card h4{margin:0;font-size:17px;line-height:1.18}
.mvy-guide-card p{margin:0;color:var(--mvy-muted)}
.mvy-guide-card ul{margin:0;padding-left:18px;color:var(--mvy-muted)}
.mvy-shell-note{font-size:13px;color:var(--mvy-muted)}
.mvy-front-shell{max-width:1360px}
.mvy-subtabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.mvy-subtab{justify-content:center;text-align:center;min-height:44px}
.mvy-guide-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}
.mvy-featured-content{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}
.mvy-featured-content-media{display:block;aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));box-shadow:var(--mvy-sh2)}
.mvy-featured-content-media img{display:block;width:100%;height:100%;object-fit:cover}
.mvy-featured-content-copy{display:grid;gap:12px;align-content:start}
.mvy-featured-content-copy h3{margin:0;font-size:28px;line-height:1.08}
.mvy-featured-content-copy h3 a{text-decoration:none;color:var(--mvy-text)}
.mvy-featured-content-copy p{margin:0;color:var(--mvy-muted);line-height:1.65}
.mvy-featured-content-meta{display:flex;gap:8px;flex-wrap:wrap}
.mvy-sidebar-links{display:grid;gap:10px}
.mvy-sidebar-link{display:grid;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:var(--mvy-sh2);text-decoration:none;color:var(--mvy-text)}
.mvy-sidebar-link span{color:var(--mvy-muted);font-size:13px}
.mvy-card-grid-compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
@media (max-width:1180px){
.mvy-featured-content{grid-template-columns:1fr}
}
@media (max-width:860px){
.mvy-subtabs,.mvy-guide-grid-two{grid-template-columns:1fr}
}
@media (max-width:560px){
.mvy-featured-content-copy h3{font-size:24px}
}
:root{--mvy-sh1:0 10px 22px rgba(2,6,23,.045);
  --mvy-sh2:0 6px 14px rgba(2,6,23,.04);}
.mvy-front-shell{max-width:1440px}
.mvy-page-hero,.mvy-front-card,.mvy-item-card{box-shadow:var(--mvy-sh1)}
.mvy-subtabs{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
.mvy-subtab{flex:0 0 auto;min-width:164px}
.mvy-tabbed-shell{display:grid;gap:18px}
.mvy-section-head{gap:14px}
.mvy-section-head h3,.mvy-section-head h2{display:flex;align-items:center;gap:10px}
.mvy-section-head h3::before,.mvy-section-head h2::before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--mvy-a1),var(--mvy-a2));box-shadow:0 0 0 6px rgba(47,107,255,.08)}
.mvy-featured-content{align-items:center}
.mvy-guide-grid .mvy-guide-card{height:100%}
@media (max-width:560px){
.mvy-front-shell{padding:22px 14px 68px}
}
.mvy-subtabs{display:flex;
  flex-wrap:wrap;
  overflow:visible;
  gap:10px;}
.mvy-subtab{flex:0 1 auto;
  min-width:0;
  width:auto;
  white-space:nowrap;}
@media (max-width:860px){
.mvy-subtabs{display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible;}
.mvy-subtab{min-width:0;
    width:100%;
    white-space:normal;}
}
@media (max-width:560px){
.mvy-subtabs{grid-template-columns:1fr;}
}
.mvy-price-stack{display:grid;gap:4px}
.mvy-price-old{font-size:12px;color:var(--mvy-muted);text-decoration:line-through}
.mvy-chip-sale{background:rgba(245,158,11,.12);color:#b45309;border-color:rgba(245,158,11,.18)}
.mvy-chip-strike{background:rgba(15,23,42,.04);color:var(--mvy-muted);text-decoration:line-through}
.mvy-btn-danger-soft{border-color:rgba(180,35,24,.18);background:#fff5f3;color:#b42318}
.mvy-btn-danger-soft:hover{color:#8f1d14}
.mvy-icon-orb{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.12));color:var(--mvy-a1);font-weight:900;border:1px solid rgba(47,107,255,.14);box-shadow:var(--mvy-sh2)}
.mvy-icon-orb{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,rgba(47,107,255,.14),rgba(139,92,246,.16));color:var(--mvy-a1);font-weight:900;box-shadow:var(--mvy-sh2)}
.mvy-ui-scope{--bg:#f6f7fe;
  --bg2:#eef2ff;
  --surface:#ffffff;
  --surface-2:rgba(255,255,255,.82);
  --text:#0f172a;
  --muted:rgba(15,23,42,.68);
  --faint:rgba(15,23,42,.48);
  --border:rgba(15,23,42,.10);
  --border-strong:rgba(15,23,42,.16);
  --line:rgba(15,23,42,.07);
  --a1:#2f6bff;
  --a2:#8b5cf6;
  --green:#22c55e;
  --orange:#f59e0b;
  --red:#b42318;
  --teal:#0ea5a3;
  --shadow:0 10px 28px rgba(2,6,23,.08);
  --shadow-soft:0 6px 16px rgba(2,6,23,.06);
  --shadow-strong:0 18px 42px rgba(47,107,255,.16);
  --radius-xl:26px;
  --radius-lg:20px;
  --radius-md:16px;
  --radius-sm:14px;
  --content:1220px;
  --content-wide:1460px;
  --dash-side:268px;
  --hero-pad:clamp(24px,3vw,38px);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.55;}
.mvy-ui-scope.mvy-front-shell{max-width:var(--content);margin:0 auto;padding:0 20px 80px}
.mvy-ui-scope.mvy-front-shell.mvy-shell-wide{max-width:var(--content-wide)}
.mvy-ui-scope *{box-sizing:border-box}
.mvy-ui-scope a{color:inherit;text-decoration:none}
.mvy-ui-scope img{max-width:100%;display:block}
.mvy-ui-scope button,.mvy-ui-scope input,.mvy-ui-scope select,.mvy-ui-scope textarea{font:inherit}
.mvy-ui-scope .kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(15,23,42,.09);color:var(--muted);font-weight:800;font-size:13px;backdrop-filter:blur(10px)}
.mvy-ui-scope .kicker .dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--a1),var(--a2))}
.mvy-ui-scope .btn,.mvy-ui-scope .mvy-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 18px;border-radius:999px;border:1px solid var(--border-strong);background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft);font-weight:800;transition:.14s ease;color:var(--text)}
.mvy-ui-scope .btn:hover,.mvy-ui-scope .mvy-btn:hover{transform:translateY(-1px)}
.mvy-ui-scope .btn.primary,.mvy-ui-scope .mvy-btn-primary{border-color:transparent;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;box-shadow:var(--shadow-strong)}
.mvy-ui-scope .btn.soft,.mvy-ui-scope .mvy-btn-soft{background:rgba(255,255,255,.78)}
.mvy-ui-scope .btn.full{width:100%}
.mvy-ui-scope .hero{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:32px;padding:var(--hero-pad);background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.76));box-shadow:var(--shadow);margin:24px 0 28px}
.mvy-ui-scope .hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:30px;align-items:center}
.mvy-ui-scope .hero h1{margin:12px 0 12px;font-size:clamp(40px,5vw,66px);line-height:1;letter-spacing:-.06em;max-width:11ch}
.mvy-ui-scope .hero p.lead{margin:0;color:var(--muted);font-size:18px;max-width:62ch}
.mvy-ui-scope .hero .cta-row,.mvy-ui-scope .action-row,.mvy-ui-scope .mvy-btn-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.mvy-ui-scope .hero-micro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.mvy-ui-scope .micro-card{padding:16px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid rgba(15,23,42,.08)}
.mvy-ui-scope .micro-card strong{display:block;font-size:18px;margin-bottom:4px}
.mvy-ui-scope .micro-card span{display:block;font-size:13px;color:var(--muted)}
.mvy-ui-scope .scene{height:100%;border-radius:28px;padding:20px;background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.10));border:1px solid rgba(15,23,42,.08);display:grid;gap:16px;align-content:center}
.mvy-ui-scope .scene-panel{padding:18px;border-radius:22px;background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .scene-panel h3{margin:0 0 8px;font-size:18px}
.mvy-ui-scope .scene-row,.mvy-ui-scope .badge-row,.mvy-ui-scope .mvy-badge-row,.mvy-ui-scope .mvy-chip-row,.mvy-ui-scope .meta-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.mvy-ui-scope .chip,.mvy-ui-scope .mvy-chip,.mvy-ui-scope .mvy-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid rgba(15,23,42,.09);font-weight:700;font-size:13px;color:var(--muted)}
.mvy-ui-scope .chip.green,.mvy-ui-scope .mvy-badge-free{background:rgba(34,197,94,.10);color:#15803d;border-color:rgba(34,197,94,.18)}
.mvy-ui-scope .chip.orange,.mvy-ui-scope .mvy-badge-sale{background:rgba(245,158,11,.12);color:#b45309;border-color:rgba(245,158,11,.18)}
.mvy-ui-scope .chip.purple,.mvy-ui-scope .mvy-badge-top{background:rgba(139,92,246,.10);color:#6d28d9;border-color:rgba(139,92,246,.18)}
.mvy-ui-scope .chip.blue,.mvy-ui-scope .mvy-badge-new{background:rgba(47,107,255,.10);color:#1d4ed8;border-color:rgba(47,107,255,.18)}
.mvy-ui-scope .chip.red{background:rgba(220,38,38,.10);color:#b42318;border-color:rgba(220,38,38,.16)}
.mvy-ui-scope .section{margin:34px 0}
.mvy-ui-scope .section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;flex-wrap:wrap}
.mvy-ui-scope .section-head h2,.mvy-ui-scope .section-head h3,.mvy-ui-scope .panel-header h3,.mvy-ui-scope .list-head h3{margin:0;font-size:clamp(26px,3vw,36px);line-height:1.06;letter-spacing:-.04em}
.mvy-ui-scope .section-head p,.mvy-ui-scope .panel-header p,.mvy-ui-scope .list-head p{margin:8px 0 0;color:var(--muted);max-width:72ch}
.mvy-ui-scope .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mvy-ui-scope .grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.mvy-ui-scope .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.mvy-ui-scope .card,.mvy-ui-scope .mvy-front-card,.mvy-ui-scope .panel,.mvy-ui-scope .list-card{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:22px;background:var(--surface);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .card.soft{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,248,255,.84))}
.mvy-ui-scope .card.tight{padding:18px}
.mvy-ui-scope .card h3,.mvy-ui-scope .card h4,.mvy-ui-scope .mvy-front-card h3,.mvy-ui-scope .mvy-front-card h4,.mvy-ui-scope .panel h3,.mvy-ui-scope .panel h4{margin:0;letter-spacing:-.03em}
.mvy-ui-scope .card p,.mvy-ui-scope .mvy-front-card p,.mvy-ui-scope .panel p,.mvy-ui-scope .list-card p{margin:0;color:var(--muted)}
.mvy-ui-scope .icon-orb,.mvy-ui-scope .mvy-icon-orb{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.12));border:1px solid rgba(15,23,42,.08);font-weight:900;color:var(--text)}
.mvy-ui-scope .toolbar,.mvy-ui-scope .mvy-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;padding:14px;border:1px solid var(--border);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .toolbar input,.mvy-ui-scope .toolbar select,.mvy-ui-scope .toolbar textarea,.mvy-ui-scope .field,.mvy-ui-scope .field-area,.mvy-ui-scope .mvy-material-form input,.mvy-ui-scope .mvy-material-form select,.mvy-ui-scope .mvy-material-form textarea{width:100%;min-height:46px;padding:11px 14px;border-radius:16px;border:1px solid var(--border);background:#fff;color:var(--text);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .toolbar .search{min-width:280px;flex:1}
.mvy-ui-scope .toolbar .control{min-width:180px;flex:0 0 auto}
.mvy-ui-scope .layout-catalog{display:grid;grid-template-columns:290px minmax(0,1fr);gap:22px;align-items:start;margin-top:20px}
.mvy-ui-scope .filter-rail{position:sticky;top:94px;display:grid;gap:16px;align-items:start}
.mvy-ui-scope .filter-card{padding:20px;border-radius:22px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:grid;gap:12px}
.mvy-ui-scope .filter-card h4{margin:0;font-size:17px}
.mvy-ui-scope .filter-card label{display:grid;gap:6px}
.mvy-ui-scope .filter-card label span{font-size:13px;font-weight:800;color:var(--muted)}
.mvy-ui-scope .filter-group{display:grid;gap:10px}
.mvy-ui-scope .check{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.76);font-weight:700}
.mvy-ui-scope .check .mark{width:20px;height:20px;border-radius:7px;background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.12));border:1px solid rgba(47,107,255,.18)}
.mvy-ui-scope .results-top{display:flex;align-items:end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.mvy-ui-scope .results-top h2{margin:0;font-size:34px;letter-spacing:-.04em}
.mvy-ui-scope .results-top p{margin:6px 0 0;color:var(--muted)}
.mvy-ui-scope .cards,.mvy-ui-scope .mvy-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;align-items:start}
.mvy-ui-scope .material-card,.mvy-ui-scope .author-card,.mvy-ui-scope .library-card,.mvy-ui-scope .mvy-material-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .thumb,.mvy-ui-scope .mvy-card-media-link,.mvy-ui-scope .mvy-item-media,.mvy-ui-scope .mvy-detail-main-media{aspect-ratio:1/1;background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.14));position:relative;overflow:hidden;border-radius:22px}
.mvy-ui-scope .thumb img,.mvy-ui-scope .mvy-card-media-link img,.mvy-ui-scope .mvy-item-media img,.mvy-ui-scope .mvy-detail-main-media img{width:100%;height:100%;object-fit:cover;display:block}
.mvy-ui-scope .thumb::before{content:"";position:absolute;inset:14px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.30)),linear-gradient(135deg, rgba(255,255,255,.20), transparent 60%);border:1px solid rgba(255,255,255,.34);pointer-events:none}
.mvy-ui-scope .thumb.has-image::before{display:none}
.mvy-ui-scope .thumb .label{position:absolute;left:14px;top:14px;z-index:2}
.mvy-ui-scope .thumb .stack{position:absolute;right:16px;bottom:16px;display:grid;gap:8px;justify-items:end;z-index:2}
.mvy-ui-scope .thumb .sheet{width:70px;height:54px;border-radius:14px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 18px rgba(2,6,23,.08)}
.mvy-ui-scope .card-body,.mvy-ui-scope .mvy-card-body,.mvy-ui-scope .mvy-item-body{display:grid;gap:12px;padding:18px;height:100%}
.mvy-ui-scope .eyebrow{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--faint);font-weight:800}
.mvy-ui-scope .title,.mvy-ui-scope .mvy-card-body h3,.mvy-ui-scope .mvy-item-body h3{margin:0;font-size:20px;line-height:1.16;letter-spacing:-.03em}
.mvy-ui-scope .mvy-card-body h3 a,.mvy-ui-scope .mvy-item-body h3 a{color:var(--text)}
.mvy-ui-scope .mvy-card-teaser,.mvy-ui-scope .mvy-item-teaser{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.mvy-ui-scope .price-row,.mvy-ui-scope .mvy-card-footer,.mvy-ui-scope .mvy-item-footer{display:flex;justify-content:space-between;gap:14px;align-items:flex-end;flex-wrap:wrap}
.mvy-ui-scope .price,.mvy-ui-scope .mvy-price{font-size:28px;font-weight:900;letter-spacing:-.04em;color:var(--text)}
.mvy-ui-scope .mvy-price-stack{display:grid;gap:4px}
.mvy-ui-scope .mvy-price-old{text-decoration:line-through;color:var(--faint);font-size:13px}
.mvy-ui-scope .mini-author,.mvy-ui-scope .mvy-card-author,.mvy-ui-scope .mvy-item-author{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--line);margin-top:auto;color:var(--text)}
.mvy-ui-scope .avatar,.mvy-ui-scope .mvy-card-author img{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,rgba(47,107,255,.18),rgba(139,92,246,.18));display:grid;place-items:center;font-weight:900;color:#1e293b;border:1px solid rgba(15,23,42,.08);object-fit:cover}
.mvy-ui-scope .avatar.lg{width:74px;height:74px;font-size:22px}
.mvy-ui-scope .avatar.xl{width:96px;height:96px;font-size:28px;border:4px solid rgba(255,255,255,.95)}
.mvy-ui-scope .author-head{display:flex;gap:16px;align-items:flex-start}
.mvy-ui-scope .author-banner{border-radius:30px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow);background:linear-gradient(135deg,rgba(47,107,255,.14),rgba(139,92,246,.16));position:relative}
.mvy-ui-scope .author-banner::before{content:"";position:absolute;inset:0;background:radial-gradient(600px 260px at 12% 0%, rgba(255,255,255,.45), transparent 60%),radial-gradient(700px 320px at 100% 20%, rgba(255,255,255,.30), transparent 60%)}
.mvy-ui-scope .author-banner-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) 320px;gap:20px;align-items:start;padding:24px}
.mvy-ui-scope .author-main{padding:24px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:grid;gap:16px}
.mvy-ui-scope .side-panel,.mvy-ui-scope .mvy-front-card.side-panel{padding:20px;border-radius:24px;background:rgba(255,255,255,.90);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:grid;gap:16px}
.mvy-ui-scope .side-panel h4{margin:0;font-size:17px}
.mvy-ui-scope .metric-grid,.mvy-ui-scope .mvy-status-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mvy-ui-scope .metric,.mvy-ui-scope .mvy-status-box{padding:14px 16px;border-radius:18px;background:rgba(247,248,255,.88);border:1px solid rgba(15,23,42,.08)}
.mvy-ui-scope .metric strong,.mvy-ui-scope .mvy-status-box strong{display:block;font-size:24px;letter-spacing:-.04em}
.mvy-ui-scope .metric span,.mvy-ui-scope .mvy-status-box span{display:block;font-size:13px;color:var(--muted)}
.mvy-ui-scope .subnav{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.mvy-ui-scope .subnav a{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);font-weight:800;box-shadow:var(--shadow-soft)}
.mvy-ui-scope .two-col{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start;margin-top:24px}
.mvy-ui-scope .stack{display:grid;gap:18px}
.mvy-ui-scope .list-card,.mvy-ui-scope .mvy-front-card.list-card{padding:20px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .list-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px}
.mvy-ui-scope .item-list{display:grid;gap:12px}
.mvy-ui-scope .item-row{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:16px;align-items:start;padding:12px;border-radius:18px;background:rgba(247,248,255,.88);border:1px solid rgba(15,23,42,.07)}
.mvy-ui-scope .table,.mvy-ui-scope .mvy-table{width:100%;border-collapse:collapse}
.mvy-ui-scope .table th,.mvy-ui-scope .table td,.mvy-ui-scope .mvy-table th,.mvy-ui-scope .mvy-table td{padding:14px 12px;text-align:left;border-bottom:1px solid rgba(15,23,42,.07);vertical-align:top}
.mvy-ui-scope .table th,.mvy-ui-scope .mvy-table th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--faint)}
.mvy-ui-scope .table tr:last-child td,.mvy-ui-scope .mvy-table tr:last-child td{border-bottom:0}
.mvy-ui-scope .empty,.mvy-ui-scope .mvy-empty-state-soft,.mvy-ui-scope .mvy-empty-panel{padding:24px;border-radius:20px;border:1px dashed rgba(15,23,42,.16);background:rgba(255,255,255,.66);text-align:center;color:var(--muted)}
.mvy-ui-scope .dashboard-layout{display:grid;grid-template-columns:var(--dash-side) minmax(0,1fr);gap:22px;align-items:start;margin-top:24px}
.mvy-ui-scope .dash-side{position:sticky;top:94px;display:grid;gap:16px}
.mvy-ui-scope .profile-shell{padding:22px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,248,255,.84));border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow);display:grid;gap:12px}
.mvy-ui-scope .profile-shell h1{margin:0;font-size:34px;letter-spacing:-.05em}
.mvy-ui-scope .profile-shell p{margin:6px 0 0;color:var(--muted)}
.mvy-ui-scope .tabs-rail{display:grid;gap:8px}
.mvy-ui-scope .tabs-rail a{padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.84);box-shadow:var(--shadow-soft);font-weight:800;color:var(--text)}
.mvy-ui-scope .tabs-rail a.active{background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;border-color:transparent;box-shadow:var(--shadow-strong)}
.mvy-ui-scope .dash-content{display:grid;gap:22px}
.mvy-ui-scope .banner-card{position:relative;overflow:hidden;padding:24px;border-radius:28px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(247,248,255,.84));box-shadow:var(--shadow)}
.mvy-ui-scope .banner-card::before{content:"";position:absolute;inset:0;background:radial-gradient(700px 320px at 12% 0%, rgba(47,107,255,.14), transparent 58%),radial-gradient(760px 360px at 100% 16%, rgba(139,92,246,.14), transparent 56%)}
.mvy-ui-scope .banner-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}
.mvy-ui-scope .banner-main{display:grid;gap:14px}
.mvy-ui-scope .banner-main h2{margin:0;font-size:42px;line-height:1;letter-spacing:-.05em;max-width:11ch}
.mvy-ui-scope .banner-main p{margin:0;color:var(--muted);max-width:66ch}
.mvy-ui-scope .stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.mvy-ui-scope .stat-card,.mvy-ui-scope .mvy-dashboard-stat{padding:16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .stat-card strong,.mvy-ui-scope .mvy-dashboard-stat strong{display:block;font-size:24px;letter-spacing:-.04em}
.mvy-ui-scope .stat-card span,.mvy-ui-scope .mvy-dashboard-stat span{display:block;color:var(--muted);font-size:13px}
.mvy-ui-scope .context-card{padding:18px;border-radius:22px;background:rgba(255,255,255,.84);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:grid;gap:12px}
.mvy-ui-scope .context-card h4{margin:0;font-size:16px}
.mvy-ui-scope .shell-tabs,.mvy-ui-scope .mvy-dashboard-subtabs{display:flex;flex-wrap:wrap;gap:10px}
.mvy-ui-scope .shell-tabs a,.mvy-ui-scope .mvy-dashboard-subtabs a{padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);font-weight:800}
.mvy-ui-scope .shell-tabs a.active,.mvy-ui-scope .mvy-dashboard-subtabs a.is-active{background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;border-color:transparent}
.mvy-ui-scope .panel{padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:grid;gap:18px}
.mvy-ui-scope .panel-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}
.mvy-ui-scope .quick-grid,.mvy-ui-scope .mvy-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.mvy-ui-scope .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.mvy-ui-scope .field-wrap{display:grid;gap:6px}
.mvy-ui-scope .field-wrap span{font-size:13px;font-weight:800;color:var(--muted)}
.mvy-ui-scope .editor-box{min-height:180px;padding:16px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:rgba(247,248,255,.84);color:var(--muted)}
.mvy-ui-scope .upload-box{padding:18px;border-radius:20px;border:1px dashed rgba(15,23,42,.18);background:rgba(247,248,255,.84)}
.mvy-ui-scope .promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.mvy-ui-scope .timeline{display:grid;gap:12px}
.mvy-ui-scope .timeline-item{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:14px;border-radius:18px;background:rgba(247,248,255,.88);border:1px solid rgba(15,23,42,.07)}
.mvy-ui-scope .story-num{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;font-weight:900}
.mvy-ui-scope .notice-bar{padding:14px 18px;border-radius:18px;background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}
.mvy-ui-scope .inline-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mvy-ui-scope .mvy-pagination ul{display:flex;gap:8px;list-style:none;padding:0;margin:20px 0 0;flex-wrap:wrap}
.mvy-ui-scope .mvy-pagination a,.mvy-ui-scope .mvy-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);font-weight:800;color:var(--text)}
.mvy-ui-scope .mvy-pagination .current{background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;border-color:transparent}
.mvy-ui-scope .mvy-breadcrumbs{display:flex;gap:8px;align-items:center;margin:12px 0 16px;color:var(--muted);font-size:13px}
.mvy-ui-scope .mvy-breadcrumbs a{color:var(--text)}
.mvy-ui-scope .mvy-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mvy-ui-scope .mvy-guide-card{display:grid;gap:10px;text-decoration:none;color:var(--text);align-content:start;min-height:210px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,248,255,.9));padding:20px;border-radius:22px;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .mvy-topbar-spacer{height:10px}
.mvy-ui-scope .mvy-divider{height:1px;background:var(--line);margin:10px 0}
.mvy-ui-scope .mvy-field-help{font-size:13px;color:var(--muted);line-height:1.55}
.mvy-ui-scope .mvy-form-stack{display:grid;gap:16px}
.mvy-ui-scope .mvy-shell-actions{display:flex;gap:10px;flex-wrap:wrap}
.mvy-ui-scope .mvy-mini-stack,.mvy-ui-scope .mvy-material-subsection,.mvy-ui-scope .mvy-material-form-premium,.mvy-ui-scope .mvy-earnings-grid{display:grid;gap:18px}
.mvy-ui-scope .mvy-material-block,.mvy-ui-scope .mvy-inner-card,.mvy-ui-scope .mvy-form-step,.mvy-ui-scope .mvy-guidance-card{padding:20px;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:var(--shadow-soft)}
.mvy-ui-scope .mvy-dashboard-notice{padding:14px 18px;border-radius:18px;background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);margin-bottom:10px}
.mvy-ui-scope .mvy-dashboard-notice.is-error{border-color:rgba(220,38,38,.16);background:rgba(220,38,38,.06)}
.mvy-ui-scope .mvy-dashboard-notice.is-success{border-color:rgba(34,197,94,.18);background:rgba(34,197,94,.08)}
.mvy-ui-scope .mvy-dashboard-subtabs a{color:var(--text)}
.mvy-ui-scope .mvy-dashboard-subtabs a.is-active{color:#fff}
.mvy-ui-scope .mvy-overview-grid{grid-template-columns:1.1fr .9fr}
.mvy-ui-scope .mvy-thumb-cover img{width:100%;height:100%;object-fit:cover}
.mvy-ui-scope .mvy-item-card,.mvy-ui-scope .mvy-material-card{padding:0 !important}
.mvy-ui-scope .mvy-rich-text p{margin:0 0 12px;color:var(--muted);font-size:15px;line-height:1.7}
.mvy-ui-scope .mvy-term-groups{display:grid;gap:14px;margin-top:10px}
.mvy-ui-scope .mvy-term-group strong{display:block;margin:0 0 6px;font-size:14px;color:var(--text)}
@media (max-width:1180px){
.mvy-ui-scope .hero-grid,.mvy-ui-scope .author-banner-inner,.mvy-ui-scope .two-col,.mvy-ui-scope .banner-inner,.mvy-ui-scope .promo-grid,.mvy-ui-scope .dashboard-layout,.mvy-ui-scope .layout-catalog,.mvy-ui-scope .mvy-detail-grid,.mvy-ui-scope .mvy-detail-hero,.mvy-ui-scope .mvy-overview-grid,.mvy-ui-scope .mvy-promo-highlight{grid-template-columns:1fr}
.mvy-ui-scope .dash-side,.mvy-ui-scope .filter-rail,.mvy-ui-scope .mvy-account-nav{position:static}
}
@media (max-width:860px){
.mvy-ui-scope.mvy-front-shell{padding:0 16px 70px}
.mvy-ui-scope .grid-3,.mvy-ui-scope .grid-4,.mvy-ui-scope .grid-2,.mvy-ui-scope .quick-grid,.mvy-ui-scope .form-grid,.mvy-ui-scope .hero-micro,.mvy-ui-scope .metric-grid,.mvy-ui-scope .inline-metrics{grid-template-columns:1fr}
.mvy-ui-scope .item-row{grid-template-columns:1fr}
.mvy-ui-scope .banner-main h2,.mvy-ui-scope .hero h1,.mvy-ui-scope .mvy-detail-copy h1{max-width:none;font-size:clamp(34px,8vw,46px)}
.mvy-ui-scope .hero{border-radius:26px}
.mvy-ui-scope .cards,.mvy-ui-scope .mvy-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
.mvy-ui-scope .cards,.mvy-ui-scope .mvy-card-grid{grid-template-columns:1fr}
}
.mvy-ui-scope .two-col{grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start;margin-top:24px}
@media (max-width:980px){
.mvy-ui-scope .two-col{grid-template-columns:1fr}
}
.mvy-ui-scope{--content-wide:1520px}
.mvy-ui-scope .author-banner{margin-bottom:24px}
.mvy-ui-scope .author-banner-inner{grid-template-columns:minmax(0,1.16fr) 320px;gap:20px;align-items:stretch;padding:24px}
.mvy-ui-scope .author-main{min-height:284px}
.mvy-ui-scope .author-main{padding:24px 26px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);display:grid;gap:16px;align-content:start}
.mvy-ui-scope .mini-author,.mvy-ui-scope .mvy-card-author-mini{gap:8px;padding-top:12px}
.mvy-ui-scope .mini-author .avatar,.mvy-ui-scope .mini-author img,.mvy-ui-scope .mvy-card-author-mini .avatar,.mvy-ui-scope .mvy-card-author-mini img{width:28px;height:28px;border-width:1px;border-radius:999px}
.mvy-ui-scope .mini-author strong,.mvy-ui-scope .mvy-card-author-mini strong{font-size:13px;font-weight:800;line-height:1.2}
.mvy-ui-scope .mini-author span,.mvy-ui-scope .mvy-card-author-mini span{display:none!important}
@media (max-width:1280px){
.mvy-ui-scope .author-banner-inner{grid-template-columns:minmax(0,1fr) 300px}
}
@media (max-width:980px){
.mvy-ui-scope .author-banner-inner,.mvy-ui-scope .two-col{grid-template-columns:1fr}
.mvy-ui-scope .author-main{min-height:auto}
}
@media (max-width:700px){
.mvy-ui-scope .author-main{padding:18px}
}
.mvy-ui-scope{--content-wide:1560px}
.mvy-ui-scope .author-banner{background:linear-gradient(135deg,#e7e3ff 0%, #d9dcff 54%, #eadfff 100%);box-shadow:0 16px 32px rgba(47,107,255,.10);border-color:rgba(126,104,255,.12)}
.mvy-ui-scope .author-banner::before{background:radial-gradient(640px 280px at 8% 0%, rgba(255,255,255,.38), transparent 58%),radial-gradient(680px 280px at 100% 10%, rgba(255,255,255,.22), transparent 60%)}
.mvy-ui-scope .author-banner-inner{gap:28px;padding:28px}
.mvy-ui-scope .author-main{min-height:292px}
.mvy-ui-scope .author-main{background:rgba(255,255,255,.94);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);padding:28px 30px;border-radius:24px}
.mvy-ui-scope .material-card .thumb,.mvy-ui-scope .mvy-material-card .thumb{aspect-ratio:1/1 !important;border-radius:18px 18px 0 0}
.mvy-ui-scope .material-card .thumb img,.mvy-ui-scope .mvy-material-card .thumb img{width:100%;height:100%;object-fit:cover}
.mvy-ui-scope .mvy-card-price-actions{align-items:end;gap:14px}
.mvy-ui-scope .mvy-card-action-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.mvy-ui-scope .mvy-card-buy{min-height:40px;padding:10px 14px}
.mvy-ui-scope .mini-author,.mvy-ui-scope .mvy-card-author-mini{display:flex;align-items:center;gap:8px;padding-top:12px;margin-top:auto}
.mvy-ui-scope .mini-author strong,.mvy-ui-scope .mvy-card-author-mini strong{font-size:13px}
.mvy-ui-scope .mvy-favorite-form{margin-left:auto}
.mvy-ui-scope .mvy-favorite-button{width:34px;height:34px;border-radius:999px;border:1px solid rgba(15,23,42,.10);background:rgba(255,255,255,.92);display:grid;place-items:center;box-shadow:var(--shadow-soft);font-weight:900;color:var(--muted);transition:.14s ease;cursor:pointer}
.mvy-ui-scope .mvy-favorite-button:hover{transform:translateY(-1px);color:var(--text)}
.mvy-ui-scope .mvy-favorite-button.is-active{background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;border-color:transparent}
@media (max-width:980px){
.mvy-ui-scope .author-banner-inner,.mvy-ui-scope .two-col{grid-template-columns:1fr}
.mvy-ui-scope .author-main{min-height:auto}
}
.mvy-pagination{margin-top:18px}
.mvy-public-webinars-page2{--mvy-pw-bg:#f7f8ff;
  --mvy-pw-card:#fff;
  --mvy-pw-text:rgba(10,14,20,.92);
  --mvy-pw-muted:rgba(10,14,20,.66);
  --mvy-pw-faint:rgba(10,14,20,.50);
  --mvy-pw-border:rgba(15,23,42,.10);
  --mvy-pw-a1:#2f6bff;
  --mvy-pw-a2:#8b5cf6;
  --mvy-pw-soft1:rgba(47,107,255,.10);
  --mvy-pw-soft2:rgba(139,92,246,.10);
  --mvy-pw-sh:0 10px 28px rgba(2,6,23,.08);
  --mvy-pw-sh2:0 6px 16px rgba(2,6,23,.06);
  max-width:1180px;
  margin:0 auto;
  padding:34px 18px 56px;
  color:var(--mvy-pw-text);
  line-height:1.5;}
.mvy-public-webinars-page2 *,.mvy-public-webinars-page2 *::before,.mvy-public-webinars-page2 *::after{box-sizing:border-box}
.mvy-public-webinars-page2 a{text-decoration:none;color:inherit}
.mvy-public-webinars-page2 .mvy-pw-hero{position:relative;
  overflow:hidden;
  border:1px solid var(--mvy-pw-border);
  border-radius:28px;
  background:
    linear-gradient(140deg,rgba(255,255,255,.96),rgba(255,255,255,.86)),
    radial-gradient(760px 360px at 75% 10%,rgba(139,92,246,.20),transparent 58%),
    radial-gradient(680px 320px at 8% 0%,rgba(47,107,255,.14),transparent 58%);
  box-shadow:var(--mvy-pw-sh);
  min-height:360px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 470px;
  gap:26px;
  align-items:center;
  padding:44px 48px;}
.mvy-public-webinars-page2 .mvy-pw-kicker{display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  margin-bottom:16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 4px 10px rgba(2,6,23,.04);
  color:#4f46e5;
  font-size:12px;
  font-weight:950;}
.mvy-public-webinars-page2 .mvy-pw-kicker::before{content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--mvy-pw-a1),var(--mvy-pw-a2));}
.mvy-public-webinars-page2 .mvy-pw-hero h1{margin:0;
  font-size:clamp(36px,4vw,58px);
  line-height:1.02;
  letter-spacing:-1.4px;
  max-width:13.5ch;
  font-weight:950;
  color:var(--mvy-pw-text);}
.mvy-public-webinars-page2 .mvy-pw-hero h1 span{background:linear-gradient(135deg,var(--mvy-pw-a1),var(--mvy-pw-a2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;}
.mvy-public-webinars-page2 .mvy-pw-lead{max-width:62ch;
  margin:18px 0 0;
  color:var(--mvy-pw-muted);
  font-size:16px;
  line-height:1.65;}
.mvy-public-webinars-page2 .mvy-pw-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.mvy-public-webinars-page2 .mvy-pw-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:12px 19px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color:rgba(10,14,20,.84);
  box-shadow:var(--mvy-pw-sh2);
  font-size:14px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .14s ease, box-shadow .14s ease;}
.mvy-public-webinars-page2 .mvy-pw-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(2,6,23,.09)}
.mvy-public-webinars-page2 .mvy-pw-btn.primary{color:#fff;
  border:0;
  background:linear-gradient(135deg,var(--mvy-pw-a1),var(--mvy-pw-a2));
  box-shadow:0 16px 32px rgba(47,107,255,.24);}
.mvy-public-webinars-page2 .mvy-pw-btn svg{width:18px;height:18px}
.mvy-public-webinars-page2 .mvy-pw-visual{position:relative;min-height:285px;isolation:isolate}
.mvy-public-webinars-page2 .mvy-pw-visual::before{content:"";
  position:absolute;
  inset:20px 8px 10px 4px;
  border-radius:999px;
  background:
    radial-gradient(circle at 28% 44%,rgba(47,107,255,.12),transparent 33%),
    radial-gradient(circle at 72% 34%,rgba(139,92,246,.16),transparent 34%),
    rgba(255,255,255,.36);
  z-index:-2;}
.mvy-public-webinars-page2 .mvy-pw-webinar-card{position:absolute;
  right:20px;
  top:20px;
  width:320px;
  min-height:190px;
  padding:14px;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 44px rgba(47,107,255,.14);}
.mvy-public-webinars-page2 .mvy-pw-windowbar{display:flex;align-items:center;gap:5px;height:18px;margin-bottom:10px}
.mvy-public-webinars-page2 .mvy-pw-windowbar i{width:7px;height:7px;border-radius:999px;background:rgba(15,23,42,.14)}
.mvy-public-webinars-page2 .mvy-pw-live{margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:5px;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  background:#fff0ed;
  color:#f0523d;
  font-size:10px;
  font-weight:950;}
.mvy-public-webinars-page2 .mvy-pw-video{position:relative;
  height:116px;
  border-radius:18px;
  overflow:hidden;
  background:radial-gradient(circle at 68% 28%,rgba(255,255,255,.45),transparent 13%),linear-gradient(135deg,#2f6bff,#8b5cf6);}
.mvy-public-webinars-page2 .mvy-pw-video::before{content:"";
  position:absolute;
  left:38px;
  bottom:0;
  width:82px;
  height:96px;
  border-radius:40px 40px 8px 8px;
  background:#1e3a8a;
  box-shadow:0 -42px 0 -18px #f2c1a4;}
.mvy-public-webinars-page2 .mvy-pw-video::after{content:"";
  position:absolute;
  left:72px;
  top:42px;
  width:54px;
  height:38px;
  border-radius:999px;
  border:8px solid rgba(255,255,255,.88);
  border-left-color:transparent;
  transform:rotate(-12deg);
  opacity:.9;}
.mvy-public-webinars-page2 .mvy-pw-play{position:absolute;
  left:50%;
  top:50%;
  width:54px;
  height:54px;
  transform:translate(-50%,-50%);
  border-radius:999px;
  background:rgba(255,255,255,.95);
  display:grid;
  place-items:center;
  color:#4f46e5;
  box-shadow:0 12px 28px rgba(15,23,42,.12);}
.mvy-public-webinars-page2 .mvy-pw-play svg{width:22px;height:22px;margin-left:3px}
.mvy-public-webinars-page2 .mvy-pw-lines{display:grid;grid-template-columns:1fr 70px;gap:10px;margin-top:12px}
.mvy-public-webinars-page2 .mvy-pw-linegroup,.mvy-public-webinars-page2 .mvy-pw-chat{display:grid;gap:8px}
.mvy-public-webinars-page2 .mvy-pw-line{height:9px;border-radius:999px;background:rgba(99,102,241,.14)}
.mvy-public-webinars-page2 .mvy-pw-line:nth-child(1){width:96%}
.mvy-public-webinars-page2 .mvy-pw-line:nth-child(2){width:70%}
.mvy-public-webinars-page2 .mvy-pw-line:nth-child(3){width:84%}
.mvy-public-webinars-page2 .mvy-pw-chat span{height:10px;border-radius:999px;background:rgba(139,92,246,.13)}
.mvy-public-webinars-page2 .mvy-pw-person{position:absolute;
  left:10px;
  bottom:2px;
  width:182px;
  height:202px;
  border-radius:90px 90px 38px 38px;
  background:radial-gradient(circle at 50% 18%,#f2c1a4 0 28px,transparent 29px),linear-gradient(180deg,transparent 0 60px,#c4b5fd 61px 100%);
  box-shadow:0 18px 42px rgba(139,92,246,.13);}
.mvy-public-webinars-page2 .mvy-pw-person::before{content:"";
  position:absolute;
  left:55px;
  top:18px;
  width:78px;
  height:42px;
  border-radius:50% 50% 38% 38%;
  background:#2f2145;
  transform:rotate(-7deg);}
.mvy-public-webinars-page2 .mvy-pw-person::after{content:"";
  position:absolute;
  left:35px;
  bottom:22px;
  width:126px;
  height:74px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 30px rgba(2,6,23,.10);}
.mvy-public-webinars-page2 .mvy-pw-laptop-logo{position:absolute;
  left:84px;
  bottom:50px;
  width:28px;
  height:28px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--mvy-pw-a1),var(--mvy-pw-a2));
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:950;
  z-index:2;}
.mvy-public-webinars-page2 .mvy-pw-calendar{position:absolute;
  right:0;
  bottom:4px;
  width:148px;
  padding:14px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.09);
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 36px rgba(15,23,42,.10);}
.mvy-public-webinars-page2 .mvy-pw-calendar h3{margin:0 0 10px;font-size:12px;display:flex;justify-content:space-between;align-items:center}
.mvy-public-webinars-page2 .mvy-pw-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.mvy-public-webinars-page2 .mvy-pw-days span{aspect-ratio:1;display:grid;place-items:center;border-radius:8px;color:rgba(10,14,20,.50);font-size:9px;font-weight:800}
.mvy-public-webinars-page2 .mvy-pw-days .hit{color:#fff;background:linear-gradient(135deg,var(--mvy-pw-a1),var(--mvy-pw-a2))}
.mvy-public-webinars-page2 .mvy-pw-idea{position:absolute;
  left:172px;
  top:2px;
  width:58px;
  height:58px;
  border-radius:22px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--mvy-pw-sh2);
  display:grid;
  place-items:center;
  color:#6d5df5;}
.mvy-public-webinars-page2 .mvy-pw-idea svg{width:30px;height:30px}
.mvy-public-webinars-page2 .mvy-pw-filter{margin-top:22px;
  border:1px solid var(--mvy-pw-border);
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:var(--mvy-pw-sh2);
  padding:14px;
  display:grid;
  grid-template-columns:1.45fr repeat(4,minmax(130px,.8fr)) auto;
  gap:10px;
  align-items:center;}
.mvy-public-webinars-page2 .mvy-pw-field{min-height:54px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 13px;
  color:rgba(10,14,20,.70);
  font-size:13px;
  font-weight:750;
  min-width:0;}
.mvy-public-webinars-page2 .mvy-pw-field svg{width:18px;height:18px;color:rgba(47,107,255,.70);flex:0 0 auto}
.mvy-public-webinars-page2 .mvy-pw-field small{display:block;
  color:var(--mvy-pw-faint);
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;}
.mvy-public-webinars-page2 .mvy-pw-field input,.mvy-public-webinars-page2 .mvy-pw-field select{width:100%;
  min-width:0;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(10,14,20,.74);
  font:inherit;
  font-weight:850;
  padding:0!important;
  outline:0;}
.mvy-public-webinars-page2 .mvy-pw-search-field input{font-weight:750}
.mvy-public-webinars-page2 .mvy-pw-filter .mvy-pw-btn{min-height:54px;padding-inline:24px;box-shadow:0 12px 24px rgba(47,107,255,.18)}
.mvy-public-webinars-page2 .mvy-pw-filter .mvy-pw-clear{grid-column:1/-1;justify-self:end;min-height:38px;box-shadow:var(--mvy-pw-sh2)}
.mvy-public-webinars-page2 .mvy-pw-stats{display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;}
.mvy-public-webinars-page2 .mvy-pw-stat{display:flex;
  align-items:center;
  gap:16px;
  min-height:104px;
  padding:22px;
  border:1px solid var(--mvy-pw-border);
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:var(--mvy-pw-sh2);}
.mvy-public-webinars-page2 .mvy-pw-stat-icon{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,var(--mvy-pw-soft1),var(--mvy-pw-soft2));display:grid;place-items:center;color:#5b45dd;flex:0 0 auto}
.mvy-public-webinars-page2 .mvy-pw-stat-icon svg{width:30px;height:30px}
.mvy-public-webinars-page2 .mvy-pw-stat strong{display:block;font-size:30px;line-height:1;letter-spacing:-.6px;font-weight:950;color:#315dea}
.mvy-public-webinars-page2 .mvy-pw-stat b{display:block;margin-top:4px;font-size:13px}
.mvy-public-webinars-page2 .mvy-pw-stat span{display:block;margin-top:2px;color:var(--mvy-pw-muted);font-size:12px}
.mvy-public-webinars-page2 .mvy-pw-section{margin-top:30px}
.mvy-public-webinars-page2 .mvy-pw-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.mvy-public-webinars-page2 .mvy-pw-section-title{display:flex;align-items:center;gap:10px;margin:0;font-size:24px;line-height:1.1;letter-spacing:-.45px;color:var(--mvy-pw-text)}
.mvy-public-webinars-page2 .mvy-pw-section-title::before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--mvy-pw-a1),var(--mvy-pw-a2));box-shadow:0 0 0 5px rgba(47,107,255,.10);flex:0 0 auto}
.mvy-public-webinars-page2 .mvy-pw-section-head p{margin:6px 0 0 20px;color:var(--mvy-pw-muted);font-size:14px}
.mvy-public-webinars-page2 .mvy-pw-all{color:#365eea;font-size:13px;font-weight:950;white-space:nowrap}
.mvy-public-webinars-page2 .mvy-pw-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.mvy-public-webinars-page2 .mvy-pw-card{overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:20px;background:#fff;box-shadow:var(--mvy-pw-sh2);display:flex;flex-direction:column;min-height:368px}
.mvy-public-webinars-page2 .mvy-pw-thumb{position:relative;
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.42),transparent 16%),linear-gradient(135deg,#dbeafe,#ede9fe);}
.mvy-public-webinars-page2 .mvy-pw-thumb img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}
.mvy-public-webinars-page2 .mvy-pw-thumb.ai{background:radial-gradient(circle at 72% 30%,rgba(255,255,255,.55),transparent 13%),radial-gradient(circle at 24% 68%,rgba(47,107,255,.25),transparent 22%),linear-gradient(135deg,#bfdbfe,#e0e7ff)}
.mvy-public-webinars-page2 .mvy-pw-thumb.eval{background:radial-gradient(circle at 70% 40%,rgba(239,68,68,.26),transparent 16%),radial-gradient(circle at 32% 68%,rgba(245,158,11,.20),transparent 20%),linear-gradient(135deg,#fef3c7,#ede9fe)}
.mvy-public-webinars-page2 .mvy-pw-thumb.class{background:radial-gradient(circle at 50% 68%,rgba(15,23,42,.16),transparent 27%),linear-gradient(135deg,#d9f99d,#bfdbfe)}
.mvy-public-webinars-page2 .mvy-pw-thumb.materials{background:radial-gradient(circle at 76% 26%,rgba(47,107,255,.18),transparent 18%),linear-gradient(135deg,#e0f2fe,#eff6ff)}
.mvy-public-webinars-page2 .mvy-pw-thumb.tools{background:radial-gradient(circle at 34% 32%,rgba(34,197,94,.18),transparent 18%),linear-gradient(135deg,#ccfbf1,#dbeafe)}
.mvy-public-webinars-page2 .mvy-pw-thumb::before{content:"";position:absolute;left:16px;right:16px;bottom:16px;height:52px;border-radius:16px;background:rgba(255,255,255,.76);box-shadow:0 12px 26px rgba(15,23,42,.08);z-index:0}
.mvy-public-webinars-page2 .mvy-pw-thumb.ai::after{content:"AI";position:absolute;right:18px;top:34px;width:62px;height:62px;border-radius:22px;display:grid;place-items:center;color:#fff;font-size:22px;font-weight:950;background:linear-gradient(135deg,#2f6bff,#8b5cf6);box-shadow:0 16px 30px rgba(47,107,255,.24);z-index:0}
.mvy-public-webinars-page2 .mvy-pw-thumb.eval::after{content:"";position:absolute;right:24px;top:24px;width:86px;height:86px;border-radius:50%;border:14px solid rgba(239,68,68,.72);box-shadow:inset 0 0 0 12px rgba(255,255,255,.72),0 12px 24px rgba(239,68,68,.12);z-index:0}
.mvy-public-webinars-page2 .mvy-pw-thumb.class::after{content:"";position:absolute;left:30px;top:38px;width:180px;height:72px;border-radius:999px;background:radial-gradient(circle at 16% 50%,#f97316 0 14px,transparent 15px),radial-gradient(circle at 36% 50%,#22c55e 0 14px,transparent 15px),radial-gradient(circle at 56% 50%,#2f6bff 0 14px,transparent 15px),radial-gradient(circle at 76% 50%,#8b5cf6 0 14px,transparent 15px);z-index:0}
.mvy-public-webinars-page2 .mvy-pw-thumb.materials::after{content:"";position:absolute;left:34px;top:26px;width:120px;height:94px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:10px 12px 0 rgba(47,107,255,.14);z-index:0}
.mvy-public-webinars-page2 .mvy-pw-thumb.tools::after{content:"";position:absolute;left:35px;top:28px;width:132px;height:88px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 28px rgba(15,23,42,.08);z-index:0}
.mvy-public-webinars-page2 .mvy-pw-thumb.has-image::before,.mvy-public-webinars-page2 .mvy-pw-thumb.has-image::after{display:none}
.mvy-public-webinars-page2 .mvy-pw-ribbon{position:absolute;top:12px;left:12px;z-index:3;display:inline-flex;min-height:24px;align-items:center;padding:0 9px;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:10px;font-weight:950;box-shadow:0 8px 18px rgba(2,6,23,.08)}
.mvy-public-webinars-page2 .mvy-pw-ribbon.purple{background:#f3e8ff;color:#7e22ce}
.mvy-public-webinars-page2 .mvy-pw-ribbon.orange{background:#fff7ed;color:#c2410c}
.mvy-public-webinars-page2 .mvy-pw-ribbon.blue{background:#eff6ff;color:#1d4ed8}
.mvy-public-webinars-page2 .mvy-pw-card-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}
.mvy-public-webinars-page2 .mvy-pw-card h3{margin:0;font-size:17px;line-height:1.16;letter-spacing:-.25px;color:var(--mvy-pw-text)}
.mvy-public-webinars-page2 .mvy-pw-card p{margin:0;color:var(--mvy-pw-muted);font-size:12px;line-height:1.45}
.mvy-public-webinars-page2 .mvy-pw-author{display:flex;align-items:center;gap:8px;margin-top:auto;font-size:12px;font-weight:850}
.mvy-public-webinars-page2 .mvy-pw-avatar{width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#8b5cf6);flex:0 0 auto;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:950}
.mvy-public-webinars-page2 .mvy-pw-meta{display:flex;flex-wrap:wrap;gap:8px 11px;color:rgba(10,14,20,.55);font-size:11px;font-weight:800}
.mvy-public-webinars-page2 .mvy-pw-meta span{display:inline-flex;align-items:center;gap:4px}
.mvy-public-webinars-page2 .mvy-pw-card .mvy-pw-btn{min-height:38px;width:100%;margin-top:2px;font-size:12px}
.mvy-public-webinars-page2 .mvy-pw-card .mvy-pw-btn.primary{box-shadow:0 12px 24px rgba(47,107,255,.18)}
.mvy-public-webinars-page2 .mvy-pw-empty{border:1px dashed rgba(47,107,255,.24);
  border-radius:22px;
  background:linear-gradient(180deg,#faf9ff,#fff);
  color:var(--mvy-pw-muted);
  padding:34px;
  text-align:center;
  box-shadow:var(--mvy-pw-sh2);}
.mvy-public-webinars-page2 .mvy-pw-empty strong{display:block;color:var(--mvy-pw-text);font-size:19px;margin-bottom:6px}
.mvy-public-webinars-page2 .mvy-pw-empty .mvy-pw-btn{margin-top:18px}
.mvy-public-webinars-page2 .mvy-pw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px}
.mvy-public-webinars-page2 .mvy-pw-step{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;min-height:118px;padding:20px;border:1px solid var(--mvy-pw-border);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:var(--mvy-pw-sh2)}
.mvy-public-webinars-page2 .mvy-pw-step-number{position:absolute;left:14px;top:14px;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid rgba(15,23,42,.10);color:#4f46e5;font-size:11px;font-weight:950}
.mvy-public-webinars-page2 .mvy-pw-step-icon{width:54px;height:54px;border-radius:19px;background:linear-gradient(135deg,var(--mvy-pw-soft1),var(--mvy-pw-soft2));display:grid;place-items:center;color:#5b45dd}
.mvy-public-webinars-page2 .mvy-pw-step-icon svg{width:29px;height:29px}
.mvy-public-webinars-page2 .mvy-pw-step h3{margin:0 0 4px;font-size:16px;letter-spacing:-.2px;color:var(--mvy-pw-text)}
.mvy-public-webinars-page2 .mvy-pw-step p{margin:0;color:var(--mvy-pw-muted);font-size:13px}
.mvy-public-webinars-page2 .mvy-pw-pagination{margin-top:28px}
@media (max-width:1080px){
.mvy-public-webinars-page2 .mvy-pw-hero{grid-template-columns:1fr;padding:34px 28px}
.mvy-public-webinars-page2 .mvy-pw-visual{min-height:330px}
.mvy-public-webinars-page2 .mvy-pw-filter{grid-template-columns:1fr 1fr}
.mvy-public-webinars-page2 .mvy-pw-filter .mvy-pw-btn.primary{grid-column:1/-1}
.mvy-public-webinars-page2 .mvy-pw-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:760px){
.mvy-public-webinars-page2{padding:22px 14px 36px}
.mvy-public-webinars-page2 .mvy-pw-hero{padding:26px 18px;border-radius:22px}
.mvy-public-webinars-page2 .mvy-pw-hero h1{font-size:36px}
.mvy-public-webinars-page2 .mvy-pw-visual{transform:scale(.86);transform-origin:left top;height:295px;margin-bottom:-40px}
.mvy-public-webinars-page2 .mvy-pw-filter,.mvy-public-webinars-page2 .mvy-pw-stats,.mvy-public-webinars-page2 .mvy-pw-grid,.mvy-public-webinars-page2 .mvy-pw-steps{grid-template-columns:1fr}
.mvy-public-webinars-page2 .mvy-pw-section-head{align-items:flex-start;flex-direction:column}
}
.mvy-public-webinars-page2 .mvy-pw-steps{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  align-items:stretch;}
.mvy-public-webinars-page2 .mvy-pw-step{display:grid;
  grid-template-columns:62px minmax(0,1fr);
  align-items:flex-start;
  gap:16px;
  min-width:0;
  min-height:132px;
  padding:26px 22px 22px;
  overflow:visible;}
.mvy-public-webinars-page2 .mvy-pw-step-number{left:16px;
  top:14px;
  z-index:2;
  line-height:1;}
.mvy-public-webinars-page2 .mvy-pw-step-icon{flex:0 0 54px;
  margin-top:16px;
  position:relative;
  z-index:1;}
.mvy-public-webinars-page2 .mvy-pw-step-copy{min-width:0;
  width:100%;
  max-width:none;
  padding-top:16px;}
.mvy-public-webinars-page2 .mvy-pw-step-copy h3,.mvy-public-webinars-page2 .mvy-pw-step-copy p{display:block;
  width:auto;
  max-width:none;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none;
  text-align:left;}
.mvy-public-webinars-page2 .mvy-pw-step-copy h3{line-height:1.22;
  margin:0 0 7px;}
.mvy-public-webinars-page2 .mvy-pw-step-copy p{line-height:1.48;}
@media (max-width:760px){
.mvy-public-webinars-page2 .mvy-pw-steps{grid-template-columns:1fr}
.mvy-public-webinars-page2 .mvy-pw-step{grid-template-columns:56px minmax(0,1fr);padding:24px 18px 20px}
}
.mvy-public-webinars-page2 .mvy-pw-steps{display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;}
.mvy-public-webinars-page2 .mvy-pw-step{position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:18px !important;
  min-width:0 !important;
  width:100% !important;
  min-height:150px !important;
  padding:24px !important;
  overflow:visible !important;}
.mvy-public-webinars-page2 .mvy-pw-step-top{display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:14px !important;
  width:100% !important;
  min-width:0 !important;}
.mvy-public-webinars-page2 .mvy-pw-step-number{position:static !important;
  flex:0 0 auto !important;
  width:26px !important;
  height:26px !important;
  line-height:1 !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;}
.mvy-public-webinars-page2 .mvy-pw-step-icon{flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  margin:0 !important;
  display:grid !important;
  place-items:center !important;}
.mvy-public-webinars-page2 .mvy-pw-step-copy{display:block !important;
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  padding:0 !important;}
.mvy-public-webinars-page2 .mvy-pw-step-copy h3,.mvy-public-webinars-page2 .mvy-pw-step-copy p{display:block !important;
  width:100% !important;
  max-width:none !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-align:left !important;}
.mvy-public-webinars-page2 .mvy-pw-step-copy h3{margin:0 0 7px !important;
  font-size:17px !important;
  line-height:1.22 !important;
  letter-spacing:-.2px !important;}
.mvy-public-webinars-page2 .mvy-pw-step-copy p{margin:0 !important;
  font-size:13px !important;
  line-height:1.5 !important;}
@media (max-width:900px){
.mvy-public-webinars-page2 .mvy-pw-steps{grid-template-columns:1fr !important}
}
.mvy-public-webinars-page2 .mvy-pw-filter{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(132px,.8fr)) auto !important;
  align-items:stretch !important;
  gap:10px !important;
  overflow:visible !important;}
.mvy-public-webinars-page2 .mvy-pw-field,.mvy-public-webinars-page2 .mvy-pw-picker > summary,.mvy-public-webinars-page2 .mvy-pw-filter .mvy-pw-btn.primary{min-height:48px !important;
  height:48px !important;
  border-radius:16px !important;}
.mvy-public-webinars-page2 .mvy-pw-field{padding:8px 13px !important;}
.mvy-public-webinars-page2 .mvy-pw-search-field input{height:auto !important;
  line-height:1.2 !important;}
.mvy-public-webinars-page2 .mvy-pw-picker{position:relative !important;
  min-width:0 !important;
  z-index:5;}
.mvy-public-webinars-page2 .mvy-pw-picker[open]{z-index:30 !important}
.mvy-public-webinars-page2 .mvy-pw-picker > summary{list-style:none !important;
  cursor:pointer !important;
  border:1px solid rgba(15,23,42,.10) !important;
  background:#fff !important;
  box-shadow:none !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:3px !important;
  padding:7px 13px !important;
  color:rgba(10,14,20,.76) !important;
  font-size:13px !important;
  font-weight:850 !important;
  min-width:0 !important;}
.mvy-public-webinars-page2 .mvy-pw-picker > summary::-webkit-details-marker{display:none !important}
.mvy-public-webinars-page2 .mvy-pw-picker > summary::after{content:"";
  position:absolute;
  right:13px;
  top:50%;
  width:8px;
  height:8px;
  border-right:2px solid rgba(47,107,255,.72);
  border-bottom:2px solid rgba(47,107,255,.72);
  transform:translateY(-65%) rotate(45deg);
  pointer-events:none;}
.mvy-public-webinars-page2 .mvy-pw-picker[open] > summary::after{transform:translateY(-35%) rotate(225deg)}
.mvy-public-webinars-page2 .mvy-pw-picker > summary small{display:block !important;
  color:var(--mvy-pw-faint) !important;
  font-size:9px !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
  line-height:1 !important;
  padding-right:18px !important;}
.mvy-public-webinars-page2 .mvy-pw-picker > summary span{display:block !important;
  max-width:100% !important;
  padding-right:20px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  line-height:1.15 !important;}
.mvy-public-webinars-page2 .mvy-pw-picker-menu{position:absolute !important;
  left:0 !important;
  top:calc(100% + 8px) !important;
  width:min(260px,80vw) !important;
  padding:8px !important;
  border:1px solid rgba(15,23,42,.10) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(2,6,23,.14) !important;
  display:grid !important;
  gap:5px !important;}
.mvy-public-webinars-page2 .mvy-pw-picker-option{min-height:38px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:8px 10px !important;
  border-radius:13px !important;
  color:rgba(10,14,20,.74) !important;
  font-size:13px !important;
  font-weight:850 !important;
  cursor:pointer !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;}
.mvy-public-webinars-page2 .mvy-pw-picker-option:hover,.mvy-public-webinars-page2 .mvy-pw-picker-option.is-selected{background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10)) !important;
  color:rgba(10,14,20,.92) !important;}
.mvy-public-webinars-page2 .mvy-pw-picker-option input{appearance:none !important;
  width:18px !important;
  height:18px !important;
  flex:0 0 18px !important;
  border:1px solid rgba(47,107,255,.28) !important;
  border-radius:999px !important;
  background:#fff !important;
  margin:0 !important;}
.mvy-public-webinars-page2 .mvy-pw-picker-option input:checked{border:5px solid #4f63f6 !important;}
.mvy-public-webinars-page2 .mvy-pw-stat-icon{display:grid !important;
  place-items:center !important;
  text-align:center !important;
  line-height:0 !important;
  overflow:hidden !important;}
.mvy-public-webinars-page2 .mvy-pw-stat-icon svg{display:block !important;
  width:30px !important;
  height:30px !important;
  margin:0 !important;
  position:static !important;
  transform:none !important;
  max-width:none !important;
  max-height:none !important;}
@media (max-width:1080px){
.mvy-public-webinars-page2 .mvy-pw-filter{grid-template-columns:1fr 1fr !important}
.mvy-public-webinars-page2 .mvy-pw-filter .mvy-pw-btn.primary{grid-column:1/-1 !important}
}
@media (max-width:760px){
.mvy-public-webinars-page2 .mvy-pw-filter{grid-template-columns:1fr !important}
.mvy-public-webinars-page2 .mvy-pw-picker-menu{position:static !important;width:100% !important;margin-top:8px !important}
}
@keyframes mvyPurchaseToastIn{
from{opacity:0;transform:translateY(12px) scale(.98);}
to{opacity:1;transform:translateY(0) scale(1);}
}
@keyframes mvyPurchaseToastOut{
from{opacity:1;transform:translateY(0) scale(1);}
to{opacity:0;transform:translateY(10px) scale(.98);}
}
.mvy-founding-badge{display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:8px;
  padding:5px 9px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(139,92,246,.22);
  background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.12));
  color:#4c1d95;
  vertical-align:middle;}
.mvy-sale-badge-overlay{position:absolute;
  top:12px;
  right:12px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(245,158,11,.26);
  background:linear-gradient(135deg, rgba(255,247,237,.96), rgba(255,237,213,.94));
  color:#b45309;
  font-size:13px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(146,64,14,.12);
  pointer-events:none;}
.mvy-detail-main-media-inner{position:relative;}
.mvy-price-stack{display:inline-grid;
  gap:3px;
  align-items:start;}
.mvy-price-stack .mvy-price{line-height:1.05;}
.mvy-price-old{color:var(--mvy-muted, rgba(10,14,20,.58));
  font-size:12px;
  font-weight:700;
  text-decoration:line-through;
  text-decoration-thickness:1.5px;}
@media (max-width: 640px){
.mvy-sale-badge-overlay{top:10px;right:10px;font-size:12px;padding:5px 9px;}
}
.mvy-bundle-badge-stack{position:absolute;
  top:12px;
  left:12px;
  z-index:3;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;}
.mvy-bundle-badge,.mvy-bundle-discount-badge{display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 6px 16px rgba(2,6,23,.08);
  backdrop-filter:blur(8px);}
.mvy-bundle-badge{color:rgba(255,255,255,.98);
  background:linear-gradient(135deg,#2f6bff,#8b5cf6);
  padding-inline:12px;}
.mvy-bundle-discount-badge{color:#b42318;
  background:#ffecef;}
.mvy-bundle-cover{width:100%;
  aspect-ratio:4/3;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:8px;
  padding:8px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));
  overflow:hidden;
  box-shadow:0 10px 28px rgba(2,6,23,.08);}
.mvy-bundle-cover span{display:block;
  min-width:0;
  min-height:0;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);}
.mvy-bundle-cover img{width:100%;
  height:100%;
  object-fit:cover;
  display:block;}
.mvy-bundle-cover-count-1{display:block;
  padding:0;}
.mvy-bundle-cover-count-1 span{width:100%;
  height:100%;
  border-radius:22px;}
.mvy-bundle-cover-count-2{grid-template-rows:1fr;}
.mvy-bundle-cover-count-2 span:nth-child(1),.mvy-bundle-cover-count-2 span:nth-child(2){grid-row:1 / 2;}
.mvy-bundle-cover-count-3 span:first-child{grid-row:1 / 3;}
.mvy-bundle-cover-empty{place-items:center;
  color:rgba(10,14,20,.70);
  font-weight:950;
  position:relative;}
.mvy-bundle-cover-empty i{width:34px;
  height:34px;
  border-radius:12px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(15,23,42,.08);}
.mvy-price-discount{display:inline-flex;
  align-items:baseline;
  gap:9px;
  flex-wrap:wrap;}
.mvy-price-current{font-weight:950;color:rgba(10,14,20,.94)}
.mvy-price-original{color:rgba(10,14,20,.50);
  text-decoration:line-through;
  font-size:.86em;
  font-weight:800;}
.mvy-bundle-browser{display:grid;
  grid-template-columns:minmax(240px,320px) 1fr;
  gap:18px;
  align-items:start;}
.mvy-bundle-item-list{display:grid;
  gap:10px;}
.mvy-bundle-item-button{width:100%;
  display:grid;
  grid-template-columns:56px 1fr;
  gap:12px;
  align-items:center;
  text-align:left;
  padding:10px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color:rgba(10,14,20,.88);
  cursor:pointer;
  box-shadow:0 6px 16px rgba(2,6,23,.05);
  transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease;}
.mvy-bundle-item-button:hover,.mvy-bundle-item-button.is-active{transform:translateY(-1px);
  border-color:rgba(47,107,255,.30);
  background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.08));
  box-shadow:0 10px 24px rgba(2,6,23,.08);}
.mvy-bundle-item-button img,.mvy-bundle-item-fallback{width:56px;
  height:56px;
  border-radius:16px;
  object-fit:cover;
  display:grid;
  place-items:center;
  background:rgba(47,107,255,.10);
  color:#2f6bff;
  font-weight:950;}
.mvy-bundle-item-button strong{display:block;
  font-size:14px;
  line-height:1.25;}
.mvy-bundle-item-button small{display:block;
  margin-top:4px;
  color:rgba(10,14,20,.58);
  font-size:12px;
  line-height:1.35;}
.mvy-bundle-item-preview{display:grid;
  grid-template-columns:minmax(220px,320px) 1fr;
  gap:18px;
  padding:16px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 10px 28px rgba(2,6,23,.06);}
@media (max-width: 900px){
.mvy-bundle-browser,.mvy-bundle-item-preview{grid-template-columns:1fr;}
.mvy-bundle-item-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
}
@media (max-width: 560px){
.mvy-bundle-item-button{grid-template-columns:48px 1fr;}
.mvy-bundle-item-button img,.mvy-bundle-item-fallback{width:48px;
    height:48px;
    border-radius:14px;}
}
.material-card .thumb .mvy-bundle-cover{width:100%;
  height:100%;
  aspect-ratio:auto;
  border-radius:inherit;
  box-shadow:none;
  border:0;}
.mvy-bundle-cover{display:block;
  padding:0;
  gap:0;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));}
.mvy-bundle-cover span{width:100%;height:100%;border-radius:22px;display:block;overflow:hidden;}
.mvy-bundle-cover-single img,.mvy-bundle-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.mvy-bundle-cover-empty{display:grid;place-items:center;padding:22px;}
.mvy-bundle-browser.is-compact{display:grid;grid-template-columns:1fr;gap:16px;}
.mvy-bundle-browser.is-compact .mvy-bundle-item-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.mvy-bundle-browser.is-compact .mvy-bundle-item-button{min-height:86px;}
.mvy-bundle-inline-panel{padding:16px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:linear-gradient(135deg,rgba(47,107,255,.05),rgba(139,92,246,.05));
  box-shadow:0 8px 20px rgba(2,6,23,.05);}
.mvy-bundle-inline-panel h4{margin:10px 0 8px;font-size:22px;line-height:1.18;letter-spacing:-.02em;}
.mvy-bundle-inline-panel p{margin:0 0 12px;color:rgba(10,14,20,.66);}
.material-card.mvy-material-card-v2 .mvy-bundle-cover{aspect-ratio:4/3;border-radius:18px;box-shadow:none;border:0;}
.material-card.mvy-material-card-v2 .mvy-bundle-cover span{border-radius:18px;border:0;}
.mvy-bundle-badge-stack{top:12px!important;
  right:12px!important;
  left:auto!important;
  align-items:flex-end;
  flex-direction:column;
  gap:6px;}
.mvy-bundle-badge-stack .mvy-bundle-badge,.mvy-bundle-badge-stack .mvy-bundle-discount-badge{min-height:28px;
  padding:7px 11px;
  font-size:12px;
  line-height:1;}

/* Run 297: homepage hero metrics and final CTA/editorial polish. */
@media (min-width: 901px){
  .mvy-homepage-v4 .mvy-home3-hero{
    grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr)!important;
    gap:58px!important;
  }
  .mvy-homepage-v4 .mvy-home3-hero-copy{
    min-width:0!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:0!important;
    width:min(100%,720px)!important;
    max-width:720px!important;
    margin-top:25px!important;
    padding:15px 18px!important;
    border-radius:25px!important;
    border:1px solid rgba(139,92,246,.13)!important;
    background:
      radial-gradient(circle at 8% 0%,rgba(255,211,244,.24),transparent 42%),
      radial-gradient(circle at 100% 100%,rgba(139,92,246,.11),transparent 42%),
      linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,247,253,.90) 48%,rgba(247,249,255,.92))!important;
    box-shadow:0 18px 42px rgba(15,23,42,.07)!important;
    backdrop-filter:blur(10px)!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-card{
    position:relative!important;
    min-height:74px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    padding:0 24px!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    text-align:left!important;
    min-width:0!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-card:first-child{padding-left:8px!important;}
  .mvy-homepage-v4 .mvy-home3-stat-card:last-child{padding-right:8px!important;}
  .mvy-homepage-v4 .mvy-home3-stat-card:not(:last-child)::after{
    content:""!important;
    position:absolute!important;
    right:0!important;
    top:11px!important;
    bottom:11px!important;
    width:1px!important;
    background:linear-gradient(180deg,transparent,rgba(139,92,246,.17),rgba(15,23,42,.08),transparent)!important;
    opacity:.95!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-icon{
    width:52px!important;
    height:52px!important;
    flex:0 0 52px!important;
    border-radius:17px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    color:#2f6bff!important;
    background:linear-gradient(135deg,rgba(47,107,255,.11),rgba(139,92,246,.10))!important;
    border:1px solid rgba(47,107,255,.18)!important;
    box-shadow:0 12px 26px rgba(47,107,255,.10)!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-icon.alt{
    color:#7c5cff!important;
    background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(47,107,255,.08))!important;
    border-color:rgba(139,92,246,.20)!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-icon.warm{
    color:#f59e0b!important;
    background:linear-gradient(135deg,rgba(245,158,11,.13),rgba(255,235,245,.36))!important;
    border-color:rgba(245,158,11,.20)!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-icon svg{width:22px!important;height:22px!important;display:block!important;}
  .mvy-homepage-v4 .mvy-home3-stat-card > div{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:4px!important;
    min-width:0!important;
    max-width:148px!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-card strong{
    display:block!important;
    margin:0!important;
    font-size:32px!important;
    line-height:.96!important;
    letter-spacing:-.055em!important;
    color:rgba(10,14,20,.94)!important;
    white-space:nowrap!important;
  }
  .mvy-homepage-v4 .mvy-home3-stat-card span:not(.mvy-home3-stat-icon){
    display:block!important;
    max-width:146px!important;
    min-width:0!important;
    color:rgba(10,14,20,.58)!important;
    font-size:13px!important;
    line-height:1.18!important;
    font-weight:760!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
  }
}

.mvy-homepage-v4 .mvy-home3-section-head{
  align-items:center!important;
}
.mvy-homepage-v4 .mvy-home3-section-title{
  display:flex!important;
  align-items:center!important;
  gap:15px!important;
  font-size:clamp(26px,2.16vw,33px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}
.mvy-homepage-v4 .mvy-home3-section-icon{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  border-radius:17px!important;
  display:grid!important;
  place-items:center!important;
  color:#5867ff!important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(47,107,255,.42),rgba(139,92,246,.34)) border-box!important;
  border:1px solid transparent!important;
  box-shadow:0 14px 30px rgba(47,107,255,.12)!important;
}
.mvy-homepage-v4 .mvy-home3-section-icon svg{width:23px!important;height:23px!important;display:block!important;}
.mvy-homepage-v4 .mvy-home3-section-icon svg *{stroke:currentColor!important;}
.mvy-homepage-v4 .mvy-home3-section-icon.icon-recommended{color:#755cff!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(139,92,246,.42),rgba(47,107,255,.28)) border-box!important;}
.mvy-homepage-v4 .mvy-home3-section-icon.icon-followed{color:#2f6bff!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(47,107,255,.40),rgba(139,92,246,.22)) border-box!important;}
.mvy-homepage-v4 .mvy-home3-section-icon.icon-authors{color:#f59e0b!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(245,158,11,.30),rgba(139,92,246,.18)) border-box!important;}
.mvy-homepage-v4 .mvy-home3-section-icon.icon-articles{color:#6f5cff!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(139,92,246,.40),rgba(47,107,255,.24)) border-box!important;}
.mvy-homepage-v4 .mvy-home3-section-icon.icon-webinars{color:#2f6bff!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(47,107,255,.40),rgba(139,92,246,.24)) border-box!important;}

@media (min-width: 980px){
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:26px!important;
    align-items:start!important;
    margin-top:26px!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home-editorial-panel{
    min-width:0!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-articles-grid,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-content-grid.webinars{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-card,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card{
    min-height:238px!important;
    height:100%!important;
    border-radius:20px!important;
    overflow:hidden!important;
    box-shadow:0 10px 26px rgba(2,6,23,.055)!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-cover{
    height:72px!important;
    position:relative!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-tag{
    position:absolute!important;
    left:10px!important;
    top:10px!important;
    padding:6px 10px!important;
    font-size:10.5px!important;
    line-height:1!important;
    box-shadow:0 6px 14px rgba(47,107,255,.08)!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-body{
    padding:13px 13px 14px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    min-height:0!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-card h3{
    font-size:13.5px!important;
    line-height:1.18!important;
    margin:0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-excerpt{
    font-size:11.7px!important;
    line-height:1.4!important;
    -webkit-line-clamp:3!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-actions{margin-top:auto!important;}
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    grid-template-rows:1fr!important;
    gap:13px!important;
    align-items:start!important;
    padding:14px!important;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,.97))!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card::before{
    content:""!important;
    position:absolute!important;
    inset:0 0 auto 0!important;
    height:78px!important;
    background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.10))!important;
    border-bottom:1px solid rgba(47,107,255,.08)!important;
    z-index:0!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card > *{position:relative!important;z-index:1!important;}
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box{
    width:58px!important;
    min-height:68px!important;
    border-radius:15px!important;
    box-shadow:0 12px 24px rgba(47,107,255,.17)!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box strong{font-size:23px!important;line-height:.95!important;}
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box span,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box small{font-size:9.5px!important;line-height:1.05!important;}
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card > div:not(.mvy-home3-date-box){
    display:flex!important;
    flex-direction:column!important;
    min-height:210px!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card h3{
    margin:0 0 8px!important;
    font-size:13.6px!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card p{
    margin:0!important;
    font-size:11.8px!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card .mvy-home3-author-line{
    margin-top:auto!important;
    padding-top:10px!important;
    font-size:11px!important;
  }
}

.mvy-homepage-v4 .mvy-home-author-cta-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,250,255,.92))!important;
  box-shadow:0 18px 44px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card{
  min-height:302px!important;
  border:0!important;
  box-shadow:none!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card.is-primary{
  grid-template-columns:minmax(235px,.86fr) minmax(0,1.14fr)!important;
  align-items:center!important;
  gap:30px!important;
  padding:34px 40px!important;
  background:radial-gradient(circle at 18% 45%,rgba(139,92,246,.13),transparent 35%),radial-gradient(circle at -10% 10%,rgba(47,107,255,.08),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,248,255,.90))!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card.is-info{
  padding:36px 42px!important;
  border-left:1px solid rgba(15,23,42,.09)!important;
  background:radial-gradient(circle at 88% 22%,rgba(139,92,246,.15),transparent 23%),radial-gradient(circle at 108% 103%,rgba(47,107,255,.12),transparent 33%),linear-gradient(135deg,rgba(255,255,255,.93),rgba(247,248,255,.76))!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card h2{
  margin:0 0 13px!important;
  font-size:clamp(28px,2.35vw,36px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-copy > p{
  margin:0 0 18px!important;
  max-width:53ch!important;
  color:rgba(10,14,20,.64)!important;
  font-weight:650!important;
  line-height:1.5!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-visual{
  min-height:238px!important;
  display:grid!important;
  place-items:center!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-visual.has-image img{
  width:min(100%,320px)!important;
  max-width:320px!important;
  max-height:252px!important;
  object-fit:contain!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-checks,
.mvy-homepage-v4 .mvy-home-author-cta-benefits{
  gap:14px!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-checks li,
.mvy-homepage-v4 .mvy-home-author-cta-benefits li{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  align-items:flex-start!important;
  gap:12px!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-check,
.mvy-homepage-v4 .mvy-home-author-cta-benefit-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  color:#5f66ff!important;
  background:linear-gradient(135deg,rgba(47,107,255,.11),rgba(139,92,246,.15))!important;
  border:1px solid rgba(139,92,246,.16)!important;
  box-shadow:0 10px 20px rgba(47,107,255,.08)!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-check svg,
.mvy-homepage-v4 .mvy-home-author-cta-benefit-icon svg{width:17px!important;height:17px!important;}
.mvy-homepage-v4 .mvy-home-author-cta-point{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-point strong{
  display:block!important;
  color:rgba(10,14,20,.90)!important;
  font-weight:900!important;
  line-height:1.18!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-point em{
  display:block!important;
  color:rgba(10,14,20,.60)!important;
  font-style:normal!important;
  font-weight:650!important;
  font-size:12.6px!important;
  line-height:1.35!important;
  max-width:48ch!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-btn,
.mvy-homepage-v4 .mvy-home-author-cta-link{
  margin-top:18px!important;
  min-height:43px!important;
  padding:10px 18px!important;
  border-radius:13px!important;
}

/* Run 298 – dynamic author avatar stack shortcode. */
.mvy-author-avatar-stack{display:inline-flex;align-items:center;gap:12px;color:rgba(10,14,20,.66);font-size:13px;font-weight:700;line-height:1.35}
.mvy-author-avatar-stack__avatars{display:flex;align-items:center;padding-left:8px;flex:0 0 auto}
.mvy-author-avatar-stack__avatar{width:30px;height:30px;margin-left:-8px;border-radius:999px;border:2px solid #fff;background:linear-gradient(135deg,#2f6bff,#8b5cf6);box-shadow:0 4px 10px rgba(15,23,42,.12);display:grid;place-items:center;overflow:hidden;color:#fff;font-size:12px;font-weight:900;background-size:cover;background-position:center}
.mvy-author-avatar-stack__avatar.is-real-2,.mvy-author-avatar-stack__avatar.is-fallback-2{background:linear-gradient(135deg,#fb7185,#f59e0b)}
.mvy-author-avatar-stack__avatar.is-real-3,.mvy-author-avatar-stack__avatar.is-fallback-3{background:linear-gradient(135deg,#22c55e,#2f6bff)}
.mvy-author-avatar-stack__avatar.is-real-4,.mvy-author-avatar-stack__avatar.is-fallback-4{background:linear-gradient(135deg,#8b5cf6,#ec4899)}
.mvy-author-avatar-stack__initial{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,rgba(47,107,255,.75),rgba(139,92,246,.75));color:#fff}

/* Run 299 – clickable public author avatars in avatar stack. */
.mvy-author-avatar-stack__avatar[href]{text-decoration:none;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease;position:relative;z-index:1}
.mvy-author-avatar-stack__avatar[href]:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(15,23,42,.16);z-index:3;opacity:1}
.mvy-author-avatar-stack__avatar[href]:focus-visible{outline:3px solid rgba(47,107,255,.28);outline-offset:2px;z-index:4}

/* Run 300: homepage CTA and editorial/webinar final polish from 1.18.299 */
@media (min-width: 980px){
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:26px!important;
    align-items:start!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home-editorial-panel{
    min-width:0!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-articles-grid,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-content-grid.webinars{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-card,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card{
    height:100%!important;
    min-height:246px!important;
    border-radius:20px!important;
    overflow:hidden!important;
    box-shadow:0 10px 26px rgba(2,6,23,.055)!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-card{
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-cover{
    height:76px!important;
    min-height:76px!important;
    position:relative!important;
    flex:0 0 76px!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-body{
    flex:1 1 auto!important;
    padding:13px 14px 14px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-card h3{
    margin:0!important;
    font-size:13.6px!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-excerpt{
    margin:0!important;
    color:rgba(10,14,20,.62)!important;
    font-size:11.8px!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-actions{
    margin-top:auto!important;
    padding-top:8px!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home4-article-tag{
    position:absolute!important;
    left:10px!important;
    top:10px!important;
    padding:6px 10px!important;
    border-radius:999px!important;
    font-size:10.5px!important;
    line-height:1!important;
    color:#6b5cff!important;
    background:rgba(255,255,255,.92)!important;
    border:1px solid rgba(139,92,246,.14)!important;
    box-shadow:0 6px 14px rgba(47,107,255,.08)!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    gap:13px!important;
    align-items:start!important;
    padding:14px!important;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,.97))!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card::before{
    content:""!important;
    position:absolute!important;
    inset:0 0 auto 0!important;
    height:84px!important;
    background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.11))!important;
    border-bottom:1px solid rgba(47,107,255,.08)!important;
    pointer-events:none!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card > *{
    position:relative!important;
    z-index:1!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box{
    width:58px!important;
    min-height:70px!important;
    border-radius:16px!important;
    box-shadow:0 12px 24px rgba(47,107,255,.18)!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box strong{font-size:23px!important;line-height:.95!important;}
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box span,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-date-box small{font-size:9.5px!important;line-height:1.05!important;}
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-copy,
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card > div:not(.mvy-home3-date-box){
    min-height:218px!important;
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-kind{
    display:inline-flex!important;
    align-self:flex-start!important;
    margin:0 0 7px!important;
    padding:5px 8px!important;
    border-radius:999px!important;
    color:#6557ff!important;
    background:rgba(255,255,255,.82)!important;
    border:1px solid rgba(139,92,246,.14)!important;
    font-size:10px!important;
    font-weight:850!important;
    line-height:1!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card h3{
    margin:0 0 8px!important;
    font-size:13.6px!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card p{
    margin:0!important;
    color:rgba(10,14,20,.62)!important;
    font-size:11.8px!important;
    line-height:1.42!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-editorial-webinar-row .mvy-home3-webinar-card .mvy-home3-author-line{
    margin-top:auto!important;
    padding-top:10px!important;
    font-size:11px!important;
  }
}

.mvy-homepage-v4 .mvy-home-author-cta-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
  border:1px solid rgba(15,23,42,.085)!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.99),rgba(250,250,255,.93))!important;
  box-shadow:0 18px 44px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card{
  min-height:306px!important;
  border:0!important;
  box-shadow:none!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card.is-primary{
  display:grid!important;
  grid-template-columns:minmax(230px,.82fr) minmax(0,1.18fr)!important;
  align-items:center!important;
  gap:32px!important;
  padding:34px 40px!important;
  background:radial-gradient(circle at 18% 48%,rgba(139,92,246,.13),transparent 36%),radial-gradient(circle at -10% 8%,rgba(47,107,255,.08),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,248,255,.90))!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card.is-info{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:34px 42px!important;
  border-left:1px solid rgba(15,23,42,.085)!important;
  background:radial-gradient(circle at 87% 22%,rgba(139,92,246,.14),transparent 24%),radial-gradient(circle at 108% 105%,rgba(47,107,255,.13),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,248,255,.77))!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  text-align:left!important;
  min-width:0!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card h2{
  margin:0 0 12px!important;
  color:#101827!important;
  font-size:clamp(28px,2.28vw,35px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  text-align:left!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-copy > p{
  margin:0 0 18px!important;
  max-width:54ch!important;
  color:rgba(10,14,20,.64)!important;
  font-weight:650!important;
  line-height:1.48!important;
  text-align:left!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-visual{
  min-height:238px!important;
  display:grid!important;
  place-items:center!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-visual.has-image img{
  width:min(100%,328px)!important;
  max-width:328px!important;
  max-height:252px!important;
  object-fit:contain!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-checks,
.mvy-homepage-v4 .mvy-home-author-cta-benefits{
  display:grid!important;
  gap:13px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-checks li,
.mvy-homepage-v4 .mvy-home-author-cta-benefits li{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:flex-start!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-card li::before{content:none!important;display:none!important;}
.mvy-homepage-v4 .mvy-home-author-cta-check,
.mvy-homepage-v4 .mvy-home-author-cta-benefit-icon{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  display:grid!important;
  place-items:center!important;
  color:#6657ff!important;
  background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.15))!important;
  border:1px solid rgba(139,92,246,.18)!important;
  box-shadow:0 10px 22px rgba(47,107,255,.08)!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-check{
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.18))!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-benefit-icon{
  border-radius:12px!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-check svg,
.mvy-homepage-v4 .mvy-home-author-cta-benefit-icon svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-check svg *,
.mvy-homepage-v4 .mvy-home-author-cta-benefit-icon svg *{
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-point{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
  text-align:left!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-point strong{
  display:block!important;
  color:rgba(10,14,20,.92)!important;
  font-weight:900!important;
  line-height:1.18!important;
  letter-spacing:-.01em!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-point em{
  display:block!important;
  color:rgba(10,14,20,.60)!important;
  font-style:normal!important;
  font-weight:650!important;
  font-size:12.7px!important;
  line-height:1.36!important;
  max-width:48ch!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-btn,
.mvy-homepage-v4 .mvy-home-author-cta-link{
  margin-top:18px!important;
  min-height:43px!important;
  padding:10px 18px!important;
  border-radius:13px!important;
  align-self:flex-start!important;
}
.mvy-homepage-v4 .mvy-home-author-cta-deco{
  opacity:.46!important;
  pointer-events:none!important;
}
@media (max-width: 979px){
  .mvy-homepage-v4 .mvy-home-author-cta-grid{grid-template-columns:1fr!important;}
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-primary{grid-template-columns:1fr!important;padding:24px!important;}
  .mvy-homepage-v4 .mvy-home-author-cta-visual{display:none!important;}
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-info{border-left:0!important;border-top:1px solid rgba(15,23,42,.085)!important;padding:24px!important;}
}

/* Dárkové poukazy – veřejný shortcode */
.mvy-voucher-shop{width:min(1120px,calc(100vw - 40px));margin:54px auto 84px;color:rgba(10,14,20,.92)}
.mvy-voucher-hero{padding:30px!important;border-radius:28px!important;background:linear-gradient(135deg,#fff,#f7f8ff)!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 10px 28px rgba(2,6,23,.08)!important}
.mvy-voucher-hero h1{font-size:clamp(34px,4vw,58px);line-height:1.02;margin:8px 0 12px;letter-spacing:-.04em}.mvy-voucher-hero p{max-width:760px;color:rgba(10,14,20,.66);font-weight:650}.mvy-chip{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(47,107,255,.10);color:#2f6bff;font-weight:900}
.mvy-voucher-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:22px}.mvy-voucher-card{padding:18px;border:1px solid rgba(15,23,42,.10);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(2,6,23,.08)}
.mvy-voucher-preview{min-height:160px;border-radius:20px;padding:20px;background:radial-gradient(260px 140px at 20% 0%,rgba(47,107,255,.16),transparent),linear-gradient(135deg,#f7f8ff,#fff);border:1px solid rgba(15,23,42,.08);display:grid;align-content:center;gap:8px;text-align:center;margin-bottom:16px}.mvy-voucher-preview span{font-weight:900;color:rgba(10,14,20,.66)}.mvy-voucher-preview strong{font-size:42px;line-height:1;font-weight:950;background:linear-gradient(135deg,#2f6bff,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.mvy-voucher-preview small{font-weight:850;color:rgba(10,14,20,.50)}
.mvy-voucher-form{display:grid;gap:10px}.mvy-voucher-form label{display:grid;gap:6px;font-weight:850;color:rgba(10,14,20,.76)}.mvy-voucher-form input[type="text"],.mvy-voucher-form input[type="email"],.mvy-voucher-form textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:16px;padding:10px 12px;background:#fff}.mvy-voucher-gift-fields{display:none;gap:10px;padding:12px;border-radius:18px;background:#f7f8ff;border:1px solid rgba(15,23,42,.08)}

/* Run 484 – verified reviews */
.mvy-review-block,
.mvy-author-reviews {
  margin-top: 24px;
}
.mvy-review-head,
.mvy-author-reviews .mvy-ap__section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.mvy-review-kicker {
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  color: rgba(47,107,255,.92);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.mvy-review-score {
  min-width: 132px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(47,107,255,.10), rgba(139,92,246,.10));
  border: 1px solid rgba(15,23,42,.10);
  text-align: center;
}
.mvy-review-score strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}
.mvy-review-score span {
  display: block;
  margin-top: 4px;
  letter-spacing: .04em;
}
.mvy-review-score small {
  display: block;
  color: rgba(10,14,20,.62);
  font-size: 12px;
  margin-top: 2px;
}
.mvy-review-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.mvy-review-item {
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  border-radius: 18px;
  padding: 14px;
}
.mvy-review-item-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.mvy-review-item-head strong,
.mvy-review-item-head small,
.mvy-review-source span {
  display: block;
}
.mvy-review-item-head small,
.mvy-review-source span,
.mvy-review-note,
.mvy-review-empty {
  color: rgba(10,14,20,.62);
  font-size: 13px;
}
.mvy-review-stars {
  color: rgba(47,107,255,.92);
  letter-spacing: .04em;
}
.mvy-review-source {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
}
.mvy-review-source a,
.mvy-review-source strong {
  color: rgba(10,14,20,.86);
  font-weight: 800;
}
.mvy-review-response {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(47,107,255,.07);
}
.mvy-review-response p { margin: 4px 0 0; }
.mvy-review-form,
.mvy-review-response-form {
  display: grid;
  gap: 10px;
  margin: 14px 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(47,107,255,.16);
  background: rgba(247,248,255,.86);
}
.mvy-review-form h4 { margin: 0; }
.mvy-review-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}
.mvy-review-form select,
.mvy-review-form textarea,
.mvy-review-response-form textarea {
  width: 100%;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 16px;
  padding: 11px 12px;
  background: #fff;
  color: rgba(10,14,20,.90);
}
.mvy-review-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.mvy-review-filters a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  font-weight: 800;
  font-size: 13px;
}
.mvy-review-filters a.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #2f6bff, #8b5cf6);
}

/* Run 485: report content / notice-and-action lightweight components */
.mvy-report-page .mvy-report-card{max-width:860px;margin:28px auto;padding:22px;border:1px solid rgba(15,23,42,.10);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(2,6,23,.08)}
.mvy-report-form{display:grid;gap:14px}.mvy-report-form label{display:grid;gap:7px;font-weight:800}.mvy-report-form input,.mvy-report-form select,.mvy-report-form textarea{width:100%;border:1px solid rgba(15,23,42,.14);border-radius:16px;padding:11px 13px;background:#fff;color:rgba(10,14,20,.92)}
.mvy-report-form textarea{resize:vertical}.mvy-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.mvy-report-target{display:grid;gap:4px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.08));border:1px solid rgba(15,23,42,.08)}.mvy-report-target span{font-weight:900}.mvy-report-target small{color:rgba(10,14,20,.62);overflow-wrap:anywhere}.mvy-report-copyright{border:1px solid rgba(15,23,42,.10);border-radius:16px;padding:12px;background:rgba(247,248,255,.78)}.mvy-report-copyright summary{cursor:pointer;font-weight:900}.mvy-inline-notice{padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.10);background:rgba(247,248,255,.90)}.mvy-inline-notice.is-success{background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.22)}.mvy-report-link{display:inline-flex;align-items:center;gap:6px;color:rgba(10,14,20,.62);font-weight:800;font-size:13px;text-decoration:none}.mvy-report-link:hover{color:rgba(10,14,20,.92)}.mvy-report-side-card p{margin:0 0 10px;color:rgba(10,14,20,.66)}

/* Run 487: material license display layer */
.mvy-license-chip,
.mvy-commerce-license-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: linear-gradient(135deg, rgba(47,107,255,.08), rgba(139,92,246,.08));
  color: rgba(10,14,20,.74);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.mvy-license-suffix {
  color: rgba(10,14,20,.62);
  font-weight: 750;
}
.mvy-material-license-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: rgba(10,14,20,.64);
  font-size: 13px;
  line-height: 1.45;
}
.mvy-material-license-note a {
  font-weight: 850;
  color: rgba(47,107,255,.92);
}

/* Run 501: operational announcements / patchnotes popup */
.mvy-announcement-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:24px;
}
.mvy-announcement-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.46);
  backdrop-filter:blur(6px);
}
.mvy-announcement-modal__panel{
  position:relative;
  width:min(720px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 22px 60px rgba(2,6,23,.22);
  padding:22px;
  color:rgba(10,14,20,.92);
}
.mvy-announcement-modal__head span,
.mvy-author-announcement-card .mvy-author-dashboard-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#2f6bff;
  font-weight:850;
  font-size:13px;
}
.mvy-announcement-modal__head h2{margin:6px 0 8px;font-size:26px;line-height:1.12;letter-spacing:-.35px;}
.mvy-announcement-modal__head p{margin:0;color:rgba(10,14,20,.66);}
.mvy-announcement-items{display:grid;gap:12px;margin-top:18px;}
.mvy-announcement-items--inline{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:12px;}
.mvy-announcement-group{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;background:rgba(247,248,255,.72);}
.mvy-announcement-group h3{margin:0 0 8px;font-size:14px;}
.mvy-announcement-group ul{margin:0;padding-left:18px;color:rgba(10,14,20,.72);}
.mvy-announcement-group li+li{margin-top:5px;}
.mvy-announcement-group.is-news h3{color:#2f6bff;}
.mvy-announcement-group.is-fixes h3{color:#22c55e;}
.mvy-announcement-group.is-changes h3{color:#8b5cf6;}
.mvy-announcement-group.is-tweaks h3{color:#0f766e;}
.mvy-announcement-group.is-removed h3{color:#b42318;}
.mvy-announcement-group.is-planned h3{color:#f59e0b;}
.mvy-announcement-modal__actions{display:flex;justify-content:flex-end;margin-top:18px;}
.mvy-announcement-modal__button{border:0;border-radius:999px;padding:11px 18px;font-weight:850;color:#fff;background:linear-gradient(135deg,#2f6bff,#8b5cf6);box-shadow:0 14px 30px rgba(47,107,255,.18);cursor:pointer;}
.mvy-announcement-empty{color:rgba(10,14,20,.62);margin:0;}
.mvy-home3-section-note{margin:7px 0 0;color:rgba(10,14,20,.62);font-size:14px;max-width:54ch;}
@media (max-width:680px){.mvy-announcement-modal{padding:14px}.mvy-announcement-modal__panel{padding:18px;border-radius:20px}.mvy-announcement-items--inline{grid-template-columns:1fr}.mvy-announcement-modal__head h2{font-size:22px}}

/* Run 522 – readable cart badge in navigation */
.mvy-menu-item-cart > a{display:inline-flex;align-items:center;gap:8px}
.mvy-header-cart-badge{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.92);color:rgba(10,14,20,.88);font-weight:850;line-height:1;box-shadow:0 6px 16px rgba(2,6,23,.06);white-space:nowrap}
.mvy-header-cart-badge__icon{width:18px;height:18px;flex:0 0 auto;color:#2f6bff}
.mvy-header-cart-badge__amount{color:rgba(10,14,20,.66);font-size:12px;font-weight:800}
.mvy-header-cart-badge__count{position:absolute;right:-5px;top:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,#2f6bff,#8b5cf6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;box-shadow:0 6px 14px rgba(47,107,255,.18)}
.mvy-header-cart-badge__count:empty{display:none}
.mvy-menu-item-cart > a:hover .mvy-header-cart-badge{background:#fff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(2,6,23,.08)}
.mvy-cart-chip--link{display:inline-flex;text-decoration:none;color:inherit}
.mvy-cart-chip--link:hover{text-decoration:underline}
@media (max-width:720px){.mvy-header-cart-badge__amount{display:none}.mvy-header-cart-badge{padding:7px 10px}.mvy-header-cart-badge__label{font-size:13px}}

/* Run 525 – icon + amount only in header cart badge */
.mvy-header-cart-badge__label{display:none!important}

/* Run 526 – small link/review clarity polish */
.mvy-inline-author-link{color:inherit;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(47,107,255,.28)}
.mvy-inline-author-link:hover{color:#2f6bff;border-bottom-color:rgba(47,107,255,.65)}
.mvy-review-item{box-shadow:0 8px 22px rgba(2,6,23,.04)}
.mvy-review-response{border:1px solid rgba(47,107,255,.12)}

/* Run 527 – sjednocení článkových a webinářových coverů na 16:9 bez zásahu do čtvercových materiálů */
.mvy-ui-scope .mva2-featured-media,
.mvy-ui-scope .mva-article-thumb,
.mvy-ui-scope .mva-cover,
.mvy-ui-scope .mva-cover-detail,
.mvy-ui-scope .mvy-pw-thumb,
.mvy-ui-scope .mvy-home4-article-cover,
.mvy-public-webinars-page2 .mvy-pw-thumb{
  aspect-ratio:16/9!important;
}
.mvy-ui-scope .mva2-featured-media img,
.mvy-ui-scope .mva-article-thumb img,
.mvy-ui-scope .mva-cover img,
.mvy-ui-scope .mva-cover-detail img,
.mvy-ui-scope .mvy-pw-thumb img,
.mvy-ui-scope .mvy-home4-article-cover img,
.mvy-public-webinars-page2 .mvy-pw-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.mvy-ui-scope .mva-cover-placeholder,
.mvy-ui-scope .mva-cover-placeholder-small,
.mvy-ui-scope .mva-cover-placeholder-cat,
.mvy-ui-scope .mva-webinar-cover-placeholder{
  width:100%;
  height:100%;
  min-height:0;
}

/* Run 548 – precise homepage author CTA sizing and top alignment hotfix.
   Keep the author illustration anchored to the card bottom, scale it to the
   intended visual column, and align both CTA headings/copy from the same top line. */
@media (min-width: 980px){
  .mvy-homepage-v4 .mvy-home-author-cta-grid{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    align-items:stretch!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-card{
    min-height:410px!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-primary{
    grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr)!important;
    align-items:start!important;
    gap:34px!important;
    padding:46px 40px 0 40px!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-info{
    justify-content:flex-start!important;
    padding:46px 42px 0 42px!important;
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-copy{
    justify-content:flex-start!important;
    padding:0!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-card h2{
    margin-top:0!important;
    margin-bottom:12px!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-copy > p,
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-info > p.mvy-home-author-cta-info-text{
    margin-top:0!important;
    margin-bottom:28px!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-visual{
    align-self:stretch!important;
    min-height:364px!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    overflow:hidden!important;
    padding:0!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-visual.has-image img{
    width:auto!important;
    height:clamp(330px,23.5vw,382px)!important;
    max-width:430px!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center bottom!important;
    transform:translateY(1px)!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-checks,
  .mvy-homepage-v4 .mvy-home-author-cta-benefits{
    margin-top:0!important;
  }
}
@media (min-width: 980px) and (max-width: 1180px){
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-primary{
    grid-template-columns:minmax(285px,.82fr) minmax(0,1.18fr)!important;
    gap:26px!important;
    padding-left:30px!important;
    padding-right:30px!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-visual.has-image img{
    height:clamp(310px,26vw,354px)!important;
    max-width:380px!important;
  }
  .mvy-homepage-v4 .mvy-home-author-cta-card.is-info{
    padding-left:34px!important;
    padding-right:34px!important;
  }
}

/* Run 549 – scoped hard override for homepage author CTA.
   This mirrors the inline scoped style emitted next to the CTA markup so the
   fix works even when older broad homepage CTA rules are present. */
@media (min-width: 980px){
  #mvy-home-author-cta .mvy-home-author-cta-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card{min-height:430px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-primary{display:grid!important;grid-template-columns:340px minmax(0,1fr)!important;align-items:start!important;gap:34px!important;padding:42px 38px 0 38px!important;overflow:hidden!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-info{display:block!important;padding:42px 42px 0 42px!important;overflow:hidden!important;}
  #mvy-home-author-cta .mvy-home-author-cta-copy{display:block!important;align-self:start!important;justify-content:flex-start!important;min-width:0!important;padding:0!important;margin:0!important;text-align:left!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card h2{margin:0 0 12px 0!important;padding:0!important;line-height:1.08!important;}
  #mvy-home-author-cta .mvy-home-author-cta-copy>p,
  #mvy-home-author-cta .mvy-home-author-cta-card.is-info>p.mvy-home-author-cta-info-text{margin:0 0 28px 0!important;padding:0!important;max-width:54ch!important;line-height:1.48!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual{align-self:stretch!important;min-height:388px!important;height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;overflow:hidden!important;padding:0!important;margin:0!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual.has-image img{display:block!important;width:auto!important;height:430px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center bottom!important;transform:translateY(2px)!important;flex:0 0 auto!important;}
  #mvy-home-author-cta .mvy-home-author-cta-checks,
  #mvy-home-author-cta .mvy-home-author-cta-benefits{margin-top:0!important;}
}
@media (min-width: 980px) and (max-width: 1220px){
  #mvy-home-author-cta .mvy-home-author-cta-card.is-primary{grid-template-columns:310px minmax(0,1fr)!important;gap:28px!important;padding-left:30px!important;padding-right:30px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual.has-image img{height:395px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-info{padding-left:34px!important;padding-right:34px!important;}
}


/* Run 550 – authoritative desktop grid alignment for homepage author CTA.
   Desktop uses matching text rows on both halves; the author illustration is
   absolutely anchored to the lower edge of the visual column. */
@media (min-width: 980px){
  #mvy-home-author-cta .mvy-home-author-cta-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card{min-height:460px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-primary{display:grid!important;grid-template-columns:minmax(340px,360px) minmax(0,1fr)!important;align-items:stretch!important;gap:34px!important;padding:0 38px 0 42px!important;overflow:hidden!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-info{display:grid!important;grid-template-rows:min-content 78px 1fr auto!important;align-content:stretch!important;padding:42px 42px 34px 42px!important;overflow:hidden!important;}
  #mvy-home-author-cta .mvy-home-author-cta-copy{display:grid!important;grid-template-rows:min-content 78px 1fr auto!important;align-content:stretch!important;align-self:stretch!important;min-width:0!important;height:100%!important;padding:42px 0 34px 0!important;margin:0!important;text-align:left!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card h2{margin:0!important;padding:0!important;line-height:1.08!important;white-space:nowrap!important;}
  #mvy-home-author-cta .mvy-home-author-cta-copy>p,
  #mvy-home-author-cta .mvy-home-author-cta-card.is-info>p.mvy-home-author-cta-info-text{margin:14px 0 0 0!important;padding:0!important;max-width:54ch!important;line-height:1.48!important;align-self:start!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual{position:relative!important;align-self:stretch!important;height:100%!important;min-height:460px!important;display:block!important;overflow:hidden!important;padding:0!important;margin:0!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual.has-image img{position:absolute!important;left:50%!important;bottom:-30px!important;display:block!important;width:auto!important;height:500px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center bottom!important;transform:translateX(-50%)!important;flex:0 0 auto!important;}
  #mvy-home-author-cta .mvy-home-author-cta-checks,
  #mvy-home-author-cta .mvy-home-author-cta-benefits{margin-top:0!important;align-self:start!important;}
  #mvy-home-author-cta .mvy-home-author-cta-btn,
  #mvy-home-author-cta .mvy-home-author-cta-link{align-self:end!important;justify-self:start!important;margin-top:22px!important;}
}
@media (min-width: 980px) and (max-width: 1220px){
  #mvy-home-author-cta .mvy-home-author-cta-card{min-height:440px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-primary{grid-template-columns:minmax(300px,320px) minmax(0,1fr)!important;gap:28px!important;padding-left:30px!important;padding-right:30px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual{min-height:440px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-visual.has-image img{height:470px!important;bottom:-28px!important;}
  #mvy-home-author-cta .mvy-home-author-cta-card.is-info{padding-left:34px!important;padding-right:34px!important;}
}


/* Run 552: scoped three-column author CTA fallback. Primary source is inline CSS in render_homepage_author_cta_section(). */
@media (min-width:980px){
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-shell{display:grid!important;grid-template-columns:minmax(300px,360px) minmax(340px,420px) minmax(0,1fr)!important;align-items:stretch!important;min-height:500px!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-panel.is-left{display:contents!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-panel.is-right{grid-column:3!important;padding:0 46px!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-visual{grid-column:1!important;position:relative!important;min-height:500px!important;height:100%!important;overflow:hidden!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-visual.has-image img{position:absolute!important;left:50%!important;bottom:0!important;height:468px!important;max-height:calc(100% - 14px)!important;width:auto!important;max-width:none!important;object-fit:contain!important;object-position:center bottom!important;transform:translateX(-50%)!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-text{display:grid!important;grid-template-rows:54px 88px minmax(0,1fr) 44px!important;height:500px!important;min-height:500px!important;padding:48px 0 34px!important;box-sizing:border-box!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-panel.is-left .mvy-author-cta-text{grid-column:2!important;padding-left:22px!important;padding-right:34px!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-title{grid-row:1!important;margin:0!important;line-height:1.08!important;white-space:nowrap!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-lead{grid-row:2!important;margin:0!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-list{grid-row:3!important;margin:0!important;padding:0!important;}
  #mvy-home-author-cta.mvy-author-cta-v552 .mvy-author-cta-action{grid-row:4!important;align-self:end!important;margin:0!important;}
}

/* Run 553: direct three-column author CTA layout fallback. Primary rules are emitted inline with the section render. */
@media (min-width:980px){
  #mvy-home-author-cta.mvy-author-cta-v553{width:min(1480px,calc(100vw - 56px));margin-left:auto!important;margin-right:auto!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-shell{display:grid!important;grid-template-columns:minmax(300px,360px) minmax(360px,430px) minmax(440px,1fr)!important;align-items:stretch!important;min-height:500px!important;position:relative!important;border-radius:22px!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,248,255,.92))!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 18px 44px rgba(2,6,23,.08)!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-visual{grid-column:1!important;grid-row:1!important;position:relative!important;min-height:500px!important;height:500px!important;overflow:hidden!important;background:radial-gradient(520px 360px at 42% 46%,rgba(139,92,246,.13),transparent 68%),linear-gradient(135deg,rgba(255,255,255,.72),rgba(247,248,255,.64))!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-visual.has-image img{position:absolute!important;left:50%!important;bottom:-1px!important;width:auto!important;height:468px!important;max-width:none!important;max-height:calc(100% - 14px)!important;display:block!important;object-fit:contain!important;object-position:center bottom!important;transform:translateX(-50%)!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-copy{position:relative!important;z-index:2!important;display:grid!important;grid-template-rows:54px 90px minmax(0,1fr) 44px!important;align-content:stretch!important;height:500px!important;min-height:500px!important;min-width:0!important;margin:0!important;padding-top:48px!important;padding-bottom:34px!important;text-align:left!important;box-sizing:border-box!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-copy.is-primary{grid-column:2!important;grid-row:1!important;padding-left:24px!important;padding-right:32px!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-copy.is-secondary{grid-column:3!important;grid-row:1!important;padding-left:46px!important;padding-right:46px!important;border-left:1px solid rgba(15,23,42,.10)!important;background:radial-gradient(560px 360px at 100% 28%,rgba(139,92,246,.13),transparent 66%),linear-gradient(135deg,rgba(255,255,255,.88),rgba(247,248,255,.76))!important;overflow:hidden!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-title{grid-row:1!important;align-self:start!important;margin:0!important;padding:0!important;color:rgba(10,14,20,.94)!important;font-size:clamp(28px,2.05vw,35px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:950!important;white-space:nowrap!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-lead{grid-row:2!important;align-self:start!important;margin:0!important;padding:0!important;max-width:54ch!important;color:rgba(10,14,20,.66)!important;font-size:14px!important;line-height:1.48!important;font-weight:720!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-list{grid-row:3!important;align-self:start!important;display:grid!important;gap:13px!important;margin:0!important;padding:0!important;list-style:none!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-list li{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:flex-start!important;gap:12px!important;margin:0!important;padding:0!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-list li::before{content:none!important;display:none!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-home-author-cta-check,#mvy-home-author-cta.mvy-author-cta-v553 .mvy-home-author-cta-benefit-icon{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;flex:0 0 34px!important;color:#6657ff!important;background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.16))!important;border:1px solid rgba(139,92,246,.18)!important;box-shadow:0 10px 22px rgba(47,107,255,.08)!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-home-author-cta-check{border-radius:999px!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-home-author-cta-benefit-icon{border-radius:12px!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-home-author-cta-check svg,#mvy-home-author-cta.mvy-author-cta-v553 .mvy-home-author-cta-benefit-icon svg{width:17px!important;height:17px!important;display:block!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-action{grid-row:4!important;align-self:end!important;justify-self:start!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:43px!important;padding:10px 18px!important;border-radius:13px!important;margin:0!important;font-weight:900!important;text-decoration:none!important;}
}


/* Run 554: final two desktop touches for homepage author CTA.
   Only moves the author illustration down to the card edge and lowers the right CTA button to align with the left one. */
@media (min-width:980px){
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-visual.has-image img{bottom:-76px!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-copy.is-secondary .mvy-author-cta-action{transform:translateY(24px)!important;}
}
@media (min-width:980px) and (max-width:1220px){
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-visual.has-image img{bottom:-70px!important;}
  #mvy-home-author-cta.mvy-author-cta-v553 .mvy-author-cta-copy.is-secondary .mvy-author-cta-action{transform:translateY(22px)!important;}
}


/* Run 556: homepage author CTA illustration bottom fix via transform; text/layout untouched. */
@media (min-width:980px){
  #mvy-home-author-cta.mvy-author-cta-v557 .mvy-author-cta-visual.has-image img{bottom:0!important;transform:translate(-50%,42px)!important;}
}
@media (min-width:980px) and (max-width:1220px){
  #mvy-home-author-cta.mvy-author-cta-v557 .mvy-author-cta-visual.has-image img{bottom:0!important;transform:translate(-50%,38px)!important;}
}


/* Run 558: final author CTA button baseline fix. Buttons are anchored to equal text-column bottoms. */
@media (min-width:980px){
  #mvy-home-author-cta.mvy-author-cta-v558 .mvy-author-cta-copy{position:relative!important;--mvy-author-cta-action-bottom:34px!important;}
  #mvy-home-author-cta.mvy-author-cta-v558 .mvy-author-cta-copy.is-primary{--mvy-author-cta-action-left:24px!important;}
  #mvy-home-author-cta.mvy-author-cta-v558 .mvy-author-cta-copy.is-secondary{--mvy-author-cta-action-left:46px!important;}
  #mvy-home-author-cta.mvy-author-cta-v558 .mvy-author-cta-action{position:absolute!important;left:var(--mvy-author-cta-action-left)!important;bottom:var(--mvy-author-cta-action-bottom)!important;transform:none!important;}
}
@media (min-width:980px) and (max-width:1220px){
  #mvy-home-author-cta.mvy-author-cta-v558 .mvy-author-cta-copy.is-primary{--mvy-author-cta-action-left:18px!important;}
  #mvy-home-author-cta.mvy-author-cta-v558 .mvy-author-cta-copy.is-secondary{--mvy-author-cta-action-left:34px!important;}
}


/* Run 559 – compact authors catalog hero + gradient title phrase.
   Homepage hero untouched. Scoped to the authors directory root class added in PHP. */
@media (min-width:981px){
  body.mvy-page-key-authors .mvy-authors-page-v559,
  .mvy-authors-page-v559{padding-top:0!important;}
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-intro,
  .mvy-authors-page-v559 .mvy-authors-intro{
    grid-template-columns:minmax(0,.98fr) minmax(390px,.82fr)!important;
    gap:clamp(18px,2.5vw,38px)!important;
    min-height:clamp(300px,28vw,386px)!important;
    padding:clamp(14px,2.4vw,30px) 0 clamp(18px,2.7vw,34px)!important;
    margin:0 auto 28px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-intro-copy,
  .mvy-authors-page-v559 .mvy-authors-intro-copy{max-width:650px!important;align-self:center!important;}
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-intro h1,
  .mvy-authors-page-v559 .mvy-authors-intro h1{
    margin-top:16px!important;
    max-width:15.4ch!important;
    font-size:clamp(46px,4.7vw,66px)!important;
    line-height:1.01!important;
  }
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-lead,
  .mvy-authors-page-v559 .mvy-authors-lead{margin-top:18px!important;max-width:58ch!important;}
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-illustration,
  .mvy-authors-page-v559 .mvy-authors-illustration,
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-illustration.has-custom-hero-image,
  .mvy-authors-page-v559 .mvy-authors-illustration.has-custom-hero-image{
    min-height:clamp(292px,28vw,380px)!important;
    place-items:center start!important;
    justify-content:start!important;
  }
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-hero-custom-image,
  .mvy-authors-page-v559 .mvy-authors-hero-custom-image{
    width:min(100%,540px)!important;
    max-width:540px!important;
    max-height:390px!important;
    transform:translateX(-28px)!important;
    filter:drop-shadow(0 24px 40px rgba(47,107,255,.10))!important;
  }
}
@media (min-width:981px) and (max-width:1220px){
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-intro,
  .mvy-authors-page-v559 .mvy-authors-intro{grid-template-columns:minmax(0,.96fr) minmax(330px,.80fr)!important;gap:22px!important;}
  body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-hero-custom-image,
  .mvy-authors-page-v559 .mvy-authors-hero-custom-image{max-width:480px!important;max-height:350px!important;transform:translateX(-14px)!important;}
}
body.mvy-page-key-authors .mvy-authors-page-v559 .mvy-authors-hero-highlight,
.mvy-authors-page-v559 .mvy-authors-hero-highlight{
  background:linear-gradient(135deg,#2f6bff,#8b5cf6);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  display:inline;
}

/* Run 568 – voucher purchase visibility, three visual variants and dedication fields. */
.mvy-voucher-shop-v568 .mvy-voucher-variant-picker,.mvy-voucher-shop-v568 .mvy-voucher-delivery-picker{display:grid;gap:8px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}
.mvy-voucher-shop-v568 .mvy-voucher-form-label{font-weight:950;color:rgba(10,14,20,.82);font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.mvy-voucher-shop-v568 .mvy-voucher-variant-option{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid rgba(15,23,42,.09);border-radius:15px;background:#f8fafc;cursor:pointer}
.mvy-voucher-shop-v568 .mvy-voucher-variant-option input{margin-top:3px}.mvy-voucher-shop-v568 .mvy-voucher-variant-option strong{font-weight:950;display:block}.mvy-voucher-shop-v568 .mvy-voucher-variant-option small{display:block;color:rgba(10,14,20,.56);font-weight:650;line-height:1.35}
.mvy-voucher-shop-v568 .mvy-voucher-variant-option--blue_gradient{background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.07))}.mvy-voucher-shop-v568 .mvy-voucher-variant-option--warm_teacher{background:linear-gradient(135deg,rgba(251,146,60,.10),rgba(254,243,199,.40))}.mvy-voucher-shop-v568 .mvy-voucher-variant-option--green_calm{background:linear-gradient(135deg,rgba(16,185,129,.10),rgba(236,253,245,.70))}
.mvy-voucher-preview--blue_gradient{background:radial-gradient(260px 140px at 20% 0%,rgba(47,107,255,.18),transparent),linear-gradient(135deg,#f7f8ff,#fff)!important}.mvy-voucher-preview--blue_gradient strong{background:linear-gradient(135deg,#2f6bff,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.mvy-voucher-preview--warm_teacher{background:radial-gradient(260px 140px at 20% 0%,rgba(251,146,60,.20),transparent),linear-gradient(135deg,#fff7ed,#fffaf4)!important}.mvy-voucher-preview--warm_teacher strong{background:none!important;color:#ea580c!important;-webkit-text-fill-color:#ea580c}
.mvy-voucher-preview--green_calm{background:radial-gradient(260px 140px at 20% 0%,rgba(16,185,129,.18),transparent),linear-gradient(135deg,#ecfdf5,#fff)!important}.mvy-voucher-preview--green_calm strong{background:none!important;color:#059669!important;-webkit-text-fill-color:#059669}

/* Run 577 – review guidelines and rewrite flow */
.mvy-review-guidelines{display:grid;gap:6px;padding:12px 14px;border-radius:16px;border:1px solid rgba(47,107,255,.14);background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.08));color:rgba(10,14,20,.86)}
.mvy-review-guidelines strong{font-weight:900;color:rgba(10,14,20,.92)}
.mvy-review-guidelines p{margin:0;color:rgba(10,14,20,.66);font-size:13px;line-height:1.5}.mvy-review-guidelines-example{font-style:italic}
.mvy-review-guidelines-check{display:flex!important;align-items:flex-start;gap:10px;padding:11px 12px;border-radius:16px;border:1px solid rgba(15,23,42,.10);background:#fff;font-size:13px;line-height:1.45;color:rgba(10,14,20,.76)}
.mvy-review-guidelines-check input{width:20px;height:20px;margin-top:1px;accent-color:#2f6bff;flex:0 0 auto}
.mvy-review-rewrite-note{padding:11px 12px;border-radius:16px;border:1px solid rgba(245,158,11,.20);background:rgba(245,158,11,.08);color:rgba(10,14,20,.78)}
.mvy-review-rewrite-note p{margin:4px 0 0;font-size:13px;line-height:1.5}

/* Run 589 – mobile baseline guardrails shared across plugin surfaces. */
@media (max-width:720px){
  .mvy-ui-scope,
  .mvy-ui-scope *,
  .mvy-front-shell,
  .mvy-front-shell *{box-sizing:border-box;}
  .mvy-ui-scope img,
  .mvy-front-shell img,
  .mvy-ui-scope svg,
  .mvy-front-shell svg,
  .mvy-ui-scope video,
  .mvy-front-shell video{max-width:100%;height:auto;}
  .mvy-front-shell,
  .mvy-ui-scope.mvy-front-shell{width:100%;max-width:100%;padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right));}
  .mvy-front-card{max-width:100%;padding:16px;border-radius:20px;}
  .mvy-page-hero,
  .mvy-section-head,
  .mvy-mini-heading,
  .mvy-featured-content,
  .mvy-split-grid,
  .mvy-guide-grid,
  .mvy-guide-grid-two,
  .mvy-filter-grid,
  .mvy-spec-grid,
  .mvy-card-grid,
  .mvy-card-grid-compact{grid-template-columns:minmax(0,1fr)!important;}
  .mvy-section-head-inline,
  .mvy-btn-row,
  .mvy-filter-actions{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;}
  .mvy-btn-row .mvy-btn,
  .mvy-filter-actions .mvy-btn,
  .mvy-front-card button,
  .mvy-front-card input[type="submit"]{width:100%;max-width:100%;}
  .mvy-chip-row,
  .mvy-badge-row,
  .mvy-hero-meta,
  .mvy-detail-meta-row{max-width:100%;overflow-wrap:anywhere;}
  .mvy-chip,
  .mvy-badge{white-space:normal;text-align:center;}
  .mvy-table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .mvy-front-card input,
  .mvy-front-card select,
  .mvy-front-card textarea{max-width:100%;}
}
@media (max-width:420px){
  .mvy-page-hero h1,
  .mvy-page-hero h2{font-size:clamp(24px,8vw,30px);line-height:1.08;}
  .mvy-front-card h1{font-size:clamp(24px,8vw,30px);}
  .mvy-front-card h2{font-size:clamp(21px,7vw,26px);}
}

/* Run 629 – rating meter used by compact review headers. */
.mvy-rating-meter{position:relative;display:inline-block;line-height:1;font-size:15px;letter-spacing:.04em;white-space:nowrap;vertical-align:middle;color:rgba(15,23,42,.20)}
.mvy-rating-meter-base{display:block;color:rgba(15,23,42,.22)}
.mvy-rating-meter-fill{position:absolute;left:0;top:0;width:var(--mvy-rating-fill,0%);max-width:100%;overflow:hidden;color:#f59e0b;white-space:nowrap;display:block}
.mvy-review-score.mvy-review-score-inline{min-width:0;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:flex-end;gap:7px;text-align:right;box-shadow:none}
.mvy-review-score.mvy-review-score-inline small{display:inline;margin:0;color:rgba(10,14,20,.56);font-weight:800;white-space:nowrap}
.mvy-review-stars .mvy-rating-meter{font-size:14px;margin-top:4px}
.mvy-review-more{margin-top:4px}
.mvy-review-more summary{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;font-weight:850;color:#2f6bff;box-shadow:0 6px 16px rgba(2,6,23,.05)}
.mvy-review-more-list{display:grid;gap:12px;margin-top:12px}

/* v1.18.673 – credit/voucher account cards */
.mvy-my-vouchers-v673 .mvy-credit-balance-card{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:14px 0 18px;padding:16px 18px;border:1px solid rgba(47,107,255,.18);border-radius:18px;background:linear-gradient(135deg,rgba(47,107,255,.08),rgba(139,92,246,.08));box-shadow:0 8px 22px rgba(2,6,23,.05)}
.mvy-my-vouchers-v673 .mvy-credit-balance-card span{font-weight:850;color:rgba(10,14,20,.70)}
.mvy-my-vouchers-v673 .mvy-credit-balance-card strong{font-size:26px;line-height:1;font-weight:950;color:rgba(10,14,20,.92)}
.mvy-my-vouchers-v673 .mvy-credit-balance-card a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border-radius:999px;background:linear-gradient(135deg,#2f6bff,#8b5cf6);color:#fff;font-weight:850;text-decoration:none;box-shadow:0 10px 24px rgba(47,107,255,.18)}
.mvy-voucher-account-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:16px}
.mvy-voucher-account-card{padding:16px;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(2,6,23,.05)}
.mvy-voucher-account-card.is-credit{border-color:rgba(47,107,255,.18);background:linear-gradient(135deg,rgba(47,107,255,.06),rgba(139,92,246,.06))}
.mvy-voucher-account-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.mvy-voucher-account-card__head strong{font-weight:950;color:rgba(10,14,20,.92)}
.mvy-voucher-account-card__head span{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:rgba(47,107,255,.10);color:#2f4ff6;font-weight:850;font-size:12px;white-space:nowrap}
.mvy-voucher-account-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}
.mvy-voucher-account-card dl div{min-width:0;padding:10px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(255,255,255,.72)}
.mvy-voucher-account-card dt{margin:0 0 4px;color:rgba(10,14,20,.55);font-weight:800;font-size:12px}
.mvy-voucher-account-card dd{margin:0;color:rgba(10,14,20,.92);font-weight:850;overflow-wrap:anywhere}
.mvy-voucher-account-card__note{margin:10px 0 0;color:rgba(10,14,20,.66)}
@media(max-width:640px){.mvy-voucher-account-card dl{grid-template-columns:1fr}.mvy-my-vouchers-v673 .mvy-credit-balance-card{align-items:flex-start;flex-direction:column}.mvy-my-vouchers-v673 .mvy-credit-balance-card a{width:100%}}

/* 1.18.678 – cleaner buyer voucher cards */
.mvy-my-vouchers-v673 .mvy-voucher-mini-preview{margin:0 0 14px;padding:18px;border-radius:18px;min-height:118px;display:grid;align-content:center;gap:5px;overflow:hidden;position:relative;border:1px solid rgba(15,23,42,.08)}
.mvy-my-vouchers-v673 .mvy-voucher-mini-preview:after{content:"";position:absolute;inset:auto -28px -36px auto;width:120px;height:120px;border-radius:999px;background:rgba(255,255,255,.28)}
.mvy-my-vouchers-v673 .mvy-voucher-mini-preview span{font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;color:rgba(10,14,20,.58);position:relative;z-index:1}
.mvy-my-vouchers-v673 .mvy-voucher-mini-preview strong{font-size:30px;line-height:1;font-weight:950;color:rgba(10,14,20,.92);position:relative;z-index:1}
.mvy-my-vouchers-v673 .mvy-voucher-mini-preview small{font-weight:850;color:rgba(10,14,20,.64);position:relative;z-index:1}
.mvy-my-vouchers-v673 .mvy-voucher-preview--blue_gradient{background:linear-gradient(135deg,rgba(47,107,255,.14),rgba(139,92,246,.14))}
.mvy-my-vouchers-v673 .mvy-voucher-preview--warm_teacher{background:linear-gradient(135deg,rgba(249,115,22,.14),rgba(251,191,36,.14))}
.mvy-my-vouchers-v673 .mvy-voucher-preview--green_calm{background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(34,197,94,.12))}
.mvy-voucher-account-card.is-voided{opacity:.74;background:rgba(248,250,252,.82)}
.mvy-voucher-account-card.is-voided .mvy-voucher-mini-preview{filter:grayscale(.55)}

/* Run 1.18.696 – mobile-only author/platform chat workspace breathing room. */
@media (max-width: 640px){
  .vyc-embed,
  .vyc-thread-window{
    box-sizing:border-box;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    margin-left:calc(50% - 50vw + 12px)!important;
    margin-right:calc(50% - 50vw + 12px)!important;
  }
  .vyc-thread-window,
  .vyc-thread-window--support-embed{
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .vyc-chat-head{
    padding:10px 2px 12px!important;
    border:0!important;
    background:transparent!important;
    gap:10px!important;
  }
  .vyc-chat-head h1,
  .vyc-chat-head h2,
  .vyc-chat-head h3,
  .vyc-chat-title{
    margin:0!important;
    line-height:1.16!important;
  }
  .vyc-chat-head p,
  .vyc-chat-subtitle,
  .vyc-chat-description{
    margin-top:3px!important;
    line-height:1.35!important;
  }
  .vyc-chat-actions{
    gap:8px!important;
  }
  .vyc-chat-actions .vyc-btn,
  .vyc-chat-actions button{
    min-height:40px!important;
    padding:9px 13px!important;
  }
  .vyc-thread-body{
    padding:0!important;
    background:transparent!important;
  }
  .vyc-thread-messages,
  .vyc-message-list,
  .vyc-messages,
  .vyc-thread-empty{
    min-height:280px!important;
    padding:20px 2px!important;
    box-sizing:border-box;
  }
  .vyc-compose{
    margin-top:10px!important;
    padding:12px 0 0!important;
    border-top:1px solid rgba(15,23,42,.08)!important;
    background:transparent!important;
  }
  .vyc-compose textarea{
    min-height:96px!important;
    max-width:100%!important;
  }
  .vyc-compose .vyc-btn,
  .vyc-compose button[type="submit"]{
    min-height:44px!important;
    padding:10px 18px!important;
  }
}
