/* Median UI 7.x — Fully Responsive */

:root{
	--head-color:#262d3d;
	--body-color:#48525c;
	--body-altColor:#767676;
	--body-bg:#fefefe;
	--link-color:#e91e63;
	--link-bg:#e91e63;
	--icon-color:#48525c;
	--icon-alt:#455065;
	--icon-sec:#767676;
	--header-text:#48525c;
	--header-title:17px;
	--header-bg:#fefefe;
	--header-icon:#262d3d;
	--header-height:60px;
	--notif-bg:#e1f5fe;
	--notif-color:#01579b;
	--content-bg:#fefefe;
	--content-border:#eceff1;
	--transparent-bg:rgba(0,0,0,.03);
	--page-max:1180px;
	--page-maxContent:780px;
	--post-titleSize:32px;
	--post-fontSize:15px;
	--widget-titleSize:15px;
	--nav-width:260px;
	--nav-collapsed:68px;
	--nav-border:1px;
	--nav-text:#262d3d;
	--nav-icon:#48525c;
	--nav-bg:#fefefe;
	--font-head:Poppins,sans-serif;
	--font-body:"Noto Sans",sans-serif;
	--font-code:"Fira Mono",monospace;
	--transition-1:all .15s ease;
	--transition-2:all .2s ease;
	--dark-text:#fefefe;
	--dark-textAlt:#989b9f;
	--dark-link:#ff4d94;
	--dark-bg:#1a1d21;
	--dark-bgAlt:#2d2d30;
	--dark-bgSec:#252526;
	--radius:10px;
	--shadow:0 10px 24px -12px rgb(0 0 0 / 16%);
	--dock-h:62px;
}

