:root{
  --mm-red:#c8102e;--mm-red-dark:#a80c25;--mm-ink:#171717;--mm-muted:#6c6c6c;--mm-line:#dedede;--mm-soft:#f5f5f3;--mm-paper:#fff;
  --mm-wrap:1240px;--mm-narrow:780px;--mm-wide:1120px;--mm-radius:3px;--mm-font:"Newsreader",Georgia,serif;
  --mm-body-size:23px;--mm-title-size:58px;--mm-subtitle-size:24px;--mm-h2-size:36px;--mm-h3-size:29px;--mm-logo-width:300px;--mm-logo-width-mobile:150px;--mm-header-height:108px;--mm-header-height-mobile:68px;--mm-shadow:0 6px 24px rgba(0,0,0,.06)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mm-paper);color:var(--mm-ink);font-family:var(--mm-font);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p,blockquote,figcaption{font-family:var(--mm-font)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.mm-wrap{width:min(calc(100% - 40px),var(--mm-wrap));margin-inline:auto}.mm-wrap-narrow{width:min(calc(100% - 40px),var(--mm-narrow));margin-inline:auto}.mm-wrap-wide{width:min(calc(100% - 40px),var(--mm-wide));margin-inline:auto}.mm-kicker{display:inline-block;color:var(--mm-red);font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.mm-button{display:inline-flex;align-items:center;justify-content:center;background:var(--mm-red);color:#fff;padding:12px 20px;border-radius:2px;font-family:Arial,sans-serif;font-weight:700;font-size:14px}.mm-button:hover{background:var(--mm-red-dark)}

/* Header */
.mm-header{position:relative;background:#fff;border-bottom:1px solid #d9d9d9;box-shadow:0 3px 14px rgba(0,0,0,.045);z-index:30}.mm-topbar{border-bottom:1px solid #ececec;font-family:Arial,sans-serif;font-size:11px;color:#606060}.mm-topbar-inner{height:29px;display:flex;align-items:center;justify-content:space-between}.mm-brand-row{min-height:var(--mm-header-height);height:auto;padding:12px 0;display:grid;grid-template-columns:80px 1fr 80px;align-items:center;transition:min-height .2s ease}.mm-brand{text-align:center}.mm-brand>a{display:inline-flex;align-items:center;justify-content:center}.mm-brand .custom-logo{width:var(--mm-logo-width);max-width:100%;height:auto;max-height:none}.mm-text-logo{font-family:Arial,sans-serif;font-size:34px;font-weight:300;letter-spacing:-1.5px}.mm-text-logo b{font-weight:900;color:var(--mm-red)}.mm-menu-toggle,.mm-search-toggle,.mm-theme-toggle{width:42px;height:42px;border:1px solid rgba(0,0,0,.32);border-radius:50%;background:#fff;font-size:22px;line-height:1;cursor:pointer;color:#111;display:grid;place-items:center;padding:0;transition:border-color .18s ease,background .18s ease,transform .18s ease}.mm-menu-toggle:hover,.mm-search-toggle:hover,.mm-theme-toggle:hover{border-color:#111;background:#fafafa}.mm-menu-toggle:active,.mm-search-toggle:active,.mm-theme-toggle:active{transform:scale(.97)}.mm-menu-toggle{justify-self:start}.mm-header-actions{justify-self:end;display:flex;gap:10px}.mm-nav{border-top:1px solid #ececec;background:#fff}.mm-nav-scroll{overflow-x:auto;scrollbar-width:none}.mm-nav-scroll::-webkit-scrollbar{display:none}.mm-nav-list{list-style:none;display:flex;align-items:center;justify-content:center;gap:29px;margin:0;padding:0;white-space:nowrap}.mm-nav-list li{margin:0}.mm-nav-list a{display:block;padding:14px 0 13px;font-family:Arial,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.mm-nav-list a:hover{color:var(--mm-red)}.mm-search-panel{border-top:1px solid #eee;padding:14px 0}.mm-search-panel .search-form{display:flex;gap:8px}.mm-search-panel input[type=search],.mm-archive-head input[type=search],.mm-404 input[type=search]{width:100%;border:1px solid #bbb;padding:12px;font:16px Arial,sans-serif}.search-submit{border:0;background:#171717;color:#fff;padding:0 18px;font-weight:700}

/* Home */
.mm-home{padding-top:34px;padding-bottom:70px}.mm-edition{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.75fr);grid-template-areas:"hero rail" "secondary rail";column-gap:38px;row-gap:26px;padding-bottom:44px;border-bottom:3px solid #171717}.mm-hero{grid-area:hero}.mm-hero h1{font-size:clamp(42px,4.25vw,68px);line-height:.99;letter-spacing:-.035em;margin:9px 0 14px;font-weight:700}.mm-hero h1 a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.mm-hero-summary{font-size:22px;line-height:1.35;color:#555;max-width:860px;margin:0 0 10px}.mm-byline{font:12px Arial,sans-serif;color:#666;margin:12px 0 20px}.mm-hero-image{display:block;aspect-ratio:16/11;background:#eee;overflow:hidden}.mm-hero-image img,.mm-card-image img,.mm-feature-card> a img,.mm-archive-thumb img,.mm-related img{width:100%;height:100%;object-fit:cover}.mm-secondary-grid{grid-area:secondary;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mm-card-image{display:block;aspect-ratio:16/11;overflow:hidden;background:#eee}.mm-card-secondary h2{font-size:23px;line-height:1.08;margin:10px 0 0}.mm-card h3{font-size:24px;line-height:1.08;margin:7px 0}.mm-lead-rail{grid-area:rail;border-left:1px solid var(--mm-line);padding-left:30px}.mm-lead-rail article{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid var(--mm-line)}.mm-lead-rail h3{font-size:27px;line-height:1.08;margin:6px 0}.mm-columnists-box{background:var(--mm-soft);padding:20px;border-top:3px solid var(--mm-red)}.mm-columnists-box h3{font-size:25px;margin:5px 0}.mm-columnists-box p{color:#555;margin-bottom:0}.mm-home-section{padding:42px 0 0}.mm-section-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.mm-section-head h2,.mm-section-head>span:first-child{font-family:Arial,sans-serif;font-size:20px;font-weight:900;text-transform:uppercase;letter-spacing:-.02em;margin:0}.mm-section-head:after,.mm-section-head>span:last-child{content:"";height:1px;background:#171717;flex:1}.mm-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.mm-feature-card{display:grid;grid-template-columns:1.2fr 1fr;column-gap:25px}.mm-feature-card>a{grid-row:1/4;aspect-ratio:16/11;overflow:hidden}.mm-feature-card h3{font-size:36px;line-height:1.04;margin:5px 0 10px}.mm-feature-card p{font-size:19px;color:#555;margin:0}.mm-layout-split .mm-section-content{display:grid;grid-template-columns:1.5fr 1fr;gap:34px}.mm-story-list{border-left:1px solid var(--mm-line);padding-left:28px}.mm-story-list article{padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid var(--mm-line)}.mm-story-list h3{font-size:25px;line-height:1.08;margin:0}.mm-vertical-list{display:grid;grid-template-columns:1fr 1fr;column-gap:36px}.mm-vertical-list article{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--mm-line)}.mm-vertical-list article>a{aspect-ratio:16/11;overflow:hidden}.mm-vertical-list h3{font-size:24px;line-height:1.08;margin:4px 0}

/* Article */
.mm-article{padding-top:34px}.mm-breadcrumbs{display:flex;gap:7px;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#666;font:12px Arial,sans-serif;margin-bottom:28px}.mm-breadcrumbs a:hover{color:var(--mm-red)}.mm-article-category{margin-bottom:12px}.mm-article-head h1{font-size:var(--mm-title-size);line-height:.965;letter-spacing:-.035em;text-align:center;margin:8px 0 16px}.mm-article-head>.mm-kicker{display:block;text-align:center}.mm-subtitle{font-size:var(--mm-subtitle-size);line-height:1.24;color:#565656;text-align:center;margin:0 auto 25px;max-width:740px}.mm-author-meta{width:fit-content;max-width:100%;margin:16px auto 10px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Arial,sans-serif}.mm-author-avatar{width:74px;height:74px;border-radius:50%;padding:3px;border:1px solid #d6d6d6;background:#fff;margin-bottom:7px;box-shadow:0 1px 5px rgba(0,0,0,.035)}.mm-author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mm-author-name{font:700 14px/1.15 Arial,sans-serif;margin:0}.mm-author-name a{font-family:Arial,sans-serif}.mm-author-date{font:12px/1.25 Arial,sans-serif;color:#686868;margin-top:4px;max-width:100%}.mm-share{display:flex;justify-content:center;gap:9px;margin:17px 0 26px}.mm-share a{width:37px;height:37px;border:1px solid #cfcfcf;border-radius:50%;display:grid;place-items:center;font:700 12px Arial,sans-serif}.mm-share a:hover{background:#171717;color:white;border-color:#171717}.mm-ad-slot:empty{display:none!important}.mm-ad-slot{width:min(calc(100% - 40px),970px);margin:10px auto 28px}.mm-featured{margin:1.15em 0 1.35em}.mm-featured-media{width:100%;aspect-ratio:16/11;overflow:hidden;border-radius:14px;background:#f3f3f3}.mm-featured img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.mm-featured-inline{width:100%}.mm-featured figcaption{font:12px Arial,sans-serif;color:#666;padding-top:7px}.mm-article-content{font-size:var(--mm-body-size);line-height:1.48;letter-spacing:-.006em}.mm-article-content p{margin:0 0 1.12em}.mm-article-content h2{font-size:var(--mm-h2-size);line-height:1.1;margin:1.45em 0 .55em}.mm-article-content h3{font-size:var(--mm-h3-size);line-height:1.15;margin:1.35em 0 .5em}.mm-article-content a{color:var(--mm-red);text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size .55s ease}.mm-article-content a.mm-link-visible{background-size:100% 1px}.mm-article-content blockquote{border-left:3px solid var(--mm-red);margin:1.35em 0;padding:.08em 0 .08em 1.05em;font-size:var(--mm-body-size);line-height:1.48;font-style:italic}.mm-article-content figure{margin:1.6em 0}.mm-article-content figcaption{font:12px Arial,sans-serif;color:#666;margin-top:7px}.mm-after-article{padding:30px 0 70px}.mm-related{border-top:3px solid #171717;padding-top:20px}.mm-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mm-related-grid article>a{display:block;aspect-ratio:16/11;overflow:hidden}.mm-related h3{font-size:19px;line-height:1.08;margin:8px 0}

/* Comments */
.mm-comments{margin-top:50px}.comment-list{list-style:none;padding:0}.comment-list li{padding:18px 0;border-top:1px solid var(--mm-line)}.comment-author{font-family:Arial,sans-serif}.comment-meta{font:11px Arial,sans-serif;color:#777}.comment-content{font-size:18px}.comment-form label{display:block;font:700 12px Arial,sans-serif;margin-bottom:5px}.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{width:100%;border:1px solid #c9c9c9;padding:12px;font:16px Arial,sans-serif}.comment-form .submit{border:0;background:var(--mm-red);color:#fff;padding:12px 18px;font-weight:700}.comment-notes{color:#666;font-size:15px}

/* Archive */
.mm-archive{padding:36px 0 70px}.mm-archive-head{border-bottom:3px solid #171717;padding-bottom:20px;margin-bottom:14px}.mm-archive-head h1{font-size:54px;line-height:1;margin:7px 0 6px}.mm-term-description{font-size:18px;color:#666;max-width:760px}.mm-archive-list article{display:grid;grid-template-columns:280px 1fr;gap:28px;padding:26px 0;border-bottom:1px solid var(--mm-line)}.mm-archive-thumb{aspect-ratio:16/11;overflow:hidden}.mm-archive-list h2{font-size:34px;line-height:1.03;margin:5px 0 8px}.mm-archive-list p{font-size:18px;color:#595959;margin:0 0 10px}.mm-date{font:11px Arial,sans-serif;color:#777}.navigation.pagination{margin-top:34px}.nav-links{display:flex;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap}.page-numbers{font:700 13px Arial,sans-serif;border:1px solid #d0d0d0;padding:9px 12px}.page-numbers.current{background:#171717;color:#fff;border-color:#171717}.mm-page{padding:40px 0 80px}.mm-page>h1{font-size:55px;line-height:1.03;margin-bottom:30px}.mm-404{padding:90px 0 120px;text-align:center}.mm-404 h1{font-size:52px;margin:10px 0}.mm-404 .search-form{display:flex;margin:25px auto;max-width:580px}

/* Footer */
.mm-footer{background:#fff;border-top:1px solid #d3d3d3;box-shadow:0 -7px 28px rgba(0,0,0,.035)}.mm-footer-grid{display:grid;grid-template-columns:1.55fr .9fr .9fr .9fr 1.2fr;gap:0;padding:42px 0 36px}.mm-footer-grid>section{padding:0 27px;border-left:1px solid var(--mm-line)}.mm-footer-grid>section:first-child{padding-left:0;border-left:0}.mm-footer-grid>section:last-child{padding-right:0}.mm-footer-grid h3{font:900 13px Arial,sans-serif;text-transform:uppercase;margin:2px 0 17px}.mm-footer-grid ul{list-style:none;margin:0;padding:0}.mm-footer-grid li{margin:0 0 10px;font-size:15px}.mm-footer-grid a:hover{color:var(--mm-red)}.mm-footer-brand p{font-size:16px;line-height:1.45;color:#666;max-width:270px}.mm-footer-logo .custom-logo{max-height:52px;width:auto}.mm-footer-logo .mm-text-logo{font-size:29px}.mm-footer-social{display:flex;gap:14px;font:700 12px Arial,sans-serif;margin-top:17px}.mm-footer-contact ul{display:grid;gap:12px}.mm-footer-contact li{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:8px;margin:0}.mm-footer-contact li>span:first-child{text-align:center;color:var(--mm-red)}.mm-most-read{border-top:1px solid var(--mm-line);padding:28px 0 34px}.mm-most-read-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.mm-most-read-grid a{display:grid;grid-template-columns:28px 1fr;gap:9px;font-size:15px;line-height:1.2}.mm-most-read-grid strong{font-family:Arial,sans-serif;font-size:25px;color:var(--mm-red)}.mm-footer-bottom{border-top:1px solid var(--mm-line)}.mm-footer-bottom>.mm-wrap{min-height:58px;display:flex;align-items:center;justify-content:space-between;font:11px Arial,sans-serif;color:#666}.mm-back-top{font-weight:700;color:#171717}

.mm-mobile-sticky{display:none}

@media (max-width:1000px){
 .mm-edition{grid-template-columns:1fr .62fr}.mm-secondary-grid{grid-template-columns:1fr 1fr}.mm-secondary-grid article:last-child{display:none}.mm-card-grid{grid-template-columns:repeat(2,1fr)}.mm-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.mm-footer-grid>section:nth-child(4),.mm-footer-grid>section:nth-child(5){margin-top:30px}.mm-most-read-grid{grid-template-columns:1fr 1fr}.mm-layout-split .mm-section-content{grid-template-columns:1fr}.mm-story-list{border-left:0;padding-left:0;display:grid;grid-template-columns:1fr 1fr;gap:20px}.mm-feature-card{grid-template-columns:1fr}.mm-feature-card>a{grid-row:auto}.mm-archive-list article{grid-template-columns:220px 1fr}
}

@media (max-width:700px){
 .mm-wrap,.mm-wrap-narrow,.mm-wrap-wide{width:min(calc(100% - 28px),var(--mm-wrap))}.mm-topbar{display:none}.mm-brand-row{min-height:var(--mm-header-height-mobile);height:auto;padding:8px 0;grid-template-columns:46px 1fr 68px}.mm-brand .custom-logo{width:var(--mm-logo-width-mobile);max-width:100%;height:auto;max-height:none}.mm-text-logo{font-size:25px}.mm-menu-toggle,.mm-search-toggle,.mm-theme-toggle{width:38px;height:38px;font-size:19px}.mm-header-actions{gap:3px}.mm-nav{box-shadow:0 5px 12px rgba(0,0,0,.035)}.mm-nav-scroll{width:100%;padding:0 14px;position:relative}.mm-nav-list{justify-content:flex-start;gap:22px}.mm-nav-list a{padding:11px 0;font-size:12px}.mm-home{padding-top:22px}.mm-edition{display:flex;flex-direction:column;gap:22px;padding-bottom:30px}.mm-hero{order:1}.mm-hero h1{font-size:42px}.mm-hero-summary{font-size:19px}.mm-hero-image{margin-top:16px}.mm-secondary-grid{order:2;display:grid;grid-template-columns:1fr 1fr;gap:14px}.mm-secondary-grid article:last-child{display:block;grid-column:1/-1;display:grid;grid-template-columns:130px 1fr;gap:12px;border-top:1px solid var(--mm-line);padding-top:14px}.mm-secondary-grid article:last-child .mm-card-image{aspect-ratio:16/11}.mm-secondary-grid article:last-child h2{margin:0}.mm-card-secondary h2{font-size:20px}.mm-lead-rail{order:3;border-left:0;border-top:1px solid var(--mm-line);padding:22px 0 0}.mm-lead-rail h3{font-size:24px}.mm-card-grid{grid-template-columns:1fr 1fr;gap:18px 12px}.mm-card h3{font-size:20px}.mm-home-section{padding-top:34px}.mm-section-head h2{font-size:18px}.mm-feature-card{display:block}.mm-feature-card h3{font-size:31px}.mm-story-list{display:block}.mm-vertical-list{grid-template-columns:1fr}.mm-vertical-list article{grid-template-columns:120px 1fr}.mm-vertical-list h3{font-size:21px}
 .mm-article{padding-top:20px}.mm-breadcrumbs{margin-bottom:21px}.mm-article-head h1{font-size:var(--mm-title-size);line-height:.95;text-align:center}.mm-subtitle{font-size:var(--mm-subtitle-size);line-height:1.2}.mm-author-meta{margin-top:14px}.mm-author-avatar{width:68px;height:68px;margin-bottom:6px}.mm-author-date{margin-top:3px;font-size:11px}.mm-share{gap:6px}.mm-share a{width:34px;height:34px}.mm-featured{width:100%;margin:1.05em 0 1.25em}.mm-featured-media{border-radius:12px}.mm-featured figcaption{padding-inline:2px}.mm-article-content{font-size:var(--mm-body-size);line-height:1.48}.mm-article-content h2{font-size:var(--mm-h2-size)}.mm-article-content h3{font-size:var(--mm-h3-size)}.mm-related-grid{grid-template-columns:1fr 1fr}.mm-related h3{font-size:18px}.mm-after-article{padding-bottom:92px}
 .mm-archive{padding-top:25px}.mm-archive-head h1{font-size:42px}.mm-archive-list article{grid-template-columns:120px 1fr;gap:15px;padding:18px 0}.mm-archive-list h2{font-size:23px}.mm-archive-list p{display:none}.mm-date{font-size:10px}.nav-links .page-numbers:not(.prev):not(.next):not(.current){display:none}
 .mm-footer-grid{grid-template-columns:1fr 1fr;padding:30px 0}.mm-footer-grid>section{border-left:0;padding:20px 12px;border-top:1px solid var(--mm-line)}.mm-footer-grid>section:first-child{grid-column:1/-1;padding:0 0 25px;border-top:0}.mm-footer-grid>section:nth-child(even){padding-left:0}.mm-footer-grid>section:nth-child(odd):not(:first-child){padding-right:0}.mm-footer-grid>section:nth-child(4),.mm-footer-grid>section:nth-child(5){margin-top:0}.mm-footer-contact{grid-column:1/-1!important;padding-left:0!important}.mm-most-read-grid{grid-template-columns:1fr}.mm-footer-bottom>.mm-wrap{min-height:78px;display:block;padding:20px 0}.mm-back-top{display:block;margin-top:8px}
 .mm-mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:999;display:grid;grid-template-columns:.75fr 1.35fr 1fr .9fr;background:#fff;border-top:1px solid #d5d5d5;box-shadow:0 -5px 18px rgba(0,0,0,.1);padding-bottom:env(safe-area-inset-bottom)}.mm-mobile-sticky a{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:700 10px Arial,sans-serif}.mm-mobile-sticky a span{font-size:18px}.mm-mobile-sticky a:nth-child(2){background:#f7f7f7}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
html.mm-high-contrast{filter:contrast(1.08)}
@media(max-width:700px){.mm-nav{display:block}.mm-nav.mm-nav-open{display:block}}


/* v0.1.4: interactive menu + real dark mode */
.mm-menu-panel[hidden],.mm-search-panel[hidden]{display:none!important}
.mm-menu-panel{position:absolute;left:0;right:0;top:100%;z-index:80;background:rgba(255,255,255,.985);border-top:1px solid #dedede;border-bottom:1px solid #cfcfcf;box-shadow:0 16px 32px rgba(0,0,0,.12)}
.mm-menu-panel-inner{padding-top:18px;padding-bottom:24px}
.mm-menu-panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e2e2;padding-bottom:11px;margin-bottom:12px;font:800 13px/1 Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em}
.mm-menu-close{width:36px;height:36px;border:1px solid rgba(0,0,0,.28);border-radius:50%;background:transparent;color:inherit;font:300 26px/1 Arial,sans-serif;cursor:pointer}
.mm-menu-panel-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:28px;row-gap:0}
.mm-menu-panel-list li{border-bottom:1px solid #ececec}
.mm-menu-panel-list a{display:block;padding:12px 2px;font:700 14px/1.2 Arial,sans-serif;text-transform:uppercase}
.mm-menu-panel-list a:hover{color:var(--mm-red)}
.mm-menu-is-open{overflow-x:hidden}

/* Editorial text rhythm */
.mm-article-content ul,.mm-article-content ol{font-size:var(--mm-body-size);line-height:1.48;margin:0 0 1.12em;padding-left:1.35em}
.mm-article-content li{font-size:inherit;line-height:1.48;margin:.18em 0}
.mm-article-content li p{font-size:inherit;line-height:inherit;margin:.15em 0}
.mm-article-content blockquote p{font-size:inherit;line-height:inherit;margin:0 0 .6em}
.mm-article-content blockquote p:last-child{margin-bottom:0}

/* Dark mode */
html.mm-dark{color-scheme:dark;--mm-paper:#111;--mm-ink:#f1f1ef;--mm-muted:#aaa;--mm-line:#363636;--mm-soft:#1b1b1b}
html.mm-dark body,html.mm-dark .mm-header,html.mm-dark .mm-nav,html.mm-dark .mm-menu-panel,html.mm-dark .mm-search-panel,html.mm-dark .mm-footer{background:#111;color:#f1f1ef}
html.mm-dark .mm-header{border-color:#303030;box-shadow:0 3px 14px rgba(0,0,0,.35)}
html.mm-dark .mm-topbar,html.mm-dark .mm-nav,html.mm-dark .mm-menu-panel,html.mm-dark .mm-search-panel{border-color:#303030}
html.mm-dark .mm-topbar,html.mm-dark .mm-breadcrumbs,html.mm-dark .mm-subtitle,html.mm-dark .mm-author-date,html.mm-dark .mm-featured figcaption{color:#aaa}
html.mm-dark .mm-menu-toggle,html.mm-dark .mm-search-toggle,html.mm-dark .mm-theme-toggle,html.mm-dark .mm-menu-close{background:#111;color:#fff;border-color:#777}
html.mm-dark .mm-menu-toggle:hover,html.mm-dark .mm-search-toggle:hover,html.mm-dark .mm-theme-toggle:hover{background:#1c1c1c;border-color:#aaa}
html.mm-dark .mm-menu-panel-list li{border-color:#303030}
html.mm-dark .mm-search-panel input[type=search]{background:#181818;color:#fff;border-color:#555}
html.mm-dark .mm-author-avatar{background:#181818;border-color:#555}
html.mm-dark .mm-share a{border-color:#666}
html.mm-dark .mm-share a:hover{background:#f1f1ef;color:#111;border-color:#f1f1ef}
html.mm-dark .mm-mobile-sticky{background:rgba(17,17,17,.97);color:#fff;border-color:#333}

@media(max-width:700px){
 .mm-menu-panel-list{grid-template-columns:1fr 1fr;column-gap:18px}
 .mm-menu-panel{position:fixed;top:0;bottom:0;overflow-y:auto;padding-top:max(12px,env(safe-area-inset-top));z-index:9999}
 .mm-menu-panel-inner{padding-top:8px;padding-bottom:calc(28px + env(safe-area-inset-bottom))}
}

/* v0.1.5 — editorial reading comfort */
.mm-article-content{line-height:1.46}
.mm-article-content p,.mm-article-content ul,.mm-article-content ol,.mm-article-content li,.mm-article-content blockquote{line-height:1.46}
@media(max-width:700px){
  .mm-article .mm-wrap-narrow,.single .mm-wrap-narrow{width:min(calc(100% - 40px),var(--mm-narrow));}
  .mm-article-content{font-size:var(--mm-body-size);line-height:1.44;}
  .mm-article-content p,.mm-article-content ul,.mm-article-content ol,.mm-article-content li,.mm-article-content blockquote{line-height:1.44;}
}

/* v0.1.6 — article separators + opinion author identity */
.mm-subtitle{
  padding-bottom:22px;
  border-bottom:1px solid #e2e2e2;
  margin-bottom:15px;
}
.mm-head-separator{
  height:1px;
  background:#e2e2e2;
  width:100%;
  margin:4px 0 15px;
}
.mm-share{
  padding-bottom:22px;
  border-bottom:1px solid #e2e2e2;
  margin-bottom:27px;
}
.mm-opinion-author{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:18px;
  align-items:center;
  max-width:680px;
  margin:5px auto 24px;
  padding:16px 18px;
  border-top:1px solid var(--mm-line);
  border-bottom:1px solid var(--mm-line);
  text-align:left;
}
.mm-opinion-author-photo{
  width:86px;
  height:86px;
  padding:3px;
  border:1px solid #d3d3d3;
  border-radius:50%;
  background:#fff;
  box-shadow:0 1px 5px rgba(0,0,0,.035);
}
.mm-opinion-author-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}
.mm-opinion-author-copy{min-width:0}
.mm-opinion-label{
  display:block;
  margin-bottom:4px;
  color:var(--mm-red);
  font:800 11px/1 Arial,sans-serif;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.mm-opinion-author-name{
  display:inline-block;
  font:700 16px/1.15 Arial,sans-serif;
  margin-bottom:5px;
}
.mm-opinion-author-name:hover{color:var(--mm-red)}
.mm-opinion-author-bio{
  margin:0;
  color:#5f5f5f;
  font-size:15px;
  line-height:1.32;
}
.mm-opinion-author-bio-empty{font-style:italic;color:#8a8a8a}
.mm-author-meta-opinion{margin-top:13px}
html.mm-dark .mm-subtitle,html.mm-dark .mm-head-separator,html.mm-dark .mm-share{border-color:#343434}
html.mm-dark .mm-head-separator{background:#343434}
html.mm-dark .mm-opinion-author-photo{background:#181818;border-color:#555}
html.mm-dark .mm-opinion-author-bio{color:#aaa}

@media(max-width:700px){
  .mm-subtitle{padding-bottom:18px;margin-bottom:12px}
  .mm-head-separator{margin-bottom:12px}
  .mm-share{padding-bottom:18px;margin-bottom:24px}
  .mm-opinion-author{
    grid-template-columns:72px minmax(0,1fr);
    gap:13px;
    margin:2px auto 19px;
    padding:13px 0;
  }
  .mm-opinion-author-photo{width:68px;height:68px;padding:2px}
  .mm-opinion-author-name{font-size:14px}
  .mm-opinion-author-bio{font-size:13px;line-height:1.3}
}

/* v0.1.7 — compact byline, native share and author social profiles */
.mm-author-meta{
  width:fit-content;
  max-width:100%;
  margin:14px auto 13px;
  padding:0;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:left;
}
.mm-author-avatar{
  flex:0 0 54px;
  width:54px;
  height:54px;
  margin:0;
  padding:2px;
  border:1px solid #cfcfcf;
}
.mm-author-meta-copy{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:7px;
  min-width:0;
  flex-wrap:wrap;
}
.mm-author-name,
.mm-author-name a{font:700 14px/1.2 Arial,sans-serif}
.mm-author-date{font:12px/1.25 Arial,sans-serif;color:#666;margin:0}
.mm-author-date-separator{margin-right:1px;color:#777}
.mm-author-updated{white-space:normal}
.mm-author-meta-opinion{margin:11px auto 12px}

.mm-share{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin:0 0 27px;
  padding:14px 0 22px;
  border-bottom:1px solid #e2e2e2;
}
.mm-native-share{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:10px 17px;
  border:1px solid #bfbfbf;
  border-radius:7px;
  background:transparent;
  color:var(--mm-text);
  font:800 12px/1 Arial,sans-serif;
  letter-spacing:.035em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.mm-native-share svg{width:18px;height:18px;fill:currentColor;display:block}
.mm-native-share:hover,.mm-native-share:focus-visible{background:#171717;color:#fff;border-color:#171717}
.mm-share-status{min-height:14px;font:11px/1.2 Arial,sans-serif;color:#707070}

.mm-opinion-author-socials{
  display:flex;
  flex-wrap:wrap;
  gap:6px 11px;
  margin-top:8px;
}
.mm-opinion-author-socials a{
  font:700 11px/1.2 Arial,sans-serif;
  color:#555;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.mm-opinion-author-socials a:hover{color:var(--mm-red)}
html.mm-dark .mm-native-share{border-color:#5c5c5c;color:#f3f3f1}
html.mm-dark .mm-native-share:hover,html.mm-dark .mm-native-share:focus-visible{background:#f3f3f1;color:#111;border-color:#f3f3f1}
html.mm-dark .mm-opinion-author-socials a{color:#bbb}
html.mm-dark .mm-share-status{color:#aaa}

@media(max-width:700px){
  .mm-author-meta{gap:8px;margin:12px auto 11px}
  .mm-author-avatar{flex-basis:48px;width:48px;height:48px}
  .mm-author-meta-copy{gap:5px}
  .mm-author-name,.mm-author-name a{font-size:13px}
  .mm-author-date{font-size:11px}
  .mm-share{padding-top:11px;padding-bottom:18px;margin-bottom:23px}
  .mm-native-share{min-height:42px;padding:9px 15px;font-size:11px}
  .mm-native-share svg{width:17px;height:17px}
}


/* v0.1.8 legacy note: regular news keeps its compact byline at the top. */

/* v0.1.9 — larger article copy with tighter leading */
.mm-article-content,
.mm-article-content p,
.mm-article-content ul,
.mm-article-content ol,
.mm-article-content li,
.mm-article-content blockquote,
.mm-article-content blockquote p { line-height:1.40; }
@media(max-width:700px){
  .mm-article-content,
  .mm-article-content p,
  .mm-article-content ul,
  .mm-article-content ol,
  .mm-article-content li,
  .mm-article-content blockquote,
  .mm-article-content blockquote p { line-height:1.38; }
}


/* v0.1.10 — restore regular top byline + biography card at article end */
.mm-author-meta-general{
  margin-top:12px;
  margin-bottom:10px;
}
.mm-general-author-bio{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-top:38px;
  margin-bottom:8px;
  padding:20px 0;
  border-top:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
}
.mm-general-author-bio-photo{
  width:82px;
  height:82px;
  padding:3px;
  border:1px solid #d0d0d0;
  border-radius:50%;
  background:#fff;
}
.mm-general-author-bio-photo a{display:block;width:100%;height:100%}
.mm-general-author-bio-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
.mm-general-author-bio-copy{min-width:0}
.mm-general-author-bio-label{
  display:block;
  margin-bottom:4px;
  color:#777;
  font:800 10px/1 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mm-general-author-bio-name{
  display:inline-block;
  font:700 16px/1.2 Arial,sans-serif;
  color:var(--mm-text);
}
.mm-general-author-bio-name:hover{color:var(--mm-red)}
.mm-general-author-bio-text{
  margin:6px 0 0;
  color:#5e5e5e;
  font:15px/1.38 Arial,sans-serif;
}
.mm-general-author-bio-socials{
  display:flex;
  flex-wrap:wrap;
  gap:6px 12px;
  margin-top:9px;
}
.mm-general-author-bio-socials a{
  font:700 11px/1.2 Arial,sans-serif;
  color:#555;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.mm-general-author-bio-socials a:hover{color:var(--mm-red)}
html.mm-dark .mm-general-author-bio{border-color:#333}
html.mm-dark .mm-general-author-bio-photo{background:#181818;border-color:#555}
html.mm-dark .mm-general-author-bio-text,
html.mm-dark .mm-general-author-bio-socials a{color:#bbb}

@media(max-width:700px){
  .mm-author-meta-general{margin-top:10px;margin-bottom:9px}
  .mm-general-author-bio{
    grid-template-columns:70px minmax(0,1fr);
    gap:13px;
    margin-top:30px;
    padding:16px 0;
  }
  .mm-general-author-bio-photo{width:66px;height:66px;padding:2px}
  .mm-general-author-bio-name{font-size:14px}
  .mm-general-author-bio-text{font-size:13px;line-height:1.36;margin-top:5px}
  .mm-general-author-bio-socials{gap:5px 10px;margin-top:7px}
  .mm-general-author-bio-socials a{font-size:10.5px}
}


/* v0.1.11 — stacked publication dates + G1-inspired quick sharing */
.mm-author-meta-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
}
.mm-author-dates{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}
.mm-author-date{display:block;margin:0;line-height:1.25}
.mm-author-updated{display:block;color:#777}

.mm-share{
  display:block;
  margin:0 0 27px;
  padding:14px 0 22px;
  border-bottom:1px solid #e2e2e2;
}
.mm-share-quick{
  width:min(100%,560px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.mm-share-choice{
  appearance:none;
  -webkit-appearance:none;
  min-width:0;
  height:58px;
  padding:0;
  border:0;
  border-radius:14px;
  background:#f4f4f4;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#50545a;
  cursor:pointer;
  transition:background .16s ease,transform .16s ease;
}
.mm-share-choice:hover,.mm-share-choice:focus-visible{background:#ececec;transform:translateY(-1px)}
.mm-share-choice svg{width:29px;height:29px;display:block;fill:currentColor}
.mm-share-facebook{color:#1877f2}
.mm-share-whatsapp{color:#16c75b}
.mm-native-share{min-height:0;font-size:inherit;letter-spacing:0;text-transform:none}
.mm-native-share:hover,.mm-native-share:focus-visible{background:#ececec;color:#50545a;border-color:transparent}
.mm-share-status{display:block;text-align:center;margin-top:5px}
html.mm-dark .mm-share-choice{background:#242424}
html.mm-dark .mm-share-choice:hover,html.mm-dark .mm-share-choice:focus-visible{background:#303030}
html.mm-dark .mm-native-share{color:#d8d8d8;border-color:transparent}
html.mm-dark .mm-native-share:hover,html.mm-dark .mm-native-share:focus-visible{background:#303030;color:#fff}

@media(max-width:700px){
  .mm-author-meta-general{
    width:min(100%,430px);
    display:grid;
    grid-template-columns:50px minmax(0,1fr);
    align-items:center;
    gap:10px;
    margin:10px auto 9px;
  }
  .mm-author-avatar{width:50px;height:50px;flex-basis:50px}
  .mm-author-meta-copy{align-items:flex-start;gap:3px;text-align:left}
  .mm-author-name,.mm-author-name a{font-size:13px;line-height:1.15}
  .mm-author-dates{gap:1px}
  .mm-author-date{font-size:10.5px;line-height:1.3;white-space:normal}
  .mm-share{padding-top:10px;padding-bottom:17px;margin-bottom:22px}
  .mm-share-quick{gap:8px;width:100%}
  .mm-share-choice{height:54px;border-radius:13px}
  .mm-share-choice svg{width:27px;height:27px}
}


/* v0.1.12 — refined opinion identity and date-only byline */
.mm-article-opinion .mm-article-category{display:none!important}
.mm-opinion-author{
  max-width:720px;
  grid-template-columns:100px minmax(0,1fr);
  gap:20px;
  padding:18px 20px;
  margin:6px auto 26px;
}
.mm-opinion-author-photo{width:92px;height:92px}
.mm-opinion-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:24px;
  padding:5px 9px 4px;
  margin:0 0 7px;
  border:1px solid rgba(198,20,42,.28);
  border-radius:999px;
  background:rgba(198,20,42,.055);
  color:var(--mm-red);
  font:900 12px/1 Arial,sans-serif;
  letter-spacing:.11em;
}
.mm-opinion-author-name{
  display:block;
  width:max-content;
  max-width:100%;
  font:800 20px/1.08 Arial,sans-serif;
  letter-spacing:-.015em;
  margin:0 0 6px;
}
.mm-opinion-author-bio{font-size:15px;line-height:1.34}
.mm-author-meta-opinion{
  width:max-content;
  max-width:100%;
  margin:10px auto 12px;
  padding:0;
  display:block;
  text-align:center;
}
.mm-author-meta-opinion .mm-author-meta-copy,
.mm-author-meta-opinion .mm-author-dates{align-items:center;text-align:center}
.mm-author-meta-opinion .mm-author-date{font-size:11.5px;color:#777}
html.mm-dark .mm-opinion-label{background:rgba(198,20,42,.12);border-color:rgba(255,90,110,.28)}

@media(max-width:700px){
  .mm-opinion-author{
    grid-template-columns:76px minmax(0,1fr);
    gap:13px;
    padding:14px 0;
    margin:2px auto 20px;
  }
  .mm-opinion-author-photo{width:72px;height:72px}
  .mm-opinion-label{font-size:11px;min-height:22px;padding:4px 8px 3px;margin-bottom:6px}
  .mm-opinion-author-name{font-size:17px;line-height:1.08;margin-bottom:5px}
  .mm-opinion-author-bio{font-size:13px;line-height:1.32}
  .mm-author-meta-opinion{margin:8px auto 10px}
  .mm-author-meta-opinion .mm-author-date{font-size:10.5px}
}

/* v0.1.13 — tighter article meta rhythm */
.mm-subtitle{
  padding-bottom:12px;
  margin-bottom:8px;
}
.mm-head-separator{margin:2px 0 8px}
.mm-author-meta-general{
  margin-top:6px;
  margin-bottom:5px;
  gap:8px;
}
.mm-share{
  padding-top:7px;
  padding-bottom:12px;
  margin-bottom:16px;
}
@media(max-width:700px){
  .mm-subtitle{padding-bottom:10px;margin-bottom:6px}
  .mm-head-separator{margin:2px 0 6px}
  .mm-author-meta-general{
    margin-top:4px;
    margin-bottom:4px;
    gap:8px;
  }
  .mm-share{padding-top:6px;padding-bottom:11px;margin-bottom:14px}
}

/* v0.1.14 — centered mobile metas, uniform share cards and wider article gutters */
.mm-share .mm-share-choice{
  width:100%;
  height:58px;
  border:0;
  border-radius:14px;
  background:#f4f4f4;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mm-share .mm-share-choice:hover,
.mm-share .mm-share-choice:focus-visible{
  background:#ececec;
}

@media(max-width:700px){
  /* Give the reading column a little more breathing room on phones. */
  .mm-article .mm-wrap-narrow,
  .single .mm-wrap-narrow{
    width:min(calc(100% - 48px),var(--mm-narrow));
  }

  /* Keep photo + author/date block visually centered as one compact unit. */
  .mm-author-meta-general{
    width:max-content;
    max-width:100%;
    grid-template-columns:54px minmax(0,max-content);
    justify-content:center;
    align-items:center;
    column-gap:11px;
    margin-left:auto;
    margin-right:auto;
  }
  .mm-author-avatar{
    width:54px;
    height:54px;
    flex-basis:54px;
  }
  .mm-author-meta-copy{
    align-items:flex-start;
    text-align:left;
  }
  .mm-author-name,
  .mm-author-name a{
    font-size:14px;
    line-height:1.15;
  }
  .mm-author-date{
    font-size:12.5px;
    line-height:1.28;
  }
  .mm-author-dates{gap:2px}

  /* All three share actions use exactly the same G1-style card geometry. */
  .mm-share-quick{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:9px;
  }
  .mm-share .mm-share-choice{
    width:100%;
    height:56px;
    border-radius:14px;
    background:#f3f3f3;
  }
  .mm-share .mm-share-choice svg{
    width:28px;
    height:28px;
  }
}

html.mm-dark .mm-share .mm-share-choice{background:#242424}
html.mm-dark .mm-share .mm-share-choice:hover,
html.mm-dark .mm-share .mm-share-choice:focus-visible{background:#303030}

/* v0.1.15 — visually centered mobile metas and tighter vertical rhythm */
@media(max-width:700px){
  .mm-author-meta-general{
    width:100%;
    max-width:100%;
    display:grid;
    grid-template-columns:54px minmax(0,1fr) 54px;
    align-items:center;
    column-gap:8px;
    margin:2px auto 2px;
    padding:0;
  }
  .mm-author-meta-general::after{
    content:"";
    display:block;
    width:54px;
    height:1px;
  }
  .mm-author-meta-general .mm-author-avatar{
    grid-column:1;
    width:50px;
    height:50px;
    justify-self:center;
    margin:0;
  }
  .mm-author-meta-general .mm-author-meta-copy{
    grid-column:2;
    width:100%;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:2px;
  }
  .mm-author-meta-general .mm-author-dates{
    align-items:center;
    text-align:center;
    gap:1px;
  }
  .mm-author-meta-general .mm-author-name,
  .mm-author-meta-general .mm-author-name a{
    text-align:center;
  }
  .mm-author-meta-general .mm-author-date{
    text-align:center;
    white-space:normal;
  }
  .mm-share{
    padding-top:5px;
  }
}
\n\n/* v0.1.16 — centered, multiline breadcrumbs with current article title */\n.mm-breadcrumbs{\n  justify-content:center;\n  flex-wrap:wrap;\n  white-space:normal;\n  overflow:visible;\n  text-overflow:clip;\n  text-align:center;\n  line-height:1.45;\n  row-gap:4px;\n  max-width:100%;\n}\n.mm-breadcrumbs .mm-breadcrumb-current{\n  min-width:0;\n  max-width:100%;\n  overflow-wrap:anywhere;\n  word-break:normal;\n}\n.mm-breadcrumbs .mm-breadcrumb-separator{\n  flex:0 0 auto;\n}\n@media (max-width:767px){\n  .mm-breadcrumbs{\n    justify-content:center;\n    text-align:center;\n    line-height:1.4;\n    gap:5px 6px;\n    margin-left:auto;\n    margin-right:auto;\n  }\n  .mm-breadcrumbs .mm-breadcrumb-current{\n    flex:1 1 100%;\n    width:100%;\n  }\n  .mm-breadcrumbs .mm-breadcrumb-separator:last-of-type{\n    display:none;\n  }\n}\n
/* v0.1.17 — refined article metas, softer category label and author archive */
.mm-article-category{
  font-family:var(--mm-font);
  font-size:15px;
  font-weight:600;
  line-height:1.15;
  letter-spacing:.085em;
}

@media(max-width:700px){
  /* Center photo + text as one true compact unit; remove the former balancing column. */
  .mm-author-meta-general{
    width:max-content;
    max-width:100%;
    display:grid;
    grid-template-columns:52px minmax(0,max-content);
    align-items:center;
    justify-content:center;
    column-gap:10px;
    margin:1px auto 0;
    padding:0;
  }
  .mm-author-meta-general::after{display:none!important;content:none!important}
  .mm-author-meta-general .mm-author-avatar{
    grid-column:1;
    width:50px;
    height:50px;
    justify-self:center;
    align-self:center;
    margin:0;
  }
  .mm-author-meta-general .mm-author-meta-copy{
    grid-column:2;
    width:auto;
    min-width:0;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:2px;
  }
  .mm-author-meta-general .mm-author-dates{
    align-items:center;
    text-align:center;
  }
  .mm-author-meta-general .mm-author-name,
  .mm-author-meta-general .mm-author-name a,
  .mm-author-meta-general .mm-author-date{text-align:center}

  .mm-share{
    padding-top:0;
    margin-top:13px;
  }
  .mm-article-category{
    font-size:16px;
    font-weight:600;
    letter-spacing:.075em;
    margin-bottom:11px;
  }
}

/* Author archive */
.mm-author-page{padding-top:46px;padding-bottom:80px}
.mm-author-profile{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:30px;
  align-items:start;
  max-width:930px;
  margin:0 auto 44px;
  padding-bottom:34px;
  border-bottom:1px solid var(--mm-line);
}
.mm-author-profile-photo{
  width:138px;
  height:138px;
  border-radius:50%;
  padding:4px;
  border:1px solid #cfcfcf;
  background:#fff;
}
.mm-author-profile-photo img{
  width:100%;height:100%;object-fit:cover;border-radius:50%;
}
.mm-author-profile-label{
  display:block;
  color:var(--mm-red);
  font:700 12px/1.1 Arial,sans-serif;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin:4px 0 7px;
}
.mm-author-profile h1{
  font-family:var(--mm-font);
  font-size:clamp(42px,5vw,64px);
  font-weight:650;
  line-height:.98;
  letter-spacing:-.03em;
  margin:0 0 12px;
}
.mm-author-profile-bio{
  max-width:760px;
  font-family:var(--mm-font);
  font-size:20px;
  line-height:1.42;
  color:#555;
  margin:0;
}
.mm-author-profile-socials{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:17px;
}
.mm-author-profile-socials a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #d5d5d5;
  border-radius:999px;
  background:#fafafa;
  font:700 11px/1 Arial,sans-serif;
}
.mm-author-profile-socials a:hover{border-color:#999;background:#f1f1f1}
.mm-author-profile-tools{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:11px 18px;
  margin-top:19px;
}
.mm-author-post-count{font:12px/1.2 Arial,sans-serif;color:#777}
.mm-author-search{position:relative}
.mm-author-search summary{
  list-style:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border:1px solid #bdbdbd;
  border-radius:8px;
  background:#fff;
  font:700 12px/1 Arial,sans-serif;
}
.mm-author-search summary::-webkit-details-marker{display:none}
.mm-author-search[open] summary{border-color:#222}
.mm-author-search form{
  display:flex;
  gap:7px;
  width:min(520px,calc(100vw - 48px));
  margin-top:10px;
}
.mm-author-search input[type=search]{
  flex:1;
  min-width:0;
  border:1px solid #bbb;
  border-radius:7px;
  padding:10px 11px;
  font:14px/1.2 Arial,sans-serif;
}
.mm-author-search button{
  border:0;
  border-radius:7px;
  background:#171717;
  color:#fff;
  padding:10px 14px;
  font:700 12px/1 Arial,sans-serif;
  cursor:pointer;
}
.mm-author-articles-head{
  max-width:930px;
  margin:0 auto 4px;
  padding-bottom:13px;
  border-bottom:3px solid #171717;
}
.mm-author-articles-head h2{
  font-family:var(--mm-font);
  font-size:27px;
  line-height:1.05;
  margin:0;
  font-weight:650;
}
.mm-author-page .mm-archive-list{max-width:930px;margin-inline:auto}
html.mm-dark .mm-author-profile-photo{background:#181818;border-color:#555}
html.mm-dark .mm-author-profile-bio,html.mm-dark .mm-author-post-count{color:#aaa}
html.mm-dark .mm-author-profile-socials a{background:#202020;border-color:#444}
html.mm-dark .mm-author-search summary{background:#181818;border-color:#555;color:#eee}
html.mm-dark .mm-author-search input[type=search]{background:#181818;color:#eee;border-color:#555}

@media(max-width:700px){
  .mm-author-page{padding-top:30px;padding-bottom:94px}
  .mm-author-profile{
    grid-template-columns:1fr;
    gap:13px;
    text-align:center;
    margin-bottom:31px;
    padding-bottom:27px;
  }
  .mm-author-profile-photo{
    width:104px;
    height:104px;
    margin-inline:auto;
  }
  .mm-author-profile-label{margin-top:1px}
  .mm-author-profile h1{
    font-size:42px;
    line-height:.98;
    margin-bottom:10px;
  }
  .mm-author-profile-bio{
    font-size:18px;
    line-height:1.38;
    text-align:center;
  }
  .mm-author-profile-socials,
  .mm-author-profile-tools{justify-content:center}
  .mm-author-profile-tools{flex-direction:column;gap:10px;margin-top:16px}
  .mm-author-search{width:100%}
  .mm-author-search summary{width:100%;max-width:330px;margin-inline:auto}
  .mm-author-search form{width:100%;margin:10px auto 0}
  .mm-author-articles-head{text-align:center}
  .mm-author-articles-head h2{font-size:24px}
}

/* v0.1.18 — modern native comments */
.mm-comments{margin-top:44px;border-top:1px solid var(--mm-line);padding-top:32px}
.mm-comments-intro{text-align:center;max-width:660px;margin:0 auto 26px}
.mm-comments-eyebrow{display:block;color:var(--mm-red);font:700 12px/1 Arial,sans-serif;letter-spacing:.12em;margin-bottom:8px}
.mm-comments-intro h2{font-size:36px;line-height:1;margin:0 0 10px;letter-spacing:-.025em}
.mm-comments-intro h2 small{font:500 15px/1 Arial,sans-serif;color:var(--mm-muted);vertical-align:middle;margin-left:4px}
.mm-comments-intro p{font-size:17px;line-height:1.35;color:var(--mm-muted);margin:0}
.mm-comment-social-login{max-width:650px;margin:0 auto 24px}
.mm-comment-login-label{display:block;text-align:center;font:700 11px/1 Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--mm-muted);margin-bottom:10px}
.mm-comment-provider-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.mm-comment-provider{min-height:46px;border:1px solid var(--mm-line);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--mm-paper);font:700 13px/1 Arial,sans-serif;transition:.18s ease}
.mm-comment-provider:hover{border-color:#999;transform:translateY(-1px)}
.mm-comment-provider-icon{width:19px;height:19px;display:grid;place-items:center}.mm-comment-provider-icon svg{width:19px;height:19px}
.mm-comment-or{display:flex;align-items:center;gap:12px;color:#999;font:11px Arial,sans-serif;margin:17px 0 0}.mm-comment-or:before,.mm-comment-or:after{content:"";height:1px;background:var(--mm-line);flex:1}
.comment-respond{max-width:650px;margin:0 auto 34px;background:var(--mm-soft);border:1px solid var(--mm-line);border-radius:16px;padding:22px}
.comment-reply-title{font-size:25px;line-height:1.1;margin:0 0 7px;text-align:center}
.comment-reply-title small{font:12px Arial,sans-serif;margin-left:5px}
.comment-notes{font:13px/1.35 Arial,sans-serif!important;color:var(--mm-muted);text-align:center;margin:0 auto 18px!important;max-width:540px}
.comment-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.comment-form>p{margin:0}.comment-form-comment,.comment-form-cookies-consent,.form-submit,.mm-comment-policy,.logged-in-as{grid-column:1/-1}
.comment-form label{display:block;font:700 12px/1.2 Arial,sans-serif;margin-bottom:6px;color:var(--mm-ink)}
.comment-form label span{color:var(--mm-red)}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{width:100%;border:1px solid #c9c9c9;border-radius:9px;padding:12px 13px;background:var(--mm-paper);color:var(--mm-ink);font:15px/1.35 Arial,sans-serif;outline:none;transition:border-color .18s,box-shadow .18s}
.comment-form textarea{resize:vertical;min-height:140px}
.comment-form input:focus,.comment-form textarea:focus{border-color:#777;box-shadow:0 0 0 3px rgba(0,0,0,.055)}
.comment-form-comment{position:relative}.mm-comment-counter{position:absolute;right:10px;bottom:9px;color:#999;font:10px Arial,sans-serif}
.comment-form-cookies-consent{display:flex;align-items:flex-start;gap:8px;font:12px/1.35 Arial,sans-serif;color:var(--mm-muted)}
.comment-form-cookies-consent input{margin-top:2px}.comment-form-cookies-consent label{font:inherit;margin:0;color:inherit}
.mm-comment-policy{font:11px/1.35 Arial,sans-serif;color:#858585;text-align:center}
.form-submit{text-align:center}.mm-comment-submit{border:0;border-radius:9px;background:var(--mm-ink);color:var(--mm-paper);min-height:46px;padding:0 24px;font:800 13px Arial,sans-serif;cursor:pointer}.mm-comment-submit:hover{opacity:.84}
.mm-comment-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.mm-comments-list-head{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid var(--mm-ink);padding-bottom:8px;margin:28px 0 0}
.mm-comments-list-head h3{font-size:26px;line-height:1;margin:0}.mm-comments-list-head span{font:12px Arial,sans-serif;color:var(--mm-muted)}
.comment-list{list-style:none;padding:0;margin:0}.comment-list .children{list-style:none;margin:0 0 0 38px;padding:0;border-left:1px solid var(--mm-line);padding-left:15px}
.comment-list>li,.comment-list .children>li{padding:0;border:0}
.mm-comment-card{border-bottom:1px solid var(--mm-line)}
.mm-comment-body{padding:20px 0}
.mm-comment-head{display:flex;align-items:center;gap:10px}.mm-comment-avatar{width:44px;height:44px;flex:0 0 44px}.mm-comment-avatar img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid #ddd}
.mm-comment-identity{display:flex;flex-direction:column;min-width:0}.mm-comment-author{font:800 13px/1.2 Arial,sans-serif}.mm-comment-author a:hover{text-decoration:underline}.mm-comment-time{font:11px/1.3 Arial,sans-serif;color:var(--mm-muted);margin-top:2px}
.mm-comment-text{font-size:18px;line-height:1.42;margin:12px 0 0}.mm-comment-text p{margin:0 0 .75em}.mm-comment-text p:last-child{margin-bottom:0}
.mm-comment-actions{margin-top:9px}.mm-comment-actions a{font:800 11px Arial,sans-serif;color:var(--mm-red)}
.mm-comment-awaiting{display:inline-block;margin:10px 0 0;padding:5px 8px;background:#fff5d9;border-radius:5px;font:11px Arial,sans-serif;color:#705600}
.mm-comments-closed{text-align:center;color:var(--mm-muted);font-size:16px;padding:24px 0}
.mm-comments .navigation,.mm-comments .comment-navigation{margin:22px 0}.mm-comments .nav-links{display:flex;justify-content:space-between;gap:12px;font:700 12px Arial,sans-serif}
html.mm-dark .comment-respond{background:#171717;border-color:#383838}html.mm-dark .comment-form input,html.mm-dark .comment-form textarea{background:#111;border-color:#555;color:#eee}html.mm-dark .mm-comment-provider{background:#111;border-color:#444}html.mm-dark .mm-comment-avatar img{border-color:#555}
@media(max-width:700px){
  .mm-comments{margin-top:34px;padding-top:26px}.mm-comments-intro{margin-bottom:20px}.mm-comments-intro h2{font-size:31px}.mm-comments-intro p{font-size:16px}.comment-respond{border-radius:13px;padding:17px 15px;margin-bottom:28px}.comment-reply-title{font-size:23px}.comment-form{grid-template-columns:1fr;gap:10px}.comment-form>p{grid-column:1/-1}.mm-comment-provider-list{grid-template-columns:1fr}.mm-comment-provider{min-height:44px}.comment-list .children{margin-left:18px;padding-left:12px}.mm-comment-text{font-size:17px}.mm-comments-list-head h3{font-size:23px}
}


/* v0.1.20 — byline copy alignment + comments availability */
.mm-author-meta-general .mm-author-meta-copy,
.mm-author-meta-general .mm-author-dates{
  align-items:flex-start;
  text-align:left;
}
.mm-author-meta-general .mm-author-name,
.mm-author-meta-general .mm-author-name a,
.mm-author-meta-general .mm-author-date{
  text-align:left;
}
@media(max-width:700px){
  .mm-author-meta-general .mm-author-meta-copy,
  .mm-author-meta-general .mm-author-dates{align-items:flex-start;text-align:left}
  .mm-author-meta-general .mm-author-name,
  .mm-author-meta-general .mm-author-name a,
  .mm-author-meta-general .mm-author-date{text-align:left}
}


/* v0.1.21 — opinion dates at article start; breadcrumb hierarchy styling reverted */
.mm-opinion-dates{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin:0 0 16px;
  padding:0 0 10px;
  border-bottom:1px solid var(--mm-line);
  font:13.5px/1.35 Arial,sans-serif;
  color:#5f5f5f;
}
.mm-opinion-dates span{display:block}
html.mm-dark .mm-opinion-dates{color:#aaa;border-color:#333}
@media(max-width:700px){
  .mm-opinion-dates{font-size:14px;line-height:1.32;margin-bottom:14px;padding-bottom:9px}
}

/* v0.1.22 — social-login integration and lighter author archives */
.mm-comment-login-area{margin:18px 0 20px;padding:16px;border:1px solid #e1e1e1;border-radius:12px;background:#fafafa;text-align:center}
.mm-comment-login-label{display:block;margin-bottom:10px;font:700 13px/1.2 Arial,sans-serif;color:#555}
.mm-comment-provider-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.mm-comment-oauth{position:relative;display:flex;align-items:center;justify-content:center;min-width:132px;min-height:42px;border:1px solid #d2d2d2;border-radius:8px;background:#fff;overflow:hidden}
.mm-comment-oauth-label{position:absolute;inset:auto auto auto 0;width:100%;pointer-events:none;font:700 12px/1 Arial,sans-serif;color:#333}
.mm-comment-oauth>*:not(.mm-comment-oauth-label){position:relative;z-index:2}
.mm-comment-oauth a,.mm-comment-oauth button{min-width:132px;min-height:42px;opacity:.001}
.mm-comment-wp-login{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid #cfcfcf;border-radius:8px;font:700 12px/1 Arial,sans-serif;background:#fff}
.mm-comment-wp-login:hover{border-color:#111}
.mm-comment-or{display:flex;align-items:center;gap:10px;margin:12px 0;color:#888;font:11px/1 Arial,sans-serif}
.mm-comment-or:before,.mm-comment-or:after{content:"";height:1px;background:#ddd;flex:1}
@media(max-width:700px){.mm-comment-provider-list{display:grid;grid-template-columns:1fr;}.mm-comment-oauth,.mm-comment-oauth a,.mm-comment-oauth button{width:100%;min-width:0}}

/* Native Mais Minas advertising manager — v0.1.24 */
.mm-ad-slot{position:relative;width:min(1200px,calc(100% - 32px));margin:12px auto;overflow:hidden}.mm-ad-slot:empty{display:none}.mm-ad-slide{display:none;width:100%}.mm-ad-slide.is-active{display:block}.mm-ad-slide picture,.mm-ad-slide img,.mm-ad-slide a{display:block;width:100%}.mm-ad-slide img{height:auto;max-width:100%;border:0}.mm-ad-prev,.mm-ad-next{position:absolute;top:50%;z-index:4;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:rgba(0,0,0,.56);color:#fff;font:26px/1 Arial,sans-serif;display:grid;place-items:center;transform:translateY(-50%);cursor:pointer}.mm-ad-prev{left:10px}.mm-ad-next{right:10px}.mm-ad-prev:hover,.mm-ad-next:hover{background:rgba(0,0,0,.82)}
.mm-ad-super_banner,.mm-ad-rectangle{width:100%;max-width:100%;margin:12px auto}.mm-ad-ultrabanner,.mm-ad-billboard{margin-top:18px;margin-bottom:18px}
.mm-ad-sticky{position:fixed;z-index:9994;left:50%;bottom:12px;transform:translateX(-50%);width:min(970px,calc(100% - 28px));margin:0;box-shadow:0 8px 30px rgba(0,0,0,.2);border-radius:8px;background:#fff;display:none}.mm-ad-sticky.mm-ad-visible{display:block}.mm-ad-close{position:absolute;z-index:6;right:6px;top:6px;width:30px;height:30px;border:1px solid rgba(0,0,0,.15);border-radius:999px;background:rgba(255,255,255,.94);color:#111;font-size:21px;line-height:1;cursor:pointer}
.mm-ad-popup-shell{position:fixed;z-index:9998;inset:0;background:rgba(0,0,0,.56);display:grid;place-items:center;padding:20px}.mm-ad-popup-shell[hidden]{display:none}.mm-ad-popup{width:var(--mm-popup-width);height:var(--mm-popup-height);max-width:94vw;max-height:88vh;margin:0;background:#fff;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.38);display:flex;align-items:center;justify-content:center}.mm-ad-popup .mm-ad-slide,.mm-ad-popup .mm-ad-slide a,.mm-ad-popup .mm-ad-slide picture{height:100%}.mm-ad-popup .mm-ad-slide img{width:100%;height:100%;object-fit:contain}
.mm-ad-device-desktop,.mm-ad-device-tablet,.mm-ad-device-mobile{display:none!important}@media(min-width:1024px){.mm-ad-device-all.mm-ad-slide.is-active,.mm-ad-device-desktop.mm-ad-slide.is-active{display:block!important}}@media(min-width:768px) and (max-width:1023px){.mm-ad-device-all.mm-ad-slide.is-active,.mm-ad-device-tablet.mm-ad-slide.is-active{display:block!important}}@media(max-width:767px){.mm-ad-slot{width:calc(100% - 24px);margin-top:10px;margin-bottom:10px}.mm-ad-device-all.mm-ad-slide.is-active,.mm-ad-device-mobile.mm-ad-slide.is-active{display:block!important}.mm-ad-prev,.mm-ad-next{width:32px;height:32px;font-size:22px}.mm-ad-sticky{bottom:76px;width:calc(100% - 20px)}.mm-ad-popup-shell{padding:12px}}
@media(prefers-reduced-motion:reduce){.mm-ad-slide{transition:none}}


/* v0.1.27 — discrete advertising label and tighter breadcrumb spacing */
.mm-ad-label{font:500 9px/1.2 Arial,sans-serif;letter-spacing:.08em;color:#8a8a8a;text-align:left;margin:0 0 5px;padding:0 1px;text-transform:uppercase}
.mm-ad-sticky .mm-ad-label{padding:5px 8px 0;margin-bottom:3px}
.mm-ad-popup .mm-ad-label{position:absolute;top:-17px;left:0;color:#ddd;margin:0;padding:0}
.mm-ad-popup{position:relative}
.mm-article{padding-top:20px}
.mm-breadcrumbs{margin-bottom:16px}
@media(max-width:767px){.mm-article{padding-top:12px}.mm-breadcrumbs{margin-bottom:13px}}


/* v0.1.28 — relacionados: 8 itens, título acima e visual mais leve */
.mm-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}
.mm-related-grid article{min-width:0}
.mm-related h3{font-size:18px;line-height:1.16;font-weight:500;letter-spacing:-.01em;margin:0 0 9px;color:#303030}
.mm-related h3 a{font-weight:inherit;color:inherit}
.mm-related-thumb{display:block;aspect-ratio:16/11;overflow:hidden;border-radius:10px;background:#f2f2f2}
.mm-related-thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
@media(max-width:700px){
  .mm-related-grid{grid-template-columns:1fr 1fr;gap:22px 14px}
  .mm-related h3{font-size:17px;line-height:1.17;margin-bottom:8px}
  .mm-related-thumb{border-radius:9px}
}

/* v0.1.29 — article head left-alignment test + compact comment shortcut */
.mm-article-head > .mm-kicker,
.mm-article-head .mm-article-category,
.mm-article-head h1,
.mm-subtitle{
  text-align:left!important;
}
.mm-subtitle{
  margin-left:0!important;
  margin-right:0!important;
}
.mm-author-meta-general{
  margin-left:0!important;
  margin-right:auto!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.mm-author-meta-general .mm-author-meta-copy,
.mm-author-meta-general .mm-author-dates{
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.mm-author-name-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  min-width:0;
}
.mm-meta-comments{
  display:inline-flex;
  align-items:center;
  gap:3px;
  color:#777;
  font:600 11px/1 Arial,sans-serif;
  flex:0 0 auto;
  transition:color .18s ease,opacity .18s ease;
}
.mm-meta-comments svg{width:15px;height:15px;display:block}
.mm-meta-comments:hover,
.mm-meta-comments:focus-visible{color:var(--mm-red)}
html.mm-dark .mm-meta-comments{color:#aaa}
html.mm-dark .mm-meta-comments:hover{color:#fff}

@media(max-width:700px){
  .mm-author-meta-general{
    width:max-content!important;
    max-width:100%!important;
    grid-template-columns:50px minmax(0,max-content)!important;
    justify-content:start!important;
    margin-left:0!important;
    margin-right:auto!important;
  }
  .mm-author-meta-general .mm-author-meta-copy,
  .mm-author-meta-general .mm-author-dates,
  .mm-author-meta-general .mm-author-name,
  .mm-author-meta-general .mm-author-name a,
  .mm-author-meta-general .mm-author-date{
    align-items:flex-start!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .mm-author-name-row{gap:6px}
  .mm-meta-comments{font-size:10.5px}
  .mm-meta-comments svg{width:14px;height:14px}
}

/* v0.1.30 — header ads: protect LCP/CLS */
.mm-ad-ultrabanner .mm-ad-slide img,
.mm-ad-billboard .mm-ad-slide img{width:100%;height:auto;aspect-ratio:auto}
.mm-ad-ultrabanner picture,
.mm-ad-billboard picture{display:block;width:100%}

/* v0.1.31 — article title leading + category pill matching opinion label */
.mm-article-head h1{
  line-height:calc(.965em + 1px);
}
.mm-article-head > .mm-article-category{
  display:inline-flex!important;
  align-items:center;
  width:max-content;
  min-height:24px;
  padding:5px 9px 4px;
  margin:0 0 12px;
  border:1px solid rgba(198,20,42,.28);
  border-radius:999px;
  background:rgba(198,20,42,.055);
  color:var(--mm-red);
  font:900 11px/1 Arial,sans-serif;
  letter-spacing:.11em;
  text-transform:uppercase;
}
html.mm-dark .mm-article-head > .mm-article-category{
  background:rgba(198,20,42,.12);
  border-color:rgba(255,90,110,.28);
}
@media(max-width:700px){
  .mm-article-head h1{line-height:calc(.95em + 1px)}
  .mm-article-head > .mm-article-category{
    font-size:12px;
    min-height:22px;
    padding:4px 8px 3px;
    margin-bottom:11px;
  }
}


/* v0.1.33 — mobile sticky masthead, compact guest comments and sizing refinements */
@media(max-width:700px){
  .mm-header{position:sticky;top:0;z-index:70}
}
.mm-related h3{font-size:20px}
.mm-meta-comments svg{width:18px;height:18px}
.mm-guest-comment{max-width:650px;margin:0 auto 28px;border:1px solid var(--mm-line);border-radius:12px;background:var(--mm-paper);overflow:hidden}
.mm-guest-comment>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;padding:0 16px;cursor:pointer;font:800 13px/1 Arial,sans-serif}
.mm-guest-comment>summary::-webkit-details-marker{display:none}
.mm-guest-comment>summary:hover{background:var(--mm-soft)}
.mm-guest-comment-chevron{font-size:20px;line-height:1;transition:transform .18s ease}
.mm-guest-comment[open] .mm-guest-comment-chevron{transform:rotate(180deg)}
.mm-guest-comment-panel{padding:0 14px 14px}
.mm-guest-comment-panel .comment-respond{margin:0}
@media(max-width:700px){
  .mm-related h3{font-size:19px}
  .mm-meta-comments svg{width:17px;height:17px}
  .mm-guest-comment{margin-bottom:24px}
  .mm-guest-comment>summary{min-height:48px;padding:0 14px}
  .mm-guest-comment-panel{padding:0 10px 10px}
}
html.mm-dark .mm-guest-comment{background:#171717;border-color:#383838}
html.mm-dark .mm-guest-comment>summary:hover{background:#1d1d1d}


/* v0.1.35 — menu separators/desktop drag, left share alignment and tighter guest-comment UI */
.mm-nav{
  border-top:1px solid #e3e3e3;
  border-bottom:1px solid #dedede;
}
.mm-nav-scroll{
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  overscroll-behavior-x:contain;
}
.mm-nav-scroll.is-dragging{cursor:grabbing}
.mm-nav-list{gap:0!important}
.mm-nav-list li{display:flex;align-items:center;flex:0 0 auto}
.mm-nav-list li+li::before{
  content:"•";
  display:inline-block;
  flex:0 0 auto;
  margin:0 14px;
  color:#b7b7b7;
  font:700 11px/1 Arial,sans-serif;
}
html.mm-dark .mm-nav{border-color:#303030}
html.mm-dark .mm-nav-list li+li::before{color:#555}

.mm-share-quick{margin-left:0!important;margin-right:0!important}
.mm-share-status{text-align:left!important}
.mm-meta-comments svg{width:20px;height:20px}

/* Make the guest option feel like the lower half of the comment entry card. */
.mm-comment-login-area + .mm-guest-comment{
  margin-top:-21px;
  border-top:0;
  border-radius:0 0 12px 12px;
}
.mm-comment-login-area:has(+ .mm-guest-comment){
  border-radius:12px 12px 0 0;
  margin-bottom:20px;
}
.mm-guest-comment{
  box-shadow:0 5px 16px rgba(0,0,0,.035);
}
.mm-guest-comment>summary{
  position:relative;
  min-height:58px;
  padding:9px 16px;
  background:#f7f7f7;
  border-top:1px solid #e7e7e7;
  transition:background .16s ease,border-color .16s ease;
}
.mm-guest-comment>summary:hover,
.mm-guest-comment>summary:focus-visible{background:#f1f1f1}
.mm-guest-comment-label{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}
.mm-guest-comment-label strong{font:800 13px/1.1 Arial,sans-serif;color:#202020}
.mm-guest-comment-label small{font:500 11px/1.1 Arial,sans-serif;color:#777}
.mm-guest-comment-chevron{
  width:28px;height:28px;border:1px solid #d2d2d2;border-radius:50%;
  display:grid;place-items:center;background:#fff;font-size:17px;
}
.mm-guest-comment[open]>summary{background:#f3f3f3;border-bottom:1px solid #e2e2e2}
.mm-guest-comment-panel{padding-top:14px}
html.mm-dark .mm-guest-comment>summary{background:#181818;border-color:#343434}
html.mm-dark .mm-guest-comment>summary:hover,html.mm-dark .mm-guest-comment>summary:focus-visible{background:#202020}
html.mm-dark .mm-guest-comment-label strong{color:#f3f3f3}
html.mm-dark .mm-guest-comment-label small{color:#aaa}
html.mm-dark .mm-guest-comment-chevron{background:#111;border-color:#444}

@media(max-width:700px){
  .mm-nav-list li+li::before{margin:0 11px;font-size:10px}
  .mm-nav-scroll{cursor:auto}
  .mm-meta-comments svg{width:19px;height:19px}
  .mm-comment-login-area + .mm-guest-comment{margin-top:-21px}
  .mm-guest-comment>summary{min-height:56px;padding:8px 14px}
}
\n\n/* v0.1.36 — CLS hardening and stable advertising boxes */\n.mm-author-avatar{flex:0 0 auto;aspect-ratio:1/1;overflow:hidden}\n.mm-author-avatar-img,.mm-author-avatar img{display:block;width:100%!important;height:100%!important;aspect-ratio:1/1;object-fit:cover}\n\n.mm-ad-ultrabanner,.mm-ad-billboard{\n  --mm-ad-ratio:var(--mm-ad-ratio-desktop,1200 / 209);\n}\n.mm-ad-ultrabanner .mm-ad-slide,\n.mm-ad-billboard .mm-ad-slide{\n  aspect-ratio:var(--mm-ad-ratio);\n  overflow:hidden;\n}\n.mm-ad-ultrabanner .mm-ad-slide>a,\n.mm-ad-billboard .mm-ad-slide>a,\n.mm-ad-ultrabanner .mm-ad-slide picture,\n.mm-ad-billboard .mm-ad-slide picture{height:100%}\n.mm-ad-ultrabanner .mm-ad-slide img,\n.mm-ad-billboard .mm-ad-slide img{\n  width:100%!important;\n  height:100%!important;\n  object-fit:contain;\n}\n@media(min-width:768px) and (max-width:1023px){\n  .mm-ad-ultrabanner,.mm-ad-billboard{--mm-ad-ratio:var(--mm-ad-ratio-tablet,var(--mm-ad-ratio-desktop,1200 / 209))}\n}\n@media(max-width:767px){\n  .mm-ad-ultrabanner,.mm-ad-billboard{--mm-ad-ratio:var(--mm-ad-ratio-mobile,var(--mm-ad-ratio-desktop,1200 / 209))}\n}\n

/* v0.1.37 — tighter article spacing and dedicated static desktop category menu */
.mm-article-head h1{margin-bottom:13px}
.mm-featured{margin-top:calc(1.15em - 3px);margin-bottom:calc(1.35em - 3px)}
.mm-nav-mobile{display:none}
@media(min-width:768px){
  .mm-nav-scroll{
    overflow:hidden;
    cursor:default!important;
    user-select:auto;
    -webkit-user-select:auto;
    overscroll-behavior-x:auto;
  }
  .mm-nav-scroll.is-dragging{cursor:default!important}
  .mm-nav-desktop{display:block}
  .mm-nav-desktop .mm-nav-list{justify-content:center}
}
@media(max-width:767px){
  .mm-article-head h1{margin-bottom:13px}
  .mm-featured{margin-top:calc(1.05em - 3px);margin-bottom:calc(1.25em - 3px)}
  .mm-nav-desktop{display:none}
  .mm-nav-mobile{display:block}
}


/* v0.1.38 — tighter title/subtitle and featured image spacing */
.mm-article-head h1{margin-bottom:11px}
.mm-featured{margin-top:calc(1.15em - 7px);margin-bottom:calc(1.35em - 7px)}
@media(max-width:767px){
  .mm-article-head h1{margin-bottom:11px}
  .mm-featured{margin-top:calc(1.05em - 7px);margin-bottom:calc(1.25em - 7px)}
}


/* v0.1.39 — optional colorful mobile action bar + sticky article share rail */
@media(max-width:767px){
  .mm-mobile-sticky-v2{
    left:10px;right:10px;bottom:10px;
    width:auto;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:5px;
    padding:6px calc(6px + env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) calc(6px + env(safe-area-inset-left));
    background:rgba(255,255,255,.94);
    border:1px solid rgba(20,20,20,.12);
    border-radius:18px;
    box-shadow:0 12px 36px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    overflow:hidden;
  }
  .mm-mobile-sticky-v2 a{
    min-width:0;min-height:52px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:4px;padding:6px 3px;border-radius:13px;
    font:750 9px/1 Arial,sans-serif;
    letter-spacing:.01em;color:#fff!important;
    text-decoration:none;
    transition:transform .15s ease,filter .15s ease;
  }
  .mm-mobile-sticky-v2 a:active{transform:scale(.96)}
  .mm-mobile-sticky-v2 .mm-sticky-home{background:linear-gradient(135deg,#315efb,#5947e8)}
  .mm-mobile-sticky-v2 .mm-sticky-next{background:linear-gradient(135deg,#c6142a,#ea3f4f)}
  .mm-mobile-sticky-v2 .mm-sticky-instagram{background:linear-gradient(135deg,#5b51d8 0%,#c13584 45%,#e1306c 68%,#f77737 100%)}
  .mm-mobile-sticky-v2 .mm-sticky-whatsapp{background:linear-gradient(135deg,#16a85a,#25d366)}
  .mm-mobile-sticky-v2 .mm-sticky-icon{width:22px;height:22px;display:grid;place-items:center;font-size:0}
  .mm-mobile-sticky-v2 .mm-sticky-icon svg{display:block;width:22px;height:22px;fill:currentColor}
  .mm-mobile-sticky-v2 .mm-sticky-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  html.mm-dark .mm-mobile-sticky-v2{
    background:rgba(19,19,19,.94);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 12px 38px rgba(0,0,0,.5);
    color:#fff;
  }
}

.mm-article-content{position:relative}
.mm-floating-share-rail{
  position:absolute;
  top:0;right:-68px;bottom:0;
  width:50px;
  z-index:8;
  pointer-events:none;
}
.mm-floating-share{
  position:sticky;
  top:92px;
  width:48px;height:48px;
  display:grid;place-items:center;
  padding:0;
  border:1px solid rgba(20,20,20,.24);
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:#171717;
  box-shadow:0 5px 17px rgba(0,0,0,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  cursor:pointer;
  pointer-events:auto;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;
}
.mm-floating-share:hover,.mm-floating-share:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(198,20,42,.55);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  background:#fff;
  outline:none;
}
.mm-floating-share svg{width:22px;height:22px;fill:currentColor}
.mm-floating-share-rail .mm-share-status{
  position:sticky;top:146px;
  display:block;width:76px;margin-left:-14px;margin-top:5px;
  text-align:center!important;font:600 10px/1.2 Arial,sans-serif;
  color:#666;pointer-events:none;
}
html.mm-dark .mm-floating-share{
  background:rgba(22,22,22,.95);
  color:#f5f5f5;
  border-color:rgba(255,255,255,.25);
  box-shadow:0 6px 20px rgba(0,0,0,.32);
}
html.mm-dark .mm-floating-share:hover,html.mm-dark .mm-floating-share:focus-visible{background:#202020;border-color:rgba(255,90,110,.6)}
html.mm-dark .mm-floating-share-rail .mm-share-status{color:#aaa}
@media(max-width:900px){
  .mm-floating-share-rail{right:4px;width:44px}
  .mm-floating-share{top:84px;width:42px;height:42px;background:rgba(255,255,255,.9)}
  .mm-floating-share svg{width:20px;height:20px}
  .mm-floating-share-rail .mm-share-status{display:none}
}


/* v0.1.39 follow-up — ensure the optional bar wins over legacy mobile rules. */
@media(max-width:767px){
  .mm-after-article{padding-bottom:34px}
  .mm-has-mobile-sticky .mm-after-article{padding-bottom:92px}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-home{background:linear-gradient(135deg,#315efb,#5947e8)}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-next{background:linear-gradient(135deg,#c6142a,#ea3f4f)}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-instagram{background:linear-gradient(135deg,#5b51d8 0%,#c13584 45%,#e1306c 68%,#f77737 100%)}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-whatsapp{background:linear-gradient(135deg,#16a85a,#25d366)}
  .mm-mobile-sticky.mm-mobile-sticky-v2 a span{font-size:inherit}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-icon{font-size:0}
}


/* v0.1.40 — lower-right reading share, monochrome mobile bar and compact footer */
.mm-floating-share{
  top:calc(100vh - 78px);
  margin-top:calc(100vh - 78px);
}
.mm-floating-share-rail .mm-share-status{
  top:calc(100vh - 28px);
}

@media(max-width:767px){
  .mm-floating-share-rail{right:8px;width:44px}
  .mm-floating-share{
    top:calc(100vh - 70px - env(safe-area-inset-bottom));
    margin-top:calc(100vh - 70px - env(safe-area-inset-bottom));
    width:42px;height:42px;
    border:1px solid rgba(20,20,20,.28);
    background:rgba(255,255,255,.96);
    box-shadow:0 5px 18px rgba(0,0,0,.10);
  }

  /* Optional bottom bar: restrained black/white newsroom treatment. */
  .mm-mobile-sticky.mm-mobile-sticky-v2{
    left:0;right:0;bottom:0;width:auto;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    padding:0 0 env(safe-area-inset-bottom);
    border:0;border-top:1px solid #d7d7d7;border-radius:0;
    background:rgba(255,255,255,.97);
    box-shadow:0 -4px 18px rgba(0,0,0,.08);
    backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  }
  .mm-mobile-sticky.mm-mobile-sticky-v2 a,
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-home,
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-next,
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-instagram,
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-whatsapp{
    min-height:62px;padding:7px 3px 6px;border-radius:0;
    background:transparent!important;color:#111!important;
    border-right:1px solid rgba(20,20,20,.07);
    font:700 10px/1.05 Arial,sans-serif;
  }
  .mm-mobile-sticky.mm-mobile-sticky-v2 a:last-child{border-right:0}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-icon{width:23px;height:23px;margin-bottom:2px}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-icon svg{width:21px;height:21px;fill:currentColor}
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-instagram .mm-sticky-icon,
  .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-whatsapp .mm-sticky-icon{color:#111}
  html.mm-dark .mm-mobile-sticky.mm-mobile-sticky-v2{
    background:rgba(17,17,17,.98);border-top-color:#343434;box-shadow:0 -5px 20px rgba(0,0,0,.34)
  }
  html.mm-dark .mm-mobile-sticky.mm-mobile-sticky-v2 a,
  html.mm-dark .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-home,
  html.mm-dark .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-next,
  html.mm-dark .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-instagram,
  html.mm-dark .mm-mobile-sticky.mm-mobile-sticky-v2 .mm-sticky-whatsapp{
    color:#f5f5f5!important;background:transparent!important;border-right-color:rgba(255,255,255,.09)
  }

  /* Mobile footer: compact, aligned, no empty editorial column. */
  .mm-footer{margin-top:28px}
  .mm-footer .mm-wrap{width:min(100% - 36px,var(--mm-wrap))}
  .mm-footer-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:0 28px;
    padding:26px 0 20px;
  }
  .mm-footer-grid>section{
    min-width:0;margin:0!important;padding:18px 0!important;
    border-left:0!important;border-top:1px solid var(--mm-line);
  }
  .mm-footer-grid>.mm-footer-brand{
    grid-column:1/-1;padding:0 0 22px!important;border-top:0!important;
  }
  .mm-footer-grid>.mm-footer-editorias,
  .mm-footer-grid>section:nth-of-type(2),
  .mm-footer-grid>section:nth-of-type(3){align-self:start}
  .mm-footer-contact{grid-column:1/-1!important;padding-bottom:4px!important}
  .mm-footer-logo .custom-logo{max-height:40px;width:auto}
  .mm-footer-brand p{max-width:520px;margin:15px 0 0;font-size:17px;line-height:1.42;color:#666}
  .mm-footer-social{gap:20px;margin-top:15px;font-size:12px}
  .mm-footer-grid h3{margin:0 0 13px;font-size:12px;letter-spacing:.04em}
  .mm-footer-grid li{margin:0 0 9px;font-size:16px;line-height:1.24}
  .mm-footer-contact ul{gap:10px}
  .mm-footer-contact li{grid-template-columns:18px minmax(0,1fr);gap:7px;margin:0}

  .mm-most-read{padding:22px 0 25px;border-top:1px solid var(--mm-line)}
  .mm-most-read .mm-section-head{margin:0 0 16px;padding:0;border-top:0;display:block}
  .mm-most-read .mm-section-head span{display:block;font:900 18px/1.05 Arial,sans-serif;letter-spacing:-.02em}
  .mm-most-read-grid{display:grid;grid-template-columns:1fr;gap:13px}
  .mm-most-read-grid a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:start;font-size:15px;line-height:1.22}
  .mm-most-read-grid strong{font-size:25px;line-height:1}
  .mm-footer-bottom>.mm-wrap{min-height:0;padding:17px 0 20px;display:flex;gap:8px;align-items:flex-start;justify-content:space-between}
  .mm-back-top{margin:0;white-space:nowrap}
}

@media(max-width:430px){
  .mm-footer-grid{grid-template-columns:1fr;gap:0}
  .mm-footer-grid>.mm-footer-brand,.mm-footer-contact,.mm-footer-editorias{grid-column:1}
  .mm-footer-grid>section{padding:16px 0!important}
  .mm-footer-grid>.mm-footer-brand{padding-top:0!important;padding-bottom:20px!important}
}

html.mm-dark .mm-footer-brand p{color:#aaa}

/* v0.1.41 — viewport-fixed share button, clearer related cards and mobile footer refinement */
.mm-floating-share-rail{
  position:static;
  width:0;
  height:0;
  pointer-events:none;
}
.mm-floating-share{
  position:fixed;
  z-index:9200;
  top:auto!important;
  right:22px;
  bottom:22px;
  margin:0!important;
  width:48px;
  height:48px;
  opacity:1;
  visibility:visible;
  transform:none;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;
}
.mm-floating-share:hover,.mm-floating-share:focus-visible{transform:translateY(-1px)}
.mm-floating-share.mm-floating-share-hidden{
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  pointer-events:none;
}
.mm-floating-share-rail .mm-share-status{
  position:fixed;
  z-index:9201;
  top:auto!important;
  right:10px;
  bottom:76px;
  width:72px;
  margin:0;
}

/* Related posts are individual cards so titles/images cannot visually merge. */
.mm-related-grid{gap:18px}
.mm-related-grid article{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:12px;
  border:1px solid rgba(20,20,20,.12);
  border-radius:13px;
  background:var(--mm-paper);
}
.mm-related h3{margin:0 0 11px}
.mm-related-thumb{margin-top:auto}
html.mm-dark .mm-related-grid article{
  border-color:rgba(255,255,255,.14);
  background:#171717;
}
html.mm-dark .mm-related h3{color:#f0f0f0}

@media(max-width:767px){
  .mm-floating-share{
    right:16px;
    bottom:18px;
    width:44px;
    height:44px;
  }
  .mm-has-mobile-sticky .mm-floating-share{bottom:78px}
  .mm-floating-share-rail .mm-share-status{display:none}

  .mm-related-grid{gap:12px}
  .mm-related-grid article{padding:9px;border-radius:11px}
  .mm-related h3{margin-bottom:9px}

  /* Footer: one clear vertical rhythm, larger branding and typography. */
  .mm-footer{margin-top:24px}
  .mm-footer .mm-wrap{width:min(calc(100% - 40px),var(--mm-wrap))}
  .mm-footer-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    padding:28px 0 16px;
  }
  .mm-footer-grid>section,
  .mm-footer-grid>.mm-footer-brand,
  .mm-footer-contact,
  .mm-footer-editorias{
    grid-column:1!important;
    width:100%;
    margin:0!important;
    padding:19px 0!important;
    border-left:0!important;
    border-top:1px solid var(--mm-line);
  }
  .mm-footer-grid>.mm-footer-brand{
    padding:0 0 24px!important;
    border-top:0!important;
  }
  .mm-footer-logo{display:flex;align-items:center;justify-content:flex-start;min-height:68px}
  .mm-footer-logo .custom-logo{
    width:200px!important;
    max-width:62vw!important;
    max-height:none!important;
    height:auto!important;
  }
  .mm-footer-logo .mm-text-logo{font-size:34px}
  .mm-footer-brand p{
    max-width:620px;
    margin:15px 0 0;
    font-size:19px;
    line-height:1.42;
  }
  .mm-footer-social{gap:24px;margin-top:17px;font-size:15px;line-height:1.2}
  .mm-footer-grid h3{
    margin:0 0 15px;
    font-size:14px;
    line-height:1.1;
    letter-spacing:.035em;
  }
  .mm-footer-grid ul{margin:0;padding:0}
  .mm-footer-grid li{
    margin:0 0 11px;
    font-size:18px;
    line-height:1.28;
  }
  .mm-footer-grid li:last-child{margin-bottom:0}
  .mm-footer-contact ul{gap:12px}
  .mm-footer-contact li{
    display:grid;
    grid-template-columns:24px minmax(0,1fr);
    align-items:center;
    gap:10px;
    margin:0;
  }
  .mm-footer-contact li>span:first-child{display:grid;place-items:center;width:24px;height:24px}
  .mm-footer-contact li svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.7}

  .mm-most-read{padding:22px 0 26px}
  .mm-most-read .mm-section-head{margin:0 0 18px;padding:0;display:flex;align-items:center;gap:12px}
  .mm-most-read .mm-section-head span:first-child{font-size:20px;line-height:1.05;white-space:normal}
  .mm-most-read .mm-section-head:after{content:"";height:1px;background:currentColor;opacity:.7;flex:1;min-width:28px}
  .mm-most-read-grid{gap:16px}
  .mm-most-read-grid a{grid-template-columns:34px minmax(0,1fr);gap:9px;font-size:17px;line-height:1.24}
  .mm-most-read-grid strong{font-size:28px;line-height:1}
  .mm-footer-bottom>.mm-wrap{padding:18px 0 22px;font-size:12px;line-height:1.3}
}
