* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
color: #fff;
min-height: 100vh;
overflow-x: hidden;
background:
linear-gradient(rgba(0,0,0,0.82), rgba(0,0,0,0.92)),
url('worldcup_bg.png');
background-size: cover;
background-position: center 30%;
background-repeat: no-repeat;
background-attachment: fixed;
background-blend-mode: multiply;
}
.top-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
background: rgba(0,0,0,0.65);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(255,215,0,0.15);
position: relative;
z-index: 1;
}
.top-left {
display: flex;
align-items: center;
gap: 8px;
}
.weibo-name {
font-size: 18px;
font-weight: 800;
color: #FFD700;
text-shadow: 0 0 20px rgba(255,215,0,0.5);
}
.top-right {
font-size: 12px;
color: #ff6b6b;
font-weight: 600;
}
.badge-box {
text-align: center;
padding: 16px 0 8px;
position: relative;
z-index: 1;
}
.badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 20px;
border-radius: 20px;
background: linear-gradient(135deg, rgba(255,215,0,0.2), rgba(184,134,11,0.2));
border: 1px solid rgba(255,215,0,0.4);
font-size: 13px;
color: #FFD700;
font-weight: 600;
backdrop-filter: blur(8px);
}
.hero-section {
text-align: center;
padding: 20px 16px;
position: relative;
z-index: 1;
}
.main-title {
font-size: 32px;
font-weight: 900;
line-height: 1.2;
color: #FFD700;
text-shadow: 0 0 30px rgba(255,215,0,0.4), 0 0 60px rgba(255,215,0,0.2), 0 2px 10px rgba(0,0,0,0.9);
margin-bottom: 12px;
}
.sub-title {
font-size: 14px;
color: #ddd;
line-height: 1.6;
max-width: 320px;
margin: 0 auto;
text-shadow: 0 1px 6px rgba(0,0,0,0.9);
}
.main-card {
background: rgba(10,10,10,0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255,215,0,0.25);
border-radius: 20px;
padding: 28px 20px;
margin: 0 16px 20px;
position: relative;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}
.main-card::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,215,0,0.08) 0%, transparent 50%);
animation: rotate 20s linear infinite;
}
.card-inner { position: relative; z-index: 1; }
.card-name {
font-size: 24px;
font-weight: 800;
color: #FFD700;
text-align: center;
margin-bottom: 6px;
text-shadow: 0 0 20px rgba(255,215,0,0.4);
}
.card-tag {
text-align: center;
font-size: 13px;
color: #aaa;
margin-bottom: 20px;
}
.jump-btn {
width: 100%;
padding: 16px;
border-radius: 14px;
border: none;
background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
color: #000;
font-size: 16px;
font-weight: 700;
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 8px 32px rgba(255,215,0,0.3);
margin-bottom: 16px;
}
.jump-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(255,215,0,0.5);
}
.jump-btn:active { transform: translateY(0) scale(0.98); }
.address-box {
background: rgba(0,0,0,0.5);
border: 1px solid rgba(255,215,0,0.3);
border-radius: 12px;
padding: 16px 18px;
margin-bottom: 12px;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
backdrop-filter: blur(6px);
box-shadow: 0 0 15px rgba(255,215,0,0.05);
}
.address-box:hover {
border-color: rgba(255,215,0,0.6);
background: rgba(255,215,0,0.1);
box-shadow: 0 0 20px rgba(255,215,0,0.15);
}
.address-label {
font-size: 12px;
color: #aaa;
margin-bottom: 8px;
letter-spacing: 0.05em;
font-weight: 600;
}
.address-value {
font-family: monospace;
font-size: 16px;
color: #FFD700;
word-break: break-all;
font-weight: 700;
text-shadow: 0 0 10px rgba(255,215,0,0.3);
}
.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-bottom: 12px;
}
.contact-card {
background: rgba(0,0,0,0.5);
border: 1px solid rgba(255,215,0,0.3);
border-radius: 12px;
padding: 16px;
cursor: pointer;
transition: all 0.3s ease;
backdrop-filter: blur(6px);
box-shadow: 0 0 15px rgba(255,215,0,0.05);
}
.contact-card:hover {
border-color: rgba(255,215,0,0.6);
background: rgba(255,215,0,0.1);
box-shadow: 0 0 20px rgba(255,215,0,0.15);
}
.contact-label {
font-size: 12px;
color: #bbb;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 6px;
font-weight: 600;
}
.contact-value {
font-size: 15px;
font-weight: 800;
color: #FFD700;
font-family: monospace;
word-break: break-all;
text-shadow: 0 0 8px rgba(255,215,0,0.3);
}
.contact-hint {
font-size: 11px;
color: #888;
margin-top: 6px;
font-weight: 500;
}
.hongdan-box {
background: rgba(0,0,0,0.5);
border: 1px solid rgba(255,215,0,0.2);
border-radius: 12px;
padding: 18px;
text-align: center;
margin-bottom: 12px;
backdrop-filter: blur(6px);
}
.hongdan-title {
font-size: 16px;
font-weight: 700;
color: #FFD700;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.hongdan-tags {
display: flex;
gap: 8px;
justify-content: center;
flex-wrap: wrap;
}
.hongdan-tag {
padding: 6px 16px;
border-radius: 8px;
background: rgba(255,215,0,0.15);
border: 1px solid rgba(255,215,0,0.3);
font-size: 12px;
color: #FFD700;
font-weight: 600;
}
.contact-tip {
background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(255,100,0,0.08));
border: 1px solid rgba(255,215,0,0.3);
border-radius: 12px;
padding: 14px;
text-align: center;
font-size: 14px;
color: #FFD700;
margin-bottom: 20px;
backdrop-filter: blur(6px);
}
.contact-tip strong {
color: #FFD700;
font-weight: 700;
}
.bonus-num {
color: #ff4757;
font-size: 20px;
font-weight: 900;
text-shadow: 0 0 15px rgba(255,71,87,0.6), 0 0 30px rgba(255,71,87,0.3);
margin-left: 4px;
}
.status-bar {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.status-item {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: #aaa;
background: rgba(0,0,0,0.5);
padding: 6px 14px;
border-radius: 20px;
backdrop-filter: blur(6px);
}
.status-dot {
width: 6px;
height: 6px;
border-radius: 50%;
}
.dot-green { background: #4ade80; box-shadow: 0 0 8px #4ade80; }
.dot-yellow { background: #FFD700; box-shadow: 0 0 8px #FFD700; }
.bottom-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin: 0 16px 20px;
position: relative;
z-index: 1;
}
.bottom-card {
background: rgba(20,40,80,0.65);
border: 1px solid rgba(100,180,255,0.25);
border-radius: 16px;
padding: 20px 12px;
text-align: center;
transition: all 0.3s ease;
backdrop-filter: blur(8px);
}
.bottom-card:hover {
transform: translateY(-4px);
border-color: rgba(100,200,255,0.5);
background: rgba(20,40,80,0.85);
}
.bottom-icon {
width: 40px;
height: 40px;
margin: 0 auto 10px;
background: rgba(100,180,255,0.15);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(100,200,255,0.2);
}
.bottom-title {
font-size: 14px;
font-weight: 700;
color: #fff;
margin-bottom: 4px;
}
.bottom-desc {
font-size: 11px;
color: rgba(180,220,255,0.8);
}
.back-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 44px;
height: 44px;
border-radius: 50%;
background: linear-gradient(135deg, #FFD700, #B8860B);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px rgba(255,215,0,0.4);
z-index: 100;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.back-top.show {
opacity: 1;
pointer-events: auto;
}
.toast {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
background: rgba(10,10,10,0.95);
border: 1px solid rgba(255,215,0,0.4);
border-radius: 14px;
padding: 16px 32px;
font-size: 14px;
color: #FFD700;
font-weight: 600;
opacity: 0;
pointer-events: none;
transition: all 0.3s;
z-index: 1000;
white-space: nowrap;
backdrop-filter: blur(10px);
}
.toast.show {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.backup-btn {
background: linear-gradient(135deg, #ff6b6b 0%, #c0392b 100%);
box-shadow: 0 8px 32px rgba(255,107,107,0.3);
}
.backup-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(255,107,107,0.5);
}
.backup-btn:active { transform: translateY(0) scale(0.98); }

@media (max-width: 375px) {
.main-title { font-size: 28px; }
.contact-grid { grid-template-columns: 1fr; }
.bottom-cards { grid-template-columns: 1fr; }
}