*,:after,:before{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;padding:0!important;width:100%;font-family:var(--font-body);font-size:14px;color:var(--body-color);background:var(--body-bg);-webkit-font-smoothing:antialiased;word-break:break-word}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;font-family:var(--font-head);color:var(--head-color)}
h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}
a{color:var(--link-color);text-decoration:none}
a:hover{opacity:.75}
img{display:block;max-width:100%;height:auto}
svg{width:22px;height:22px;fill:var(--icon-color)}
svg.line,svg .line{fill:none!important;stroke:var(--icon-color);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}
button,input,textarea,select{font:inherit;color:inherit}
button{background:none;border:0;padding:0;cursor:pointer}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}
.skip-link.screen-reader-text:focus{clip:auto;height:auto;width:auto;position:fixed!important;left:16px;top:16px;z-index:100;padding:10px 14px;background:var(--link-bg);color:#fff;border-radius:4px}

.darkMode{--head-color:var(--dark-text);--body-color:#c8ccd0;--body-altColor:var(--dark-textAlt);--body-bg:var(--dark-bg);--link-color:var(--link-bg);--icon-color:var(--dark-text);--header-text:var(--dark-text);--header-bg:var(--dark-bg);--header-icon:var(--dark-text);--content-bg:var(--dark-bg);--content-border:#2f3136;--transparent-bg:rgba(255,255,255,.06);--nav-text:var(--dark-text);--nav-icon:var(--dark-text);--nav-bg:var(--dark-bg)}
.darkMode body,.darkMode{background:var(--dark-bg);color:var(--body-color)}
.darkMode .headerSearch input,.darkMode .headerSearch input[type=search],.darkMode .mobileSearch input{background:rgba(255,255,255,.08)}

/* Notification */
.notifContent{display:flex;align-items:center;background:var(--notif-bg);color:var(--notif-color);padding:10px 22px;font-size:90%;line-height:1.5;gap:12px}
.notifText{flex:1}
.notifAlt a{flex-shrink:0;padding:8px 12px;border-radius:3px;background:#fff;font-size:12px;color:var(--notif-color);box-shadow:var(--shadow)}
.notifContent label{display:flex;margin-left:auto;cursor:pointer}
.notifContent svg.line{stroke:var(--notif-color);width:20px;height:20px}
.notifInput:checked ~ .mainWrapper .notifContent{display:none}

/* Header — full width, no split nav column */
.siteHeader{position:sticky;top:0;z-index:20;background:var(--header-bg);color:var(--header-text);border-bottom:1px solid var(--content-border)}
.headerContent{height:var(--header-height);display:flex;align-items:center;max-width:var(--page-max);margin:0 auto;padding:0 20px;width:100%}
.headerDiv{display:flex;align-items:center}
.headerLeft{flex:0 0 auto;gap:12px}
.headerRight{flex:1;justify-content:flex-end;gap:14px;min-width:0}
.headerTitle{display:block;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:var(--header-title);font-weight:800;font-family:var(--font-head);color:var(--link-color);letter-spacing:.02em;text-transform:uppercase}
.headerTitle h1,.headerTitle span{font-size:inherit;color:inherit}
.custom-logo{max-height:36px;width:auto}
.headerSearch{width:100%;max-width:420px;margin-right:8px}
.headerSearch form,.mobileSearch form{position:relative}
.headerSearch input,.headerSearch input[type=search],.mobileSearch input[type=search]{display:block;width:100%;border:0;outline:0;border-radius:10px;background:var(--transparent-bg);padding:11px 44px}
.headerSearch button,.mobileSearch button{position:absolute;top:0;bottom:0;display:flex;align-items:center;left:14px}
.headerSearch button svg,.mobileSearch button svg{width:18px;height:18px;opacity:.7}
.headerSearch button.close,.mobileSearch button.close{left:auto;right:12px}
.headerIcon{display:flex;align-items:center;margin-left:auto;gap:16px}
.headerIcon svg{width:20px;height:20px;fill:var(--header-icon)}
.headerIcon svg.line,.headerIcon svg .line{stroke:var(--header-icon)}
.headerIcon .navSearch{display:none}
.headerIcon label,.headerIcon a{cursor:pointer;position:relative}
.navDark i{display:flex;align-items:center;width:26px;height:18px;border-radius:10px;border:1px solid var(--header-icon);opacity:.8}
.navDark i:before{content:"";display:block;position:relative;left:3px;width:10px;height:10px;border-radius:50%;background:var(--header-icon);transition:var(--transition-1)}
.darkMode .navDark i:before{left:10px}
.navMenu .ham{width:20px;height:20px;display:flex;flex-direction:column;justify-content:center}
.navMenu .ham i,.navMenu .ham span:before,.navMenu .ham span:after{content:"";display:block;width:100%;border-top:1.6px solid var(--header-icon)}
.navMenu .ham i{margin:4px 0}
.bookmarkCount{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;border-radius:8px;background:var(--link-bg);color:#fff;font-size:10px;line-height:16px;text-align:center;padding:0 4px}
.navBookmark{position:relative}
.mobileSearch{display:none;padding:0 16px 12px}

/* Appearance modal */
.appearancePop,.bookmarkPop{position:fixed;z-index:30;background:var(--content-bg);border:1px solid var(--content-border);border-radius:14px;box-shadow:0 18px 40px rgb(0 0 0 / 16%);opacity:0;visibility:hidden;pointer-events:none;transition:var(--transition-2)}
.appearancePop{top:72px;left:50%;transform:translateX(-50%) translateY(-6px);width:min(360px,92vw);padding:22px 20px 16px}
.themeInput:checked ~ .mainWrapper .appearancePop{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.appearanceInner h2{font-size:18px;margin-bottom:16px;text-align:center}
.appearanceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.appearCard{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 4px;border-radius:10px;color:var(--body-altColor);font-size:13px}
.appearPreview{display:flex;width:100%;height:52px;border-radius:8px;overflow:hidden;border:2px solid var(--content-border);background:#e8eaed}
.appearPreview span:first-child{width:28%;background:#d5d8de}
.appearPreview span:last-child{flex:1;background:#f4f5f7}
.appearPreview.dark{background:#2a2c31;border-color:#3a3d44}
.appearPreview.dark span:first-child{background:#1c1e22}
.appearPreview.dark span:last-child{background:#32353c}
.appearPreview.light{background:#fff}
.appearCard.is-active{color:var(--link-color);font-weight:600}
.appearCard.is-active .appearPreview{border-color:var(--link-color)}
.appearanceNote{margin:14px 0 0;text-align:center;font-size:11px;opacity:.55}

/* Bookmarks dropdown */
.bookmarkPop{top:64px;right:16px;width:min(360px,92vw);padding:14px 0 8px;transform:translateY(-6px)}
.bookInput:checked ~ .mainWrapper .bookmarkPop{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.bookmarkHead{display:flex;align-items:center;justify-content:space-between;padding:4px 16px 12px}
.bookmarkHead h2{font-size:15px;font-weight:600}
.bookmarkHead a{font-size:12px}
.bookmarkList{max-height:320px;overflow:auto;padding:0 8px 8px}
.bookmarkEmpty{padding:24px 16px;text-align:center;opacity:.65;font-size:13px}
.book{display:flex;align-items:center;gap:10px;padding:8px}
.book .flex{display:flex;align-items:center;gap:10px;flex:1;min-width:0;color:inherit}
.bookThumb{flex:0 0 48px;width:48px;height:48px;border-radius:8px;background:var(--transparent-bg) center/cover no-repeat}
.bookTitle{font-size:13px;font-weight:600;color:var(--head-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bm-delete{width:32px;height:32px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='1.5'%3E%3Cpath d='M5 7h14M9 7V5.5A1.5 1.5 0 0 1 10.5 4h3A1.5 1.5 0 0 1 15 5.5V7m2 0v12a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 7 19V7'/%3E%3C/svg%3E") center/18px no-repeat}

/* Drawer */
.mainMenu{position:fixed;top:0;left:0;bottom:0;width:min(var(--nav-width),86vw);background:var(--nav-bg);z-index:25;color:var(--nav-text);font-size:14px;transform:translateX(-105%);transition:var(--transition-1);display:flex;flex-direction:column;box-shadow:var(--shadow)}
.navInput:checked ~ .mainWrapper .mainMenu{transform:none}
.mainMenu .section{flex:1;padding:18px 0 12px;overflow-y:auto}
.mainMenu svg{width:20px;height:20px}
.htmlMenu{margin:0;padding:0;list-style:none}
.htmlMenu > li{position:relative}
.htmlMenu > li.sep,.htmlMenu > li.separator{border-top:1px solid var(--content-border);margin:8px 16px 0;padding:8px 0 0;height:0;overflow:hidden;pointer-events:none}
.htmlMenu > li.sep > .link,.htmlMenu > li.separator > .link{display:none}
.htmlMenu .dropToggle{position:absolute;right:10px;top:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.htmlMenu .dropToggle svg{margin:0;width:16px;height:16px}
.htmlMenu .link{display:flex;align-items:center;width:100%;padding:12px 22px;color:inherit;position:relative}
.htmlMenu .link svg{flex-shrink:0;margin-right:14px}
.htmlMenu .link .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.htmlMenu .link svg.down{width:16px;height:16px;margin-left:auto;margin-right:0}
.htmlMenu a.link:hover,.htmlMenu .current-menu-item > .link{background:var(--transparent-bg)}
.htmlMenu .sub-menu{margin:4px 0 6px 22px;padding:0;list-style:none;display:none;border-left:1px solid var(--content-border)}
.htmlMenu .dropMenu{display:none}
.htmlMenu .dropMenu:checked ~ .sub-menu{display:block}
.htmlMenu .dropMenu:checked ~ .dropToggle svg{transform:rotate(180deg)}
.htmlMenu .sub-menu a{display:block;padding:8px 16px 8px 20px;color:inherit;opacity:.8;position:relative}
.htmlMenu .sub-menu a:before{content:"";position:absolute;left:0;top:50%;width:12px;border-top:1px solid var(--content-border)}
.htmlMenu .sub-menu a:hover{opacity:1;color:var(--link-color)}
.htmlMenu .link.new .name:after,.htmlMenu .link.free .name:after,.htmlMenu .link.extL:not(.new):not(.free) .name:after{margin-left:8px;font-size:11px;font-weight:700;color:var(--link-color)}
.htmlMenu .link.new .name:after{content:"New!"}
.htmlMenu .link.free .name:after{content:"Free!"}
.htmlMenu .link.extL:not(.new):not(.free) .name:after{content:"↗";font-weight:500}
.htmlMenu a.link:hover,.htmlMenu .current-menu-item > .link{color:var(--link-color)}
.htmlMenu a.link:hover svg .line,.htmlMenu .current-menu-item > .link svg .line{stroke:var(--link-color)}
.menuBrandIcon{border-radius:50%}
.socialLink{display:flex;gap:10px;padding:16px 22px;list-style:none;margin:0}
.menuFoot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--transparent-bg);border-top:1px solid var(--content-border)}
.menuBrand{display:flex;align-items:center;gap:10px;min-width:0}
.menuBrandIcon{width:36px;height:36px;border-radius:10px;background:var(--link-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.menuBrandIcon svg .line{stroke:#fff}
.menuBrand strong{display:block;font-size:13px;color:var(--head-color)}
.menuBrand small{display:block;font-size:11px;opacity:.6}
.menuClose{color:var(--link-color);font-weight:600;cursor:pointer;font-size:13px}
.fullClose{display:block;position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:22;opacity:0;visibility:hidden;transition:var(--transition-1)}
.navInput:checked ~ .fullClose.menu,
.themeInput:checked ~ .fullClose.theme,
.bookInput:checked ~ .fullClose.book,
.shareInput:checked ~ .fullClose.share,
.commentInput:checked ~ .fullClose.comment{opacity:1;visibility:visible}

/* Content shell */
.mainInner{margin:0 auto;padding:22px 20px 8px;min-height:calc(100vh - 180px);max-width:var(--page-max);width:100%}
.blogContent{display:flex;flex-wrap:wrap;gap:0}
.blogContent .mainbar{flex:1 1 calc(100% - 340px);width:calc(100% - 340px);max-width:800px;margin-right:auto}
.blogContent .sidebar{flex:0 0 320px;width:320px;padding-left:36px}
#side-sticky{position:sticky;top:76px}
.fullpage .blogContent .sidebar{display:none}
.fullpage .blogContent .mainbar{max-width:var(--page-maxContent);margin:0 auto;width:100%}

.blogTitle{display:flex;justify-content:space-between;align-items:center;margin:8px 0 22px}
.indexTitle,.widget-title,.widget .title{font-size:16px;font-weight:600;position:relative;display:flex;align-items:center;width:100%;color:var(--head-color)}
.indexTitle:after,.widget-title:after,.widget .title:after{content:"";flex:1;margin-left:12px;border-bottom:1px solid var(--content-border)}
.postMode{display:flex;align-items:center;font-size:11px;opacity:.75;gap:6px;flex-shrink:0;margin-left:12px}
.postMode .svg-2{display:none}
body.listMode .postMode .svg-1{display:none}
body.listMode .postMode .svg-2{display:block}

/* Cards */
.blogPosts{display:flex;flex-wrap:wrap;margin:0 -10px}
.blogPosts .hentry{width:calc(50% - 20px);margin:0 10px 40px;position:relative}
.listMode .blogPosts .hentry{width:calc(100% - 20px);display:flex;align-items:center;margin-bottom:26px}
.listMode .blogPosts .postThumbnail{margin-bottom:0;flex:0 0 36%}
.listMode .blogPosts .postContent{width:64%;padding-left:22px}
.listMode .blogPosts .postTitle{font-size:18px}
.listMode .blogPosts .postEntry.snippet{display:none}
.listMode .blogPosts .thumbMeta,.listMode .blogPosts .postMore{display:none}

.postThumbnail{overflow:visible;border-radius:8px;margin-bottom:14px;position:relative}
.postThumbnail > a{display:block;position:relative;padding-top:56%;background:var(--transparent-bg);border-radius:8px;overflow:hidden}
.postThumbnail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.thumbLogo{position:absolute;left:10px;top:10px;width:34px;height:34px;border-radius:10px;background:#fff;padding:3px;box-shadow:0 2px 8px rgb(0 0 0 / 10%);z-index:2;overflow:hidden}
.thumbLogo img{width:100%;height:100%;object-fit:contain;position:static}
.thumbMeta{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:2}
.thumbPill{display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 8px;border-radius:8px;background:rgba(255,255,255,.92);color:var(--head-color);font-size:11px;font-weight:600;box-shadow:0 2px 8px rgb(0 0 0 / 8%)}
.thumbPill svg{width:14px;height:14px}
.thumbPill svg .line{stroke:#5a6270}
.bookmarkBtn.thumbPill{width:26px;padding:0;justify-content:center}
.bookmarkBtn.is-saved svg .line{stroke:var(--link-color);fill:var(--link-color)}
.postTitle{font-size:1.05rem;line-height:1.4}
.postTitle a,.itemTitle a{color:inherit;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.postEntry.snippet{margin-top:8px;font-size:90%;line-height:1.65;opacity:.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.postHeader{margin-bottom:6px;font-size:12px}
.postLabel{opacity:.9}
.postLabel:before{content:attr(data-text) " ";opacity:.55}
.postInfo{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-top:16px;gap:10px}
.postInfoMeta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0;opacity:.75}
.postTimestamp{opacity:.7}
.slideMeta .dot{margin:0 6px}
.postMore{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid var(--content-border);border-radius:8px;color:var(--head-color);font-size:12px;font-weight:600}
.postMore:hover{opacity:1;border-color:var(--link-color);color:var(--link-color)}

.blogPager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:8px 0 36px}
.blogPager .moreLink,.blogPager .jsLoad{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:12px 28px;border-radius:10px;background:var(--link-bg);color:#fff;font-weight:600;font-size:14px}
.blogPager .moreLink:hover,.blogPager .jsLoad:hover{opacity:1;filter:brightness(1.05)}
.blogPager .jsLoad.is-busy,.blogPager .noPost{opacity:.55;cursor:default}
.blogPager a,.blogPager span{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:8px;background:var(--link-bg);color:#fff}
.blogPager .current,.blogPager .dots{background:var(--transparent-bg);color:var(--body-altColor)}

/* Single */
.breadcrumbs{display:flex;flex-wrap:wrap;align-items:baseline;margin-bottom:12px;font-size:13px}
.breadcrumbs a{color:inherit}
.breadcrumbs > *:not(:last-child):after{content:" \\ ";margin-left:8px;opacity:.6}
.breadcrumbs > *{margin-right:8px}
.breadcrumbs .titleLink{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46%;opacity:.75;font-size:0}
.breadcrumbs .titleLink:before{content:attr(data-text);font-size:13px}
.onItem .itemTitle{font-size:var(--post-titleSize);line-height:1.3;margin:8px 0 12px}
.postTimes{display:flex;gap:18px;font-size:13px;opacity:.8;margin:10px 0 18px}
.postAuthor{display:flex;align-items:center;gap:12px;margin:16px 0 22px}
.postAuthorImage img,.authorImage{width:40px;height:40px;border-radius:12px}
.postAuthorName{flex:1}
.authorName{font-family:var(--font-head);font-weight:600;color:var(--head-color)}
.authorName:after{content:attr(data-write);display:block;font-weight:400;font-size:11px;font-family:var(--font-body);opacity:.7}
.postComments{display:flex;gap:8px}
.postComments > *{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--content-border);border-radius:12px;position:relative;color:inherit}
.postComments > a:before{content:attr(data-text);position:absolute;top:-7px;right:-6px;background:var(--content-border);border-radius:10px;font-size:11px;padding:0 5px;line-height:16px}
.postHero{margin:0 0 22px;border-radius:6px;overflow:hidden}
.postHero img{width:100%}
.postBody{font-size:var(--post-fontSize);line-height:1.8}
.postBody p,.postBody ul,.postBody ol{margin:0 0 1.1em}
.postBody h2,.postBody h3,.postBody h4{margin:1.4em 0 .6em}
.postBody blockquote{margin:1.2em 0;padding:12px 18px;border-left:3px solid var(--link-color);background:var(--transparent-bg);border-radius:0 6px 6px 0}
.postBody pre,.postBody code{font-family:var(--font-code)}
.postBody pre{background:#f6f6f6;padding:14px;border-radius:6px;overflow:auto}
.darkMode .postBody pre{background:var(--dark-bgSec)}
.postBody table{width:100%;border-collapse:collapse;margin:1.2em 0}
.postBody th,.postBody td{border:1px solid var(--content-border);padding:8px 10px;text-align:left}
.postTags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:24px 0}
.postTags a{padding:5px 10px;border:1px solid var(--content-border);border-radius:20px;color:inherit;font-size:12px}

.postShare{margin:24px 0;padding-bottom:24px;border-bottom:1px solid var(--content-border)}
.shareContent{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.shareContent:before{content:attr(data-text);margin-right:12px}
.shareIcon a,.shareIcon button{display:flex;align-items:center;padding:9px 12px;border-radius:2px;color:#fff}
.shareIcon.facebook a{background:#568fce}
.shareIcon.twitter a{background:#111}
.shareIcon.whatsapp a{background:#25d366}
.shareIcon.copy button{background:var(--body-altColor);color:#fff}
.shareIcon svg{width:18px;height:18px;fill:#fff}
.shareIcon svg .line{stroke:#fff}

.postAuthors{display:flex;gap:12px;margin:28px 0;padding:14px;border:1px solid var(--content-border);border-radius:6px;box-shadow:var(--shadow)}
.authorAbout{margin:6px 0 0;font-size:13px;opacity:.8}
.darkMode .postAuthors{background:var(--dark-bgSec);border:0}

.relatedPosts{margin:30px 0}
.relatedGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.relatedThumb{display:block;position:relative;padding-top:56%;border-radius:4px;background:var(--transparent-bg);margin-bottom:8px;overflow:hidden}
.relatedThumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.relatedItem .itemTitle{font-size:14px}
.itemMeta{font-size:12px;opacity:.7;margin-top:4px}

.postToc{border:1px solid var(--content-border);border-radius:8px;padding:6px 16px 12px;margin:0 0 22px;background:var(--transparent-bg)}
.tocToggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:10px 0;font-weight:600;color:var(--head-color)}
.tocList{margin:0;padding:0 0 6px 18px}
.toc-h3{margin-left:12px}
.toc-h4{margin-left:22px}
.tocList a{color:inherit}

/* Widgets */
.widget{margin-bottom:42px}
.widget-title,.widget .title{margin:0 0 22px}
.itemPopulars{counter-reset:popular-count}
.itemPopular.featured{margin-bottom:22px}
.itemPopular.featured .itemThumbnail{margin-bottom:0}
.itemPopular:not(.featured){margin-bottom:22px}
.itemPopular:not(.featured) .itemInner{display:flex}
.itemPopular:not(.featured) .itemInner:before{flex-shrink:0;content:"0" counter(popular-count);counter-increment:popular-count;width:36px;font-weight:700;font-size:16px;font-family:var(--font-head);opacity:.28;color:var(--head-color)}
.itemPopular:not(:nth-child(-n+10)) .itemInner:before{content:counter(popular-count)}
.itemPopular .itemFlex{width:calc(100% - 36px)}
.itemMetaLine{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--body-altColor);margin-bottom:6px}
.itemMetaLine .itemCat{color:inherit}
.itemPopular .itemTitle{font-size:.95rem;line-height:1.4}
.itemPopular .itemEntry{margin-top:8px;font-size:13px;line-height:1.6;opacity:.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.Label{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.Label .labelItem{width:calc(50% - 6px);margin:0 12px 12px 0}
.Label .labelItem:nth-child(2n){margin-right:0}
.Label .labelItem.hidden{display:none}
.Label a{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 12px;border:1px solid var(--content-border);border-radius:10px;color:inherit}
.Label .labelTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.Label .labelCount{display:inline-flex;align-items:center;gap:2px;opacity:.55;font-size:12px;flex-shrink:0}
.Label .labelCount svg{width:16px;height:16px}
.labelShow{margin-top:4px;color:var(--link-color);font-size:13px;font-weight:500}

.Profile.solo{text-align:center;padding:8px}
.Profile .profileImage{width:64px;height:64px;border-radius:32px;margin:0 auto 10px;background:var(--transparent-bg);overflow:hidden;display:flex;align-items:center;justify-content:center}
.Profile .profileLink{font-family:var(--font-head);font-weight:600;color:var(--head-color)}
.Profile .profileText{opacity:.75;line-height:1.6;margin:8px 0}
.profileData{display:inline-flex;align-items:center;color:var(--link-color);font-size:12px}
.profileData:after{content:attr(data-text);padding-left:8px}

/* Components */
.noteBlock{padding:14px 16px;border-radius:8px;margin:1.2em 0;border-left:3px solid}
.note-info{background:#e8f1ff;border-color:#204ecf}
.note-success{background:#e9f7ef;border-color:#1e8e3e}
.note-warning{background:#fff6e0;border-color:#e6a100}
.note-danger{background:#fdecea;border-color:#d93025}
.darkMode .note-info{background:#1b2a44}
.darkMode .note-success{background:#16301f}
.darkMode .note-warning{background:#3a2d10}
.darkMode .note-danger{background:#3a1715}
.guideList{margin:1.2em 0}
.guideList ol{list-style:none;margin:0;padding:0}
.guideList li{display:flex;gap:12px;align-items:flex-start;padding:8px 0;border-bottom:1px dashed var(--content-border)}
.guideNum{flex:0 0 26px;height:26px;border-radius:50%;background:var(--link-bg);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px}
.prosCons{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:1.2em 0}
.pros,.cons{border:1px solid var(--content-border);border-radius:8px;padding:12px 14px}
.pros h4{color:#1e8e3e}
.cons h4{color:#d93025}
.pros ul,.cons ul{list-style:none;margin:10px 0 0;padding:0}
.pros li,.cons li{display:flex;gap:8px;align-items:flex-start;margin:6px 0;font-size:13px}
.downloadCard{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--content-border);border-radius:10px;margin:1.2em 0;background:var(--transparent-bg)}
.dlIcon{width:44px;height:44px;border-radius:10px;background:var(--link-bg);display:flex;align-items:center;justify-content:center}
.dlIcon svg .line{stroke:#fff}
.dlBody{flex:1}
.dlMeta{display:block;font-size:12px;opacity:.7;margin-top:2px}
.dlBtn{padding:9px 14px;background:var(--link-bg);color:#fff!important;border-radius:4px;white-space:nowrap}
.accItem{border:1px solid var(--content-border);border-radius:8px;margin:8px 0;overflow:hidden}
.accInput{display:none}
.accHead{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;cursor:pointer;font-weight:600}
.accBody{display:none;padding:0 14px 14px}
.accInput:checked ~ .accBody{display:block}
.accInput:checked ~ .accHead svg{transform:rotate(180deg)}
.postBreak{display:flex;align-items:center;gap:12px;margin:1.6em 0;opacity:.55}
.postBreak:before,.postBreak:after{content:"";flex:1;border-top:1px dashed var(--content-border)}

/* Slider */
.featuredSlider{position:relative;margin-bottom:28px;border-radius:12px;overflow:hidden;background:var(--transparent-bg)}
.sliderTrack{position:relative;min-height:240px}
.slideItem{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .4s}
.slideItem.is-active{position:relative;opacity:1;visibility:visible}
.slideBg{display:block;min-height:240px;height:300px;overflow:hidden;background:var(--transparent-bg)}
.slideBg img{width:100%;height:300px;object-fit:cover}
.slideCap{position:absolute;left:0;right:0;bottom:0;padding:28px 22px 20px;background:linear-gradient(transparent,rgba(0,0,0,.72));color:#fff}
.slideTitle{font-size:20px;margin:8px 0}
.slideTitle a,.slideMeta,.slideLabel{color:#fff}
.slideLabel{display:inline-block;font-size:12px;opacity:.9;background:var(--link-bg);padding:3px 8px;border-radius:3px}
.sliderNav{position:absolute;left:0;right:0;bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:2}
.sliderNav .sliderPrev,.sliderNav .sliderNext{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center}
.sliderNav svg .line{stroke:#fff}
.sliderDots{display:flex;gap:6px}
.sliderDot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.45)}
.sliderDot.is-active{background:var(--link-color);transform:scale(1.15)}

/* Comments / forms */
.commentsWrap{margin-top:36px;padding-top:12px}
.commentList{list-style:none;margin:0;padding:0}
.commentList .comment{padding:14px 0;border-bottom:1px solid var(--content-border)}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{width:100%;border:1px solid var(--content-border);border-radius:4px;padding:12px;margin:6px 0 12px;background:var(--content-bg)}
.comment-form .submit,.btnPrimary{display:inline-flex;padding:10px 18px;background:var(--link-bg);color:#fff!important;border:0;border-radius:8px}
.contactNotice{margin:0 0 22px;border-left:0;background:#e3f2fd;color:#01579b;border-radius:8px}
.darkMode .contactNotice{background:#1b2a44;color:#b3d4fc}
.contactFlash{padding:12px 14px;border-radius:8px;margin:0 0 18px}
.contactFlash.is-ok{background:#e9f7ef;color:#1e8e3e}
.contactFlash.is-error{background:#fdecea;color:#d93025}
.contactForm{max-width:640px}
.contactField{margin:0 0 14px}
.contactField input,.contactField textarea{width:100%;border:1px solid var(--content-border);border-radius:8px;padding:12px 14px;background:var(--content-bg)}
.contactAttachLabel{display:block;margin-bottom:8px;font-size:13px;color:var(--head-color)}
.contactFile{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px dashed var(--content-border);border-radius:8px;cursor:pointer;color:var(--body-altColor)}
.contactFile input{display:none}
.contactFile svg{width:20px;height:20px}
.contactFileName{font-style:italic;opacity:.7}
.contactActions .btnPrimary{padding:12px 22px;font-weight:700}
.emptyState{text-align:center;padding:48px 16px;max-width:420px;margin:20px auto}
.emptyIcon{display:flex;justify-content:center;margin-bottom:12px;opacity:.5}
.archiveDesc{margin:-8px 0 22px;opacity:.75}

/* Footer */
.siteFooter{max-width:var(--page-max);margin:0 auto;padding:28px 20px calc(var(--dock-h) + 28px);border-top:1px solid var(--content-border)}
.footerMenu{display:flex;flex-wrap:wrap;gap:0;list-style:none;margin:0 0 16px;padding:0;font-size:13px;opacity:.7}
.footerMenu li,.footerMenu.fallback span{display:inline-flex;align-items:center}
.footerMenu li:not(:last-child):after,.footerMenu.fallback span:not(:last-child):after{content:"·";margin:0 8px;opacity:.7}
.footerMenu a,.footerMenu span{color:inherit}
.footerBottom{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.footerCredit{font-size:13px;opacity:.7}
.footerRight{display:flex;align-items:center;gap:10px}
.backTop.inline{display:inline-flex;align-items:center;gap:2px;font-size:13px;color:inherit;opacity:.7}
.backTop.inline svg{width:16px;height:16px}
.footerSocial{display:flex;gap:6px;list-style:none;margin:0;padding:0}
.footerSocial a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--content-border);border-radius:8px}
.footerSocial svg{width:16px;height:16px}

/* Bottom dock — 3 items with labels */
#mobile-menu{display:none}
.mobileMenu{display:flex;height:var(--dock-h);margin:0;padding:0 8px;list-style:none}
.mobileMenu li{flex:1;display:flex;align-items:center;justify-content:center}
.mobileMenu a,.mobileMenu label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--body-altColor);cursor:pointer;min-width:64px}
.mobileMenu span{font-size:11px}
.mobileMenu svg{width:22px;height:22px}
.onHome #mobile-menu .mHome a{color:var(--head-color)}
.onHome #mobile-menu .mHome svg .line{stroke:var(--head-color);stroke-width:1.8}

/* Item page — author meta, related, comments, share */
.onItem .itemTitle{font-size:var(--post-titleSize);line-height:1.35;margin:10px 0 18px}
.itemMetaBox{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--content-border);border-radius:12px;margin:0 0 22px}
.itemMetaAvatar{flex-shrink:0}
.itemMetaAvatar .authorImage,.itemMetaAvatar img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.itemMetaText{flex:1;min-width:0}
.itemMetaText .authorName{display:block;font-size:14px;color:var(--head-color)}
.itemMetaText .authorName a{color:inherit}
.itemMetaLine{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:3px;font-size:12px;color:var(--body-altColor)}
.itemMetaLine a{color:inherit}
.itemMetaActs{display:flex;gap:6px;flex-shrink:0}
.shareLabel{display:none}
.iconBtn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--content-border);border-radius:10px;color:inherit;cursor:pointer}
.iconBtn svg{width:18px;height:18px}
.bookmarkBtn.is-saved svg .line{stroke:var(--link-color)}
.commentJoin{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:8px 0 28px;padding:14px 16px;border:1px solid var(--content-border);border-radius:28px;color:var(--head-color);font-weight:600;cursor:pointer}
.commentJoin svg{width:20px;height:20px}
.relatedLabel{display:inline-flex;padding:6px 16px;margin:8px 0 16px;border:1px solid var(--content-border);border-radius:20px;color:var(--head-color);font-size:13px;font-weight:600}
.relatedList{display:flex;flex-direction:column;gap:22px}
.relatedItem{display:flex;align-items:center;gap:14px}
.relatedBody{flex:1;min-width:0}
.relatedItem .itemTitle{font-size:15px;line-height:1.4;margin:0}
.relatedThumb{flex:0 0 86px;width:86px;height:86px;border-radius:12px;overflow:hidden;background:var(--transparent-bg)}
.relatedThumb img{width:100%;height:100%;object-fit:cover}
.tocFab{position:fixed;right:14px;bottom:calc(var(--dock-h) + 18px);width:40px;height:40px;border-radius:50%;background:var(--link-bg);color:#fff;display:none;align-items:center;justify-content:center;z-index:16;box-shadow:var(--shadow)}
.tocFab svg .line{stroke:#fff}
.tocFab.is-on{display:flex}

.shareSheet{position:fixed;left:0;right:0;bottom:0;z-index:32;background:var(--content-bg);border-radius:18px 18px 0 0;box-shadow:0 -12px 32px rgb(0 0 0 / 16%);padding:22px 20px 28px;transform:translateY(110%);transition:var(--transition-2);max-height:86vh;overflow:auto}
.shareInput:checked ~ .mainWrapper .shareSheet{transform:none}
.shareSheetInner h2{font-size:16px;margin-bottom:18px}
.shareGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px 8px;text-align:center}
.shareApp{display:flex;flex-direction:column;align-items:center;gap:6px;color:inherit;font-size:11px}
.shareAppIcon{width:48px;height:48px;border-radius:50%;background:var(--transparent-bg);display:flex;align-items:center;justify-content:center}
.shareAppIcon svg{width:22px;height:22px}
.shareCopy{margin-top:22px}
.shareCopy small{display:block;margin-bottom:8px;opacity:.6}
.copyRow{display:flex;align-items:center;border:1px solid var(--content-border);border-radius:10px;padding:8px 10px;gap:8px}
.copyRow input{flex:1;border:0;background:transparent;min-width:0;font-size:13px;opacity:.75}
.copyLink{color:var(--link-color);font-weight:700;font-size:13px;white-space:nowrap}
.copyLink.copied:after{content:" ✓"}
.shareClose,.commentClose{display:block;text-align:right;margin-top:16px;color:var(--link-color);font-weight:700;cursor:pointer}

.blogComments .commentFixed{position:fixed;inset:0;z-index:31;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:var(--transition-2)}
.commentInput:checked ~ .mainWrapper .commentFixed{opacity:1;visibility:visible;pointer-events:auto}
.commentSection{width:100%;max-width:560px;max-height:92vh;background:var(--content-bg);border-radius:16px 16px 0 0;display:flex;flex-direction:column;position:relative;padding:16px 16px 12px;box-shadow:0 -10px 30px rgb(0 0 0 / 14%)}
.commentTitleActs{display:flex;align-items:center;gap:10px}
.commentCloseX{display:flex;cursor:pointer}
.commentCloseX svg{width:18px;height:18px}
.commentsTitle{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--content-border);flex-shrink:0}
.commentsTitle .title{margin:0;font-size:16px}
.commentsTitle .title:after{display:none}
.commentSort{display:flex;align-items:center;font-size:13px;opacity:.75;cursor:pointer}
.commentSort:before{content:attr(data-text)}
.commentAll:checked ~ .commentsTitle .commentSort:before{content:attr(data-new)}
.commentAll:checked ~ .commentsTitle .commentSort svg{transform:rotate(180deg)}
.commentsInner{overflow:auto;padding:16px 0 8px;flex:1}
.commentNotice{display:flex;gap:10px;padding:12px 14px;margin-bottom:16px;border-radius:10px;background:#e8f4fd;color:#0b5f8a;font-size:13px;line-height:1.55}
.commentNotice:before{content:"✱";flex-shrink:0;font-size:16px}
.commentNotice a{color:var(--link-color);font-weight:600}
.commentLogin p{font-size:13px;opacity:.8;margin:0 0 12px}
.commentGoogle,.comment-form .submit{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border-radius:8px;background:var(--link-bg);color:#fff!important;font-weight:700;letter-spacing:.02em;text-transform:uppercase;font-size:13px}
.commentList{display:flex;flex-direction:column;list-style:none;margin:18px 0 0;padding:0}
.commentAll:checked ~ .commentsInner .commentList{flex-direction:column-reverse}
.commentList .comment{list-style:none}
.comment-body{display:flex;gap:12px;padding:14px 0}
.comment-avatar img{width:40px;height:40px;border-radius:50%;background:var(--transparent-bg)}
.comment-main{flex:1;min-width:0}
.comment-meta{display:flex;align-items:center;gap:6px;font-size:13px}
.comment-meta .fn,.comment-meta .fn a{color:var(--head-color);font-weight:700}
.comment-meta time{opacity:.6}
.comment-content{margin-top:4px;font-size:14px;line-height:1.55}
.comment-content p{margin:0 0 .4em}
.comment-reply{margin-top:8px;font-size:13px}
.comment-reply a,.commentKids{color:var(--link-color);font-weight:600}
.comment-reply:after{content:"";display:block;margin-top:10px;border-top:1px solid var(--content-border);opacity:.7}
.commentList .children{display:none;margin:0 0 0 20px;padding:0;list-style:none}
.comment.parent.is-open > .children{display:block}
.commentClose{margin-top:4px}

@media (min-width:881px){
	/* Persistent left nav — hamburger collapses to icons, does not open a drawer */
	.siteHeader{z-index:26}
	.headerContent{max-width:none;padding:0 20px 0 0}
	.headerLeft{flex:0 0 var(--nav-width);width:var(--nav-width);padding:0 16px;transition:flex-basis .2s ease,width .2s ease}
	.headerRight{flex:1;min-width:0}
	.headerSearch{max-width:none;flex:1;margin:0 28px 0 8px}
	.headerTitle{max-width:160px}
	.appearancePop{left:auto;right:72px;transform:translateY(-6px)}
	.themeInput:checked ~ .mainWrapper .appearancePop{transform:none}

	.mainMenu{
		transform:none!important;
		top:var(--header-height);
		height:calc(100vh - var(--header-height));
		width:var(--nav-width);
		box-shadow:none;
		border-right:1px solid var(--content-border);
		z-index:19;
		transition:width .2s ease,top .2s ease;
	}
	.mainWrapper:has(.notifContent) .mainMenu{
		top:calc(var(--header-height) + 42px);
		height:calc(100vh - var(--header-height) - 42px);
	}
	.notifInput:checked ~ .mainWrapper .mainMenu{
		top:var(--header-height);
		height:calc(100vh - var(--header-height));
	}
	.mainMenu .section{scrollbar-width:thin;scrollbar-color:var(--link-color) transparent}
	.menuClose{display:none}
	.fullClose.menu,.navInput:checked ~ .fullClose.menu{opacity:0!important;visibility:hidden!important;pointer-events:none}

	.mainInner,.siteFooter{margin-left:var(--nav-width);max-width:none;transition:margin-left .2s ease}
	.mainInner{padding:24px 28px 8px}
	.siteFooter{padding:28px 28px 32px}
	.blogContent .mainbar{max-width:none;flex:1 1 calc(100% - 340px);width:auto}

	.navInput:checked ~ .mainWrapper .headerLeft{flex-basis:var(--nav-collapsed);width:var(--nav-collapsed)}
	.navInput:checked ~ .mainWrapper .headerTitle,
	.navInput:checked ~ .mainWrapper .custom-logo-link,
	.navInput:checked ~ .mainWrapper .mainMenu .name,
	.navInput:checked ~ .mainWrapper .mainMenu .dropToggle,
	.navInput:checked ~ .mainWrapper .mainMenu .sub-menu,
	.navInput:checked ~ .mainWrapper .mainMenu .menuBrand div,
	.navInput:checked ~ .mainWrapper .mainMenu .link.new .name:after,
	.navInput:checked ~ .mainWrapper .mainMenu .link.free .name:after,
	.navInput:checked ~ .mainWrapper .mainMenu .link.extL .name:after{display:none}
	.navInput:checked ~ .mainWrapper .mainMenu{width:var(--nav-collapsed);overflow:hidden}
	.navInput:checked ~ .mainWrapper .mainMenu .link{justify-content:center;padding:12px 8px}
	.navInput:checked ~ .mainWrapper .mainMenu .link svg{margin-right:0}
	.navInput:checked ~ .mainWrapper .menuBrand{justify-content:center}
	.navInput:checked ~ .mainWrapper .mainInner,
	.navInput:checked ~ .mainWrapper .siteFooter{margin-left:var(--nav-collapsed)}

	.blogPosts .hentry{width:calc(50% - 20px)}
	.listMode .blogPosts .hentry{width:calc(100% - 20px)}

	.relatedList{display:grid;grid-template-columns:1fr 1fr;gap:22px 28px}
	.shareOpen{width:auto;padding:0 12px;gap:6px}
	.shareLabel{display:inline;font-size:13px;font-weight:600}

	.shareSheet{left:50%;right:auto;bottom:auto;top:50%;width:min(440px,92vw);border-radius:16px;transform:translate(-50%,-46%) scale(.96);opacity:0;visibility:hidden;padding-bottom:22px}
	.shareInput:checked ~ .mainWrapper .shareSheet{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}
	.commentSection{margin:auto;border-radius:14px;max-height:84vh;width:min(560px,92vw)}
	.blogComments .commentFixed{align-items:center}
	.commentInput:checked ~ .fullClose.comment{backdrop-filter:blur(8px);background:rgba(0,0,0,.55)}
	.tocFab{bottom:28px}
}

/* Responsive */
@media (min-width:1320px){
	.blogPosts .hentry{width:calc(33.333% - 20px)}
	.listMode .blogPosts .hentry{width:calc(100% - 20px)}
}
@media (max-width:1100px){
	.blogContent .sidebar{flex:0 0 100%;width:100%;padding:36px 0 0}
	.blogContent .mainbar{flex:1 1 100%;width:100%;max-width:none}
	#side-sticky{position:relative;top:auto}
}
@media (max-width:880px){
	.headerSearch{display:none}
	.headerIcon .navSearch{display:flex}
	.searchInput:checked ~ .mainWrapper .mobileSearch{display:block}
	.blogContent .sidebar{flex:0 0 100%;width:100%;padding:36px 0 0}
	#side-sticky{position:relative;top:auto}
	.blogContent .mainbar{flex:1 1 100%;width:100%;max-width:none}
	#mobile-menu{display:block;position:fixed;left:0;right:0;bottom:0;background:var(--nav-bg);border-top:1px solid var(--content-border);z-index:18;box-shadow:0 -6px 16px rgb(0 0 0 / 8%)}
	.onItem .itemTitle{font-size:22px}
	.onItem .breadcrumbs .titleLink{display:none}
	.onItem .breadcrumbs > *:not(:last-child):after{content:none}
	.onItem .breadcrumbs .homeLink:after{content:" \\ ";margin-left:8px;opacity:.6}
	.onItem .postHero{display:none}
	.onItem .postAuthors{display:none}
	.onItem .headerIcon .navSearch{display:flex}
	.prosCons{grid-template-columns:1fr}
	body{padding-bottom:0}
}
@media (max-width:640px){
	.blogPosts{margin:0}
	.blogPosts .hentry,.listMode .blogPosts .hentry{width:100%;margin:0 0 36px}
	.listMode .blogPosts .hentry{flex-direction:row-reverse}
	.listMode .blogPosts .postThumbnail{flex:0 0 96px}
	.listMode .blogPosts .postThumbnail > a{padding-top:100%}
	.listMode .blogPosts .postContent{width:calc(100% - 96px);padding:0 14px 0 0}
	.listMode .blogPosts .postTitle{font-size:14px}
	.relatedGrid{grid-template-columns:1fr}
	.mainInner{padding:16px 16px 8px}
	.headerContent{padding:0 16px}
	.slideBg,.slideBg img{height:220px;min-height:200px}
	.slideTitle{font-size:16px}
	.downloadCard{flex-wrap:wrap}
	.shareContent:before{display:none}
	.Label .labelItem{width:calc(50% - 5px);margin:0 10px 10px 0}
	.appearancePop{top:auto;bottom:80px}
	.bookmarkPop{right:8px;left:8px;width:auto}
	.postTitle{font-size:1.12rem}
	.widget-title,.indexTitle{font-size:15px}
}
