/*
 * Materiály.Vyučuji.cz – Authors baseline mirror
 *
 * Run 290 moved a current baseline copy of page-specific rules from frontend.css
 * into this later-loaded page CSS file. The original frontend.css rules are kept
 * as a compatibility fallback in this run, so this should not change visual output.
 *
 * Scope: authors directory and public author profile only
 * Safe selector pattern: body.mvy-page-key-authors .mvy-authors-page ... / body.mvy-detail-route-author .mvy-author-profile-page ...
 *
 * Future edits for this surface belong here. Do not add broad global selectors
 * such as .card, .btn, section, h2, .mvy-btn or .mvy-front-card unless they are
 * protected by the page body class / page wrapper.
 */



/* --- Migrated baseline mirror from assets/css/frontend.css (run 290) --- */

.mvy-catalog-page .mvy-ap__inline-form,.mvy-catalog-page .mvy-favorite-form{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}

.mvy-catalog-page .mvy-ap__save{margin-right:0 !important;margin-left:0 !important}

/* Standalone author profile integration (1.17.6) */
/* Run 32 – public author profile final standalone integration */
.mvy-ap,
.mvy-ap *{box-sizing:border-box}

.mvy-ap a{text-decoration:none;color:inherit}

.mvy-ap img{max-width:100%;height:auto}

.mvy-ap__page{max-width:var(--mvy-ap-max);margin:0 auto;padding:24px 18px 72px}

.mvy-ap__hero{position:relative;overflow:hidden;min-height:390px;border-radius:var(--mvy-ap-radius-xl);background:radial-gradient(420px 260px at 23% 4%,rgba(255,255,255,.20),transparent 62%),radial-gradient(560px 320px at 86% 22%,rgba(255,255,255,.18),transparent 58%),linear-gradient(135deg,#1768ff 0%,#5d63f4 52%,#9457ef 100%);box-shadow:0 22px 50px rgba(47,107,255,.15);border:1px solid rgba(255,255,255,.45)}

.mvy-ap__hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 11% 20%,rgba(255,255,255,.18) 0 1px,transparent 2px),radial-gradient(circle at 26% 74%,rgba(255,255,255,.14) 0 1px,transparent 2px),radial-gradient(circle at 70% 17%,rgba(255,255,255,.14) 0 1px,transparent 2px),radial-gradient(circle at 86% 72%,rgba(255,255,255,.12) 0 1px,transparent 2px);background-size:90px 90px,130px 130px,110px 110px,160px 160px;opacity:.9;pointer-events:none}

.mvy-ap__hero::after{content:"✎   ∑   ABC   ◇   1+2=3   ✦";position:absolute;right:34px;bottom:12px;width:560px;max-width:72%;color:rgba(255,255,255,.13);font-size:54px;font-weight:900;letter-spacing:.16em;transform:rotate(-8deg);pointer-events:none;line-height:1.45}

.mvy-ap__hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:32px;padding:48px 58px 34px;align-items:stretch}

