:root{--sidebar: #0c1222;--sidebar-hover: #151d32;--sidebar-active: #1a2744;--sidebar-text: #e8edf5;--sidebar-muted: #8b9ab8;--bg: #f6f4f0;--surface: #ffffff;--surface-raised: #fdfcfa;--border: #e4e0d8;--border-strong: #cfc9bc;--text: #1a2332;--muted: #5c6778;--accent: #1b4d3e;--accent-hover: #163f33;--accent-soft: #e8f2ee;--gold: #b8935a;--gold-soft: #f5efe4;--success: #15803d;--success-soft: #dcfce7;--warn: #b45309;--warn-soft: #fef3c7;--danger: #b91c1c;--danger-soft: #fee2e2;--info: #1d4ed8;--info-soft: #dbeafe;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(26, 35, 50, .06), 0 4px 16px rgba(26, 35, 50, .04);--shadow-lg: 0 8px 32px rgba(26, 35, 50, .08);--font: "DM Sans", system-ui, sans-serif;--serif: "Instrument Serif", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.02em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{display:flex;min-height:100vh}.sidebar{width:252px;flex-shrink:0;background:var(--sidebar);color:var(--sidebar-text);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.sidebar-brand{padding:1.5rem 1.25rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-brand .mark{display:flex;align-items:center;gap:.65rem}.sidebar-brand .logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent) 0%,#2d6a4f 100%);display:grid;place-items:center;font-family:var(--serif);font-size:1.25rem;color:#fff;box-shadow:0 4px 12px #1b4d3e66}.sidebar-brand h1{font-family:var(--serif);font-size:1.35rem;font-weight:400;color:#fff;line-height:1.1}.sidebar-brand p{margin:.15rem 0 0;font-size:.72rem;color:var(--sidebar-muted);letter-spacing:.04em;text-transform:uppercase}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.2rem;overflow-y:auto}.nav-section{margin-top:1rem;padding:0 .5rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sidebar-muted)}.nav-link{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:var(--radius-sm);color:var(--sidebar-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.nav-link:hover{background:var(--sidebar-hover);color:var(--sidebar-text);text-decoration:none}.nav-link.active{background:var(--sidebar-active);color:#fff}.nav-link .icon{width:18px;text-align:center;opacity:.85}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);font-size:.75rem;color:var(--sidebar-muted)}.sidebar-footer a{color:var(--gold)}.main-area{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:0;z-index:10}.topbar-title h2{font-size:1.25rem}.topbar-title p{margin:.15rem 0 0;font-size:.85rem;color:var(--muted)}.page-content{flex:1;padding:1.75rem 2rem 2.5rem;overflow-y:auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-header{padding:1.1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.card-header h3{font-size:.95rem}.card-body{padding:1.25rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem;box-shadow:var(--shadow)}.stat-card .label{font-size:.78rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.stat-card .value{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-top:.35rem}.stat-card .hint{font-size:.78rem;color:var(--muted);margin-top:.25rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:960px){.grid-2{grid-template-columns:1fr}.sidebar{display:none}.page-content,.topbar{padding-left:1.25rem;padding-right:1.25rem}}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-neutral{background:#f1f5f9;color:#475569}.badge-info{background:var(--info-soft);color:var(--info)}.badge-accent{background:var(--accent-soft);color:var(--accent)}.badge-gold{background:var(--gold-soft);color:#8a6b3a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1rem;border-radius:var(--radius-sm);border:1px solid transparent;font-size:.85rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.btn-secondary:hover{background:var(--bg)}.btn-ghost{background:transparent;color:var(--muted)}.btn-danger{background:var(--danger-soft);color:var(--danger);border-color:#fecaca}.btn-sm{padding:.35rem .7rem;font-size:.78rem}.btn:disabled{opacity:.5;cursor:not-allowed}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-size:.78rem;font-weight:600;color:var(--muted)}.field input,.field select,.field textarea{padding:.55rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.table-wrap{overflow-x:auto}table.data-table{width:100%;border-collapse:collapse;font-size:.85rem}table.data-table th{text-align:left;padding:.65rem 1rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);background:var(--surface-raised)}table.data-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border)}table.data-table tr:hover td{background:#faf9f7}table.data-table tr.clickable{cursor:pointer}.empty-state{text-align:center;padding:3rem 2rem}.empty-state .icon-wrap{width:56px;height:56px;margin:0 auto 1rem;border-radius:16px;background:var(--gold-soft);display:grid;place-items:center;font-size:1.5rem}.empty-state h3{font-family:var(--serif);font-size:1.35rem;font-weight:400;margin-bottom:.5rem}.empty-state p{color:var(--muted);max-width:360px;margin:0 auto 1.25rem}.transcript{display:flex;flex-direction:column;gap:.65rem;max-height:420px;overflow-y:auto}.transcript-line{display:flex;gap:.65rem}.transcript-line .role{font-size:.65rem;font-weight:700;text-transform:uppercase;min-width:48px}.transcript-line.user .role{color:var(--info)}.transcript-line.agent .role{color:var(--accent)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c122273;display:grid;place-items:center;z-index:100;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:min(720px,100%);max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1.15rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-body{padding:1.25rem;overflow-y:auto}.modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem}.agent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.agent-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.agent-card h4{font-size:1rem}.agent-card .meta{font-size:.8rem;color:var(--muted)}.agent-card-actions{display:flex;gap:.5rem;margin-top:auto}.qual-bars{display:flex;flex-direction:column;gap:.65rem}.qual-bar-row{display:grid;grid-template-columns:100px 1fr 32px;align-items:center;gap:.75rem;font-size:.82rem}.qual-bar-track{height:8px;background:var(--bg);border-radius:999px;overflow:hidden}.qual-bar-fill{height:100%;border-radius:999px}.qual-bar-fill.interested{background:var(--success)}.qual-bar-fill.neutral{background:var(--gold)}.qual-bar-fill.not_interested{background:var(--danger)}.qual-bar-fill.unknown{background:#94a3b8}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--sidebar);color:#fff;padding:.75rem 1.1rem;border-radius:var(--radius-sm);z-index:200}.toast.error{background:var(--danger)}.coming-soon-banner{background:linear-gradient(135deg,var(--gold-soft) 0%,var(--accent-soft) 100%);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.split-layout{display:grid;grid-template-columns:1fr 380px;gap:1.25rem}@media(max-width:1100px){.split-layout{grid-template-columns:1fr}}.detail-panel{position:sticky;top:5rem}.mg{--ink: #1f1c19;--muted: #6d665e;--faint: #a49c92;--brand: #f2683b;--brand-2: #ff5c7a;--brand-ink: #514a43;--brand-soft: #f2f0ec;--warm: #b8791f;--warm-soft: #f7edda;--line: rgba(31, 28, 25, .08);--line-2: rgba(31, 28, 25, .13);--glass: rgba(255, 255, 255, .72);--card: #ffffff;--radius: 22px;--shadow-lg: 0 40px 90px -52px rgba(60, 42, 30, .26);--shadow-md: 0 24px 50px -32px rgba(60, 42, 30, .18);--shadow-sm: 0 12px 28px -22px rgba(60, 42, 30, .15);--brand-glow: 0 12px 26px -14px rgba(242, 104, 59, .5);--pad-x: clamp(1.4rem, 2.6vw, 2.6rem);--max: 1640px;min-height:100vh;color:var(--ink);font-family:var(--font);background:radial-gradient(900px 500px at 94% -3%,#fdf3ed 0%,transparent 56%),radial-gradient(820px 460px at -3% 103%,#f6f5f2 0%,transparent 54%),linear-gradient(180deg,#fdfdfc,#faf9f7);padding:clamp(.7rem,1.4vw,1.15rem);overflow-x:clip;max-width:100%}.mg a{text-decoration:none;color:inherit}.mg h1,.mg h2,.mg h3,.mg h4{margin:0}.mg-app{width:min(var(--max),100%);max-width:100%;margin-inline:auto;background:linear-gradient(180deg,#fff,#fdfcf7 60%,#f9f8f1);border:1px solid rgba(255,255,255,.8);border-radius:28px;box-shadow:var(--shadow-lg);padding:clamp(1.4rem,2.6vw,2.6rem);overflow:hidden;min-width:0}.mg-btn{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;border-radius:999px;font-size:.92rem;font-weight:600;padding:.6rem 1.1rem;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .22s ease,background .22s ease,border-color .18s ease}.mg-btn-sm{padding:.5rem 1rem;font-size:.85rem}.mg-btn-lg{padding:.85rem 1.5rem;font-size:1rem}.mg .mg-btn-primary{color:#fff;background:linear-gradient(165deg,#322c26,#1a1613);box-shadow:0 12px 26px -14px #1f1c1980}.mg .mg-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px -14px #1f1c198c}.mg-btn-ghost{color:var(--ink);background:#fff;border-color:var(--line-2);box-shadow:var(--shadow-sm)}.mg-btn-ghost:hover{transform:translateY(-2px);border-color:var(--brand);color:var(--brand-ink)}.mg-btn-ghost svg{width:14px;height:14px;color:var(--brand)}.mg-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mg-brand{display:inline-flex;align-items:center;gap:.55rem;font-size:1.28rem;font-weight:700;letter-spacing:-.01em}.mg-logo{width:34px;height:34px;border-radius:9px;object-fit:cover;box-shadow:0 6px 14px -6px #f2683b8c}.mg-mark{width:34px;height:34px;display:block;flex-shrink:0}.mg-footer .mg-mark{width:27px;height:27px}.mg-brand-dot{color:var(--faint)}.mg-pills{display:flex;align-items:center;gap:.25rem;background:#f4f1ec;border:1px solid var(--line);border-radius:999px;padding:.28rem}.mg-pills a{padding:.5rem 1rem;border-radius:999px;font-size:.9rem;color:var(--muted);font-weight:500;transition:background .2s ease,color .2s ease}.mg-pills a:hover{color:var(--ink)}.mg-pills a.on{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.mg-nav-right{display:flex;align-items:center;gap:.7rem}.mg-market-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .8rem;border-radius:999px;background:#f5f2ed;border:1px solid var(--line);font-size:.85rem;font-weight:600;color:var(--muted)}.mg-geo-flag{font-size:1rem;line-height:1}.mg-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(1.5rem,3.5vw,3.5rem);align-items:center;margin-top:clamp(2rem,4vw,3.5rem)}.mg-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;color:var(--brand-ink)}.mg-eyebrow svg{width:15px;height:15px}.mg-dot,.mg-live-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 #f2683b80;animation:mg-pulse 1.8s ease-out infinite}@keyframes mg-pulse{0%{box-shadow:0 0 #f2683b80}70%{box-shadow:0 0 0 7px #f2683b00}to{box-shadow:0 0 #f2683b00}}.mg-hero-left h1{margin:1rem 0 0;font-size:clamp(2.1rem,3.3vw,3.2rem);line-height:1.04;letter-spacing:-.025em;font-weight:700}.mg-hero-left p{margin:1.1rem 0 0;color:var(--muted);font-size:1.05rem;line-height:1.62;max-width:46ch}.mg-hero-left p strong{color:var(--ink);font-weight:600}.mg-hero-cta{margin-top:1.8rem;display:flex;gap:.7rem;flex-wrap:wrap}.mg-trust{margin-top:1.8rem;display:flex;align-items:center;gap:.75rem;font-size:.86rem;color:var(--muted);font-weight:500}.mg-trust-meta{display:flex;flex-direction:column;gap:.15rem}.mg-stars{display:inline-flex;gap:2px;color:#f5a623}.mg-stars svg{width:14px;height:14px}.mg-trust-avs{display:flex}.mg-trust-avs span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:.62rem;font-weight:700;border:2px solid #fff;margin-left:-8px}.mg-trust-avs span:first-child{margin-left:0}.mg-call{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.35rem}.mg-call-top{display:flex;align-items:center;gap:.75rem}.mg-call-thumb{width:48px;height:48px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}.mg-call-id{display:flex;flex-direction:column;line-height:1.2}.mg-call-name{font-size:.92rem;font-weight:700}.mg-call-sub{font-size:.78rem;color:var(--muted)}.mg-call-timer{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .65rem;border-radius:999px;background:var(--brand-soft);color:var(--brand-ink);font-size:.8rem;font-weight:700;font-variant-numeric:tabular-nums}.mg-wave{display:flex;align-items:center;justify-content:center;gap:3px;height:40px;margin:1rem 0}.mg-wave span{width:3px;height:100%;border-radius:3px;background:linear-gradient(180deg,var(--brand-2),var(--brand));transform:scaleY(.25);transform-origin:center;animation:mg-wave 1s ease-in-out infinite}@keyframes mg-wave{0%,to{transform:scaleY(.22);opacity:.6}50%{transform:scaleY(1);opacity:1}}.mg-call-thread{display:flex;flex-direction:column;gap:.5rem}.mg-b{max-width:84%;padding:.6rem .85rem;border-radius:14px;font-size:.86rem;line-height:1.4}.mg-b-ai{background:var(--brand-soft);color:#5a2412;border-bottom-left-radius:5px;align-self:flex-start}.mg-b-lead{background:#fff;border:1px solid var(--line-2);color:var(--ink);border-bottom-right-radius:5px;align-self:flex-end}.mg-call-foot{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px dashed var(--line-2)}.mg-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}.mg-tag svg{width:14px;height:14px}.mg-tag-ok{background:#e7f6ee;color:#12844a}.mg-tag-sync{background:#f1f2f0;color:var(--muted)}.mg-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:clamp(2rem,4vw,3rem);min-width:0}.mg-metric{display:flex;align-items:center;gap:.75rem;padding:1.15rem 1.25rem;border-radius:16px;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow-sm)}.mg-metric-ic{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--brand-soft);color:var(--brand-ink);flex-shrink:0}.mg-metric-ic svg{width:19px;height:19px}.mg-metric>div{display:flex;flex-direction:column}.mg-metric-label{font-size:.78rem;color:var(--muted)}.mg-metric strong{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.mg-lower{display:grid;grid-template-columns:1.42fr 1fr;gap:clamp(1rem,2vw,1.75rem);margin-top:clamp(1.25rem,2.5vw,1.75rem);align-items:start;min-width:0}.mg-panel-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem}.mg-panel-title{font-size:1rem;font-weight:700}.mg-panel-sub{font-size:.82rem;color:var(--muted)}.mg-pipeline{padding:1.5rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-sm);min-width:0;max-width:100%}.mg-feed{display:flex;flex-direction:column;min-width:0}.mg-feed-row{display:flex;align-items:center;gap:.85rem;padding:.85rem 0;border-bottom:1px solid var(--line);min-width:0}.mg-feed-row:last-child{border-bottom:none;padding-bottom:0}.mg-feed-av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3a352f,#1f1c19);flex-shrink:0}.mg-feed-id{display:flex;flex-direction:column;flex:1;min-width:0}.mg-feed-name{font-size:.92rem;font-weight:600}.mg-feed-meta{font-size:.78rem;color:var(--muted)}.mg-feed-speed{display:inline-flex;align-items:center;gap:.28rem;font-size:.78rem;color:var(--muted);font-weight:600;flex-shrink:0}.mg-feed-speed svg{width:13px;height:13px;color:var(--brand)}.mg-status{padding:.34rem .7rem;border-radius:999px;font-size:.76rem;font-weight:600;white-space:nowrap;flex-shrink:0}.mg-status-booked{background:#e7f6ee;color:#12844a}.mg-status-qualified{background:#fbf1dd;color:#b0741a}.mg-status-followup{background:#f0efec;color:var(--muted)}.mg-copilot{padding:1.5rem;border-radius:var(--radius);background:linear-gradient(180deg,#fff,#fcfbf9);border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem}.mg-copilot-head{display:flex;align-items:center;gap:.8rem}.mg-orb{width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 38% 32%,#6a635b,#221f1b 70%);box-shadow:0 6px 18px -6px #1f1c1966;flex-shrink:0;animation:mg-breathe 3.4s ease-in-out infinite}@keyframes mg-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.09)}}.mg-copilot-title{display:block;font-size:.98rem;font-weight:700}.mg-copilot-sub{font-size:.8rem;color:var(--muted)}.mg-copilot-lede{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.mg-copilot-chips{display:flex;flex-wrap:wrap;gap:.4rem}.mg-copilot-chips span{padding:.4rem .75rem;border-radius:999px;font-size:.8rem;background:#fff;border:1px solid var(--line-2);color:var(--muted)}.mg-copilot-input{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line-2);border-radius:12px;padding:.4rem .4rem .4rem .85rem}.mg-copilot-input input{flex:1;border:none;outline:none;background:none;font-size:.86rem;color:var(--ink);font-family:inherit}.mg-copilot-input input::placeholder{color:var(--faint)}.mg-send{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;border:none;cursor:pointer;color:#fff;background:linear-gradient(165deg,#322c26,#1a1613);flex-shrink:0}.mg-send svg{width:16px;height:16px}.mg-section{width:min(var(--max),100%);margin:clamp(4.5rem,9vw,8rem) auto 0;padding-inline:var(--pad-x)}.mg-section-head{max-width:46rem}.mg-section-head.mg-center{margin-left:auto;margin-right:auto;text-align:center}.mg-section-head h2,.mg-cta h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.02em;font-weight:700;margin-top:.7rem}.mg-section-head p{margin-top:1.1rem;color:var(--muted);font-size:1.06rem;line-height:1.62}.mg-channel-row{margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:.85rem}.mg-channel{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.25rem;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-weight:600;font-size:.95rem}.mg-channel-ic{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--brand-soft);color:var(--brand-ink)}.mg-channel-ic svg{width:18px;height:18px}.mg-tone-coral{background:#fdeadf;color:#d1541f}.mg-tone-amber{background:#fbf1dd;color:#b0741a}.mg-tone-green{background:#e7f6ee;color:#12844a}.mg-tone-blue{background:#e9f0fc;color:#2f63c9}.mg-tone-violet{background:#efeafe;color:#6b4de0}.mg-two{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mg-panel{padding:2.2rem;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.mg-panel h3{margin-top:.8rem;font-size:1.45rem;font-weight:700;letter-spacing:-.01em}.mg-panel p{margin-top:.7rem;color:var(--muted);line-height:1.55}.mg-chips{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.5rem}.mg-chips span{padding:.44rem .85rem;border-radius:999px;font-size:.86rem;background:#f4f2ed;border:1px solid var(--line);color:var(--muted)}.mg-chips span.on{background:var(--brand-soft);border-color:#f2683b4d;color:var(--brand-ink);font-weight:600}.mg-crm-grid{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.6rem}.mg-crm{padding:.62rem 1rem;border-radius:12px;background:#f6f3ee;border:1px solid var(--line);font-size:.9rem;font-weight:600;color:var(--ink)}.mg-price-grid{margin-top:clamp(2.4rem,4vw,3.2rem);display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;align-items:stretch}.mg-price{position:relative;display:flex;flex-direction:column;padding:2.1rem 1.8rem;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.mg-price.featured{border-color:transparent;background:linear-gradient(180deg,#fff,#fdfbf9);box-shadow:0 34px 70px -34px #f2683b47;outline:2px solid var(--brand);outline-offset:-2px;transform:translateY(-8px)}.mg-price-tag-top{position:absolute;top:-.85rem;left:50%;transform:translate(-50%);padding:.34rem .9rem;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.02em;box-shadow:var(--brand-glow)}.mg-price h3{font-size:1.15rem;font-weight:700}.mg-price-amt{margin-top:.7rem;display:flex;align-items:baseline;gap:.25rem}.mg-price-amt strong{font-size:2.6rem;font-weight:700;letter-spacing:-.03em}.mg-price-amt span{color:var(--muted);font-size:.95rem;font-weight:500}.mg-price-lede{margin-top:.5rem;color:var(--muted);font-size:.92rem;line-height:1.5}.mg-price-list{list-style:none;margin:1.4rem 0 1.8rem;padding:0;display:flex;flex-direction:column;gap:.72rem}.mg-price-list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.92rem;color:var(--ink)}.mg-price-list svg{width:16px;height:16px;color:#12844a;flex-shrink:0;margin-top:2px}.mg-price-cta{margin-top:auto;width:100%}.mg-compliance{margin-top:3rem;text-align:center}.mg-compliance-label{display:block;font-size:.82rem;font-weight:600;color:var(--faint);text-transform:uppercase;letter-spacing:.08em}.mg-compliance-row{margin-top:1.1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}.mg-comp{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:.86rem;font-weight:600;color:var(--ink)}.mg-comp svg{width:16px;height:16px;color:var(--brand)}.mg-cta{width:min(var(--max),100%);margin:clamp(4.5rem,9vw,8rem) auto 0;padding:clamp(3.2rem,6vw,5rem) var(--pad-x);border-radius:28px;text-align:center;color:var(--ink);background:radial-gradient(680px 300px at 50% -12%,#fdf0e8 0%,transparent 68%),linear-gradient(180deg,#fdfdfc,#faf9f6);border:1px solid var(--line);box-shadow:var(--shadow-md)}.mg-cta-inner{max-width:46rem;margin:0 auto}.mg-cta .mg-eyebrow{color:var(--brand-ink)}.mg-cta h2{margin-top:.8rem}.mg-cta p{margin:1.1rem auto 0;max-width:46ch;color:var(--muted);font-size:1.06rem;line-height:1.62}.mg-cta-actions{margin-top:2rem;display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.mg-footer{width:min(var(--max),100%);margin:clamp(3rem,5vw,4.5rem) auto 0;padding:2.5rem var(--pad-x) 1.6rem;border-top:1px solid var(--line)}.mg-footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.mg-footer .mg-brand-sm{font-size:1.12rem}.mg-footer-brand{max-width:30rem}.mg-footer-brand p{margin-top:.85rem;color:var(--muted);font-size:.92rem;line-height:1.6;max-width:30rem}.mg-footer-social{display:flex;gap:.6rem;margin-top:1.1rem}.mg-footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f5f2ed;border:1px solid var(--line);color:var(--muted);transition:color .18s ease,background .18s ease,border-color .18s ease}.mg-footer-social a:hover{color:#fff;background:#0a66c2;border-color:#0a66c2}.mg-footer-social svg{width:18px;height:18px}.mg-footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.mg-footer-links a{font-size:.9rem;color:var(--muted);font-weight:500;transition:color .18s ease}.mg-footer-links a:hover{color:var(--ink)}.mg-footer-bottom{margin-top:2rem;padding-top:1.3rem;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:var(--faint)}.mg-footer-legal{display:flex;gap:1.25rem}.mg-footer-legal a{color:var(--faint);transition:color .18s ease}.mg-footer-legal a:hover{color:var(--ink)}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1)}[data-reveal].is-in{opacity:1;transform:none}@media(max-width:1000px){.mg-hero{grid-template-columns:1fr}.mg-metrics{grid-template-columns:repeat(2,1fr)}.mg-lower{grid-template-columns:1fr}.mg-price-grid{grid-template-columns:1fr;max-width:30rem;margin-inline:auto}.mg-price.featured{transform:none}}@media(max-width:820px){.mg-pills{display:none}}@media(max-width:620px){.mg{padding:.5rem}.mg-app{width:100%;padding:1.1rem;border-radius:18px}.mg-section,.mg-cta,.mg-footer,.mg-impact{padding-inline:1.1rem}.mg-metrics,.mg-two{grid-template-columns:1fr}.mg-market-badge{display:none}.mg-footer{flex-wrap:wrap}.mg-panel-head{flex-wrap:wrap;gap:.25rem .75rem}.mg-feed-row{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:.75rem;row-gap:.4rem;align-items:center}.mg-feed-av{grid-row:1 / span 3;align-self:center}.mg-feed-id{grid-column:2;min-width:0}.mg-feed-name,.mg-feed-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mg-feed-speed{grid-column:2;justify-self:start}.mg-status{grid-column:2;justify-self:start;white-space:nowrap}.mg-impact-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.mg-dot,.mg-live-dot,.mg-orb,.mg-wave span,.mg-gfx-orb:before,.mg-gfx-orb:after,.mg-gfx-live,.mg-gfx-node,.mg-gfx-spark,.mg-gfx-links path,.mg-fl-qrow,.mg-gfx-chart span{animation:none!important}.mg-gfx-chart span{transform:none}.mg-wave span{height:auto;transform:scaleY(.6)}[data-reveal]{opacity:1;transform:none;transition:none}}.mg-show{margin-top:clamp(2.75rem,5vw,4.5rem);display:flex;flex-direction:column;gap:clamp(3rem,6vw,5.5rem)}.mg-show-row{display:grid;grid-template-columns:1fr 1.08fr;gap:clamp(2rem,5vw,4.75rem);align-items:center}.mg-show-rev .mg-show-text{order:2}.mg-show-rev .mg-show-gfx{order:1}.mg-show-kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--brand-ink);padding:.42rem .85rem;border-radius:999px;background:var(--brand-soft)}.mg-show-kicker svg{width:15px;height:15px}.mg-show-text h3{margin-top:1.1rem;font-size:clamp(1.5rem,2.6vw,2.15rem);line-height:1.14;letter-spacing:-.02em;font-weight:700}.mg-show-text>p{margin-top:1rem;color:var(--muted);font-size:1.04rem;line-height:1.62;max-width:34rem}.mg-show-list{margin-top:1.6rem;display:flex;flex-direction:column;gap:.75rem}.mg-show-list li{display:flex;align-items:center;gap:.7rem;font-size:.97rem;font-weight:500;color:var(--ink)}.mg-show-list svg{width:24px;height:24px;padding:5px;border-radius:8px;background:#e7f6ee;color:#12844a;flex:none}.mg-show-gfx{position:relative;min-height:320px;border-radius:26px;border:1px solid var(--line);background:radial-gradient(130% 120% at 50% 0%,#fff,#fafaf8);box-shadow:var(--shadow-md);overflow:hidden;display:grid;place-items:center}.mg-gfx{position:relative;width:100%;height:100%;min-height:320px}.mg-gfx-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(220px 220px at 50% 42%,rgba(242,104,59,.16),transparent 70%)}.mg-gfx-pill{position:absolute;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .78rem;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:.78rem;font-weight:600;color:var(--ink);z-index:3}.mg-gfx-pill svg{width:15px;height:15px;color:var(--brand-ink)}.mg-gfx-pill-tr{top:24px;right:24px}.mg-gfx-pill-bl{left:24px;bottom:34px}.mg-gfx-pill-br{right:22px;bottom:22px}.mg-gfx-voice{display:grid;place-items:center}.mg-gfx-orb{position:relative;width:132px;height:132px;border-radius:50%;background:radial-gradient(circle at 36% 30%,#ff9d5e,#e0431f);box-shadow:0 22px 48px -16px #e0431f80,inset 0 2px 10px #fff6;display:grid;place-items:center;color:#fff}.mg-gfx-orb svg{width:44px;height:44px}.mg-gfx-orb:before,.mg-gfx-orb:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:1.5px solid rgba(242,104,59,.4);animation:mg-ripple 3s ease-out infinite}.mg-gfx-orb:after{animation-delay:1.5s}@keyframes mg-ripple{0%{transform:scale(.82);opacity:.7}to{transform:scale(1.55);opacity:0}}.mg-gfx-cap{position:absolute;bottom:30px;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:.84rem;font-weight:600;color:var(--ink);z-index:3}.mg-gfx-live{width:8px;height:8px;border-radius:50%;background:var(--brand);animation:mg-live 1.6s infinite}@keyframes mg-live{0%{box-shadow:0 0 #f2683b80}70%{box-shadow:0 0 0 8px #f2683b00}to{box-shadow:0 0 #f2683b00}}.mg-gfx-ch{display:grid;place-items:center}.mg-gfx-links{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mg-gfx-links path{stroke:var(--line-2);stroke-width:1.5;fill:none;stroke-dasharray:5 6;vector-effect:non-scaling-stroke;animation:mg-dash 16s linear infinite}@keyframes mg-dash{to{stroke-dashoffset:-110}}.mg-gfx-core{position:relative;z-index:2;display:grid;place-items:center;filter:drop-shadow(0 12px 24px -12px rgba(226,55,68,.45))}.mg-gfx-core-mark{width:68px;height:68px}.mg-gfx-node{position:absolute;z-index:2;width:52px;height:52px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;place-items:center;color:var(--brand-ink);animation:mg-float 4s ease-in-out infinite}.mg-gfx-node svg{width:22px;height:22px}.mg-gfx-node-a{left:11%;top:13%}.mg-gfx-node-b{right:11%;top:13%;animation-delay:.6s}.mg-gfx-node-c{left:11%;bottom:13%;animation-delay:1.2s}.mg-gfx-node-d{right:11%;bottom:13%;animation-delay:1.8s}@keyframes mg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.mg-gfx-revive{display:grid;place-items:center}.mg-gfx-stack{width:min(72%,300px);display:flex;flex-direction:column;gap:.55rem}.mg-gfx-old{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;border-radius:12px;background:#fff;border:1px solid var(--line);font-size:.82rem;color:var(--muted);box-shadow:var(--shadow-sm)}.mg-gfx-old-dot{width:8px;height:8px;border-radius:50%;background:var(--line-2);flex:none}.mg-gfx-spark{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#ffb13b,#ff4d6d);box-shadow:0 16px 34px -10px #ff4d6d80;animation:mg-pop 2.6s ease-in-out infinite;z-index:3}.mg-gfx-spark svg{width:26px;height:26px}@keyframes mg-pop{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.14)}}.mg-flow{margin-top:clamp(2.75rem,5vw,4rem);display:flex;align-items:stretch;gap:.6rem}.mg-flow-card{flex:1;display:flex;flex-direction:column;padding:1.5rem 1.5rem 1.9rem;border-radius:24px;background:linear-gradient(180deg,#fff,#fcfbfa);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.mg-flow-gfx{height:138px;border-radius:16px;background:#fcfcfb;border:1px solid var(--line);margin-bottom:1.4rem;position:relative;overflow:hidden;display:grid;place-items:center}.mg-flow-meta{display:flex;align-items:center;gap:.7rem}.mg-flow-n{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--brand-ink);background:var(--brand-soft);border-radius:8px;padding:.25rem .5rem}.mg-flow-card h3{font-size:1.14rem;font-weight:700}.mg-flow-card p{margin-top:.6rem;color:var(--muted);font-size:.94rem;line-height:1.55}.mg-flow-link{flex:none;align-self:center;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--line);color:var(--brand-ink);box-shadow:var(--shadow-sm)}.mg-flow-link svg{width:17px;height:17px}.mg-fl-gfx{width:100%;height:100%;position:relative;display:grid;place-items:center}.mg-fl-srcs{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px}.mg-fl-srcs span{font-size:.62rem;font-weight:600;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:6px;padding:3px 7px;box-shadow:var(--shadow-sm)}.mg-fl-arrow{color:var(--faint)}.mg-fl-arrow svg{width:22px;height:22px}.mg-fl-orb{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;place-items:center}.mg-fl-orb svg{width:27px;height:25px}.mg-fl-qual{flex-direction:column;gap:7px}.mg-fl-qrow{display:inline-flex;align-items:center;justify-content:space-between;gap:.6rem;width:min(64%,148px);padding:6px 10px;border-radius:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:.72rem;font-weight:600;color:var(--ink);animation:mg-qpop 3s ease-in-out infinite}.mg-fl-qrow svg{width:14px;height:14px;padding:2px;border-radius:5px;background:var(--brand-soft);color:var(--brand-ink)}@keyframes mg-qpop{0%,40%,to{transform:translateY(0)}12%{transform:translateY(-3px)}}.mg-fl-cal{width:74%;max-width:180px;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.mg-fl-cal-top{display:block;height:10px;background:linear-gradient(90deg,var(--brand),var(--brand-2))}.mg-fl-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;padding:10px 10px 6px}.mg-fl-cal-grid i{height:8px;border-radius:2px;background:var(--brand-soft)}.mg-fl-cal-grid i.on{background:var(--brand)}.mg-fl-cal-slot{margin:4px 10px 10px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:.7rem;font-weight:700;color:var(--brand-ink);background:var(--brand-soft);border-radius:7px;padding:5px}.mg-fl-cal-slot svg{width:13px;height:13px}.mg-impact{width:min(var(--max),100%);margin:clamp(4.5rem,9vw,8rem) auto 0;padding:clamp(2.5rem,5vw,3.75rem) var(--pad-x);border-radius:28px;background:linear-gradient(180deg,#fff,#fbfaf8);color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-md)}.mg-impact-head{max-width:40rem}.mg-impact-head h2{margin-top:.7rem;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.12;letter-spacing:-.02em;font-weight:700}.mg-impact-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.mg-impact-stat{display:flex;flex-direction:column;gap:.35rem;padding-top:1.3rem;border-top:2px solid var(--brand-soft)}.mg-impact-stat strong{font-size:clamp(2rem,3.4vw,2.9rem);font-weight:700;letter-spacing:-.03em;color:var(--brand-ink)}.mg-impact-stat span{color:var(--muted);font-size:.92rem;line-height:1.4}.mg-impact-note{margin-top:1.75rem;font-size:.78rem;color:var(--faint)}.mg-fit{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.mg-fit-text h2{margin-top:.7rem;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.02em;font-weight:700}.mg-fit-text>p{margin-top:1.1rem;color:var(--muted);font-size:1.06rem;line-height:1.62;max-width:40rem}.mg-fit-list{margin-top:1.9rem;display:flex;flex-direction:column;gap:1.15rem}.mg-fit-list li{display:flex;gap:1rem;align-items:flex-start}.mg-fit-ic{flex:none;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fdeadf;color:#d1541f}.mg-fit-ic svg{width:20px;height:20px}.mg-fit-list strong{font-size:1.02rem;font-weight:700}.mg-fit-list li>div>p{margin-top:.2rem;color:var(--muted);font-size:.93rem;line-height:1.5}.mg-fit-gfx{position:relative;min-height:340px;border-radius:26px;border:1px solid var(--line);background:radial-gradient(130% 120% at 50% 0%,#fff,#fafaf8);box-shadow:var(--shadow-md);overflow:hidden;display:grid;place-items:center}.mg-gfx-growth{display:grid;place-items:center}.mg-gfx-chart{display:flex;align-items:flex-end;gap:13px;height:200px}.mg-gfx-chart span{width:28px;border-radius:9px 9px 4px 4px;background:linear-gradient(180deg,#ffb13b,#ff5c7a);opacity:.5;transform-origin:bottom;animation:mg-grow 1.4s cubic-bezier(.16,1,.3,1) both}.mg-gfx-chart span.on{opacity:1;box-shadow:0 12px 26px -10px #f2683b8c}@keyframes mg-grow{0%{transform:scaleY(.12)}to{transform:scaleY(1)}}.mg-quote{margin:0;padding:clamp(2.2rem,5vw,3.5rem);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#fafaf8);border:1px solid var(--line);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.mg-quote-mark{position:absolute;top:-1.5rem;left:1.5rem;font-size:10rem;line-height:1;color:var(--brand-soft);font-family:Georgia,serif}.mg-quote blockquote{position:relative;margin:0;font-size:clamp(1.3rem,2.4vw,1.9rem);line-height:1.35;letter-spacing:-.015em;font-weight:600;color:var(--ink);max-width:54rem}.mg-quote figcaption{margin-top:1.75rem;display:flex;align-items:center;gap:.8rem}.mg-quote-av{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:.8rem;font-weight:700;background:linear-gradient(135deg,#3a352f,#1f1c19)}.mg-quote figcaption strong{display:block;font-size:.95rem}.mg-quote-role{font-size:.85rem;color:var(--muted)}.mg-faq{margin-top:clamp(2rem,4vw,2.75rem);display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 2rem}.mg-faq-item{padding-bottom:1.25rem;border-bottom:1px solid var(--line)}.mg-faq-item h3{font-size:1.02rem;font-weight:700}.mg-faq-item p{margin-top:.5rem;color:var(--muted);font-size:.94rem;line-height:1.55}@media(max-width:1000px){.mg-show-row{grid-template-columns:1fr;gap:1.75rem}.mg-show-rev .mg-show-text{order:1}.mg-show-rev .mg-show-gfx{order:2}.mg-show-gfx,.mg-gfx{min-height:280px}.mg-flow{flex-direction:column}.mg-flow-link{transform:rotate(90deg)}.mg-impact-grid{grid-template-columns:repeat(2,1fr)}.mg-fit{grid-template-columns:1fr;gap:2rem}.mg-fit-gfx{order:2;min-height:280px}.mg-faq{grid-template-columns:1fr}}
