/* blog_skin */
:root{
    --bg:#f6f7f5;
    --panel:#fff;
    --line:#dfe4df;
    --line-soft:#edf0ed;
    --text:#1d2622;
    --muted:#69736e;
    --brand:#176b4d;
    --brand-hover:#0f5139;
    --brand-soft:#e9f4ef;
    --radius:8px;
    --radius-sm:6px
}
*{box-sizing:border-box}
html,body{background:var(--bg)}
body{color:var(--text);font:14px/1.7 Inter,"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand-hover);text-decoration:none}
h1,h2,h3,h4{color:var(--text);letter-spacing:0}
.wrap{max-width:1180px;padding:34px 22px 48px}
.footer{max-width:1180px;padding:8px 22px 30px;color:#87908b;font-size:12px}

.top{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:none;backdrop-filter:blur(12px)}
.bar{max-width:1180px;height:68px;grid-template-rows:68px;column-gap:20px}
.brand{color:var(--text)!important;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:21px;font-weight:700}
.brand:before{border-radius:5px}
.forum-link,.forum-more-toggle{color:#56615b;font-size:13px;border-radius:5px;padding:0 11px}
.forum-link:hover,.forum-more-toggle:hover{background:var(--brand-soft);color:var(--brand)}
.forum-link.active{background:transparent;color:var(--brand);font-weight:700}
.search-form{background:#f7f9f7;border-color:#d9dfdb;border-radius:6px}
.search-input{font-size:13px}
.search-btn:hover{background:var(--brand-soft);color:var(--brand)}
.nav-mine{color:#46514b;font-weight:600}

.home-shell{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
.forum-layout{gap:54px;align-items:flex-start}
.forum-main{min-width:0}
.main-panel{background:transparent;border:0;border-radius:0;overflow:visible}

.blog-hero{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin:0 0 10px;padding:22px 0 24px;border-bottom:1px solid var(--line)}
.blog-hero-copy{max-width:720px}
.blog-hero-label{display:block;margin-bottom:8px;color:var(--brand);font-size:11px;font-weight:700;letter-spacing:0}
.blog-hero-title{margin:0;color:#17201c;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:38px;font-weight:700;line-height:1.24;letter-spacing:0}
.blog-hero-desc{max-width:680px;margin:9px 0 0;color:#606b65;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:16px;line-height:1.7}

.topic-toolbar{min-height:58px;margin:0;padding:12px 0;border-bottom:1px solid var(--line)}
.topic-toolbar .tab-bar{display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(76px,auto);flex:0 0 auto;gap:3px;margin:0;padding:3px;border:1px solid #dce2de;border-radius:7px;background:#edf1ee}
.topic-toolbar .tab{display:inline-flex;align-items:center;justify-content:center;min-height:31px;margin:0;padding:0 14px;border:0;border-radius:4px;background:transparent;color:#68736d;font-size:12px;font-weight:600;line-height:1}
.topic-toolbar .tab+.tab{margin-left:0}
.topic-toolbar .tab:hover{background:rgba(255,255,255,.62);color:#27322c}
.topic-toolbar .tab.active{z-index:1;background:#fff;color:var(--brand);box-shadow:0 1px 3px rgba(24,43,34,.12)}
.topic-toolbar .tab-post{margin-left:auto;border-radius:5px;background:var(--brand);font-size:12px;font-weight:600}
.topic-toolbar .tab-post:hover{background:var(--brand-hover)}
.mobile-forum-strip{border-bottom-color:var(--line)}

.home-shell .post-list{margin:0}
.home-shell .post-list>li.post-item:not(.post-entry){position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;gap:0 16px;padding:18px 0;margin:0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none;transition:border-color .16s ease}
.home-shell .post-list>li.post-item:not(.post-entry):hover{transform:none;border-color:#bfc9c3;background:transparent;box-shadow:none}
.home-shell .post-list>li.post-item:not(.post-entry) .post-avatar{grid-column:1;grid-row:1 / span 2;width:42px;height:42px;margin:3px 0 0;border-radius:50%;background:var(--brand-soft);color:var(--brand)}
.home-shell .post-list>li.post-item:not(.post-entry) .post-avatar img,.home-shell .post-list>li.post-item:not(.post-entry) .post-avatar svg{border-radius:50%}
.home-shell .post-list>li.post-item:not(.post-entry) .post-body{grid-column:2;grid-row:2;min-width:0;overflow:visible}
.home-shell .post-title-row{display:flex;align-items:flex-start;gap:10px}
.home-shell .post-title{min-width:0;color:#18211d;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:20px;font-weight:700;line-height:1.4}
.home-shell .post-title:hover{color:var(--brand)}
.home-shell .post-meta{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:5px;color:#7a847e;font-size:12px}
.home-shell .post-meta span{margin:0}
.home-shell .post-meta a{color:#68736d}
.home-shell .post-meta a:hover{color:var(--brand)}
.home-shell .post-meta svg{width:13px;height:13px;opacity:.6}
.post-excerpt{margin-top:8px;color:#53605a;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-reading-time{color:#8a938e}
.home-shell .post-forum-badge{display:inline-flex;grid-column:2;grid-row:1;align-items:center;justify-self:start;gap:6px;margin:0 0 8px;padding:0;border:0;border-radius:0;background:transparent;color:#557064;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}
.home-shell .post-forum-badge:before{content:"";width:6px;height:6px;border-radius:2px;background:var(--brand)}
.home-shell .post-forum-badge:hover{background:transparent;color:var(--brand-hover)}
.home-shell .topic-badge{align-self:center}
.topic-pages{margin-top:5px}
.pagination-bar{padding:24px 0 0}
.pagination a,.pagination span{border-radius:5px}

.sidebar{width:286px;gap:16px}
.card.sidebar-card{border:1px solid var(--line);border-radius:7px;background:var(--panel);box-shadow:none}
.sidebar-card .quick-wrap,.sidebar-card .user-wrap,.sidebar-card .stats-wrap{padding:18px}
.sidebar-card .quick-title,.sidebar-card .stats-title{color:#29332e;font-size:11px;font-weight:700;letter-spacing:0}
.blog-cat-list{display:grid;grid-template-columns:1fr 1fr;gap:4px 8px;list-style:none;margin:11px 0 0;padding:0}
.blog-cat-list li a{display:block;overflow:hidden;padding:6px 7px;border-radius:4px;color:#57625c;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.blog-cat-list li a:hover{background:var(--brand-soft);color:var(--brand)}
.blog-cat-list li:first-child{grid-column:1 / -1;border-bottom:1px solid var(--line-soft);padding-bottom:6px;margin-bottom:2px}
.quick-links a,.user-links a{border-radius:4px}

.breadcrumb{display:inline-flex;align-items:center;gap:9px;min-height:24px;margin:0 0 20px;padding-left:11px;border-left:3px solid var(--brand);color:#9aa29d;font-size:12px;line-height:1}
.breadcrumb a{display:inline-flex;align-items:center;min-height:24px;padding:0;color:#7b8580;font-weight:500;transition:color .15s ease}
.breadcrumb a:first-child{font-size:11px}
.breadcrumb>span{position:relative;width:10px;height:10px;color:transparent;font-size:0}
.breadcrumb>span:before{content:"";position:absolute;top:2px;left:1px;width:5px;height:5px;border-top:1px solid #aeb6b1;border-right:1px solid #aeb6b1;transform:rotate(45deg)}
.breadcrumb a:last-child{color:#32433a;font-size:12px;font-weight:700}
.breadcrumb a:last-child:after{content:"";display:block;width:4px;height:4px;margin-left:7px;border-radius:1px;background:#8ab19f}
.breadcrumb a:hover{color:var(--brand)}
.post-topic-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 24px;padding:10px 0 24px;border-bottom:1px solid var(--line)}
.post-content-title{max-width:820px;margin:0;color:#17201c;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:34px;font-weight:700;line-height:1.35;letter-spacing:0}
.post-content-stats{flex-shrink:0;color:#858e89;font-size:12px}
.topic-post-list{margin:0}
.topic-post-list>.post-item.post-entry{display:grid;grid-template-columns:44px minmax(0,1fr);gap:0 16px;margin:0 0 16px;padding:18px;border:1px solid var(--line);border-radius:7px;background:#fbfcfb;box-shadow:none}
.topic-post-list>.post-item.post-entry .post-avatar{grid-column:1;grid-row:1;width:42px;height:42px;margin:0;border-radius:50%;background:var(--brand-soft);color:var(--brand)}
.topic-post-list>.post-item.post-entry .post-avatar img,.topic-post-list>.post-item.post-entry .post-avatar svg{border-radius:50%}
.topic-post-list>.post-item.post-entry .post-body{grid-column:2;min-width:0}
.topic-post-list>.post-item.post-entry .post-head{min-height:20px}
.topic-post-list>.post-item.post-entry .post-author{font-size:13px;font-weight:700}
.topic-post-list>.post-item.post-entry .post-meta{margin-top:2px;color:#89918d;font-size:11px}
.topic-post-list>.post-item.post-entry .post-content{grid-column:2;margin-top:12px;color:#3c4741;font-size:14px;line-height:1.8}
.topic-post-list>.post-item.post-entry.blog-article-entry{display:grid;margin-bottom:32px;padding:0 0 34px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.topic-post-list>.post-item.post-entry.blog-article-entry .post-content{grid-column:1 / -1;max-width:820px;margin:24px auto 0;color:#26312b;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-size:16.5px;line-height:2}
.post-content h1,.post-content h2,.post-content h3{margin:1.6em 0 .65em;color:#19231e;font-family:"Noto Serif SC","Songti SC",Georgia,serif;font-weight:700;line-height:1.45}
.post-content h2{font-size:1.45em}
.post-content h3{font-size:1.2em}
.post-content p{margin:0 0 1.15em}
.post-content img{max-width:100%;height:auto;border-radius:6px}
.post-content pre{margin:1.4em 0;padding:16px;border:1px solid #d9dfdb;border-radius:6px;background:#f0f3f1;font-size:13px;line-height:1.7}
.post-content code{font-family:"SFMono-Regular",Consolas,monospace}
.post-content blockquote{margin:1.4em 0;padding:10px 18px;border-left:3px solid var(--brand);border-radius:0;background:var(--brand-soft);color:#3e5549}
.post-content table{display:block;max-width:100%;overflow-x:auto}
.post-ops{gap:10px}
.reply-panel{margin-top:28px;border:1px solid var(--line);border-radius:7px;background:var(--panel);box-shadow:none}
.reply-panel-head{border-bottom-color:var(--line-soft)}
.reply-panel textarea{min-height:150px}

.btn,button{border-radius:5px}
input[type=text],input[type=password],input[type=email],input[type=search],input[type=number],textarea,select{border-radius:5px!important}
.form-panel{border-color:var(--line);border-radius:7px;box-shadow:none}

/* 精致化视觉层：纸张质感、节奏留白与细腻交互 */
:root{--shadow-soft:0 12px 34px rgba(28,47,38,.06),0 2px 8px rgba(28,47,38,.035);--shadow-hover:0 18px 42px rgba(28,47,38,.1),0 4px 12px rgba(28,47,38,.05);--ink-soft:#405048}
html{background:#f2f4f1}
body{background:radial-gradient(circle at 12% -10%,rgba(218,237,226,.62),transparent 30rem),linear-gradient(180deg,#f7f8f6 0%,#f1f4f1 100%);font-size:14px}
.top{border-bottom-color:rgba(190,204,195,.72);box-shadow:0 2px 14px rgba(28,47,38,.045)}
.bar{height:72px;grid-template-rows:72px}
.brand{font-size:22px;letter-spacing:-.03em}.brand:before{width:28px;height:28px;border-radius:8px;box-shadow:0 3px 8px rgba(23,107,77,.18)}
.forum-link,.forum-more-toggle{transition:background .18s,color .18s,transform .18s}.forum-link:hover,.forum-more-toggle:hover{transform:translateY(-1px)}
.wrap{padding-top:42px;padding-bottom:64px}
.home-shell{padding:0;background:transparent;border:0;box-shadow:none}
.forum-layout{gap:58px}
.main-panel{overflow:visible}
.blog-hero{isolation:isolate;margin:0 0 26px;padding:42px 42px 40px;border:1px solid rgba(190,204,195,.82);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,251,248,.94));box-shadow:var(--shadow-soft);overflow:hidden}
.blog-hero:before{position:absolute;z-index:-1;right:-76px;bottom:-115px;width:290px;height:290px;border:1px solid rgba(23,107,77,.1);border-radius:50%;box-shadow:0 0 0 28px rgba(23,107,77,.025),0 0 0 56px rgba(23,107,77,.018);content:""}
.blog-hero:after{position:absolute;z-index:-1;top:-80px;right:110px;width:170px;height:170px;border-radius:50%;background:rgba(218,237,226,.45);filter:blur(2px);content:""}
.blog-hero-copy{max-width:760px}.blog-hero-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:15px;padding:5px 10px;border:1px solid rgba(23,107,77,.18);border-radius:999px;background:rgba(233,244,239,.76);font-size:11px;letter-spacing:.12em}.blog-hero-label:before{width:5px;height:5px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(23,107,77,.1);content:""}
.blog-hero-title{font-size:44px;letter-spacing:-.045em;line-height:1.18}.blog-hero-desc{margin-top:14px;color:#64736b;font-size:16px;line-height:1.8}
.topic-toolbar{min-height:64px;margin-bottom:4px;padding:14px 0;border-bottom-color:rgba(190,204,195,.75)}
.topic-toolbar .tab-bar{border-color:#d4dfd7;border-radius:999px;background:#e8efea}.topic-toolbar .tab{min-height:32px;border-radius:999px}.topic-toolbar .tab.active{box-shadow:0 3px 8px rgba(28,47,38,.13)}.topic-toolbar .tab-post{padding:0 16px;border-radius:999px;box-shadow:0 4px 10px rgba(23,107,77,.18);transition:background .18s,transform .18s,box-shadow .18s}.topic-toolbar .tab-post:hover{transform:translateY(-1px);box-shadow:0 7px 14px rgba(23,107,77,.24)}
.home-shell .post-list>li.post-item:not(.post-entry){padding:25px 17px 25px 0;border-bottom-color:rgba(190,204,195,.68);transition:background .2s,box-shadow .2s,transform .2s}.home-shell .post-list>li.post-item:not(.post-entry):hover{border-color:rgba(23,107,77,.28);background:rgba(255,255,255,.52);box-shadow:inset 3px 0 0 var(--brand);transform:translateX(4px)}
.home-shell .post-list>li.post-item:not(.post-entry) .post-avatar{box-shadow:0 0 0 5px rgba(233,244,239,.7);transition:box-shadow .2s,transform .2s}.home-shell .post-list>li.post-item:not(.post-entry):hover .post-avatar{box-shadow:0 0 0 5px rgba(218,237,226,.9);transform:scale(1.04)}
.home-shell .post-title{font-size:21px;letter-spacing:-.025em}.post-excerpt{color:var(--ink-soft);font-size:14.5px;line-height:1.85}.home-shell .post-meta{margin-top:8px;color:#849189}.home-shell .post-meta svg{color:var(--brand)}
.sidebar{gap:18px}.card.sidebar-card{border-color:rgba(190,204,195,.78);border-radius:18px;box-shadow:var(--shadow-soft);transition:box-shadow .2s,transform .2s,border-color .2s}.card.sidebar-card:hover{border-color:rgba(23,107,77,.25);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.sidebar-card .quick-wrap,.sidebar-card .user-wrap,.sidebar-card .stats-wrap{padding:22px}.sidebar-card .quick-title,.sidebar-card .stats-title{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.08em}.sidebar-card .quick-title:before,.sidebar-card .stats-title:before{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px var(--brand-soft);content:""}
.blog-cat-list{gap:6px 9px;margin-top:14px}.blog-cat-list li a{padding:8px 9px;border:1px solid transparent;border-radius:9px;transition:background .18s,border-color .18s,color .18s,transform .18s}.blog-cat-list li a:hover{border-color:rgba(23,107,77,.16);transform:translateX(2px)}.blog-cat-list li:first-child a{color:var(--brand);font-weight:700}.blog-cat-list li:first-child{padding-bottom:8px}
.breadcrumb{margin-bottom:25px;border-left-width:4px;border-radius:0 5px 5px 0;background:rgba(233,244,239,.46);padding:4px 11px}.post-topic-title{margin-bottom:30px;padding:12px 0 28px;border-bottom-color:rgba(190,204,195,.75)}.post-content-title{font-size:38px;letter-spacing:-.04em}
.topic-post-list>.post-item.post-entry{margin-bottom:18px;padding:22px;border-color:rgba(190,204,195,.78);border-radius:16px;background:rgba(255,255,255,.7);box-shadow:0 5px 18px rgba(28,47,38,.035);transition:border-color .2s,box-shadow .2s,transform .2s}.topic-post-list>.post-item.post-entry:hover{border-color:rgba(23,107,77,.25);box-shadow:var(--shadow-soft);transform:translateY(-1px)}
.topic-post-list>.post-item.post-entry.blog-article-entry{margin-bottom:38px;padding:0 0 40px;border-radius:0;background:transparent;box-shadow:none}.topic-post-list>.post-item.post-entry.blog-article-entry .post-content{margin-top:28px;font-size:17px;line-height:2.05;letter-spacing:.01em}.post-content h2{margin-top:2em;padding-left:14px;border-left:3px solid var(--brand);font-size:1.5em}.post-content img{border:1px solid rgba(190,204,195,.82);border-radius:13px;box-shadow:0 8px 22px rgba(28,47,38,.08)}.post-content pre{border-color:#d1ddd4;border-radius:12px;background:#eef4f0;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.post-content blockquote{padding:15px 20px;border-radius:0 12px 12px 0;background:linear-gradient(90deg,var(--brand-soft),rgba(233,244,239,.28));box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.reply-panel,.form-panel{border-color:rgba(190,204,195,.78);border-radius:16px;box-shadow:var(--shadow-soft)}
.footer{padding-top:20px;color:#8a968e}

@media(max-width:900px){
    .wrap{padding:24px 16px 36px}
    .forum-layout{gap:28px}
    .sidebar{width:250px}
    .blog-hero{padding:18px 0 20px}
    .blog-hero-title{font-size:32px}
}
@media(max-width:760px){
    .wrap{padding:18px 14px 30px}
    .bar{height:58px;grid-template-rows:58px}
    .forum-layout{display:block}
    .sidebar{width:100%;margin-top:24px}
    .blog-hero{display:block;margin-bottom:2px;padding:12px 0 16px}
    .blog-hero-title{font-size:29px}
    .blog-hero-desc{font-size:14px;line-height:1.75}
    .home-shell .post-list>li.post-item:not(.post-entry){grid-template-columns:36px minmax(0,1fr);gap:0 12px;padding:14px 0}
    .home-shell .post-list>li.post-item:not(.post-entry) .post-avatar{width:36px;height:36px}
    .home-shell .post-title-row{flex-wrap:wrap;gap:7px}
    .home-shell .post-title{flex-basis:100%;font-size:18px;line-height:1.42}
    .home-shell .post-forum-badge{margin-bottom:7px}
    .post-excerpt{font-size:13.5px;-webkit-line-clamp:3}
    .post-topic-title{display:block;padding-bottom:18px}
    .post-content-title{font-size:27px}
    .post-content-stats{margin-top:10px}
    .topic-post-list>.post-item.post-entry{grid-template-columns:36px minmax(0,1fr);gap:0 11px;padding:14px}
    .topic-post-list>.post-item.post-entry .post-avatar{width:36px;height:36px}
    .topic-post-list>.post-item.post-entry.blog-article-entry .post-content{font-size:15.5px;line-height:1.9}
    .blog-cat-list{grid-template-columns:1fr 1fr}
    .blog-hero{padding:28px 22px 26px;border-radius:17px}.blog-hero-title{font-size:31px}.blog-hero-desc{font-size:14px}.home-shell .post-list>li.post-item:not(.post-entry){padding:20px 4px 20px 0}.home-shell .post-list>li.post-item:not(.post-entry):hover{transform:none}.post-content-title{font-size:29px}.topic-post-list>.post-item.post-entry.blog-article-entry .post-content{font-size:15.5px;line-height:1.95}
}
/* daily_checkin */
.daily-checkin-card{border-color:#d9f4e4;background:linear-gradient(180deg,#fbfffd 0,#fff 100%);box-shadow:0 8px 22px rgba(32,164,90,.08)}
.daily-checkin-wrap{display:grid;gap:10px;padding:12px 14px}
.daily-checkin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.daily-checkin-title{color:#17202a;font-size:13px;font-weight:700;line-height:1.35}
.daily-checkin-sub{margin-top:2px;color:#98a2b3;font-size:11px;line-height:1.35}
.daily-checkin-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border:1px solid #fde9b8;border-radius:999px;background:#fffbeb;color:#b7791f;font-size:11px;font-weight:600;white-space:nowrap}
.daily-checkin-badge.done{border-color:#bfe9cf;background:var(--brand-soft);color:var(--brand)}
.daily-checkin-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.daily-checkin-stats>div{display:grid;gap:2px;padding:8px;border:1px solid #edf1f4;border-radius:7px;background:#fbfcfd;text-align:center}
.daily-checkin-stats strong{color:#17202a;font-size:17px;line-height:1.1}
.daily-checkin-stats span{color:#98a2b3;font-size:11px;line-height:1.25}
.daily-checkin-action{display:block}
.daily-checkin-action .post-action-form{display:block!important;width:100%!important}
.daily-checkin-action button,.daily-checkin-done{display:flex;align-items:center;justify-content:center;width:100%;min-height:32px;padding:0 10px;border-radius:7px;font-size:12px;font-weight:700}
.daily-checkin-action button{border:1px solid var(--brand);background:var(--brand);color:#fff}
.daily-checkin-action button:hover{border-color:var(--brand-hover);background:var(--brand-hover);color:#fff}
.daily-checkin-done{border:1px solid #d9f4e4;background:var(--brand-soft);color:var(--brand)}
.daily-checkin-page-panel .admin-list-head{padding:14px 16px}
.daily-checkin-page-body{display:grid;gap:16px;padding:16px}
.daily-checkin-page-stats{gap:12px}
.daily-checkin-page-stats>div{padding:16px 12px}
.daily-checkin-page-stats strong{font-size:24px}
.daily-checkin-page-stats span{font-size:12px}
.daily-checkin-page-action button,.daily-checkin-page-action .daily-checkin-done{min-height:42px;font-size:14px}
.admin-object-row.daily-checkin-row{grid-template-columns:minmax(0,1fr)}
@media (max-width:760px){.admin-object-row.daily-checkin-row{grid-template-columns:minmax(0,1fr)}}
/* ip_history */
.ip-history-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ip-history-search input{min-width:min(360px,70vw)}
.ip-history-rule-row{grid-template-columns:minmax(0,1fr) auto}
.ip-history-rule-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ip-history-rule-pattern,.ip-history-ip{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.ip-history-ip-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}
.ip-history-ip{padding:2px 7px;border:1px solid #e4e7ec;border-radius:999px;background:#f8fafc;color:#475467;font-size:11px}
.ip-history-user-row,.ip-history-detail-row{grid-template-columns:minmax(0,1fr)}
.ip-history-detail-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ip-history-help{margin:0;color:#667085;font-size:12px;line-height:1.7}
@media (max-width:760px){.ip-history-rule-row{grid-template-columns:minmax(0,1fr)}.ip-history-rule-row>.admin-inline-ops{justify-content:flex-start}}
/* seo_suite */
.seo-suite-form{width:100%;max-width:none}.seo-suite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.seo-suite-section{display:grid;align-content:start;gap:10px;min-width:0;padding:14px;border:1px solid #e7ebef;border-radius:8px;background:#f8fafb}.seo-suite-section h3{margin:0;color:#344054;font-size:13px}.seo-suite-section .grid{gap:5px}.seo-suite-form input:not([type=checkbox]),.seo-suite-form select,.seo-suite-form textarea{width:100%;max-width:none;box-sizing:border-box}.seo-suite-form textarea{min-height:104px;resize:vertical}.seo-suite-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.seo-suite-actions form{margin:0}.seo-suite-tools{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.seo-suite-status{overflow-wrap:anywhere}@media(max-width:600px){.seo-suite-grid,.seo-suite-tools{grid-template-columns:1fr}.seo-suite-section{padding:12px}}
/* user_review */
.user-review-card{border-color:#d9f4e4;background:linear-gradient(180deg,#fbfffd 0,#fff 100%);box-shadow:0 8px 22px rgba(32,164,90,.08)}.user-review-wrap{display:grid;gap:10px;padding:12px 14px}.user-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.user-review-title{color:#17202a;font-size:13px;font-weight:700;line-height:1.35}.user-review-sub{margin-top:2px;color:#98a2b3;font-size:11px;line-height:1.35}.user-review-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border:1px solid #fde9b8;border-radius:999px;background:#fffbeb;color:#b7791f;font-size:11px;font-weight:600;white-space:nowrap}.user-review-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.user-review-stats>div{display:grid;gap:2px;padding:8px;border:1px solid #edf1f4;border-radius:7px;background:#fbfcfd;text-align:center}.user-review-stats strong{color:#17202a;font-size:17px;line-height:1.1}.user-review-stats span{color:#98a2b3;font-size:11px;line-height:1.25}.user-review-action{display:block}.user-review-action a{display:flex;align-items:center;justify-content:center;width:100%;min-height:32px;padding:0 10px;border:1px solid var(--brand);border-radius:7px;background:var(--brand);color:#fff;font-size:12px;font-weight:700;text-decoration:none}.user-review-action a:hover{border-color:var(--brand-hover);background:var(--brand-hover);color:#fff}.user-review-panel+.user-review-panel{margin-top:12px}.user-review-panel-body{padding:12px}.user-review-summary{display:grid;gap:2px;min-width:0}.user-review-summary strong{color:#17202a;font-size:14px;line-height:1.3}.user-review-summary span{color:#98a2b3;font-size:12px;line-height:1.35}.user-review-settings{display:grid;gap:8px;max-width:520px}.user-review-settings .grid{grid-template-columns:1fr;gap:5px;margin:0}.user-review-settings .grid>span{padding-top:0;color:#667085;font-size:12px}.user-review-settings input,.user-review-settings select{max-width:450px}.user-review-settings button{justify-self:start;margin-top:4px}.user-review-approve{border-color:#bfe9cf;background:var(--brand-soft);color:var(--brand);font-weight:600}.user-review-approve:hover{border-color:var(--brand);background:#e5f7ed;color:var(--brand-hover)}.admin-object-row.user-review-row{grid-template-columns:minmax(0,1fr) auto}.user-review-row .admin-content-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#667085}.user-review-turnstile{width:100%;max-width:450px;min-height:65px;margin-bottom:12px;overflow:hidden;border-radius:var(--radius-sm);background:transparent;line-height:0}.user-review-turnstile .cf-turnstile{width:100%;background:transparent}.user-review-turnstile iframe{display:block;width:100%!important;max-width:100%;border:0;border-radius:var(--radius-sm);background:transparent;color-scheme:light dark}.user-review-email-code-field{gap:6px}.user-review-email-code-row{display:grid;grid-template-columns:minmax(0,1fr) 112px;width:300px;max-width:100%;gap:0;align-items:center}.user-review-email-code-row input,.user-review-email-code-row button{height:34px;min-height:34px;box-sizing:border-box}.user-review-email-code-row input{min-width:0;letter-spacing:1px;border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.user-review-email-code-row button{width:112px;padding:0 8px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;white-space:nowrap}.user-review-email-code-row button:disabled{background:#eef1f3;color:#7b8794;cursor:not-allowed}.user-review-email-code-field small{display:block;color:var(--muted);font-size:12px;line-height:18px}.user-review-email-code-field small:empty{display:none}.user-review-email-code-field small.success{color:var(--brand)}.user-review-email-code-field small.error{color:var(--danger)}@media(max-width:720px){.admin-object-row.user-review-row{grid-template-columns:minmax(0,1fr)}.admin-object-row.user-review-row .admin-inline-ops{grid-column:1;justify-content:flex-start;margin-left:0}}@media(max-width:340px){.user-review-email-code-row{grid-template-columns:minmax(0,1fr) 104px}.user-review-email-code-row button{width:104px}}