.mvy-ap__hero-main{display:flex;flex-direction:column;min-width:0;color:#fff}

.mvy-ap__identity{display:grid;grid-template-columns:136px minmax(0,1fr);gap:28px;align-items:start}

.mvy-ap__avatar-wrap{position:relative;width:136px;height:136px;flex:0 0 136px}

.mvy-ap__avatar{width:136px;height:136px;border-radius:999px;overflow:hidden;border:6px solid rgba(255,255,255,.92);background:linear-gradient(135deg,#ffd861,#ffb347);box-shadow:0 18px 34px rgba(2,6,23,.18)}

.mvy-ap__avatar > *{width:100%!important;height:100%!important;display:block!important}

.mvy-ap__avatar img,.mvy-ap__avatar .avatar,.mvy-ap__avatar .mvy-custom-avatar{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:inherit!important;display:flex!important;align-items:center;justify-content:center;overflow:hidden}

.mvy-ap__status-dot{position:absolute;right:5px;bottom:16px;width:28px;height:28px;border-radius:999px;border:5px solid #fff;background:#20c997;box-shadow:0 8px 16px rgba(2,6,23,.16)}

.mvy-ap__name-wrap{padding-top:8px;min-width:0}

.mvy-ap__title{margin:0;color:#fff!important;font-size:clamp(38px,5vw,55px);line-height:1.02;letter-spacing:-.06em;font-weight:1000;max-width:none}

.mvy-ap__subtitle{display:flex;align-items:center;gap:8px;margin:10px 0 0;color:#fff;font-size:20px;font-weight:950}

.mvy-ap__verified{width:20px;height:20px;border-radius:999px;background:#fff;color:var(--mvy-ap-a1);display:inline-grid;place-items:center;font-size:13px;font-weight:1000;flex:0 0 auto}

.mvy-ap__bio-short{max-width:480px;margin:17px 0 0;color:rgba(255,255,255,.88);font-size:17px;line-height:1.55;font-weight:650}

.mvy-ap__hero-actions{display:flex;align-items:center;gap:18px;margin-top:34px;flex-wrap:wrap}

.mvy-ap__btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.95);box-shadow:var(--mvy-ap-shadow-sm);color:var(--mvy-ap-text)!important;font-size:14px;font-weight:950;transition:transform .14s ease,box-shadow .14s ease,background .14s ease;cursor:pointer;text-align:center}

.mvy-ap__btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(27,34,64,.08)}

.mvy-ap__btn--primary{border:none;color:#fff!important;background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2));box-shadow:0 14px 30px rgba(47,107,255,.22)}

.mvy-ap__btn--primary:hover,.mvy-ap__btn--primary:visited,.mvy-ap__btn--primary:focus{color:#fff!important}

.mvy-ap__btn-ghost{color:#fff!important;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.32);min-width:178px;box-shadow:none}

.mvy-ap__follow-count{color:rgba(255,255,255,.90);display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800}

.mvy-ap__subnav{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:49px}

.mvy-ap__pill{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;color:#fff!important;background:transparent;border:none;font-weight:950;font-size:14px;box-shadow:none}

.mvy-ap__pill.is-active{min-width:100px;color:#2466ff!important;background:#fff;box-shadow:0 14px 28px rgba(2,6,23,.13)}

.mvy-ap__section-link{color:#4c5df2!important;font-weight:950;font-size:13px;white-space:nowrap;display:inline-flex;align-items:center;gap:7px;padding:8px 0}

.mvy-ap__hero-side{align-self:start;background:rgba(255,255,255,.96);color:var(--mvy-ap-text);border:1px solid rgba(255,255,255,.66);border-radius:20px;padding:24px;box-shadow:0 18px 38px rgba(2,6,23,.14)}

.mvy-ap__hero-side h2{margin:0 0 17px;font-size:20px;letter-spacing:-.04em;font-weight:1000;line-height:1.15}

.mvy-ap__metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}

.mvy-ap__metric{min-height:100px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#fbfcff);padding:15px;box-shadow:0 5px 14px rgba(2,6,23,.04);display:grid;align-content:start;gap:5px}

.mvy-ap__metric-icon{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mvy-ap-soft1),var(--mvy-ap-soft2));color:#7257ef;font-size:14px;font-weight:900}

.mvy-ap__metric strong{font-size:28px;font-weight:1000;line-height:1;letter-spacing:-.04em;color:var(--mvy-ap-text)}

.mvy-ap__metric > span:not(.mvy-ap__metric-icon):not(.mvy-ap__stars){color:var(--mvy-ap-muted);font-size:12px;font-weight:800}

.mvy-ap__stars{color:var(--mvy-ap-warning);font-size:12px;letter-spacing:1px;line-height:1}

.mvy-ap__hero-buy{width:100%;margin-top:20px}

.mvy-ap__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;margin-top:28px;align-items:start}

.mvy-ap__stack{display:grid;gap:20px;align-content:start;align-self:start;height:fit-content}

.mvy-ap__sidebar{position:sticky;top:94px}

.mvy-ap__card,.mvy-ap__side-card{background:rgba(255,255,255,.96);border:1px solid rgba(15,23,42,.08);border-radius:var(--mvy-ap-radius-xl);box-shadow:var(--mvy-ap-shadow-sm)}

.mvy-ap__card{padding:24px}

.mvy-ap__side-card{padding:22px}

.mvy-ap__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}

.mvy-ap__section-title{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start}

.mvy-ap__section-icon,.mvy-ap__side-icon{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mvy-ap-soft1),var(--mvy-ap-soft2));color:#6155ec;font-size:18px;flex:0 0 auto}

.mvy-ap__section-head h2,.mvy-ap__side-card h3{margin:0;letter-spacing:-.04em;line-height:1.18;font-weight:1000;color:var(--mvy-ap-text)}

.mvy-ap__section-head h2{font-size:22px}

.mvy-ap__side-card h3{font-size:20px}

.mvy-ap__section-head p,.mvy-ap__side-card p{margin:4px 0 0;color:var(--mvy-ap-muted);font-size:13px;font-weight:650}

.mvy-ap__material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start;justify-content:start}

.mvy-ap__material{position:relative;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.09);box-shadow:0 10px 23px rgba(2,6,23,.06);transition:transform .14s ease,box-shadow .14s ease;display:flex;flex-direction:column;min-width:0}

.mvy-ap__material:hover{transform:translateY(-2px);box-shadow:0 16px 31px rgba(2,6,23,.09)}

.mvy-ap__material-thumb-wrap{position:relative}

.mvy-ap__material-thumb{position:relative;display:block;aspect-ratio:1/1!important;background:#f4f3fe;overflow:hidden}

.mvy-ap__material-thumb img{width:100%;height:100%;display:block;object-fit:cover;background:#f4f3fe}

.mvy-ap__thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#70779a;font-weight:800;background:linear-gradient(145deg,#eef2ff,#e2e8f0)}

.mvy-ap__material-badge{position:absolute;top:12px;left:12px;z-index:2}

.mvy-ap__material-badge .mvy-ap__chip{padding:7px 10px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2));font-size:12px;font-weight:950;box-shadow:0 10px 18px rgba(47,107,255,.23);border:none;min-height:auto}

.mvy-ap__chip{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border:1px solid rgba(57,66,112,.08);color:#4a4f68;background:#fff;font-size:12px;border-radius:999px;font-weight:850}

.mvy-ap__chip--purple,.mvy-ap__chip--blue{background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2));color:#fff;border:none}

.mvy-ap__material-body{padding:14px;display:grid;gap:6px;flex:1}

.mvy-ap__eyebrow{display:none}

.mvy-ap__material-title{margin:0;font-size:15px;line-height:1.26;letter-spacing:-.02em;font-weight:1000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.mvy-ap__material-title a{text-decoration:none!important;color:inherit!important}

.mvy-ap__meta-row{display:none}

.mvy-ap__material-desc{margin:0;color:var(--mvy-ap-muted);font-size:12px;font-weight:750;line-height:1.45;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:1.45em}

.mvy-ap__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:2px}

.mvy-ap__price{font-weight:1000;font-size:15px;line-height:1}

.mvy-ap__price-wrap{display:flex;align-items:flex-end}

.mvy-ap__action-row{display:flex;gap:8px;align-items:center;justify-content:flex-end;margin:0;padding:0}

.mvy-ap__buy-btn{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2));color:#fff;display:grid;place-items:center;box-shadow:0 12px 22px rgba(47,107,255,.18);text-decoration:none!important}

.mvy-ap__buy-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.mvy-ap__mini-author{display:none}

.mvy-ap__mini-avatar{display:inline-flex!important;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;overflow:hidden}

.mvy-ap__save{appearance:none!important;-webkit-appearance:none!important;width:32px!important;height:32px!important;padding:0!important;border-radius:12px!important;border:1px solid var(--mvy-ap-border-strong)!important;background:#fff!important;box-shadow:var(--mvy-ap-shadow-sm)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#68708a!important;cursor:pointer;font-size:0!important;line-height:0!important}

.mvy-ap__save::before,.mvy-ap__save::after{content:none!important}

.mvy-ap__save svg{width:16px!important;height:16px!important;display:block!important}

.mvy-ap__save.is-active{color:#5f6cff!important;background:#f3f1ff!important}

.mvy-ap__group-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}

.mvy-ap__group{display:flex;align-items:center;gap:10px;min-height:68px;padding:12px;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 18px rgba(2,6,23,.04)}

.mvy-ap__group-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-size:20px;font-weight:1000;flex:0 0 auto}

.mvy-ap__group strong{font-size:13px;display:block;line-height:1.1}

.mvy-ap__group small{display:block;font-size:11px;color:var(--mvy-ap-muted);font-weight:800}

.mvy-ap__group.is-blue .mvy-ap__group-icon{background:rgba(47,107,255,.12);color:#2f6bff}

.mvy-ap__group.is-purple .mvy-ap__group-icon{background:rgba(139,92,246,.12);color:#8b5cf6}

.mvy-ap__group.is-green .mvy-ap__group-icon{background:rgba(34,197,94,.12);color:#16a34a}

.mvy-ap__group.is-pink .mvy-ap__group-icon{background:rgba(236,72,153,.12);color:#db2777}

.mvy-ap__group.is-orange .mvy-ap__group-icon{background:rgba(249,115,22,.12);color:#ea580c}

.mvy-ap__filters{display:grid;gap:12px;margin-bottom:18px}

.mvy-ap__filters-top{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(140px,.75fr) auto auto;gap:12px;margin-bottom:0}

.mvy-ap__filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}

.mvy-ap__field,.mvy-ap__select{width:100%;min-height:44px;border:1px solid rgba(15,23,42,.10);border-radius:14px;background:#fff;padding:0 14px;font:inherit;color:var(--mvy-ap-text);box-shadow:0 4px 10px rgba(2,6,23,.03);font-size:13px;font-weight:800}

.mvy-ap__field::placeholder{color:rgba(10,14,20,.55)}

.mvy-ap__filter-label{display:block;margin:0 0 6px;font-size:12px;color:var(--mvy-ap-muted);font-weight:800}

.mvy-ap__filters .mvy-ap__btn{box-shadow:0 4px 10px rgba(2,6,23,.03)}

.mvy-ap__filters .mvy-ap__btn:not(.mvy-ap__btn--primary){background:#fff;color:var(--mvy-ap-text)!important;border-color:rgba(15,23,42,.10)}

.mvy-ap__article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}

.mvy-ap__article{overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;box-shadow:0 8px 18px rgba(2,6,23,.05)}

.mvy-ap__article-img{display:block;height:118px;position:relative;background:linear-gradient(135deg,#bde0fe,#ffc8dd);background-size:cover;background-position:center}

.mvy-ap__article-img:not([style])::before{position:absolute;inset:0;display:grid;place-items:center;font-size:38px;content:"🎲  📚  ✏️"}

.mvy-ap__article-img.is-two{background:linear-gradient(135deg,#e9d5ff,#fde68a)}

.mvy-ap__article-img.is-two:not([style])::before{content:"👩‍🏫  🧑‍🎓"}

.mvy-ap__article-img.is-three{background:linear-gradient(135deg,#bbf7d0,#bfdbfe)}

.mvy-ap__article-img.is-three:not([style])::before{content:"👥  💬  ✅"}

.mvy-ap__article-body{padding:14px}

.mvy-ap__article-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(139,92,246,.10);color:#7c3aed;font-size:11px;font-weight:950;margin-bottom:9px}

.mvy-ap__article h3{margin:0;font-size:14px;font-weight:1000;line-height:1.24}

.mvy-ap__article h3 a{text-decoration:none!important;color:inherit!important}

.mvy-ap__article p{font-size:12px;color:var(--mvy-ap-muted);font-weight:650;margin:6px 0 0}

.mvy-ap__article-meta{font-size:12px;color:var(--mvy-ap-faint);font-weight:800;margin-top:14px}

.mvy-ap__side-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}

.mvy-ap__about-text{margin:0;font-size:14px;color:var(--mvy-ap-muted);line-height:1.65}

.mvy-ap__check-list{display:grid;gap:12px;margin-top:14px}

.mvy-ap__check-list div{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:900;color:rgba(10,14,20,.74)}

.mvy-ap__check-list span{width:24px;height:24px;border-radius:10px;background:linear-gradient(135deg,var(--mvy-ap-soft1),var(--mvy-ap-soft2));color:#6155ec;display:grid;place-items:center;font-weight:1000;flex:0 0 auto}

.mvy-ap__side-link{margin-top:16px;width:100%;background:rgba(139,92,246,.08);border:0;color:#5d55f1!important;box-shadow:none}

.mvy-ap__set-discount{margin-top:14px;padding:14px;border-radius:18px;border:1px solid rgba(34,197,94,.18);background:linear-gradient(135deg,rgba(34,197,94,.10),rgba(47,107,255,.08));box-shadow:0 8px 20px rgba(2,6,23,.04)}

.mvy-ap__set-discount-head{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;color:var(--mvy-ap-text)}

.mvy-ap__set-discount-head strong{font-size:14px;font-weight:1000;line-height:1.25;letter-spacing:-.02em}

.mvy-ap__set-discount-icon{position:relative;width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#2f6bff);color:#fff;box-shadow:0 10px 18px rgba(34,197,94,.18)}

.mvy-ap__set-discount-icon svg{width:18px;height:18px;display:block}

.mvy-ap__set-discount-icon span{position:absolute;right:-5px;bottom:-5px;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#16a34a;border:1px solid rgba(34,197,94,.24);font-size:10px;font-weight:1000;line-height:1}

.mvy-ap__set-discount-list{margin:11px 0 0 46px;padding:0;display:grid;gap:6px;color:rgba(10,14,20,.68);font-size:13px;font-weight:850;line-height:1.4}

.mvy-ap__set-discount-list li{margin:0;padding-left:2px}

.mvy-ap__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}

.mvy-ap__timeline{display:grid;gap:12px}

.mvy-ap__timeline-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.07);background:linear-gradient(180deg,#fff,#fbfbff)}

.mvy-ap__step{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2));color:#fff;display:grid;place-items:center;font-weight:1000;font-size:13px}

.mvy-ap__timeline-item strong{font-size:13px}

.mvy-ap__timeline-item p{font-size:12px;margin:2px 0 0;color:var(--mvy-ap-muted)}

.mvy-ap__side-illustration{height:112px;border-radius:18px;margin-top:14px;background:radial-gradient(circle at 76% 36%,rgba(139,92,246,.20),transparent 30%),linear-gradient(135deg,rgba(47,107,255,.09),rgba(139,92,246,.13));position:relative;overflow:hidden}

.mvy-ap__side-illustration::before{content:"✉";position:absolute;left:38px;bottom:14px;font-size:74px;color:rgba(93,85,241,.44);transform:rotate(-8deg)}

.mvy-ap__side-illustration::after{content:"🔔";position:absolute;right:34px;bottom:28px;font-size:34px}

.mvy-ap__webinar{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--mvy-ap-border);border-radius:18px;padding:14px;background:linear-gradient(180deg,#fbfbff,#fff)}

.mvy-ap__webinar h3{margin:0;font-size:18px;line-height:1.18}

.mvy-ap__webinar h3 a{text-decoration:none!important;color:inherit!important}

.mvy-ap__webinar p{margin:8px 0 0;font-size:14px;color:var(--mvy-ap-muted)}

.mvy-ap__play{width:38px;height:38px;flex:0 0 38px;border-radius:999px;background:linear-gradient(135deg,#eef0ff,#f4ebff);display:inline-flex;align-items:center;justify-content:center;color:#4452bb;font-weight:900}

.mvy-ap__empty{padding:18px;border:1px dashed rgba(47,107,255,.24);border-radius:16px;background:linear-gradient(180deg,#faf9ff,#fff);color:var(--mvy-ap-muted)}

.mvy-ap__inline-form{display:inline-flex;margin:0;padding:0;align-items:center;justify-content:center}

.mvy-ap__pagination,.mvy-pagination{margin-top:18px}

@media (max-width:1060px){.mvy-ap__hero-grid{grid-template-columns:1fr;padding:38px 34px}.mvy-ap__hero-side{max-width:520px}.mvy-ap__grid{grid-template-columns:1fr}.mvy-ap__sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.mvy-ap__material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mvy-ap__group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mvy-ap__article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media (max-width:740px){.mvy-ap__page{padding-left:14px;padding-right:14px}.mvy-ap__hero{min-height:auto}.mvy-ap__hero-grid{padding:25px 18px 20px;gap:22px}.mvy-ap__identity{grid-template-columns:1fr;gap:14px}.mvy-ap__avatar-wrap{width:102px;height:102px}.mvy-ap__avatar{width:102px;height:102px}.mvy-ap__status-dot{width:23px;height:23px;border-width:4px;bottom:8px}.mvy-ap__title{font-size:38px}.mvy-ap__subtitle{font-size:17px}.mvy-ap__bio-short{font-size:15px}.mvy-ap__hero-actions{gap:10px;margin-top:22px}.mvy-ap__btn{width:100%;min-height:44px}.mvy-ap__follow-count{width:100%;justify-content:center}.mvy-ap__subnav{margin-top:24px;gap:8px}.mvy-ap__pill{min-width:auto;font-size:13px;padding:10px 13px}.mvy-ap__metrics{grid-template-columns:1fr 1fr}.mvy-ap__grid{margin-top:16px;gap:16px}.mvy-ap__card,.mvy-ap__side-card{padding:17px;border-radius:18px}.mvy-ap__section-head{align-items:flex-start;gap:10px}.mvy-ap__section-link{display:none}.mvy-ap__material-grid,.mvy-ap__sidebar,.mvy-ap__group-grid,.mvy-ap__article-grid,.mvy-ap__filters-top,.mvy-ap__filters-grid{grid-template-columns:1fr}.mvy-ap__webinar{flex-direction:column;align-items:stretch}.mvy-ap__hero::after{display:none}}

/* Run 31 – authors directory standalone integration (page-specific) */
.mvy-authors-page{display:grid;gap:20px}

.mvy-authors-page .mvy-authors-kicker{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:900;color:var(--mvy-muted);text-transform:uppercase;letter-spacing:.08em}

.mvy-authors-page .mvy-authors-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#2f6bff,#8b5cf6);box-shadow:0 0 0 3px rgba(47,107,255,.12)}

.mvy-authors-page .mvy-authors-lead{margin:12px 0 0;font-size:17px;color:var(--mvy-muted);max-width:72ch}

.mvy-authors-page .mvy-authors-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(15,23,42,.09);font-weight:700;font-size:13px;color:var(--mvy-muted)}

.mvy-authors-page .mvy-authors-chip.is-blue{background:rgba(47,107,255,.10);color:#1d4ed8;border-color:rgba(47,107,255,.18)}

.mvy-authors-page .mvy-authors-chip.is-purple{background:rgba(139,92,246,.10);color:#6d28d9;border-color:rgba(139,92,246,.18)}

.mvy-authors-page .mvy-authors-chip.is-green{background:rgba(34,197,94,.10);color:#15803d;border-color:rgba(34,197,94,.18)}

.mvy-authors-page .mvy-authors-chip.is-orange{background:rgba(245,158,11,.12);color:#b45309;border-color:rgba(245,158,11,.18)}

.mvy-authors-page .mvy-authors-chip-soft{background:rgba(255,255,255,.90);color:var(--mvy-text);border-color:rgba(15,23,42,.08)}

.mvy-authors-page .mvy-authors-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;padding:14px;border:1px solid rgba(15,23,42,.10);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:var(--mvy-sh2)}

.mvy-authors-page .mvy-authors-search-form{display:flex;gap:12px;flex:1;min-width:min(100%,420px)}

.mvy-authors-page .mvy-authors-search{min-height:46px;padding:11px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.10);background:#fff;color:var(--mvy-text);box-shadow:var(--mvy-sh2);flex:1;min-width:0}

.mvy-authors-page .mvy-authors-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,.10);background:rgba(255,255,255,.94);font-weight:800;color:var(--mvy-text);box-shadow:var(--mvy-sh2);text-decoration:none;cursor:pointer}

.mvy-authors-page .mvy-authors-btn-primary{border:none;color:#fff;background:linear-gradient(135deg,#2f6bff,#8b5cf6);box-shadow:0 14px 30px rgba(47,107,255,.18)}

.mvy-authors-page .mvy-authors-btn-soft{background:rgba(255,255,255,.94)}

.mvy-authors-page .mvy-authors-btn-full{width:100%}

.mvy-authors-page .mvy-authors-results-top{display:flex;align-items:end;justify-content:space-between;gap:14px;flex-wrap:wrap}

.mvy-authors-page .mvy-authors-results-top h2{margin:0;font-size:34px;letter-spacing:-.04em;line-height:1.08}

.mvy-authors-page .mvy-authors-results-top p{margin:6px 0 0;color:var(--mvy-muted)}

.mvy-authors-page .mvy-authors-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:18px;align-items:stretch}

.mvy-authors-page .mvy-authors-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(--mvy-sh2)}

.mvy-authors-page .mvy-authors-card-cover{position:relative;min-height:118px;padding:14px;border-bottom:1px solid rgba(15,23,42,.06);background:radial-gradient(380px 180px at 15% 0%, rgba(255,255,255,.50), transparent 60%),radial-gradient(420px 220px at 100% 10%, rgba(255,255,255,.35), transparent 60%),linear-gradient(135deg, rgba(47,107,255,.16), rgba(139,92,246,.16));background-size:cover;background-position:center}

.mvy-authors-page .mvy-authors-card-cover::after{content:"";position:absolute;right:-18px;bottom:-22px;width:118px;height:118px;border-radius:30px;background:rgba(255,255,255,.22);filter:blur(2px);transform:rotate(20deg)}

.mvy-authors-page .mvy-authors-card-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.08));pointer-events:none}

.mvy-authors-page .mvy-authors-card-badges{position:relative;z-index:1;display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}

.mvy-authors-page .mvy-authors-card-body{padding:18px;display:grid;gap:14px;height:100%}

.mvy-authors-page .mvy-authors-card-head{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}

.mvy-authors-page .mvy-authors-avatar-wrap{position:relative}

.mvy-authors-page .mvy-authors-avatar img,.mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar{width:68px;height:68px;border-radius:999px;display:block;object-fit:cover;border:4px solid rgba(255,255,255,.94);box-shadow:0 10px 20px rgba(2,6,23,.08)}

.mvy-authors-page .mvy-authors-avatar .avatar{width:68px;height:68px;border-radius:999px;display:grid;place-items:center}

.mvy-authors-page .mvy-authors-verified-dot{position:absolute;right:-2px;bottom:0;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#2f6bff,#8b5cf6);color:#fff;font-size:12px;font-weight:900;box-shadow:0 6px 16px rgba(47,107,255,.24);border:2px solid #fff}

.mvy-authors-page .mvy-authors-card-title{margin:0;font-size:22px;line-height:1.08;letter-spacing:-.03em}

.mvy-authors-page .mvy-authors-card-title a{text-decoration:none;color:inherit}

.mvy-authors-page .mvy-authors-card-tagline{margin:4px 0 0;font-size:15px;font-weight:800;color:var(--mvy-text)}

.mvy-authors-page .mvy-authors-card-bio{margin:0;color:var(--mvy-muted);font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:6.2em}

.mvy-authors-page .mvy-authors-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}

.mvy-authors-page .mvy-authors-metric{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,248,255,.88));padding:12px;display:grid;gap:6px;box-shadow:var(--mvy-sh2)}

.mvy-authors-page .mvy-authors-metric strong{font-size:22px;line-height:1.05;letter-spacing:-.03em}

.mvy-authors-page .mvy-authors-metric span{font-size:12px;color:var(--mvy-muted);line-height:1.35}

.mvy-authors-page .mvy-authors-action-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}

.mvy-authors-page .mvy-authors-follow-form{margin:0}

.mvy-authors-page .mvy-authors-follow-form button{white-space:nowrap}

@media (max-width:700px){.mvy-authors-page .mvy-authors-search-form{min-width:100%;flex-wrap:wrap}.mvy-authors-page .mvy-authors-search{width:100%}.mvy-authors-page .mvy-authors-cards{grid-template-columns:1fr}}

/* Run 33/34 – author profile layout hardening after staging check
   - Keep the author profile free of constrained WP content wrappers.
   - Prevent section headings from collapsing into per-letter vertical text.
   - Do not paint a separate full-width background on this page: the global site background must remain visible without a hard rectangular seam. */
.mvy-ap.mvy-author-profile-page{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:0;
  padding-right:0;
  background:transparent!important;
  overflow:visible;
}

.mvy-ap.mvy-author-profile-page,
.mvy-ap.mvy-author-profile-page .mvy-ap__page,
.mvy-ap.mvy-author-profile-page .mvy-ap__grid,
.mvy-ap.mvy-author-profile-page .mvy-ap__stack,
.mvy-ap.mvy-author-profile-page .mvy-ap__card{
  min-width:0;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__section-title{
  display:flex;
  align-items:flex-start;
  gap:12px;
  flex:1 1 420px;
  min-width:min(100%,260px);
  max-width:100%;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__section-title > div{
  flex:1 1 auto;
  min-width:0;
  max-width:100%;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__section-head h2,
.mvy-ap.mvy-author-profile-page .mvy-ap__section-head p,
.mvy-ap.mvy-author-profile-page .mvy-ap__side-card h3,
.mvy-ap.mvy-author-profile-page .mvy-ap__side-card p{
  width:auto;
  max-width:100%;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
  white-space:normal;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__section-head h2{
  display:block;
  min-width:0;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__section-link{
  flex:0 0 auto;
  white-space:nowrap;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__card{
  min-height:0;
  height:auto;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__material-grid,
.mvy-ap.mvy-author-profile-page .mvy-ap__group-grid,
.mvy-ap.mvy-author-profile-page .mvy-ap__article-grid{
  min-width:0;
}

@media (max-width:740px){
  .mvy-ap.mvy-author-profile-page{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .mvy-ap.mvy-author-profile-page .mvy-ap__section-title{
    flex-basis:100%;
    min-width:0;
  }
}

/* Run 34 – remove the visible author-page background slab without touching the approved cards/layout. */
body:has(.mvy-ap.mvy-author-profile-page) .site-main,
body:has(.mvy-ap.mvy-author-profile-page) .content-area,
body:has(.mvy-ap.mvy-author-profile-page) .entry-content,
body:has(.mvy-ap.mvy-author-profile-page) .ct-container,
body:has(.mvy-ap.mvy-author-profile-page) .ct-container-full{
  background:transparent!important;
}

.mvy-ap.mvy-author-profile-page::before,
.mvy-ap.mvy-author-profile-page::after{
  content:none!important;
}

.mvy-ap.mvy-author-profile-page .mvy-ap__page{
  background:transparent!important;
}

.mvy-ap__verified-badge{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:12px;font-weight:900;vertical-align:middle;white-space:nowrap}

.mvy-ap__verified-badge span{width:17px;height:17px;border-radius:999px;background:#fff;color:var(--mvy-ap-a1);display:inline-grid;place-items:center;font-size:11px;font-weight:1000}

/* Run 166: author catalog tightening – better intro illustration, aligned search controls, cleaner cards and visible follow CTA. */
.mvy-authors-page{
  max-width:1180px;
  margin-inline:auto;
}

.mvy-authors-page .mvy-authors-intro{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(360px, 500px);
  gap:34px;
  align-items:center;
  padding:8px 0 10px;
}

.mvy-authors-page .mvy-authors-intro-copy{
  min-width:0;
}

.mvy-authors-page .mvy-authors-intro h1{
  margin:14px 0 0;
  font-size:clamp(36px, 4vw, 54px);
  line-height:1.02;
  letter-spacing:-.055em;
  max-width:13ch;
}

.mvy-authors-page .mvy-authors-lead{
  max-width:56ch;
  line-height:1.65;
}

.mvy-authors-page .mvy-authors-illustration{
  position:relative;
  min-height:285px;
  overflow:visible;
  background:transparent;
  border:none;
  box-shadow:none;
}

.mvy-authors-page .mvy-authors-illus-card{
  position:absolute;
  width:210px;
  height:132px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 22px 46px rgba(2,6,23,.08);
}

.mvy-authors-page .mvy-authors-illus-card.is-one{
  left:16px;
  top:52px;
  transform:rotate(-9deg);
}

.mvy-authors-page .mvy-authors-illus-card.is-two{
  right:10px;
  top:82px;
  transform:rotate(9deg);
}

.mvy-authors-page .mvy-authors-illus-avatar,
.mvy-authors-page .mvy-authors-illus-badge{
  position:absolute;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#2f6bff,#8b5cf6);
  box-shadow:0 16px 34px rgba(47,107,255,.20);
}

.mvy-authors-page .mvy-authors-illus-avatar{
  width:106px;
  height:106px;
  left:50%;
  top:134px;
  transform:translate(-50%, -50%);
  font-size:38px;
}

.mvy-authors-page .mvy-authors-illus-badge{
  width:48px;
  height:48px;
  right:2px;
  top:32px;
  font-size:18px;
  background:linear-gradient(135deg,#8b5cf6,#2f6bff);
}

.mvy-authors-page .mvy-authors-toolbar{
  display:flex;
  align-items:stretch;
  gap:12px;
  width:100%;
}

.mvy-authors-page .mvy-authors-search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 138px;
  align-items:stretch;
  gap:12px;
  flex:1 1 auto;
  min-width:min(100%,420px);
}

.mvy-authors-page .mvy-authors-search{
  min-height:44px;
}

.mvy-authors-page .mvy-authors-toolbar .mvy-authors-btn,
.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{
  min-height:44px;
  height:44px;
  padding:10px 16px;
  align-self:stretch;
  box-sizing:border-box;
  white-space:nowrap;
}

.mvy-authors-page .mvy-authors-toolbar > .mvy-authors-btn{
  min-width:138px;
}

.mvy-authors-page .mvy-authors-results-top{
  align-items:flex-start;
}

.mvy-authors-page .mvy-authors-cards{
  width:100%;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.mvy-authors-page .mvy-authors-card-body{
  gap:10px;
}

.mvy-authors-page .mvy-authors-card-head{
  grid-template-columns:56px minmax(0, 1fr);
  gap:10px;
  align-items:start;
}

.mvy-authors-page .mvy-authors-card-head > div:last-child{
  min-width:0;
  display:grid;
  gap:3px;
  align-content:start;
}

.mvy-authors-page .mvy-authors-avatar img,
.mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
.mvy-authors-page .mvy-authors-avatar .avatar{
  width:56px;
  height:56px;
}

.mvy-authors-page .mvy-authors-card-title{
  font-size:18px;
  line-height:1.16;
  letter-spacing:-.025em;
  overflow-wrap:anywhere;
}

.mvy-authors-page .mvy-authors-card-tagline{
  margin:0;
  font-size:13px;
  line-height:1.32;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  max-height:2.65em;
}

.mvy-authors-page .mvy-authors-card-bio{
  margin:0;
  font-size:13px;
  line-height:1.5;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:4.5em;
  max-height:none;
}

.mvy-authors-page .mvy-authors-metric span{
  font-size:12px;
}

.mvy-authors-page .mvy-authors-action-row{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
  margin-top:auto;
}

.mvy-authors-page .mvy-authors-action-row .mvy-authors-btn,
.mvy-authors-page .mvy-authors-action-row .mvy-authors-follow-form{
  min-width:0;
  width:100%;
}

.mvy-authors-page .mvy-authors-action-row .mvy-authors-follow-form .mvy-authors-btn,
.mvy-authors-page .mvy-authors-action-row .mvy-authors-btn{
  width:100%;
  white-space:nowrap;
  padding-inline:14px;
  font-size:13px;
}

@media(max-width:1120px){
  .mvy-authors-page .mvy-authors-cards{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media(max-width:860px){
  .mvy-authors-page .mvy-authors-intro{
    grid-template-columns:1fr;
  }
  .mvy-authors-page .mvy-authors-illustration{
    min-height:210px;
  }
  .mvy-authors-page .mvy-authors-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:700px){
  .mvy-authors-page .mvy-authors-toolbar{
    flex-direction:column;
  }
  .mvy-authors-page .mvy-authors-search-form{
    min-width:100%;
    grid-template-columns:1fr;
  }
  .mvy-authors-page .mvy-authors-action-row{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .mvy-authors-page .mvy-authors-cards{
    grid-template-columns:1fr;
  }
}

/* Run 168: authors catalog final alignment and text preview consistency. */
.mvy-authors-page .mvy-authors-intro{
  grid-template-columns:minmax(0,.92fr) minmax(400px,560px);
  gap:42px;
}

.mvy-authors-page .mvy-authors-illustration{
  min-height:340px;
}

.mvy-authors-page .mvy-authors-illus-card{
  width:248px;
  height:154px;
  border-radius:32px;
}

.mvy-authors-page .mvy-authors-illus-card.is-one{
  left:4px;
  top:68px;
}

.mvy-authors-page .mvy-authors-illus-card.is-two{
  right:0;
  top:104px;
}

.mvy-authors-page .mvy-authors-illus-avatar{
  width:122px;
  height:122px;
  top:162px;
  font-size:42px;
}

.mvy-authors-page .mvy-authors-illus-badge{
  width:52px;
  height:52px;
  right:-6px;
  top:42px;
}

.mvy-authors-page .mvy-authors-toolbar{
  width:min(100%,820px);
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  justify-content:flex-start;
  align-items:center;
  margin:10px 0 28px;
}

.mvy-authors-page .mvy-authors-search-form{
  flex:0 1 650px;
  min-width:0;
  grid-template-columns:minmax(260px,520px) 128px;
}

.mvy-authors-page .mvy-authors-search{
  min-height:44px;
  height:44px;
  box-shadow:0 8px 20px rgba(2,6,23,.06);
}

.mvy-authors-page .mvy-authors-toolbar .mvy-authors-btn,
.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{
  min-height:44px;
  height:44px;
  padding:10px 16px;
}

.mvy-authors-page .mvy-authors-toolbar > .mvy-authors-btn{
  min-width:128px;
}

.mvy-authors-page .mvy-authors-card-bio{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.5;
  min-height:4.5em;
  height:4.5em;
  max-height:4.5em;
}

.mvy-ap__bio-short{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  max-width:520px;
}

@media(max-width:860px){
  .mvy-authors-page .mvy-authors-intro{
    grid-template-columns:1fr;
    gap:20px;
  }
  .mvy-authors-page .mvy-authors-illustration{
    min-height:230px;
  }
  .mvy-authors-page .mvy-authors-toolbar{
    width:100%;
  }
}

@media(max-width:700px){
  .mvy-authors-page .mvy-authors-search-form{
    grid-template-columns:1fr;
  }
}

/* Run 169: authors catalog toolbar final inline layout. */
.mvy-authors-page .mvy-authors-toolbar{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:min(100%,640px) !important;
  gap:10px !important;
  margin:4px 0 30px !important;
}

.mvy-authors-page .mvy-authors-search-form{
  display:grid !important;
  grid-template-columns:minmax(220px,340px) 112px !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:0 !important;
  gap:10px !important;
  align-items:center !important;
}

.mvy-authors-page .mvy-authors-search{
  width:100% !important;
}

.mvy-authors-page .mvy-authors-toolbar .mvy-authors-btn,
.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{
  height:42px !important;
  min-height:42px !important;
  padding:9px 16px !important;
  line-height:1 !important;
}

.mvy-authors-page .mvy-authors-toolbar > .mvy-authors-btn{
  flex:0 0 auto !important;
  min-width:128px !important;
}

@media(max-width:700px){
  .mvy-authors-page .mvy-authors-toolbar{
    flex-wrap:wrap !important;
    width:100% !important;
  }
  .mvy-authors-page .mvy-authors-search-form{
    grid-template-columns:1fr !important;
    width:100% !important;
    flex:1 1 100% !important;
  }
}

/* Run 171: robust authors toolbar alignment – all controls share one grid row. */
.mvy-authors-page .mvy-authors-toolbar{
  display:block !important;
  width:min(100%,610px) !important;
  margin:4px 0 30px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.mvy-authors-page .mvy-authors-search-form{
  display:grid !important;
  grid-template-columns:minmax(220px,300px) 104px 132px !important;
  align-items:center !important;
  column-gap:10px !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 !important;
}

.mvy-authors-page .mvy-authors-search-form .mvy-authors-search,
.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{
  height:42px !important;
  min-height:42px !important;
  box-sizing:border-box !important;
  margin:0 !important;
  align-self:center !important;
}

.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 16px !important;
  line-height:42px !important;
  white-space:nowrap !important;
}

.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn-soft{
  transform:none !important;
}

@media(max-width:700px){
  .mvy-authors-page .mvy-authors-search-form{
    width:100% !important;
    grid-template-columns:1fr !important;
    row-gap:10px !important;
  }
  .mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{
    width:100% !important;
  }
}

/* Run 172: authors toolbar secondary CTA optical width. */
.mvy-authors-page .mvy-authors-search-form{
  grid-template-columns:minmax(220px,300px) 104px 156px !important;
}

.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn-soft{
  min-width:156px !important;
  padding-inline:20px !important;
}

/* Run 179: author profile public personalization + author settings fields. */
.mvy-ap__bio{
  max-width:560px;
  margin-top:17px;
}

.mvy-ap__bio .mvy-ap__bio-short,
.mvy-ap__bio .mvy-ap__bio-full{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.55;
  font-weight:650;
}

.mvy-ap__more-toggle{
  margin-top:10px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font:inherit;
  font-size:14px;
  font-weight:950;
  text-decoration:underline;
  text-underline-offset:4px;
  cursor:pointer;
}

.mvy-ap__more-toggle:hover{
  color:rgba(255,255,255,.86);
}

.mvy-ap__filters .mvy-ap__btn--primary,
.mvy-ap__filters button.mvy-ap__btn{
  border-radius:999px !important;
}

.mvy-ap__section-icon--materials svg,
.mvy-ap__metric-icon--materials svg{
  width:20px;
  height:20px;
  display:block;
}

.mvy-ap__socials--icons{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}

.mvy-ap__social-icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#2453f6;
  background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));
  border:1px solid rgba(47,107,255,.16);
  box-shadow:0 6px 16px rgba(2,6,23,.05);
}

.mvy-ap__social-icon:hover{
  transform:translateY(-1px);
  color:#fff;
  background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2));
}

.mvy-ap__social-icon svg{
  width:19px;
  height:19px;
  display:block;
}

.mvy-ap__follow-reasons-card .mvy-ap__timeline{
  margin-top:4px;
}

.mvy-ap__follow-reasons-card .mvy-ap__step svg{
  width:18px;
  height:18px;
  display:block;
}

.mvy-ap__follow-card-action{
  margin-top:14px;
}

.mvy-ap__follow-card-action .mvy-ap__inline-form,
.mvy-ap__follow-card-action .mvy-ap__btn{
  width:100%;
}

.mvy-ap__follow-card-action .mvy-ap__btn-ghost{
  color:#fff!important;
  background:linear-gradient(135deg,var(--mvy-ap-a1),var(--mvy-ap-a2))!important;
  border-color:transparent!important;
  box-shadow:0 14px 30px rgba(47,107,255,.18);
}

/* Run 180: author profile bio formatting, merged about/social settings and visual icon picker. */
.mvy-ap__bio{
  max-width:560px !important;
  margin-top:17px !important;
}

.mvy-ap__bio-content{
  position:relative;
  max-height:4.85em;
  overflow:hidden;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.55;
  font-weight:500;
}

.mvy-ap__bio.is-expanded .mvy-ap__bio-content{
  max-height:none;
  overflow:visible;
}

.mvy-ap__bio-content p{
  margin:0 0 .58em;
}

.mvy-ap__bio-content p:last-child{
  margin-bottom:0;
}

.mvy-ap__bio-content strong,
.mvy-ap__bio-content b{
  font-weight:900;
}

.mvy-ap__bio-content em{
  font-style:italic;
}

.mvy-ap__bio .mvy-ap__more-toggle{
  display:inline-flex;
  margin-top:10px;
}

/* Run 181: author hero plain preview + compact icon dropdown picker. */
.mvy-ap__bio{
  max-width:560px !important;
  margin-top:17px !important;
}

.mvy-ap__bio .mvy-ap__bio-short{
  display:-webkit-box !important;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0 !important;
  color:rgba(255,255,255,.90) !important;
  font-size:17px !important;
  line-height:1.55 !important;
  font-weight:650 !important;
}

.mvy-ap__bio .mvy-ap__bio-full{
  color:rgba(255,255,255,.90);
  font-size:17px;
  line-height:1.58;
  font-weight:500;
}

.mvy-ap__bio .mvy-ap__bio-full p{
  margin:0 0 .72em;
}

.mvy-ap__bio .mvy-ap__bio-full p:last-child{
  margin-bottom:0;
}

.mvy-ap__bio .mvy-ap__bio-full strong,
.mvy-ap__bio .mvy-ap__bio-full b{
  font-weight:900;
}

.mvy-ap__bio .mvy-ap__bio-full em{
  font-style:italic;
}

/* Run 182: author hero bio true preview/full swap and compact follow-reason editor. */
.mvy-ap__bio .mvy-ap__bio-preview{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  max-width:560px;
  max-height:4.85em;
  margin:0;
  overflow:hidden;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.55;
  font-weight:650;
}

.mvy-ap__bio .mvy-ap__bio-preview[hidden],
.mvy-ap__bio .mvy-ap__bio-rich[hidden]{
  display:none!important;
}

.mvy-ap__bio .mvy-ap__bio-rich{
  max-width:620px;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.58;
  font-weight:500;
}

.mvy-ap__bio .mvy-ap__bio-rich p{
  margin:0 0 .72em;
}

.mvy-ap__bio .mvy-ap__bio-rich p:last-child{
  margin-bottom:0;
}

.mvy-ap__bio .mvy-ap__bio-rich strong,
.mvy-ap__bio .mvy-ap__bio-rich b{
  font-weight:900;
}

.mvy-ap__bio .mvy-ap__bio-rich em{
  font-style:italic;
}

/* Run 187: keep author directory card actions side-by-side. */
.mvy-authors-page .mvy-authors-action-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:auto!important;
}

.mvy-authors-page .mvy-authors-action-row .mvy-authors-btn,
.mvy-authors-page .mvy-authors-action-row .mvy-authors-follow-form{
  width:100%!important;
  min-width:0!important;
}

.mvy-authors-page .mvy-authors-action-row .mvy-authors-follow-form{
  display:block!important;
  margin:0!important;
}

.mvy-authors-page .mvy-authors-action-row .mvy-authors-btn-full{
  width:100%!important;
  min-height:44px!important;
  padding-inline:12px!important;
  white-space:nowrap!important;
  font-size:13px!important;
}

@media(max-width:520px){
  .mvy-authors-page .mvy-authors-action-row{
    grid-template-columns:1fr!important;
  }
}

/* Run 188: hard lock author directory actions side-by-side. */
.mvy-authors-page .mvy-authors-card .mvy-authors-action-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
}

.mvy-authors-page .mvy-authors-card .mvy-authors-action-row > a,
.mvy-authors-page .mvy-authors-card .mvy-authors-action-row > form{
  grid-row:1!important;
  min-width:0!important;
  width:100%!important;
  margin:0!important;
  align-self:stretch!important;
}

.mvy-authors-page .mvy-authors-card .mvy-authors-action-row > form{
  display:block!important;
}

.mvy-authors-page .mvy-authors-card .mvy-authors-action-row .mvy-authors-btn{
  min-width:0!important;
  width:100%!important;
  height:44px!important;
  min-height:44px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:1!important;
  box-sizing:border-box!important;
}

/* Run 189: author bio hardening in public profile. */
.mvy-ap__bio-rich a,
.mvy-ap__bio-preview a,
.mvy-authors-card-bio a{
  color:inherit!important;
  font:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  display:inline!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}

.mvy-ap__bio-rich h1,.mvy-ap__bio-rich h2,.mvy-ap__bio-rich h3,.mvy-ap__bio-rich h4,.mvy-ap__bio-rich h5,.mvy-ap__bio-rich h6,
.mvy-ap__bio-rich div,.mvy-ap__bio-rich section,.mvy-ap__bio-rich article,.mvy-ap__bio-rich figure,.mvy-ap__bio-rich table,
.mvy-ap__bio-preview h1,.mvy-ap__bio-preview h2,.mvy-ap__bio-preview h3,.mvy-ap__bio-preview div{
  font:inherit!important;
  margin:0!important;
  padding:0!important;
  display:inline!important;
}

.mvy-ap__bio-rich p:empty{display:none!important}

/* Run 190: readable non-underlined links in author hero bio. */
.mvy-ap__bio .mvy-ap__bio-rich a,
.mvy-ap__hero .mvy-ap__bio a{
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:7px!important;
  padding:0 .18em!important;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  overflow-wrap:anywhere;
  word-break:break-word;
  transition:background .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.mvy-ap__bio .mvy-ap__bio-rich a:hover,
.mvy-ap__hero .mvy-ap__bio a:hover,
.mvy-ap__bio .mvy-ap__bio-rich a:focus,
.mvy-ap__hero .mvy-ap__bio a:focus{
  color:#fff!important;
  text-decoration:none!important;
  background:rgba(255,255,255,.22)!important;
  border-color:rgba(255,255,255,.30)!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.10)!important;
}

/* Run 232: final author directory toolbar alignment. Keep the search/filter controls as one desktop grid with one gap source. */
.mvy-authors-page .mvy-authors-toolbar{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:6px 0 34px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.mvy-authors-page .mvy-authors-search-form{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
}

.mvy-authors-page .mvy-authors-search-row{
  display:grid !important;
  grid-template-columns:320px max-content max-content max-content max-content !important;
  align-items:stretch !important;
  justify-content:start !important;
  column-gap:12px !important;
  row-gap:10px !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
}

.mvy-authors-page .mvy-authors-search-row > *{
  align-self:stretch !important;
  margin:0 !important;
  transform:none !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
.mvy-authors-page .mvy-authors-filter-select,
.mvy-authors-page .mvy-authors-filter-dropdown,
.mvy-authors-page .mvy-authors-filter-dropdown summary,
.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{
  height:44px !important;
  min-height:44px !important;
  max-height:44px !important;
  box-sizing:border-box !important;
  margin:0 !important;
  line-height:1 !important;
  vertical-align:top !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-search{
  width:320px !important;
  min-width:0 !important;
  max-width:320px !important;
  padding:0 16px !important;
  display:block !important;
  border-radius:16px !important;
}

.mvy-authors-page .mvy-authors-filter-select{
  position:relative;
  z-index:5;
  width:auto !important;
  min-width:0 !important;
  display:flex !important;
}

.mvy-authors-page .mvy-authors-filter-dropdown{
  position:relative;
  width:auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:stretch !important;
}

.mvy-authors-page .mvy-authors-filter-dropdown summary{
  list-style:none;
  width:auto !important;
  min-width:112px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  padding:0 14px !important;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color:#172033;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(2,6,23,.06);
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
}

.mvy-authors-page .mvy-authors-filter-dropdown summary::-webkit-details-marker{display:none}

.mvy-authors-page .mvy-authors-filter-prefix{color:#172033;font-weight:900}

.mvy-authors-page .mvy-authors-filter-summary{display:none !important}

.mvy-authors-page .mvy-authors-filter-chevron{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  color:#6d5dfc;
  line-height:1;
  transition:transform .16s ease;
}

.mvy-authors-page .mvy-authors-filter-chevron svg{display:block;width:14px;height:14px}

.mvy-authors-page .mvy-authors-filter-dropdown[open] .mvy-authors-filter-chevron{transform:rotate(180deg)}

.mvy-authors-page .mvy-authors-filter-menu{
  position:absolute;
  left:0;
  top:calc(100% + 8px);
  z-index:50;
  width:280px;
  padding:10px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 22px 55px rgba(15,23,42,.16);
}

.mvy-authors-page .mvy-authors-filter-option{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:12px;font-size:13px;font-weight:760;color:#273449;cursor:pointer}

.mvy-authors-page .mvy-authors-filter-option:hover{background:rgba(109,93,252,.08)}

.mvy-authors-page .mvy-authors-filter-option input{width:15px;height:15px;accent-color:#6d5dfc}

.mvy-authors-page .mvy-authors-filter-hint{margin:6px 4px 0;color:#64748b;font-size:12px;line-height:1.35}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:auto !important;
  min-width:max-content !important;
  padding:0 18px !important;
  white-space:nowrap !important;
  text-decoration:none !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn + .mvy-authors-btn{margin-left:0 !important}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{
  min-width:176px !important;
  border-color:rgba(109,93,252,.18) !important;
  background:linear-gradient(135deg,rgba(47,107,255,.11),rgba(139,92,246,.13)) !important;
  color:#312e81 !important;
  box-shadow:0 10px 24px rgba(99,102,241,.12) !important;
}

.mvy-authors-page .mvy-authors-btn-icon{width:17px;height:17px;display:block;flex:0 0 17px;color:currentColor}

@media (max-width:900px){
  .mvy-authors-page .mvy-authors-search-row{
    grid-template-columns:minmax(260px,1fr) max-content max-content max-content !important;
  }
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{
    grid-column:2 / span 3;
    justify-self:start;
  }
}

@media (max-width:760px){
  .mvy-authors-page .mvy-authors-search-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-filter-select,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{
    grid-column:1 / -1;
  }
  .mvy-authors-page .mvy-authors-filter-dropdown summary{width:100% !important}
  .mvy-authors-page .mvy-authors-filter-menu{width:min(280px,100vw - 32px)}
}

@media (max-width:520px){
  .mvy-authors-page .mvy-authors-search-row{grid-template-columns:1fr !important}
}

/* Run 233: exact author directory toolbar spacing correction.
   Keep one spacing source only: adjacent visible controls receive the same margin. */
.mvy-authors-page .mvy-authors-toolbar{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:6px 0 34px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.mvy-authors-page .mvy-authors-search-form{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}

.mvy-authors-page .mvy-authors-search-row{
  display:inline-flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
  column-gap:0 !important;
  row-gap:0 !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

.mvy-authors-page .mvy-authors-search-row > *{
  flex:0 0 auto !important;
  align-self:center !important;
  margin:0 !important;
  transform:none !important;
}

.mvy-authors-page .mvy-authors-search-row > * + *{
  margin-left:10px !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
.mvy-authors-page .mvy-authors-filter-select,
.mvy-authors-page .mvy-authors-filter-dropdown,
.mvy-authors-page .mvy-authors-filter-dropdown summary,
.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{
  height:44px !important;
  min-height:44px !important;
  max-height:44px !important;
  box-sizing:border-box !important;
  line-height:1 !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-search{
  display:block !important;
  width:320px !important;
  min-width:320px !important;
  max-width:320px !important;
  padding:0 16px !important;
}

.mvy-authors-page .mvy-authors-filter-select{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  min-width:0 !important;
}

.mvy-authors-page .mvy-authors-filter-dropdown{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  min-width:0 !important;
}

.mvy-authors-page .mvy-authors-filter-dropdown summary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:112px !important;
  padding:0 14px !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:max-content !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:0 18px !important;
  white-space:nowrap !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn + .mvy-authors-btn{
  margin-left:10px !important;
}

.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{
  min-width:176px !important;
}

@media (max-width:760px){
  .mvy-authors-page .mvy-authors-search-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }
  .mvy-authors-page .mvy-authors-search-row > * + *{
    margin-left:0 !important;
  }
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-filter-select,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{
    grid-column:1 / -1;
  }
}

/* 1.18.243: Public founding author badge and growth helpers. */
.mvy-founding-badge,
.mvy-ap__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-authors-chip.is-founding{background:linear-gradient(135deg,rgba(47,107,255,.88),rgba(139,92,246,.88));color:#fff;border-color:rgba(255,255,255,.30)}

.mvy-detail-main-media-inner,
.mvy-catalog-thumb-wrap .thumb,
.mvy-cat2-thumb,
.mvy-home3-material-thumb,
.mvy-ap__material-thumb{
  position:relative;
}

.mvy-ap__chip--sale{
  background:rgba(245,158,11,.12);
  color:#b45309;
  border-color:rgba(245,158,11,.22);
}

.mvy-cat2-thumb .mvy-bundle-cover,
.material-card .thumb .mvy-bundle-cover,
.mvy-ap__material-thumb .mvy-bundle-cover,
.mvy-home3-material-thumb .mvy-bundle-cover{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  border-radius:inherit;
  box-shadow:none;
  border:0;
}

.mvy-home3-material-thumb .mvy-bundle-cover,
.mvy-ap__material-thumb .mvy-bundle-cover{
  min-height:180px;
}

.mvy-catalog-page .material-card.is-bundle-card .thumb,
.mvy-ap__material.is-bundle-card .mvy-ap__material-thumb{
  background:#f4f3fe;
}

.mvy-catalog-page .material-card.is-bundle-card .thumb img,
.mvy-ap__material.is-bundle-card .mvy-ap__material-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  background:#f4f3fe!important;
}

.mvy-catalog-page .material-card.is-bundle-card .card-body,
.mvy-ap__material.is-bundle-card .mvy-ap__material-body{
  min-height:0;
}

.mvy-catalog-page .material-card.is-bundle-card .mvy-card-teaser,
.mvy-ap__material.is-bundle-card .mvy-ap__material-desc{
  min-height:1.45em;
}

.mvy-catalog-page .material-card.is-bundle-card .mvy-card-price-actions,
.mvy-ap__material.is-bundle-card .mvy-ap__price-row{
  margin-top:auto;
}

.mvy-catalog-page .material-card.is-bundle-card .mvy-catalog-buy-btn.is-bundle-preview,
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__detail-btn{
  background:#fff!important;
  color:#5f6cff!important;
  border:1px solid rgba(95,108,255,.18)!important;
  box-shadow:0 8px 18px rgba(25,34,63,.08)!important;
}

.mvy-catalog-page .material-card.is-bundle-card .mvy-catalog-buy-btn.is-bundle-preview:hover,
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__detail-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(95,108,255,.14)!important;
}

.mvy-ap__material.is-bundle-card .mvy-bundle-badge-stack{z-index:3;}

.mvy-ap__material.is-bundle-card .mvy-price-discount{gap:6px;}

.mvy-ap__material.is-bundle-card .mvy-price-original{font-size:.82em;}

/* Run 268 – bundle cards use cart icon, not detail-arrow styling */
.mvy-catalog-v2 .mvy-cat2-card.is-bundle .mvy-cat2-buy-btn.is-bundle-preview,
.mvy-catalog-v2 .mvy-cat2-list-item.is-bundle .mvy-cat2-buy-btn.is-bundle-preview,
.mvy-catalog-page .material-card.is-bundle-card .mvy-catalog-buy-btn.is-bundle-preview,
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__bundle-preview-btn{
  background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 10px 22px rgba(95,108,255,.18)!important;
}

.mvy-catalog-v2 .mvy-cat2-card.is-bundle .mvy-cat2-buy-btn.is-bundle-preview:hover,
.mvy-catalog-v2 .mvy-cat2-list-item.is-bundle .mvy-cat2-buy-btn.is-bundle-preview:hover,
.mvy-catalog-page .material-card.is-bundle-card .mvy-catalog-buy-btn.is-bundle-preview:hover,
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__bundle-preview-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(95,108,255,.22)!important;
}

/* Run 278 – homepage card parity, collections grid reliability, curator collection UI. */
@media (min-width: 761px){
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collections-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
    align-items:stretch!important;
  }
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collection-card{
    grid-column:auto!important;
    flex:initial!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:128px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:1fr auto!important;
    align-items:end!important;
    padding:17px 18px!important;
    border-radius:20px!important;
    background:linear-gradient(135deg,var(--mvy-collection-a,#2f6bff),var(--mvy-collection-b,#8b5cf6))!important;
  }
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collection-card.has-image{
    background-size:cover!important;
    background-position:center!important;
  }
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collection-icon{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    justify-self:end!important;
    align-self:center!important;
    width:48px!important;
    height:48px!important;
    margin:0 0 0 14px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.94)!important;
    opacity:.96!important;
  }
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collection-icon svg{
    width:44px!important;
    height:44px!important;
    display:block!important;
  }
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collection-card strong{
    grid-column:1!important;
    grid-row:2!important;
    margin:0!important;
    max-width:18ch!important;
    font-size:19px!important;
    line-height:1.06!important;
  }

  .mvy-homepage-v4 .mvy-home3-material-card{
    overflow:hidden!important;
  }
  .mvy-homepage-v4 .mvy-home3-material-thumb{
    aspect-ratio:1 / 1!important;
    padding:12px 12px 0!important;
    background:#fff!important;
    border-bottom:1px solid rgba(15,23,42,.07)!important;
    overflow:visible!important;
    line-height:normal!important;
  }
  .mvy-homepage-v4 .mvy-home3-material-thumb > img,
  .mvy-homepage-v4 .mvy-home3-material-thumb picture,
  .mvy-homepage-v4 .mvy-home3-material-thumb picture img,
  .mvy-homepage-v4 .mvy-home3-material-thumb .mvy-home3-thumb-fallback{
    width:100%!important;
    height:100%!important;
    display:block!important;
    border-radius:16px 16px 0 0!important;
    transform:none!important;
  }
  .mvy-homepage-v4 .mvy-home3-material-thumb > img,
  .mvy-homepage-v4 .mvy-home3-material-thumb picture img{
    object-fit:contain!important;
    object-position:center center!important;
    background:linear-gradient(135deg,rgba(47,107,255,.06),rgba(139,92,246,.06))!important;
  }
  .mvy-homepage-v4 .mvy-home3-material-thumb .mvy-home3-thumb-fallback{
    display:grid!important;
    place-items:center!important;
    padding:18px!important;
  }
  .mvy-homepage-v4 .mvy-home3-material-thumb::before,
  .mvy-homepage-v4 .mvy-home3-material-thumb::after{
    display:none!important;
  }
  .mvy-homepage-v4 .mvy-home3-tag,
  .mvy-homepage-v4 .mvy-bundle-badge,
  .mvy-homepage-v4 .mvy-bundle-discount-badge,
  .mvy-homepage-v4 .mvy-sale-badge-overlay,
  .mvy-catalog-v2 .mvy-bundle-badge,
  .mvy-catalog-v2 .mvy-bundle-discount-badge,
  .mvy-catalog-v2 .mvy-sale-badge-overlay,
  .mvy-ap .mvy-bundle-badge,
  .mvy-ap .mvy-bundle-discount-badge,
  .mvy-ap .mvy-sale-badge-overlay{
    min-height:30px!important;
    height:auto!important;
    padding:6px 11px!important;
    border-radius:999px!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
  }
  .mvy-homepage-v4 .mvy-home3-tag{
    top:20px!important;
    left:20px!important;
    z-index:10!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.08)!important;
    box-shadow:0 8px 18px rgba(2,6,23,.10)!important;
  }
  .mvy-homepage-v4 .mvy-bundle-badge-stack{
    top:20px!important;
    right:20px!important;
    left:auto!important;
    z-index:11!important;
    gap:7px!important;
    align-items:flex-end!important;
    flex-direction:column!important;
  }
  .mvy-homepage-v4 .mvy-sale-badge-overlay{
    top:20px!important;
    right:20px!important;
    z-index:11!important;
  }
}

/* Run 281 – final homepage collection width + remove left-side fancy product badges.
   Keep only right-side commercial/informational overlays: discount and bundle badges. */
.mvy-homepage-v4 .mvy-home3-tag,
.mvy-catalog-floating-label,
.mvy-ap__material-badge{
  display:none!important;
}

/* --- Run 291 finalized split from assets/css/frontend.css --- */
.mvy-follow-form{margin-top:12px}
.mvy-follow-form .mvy-btn{width:100%}
.mvy-verified-badge{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:5px 9px;border-radius:999px;border:1px solid rgba(34,197,94,.22);background:rgba(34,197,94,.10);color:#18794e;font-size:12px;font-weight:800;vertical-align:middle}
.mvy-verified-dot{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#22c55e;color:#fff;font-size:11px;line-height:1}
.mvy-author-group-card{display:grid;gap:12px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;box-shadow:var(--mvy-sh2)}
.mvy-author-group-image{display:block;aspect-ratio:16/7;border-radius:14px;background:linear-gradient(135deg, rgba(47,107,255,.10), rgba(139,92,246,.10));background-size:cover;background-position:center}
.mvy-author-group-image img{width:100%;height:100%;object-fit:cover;display:block}
.mvy-author-side-card{display:grid;gap:14px;padding:18px;border:1px solid var(--mvy-border);border-radius:20px;background:rgba(255,255,255,.88);box-shadow:var(--mvy-sh2)}
.mvy-author-side-card h3{margin:0;font-size:18px}
.mvy-author-side-card p{margin:0;color:var(--mvy-muted)}
.mvy-author-group-card h5{margin:0;font-size:18px;line-height:1.15}
.mvy-author-group-card p{margin:0;color:var(--mvy-muted);line-height:1.6}
.mvy-author-group-image-empty{display:grid;place-items:center;color:var(--mvy-muted);font-weight:800;text-decoration:none}
.mvy-author-group-copy{display:grid;gap:12px;align-content:start;height:100%}
.mvy-author-group-copy h5 a{text-decoration:none;color:var(--mvy-text)}
.mvy-author-group-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.mvy-author-groups-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.mvy-author-group-footer{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:auto}
.mvy-author-groups-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;align-items:stretch}
.mvy-author-groups-grid.is-single{grid-template-columns:minmax(0,420px)}
.mvy-author-group-card{gap:14px;padding:14px 14px 16px}
.mvy-author-group-image{aspect-ratio:16/5;border-radius:16px;overflow:hidden}
.mvy-author-group-image-empty{display:grid;place-items:center;font-weight:800;color:var(--mvy-muted)}
.mvy-author-group-copy{display:grid;gap:12px;align-content:start}
.mvy-author-group-footer{margin-top:auto}
.mvy-ui-scope .mvy-follow-form{display:inline-flex}
.mvy-ui-scope .mvy-follow-form button{white-space:nowrap}
.mvy-ui-scope .mvy-author-groups-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mvy-ui-scope .mvy-author-groups-grid.is-single{grid-template-columns:minmax(0,360px)}
.mvy-ui-scope .mvy-author-group-card{display:grid;gap:12px;padding:16px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .mvy-author-group-image{display:block;aspect-ratio:16/7;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,rgba(47,107,255,.12),rgba(139,92,246,.14))}
.mvy-ui-scope .mvy-author-group-image img{width:100%;height:100%;object-fit:cover}
.mvy-ui-scope .mvy-author-group-image-empty{display:grid;place-items:center;color:var(--muted);font-weight:800}
.mvy-ui-scope .mvy-author-group-copy{display:grid;gap:10px}
.mvy-ui-scope .mvy-author-group-copy h5{margin:0;font-size:18px}
.mvy-ui-scope .mvy-author-group-copy p{margin:0;color:var(--muted)}
.mvy-ui-scope .mvy-author-group-footer{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.mvy-ui-scope .mvy-follow-form{margin-left:auto}
.mvy-ui-scope .mvy-author-group-card{padding:16px 16px 18px}
.mvy-ui-scope .mvy-author-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.mvy-ui-scope .mvy-author-groups-grid.is-single{grid-template-columns:minmax(0,1fr)}
.mvy-ui-scope .mvy-author-group-image{aspect-ratio:16/6;border-radius:18px}
.mvy-ui-scope .mvy-author-group-copy h5{font-size:18px;line-height:1.2}
.mvy-ui-scope .mvy-author-group-copy p{font-size:14px;line-height:1.55}
.mvy-ui-scope .mvy-author-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.mvy-ui-scope .mvy-author-groups-grid.is-single{grid-template-columns:minmax(280px,420px);justify-content:start}
.mvy-ui-scope .mvy-author-group-card{padding:16px 16px 18px;min-height:100%}
.mvy-ui-scope .mvy-author-group-image{aspect-ratio:16/7;border-radius:18px}
.mvy-ui-scope .mvy-author-group-copy{display:grid;gap:10px;align-content:start}
.mvy-ui-scope .mvy-author-group-footer{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:auto}
.mvy-ui-scope .mvy-author-groups-grid.is-single{grid-template-columns:minmax(280px,360px)}
.mvy-ui-scope .mvy-author-group-image{aspect-ratio:16/8}
.mvy-authors-page{display:grid;gap:20px}
@media (max-width:700px){
.mvy-authors-page .mvy-authors-search-form{min-width:100%;flex-wrap:wrap}
.mvy-authors-page .mvy-authors-search{width:100%}
.mvy-authors-page .mvy-authors-cards{grid-template-columns:1fr}
}
.mvy-ap.mvy-author-profile-page{width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:0;
  padding-right:0;
  background:transparent!important;
  overflow:visible;}
@media (max-width:740px){
.mvy-ap.mvy-author-profile-page{width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;}
.mvy-ap.mvy-author-profile-page .mvy-ap__section-title{flex-basis:100%;
    min-width:0;}
}
body:has(.mvy-ap.mvy-author-profile-page) .site-main,
body:has(.mvy-ap.mvy-author-profile-page) .content-area,
body:has(.mvy-ap.mvy-author-profile-page) .entry-content,
body:has(.mvy-ap.mvy-author-profile-page) .ct-container,
body:has(.mvy-ap.mvy-author-profile-page) .ct-container-full{background:transparent!important;}
.mvy-authors-page{max-width:1180px;
  margin-inline:auto;}
@media (max-width:1120px){
.mvy-authors-page .mvy-authors-cards{grid-template-columns:repeat(3, minmax(0, 1fr));}
}
@media (max-width:860px){
.mvy-authors-page .mvy-authors-intro{grid-template-columns:1fr;}
.mvy-authors-page .mvy-authors-illustration{min-height:210px;}
.mvy-authors-page .mvy-authors-cards{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width:700px){
.mvy-authors-page .mvy-authors-toolbar{flex-direction:column;}
.mvy-authors-page .mvy-authors-search-form{min-width:100%;
    grid-template-columns:1fr;}
.mvy-authors-page .mvy-authors-action-row{grid-template-columns:1fr;}
}
@media (max-width:560px){
.mvy-authors-page .mvy-authors-cards{grid-template-columns:1fr;}
}
.mvy-authors-page .mvy-authors-intro{grid-template-columns:minmax(0,.92fr) minmax(400px,560px);
  gap:42px;}
@media (max-width:860px){
.mvy-authors-page .mvy-authors-intro{grid-template-columns:1fr;
    gap:20px;}
.mvy-authors-page .mvy-authors-illustration{min-height:230px;}
.mvy-authors-page .mvy-authors-toolbar{width:100%;}
}
@media (max-width:700px){
.mvy-authors-page .mvy-authors-search-form{grid-template-columns:1fr;}
}
.mvy-authors-page .mvy-authors-toolbar{display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:min(100%,640px) !important;
  gap:10px !important;
  margin:4px 0 30px !important;}
@media (max-width:700px){
.mvy-authors-page .mvy-authors-toolbar{flex-wrap:wrap !important;
    width:100% !important;}
.mvy-authors-page .mvy-authors-search-form{grid-template-columns:1fr !important;
    width:100% !important;
    flex:1 1 100% !important;}
}
.mvy-authors-page .mvy-authors-toolbar{display:block !important;
  width:min(100%,610px) !important;
  margin:4px 0 30px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;}
@media (max-width:700px){
.mvy-authors-page .mvy-authors-search-form{width:100% !important;
    grid-template-columns:1fr !important;
    row-gap:10px !important;}
.mvy-authors-page .mvy-authors-search-form .mvy-authors-btn{width:100% !important;}
}
.mvy-authors-page .mvy-authors-search-form{grid-template-columns:minmax(220px,300px) 104px 156px !important;}
.mvy-authors-page .mvy-authors-action-row{display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:auto!important;}
@media (max-width:520px){
.mvy-authors-page .mvy-authors-action-row{grid-template-columns:1fr!important;}
}
.mvy-authors-page .mvy-authors-card .mvy-authors-action-row{display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;}
.mvy-authors-page .mvy-authors-toolbar{display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:6px 0 34px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;}
@media (max-width:900px){
.mvy-authors-page .mvy-authors-search-row{grid-template-columns:minmax(260px,1fr) max-content max-content max-content !important;}
.mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{grid-column:2 / span 3;
    justify-self:start;}
}
@media (max-width:760px){
.mvy-authors-page .mvy-authors-search-row{display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;}
.mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-filter-select,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{width:100% !important;
    min-width:0 !important;
    max-width:none !important;}
.mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{grid-column:1 / -1;}
.mvy-authors-page .mvy-authors-filter-dropdown summary{width:100% !important}
.mvy-authors-page .mvy-authors-filter-menu{width:min(280px,100vw - 32px)}
}
@media (max-width:520px){
.mvy-authors-page .mvy-authors-search-row{grid-template-columns:1fr !important}
}
@media (max-width:760px){
.mvy-authors-page .mvy-authors-search-row{display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;}
.mvy-authors-page .mvy-authors-search-row > * + *{margin-left:0 !important;}
.mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-filter-select,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn{width:100% !important;
    min-width:0 !important;
    max-width:none !important;}
.mvy-authors-page .mvy-authors-search-row .mvy-authors-search,
  .mvy-authors-page .mvy-authors-search-row .mvy-authors-btn-materials{grid-column:1 / -1;}
}

/* --- Run 291 selector-group split from assets/css/frontend.css --- */
.mvy-author-content-grid{display:grid;gap:18px}
.mvy-author-content-grid.has-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.mvy-author-content-panel{display:grid;gap:18px;padding:20px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,248,255,.88));box-shadow:var(--mvy-sh2)}
.mvy-author-content-head{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}
.mvy-author-content-head h3{margin:0 0 6px;font-size:24px;letter-spacing:-.03em}
.mvy-author-content-head p{margin:0;color:var(--mvy-muted)}
.mvy-author-content-cards{display:flex;flex-wrap:wrap;gap:18px;align-items:stretch}
.mvy-author-content-cards > *{flex:0 0 300px;max-width:320px}
@media (max-width:1180px){
.mvy-author-content-grid.has-two{grid-template-columns:1fr}
}
@media (max-width:700px){
.mvy-author-content-head{grid-template-columns:1fr}
.mvy-author-content-cards > *{flex:1 1 100%;max-width:none}
}
.mvy-author-content-cards .mvy-front-card{margin:0}
.mvy-author-filter-form{display:grid;gap:14px;padding:16px 18px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,248,255,.88));box-shadow:var(--mvy-sh2);margin:4px 0 18px}
.mvy-author-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.mvy-author-filter-grid label{display:grid;gap:8px}
.mvy-author-filter-grid span{font-size:13px;font-weight:800;color:var(--mvy-muted)}
.mvy-author-filter-grid select{min-height:46px;padding:0 14px;border-radius:16px;border:1px solid rgba(15,23,42,.12);background:#fff;color:var(--mvy-text)}
.mvy-author-content-grid{gap:18px}
.mvy-author-content-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,300px));gap:18px;justify-content:start}
.mvy-author-content-cards > *{max-width:none}
@media (max-width:820px){
.mvy-author-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
.mvy-author-filter-grid{grid-template-columns:1fr}
}
.mvy-ui-scope .mvy-author-content-grid{display:grid;gap:18px}
.mvy-ui-scope .mvy-author-content-grid.has-two{grid-template-columns:1fr 1fr}
.mvy-ui-scope .mvy-author-content-panel{padding:20px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft)}
.mvy-ui-scope .mvy-author-content-head{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin-bottom:14px}
.mvy-ui-scope .mvy-author-content-cards{display:grid;gap:16px}
@media (max-width:860px){
.mvy-ui-scope .mvy-author-content-grid.has-two,.mvy-ui-scope .mvy-author-groups-grid{grid-template-columns:1fr}
}
.mvy-ui-scope #mvy-author-materials .cards{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:start}
.mvy-ui-scope #mvy-author-materials .cards > .material-card{min-width:0}
.mvy-ui-scope #mvy-author-materials .toolbar{padding:16px;border-radius:18px;margin-bottom:14px}
.mvy-ui-scope #mvy-author-materials .quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:0}
.mvy-ui-scope #mvy-author-materials .action-row{grid-column:1 / -1;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.mvy-ui-scope #mvy-author-materials .field-wrap{display:grid;gap:6px}
.mvy-ui-scope #mvy-author-materials .field-wrap span{font-size:13px;font-weight:800;color:var(--muted)}
.mvy-ui-scope .mvy-author-content-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
@media (max-width:1200px){
.mvy-ui-scope #mvy-author-materials .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
.mvy-ui-scope #mvy-author-materials .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
.mvy-ui-scope #mvy-author-materials .cards,.mvy-ui-scope .mvy-author-groups-grid,.mvy-ui-scope #mvy-author-materials .quick-grid{grid-template-columns:1fr}
}
.mvy-ui-scope #mvy-author-materials .cards > .material-card{max-width:none;width:100%;min-width:0}
.mvy-ui-scope #mvy-author-materials .quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media (max-width:1200px){
.mvy-ui-scope #mvy-author-materials .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
.mvy-ui-scope .mvy-author-groups-grid,.mvy-ui-scope #mvy-author-materials .cards,.mvy-ui-scope #mvy-author-materials .quick-grid{grid-template-columns:1fr}
}
.mvy-ui-scope #mvy-author-materials .cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.mvy-ui-scope #mvy-author-materials .toolbar{padding:0;background:transparent;border:0;box-shadow:none;margin-bottom:0}
.mvy-ui-scope .mvy-author-filter-form{display:grid;gap:14px;margin-bottom:18px}
.mvy-ui-scope .mvy-author-filter-top{display:grid;grid-template-columns:minmax(0,1.25fr) 220px auto auto;gap:12px;align-items:center}
.mvy-ui-scope .mvy-author-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.mvy-ui-scope .mvy-author-filter-grid .field-wrap{display:grid;gap:6px}
.mvy-ui-scope .mvy-author-filter-grid .field-wrap span{font-size:12px;font-weight:800;color:var(--muted)}
.mvy-ui-scope #mvy-author-materials .quick-grid{display:block}
.mvy-ui-scope #mvy-author-materials .control,.mvy-ui-scope #mvy-author-materials select,.mvy-ui-scope #mvy-author-materials .search{min-height:46px}
@media (max-width:1200px){
.mvy-ui-scope #mvy-author-materials .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
.mvy-ui-scope .mvy-author-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.mvy-ui-scope .mvy-author-filter-top{grid-template-columns:minmax(0,1fr) 220px auto auto}
}
@media (max-width:760px){
.mvy-ui-scope .mvy-author-filter-top,.mvy-ui-scope .mvy-author-filter-grid{grid-template-columns:1fr}
}
.mvy-ap,.mvy-ap *{box-sizing:border-box}
.mvy-ap{--mvy-ap-bg:#f7f8ff;--mvy-ap-surface:#fff;--mvy-ap-text:rgba(10,14,20,.92);--mvy-ap-muted:rgba(10,14,20,.66);--mvy-ap-faint:rgba(10,14,20,.48);--mvy-ap-border:rgba(15,23,42,.10);--mvy-ap-border-strong:rgba(15,23,42,.14);--mvy-ap-a1:#2f6bff;--mvy-ap-a2:#8b5cf6;--mvy-ap-soft1:rgba(47,107,255,.10);--mvy-ap-soft2:rgba(139,92,246,.10);--mvy-ap-warning:#f59e0b;--mvy-ap-radius-xl:22px;--mvy-ap-radius-lg:18px;--mvy-ap-radius-md:16px;--mvy-ap-shadow:0 10px 28px rgba(2,6,23,.08);--mvy-ap-shadow-sm:0 6px 16px rgba(2,6,23,.06);--mvy-ap-max:1180px;width:100%;color:var(--mvy-ap-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(900px 520px at 12% 0%,rgba(47,107,255,.09),transparent 62%),radial-gradient(900px 520px at 92% 2%,rgba(139,92,246,.10),transparent 58%),linear-gradient(180deg,#fff 0%,var(--mvy-ap-bg) 48%,#fff 100%);overflow:hidden}
.mvy-ap__pagination{margin-top:18px}
@media (max-width:1060px){
.mvy-ap__hero-grid{grid-template-columns:1fr;padding:38px 34px}
.mvy-ap__hero-side{max-width:520px}
.mvy-ap__grid{grid-template-columns:1fr}
.mvy-ap__sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
.mvy-ap__material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.mvy-ap__group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mvy-ap__article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:740px){
.mvy-ap__page{padding-left:14px;padding-right:14px}
.mvy-ap__hero{min-height:auto}
.mvy-ap__hero-grid{padding:25px 18px 20px;gap:22px}
.mvy-ap__identity{grid-template-columns:1fr;gap:14px}
.mvy-ap__avatar-wrap{width:102px;height:102px}
.mvy-ap__avatar{width:102px;height:102px}
.mvy-ap__status-dot{width:23px;height:23px;border-width:4px;bottom:8px}
.mvy-ap__title{font-size:38px}
.mvy-ap__subtitle{font-size:17px}
.mvy-ap__bio-short{font-size:15px}
.mvy-ap__hero-actions{gap:10px;margin-top:22px}
.mvy-ap__btn{width:100%;min-height:44px}
.mvy-ap__follow-count{width:100%;justify-content:center}
.mvy-ap__subnav{margin-top:24px;gap:8px}
.mvy-ap__pill{min-width:auto;font-size:13px;padding:10px 13px}
.mvy-ap__metrics{grid-template-columns:1fr 1fr}
.mvy-ap__grid{margin-top:16px;gap:16px}
.mvy-ap__card,.mvy-ap__side-card{padding:17px;border-radius:18px}
.mvy-ap__section-head{align-items:flex-start;gap:10px}
.mvy-ap__section-link{display:none}
.mvy-ap__material-grid,.mvy-ap__sidebar,.mvy-ap__group-grid,.mvy-ap__article-grid,.mvy-ap__filters-top,.mvy-ap__filters-grid{grid-template-columns:1fr}
.mvy-ap__webinar{flex-direction:column;align-items:stretch}
.mvy-ap__hero::after{display:none}
}
.mvy-ap__bio{max-width:560px;
  margin-top:17px;}
.mvy-ap__bio{max-width:560px !important;
  margin-top:17px !important;}
.mvy-ap__bio .mvy-ap__bio-preview{display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  max-width:560px;
  max-height:4.85em;
  margin:0;
  overflow:hidden;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.55;
  font-weight:650;}
.mvy-ap__bio-rich a,.mvy-ap__bio-preview a,.mvy-authors-card-bio a{color:inherit!important;
  font:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  display:inline!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;}
.mvy-ap__bio .mvy-ap__bio-rich a,.mvy-ap__hero .mvy-ap__bio a{color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:7px!important;
  padding:0 .18em!important;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  overflow-wrap:anywhere;
  word-break:break-word;
  transition:background .14s ease, border-color .14s ease, box-shadow .14s ease;}
.mvy-ap__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-ap__material-thumb{position:relative;}
.mvy-author-first-coupon-box{margin:18px 0;
  padding:18px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 6px 16px rgba(2,6,23,.06);}
.mvy-author-first-coupon-box h3{margin:0 0 6px;font-size:18px;line-height:1.2;color:rgba(10,14,20,.92)}
.mvy-author-first-coupon-box p{margin:0 0 12px;color:rgba(10,14,20,.66)}
.mvy-author-first-coupon-box input[type="text"]{min-height:44px;border-radius:16px;border:1px solid rgba(15,23,42,.14);padding:10px 14px;min-width:220px;background:#fff}
.mvy-author-first-coupon-box .mvy-shell-note{margin-top:12px;font-size:13px;color:rgba(10,14,20,.66)}
.mvy-ap__material-thumb .mvy-bundle-cover{width:100%;
  height:100%;
  aspect-ratio:auto;
  border-radius:inherit;
  box-shadow:none;
  border:0;}
.mvy-ap__material-thumb .mvy-bundle-cover{min-height:180px;}
.mvy-ap__material.is-bundle-card .mvy-ap__material-thumb{background:#f4f3fe;}
.mvy-ap__material.is-bundle-card .mvy-ap__material-thumb img{width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  background:#f4f3fe!important;}
.mvy-ap__material.is-bundle-card .mvy-ap__material-body{min-height:0;}
.mvy-ap__material.is-bundle-card .mvy-ap__material-desc{min-height:1.45em;}
.mvy-ap__material.is-bundle-card .mvy-ap__price-row{margin-top:auto;}
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__detail-btn{background:#fff!important;
  color:#5f6cff!important;
  border:1px solid rgba(95,108,255,.18)!important;
  box-shadow:0 8px 18px rgba(25,34,63,.08)!important;}
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__detail-btn:hover{transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(95,108,255,.14)!important;}
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__bundle-preview-btn{background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 10px 22px rgba(95,108,255,.18)!important;}
.mvy-ap__material.is-bundle-card .mvy-ap__buy-btn.mvy-ap__bundle-preview-btn:hover{transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(95,108,255,.22)!important;}
@media (min-width: 761px){
.mvy-ap .mvy-bundle-badge,.mvy-ap .mvy-bundle-discount-badge,.mvy-ap .mvy-sale-badge-overlay{min-height:30px!important;
    height:auto!important;
    padding:6px 11px!important;
    border-radius:999px!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;}
}
.mvy-ap__material-badge{display:none!important;}

/* Run 357: custom hero illustration for author catalog. */
.mvy-authors-page .mvy-authors-illustration.has-custom-hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:285px;
}
.mvy-authors-page .mvy-authors-hero-custom-image{
  display:block;
  max-width:100%;
  max-height:310px;
  width:auto;
  height:auto;
  object-fit:contain;
}
@media (max-width:860px){
  .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image{min-height:230px;}
  .mvy-authors-page .mvy-authors-hero-custom-image{max-height:250px;}
}

/* Run 544 – author catalog hero strengthened from homepage visual direction.
   Keep this page-specific: no homepage hero changes here. */
body.mvy-page-key-authors .mvy-authors-page,
.mvy-authors-page{
  padding-top:clamp(26px,4vw,54px)!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
.mvy-authors-page .mvy-authors-intro{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1fr)!important;
  align-items:center!important;
  gap:clamp(30px,4.5vw,58px)!important;
  min-height:clamp(420px,43vw,540px)!important;
  padding:clamp(44px,6vw,72px) clamp(26px,5vw,64px)!important;
  margin:0 0 34px!important;
  border-radius:30px!important;
  border:1px solid rgba(15,23,42,.075)!important;
  background:
    radial-gradient(780px 420px at 72% 42%, rgba(139,92,246,.18), transparent 64%),
    radial-gradient(760px 410px at 94% 10%, rgba(47,107,255,.10), transparent 58%),
    radial-gradient(720px 360px at 2% 6%, rgba(47,107,255,.07), transparent 56%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,248,255,.86))!important;
  box-shadow:0 22px 56px rgba(2,6,23,.07)!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro::before,
.mvy-authors-page .mvy-authors-intro::before{
  content:""!important;
  position:absolute!important;
  inset:auto -90px -170px auto!important;
  width:430px!important;
  height:430px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(47,107,255,.11),rgba(139,92,246,.13))!important;
  filter:blur(.2px)!important;
  z-index:-1!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro-copy,
.mvy-authors-page .mvy-authors-intro-copy{
  align-self:center!important;
  max-width:620px!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-kicker,
.mvy-authors-page .mvy-authors-kicker{
  color:rgba(10,14,20,.70)!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro h1,
.mvy-authors-page .mvy-authors-intro h1{
  margin:18px 0 0!important;
  max-width:15ch!important;
  font-size:clamp(44px,5.35vw,70px)!important;
  line-height:.99!important;
  letter-spacing:-.07em!important;
  color:rgba(16,24,39,.96)!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-lead,
.mvy-authors-page .mvy-authors-lead{
  margin-top:20px!important;
  max-width:58ch!important;
  font-size:clamp(16px,1.32vw,19px)!important;
  line-height:1.68!important;
  color:rgba(10,14,20,.64)!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration,
.mvy-authors-page .mvy-authors-illustration{
  min-height:clamp(320px,36vw,450px)!important;
  display:grid!important;
  place-items:center!important;
  align-self:stretch!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image,
.mvy-authors-page .mvy-authors-illustration.has-custom-hero-image{
  min-height:clamp(340px,38vw,470px)!important;
  justify-content:center!important;
  align-items:center!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-hero-custom-image,
.mvy-authors-page .mvy-authors-hero-custom-image{
  width:min(100%,590px)!important;
  max-width:590px!important;
  max-height:470px!important;
  height:auto!important;
  object-fit:contain!important;
  transform:translateY(10px)!important;
  filter:drop-shadow(0 26px 42px rgba(47,107,255,.11))!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illus-card,
.mvy-authors-page .mvy-authors-illus-card{
  box-shadow:0 24px 52px rgba(47,107,255,.10)!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-toolbar,
.mvy-authors-page .mvy-authors-toolbar{
  margin-top:0!important;
}
@media (max-width:980px){
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
  .mvy-authors-page .mvy-authors-intro{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:34px 24px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro h1,
  .mvy-authors-page .mvy-authors-intro h1{
    max-width:16ch!important;
    font-size:clamp(38px,9vw,58px)!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration,
  .mvy-authors-page .mvy-authors-illustration,
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image,
  .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image{
    min-height:260px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-hero-custom-image,
  .mvy-authors-page .mvy-authors-hero-custom-image{
    max-height:300px!important;
  }
}
@media (max-width:620px){
  body.mvy-page-key-authors .mvy-authors-page,
  .mvy-authors-page{padding-top:18px!important;}
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
  .mvy-authors-page .mvy-authors-intro{
    border-radius:24px!important;
    padding:28px 18px!important;
    margin-bottom:24px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration,
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image,
  .mvy-authors-page .mvy-authors-illustration,
  .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image{
    min-height:210px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-hero-custom-image,
  .mvy-authors-page .mvy-authors-hero-custom-image{
    max-height:230px!important;
    transform:translateY(4px)!important;
  }
}


/* Run 545 – author catalog hero unboxed.
   User request: remove the rounded outer hero box, keep the strengthened text/illustration layout as free elements. */
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
.mvy-authors-page .mvy-authors-intro{
  overflow:visible!important;
  isolation:auto!important;
  min-height:clamp(380px,38vw,500px)!important;
  padding:clamp(48px,6vw,84px) 0 clamp(34px,5vw,68px)!important;
  margin:0 0 30px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro::before,
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro::after,
.mvy-authors-page .mvy-authors-intro::before,
.mvy-authors-page .mvy-authors-intro::after{
  content:none!important;
  display:none!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro-copy,
.mvy-authors-page .mvy-authors-intro-copy{
  padding-left:0!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration,
.mvy-authors-page .mvy-authors-illustration{
  overflow:visible!important;
}
@media (max-width:980px){
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
  .mvy-authors-page .mvy-authors-intro{
    padding:32px 0 28px!important;
    margin-bottom:24px!important;
    border-radius:0!important;
    background:transparent!important;
  }
}


/* Run 546 – hard unbox authors catalog hero.
   Remove the visual card/container from the authors catalog hero completely; leave only free text + illustration elements. */
body.mvy-page-key-authors .mvy-front-shell.mvy-authors-page,
body.mvy-page-key-authors .mvy-shell-wide.mvy-authors-page,
body.mvy-page-key-authors .mvy-ui-scope.mvy-authors-page,
.mvy-front-shell.mvy-authors-page,
.mvy-shell-wide.mvy-authors-page,
.mvy-ui-scope.mvy-authors-page{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
.mvy-authors-page .mvy-authors-intro{
  position:relative!important;
  overflow:visible!important;
  isolation:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1fr)!important;
  align-items:center!important;
  gap:clamp(30px,4.5vw,58px)!important;
  min-height:clamp(360px,36vw,460px)!important;
  padding:clamp(36px,5vw,66px) 0 clamp(24px,4vw,46px)!important;
  margin:0 0 34px!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro::before,
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro::after,
.mvy-authors-page .mvy-authors-intro::before,
.mvy-authors-page .mvy-authors-intro::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro-copy,
.mvy-authors-page .mvy-authors-intro-copy{
  padding:0!important;
  max-width:620px!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration,
.mvy-authors-page .mvy-authors-illustration,
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-illustration.has-custom-hero-image,
.mvy-authors-page .mvy-authors-illustration.has-custom-hero-image{
  min-height:clamp(300px,34vw,430px)!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-hero-custom-image,
.mvy-authors-page .mvy-authors-hero-custom-image{
  width:min(100%,560px)!important;
  max-width:560px!important;
  max-height:420px!important;
  transform:translateY(4px)!important;
}
@media (max-width:980px){
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-intro,
  .mvy-authors-page .mvy-authors-intro{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:28px 0!important;
    margin-bottom:24px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!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 589 – first mobile safety pass for author list/profile surfaces. */
@media (max-width:760px){
  .mvy-authors-page{width:100%;max-width:100%;overflow-x:hidden;}
  .mvy-authors-page .mvy-authors-intro,
  .mvy-authors-page .mvy-authors-cards,
  .mvy-authors-page .mvy-authors-search-form,
  .mvy-authors-page .mvy-authors-search-row,
  .mvy-authors-page .mvy-authors-action-row,
  .mvy-authors-page .mvy-authors-card .mvy-authors-action-row,
  .mvy-author-groups-grid,
  .mvy-ui-scope .mvy-author-groups-grid,
  .mvy-homepage-v4 #mvy-home-collections .mvy-home4-collections-grid{grid-template-columns:minmax(0,1fr)!important;}
  .mvy-authors-page :where(input,select,button,.mvy-btn){max-width:100%;}
}
@media (max-width:520px){
  .mvy-authors-page :where(.mvy-authors-action-row,.mvy-authors-search-row){display:grid!important;grid-template-columns:minmax(0,1fr)!important;}
  .mvy-authors-page :where(.mvy-btn,button){width:100%;}
}


/* Run 611 – author catalog mobile search row repair.
   The previous v606-v610 patches are intentionally replaced by one scoped layer.
   The real issue was not button height: older mobile rules forced filter/search controls into full rows.
   v611 keeps the hero image on the right and forces only the two intended mobile grids. */
@media (max-width:760px){
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611,
  .mvy-authors-page.mvy-authors-page-v611{margin-top:-18px!important;padding-top:0!important;gap:0!important;overflow-x:hidden!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-intro,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-intro{position:relative!important;display:block!important;min-height:0!important;height:auto!important;padding:0!important;margin:0 0 10px!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-intro-copy,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-intro-copy{position:relative!important;z-index:2!important;max-width:100%!important;min-height:0!important;padding:0!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-intro h1,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-intro h1{display:block!important;max-width:8.8ch!important;margin:0 0 9px!important;font-size:clamp(32px,9vw,42px)!important;line-height:1.02!important;letter-spacing:-.055em!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-title-line,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-title-line{display:block!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-illustration,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-illustration.has-custom-hero-image,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-illustration,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-illustration.has-custom-hero-image{position:absolute!important;top:32px!important;right:clamp(-6px,1vw,4px)!important;width:clamp(168px,45vw,196px)!important;height:clamp(138px,38vw,166px)!important;min-height:0!important;max-height:none!important;margin:0!important;display:grid!important;place-items:center!important;pointer-events:none!important;z-index:1!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-hero-custom-image,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-hero-custom-image{width:100%!important;max-width:196px!important;max-height:166px!important;object-fit:contain!important;transform:none!important;filter:drop-shadow(0 12px 22px rgba(47,107,255,.10))!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-lead,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-lead{max-width:34ch!important;margin:0!important;font-size:14px!important;line-height:1.52!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-hero-actions,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-hero-actions{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;margin:14px 0 0!important;align-items:center!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-hero-actions .mvy-authors-btn,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-hero-actions .mvy-authors-btn{min-height:44px!important;height:44px!important;padding-left:16px!important;padding-right:16px!important;font-size:14px!important;white-space:nowrap!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-toolbar,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-toolbar{display:block!important;width:100%!important;margin:12px 0 14px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-form,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-form{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-row,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;align-items:stretch!important;overflow:visible!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary{display:grid!important;grid-template-columns:minmax(0,1fr) 132px!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;align-items:stretch!important;overflow:visible!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary>.mvy-authors-search,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary>.mvy-authors-search{grid-column:1!important;grid-row:1!important;justify-self:stretch!important;align-self:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary>.mvy-authors-filter-select,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary>.mvy-authors-filter-select{grid-column:2!important;grid-row:1!important;justify-self:stretch!important;align-self:stretch!important;width:132px!important;min-width:0!important;max-width:132px!important;margin:0!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions{display:grid!important;grid-template-columns:minmax(72px,.82fr) minmax(72px,.82fr) minmax(150px,1.46fr)!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;align-items:stretch!important;overflow:visible!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions>*,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions>*{grid-column:auto!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;min-width:0!important;max-width:100%!important;width:100%!important;margin:0!important;transform:none!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown summary,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown summary,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions .mvy-authors-btn,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions .mvy-authors-btn{height:50px!important;min-height:50px!important;max-height:50px!important;box-sizing:border-box!important;line-height:1!important;vertical-align:top!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search{display:block!important;padding:0 14px!important;border-radius:16px!important;font-size:16px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-select,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-select,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown{position:relative!important;display:block!important;z-index:30!important;width:132px!important;min-width:0!important;max-width:132px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown summary,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown summary{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 11px!important;border-radius:999px!important;white-space:nowrap!important;font-size:13px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-menu,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-menu{left:auto!important;right:0!important;top:calc(100% + 8px)!important;width:min(260px,calc(100vw - 28px))!important;max-width:calc(100vw - 28px)!important;z-index:999!important;overflow:visible!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-option,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-option,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-option span,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-option span{min-width:0!important;font-size:13px!important;text-transform:none!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions .mvy-authors-btn,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions .mvy-authors-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 10px!important;margin:0!important;white-space:nowrap!important;font-size:13px!important;text-decoration:none!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-btn-icon,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-btn-icon{width:14px!important;height:14px!important;flex:0 0 14px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-card-badges,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-card-badges{position:absolute!important;top:14px!important;right:14px!important;left:auto!important;z-index:2!important;display:flex!important;justify-content:flex-end!important;align-items:flex-start!important;gap:8px!important;flex-wrap:wrap!important;max-width:calc(100% - 28px)!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-verified-dot,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-verified-dot{right:-3px!important;bottom:2px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-results-top,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-results-top{margin-top:4px!important;}
}
@media (max-width:360px){
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary{grid-template-columns:minmax(0,1fr) 118px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary>.mvy-authors-filter-select,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-primary>.mvy-authors-filter-select,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-select,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-select,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown{width:118px!important;max-width:118px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions{grid-template-columns:minmax(62px,.72fr) minmax(62px,.72fr) minmax(132px,1.5fr)!important;gap:7px!important;}
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions .mvy-authors-btn,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-search-actions .mvy-authors-btn,
  body.mvy-page-key-authors .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown summary,
  .mvy-authors-page.mvy-authors-page-v611 .mvy-authors-filter-dropdown summary{font-size:12px!important;padding-left:7px!important;padding-right:7px!important;}
}

/* Run 1.18.634 – mobile author catalog/profile polish. */
@media (max-width: 760px){
  /* Katalog autorů: ověřovací tečka se váže přímo na avatar a mírně jej překrývá. */
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar-wrap,
  .mvy-authors-page .mvy-authors-avatar-wrap{
    position:relative!important;
    display:inline-block!important;
    width:68px!important;
    height:68px!important;
    flex:0 0 68px!important;
    overflow:visible!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar,
  .mvy-authors-page .mvy-authors-avatar{
    display:block!important;
    width:68px!important;
    height:68px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar img,
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar .avatar,
  .mvy-authors-page .mvy-authors-avatar img,
  .mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
  .mvy-authors-page .mvy-authors-avatar .avatar{
    width:68px!important;
    height:68px!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-verified-dot,
  .mvy-authors-page .mvy-authors-verified-dot{
    position:absolute!important;
    right:-2px!important;
    bottom:-2px!important;
    width:27px!important;
    height:27px!important;
    z-index:4!important;
    transform:none!important;
  }

  /* Detail autora: akce sledování drží pohromadě a tlačítko používá jemný glass styl. */
  body.mvy-detail-route-author .mvy-ap__hero-actions,
  .mvy-author-profile-page .mvy-ap__hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:22px!important;
  }
  body.mvy-detail-route-author .mvy-ap__hero-actions > .mvy-ap__btn--primary,
  .mvy-author-profile-page .mvy-ap__hero-actions > .mvy-ap__btn--primary{
    width:100%!important;
  }
  body.mvy-detail-route-author .mvy-ap__follow-row,
  .mvy-author-profile-page .mvy-ap__follow-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:center!important;
    width:100%!important;
  }
  body.mvy-detail-route-author .mvy-ap__follow-row .mvy-ap__inline-form,
  .mvy-author-profile-page .mvy-ap__follow-row .mvy-ap__inline-form,
  body.mvy-detail-route-author .mvy-ap__follow-row .mvy-ap__btn,
  .mvy-author-profile-page .mvy-ap__follow-row .mvy-ap__btn{
    width:100%!important;
    min-width:0!important;
  }
  body.mvy-detail-route-author .mvy-ap__follow-row .mvy-ap__btn-ghost,
  .mvy-author-profile-page .mvy-ap__follow-row .mvy-ap__btn-ghost{
    min-height:46px!important;
    border-radius:999px!important;
    color:#fff!important;
    background:rgba(255,255,255,.16)!important;
    border:1px solid rgba(255,255,255,.36)!important;
    box-shadow:0 10px 24px rgba(2,6,23,.10)!important;
    backdrop-filter:blur(10px)!important;
  }
  body.mvy-detail-route-author .mvy-ap__follow-row .mvy-ap__btn-ghost:hover,
  .mvy-author-profile-page .mvy-ap__follow-row .mvy-ap__btn-ghost:hover{
    background:rgba(255,255,255,.22)!important;
  }
  body.mvy-detail-route-author .mvy-ap__follow-count,
  .mvy-author-profile-page .mvy-ap__follow-count{
    width:auto!important;
    min-height:46px!important;
    justify-content:center!important;
    padding:0 12px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    white-space:nowrap!important;
  }

  /* Rychlý přehled: číslo vedle ikonky, popisek pod tím, menší výška dlaždic. */
  body.mvy-detail-route-author .mvy-ap__hero-side,
  .mvy-author-profile-page .mvy-ap__hero-side{
    padding:18px!important;
  }
  body.mvy-detail-route-author .mvy-ap__metrics,
  .mvy-author-profile-page .mvy-ap__metrics{
    gap:10px!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric,
  .mvy-author-profile-page .mvy-ap__metric{
    min-height:74px!important;
    padding:11px 12px!important;
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    grid-auto-rows:auto!important;
    gap:4px 8px!important;
    align-items:center!important;
    align-content:center!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric-icon,
  .mvy-author-profile-page .mvy-ap__metric-icon{
    grid-column:1!important;
    grid-row:1!important;
    width:30px!important;
    height:30px!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric strong,
  .mvy-author-profile-page .mvy-ap__metric strong{
    grid-column:2!important;
    grid-row:1!important;
    font-size:26px!important;
    align-self:center!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric > span:not(.mvy-ap__metric-icon):not(.mvy-ap__stars),
  .mvy-author-profile-page .mvy-ap__metric > span:not(.mvy-ap__metric-icon):not(.mvy-ap__stars){
    grid-column:1 / -1!important;
    grid-row:auto!important;
    font-size:12px!important;
    line-height:1.25!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric .mvy-ap__stars,
  .mvy-author-profile-page .mvy-ap__metric .mvy-ap__stars{
    grid-column:1 / -1!important;
    font-size:11px!important;
    line-height:1!important;
  }
  body.mvy-detail-route-author .mvy-ap__hero-buy,
  .mvy-author-profile-page .mvy-ap__hero-buy{
    margin-top:14px!important;
  }

  /* Skupiny materiálů: bez popisu, horizontální posuv místo skládání pod sebe. */
  body.mvy-detail-route-author .mvy-ap__group-grid,
  .mvy-author-profile-page .mvy-ap__group-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    margin-inline:-4px!important;
    padding:2px 4px 8px!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.mvy-detail-route-author .mvy-ap__group,
  .mvy-author-profile-page .mvy-ap__group{
    flex:0 0 min(76vw,260px)!important;
    min-height:66px!important;
    scroll-snap-align:start!important;
  }

  /* Materiály autora: hlavní filtry + jeden rozšířený panel. */
  body.mvy-detail-route-author .mvy-ap__filters--compact,
  .mvy-author-profile-page .mvy-ap__filters--compact{
    margin-bottom:14px!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__filters-top,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__filters-top{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    align-items:stretch!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__field,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__field{
    grid-column:1 / -1!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__select[name="sort"],
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__select[name="sort"]{
    grid-column:1 / -1!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter,
  .mvy-author-profile-page .mvy-ap__advanced-filter{
    position:relative!important;
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter summary,
  .mvy-author-profile-page .mvy-ap__advanced-filter summary{
    list-style:none!important;
    cursor:pointer!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    border:1px solid rgba(15,23,42,.10)!important;
    background:#fff!important;
    box-shadow:0 4px 10px rgba(2,6,23,.03)!important;
    font-size:13px!important;
    font-weight:950!important;
    color:var(--mvy-ap-text)!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter summary::-webkit-details-marker,
  .mvy-author-profile-page .mvy-ap__advanced-filter summary::-webkit-details-marker{display:none!important;}
  body.mvy-detail-route-author .mvy-ap__advanced-filter[open] summary span,
  .mvy-author-profile-page .mvy-ap__advanced-filter[open] summary span{transform:rotate(180deg);}
  body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid,
  .mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid{
    position:absolute!important;
    left:0!important;
    right:auto!important;
    top:calc(100% + 8px)!important;
    z-index:30!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:min(330px,calc(100vw - 28px))!important;
    padding:12px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(15,23,42,.10)!important;
    box-shadow:0 18px 42px rgba(2,6,23,.14)!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__btn,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__btn{
    width:100%!important;
    min-height:44px!important;
    padding-inline:12px!important;
    font-size:13px!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__btn--primary,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__btn--primary{
    grid-column:2!important;
    grid-row:3!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__btn:not(.mvy-ap__btn--primary),
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__btn:not(.mvy-ap__btn--primary){
    grid-column:1 / -1!important;
  }

  /* Karty materiálů autora: ikona košíku má být bílá v modrofialovém tlačítku. */
  body.mvy-detail-route-author .mvy-ap__buy-btn,
  .mvy-author-profile-page .mvy-ap__buy-btn{
    color:#fff!important;
  }
  body.mvy-detail-route-author .mvy-ap__buy-btn svg,
  .mvy-author-profile-page .mvy-ap__buy-btn svg{
    color:#fff!important;
    stroke:#fff!important;
  }

  /* Nahlášení profilu: stejný decentní červený textový odkaz jako u detailu materiálu. */
  body.mvy-detail-route-author .mvy-report-side-card .mvy-report-link,
  .mvy-author-profile-page .mvy-report-side-card .mvy-report-link{
    display:inline-flex!important;
    width:auto!important;
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#b42318!important;
    font-weight:950!important;
    text-decoration:none!important;
  }
  body.mvy-detail-route-author .mvy-report-side-card .mvy-report-link:hover,
  .mvy-author-profile-page .mvy-report-side-card .mvy-report-link:hover{
    text-decoration:underline!important;
    text-underline-offset:3px!important;
  }
}

/* Run 1.18.635: author detail mobile alignment and filter order. */
@media (max-width: 760px){
  body.mvy-detail-route-author .mvy-ap__metric > span:not(.mvy-ap__metric-icon):not(.mvy-ap__stars),
  .mvy-author-profile-page .mvy-ap__metric > span:not(.mvy-ap__metric-icon):not(.mvy-ap__stars){
    grid-column:2!important;
    grid-row:auto!important;
    align-self:start!important;
    margin-top:-2px!important;
    text-align:left!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric .mvy-ap__stars,
  .mvy-author-profile-page .mvy-ap__metric .mvy-ap__stars{
    grid-column:2!important;
    grid-row:auto!important;
    align-self:start!important;
    text-align:left!important;
  }
  body.mvy-detail-route-author .mvy-ap__metric,
  .mvy-author-profile-page .mvy-ap__metric{
    grid-template-columns:30px minmax(0,1fr)!important;
    align-items:center!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__filters-top,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__filters-top{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    align-items:stretch!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__field,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__field{
    grid-column:1 / -1!important;
    order:1!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__select[name="sort"],
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__select[name="sort"]{
    grid-column:1 / -1!important;
    order:2!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__btn--primary,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__btn--primary{
    grid-column:1!important;
    grid-row:auto!important;
    order:3!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__btn:not(.mvy-ap__btn--primary),
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__btn:not(.mvy-ap__btn--primary){
    grid-column:2!important;
    grid-row:auto!important;
    order:4!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter,
  .mvy-author-profile-page .mvy-ap__advanced-filter{
    grid-column:1 / -1!important;
    order:5!important;
    width:100%!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter summary,
  .mvy-author-profile-page .mvy-ap__advanced-filter summary{
    width:100%!important;
    justify-content:space-between!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid,
  .mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:none!important;
  }
}

/* Run 1.18.636: author profile mobile filters real DOM order fix. */
@media (max-width: 760px){
  body.mvy-detail-route-author .mvy-ap__filters--compact,
  .mvy-author-profile-page .mvy-ap__filters--compact{
    margin-bottom:16px!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__filters-top,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__filters-top{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__field,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__field,
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__select[name="sort"],
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__select[name="sort"],
  body.mvy-detail-route-author .mvy-ap__advanced-filter,
  .mvy-author-profile-page .mvy-ap__advanced-filter{
    width:100%!important;
    grid-column:1 / -1!important;
    min-width:0!important;
  }
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__field,
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__field{order:1!important;}
  body.mvy-detail-route-author .mvy-ap__filters--compact .mvy-ap__select[name="sort"],
  .mvy-author-profile-page .mvy-ap__filters--compact .mvy-ap__select[name="sort"]{order:2!important;}
  body.mvy-detail-route-author .mvy-ap__filter-actions,
  .mvy-author-profile-page .mvy-ap__filter-actions{
    order:3!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
  }
  body.mvy-detail-route-author .mvy-ap__filter-actions .mvy-ap__btn,
  .mvy-author-profile-page .mvy-ap__filter-actions .mvy-ap__btn{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:10px 12px!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter,
  .mvy-author-profile-page .mvy-ap__advanced-filter{
    order:4!important;
    position:relative!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter summary,
  .mvy-author-profile-page .mvy-ap__advanced-filter summary{
    width:100%!important;
    min-height:48px!important;
    justify-content:space-between!important;
  }
  body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid,
  .mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    margin-top:10px!important;
    box-shadow:0 10px 26px rgba(2,6,23,.08)!important;
  }
}

/* Run 1.18.636: safe desktop/default wrapper for author material filter actions. */
.mvy-ap__filters--compact .mvy-ap__filter-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,auto));
  gap:12px;
  align-items:stretch;
}
.mvy-ap__filters--compact .mvy-ap__filter-actions .mvy-ap__btn{
  margin:0;
}

/* Run 1.18.637: final mobile author material filter order repair. */
@media (max-width: 760px){
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__filters--compact .mvy-ap__filters-top{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__filters--compact .mvy-ap__field{
    order:1!important;
    width:100%!important;
  }
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__filters--compact .mvy-ap__select[name="sort"]{
    order:2!important;
    width:100%!important;
  }
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__filter-actions{
    order:3!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
  }
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__filter-actions .mvy-ap__btn{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
  }
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__advanced-filter{
    order:4!important;
    width:100%!important;
    min-width:0!important;
    position:relative!important;
  }
  .mvy-ap.mvy-author-profile-page #vsechny-materialy .mvy-ap__advanced-filter summary{
    width:100%!important;
    min-height:48px!important;
  }
}

/* Run 661 – author profile promo material and filter alignment. */
.mvy-author-profile-page .mvy-ap__advanced-filter summary::after{display:none!important;content:none!important;}
.mvy-author-profile-page .mvy-ap__advanced-filter summary span[aria-hidden="true"]{display:none!important;}
.mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(150px,1fr))!important;
  gap:14px!important;
  align-items:end!important;
}
.mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid label{
  display:grid!important;
  grid-template-rows:42px 48px!important;
  align-items:end!important;
  min-width:0!important;
}
.mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filter-label{
  min-height:34px!important;
  display:flex!important;
  align-items:flex-end!important;
  margin:0 0 6px!important;
  line-height:1.18!important;
  white-space:normal!important;
}
.mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__select{
  width:100%!important;
  min-height:48px!important;
}
.mvy-ap__section-icon--gift{
  background:linear-gradient(135deg,rgba(249,115,22,.12),rgba(139,92,246,.12))!important;
  color:#7c3aed!important;
}
.mvy-ap__promo-free-card{overflow:hidden;position:relative;}
.mvy-ap__promo-free-card::after{
  content:"";
  position:absolute;
  right:20px;
  bottom:18px;
  width:128px;
  height:128px;
  opacity:.045;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0 0-5C13 2 12 7 12 7Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0 0-5C13 2 12 7 12 7Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.mvy-ap__promo-free-highlight{
  display:grid;
  grid-template-columns:minmax(180px,250px) minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:4px 0 0;
  position:relative;
  z-index:1;
}
.mvy-ap__promo-free-media{display:block;border-radius:18px;overflow:hidden;background:#f7f8ff;box-shadow:0 10px 28px rgba(2,6,23,.08);}
.mvy-ap__promo-free-media .mvy-detail-main-media{margin:0!important;}
.mvy-ap__promo-free-media img{display:block;width:100%;height:100%;object-fit:cover;}
.mvy-ap__promo-free-copy{display:grid;gap:12px;align-content:center;}
.mvy-ap__promo-free-kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:rgba(47,107,255,.78);}
.mvy-ap__promo-free-copy h3{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.04em;}
.mvy-ap__promo-free-copy h3 a{text-decoration:none;color:var(--mvy-ap-text,rgba(10,14,20,.92));}
.mvy-ap__promo-free-copy p{margin:0;color:var(--mvy-ap-muted,rgba(10,14,20,.66));line-height:1.65;max-width:68ch;}
.mvy-ap__promo-free-meta{display:flex;gap:8px;flex-wrap:wrap;}
.mvy-ap__promo-free-meta span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10));font-size:12px;font-weight:900;color:rgba(10,14,20,.78);}
.mvy-ap__promo-free-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:4px;}
@media (max-width:820px){
  .mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .mvy-ap__promo-free-highlight{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .mvy-author-profile-page .mvy-ap__advanced-filter .mvy-ap__filters-grid{grid-template-columns:1fr!important;}
}


/* Run 661.1 – route-body fallback for author profile filter polish. */
body.mvy-detail-route-author .mvy-ap__advanced-filter summary::after{display:none!important;content:none!important;}
body.mvy-detail-route-author .mvy-ap__advanced-filter summary span[aria-hidden="true"]{display:none!important;}
body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(150px,1fr))!important;
  gap:14px!important;
  align-items:end!important;
}
body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid label{
  display:grid!important;
  grid-template-rows:42px 48px!important;
  align-items:end!important;
  min-width:0!important;
}
body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filter-label{
  min-height:34px!important;
  display:flex!important;
  align-items:flex-end!important;
  margin:0 0 6px!important;
  line-height:1.18!important;
  white-space:normal!important;
}
body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__select{width:100%!important;min-height:48px!important;}
@media (max-width:820px){
  body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:560px){
  body.mvy-detail-route-author .mvy-ap__advanced-filter .mvy-ap__filters-grid{grid-template-columns:1fr!important;}
}

/* Run 662 – author directory alignment, verified avatar badge and public promo material layout. */
@media (min-width: 981px){
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-toolbar,
  .mvy-authors-page .mvy-authors-toolbar{
    overflow:visible!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-search-form,
  .mvy-authors-page .mvy-authors-search-form{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-search-row,
  .mvy-authors-page .mvy-authors-search-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    flex-wrap:wrap!important;
    width:100%!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-search-primary,
  .mvy-authors-page .mvy-authors-search-primary{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    flex:0 1 auto!important;
    min-width:0!important;
    width:auto!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-search,
  .mvy-authors-page .mvy-authors-search{
    width:320px!important;
    min-width:280px!important;
    max-width:360px!important;
    height:48px!important;
    min-height:48px!important;
    margin:0!important;
    align-self:center!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-filter-select,
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-filter-dropdown,
  .mvy-authors-page .mvy-authors-filter-select,
  .mvy-authors-page .mvy-authors-filter-dropdown{
    width:auto!important;
    min-width:112px!important;
    height:48px!important;
    min-height:48px!important;
    margin:0!important;
    align-self:center!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-filter-dropdown summary,
  .mvy-authors-page .mvy-authors-filter-dropdown summary{
    height:48px!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:0!important;
    white-space:nowrap!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-search-actions,
  .mvy-authors-page .mvy-authors-search-actions{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
  }
  body.mvy-page-key-authors .mvy-authors-page .mvy-authors-search-actions .mvy-authors-btn,
  .mvy-authors-page .mvy-authors-search-actions .mvy-authors-btn{
    height:48px!important;
    min-height:48px!important;
    width:auto!important;
    margin:0!important;
    align-self:center!important;
  }
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar-wrap,
.mvy-authors-page .mvy-authors-avatar-wrap{
  position:relative!important;
  display:inline-block!important;
  width:68px!important;
  height:68px!important;
  overflow:visible!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-verified-dot,
.mvy-authors-page .mvy-authors-verified-dot{
  position:absolute!important;
  right:-3px!important;
  bottom:5px!important;
  transform:translate(22%,22%)!important;
  z-index:5!important;
  width:24px!important;
  height:24px!important;
  border:3px solid #fff!important;
}
body.mvy-detail-route-author .mvy-ap__buy-btn,
.mvy-author-profile-page .mvy-ap__buy-btn{color:#fff!important;}
body.mvy-detail-route-author .mvy-ap__buy-btn svg,
.mvy-author-profile-page .mvy-ap__buy-btn svg{color:#fff!important;stroke:#fff!important;fill:none!important;}
body.mvy-detail-route-author .mvy-ap__buy-btn svg path,
.mvy-author-profile-page .mvy-ap__buy-btn svg path{stroke:#fff!important;fill:none!important;}
body.mvy-detail-route-author .mvy-ap__buy-btn svg circle,
.mvy-author-profile-page .mvy-ap__buy-btn svg circle{fill:#fff!important;stroke:none!important;}

.mvy-ap__promo-free-card{
  overflow:visible!important;
  position:relative;
  padding:18px!important;
}
.mvy-ap__promo-free-card::after{display:none!important;content:none!important;}
.mvy-ap__promo-free-highlight{
  display:grid!important;
  grid-template-columns:minmax(190px,250px) minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.mvy-ap__promo-free-media{
  position:relative!important;
  display:block!important;
  min-width:0!important;
}
.mvy-ap__promo-free-main-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#f4f3fe!important;
  box-shadow:0 10px 28px rgba(2,6,23,.08)!important;
  cursor:zoom-in!important;
}
.mvy-ap__promo-free-main-media img,
.mvy-ap__promo-free-main-media .mvy-ap__thumb-fallback{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.mvy-ap__promo-free-thumb-strip{
  position:absolute!important;
  left:10px!important;
  right:10px!important;
  bottom:10px!important;
  z-index:4!important;
  display:flex!important;
  gap:6px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  pointer-events:auto!important;
}
.mvy-ap__promo-free-thumb-mini{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  overflow:hidden!important;
  border:2px solid rgba(255,255,255,.92)!important;
  background:#fff!important;
  box-shadow:0 8px 16px rgba(2,6,23,.18)!important;
  display:block!important;
}
.mvy-ap__promo-free-thumb-mini img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.mvy-ap__promo-free-copy{
  display:grid!important;
  gap:12px!important;
  align-content:start!important;
  min-width:0!important;
}
.mvy-ap__promo-free-topline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
.mvy-ap__promo-free-topline > span{
  color:rgba(10,14,20,.50)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
.mvy-ap__promo-free-copy h2{
  margin:0!important;
  font-size:clamp(22px,2.4vw,30px)!important;
  line-height:1.15!important;
  letter-spacing:-.035em!important;
}
.mvy-ap__promo-free-copy h2 a{
  color:var(--mvy-ap-text,rgba(10,14,20,.92))!important;
  text-decoration:none!important;
}
.mvy-ap__promo-free-copy p{
  margin:0!important;
  color:var(--mvy-ap-muted,rgba(10,14,20,.66))!important;
  line-height:1.62!important;
  max-width:76ch!important;
}
.mvy-ap__promo-free-meta{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.mvy-ap__promo-free-meta-pill{
  display:grid!important;
  gap:3px!important;
  min-height:54px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  background:linear-gradient(180deg,#fff,#fbfbff)!important;
}
.mvy-ap__promo-free-meta-pill small{
  color:rgba(10,14,20,.52)!important;
  font-size:11px!important;
  font-weight:850!important;
}
.mvy-ap__promo-free-meta-pill strong{
  color:rgba(10,14,20,.88)!important;
  font-size:13px!important;
  font-weight:900!important;
}
.mvy-ap__promo-free-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  margin:0!important;
}
.mvy-ap__promo-free-actions .mvy-ap__btn{
  width:auto!important;
  min-height:44px!important;
  padding:10px 16px!important;
}
@media (max-width:780px){
  .mvy-ap__promo-free-highlight{grid-template-columns:1fr!important;}
  .mvy-ap__promo-free-media{max-width:260px!important;}
  .mvy-ap__promo-free-meta{grid-template-columns:1fr!important;}
  .mvy-ap__promo-free-actions .mvy-ap__btn{width:100%!important;}
}

/* Run 663 – author catalog hero, verified avatar badge and public promo card polish. */
@media (min-width:981px){
  body.mvy-page-key-authors .mvy-authors-page-v565 .mvy-authors-intro h1,
  .mvy-authors-page-v565 .mvy-authors-intro h1{
    max-width:none!important;
    width:max-content!important;
  }
  body.mvy-page-key-authors .mvy-authors-page-v565 .mvy-authors-title-line,
  .mvy-authors-page-v565 .mvy-authors-title-line{
    display:block!important;
    white-space:nowrap!important;
  }
  body.mvy-page-key-authors .mvy-authors-page-v565 .mvy-authors-hero-highlight,
  .mvy-authors-page-v565 .mvy-authors-hero-highlight{
    display:inline-block!important;
    white-space:nowrap!important;
  }
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-card-head,
.mvy-authors-page .mvy-authors-card-head{
  align-items:start!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar-wrap,
.mvy-authors-page .mvy-authors-avatar-wrap{
  position:relative!important;
  display:block!important;
  flex:0 0 68px!important;
  width:68px!important;
  height:68px!important;
  overflow:visible!important;
  isolation:isolate!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar,
.mvy-authors-page .mvy-authors-avatar{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:68px!important;
  height:68px!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-verified-dot,
.mvy-authors-page .mvy-authors-verified-dot{
  position:absolute!important;
  right:1px!important;
  bottom:1px!important;
  width:24px!important;
  height:24px!important;
  transform:translate(34%,34%)!important;
  z-index:5!important;
  border:3px solid #fff!important;
  background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(47,107,255,.25)!important;
}
.mvy-ap__promo-free-card{
  padding:18px!important;
  overflow:visible!important;
}
.mvy-ap__promo-free-highlight{
  display:grid!important;
  grid-template-columns:minmax(210px,260px) minmax(0,1fr)!important;
  grid-template-areas:"media copy" "meta meta"!important;
  gap:16px 22px!important;
  align-items:start!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.mvy-ap__promo-free-media{
  grid-area:media!important;
  position:relative!important;
  display:block!important;
  min-width:0!important;
}
.mvy-ap__promo-free-copy{
  grid-area:copy!important;
  display:grid!important;
  align-content:start!important;
  gap:10px!important;
  min-width:0!important;
}
.mvy-ap__promo-free-actions{
  justify-self:end!important;
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  margin:0 0 4px!important;
}
.mvy-ap__promo-free-actions .mvy-ap__btn{
  min-height:38px!important;
  padding:8px 14px!important;
  font-size:13px!important;
  line-height:1!important;
  border-radius:999px!important;
  white-space:nowrap!important;
}
.mvy-ap__promo-free-kicker{
  display:block!important;
  margin:0!important;
  color:rgba(10,14,20,.50)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.mvy-ap__promo-free-copy h2{
  margin:0!important;
  font-size:clamp(22px,2.2vw,30px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
}
.mvy-ap__promo-free-copy h2 a{
  color:var(--mvy-ap-text,rgba(10,14,20,.92))!important;
  text-decoration:none!important;
}
.mvy-ap__promo-free-desc,
.mvy-ap__promo-free-copy p.mvy-ap__promo-free-desc{
  margin:0!important;
  max-width:72ch!important;
  color:var(--mvy-ap-muted,rgba(10,14,20,.66))!important;
  line-height:1.55!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.mvy-ap__promo-free-main-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#f4f3fe!important;
  box-shadow:0 10px 28px rgba(2,6,23,.08)!important;
  cursor:zoom-in!important;
}
.mvy-ap__promo-free-main-media img,
.mvy-ap__promo-free-main-media .mvy-ap__thumb-fallback{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.mvy-ap__promo-free-thumb-strip{
  position:absolute!important;
  left:10px!important;
  right:10px!important;
  bottom:10px!important;
  z-index:4!important;
  display:flex!important;
  gap:6px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  pointer-events:auto!important;
}
.mvy-ap__promo-free-thumb-mini{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  overflow:hidden!important;
  border:2px solid rgba(255,255,255,.92)!important;
  background:#fff!important;
  box-shadow:0 8px 16px rgba(2,6,23,.18)!important;
  display:block!important;
  cursor:zoom-in!important;
}
.mvy-ap__promo-free-thumb-mini img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.mvy-ap__promo-free-meta{
  grid-area:meta!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  margin-top:0!important;
}
.mvy-ap__promo-free-meta-pill{
  display:grid!important;
  gap:2px!important;
  min-height:46px!important;
  padding:8px 10px!important;
  border-radius:14px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  background:linear-gradient(180deg,#fff,#fbfbff)!important;
  box-shadow:none!important;
}
.mvy-ap__promo-free-meta-pill small{
  color:rgba(10,14,20,.52)!important;
  font-size:10.5px!important;
  font-weight:850!important;
  line-height:1.15!important;
}
.mvy-ap__promo-free-meta-pill strong{
  color:rgba(10,14,20,.88)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.28!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
@media (max-width:780px){
  .mvy-ap__promo-free-highlight{grid-template-columns:1fr!important;grid-template-areas:"media" "copy" "meta"!important;}
  .mvy-ap__promo-free-media{max-width:280px!important;}
  .mvy-ap__promo-free-actions{justify-self:stretch!important;justify-content:stretch!important;}
  .mvy-ap__promo-free-actions .mvy-ap__btn{width:100%!important;}
  .mvy-ap__promo-free-meta{grid-template-columns:1fr!important;}
}
/* Lightbox styles are duplicated here so the promo gallery works on author profiles without loading the material-detail CSS bundle. */
.mvy-gallery-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:26px;background:rgba(4,8,18,.78);backdrop-filter:blur(10px);}
.mvy-gallery-lightbox.is-open{display:flex;}
.mvy-gallery-lightbox__stage{position:relative;display:grid;gap:14px;max-width:min(1120px,96vw);max-height:94vh;width:100%;}
.mvy-gallery-lightbox__frame{display:grid;place-items:center;min-height:min(70vh,780px);border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.28);overflow:hidden;touch-action:pan-y;}
.mvy-gallery-lightbox__img{max-width:100%;max-height:82vh;object-fit:contain;display:block;}
.mvy-gallery-lightbox__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;font-weight:850;}
.mvy-gallery-lightbox__count{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);}
.mvy-gallery-lightbox__close,.mvy-gallery-lightbox__nav{appearance:none;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.14);color:#fff;box-shadow:none;cursor:pointer;}
.mvy-gallery-lightbox__close{width:44px;height:44px;border-radius:999px;font-size:26px;line-height:1;display:grid;place-items:center;}
.mvy-gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:58px;border-radius:18px;font-size:34px;line-height:1;display:grid;place-items:center;}
.mvy-gallery-lightbox__nav--prev{left:12px;}
.mvy-gallery-lightbox__nav--next{right:12px;}
.mvy-gallery-lightbox__close:hover,.mvy-gallery-lightbox__nav:hover{background:rgba(255,255,255,.22);}
@media (max-width:700px){.mvy-gallery-lightbox{padding:14px;}.mvy-gallery-lightbox__frame{min-height:62vh;border-radius:18px;}.mvy-gallery-lightbox__nav{width:42px;height:50px;font-size:28px;}.mvy-gallery-lightbox__nav--prev{left:4px;}.mvy-gallery-lightbox__nav--next{right:4px;}}

/* v1.18.664 – promo material label placement refinement. */
.mvy-ap__promo-free-media{
  display:grid!important;
  gap:8px!important;
  align-content:start!important;
}
.mvy-ap__promo-free-imagebox{
  position:relative!important;
  display:block!important;
  width:100%!important;
}
.mvy-ap__promo-free-media > .mvy-ap__promo-free-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 0 2px!important;
  padding:0!important;
  color:rgba(10,14,20,.52)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
@media (max-width:780px){
  .mvy-ap__promo-free-media > .mvy-ap__promo-free-kicker{width:auto!important;}
}

/* v1.18.665 – final hard pin of verified author badge to avatar + cleaner promo thumbnail block. */
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar-wrap,
.mvy-authors-page .mvy-authors-avatar-wrap{
  position:relative!important;
  display:block!important;
  flex:0 0 68px!important;
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  min-height:68px!important;
  max-width:68px!important;
  max-height:68px!important;
  overflow:visible!important;
  line-height:0!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar,
.mvy-authors-page .mvy-authors-avatar{
  position:relative!important;
  display:block!important;
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  min-height:68px!important;
  overflow:visible!important;
  line-height:0!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar img,
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar .avatar,
.mvy-authors-page .mvy-authors-avatar img,
.mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
.mvy-authors-page .mvy-authors-avatar .avatar{
  display:block!important;
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  min-height:68px!important;
  border-radius:999px!important;
  object-fit:cover!important;
}
body.mvy-page-key-authors .mvy-authors-page .mvy-authors-avatar > .mvy-authors-verified-dot,
.mvy-authors-page .mvy-authors-avatar > .mvy-authors-verified-dot{
  position:absolute!important;
  right:-5px!important;
  bottom:-5px!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  z-index:20!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#2f6bff,#8b5cf6)!important;
  color:#fff!important;
  border:3px solid #fff!important;
  box-shadow:0 8px 18px rgba(47,107,255,.25)!important;
  font-size:12px!important;
  font-weight:1000!important;
  line-height:1!important;
  pointer-events:none!important;
}

.mvy-ap__promo-free-card .mvy-ap__promo-free-media{
  display:grid!important;
  gap:6px!important;
  align-content:start!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.mvy-ap__promo-free-card .mvy-ap__promo-free-imagebox{
  position:relative!important;
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
}
.mvy-ap__promo-free-card .mvy-ap__promo-free-main-media{
  background:transparent!important;
  box-shadow:0 8px 22px rgba(2,6,23,.07)!important;
  margin:0!important;
}
.mvy-ap__promo-free-card .mvy-ap__promo-free-media > .mvy-ap__promo-free-kicker{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0 2px!important;
  line-height:1.25!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}


/* Run 666 – final author card verified badge anchor and promo text limits.
   The badge is intentionally pinned to the lower-left edge of the avatar so it cannot collide with long shop names/taglines. */
.mvy-authors-page .mvy-authors-card-head{
  grid-template-columns:86px minmax(0,1fr) !important;
  gap:18px !important;
  align-items:start !important;
}
.mvy-authors-page .mvy-authors-card-head > div:last-child{
  min-width:0 !important;
  padding-left:2px !important;
}
.mvy-authors-page .mvy-authors-avatar-wrap{
  position:relative !important;
  width:74px !important;
  min-width:74px !important;
  overflow:visible !important;
}
.mvy-authors-page .mvy-authors-avatar{
  position:relative !important;
  width:74px !important;
  height:74px !important;
  overflow:visible !important;
  display:block !important;
}
.mvy-authors-page .mvy-authors-avatar img,
.mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
.mvy-authors-page .mvy-authors-avatar .avatar{
  width:74px !important;
  height:74px !important;
  min-width:74px !important;
  min-height:74px !important;
}
.mvy-authors-page .mvy-authors-verified-dot{
  left:0 !important;
  right:auto !important;
  bottom:4px !important;
  transform:translate(-18%,18%) !important;
  z-index:5 !important;
  width:26px !important;
  height:26px !important;
}
.mvy-authors-page .mvy-authors-card-title{
  overflow-wrap:anywhere !important;
}
.mvy-authors-page .mvy-authors-card-tagline{
  line-height:1.28 !important;
}
.mvy-ap__promo-free-copy h2{
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
.mvy-ap__promo-free-desc,
.mvy-ap__promo-free-copy p.mvy-ap__promo-free-desc{
  display:-webkit-box !important;
  -webkit-line-clamp:5 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
@media(max-width:700px){
  .mvy-authors-page .mvy-authors-card-head{
    grid-template-columns:80px minmax(0,1fr) !important;
    gap:16px !important;
  }
  .mvy-authors-page .mvy-authors-avatar-wrap,
  .mvy-authors-page .mvy-authors-avatar{
    width:70px !important;
    min-width:70px !important;
    height:70px !important;
  }
  .mvy-authors-page .mvy-authors-avatar img,
  .mvy-authors-page .mvy-authors-avatar .mvy-custom-avatar,
  .mvy-authors-page .mvy-authors-avatar .avatar{
    width:70px !important;
    height:70px !important;
    min-width:70px !important;
    min-height:70px !important;
  }
  .mvy-authors-page .mvy-authors-verified-dot{
    left:0 !important;
    bottom:4px !important;
    transform:translate(-16%,18%) !important;
  }
}
