/* 基础皮肤：对照参考图 */
:root{
  --teal:#1fb5ae;--teal-d:#12948e;--ink:#1b1f24;--muted:#8b939b;--line:#eef1f4;--bg:#f4f6f8;
  --gold:#c4a35a;--danger:#e85d4c;--navh:62px;--shadow:0 10px 30px rgba(18,40,48,.06);
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;background:#f4f6f8;color:var(--ink);font-family:"PingFang SC","Hiragino Sans GB","Noto Sans SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.phone{max-width:480px;margin:0 auto;min-height:100%;min-height:100dvh;background:#fff;position:relative;box-shadow:0 0 0 1px #edf0f2}
@media(min-width:900px){
  body{background:#eef3f4}
  .phone{margin:24px auto;min-height:calc(100dvh - 48px);border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.08)}
}
.auth-wrap{min-height:100dvh;background:#fff;display:flex;flex-direction:column;justify-content:center}
.page{padding:16px 16px calc(var(--navh) + 20px);min-height:100dvh}
.top-title{text-align:center;font-size:15px;color:#666;padding:8px 0 4px}
.hero-user{display:flex;align-items:center;gap:12px;padding:6px 4px 14px}
.avatar{width:52px;height:52px;border-radius:50%;background:#1b1f24;color:#fff;display:grid;place-items:center;font-weight:700;flex:none}
.hero-user h2{font-size:16px}
.hero-user p{font-size:12px;color:var(--muted);margin-top:3px}
.copy{border:0;background:none;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;padding:6px 0 18px}
.stats b{display:block;font-size:20px}
.stats span{display:block;font-size:12px;color:#a0a6ad;margin-top:4px}
.wave-panel{
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.92)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 400'%3E%3Cpath fill='%23e8eef0' d='M0 260 Q 200 180 400 240 T 800 220 T 1200 260 V400 H0Z'/%3E%3C/svg%3E") center bottom / cover no-repeat;
  min-height:42vh;
}
.block{background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:12px 8px 16px;margin-bottom:12px}
.block h3{font-size:14px;padding:2px 10px 12px}
.row3{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}
.ico-btn{background:none;border:0;color:#4a5560;padding:8px 4px}
.ico-btn .g{width:28px;height:28px;margin:0 auto 6px;border-radius:8px;display:grid;place-items:center;background:#f4f6f7}
.ico-btn span{font-size:12px;color:#6a727a}
.tools{padding:8px 4px 0}
.tool{display:flex;align-items:center;gap:10px;padding:13px 8px;border:0;background:none;width:100%;text-align:left}
.tool b{font-weight:500;font-size:14px;flex:1}
.tool i{color:#c5c9ce;font-style:normal}
.tabbar{position:sticky;bottom:0;height:calc(var(--navh) + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid #eef0f2;padding-bottom:env(safe-area-inset-bottom)}
.tabbar button{border:0;background:none;color:#9aa3ab;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}
.tabbar button.on{color:var(--teal)}
.tabbar svg{width:22px;height:22px}
.auth{min-height:100dvh;background:#fff;padding:48px 28px 40px}
.auth h1{font-size:22px;margin-bottom:8px}
.auth .sub{color:#9aa;margin-bottom:28px;font-size:13px}
.field{background:#f4f6f8;border-radius:10px;padding:14px;margin-bottom:12px}
.field input{border:0;background:none;outline:none;width:100%;font-size:16px}
.form-card{border:1px solid #eceff2;border-radius:10px;overflow:hidden;margin:18px 0}
.form-row{display:grid;grid-template-columns:86px 1fr auto;align-items:center;gap:8px;padding:14px 12px;border-bottom:1px solid #f1f3f5;font-size:14px}
.form-row input{border:0;outline:none;width:100%;font-size:16px}
.req{color:#e24}
.btn{display:block;width:100%;border:0;border-radius:28px;padding:13px 16px;background:var(--teal);color:#fff;font-size:16px;font-weight:600}
.btn:disabled{opacity:.55}
.btn-ghost{background:none;color:var(--teal)}
.link{color:var(--danger);text-align:center;margin-top:16px;font-size:13px;background:none;border:0;width:100%}
.check{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:#888;margin:16px 0}
.banner{display:flex;justify-content:space-around;background:#fff;border-radius:16px;padding:14px 8px;margin:8px 0 14px;box-shadow:var(--shadow)}
.banner button{border:0;background:none;font-size:12px;color:#666}
.banner .dot{width:36px;height:36px;border-radius:50%;margin:0 auto 6px;display:grid;place-items:center;color:#fff}
.sec-title{font-size:16px;font-weight:700;margin:8px 2px 10px}
.card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:14px}
.card img{width:100%;height:148px;object-fit:cover}
.card .body{padding:10px 12px 12px}
.card .name{font-size:14px;font-weight:650}
.card .row{display:flex;align-items:center;justify-content:space-between}
.price{color:#e24b3c;font-weight:700}
.mini{border:0;background:var(--teal);color:#fff;border-radius:16px;padding:6px 12px;font-size:12px}
.clock{background:linear-gradient(90deg,#0f3d3a,#1aa39c);color:#fff;border-radius:12px;padding:10px 12px;margin-bottom:12px;display:flex;justify-content:space-between;font-size:13px}
.list-item{background:#fff;border-radius:14px;padding:12px;display:flex;gap:10px;margin-bottom:10px;box-shadow:var(--shadow);align-items:center}
.list-item img{width:64px;height:64px;border-radius:10px;object-fit:cover}
.list-item .meta{flex:1;min-width:0}
.list-item h4{font-size:14px}
.list-item p{font-size:12px;color:#8a939b;margin-top:3px}
.empty{text-align:center;color:#9aa;padding:40px 10px;font-size:13px}
.toast{position:fixed;left:50%;top:18%;transform:translateX(-50%);background:rgba(20,24,28,.88);color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;z-index:50;max-width:80%}
.modal{position:fixed;inset:0;background:rgba(10,16,20,.45);display:flex;align-items:flex-end;justify-content:center;z-index:40}
.sheet{background:#fff;width:100%;max-width:480px;border-radius:18px 18px 0 0;padding:18px 16px 28px}
.muted{color:var(--muted);font-size:12px;line-height:1.6}
.badge{display:inline-block;background:#e8f8f6;color:var(--teal-d);border-radius:999px;padding:2px 8px;font-size:11px}
.home-top{background:#fff;padding:12px 16px 0}
.brand{display:flex;align-items:center;gap:8px;padding:4px 0 8px}
.brand img{width:28px;height:28px}
.level-card{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(100deg,#0f3f3c,#1bb3ab);color:#fff;border-radius:14px;padding:14px;margin-bottom:12px}
.warn{color:var(--danger);font-size:13px}
