:root{
  --primary:#0f6e56;
  --primary-strong:#084b3c;
  --primary-soft:#e6f3ee;
  --evidence:#0c447c;
  --ink:#17211d;
  --muted:#69736e;
  --line:#dce3df;
  --bg:#f5f7f6;
  --surface:#fff;
}
*{box-sizing:border-box;letter-spacing:0;-webkit-tap-highlight-color:transparent}
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
a{color:inherit;text-decoration:none}
.topbar{height:64px;padding:0 max(20px,calc((100vw - 1040px)/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{min-width:0;display:flex;align-items:center;gap:10px}
.brand img{width:36px;height:36px;border:1px solid var(--line);border-radius:8px;background:#fff;object-fit:cover;flex:0 0 auto}
.brand>span{min-width:0;display:flex;flex-direction:column;line-height:1.25}
.brand strong{font-size:15px;color:var(--primary-strong)}
.brand small{margin-top:2px;color:var(--muted);font-size:10px}
.account-link{height:38px;padding:0 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--primary-strong);display:inline-flex;align-items:center;gap:6px;font-weight:650;white-space:nowrap}
.account-link .ti{font-size:18px;color:var(--primary)}
.shell{width:min(1040px,calc(100% - 40px));margin:0 auto;padding:50px 0 70px}
.intro{max-width:720px;padding-bottom:30px}
.kicker{color:var(--primary);font-size:11px;font-weight:750}
.intro h1{margin:6px 0 6px;font-size:36px;line-height:1.2;color:var(--primary-strong)}
.intro p{margin:0;color:var(--muted);font-size:15px}
.product-section{border-top:1px solid var(--line);padding-top:24px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}
.section-head>div{min-width:0}
.section-head h2{margin:0;font-size:18px;color:var(--ink)}
.section-head p{margin:2px 0 0;color:var(--muted);font-size:12px}
.section-count{color:var(--muted);font-size:11px;white-space:nowrap}
.product-list{display:grid;gap:8px}
.product-row{width:100%;min-width:0;min-height:108px;padding:17px 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px}
.product-active:hover{border-color:#a9cabe;box-shadow:0 8px 24px rgba(26,63,50,.06)}
.product-icon{width:48px;height:48px;border-radius:8px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:24px}
.product-copy{min-width:0;display:flex;flex-direction:column}
.product-title{font-size:16px;font-weight:750;color:var(--primary-strong)}
.product-desc{margin-top:2px;color:var(--muted);font-size:12.5px;overflow-wrap:anywhere}
.product-meta{margin-top:7px;color:var(--evidence);font-size:10.5px;display:flex;align-items:center;gap:4px}
.product-action{display:flex;align-items:center;gap:6px;color:var(--primary);white-space:nowrap}
.product-action em{font-size:12px;font-style:normal;font-weight:700}
.product-action .ti{font-size:17px}
.product-upcoming{background:#f9faf9;color:var(--muted)}
.product-upcoming .product-icon{background:#edf0ee;color:#87918c}
.product-upcoming .product-title{color:#5d6762}
.product-upcoming .product-action{color:#7d8782}
.service-strip{min-width:0;margin-top:24px;padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}
.service-strip>div{min-width:0;display:flex;align-items:center;gap:11px}
.service-strip>div>.ti{font-size:22px;color:var(--evidence)}
.service-strip span{min-width:0;display:flex;flex-direction:column}
.service-strip b{font-size:13px}.service-strip small{color:var(--muted);font-size:11px}
.service-strip>a{height:36px;padding:0 8px;color:var(--primary);display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700;white-space:nowrap}
footer{width:min(1040px,calc(100% - 40px));margin:0 auto;padding:20px 0 28px;border-top:1px solid var(--line);color:var(--muted);display:flex;justify-content:space-between;gap:20px;font-size:11px}
footer nav{display:flex;gap:16px}footer a:hover{color:var(--primary)}
@media(max-width:640px){
  .topbar{height:58px;padding:0 14px}.account-link{width:38px;padding:0;justify-content:center}.account-link span{display:none}
  .shell{width:100%;padding:32px 14px 52px}.intro{padding:0 4px 24px}.intro h1{font-size:30px}.intro p{font-size:13px}
  .section-head{align-items:flex-start}.section-count{padding-top:3px}
  .product-row{min-height:100px;padding:14px 12px;grid-template-columns:42px minmax(0,1fr) auto;gap:10px}.product-icon{width:42px;height:42px;font-size:21px}.product-title{font-size:14.5px}.product-desc{font-size:11.5px}.product-meta{align-items:flex-start;line-height:1.45}
  .product-action em{display:none}.product-upcoming .product-action em{display:block;font-size:10px}
  .service-strip{padding:14px 12px}.service-strip>a span{display:none}
  footer{width:calc(100% - 28px);display:block;padding-bottom:22px}footer nav{margin-top:6px}
}
