.m-page{min-height:100vh;background:#f4f6fb;max-width:480px;margin:0 auto;padding-bottom:32px}.m-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:20px 18px 16px;background:linear-gradient(145deg,#0f172a,#1e3a5f 55%,#2563eb);color:#fff;border-radius:0 0 24px 24px;box-shadow:0 12px 40px rgba(15,23,42,.18)}.m-header-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.m-header-top h1{margin:0;font-size:20px;font-weight:700;letter-spacing:-.02em}.m-header-top p{margin:4px 0 0;font-size:12px;opacity:.75}.m-avatar{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.15);display:grid;place-items:center;font-size:18px;flex-shrink:0}.m-toolbar{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.m-toolbar button{padding:7px 12px;border:none;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:500;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.m-toolbar button.active-pill{background:#fff;color:#1e3a5f}.m-stats{display:flex;gap:10px;padding:16px 16px 0;margin-top:-8px}.m-stat{flex:1 1;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 20px rgba(15,23,42,.06)}.m-stat strong{display:block;font-size:28px;font-weight:700;color:#0f172a;line-height:1}.m-stat span{display:block;margin-top:6px;font-size:12px;color:#64748b}.m-stat.alert strong{color:#e11d48}.m-stat.alert{box-shadow:0 4px 20px rgba(225,29,72,.12)}.m-segment{display:flex;margin:14px 16px 0;padding:4px;background:#e8edf5;border-radius:14px}.m-segment button{flex:1 1;padding:10px;border:none;border-radius:11px;background:transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.m-segment button.active{background:#fff;color:#0f172a;box-shadow:0 2px 8px rgba(15,23,42,.08)}.m-list{padding:14px 16px;display:flex;flex-direction:column;gap:12px}.m-card{background:#fff;border-radius:18px;padding:16px;box-shadow:0 4px 16px rgba(15,23,42,.05);border:1px solid rgba(15,23,42,.04)}.m-card-lead .m-card-icon{background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#2563eb}.m-card-chat .m-card-icon{background:linear-gradient(135deg,#fef3c7,#fffbeb);color:#d97706}.m-card-head{display:flex;gap:12px;align-items:flex-start}.m-card-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-size:20px;flex-shrink:0}.m-card-body{flex:1 1;min-width:0}.m-card-title{font-size:17px;font-weight:700;color:#0f172a;margin:0}.m-card-sub{font-size:12px;color:#94a3b8;margin-top:2px}.m-card-preview{margin:10px 0 0;font-size:13px;color:#475569;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.m-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.m-tag{font-size:11px;padding:3px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:500}.m-tag.blue{background:#eff6ff;color:#1d4ed8}.m-tag.amber{background:#fffbeb;color:#b45309}.m-actions{display:flex;gap:8px;margin-top:14px}.m-actions a,.m-actions button{flex:1 1;text-align:center;padding:11px;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;text-decoration:none}.m-btn-call{background:#0f172a;color:#fff}.m-btn-done{background:#2563eb;color:#fff}.m-btn-chat{width:100%;margin-top:12px;padding:11px;border:none;border-radius:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.m-empty{text-align:center;padding:48px 24px;color:#94a3b8;font-size:14px}.m-empty-icon{font-size:40px;margin-bottom:12px;opacity:.5}.m-login{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#0f172a,#1e3a5f 50%,#f4f6fb 0)}.m-login .card{width:100%;max-width:360px;border-radius:20px;box-shadow:0 20px 60px rgba(15,23,42,.15)}.m-reminder-chip{margin:12px 16px 0;padding:10px 14px;border-radius:12px;font-size:12px;line-height:1.5;background:rgba(16,185,129,.12);color:#047857}.m-reminder-chip.off{background:rgba(245,158,11,.12);color:#b45309}.m-footer-link{text-align:center;padding:20px 16px;font-size:12px;color:#94a3b8}.m-footer-link a{color:#2563eb;font-weight:500}.m-toast{position:fixed;top:16px;left:16px;right:16px;z-index:2000;background:rgba(15,23,42,.92);color:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 12px 40px rgba(15,23,42,.3);animation:m-toast-in .25s ease;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.m-toast.lead{border-left:3px solid #60a5fa}.m-toast.handoff{border-left:3px solid #fbbf24}.m-toast.message{border-left:3px solid #60a5fa}.m-toast strong{display:block;font-size:15px;margin-bottom:4px}.m-toast span{font-size:13px;opacity:.88;line-height:1.45}@keyframes m-toast-in{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.m-pulse{animation:m-pulse 1.8s ease-in-out infinite}@keyframes m-pulse{0%,to{opacity:1}50%{opacity:.55}}.m-sheet{position:fixed;inset:0;z-index:3000;max-width:480px;margin:0 auto;background:#f4f6fb;display:flex;flex-direction:column}.m-sheet-header{display:flex;align-items:center;gap:10px;padding:14px 12px;background:#fff;border-bottom:1px solid #e8edf5;box-shadow:0 2px 12px rgba(15,23,42,.04)}.m-sheet-back,.m-sheet-refresh{width:40px;height:40px;border:none;border-radius:12px;background:#f1f5f9;color:#334155;font-size:18px;cursor:pointer;flex-shrink:0}.m-sheet-title{flex:1 1;min-width:0}.m-sheet-title strong{display:block;font-size:16px;color:#0f172a}.m-sheet-title span{display:block;font-size:12px;color:#94a3b8;margin-top:2px}.m-sheet-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px}.m-sheet-empty{text-align:center;color:#94a3b8;padding:40px 0;font-size:14px}.m-bubble-row{display:flex;flex-direction:column;align-items:flex-start;max-width:88%}.m-bubble-row.mine{align-self:flex-end;align-items:flex-end}.m-bubble-label{font-size:11px;color:#94a3b8;margin-bottom:4px;padding:0 4px}.m-bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.m-bubble.parent{background:#fff;color:#1e293b;border:1px solid #e8edf5;border-bottom-left-radius:4px}.m-bubble.ai{background:#eff6ff;color:#1e3a8a;border-bottom-left-radius:4px}.m-bubble.staff{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:4px}.m-sheet-compose{display:flex;gap:8px;padding:12px 14px 16px;background:#fff;border-top:1px solid #e8edf5}.m-sheet-compose input{flex:1 1;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;font-size:15px;background:#f8fafc}.m-sheet-compose input:focus{outline:none;border-color:#2563eb;background:#fff}.m-sheet-compose button{padding:0 18px;border:none;border-radius:14px;background:#2563eb;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.m-sheet-compose button:disabled{opacity:.5}