* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #1b2233; background: #f3f4f6; font: 14px/1.6 "Microsoft YaHei", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.ys-page { min-width: 1260px; background: radial-gradient(circle at 18% 190px, rgba(255,118,74,.16), transparent 260px), radial-gradient(circle at 82% 210px, rgba(30,211,180,.18), transparent 280px), #f3f4f6; }
.ys-wrap { width: 1320px; max-width: calc(100vw - 40px); margin: 0 auto; }
.ys-topbar { height: 34px; color: #6f7480; background: #fff; border-bottom: 1px solid #eceff3; }
.ys-topbar .ys-wrap { display: flex; align-items: center; justify-content: space-between; height: 34px; font-size: 12px; }
.ys-topbar a { margin-left: 18px; }
.ys-topbar a:hover, .ys-nav a:hover, .ys-link:hover { color: #ff4d3b; }
.ys-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid #eceff3; backdrop-filter: blur(16px); }
.ys-header-main { display: grid; grid-template-columns: 260px 1fr 240px; gap: 34px; align-items: center; height: 104px; }
.ys-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.ys-logo { position: relative; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; font-size: 24px; font-weight: 900; border-radius: 18px; background: radial-gradient(circle at 35% 28%, #ffd36c 0 24%, #ff7a21 25% 58%, #dd4b15 59% 100%); box-shadow: 0 16px 26px rgba(255,113,31,.24); }
.ys-logo::before, .ys-logo::after { content: ""; position: absolute; top: 14px; width: 8px; height: 8px; background: #fff; border: 3px solid #1e293b; border-radius: 50%; }
.ys-logo::before { left: 15px; }
.ys-logo::after { right: 15px; }
.ys-brand h1 { margin: 0; font-size: 26px; line-height: 1.05; letter-spacing: 0; }
.ys-brand p { margin: 4px 0 0; color: #748097; font-size: 12px; }
.ys-search { min-width: 0; }
.ys-search-form { display: grid; grid-template-columns: 116px 1fr 90px; height: 50px; overflow: hidden; background: #fff; border: 2px solid #ff7a00; border-radius: 999px; box-shadow: 0 14px 28px rgba(255,122,0,.08); }
.ys-search-form select, .ys-search-form input, .ys-search-form button { border: 0; outline: 0; font-family: inherit; }
.ys-search-form select { padding-left: 14px; color: #334155; background: #f7fafc; border-right: 1px solid #e5ebf3; }
.ys-search-form input { min-width: 0; padding: 0 14px; color: #111827; font-size: 14px; }
.ys-search-form button { display: grid; place-items: center; color: #fff; cursor: pointer; font-size: 15px; font-weight: 800; background: linear-gradient(135deg,#ff7a00,#ff9d2e); }
.ys-search-form svg { width: 20px; height: 20px; }
.ys-hotwords { display: flex; gap: 14px; min-width: 0; margin-top: 8px; color: #78849a; font-size: 12px; white-space: nowrap; overflow: hidden; }
.ys-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ys-action { display: flex; align-items: center; justify-content: center; height: 46px; color: #fff; font-weight: 800; border-radius: 10px; background: linear-gradient(135deg,#ff4a35,#ff7c22); box-shadow: 0 12px 22px rgba(255,91,61,.22); }
.ys-action:last-child { color: #123047; background: linear-gradient(135deg,#c4f1ff,#dff7eb); box-shadow: 0 12px 22px rgba(13,148,136,.14); }
.ys-nav { height: 48px; background: linear-gradient(90deg,#fff2e4,#e8fbf4); border-top: 1px solid #f1f3f6; }
.ys-nav .ys-wrap { display: flex; align-items: center; height: 46px; }
.ys-nav a { display: flex; align-items: center; height: 46px; padding: 0 22px; color: #28354a; font-weight: 700; }
.ys-nav a:first-child { color: #ff4d3b; }
.ys-hero { display: none; }
.ys-premium-hero { display: grid; grid-template-columns: 310px 1fr 300px; gap: 18px; padding: 18px 0 18px; }
.ys-center-stack { min-width: 0; }
.ys-panel, .ys-section, .ys-card, .ys-news-card, .ys-footer-service { background: rgba(255,255,255,.97); border: 1px solid #e9edf3; border-radius: 14px; box-shadow: 0 12px 30px rgba(31,41,55,.04); }
.ys-side-title { display: flex; align-items: center; justify-content: space-between; padding: 14px 14px 8px; font-weight: 800; }
.ys-game-list { padding: 0 10px 12px; }
.ys-menu-list { padding: 14px 20px 15px; }
.ys-menu-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; min-height: 58px; border-radius: 12px; }
.ys-menu-item:hover { background: #f8fafc; }
.ys-menu-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 12px; box-shadow: 0 10px 18px rgba(31,41,55,.1); }
.ys-menu-icon svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ys-menu-item:nth-child(1) .ys-menu-icon { background: linear-gradient(135deg,#ff8a00,#ff4b30); }
.ys-menu-item:nth-child(2) .ys-menu-icon { background: linear-gradient(135deg,#6674ff,#8d5cff); }
.ys-menu-item:nth-child(3) .ys-menu-icon { background: linear-gradient(135deg,#ffbf1b,#ff7a00); }
.ys-menu-item:nth-child(4) .ys-menu-icon { background: linear-gradient(135deg,#44d66f,#16a34a); }
.ys-menu-item:nth-child(5) .ys-menu-icon { background: linear-gradient(135deg,#54a5ff,#3b82f6); }
.ys-menu-item:nth-child(6) .ys-menu-icon { background: linear-gradient(135deg,#ff9a1f,#fb6d21); }
.ys-menu-copy strong { display: block; color: #1f2937; font-size: 15px; line-height: 20px; }
.ys-menu-copy span { display: block; margin-top: 3px; color: #a2a9b5; font-size: 12px; line-height: 16px; }
.ys-mini-games { padding-top: 8px; margin-top: 8px; border-top: 1px solid #f0f2f6; }
.ys-mini-games .ys-game-item { grid-template-columns: 34px 1fr; padding-top: 7px; padding-bottom: 7px; }
.ys-mini-games img { width: 34px; height: 34px; border-radius: 9px; }
.ys-game-item { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; padding: 9px 6px; border-radius: 8px; }
.ys-game-item:hover { background: #f4f7fb; }
.ys-game-item img { width: 38px; height: 38px; object-fit: cover; border-radius: 8px; background: #edf2f7; }
.ys-game-item strong, .ys-game-item span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ys-game-item strong { color: #1f2937; font-size: 13px; }
.ys-game-item span { color: #8a95a8; font-size: 12px; }
.ys-banner { position: relative; min-height: 205px; overflow: hidden; color: #fff; border-radius: 14px; background: linear-gradient(120deg,rgba(16,24,39,.72),rgba(255,153,51,.14)), url("../../sp/static/image/9ea6100a0d6a4c6f9a5f63314cc2a8c0.jpg") center/cover no-repeat; box-shadow: 0 18px 36px rgba(255,122,0,.12); }
.ys-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(27,34,51,.72),rgba(27,34,51,.08) 66%,rgba(27,34,51,.25)); }
.ys-banner-content { position: relative; z-index: 1; width: 56%; padding: 36px 34px; }
.ys-eyebrow { display: inline-flex; align-items: center; gap: 8px; height: 28px; padding: 0 12px; color: #fee2b6; font-size: 12px; font-weight: 700; border: 1px solid rgba(255,226,182,.44); border-radius: 999px; background: rgba(255,255,255,.08); }
.ys-banner h2 { margin: 13px 0 8px; font-size: 34px; line-height: 1.1; letter-spacing: 0; }
.ys-banner p { margin: 0 0 18px; color: rgba(255,255,255,.88); font-size: 14px; }
.ys-promo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 14px; }
.ys-promo { display: grid; grid-template-columns: 86px 1fr; align-items: center; gap: 12px; min-height: 130px; padding: 14px; overflow: hidden; border-radius: 14px; background: #fff; border: 1px solid #edf0f5; box-shadow: 0 10px 22px rgba(31,41,55,.04); }
.ys-promo-thumb { width: 78px; height: 78px; object-fit: cover; border-radius: 14px; background: #f3f4f6; }
.ys-promo strong { display: block; color: #1b2233; font-size: 17px; }
.ys-promo span { display: block; margin: 3px 0 8px; color: #8d96a8; font-size: 12px; }
.ys-promo b { color: #ff304f; font-size: 18px; }
.ys-banner-actions { display: flex; gap: 12px; }
.ys-btn { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 18px; font-weight: 800; border-radius: 8px; }
.ys-btn-primary { color: #fff; background: linear-gradient(135deg,#ff4d3b,#ff9c35); }
.ys-btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
.ys-login-card { padding: 18px; }
.ys-user-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.ys-avatar { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; font-weight: 900; border-radius: 50%; background: linear-gradient(135deg,#2394ff,#22c55e); }
.ys-user-head strong, .ys-user-head span { display: block; }
.ys-user-head span { color: #7b8798; font-size: 12px; }
.ys-user-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.ys-user-actions a { display: flex; align-items: center; justify-content: center; height: 40px; color: #fff; font-weight: 800; border-radius: 10px; background: #ff5a3d; }
.ys-user-actions a:last-child { color: #14506c; background: #e3f7ff; }
.ys-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
.ys-stat { padding: 10px 6px; text-align: center; border-radius: 8px; background: #f7fafc; }
.ys-stat strong { display: block; color: #ff4d3b; font-size: 16px; }
.ys-stat span { color: #7d889a; font-size: 12px; }
.ys-coupon { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 14px; padding: 9px; border-radius: 12px; background: linear-gradient(135deg,#fff1e5,#fff7f1); border: 1px solid #ffd9bd; }
.ys-coupon span { min-height: 54px; padding: 7px 4px; color: #ff3d32; font-size: 12px; text-align: center; border: 1px solid #ff5b4e; border-radius: 8px; background: #fff; }
.ys-coupon b { display: block; font-size: 18px; line-height: 20px; }
.ys-tool-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 14px; }
.ys-tool { display: flex; min-width: 0; flex-direction: column; align-items: center; color: #485568; font-size: 12px; text-align: center; }
.ys-tool svg { width: 22px; height: 22px; margin-bottom: 5px; color: #ff7a00; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ys-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0 0 20px; }
.ys-service { position: relative; display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 18px 26px; overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid #edf0f5; border-radius: 14px; }
.ys-service::after { content: attr(data-watermark); position: absolute; right: 24px; top: 12px; color: rgba(255,122,0,.08); font-size: 58px; font-weight: 900; line-height: 1; }
.ys-service-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; font-size: 22px; font-weight: 900; border-radius: 8px; background: linear-gradient(135deg,#1d4ed8,#14b8a6); }
.ys-service:nth-child(2) .ys-service-icon { background: linear-gradient(135deg,#ef4444,#f59e0b); }
.ys-service:nth-child(3) .ys-service-icon { background: linear-gradient(135deg,#7c3aed,#06b6d4); }
.ys-service:nth-child(4) .ys-service-icon { background: linear-gradient(135deg,#0f766e,#84cc16); }
.ys-service strong, .ys-service span { display: block; }
.ys-service strong { font-size: 15px; }
.ys-service span { color: #7c8799; font-size: 12px; }
.ys-ticker { display: flex; align-items: center; gap: 18px; height: 44px; padding: 0 16px; margin-bottom: 18px; overflow: hidden; color: #697589; background: #fff; border-radius: 8px; border: 1px solid #e0e7f1; }
.ys-ticker strong { color: #111827; }
.ys-ticker-track { display: flex; gap: 26px; white-space: nowrap; }
.ys-ticker-track span b { color: #ff4d3b; font-weight: 800; }
.ys-section { margin-bottom: 20px; padding: 22px; }
.ys-section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 14px; }
.ys-section-title { display: flex; align-items: center; gap: 10px; }
.ys-section-title h2 { margin: 0; color: #111827; font-size: 24px; line-height: 1.15; }
.ys-section-title span { color: #8792a4; font-size: 12px; }
.ys-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.ys-tabs a { height: 28px; padding: 0 12px; color: #607086; line-height: 28px; border-radius: 999px; background: #f2f6fb; }
.ys-tabs a:first-child, .ys-tabs a:hover { color: #fff; background: #111827; }
.ys-product-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.ys-card { overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.ys-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(31,41,55,.12); }
.ys-card-img { position: relative; height: 132px; background: #dce5f1; }
.ys-card-img img { width: 100%; height: 100%; object-fit: cover; }
.ys-card-badge { position: absolute; left: 10px; top: 10px; height: 22px; padding: 0 8px; color: #fff; font-size: 12px; line-height: 22px; border-radius: 6px; background: rgba(17,24,39,.82); }
.ys-card-body { padding: 11px 12px 12px; }
.ys-card-title { display: -webkit-box; height: 42px; overflow: hidden; color: #1f2937; font-weight: 700; line-height: 21px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ys-card-tags { display: flex; gap: 6px; margin-top: 8px; color: #64748b; font-size: 12px; }
.ys-card-tags span { max-width: 76px; height: 22px; padding: 0 7px; overflow: hidden; line-height: 22px; white-space: nowrap; text-overflow: ellipsis; border-radius: 6px; background: #f3f6fb; }
.ys-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.ys-price { color: #ff304f; font-size: 18px; font-weight: 900; }
.ys-price small { font-size: 12px; }
.ys-buy { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 26px; color: #fff; font-size: 12px; font-weight: 800; border-radius: 6px; background: linear-gradient(135deg,#ff4d3b,#ff9a2e); }
.ys-two-col { display: grid; grid-template-columns: 1fr 320px; gap: 18px; }
.ys-shop-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.ys-shop { overflow: hidden; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; }
.ys-shop img { width: 100%; height: 82px; object-fit: cover; background: #eef2f7; }
.ys-shop div { padding: 10px; }
.ys-shop strong, .ys-shop span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ys-shop span { color: #7b8798; font-size: 12px; }
.ys-rank { padding: 16px; }
.ys-rank-list { margin: 0; padding: 0; list-style: none; }
.ys-rank-list li { display: grid; grid-template-columns: 26px 1fr auto; gap: 8px; align-items: center; height: 38px; border-bottom: 1px solid #edf2f7; }
.ys-rank-list li:last-child { border-bottom: 0; }
.ys-rank-list em { display: grid; place-items: center; width: 22px; height: 22px; color: #fff; font-style: normal; font-size: 12px; border-radius: 6px; background: #94a3b8; }
.ys-rank-list li:nth-child(-n+3) em { background: #ff5a3d; }
.ys-rank-list span { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ys-rank-list b { color: #ff304f; }
.ys-news-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.ys-news-card { padding: 12px; }
.ys-news-card h3 { height: 44px; margin: 0 0 8px; overflow: hidden; color: #1f2937; font-size: 15px; line-height: 22px; }
.ys-news-card p { display: -webkit-box; height: 40px; margin: 0; overflow: hidden; color: #7d8798; font-size: 12px; line-height: 20px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ys-news-meta { display: flex; justify-content: space-between; margin-top: 10px; color: #9aa4b5; font-size: 12px; }
.ys-footer-service { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 22px auto; overflow: hidden; }
.ys-footer-service div { padding: 18px 22px; border-right: 1px solid #e6edf6; }
.ys-footer-service div:last-child { border-right: 0; }
.ys-footer-service strong, .ys-footer-service span { display: block; }
.ys-footer-service span { color: #7a8598; font-size: 12px; }
.ys-footer { margin-top: 24px; color: #bcc4d0; background: #22262d; }
.ys-footer .ys-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr 220px; gap: 30px; padding: 30px 0; }
.ys-footer h3 { margin: 0 0 12px; color: #fff; font-size: 15px; }
.ys-footer a, .ys-footer p { display: block; margin: 0 0 8px; color: #aeb7c5; font-size: 12px; }
.ys-qrcode { display: grid; place-items: center; width: 106px; height: 106px; color: #64748b; background: #fff; border-radius: 8px; }
.ys-empty { padding: 24px; color: #7d8798; text-align: center; background: #f7fafc; border-radius: 8px; }
@media (max-width: 900px) {
  .ys-page { min-width: 0; }
  .ys-wrap { width: auto; margin: 0 12px; }
  .ys-topbar, .ys-nav, .ys-actions { display: none; }
  .ys-header { position: static; }
  .ys-header-main { display: block; height: auto; padding: 14px 0; }
  .ys-brand { margin-bottom: 12px; }
  .ys-search-form { grid-template-columns: 92px 1fr 50px; }
  .ys-hero, .ys-two-col, .ys-service-grid, .ys-footer-service, .ys-footer .ys-wrap { display: block; }
  .ys-hero { padding-top: 12px; }
  .ys-panel { margin-bottom: 12px; }
  .ys-banner { min-height: 320px; margin-bottom: 12px; }
  .ys-banner-content { width: 100%; padding: 38px 24px; }
  .ys-banner h2 { font-size: 32px; }
  .ys-service { margin-bottom: 10px; }
  .ys-product-grid, .ys-shop-grid, .ys-news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ys-section { padding: 14px; }
  .ys-section-head { display: block; }
  .ys-tabs { margin-top: 12px; }
  .ys-footer-service div { border-right: 0; border-bottom: 1px solid #e6edf6; }
}
@media (max-width: 520px) {
  .ys-product-grid, .ys-shop-grid, .ys-news-grid { grid-template-columns: 1fr; }
}

/* Premium homepage overrides */
.ys-hero { display: none !important; }
.ys-search-form svg { display: none !important; }
.ys-search-form button::before { content: "搜索"; }
.ys-service-grid .ys-service:nth-child(4) { display: none !important; }
.ys-service-grid .ys-service-icon { display: none !important; }
.ys-service-grid .ys-service:nth-child(1)::after { content: "放心"; }
.ys-service-grid .ys-service:nth-child(2)::after { content: "用心"; }
.ys-service-grid .ys-service:nth-child(3)::after { content: "省心"; }
.ys-service-grid .ys-service:nth-child(1) strong { font-size: 19px; color: #1b2233; }
.ys-service-grid .ys-service:nth-child(2) strong { font-size: 19px; color: #1b2233; }
.ys-service-grid .ys-service:nth-child(3) strong { font-size: 19px; color: #1b2233; }

/* Closer marketplace homepage polish */
.ys-page { background: linear-gradient(180deg,#fff 0,#fff7ef 122px,#f4f6f9 360px,#f4f6f9 100%); }
.ys-header { box-shadow: 0 8px 26px rgba(31,41,55,.05); }
.ys-brand h1 { color: #f25722; font-weight: 900; }
.ys-logo { border-radius: 50% 50% 44% 44%; }
.ys-logo::before { left: 11px; top: 11px; width: 9px; height: 9px; }
.ys-logo::after { right: 11px; top: 11px; width: 9px; height: 9px; }
.ys-logo { text-shadow: 0 2px 0 rgba(0,0,0,.12); }
.ys-logo + span::after { content: "PXB STYLE"; display: inline-flex; margin-top: 4px; height: 18px; padding: 0 8px; align-items: center; color: #ff6b1a; font-size: 10px; font-weight: 900; border-radius: 999px; background: #fff2e6; }
.ys-nav { background: #ff7a1a; border: 0; }
.ys-nav a { color: #fff; height: 48px; }
.ys-nav a:first-child, .ys-nav a:hover { color: #fff; background: rgba(255,255,255,.14); }
.ys-premium-hero { align-items: stretch; }
.ys-panel, .ys-section, .ys-card, .ys-news-card, .ys-footer-service { border-color: #edf0f5; border-radius: 10px; box-shadow: 0 10px 28px rgba(24,31,45,.05); }
.ys-premium-hero > .ys-panel { min-height: 418px; }
.ys-menu-list { height: 100%; padding: 12px 14px; }
.ys-menu-item { min-height: 55px; padding: 6px 10px; border-radius: 8px; }
.ys-menu-item:hover { background: linear-gradient(90deg,#fff5ec,#fff); box-shadow: inset 3px 0 0 #ff7a1a; }
.ys-menu-icon { width: 36px; height: 36px; border-radius: 50%; }
.ys-menu-copy strong { font-size: 16px; }
.ys-menu-copy span { color: #8b96a8; }
.ys-banner { min-height: 268px; border-radius: 10px; background-position: center; }
.ys-banner::after { background: linear-gradient(90deg,rgba(36,27,20,.76),rgba(62,34,15,.16) 62%,rgba(255,122,26,.22)); }
.ys-banner-content { width: 58%; padding: 38px 36px; }
.ys-banner h2 { font-size: 38px; font-weight: 900; }
.ys-banner p { max-width: 430px; color: rgba(255,255,255,.92); font-size: 15px; }
.ys-eyebrow { color: #fff0c7; background: rgba(255,122,26,.22); border-color: rgba(255,232,187,.55); }
.ys-hero-art { position: absolute; z-index: 2; right: 34px; top: 32px; width: 260px; height: 205px; pointer-events: none; }
.ys-art-card { position: absolute; display: flex; flex-direction: column; justify-content: center; border-radius: 14px; box-shadow: 0 18px 34px rgba(36,27,20,.22); }
.ys-art-card span, .ys-art-card em { font-size: 12px; font-style: normal; }
.ys-art-card strong { font-size: 32px; line-height: 1; font-weight: 900; }
.ys-art-card-main { right: 8px; top: 4px; width: 170px; height: 112px; padding: 18px; color: #fff; background: linear-gradient(135deg,#ff4c2e,#ff982b); transform: rotate(3deg); }
.ys-art-card-main em { margin-top: 7px; color: rgba(255,255,255,.82); }
.ys-art-card-small { left: 0; bottom: 4px; width: 128px; height: 92px; padding: 15px; color: #68340b; background: linear-gradient(135deg,#fff4d9,#ffe1a8); transform: rotate(-6deg); }
.ys-art-card-small strong { color: #ff3f2a; }
.ys-art-chip { position: absolute; right: 0; bottom: 18px; height: 36px; padding: 0 16px; color: #fff; font-weight: 900; line-height: 36px; border-radius: 999px; background: #1f2937; box-shadow: 0 12px 24px rgba(17,24,39,.22); }
.ys-promo-grid { gap: 12px; margin-top: 12px; }
.ys-promo { min-height: 138px; border-radius: 10px; background: linear-gradient(135deg,#fff,#fff7f0); }
.ys-promo:nth-child(2) { background: linear-gradient(135deg,#fff,#eef9ff); }
.ys-promo:nth-child(3) { background: linear-gradient(135deg,#fff,#f2fff3); }
.ys-promo-thumb { width: 86px; height: 86px; border-radius: 12px; }
.ys-login-card { border-top: 4px solid #ff7a1a; }
.ys-avatar { background: linear-gradient(135deg,#ff7a1a,#ff3d31); }
.ys-user-head strong { color: #1b2233; font-size: 17px; }
.ys-coupon { background: #fff4ec; border-color: #ffd4b6; }
.ys-coupon span { position: relative; overflow: hidden; color: #ff3d31; border-style: dashed; }
.ys-coupon span::before, .ys-coupon span::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: #fff4ec; }
.ys-coupon span::before { left: -4px; }
.ys-coupon span::after { right: -4px; }
.ys-tool-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
.ys-tool { min-height: 58px; justify-content: center; border-radius: 10px; background: #f7fafc; }
.ys-tool:hover { color: #ff5b27; background: #fff3ea; }
.ys-service-grid { margin-top: 2px; }
.ys-service { border-radius: 10px; box-shadow: 0 10px 22px rgba(31,41,55,.04); }
.ys-service strong { position: relative; z-index: 1; }
.ys-service span { position: relative; z-index: 1; }
.ys-card { border-radius: 10px; }
.ys-card-img { background: linear-gradient(135deg,#eef2f7,#fff0e6); }
.ys-card-img img[src*="none"], .ys-promo-thumb[src*="none"] { opacity: .12; }
.ys-float-tools { position: fixed; right: 24px; top: 50%; z-index: 50; display: grid; gap: 8px; width: 58px; transform: translateY(-50%); }
.ys-float-tools a { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 62px; color: #697386; font-size: 12px; background: #fff; border: 1px solid #edf0f5; border-radius: 10px; box-shadow: 0 10px 24px rgba(31,41,55,.08); }
.ys-float-tools a:hover { color: #fff; background: #ff7a1a; border-color: #ff7a1a; }
.ys-float-tools svg { width: 21px; height: 21px; margin-bottom: 4px; stroke: currentColor; stroke-width: 2.1; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ys-footer-service strong { font-size: 18px; color: #1b2233; }
@media (max-width: 1380px) {
  .ys-float-tools { right: 8px; }
}
@media (max-width: 900px) {
  .ys-float-tools, .ys-hero-art { display: none; }
}
