/* MarketVista legal pages — namespaced to avoid global CSS conflicts. */
.mv1823-legal-page{--legal-cyan:#41c7ff;--legal-blue:#3b82f6;--legal-violet:#8b5cf6;--legal-green:#31d79b;--legal-text:#edf6ff;--legal-muted:#9eb2ca;--legal-border:rgba(111,190,255,.2);--legal-card:rgba(8,20,36,.88);--legal-card-open:rgba(10,25,45,.97);min-width:0}
.mv-legal{width:min(100%,1180px);margin:0 auto;padding:clamp(18px,3vw,42px);color:var(--legal-text);font-weight:400;line-height:1.7;overflow-wrap:anywhere}
.mv-legal__hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(26px,5vw,58px);border:1px solid rgba(86,191,255,.3);border-radius:30px;background:radial-gradient(circle at 88% 14%,rgba(49,215,155,.18),transparent 29%),radial-gradient(circle at 12% 100%,rgba(139,92,246,.22),transparent 38%),linear-gradient(135deg,rgba(8,29,51,.98),rgba(8,17,34,.96));box-shadow:0 24px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05)}
.mv-legal__hero:before,.mv-legal__hero:after{position:absolute;z-index:-1;border-radius:999px;content:"";pointer-events:none}
.mv-legal__hero:before{width:280px;height:280px;top:-190px;right:-70px;border:1px solid rgba(65,199,255,.2);box-shadow:0 0 80px rgba(65,199,255,.1)}
.mv-legal__hero:after{width:150px;height:150px;right:10%;bottom:-110px;border:1px solid rgba(139,92,246,.22)}
.mv-legal__eyebrow{display:inline-flex;align-items:center;gap:9px;width:fit-content;margin:0 0 16px;padding:7px 12px;border:1px solid rgba(65,199,255,.28);border-radius:999px;background:rgba(65,199,255,.08);color:#8bdcff;font-size:.74rem;font-weight:800;letter-spacing:.17em;line-height:1;text-transform:uppercase}
.mv-legal__eyebrow:before{width:7px;height:7px;border-radius:50%;background:var(--legal-green);box-shadow:0 0 14px rgba(49,215,155,.85);content:""}
.mv-legal h1{max-width:820px;margin:0 0 14px;color:#f7fbff;font-size:clamp(2.45rem,7vw,5.2rem);font-weight:850;letter-spacing:-.055em;line-height:.98}
.mv-legal__lede{max-width:790px;margin:0;color:#b7c8dc;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}
.mv-legal__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.mv-legal__meta span{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border:1px solid rgba(158,178,202,.2);border-radius:10px;background:rgba(3,10,21,.32);color:var(--legal-muted);font-size:.82rem;font-weight:700}
.mv-legal__switcher{display:inline-flex;flex-wrap:wrap;gap:8px;margin-top:24px;padding:6px;border:1px solid rgba(111,190,255,.16);border-radius:14px;background:rgba(3,10,21,.46)}
.mv-legal__switcher a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:10px;color:#a9bdd3;font-size:.83rem;font-weight:800;line-height:1;text-decoration:none}
.mv-legal__switcher a:hover{color:#fff;background:rgba(65,199,255,.08)}
.mv-legal__switcher a[aria-current=page]{color:#04101f;background:linear-gradient(135deg,#6ed8ff,#4c9cff);box-shadow:0 9px 24px rgba(59,130,246,.28)}
.mv-legal-notice{position:relative;margin:22px 0 18px;padding:20px 22px 20px 58px;border:1px solid rgba(255,193,76,.34);border-radius:18px;background:linear-gradient(115deg,rgba(255,193,76,.12),rgba(255,193,76,.035)),rgba(9,18,32,.92);color:#f4e6c0;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.mv-legal-notice:before{position:absolute;top:20px;left:20px;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(255,193,76,.16);color:#ffd678;content:"!";font-size:.82rem;font-weight:900}
.mv-legal-notice strong{color:#fff3d0}
.mv-legal__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:16px 18px;border:1px solid var(--legal-border);border-radius:18px;background:rgba(7,18,32,.84);box-shadow:0 12px 30px rgba(0,0,0,.15)}
.mv-legal__toolbar-copy{display:grid;gap:2px}.mv-legal__toolbar-copy strong{color:#f2f8ff;font-size:.98rem}
.mv-legal__toolbar-copy span,.mv-legal__toolbar-hint{color:var(--legal-muted);font-size:.8rem}
.mv-legal__toolbar-hint{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border:1px solid rgba(65,199,255,.16);border-radius:10px;background:rgba(65,199,255,.06);color:#a8dfff;font-weight:750}
.mv-legal__body{display:grid;gap:12px;min-width:0;counter-reset:legal-section}
.mv-legal__intro{margin-bottom:4px;padding:clamp(18px,3vw,28px);border:1px solid rgba(111,190,255,.16);border-radius:20px;background:linear-gradient(135deg,rgba(65,199,255,.045),transparent 56%),var(--legal-card)}
.mv-legal__section{overflow:hidden;border:1px solid rgba(115,164,210,.18);border-radius:18px;background:var(--legal-card);box-shadow:0 10px 28px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.025);counter-increment:legal-section;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}
.mv-legal__section:hover{border-color:rgba(65,199,255,.3);transform:translateY(-1px)}
.mv-legal__section[open]{border-color:rgba(65,199,255,.42);background:var(--legal-card-open);box-shadow:0 16px 42px rgba(0,0,0,.22),0 0 0 1px rgba(65,199,255,.035)}
.mv-legal__section>summary{display:block;padding:0;cursor:pointer;list-style:none;user-select:none}.mv-legal__section>summary::-webkit-details-marker{display:none}.mv-legal__section>summary::marker{content:""}
.mv-legal__section>summary h2{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin:0;padding:18px 20px;border:0;color:#eaf5ff;font-size:clamp(1rem,1.8vw,1.18rem);font-weight:800;letter-spacing:-.015em;line-height:1.35}
.mv-legal__section>summary h2:before{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(65,199,255,.2);border-radius:11px;background:rgba(65,199,255,.08);color:#72d6ff;content:counter(legal-section,decimal-leading-zero);font-size:.72rem;font-weight:900;letter-spacing:.06em}
.mv-legal__section>summary h2:after{width:32px;height:32px;border:1px solid rgba(131,174,216,.2);border-radius:10px;background:linear-gradient(#9fdfff,#9fdfff) center/12px 2px no-repeat,linear-gradient(#9fdfff,#9fdfff) center/2px 12px no-repeat,rgba(3,10,21,.28);content:"";transition:transform .18s ease}
.mv-legal__section[open]>summary h2:before{border-color:transparent;color:#061321;background:linear-gradient(135deg,var(--legal-cyan),var(--legal-green));box-shadow:0 8px 22px rgba(65,199,255,.22)}
.mv-legal__section[open]>summary h2:after{background:linear-gradient(#9fdfff,#9fdfff) center/12px 2px no-repeat,rgba(3,10,21,.28);transform:rotate(180deg)}
.mv-legal__section-content{padding:2px clamp(20px,4vw,30px) clamp(22px,4vw,32px);border-top:1px solid rgba(115,164,210,.13);color:var(--legal-text)}
.mv-legal__section-content>:first-child{margin-top:20px}.mv-legal__section-content>:last-child,.mv-legal__intro>:last-child{margin-bottom:0}
.mv-legal p{margin:.78em 0;color:#d8e4f1}.mv-legal h3{margin:1.55em 0 .48em;color:#8edcff;font-size:.93rem;font-weight:850;letter-spacing:.035em;line-height:1.4}
.mv-legal ul,.mv-legal ol{margin:.7em 0 1.05em;padding-left:1.35em}.mv-legal li{margin:.48em 0;padding-left:.2em;color:#d4e0ed}.mv-legal li::marker{color:var(--legal-cyan)}
.mv-legal strong{color:#f5f9ff;font-weight:800}.mv-legal a{color:#67d2ff;font-weight:700;text-decoration-color:rgba(103,210,255,.44);text-decoration-thickness:1px;text-underline-offset:3px}.mv-legal a:hover{color:#a6e7ff;text-decoration-color:currentColor}
.mv-legal code{padding:.14em .38em;border:1px solid var(--legal-border);border-radius:7px;background:rgba(127,150,190,.1)}
.mv-legal a:focus-visible,.mv-legal__section>summary:focus-visible{outline:3px solid rgba(65,199,255,.88);outline-offset:3px}.mv-legal__section:target{border-color:var(--legal-green);box-shadow:0 0 0 3px rgba(49,215,155,.12)}
@media(max-width:700px){.mv-legal{padding:14px 10px 30px}.mv-legal__hero{padding:24px 20px;border-radius:22px}.mv-legal h1{font-size:clamp(2.15rem,15vw,3.25rem)}.mv-legal__switcher{display:grid;grid-template-columns:1fr 1fr;width:100%}.mv-legal-notice{padding:18px 18px 18px 50px;border-radius:16px}.mv-legal-notice:before{top:18px;left:16px}.mv-legal__toolbar{align-items:flex-start;flex-direction:column;padding:15px}.mv-legal__section{border-radius:15px}.mv-legal__section>summary h2{gap:10px;padding:15px 14px}.mv-legal__section>summary h2:before{width:32px;height:32px;border-radius:9px}.mv-legal__section>summary h2:after{width:29px;height:29px;border-radius:9px}.mv-legal__section-content{padding:0 17px 22px}}
@media(prefers-reduced-motion:reduce){.mv-legal *,.mv-legal *:before,.mv-legal *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
@media print{.mv-legal{width:auto;max-width:none;padding:0;color:#000;line-height:1.45}.mv-legal__hero,.mv-legal-notice,.mv-legal__intro,.mv-legal__section,.mv-legal__section[open]{border-color:#aaa;background:#fff;box-shadow:none;color:#000}.mv-legal__hero{padding:0 0 18px}.mv-legal__hero:before,.mv-legal__hero:after,.mv-legal__switcher,.mv-legal__toolbar,.mv-legal__section>summary h2:before,.mv-legal__section>summary h2:after{display:none!important}.mv-legal h1,.mv-legal p,.mv-legal li,.mv-legal strong,.mv-legal h3,.mv-legal a,.mv-legal__lede,.mv-legal__meta span,.mv-legal__section>summary h2{color:#000!important}.mv-legal__section{margin:0 0 12px;break-inside:avoid-page}.mv-legal__section>summary h2{display:block;padding:12px 0 8px;break-after:avoid}.mv-legal__section-content,.mv-legal__section:not([open])>.mv-legal__section-content{display:block!important;padding:0 0 12px;border-color:#bbb}.mv-legal p,.mv-legal li{orphans:3;widows:3}}
