/* 精选副业 · 站点样式：配色对齐生财官网（橙色主色 + 体验卡的绿色） */
:root{
  --orange:#ff6a1e; --orange-dark:#e2510c; --orange-soft:#fff3ec;
  --green:#0f9d76; --green-dark:#0b7f5f;
  --ink:#1b2733; --ink-2:#4a5766; --ink-3:#8794a3;
  --line:#ecedf1; --bg:#f6f7f9; --card:#fff;
  --radius:14px;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"PingFang SC","Microsoft YaHei","微软雅黑",system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 16px}

/* 顶栏 */
.topbar{background:#fff;border-bottom:1px solid var(--line)}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:56px}
.brand{font-weight:700;font-size:17px}
.brand span{color:var(--orange)}
.topbar nav{display:flex;gap:18px;font-size:14px;color:var(--ink-2)}

/* Hero */
.hero{margin:20px 0;background:linear-gradient(120deg,#ffd9c2 0%,#ffe9d8 45%,#fff6ef 100%);border-radius:var(--radius);padding:26px 30px;position:relative;overflow:hidden}
.hero h1{font-size:30px;letter-spacing:1px;display:inline-block;vertical-align:middle}
.hero .sub{display:inline-block;vertical-align:middle;margin-left:14px;padding-left:14px;border-left:2px solid rgba(226,81,12,.35);color:var(--orange-dark);font-size:15px;font-weight:600}
.hero p{margin-top:10px;color:var(--ink-2);font-size:14px;max-width:640px}
.hero-side{position:absolute;right:26px;top:22px;text-align:right}
.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:5px 14px 5px 5px;font-size:13px;box-shadow:0 2px 8px rgba(180,90,40,.12)}
.badge img{width:24px;height:24px;border-radius:50%}
.hero-stats{display:flex;gap:26px;justify-content:flex-end;margin-top:16px}
.hero-stats b{display:block;font-size:24px;color:var(--orange-dark);line-height:1.2}
.hero-stats span{font-size:12px;color:var(--ink-2)}

/* 主体两栏 */
.layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start;padding-bottom:36px}
.panel{background:var(--card);border-radius:var(--radius);box-shadow:0 1px 3px rgba(20,30,45,.05)}

/* 标签栏 */
.tags{display:flex;flex-wrap:wrap;gap:8px;padding:16px 20px;border-bottom:1px solid var(--line)}
.tag{border:1px solid var(--line);background:#fafbfc;color:var(--ink-2);border-radius:999px;padding:4px 14px;font-size:13px;cursor:pointer;transition:.15s}
.tag:hover{border-color:var(--orange);color:var(--orange)}
.tag.on{background:var(--orange-soft);border-color:var(--orange);color:var(--orange-dark);font-weight:600}

/* 列表 */
/* hidden 属性的默认 display:none 会被下面的 display:flex 覆盖，必须显式压过去，否则标签筛选点了没反应 */
[hidden]{display:none!important}
.row{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid var(--line)}
.row:last-child{border-bottom:0}
.row .no{width:20px;text-align:center;color:var(--ink-3);font-size:14px;flex:none}
.row .ava{width:40px;height:40px;border-radius:50%;flex:none;object-fit:cover;background:var(--orange-soft)}
.row .ava-txt{width:40px;height:40px;border-radius:50%;flex:none;background:var(--orange-soft);color:var(--orange-dark);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:15px}
.row .main{flex:1;min-width:0}
.row .t{font-size:15.5px;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.row:hover .t{color:var(--orange-dark)}
.row .m{margin-top:3px;font-size:12.5px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.row .m .pill{display:inline-block;background:#f2f4f7;border-radius:4px;padding:0 6px;margin:0 6px;color:var(--ink-2)}
.row .num{flex:none;text-align:center;width:104px}
.row .num b{display:block;font-size:19px;color:var(--orange);line-height:1.25}
.row .num span{font-size:11.5px;color:var(--ink-3)}
.btn-ghost{flex:none;border:1px solid var(--orange);color:var(--orange-dark);border-radius:8px;padding:7px 14px;font-size:13.5px;background:#fff;transition:.15s}
.row:hover .btn-ghost{background:var(--orange);color:#fff}

/* 侧栏 */
.side .panel{padding:18px 18px 20px;margin-bottom:16px}
.side h3{font-size:15px;display:flex;align-items:center;gap:9px;margin-bottom:10px}
.side h3 img{width:34px;height:34px;border-radius:50%}
.side p{font-size:13px;color:var(--ink-2)}
.side .qr-title{font-size:16px;font-weight:700;text-align:center}
.side .qr-sub{font-size:12.5px;color:var(--ink-3);text-align:center;margin-bottom:12px}
.qr-box{background:linear-gradient(160deg,#e8f7f1,#f4fbf8);border:1px solid #d6ede4;border-radius:12px;padding:14px;text-align:center}
.qr-box img.card{border-radius:8px;margin:0 auto 10px;max-height:210px;width:auto}
.qr-box img.qr{width:170px;margin:0 auto;background:#fff;padding:8px;border-radius:8px}
.qr-tip{font-size:12px;color:var(--ink-2);margin-top:10px;line-height:1.6}
.fact{display:flex;justify-content:space-between;font-size:13px;color:var(--ink-2);padding:6px 0;border-bottom:1px dashed var(--line)}
.fact:last-child{border-bottom:0}
.fact b{color:var(--ink)}

/* 详情页 */
.article{padding:26px 30px 30px}
.crumb{font-size:13px;color:var(--ink-3);margin:18px 0 0}
.crumb a:hover{color:var(--orange-dark)}
.kicker{color:var(--orange);font-size:12.5px;font-weight:700;letter-spacing:.5px}
.article h1{font-size:26px;line-height:1.45;margin:6px 0 14px}
.byline{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.byline .who{font-size:14px;font-weight:600}
.byline .when{font-size:12px;color:var(--ink-3)}
.byline .sp{flex:1}
.byline .st{font-size:12.5px;color:var(--ink-3);white-space:nowrap}
.byline .st i{font-style:normal;margin:0 3px 0 10px}
.board{margin:20px 0;background:linear-gradient(120deg,#1f2a3a,#2b3a52);border-radius:12px;padding:20px 24px;color:#fff}
.board .cap{font-size:12px;color:#ffd0b4;letter-spacing:1px;margin-bottom:12px}
.board .items{display:flex;gap:10px;text-align:center}
.board .items>div{flex:1;border-right:1px solid rgba(255,255,255,.14)}
.board .items>div:last-child{border-right:0}
.board b{display:block;font-size:30px;color:#ffb37a;line-height:1.25}
.board span{font-size:12.5px;color:#c8d2e0}
h2.sec{font-size:16px;margin:24px 0 10px}
.lead{font-size:15px;color:var(--ink-2);line-height:1.9}
.plist{list-style:none;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.plist li{display:flex;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line);font-size:15px}
.plist li:last-child{border-bottom:0}
.plist li:nth-child(even){background:#fafbfc}
.plist i{font-style:normal;flex:none;width:22px;height:22px;border-radius:6px;background:var(--orange-soft);color:var(--orange-dark);font-size:12.5px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}
.locked{font-size:13px;color:var(--orange-dark);margin-top:10px}
.cta-wrap{text-align:center;margin:22px 0 6px}
.cta{display:inline-block;background:var(--orange);color:#fff;font-size:15px;font-weight:600;border-radius:999px;padding:13px 30px;box-shadow:0 6px 16px rgba(255,106,30,.28)}
.cta:hover{background:var(--orange-dark)}
.quote{background:var(--orange-soft);border-left:3px solid var(--orange);border-radius:0 10px 10px 0;padding:14px 18px;margin:10px 0;font-size:14.5px;color:#5a3d2c}
.paywall{margin-top:26px;padding-top:18px;border-top:1px solid var(--line);text-align:center}
.paywall .big{font-size:14px;font-weight:600}
.paywall .small{font-size:12.5px;color:var(--ink-3);margin-top:6px;line-height:1.8}

/* 底部体验卡大区 */
.getcard{background:linear-gradient(150deg,#0f9d76,#0b7f5f);color:#fff;border-radius:var(--radius);padding:30px;margin:22px 0 40px}
.getcard h2{font-size:23px;text-align:center}
.getcard .benefits{display:flex;flex-wrap:wrap;gap:10px 26px;justify-content:center;margin:14px 0 20px;font-size:14px;color:#e6fff6}
.getcard .benefits span::before{content:"\2713 ";font-weight:700}
.getcard .cards{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap}
.getcard .cards img.card{width:auto;max-height:280px;border-radius:10px;background:#fff}
.getcard .qrbox{background:#fff;border-radius:12px;padding:14px;text-align:center;color:var(--ink)}
.getcard .qrbox img{width:190px}
.getcard .qrbox p{font-size:12.5px;color:var(--ink-2);margin-top:8px;max-width:220px}
.getcard .note{text-align:center;font-size:12.5px;color:#d7fff2;margin-top:16px;line-height:1.8}

footer.site{border-top:1px solid var(--line);background:#fff;padding:18px 0;color:var(--ink-3);font-size:12.5px}
footer.site .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}

@media (max-width:900px){
  .layout{grid-template-columns:minmax(0,1fr)}
  .hero{padding:20px 18px}
  .hero-side{position:static;text-align:left;margin-top:14px}
  .hero-stats{justify-content:flex-start}
  .hero h1{font-size:25px;display:block}
  .hero .sub{margin:8px 0 0;padding:0;border:0;display:block}
  .row{flex-wrap:wrap;gap:10px}
  .row .main{flex:1 1 100%;order:3}
  .row .num{width:auto;text-align:left;order:2;margin-left:auto}
  .row .btn-ghost{order:4;margin-left:auto}
  .article{padding:20px 16px 24px}
  .article h1{font-size:21px}
  .board .items{flex-wrap:wrap;gap:14px}
  .board .items>div{flex:1 1 40%;border-right:0}
  .board b{font-size:24px}
  .getcard{padding:22px 16px}
}
