/* Single article refresh, aligned with the home/archive card language. */
.modown-screenshot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.modown-screenshot-item{height:210px}
body.single-post .single-content{overflow:hidden;padding:28px;border:1px solid rgba(148,163,184,.16);border-radius:20px;background:rgba(255,255,255,.97);box-shadow:0 12px 34px rgba(30,41,59,.075);animation:modownSingleIn .5s ease both}
body.single-post .article-header{margin:-2px 0 26px;padding:2px 0 22px;border-bottom:1px solid #edf1f6}
body.single-post .article-title{margin:0 0 15px;color:#1e293b;font-size:30px;line-height:1.42;letter-spacing:-.02em}
body.single-post .article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#8491a5}
body.single-post .article-meta .item{display:inline-flex;margin:0;padding:4px 9px;align-items:center;border-radius:999px;background:#f7f9fc;line-height:20px}
body.single-post .article-meta .item-cats a{color:#64748b}
body.single-post .article-meta .icon{margin-right:4px;color:#a0aec0}
body.single-post .article-content{color:#334155;font-size:16px;line-height:1.82}
body.single-post .article-content>p{color:#475569}
body.single-post .article-content h1,body.single-post .article-content h2,body.single-post .article-content h3,body.single-post .article-content h4,body.single-post .article-content h5,body.single-post .article-content h6{border-left:0;border-radius:12px;background:linear-gradient(135deg,#f7f9fd,#f1f5fb);color:#273349;box-shadow:inset 3px 0 0 var(--theme-color)}
body.single-post .article-content blockquote{margin:24px 0;padding:18px 20px;border:0;border-radius:12px;background:#f7f9fc;box-shadow:inset 3px 0 0 #94a3b8;color:#64748b}
body.single-post .article-content table{overflow:hidden;border:1px solid #e9edf3;border-radius:12px;border-collapse:separate;border-spacing:0}
body.single-post .article-content table th,body.single-post .article-content table td{border-color:#e9edf3;padding:10px 13px}
body.single-post .article-content table th{background:#f7f9fc;color:#475569}
body.single-post .erphpdown,body.single-post .article-content .erphpdown{overflow:hidden;border:1px solid rgba(99,102,241,.12)!important;border-radius:16px!important;background:linear-gradient(145deg,#fbfcff,#f4f6fc)!important;box-shadow:0 10px 26px rgba(30,41,59,.055)}
body.single-post .erphpdown .erphpdown-btn,body.single-post .erphpdown .erphpdown-btn-large{border-radius:999px!important;box-shadow:0 7px 18px rgba(79,70,229,.16);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
body.single-post .erphpdown .erphpdown-btn:hover,body.single-post .erphpdown .erphpdown-btn-large:hover{transform:translateY(-2px);box-shadow:0 11px 24px rgba(79,70,229,.23);filter:brightness(1.03)}
body.single-post .article-act{display:flex;margin:26px 0 0;align-items:center;justify-content:center;gap:10px}
body.single-post .article-act>a{display:inline-flex;min-width:74px;height:42px;margin:0;padding:0 17px;align-items:center;justify-content:center;border:1px solid #e7ebf2;border-radius:999px;background:#fff;color:#64748b;box-shadow:0 6px 18px rgba(30,41,59,.055);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease}
body.single-post .article-act>a:hover,body.single-post .article-act>a.active{transform:translateY(-2px);border-color:rgba(99,102,241,.25);color:var(--theme-color);box-shadow:0 10px 24px rgba(30,41,59,.1)}
body.single-post .article-tags{display:flex;margin:22px 0 0;padding-top:18px;flex-wrap:wrap;gap:8px;border-top:1px solid #edf1f6}
body.single-post .article-tags a{margin:0;padding:5px 12px;border:0;border-radius:999px;background:#f1f5f9;color:#64748b;transition:background .25s ease,color .25s ease,transform .25s ease}
body.single-post .article-tags a:hover{transform:translateY(-2px);background:rgba(99,102,241,.1);color:var(--theme-color)}
body.single-post .article-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 20px}
body.single-post .article-nav>span{float:none;width:auto;padding:17px 19px;border:1px solid rgba(148,163,184,.16);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(30,41,59,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
body.single-post .article-nav>span:hover{transform:translateY(-3px);border-color:rgba(99,102,241,.22);box-shadow:0 14px 30px rgba(30,41,59,.1)}
body.single-post .article-nav a{color:#334155;font-weight:600}
body.single-post .sidebar .widget{overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(30,41,59,.06)}
body.single-post .post-box,body.single-post .article-header-box{border:1px solid rgba(148,163,184,.16);border-radius:18px;box-shadow:0 10px 30px rgba(30,41,59,.065)}
body.single-post .modown-post-download-card{overflow:hidden;border:1px solid rgba(148,163,184,.17);border-radius:20px;background:#fff;box-shadow:0 13px 36px rgba(30,41,59,.08)}
body.single-post .modown-post-download-card .header-box-img{overflow:hidden;border-radius:15px;background:#eef2f7}
body.single-post .modown-post-download-card .header-box-img img{transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease}
body.single-post .modown-post-download-card:hover .header-box-img img{transform:scale(1.025);filter:saturate(1.035)}
body.single-post .modown-post-download-card .header-box-con>.erphpdown{position:relative;display:block;overflow:hidden;margin:16px 0 0!important;padding:20px!important;border:1px solid rgba(234,179,72,.24)!important;border-radius:16px!important;background:linear-gradient(145deg,#fffdf5,#fff8e5 55%,#f7f2ff)!important;box-shadow:0 11px 27px rgba(92,70,18,.1)!important;color:#696250}
body.single-post .modown-post-download-card .header-box-con>.erphpdown:after{content:"VIP";position:absolute;top:12px;right:-27px;width:96px;padding:4px 0;background:linear-gradient(135deg,#f6d781,#d7a945);box-shadow:0 5px 14px rgba(146,104,24,.2);color:#5c4315;font-size:10px;font-weight:800;letter-spacing:1px;text-align:center;transform:rotate(38deg)}
body.single-post .modown-post-download-card .header-box-con>.erphpdown>.erphpdown-title{position:static;display:flex!important;margin:0 34px 15px 0;padding:0 0 12px;align-items:center;border-bottom:1px solid rgba(184,143,58,.14);background:transparent;color:#3d414c;font-size:17px;font-weight:750;line-height:1.4}
body.single-post .modown-post-download-card .header-box-con>.erphpdown>.erphpdown-title:before{content:"\2193";display:inline-flex;width:29px;height:29px;margin-right:9px;align-items:center;justify-content:center;border-radius:9px;background:linear-gradient(135deg,#f8dc8e,#deb24f);box-shadow:0 5px 13px rgba(146,104,24,.17);color:#5d4518;font-size:17px}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-fee{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-box-tips{display:block;margin:0;padding:10px 12px;border:1px solid rgba(226,186,96,.14);border-radius:11px;background:rgba(255,255,255,.64);color:#7d735f;line-height:1.65}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-price{margin:0 4px;color:#a56d08;font-size:22px;font-weight:800}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-tips{clear:both;margin:13px 0 0;padding:9px 11px;border-radius:9px;background:rgba(255,255,255,.5);color:#9a7b45;font-size:12px;line-height:1.6}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-btn-large,body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-vip,body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-down{display:inline-flex;float:none;min-width:118px;min-height:42px;margin:0 8px 0 0;padding:10px 18px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.44);border-radius:999px;background:linear-gradient(135deg,#f4d57c,#d7aa48);box-shadow:0 8px 19px rgba(146,104,24,.21);color:#553c0e!important;font-size:14px;font-weight:750;line-height:1.45;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-btn-large:hover,body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-vip:hover,body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-down:hover{opacity:1;transform:translateY(-2px);box-shadow:0 12px 25px rgba(146,104,24,.28);filter:brightness(1.035)}
body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-child{margin:12px 0 0;padding:15px;border:1px solid rgba(226,186,96,.15);border-radius:12px;background:rgba(255,255,255,.58);color:#706956}
body.single-post .modown-post-cover,body.single-post .modown-screenshot-item,body.single-post .modown-attribute-card{border-color:rgba(148,163,184,.17);box-shadow:0 9px 26px rgba(30,41,59,.06)}
body.single-post .article-content .erphpdown-box{position:relative;overflow:hidden;margin:32px 0;padding:24px;border:1px solid rgba(234,179,72,.22)!important;border-radius:18px!important;background:linear-gradient(145deg,#fffdf7 0%,#fff9e9 48%,#f8f4ff 100%)!important;box-shadow:0 14px 34px rgba(92,70,18,.095)!important;color:#5f6472}
body.single-post .article-content .erphpdown-box:before{content:"VIP";position:absolute;top:17px;right:-31px;width:112px;padding:5px 0;background:linear-gradient(135deg,#f7d889,#d9ae50);box-shadow:0 6px 16px rgba(146,104,24,.18);color:#624817;font-size:11px;font-weight:800;letter-spacing:1.5px;text-align:center;transform:rotate(38deg)}
body.single-post .article-content .erphpdown-box .erphpdown-title{position:static;display:block;margin:0 0 18px;padding:0 40px 13px 0;border-bottom:1px solid rgba(184,143,58,.14);background:transparent;color:#3a3f4d;font-size:18px;font-weight:700;line-height:1.5}
body.single-post .article-content .erphpdown-box .erphpdown-title:before{content:"\2605";display:inline-flex;width:32px;height:32px;margin-right:9px;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#f8db8d,#dfb452);box-shadow:0 6px 15px rgba(146,104,24,.16);color:#664b16;font-size:15px;vertical-align:middle}
body.single-post .article-content .erphpdown-box .erphpdown-con{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px}
body.single-post .article-content .erphpdown-box .erphpdown-price{float:none;color:#7b8190;font-size:13px;line-height:1.5}
body.single-post .article-content .erphpdown-box .erphpdown-price span{display:inline-block;margin:0 5px;padding:4px 9px;border-radius:999px;background:rgba(232,184,79,.16);color:#a06c08;font-size:20px;font-weight:800;line-height:1}
body.single-post .article-content .erphpdown-box .erphpdown-cart{float:none;margin-left:auto;text-align:right}
body.single-post .article-content .erphpdown-box .vip-only{color:#7a6a48;font-size:13px}
body.single-post .article-content .erphpdown-box .vip a,body.single-post .article-content .erphpdown-box .down,body.single-post .article-content .erphpdown-box .erphpdown-vip-loader{min-width:116px;margin-left:10px;padding:10px 18px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:linear-gradient(135deg,#f4d67f,#d9ad4d);box-shadow:0 9px 20px rgba(146,104,24,.2);color:#563e12!important;font-weight:700;line-height:1.5;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
body.single-post .article-content .erphpdown-box .vip a:hover,body.single-post .article-content .erphpdown-box .down:hover,body.single-post .article-content .erphpdown-box .erphpdown-vip-loader:hover{opacity:1;transform:translateY(-2px);box-shadow:0 13px 26px rgba(146,104,24,.28);filter:brightness(1.035)}
body.single-post .article-content .erphpdown-box .tips2{margin:18px 0 0;padding:11px 13px;border-radius:10px;background:rgba(255,255,255,.58);color:#9a7540;font-size:12px;line-height:1.65}
body.night.single-post .single-content,body.night.single-post .modown-attribute-card,body.night.single-post .article-nav>span,body.night.single-post .sidebar .widget{border-color:#2c3444;background:#1d2330;box-shadow:0 12px 32px rgba(0,0,0,.18)}
body.night.single-post .article-title,body.night.single-post .modown-media-title,body.night.single-post .modown-attribute-card h2{color:#e5eaf2}
body.night.single-post .article-header,body.night.single-post .article-tags{border-color:#2c3444}
body.night.single-post .article-meta .item,body.night.single-post .article-content h1,body.night.single-post .article-content h2,body.night.single-post .article-content h3,body.night.single-post .article-content h4,body.night.single-post .article-content h5,body.night.single-post .article-content h6{background:#252d3b;color:#d8deea}
body.night.single-post .article-content,body.night.single-post .article-content>p{color:#aeb8c8}
body.night.single-post .article-content .erphpdown-box{border-color:#4b4029!important;background:linear-gradient(145deg,#25271f,#29261d 55%,#252331)!important;color:#b8af9d}
body.night.single-post .article-content .erphpdown-box .erphpdown-title{border-color:#403a2a;color:#eee6d5}
body.night.single-post .article-content .erphpdown-box .tips2{background:rgba(255,255,255,.035);color:#b9a070}
body.night.single-post .modown-post-download-card{border-color:#2c3444;background:#1d2330}
body.night.single-post .modown-post-download-card .header-box-con>.erphpdown{border-color:#4b4029!important;background:linear-gradient(145deg,#29271e,#2b2619 55%,#272431)!important;color:#bdb39d}
body.night.single-post .modown-post-download-card .header-box-con>.erphpdown>.erphpdown-title{border-color:#453c27;color:#eee6d5}
body.night.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-box-tips,body.night.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-child{border-color:#443b29;background:rgba(255,255,255,.035);color:#c2b79e}
@keyframes modownSingleIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1024px){.modown-screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modown-screenshot-item{height:220px}}
@media(max-width:767px){.modown-screenshot-grid{grid-template-columns:1fr;gap:11px}.modown-screenshot-item{height:210px}body.single-post .single-content{padding:18px;border-radius:16px}body.single-post .article-title{font-size:23px;line-height:1.45}body.single-post .article-header{margin-bottom:20px;padding-bottom:17px}body.single-post .article-meta{gap:5px}body.single-post .article-meta .item{padding:3px 7px}body.single-post .article-nav{grid-template-columns:1fr;gap:10px}body.single-post .article-act>a{min-width:64px;height:39px;padding:0 13px}body.single-post .article-content .erphpdown-box{padding:19px 16px}body.single-post .article-content .erphpdown-box .erphpdown-con{display:block}body.single-post .article-content .erphpdown-box .erphpdown-cart{margin:14px 0 0;text-align:left}body.single-post .article-content .erphpdown-box .vip a,body.single-post .article-content .erphpdown-box .down,body.single-post .article-content .erphpdown-box .erphpdown-vip-loader{margin:8px 0 0;min-width:128px}body.single-post .modown-post-download-card .header-box-con>.erphpdown{padding:17px!important}body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-fee{display:block}body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-box-tips{margin-bottom:10px}body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-btn-large,body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-vip,body.single-post .modown-post-download-card .header-box-con>.erphpdown .erphpdown-down{width:100%;margin:7px 0 0}}
@media(prefers-reduced-motion:reduce){body.single-post .single-content,body.single-post .single-content *,body.single-post .article-nav>*{animation:none!important;transition-duration:.01ms!important}}
