* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #f5f6f8; color: #1f2933; font-family: Arial, "Microsoft YaHei", sans-serif; }
body { display: flex; justify-content: center; }
a { color: inherit; text-decoration: none; }
.app-page { width: 100%; min-height: 100vh; padding: 0 16px 82px; background: #f5f6f8; }
.app-page.white { background: #fff; }
.app-header { height: 52px; display: flex; align-items: center; justify-content: center; position: relative; font-size: 18px; font-weight: 700; color: #20242a; }
.app-header .back { position: absolute; left: 14px; width: 26px; height: 26px; color: #1682ff; font-size: 28px; line-height: 23px; font-weight: 300; }
.lang-select { position: absolute; right: 8px; display: flex; align-items: center; gap: 5px; color: #4d5560; font-size: 13px; font-weight: 400; }
.notice-bar { height: 36px; display: flex; align-items: center; gap: 8px; padding: 0 12px; margin: 10px 0 12px; background: #fff8ed; border: 1px solid #ffe7c2; color: #8b8b8b; font-size: 13px; overflow: hidden; white-space: nowrap; }
.notice-icon { width: 16px; height: 16px; color: #ff7b22; flex: 0 0 16px; }
.hero-card { position: relative; height: 180px; border-radius: 8px; background: #e9eef7; color: #fff; overflow: hidden; }
.hero-link, .hero-slide { display: block; width: 100%; height: 100%; }
.hero-slide { object-fit: cover; }
.hero-mark { width: 88px; height: 88px; border-radius: 50%; border: 14px solid rgba(17,91,234,.55); position: relative; margin-bottom: 12px; }
.hero-mark:before, .hero-mark:after { content: ""; position: absolute; width: 48px; height: 16px; top: 4px; background: linear-gradient(180deg, #ffd84a, #ff8a00); border-radius: 10px; box-shadow: 0 6px 10px rgba(0,0,0,.14); }
.hero-mark:before { left: 28px; transform: rotate(-45deg); transform-origin: left center; }
.hero-mark:after { left: 32px; transform: rotate(45deg); transform-origin: left center; }
.hero-title { font-size: 18px; font-weight: 700; }
.hero-sub { margin-top: 5px; width: 230px; color: rgba(255,255,255,.86); font-size: 11px; line-height: 1.45; text-align: center; }
.hero-track-wrap { position: relative; width: 100%; height: 100%; overflow: hidden; }
.hero-track { display: flex; height: 100%; transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
.hero-link { display: block; width: 100%; height: 100%; flex: 0 0 100%; }
.hero-slide { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 5px; margin-top: 0; z-index: 2; }
.dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: background .2s; }
.dots i.active { background: #fff; }
.quick-card { margin: 12px 0 18px; padding: 17px 10px; border-radius: 8px; background: #fff; box-shadow: 0 4px 12px rgba(40,53,78,.06); display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.quick-item { display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 13px; color: #1f2933; }
.quick-icon { width: 29px; height: 29px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; }
.quick-icon img {width: 100%;}
.quick-blue { background: #4b8df7; } .quick-orange { background: #ff7138; } .quick-gold { background: #ffb42d; }
.section-title { display: flex; align-items: center; gap: 8px; margin: 8px 0 16px; font-size: 19px; font-weight: 800; }
.section-title:before { content: ""; width: 4px; height: 16px; border-radius: 3px; background: #2380ff; }
.stable-list { display: flex; flex-direction: column; gap: 28px; }
.stable-item { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center; }
.stable-img { width: 120px; height: 80px; border-radius: 8px; object-fit: cover; background: #e9eef7; }
.stable-name { font-size: 17px; font-weight: 800; margin-bottom: 12px; }
.rate-row { display: flex; justify-content: space-between; color: #ff3037; font-size: 15px; font-weight: 800; }
.stable-sub { margin-top: 13px; color: #9ba4af; font-size: 13px; }
.project-card { margin-top: 12px; padding: 12px 18px; border-radius: 10px; background: #fff; box-shadow: 0 2px 12px rgba(31,41,55,.05); }
.project-row { height: 72px; display: flex; align-items: center; border-bottom: 1px solid #eef0f3; }
.project-row:last-child { border-bottom: 0; }
.project-icon { width: 43px; height: 43px; margin-right: 18px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 18px; box-shadow: 0 0 0 6px #f4f6f9; }
.project-icon.img { overflow: hidden; background: #fff; color: inherit; }
.project-icon.img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.project-icon.c1 { background: #ff6348; } .project-icon.c2 { background: #ffd836; } .project-icon.c3 { background: #4896eb; }
.project-icon.c4 { background: #ffa06a; } .project-icon.c5 { background: #f05c42; } .project-icon.c6 { background: #5368dc; } .project-icon.c7 { background: #0b86c8; }
.project-name { flex: 1; font-size: 16px; color: #111827; }
.chevron { width: 10px; height: 10px; border-top: 2px solid #b9bec7; border-right: 2px solid #b9bec7; transform: rotate(45deg); }
.profile-hero { margin: 0 -16px; padding: 26px 22px 34px; background: linear-gradient(135deg, #2196f3, #1074df); color: #fff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 0 6px 14px rgba(19,113,218,.28); }
.profile-title { text-align: center; font-size: 18px; font-weight: 800; margin-bottom: 20px; }
.profile-body { display: flex; align-items: center; gap: 20px; }
.pay-logo { width: 58px; height: 58px; border-radius: 50%; background: #20c7e9; display: grid; place-items: center; font-size: 40px; font-weight: 700; overflow: hidden; }
.pay-logo img { width: 100%;}
.profile-line { font-size: 15px; font-weight: 800; line-height: 1.65; }
.menu-card { margin-top: 16px; padding: 0 12px; border-radius: 14px; background: #fff; }
.menu-row { min-height: 61px; display: flex; align-items: center; border-bottom: 1px solid #eef0f3; font-size: 16px; }
.menu-row:last-child { border-bottom: 0; }
.menu-icon { width: 31px; height: 31px; margin: 0 14px 0 8px; border-radius: 9px; display: grid; place-items: center; font-size: 16px; color: #1c7dff; background: #eaf3ff; }
.menu-icon.orange { color: #ff9100; background: #fff3df; }
.menu-icon img,.menu-icon svg { width: 70%;}
.menu-icon.red { color: #ef4444; background: #ffe9ee; }
.menu-label { flex: 1; }
.menu-value { color: #333; margin-right: 14px; }
.tabbar { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 20; width: 100%; max-width: 420px; height: 56px; background: rgba(255,255,255,.98); border-top: 1px solid #e6e8ec; display: grid; grid-template-columns: repeat(4, 1fr); }
.tab { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #606873; font-size: 12px; }
.tab.active { color: #20242a; }
.tab svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 360px) {
  .app-page { padding-left: 12px; padding-right: 12px; }
  .stable-item { grid-template-columns: 108px 1fr; }
  .stable-img { width: 108px; height: 72px; }
  .quick-card { grid-template-columns: repeat(5, minmax(48px, 1fr)); }
  .project-name, .menu-row { font-size: 15px; }
}
