*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { min-height: 100vh; color: #111; background-color: #fff; background-image: linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px); background-size: 40px 40px; animation: gridMove 20s linear infinite; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif; }
@keyframes gridMove { from { background-position: 0 0; } to { background-position: 40px 40px; } }
.site-header { padding: 24px 16px 16px; text-align: center; border-bottom: 1px solid #eee; }
.logo-icon { width: 190px; margin: 0 auto 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.logo-mark { position: relative; width: 108px; height: 108px; display: grid; place-items: center; isolation: isolate; color: #fff8e7; background: radial-gradient(circle at 28% 22%,rgba(255,255,255,.15),transparent 30%),linear-gradient(150deg,#123a9b 0%,#1358d8 52%,#2f7df4 100%); border: 2px solid #0d3c9c; border-radius: 24px 24px 28px 28px; box-shadow: 0 13px 28px rgba(19,88,216,.24),inset 0 1px 0 rgba(255,255,255,.2); font-family: "FZKai-Z03","STKaiti","KaiTi","Microsoft YaHei",sans-serif; font-size: 66px; font-weight: 900; line-height: 1; text-shadow: 0 2px 2px rgba(8,38,105,.28); }
.logo-mark::before { position: absolute; z-index: -1; inset: 7px; border: 2px solid rgba(255,241,199,.84); border-radius: 17px 17px 21px 21px; content: ""; }
.logo-brand { color: #1358d8; font-family: "STKaiti","KaiTi","Microsoft YaHei",sans-serif; font-size: 19px; font-weight: 900; letter-spacing: 2px; white-space: nowrap; }
.logo-main { color: #111; font-size: clamp(18px,5vw,26px); font-weight: 900; letter-spacing: 1px; }
.logo-sub { margin-top: 6px; color: #111; font-size: clamp(16px,4vw,22px); font-weight: 800; }
.contact-section { padding: 20px 16px; display: flex; justify-content: center; border-bottom: 2px solid #f0f0f0; }
.contact-inner { width: 100%; max-width: 720px; }
.contact-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px 20px; }
.contact-chip { display: flex; align-items: center; gap: 12px; color: #111; cursor: default; text-decoration: none; }
.contact-chip.tg-chip { cursor: pointer; }
.tg-chip-hint { margin-top: 2px; display: inline-block; color: #2aabee; font-size: 11px; font-weight: 600; transform-origin: left center; animation: tgBreath 2s ease-in-out infinite; }
@keyframes tgBreath { 0%,100% { transform: scale(1); } 50% { transform: scale(1.18); } }
.chip-icon-img { width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }
.chip-val { color: #111; font-size: clamp(15px,4vw,20px); font-weight: 700; word-break: break-all; }
.exchange-section { width: 100%; max-width: 900px; margin: 0 auto; padding: 16px 12px 48px; }
.section-title { margin-bottom: 4px; color: #111; font-size: clamp(20px,5vw,28px); font-weight: 900; text-align: center; }
.section-subtitle { margin-bottom: 16px; color: #e53e3e; font-size: clamp(15px,4vw,20px); font-weight: 700; text-align: center; }
.exchange-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 16px; }
.exchange-item { padding: 8px 4px; display: flex; align-items: flex-start; gap: 10px; color: #111; border-bottom: 1px solid #f0f0f0; border-radius: 4px; }
.tg-chip:focus-visible { outline: 2px solid #2563eb; outline-offset: 3px; }
.item-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; background: #eee; border-radius: 10px; font-size: 22px; font-weight: 700; }
.item-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.item-info { min-width: 0; flex: 1; }
.item-name-line { font-size: clamp(13px,3.5vw,16px); font-weight: 800; line-height: 1.3; }
.item-rate { color: #e53e3e; }
.item-desc { margin-top: 2px; color: #666; font-size: clamp(11px,2.8vw,13px); line-height: 1.4; word-break: break-all; }
.site-footer { padding: 16px; color: #999; border-top: 1px solid #eee; font-size: 13px; text-align: center; }
@media (max-width: 480px) { .contact-items { gap: 10px 12px; } .chip-icon-img,.item-icon { width: 40px; height: 40px; } .exchange-grid { gap: 6px 10px; } }
@media (prefers-reduced-motion: reduce) { body,.tg-chip-hint { animation: none; } }
