/* ARTICLE DETAIL */
.article-page{padding:32px 0 58px;background:#faf8f4;color:#171c20;}
.article-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:28px;color:#8a847c;font-size:11px;white-space:nowrap;overflow:hidden;}
.article-breadcrumbs a{color:#8a847c;}
.article-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;}
.article-header{max-width:850px;margin-bottom:24px;}
.article-header h1{margin:0;font-family:"Manrope",Arial,sans-serif;font-size:42px;font-weight:700;line-height:1.12;letter-spacing:-.035em;}
.article-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:20px;color:#77726b;font-size:10px;}
.article-header__meta span{display:inline-flex;align-items:center;gap:7px;}
.article-header__meta svg{width:17px;height:17px;fill:none;stroke:#c58a2c;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:30px;align-items:start;}
.article-main{min-width:0;}
.article-cover{margin:0 0 24px;}
.article-cover img{display:block;width:100%;max-height:560px;border-radius:12px;object-fit:cover;}
.article-content{color:#44494d;font-size:14px;line-height:1.72;}
.article-content p{margin:0 0 17px;}
.article-lead{font-size:15px;line-height:1.72;color:#34393d;}
.article-content h2{position:relative;margin:34px 0 15px;padding-bottom:10px;font-family:"Manrope",Arial,sans-serif;color:#171c20;font-size:22px;font-weight:700;line-height:1.25;}
.article-content h2::after{content:"";position:absolute;left:0;bottom:0;width:24px;height:2px;background:#c58b2b;}
.article-content h3{margin:28px 0 12px;font-family:"Manrope",Arial,sans-serif;color:#171c20;font-size:18px;font-weight:700;line-height:1.3;}
.article-content ul,.article-content ol{margin:13px 0 20px;padding-left:23px;}
.article-content li{margin:6px 0;}
.article-content strong{color:#1f2427;}
.article-content a{color:#a96c14;text-decoration:underline;}
.article-content blockquote,.article-content .note{position:relative;margin:24px 0;padding:19px 22px 19px 60px;border:1px solid #eee5d7;border-radius:9px;background:#fbf6ee;color:#54514c;}
.article-content blockquote::before,.article-content .note::before{content:"“";position:absolute;left:20px;top:9px;color:#d39d43;font-family:Georgia,serif;font-size:46px;font-weight:700;line-height:1;}
.article-content pre{overflow:auto;margin:20px 0;padding:15px 18px;border:1px solid #e5e1da;border-radius:8px;background:#f6f4f0;color:#444;font-family:Consolas,"Courier New",monospace;font-size:12px;line-height:1.55;}
.article-content code{font-family:Consolas,"Courier New",monospace;font-size:.94em;}
.article-content p code,.article-content li code{padding:2px 5px;border-radius:4px;background:#f0ede8;}
.article-content hr{height:1px;margin:28px 0;border:0;background:#e9e4dc;}
.article-content table,.article-content .seo-table{width:100%;margin:22px 0;border-collapse:collapse;font-size:12px;}
.article-content th,.article-content td{padding:11px 12px;border:1px solid #e4dfd7;text-align:left;vertical-align:top;}
.article-content th{background:#f7f3ec;color:#1b2023;font-weight:700;}
.article-content tr:nth-child(even) td{background:#fcfaf7;}
.article-content img{max-width:100%;height:auto;border-radius:9px;}
.article-content figure{margin:24px 0;}
.article-content figcaption{margin-top:7px;color:#817b73;font-size:11px;text-align:center;}
.article-content .result{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0;}
.article-content .result-item{padding:17px;border:1px solid #e6e0d7;border-radius:10px;background:#fff;}
.article-content .result-item strong{display:block;margin-bottom:4px;color:#b47716;font-size:21px;}

.article-sidebar{display:grid;gap:24px;position:sticky;top:20px;}
.article-sidebar-card{padding:25px 25px 22px;border:1px solid rgba(25,22,18,.07);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(42,31,19,.035);}
.article-sidebar-card h2{margin:0;font-family:"Manrope",Arial,sans-serif;font-size:18px;font-weight:700;}
.article-sidebar-card__line{width:28px;height:2px;margin:13px 0 19px;background:#c68a2b;}
.article-toc ol{margin:0;padding:0;list-style:none;}
.article-toc li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;margin:0 0 14px;font-size:11px;line-height:1.4;}
.article-toc li:last-child{margin-bottom:0;}
.article-toc li>span{color:#c08120;font-weight:600;}
.article-toc a{color:#4d5255;}
.article-toc a:hover{color:#b77413;}

.article-related__list{display:grid;gap:16px;}
.article-related__item{display:grid;grid-template-columns:80px minmax(0,1fr);gap:13px;align-items:center;}
.article-related__image{display:block;width:80px;height:64px;overflow:hidden;border-radius:7px;background:#f3eee6;}
.article-related__image img{width:100%;height:100%;object-fit:cover;}
.article-related__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#b1781c;font-weight:700;}
.article-related__content{min-width:0;}
.article-related__content strong{display:-webkit-box;overflow:hidden;color:#202529;font-size:11px;line-height:1.35;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.article-related__content small{display:flex;align-items:center;gap:7px;margin-top:7px;color:#8a857e;font-size:9px;}
.article-related__content small i{width:3px;height:3px;border-radius:50%;background:#aaa49c;}
.article-related__all{display:flex;align-items:center;justify-content:center;width:100%;height:38px;margin-top:21px;border:1px solid #d59b3d;border-radius:6px;color:#aa6d11;font-size:10px;}

.article-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:31px;padding-top:4px;}
.article-share{display:flex;align-items:center;gap:10px;color:#76716b;font-size:10px;}
.article-share>a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #ded9d1;border-radius:50%;color:#13181b;background:#fff;}
.article-share svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.article-share>a>span{font-size:9px;font-weight:700;}
.article-next-prev{display:flex;align-items:center;gap:34px;}
.article-next-prev a{display:inline-flex;align-items:center;gap:10px;color:#75706a;font-size:10px;}
.article-next-prev svg{width:16px;height:16px;fill:none;stroke:#bd7d1d;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}

.article-subscribe{display:grid;grid-template-columns:70px minmax(0,1fr) minmax(420px,520px);gap:22px;align-items:center;margin-top:34px;padding:24px 30px;border:1px solid #e6e0d8;border-radius:12px;background:#fff;}
.article-subscribe__icon{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border:1px solid rgba(200,143,49,.25);border-radius:50%;background:#fbf5eb;color:#c28729;}
.article-subscribe__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;}
.article-subscribe__text{display:flex;flex-direction:column;}
.article-subscribe__text strong{font-family:"Manrope",Arial,sans-serif;font-size:18px;line-height:1.25;}
.article-subscribe__text span{margin-top:5px;color:#817b74;font-size:10px;}
.article-subscribe__form{display:grid;grid-template-columns:minmax(0,1fr) 180px;}
.article-subscribe__form input{height:44px;padding:0 16px;border:1px solid #e2ddd4;border-right:0;border-radius:7px 0 0 7px;background:#fff;font:inherit;font-size:11px;outline:none;}
.article-subscribe__form button{height:44px;border:0;border-radius:0 7px 7px 0;background:#c58a29;color:#fff;font:inherit;font-size:11px;cursor:pointer;}

@media(max-width:1050px){.article-layout{grid-template-columns:minmax(0,1fr) 285px;gap:22px;}.article-subscribe{grid-template-columns:60px minmax(0,1fr);}.article-subscribe__form{grid-column:1/-1;}}
@media(max-width:820px){.article-header h1{font-size:36px;}.article-layout{grid-template-columns:1fr;}.article-sidebar{position:static;grid-template-columns:1fr 1fr;}.article-bottom{align-items:flex-start;flex-direction:column;}.article-next-prev{width:100%;justify-content:space-between;}}
@media(max-width:620px){.article-page{padding-top:24px;}.article-header h1{font-size:30px;}.article-header__meta{gap:13px;}.article-sidebar{grid-template-columns:1fr;}.article-content{font-size:13px;}.article-content .result{grid-template-columns:1fr;}.article-content table,.article-content .seo-table{display:block;overflow:auto;white-space:nowrap;}.article-share{flex-wrap:wrap;}.article-share>span{width:100%;}.article-next-prev{align-items:flex-start;gap:18px;}.article-next-prev a{max-width:45%;}.article-subscribe{grid-template-columns:52px minmax(0,1fr);padding:20px;}.article-subscribe__icon{width:50px;height:50px;}.article-subscribe__text strong{font-size:15px;}.article-subscribe__form{grid-template-columns:1fr;}.article-subscribe__form input{border-right:1px solid #e2ddd4;border-radius:7px;}.article-subscribe__form button{margin-top:8px;border-radius:7px;}}
