/* ============================================================
   一路旺 · 增长核（冠军增长活动）专用样式
   科技蓝主色 + 金色冠军光效 + iOS 毛玻璃卡片
   与主站 styles.css 协同：复用 --ink / --gold / --paper 体系
   ============================================================ */

/* ---------- 设计 Token ---------- */
.gr-page{
  --g-tech:#2456C8;          /* 科技蓝主色 */
  --g-tech-deep:#173DA0;
  --g-tech-light:#5C8FE8;
  --g-tech-soft:#E8F0FE;
  --g-ink:#182742;           /* 墨青（主站一致） */
  --g-ink-deep:#0F1A2E;
  --g-gold:#D9A94F;          /* 旺金（主站一致） */
  --g-gold-light:#F0DCA8;
  --g-champion:#FFD66E;      /* 冠军金光 */
  --g-paper:#F5F3EE;
  --g-card:#FFFFFF;
  --g-text:#2B3345;
  --g-muted:#7B8398;
  --g-line:#E8E4DA;
  --g-radius:14px;
  min-height:100vh;
  background:var(--g-paper);
  color:var(--g-text);
}
.gr-page *{box-sizing:border-box}

/* 活动页渐变背景 */
.gr-page.gr-campaign{
  background:
    radial-gradient(120% 55% at 50% -10%, rgba(255,214,110,0.20), transparent 60%),
    radial-gradient(90% 40% at 90% 8%, rgba(36,86,200,0.28), transparent 60%),
    linear-gradient(180deg,#0F1A2E 0%,#182742 45%,#1B3A6B 100%);
  color:#EFEDE6;
}
.gr-page.gr-campaign .section-label{color:#E7D9A8}
.gr-page.gr-campaign .section-label::before{background:var(--g-champion)}
.gr-page.gr-campaign .nav-title{color:#F3E9CF}
.gr-page.gr-campaign .nav-en{color:var(--g-champion)}

/* ---------- 导航 ---------- */
.gr-nav{padding:14px 16px 8px;align-items:center}
.gr-nav .nav-title{font-size:19px;letter-spacing:.08em}
.gr-back{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;
  background:rgba(36,86,200,.08);color:var(--g-tech);margin-right:6px;flex:none}
.gr-campaign .gr-back{background:rgba(255,255,255,.12);color:#F3E9CF}
/* 活动页深色背景：导航透明，避免主站浅色 navbar 渐变穿帮 */
.gr-page.gr-campaign .navbar{background:transparent}
.gr-back svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2}

/* ---------- 通用区段 ---------- */
.gr-sec{margin:12px 16px 0}
.gr-cta-box{display:grid;gap:10px}
.gr-cta-box .gr-btn{margin:0}
.gr-cta-note{font-size:11.5px;color:var(--g-muted);text-align:center;margin-top:2px;line-height:1.7}
.gr-campaign .gr-cta-note{color:rgba(239,237,230,.7)}

/* 毛玻璃卡片 */
.gr-glass{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(20px) saturate(180%);
  -webkit-backdrop-filter:blur(20px) saturate(180%);
  border:1px solid rgba(255,255,255,.65);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(15,26,46,.10);
  padding:16px;
}
.gr-campaign .gr-glass{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  color:#EFEDE6;
}

/* ---------- 按钮 ---------- */
.gr-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;border:none;cursor:pointer;font-family:inherit;
  border-radius:13px;padding:15px 16px;font-size:15px;font-weight:700;
  letter-spacing:.04em;transition:transform .15s,box-shadow .15s,opacity .15s;line-height:1;
}
.gr-btn:active{transform:scale(.97)}
.gr-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;flex:none}
.gr-btn.sm{width:auto;padding:10px 16px;font-size:13px;border-radius:11px}
.gr-btn-tech{
  background:linear-gradient(135deg,var(--g-tech-light),var(--g-tech));
  color:#fff;box-shadow:0 8px 20px rgba(36,86,200,.30);
}
.gr-btn-gold{
  background:linear-gradient(135deg,#F0DCA8,#D9A94F);
  color:var(--g-ink);box-shadow:0 8px 22px rgba(217,169,79,.38);
}
.gr-btn-ghost{background:#fff;color:var(--g-ink);border:1px solid var(--g-line)}
.gr-campaign .gr-btn-ghost{background:rgba(255,255,255,.14);color:#F3E9CF;border:1px solid rgba(255,255,255,.3)}

/* ---------- 冠军金光文字 ---------- */
.gr-champion-glow{
  background:linear-gradient(135deg,#FFF1C2,#FFD66E 45%,#D9A94F);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  text-shadow:0 0 24px rgba(255,214,110,.35);font-weight:900;
}

/* ---------- 加载 ---------- */
.gr-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--g-muted);font-size:13px;padding:30px 16px}
.gr-campaign .gr-loading{color:rgba(239,237,230,.8)}
.gr-spinner{width:18px;height:18px;border:2px solid rgba(36,86,200,.25);border-top-color:var(--g-tech);border-radius:50%;animation:grSpin .8s linear infinite;display:inline-block}
.gr-campaign .gr-spinner{border-color:rgba(255,255,255,.3);border-top-color:var(--g-champion)}
@keyframes grSpin{to{transform:rotate(360deg)}}

/* ============================================================
   活动页 · Hero
   ============================================================ */
.gr-hero{position:relative;padding:20px 22px 8px;text-align:center;overflow:hidden}
.gr-hero-glow{position:absolute;left:50%;top:-40px;transform:translateX(-50%);width:240px;height:240px;
  background:radial-gradient(circle,rgba(255,214,110,.35),transparent 65%);filter:blur(8px);pointer-events:none}
.gr-hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.28em;
  color:var(--g-champion);padding:5px 12px;border:1px solid rgba(255,214,110,.4);border-radius:20px;position:relative}
.gr-hero-badge svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
.gr-hero-title{font-size:30px;font-weight:900;letter-spacing:.06em;margin:14px 0 6px;color:#F3E9CF;position:relative}
.gr-hero-sub{font-size:13px;color:rgba(239,237,230,.78);line-height:1.7;position:relative}
.gr-hero-stats{display:flex;align-items:center;justify-content:center;gap:24px;margin:18px 0 4px;position:relative}
.gr-hs{display:flex;flex-direction:column;align-items:center}
.gr-hs b{font-size:26px;font-weight:900;letter-spacing:.04em}
.gr-hs span{font-size:11px;color:rgba(239,237,230,.65);margin-top:3px}
.gr-hs-div{width:1px;height:30px;background:rgba(255,255,255,.22)}

/* 倒计时 */
.gr-countdown{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:14px;position:relative}
.gr-countdown i{font-style:normal;font-size:18px;font-weight:900;color:var(--g-ink-deep);background:linear-gradient(180deg,#FFF6DA,#F0DCA8);
  border-radius:8px;min-width:30px;height:34px;display:flex;align-items:center;justify-content:center;padding:0 4px;
  box-shadow:0 4px 10px rgba(0,0,0,.25);border:1px solid rgba(255,214,110,.6)}
.gr-countdown em{font-style:normal;font-size:11px;color:var(--g-champion);margin:0 1px}
.gr-cd-label{font-size:11px;color:rgba(239,237,230,.6);text-align:center;margin-top:6px}

/* ---------- 城市/行业双栏 ---------- */
.gr-dual{display:flex;align-items:stretch}
.gr-dual-col{flex:1;min-width:0}
.gr-dual-sep{width:1px;background:var(--g-line);margin:0 14px}
.gr-campaign .gr-dual-sep{background:rgba(255,255,255,.16)}
.gr-dual-hd{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--g-ink);margin-bottom:10px}
.gr-campaign .gr-dual-hd{color:#F3E9CF}
.gr-dual-hd svg{width:15px;height:15px;stroke:var(--g-tech);fill:none;stroke-width:2}
.gr-campaign .gr-dual-hd svg{stroke:var(--g-champion)}

/* 排名行（通用） */
.gr-rank-row{display:flex;align-items:center;gap:8px;padding:7px 0}
.gr-rank-no{width:20px;height:20px;border-radius:6px;background:#EEF1F6;color:var(--g-muted);font-size:11px;font-weight:700;
  display:flex;align-items:center;justify-content:center;flex:none}
.gr-rank-no.top{background:linear-gradient(135deg,#F0DCA8,#D9A94F);color:var(--g-ink-deep)}
.gr-rank-name{font-size:12.5px;color:var(--g-text);min-width:54px;flex:none}
.gr-campaign .gr-rank-name{color:#EFEDE6}
.gr-rank-bar{flex:1;height:6px;background:rgba(36,86,200,.10);border-radius:4px;overflow:hidden}
.gr-campaign .gr-rank-bar{background:rgba(255,255,255,.14)}
.gr-rank-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--g-tech-light),var(--g-tech));border-radius:4px}
.gr-campaign .gr-rank-bar i{background:linear-gradient(90deg,#F0DCA8,#D9A94F)}
.gr-rank-num{font-size:12px;font-weight:700;color:var(--g-ink);min-width:42px;text-align:right;flex:none}
.gr-campaign .gr-rank-num{color:#F3E9CF}

/* ---------- 规则 ---------- */
.gr-rules-list{list-style:none;counter-reset:none}
.gr-rules-list li{display:flex;gap:10px;padding:9px 0;border-bottom:1px dashed var(--g-line)}
.gr-rules-list li:last-child{border-bottom:none}
.gr-campaign .gr-rules-list li{border-color:rgba(255,255,255,.14)}
.gr-rule-no{flex:none;width:22px;height:22px;border-radius:7px;background:var(--g-tech-soft);color:var(--g-tech);
  font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}
.gr-campaign .gr-rule-no{background:rgba(255,214,110,.18);color:var(--g-champion)}
.gr-rules-list p{font-size:12.5px;line-height:1.75;color:var(--g-text);margin:0}
.gr-campaign .gr-rules-list p{color:rgba(239,237,230,.85)}

/* ---------- 滚动用户信息 ---------- */
.gr-marquee{padding:0;overflow:hidden;height:168px;position:relative}
.gr-marquee::before,.gr-marquee::after{content:"";position:absolute;left:0;right:0;height:24px;z-index:2;pointer-events:none}
.gr-marquee::before{top:0;background:linear-gradient(rgba(255,255,255,.72),transparent)}
.gr-marquee::after{bottom:0;background:linear-gradient(transparent,rgba(255,255,255,.72))}
.gr-campaign .gr-marquee::before{background:linear-gradient(rgba(20,30,55,.5),transparent)}
.gr-campaign .gr-marquee::after{background:linear-gradient(transparent,rgba(20,30,55,.5))}
.gr-marquee-track{animation:grScroll 16s linear infinite}
.gr-marquee-item{display:flex;align-items:center;gap:9px;padding:8px 14px;font-size:12px}
.gr-mq-avatar{width:26px;height:26px;border-radius:50%;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}
.gr-mq-text{color:var(--g-text);flex:1;min-width:0}
.gr-mq-text b{color:var(--g-ink);margin-right:4px}
.gr-campaign .gr-mq-text{color:rgba(239,237,230,.85)}
.gr-campaign .gr-mq-text b{color:#F3E9CF}
.gr-mq-time{color:var(--g-muted);font-size:11px;flex:none}
.gr-campaign .gr-mq-time{color:rgba(239,237,230,.6)}
@keyframes grScroll{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}

/* ---------- 分享区 ---------- */
.gr-share-info h4{font-size:15px;color:var(--g-ink);margin-bottom:5px}
.gr-share-info p{font-size:12px;color:var(--g-muted);line-height:1.7}
.gr-campaign .gr-share-info h4{color:#F3E9CF}
.gr-campaign .gr-share-info p{color:rgba(239,237,230,.75)}
.gr-share-acts{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}

/* ---------- 套餐 ---------- */
.gr-plan-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}
.gr-plan-tag{font-size:11px;color:var(--g-tech);background:var(--g-tech-soft);padding:4px 10px;border-radius:20px;font-weight:700}
.gr-plan-top b{font-size:24px;color:var(--g-ink);font-weight:900}
.gr-plan-top b span{font-size:12px;color:var(--g-muted);font-weight:500}
.gr-plan-list{list-style:none;padding:0;margin:0 0 14px}
.gr-plan-list li{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--g-text);padding:6px 0}
.gr-plan-list li svg{width:15px;height:15px;stroke:#3E7D53;fill:none;stroke-width:2.4;flex:none}

/* ============================================================
   检测页
   ============================================================ */
.gr-score-card{display:flex;align-items:center;gap:18px}
.gr-score-ring{--p:0;width:108px;height:108px;border-radius:50%;flex:none;position:relative;
  background:conic-gradient(var(--g-tech) calc(var(--p)*1%),rgba(36,86,200,.12) 0)}
.gr-score-ring::after{content:"";position:absolute;inset:9px;border-radius:50%;background:#fff}
.gr-score-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}
.gr-score-inner b{font-size:30px;line-height:1}
.gr-score-inner span{font-size:10px;color:var(--g-muted);margin-top:3px}
.gr-score-meta{flex:1;min-width:0}
.gr-grade{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--g-gold);background:rgba(217,169,79,.12);padding:5px 11px;border-radius:20px;margin-bottom:10px}
.gr-grade.champ{color:#B8862A;background:rgba(217,169,79,.18)}
.gr-grade svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
.gr-score-meta p{font-size:12.5px;color:var(--g-text);line-height:1.75}
.gr-score-meta p b{color:var(--g-tech)}

/* 雷达 + 维度条 */
.gr-radar-card{display:flex;flex-direction:column;align-items:center;gap:6px}
.gr-radar{width:100%;max-width:260px;height:auto}
.gr-bars{width:100%;margin-top:6px}
.gr-bar{padding:7px 0}
.gr-bar-hd{display:flex;justify-content:space-between;align-items:baseline;font-size:12.5px;color:var(--g-text)}
.gr-bar-hd b{font-size:13px;font-weight:800}
.gr-bar-hd b.high{color:#3E7D53}
.gr-bar-hd b.mid{color:var(--g-tech)}
.gr-bar-hd b.low{color:var(--cinnabar,#C2482F)}
.gr-bar-track{height:7px;background:rgba(36,86,200,.10);border-radius:5px;margin-top:5px;overflow:hidden}
.gr-bar-fill{height:100%;border-radius:5px;transition:width .6s ease}
.gr-bar-fill.high{background:linear-gradient(90deg,#7BC99A,#3E7D53)}
.gr-bar-fill.mid{background:linear-gradient(90deg,var(--g-tech-light),var(--g-tech))}
.gr-bar-fill.low{background:linear-gradient(90deg,#E89B7E,#C2482F)}
.gr-bar-hint{font-size:11px;color:var(--g-muted);margin-top:4px;line-height:1.5}

/* 问题/建议 */
.gr-list-card{padding:6px 16px}
.gr-prob,.gr-sug{display:flex;gap:11px;padding:11px 0;border-bottom:1px dashed var(--g-line)}
.gr-list-card>div:last-child{border-bottom:none}
.gr-prob-no{flex:none;width:22px;height:22px;border-radius:7px;background:#FBEDE9;color:var(--cinnabar,#C2482F);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}
.gr-sug-no{flex:none;width:22px;height:22px;border-radius:7px;background:#EAF3EC;color:#3E7D53;display:flex;align-items:center;justify-content:center}
.gr-sug-no svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.6}
.gr-prob h4,.gr-sug h4{font-size:13.5px;color:var(--g-ink);margin-bottom:3px}
.gr-prob p,.gr-sug p{font-size:12px;color:var(--g-muted);line-height:1.7}

/* ============================================================
   生成名片流程
   ============================================================ */
.gr-steps{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px 4px}
.gr-steps i{width:34px;height:5px;border-radius:3px;background:var(--g-line);font-style:normal;display:flex;align-items:center;justify-content:center}
.gr-steps i.on{background:linear-gradient(90deg,var(--g-tech-light),var(--g-tech));width:46px}
.gr-steps i.done{background:linear-gradient(90deg,#7BC99A,#3E7D53);color:#fff}
.gr-steps i.done svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:3}
.gr-step-tip{font-size:12px;color:var(--g-muted);text-align:center;padding:0 20px 8px;line-height:1.6}

.gr-form{display:block}
.gr-grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gr-form .field{margin-top:14px}
.gr-form .field:first-child,.gr-grid2 .field{margin-top:14px}
.gr-form .field label{display:block;font-size:12px;color:var(--g-muted);margin-bottom:6px;letter-spacing:.04em}
.gr-form .field input,.gr-form .field textarea,.gr-form .field select{
  width:100%;border:1px solid var(--g-line);border-radius:12px;padding:12px 14px;font-size:14px;color:var(--g-text);
  background:rgba(255,255,255,.8);font-family:inherit;outline:none}
.gr-form .field input:focus,.gr-form .field textarea:focus{border-color:var(--g-tech);box-shadow:0 0 0 3px rgba(36,86,200,.12)}
.gr-form .field textarea{min-height:72px;resize:vertical}
.gr-form .hint{font-size:11px;color:var(--g-muted);margin-top:5px}

/* 头像选择 */
.gr-avatar-pick{display:flex;align-items:center;gap:14px;margin-top:14px}
.gr-avatar-prev{width:60px;height:60px;border-radius:50%;color:#fff;font-size:24px;font-weight:900;
  display:flex;align-items:center;justify-content:center;flex:none;border:2px solid rgba(36,86,200,.25)}
.gr-avatar-inp{flex:1;min-width:0}
.gr-avatar-inp label{display:block;font-size:12px;color:var(--g-muted);margin-bottom:6px}
.gr-avatar-inp input{width:100%;border:1px solid var(--g-line);border-radius:12px;padding:11px 14px;font-size:13px;background:rgba(255,255,255,.8);outline:none}

/* 主题选择 */
.gr-theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:4px}
.gr-theme-pick{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:9px 4px;border:1px solid var(--g-line);border-radius:11px;cursor:pointer;background:rgba(255,255,255,.7)}
.gr-theme-pick.on{border-color:var(--g-tech);background:var(--g-tech-soft);box-shadow:0 0 0 3px rgba(36,86,200,.1)}
.gr-theme-dot{width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.4)}
.gr-theme-pick span{font-size:11px;color:var(--g-text)}
.gr-theme-check{position:absolute;top:3px;right:3px;width:15px;height:15px;border-radius:50%;background:var(--g-tech);color:#fff;display:flex;align-items:center;justify-content:center}
.gr-theme-check svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:3}

/* 预览名片 */
.gr-preview{padding:18px}
.gr-prev-card{border-radius:16px;padding:18px 16px;color:#EFEDE6;position:relative;overflow:hidden;
  box-shadow:0 12px 28px rgba(15,26,46,.25)}
.gr-prev-card.theme-mojin{background:linear-gradient(152deg,#1E3050 0%,#182742 46%,#0F1A2E 100%)}
.gr-prev-card.theme-zijin{background:linear-gradient(152deg,#43265C 0%,#301A44 46%,#1D0F2C 100%)}
.gr-prev-card.theme-yuebai{background:linear-gradient(160deg,#FCFAF4 0%,#F5F0E4 100%);color:#2E3A48}
.gr-prev-card.theme-zhusha{background:linear-gradient(152deg,#93301F 0%,#771F12 46%,#54130A 100%)}
.gr-prev-card.theme-yaolan{background:linear-gradient(152deg,#122238 0%,#0C1729 46%,#070F1C 100%)}
.gr-prev-card.theme-dailv{background:linear-gradient(152deg,#20443A 0%,#173328 46%,#0E211A 100%)}
.gr-prev-card.theme-xuantie{background:linear-gradient(152deg,#33363D 0%,#25272D 46%,#17181C 100%)}
.gr-prev-top{display:flex;align-items:center;gap:12px}
.gr-prev-av{width:50px;height:50px;border-radius:50%;color:#fff;font-size:20px;font-weight:900;display:flex;align-items:center;justify-content:center;flex:none;border:2px solid rgba(255,214,110,.5)}
.gr-prev-top h3{font-size:18px;font-weight:900;letter-spacing:.08em}
.gr-prev-top p{font-size:11.5px;opacity:.78;margin-top:2px}
.gr-prev-pos{margin-top:12px;font-size:13px;font-weight:700;color:#F0DCA8;line-height:1.6}
.gr-prev-card.theme-yuebai .gr-prev-pos{color:#A98545}
.gr-prev-div{height:1px;background:linear-gradient(90deg,rgba(255,214,110,.5),transparent);margin:12px 0}
.gr-prev-bio{font-size:12px;line-height:1.8;opacity:.88}
.gr-prev-adv{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:6px}
.gr-prev-adv li{display:flex;align-items:center;gap:8px;font-size:12px}
.gr-prev-adv-no{width:18px;height:18px;border-radius:5px;background:rgba(255,214,110,.22);color:#F0DCA8;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
.gr-prev-decl{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12.5px;font-weight:700;color:#F0DCA8}
.gr-prev-card.theme-yuebai .gr-prev-decl{color:#A98545}
.gr-prev-decl svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;flex:none}
.gr-prev-fields{margin-top:16px;display:grid;gap:12px}
.gr-pf label{display:block;font-size:11px;color:var(--g-muted);margin-bottom:4px}
.gr-pf p{font-size:12.5px;color:var(--g-text);line-height:1.7}

/* 第三步表单 */
.gr-claim-info{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#3E7D53;background:#EAF3EC;margin-bottom:14px}
.gr-claim-info svg{width:16px;height:16px;stroke:#3E7D53;fill:none;stroke-width:2.4;flex:none}
.gr-code-row{display:flex;gap:10px;align-items:flex-start}
.gr-code-row .gr-code-inp{flex:1;border:1px solid var(--g-line);border-radius:12px;padding:12px 14px;font-size:14px;background:rgba(255,255,255,.8);outline:none}
.gr-code-row .gr-code-inp:focus{border-color:var(--g-tech)}
.gr-code-row .gr-btn.sm{margin-top:0;align-self:auto;height:46px}
.gr-claim-alt{text-align:center;font-size:12px;color:var(--g-muted);margin-top:12px}
.gr-claim-alt a{color:var(--g-tech);font-weight:600}

/* ============================================================
   战队
   ============================================================ */
.gr-team-card{padding:16px}
.gr-team-hd{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.gr-team-hd h3{font-size:16px;color:var(--g-ink)}
.gr-team-hd p{font-size:12px;color:var(--g-muted);margin-top:3px}
.gr-team-rank{font-size:12px;font-weight:700;color:var(--g-gold);background:rgba(217,169,79,.14);padding:5px 12px;border-radius:20px;flex:none}
.gr-team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}
.gr-team-stats div{text-align:center}
.gr-team-stats b{display:block;font-size:17px;color:var(--g-ink);font-weight:900}
.gr-team-stats span{font-size:11px;color:var(--g-muted)}
.gr-team-main{flex:1;min-width:0}
.gr-team-main b{display:block;font-size:13px;color:var(--g-ink)}
.gr-team-main span{font-size:11px;color:var(--g-muted)}

/* ============================================================
   排行榜
   ============================================================ */
.gr-tabs{display:flex;gap:6px;overflow-x:auto;padding:8px;-webkit-overflow-scrolling:touch}
.gr-tab{flex:none;white-space:nowrap;padding:8px 14px;border-radius:20px;font-size:13px;color:var(--g-text);background:#F3F1EA;border:1px solid var(--g-line);cursor:pointer;font-family:inherit}
.gr-tab.on{background:linear-gradient(135deg,var(--g-tech-light),var(--g-tech));color:#fff;border-color:transparent;box-shadow:0 6px 14px rgba(36,86,200,.28)}
.gr-periods{display:flex;gap:8px;justify-content:center;padding:10px}
.gr-period{padding:6px 16px;border-radius:16px;font-size:12px;color:var(--g-muted);background:transparent;border:1px solid var(--g-line);cursor:pointer;font-family:inherit}
.gr-period.on{color:var(--g-tech);border-color:var(--g-tech);background:var(--g-tech-soft);font-weight:700}
.gr-privacy{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--g-muted);margin:12px 16px}
.gr-privacy svg{width:13px;height:13px;stroke:#3E7D53;fill:none;stroke-width:2.4}
.gr-lb-row{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px dashed var(--g-line)}
.gr-list-card .gr-lb-row:last-child{border-bottom:none}
.gr-lb-no{width:26px;height:26px;border-radius:8px;background:#EEF1F6;color:var(--g-muted);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
.gr-lb-no.top{background:linear-gradient(135deg,#F0DCA8,#D9A94F);color:var(--g-ink-deep)}
.gr-lb-no.top1{background:linear-gradient(135deg,#FFE9A8,#FFD66E)}
.gr-lb-main{flex:1;min-width:0}
.gr-lb-main b{display:block;font-size:13.5px;color:var(--g-ink)}
.gr-lb-main span{font-size:11px;color:var(--g-muted)}
.gr-lb-val{text-align:right;flex:none}
.gr-lb-val b{display:block;font-size:15px;color:var(--g-tech);font-weight:900}
.gr-lb-val span{font-size:10px;color:var(--g-muted)}

/* ============================================================
   海报
   ============================================================ */
.gr-poster-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gr-poster-tpl{cursor:pointer;border:2px solid transparent;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 6px 16px rgba(15,26,46,.08)}
.gr-poster-tpl.on{border-color:var(--g-tech);box-shadow:0 0 0 3px rgba(36,86,200,.12)}
.gr-poster-thumb{height:140px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:12px;text-align:center}
.gr-poster-thumb .gr-poster-ph-name{font-size:16px;font-weight:900;letter-spacing:.08em}
.gr-poster-thumb .gr-poster-ph-title{font-size:10px;opacity:.8;margin-top:4px}
.gr-poster-thumb .gr-poster-ph-crown{position:absolute;top:8px;right:10px}
.gr-poster-thumb .gr-poster-ph-crown svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
.gr-poster-champion{background:radial-gradient(120% 80% at 50% 0%,#3A2E14,#182742)}
.gr-poster-tech{background:linear-gradient(160deg,#1B3A6B,#0F1A2E)}
.gr-poster-city{background:linear-gradient(160deg,#1E4F3A,#0E211A)}
.gr-poster-minimal{background:linear-gradient(160deg,#FCFAF4,#EDE6D6);color:#2E3A48}
.gr-poster-meta{padding:8px 10px}
.gr-poster-meta b{display:block;font-size:12.5px;color:var(--g-ink)}
.gr-poster-meta span{font-size:10.5px;color:var(--g-muted);display:block;margin-top:2px;line-height:1.4}
.gr-poster-preview{padding:14px}
.gr-poster-canvas{aspect-ratio:3/4;border-radius:14px;padding:22px 18px;color:#fff;display:flex;flex-direction:column;background-size:cover;background-position:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#1B3A6B,#0F1A2E)}
.gr-poster-canvas.gr-poster-champion{background:radial-gradient(120% 70% at 50% 0%,#3A2E14,#0F1A2E)}
.gr-poster-canvas.gr-poster-city{background:linear-gradient(160deg,#1E4F3A,#0E211A)}
.gr-poster-canvas.gr-poster-minimal{background:linear-gradient(160deg,#FCFAF4,#EDE6D6);color:#2E3A48}
.gr-pc-top{font-size:11px;letter-spacing:.28em;color:var(--g-champion);margin-bottom:auto}
.gr-poster-canvas.gr-poster-minimal .gr-pc-top{color:#A98545}
.gr-pc-name{font-size:28px;font-weight:900;letter-spacing:.06em;margin-top:24px}
.gr-pc-title{font-size:12px;opacity:.82;margin-top:6px;line-height:1.6}
.gr-pc-slogan{font-size:13px;font-weight:700;color:#F0DCA8;margin-top:14px;line-height:1.6}
.gr-poster-canvas.gr-poster-minimal .gr-pc-slogan{color:#A98545}
.gr-pc-qr{width:64px;height:64px;border-radius:12px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;margin-top:18px;align-self:flex-start}
.gr-pc-qr svg{width:36px;height:36px;stroke:#fff;fill:none;stroke-width:1.8}
.gr-poster-canvas.gr-poster-minimal .gr-pc-qr{background:rgba(36,86,200,.1)}
.gr-poster-canvas.gr-poster-minimal .gr-pc-qr svg{stroke:#2E3A48}
.gr-pc-foot{font-size:10.5px;opacity:.7;margin-top:10px}

/* ============================================================
   我的增长中心
   ============================================================ */
.gr-me-card{padding:16px}
.gr-me-top{display:flex;align-items:center;gap:12px}
.gr-me-av{width:52px;height:52px;border-radius:50%;color:#fff;font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;flex:none;border:2px solid rgba(36,86,200,.25)}
.gr-me-info{flex:1;min-width:0}
.gr-me-info h3{font-size:17px;color:var(--g-ink)}
.gr-me-info p{font-size:12px;color:var(--g-muted);margin-top:3px}
.gr-me-level{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:var(--g-gold);background:rgba(217,169,79,.14);padding:6px 12px;border-radius:20px;flex:none}
.gr-me-level svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
.gr-me-meta{display:flex;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px dashed var(--g-line)}
.gr-me-meta span{display:flex;flex-direction:column}
.gr-me-meta label{font-size:11px;color:var(--g-muted)}
.gr-me-meta b{font-size:13.5px;color:var(--g-ink);margin-top:3px}

.gr-me-stats{display:flex;text-align:center}
.gr-me-stats>div{flex:1;position:relative}
.gr-me-stats>div:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:32px;background:var(--g-line)}
.gr-me-stats b{display:block;font-size:22px;font-weight:900;color:var(--g-ink)}
.gr-me-stats span{font-size:11px;color:var(--g-muted);margin-top:3px}

.gr-invite{display:flex;align-items:center;gap:16px}
.gr-invite-qr{width:104px;height:104px;border-radius:14px;background:#fff;border:1px solid var(--g-line);flex:none;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.gr-invite-qr img{width:100%;height:100%;object-fit:contain}
.gr-invite-qr-fallback{display:none;width:44px;height:44px;color:var(--g-tech)}
.gr-invite-qr-fallback svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.6}
.gr-invite-info{flex:1;min-width:0}
.gr-invite-info h4{font-size:14px;color:var(--g-ink);letter-spacing:.04em}
.gr-invite-info p{font-size:12px;color:var(--g-muted);line-height:1.7;margin:6px 0 12px}
.gr-invite-acts{display:flex;gap:8px;flex-wrap:wrap}

.gr-feed{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px dashed var(--g-line)}
.gr-list-card .gr-feed:last-child{border-bottom:none}
.gr-feed h4{font-size:13px;color:var(--g-ink);margin-bottom:3px}
.gr-feed span{font-size:11px;color:var(--g-muted)}
.gr-feed-delta{margin-left:auto;font-size:12px;font-weight:700;color:var(--g-tech);background:var(--g-tech-soft);padding:5px 11px;border-radius:20px;flex:none}

.gr-menu{padding:4px 16px}
.gr-menu a{display:flex;align-items:center;gap:10px;padding:13px 0;border-bottom:1px dashed var(--g-line);font-size:14px;color:var(--g-ink)}
.gr-menu a:last-child{border-bottom:none}
.gr-menu a svg{width:18px;height:18px;stroke:var(--g-tech);fill:none;stroke-width:1.8;flex:none}
.gr-menu a .arrow{margin-left:auto;width:16px;height:16px;stroke:var(--g-muted)}

/* ============================================================
   名片底部裂变入口
   ============================================================ */
.gr-fission{margin:14px 16px 0}
.gr-fission-inner{display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:16px;
  background:linear-gradient(135deg,rgba(36,86,200,.10),rgba(217,169,79,.10));
  border:1px solid rgba(36,86,200,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.gr-fission-icon{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--g-tech-light),var(--g-tech));color:#fff;display:flex;align-items:center;justify-content:center;flex:none;box-shadow:0 6px 14px rgba(36,86,200,.3)}
.gr-fission-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}
.gr-fission-text{flex:1;min-width:0}
.gr-fission-text b{display:block;font-size:13.5px;color:var(--g-ink)}
.gr-fission-text span{display:block;font-size:11.5px;color:var(--g-muted);margin-top:2px;line-height:1.4}

/* ============================================================
   兼容与安全区
   ============================================================ */
.gr-page .safe{height:24px}
@supports (padding:max(0px)){.gr-page{padding-bottom:env(safe-area-inset-bottom)}}
@media (prefers-reduced-motion:reduce){.gr-marquee-track{animation:none}.gr-spinner{animation-duration:2s}}
