.article-page{max-width:940px;padding-top:48px}
.news-article,.infinite-article{position:relative;padding:0 30px 65px}
.article-rail{position:absolute;left:0;top:0;bottom:0;width:12px;background:linear-gradient(to bottom,#dfe5e1 0,#b8c2bc 45%,#19e57a 100%);clip-path:polygon(45% 0,55% 0,100% 100%,0 100%)}
.crumb{display:flex;align-items:center;gap:8px;margin-bottom:27px}
.article-page article>h1{font-family:Inter,sans-serif;font-size:clamp(38px,5.3vw,64px);line-height:1.03;letter-spacing:-2.4px;text-transform:none}
.article-meta{display:flex;align-items:center;justify-content:space-between;margin:22px 0 10px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.article-meta .byline{display:flex;align-items:center;gap:10px;margin:0}
.article-meta .byline span{color:var(--muted);font-size:9px}
.article-tools{display:flex;align-items:center;gap:5px}
.article-tools>span{margin-right:5px;color:var(--muted);font-size:8px;font-weight:700}
.article-tools button{width:34px;height:31px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:10px;font-weight:800}
.share-row{display:flex;align-items:center;gap:7px;margin:15px 0 26px}
.share-row>span{margin-right:5px;color:#77827c;font-size:9px;font-weight:700}
.share-row a,.share-row .copy-link{width:37px;height:37px;display:grid;place-items:center;padding:0;border:1px solid #e4e8e5;border-radius:50%;background:#fff;color:#252a27;font-size:14px;transition:.18s}
.share-row a:hover,.share-row .copy-link:hover{transform:translateY(-2px);box-shadow:0 5px 14px #0001}
.share-row .share-x:hover{background:#111;color:#fff}
.share-row .share-facebook:hover{background:#1877f2;color:#fff}
.share-row .share-linkedin:hover{background:#0a66c2;color:#fff}
.share-row .share-whatsapp:hover{background:#20b85a;color:#fff}
.copy-link{cursor:pointer}
.article-image{border-radius:11px}
.article-body{--article-size:19px;max-width:720px;font-size:var(--article-size);line-height:1.9}
.article-body p{margin:0 0 26px}
.article-body img{max-width:100%;height:auto;border-radius:9px}
.author-box{max-width:720px;border:1px solid var(--line);border-radius:10px;background:#fafcfb}
.google-source-card{max-width:850px;min-height:116px;display:grid;grid-template-columns:76px 1fr 335px;gap:18px;align-items:center;margin:38px auto;padding:20px 22px;border-radius:25px;background:linear-gradient(110deg,#382f35,#2d3a35 55%,#263550);color:#fff}
.source-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#bde8ff;color:#1176b0;font-size:23px}
.source-copy{display:grid;gap:6px}
.source-copy b{font-size:21px;line-height:1.2;letter-spacing:-.5px}
.source-copy small{color:#bfbcc0;font-size:14px;font-weight:650}
.google-source-card>strong{height:78px;display:flex;align-items:center;gap:15px;padding:0 22px;border-radius:21px;background:#fff;color:#050505;font-size:15px;line-height:1.25}
.google-source-card>strong>i{font-size:31px;color:#4285f4}
.comments{max-width:760px;margin:55px auto 0;padding-top:30px;border-top:1px solid var(--line)}
.comments-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}
.comments-head span{color:#078149;font-size:8px;font-weight:800;letter-spacing:1.3px}
.comments-head h2{margin:4px 0 0;font-size:27px}
.comments-head>b{color:var(--muted);font-size:9px}
.comment-form{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:16px;border:1px solid var(--line);border-radius:11px;background:#fff}
.comment-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--dark);color:var(--green);font-weight:800}
.comment-form textarea{width:100%;resize:vertical;border:0;outline:0;font:13px/1.6 Inter;padding:5px}
.comment-form footer{display:flex;align-items:center;justify-content:space-between;padding:11px 0 0;border-top:1px solid var(--line);background:none;color:var(--muted)}
.comment-form footer button{border:0;border-radius:7px;background:var(--dark);color:#fff;padding:10px 14px;font-size:9px;font-weight:800}
.comment-login{display:grid;grid-template-columns:44px 1fr auto auto;gap:13px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:11px;background:#f8faf8}
.comment-login>i{font-size:25px;color:#078149}
.comment-login b{font-size:12px}
.comment-login p{margin:3px 0 0;color:var(--muted);font-size:9px}
.comment-login>a{padding:9px 12px;border-radius:7px;background:var(--dark);color:#fff;font-size:9px;font-weight:800}
.comment-login>a.register{border:1px solid var(--line);background:#fff;color:var(--dark)}
.comment-list{display:grid;gap:12px;margin-top:17px}
.comment-list>article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:16px;border-bottom:1px solid var(--line)}
.comment-list header{display:flex;justify-content:space-between}
.comment-list time{color:var(--muted);font-size:8px}
.comment-list p{font-size:12px;line-height:1.65}
.no-comments{text-align:center;padding:28px;color:var(--muted);font-size:10px}
.comment-alert{margin-bottom:14px;padding:11px;border-radius:7px;font-size:10px}
.comment-alert.success{background:#e9faef;color:#087545}
.comment-alert.error{background:#ffebed;color:#a71c2a}
.infinite-article{margin-top:55px;padding-top:55px;border-top:8px solid #f1f3f2}

@media(max-width:760px){.article-page{width:100%;padding:25px 13px 55px}
.news-article,.infinite-article{padding-left:17px;padding-right:0}
.article-rail{width:7px}
.article-page article>h1{font-size:38px;letter-spacing:-1.3px}
.article-meta{align-items:flex-start;gap:12px}
.article-tools>span{display:none}
.article-tools button{width:31px}
.article-body{--article-size:17px}
.google-source-card{grid-template-columns:48px 1fr;padding:17px;border-radius:17px}
.source-mark{width:44px;height:44px}
.source-copy b{font-size:15px}
.source-copy small{font-size:10px}
.google-source-card>strong{grid-column:1/-1;height:61px;border-radius:13px;font-size:12px}
.comment-login{grid-template-columns:38px 1fr}
.comment-login>a{grid-row:2}
.comment-form{grid-template-columns:1fr}
.comment-form>.comment-avatar{display:none}
.comment-form footer small{display:none}
}
@keyframes railFlow{0%{background-position:0 100%}100%{background-position:0 -100%}}
@keyframes railGlow{0%{top:-8%;opacity:0}15%{opacity:1}85%{opacity:1}100%{top:100%;opacity:0}}
.article-rail{overflow:hidden;background:linear-gradient(to bottom,#e5ebe7 0,#a9b8af 32%,#45e691 62%,#08a95a 100%);background-size:100% 220%;animation:railFlow 4.5s linear infinite}
.article-rail:after{content:"";position:absolute;left:0;right:0;top:-8%;height:15%;background:#caffdf;filter:blur(2px);animation:railGlow 2.8s ease-in-out infinite}
.author-box{position:relative;overflow:hidden;min-height:115px;padding:22px 24px;border:0;background:linear-gradient(125deg,#07110d,#0d3423);color:#fff;box-shadow:0 12px 35px #07110d18}
.author-box:before{content:"";position:absolute;inset:9px;border:1px solid #ffffff14;border-radius:7px;pointer-events:none}
.author-box:after{content:"VAR";position:absolute;right:-8px;bottom:-28px;color:#19e57a0d;font:900 100px/1 Inter}
.author-box img{position:relative;z-index:1;border:3px solid var(--green);box-shadow:0 0 0 5px #ffffff10}
.author-box small{color:var(--green);letter-spacing:1.1px}
.author-box b{font-size:15px}
.author-box p{position:relative;z-index:1;max-width:500px;color:#b8c8bf;font-size:10px}
.var-author{grid-template-columns:64px 1fr 48px}
.author-ball{position:relative;z-index:1;width:60px;height:60px;display:grid;place-items:center;border:1px solid #ffffff24;border-radius:50%;background:radial-gradient(circle,#173a2a,#08150f);color:var(--green);font-size:27px;box-shadow:0 0 0 6px #ffffff08}
.author-info{position:relative;z-index:1}.author-info>div{display:flex;gap:6px;margin-top:9px}.author-info>div span{display:flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid #ffffff16;border-radius:12px;color:#9db0a5;font-size:7px}.author-info>div i{width:4px;height:4px;border-radius:50%;background:var(--green)}
.var-author>strong{position:relative;z-index:1;align-self:center;color:#19e57a26;font-size:28px;font-style:italic}
@media(max-width:600px){.author-box{padding:18px;grid-template-columns:52px 1fr}.author-box img,.author-ball{width:50px;height:50px}.var-author>strong{display:none}.author-info>div{flex-wrap:wrap}}
