/* HR 手机轻量版 */
.m-body{margin:0;min-height:100vh;background:linear-gradient(180deg,#EEF2FF 0%,#F8FAFC 40%,#fff 100%);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;color:#1E293B;-webkit-tap-highlight-color:transparent}
.m-app{min-height:100vh;display:flex;flex-direction:column}
.m-screen{display:none;flex:1;flex-direction:column;padding:0 0 calc(16px + env(safe-area-inset-bottom))}
.m-screen--active{display:flex}
.m-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;padding-top:calc(14px + env(safe-area-inset-top));background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid #E0E7FF;position:sticky;top:0;z-index:10}
.m-topbar-title{font-size:17px;font-weight:800;letter-spacing:-.02em}
.m-topbar-sub{font-size:12px;color:#64748B;margin-top:2px}
.m-topbar-actions{display:flex;gap:8px;align-items:center}
.m-icon-btn{width:40px;height:40px;border:none;border-radius:12px;background:#F1F5F9;color:#475569;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.m-text-btn{border:none;background:transparent;color:#6366F1;font-size:14px;font-weight:600;padding:8px;cursor:pointer}
.m-main{flex:1;padding:16px;display:flex;flex-direction:column;gap:14px;min-width:0}
.m-card{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:16px;box-shadow:0 2px 14px rgba(15,23,42,.05)}
.m-card--accent{border-color:#C4B5FD;background:linear-gradient(145deg,#FAF5FF 0%,#fff 70%)}
.m-card-title{font-size:15px;font-weight:700;margin:0 0 8px;color:#1E293B}
.m-card-desc{font-size:13px;color:#64748B;line-height:1.55;margin:0 0 12px}
.m-chips{display:flex;flex-wrap:wrap;gap:8px}
.m-chip{display:inline-flex;flex-direction:column;gap:2px;padding:8px 11px;background:#F8FAFC;border:1px solid #E2E8F0;border-radius:10px}
.m-chip-k{font-size:10px;font-weight:600;color:#64748B}
.m-chip-v{font-size:13px;font-weight:600;color:#1E293B}
.m-chip--warn{background:#FFFBEB;border-color:#FDE68A}
.m-status{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}
.m-list{display:flex;flex-direction:column;gap:10px}
.m-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px;border:1px solid #E2E8F0;border-radius:14px;background:#fff;text-align:left;width:100%;cursor:pointer;font-family:inherit}
.m-list-item:active{background:#F8FAFC}
.m-list-item-main{flex:1;min-width:0}
.m-list-item-title{font-size:15px;font-weight:700;margin:0 0 4px;color:#1E293B}
.m-list-item-meta{font-size:12px;color:#64748B;line-height:1.45}
.m-empty{text-align:center;padding:36px 16px;color:#94A3B8;font-size:14px;line-height:1.6}
.m-link-card{padding:12px;background:#fff;border:1px solid #EDE9FE;border-radius:12px;margin-bottom:10px}
.m-link-card:last-child{margin-bottom:0}
.m-link-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.m-link-badge{font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#6366F1,#8B5CF6);padding:4px 10px;border-radius:999px}
.m-link-input{width:100%;padding:10px 12px;border:1px solid #E2E8F0;border-radius:10px;font-size:12px;background:#F8FAFC;box-sizing:border-box;margin-bottom:8px}
.m-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px;border:none;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}
.m-btn--primary{background:linear-gradient(135deg,#6366F1,#8B5CF6);color:#fff;box-shadow:0 6px 20px rgba(99,102,241,.28)}
.m-btn--secondary{background:#fff;color:#4F46E5;border:1px solid #C7D2FE}
.m-btn--ghost{background:#F8FAFC;color:#475569;border:1px solid #E2E8F0}
.m-btn--danger{background:#FEF2F2;color:#DC2626;border:1px solid #FECACA}
.m-btn-row{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.m-btn-row .m-btn{flex:1}
.m-login-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:20px 16px calc(20px + env(safe-area-inset-bottom))}
.m-login-card{width:100%;max-width:400px;background:rgba(255,255,255,.95);border:1px solid #E0E7FF;border-radius:20px;padding:28px 22px;box-shadow:0 12px 40px rgba(99,102,241,.12)}
.m-login-logo{text-align:center;margin-bottom:22px}
.m-login-logo-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#6366F1,#8B5CF6);color:#fff;font-size:24px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}
.m-login-logo h1{font-size:20px;margin:0 0 4px}
.m-login-logo p{font-size:13px;color:#64748B;margin:0}
.m-field{margin-bottom:14px}
.m-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#334155}
.m-field input{width:100%;padding:12px 14px;border:1px solid #E2E8F0;border-radius:12px;font-size:16px;box-sizing:border-box;background:#fff}
.m-field input:focus{outline:none;border-color:#6366F1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}
.m-login-foot{text-align:center;margin-top:16px;font-size:13px;color:#64748B}
.m-login-foot a{color:#6366F1;text-decoration:none;font-weight:600}
.m-toast{position:fixed;top:calc(12px + env(safe-area-inset-top));left:16px;right:16px;z-index:9999;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:600;color:#fff;text-align:center;opacity:0;transform:translateY(-8px);transition:.25s;pointer-events:none}
.m-toast--show{opacity:1;transform:translateY(0)}
.m-toast--ok{background:#059669}
.m-toast--err{background:#DC2626}
.m-toast--info{background:#4F46E5}
.m-video-grid{display:flex;flex-direction:column;gap:10px}
.m-video-tile{border-radius:14px;overflow:hidden;border:1px solid #E2E8F0;background:#0F172A}
.m-video-tile--main .m-video-body{aspect-ratio:16/9;min-height:180px}
.m-video-tile-label{padding:8px 12px;font-size:12px;font-weight:700;color:#334155;background:#F8FAFC;border-bottom:1px solid #E2E8F0}
.m-video-body{position:relative;aspect-ratio:16/9;background:#1E293B;min-height:120px}
.m-video-body video,.trtc-local-mount video,.trtc-remote-wrap video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.m-video-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#94A3B8;font-size:13px}
.m-media-bar{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.m-media-btn{padding:10px 14px;border:1px solid #E2E8F0;border-radius:10px;background:#fff;font-size:13px;font-weight:600;color:#334155}
.m-media-btn--off{background:#FEF2F2;border-color:#FECACA;color:#B91C1C}
.m-participants{display:flex;flex-direction:column;gap:8px}
.m-participant{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#F8FAFC;border-radius:10px;font-size:13px}
.m-dot{width:8px;height:8px;border-radius:50%;background:#CBD5E1;flex-shrink:0}
.m-dot--on{background:#10B981;box-shadow:0 0 0 3px rgba(16,185,129,.25)}
.m-sticky-cta{position:sticky;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(0deg,#fff 70%,transparent);border-top:1px solid #E2E8F0;margin:0 -16px -16px}
.m-desktop-hint{font-size:12px;color:#64748B;text-align:center;line-height:1.5;margin-top:8px;padding:10px;background:#F8FAFC;border-radius:10px}
