﻿/* ============================================================
   智锂生 · 静态版设计系统
   参考：车数万维（浅色底 + 青蓝渐变）+ 现代二手车 UI
   品牌：智锂生（电池/底盘检测专家）
   ============================================================ */
:root {
  --brand-1: #00A1E5;
  --brand-2: #00C3C0;
  --brand-grad: linear-gradient(135deg, #00A1E5 0%, #00C3C0 100%);
  --brand-grad-soft: linear-gradient(135deg, #E8F6FE 0%, #E4FAF9 100%);
  --accent: #FF7A45;
  --accent-2: #FFA26B;
  --accent-grad: linear-gradient(135deg, #FF8A50 0%, #FFB36B 100%);
  --price: #FF5A3C;
  --success: #16A34A;
  --success-bg: #E8F7EE;
  --warn: #D97706;
  --warn-bg: #FDF3E3;
  --danger: #E5484D;
  --danger-bg: #FDEBEC;
  --info: #0284C7;
  --info-bg: #E0F2FE;
  --text-1: #1F2A3A;
  --text-2: #44536B;
  --text-3: #7A8699;
  --text-4: #AAB4C3;
  --line: #EEF2F7;
  --bg: #F5F8FC;
  --card: #FFFFFF;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 6px 24px rgba(20, 60, 120, 0.06);
  --shadow-lg: 0 16px 40px rgba(0, 120, 200, 0.14);
  --nav-h: 60px;
  --max-w: 480px;
}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; background: var(--bg); color: var(--text-1); font-size: 15px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; border: none; background: none; cursor: pointer; color: inherit; }
input, select, textarea { font-family: inherit; font-size: 15px; color: var(--text-1); }
::placeholder { color: var(--text-4); }
.app-shell { max-width: var(--max-w); margin: 0 auto; min-height: 100vh; background: var(--bg); position: relative; }
.app-shell.with-nav { padding-bottom: calc(var(--nav-h) + env(safe-area-inset-bottom, 0px)); }
.topbar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 12px; height: 52px; padding: 0 16px; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.topbar .tb-title { font-size: 17px; font-weight: 700; flex: 1; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.topbar .tb-back, .topbar .tb-action { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--text-2); border-radius: 10px; transition: background .2s; flex: none; }
.topbar .tb-back:active, .topbar .tb-action:active { background: var(--line); }
.topbar .tb-space { width: 34px; flex: none; }
.page-hero { background: var(--brand-grad); color: #fff; padding: 22px 18px 46px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -60px; top: -70px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.14); }
.page-hero::before { content: ""; position: absolute; right: 60px; bottom: -90px; width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,.10); }
.page-hero .hero-inner { position: relative; z-index: 2; }
.page-hero .hero-title { font-size: 22px; font-weight: 800; letter-spacing: 1px; }
.page-hero .hero-sub { font-size: 13px; opacity: .9; margin-top: 4px; }
.card { background: var(--card); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); margin-bottom: 14px; }
.card-title { font-size: 16px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.card-title::before { content: ""; width: 4px; height: 16px; border-radius: 2px; background: var(--brand-1); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 46px; padding: 0 22px; border-radius: 23px; font-size: 15px; font-weight: 600; transition: transform .15s, box-shadow .2s, opacity .2s; user-select: none; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--brand-grad); color: #fff; box-shadow: 0 8px 20px rgba(0,170,220,.30); }
.btn-accent { background: var(--accent-grad); color: #fff; box-shadow: 0 8px 20px rgba(255,120,60,.30); }
.btn-ghost { background: #fff; color: var(--brand-1); border: 1.5px solid rgba(0,161,229,.45); }
.btn-block { width: 100%; }
.btn-sm { height: 34px; padding: 0 14px; font-size: 13px; border-radius: 17px; }
.btn-lg { height: 52px; font-size: 16px; border-radius: 26px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; color: var(--text-3); margin-bottom: 8px; font-weight: 600; }
.field .f-label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.field .f-label-row label { margin-bottom: 0; }
.input { width: 100%; height: 48px; padding: 0 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #FBFCFE; transition: border .2s, box-shadow .2s; }
.input:focus { outline: none; border-color: var(--brand-1); box-shadow: 0 0 0 4px rgba(0,161,229,.12); background: #fff; }
.input-wrap { position: relative; }
.input-wrap .input { padding-right: 96px; }
.input-wrap .code-btn { position: absolute; right: 6px; top: 6px; height: 36px; padding: 0 12px; font-size: 12.5px; border-radius: 9px; background: var(--brand-grad-soft); color: var(--brand-1); font-weight: 700; }
.input-wrap .code-btn.disabled { background: var(--line); color: var(--text-4); }
textarea.input { height: auto; min-height: 84px; padding: 12px 14px; resize: none; }
.tag { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; padding: 3px 10px; border-radius: 999px; font-weight: 600; }
.tag-success { background: var(--success-bg); color: var(--success); }
.tag-warning { background: var(--warn-bg); color: var(--warn); }
.tag-danger { background: var(--danger-bg); color: var(--danger); }
.tag-info { background: var(--info-bg); color: var(--info); }
.tag-brand { background: rgba(0,161,229,.10); color: var(--brand-1); }
.tag-accent { background: rgba(255,122,69,.12); color: var(--accent); }
.tag-gold { background: linear-gradient(135deg,#FDE68A,#F59E0B); color: #7C3F00; }
.bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: var(--max-w); height: calc(var(--nav-h) + env(safe-area-inset-bottom, 0px)); padding-bottom: env(safe-area-inset-bottom, 0px); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); display: flex; z-index: 60; }
.bottom-nav .nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--text-4); font-size: 11px; transition: color .2s; }
.bottom-nav .nav-item img { width: 24px; height: 24px; object-fit: contain; }
.bottom-nav .nav-item.active { color: var(--brand-1); font-weight: 700; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.grid-item { background: #fff; border-radius: 14px; padding: 14px 6px; display: flex; flex-direction: column; align-items: center; gap: 8px; box-shadow: var(--shadow); transition: transform .15s; cursor: pointer; }
.grid-item:active { transform: scale(.95); }
.grid-item .gi-icon { width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 23px; }
.grid-item .gi-name { font-size: 13px; font-weight: 600; color: var(--text-2); }
.gi-blue { background: linear-gradient(135deg,#E1F3FE,#D2F7F5); }
.gi-green { background: linear-gradient(135deg,#E7F6EC,#D6EFDF); }
.gi-orange { background: linear-gradient(135deg,#FFF0E6,#FFE4D2); }
.gi-red { background: linear-gradient(135deg,#FDEBEC,#F8D9DA); }
.gi-purple { background: linear-gradient(135deg,#F1EAFE,#E5DBFB); }
.gi-teal { background: linear-gradient(135deg,#E0F7F4,#CDEFEB); }
.gi-yellow { background: linear-gradient(135deg,#FEF6E3,#FCEBC4); }
.row { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.row:last-child { border-bottom: none; }
.row .r-main { flex: 1; min-width: 0; }
.row .r-title { font-size: 15px; font-weight: 600; color: var(--text-1); }
.row .r-sub { font-size: 12.5px; color: var(--text-3); margin-top: 2px; }
.row .r-arrow { color: var(--text-4); font-size: 14px; flex: none; }
.row .r-icon { width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19px; flex: none; }
.segment { display: flex; background: #E9EEF6; border-radius: 12px; padding: 4px; margin-bottom: 14px; }
.segment-item { flex: 1; text-align: center; padding: 9px 0; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--text-3); transition: all .25s; cursor: pointer; }
.segment-item.active { background: #fff; color: var(--brand-1); box-shadow: 0 4px 12px rgba(0,161,229,.18); }
#toast { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 999; display: none; max-width: 280px; background: rgba(20,28,40,.88); color: #fff; padding: 12px 18px; border-radius: 12px; font-size: 14px; line-height: 1.5; text-align: center; box-shadow: 0 12px 32px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
#toast.show { display: block; animation: toastIn .22s ease; }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, -46%); } to { opacity: 1; transform: translate(-50%, -50%); } }
#loading { position: fixed; inset: 0; z-index: 998; display: none; background: rgba(255,255,255,.72); backdrop-filter: blur(4px); align-items: center; justify-content: center; flex-direction: column; gap: 14px; }
#loading.show { display: flex; }
.spinner { width: 40px; height: 40px; border-radius: 50%; border: 4px solid #DCEBFA; border-top-color: var(--brand-1); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
#loading .ld-text { font-size: 14px; color: var(--text-2); font-weight: 600; }
.empty { text-align: center; padding: 70px 20px; color: var(--text-4); }
.empty .em-icon { font-size: 56px; margin-bottom: 12px; opacity: .6; }
.empty .em-text { font-size: 14px; }
.price { color: var(--price); font-weight: 800; }
.price-symbol { font-size: 13px; }
.price-num { font-size: 22px; }
.price-orig { color: var(--text-4); text-decoration: line-through; font-size: 12.5px; font-weight: 400; margin-left: 6px; }
.badge-dot { position: relative; }
.badge-dot::after { content: ""; position: absolute; top: 4px; right: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--danger); }
.data-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.data-row:last-child { border-bottom: none; }
.data-label { font-size: 13.5px; color: var(--text-3); }
.data-value { font-size: 14px; color: var(--text-1); font-weight: 600; text-align: right; }
.score-ring { width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; flex: none; }
.score-ring .sr-num { font-size: 26px; font-weight: 800; }
.score-ring .sr-in { width: 68px; height: 68px; border-radius: 50%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.score-ring .sr-label { font-size: 11px; color: var(--text-3); }
.agree-row { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: var(--text-3); line-height: 1.6; }
.agree-row input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--brand-1); margin-top: 1px; flex: none; }
.agree-row .agree-link { color: var(--brand-1); }
.fix-bar { position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 55; width: 100%; max-width: var(--max-w); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-top: 1px solid var(--line); padding: 12px 16px calc(12px + env(safe-area-inset-bottom,0px)); display: flex; align-items: center; gap: 14px; }
.app-shell.with-fixbar { padding-bottom: 86px; }
.auth-page { min-height: 100vh; background: var(--bg); }
.auth-hero { background: var(--brand-grad); padding: 42px 26px 76px; color: #fff; position: relative; overflow: hidden; }
.auth-hero::after { content: ""; position: absolute; right: -50px; top: -50px; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.16); }
.auth-hero .logo-box { width: 62px; height: 62px; border-radius: 18px; background: rgba(255,255,255,.94); display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 800; color: var(--brand-1); box-shadow: 0 10px 24px rgba(0,80,140,.28); }
.auth-hero .brand-name { font-size: 24px; font-weight: 800; letter-spacing: 3px; margin-top: 14px; }
.auth-hero .brand-slogan { font-size: 13px; opacity: .92; margin-top: 6px; letter-spacing: 1px; }
.auth-panel { margin: -48px 16px 0; position: relative; z-index: 3; background: #fff; border-radius: 20px; padding: 22px 18px; box-shadow: var(--shadow-lg); }
.role-tabs { display: flex; background: var(--line); border-radius: 12px; padding: 4px; margin-bottom: 18px; }
.role-tab { flex: 1; text-align: center; padding: 9px 0; border-radius: 9px; font-size: 13.5px; font-weight: 600; color: var(--text-3); cursor: pointer; transition: all .2s; }
.role-tab.active { background: #fff; color: var(--brand-1); box-shadow: 0 4px 12px rgba(0,120,200,.16); }
.form-tabs { display: flex; gap: 22px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-tab { font-size: 14.5px; color: var(--text-3); padding: 8px 2px 10px; position: relative; cursor: pointer; font-weight: 600; }
.form-tab.active { color: var(--brand-1); }
.form-tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; border-radius: 2px; background: var(--brand-grad); }
.portal-page { min-height: 100vh; background: var(--brand-grad); position: relative; overflow: hidden; }
.portal-page::before, .portal-page::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.12); }
.portal-page::before { width: 340px; height: 340px; right: -120px; top: -120px; }
.portal-page::after { width: 260px; height: 260px; left: -100px; bottom: -90px; }
.portal-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; padding: 64px 22px 40px; min-height: 100vh; display: flex; flex-direction: column; color: #fff; }
.portal-logo { width: 74px; height: 74px; border-radius: 20px; background: rgba(255,255,255,.95); display: flex; align-items: center; justify-content: center; font-size: 38px; font-weight: 800; color: var(--brand-1); box-shadow: 0 14px 34px rgba(0,70,130,.28); }
.portal-title { font-size: 30px; font-weight: 800; letter-spacing: 4px; margin-top: 20px; }
.portal-slogan { font-size: 14px; opacity: .94; margin-top: 8px; letter-spacing: 1px; }
.portal-desc { font-size: 13px; opacity: .85; margin-top: 14px; line-height: 1.7; max-width: 320px; }
.portal-cards { margin-top: 34px; display: flex; flex-direction: column; gap: 14px; }
.portal-card { display: flex; align-items: center; gap: 14px; padding: 18px 16px; border-radius: 18px; background: rgba(255,255,255,.94); color: var(--text-1); cursor: pointer; box-shadow: 0 14px 34px rgba(0,70,130,.20); transition: transform .18s, box-shadow .2s; }
.portal-card:active { transform: scale(.98); }
.portal-card .pc-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex: none; }
.portal-card .pc-name { font-size: 17px; font-weight: 700; }
.portal-card .pc-desc { font-size: 12.5px; color: var(--text-3); margin-top: 3px; }
.portal-card .pc-arrow { margin-left: auto; color: var(--text-4); font-size: 18px; }
.portal-foot { margin-top: auto; padding-top: 30px; text-align: center; font-size: 12px; opacity: .8; }
.ad-banner { border-radius: var(--radius); padding: 16px; margin-bottom: 14px; position: relative; overflow: hidden; display: flex; align-items: center; background: linear-gradient(135deg,#FFF3EC,#FFE9DD); }
.ad-banner .ad-content { flex: 1; z-index: 2; }
.ad-banner .ad-main { font-size: 17px; font-weight: 800; color: var(--text-1); }
.ad-banner .ad-sub { font-size: 12.5px; color: var(--text-2); margin-top: 6px; line-height: 1.6; }
.ad-banner .ad-price { margin-top: 10px; display: flex; align-items: center; gap: 10px; }
.ad-banner .ad-car { width: 96px; height: 96px; object-fit: contain; opacity: .95; flex: none; }
.report-header { background: var(--brand-grad); color: #fff; padding: 20px 18px; position: relative; overflow: hidden; }
.report-header::after { content: ""; position: absolute; right: -50px; top: -60px; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.13); }
.report-header .rh-title { font-size: 20px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.report-header .rh-sub { font-size: 12.5px; opacity: .92; margin-top: 8px; }
.report-header .rh-meta { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 14px; font-size: 12.5px; opacity: .9; }
.report-header .rh-score { position: absolute; right: 18px; bottom: 18px; z-index: 2; text-align: center; }
.report-header .rh-score .sc-num { font-size: 30px; font-weight: 800; line-height: 1; }
.report-header .rh-score .sc-label { font-size: 11px; opacity: .88; margin-top: 2px; }
.bar { height: 8px; border-radius: 4px; background: var(--line); overflow: hidden; }
.bar > i { display: block; height: 100%; border-radius: 4px; background: var(--brand-grad); }
.step-wrap { display: flex; gap: 6px; }
.step { flex: 1; text-align: center; position: relative; }
.step .st-dot { width: 28px; height: 28px; border-radius: 50%; background: var(--line); color: var(--text-4); font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto; position: relative; z-index: 2; transition: all .3s; }
.step .st-line { position: absolute; top: 14px; left: 50%; width: 100%; height: 2px; background: var(--line); z-index: 1; }
.step:last-child .st-line { display: none; }
.step .st-label { font-size: 11.5px; color: var(--text-4); margin-top: 6px; }
.step.done .st-dot { background: var(--brand-1); color: #fff; }
.step.done .st-line { background: var(--brand-1); }
.step.active .st-dot { background: var(--accent); color: #fff; box-shadow: 0 0 0 5px rgba(255,122,69,.18); }
.step.active .st-label { color: var(--accent); font-weight: 700; }
.guarantee { display: flex; gap: 12px; padding: 12px; border-radius: 12px; background: var(--success-bg); }
.guarantee .g-icon { font-size: 26px; }
.guarantee .g-title { font-size: 14px; font-weight: 700; color: var(--success); }
.guarantee .g-text { font-size: 12.5px; color: var(--text-2); margin-top: 4px; line-height: 1.6; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat-item { background: #fff; border-radius: 14px; padding: 14px 10px; text-align: center; box-shadow: var(--shadow); }
.stat-item .st-value { font-size: 22px; font-weight: 800; color: var(--brand-1); }
.stat-item .st-label { font-size: 12px; color: var(--text-3); margin-top: 4px; }
.tbl { width: 100%; border-collapse: collapse; font-size: 13px; }
.tbl th { text-align: left; color: var(--text-3); font-weight: 600; padding: 9px 8px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl td { padding: 10px 8px; border-bottom: 1px solid var(--line); color: var(--text-2); }
.tbl tr:last-child td { border-bottom: none; }
.tbl td:first-child { color: var(--text-1); font-weight: 600; }
.hbar { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.hbar .hb-label { width: 64px; font-size: 12.5px; color: var(--text-3); text-align: right; flex: none; }
.hbar .hb-bar { flex: 1; height: 14px; border-radius: 7px; background: var(--line); overflow: hidden; }
.hbar .hb-fill { height: 100%; border-radius: 7px; background: var(--brand-grad); }
.hbar .hb-val { width: 44px; font-size: 12.5px; color: var(--text-2); font-weight: 700; flex: none; }
.donut { position: relative; width: 150px; height: 150px; border-radius: 50%; margin: 0 auto; }
.donut::after { content: ""; position: absolute; inset: 26px; border-radius: 50%; background: #fff; }
.donut .dn-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; }
.donut .dn-num { font-size: 24px; font-weight: 800; color: var(--brand-1); }
.donut .dn-label { font-size: 11.5px; color: var(--text-3); }
.page-foot { text-align: center; padding: 20px 16px 30px; font-size: 11.5px; color: var(--text-4); line-height: 1.8; }
.upload-area { border: 2px dashed #C9DFF2; border-radius: 14px; background: #F7FBFE; min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; cursor: pointer; transition: border .2s, background .2s; padding: 16px; }
.upload-area:hover { border-color: var(--brand-1); background: #F0F9FF; }
.upload-area .up-icon { font-size: 40px; }
.upload-area .up-text { font-size: 14px; color: var(--brand-1); font-weight: 600; }
.upload-area .up-tip { font-size: 12px; color: var(--text-4); }
.upload-area.has-img { border-style: solid; background: #fff; }
.upload-area img.preview { max-height: 180px; border-radius: 10px; }
.report-frame { width: 100%; height: calc(100vh - 52px); border: none; display: block; background: #fff; }
.frame-page { height: 100vh; background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.flex { display: flex; align-items: center; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.flex-1 { flex: 1; min-width: 0; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-16 { gap: 16px; }
.mt-8 { margin-top: 8px; } .mt-14 { margin-top: 14px; } .mt-20 { margin-top: 20px; }
.mb-14 { margin-bottom: 14px; }
.text-2 { color: var(--text-2); } .text-3 { color: var(--text-3); }
.text-12 { font-size: 12px; } .text-13 { font-size: 13px; } .text-14 { font-size: 14px; }
.bold { font-weight: 700; }
.section-pad { padding: 14px 16px; }
.muted { color: var(--text-4); font-size: 12px; }
@media (min-width: 520px) {
  .app-shell, .portal-inner { box-shadow: 0 0 40px rgba(20,60,120,.10); }
  body { background: #E9EFF7; }
}

/* ---------- ?????? ---------- */
.role-switch { padding: 2px 0 4px; }
.role-switch .rs-title { font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.role-switch .rs-title::before { content: ""; width: 4px; height: 16px; border-radius: 2px; background: var(--brand-1); }
.role-switch .rs-sub { font-size: 12px; color: var(--text-4); margin-top: 5px; }
.role-switch .rs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.role-switch .rs-item { border: 1.5px solid var(--line); border-radius: 14px; padding: 14px 6px; text-align: center; cursor: pointer; background: #fff; transition: transform .15s, border-color .2s, box-shadow .2s; }
.role-switch .rs-item:hover { border-color: rgba(0,161,229,.45); }
.role-switch .rs-item:active { transform: scale(.96); }
.role-switch .rs-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19px; margin: 0 auto 8px; }
.role-switch .rs-name { font-size: 13px; font-weight: 700; color: var(--text-2); }
.role-switch .rs-item.active { border-color: transparent; background: var(--brand-grad); box-shadow: 0 8px 20px rgba(0,170,220,.30); }
.role-switch .rs-item.active .rs-icon { background: rgba(255,255,255,.22); }
.role-switch .rs-item.active .rs-name { color: #fff; }
