#mst-landing *,#mst-landing *:before,#mst-landing *:after{box-sizing:border-box;margin:0;padding:0}#mst-landing{--navy:#0F1B35;--navy-mid:#1A2D55;--purple:#4B3A8C;--purple-mid:#6B52B8;--purple-light:#EEE9FF;--purple-pale:#F7F5FF;--blue-accent:#2563EB;--blue-light:#EFF6FF;--off-white:#F8F8FB;--surface:#FFFFFF;--border:#E4E2EE;--border-mid:#C8C4DE;--text:#0F1B35;--text-sec:#4A4870;--text-muted:#8B89A8;--green:#166534;--green-light:#F0FDF4;--amber:#92400E;--amber-light:#FFFBEB;--teal:#0F766E;--teal-light:#F0FDFA;--rose:#9D174D;--rose-light:#FFF1F5;--radius:14px;--radius-sm:8px;--max:960px;font-family:Outfit,sans-serif;color:var(--text);font-size:15px;line-height:1.65}#mst-landing .hero{background:linear-gradient(155deg,#0f1b35f7,#1a2d55f2,#4b3a8ceb),url(/assets/images/fsh-background.png) center/cover no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:240px 24px 100px;position:relative;overflow:hidden;margin-top:-68px;min-height:700px}#mst-landing .hero-orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.05);pointer-events:none;animation:mst-orb-drift 18s ease-in-out infinite}#mst-landing .orb1{width:500px;height:500px;top:-180px;right:-120px;animation-delay:0s}#mst-landing .orb2{width:320px;height:320px;bottom:-100px;left:-80px;animation-delay:-6s}#mst-landing .orb3{width:180px;height:180px;top:30%;right:8%;animation-delay:-12s;border-color:#6b52b826}@keyframes mst-orb-drift{0%,to{transform:translate(0)}33%{transform:translate(10px,-15px)}66%{transform:translate(-8px,10px)}}@keyframes mst-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#mst-landing .hero-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 16px;border-radius:99px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);font-size:11.5px;font-weight:500;letter-spacing:.04em;color:#fff9}#mst-landing .hero-early-badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:99px;background:#6b52b840;border:1px solid rgba(107,82,184,.45);font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#b4a5ffd9}#mst-landing .hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#86efac;flex-shrink:0}#mst-landing .hero h1{font-family:"Instrument Serif",serif;font-size:clamp(34px,6vw,64px);color:#fff;line-height:1.05;letter-spacing:-.02em;max-width:780px;margin:0 auto 20px;animation:mst-fade-up .6s ease .1s both}#mst-landing .hero h1 em{font-style:italic;color:#b4a5ffe6}#mst-landing .hero-sub{font-size:clamp(14px,1.8vw,17px);color:#ffffff85;max-width:560px;margin:0 auto 40px;line-height:1.7;animation:mst-fade-up .6s ease .2s both}#mst-landing .hero-btns{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center;animation:mst-fade-up .6s ease .3s both}#mst-landing .btn-hero-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:99px;background:var(--purple-mid);color:#fff;font-size:14px;font-weight:600;text-decoration:none;border:1px solid var(--purple-mid);transition:all .15s;box-shadow:0 4px 24px #6b52b866}#mst-landing .btn-hero-primary:hover{background:#7c63cc;transform:translateY(-2px);box-shadow:0 8px 32px #6b52b880;text-decoration:none}#mst-landing .btn-hero-ghost{display:inline-flex;align-items:center;gap:7px;padding:14px 28px;border-radius:99px;background:#ffffff12;color:#ffffffbf;font-size:14px;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.14);transition:all .15s}#mst-landing .btn-hero-ghost:hover{background:#ffffff1f;color:#fff;text-decoration:none}#mst-landing .hero-stats{display:flex;gap:40px;margin-top:64px;flex-wrap:wrap;justify-content:center;animation:mst-fade-up .6s ease .45s both}#mst-landing .hero-stat{text-align:center}#mst-landing .hero-stat-num{font-family:"Instrument Serif",serif;font-size:32px;color:#fff;line-height:1;display:block;margin-bottom:5px}#mst-landing .hero-stat-num em{font-style:italic;color:#b4a5ffd9}#mst-landing .hero-stat-label{font-size:11.5px;color:#ffffff61;text-transform:uppercase;letter-spacing:.07em;font-weight:500}#mst-landing .hero-stat-sep{width:1px;background:#ffffff1a;align-self:stretch}#mst-landing .flow-banner{background:var(--navy);padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.08)}#mst-landing .flow-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:#ffffff80;flex-wrap:wrap;text-align:center}#mst-landing .flow-step{display:flex;align-items:center;gap:8px}#mst-landing .flow-num{width:22px;height:22px;border-radius:50%;flex-shrink:0;background:#6b52b84d;border:1px solid rgba(107,82,184,.5);color:#b4a5ffe6;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}#mst-landing .flow-arrow{color:#ffffff2e;font-size:12px;padding:0 4px}#mst-landing .flow-step strong{color:#fffc;font-weight:600}#mst-landing section{padding:88px 24px}#mst-landing .section-inner{max-width:var(--max);margin:0 auto}#mst-landing .section-label{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--purple-mid);margin-bottom:14px}#mst-landing .section-label:before{content:"";display:block;width:20px;height:1.5px;background:var(--purple-mid);border-radius:2px}#mst-landing .section-h2{font-family:"Instrument Serif",serif;font-size:clamp(28px,4vw,42px);color:var(--navy);line-height:1.1;letter-spacing:-.01em;margin-bottom:16px}#mst-landing .section-h2 em{font-style:italic;color:var(--purple-mid)}#mst-landing .section-intro{font-size:15.5px;color:var(--text-sec);max-width:560px;line-height:1.7}#mst-landing .why-section{background:var(--surface)}#mst-landing .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}#mst-landing .why-list{list-style:none;display:flex;flex-direction:column;gap:20px;margin-top:36px}#mst-landing .why-item{display:flex;gap:14px;align-items:flex-start}#mst-landing .why-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:var(--purple-light);border:1px solid var(--border-mid);display:flex;align-items:center;justify-content:center;font-size:15px}#mst-landing .why-item-body h4{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:3px}#mst-landing .why-item-body p{font-size:13.5px;color:var(--text-sec);line-height:1.6}#mst-landing .why-visual{background:linear-gradient(150deg,var(--navy) 0%,var(--navy-mid) 60%,var(--purple) 100%);border-radius:20px;padding:28px 24px;position:relative;overflow:hidden}#mst-landing .wv-orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.06);pointer-events:none}#mst-landing .wv-o1{width:260px;height:260px;top:-80px;right:-80px}#mst-landing .wv-o2{width:160px;height:160px;bottom:-60px;left:-40px}#mst-landing .mini-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;margin-bottom:10px;position:relative;z-index:1}#mst-landing .mini-card:last-child{margin-bottom:0}#mst-landing .mini-card-tag{display:inline-block;font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#b4a5ffb3;background:#6b52b833;padding:2px 8px;border-radius:99px;margin-bottom:8px}#mst-landing .mini-card-name{font-family:"Instrument Serif",serif;font-size:16px;color:#fff;display:block;margin-bottom:6px}#mst-landing .mini-chip-row{display:flex;flex-wrap:wrap;gap:4px}#mst-landing .mini-chip{font-size:10.5px;padding:3px 9px;border-radius:99px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffff8c}#mst-landing .mini-chip.active{background:#6b52b84d;border-color:#6b52b880;color:#b4a5ffe6}#mst-landing .mini-confidence{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}#mst-landing .mini-confidence:before{content:"●";font-size:7px}#mst-landing .mini-confidence.strong{color:#86efacd9}#mst-landing .mini-confidence.possible{color:#93c5fdd9}#mst-landing .mini-confidence.context{color:#fdba74d9}#mst-landing .principles-section{background:var(--surface);padding:88px 24px}#mst-landing .principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}#mst-landing .principle-card{background:var(--off-white);border-radius:var(--radius);padding:32px 28px;border:1px solid var(--border)}#mst-landing .principle-num{width:36px;height:36px;border-radius:50%;background:var(--purple-mid);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;margin-bottom:16px}#mst-landing .principle-card h3{font-family:"Instrument Serif",serif;font-size:20px;margin-bottom:10px;color:var(--text)}#mst-landing .principle-card p{font-size:14px;color:var(--text-sec);line-height:1.65}#mst-landing .stances-row{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;padding:28px 32px;background:linear-gradient(135deg,#4b3a8c0f,#6b52b80a);border-radius:var(--radius);border:1px solid rgba(107,82,184,.12)}#mst-landing .stance-item{font-size:13.5px;color:var(--text-sec);font-weight:500;display:flex;align-items:center;gap:6px}#mst-landing .stance-check{color:var(--green);font-weight:700;font-size:14px}#mst-landing .demo-section{background:linear-gradient(160deg,#0f1b35cc,#1a2d55cc 55%,#2d1f6ecc),url(/assets/images/fsh-background.png) center/cover no-repeat;padding:88px 24px}#mst-landing .demo-section .section-label{color:#b4a5ffb3}#mst-landing .demo-section .section-label:before{background:#b4a5ff80}#mst-landing .demo-section .section-h2{color:#fff}#mst-landing .demo-section .section-h2 em{color:#b4a5ffe6}#mst-landing .demo-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}#mst-landing .demo-steps{display:flex;flex-direction:column;margin-top:36px}#mst-landing .demo-step{display:flex;gap:16px;align-items:flex-start;position:relative;padding-bottom:28px}#mst-landing .demo-step:last-child{padding-bottom:0}#mst-landing .demo-step:before{content:"";position:absolute;left:19px;top:38px;bottom:0;width:1px;background:#ffffff14}#mst-landing .demo-step:last-child:before{display:none}#mst-landing .step-num{width:38px;height:38px;border-radius:99px;flex-shrink:0;background:#6b52b840;border:1px solid rgba(107,82,184,.4);color:#b4a5ffe6;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}#mst-landing .demo-step h4{font-size:14px;font-weight:600;color:#fff;margin-bottom:5px}#mst-landing .demo-step p{font-size:13px;color:#ffffff73;line-height:1.6}#mst-landing .mock-ui{background:var(--off-white);border-radius:20px;border:1px solid rgba(255,255,255,.1);overflow:hidden;box-shadow:0 32px 80px #0006,0 2px 8px #0000004d}#mst-landing .mock-header{background:linear-gradient(135deg,#0f1b35eb,#4b3a8cd9);padding:18px 20px 16px}#mst-landing .mock-brand-row{display:flex;align-items:center;gap:7px;margin-bottom:10px}#mst-landing .mock-dot{width:5px;height:5px;border-radius:50%;background:#ffffff4d}#mst-landing .mock-brand-name{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;font-weight:600}#mst-landing .mock-title{font-family:"Instrument Serif",serif;font-size:18px;color:#fff;line-height:1.1;margin-bottom:3px}#mst-landing .mock-sub{font-size:10.5px;color:#ffffff61}#mst-landing .mock-body{padding:14px}#mst-landing .mock-panel{background:#fff;border:1px solid var(--border);border-radius:10px;margin-bottom:10px;overflow:hidden}#mst-landing .mock-panel-head{background:var(--off-white);border-bottom:1px solid var(--border);padding:8px 12px;display:flex;align-items:center;gap:7px}#mst-landing .mock-panel-icon{width:18px;height:18px;border-radius:5px;background:var(--purple-light);display:flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0}#mst-landing .mock-panel-title{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-sec)}#mst-landing .mock-panel-body{padding:10px 12px}#mst-landing .mock-chips{display:flex;flex-wrap:wrap;gap:4px}#mst-landing .mock-chip{font-size:10px;padding:3px 9px;border-radius:99px;border:1px solid var(--border);background:var(--off-white);color:var(--text-sec)}#mst-landing .mock-chip.on{background:var(--purple-light);border-color:var(--border-mid);color:var(--purple);font-weight:600}#mst-landing .mock-result-card{background:#fff;border:1px solid var(--border-mid);border-radius:10px;overflow:hidden}#mst-landing .mock-result-head{padding:9px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}#mst-landing .mock-result-tag{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:2px}#mst-landing .mock-result-name{font-family:"Instrument Serif",serif;font-size:14px;color:var(--navy)}#mst-landing .mock-conf{font-size:9.5px;font-weight:600;color:var(--green);background:var(--green-light);border:1px solid #bbf7d0;padding:2px 8px;border-radius:99px;white-space:nowrap;flex-shrink:0}#mst-landing .mock-tabs{display:flex;border-bottom:1px solid var(--border);overflow-x:auto}#mst-landing .mock-tab{font-size:9.5px;font-weight:600;padding:6px 10px;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap;flex-shrink:0}#mst-landing .mock-tab.on{color:var(--purple-mid);border-bottom-color:var(--purple-mid)}#mst-landing .mock-result-body-text{padding:8px 12px 10px;font-size:10.5px;color:var(--text-sec);line-height:1.65}#mst-landing .features-section{background:var(--off-white)}#mst-landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}#mst-landing .feat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px 20px;transition:box-shadow .2s,transform .2s,border-color .2s}#mst-landing .feat-card:hover{box-shadow:0 8px 28px #4b3a8c1a;transform:translateY(-3px);border-color:var(--border-mid)}#mst-landing .feat-icon{width:40px;height:40px;border-radius:11px;background:var(--purple-light);border:1px solid var(--border-mid);display:flex;align-items:center;justify-content:center;font-size:17px;margin-bottom:14px}#mst-landing .feat-card h3{font-size:14.5px;font-weight:600;color:var(--navy);margin-bottom:7px}#mst-landing .feat-card p{font-size:13px;color:var(--text-sec);line-height:1.65}#mst-landing .depth-section{background:var(--surface)}#mst-landing .cats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:36px 0 48px}#mst-landing .cat-tile{background:var(--off-white);border:1px solid var(--border);border-radius:12px;padding:14px 10px;text-align:center;transition:all .15s}#mst-landing .cat-tile:hover{background:var(--purple-pale);border-color:var(--border-mid);transform:translateY(-2px)}#mst-landing .cat-tile-emoji{font-size:20px;display:block;margin-bottom:6px}#mst-landing .cat-tile-name{font-size:11px;font-weight:600;color:var(--text-sec);display:block}#mst-landing .depth-split{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:start}#mst-landing .finding-demo-card{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}#mst-landing .fdc-header{background:var(--surface);border-bottom:1px solid var(--border);padding:16px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}#mst-landing .fdc-tag{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:4px}#mst-landing .fdc-name{font-family:"Instrument Serif",serif;font-size:20px;color:var(--navy)}#mst-landing .fdc-conf{font-size:11px;font-weight:600;color:var(--green);background:var(--green-light);border:1px solid #bbf7d0;padding:4px 12px;border-radius:99px;white-space:nowrap;flex-shrink:0;margin-top:4px}#mst-landing .fdc-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface);overflow-x:auto}#mst-landing .fdc-tab{font-size:11.5px;font-weight:600;padding:9px 14px;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap}#mst-landing .fdc-tab.active{color:var(--purple-mid);border-bottom-color:var(--purple-mid)}#mst-landing .fdc-body{padding:18px 20px}#mst-landing .fdc-summary{font-size:13px;color:var(--text-sec);line-height:1.7;margin-bottom:14px}#mst-landing .fdc-protocol-list{display:flex;flex-direction:column;gap:6px}#mst-landing .fdc-protocol-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--text-sec)}#mst-landing .fdc-protocol-dot{width:5px;height:5px;border-radius:50%;background:var(--purple-mid);flex-shrink:0;margin-top:7px}#mst-landing .fdc-ref-note{font-size:11.5px;color:var(--text-muted);font-style:italic;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}#mst-landing .depth-right-list{display:flex;flex-direction:column;gap:10px}#mst-landing .depth-right-item{background:var(--off-white);border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:flex;align-items:flex-start;gap:12px;transition:border-color .15s,box-shadow .15s}#mst-landing .depth-right-item:hover{border-color:var(--border-mid);box-shadow:0 4px 14px #4b3a8c12}#mst-landing .dri-icon{font-size:18px;flex-shrink:0}#mst-landing .dri-body h4{font-size:13.5px;font-weight:600;color:var(--navy);margin-bottom:4px}#mst-landing .dri-body p{font-size:12.5px;color:var(--text-sec);line-height:1.6}#mst-landing .export-section{background:var(--off-white)}#mst-landing .export-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}#mst-landing .export-feats{display:flex;flex-direction:column;gap:16px;margin-top:32px}#mst-landing .export-feat{display:flex;gap:14px;align-items:flex-start}#mst-landing .export-feat-icon{width:36px;height:36px;border-radius:10px;background:var(--purple-light);border:1px solid var(--border-mid);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}#mst-landing .export-feat h4{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:3px}#mst-landing .export-feat p{font-size:13px;color:var(--text-sec);line-height:1.6}#mst-landing .export-mock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}#mst-landing .export-tab-nav{display:flex;border-bottom:1px solid var(--border);background:var(--off-white);overflow-x:auto}#mst-landing .exp-tab{font-size:11.5px;font-weight:600;padding:10px 14px;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap}#mst-landing .exp-tab.active{color:var(--purple-mid);border-bottom-color:var(--purple-mid);background:var(--surface)}#mst-landing .export-mock-body{padding:18px 20px}#mst-landing .exp-report-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px}#mst-landing .exp-report-row:last-child{border-bottom:none}#mst-landing .exp-report-label{color:var(--text-sec)}#mst-landing .exp-report-val{font-weight:600;color:var(--navy)}#mst-landing .exp-sequence{margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}#mst-landing .exp-seq-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:9px}#mst-landing .exp-seq-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-sec);margin-bottom:6px}#mst-landing .exp-seq-num{width:20px;height:20px;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}#mst-landing .seq-1{background:var(--purple-light);color:var(--purple)}#mst-landing .seq-2{background:var(--blue-light);color:var(--blue-accent)}#mst-landing .seq-3{background:var(--teal-light);color:var(--teal)}#mst-landing .install-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px 0}#mst-landing .install-banner{display:flex;align-items:center;gap:24px;max-width:640px;margin:0 auto;padding:28px 32px;background:linear-gradient(135deg,var(--purple-pale) 0%,var(--blue-light) 100%);border:1px solid var(--border-mid);border-radius:16px}#mst-landing .install-icon{font-size:36px;flex-shrink:0}#mst-landing .install-text h3{font-family:"Instrument Serif",serif;font-size:20px;color:var(--navy);margin-bottom:6px;line-height:1.2}#mst-landing .install-text p{font-size:13.5px;color:var(--text-sec);line-height:1.65;margin:0}@media (max-width:600px){#mst-landing .install-banner{flex-direction:column;text-align:center;padding:22px 20px;gap:14px}}#mst-landing .teaser-section{position:relative;overflow:hidden;background:linear-gradient(150deg,#0f1b35cc,#1a2d55cc 60%,#4b3a8ccc),url(/assets/images/fsh-background.png) center/cover no-repeat;padding:72px 24px}#mst-landing .teaser-orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.06);pointer-events:none}#mst-landing .teaser-o1{width:380px;height:380px;top:-120px;right:-100px}#mst-landing .teaser-o2{width:240px;height:240px;bottom:-80px;left:-60px;border-color:#6b52b82e}#mst-landing .teaser-inner{position:relative;z-index:1;max-width:880px}#mst-landing .teaser-header{text-align:center;margin-bottom:36px}#mst-landing .teaser-label{color:#b4a5ffd9;justify-content:center}#mst-landing .teaser-label:before{background:#b4a5ff8c}#mst-landing .teaser-h2{color:#fff}#mst-landing .teaser-h2 em{color:#b4a5fff2}#mst-landing .teaser-sub{font-size:14.5px;color:#fff9;line-height:1.7;max-width:600px;margin:0 auto}#mst-landing .teaser-widget{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px 26px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}#mst-landing .teaser-widget-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b4a5ff99;margin-bottom:14px;text-align:center}#mst-landing .teaser-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:18px}#mst-landing .teaser-chip{font-family:Outfit,sans-serif;font-size:12.5px;font-weight:500;padding:7px 14px;border-radius:99px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffc7;cursor:pointer;transition:all .15s}#mst-landing .teaser-chip:hover:not(:disabled):not(.active){background:#ffffff1a;border-color:#fff3;color:#fff}#mst-landing .teaser-chip.active{background:#6b52b852;border-color:#b4a5ff80;color:#fff;box-shadow:0 0 0 1px #b4a5ff40}#mst-landing .teaser-chip:disabled{opacity:.32;cursor:not-allowed}#mst-landing .teaser-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}#mst-landing .teaser-counter{font-size:12px;color:#ffffff80}#mst-landing .teaser-counter.cap{color:#b4a5ffd9}#mst-landing .teaser-analyze{font-family:Outfit,sans-serif;font-size:13.5px;font-weight:600;padding:10px 22px;border-radius:99px;border:none;cursor:pointer;background:var(--purple-mid);color:#fff;transition:all .15s;box-shadow:0 4px 18px #6b52b866}#mst-landing .teaser-analyze:hover:not(:disabled){background:#7c63cc;box-shadow:0 6px 22px #6b52b880}#mst-landing .teaser-analyze:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}#mst-landing .teaser-results{display:none;margin-top:24px}#mst-landing .teaser-results.visible{display:block;animation:teaser-fade-in .4s ease both}@keyframes teaser-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}#mst-landing .teaser-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:22px}#mst-landing .teaser-card{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px 16px 56px;min-height:140px;overflow:hidden}#mst-landing .teaser-card-tag{display:inline-block;font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b4a5ffd9;padding:3px 9px;border-radius:99px;background:#6b52b82e;border:1px solid rgba(180,165,255,.22);margin-bottom:8px}#mst-landing .teaser-card-name{font-family:"Instrument Serif",serif;font-size:18px;color:#fff;line-height:1.2;margin-bottom:8px}#mst-landing .teaser-card-meta{font-size:11.5px;color:#ffffff8c}#mst-landing .teaser-card-conf{display:inline-block;font-size:10.5px;font-weight:600;padding:2px 8px;border-radius:99px;margin-right:6px;letter-spacing:.02em}#mst-landing .teaser-card-conf.strong{background:#86efac26;color:#86efac;border:1px solid rgba(134,239,172,.3)}#mst-landing .teaser-card-conf.possible{background:#60a5fa2e;color:#93c5fd;border:1px solid rgba(96,165,250,.32)}#mst-landing .teaser-card-conf.considering{background:#fcd34d2e;color:#fcd34d;border:1px solid rgba(252,211,77,.3)}#mst-landing .teaser-card-lock{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;background:linear-gradient(180deg,#0f1b3500,#0f1b35f2 50%);display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:500;color:#b4a5ffd9}#mst-landing .teaser-card-lock-icon{font-size:13px}#mst-landing .teaser-cta-block{text-align:center;padding:22px 18px;background:linear-gradient(135deg,#6b52b82e,#2563eb1f);border:1px solid rgba(180,165,255,.25);border-radius:14px}#mst-landing .teaser-cta-h{font-family:"Instrument Serif",serif;font-size:22px;color:#fff;line-height:1.2;margin-bottom:8px}#mst-landing .teaser-cta-body{font-size:13px;color:#fff9;line-height:1.65;max-width:560px;margin:0 auto 16px}#mst-landing .teaser-cta-actions{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}#mst-landing .teaser-cta-primary{display:inline-flex;align-items:center;gap:6px;font-family:Outfit,sans-serif;font-size:13.5px;font-weight:600;padding:10px 22px;border-radius:99px;background:var(--purple-mid);color:#fff;text-decoration:none;transition:all .15s;box-shadow:0 4px 18px #6b52b866;border:1px solid var(--purple-mid)}#mst-landing .teaser-cta-primary:hover{background:#7c63cc;text-decoration:none}#mst-landing .teaser-cta-ghost{display:inline-flex;align-items:center;gap:6px;font-family:Outfit,sans-serif;font-size:13.5px;font-weight:500;padding:10px 18px;border-radius:99px;background:transparent;color:#ffffffb3;text-decoration:none;transition:all .15s;border:1px solid rgba(255,255,255,.18)}#mst-landing .teaser-cta-ghost:hover{background:#ffffff0f;color:#fff;text-decoration:none}#mst-landing .teaser-skeleton-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;min-height:140px;position:relative;overflow:hidden}#mst-landing .teaser-skeleton-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 50%,transparent 100%);animation:teaser-shimmer 1.2s infinite}@keyframes teaser-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}#mst-landing .teaser-error{padding:14px 16px;background:#fca5a514;border:1px solid rgba(252,165,165,.22);border-radius:10px;font-size:13px;color:#fca5a5;text-align:center}@media (max-width:600px){#mst-landing .teaser-section{padding:52px 18px}#mst-landing .teaser-widget{padding:22px 18px}#mst-landing .teaser-controls{flex-direction:column;align-items:stretch}#mst-landing .teaser-analyze{width:100%}#mst-landing .teaser-counter{text-align:center}#mst-landing .teaser-results-grid{grid-template-columns:1fr}}#mst-landing .testimonials-section{background:var(--surface);border-top:1px solid var(--border);padding:80px 24px}#mst-landing .testimonials-section .section-h2{text-align:center}#mst-landing .testimonials-section .section-label{justify-content:center}#mst-landing .testimonials-section .section-label:before{display:none}#mst-landing .testimonial-grid{display:grid;grid-template-columns:1fr;gap:28px;max-width:760px;margin:0 auto}#mst-landing .testimonial-card{background:var(--purple-pale);border:1px solid var(--border);border-radius:var(--radius);padding:40px 44px;position:relative}#mst-landing .testimonial-quote-mark{font-size:80px;line-height:1;color:var(--purple-mid);opacity:.18;position:absolute;top:20px;left:32px;font-family:Georgia,serif;user-select:none}#mst-landing .testimonial-body{font-size:16px;line-height:1.75;color:var(--text-sec);font-style:italic;position:relative;z-index:1;margin-bottom:28px}#mst-landing .testimonial-attribution{border-top:1px solid var(--border);padding-top:20px}#mst-landing .testimonial-name{font-size:15px;font-weight:700;color:var(--text);letter-spacing:.01em}#mst-landing .testimonial-credentials{font-size:13px;color:var(--text-muted);margin-top:3px}@media (max-width:600px){#mst-landing .testimonials-section{padding:56px 18px}#mst-landing .testimonial-card{padding:28px 24px}#mst-landing .testimonial-quote-mark{font-size:56px;top:14px;left:20px}#mst-landing .testimonial-body{font-size:15px}}#mst-landing .pricing-section{background:linear-gradient(180deg,var(--off-white) 0%,var(--purple-pale) 100%)}#mst-landing .pricing-header{text-align:center;margin-bottom:36px}#mst-landing .pricing-header .section-label{justify-content:center}#mst-landing .pricing-header .section-label:before{display:none}#mst-landing .pricing-header .section-intro{margin:0 auto;text-align:center}#mst-landing .pricing-unified{max-width:480px;margin:0 auto}#mst-landing .billing-toggle-wrap{display:flex;gap:0;background:var(--off-white);border:1px solid var(--border);border-radius:99px;padding:4px;width:fit-content;margin:0 auto 24px}#mst-landing .billing-toggle-btn{font-family:Outfit,sans-serif;font-size:13px;font-weight:500;padding:7px 20px;border-radius:99px;border:none;cursor:pointer;background:transparent;color:var(--text-sec);transition:all .15s;display:flex;align-items:center;gap:6px}#mst-landing .billing-toggle-btn.active{background:var(--purple-mid);color:#fff;box-shadow:0 2px 10px #6b52b84d}#mst-landing .billing-save-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:99px;background:var(--green-light);color:var(--green);border:1px solid #bbf7d0;letter-spacing:.03em}#mst-landing .billing-toggle-btn.active .billing-save-badge{background:#ffffff2e;color:#ffffffe6;border-color:#fff3}#mst-landing .pricing-unified-card{background:var(--navy);border:1px solid var(--purple-mid);border-radius:20px;padding:30px 28px;box-shadow:0 12px 40px #6b52b840;display:flex;flex-direction:column}#mst-landing .puc-price-row{display:flex;align-items:flex-start;gap:16px;margin-bottom:14px}#mst-landing .puc-price-meta{display:flex;flex-direction:column;gap:6px;padding-top:6px}#mst-landing .annual-savings-note{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#86efac;background:#86efac1a;border:1px solid rgba(134,239,172,.25);padding:4px 11px;border-radius:99px}#mst-landing .pricing-plan-name{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:14px}#mst-landing .pricing-price{font-family:"Instrument Serif",serif;font-size:44px;color:#fff;line-height:1;margin-bottom:0}#mst-landing .pricing-price sup{font-size:20px;vertical-align:super;font-family:Outfit,sans-serif;font-weight:600}#mst-landing .pricing-price-period{font-size:13px;color:#fff6;margin-bottom:0}#mst-landing .trial-note{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--green);background:var(--green-light);border:1px solid #bbf7d0;padding:4px 11px;border-radius:99px;margin-bottom:14px}#mst-landing .pricing-desc{font-size:13px;color:#ffffff80;margin-bottom:20px;line-height:1.6}#mst-landing .pricing-feats{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px}#mst-landing .pricing-feats li{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#ffffffa6}#mst-landing .pf-check{color:#86efac;flex-shrink:0;font-size:12px;margin-top:3px}#mst-landing .btn-pricing{display:block;width:100%;padding:12px;border-radius:99px;text-align:center;font-size:14px;font-weight:600;text-decoration:none;border:2px solid var(--purple-mid);color:var(--purple-mid);background:transparent;transition:all .15s;cursor:pointer;margin-top:auto}#mst-landing .btn-pricing:hover{background:var(--purple-light);text-decoration:none}#mst-landing .btn-pricing-primary{background:var(--purple-mid);color:#fff;box-shadow:0 4px 20px #6b52b859}#mst-landing .btn-pricing-primary:hover{background:#7c63cc;box-shadow:0 8px 28px #6b52b873}#mst-landing .pricing-note{text-align:center;font-size:12.5px;color:var(--text-muted);margin-top:20px}#mst-landing .pricing-note a{color:var(--purple-mid);text-decoration:none}#mst-landing .pricing-note a:hover{text-decoration:underline}#mst-landing .mst-community-callout{margin-top:32px}#mst-landing .mst-community-inner{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--purple-pale);border:1px solid rgba(107,82,184,.15);border-radius:var(--radius);flex-wrap:wrap}#mst-landing .mst-community-icon{font-size:28px;flex-shrink:0;line-height:1}#mst-landing .mst-community-text{flex:1;min-width:200px}#mst-landing .mst-community-text strong{display:block;font-size:14px;color:var(--navy);margin-bottom:4px}#mst-landing .mst-community-text p{font-size:13.5px;color:var(--text-sec);margin:0;line-height:1.6}#mst-landing .mst-community-link{display:inline-flex;align-items:center;padding:9px 20px;border-radius:99px;background:var(--purple-mid);color:#fff;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .15s;flex-shrink:0}#mst-landing .mst-community-link:hover{background:var(--purple);text-decoration:none}#mst-landing .pricing-legal-notice{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;text-align:center;font-size:12px;color:var(--text-muted);max-width:680px;margin:0 auto 28px;padding:10px 16px;background:var(--off-white);border:1px solid var(--border);border-radius:99px}#mst-landing .pricing-legal-notice strong{color:var(--text-sec);font-weight:600}#mst-landing .pricing-legal-notice a{color:var(--purple-mid);text-decoration:none}#mst-landing .pricing-legal-notice a:hover{text-decoration:underline}#mst-landing .pln-dot{color:var(--border-mid)}#mst-landing .scope-callout{display:flex;gap:12px;align-items:flex-start;padding:13px 16px;background:var(--blue-light);border:1px solid rgba(37,99,235,.18);border-radius:var(--radius-sm);margin-top:24px}#mst-landing .scope-callout-icon{font-size:15px;flex-shrink:0;margin-top:1px}#mst-landing .scope-callout-text{font-size:12.5px;color:#1e40af;line-height:1.65}#mst-landing .scope-callout-text strong{font-weight:600;color:#1d4ed8;display:block;margin-bottom:2px}#mst-landing .faq-section{background:var(--surface)}#mst-landing .faq-header{text-align:center;margin-bottom:40px}#mst-landing .faq-header .section-label{justify-content:center}#mst-landing .faq-header .section-label:before{display:none}#mst-landing .faq-list{max-width:720px;margin:0 auto}#mst-landing .faq-item{border-bottom:1px solid var(--border)}#mst-landing .faq-item:first-child{border-top:1px solid var(--border)}#mst-landing .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 4px;background:none;border:none;cursor:pointer;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;color:var(--navy);text-align:left;line-height:1.4;transition:color .15s}#mst-landing .faq-q:hover{color:var(--purple-mid)}#mst-landing .faq-chevron{font-size:11px;color:var(--text-muted);transition:transform .2s;flex-shrink:0}#mst-landing .faq-item.open .faq-chevron{transform:rotate(180deg)}#mst-landing .faq-a{display:none;padding:0 4px 20px;font-size:14px;color:var(--text-sec);line-height:1.75}#mst-landing .faq-item.open .faq-a{display:block}#mst-landing .faq-a em{font-style:italic}#mst-landing .faq-a a{color:var(--purple-mid);text-decoration:none}#mst-landing .faq-a a:hover{text-decoration:underline}#mst-landing .mst-disclaimer-section{background:var(--navy);padding:24px}#mst-landing .mst-disclaimer-toggle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 0;background:none;border:none;cursor:pointer;font-family:Outfit,sans-serif;font-size:12px;font-weight:500;color:#ffffff4d;transition:color .15s;text-align:center}#mst-landing .mst-disclaimer-toggle:hover{color:#ffffff8c}#mst-landing .disc-chevron{transition:transform .2s}#mst-landing .mst-disclaimer-body{display:none;padding-bottom:16px}#mst-landing .mst-disclaimer-body.open{display:block}#mst-landing .mst-disclaimer-body p{font-size:12px;color:#ffffff4d;line-height:1.8;margin-bottom:10px}#mst-landing .mst-disclaimer-body p:last-child{margin-bottom:0}#mst-landing .mst-disclaimer-body strong{color:#ffffff73;font-weight:600}#mst-landing .mst-disclaimer-body em{font-style:italic}#mst-landing .mst-legal-footer{font-size:11px;color:#fff3;max-width:var(--max);margin:12px auto 0;text-align:center;line-height:1.7;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}#mst-landing .browse-callout{margin:48px 0}#mst-landing .browse-callout-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;padding:40px 36px;background:linear-gradient(135deg,var(--purple-pale) 0%,var(--blue-light) 100%);border:1px solid rgba(107,82,184,.15);border-radius:20px}#mst-landing .browse-callout-h3{font-family:"Instrument Serif",serif;font-size:clamp(22px,3vw,30px);color:var(--navy);line-height:1.15;margin-bottom:14px}#mst-landing .browse-callout-h3 em{font-style:italic;color:var(--purple-mid)}#mst-landing .browse-callout-body{font-size:14px;color:var(--text-sec);line-height:1.7;margin-bottom:12px}#mst-landing .browse-callout-body:last-of-type{margin-bottom:18px}#mst-landing .browse-search-hint{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:#ffffffa6;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-sec);line-height:1.55}#mst-landing .browse-search-icon{font-size:18px;flex-shrink:0;margin-top:1px}#mst-landing .browse-search-hint strong{color:var(--navy);font-weight:600}#mst-landing .browse-search-desc{color:var(--text-sec)}#mst-landing .browse-mock{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #4b3a8c14}#mst-landing .browse-mock-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--border);background:var(--off-white)}#mst-landing .browse-mock-search-icon{font-size:14px;opacity:.5}#mst-landing .browse-mock-placeholder{font-size:12px;color:var(--text-muted)}#mst-landing .browse-mock-domains{display:flex;flex-wrap:wrap;gap:6px;padding:10px 14px;border-bottom:1px solid var(--border)}#mst-landing .browse-mock-domain{font-size:10.5px;font-weight:500;padding:4px 10px;border-radius:99px;background:var(--off-white);border:1px solid var(--border);color:var(--text-sec);white-space:nowrap}#mst-landing .browse-mock-domain.active{background:var(--purple-light);border-color:var(--border-mid);color:var(--purple);font-weight:600}#mst-landing .browse-mock-results{padding:8px 10px}#mst-landing .browse-mock-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;transition:background .15s}#mst-landing .browse-mock-item:hover{background:var(--off-white)}#mst-landing .browse-mock-item-name{font-size:13px;font-weight:500;color:var(--navy)}#mst-landing .browse-mock-item-count{font-size:11px;color:var(--text-muted)}@media (max-width:820px){#mst-landing .features-grid{grid-template-columns:1fr 1fr}#mst-landing .why-grid,#mst-landing .demo-layout,#mst-landing .export-grid,#mst-landing .depth-split{grid-template-columns:1fr;gap:32px}#mst-landing .principles-grid{grid-template-columns:1fr}#mst-landing .cats-grid{grid-template-columns:repeat(3,1fr);gap:7px}#mst-landing .browse-callout-inner{grid-template-columns:1fr;gap:24px}#mst-landing .pricing-unified{max-width:420px}#mst-landing .hero-stat-sep{display:none}#mst-landing .hero-stats{gap:20px}#mst-landing .demo-layout{grid-template-columns:1fr}#mst-landing .pricing-section .section-inner{display:flex;flex-direction:column;align-items:center}#mst-landing .pricing-header,#mst-landing .pricing-note,#mst-landing .pricing-unified,#mst-landing .pricing-legal-notice{width:100%;max-width:560px}}@media (max-width:600px){#mst-landing section{padding:52px 18px}#mst-landing .section-h2{font-size:26px}#mst-landing .section-intro{font-size:14px}#mst-landing .hero{padding:180px 18px 56px;min-height:550px}#mst-landing .hero h1{font-size:30px}#mst-landing .hero-sub{font-size:14px}#mst-landing .hero-badge{font-size:11px;padding:5px 13px}#mst-landing .hero-btns{flex-direction:column;width:100%;max-width:320px}#mst-landing .btn-hero-primary,#mst-landing .btn-hero-ghost{width:100%;justify-content:center}#mst-landing .hero-stats{gap:18px;margin-top:40px;justify-content:center}#mst-landing .hero-stat-num{font-size:26px}#mst-landing .hero-stat-label{font-size:10px}#mst-landing .flow-inner{flex-direction:column;gap:8px;align-items:center;padding:0 4px;text-align:center}#mst-landing .flow-arrow{display:none}#mst-landing .flow-step{font-size:12.5px}#mst-landing .why-grid{grid-template-columns:1fr;gap:28px}#mst-landing .features-grid{grid-template-columns:1fr}#mst-landing .cats-grid{grid-template-columns:repeat(2,1fr);gap:8px}#mst-landing .principles-grid{gap:16px}#mst-landing .principle-card{padding:24px 20px}#mst-landing .stances-row{flex-direction:column;gap:8px;padding:20px;align-items:flex-start}#mst-landing .cat-tile{padding:12px 8px}#mst-landing .cat-tile-emoji{font-size:18px}#mst-landing .cat-tile-name{font-size:10.5px}#mst-landing .depth-split{grid-template-columns:1fr;gap:24px}#mst-landing .browse-callout-inner{padding:24px 20px}#mst-landing .browse-callout-visual{display:none}#mst-landing .fdc-tabs{overflow-x:auto}#mst-landing .fdc-name{font-size:17px}#mst-landing .demo-section{padding:52px 18px}#mst-landing .demo-layout{grid-template-columns:1fr;gap:32px}#mst-landing .mock-ui{display:none}#mst-landing .export-grid{grid-template-columns:1fr;gap:28px}#mst-landing .export-mock{display:none}#mst-landing .pricing-unified{max-width:100%}#mst-landing .pricing-unified-card{padding:24px 20px}#mst-landing .billing-toggle-wrap{width:100%;justify-content:center}#mst-landing .pricing-legal-notice{border-radius:var(--radius-sm);gap:6px;max-width:100%}#mst-landing .pln-dot{display:none}#mst-landing .puc-price-row{gap:12px}#mst-landing .why-item,#mst-landing .export-feat,#mst-landing .depth-right-item{align-items:flex-start}#mst-landing .feat-card{display:flex;flex-direction:column}#mst-landing .dri-icon{line-height:1;margin-top:2px}#mst-landing .mst-disclaimer-section{padding:20px 18px}#mst-landing .faq-q{font-size:14px;padding:16px 2px}#mst-landing .faq-a{font-size:13.5px;padding:0 2px 16px}#mst-landing .mst-legal-footer{font-size:11px;text-align:left}#mst-landing .why-visual{padding:20px 16px}#mst-landing .mini-card{padding:11px 12px}}@media (max-width:400px){#mst-landing .hero{padding-top:140px;padding-bottom:44px;min-height:480px}#mst-landing section{padding:44px 16px}#mst-landing .demo-section{padding:44px 16px}#mst-landing .hero-stats{gap:14px;margin-top:32px}#mst-landing .hero-stat-num{font-size:22px}}@media (max-width:380px){#mst-landing .billing-toggle-btn{font-size:12px;padding:6px 14px}#mst-landing .billing-save-badge{display:none}#mst-landing .puc-price-row{flex-direction:column;gap:6px}#mst-landing .puc-price-meta{padding-top:0}}
