.mst-home, .mst-home * { box-sizing: border-box; }.mst-home { display:block; width:100%; min-width:0; }.mst-home{
  --ms-bg: #0b1220;
  --ms-card: #0f1930;
  --ms-text: #0d1320;
  --ms-muted: #6b778c;
  --ms-primary: #2b6cff;
  --ms-primary-2: #1f51c6;
  --ms-border: rgba(15, 25, 48, 0.12);
}.mst-home{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ms-text);
  background: #fff;
}.mst-home .section-pad{ padding: 28px 0; }.mst-home .section-title{ font-weight:900; margin:0; }.mst-home .section-subtitle{ color: var(--ms-muted); }.mst-home .hero{ position:relative; }.mst-home .hero-slide{
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}.mst-home .hero-overlay{
  position:absolute; inset:0;
  background: radial-gradient(1000px 520px at 20% 30%, rgba(255,275,0.90), transparent 65%),
              linear-gradient(90deg, rgba(247,122,8,.92), rgba(255,170,0,.95));

}.mst-home .hero-content{ position:relative; z-index:2; padding: 70px 0; }.mst-home .text-white-75{ color: rgba(255,255,255,.75) !important; }.mst-home .pill{
  display:inline-flex; gap:.5rem; align-items:center;
  background: rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  padding:.45rem .75rem;
  border-radius:999px;
  font-weight:700;
  margin-bottom:.75rem;
}.mst-home .hero-mini{
  display:flex; gap:.75rem; flex-wrap:wrap;
}.mst-home .mini-card{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius:16px;
  padding:.75rem .9rem;
  color:#fff;
  min-width: 160px;
}.mst-home .mini-num{ font-weight:900; }.mst-home .mini-text{ font-size:.85rem; color: rgba(255,255,255,.75); }.mst-home .hero-panel{
  background: linear-gradient(30deg, #F0DF20, #fff 50%, #F0DF20);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 16px;
  height : 430px;
  width : 480px;
}.mst-home .cat-card{
  display:block;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  text-decoration:none;
  height: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
}.mst-home .cat-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}.mst-home .cat-ic{
  width:46px; height:46px; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(43,108,255,.10);
  color: var(--ms-primary);
  font-size: 1.2rem;
  margin-bottom: 10px;
}.mst-home .cat-title{ font-weight:900; color:#1b2a4a; }.mst-home .cat-text{ color: var(--ms-muted); margin-top: 2px; }.mst-home .hscroll{
  display:flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 2px 10px;
  scroll-snap-type: x mandatory;
}.mst-home .hscroll::-webkit-scrollbar{ height:10px; }.mst-home .hscroll::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.15); border-radius:999px; }.mst-home .p-card{
  scroll-snap-align: start;
  display:block;
  min-width: 260px;
  max-width: 260px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background:#fff;
  overflow:hidden;
  text-decoration:none;
  transition: transform .15s ease, box-shadow .15s ease;
}.mst-home .p-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}.mst-home .p-card img{
  width:100%;
  height: 165px;
  object-fit: cover;
  background: #f2f4f8;
}.mst-home .p-body{ padding: 12px; }.mst-home .p-kicker{ color: var(--ms-muted); font-weight:700; font-size:.85rem; }.mst-home .p-title{ font-weight:900; color:#1b2a4a; margin-top: 2px; }.mst-home .p-meta{ color: var(--ms-muted); font-size:.9rem; }.mst-home .info-card{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  padding: 16px;
  height: 100%;
}.mst-home .info-title{ font-weight:900; color:#1b2a4a; }.mst-home .info-text{ color: var(--ms-muted); margin: .35rem 0 .8rem; }.mst-home .link-arrow{ font-weight:800; text-decoration:none; color: var(--ms-primary); }.mst-home .link-arrow:hover{ text-decoration:underline; }@media (max-width: 991px){
  .mst-home .hero-content{ padding: 52px 0; }
  .mst-home .hero-slide{ min-height: 520px; }
}.mst-home{
  --bg: #ffffff;
  --text: #0f172a;      
  --muted: #475569;     
  --card: #ffffff;
  --border: #e2e8f0;    
  --hover: #f1f5f9;     
  --shadow: 0 12px 24px rgba(2,6,23,.08);
  --btnDark: #0f172a;
  --btnDarkText: #ffffff;
  --radius-xl: 24px;
  --radius-2xl: 28px;
}@media (prefers-color-scheme: dark){
  .mst-home{
    --bg: #020617;      
    --text: #e2e8f0;
    --muted: #cbd5e1;
    --card: #020617;
    --border: #1f2937;
    --hover: #0b1220;
    --shadow: 0 12px 24px rgba(0,0,0,.35);
    --btnDark: #ffffff;
    --btnDarkText: #0f172a;
  }
}.mst-home{
  --bg: #020617;
  --text: #e2e8f0;
  --muted: #cbd5e1;
  --card: #020617;
  --border: #1f2937;
  --hover: #0b1220;
  --shadow: 0 12px 24px rgba(0,0,0,.35);
  --btnDark: #ffffff;
  --btnDarkText: #0f172a;
}.mst-home .products{
  background: var(--bg);
  color: var(--text);
}.mst-home .products__wrap{
  max-width: 80rem;            
  margin: 0 auto;
  padding: 1rem 1rem;          
}.mst-home .products__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 1rem;
}.mst-home .products__sub{
  margin: .5rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}.mst-home .products__viewAll{
  display:none;                
  padding: .55rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  color: var(--text);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
  white-space: nowrap;
}.mst-home .products__viewAll:hover{
  background: var(--hover);
}.mst-home .products__grid{
  margin-top: 2rem;
  display:grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;                
}@media (min-width: 640px){
  .mst-home .products__viewAll{ display:inline-flex; align-items:center; justify-content:center; }
  .mst-home .products__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}@media (min-width: 1024px){
  .mst-home .products__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}.mst-home .productCard{
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: var(--radius-2xl);
  padding: 1.25rem;            
  transition: box-shadow .2s ease, transform .2s ease, background .2s ease;
}.mst-home .productCard:hover{
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}.mst-home .productCard__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: .75rem;
}.mst-home .productCard__meta{ min-width: 0; }.mst-home .productCard__name{
  margin: 0;
  font-size: 1.125rem;         
  font-weight: 600;
  letter-spacing: -0.01em;
}.mst-home .productCard__desc{
  margin: .25rem 0 0;
  font-size: .9rem;
  color: var(--muted);
}.mst-home .productCard__thumb{
  width: 80px;
  height: 90px;
  border-radius: 10px;          
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(148,163,184,.35), rgba(148,163,184,.15));
  overflow:hidden;
  flex: 0 0 auto;
}.mst-home .productCard__thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}.mst-home .productCard__actions{
  margin-top: 1.1rem;
  display:flex;
  gap: .5rem;

  
  flex-wrap: nowrap;
  align-items: center;
}.mst-home .btnnew{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: .55rem .95rem;
  border-radius: 5px;         
  text-decoration: none;
  font-size: .95rem;
  line-height: 1;
  border: 1px solid var(--border);
  color: var(--text);
  background: transparent;
  transition: background .2s ease, opacity .2s ease, border-color .2s ease;

  
  white-space: nowrap;

  
  min-width: 0;
  flex: 0 1 auto;
}.mst-home .btnnew--outline:hover{
  background: var(--hover);
}.mst-home .btnnew--primary{
  background: #145849;
  color: var(--btnDarkText);
  border-color: transparent;
}.mst-home .btnnew--primary:hover{
  opacity: .80;
}.mst-home .btnnew--grow{
  flex: 1 1 auto;              
}@media (max-width: 380px){

  .mst-home .productCard{ padding: 1.05rem; }
}.mst-home .reveal{
  opacity: 1;
  transform: none;
}.mst-home .ctaArrow{
    --shift-distance: calc(4*.0625rem);
    font-weight: 400;
    font-size: var(--copy-regular-size);
    color: var(--link-color);
    z-index: 1;
    border-radius: 2em;
    padding-right: 2.5rem;
    line-height: 2rem;
    text-decoration: none;
    transition: color .15s ease-in-out,transform .3s;
    display: inline-block;
    position: relative;
    transform: translate(0)
}.mst-home .ctaArrow:before{
    content: "";
    z-index: -1;
    background-color: #ffe01b;
    background-image: url(/assets1/img/hero/arrow.png);
    background-position: calc(100% - .4375rem) calc(100% - .4375rem);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    border-radius: 1rem;
    height: 2rem;
    transition: left .3s cubic-bezier(.34,1.2,.64,1),right .3s,background-position .3s;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(100% - 2rem);
    right: 0
}.mst-home .ctaArrow:hover:before{
    background-position-x: calc(100% - (var(--shift-distance)*3.5));
    height: 100%;
    transition: right .3s,background-position .3s;
    animation: .3s ease-in-out fakebounce;
    left: -1rem
}.mst-home .msrRep{
   --rep-border: rgba(0,0,0,.10);
   --rep-card: #ffffff;
   --rep-soft: #f6f7fb;
   --rep-text: #0f172a;
   --rep-muted: rgba(15,23,42,.68);
   --rep-accent: #f6c85f; 
   --rep-accent2: #66c7ff; 
   padding: clamp(22px, 3.2vw, 42px) 16px;
 }.mst-home .msrRep__wrap{ max-width: 1200px; margin: 0 auto; }.mst-home .msrRep__kicker{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-bottom: 10px; }.mst-home .msrRep__pill{
   font-size: 12px; font-weight: 800;
   padding: 6px 10px; border-radius: 999px;
   border: 1px solid var(--rep-border);
   background: linear-gradient(135deg, rgba(246,200,95,.20), rgba(102,199,255,.12));
 }.mst-home .msrRep__titleRow{ display:flex; justify-content:space-between; align-items:flex-end; gap: 14px; flex-wrap:wrap; }.mst-home .msrRep__title{ margin:0; font-size: clamp(20px, 2.1vw, 30px); line-height: 1.15; color: var(--rep-text); }.mst-home .msrRep__desc{ margin: 10px 0 0; color: var(--rep-muted); max-width: 75ch; }.mst-home .msrRep__grid{
   display:grid;
   grid-template-columns: 360px 1fr;
   gap: 14px;
   margin-top: 14px;
 }@media (max-width: 980px){ .mst-home .msrRep__grid{ grid-template-columns: 1fr; } }.mst-home .msrRep__btn{
   display:inline-flex; align-items:center; justify-content:center;
   gap: 8px;
   padding: 10px 14px;
   border-radius: 14px;
   border: 1px solid var(--rep-border);
   background: #fff;
   color: var(--rep-text);
   font-weight: 800;
   text-decoration:none;
   white-space: nowrap;
   transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
 }.mst-home .msrRep__btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 24px rgba(15,23,42,.10); border-color: rgba(0,0,0,.18); }.mst-home .msrRep__btn--primary{
   background: linear-gradient(135deg, rgba(246,200,95,.95), rgba(102,199,255,.55));
   border-color: rgba(246,200,95,.65);
 }.mst-home .msrRep__btn--ghost{ background: #fff; }.mst-home .msrRep__left{
   border: 1px solid var(--rep-border);
   background: var(--rep-soft);
   border-radius: 18px;
   padding: 14px;
 }.mst-home .msrRep__show{
   border-radius: 16px;
   border: 1px solid rgba(0,0,0,.10);
   background: #fff;
   padding: 14px;
   box-shadow: 0 14px 36px rgba(15,23,42,.06);
 }.mst-home .msrRep__showTop{ display:flex; align-items:center; gap: 12px; }.mst-home .msrRep__logo{
   width: 44px; height: 44px;
   border-radius: 14px;
   display:grid; place-items:center;
   font-weight: 900;
   background: #0b1220;
   color: var(--rep-accent);
 }.mst-home .msrRep__showTitle{ font-weight: 900; color: var(--rep-text); }.mst-home .msrRep__showMeta{ color: var(--rep-muted); font-size: 13px; margin-top: 2px; }.mst-home .msrRep__showImg{
   height: 150px;
   border-radius: 16px;
   overflow: hidden;
   border: 1px solid rgba(0,0,0,.10);
   background: linear-gradient(135deg, rgba(246,200,95,.22), rgba(102,199,255,.16));
   margin: 12px 0;
 }.mst-home .msrRep__showImg img{
   width:100%; height:100%;
   object-fit: cover;
   display:block;
 }.mst-home .msrRep__checks{ margin:0; padding:0; list-style:none; display:grid; gap: 9px; }.mst-home .msrRep__checks li{ display:flex; gap: 10px; align-items:flex-start; color: rgba(15,23,42,.88); font-size: 14px; }.mst-home .msrRep__tick{
   width: 22px; height: 22px;
   border-radius: 8px;
   display:grid; place-items:center;
   background: rgba(246,200,95,.25);
   border: 1px solid rgba(246,200,95,.55);
   color: #8a5a00;
   flex: 0 0 auto;
 }.mst-home .msrRep__right{
   border: 1px solid var(--rep-border);
   background: #fff;
   border-radius: 18px;
   padding: 12px;
   box-shadow: 0 16px 44px rgba(15,23,42,.08);
   position: relative;
   overflow: hidden;
 }.mst-home .msrRep__r{
   position: absolute;
   opacity: 0;
   width: 1px; height: 1px;
   pointer-events: none;
 }.mst-home .msrRep__top{
   display:flex;
   justify-content: space-between;
   align-items: center;
   gap: 12px;
   padding: 6px 6px 10px;
 }.mst-home .msrRep__hint{ color: var(--rep-muted); font-size: 13px; }.mst-home .msrRep__dots{ display:flex; gap: 8px; align-items:center; }.mst-home .msrRep__dot{
   width: 10px; height: 10px;
   border-radius: 999px;
   border: 1px solid rgba(15,23,42,.25);
   background: rgba(15,23,42,.10);
   cursor: pointer;
   transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
 }.mst-home .msrRep__dot:hover{ transform: translateY(-1px); }.mst-home #msrRep1:checked ~ .msrRep__top .msrRep__dot[for="msrRep1"],
.mst-home #msrRep2:checked ~ .msrRep__top .msrRep__dot[for="msrRep2"],
.mst-home #msrRep3:checked ~ .msrRep__top .msrRep__dot[for="msrRep3"],
.mst-home #msrRep4:checked ~ .msrRep__top .msrRep__dot[for="msrRep4"],
.mst-home #msrRep5:checked ~ .msrRep__top .msrRep__dot[for="msrRep5"],
.mst-home #msrRep6:checked ~ .msrRep__top .msrRep__dot[for="msrRep6"],
.mst-home #msrRep7:checked ~ .msrRep__top .msrRep__dot[for="msrRep7"]{
   background: var(--rep-accent);
   border-color: rgba(246,200,95,.95);
   box-shadow: 0 0 0 4px rgba(246,200,95,.22);
 }.mst-home .msrRep__viewport{
   border-radius: 16px;
   overflow: hidden;
   border: 1px solid rgba(0,0,0,.10);
   background: #fff;
   outline: none;
   position: relative;
 }.mst-home .msrRep__viewport:focus{ box-shadow: 0 0 0 4px rgba(246,200,95,.22); }.mst-home .msrRep__track{
   display:flex;
   width: 700%;             
   animation: repAuto 28s infinite;
   animation-fill-mode: both; 
   will-change: transform;
 }.mst-home .msrRep__viewport:hover .msrRep__track,
.mst-home .msrRep__viewport:focus-within .msrRep__track{
   animation-play-state: paused;
 }.mst-home #msrRep1:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: 0s; }.mst-home #msrRep2:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: -4s; }.mst-home #msrRep3:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: -8s; }.mst-home #msrRep4:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: -12s; }.mst-home #msrRep5:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: -16s; }.mst-home #msrRep6:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: -20s; }.mst-home #msrRep7:checked ~ .msrRep__viewport .msrRep__track{ animation-delay: -24s; }.mst-home .msrRep__card{
   width: calc(100% / 7);
   display:flex;
   flex-direction: column;
   min-height: 360px;
 }.mst-home .msrRep__media{
   height: 155px;
   position: relative;
   background: linear-gradient(135deg, rgba(246,200,95,.20), rgba(102,199,255,.14));
   border-bottom: 1px solid rgba(0,0,0,.08);
 }.mst-home .msrRep__media img{ width:100%; height:100%; object-fit: cover; display:block; }.mst-home .msrRep__badge{
   position:absolute;
   left: 12px; top: 12px;
   font-size: 12px;
   font-weight: 900;
   padding: 6px 10px;
   border-radius: 999px;
   background: linear-gradient(135deg, rgba(246,200,95,.95), rgba(102,199,255,.55));
   border: 1px solid rgba(246,200,95,.75);
 }.mst-home .msrRep__content{ padding: 14px; display:flex; flex-direction: column; gap: 10px; flex: 1; }.mst-home .msrRep__row{ display:flex; gap: 10px; align-items:center; }.mst-home .msrRep__thumb{
   width: 44px; height: 44px;
   border-radius: 14px;
   overflow:hidden;
   border: 1px solid rgba(0,0,0,.10);
   background: #f3f4f6;
   flex: 0 0 auto;
 }.mst-home .msrRep__thumb img{ width:100%; height:100%; object-fit: cover; display:block; }.mst-home .msrRep__h3{ margin:0; font-size: 18px; line-height: 1.15; font-weight: 900; color: var(--rep-text); }.mst-home .msrRep__mini{ margin:4px 0 0; color: var(--rep-muted); font-size: 13px; }.mst-home .msrRep__list{ margin:0; padding-left: 18px; color: rgba(15,23,42,.86); font-size: 13.5px; display:grid; gap: 6px; }.mst-home .msrRep__actions{ margin-top: auto; display:flex; gap: 10px; flex-wrap: wrap; }.mst-home .msrRep__nav{ position:absolute; inset: 58px 10px auto 10px; pointer-events: none; }.mst-home .msrRep__navBtn{
   pointer-events: auto;
   position:absolute;
   top: 55%;
   transform: translateY(-50%);
   width: 42px; height: 42px;
   border-radius: 14px;
   display:grid; place-items:center;
   border: 1px solid rgba(0,0,0,.12);
   background: rgba(255,255,255,.85);
   color: #0f172a;
   font-size: 26px;
   font-weight: 900;
   cursor: pointer;
   user-select: none;
   box-shadow: 0 10px 24px rgba(15,23,42,.12);
   transition: transform .12s ease, background .12s ease;
 }.mst-home .msrRep__navBtn:hover{ transform: translateY(-50%) scale(1.04); background: #fff; }.mst-home .msrRep__navBtn--prev{ left: 8px; }.mst-home .msrRep__navBtn--next{ right: 8px; }.mst-home .msrRep__nav--s1,
.mst-home .msrRep__nav--s2,
.mst-home .msrRep__nav--s3,
.mst-home .msrRep__nav--s4,
.mst-home .msrRep__nav--s5,
.mst-home .msrRep__nav--s6,
.mst-home .msrRep__nav--s7{ display:none; }.mst-home #msrRep1:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s1{ display:block; }.mst-home #msrRep2:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s2{ display:block; }.mst-home #msrRep3:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s3{ display:block; }.mst-home #msrRep4:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s4{ display:block; }.mst-home #msrRep5:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s5{ display:block; }.mst-home #msrRep6:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s6{ display:block; }.mst-home #msrRep7:checked ~ .msrRep__viewport .msrRep__nav .msrRep__nav--s7{ display:block; }.mst-home .msrRep__footer{
   margin-top: 10px;
   display:flex;
   justify-content: space-between;
   align-items:center;
   gap: 10px;
   flex-wrap: wrap;
   padding: 10px 6px 2px;
   border-top: 1px solid rgba(0,0,0,.08);
 }.mst-home .msrRep__steps{ display:flex; gap: 10px; flex-wrap: wrap; color: rgba(15,23,42,.78); font-size: 13px; }.mst-home .msrRep__steps b{
   display:inline-grid; place-items:center;
   width: 22px; height: 22px;
   border-radius: 8px;
   background: rgba(246,200,95,.22);
   border: 1px solid rgba(246,200,95,.45);
   margin-right: 6px;
 }@keyframes repAuto{
   0%, 10%   { transform: translateX(0%); }
   14%, 24%  { transform: translateX(-14.2857%); }
   28%, 38%  { transform: translateX(-28.5714%); }
   42%, 52%  { transform: translateX(-42.8571%); }
   56%, 66%  { transform: translateX(-57.1428%); }
   70%, 80%  { transform: translateX(-71.4285%); }
   84%, 94%  { transform: translateX(-85.7142%); }
   100%      { transform: translateX(0%); }
 }@media (prefers-reduced-motion: reduce){
   .mst-home .msrRep__track{ animation: none !important; }
   .mst-home .msrRep__btn,
.mst-home .msrRep__dot,
.mst-home .msrRep__navBtn{ transition: none !important; }
 }.mst-home{
  --ms-text:#30261c;
  --ms-muted:#756654;
  --ms-primary:#b97822;
  --ms-primary-2:#805016;
  --ms-border:rgba(137,88,28,.16);

  --bg:#fffaf3;
  --text:#30261c;
  --muted:#756654;
  --card:#fffdf8;
  --border:#eadbc5;
  --hover:#fff3df;
  --shadow:0 18px 42px rgba(91,60,24,.09);
  --btnDark:#805016;
  --btnDarkText:#ffffff;
}@media (prefers-color-scheme:dark){
  .mst-home{
    --bg:#fffaf3;
    --text:#30261c;
    --muted:#756654;
    --card:#fffdf8;
    --border:#eadbc5;
    --hover:#fff3df;
    --shadow:0 18px 42px rgba(91,60,24,.09);
    --btnDark:#805016;
    --btnDarkText:#ffffff;
  }
}.mst-home{
  color:var(--ms-text);
  background:
    radial-gradient(circle at 5% 0%,rgba(185,120,34,.075),transparent 25%),
    radial-gradient(circle at 97% 8%,rgba(223,167,82,.09),transparent 22%),
    linear-gradient(180deg,#fffdf9 0%,#fff8ef 50%,#fffaf4 100%);
}.mst-home .section-title,
.mst-home .info-title,
.mst-home .cat-title,
.mst-home .p-title{color:#714719;}.mst-home .section-subtitle,
.mst-home .cat-text,
.mst-home .p-kicker,
.mst-home .p-meta,
.mst-home .info-text,
.mst-home .products__sub{color:#756654;}.mst-home .link-arrow{color:#855014;}.mst-home .link-arrow:hover{color:#74450f;}.mst-home .btn-primary{
  --bs-btn-color:#fff;
  --bs-btn-bg:#b97822;
  --bs-btn-border-color:#a96b1d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#805016;
  --bs-btn-hover-border-color:#74450f;
  --bs-btn-active-bg:#6d400e;
  --bs-btn-active-border-color:#6d400e;
  --bs-btn-disabled-bg:#b97822;
  --bs-btn-disabled-border-color:#a96b1d;
  color:#fff;
  background:linear-gradient(180deg,#c98a31,#8a5516);
  border-color:#935b18;
  box-shadow:0 14px 28px rgba(154,94,24,.23);
}.mst-home .btn-primary:hover,
.mst-home .btn-primary:focus{
  color:#fff;
  background:linear-gradient(180deg,#b97926,#74450f);
  border-color:#74450f;
  box-shadow:0 16px 30px rgba(116,69,15,.26);
}.mst-home .btn-outline-primary{
  --bs-btn-color:#9b611a;
  --bs-btn-border-color:#ddc398;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#a9691d;
  --bs-btn-hover-border-color:#855014;
  --bs-btn-active-bg:#805016;
  --bs-btn-active-border-color:#805016;
  color:#9b611a;
  border-color:#ddc398;
  background:#fffdf8;
}.mst-home .btn-outline-primary:hover,
.mst-home .btn-outline-primary:focus{
  color:#fff;
  background:#a9691d;
  border-color:#855014;
}.mst-home .btn-outline-secondary{
  color:#6c5b49;
  border-color:#dfd1be;
  background:#fffdf8;
}.mst-home .btn-outline-secondary:hover,
.mst-home .btn-outline-secondary:focus{
  color:#805016;
  border-color:#d5b77f;
  background:#fff3df;
}.mst-home .hero-slide{background-color:#593512;}.mst-home .hero-overlay{
  background:
    radial-gradient(920px 520px at 17% 18%,rgba(235,181,91,.34),transparent 58%),
    radial-gradient(720px 430px at 90% 8%,rgba(204,130,40,.30),transparent 62%),
    linear-gradient(112deg,rgba(48,29,13,.985) 0%,rgba(104,61,18,.965) 51%,rgba(145,87,25,.95) 100%);
}.mst-home .hero .pill,
.mst-home .hero .mini-card{
  background:rgba(255,250,242,.11);
  border-color:rgba(247,218,171,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09);
}.mst-home .hero .pill{color:#fff7e9;}.mst-home .hero .mini-text,
.mst-home .hero .text-white-75{color:rgba(255,247,235,.82) !important;}.mst-home .hero .btn-outline-light{
  color:#fff9ef;
  border-color:rgba(255,239,211,.68);
  background:rgba(255,250,242,.07);
}.mst-home .hero .btn-outline-light:hover,
.mst-home .hero .btn-outline-light:focus{
  color:#5d370f;
  border-color:#fff4df;
  background:#fff4df;
}.mst-home .hero-panel{
  background:
    radial-gradient(circle at 20% 8%,rgba(214,153,65,.20),transparent 35%),
    linear-gradient(145deg,#fffdf8 0%,#fff7e9 58%,#f5e6cf 100%);
  border-color:rgba(255,244,226,.42);
  box-shadow:0 24px 54px rgba(45,27,11,.30);
}.mst-home .carousel-indicators [data-mst-slide-to]{background-color:#e9c789;}.mst-home .carousel-indicators .active{background-color:#fff7e8;}.mst-home .cat-card,
.mst-home .p-card,
.mst-home .info-card,
.mst-home .productCard,
.mst-home .msrRep__show,
.mst-home .msrRep__right{
  background:linear-gradient(180deg,#fffdf9,#fff8ee);
  border-color:#eadbc5;
  box-shadow:0 10px 26px rgba(91,60,24,.05);
}.mst-home .cat-card:hover,
.mst-home .p-card:hover,
.mst-home .info-card:hover,
.mst-home .productCard:hover{
  border-color:#d8bd90;
  box-shadow:0 20px 44px rgba(122,75,19,.11);
}.mst-home .cat-ic{
  color:#855014;
  background:linear-gradient(180deg,#fff3df,#f8e6c7);
  border:1px solid #ecd3aa;
}.mst-home .p-card img{background:#f8f1e7;}.mst-home .hscroll::-webkit-scrollbar-thumb{background:#d1b78e;}.mst-home .ms-tabs .nav-link{
  color:#9b611a;
  border:1px solid transparent;
}.mst-home .ms-tabs .nav-link:hover{
  color:#74450f;
  background:#fff3df;
  border-color:#ecd3aa;
}.mst-home .ms-tabs .nav-link.active{
  color:#fff;
  background:linear-gradient(180deg,#c98a31,#8a5516);
  box-shadow:0 12px 24px rgba(154,94,24,.20);
}.mst-home .products{
  color:#30261c;
  background:linear-gradient(180deg,rgba(255,253,249,.74),rgba(255,248,239,.94));
}.mst-home .products__viewAll{
  color:#9b611a;
  border-color:#e1c9a2;
  background:#fffdf8;
}.mst-home .products__viewAll:hover{
  color:#74450f;
  background:#fff3df;
  border-color:#d4b47d;
}.mst-home .productCard__thumb{
  border-color:#eadbc5;
  background:linear-gradient(135deg,#fff2dd,#f7e6cb);
}.mst-home .btnnew{
  color:#604f3d;
  border-color:#dfd1be;
  background:#fffdf8;
}.mst-home .btnnew--outline:hover{
  color:#74450f;
  background:#fff3df;
  border-color:#d4b47d;
}.mst-home .btnnew--primary{
  color:#fff;
  background:linear-gradient(180deg,#c98a31,#8a5516);
  border-color:#935b18;
  box-shadow:0 10px 20px rgba(154,94,24,.19);
}.mst-home .btnnew--primary:hover{
  opacity:1;
  background:linear-gradient(180deg,#b97926,#74450f);
}.mst-home .ctaArrow{color:#74450f;}.mst-home .ctaArrow:before{background-color:#dfaa52;}.mst-home .msrRep{
  --rep-border:#eadbc5;
  --rep-card:#fffdf8;
  --rep-soft:#fff5e7;
  --rep-text:#30261c;
  --rep-muted:#756654;
  --rep-accent:#855014;
  --rep-accent2:#8a5516;
  background:
    radial-gradient(circle at 0% 10%,rgba(185,120,34,.065),transparent 23%),
    linear-gradient(180deg,#fffdf9,#fff8ef);
}.mst-home .msrRep__pill{
  color:#74450f;
  border-color:#e4cfad;
  background:linear-gradient(135deg,rgba(211,150,61,.19),rgba(145,87,25,.10));
}.mst-home .msrRep__btn{
  color:#805016;
  border-color:#dfc9a6;
  background:#fffdf8;
}.mst-home .msrRep__btn:hover{
  border-color:#d3b27a;
  box-shadow:0 12px 26px rgba(122,75,19,.11);
}.mst-home .msrRep__btn--primary{
  color:#fff;
  background:linear-gradient(180deg,#c98a31,#8a5516);
  border-color:#935b18;
  box-shadow:0 10px 22px rgba(154,94,24,.20);
}.mst-home .msrRep__btn--ghost{background:#fffdf8;}.mst-home .msrRep__left{
  border-color:#eadbc5;
  background:linear-gradient(180deg,#fff7eb,#f9ecda);
}.mst-home .msrRep__logo{
  color:#ffe3ad;
  background:linear-gradient(180deg,#9f621b,#65400f);
}.mst-home .msrRep__showImg,
.mst-home .msrRep__media{
  background:linear-gradient(135deg,rgba(211,150,61,.20),rgba(145,87,25,.12));
}.mst-home .msrRep__tick{
  color:#75470e;
  background:rgba(197,138,52,.18);
  border-color:rgba(185,120,34,.42);
}.mst-home .msrRep__badge{
  color:#fff;
  background:linear-gradient(135deg,#cc913a,#855117);
  border-color:rgba(185,120,34,.78);
}.mst-home .msrRep__dot{border-color:#cdb793;background:#eadbc5;}.mst-home #msrRep1:checked ~ .msrRep__top .msrRep__dot[for="msrRep1"],
.mst-home #msrRep2:checked ~ .msrRep__top .msrRep__dot[for="msrRep2"],
.mst-home #msrRep3:checked ~ .msrRep__top .msrRep__dot[for="msrRep3"],
.mst-home #msrRep4:checked ~ .msrRep__top .msrRep__dot[for="msrRep4"],
.mst-home #msrRep5:checked ~ .msrRep__top .msrRep__dot[for="msrRep5"],
.mst-home #msrRep6:checked ~ .msrRep__top .msrRep__dot[for="msrRep6"],
.mst-home #msrRep7:checked ~ .msrRep__top .msrRep__dot[for="msrRep7"]{
  background:#a9691d;
  border-color:#855014;
  box-shadow:0 0 0 4px rgba(185,120,34,.15);
}.mst-home .msrRep__viewport:focus{box-shadow:0 0 0 4px rgba(185,120,34,.15);}.mst-home .msrRep__navBtn{
  color:#74450f;
  border-color:#dfc9a6;
  background:rgba(255,253,248,.94);
  box-shadow:0 10px 24px rgba(122,75,19,.13);
}.mst-home .msrRep__steps b{
  color:#74450f;
  background:rgba(197,138,52,.17);
  border-color:rgba(185,120,34,.40);
}.mst-home .hero-slide{
  min-height:520px;
  color:#30261c;
  background-color:#fff8ec;
  border-bottom:1px solid #e7d5b8;
}.mst-home .hero-overlay{
  background:
    radial-gradient(920px 500px at 12% 8%,rgba(201,138,49,.18),transparent 58%),
    radial-gradient(760px 430px at 91% 4%,rgba(232,188,117,.22),transparent 61%),
    linear-gradient(112deg,rgba(255,253,248,.985) 0%,rgba(255,247,233,.975) 53%,rgba(246,228,198,.95) 100%);
}.mst-home .hero h1,
.mst-home .hero .display-5{
  color:#352719;
  text-shadow:none;
}.mst-home .hero .pill{
  color:#74450f;
  background:linear-gradient(180deg,rgba(255,253,248,.96),rgba(255,242,219,.94));
  border-color:#dfc49a;
  box-shadow:0 8px 20px rgba(122,75,19,.08), inset 0 1px 0 rgba(255,255,255,.92);
}.mst-home .hero .mini-card{
  color:#352719;
  background:rgba(255,253,248,.90);
  border-color:#e1ccab;
  box-shadow:0 10px 24px rgba(91,60,24,.08), inset 0 1px 0 rgba(255,255,255,.94);
}.mst-home .hero .mini-num{color:#4b341d;}.mst-home .hero .mini-text,
.mst-home .hero .text-white-75{
  color:#675541 !important;
}.mst-home .hero .btn-outline-light{
  color:#74450f;
  border-color:#d6b77f;
  background:#fffdf8;
  box-shadow:0 10px 22px rgba(91,60,24,.07);
}.mst-home .hero .btn-outline-light:hover,
.mst-home .hero .btn-outline-light:focus{
  color:#fff;
  border-color:#8a5516;
  background:linear-gradient(180deg,#ba7a27,#805016);
}.mst-home .hero-panel{
  width:100%;
  max-width:480px;
  background:
    radial-gradient(circle at 18% 8%,rgba(211,150,61,.16),transparent 34%),
    linear-gradient(145deg,#fffefb 0%,#fff7e9 60%,#f4e2c5 100%);
  border-color:#dfc9a7;
  box-shadow:0 24px 54px rgba(91,60,24,.16);
}.mst-home .hero-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
}.mst-home .carousel-indicators [data-mst-slide-to]{
  width:10px;
  height:10px;
  border-radius:999px;
  background-color:#b98a4d;
  opacity:.48;
}.mst-home .carousel-indicators .active{
  width:30px;
  background-color:#805016;
  opacity:1;
}.mst-home .carousel-control-prev,
.mst-home .carousel-control-next{
  width:5.5%;
  opacity:1;
}.mst-home .carousel-control-prev-icon,
.mst-home .carousel-control-next-icon{
  width:42px;
  height:42px;
  padding:10px;
  border-radius:50%;
  background-color:rgba(128,80,22,.92);
  background-size:52% 52%;
  box-shadow:0 10px 24px rgba(91,60,24,.20);
}.mst-home .carousel-control-prev:focus .carousel-control-prev-icon,
.mst-home .carousel-control-next:focus .carousel-control-next-icon{
  box-shadow:0 0 0 4px rgba(185,120,34,.22),0 10px 24px rgba(91,60,24,.20);
}.mst-home .msrRep{
  padding:clamp(48px,5vw,70px) 16px;
  border-top:1px solid #eadbc5;
  border-bottom:1px solid #eadbc5;
  background:
    radial-gradient(circle at 2% 8%,rgba(185,120,34,.08),transparent 24%),
    radial-gradient(circle at 98% 0%,rgba(223,167,82,.10),transparent 22%),
    linear-gradient(180deg,#fffdf9,#fff7ec);
}.mst-home .msrRep__wrap{max-width:1320px;}.mst-home .msrRep__head{margin-bottom:4px;}.mst-home .msrRep__kicker{margin-bottom:14px;}.mst-home .msrRep__pill{
  min-height:36px;
  padding:8px 13px;
  font-size:12px;
  letter-spacing:.035em;
}.mst-home .msrRep__title{
  font-size:clamp(30px,3.15vw,44px);
  line-height:1.08;
  letter-spacing:-.025em;
  color:#714719;
}.mst-home .msrRep__desc{
  max-width:86ch;
  margin-top:13px;
  color:#6f5e4b;
  font-size:15.5px;
  line-height:1.72;
}.mst-home .msrRep__grid{
  grid-template-columns:minmax(390px,430px) minmax(0,1fr);
  gap:22px;
  margin-top:22px;
  align-items:stretch;
}.mst-home .msrRep__left,
.mst-home .msrRep__right{
  padding:18px;
  border-radius:24px;
}.mst-home .msrRep__show{
  height:100%;
  padding:18px;
  border-radius:20px;
}.mst-home .msrRep__showTitle{font-size:18px;}.mst-home .msrRep__showMeta{font-size:13.5px;}.mst-home .msrRep__showImg{
  height:220px;
  margin:16px 0;
  border-radius:18px;
}.mst-home .msrRep__checks{gap:10px;}.mst-home .msrRep__checks li{
  color:#4f4031;
  font-size:14.5px;
  line-height:1.45;
}.mst-home .msrRep__right{box-shadow:0 22px 52px rgba(91,60,24,.11);}.mst-home .msrRep__top{padding:6px 8px 14px;}.mst-home .msrRep__hint{font-size:13.5px;}.mst-home .msrRep__viewport{border-radius:19px;}.mst-home .msrRep__card{min-height:455px;}.mst-home .msrRep__media{height:220px;}.mst-home .msrRep__content{
  padding:18px;
  gap:12px;
}.mst-home .msrRep__h3{font-size:21px;}.mst-home .msrRep__mini{font-size:13.5px;}.mst-home .msrRep__list{
  color:#514334;
  font-size:14px;
  line-height:1.45;
  gap:7px;
}.mst-home .msrRep__btn{
  min-height:46px;
  padding:11px 16px;
}.mst-home .msrRep__footer{
  margin-top:18px;
  padding:16px 6px 2px;
}.mst-home .msrRep__steps{font-size:13.5px;color:#655441;}@media (max-width:980px){
  .mst-home .msrRep__grid{grid-template-columns:1fr;}
  .mst-home .msrRep__showImg{height:clamp(220px,42vw,330px);}
}@media (max-width:768px){
  .mst-home .hero-slide{min-height:540px;}
  .mst-home .hero-content{padding:54px 0 70px;}
  .mst-home .carousel-control-prev,
.mst-home .carousel-control-next{width:12%;}
  .mst-home .carousel-control-prev-icon,
.mst-home .carousel-control-next-icon{width:38px;height:38px;}
  .mst-home .msrRep{padding:42px 10px;}
  .mst-home .msrRep__title{font-size:clamp(28px,8vw,36px);}
  .mst-home .msrRep__left,
.mst-home .msrRep__right{padding:12px;border-radius:20px;}
  .mst-home .msrRep__show{padding:14px;}
  .mst-home .msrRep__showImg,
.mst-home .msrRep__media{height:195px;}
  .mst-home .msrRep__card{min-height:430px;}
  .mst-home .msrRep__content{padding:15px;}
}@media (max-width:520px){
  .mst-home .hero .btn-lg{width:100%;}
  .mst-home .hero-mini{display:grid;grid-template-columns:1fr;}
  .mst-home .mini-card{min-width:0;}
  .mst-home .msrRep__actions .msrRep__btn,
.mst-home .msrRep__footer > .msrRep__btn{width:100%;}
}.mst-home .carousel-item { display:none; }.mst-home .carousel-item.active { display:block; }.mst-home .hero .carousel-indicators{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:18px;
}.mst-home .hero .carousel-indicators [data-mst-slide-to]{
  position:relative;
  width:24px;
  height:8px;
  margin:0;
  padding:0;
  border:1px solid rgba(255,244,222,.72);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(222,180,111,.72));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 3px 9px rgba(50,28,8,.28);
  opacity:.68;
  transform:translateY(0);
  transition:width .25s ease, opacity .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
}.mst-home .hero .carousel-indicators [data-mst-slide-to]::after{
  content:"";
  position:absolute;
  inset:2px 4px auto;
  height:2px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
}.mst-home .hero .carousel-indicators [data-mst-slide-to]:hover,
.mst-home .hero .carousel-indicators [data-mst-slide-to]:focus-visible{
  opacity:1;
  transform:translateY(-1px);
  outline:none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    0 0 0 3px rgba(255,244,222,.20),
    0 5px 13px rgba(50,28,8,.32);
}.mst-home .hero .carousel-indicators [data-mst-slide-to].active{
  width:46px;
  border-color:#ffe8b9;
  background:linear-gradient(180deg,#fff4d6 0%,#efbd63 48%,#a86618 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    0 0 0 2px rgba(255,233,189,.20),
    0 5px 15px rgba(76,39,5,.42);
  opacity:1;
}@media (prefers-reduced-motion:reduce){
  .mst-home .hero .carousel-indicators [data-mst-slide-to]{transition:none;}
}.mst-home .productCard__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  align-items: stretch;
}.mst-home .productCard__actions .btnnew,
.mst-home .productCard__actions .btnnew--grow {
  width: 100%;
  min-width: 0;
  flex: initial;
  text-align: center;
}.mst-home .mst-online-vedic-tools .section-title {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}.mst-home .mst-online-tool-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  border-color: rgba(145, 88, 19, .16);
  box-shadow: 0 12px 30px rgba(57, 36, 12, .06);
}.mst-home .mst-online-tool-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: rgba(247, 122, 8, .08);
  pointer-events: none;
}.mst-home .mst-online-tool-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #f59b2f, #9b5b14);
  color: #fff;
  font-size: 1.55rem;
  box-shadow: 0 10px 22px rgba(155, 91, 20, .20);
}.mst-home .mst-online-tool-body {
  position: relative;
  z-index: 1;
}.mst-home .mst-online-tool-body .info-text {
  line-height: 1.58;
}@media (max-width: 575px) {
  .mst-home .mst-online-tool-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
  }

  .mst-home .mst-online-tool-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.3rem;
  }

  .mst-home .mst-online-tool-body .btn {
    width: 100%;
  }
}.mst-home .mst-view-products-cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .58rem .92rem;
  border-radius: 999px;
  border: 1px solid rgba(247, 122, 8, .24);
  background: linear-gradient(180deg, #fffdf8, #fff2dc);
  box-shadow: 0 10px 24px rgba(80, 48, 12, .08);
  text-decoration: none;
}.mst-home .mst-view-products-cta:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(80, 48, 12, .12);
}.mst-home .mst-view-products-cta i {
  transition: transform .18s ease;
}.mst-home .mst-view-products-cta:hover i {
  transform: translateX(2px);
}.mst-home .mst-online-tool-icon svg {
  width: 42px;
  height: 42px;
}.mst-home .mst-online-tool-icon .mst-svg-soft {
  fill: rgba(255,255,255,.20);
  stroke: rgba(255,255,255,.92);
  stroke-width: 2.2;
}.mst-home .mst-online-tool-icon .mst-svg-line {
  fill: none;
  stroke: rgba(255,255,255,.96);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mst-home .mst-online-tool-icon .mst-svg-fill {
  fill: #fff7d6;
}.mst-home .mst-online-tool-icon--panchang {
  background: linear-gradient(180deg, #f6a93d, #925414);
}.mst-home .mst-online-tool-icon--muhurth {
  background: linear-gradient(180deg, #bd8a2b, #704714);
}.mst-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1040;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f59b2f, #9b5b14);
  color: #fff;
  box-shadow: 0 12px 28px rgba(80, 48, 12, .22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}.mst-back-to-top i {
  font-size: 1.6rem;
  line-height: 1;
}.mst-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}.mst-back-to-top:hover {
  transform: translateY(-2px);
}@media (max-width: 575px) {
  .mst-back-to-top {
    right: 14px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }

  .mst-home .mst-view-products-cta {
    width: 100%;
    justify-content: center;
  }
}.mst-navbar-component,
#mst-site-header,
.mst-site-header,
[data-mst-component="navbar"]{
  box-shadow: 0 10px 28px rgba(63, 40, 14, .10), 0 1px 0 rgba(120, 72, 24, .18);
  position: relative;
  z-index: 40;
}.mst-home .mst-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#8a5516;
  font-size:12px;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
  margin-bottom:8px;
}.mst-home .mst-brand-intro-section{
  background:
    radial-gradient(circle at 7% 12%, rgba(201,138,49,.10), transparent 28%),
    linear-gradient(180deg,#fffdf8,#fff8ec);
  padding-top:42px;
}.mst-home .mst-brand-intro-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:stretch;
  padding:clamp(22px,3vw,34px);
  border:1px solid #eadbc5;
  border-radius:30px;
  background:rgba(255,255,255,.78);
  box-shadow:0 22px 56px rgba(91,60,24,.10);
}.mst-home .mst-brand-intro-copy .section-title{
  font-size:clamp(26px,3vw,38px);
  line-height:1.12;
  color:#30261c;
  margin-bottom:12px;
}.mst-home .mst-brand-intro-copy .section-subtitle{
  color:#62513f;
  line-height:1.78;
  max-width:86ch;
  margin-bottom:12px !important;
}.mst-home .mst-brand-trust-box{
  display:grid;
  gap:12px;
  padding:18px;
  border-radius:24px;
  border:1px solid #dfc9a6;
  background:linear-gradient(180deg,#fffaf1,#fffdf8);
}.mst-home .mst-brand-trust-box div{
  padding:12px 13px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(223,201,166,.72);
}.mst-home .mst-brand-trust-box strong{
  display:block;
  color:#74450f;
  font-weight:900;
  margin-bottom:3px;
}.mst-home .mst-brand-trust-box span{
  display:block;
  color:#756654;
  font-size:13.5px;
  line-height:1.45;
}.mst-home .mst-product-path-section{
  background:linear-gradient(180deg,#fff8ec,#fffdf8);
}.mst-home .mst-section-headline{
  max-width:860px;
  margin-bottom:18px;
}.mst-home .mst-path-card-row{align-items:stretch;}.mst-home .mst-path-card{
  position:relative;
  padding:22px;
  border-color:#eadbc5;
  background:linear-gradient(180deg,#fffdf8,#fff8ec);
  box-shadow:0 14px 36px rgba(91,60,24,.07);
}.mst-home .mst-path-card .cat-title{
  font-size:18px;
  color:#30261c;
  margin-bottom:6px;
}.mst-home .mst-path-card .cat-text{
  color:#62513f;
  line-height:1.62;
}.mst-home .mst-card-action{
  display:inline-flex;
  margin-top:14px;
  font-weight:900;
  color:#8a5516;
}.mst-home .mst-launch-section{
  background:linear-gradient(180deg,#fffdf8,#fff7ea);
}.mst-home .mst-launch-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:12px;
}.mst-home .mst-launch-head .section-title{
  font-size:clamp(24px,2.6vw,34px);
  color:#30261c;
  margin-bottom:8px;
}.mst-home .mst-launch-head .section-subtitle{
  max-width:78ch;
  line-height:1.65;
}.mst-home .mst-launch-note{
  display:inline-flex;
  margin-bottom:14px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid #eadbc5;
  color:#6c5438;
  background:#fffdf8;
  font-size:13.5px;
  font-weight:750;
}.mst-home .mst-launch-row .p-card{
  border-color:#eadbc5;
  background:#fffdf8;
  box-shadow:0 12px 30px rgba(91,60,24,.07);
}.mst-home .mst-launch-row .p-body{padding:15px;}.mst-home .mst-launch-row .p-kicker{
  color:#8a5516;
  font-weight:900;
}.mst-home .mst-launch-row .p-title{
  color:#30261c;
  font-size:17px;
  margin-bottom:5px;
}.mst-home .mst-launch-row .p-meta{
  line-height:1.58;
  color:#62513f;
}.mst-home .mst-scroll-tools .btn{
  min-width:40px;
  min-height:38px;
  border-color:#dfc9a6;
  color:#805016;
  background:#fffdf8;
}.mst-home .msrRep__head{
  padding:4px 2px 4px;
}.mst-home .msrRep__pill{
  font-size:12.5px;
}.mst-home .msrRep__title{
  font-size:clamp(28px,3vw,42px);
  letter-spacing:-.02em;
}.mst-home .msrRep__hint{
  color:#6d563c;
  font-weight:750;
}.mst-home .msrRep__dots{
  padding:7px 9px;
  border:1px solid #eadbc5;
  border-radius:999px;
  background:#fffaf1;
}.mst-home .msrRep__dot{
  width:12px;
  height:12px;
}.mst-home #msrRep1:checked ~ .msrRep__top .msrRep__dot[for="msrRep1"],
.mst-home #msrRep2:checked ~ .msrRep__top .msrRep__dot[for="msrRep2"],
.mst-home #msrRep3:checked ~ .msrRep__top .msrRep__dot[for="msrRep3"],
.mst-home #msrRep4:checked ~ .msrRep__top .msrRep__dot[for="msrRep4"],
.mst-home #msrRep5:checked ~ .msrRep__top .msrRep__dot[for="msrRep5"],
.mst-home #msrRep6:checked ~ .msrRep__top .msrRep__dot[for="msrRep6"],
.mst-home #msrRep7:checked ~ .msrRep__top .msrRep__dot[for="msrRep7"]{
  width:30px;
}.mst-home .msrRep__track{
  animation:none !important;
  transition:transform .42s ease;
}.mst-home #msrRep1:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(0%);}.mst-home #msrRep2:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(-14.2857%);}.mst-home #msrRep3:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(-28.5714%);}.mst-home #msrRep4:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(-42.8571%);}.mst-home #msrRep5:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(-57.1428%);}.mst-home #msrRep6:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(-71.4285%);}.mst-home #msrRep7:checked ~ .msrRep__viewport .msrRep__track{transform:translateX(-85.7142%);}.mst-home .msrRep__actions{
  align-items:center;
  gap:8px;
}.mst-home .msrRep__sampleGroup{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}.mst-home .msrRep__btn--sample{
  min-height:42px;
  padding:10px 13px;
  font-size:13.5px;
}.mst-home .productCard{
  box-shadow:0 12px 34px rgba(91,60,24,.07);
}.mst-home .productCard__name{
  color:#30261c;
  font-weight:850;
}.mst-home .productCard__desc{
  line-height:1.55;
}.mst-home .productCard__actions{
  padding-top:12px;
  border-top:1px solid rgba(223,201,166,.60);
}.mst-home .btnnew{
  min-height:42px;
  font-weight:850;
  border-radius:12px;
}.mst-home .btnnew--primary{
  min-width:86px;
}.mst-home .btnnew--outline{
  background:#fffaf1;
}.mst-home .mst-product-group-title{
  grid-column:1/-1;
  margin:18px 0 0;
  padding:11px 15px;
  border-radius:16px;
  border:1px solid #eadbc5;
  background:linear-gradient(180deg,#fffaf1,#fffdf8);
  color:#74450f;
  font-size:14px;
  font-weight:900;
  letter-spacing:.025em;
  text-transform:uppercase;
}.mst-home .products .section-title{
  color:#30261c;
}.mst-home .products__sub{
  line-height:1.62;
}@media (max-width:991.98px){
  .mst-home .mst-brand-intro-card{grid-template-columns:1fr;}
  .mst-home .mst-brand-trust-box{grid-template-columns:repeat(3,minmax(0,1fr));}
}@media (max-width:767.98px){
  .mst-home .mst-brand-trust-box{grid-template-columns:1fr;}
  .mst-home .mst-launch-note{border-radius:18px;}
  .mst-home .msrRep__top{align-items:flex-start;flex-direction:column;}
  .mst-home .msrRep__dots{max-width:100%;overflow-x:auto;}
}@media (max-width:520px){
  .mst-home .msrRep__sampleGroup{width:100%;display:grid;grid-template-columns:1fr 1fr;}
  .mst-home .msrRep__sampleGroup .msrRep__btn{width:100%;}
}.mst-home > section + section{
  margin-top:10px;
}.mst-home .mst-other-products-section .products__grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.15rem 1.25rem;
  align-items:stretch;
}.mst-home .mst-other-products-section .mst-product-group-title{
  grid-column:1 / -1;
  margin:16px 0 0;
}.mst-home .mst-other-products-section .productCard{
  height:100%;
}.mst-home .mst-other-products-section .mst-product-card-wide{
  grid-column:1 / -1;
}@media (max-width:767.98px){
  .mst-home .mst-other-products-section .products__grid{
    grid-template-columns:1fr;
  }
  .mst-home .mst-other-products-section .mst-product-card-wide{
    grid-column:auto;
  }
}@media (max-width: 767.98px){
  .mst-home .hero{
    display:none !important;
  }

  .mst-home > section:first-of-type + section{
    margin-top:0;
    padding-top:18px;
  }
}.mst-home,
.mst-home *{
  min-width:0;
}.mst-home a,
.mst-home button,
.mst-home .btn,
.mst-home .btnnew,
.mst-home .msrRep__btn,
.mst-home .mst-card-action,
.mst-home .ctaArrow{
  max-width:100%;
  overflow-wrap:break-word;
  word-break:normal;
}.mst-home .hero-panel{
  width:100%;
  max-width:480px;
  height:auto;
  min-height:0;
  aspect-ratio:480 / 430;
  margin-left:auto;
  margin-right:auto;
}.mst-home .hero-panel img{
  width:100%;
  height:100%;
  object-fit:contain;
}.mst-home .d-flex.flex-wrap.gap-2,
.mst-home .productCard__actions,
.mst-home .msrRep__actions,
.mst-home .msrRep__sampleGroup{
  min-width:0;
  max-width:100%;
}.mst-home .productCard__actions{
  flex-wrap:wrap !important;
  align-items:stretch;
}.mst-home .btnnew{
  white-space:normal !important;
  line-height:1.18;
  min-height:42px;
  text-align:center;
  flex:1 1 120px;
}.mst-home .btnnew--grow{
  flex:1 1 145px;
}.mst-home .msrRep__actions{
  flex-wrap:wrap !important;
  align-items:stretch;
}.mst-home .msrRep__btn{
  white-space:normal !important;
  line-height:1.18;
  min-height:42px;
  text-align:center;
}.mst-home .msrRep__actions > .msrRep__btn,
.mst-home .msrRep__sampleGroup > .msrRep__btn{
  flex:1 1 150px;
}.mst-home .msrRep__sampleGroup{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}.mst-home .ctaArrow{
  font-size:var(--copy-regular-size, .95rem);
  color:var(--link-color, #145849);
  line-height:1.35;
  white-space:normal;
  padding-right:2.35rem;
}.mst-home .productCard__top,
.mst-home .msrRep__row,
.mst-home .msrRep__titleRow,
.mst-home .products__head,
.mst-home .mst-launch-head{
  min-width:0;
}@media (max-width:575.98px){
  .mst-home .hero{display:none !important;}

  .mst-home .products__head,
  .mst-home .mst-launch-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .mst-home .productCard__actions{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }

  .mst-home .productCard__actions .btnnew{
    width:100%;
  }

  .mst-home .msrRep__actions{
    display:grid !important;
    grid-template-columns:1fr;
    gap:8px;
  }

  .mst-home .msrRep__sampleGroup{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .mst-home .msrRep__sampleGroup .msrRep__btn{
    width:100%;
  }
}@media (max-width:390px){
  .mst-home .productCard__actions,
  .mst-home .msrRep__sampleGroup{
    grid-template-columns:1fr;
  }
}.mst-home .mst-launch-section{position:relative;margin-top:0}.mst-home .mst-launch-shell{position:relative;padding:26px;border:1px solid rgba(100,63,22,.16);border-radius:28px;background:linear-gradient(145deg,#fffdf8 0%,#fff7e8 58%,#f8f2ff 100%);box-shadow:0 20px 50px rgba(75,47,17,.11);overflow:hidden}.mst-home .mst-launch-shell::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;top:-150px;background:radial-gradient(circle,rgba(108,67,160,.18),transparent 68%);pointer-events:none}.mst-home .mst-launch-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:18px;position:relative;z-index:1}.mst-home .mst-launch-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:7px;padding:6px 10px;border-radius:999px;background:#2c1d47;color:#fff;font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.mst-home .mst-launch-head .section-title{margin:0;font-size:clamp(1.65rem,2.5vw,2.35rem)}.mst-home .mst-launch-head .section-subtitle{margin-top:7px;max-width:720px;color:#655d56}.mst-home .mst-launch-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.mst-home .mst-launch-count{font-size:.78rem;font-weight:850;color:#6b5a45;white-space:nowrap}.mst-home .mst-launch-controls{display:flex;gap:8px}.mst-home .mst-launch-controls button{width:40px;height:40px;border-radius:12px;border:1px solid rgba(75,47,17,.22);background:#fff;color:#30233e;display:grid;place-items:center;box-shadow:0 7px 18px rgba(61,39,18,.08);transition:transform .18s ease,background .18s ease}.mst-home .mst-launch-controls button:hover,.mst-home .mst-launch-controls button:focus-visible{transform:translateY(-2px);background:#2d2043;color:#fff;outline:3px solid rgba(200,148,47,.25);outline-offset:2px}.mst-home .mst-launch-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;border-radius:20px;position:relative;z-index:1}.mst-home .mst-launch-viewport::-webkit-scrollbar{display:none}.mst-home .mst-launch-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/3);gap:18px}.mst-home .mst-launch-card{scroll-snap-align:start;position:relative;display:flex;flex-direction:column;min-width:0;min-height:390px;border:1px solid rgba(86,58,29,.15);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 13px 30px rgba(71,45,18,.09);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mst-home .mst-launch-card:hover{transform:translateY(-4px);border-color:rgba(120,76,171,.35);box-shadow:0 20px 38px rgba(61,39,18,.14)}.mst-home .mst-launch-badge{position:absolute;top:12px;left:12px;z-index:2;padding:6px 9px;border-radius:999px;background:linear-gradient(135deg,#7b3da9,#c18a2e);color:#fff;font-size:.68rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 7px 18px rgba(73,39,100,.25)}.mst-home .mst-launch-image{height:196px;margin:12px 12px 0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(87,59,30,.12);border-radius:17px;background:linear-gradient(145deg,#fff,#f8f4ec);padding:18px;overflow:hidden}.mst-home .mst-launch-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 12px 14px rgba(38,26,16,.18));transition:transform .25s ease}.mst-home .mst-launch-card:hover .mst-launch-image img{transform:scale(1.035)}.mst-home .mst-launch-body{padding:16px 17px 17px;display:flex;flex:1;flex-direction:column}.mst-home .mst-launch-category{color:#81532b;font-size:.72rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.mst-home .mst-launch-body h3{margin:5px 0 7px;font-size:1.08rem;line-height:1.25;color:#1d1722}.mst-home .mst-launch-body p{margin:0 0 12px;color:#665f59;font-size:.88rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mst-home .mst-launch-link{margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:#4d2c71;font-weight:900;text-decoration:none;font-size:.86rem}.mst-home .mst-launch-link:hover{text-decoration:underline;text-underline-offset:4px}.mst-home .mst-launch-footer{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:15px;color:#746b63;font-size:.78rem}.mst-home .mst-launch-footer a{color:#2f2144;font-weight:900;text-decoration:none;white-space:nowrap}.mst-home .mst-launch-footer a:hover{text-decoration:underline;text-underline-offset:4px}.mst-home .section-pad{padding-top:54px;padding-bottom:54px}.mst-home .products{padding-top:48px;padding-bottom:48px}.mst-home .productCard__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:991.98px){
  .mst-home .mst-launch-track{grid-auto-columns:calc((100% - 16px)/2);gap:16px}
  .mst-home .mst-launch-shell{padding:22px}
  .mst-home .mst-launch-count{display:none}
}@media (max-width:639.98px){
  .mst-home .mst-launch-shell{padding:18px 14px;border-radius:22px}
  .mst-home .mst-launch-head{align-items:flex-start;margin-bottom:14px}
  .mst-home .mst-launch-head .section-title{font-size:1.5rem}
  .mst-home .mst-launch-head .section-subtitle{font-size:.9rem}
  .mst-home .mst-launch-actions{padding-top:28px}
  .mst-home .mst-launch-controls button{width:38px;height:38px}
  .mst-home .mst-launch-track{grid-auto-columns:100%;gap:14px}
  .mst-home .mst-launch-card{min-height:370px}
  .mst-home .mst-launch-image{height:188px}
  .mst-home .mst-launch-footer{align-items:flex-start;flex-direction:column;gap:6px}
  .mst-home .section-pad,.mst-home .products{padding-top:38px;padding-bottom:38px}
}@media (max-width: 767.98px) {
  .mst-home .mst-launch-badge { font-size: .75rem; }
  .mst-home .mst-launch-category { font-size: .78rem; }
  .mst-home .mst-launch-count { font-size: .82rem; }
}@media (max-width: 767.98px) {
  .mst-home .msrRep__mini { font-size: .875rem; }
}.mst-home .hero .carousel-indicators [data-mst-slide-to] {
  height: 24px;
  padding-block: 8px;
  border-block: 0;
  background-clip: content-box;
}.mst-home .hero .carousel-indicators [data-mst-slide-to]::after { display: none; }.mst-home{
  --mst-home-content-max:1200px;
  --mst-home-side-gap:32px;
  --mst-home-section-space:clamp(24px,3vw,38px);
  --mst-home-gold:#9a6726;
  --mst-home-purple:#4e2f68;
  --mst-home-cream:#fff8ec;
  --mst-home-border:rgba(111,72,28,.15);
  --mst-home-shadow:0 18px 46px rgba(73,47,20,.09);
}.mst-home .mst-brand-intro-section>.container,.mst-home .mst-product-path-section>.container,.mst-home .mst-launch-section>.container,.mst-home .mst-software-explorer>.container,.mst-home .mst-android-showcase>.container,.mst-home .mst-report-showcase>.container,.mst-home .mst-online-vedic-tools>.container,.mst-home .mst-home-help>.container{width:min(var(--mst-home-content-max),calc(100% - var(--mst-home-side-gap)))!important;max-width:var(--mst-home-content-max)!important;margin-inline:auto!important;padding-inline:0!important}.mst-home .mst-path-card{position:relative;display:flex;flex-direction:column;min-height:250px;padding:22px;border-color:var(--mst-home-border);box-shadow:0 12px 30px rgba(75,47,17,.07);overflow:hidden}.mst-home .mst-path-card::after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-66px;top:-72px;background:radial-gradient(circle,rgba(240,163,31,.22),transparent 68%);pointer-events:none}.mst-home .mst-path-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:14px;border-radius:20px;background:linear-gradient(145deg,#fff4d8,#f7e8ff);color:#4d2c71;border:1px solid rgba(83,48,107,.12)}.mst-home .mst-path-icon svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-path-card .cat-title{font-size:1.08rem}.mst-home .mst-path-card .cat-text{line-height:1.58;flex:1}.mst-home .mst-card-action{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#4d2c71;font-weight:900}.mst-home .mst-path-support-link{margin-top:16px;text-align:center;color:#665d55;font-size:.9rem}.mst-home .mst-path-support-link span{color:#9a6726;font-size:.8em}.mst-home .mst-path-support-link a{color:#4d2c71;font-weight:850;text-underline-offset:3px}.mst-home .mst-explorer-shell{padding:clamp(20px,3vw,30px);border:1px solid var(--mst-home-border);border-radius:28px;background:linear-gradient(145deg,#fff,#fff9ef);box-shadow:var(--mst-home-shadow)}.mst-home .mst-explorer-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding-bottom:18px;border-bottom:1px solid rgba(111,72,28,.12)}.mst-home .mst-explorer-head>div{min-width:0}.mst-home .mst-explorer-eyebrow,.mst-home .mst-report-eyebrow{display:inline-flex;margin-bottom:7px;color:#81532b;font-size:.74rem;font-weight:950;letter-spacing:.075em;text-transform:uppercase}.mst-home .mst-explorer-head .section-title{font-size:clamp(1.45rem,2.2vw,2.05rem)}.mst-home .mst-explorer-head .section-subtitle{max-width:760px;margin-top:7px;line-height:1.58}.mst-home .mst-explorer-all,.mst-home .mst-report-all{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border-radius:13px;background:#fff;color:#4b2d67;border:1px solid rgba(75,45,103,.24);font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 7px 18px rgba(60,36,79,.08)}.mst-home .mst-explorer-all:hover,.mst-home .mst-explorer-all:focus-visible,.mst-home .mst-report-all:hover,.mst-home .mst-report-all:focus-visible{background:#4b2d67;color:#fff;outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-explorer-tabs{display:flex;gap:8px;margin:18px 0 16px;padding:7px;overflow-x:auto;scrollbar-width:none;border:1px solid rgba(111,72,28,.12);border-radius:18px;background:#fffdf8}.mst-home .mst-explorer-tabs::-webkit-scrollbar{display:none}.mst-home .mst-explorer-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:8px 13px;border:1px solid transparent;border-radius:13px;background:transparent;color:#594933;font:inherit;font-size:.87rem;font-weight:900;white-space:nowrap;cursor:pointer}.mst-home .mst-explorer-tab:hover,.mst-home .mst-explorer-tab:focus-visible{background:#fff4df;border-color:rgba(111,72,28,.18);outline:3px solid rgba(193,138,46,.19);outline-offset:1px}.mst-home .mst-explorer-tab.is-active{background:linear-gradient(135deg,#38244f,#6b3d83);color:#fff;box-shadow:0 8px 18px rgba(61,37,78,.22)}.mst-home .mst-tab-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.82);color:#6c3d83;border:1px solid rgba(75,45,103,.11)}.mst-home .mst-explorer-tab.is-active .mst-tab-icon{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.2)}.mst-home .mst-tab-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-tab-icon--numbers{font-size:.67rem;font-weight:950;letter-spacing:-.04em}.mst-home .mst-explorer-panel{animation:mstCompactPanelIn .24s ease both}.mst-home .mst-explorer-panel[hidden]{display:none!important}@keyframes mstCompactPanelIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.mst-home .mst-explorer-panel .products__grid{margin:0;grid-template-columns:repeat(3,minmax(0,1fr))}.mst-home .mst-explorer-panel .productCard{min-height:278px}.mst-home .mst-explorer-panel .productCard__thumb{width:112px;min-width:112px;height:112px}.mst-home .mst-product-status{display:inline-flex;width:max-content;margin-bottom:6px;padding:4px 7px;border-radius:999px;background:#eef7ed;color:#275c34;font-size:.65rem;font-weight:950;letter-spacing:.045em;text-transform:uppercase}.mst-home .mst-product-status--earlier{background:#f4f1ec;color:#735c3e}.mst-home .mst-panel-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding-top:15px;border-top:1px solid rgba(111,72,28,.12)}.mst-home .mst-panel-footer p{margin:0;color:#6a6159;font-size:.87rem}.mst-home .products__viewAll{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border-radius:13px;background:linear-gradient(135deg,#38244f,#6b3d83 64%,#936425);color:#fff!important;font-size:.88rem;font-weight:900;text-decoration:none;box-shadow:0 8px 20px rgba(66,39,82,.2)}.mst-home .products__viewAll:hover,.mst-home .products__viewAll:focus-visible{filter:brightness(1.08);transform:translateY(-1px);outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-category-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:17px;border-top:1px solid rgba(111,72,28,.12)}.mst-home .mst-category-shortcuts a{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 11px;border:1px solid rgba(111,72,28,.16);border-radius:999px;background:#fff;color:#594933;font-size:.78rem;font-weight:850;text-decoration:none}.mst-home .mst-category-shortcuts a:hover,.mst-home .mst-category-shortcuts a:focus-visible{background:#fff1d8;color:#3f2658;outline:2px solid rgba(193,138,46,.22);outline-offset:1px}.mst-home .mst-category-shortcuts span{color:#9a6726;font-weight:950}.mst-home .mst-report-shell{padding:clamp(20px,3vw,30px);border:1px solid var(--mst-home-border);border-radius:28px;background:linear-gradient(145deg,#fffdf9,#fff5e5 64%,#fbf7ff);box-shadow:var(--mst-home-shadow);overflow:hidden}.mst-home .mst-report-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:15px}.mst-home .mst-report-head .section-title{font-size:clamp(1.45rem,2.2vw,2.05rem)}.mst-home .mst-report-head .section-subtitle{max-width:760px;margin-top:7px;line-height:1.58}.mst-home .mst-report-head-actions{display:flex;align-items:center;gap:10px}.mst-home .mst-scroll-controls{display:flex;gap:7px}.mst-home .mst-scroll-controls button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(75,45,103,.2);border-radius:12px;background:#fff;color:#4b2d67;cursor:pointer;box-shadow:0 7px 18px rgba(60,36,79,.08)}.mst-home .mst-scroll-controls button:hover,.mst-home .mst-scroll-controls button:focus-visible{background:#4b2d67;color:#fff;outline:3px solid rgba(193,138,46,.22);outline-offset:2px}.mst-home .mst-report-note{margin-bottom:14px;padding:10px 12px;border-left:4px solid #b47a28;border-radius:9px;background:#fff8e9;color:#625545;font-size:.82rem;line-height:1.48}.mst-home .mst-scroll-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;border-radius:20px}.mst-home .mst-scroll-viewport::-webkit-scrollbar{display:none}.mst-home .mst-report-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/3);gap:18px}.mst-home .mst-report-card{scroll-snap-align:start;display:grid;grid-template-columns:112px 1fr;min-width:0;min-height:286px;border:1px solid rgba(111,72,28,.14);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 11px 28px rgba(71,45,18,.08)}.mst-home .mst-report-image{display:flex;align-items:center;justify-content:center;padding:14px;background:linear-gradient(155deg,#fff2d9,#f4eaff)}.mst-home .mst-report-image img{display:block;width:100%;height:100%;max-height:250px;object-fit:contain;filter:drop-shadow(0 10px 12px rgba(43,28,14,.15))}.mst-home .mst-report-body{display:flex;flex-direction:column;padding:15px 15px 14px;min-width:0}.mst-home .mst-report-tag{color:#895a28;font-size:.66rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase}.mst-home .mst-report-body h3{margin:5px 0 7px;color:#22172b;font-size:1rem;line-height:1.25}.mst-home .mst-report-body p{margin:0;color:#69615a;font-size:.82rem;line-height:1.48;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mst-home .mst-report-price{display:flex;align-items:baseline;gap:7px;margin-top:9px}.mst-home .mst-report-price del{color:#8d8276;font-size:.75rem}.mst-home .mst-report-price strong{color:#7a2d2d;font-size:1.02rem}.mst-home .mst-report-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:10px}.mst-home .mst-report-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 8px;border:1px solid rgba(75,45,103,.18);border-radius:9px;background:#fff;color:#4b2d67;font-size:.69rem;font-weight:850;text-decoration:none}.mst-home .mst-report-actions .mst-report-order{background:#4b2d67;color:#fff;border-color:#4b2d67}.mst-home .mst-report-actions a:hover,.mst-home .mst-report-actions a:focus-visible{filter:brightness(1.06);outline:2px solid rgba(193,138,46,.25);outline-offset:1px}.mst-home .mst-report-footer{display:flex;align-items:center;gap:14px;margin-top:15px;padding-top:14px;border-top:1px solid rgba(111,72,28,.12);color:#6c6259;font-size:.78rem}.mst-home .mst-report-footer span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.mst-home .mst-report-footer b{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff0d5;color:#845523}.mst-home .mst-report-footer a{margin-left:auto;color:#4b2d67;font-weight:900;text-decoration:none}.mst-home .mst-report-shell--editorial{padding:clamp(20px,2.6vw,28px);background:linear-gradient(145deg,#fffdf9 0%,#fff7ea 62%,#fbf8ff 100%)}.mst-home .mst-report-head--editorial{padding-bottom:18px;border-bottom:1px solid rgba(180,136,67,.22)}.mst-home .mst-report-eyebrow--icon{gap:10px;padding:0;background:none;color:#8a5925;font-size:.84rem;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.mst-home .mst-report-heading-icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;border:1px solid rgba(145,97,33,.16);background:linear-gradient(145deg,#fff5df,#fff)}.mst-home .mst-report-heading-icon svg{width:30px;height:30px;fill:none;stroke:#8a5925;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-report-editorial-grid{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:18px;align-items:stretch;margin-top:16px}.mst-home .mst-report-preview-panel{display:flex;flex-direction:column;padding:18px;border:1px solid rgba(174,133,65,.28);border-radius:28px;background:linear-gradient(180deg,#fffdf8,#fbf5ea);box-shadow:0 10px 24px rgba(73,47,20,.06)}.mst-home .mst-report-preview-art{display:flex;align-items:center;justify-content:center;min-height:295px;padding:12px;border:1px solid rgba(174,133,65,.16);border-radius:18px;background:#f8f2e8}.mst-home .mst-report-preview-art img{display:block;max-width:100%;max-height:250px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(44,28,14,.12))}.mst-home .mst-report-preview-copy{padding:14px 6px 2px}.mst-home .mst-report-preview-label{display:inline-flex;align-items:center;gap:6px;margin-bottom:6px;padding:5px 10px;border-radius:999px;background:#6c5223;color:#fff;font-size:.78rem;font-weight:900}.mst-home .mst-report-preview-note{margin:0 0 10px;color:#736757;font-size:.86rem;line-height:1.45}.mst-home .mst-report-preview-list{margin:0;padding-left:0;list-style:none;display:grid;gap:7px}.mst-home .mst-report-preview-list li{position:relative;padding-left:24px;color:#6d5f4f;font-size:.88rem;line-height:1.35}.mst-home .mst-report-preview-list li::before{content:"";position:absolute;left:0;top:0;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background-color:#f5ead7;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M3 8.5 6.5 12 13 4%27 fill=%27none%27 stroke=%27%239a6726%27 stroke-width=%272.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:11px 11px}.mst-home .mst-report-slider-panel{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid rgba(174,133,65,.24);border-radius:34px;background:linear-gradient(180deg,#fffefc,#fbf7ef);box-shadow:inset 0 0 0 1px rgba(255,255,255,.85)}.mst-home .mst-scroll-viewport--reports{border-radius:22px}.mst-home .mst-report-track--featured{grid-auto-columns:100%;gap:16px}.mst-home .mst-report-card--featured{grid-template-columns:minmax(220px,38%) minmax(0,1fr);min-height:358px;border-radius:24px;border-color:rgba(168,128,58,.18);box-shadow:0 10px 26px rgba(73,47,20,.08)}.mst-home .mst-report-card--featured .mst-report-image{padding:20px;background:linear-gradient(145deg,#fff2d8,#ffe7c8 54%,#f8edff)}.mst-home .mst-report-card--featured .mst-report-image img{max-height:300px}.mst-home .mst-report-card--featured .mst-report-body{padding:18px 18px 16px}.mst-home .mst-report-card--featured .mst-report-tag{display:inline-flex;width:max-content;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#bc7d18,#8f5b20);color:#fff;font-size:.76rem;letter-spacing:.03em}.mst-home .mst-report-card--featured h3{font-size:1.48rem;line-height:1.14;margin:10px 0 8px;color:#2b211b}.mst-home .mst-report-card--featured p{font-size:1rem;line-height:1.5;-webkit-line-clamp:2;color:#5b534d}.mst-home .mst-report-bullets{margin:10px 0 0;padding-left:20px;color:#282522;font-size:1rem;line-height:1.35}.mst-home .mst-report-bullets li+li{margin-top:3px}.mst-home .mst-report-price--boxed{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;width:max-content;margin-top:14px;padding:10px 14px;border:1px solid rgba(181,143,70,.48);border-radius:12px;background:#fffdf7}.mst-home .mst-report-price--boxed span{font-size:.94rem;color:#3d2e1b;font-weight:500}.mst-home .mst-report-price--boxed strong{font-size:1.75rem;line-height:1;color:#402b15}.mst-home .mst-report-price--boxed small{grid-column:1/-1;color:#7c6f63;font-size:.78rem}.mst-home .mst-report-actions--featured{gap:12px;margin-top:18px;padding-top:0}.mst-home .mst-report-actions--featured a{min-height:48px;padding:12px 16px;border-radius:14px;font-size:.96rem;font-weight:900}.mst-home .mst-report-actions--featured .mst-report-order{background:linear-gradient(135deg,#ba4417,#d57d21);border-color:#9d3c17;color:#fff}.mst-home .mst-report-actions--featured .mst-report-sample{background:linear-gradient(135deg,#bf7f16,#e0a11e);border-color:#b07212;color:#fff}.mst-home .mst-report-footer--editorial{justify-content:flex-start;gap:18px;flex-wrap:wrap;margin-top:16px;padding:12px 8px 0;border-top:1px solid rgba(174,133,65,.22)}.mst-home .mst-report-footer--editorial span{font-size:.86rem;font-weight:700;color:#766958}.mst-home .mst-report-footer--editorial a{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:2px solid #df9521;border-radius:14px;background:#fff7eb;color:#8d2f17;font-size:1rem;font-weight:900;text-decoration:none}@media(max-width:991.98px){.mst-home .mst-report-editorial-grid{grid-template-columns:1fr}.mst-home .mst-report-preview-panel{order:2}.mst-home .mst-report-slider-panel{order:1}.mst-home .mst-report-card--featured{grid-template-columns:200px 1fr}}@media(max-width:767.98px){.mst-home .mst-report-head--editorial{padding-bottom:14px}.mst-home .mst-report-eyebrow--icon{align-items:flex-start}.mst-home .mst-report-editorial-grid{gap:14px}.mst-home .mst-report-preview-panel{display:none}.mst-home .mst-report-slider-panel{padding:14px;border-radius:24px}.mst-home .mst-report-card--featured{grid-template-columns:1fr;min-height:0}.mst-home .mst-report-card--featured .mst-report-image{padding:14px;min-height:205px}.mst-home .mst-report-card--featured .mst-report-image img{max-height:190px}.mst-home .mst-report-card--featured .mst-report-body{padding:15px 14px 14px}.mst-home .mst-report-card--featured h3{font-size:1.24rem}.mst-home .mst-report-bullets{font-size:.92rem}.mst-home .mst-report-actions--featured{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mst-home .mst-report-actions--featured .mst-report-order{grid-column:1 / -1}.mst-home .mst-report-footer--editorial{padding-inline:0}.mst-home .mst-report-footer--editorial a{width:100%;margin-left:0}}@media(max-width:420px){.mst-home .mst-report-actions--featured{grid-template-columns:1fr}.mst-home .mst-report-price--boxed strong{font-size:1.45rem}}.mst-home .mst-home-help-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:22px 24px;border:1px solid rgba(75,45,103,.18);border-radius:24px;background:linear-gradient(135deg,#3b2652,#6b3d83 62%,#9a6726);color:#fff;box-shadow:0 18px 42px rgba(62,36,81,.2)}.mst-home .mst-home-help-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22)}.mst-home .mst-home-help-icon svg{width:39px;height:39px;fill:none;stroke:#fff;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-home-help-copy span{display:block;color:#ffe3aa;font-size:.72rem;font-weight:950;letter-spacing:.075em;text-transform:uppercase}.mst-home .mst-home-help-copy h2{margin:4px 0 6px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:900}.mst-home .mst-home-help-copy p{margin:0;color:rgba(255,255,255,.82);font-size:.88rem;line-height:1.52}.mst-home .mst-home-help-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.mst-home .mst-home-help-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:12px;font-size:.84rem;font-weight:900;text-decoration:none}.mst-home .mst-help-primary{background:#f0a31f;color:#251832}.mst-home .mst-help-secondary{background:#fff;color:#4b2d67}.mst-home .mst-home-help-actions a:hover,.mst-home .mst-home-help-actions a:focus-visible{transform:translateY(-1px);outline:3px solid rgba(255,227,170,.32);outline-offset:2px}@media(max-width:991.98px){
  .mst-home .mst-explorer-head,.mst-home .mst-report-head{align-items:flex-start;flex-direction:column}
  .mst-home .mst-explorer-panel .products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mst-home .mst-report-track{grid-auto-columns:calc((100% - 16px)/2);gap:16px}
  .mst-home .mst-home-help-card{grid-template-columns:auto 1fr}.mst-home .mst-home-help-actions{grid-column:1/-1;justify-content:flex-start;padding-left:88px}
}@media(max-width:767.98px){
  .mst-home{--mst-home-side-gap:20px;--mst-home-section-space:20px}
  .mst-home .mst-path-card{min-height:0;padding:18px}
  .mst-home .mst-path-icon{width:58px;height:58px;border-radius:18px}
  .mst-home .mst-explorer-shell,.mst-home .mst-report-shell{padding:18px 14px;border-radius:22px}
  .mst-home .mst-explorer-all,.mst-home .mst-report-all{width:100%;white-space:normal;text-align:center}
  .mst-home .mst-explorer-tabs{margin-top:15px;padding:6px}
  .mst-home .mst-explorer-tab{min-height:44px;padding:7px 10px;font-size:.82rem}
  .mst-home .mst-explorer-panel .products__grid{grid-template-columns:1fr}
  .mst-home .mst-explorer-panel .productCard{min-height:0}
  .mst-home .mst-panel-footer{align-items:stretch;flex-direction:column}
  .mst-home .products__viewAll{width:100%;min-height:50px;padding:12px 15px}
  .mst-home .mst-category-shortcuts{gap:7px}
  .mst-home .mst-category-shortcuts a{font-size:.75rem}
  .mst-home .mst-report-head-actions{width:100%;align-items:stretch;flex-wrap:wrap}
  .mst-home .mst-scroll-controls{margin-left:auto}
  .mst-home .mst-report-track{grid-auto-columns:100%;gap:14px}
  .mst-home .mst-report-card{grid-template-columns:104px 1fr;min-height:278px}
  .mst-home .mst-report-footer{align-items:flex-start;flex-wrap:wrap;gap:9px}
  .mst-home .mst-report-footer a{width:100%;margin-left:0;margin-top:4px}
  .mst-home .mst-home-help-card{grid-template-columns:1fr;padding:20px}
  .mst-home .mst-home-help-icon{width:58px;height:58px}
  .mst-home .mst-home-help-actions a{min-height:50px}
}@media(max-width:420px){
  .mst-home .mst-report-card{grid-template-columns:92px 1fr}
  .mst-home .mst-report-image{padding:10px}
  .mst-home .mst-report-body{padding:13px 12px}
  .mst-home .mst-report-actions a{font-size:.66rem;padding-inline:7px}
}@media(prefers-reduced-motion:reduce){.mst-home .mst-explorer-panel,.mst-home .products__viewAll,.mst-home .mst-home-help-actions a{animation:none;transition:none}}.mst-home .mst-path-support-link a,
.mst-home .mst-launch-link,
.mst-home .mst-launch-footer a,
.mst-home .mst-report-footer a {
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding-block:4px;
}@media (max-width:767.98px) {
  .mst-home .mst-path-support-link,
  .mst-home .mst-launch-footer,
  .mst-home .mst-report-footer,
  .mst-home .mst-report-note {
    font-size:.875rem;
  }
  .mst-home .mst-launch-link {
    min-height:40px;
    padding-block:8px;
  }
}.mst-home .mst-service-showcase-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:22px;
}.mst-home .mst-service-showcase-card{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  border:1px solid rgba(92,59,25,.16);
  border-radius:20px;
  background:#fff;
  color:#201a24;
  text-decoration:none;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(58,37,18,.08);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}.mst-home .mst-service-showcase-card:hover,
.mst-home .mst-service-showcase-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(75,45,103,.42);
  box-shadow:0 20px 42px rgba(58,37,18,.14);
  outline:3px solid rgba(193,138,46,.22);
  outline-offset:3px;
}.mst-home .mst-service-showcase-image{
  position:relative;
  display:block;
  aspect-ratio:4/3;
  background:linear-gradient(150deg,#fff,#f6f7fa);
  border-bottom:1px solid rgba(92,59,25,.11);
  overflow:hidden;
}.mst-home .mst-service-showcase-image picture,
.mst-home .mst-service-showcase-image img{display:block;width:100%;height:100%}.mst-home .mst-service-showcase-image img{object-fit:cover;transition:transform .3s ease}.mst-home .mst-service-showcase-card:hover .mst-service-showcase-image img{transform:scale(1.018)}.mst-home .mst-service-showcase-body{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:start;
  padding:18px 19px 20px;
}.mst-home .mst-service-mini-icon{
  width:52px;height:52px;display:grid;place-items:center;
  border:1px solid rgba(75,45,103,.17);border-radius:15px;
  background:#f7f1ff;color:#4b2d67;font-size:1.45rem;
}.mst-home .mst-service-mini-icon--android{background:#effaef;color:#328640}.mst-home .mst-service-showcase-body>span:last-child{display:flex;min-width:0;flex-direction:column}.mst-home .mst-service-showcase-body strong{font-size:1.08rem;line-height:1.3;color:#1d1722}.mst-home .mst-service-showcase-body small{display:block;margin-top:5px;color:#665e57;font-size:.88rem;line-height:1.5}.mst-home .mst-service-showcase-body b{
  display:inline-flex;align-items:center;width:max-content;max-width:100%;
  margin-top:12px;padding:9px 13px;border-radius:11px;
  background:#4b2d67;color:#fff;font-size:.84rem;line-height:1.3;
  box-shadow:0 7px 16px rgba(75,45,103,.18)
}.mst-home .mst-service-play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:64px;height:64px;display:grid;place-items:center;border-radius:50%;
  background:rgba(30,22,39,.9);color:#fff;font-size:2rem;
  border:3px solid rgba(255,255,255,.88);box-shadow:0 10px 24px rgba(0,0,0,.24)
}.mst-home .mst-launch-position{
  min-width:52px;padding:8px 10px;border-radius:11px;background:#fff;
  border:1px solid rgba(75,45,103,.18);color:#4b2d67;
  font-size:.78rem;font-weight:900;text-align:center;white-space:nowrap
}.mst-home .mst-launch-link{
  width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;
  padding:9px 13px;border-radius:11px;background:#4b2d67;color:#fff!important;
  border:1px solid #4b2d67;text-decoration:none!important;
  box-shadow:0 8px 18px rgba(75,45,103,.18);transition:transform .18s ease,filter .18s ease
}.mst-home .mst-launch-link:hover,.mst-home .mst-launch-link:focus-visible{
  transform:translateY(-1px);filter:brightness(1.08);outline:3px solid rgba(193,138,46,.27);outline-offset:2px
}.mst-home .mst-launch-controls button{width:44px;height:44px;border-width:2px}.mst-home .mst-launch-dots,.mst-home .mst-report-dots{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.mst-home .mst-launch-dots button,.mst-home .mst-report-dots button{
  width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#d3c6b6;cursor:pointer;
  transition:width .18s ease,background .18s ease
}.mst-home .mst-launch-dots button.is-active,.mst-home .mst-report-dots button.is-active{width:26px;border-radius:999px;background:#4b2d67}.mst-home .mst-launch-dots button:focus-visible,.mst-home .mst-report-dots button:focus-visible{outline:3px solid rgba(193,138,46,.32);outline-offset:3px}.mst-home .mst-launch-viewall{
  display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;
  padding:10px 16px;border-radius:12px;background:#fff;color:#4b2d67!important;
  border:2px solid #4b2d67;text-decoration:none!important;box-shadow:0 8px 18px rgba(75,45,103,.1)
}.mst-home .mst-launch-viewall:hover,.mst-home .mst-launch-viewall:focus-visible{background:#4b2d67;color:#fff!important;outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-windows-identity{
  display:flex;align-items:center;gap:13px;margin:17px 0 0;padding:13px 15px;
  border:1px solid rgba(75,45,103,.15);border-radius:15px;background:#faf7ff
}.mst-home .mst-windows-identity>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#4b2d67;color:#fff;font-size:1.35rem}.mst-home .mst-windows-identity div{display:flex;min-width:0;flex-direction:column}.mst-home .mst-windows-identity strong{font-size:.93rem;color:#281b34}.mst-home .mst-windows-identity small{margin-top:2px;color:#6d6374;font-size:.8rem;line-height:1.4}.mst-home .mst-explorer-tabs{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:visible!important;gap:9px;padding:9px
}.mst-home .mst-explorer-tab{
  width:100%;min-width:0;min-height:58px;justify-content:flex-start;
  white-space:normal!important;text-align:left;padding:9px 10px
}.mst-home .mst-tab-label{min-width:0;flex:1;line-height:1.22}.mst-home .mst-tab-count{
  flex:0 0 auto;min-width:25px;height:25px;display:grid;place-items:center;padding:0 6px;
  border-radius:999px;background:#f0e5d7;color:#6f461d;font-size:.72rem;font-weight:950
}.mst-home .mst-explorer-tab.is-active .mst-tab-count{background:#fff;color:#4b2d67}.mst-home .mst-selected-category{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  margin:0 0 14px;padding:13px 15px;border-radius:15px;
  border:1px solid rgba(111,72,28,.13);background:#fffaf1
}.mst-home .mst-selected-category span{display:block;color:#86582a;font-size:.67rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.mst-home .mst-selected-category h3{margin:2px 0 2px;font-size:1.04rem;color:#241b27}.mst-home .mst-selected-category p{margin:0;color:#696058;font-size:.82rem;line-height:1.45}.mst-home .mst-selected-category>strong{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#4b2d67;color:#fff;font-size:.74rem;white-space:nowrap}.mst-home .mst-discovery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mst-home .mst-discovery-grid--1{grid-template-columns:minmax(0,430px)}.mst-home .mst-discovery-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.mst-home .mst-discovery-card{
  display:flex;min-width:0;flex-direction:column;border:1px solid rgba(88,57,26,.15);
  border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 24px rgba(58,37,18,.07)
}.mst-home .mst-discovery-image{height:180px;display:flex;align-items:center;justify-content:center;padding:17px;background:linear-gradient(150deg,#fff,#f7f2eb)}.mst-home .mst-discovery-image img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 9px 10px rgba(38,25,15,.13))}.mst-home .mst-discovery-body{display:flex;flex:1;flex-direction:column;padding:15px}.mst-home .mst-discovery-body h3{margin:6px 0 7px;color:#241a29;font-size:1rem;line-height:1.28}.mst-home .mst-discovery-body p{margin:0 0 12px;color:#696159;font-size:.82rem;line-height:1.48}.mst-home .mst-discovery-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto}.mst-home .mst-discovery-primary,.mst-home .mst-discovery-secondary{
  min-height:42px;display:flex;align-items:center;justify-content:center;padding:8px 10px;
  border-radius:10px;font-size:.76rem;font-weight:900;text-align:center;text-decoration:none
}.mst-home .mst-discovery-primary{background:#4b2d67;color:#fff;border:1px solid #4b2d67}.mst-home .mst-discovery-secondary{background:#fff;color:#71471f;border:1px solid rgba(113,71,31,.34)}.mst-home .mst-discovery-primary:hover,.mst-home .mst-discovery-primary:focus-visible,.mst-home .mst-discovery-secondary:hover,.mst-home .mst-discovery-secondary:focus-visible{filter:brightness(1.07);outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-panel-footer .products__viewAll{min-height:46px;padding:11px 17px;border-radius:12px;text-align:center}.mst-home .mst-android-shell{
  display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.65fr);gap:24px;
  align-items:stretch;padding:clamp(20px,3vw,30px);border:1px solid rgba(50,134,64,.18);
  border-radius:28px;background:linear-gradient(145deg,#f7fff7,#fff 48%,#f8f4ff);
  box-shadow:var(--mst-home-shadow);overflow:hidden
}.mst-home .mst-android-visual{position:relative;min-height:100%;border-radius:20px;overflow:hidden;background:#fff;border:1px solid rgba(50,134,64,.15)}.mst-home .mst-android-visual picture,.mst-home .mst-android-visual img{display:block;width:100%;height:100%}.mst-home .mst-android-visual img{object-fit:cover;aspect-ratio:4/3}.mst-home .mst-android-label{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(30,87,40,.94);color:#fff;font-size:.82rem;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.18)}.mst-home .mst-android-content{min-width:0}.mst-home .mst-android-content .section-title{font-size:clamp(1.45rem,2.2vw,2.05rem)}.mst-home .mst-android-content .section-subtitle{margin-top:7px;line-height:1.55}.mst-home .mst-android-app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:17px}.mst-home .mst-android-app-card{display:flex;min-width:0;flex-direction:column;border:1px solid rgba(50,134,64,.15);border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 8px 19px rgba(34,83,42,.07)}.mst-home .mst-android-app-thumb{height:112px;display:flex;align-items:center;justify-content:center;padding:12px;background:#f4fbf4}.mst-home .mst-android-app-thumb img{width:100%;height:100%;object-fit:contain}.mst-home .mst-android-app-card>div:last-child{display:flex;flex:1;flex-direction:column;padding:12px}.mst-home .mst-android-app-card h3{margin:0 0 5px;font-size:.93rem;color:#1f2920}.mst-home .mst-android-app-card p{margin:0 0 10px;color:#626b63;font-size:.76rem;line-height:1.42}.mst-home .mst-android-app-card a{display:flex;align-items:center;justify-content:center;min-height:39px;margin-top:auto;padding:7px 9px;border-radius:9px;background:#315f39;color:#fff;font-size:.73rem;font-weight:900;text-decoration:none}.mst-home .mst-android-app-card a:hover,.mst-home .mst-android-app-card a:focus-visible{filter:brightness(1.1);outline:3px solid rgba(75,45,103,.2);outline-offset:2px}.mst-home .mst-android-viewall{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:15px;padding:11px 17px;border-radius:12px;background:#315f39;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 9px 20px rgba(49,95,57,.18)}.mst-home .mst-android-viewall:hover,.mst-home .mst-android-viewall:focus-visible{filter:brightness(1.08);outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-report-track{grid-auto-columns:calc((100% - 54px)/4);gap:18px}.mst-home .mst-report-card{display:flex!important;flex-direction:column!important;min-height:520px!important}.mst-home .mst-report-image{height:220px;padding:16px;border-bottom:1px solid rgba(111,72,28,.12)}.mst-home .mst-report-image img{width:100%;height:100%;max-height:none!important;object-fit:contain}.mst-home .mst-report-body{flex:1;padding:15px 16px 16px}.mst-home .mst-report-body h3{font-size:1.04rem}.mst-home .mst-report-body p{-webkit-line-clamp:2;min-height:2.45em}.mst-home .mst-report-price{display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:2px 10px;margin-top:12px;padding:10px 11px;border-radius:11px;background:#fff5e4;border:1px solid rgba(180,122,40,.2)}.mst-home .mst-report-price span{font-size:.68rem;font-weight:900;color:#805424;text-transform:uppercase;letter-spacing:.04em}.mst-home .mst-report-price strong{font-size:1.22rem!important;color:#7a2d2d}.mst-home .mst-report-price small{grid-column:1/-1;color:#6b6259;font-size:.68rem;line-height:1.35}.mst-home .mst-report-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;margin-top:12px!important;padding-top:0!important}.mst-home .mst-report-actions a{min-height:41px!important;padding:8px 9px!important;font-size:.7rem!important;border-width:1px!important}.mst-home .mst-report-actions .mst-report-order{grid-column:1/-1;min-height:45px!important;background:#4b2d67;color:#fff;border-color:#4b2d67;font-size:.78rem!important}.mst-home .mst-report-actions .mst-report-sample{background:#fff;color:#4b2d67;border-color:rgba(75,45,103,.3)}.mst-home .mst-scroll-controls{display:flex;align-items:center;gap:7px}.mst-home .mst-scroll-controls button{width:44px;height:44px;border:2px solid rgba(75,45,103,.25);border-radius:12px;background:#fff;color:#4b2d67}.mst-home .mst-scroll-controls button:hover,.mst-home .mst-scroll-controls button:focus-visible{background:#4b2d67;color:#fff;outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-report-position{min-width:55px;text-align:center;color:#4b2d67;font-size:.76rem;font-weight:900}.mst-home .mst-report-dots{margin-top:13px}.mst-home .mst-report-footer a{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:9px 14px;border:2px solid #4b2d67;border-radius:11px;background:#fff;color:#4b2d67!important;text-decoration:none!important}.mst-home .mst-report-footer a:hover,.mst-home .mst-report-footer a:focus-visible{background:#4b2d67;color:#fff!important;outline:3px solid rgba(193,138,46,.24);outline-offset:2px}.mst-home .mst-daily-tools-shell{padding:clamp(20px,3vw,30px);border:1px solid rgba(95,62,28,.16);border-radius:28px;background:linear-gradient(145deg,#fffdf7,#fff6df);box-shadow:var(--mst-home-shadow)}.mst-home .mst-daily-tools-head{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:18px}.mst-home .mst-daily-tools-head .section-title{font-size:clamp(1.45rem,2.2vw,2.05rem)}.mst-home .mst-daily-tools-head .section-subtitle{max-width:760px;margin-top:7px;line-height:1.55}.mst-home .mst-daily-tools-visual{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:10px 13px;border-radius:15px;background:#4b2d67;color:#fff}.mst-home .mst-daily-tools-visual span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.14)}.mst-home .mst-daily-tools-visual b{font-size:.78rem;white-space:nowrap}.mst-home .mst-daily-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mst-home .mst-daily-tool-card{display:grid;grid-template-columns:100px 1fr;gap:17px;align-items:center;padding:19px;border:1px solid rgba(95,62,28,.15);border-radius:18px;background:#fff;box-shadow:0 9px 22px rgba(61,39,18,.07)}.mst-home .mst-daily-tool-card .mst-online-tool-icon{width:94px;height:94px;margin:0}.mst-home .mst-tool-purpose{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fff0d4;color:#805424;font-size:.65rem;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.mst-home .mst-daily-tool-card h3{margin:7px 0 6px;font-size:1.06rem;color:#241a29}.mst-home .mst-daily-tool-card p{margin:0 0 13px;color:#686058;font-size:.84rem;line-height:1.52}.mst-home .mst-tool-open{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;border-radius:11px;background:#4b2d67;color:#fff;font-size:.82rem;font-weight:900;text-decoration:none}.mst-home .mst-tool-open:hover,.mst-home .mst-tool-open:focus-visible{filter:brightness(1.08);outline:3px solid rgba(193,138,46,.26);outline-offset:2px}.mst-home .mst-daily-tools-note{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;padding:10px 12px;border-radius:10px;background:#fff9ec;color:#665b50;font-size:.78rem;line-height:1.45}@media (max-width:991.98px){
  .mst-home .mst-explorer-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mst-home .mst-discovery-grid,.mst-home .mst-discovery-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mst-home .mst-android-visual{max-height:360px}
  .mst-home .mst-report-track{grid-auto-columns:calc((100% - 16px)/2)}
  .mst-home .mst-report-card{min-height:520px!important}
}@media (max-width:767.98px){
  .mst-home .mst-service-showcase-grid{grid-template-columns:1fr;gap:15px}
  .mst-home .mst-service-showcase-body{grid-template-columns:48px 1fr;padding:15px}
  .mst-home .mst-service-mini-icon{width:46px;height:46px;border-radius:13px}
  .mst-home .mst-launch-actions{padding-top:0;flex-wrap:wrap;justify-content:flex-end}
  .mst-home .mst-launch-footer{align-items:stretch!important}
  .mst-home .mst-launch-dots{order:2}
  .mst-home .mst-launch-viewall{width:100%;order:3}
  .mst-home .mst-explorer-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .mst-home .mst-explorer-tab{min-height:62px;padding:8px;font-size:.79rem}
  .mst-home .mst-tab-icon{width:32px;height:32px;min-width:32px}
  .mst-home .mst-selected-category{align-items:flex-start;flex-direction:column;gap:8px}
  .mst-home .mst-selected-category>strong{white-space:normal}
  .mst-home .mst-discovery-grid,.mst-home .mst-discovery-grid--2,.mst-home .mst-discovery-grid--1{grid-template-columns:1fr}
  .mst-home .mst-discovery-image{height:190px}
  .mst-home .mst-discovery-primary,.mst-home .mst-discovery-secondary{min-height:46px}
  .mst-home .mst-android-app-grid{grid-template-columns:1fr}
  .mst-home .mst-android-app-card{display:grid;grid-template-columns:110px 1fr}
  .mst-home .mst-android-app-thumb{height:100%;min-height:130px}
  .mst-home .mst-report-head-actions{display:grid;grid-template-columns:1fr;width:100%}
  .mst-home .mst-scroll-controls{justify-content:center}
  .mst-home .mst-report-track{grid-auto-columns:100%}
  .mst-home .mst-report-card{min-height:0!important}
  .mst-home .mst-report-image{height:250px}
  .mst-home .mst-report-actions{grid-template-columns:1fr}
  .mst-home .mst-report-actions .mst-report-order{grid-column:auto}
  .mst-home .mst-report-actions a{min-height:46px!important;font-size:.78rem!important}
  .mst-home .mst-report-footer{display:grid;grid-template-columns:1fr;gap:8px}
  .mst-home .mst-report-footer a{width:100%;margin:4px 0 0!important}
  .mst-home .mst-daily-tools-head{align-items:flex-start;flex-direction:column}
  .mst-home .mst-daily-tools-grid{grid-template-columns:1fr}
  .mst-home .mst-daily-tool-card{grid-template-columns:82px 1fr;padding:15px;gap:13px}
  .mst-home .mst-daily-tool-card .mst-online-tool-icon{width:78px;height:78px}
  .mst-home .mst-tool-open{width:100%;min-height:46px}
}@media (max-width:420px){
  .mst-home .mst-service-mini-icon{margin-bottom:1px}
  .mst-home .mst-service-showcase-body b{width:100%;justify-content:center;text-align:center}
  .mst-home .mst-explorer-tab{display:grid;grid-template-columns:30px 1fr auto;gap:6px;font-size:.74rem}
  .mst-home .mst-windows-identity{align-items:flex-start}
  .mst-home .mst-android-app-card{grid-template-columns:90px 1fr}
  .mst-home .mst-daily-tool-card{grid-template-columns:1fr}
  .mst-home .mst-daily-tool-card .mst-online-tool-icon{margin-inline:auto}
}@media (prefers-reduced-motion:reduce){
  .mst-home .mst-service-showcase-card,.mst-home .mst-service-showcase-image img,.mst-home .mst-launch-link{transition:none!important}
}.mst-home{
  --mst-ui-surface:#fffdf9;
  --mst-ui-surface-soft:#fff8ec;
  --mst-ui-purple:#4b2d67;
  --mst-ui-purple-2:#6b3d83;
  --mst-ui-gold:#a66c23;
  --mst-ui-text:#2b211a;
  --mst-ui-muted:#6b6158;
  --mst-ui-border:rgba(92,59,25,.16);
  --mst-ui-shadow:0 14px 34px rgba(65,42,20,.085);
  --mst-ui-radius:24px;
  --mst-ui-button-radius:12px;
  --mst-home-section-space:clamp(20px,2.4vw,30px);
}.mst-home > section:not(.hero){padding-top:var(--mst-home-section-space)!important;padding-bottom:var(--mst-home-section-space)!important}.mst-home .mst-brand-intro-card,
.mst-home .mst-product-path-section>.container,
.mst-home .mst-launch-shell,
.mst-home .mst-explorer-shell,
.mst-home .mst-android-shell,
.mst-home .mst-report-shell,
.mst-home .mst-daily-tools-shell,
.mst-home .mst-home-help-card{
  border:1px solid var(--mst-ui-border)!important;
  border-radius:var(--mst-ui-radius)!important;
  background:linear-gradient(145deg,var(--mst-ui-surface),var(--mst-ui-surface-soft))!important;
  box-shadow:var(--mst-ui-shadow)!important;
}.mst-home .mst-product-path-section>.container{padding:clamp(20px,2.4vw,26px)!important}.mst-home .mst-brand-intro-card,
.mst-home .mst-launch-shell,
.mst-home .mst-explorer-shell,
.mst-home .mst-android-shell,
.mst-home .mst-report-shell,
.mst-home .mst-daily-tools-shell{padding:clamp(20px,2.4vw,26px)!important}.mst-home :is(.mst-launch-link,.mst-discovery-primary,.mst-android-app-card a,.mst-android-viewall,.mst-report-order,.mst-tool-open,.mst-help-primary,.products__viewAll){
  border:1px solid var(--mst-ui-purple)!important;
  border-radius:var(--mst-ui-button-radius)!important;
  background:linear-gradient(135deg,var(--mst-ui-purple),var(--mst-ui-purple-2))!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(75,45,103,.18)!important;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}.mst-home :is(.mst-launch-viewall,.mst-explorer-all,.mst-discovery-secondary,.mst-report-sample,.mst-report-footer a,.mst-help-secondary){
  border:1px solid rgba(75,45,103,.34)!important;
  border-radius:var(--mst-ui-button-radius)!important;
  background:#fff!important;
  color:var(--mst-ui-purple)!important;
  box-shadow:0 6px 14px rgba(75,45,103,.08)!important;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}.mst-home :is(.mst-launch-link,.mst-discovery-primary,.mst-discovery-secondary,.mst-android-app-card a,.mst-android-viewall,.mst-report-actions a,.mst-tool-open,.mst-help-primary,.mst-help-secondary,.mst-launch-viewall,.mst-explorer-all,.products__viewAll,.mst-report-footer a):hover,
.mst-home :is(.mst-launch-link,.mst-discovery-primary,.mst-discovery-secondary,.mst-android-app-card a,.mst-android-viewall,.mst-report-actions a,.mst-tool-open,.mst-help-primary,.mst-help-secondary,.mst-launch-viewall,.mst-explorer-all,.products__viewAll,.mst-report-footer a):focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 24px rgba(75,45,103,.18)!important;
  outline:3px solid rgba(193,138,46,.26)!important;
  outline-offset:2px!important;
}.mst-home .mst-service-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.mst-home .mst-service-showcase-card{border-radius:18px;box-shadow:0 9px 22px rgba(58,37,18,.07)}.mst-home .mst-service-showcase-body{grid-template-columns:40px 1fr;gap:10px;padding:13px 13px 15px}.mst-home .mst-service-mini-icon{width:40px;height:40px;border-radius:11px;font-size:1.15rem;background:#f5effa;color:var(--mst-ui-purple)}.mst-home .mst-service-mini-icon--android{background:#f5effa;color:var(--mst-ui-purple)}.mst-home .mst-service-showcase-body strong{font-size:.96rem}.mst-home .mst-service-showcase-body small{font-size:.78rem;line-height:1.42}.mst-home .mst-service-showcase-body b{width:100%;justify-content:center;margin-top:10px;padding:8px 9px;border-radius:10px;background:linear-gradient(135deg,var(--mst-ui-purple),var(--mst-ui-purple-2));font-size:.76rem;box-shadow:0 6px 14px rgba(75,45,103,.16)}.mst-home .mst-service-play{width:54px;height:54px;font-size:1.55rem}.mst-home .mst-explorer-head{align-items:center;padding-bottom:14px}.mst-home .mst-explorer-head .section-title{font-size:clamp(1.42rem,2vw,1.95rem);max-width:760px}.mst-home .mst-explorer-head .section-subtitle{max-width:720px}.mst-home .mst-explorer-tabs{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:15px 0 14px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}.mst-home .mst-explorer-tab{
  position:relative;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  align-items:center!important;
  min-height:64px!important;
  padding:10px 11px!important;
  border:1px solid rgba(75,45,103,.16)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#4e3b2b!important;
  box-shadow:0 7px 17px rgba(60,36,79,.055)!important;
  text-align:left!important;
}.mst-home .mst-explorer-tab:hover,.mst-home .mst-explorer-tab:focus-visible{background:#fbf7ff!important;border-color:rgba(75,45,103,.38)!important}.mst-home .mst-explorer-tab.is-active{background:linear-gradient(135deg,var(--mst-ui-purple),var(--mst-ui-purple-2))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 11px 23px rgba(75,45,103,.22)!important}.mst-home .mst-tab-icon{width:36px;height:36px;border-radius:10px;background:#f6f0fa;color:var(--mst-ui-purple);font-size:.78rem}.mst-home .mst-explorer-tab.is-active .mst-tab-icon{background:rgba(255,255,255,.16)!important;color:#fff!important}.mst-home .mst-tab-label{font-size:.82rem;line-height:1.22}.mst-home .mst-tab-count{min-width:25px;height:25px;background:#f2e7d9;color:#74491e}.mst-home .mst-selected-category{margin:0 0 12px;padding:11px 13px;border-radius:13px;background:#fff;border-color:rgba(75,45,103,.13)}.mst-home .mst-selected-category span{display:none}.mst-home .mst-selected-category h3{margin:0 0 2px;font-size:1rem;color:var(--mst-ui-text)}.mst-home .mst-selected-category p{font-size:.79rem;line-height:1.38}.mst-home .mst-selected-category>strong{padding:6px 9px;background:#f3edf7;color:var(--mst-ui-purple);border:1px solid rgba(75,45,103,.14)}.mst-home .mst-discovery-grid{gap:13px}.mst-home .mst-discovery-card{border-radius:16px;box-shadow:0 8px 20px rgba(58,37,18,.065)}.mst-home .mst-discovery-image{height:150px;padding:13px}.mst-home .mst-discovery-body{padding:13px}.mst-home .mst-discovery-body h3{font-size:.94rem;margin:5px 0 5px}.mst-home .mst-discovery-body p{font-size:.77rem;line-height:1.42;margin-bottom:10px}.mst-home .mst-discovery-actions{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:7px}.mst-home .mst-discovery-primary,.mst-home .mst-discovery-secondary{min-height:41px;padding:7px 8px;font-size:.71rem}.mst-home .mst-panel-footer{justify-content:flex-end;margin-top:12px;padding-top:12px}.mst-home .mst-panel-footer p{display:none}.mst-home .mst-panel-footer .products__viewAll{min-height:44px;padding:9px 15px}.mst-home .mst-android-shell{grid-template-columns:minmax(235px,.72fr) minmax(0,1.78fr);gap:20px;border-color:var(--mst-ui-border)!important}.mst-home .mst-android-visual{max-height:330px;border-color:rgba(75,45,103,.14);background:#fff}.mst-home .mst-android-label{background:rgba(75,45,103,.94);color:#fff}.mst-home .mst-android-content .mst-explorer-eyebrow{color:#81532b}.mst-home .mst-android-app-grid{gap:10px;margin-top:14px}.mst-home .mst-android-app-card{border-color:rgba(75,45,103,.14);border-radius:14px;box-shadow:0 7px 17px rgba(75,45,103,.06)}.mst-home .mst-android-app-thumb{height:100px;background:#faf7ff}.mst-home .mst-android-app-card>div:last-child{padding:10px}.mst-home .mst-android-app-card h3{font-size:.88rem;color:var(--mst-ui-text)}.mst-home .mst-android-app-card p{font-size:.72rem;color:var(--mst-ui-muted);line-height:1.4}.mst-home .mst-android-app-card a{min-height:40px;font-size:.71rem}.mst-home .mst-android-viewall{min-height:46px;margin-top:12px;padding:10px 16px}.mst-home .mst-report-head{align-items:center;margin-bottom:12px}.mst-home .mst-report-head-actions{flex:0 0 auto}.mst-home .mst-report-card{min-height:475px!important}.mst-home .mst-report-image{height:190px;padding:13px}.mst-home .mst-report-body{padding:13px 14px 14px}.mst-home .mst-report-body h3{font-size:.98rem}.mst-home .mst-report-price{margin-top:9px;padding:8px 10px}.mst-home .mst-report-actions{gap:7px!important;margin-top:10px!important}.mst-home .mst-report-actions a{min-height:40px!important;border-radius:10px!important}.mst-home .mst-report-actions .mst-report-order{min-height:43px!important}.mst-home .mst-report-dots{margin-top:10px}.mst-home .mst-report-footer{margin-top:11px;padding-top:11px}.mst-home .mst-daily-tools-head{align-items:flex-start;margin-bottom:14px}.mst-home .mst-daily-tools-head>div:first-child{min-width:0}.mst-home .mst-daily-tools-head .mst-explorer-eyebrow{display:block!important;width:max-content;max-width:100%;margin:0 0 7px!important}.mst-home .mst-daily-tools-head .section-title{display:block;margin:0;font-size:clamp(1.42rem,2vw,1.95rem);line-height:1.18}.mst-home .mst-daily-tools-visual{padding:9px 12px;border:1px solid rgba(75,45,103,.18);background:#fff;color:var(--mst-ui-purple);box-shadow:0 6px 15px rgba(75,45,103,.07)}.mst-home .mst-daily-tools-visual i{font-size:1.05rem}.mst-home .mst-daily-tools-visual b{font-size:.76rem}.mst-home .mst-daily-tools-grid{gap:13px}.mst-home .mst-daily-tool-card{grid-template-columns:82px 1fr;gap:14px;padding:16px;border-radius:16px}.mst-home .mst-daily-tool-card .mst-online-tool-icon{width:78px;height:78px}.mst-home .mst-daily-tool-card p{font-size:.8rem;margin-bottom:10px}.mst-home .mst-daily-tools-note{margin-top:10px}.mst-home .mst-home-help-card{grid-template-columns:58px 1fr auto;gap:16px;padding:18px 20px!important;color:var(--mst-ui-text)!important}.mst-home .mst-home-help-icon{width:56px;height:56px;border-radius:16px;background:#f4edf8;border:1px solid rgba(75,45,103,.16)}.mst-home .mst-home-help-icon svg{width:32px;height:32px;stroke:var(--mst-ui-purple)}.mst-home .mst-home-help-copy span{color:var(--mst-ui-gold)}.mst-home .mst-home-help-copy h2{font-size:clamp(1.16rem,1.75vw,1.52rem);color:var(--mst-ui-text)}.mst-home .mst-home-help-copy p{color:var(--mst-ui-muted);font-size:.82rem;line-height:1.45}.mst-home .mst-home-help-actions{gap:8px}.mst-home .mst-home-help-actions a{min-height:43px;padding:9px 13px}@media (max-width:1199.98px){
  .mst-home .mst-service-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mst-home .mst-explorer-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}@media (max-width:991.98px){
  .mst-home .mst-android-shell{grid-template-columns:1fr}
  .mst-home .mst-android-visual{max-height:310px}
  .mst-home .mst-home-help-card{grid-template-columns:56px 1fr}
  .mst-home .mst-home-help-actions{grid-column:1/-1;padding-left:72px}
}@media (max-width:767.98px){
  .mst-home .mst-product-path-section>.container,
  .mst-home .mst-brand-intro-card,
  .mst-home .mst-launch-shell,
  .mst-home .mst-explorer-shell,
  .mst-home .mst-android-shell,
  .mst-home .mst-report-shell,
  .mst-home .mst-daily-tools-shell{padding:17px 14px!important;border-radius:20px!important}
  .mst-home .mst-service-showcase-grid{grid-template-columns:1fr;gap:12px}
  .mst-home .mst-service-showcase-body{grid-template-columns:42px 1fr;padding:13px}
  .mst-home .mst-explorer-head{align-items:flex-start}
  .mst-home .mst-explorer-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .mst-home .mst-explorer-tab{grid-template-columns:32px minmax(0,1fr) auto!important;min-height:58px!important;padding:8px!important}
  .mst-home .mst-tab-icon{width:31px;height:31px}
  .mst-home .mst-selected-category{align-items:flex-start;flex-direction:column;gap:7px}
  .mst-home .mst-discovery-image{height:165px}
  .mst-home .mst-discovery-actions{grid-template-columns:1fr}
  .mst-home .mst-discovery-primary,.mst-home .mst-discovery-secondary{min-height:45px;font-size:.76rem}
  .mst-home .mst-panel-footer .products__viewAll{width:100%}
  .mst-home .mst-android-app-card{grid-template-columns:96px 1fr}
  .mst-home .mst-android-app-thumb{height:100%;min-height:120px}
  .mst-home .mst-report-head{align-items:flex-start}
  .mst-home .mst-report-head-actions{width:100%;justify-content:center}
  .mst-home .mst-report-image{height:225px}
  .mst-home .mst-report-footer{grid-template-columns:1fr}
  .mst-home .mst-daily-tools-visual{display:none}
  .mst-home .mst-home-help-card{grid-template-columns:1fr;padding:17px 15px!important}
  .mst-home .mst-home-help-actions{grid-column:auto;padding-left:0;display:grid;grid-template-columns:1fr}
  .mst-home .mst-home-help-actions a{min-height:47px}
}@media (max-width:420px){
  .mst-home .mst-service-showcase-body{grid-template-columns:1fr}
  .mst-home .mst-explorer-tab{font-size:.72rem}
  .mst-home .mst-android-app-card{grid-template-columns:88px 1fr}
}@media (prefers-reduced-motion:reduce){
  .mst-home :is(.mst-service-showcase-card,.mst-explorer-tab,.mst-discovery-primary,.mst-discovery-secondary,.mst-android-app-card a,.mst-android-viewall,.mst-home-help-actions a){transition:none!important}
}.mst-home .mst-category-toggle-wrap{display:none;margin-top:10px;text-align:center}.mst-home .mst-category-toggle{width:100%;min-height:46px;padding:9px 15px;border:1px solid rgba(75,45,103,.26);border-radius:12px;background:#fff8ed;color:#4b2d67;font-weight:900;box-shadow:0 6px 15px rgba(75,45,103,.07);cursor:pointer}.mst-home .mst-category-toggle:hover,.mst-home .mst-category-toggle:focus-visible{background:#4b2d67;color:#fff;outline:3px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-android-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.mst-home .mst-android-tab{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-height:52px;padding:8px 10px;border:1px solid rgba(75,45,103,.16);border-radius:13px;background:#fff;color:#4e3b2b;text-align:left;cursor:pointer;box-shadow:0 6px 15px rgba(75,45,103,.05)}.mst-home .mst-android-tab>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#f3edf7;color:#4b2d67;font-size:.72rem;font-weight:900}.mst-home .mst-android-tab b{font-size:.78rem;line-height:1.18}.mst-home .mst-android-tab:hover,.mst-home .mst-android-tab:focus-visible{border-color:rgba(75,45,103,.4);background:#fbf7ff;outline:3px solid rgba(193,138,46,.2);outline-offset:2px}.mst-home .mst-android-tab.is-active{border-color:transparent;background:linear-gradient(135deg,#4b2d67,#75458d);color:#fff;box-shadow:0 9px 20px rgba(75,45,103,.2)}.mst-home .mst-android-tab.is-active>span{background:rgba(255,255,255,.16);color:#fff}.mst-home .mst-android-result-status{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:9px 11px;border:1px solid rgba(75,45,103,.12);border-radius:11px;background:#fff}.mst-home .mst-android-result-status strong{color:#2c2132;font-size:.86rem}.mst-home .mst-android-result-status span{padding:4px 8px;border-radius:999px;background:#f3edf7;color:#4b2d67;font-size:.72rem;font-weight:900}.mst-home .mst-android-app-card[hidden]{display:none!important}.mst-home .mst-launch-dots button,.mst-home .mst-report-dots button{position:relative;width:40px!important;height:40px!important;padding:0!important;background:transparent!important;border-radius:10px!important;transition:none!important}.mst-home .mst-launch-dots button::before,.mst-home .mst-report-dots button::before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:50%;background:#d3c6b6;transform:translate(-50%,-50%);transition:width .18s ease,background .18s ease,border-radius .18s ease}.mst-home .mst-launch-dots button.is-active::before,.mst-home .mst-report-dots button.is-active::before{width:26px;border-radius:999px;background:#4b2d67}@media (max-width:991.98px){
  .mst-home .mst-android-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
}@media (max-width:767.98px){
  .mst-home{--mst-home-side-gap:16px;--mst-home-section-space:16px}
  .mst-home > section:not(.hero){padding-top:var(--mst-home-section-space)!important;padding-bottom:var(--mst-home-section-space)!important}

  
  .mst-home .hero{display:block!important;background:#553217}
  .mst-home .hero .carousel-inner>.carousel-item{display:none!important}
  .mst-home .hero .carousel-inner>.carousel-item:first-child{display:block!important}
  .mst-home .hero .carousel-indicators,.mst-home .hero .carousel-control-prev,.mst-home .hero .carousel-control-next{display:none!important}
  .mst-home .hero-slide{min-height:0!important;background-position:center!important}
  .mst-home .hero-content{padding:28px 0 26px!important}
  .mst-home .hero .pill{margin-bottom:10px;padding:7px 10px;font-size:.72rem}
  .mst-home .hero h1{max-width:18ch;margin-bottom:9px;font-size:clamp(1.65rem,8vw,2.15rem)!important;line-height:1.1!important}
  .mst-home .hero .lead{max-width:34ch;margin-bottom:15px!important;font-size:.94rem;line-height:1.45}
  .mst-home .hero .d-flex.flex-wrap.gap-2{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}
  .mst-home .hero .btn-lg{width:100%;min-height:46px;padding:9px 8px;font-size:.78rem;line-height:1.25}
  .mst-home .hero-mini{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:14px!important}
  .mst-home .hero .mini-card{min-height:60px;padding:8px 6px;border-radius:12px;text-align:center}
  .mst-home .hero .mini-num{font-size:.72rem;line-height:1.2}
  .mst-home .hero .mini-text{font-size:.64rem;line-height:1.2}

  
  .mst-home .mst-brand-intro-card{grid-template-columns:1fr!important;gap:12px!important;padding:17px 14px!important;border-radius:20px!important}
  .mst-home .mst-brand-intro-copy .section-title{margin-bottom:8px;font-size:1.55rem}
  .mst-home .mst-brand-intro-copy .section-subtitle{margin-bottom:8px!important;font-size:.88rem;line-height:1.58}
  .mst-home .mst-brand-trust-box{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px;padding:8px;border-radius:15px}
  .mst-home .mst-brand-trust-box div{padding:9px 7px;border-radius:11px;text-align:center}
  .mst-home .mst-brand-trust-box strong{font-size:.72rem;line-height:1.18}
  .mst-home .mst-brand-trust-box span{font-size:.64rem;line-height:1.25}

  
  .mst-home .mst-service-showcase-grid{grid-template-columns:1fr!important;gap:9px!important;margin-top:13px}
  .mst-home .mst-service-showcase-card{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:142px;border-radius:15px}
  .mst-home .mst-service-showcase-image{height:100%;min-height:142px;aspect-ratio:auto;border-right:1px solid rgba(92,59,25,.11);border-bottom:0}
  .mst-home .mst-service-showcase-body{grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;padding:10px!important}
  .mst-home .mst-service-mini-icon{width:34px;height:34px;border-radius:9px;font-size:.94rem}
  .mst-home .mst-service-showcase-body strong{font-size:.86rem;line-height:1.22}
  .mst-home .mst-service-showcase-body small{margin-top:3px;font-size:.69rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .mst-home .mst-service-showcase-body b{width:100%!important;min-height:36px;margin-top:7px!important;padding:6px 7px!important;font-size:.66rem!important;text-align:center;justify-content:center}
  .mst-home .mst-service-play{width:44px;height:44px;font-size:1.2rem;border-width:2px}

  
  .mst-home .mst-category-toggle-wrap{display:block}
  .mst-home [data-mst-home-tabs] .mst-explorer-tab.mst-mobile-extra,
  .mst-home [data-mst-android-finder] .mst-android-tab.mst-mobile-extra{display:none!important}
  .mst-home [data-mst-home-tabs].is-category-expanded .mst-explorer-tab.mst-mobile-extra,
  .mst-home [data-mst-android-finder].is-category-expanded .mst-android-tab.mst-mobile-extra{display:grid!important}
  .mst-home .mst-explorer-tabs,.mst-home .mst-android-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .mst-home .mst-explorer-tab,.mst-home .mst-android-tab{min-height:58px!important;padding:8px!important}
  .mst-home .mst-android-result-status{margin-top:10px}
  .mst-home .mst-android-app-grid{margin-top:9px}

  
  .mst-home .mst-launch-shell,.mst-home .mst-explorer-shell,.mst-home .mst-android-shell,.mst-home .mst-report-shell,.mst-home .mst-daily-tools-shell{padding:15px 12px!important;border-radius:18px!important}
  .mst-home .mst-launch-head,.mst-home .mst-explorer-head,.mst-home .mst-report-head,.mst-home .mst-daily-tools-head{margin-bottom:11px!important}
  .mst-home .section-title{line-height:1.18}
  .mst-home .section-subtitle{line-height:1.5}
}@media (max-width:420px){
  .mst-home .hero .d-flex.flex-wrap.gap-2{grid-template-columns:1fr}
  .mst-home .hero-mini{grid-template-columns:1fr 1fr 1fr!important}
  .mst-home .mst-service-showcase-card{grid-template-columns:102px minmax(0,1fr)}
  .mst-home .mst-service-showcase-image{min-height:136px}
  .mst-home .mst-brand-trust-box span{display:none}
  .mst-home .mst-brand-trust-box div{display:grid;place-items:center;min-height:50px}
}@media (max-width:767.98px){
  .mst-home .mst-android-visual{height:170px!important;max-height:170px!important}
  .mst-home .mst-android-visual img{object-fit:cover!important}
}@media (max-width:420px){
  .mst-home .mst-explorer-tab{grid-template-columns:28px minmax(0,1fr) 22px!important;gap:5px!important;padding:7px 6px!important}
  .mst-home .mst-tab-icon{width:28px!important;height:28px!important;font-size:.66rem!important}
  .mst-home .mst-tab-label{font-size:.70rem!important;line-height:1.14!important;overflow-wrap:normal!important;word-break:normal!important}
  .mst-home .mst-tab-count{min-width:22px!important;width:22px!important;height:22px!important;font-size:.66rem!important}
}.mst-home{
  --mst-home-section-space:clamp(20px,2.15vw,28px);
}.mst-home > section:not(.hero){
  padding-top:var(--mst-home-section-space)!important;
  padding-bottom:var(--mst-home-section-space)!important;
}.mst-home .mst-brand-intro-section,
.mst-home .mst-product-path-section{
  background:
    radial-gradient(circle at 4% 0%,rgba(166,108,35,.065),transparent 25%),
    radial-gradient(circle at 96% 100%,rgba(75,45,103,.045),transparent 24%),
    linear-gradient(180deg,#fffdf9,#fffaf2);
}.mst-home .mst-brand-intro-card{
  position:relative;
  isolation:isolate;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr)!important;
  gap:clamp(22px,2.6vw,36px)!important;
  align-items:center!important;
  padding:clamp(26px,3vw,38px)!important;
  border-radius:28px!important;
  overflow:hidden;
}.mst-home .mst-brand-intro-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#d4ab64,#6a3d7d);
}.mst-home .mst-brand-intro-card::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-90px;
  top:-110px;
  width:260px;
  height:260px;
  border-radius:50%;
  border:1px solid rgba(166,108,35,.11);
  box-shadow:0 0 0 34px rgba(166,108,35,.035),0 0 0 68px rgba(75,45,103,.02);
  pointer-events:none;
}.mst-home .mst-brand-intro-copy{
  min-width:0;
  max-width:900px;
}.mst-home .mst-brand-intro-copy .section-title{
  max-width:20ch;
  margin:0 0 14px;
  font-size:clamp(1.75rem,2.65vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.025em;
  color:#2e231b;
}.mst-home .mst-brand-intro-copy .section-subtitle{
  max-width:78ch;
  margin:0 0 11px!important;
  color:#62564b;
  font-size:clamp(.94rem,1.05vw,1.02rem);
  line-height:1.72;
  text-wrap:pretty;
}.mst-home .mst-brand-intro-copy .section-subtitle:last-child{margin-bottom:0!important}.mst-home .mst-brand-trust-box{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  min-width:0;
  padding:12px!important;
  border-radius:22px!important;
  background:linear-gradient(160deg,rgba(255,255,255,.88),rgba(251,242,227,.9))!important;
  border:1px solid rgba(166,108,35,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(65,42,20,.06);
}.mst-home .mst-brand-trust-box .mst-brand-trust-item{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  min-height:74px;
  padding:12px 13px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(92,59,25,.13)!important;
  box-shadow:0 7px 16px rgba(65,42,20,.045);
}.mst-home .mst-brand-trust-icon{
  display:grid!important;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  color:#75468a!important;
  font-size:1.18rem!important;
  background:linear-gradient(145deg,#f7f1fb,#f2e7d6)!important;
  border:1px solid rgba(75,45,103,.13)!important;
}.mst-home .mst-brand-trust-copy{display:block!important;min-width:0}.mst-home .mst-brand-trust-copy strong{
  display:block;
  margin:0 0 3px!important;
  color:#5b3422!important;
  font-size:.98rem;
  line-height:1.22;
}.mst-home .mst-brand-trust-copy>span{
  display:block;
  color:#706357!important;
  font-size:.78rem!important;
  line-height:1.4!important;
}.mst-home .mst-product-path-section>.container{
  padding:clamp(24px,2.7vw,34px)!important;
  border-radius:28px!important;
}.mst-home .mst-section-headline{
  display:grid;
  gap:7px;
  max-width:860px;
  margin:0;
}.mst-home .mst-section-headline .section-title{
  margin:0;
  font-size:clamp(1.65rem,2.35vw,2.25rem);
  line-height:1.16;
  letter-spacing:-.022em;
  color:#30251d;
}.mst-home .mst-section-headline .section-subtitle{
  max-width:72ch;
  color:#6a5e53;
  font-size:.96rem;
  line-height:1.58;
}.mst-home .mst-service-showcase-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-rows:1fr;
  gap:clamp(14px,1.5vw,20px)!important;
  margin-top:22px!important;
  align-items:stretch;
}.mst-home .mst-service-showcase-card{
  height:100%;
  min-height:100%;
  border-radius:19px!important;
  border-color:rgba(92,59,25,.15)!important;
  background:linear-gradient(180deg,#fff,#fffdf9)!important;
  box-shadow:0 12px 27px rgba(58,37,18,.075)!important;
}.mst-home .mst-service-showcase-card::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,rgba(166,108,35,.5),rgba(75,45,103,.72));
  opacity:.55;
}.mst-home .mst-service-showcase-card:hover,
.mst-home .mst-service-showcase-card:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(75,45,103,.30)!important;
  box-shadow:0 18px 36px rgba(58,37,18,.12)!important;
}.mst-home .mst-service-showcase-image{
  flex:0 0 auto;
  aspect-ratio:4/3!important;
  background:#f5f3f1!important;
}.mst-home .mst-service-showcase-image img{object-position:center}.mst-home .mst-service-showcase-body{
  flex:1 1 auto;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  height:100%;
  padding:15px 15px 17px!important;
}.mst-home .mst-service-mini-icon{
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  color:#59346e!important;
  background:linear-gradient(145deg,#f6effa,#f4eadb)!important;
  border:1px solid rgba(75,45,103,.13)!important;
}.mst-home .mst-service-showcase-body>span:last-child{
  display:flex!important;
  flex-direction:column!important;
  height:100%;
  min-width:0;
}.mst-home .mst-service-showcase-body strong{
  display:block;
  min-height:2.5em;
  color:#282029!important;
  font-size:.98rem!important;
  line-height:1.25!important;
  text-wrap:balance;
}.mst-home .mst-service-showcase-body small{
  display:block;
  margin-top:6px!important;
  color:#675d55!important;
  font-size:.79rem!important;
  line-height:1.5!important;
  text-wrap:pretty;
}.mst-home .mst-service-showcase-body b{
  width:100%!important;
  min-height:44px;
  margin-top:auto!important;
  padding:9px 10px!important;
  justify-content:center!important;
  text-align:center!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#4b2d67,#6a3d7d)!important;
  border:1px solid rgba(75,45,103,.95);
  color:#fff!important;
  font-size:.76rem!important;
  line-height:1.3!important;
  box-shadow:0 7px 16px rgba(75,45,103,.16)!important;
}.mst-home .mst-service-play{
  width:54px!important;
  height:54px!important;
  font-size:1.35rem!important;
  background:rgba(75,45,103,.92)!important;
}@media (max-width:1199.98px){
  .mst-home .mst-brand-intro-card{grid-template-columns:1fr!important;align-items:start!important}
  .mst-home .mst-brand-trust-box{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mst-home .mst-brand-trust-box .mst-brand-trust-item{grid-template-columns:42px minmax(0,1fr)!important;min-height:82px}
  .mst-home .mst-brand-trust-icon{width:42px;height:42px}
  .mst-home .mst-service-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mst-home .mst-service-showcase-body strong{min-height:auto}
}@media (max-width:767.98px){
  .mst-home{--mst-home-section-space:18px}
  .mst-home .mst-brand-intro-card,
  .mst-home .mst-product-path-section>.container{padding:18px 15px!important;border-radius:20px!important}
  .mst-home .mst-brand-intro-card{gap:16px!important}
  .mst-home .mst-brand-intro-copy .section-title{max-width:none;font-size:1.62rem!important;line-height:1.15!important}
  .mst-home .mst-brand-intro-copy .section-subtitle{font-size:.9rem!important;line-height:1.62!important}
  .mst-home .mst-brand-trust-box{grid-template-columns:1fr!important;padding:9px!important}
  .mst-home .mst-brand-trust-box .mst-brand-trust-item{grid-template-columns:40px minmax(0,1fr)!important;min-height:0;padding:10px 11px!important}
  .mst-home .mst-brand-trust-icon{width:40px;height:40px;border-radius:12px;font-size:1rem!important}
  .mst-home .mst-brand-trust-copy strong{font-size:.9rem}
  .mst-home .mst-brand-trust-copy>span{font-size:.74rem!important}
  .mst-home .mst-section-headline .section-title{font-size:1.48rem!important}
  .mst-home .mst-section-headline .section-subtitle{font-size:.87rem!important;line-height:1.52!important}
  .mst-home .mst-service-showcase-grid{grid-template-columns:1fr!important;gap:11px!important;margin-top:16px!important}
  .mst-home .mst-service-showcase-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;min-height:156px!important}
  .mst-home .mst-service-showcase-image{height:100%!important;min-height:156px!important;aspect-ratio:auto!important;border-right:1px solid rgba(92,59,25,.11)!important;border-bottom:0!important}
  .mst-home .mst-service-showcase-body{grid-template-columns:36px minmax(0,1fr)!important;gap:8px!important;padding:11px!important}
  .mst-home .mst-service-mini-icon{width:36px!important;height:36px!important;border-radius:10px!important;font-size:1rem!important}
  .mst-home .mst-service-showcase-body strong{min-height:auto;font-size:.88rem!important;line-height:1.25!important}
  .mst-home .mst-service-showcase-body small{margin-top:4px!important;font-size:.74rem!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .mst-home .mst-service-showcase-body b{min-height:41px!important;margin-top:auto!important;padding:7px 7px!important;font-size:.7rem!important}
  .mst-home .mst-service-play{width:46px!important;height:46px!important;font-size:1.12rem!important}
}@media (max-width:420px){
  .mst-home .mst-service-showcase-card{grid-template-columns:102px minmax(0,1fr)!important}
  .mst-home .mst-service-showcase-image{min-height:154px!important}
  .mst-home .mst-service-showcase-body{grid-template-columns:32px minmax(0,1fr)!important;padding:10px 9px!important}
  .mst-home .mst-service-mini-icon{width:32px!important;height:32px!important;font-size:.9rem!important}
  .mst-home .mst-service-showcase-body b{font-size:.66rem!important;padding-inline:5px!important}
}.mst-home .mst-home-section-head{
  min-width:0;
  max-width:880px;
  text-align:left;
}.mst-home .mst-home-section-head :is(.mst-explorer-eyebrow,.mst-report-eyebrow){
  display:inline-flex!important;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 0 7px!important;
  color:#81532b!important;
  font-size:.74rem!important;
  font-weight:950!important;
  line-height:1.35;
  letter-spacing:.075em!important;
  text-transform:uppercase;
  text-wrap:balance;
}.mst-home .mst-home-section-head .section-title{
  display:block;
  margin:0!important;
  font-size:clamp(1.42rem,2vw,1.95rem)!important;
  line-height:1.18!important;
  letter-spacing:-.018em;
  color:#30251d;
  text-wrap:balance;
}.mst-home .mst-home-section-head .section-subtitle{
  display:block;
  max-width:760px;
  margin:7px 0 0!important;
  color:var(--mst-ui-muted,#6a5e53);
  font-size:.9rem;
  line-height:1.55!important;
  text-wrap:pretty;
}.mst-home .mst-android-section-head{
  grid-column:1/-1;
  max-width:880px;
  margin:0 0 -1px;
}.mst-home .mst-report-head>.mst-home-section-head,
.mst-home .mst-daily-tools-head>.mst-home-section-head{
  flex:1 1 auto;
}.mst-home .mst-android-app-actions{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(76px,.75fr);
  gap:7px;
  margin-top:auto;
  padding-top:2px;
}.mst-home .mst-android-app-card .mst-android-app-actions>a{
  min-width:0;
  min-height:40px;
  margin:0!important;
  padding:7px 7px;
  border-radius:9px;
  font-size:.68rem;
  line-height:1.2;
  text-align:center;
  white-space:normal;
}.mst-home .mst-android-app-card .mst-android-details{
  background:#315f39;
  color:#fff;
  border:1px solid #315f39;
}.mst-home .mst-android-app-card .mst-android-buy{
  background:#fff7e9;
  color:#633d19;
  border:1px solid rgba(130,82,31,.38);
}.mst-home .mst-android-app-card .mst-android-buy:hover,
.mst-home .mst-android-app-card .mst-android-buy:focus-visible{
  background:#81532b;
  color:#fff;
  border-color:#81532b;
}@media (max-width:991.98px){
  .mst-home .mst-android-section-head{margin-bottom:0}
}@media (max-width:767.98px){
  .mst-home .mst-home-section-head :is(.mst-explorer-eyebrow,.mst-report-eyebrow){
    margin-bottom:6px!important;
    font-size:.69rem!important;
    line-height:1.3;
  }
  .mst-home .mst-home-section-head .section-title{font-size:1.42rem!important}
  .mst-home .mst-home-section-head .section-subtitle{font-size:.84rem;line-height:1.5!important}
  .mst-home .mst-android-section-head{grid-column:auto;margin-bottom:0}
  .mst-home .mst-android-app-actions{grid-template-columns:1fr 92px;gap:7px}
  .mst-home .mst-android-app-card .mst-android-app-actions>a{min-height:42px;font-size:.7rem}
}@media (max-width:420px){
  .mst-home .mst-home-section-head :is(.mst-explorer-eyebrow,.mst-report-eyebrow){
    width:auto;
    font-size:.65rem!important;
    letter-spacing:.055em!important;
  }
  .mst-home .mst-home-section-head .section-title{font-size:1.3rem!important}
  .mst-home .mst-home-section-head .section-subtitle{font-size:.8rem}
  .mst-home .mst-android-app-actions{grid-template-columns:1fr;gap:6px}
  .mst-home .mst-android-app-card .mst-android-app-actions>a{min-height:39px}
}.mst-home .mst-report-showcase>.mst-report-container-aligned,
.mst-home .mst-kundali-v2>.mst-report-container-aligned{
  box-sizing:border-box!important;
  width:min(var(--mst-home-content-max),calc(100% - var(--mst-home-side-gap)))!important;
  max-width:var(--mst-home-content-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}.mst-home .mst-report-showcase>.mst-report-container-aligned>.mst-report-shell{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}.mst-home.mst-premium-discovery-test{
  --mst-premium-ink:#5b3508;
  --mst-premium-copy:#6d5a45;
  --mst-premium-gold:#d27a00;
  --mst-premium-gold-dark:#a85c00;
  --mst-premium-gold-soft:#fff5df;
  --mst-premium-copper:#9d2411;
  --mst-premium-copper-dark:#74180b;
  --mst-premium-border:rgba(172,102,16,.24);
  --mst-premium-shadow:0 14px 34px rgba(106,64,13,.11);
}.mst-home.mst-premium-discovery-test :is(
  .mst-service-showcase-body b,
  .mst-launch-link,
  .mst-discovery-primary,
  .mst-android-details,
  .mst-tool-open
){
  border:1px solid #c96f00!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#e48a05 0%,#c56b00 52%,#a95a00 100%)!important;
  color:#fff!important;
  box-shadow:0 9px 19px rgba(177,96,0,.22)!important;
  font-weight:900!important;
  text-shadow:0 1px 0 rgba(82,36,0,.22);
}.mst-home.mst-premium-discovery-test :is(
  .mst-discovery-secondary:not(.mst-discovery-free),
  .mst-android-buy,
  .mst-report-order
){
  border:1px solid #861a0b!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#b53517 0%,#9c260f 55%,#7a1a0a 100%)!important;
  color:#fff!important;
  box-shadow:0 9px 19px rgba(128,30,11,.20)!important;
  font-weight:950!important;
  text-shadow:0 1px 0 rgba(70,13,4,.25);
}.mst-home.mst-premium-discovery-test .mst-discovery-free{
  border:1px solid #2d6542!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#43835d,#2e6544)!important;
  color:#fff!important;
  box-shadow:0 9px 19px rgba(45,101,66,.18)!important;
}.mst-home.mst-premium-discovery-test :is(
  .mst-explorer-all,
  .mst-launch-viewall,
  .mst-android-viewall,
  .products__viewAll,
  .mst-report-sample,
  .mst-report-footer a,
  .mst-help-secondary
){
  border:2px solid #d27a00!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#fffefa,#fff8eb)!important;
  color:#8e2a12!important;
  box-shadow:0 8px 18px rgba(175,99,0,.10)!important;
  font-weight:950!important;
}.mst-home.mst-premium-discovery-test :is(
  .mst-service-showcase-body b,.mst-launch-link,.mst-discovery-primary,.mst-android-details,.mst-tool-open,
  .mst-discovery-secondary,.mst-android-buy,.mst-report-order,.mst-discovery-free,
  .mst-explorer-all,.mst-launch-viewall,.mst-android-viewall,.products__viewAll,.mst-report-sample,.mst-report-footer a,.mst-help-secondary
):hover,
.mst-home.mst-premium-discovery-test :is(
  .mst-service-showcase-body b,.mst-launch-link,.mst-discovery-primary,.mst-android-details,.mst-tool-open,
  .mst-discovery-secondary,.mst-android-buy,.mst-report-order,.mst-discovery-free,
  .mst-explorer-all,.mst-launch-viewall,.mst-android-viewall,.products__viewAll,.mst-report-sample,.mst-report-footer a,.mst-help-secondary
):focus-visible{
  transform:translateY(-2px)!important;
  filter:brightness(1.035)!important;
  outline:3px solid rgba(224,145,29,.25)!important;
  outline-offset:2px!important;
}.mst-home .mst-discovery-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:14px 0 12px;
}.mst-home .mst-discovery-steps span{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:8px 11px;
  border:1px solid rgba(182,110,20,.18);
  border-radius:12px;
  background:rgba(255,255,255,.78);
  color:#725024;
  font-size:.77rem;
  font-weight:850;
}.mst-home .mst-discovery-steps b{
  flex:0 0 auto;
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  margin-right:7px;
  border-radius:50%;
  background:#f4d39e;
  color:#7f250f;
  font-size:.72rem;
  box-shadow:inset 0 0 0 1px rgba(161,91,0,.18);
}.mst-home.mst-premium-discovery-test .mst-explorer-shell{
  border-color:var(--mst-premium-border)!important;
  background:
    radial-gradient(circle at 96% 4%,rgba(229,166,68,.10),transparent 28%),
    linear-gradient(145deg,#fffefa,#fff7e7)!important;
  box-shadow:var(--mst-premium-shadow)!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-head{
  align-items:center!important;
  border-bottom:1px solid rgba(178,106,15,.16)!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-eyebrow{
  color:#9a5b07!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-head .section-title{
  color:#704207!important;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.016em;
}.mst-home.mst-premium-discovery-test .mst-explorer-tabs{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 14px!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-tab{
  grid-template-columns:minmax(0,1fr) 30px!important;
  min-height:70px!important;
  padding:10px 10px 10px 13px!important;
  border:1px solid rgba(178,106,15,.18)!important;
  border-top:4px solid rgba(211,145,43,.20)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#fffaf0,#f9ecd5)!important;
  color:#6c410c!important;
  box-shadow:none!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-tab .mst-tab-icon{display:none!important}.mst-home.mst-premium-discovery-test .mst-explorer-tab .mst-tab-label{
  font-size:.82rem!important;
  line-height:1.18;
  font-weight:950;
}.mst-home.mst-premium-discovery-test .mst-explorer-tab .mst-tab-count{
  min-width:28px;
  height:28px;
  background:rgba(255,255,255,.78)!important;
  color:#9b5900!important;
  border:1px solid rgba(178,106,15,.13);
}.mst-home.mst-premium-discovery-test .mst-explorer-tab:hover,
.mst-home.mst-premium-discovery-test .mst-explorer-tab:focus-visible{
  border-color:rgba(190,105,0,.38)!important;
  background:#fff8e9!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-tab.is-active{
  border-color:#d17600!important;
  border-top-color:#9b250f!important;
  background:linear-gradient(180deg,#fffaf0,#ffe7be)!important;
  color:#8d1f0c!important;
  box-shadow:0 9px 20px rgba(171,96,0,.13)!important;
}.mst-home.mst-premium-discovery-test .mst-explorer-tab.is-active .mst-tab-count{
  background:#fff!important;
  color:#8c210d!important;
}.mst-home.mst-premium-discovery-test .mst-selected-category{
  border:1px solid rgba(178,106,15,.20)!important;
  border-left:5px solid #d27a00!important;
  background:linear-gradient(90deg,#fff8e9,#fffdf8)!important;
  border-radius:12px!important;
}.mst-home.mst-premium-discovery-test .mst-selected-category span{display:block!important;color:#9a5b07!important}.mst-home.mst-premium-discovery-test .mst-selected-category h3{color:#6c3d05!important;font-family:Georgia,"Times New Roman",serif}.mst-home.mst-premium-discovery-test .mst-selected-category>strong{
  background:#fff2d8!important;
  color:#8d260f!important;
  border:1px solid rgba(178,106,15,.18)!important;
}.mst-home.mst-premium-discovery-test .mst-discovery-grid{gap:15px!important}.mst-home.mst-premium-discovery-test .mst-discovery-card{
  border-color:rgba(178,106,15,.20)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#fffaf1)!important;
  box-shadow:0 11px 25px rgba(109,67,12,.085)!important;
}.mst-home.mst-premium-discovery-test .mst-discovery-card:hover{
  transform:translateY(-3px);
  border-color:rgba(178,106,15,.34)!important;
  box-shadow:0 17px 34px rgba(109,67,12,.13)!important;
}.mst-home.mst-premium-discovery-test .mst-discovery-image{
  height:168px!important;
  background:linear-gradient(145deg,#fff,#f8f3ea)!important;
}.mst-home.mst-premium-discovery-test .mst-product-status{
  align-self:flex-start;
  padding:5px 9px;
  border-radius:999px;
  background:#d77b00!important;
  color:#fff!important;
  font-size:.63rem!important;
  letter-spacing:.025em;
  box-shadow:0 5px 11px rgba(172,91,0,.15);
}.mst-home.mst-premium-discovery-test .mst-discovery-body h3{color:#3b2b1b!important;font-size:1rem!important}.mst-home.mst-premium-discovery-test .mst-discovery-body p{color:#716555!important;font-size:.79rem!important}.mst-home.mst-premium-discovery-test .mst-discovery-actions{
  grid-template-columns:minmax(0,1fr) minmax(92px,.72fr)!important;
  gap:9px!important;
}.mst-home.mst-premium-discovery-test .mst-discovery-actions>a{
  min-height:47px!important;
  padding:8px 10px!important;
  font-size:.76rem!important;
}.mst-home.mst-premium-discovery-test .mst-panel-footer{
  border-top:1px solid rgba(178,106,15,.14)!important;
}.mst-home.mst-premium-discovery-test .mst-android-shell{
  display:block!important;
  border-color:var(--mst-premium-border)!important;
  background:
    radial-gradient(circle at 96% 0%,rgba(117,67,141,.08),transparent 25%),
    linear-gradient(145deg,#fffefa,#fff7e7)!important;
  box-shadow:var(--mst-premium-shadow)!important;
}.mst-home.mst-premium-discovery-test .mst-android-visual{display:none!important}.mst-home.mst-premium-discovery-test .mst-android-section-head{
  max-width:900px!important;
  margin:0!important;
}.mst-home.mst-premium-discovery-test .mst-android-section-head .section-title{
  color:#704207!important;
  font-family:Georgia,"Times New Roman",serif;
}.mst-home.mst-premium-discovery-test .mst-android-content{width:100%}.mst-home.mst-premium-discovery-test .mst-android-tabs{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 12px!important;
}.mst-home.mst-premium-discovery-test .mst-android-tab{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  min-height:66px!important;
  padding:9px 10px!important;
  border:1px solid rgba(178,106,15,.18)!important;
  border-top:4px solid rgba(211,145,43,.20)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#fffaf0,#f9ecd5)!important;
  color:#6c410c!important;
  box-shadow:none!important;
}.mst-home.mst-premium-discovery-test .mst-android-tab>span{
  background:rgba(255,255,255,.80)!important;
  color:#8d260f!important;
  border:1px solid rgba(178,106,15,.14);
}.mst-home.mst-premium-discovery-test .mst-android-tab b{font-size:.78rem!important}.mst-home.mst-premium-discovery-test .mst-android-tab.is-active{
  border-color:#d17600!important;
  border-top-color:#9b250f!important;
  background:linear-gradient(180deg,#fffaf0,#ffe7be)!important;
  color:#8d1f0c!important;
  box-shadow:0 9px 20px rgba(171,96,0,.13)!important;
}.mst-home.mst-premium-discovery-test .mst-android-tab.is-active>span{
  background:#fff!important;
  color:#8d260f!important;
}.mst-home.mst-premium-discovery-test .mst-android-result-status{
  border:1px solid rgba(178,106,15,.20)!important;
  border-left:5px solid #d27a00!important;
  border-radius:12px!important;
  background:linear-gradient(90deg,#fff8e9,#fffdf8)!important;
  padding:11px 13px!important;
}.mst-home.mst-premium-discovery-test .mst-android-result-status strong{color:#6c3d05!important;font-family:Georgia,"Times New Roman",serif}.mst-home.mst-premium-discovery-test .mst-android-result-status span{background:#fff2d8!important;color:#8d260f!important}.mst-home.mst-premium-discovery-test .mst-android-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin-top:14px!important}.mst-home.mst-premium-discovery-test .mst-android-app-card{
  display:flex!important;
  flex-direction:column!important;
  border-color:rgba(178,106,15,.20)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#fffaf1)!important;
  box-shadow:0 11px 25px rgba(109,67,12,.085)!important;
}.mst-home.mst-premium-discovery-test .mst-android-app-card:hover{
  transform:translateY(-3px);
  box-shadow:0 17px 34px rgba(109,67,12,.13)!important;
}.mst-home.mst-premium-discovery-test .mst-android-app-thumb{
  height:150px!important;
  min-height:150px!important;
  background:linear-gradient(145deg,#fff,#f8f3ea)!important;
  border-bottom:1px solid rgba(178,106,15,.12);
}.mst-home.mst-premium-discovery-test .mst-android-app-card>div:last-child{padding:14px!important}.mst-home.mst-premium-discovery-test .mst-android-app-card h3{color:#3b2b1b!important;font-size:1rem!important}.mst-home.mst-premium-discovery-test .mst-android-app-card p{color:#716555!important;font-size:.79rem!important;line-height:1.48!important}.mst-home.mst-premium-discovery-test .mst-android-app-actions{
  grid-template-columns:minmax(0,1fr) minmax(92px,.72fr)!important;
  gap:9px!important;
  margin-top:auto!important;
}.mst-home.mst-premium-discovery-test .mst-android-app-actions>a{
  min-height:47px!important;
  padding:8px 10px!important;
  font-size:.76rem!important;
}.mst-home.mst-premium-discovery-test .mst-android-viewall{
  width:max-content;
  max-width:100%;
  margin:15px 0 0 auto!important;
  padding:10px 17px!important;
}@media (max-width:1199.98px){
  .mst-home.mst-premium-discovery-test .mst-explorer-tabs,
  .mst-home.mst-premium-discovery-test .mst-android-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}@media (max-width:991.98px){
  .mst-home.mst-premium-discovery-test .mst-discovery-grid,
  .mst-home.mst-premium-discovery-test .mst-discovery-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mst-home.mst-premium-discovery-test .mst-android-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}@media (max-width:767.98px){
  .mst-home .mst-discovery-steps{grid-template-columns:1fr;gap:6px;margin:11px 0 10px}
  .mst-home .mst-discovery-steps span{min-height:38px;padding:6px 9px;font-size:.72rem}
  .mst-home .mst-discovery-steps b{width:23px;height:23px}
  .mst-home.mst-premium-discovery-test .mst-explorer-tabs,
  .mst-home.mst-premium-discovery-test .mst-android-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mst-home.mst-premium-discovery-test .mst-explorer-tab,
  .mst-home.mst-premium-discovery-test .mst-android-tab{min-height:60px!important}
  .mst-home.mst-premium-discovery-test .mst-discovery-grid,
  .mst-home.mst-premium-discovery-test .mst-discovery-grid--2,
  .mst-home.mst-premium-discovery-test .mst-discovery-grid--1,
  .mst-home.mst-premium-discovery-test .mst-android-app-grid{grid-template-columns:1fr!important}
  .mst-home.mst-premium-discovery-test .mst-discovery-image,
  .mst-home.mst-premium-discovery-test .mst-android-app-thumb{height:170px!important;min-height:170px!important}
  .mst-home.mst-premium-discovery-test .mst-discovery-actions,
  .mst-home.mst-premium-discovery-test .mst-android-app-actions{grid-template-columns:minmax(0,1fr) minmax(92px,.72fr)!important}
  .mst-home.mst-premium-discovery-test .mst-android-viewall{width:100%;margin-left:0!important}
}@media (max-width:420px){
  .mst-home.mst-premium-discovery-test .mst-explorer-tab{grid-template-columns:minmax(0,1fr) 26px!important;padding-inline:9px!important}
  .mst-home.mst-premium-discovery-test .mst-android-tab{grid-template-columns:30px minmax(0,1fr)!important;padding-inline:8px!important}
  .mst-home.mst-premium-discovery-test .mst-discovery-actions,
  .mst-home.mst-premium-discovery-test .mst-android-app-actions{grid-template-columns:1fr!important}
  .mst-home.mst-premium-discovery-test .mst-discovery-actions>a,
  .mst-home.mst-premium-discovery-test .mst-android-app-actions>a{min-height:44px!important}
}@media (prefers-reduced-motion:reduce){
  .mst-home.mst-premium-discovery-test :is(.mst-discovery-card,.mst-android-app-card){transition:none!important}
}.mst-home.mst-premium-discovery-test :is(
  .mst-service-showcase-body b,
  .mst-launch-link,
  .mst-discovery-primary,
  .mst-android-details,
  .mst-tool-open
){
  background:#a95400!important;
  background:linear-gradient(135deg,#b75d00 0%,#a14e00 55%,#8f4200 100%)!important;
}.mst-home.mst-premium-discovery-test :is(
  .mst-discovery-secondary:not(.mst-discovery-free),
  .mst-android-buy,
  .mst-report-order
){
  background:#92230e!important;
  background:linear-gradient(135deg,#aa3015 0%,#92230e 55%,#74180b 100%)!important;
}.mst-home.mst-premium-discovery-test .mst-discovery-free{
  background:#356f4c!important;
  background:linear-gradient(135deg,#43835d,#2e6544)!important;
}.mst-home.mst-premium-discovery-test .mst-android-app-card[hidden]{display:none!important}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tabs{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:9px!important;
  margin-bottom:0!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs]:not(.is-category-expanded) .mst-explorer-tab.mst-secondary-category{
  display:none!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs].is-category-expanded .mst-explorer-tab.mst-secondary-category{
  display:grid!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle-wrap{
  display:flex!important;
  justify-content:center;
  margin:11px 0 15px!important;
  text-align:center;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:auto!important;
  min-width:224px;
  min-height:43px!important;
  padding:8px 16px!important;
  border:1px solid rgba(154,83,11,.28)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fffdf8,#fff4df)!important;
  color:#74440c!important;
  box-shadow:0 7px 16px rgba(109,67,12,.075)!important;
  font-size:.78rem;
  font-weight:900;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle:hover,
.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle:focus-visible{
  background:linear-gradient(135deg,#b75d00,#934500)!important;
  color:#fff!important;
  border-color:#934500!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-more-category-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:23px;
  height:23px;
  padding:0 6px;
  border-radius:999px;
  background:#92230e;
  color:#fff;
  font-size:.68rem;
  line-height:1;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs].is-category-expanded .mst-category-toggle .mst-more-category-count{
  display:none;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-panel-footer .products__viewAll{
  min-height:auto!important;
  padding:5px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#8d260f!important;
  box-shadow:none!important;
  font-size:.79rem!important;
  font-weight:900!important;
  text-decoration:none;
  border-bottom:1px solid rgba(141,38,15,.32)!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-panel-footer .products__viewAll:hover,
.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-panel-footer .products__viewAll:focus-visible{
  color:#5f180b!important;
  border-bottom-color:#5f180b!important;
  transform:none!important;
}@media (max-width:1199.98px){
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}@media (max-width:767.98px){
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle{
    width:100%!important;
    min-width:0;
  }
}@media (max-width:420px){
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tabs{
    grid-template-columns:1fr!important;
  }
}.mst-home.mst-premium-discovery-test .mst-platform-heading{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  align-items:center;
  gap:16px;
  min-width:0;
}.mst-home.mst-premium-discovery-test .mst-platform-icon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border:1px solid rgba(159,88,13,.24);
  border-radius:21px;
  background:linear-gradient(145deg,#fffdf8 0%,#ffefcf 100%);
  color:#9a5208;
  box-shadow:0 10px 24px rgba(100,59,13,.11),inset 0 1px 0 rgba(255,255,255,.9);
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-icon{
  background:linear-gradient(145deg,#fffdf8 0%,#eef7e9 100%);
  color:#3f7047;
  border-color:rgba(63,112,71,.22);
}.mst-home.mst-premium-discovery-test .mst-platform-icon::after{
  content:"";
  position:absolute;
  inset:7px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:15px;
  pointer-events:none;
}.mst-home.mst-premium-discovery-test .mst-platform-icon svg{
  width:39px;
  height:39px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}.mst-home.mst-premium-discovery-test .mst-platform-copy{min-width:0}.mst-home.mst-premium-discovery-test .mst-platform-label{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 5px;
  color:#6c3d05;
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.045em;
  text-transform:uppercase;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-label{color:#315f3a}.mst-home.mst-premium-discovery-test .mst-platform-label small{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff7e7;
  color:#8b673e;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-label small{
  background:#edf7ec;
  color:#4e7855;
}.mst-home.mst-premium-discovery-test .mst-platform-heading .mst-explorer-eyebrow{margin-bottom:2px!important}.mst-home.mst-premium-discovery-test .mst-platform-heading .section-title{margin-top:0!important}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tabs{
  display:block!important;
  margin:0 0 15px!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-row + .mst-category-row{margin-top:10px}.mst-home.mst-premium-discovery-test [data-mst-home-tabs]:not(.is-category-expanded) .mst-category-row--more{display:none!important}.mst-home.mst-premium-discovery-test [data-mst-home-tabs].is-category-expanded .mst-category-row--more{display:grid!important}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-row--more .mst-explorer-tab{display:grid!important}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tab{
  grid-template-columns:42px minmax(0,1fr) 30px!important;
  min-height:68px!important;
  padding:9px 10px!important;
  text-align:left!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tab .mst-tab-icon{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid rgba(159,88,13,.18);
  border-radius:12px;
  background:linear-gradient(145deg,#fff,#fff0d3);
  color:#95500a;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tab .mst-tab-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tab .mst-tab-label{
  align-self:center;
  font-size:.76rem!important;
  line-height:1.22!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tab.is-active .mst-tab-icon{
  border-color:rgba(255,255,255,.45);
  background:rgba(255,255,255,.16);
  color:#fff;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle-wrap{
  display:block!important;
  margin:0!important;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto 18px;
  align-items:center;
  gap:8px;
  width:100%!important;
  min-width:0!important;
  min-height:68px!important;
  padding:9px 10px!important;
  border-radius:14px!important;
  text-align:left;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-more-symbol{
  display:grid;
  grid-template-columns:repeat(2,6px);
  grid-template-rows:repeat(2,6px);
  place-content:center;
  gap:4px;
  width:38px;
  height:38px;
  border:1px solid rgba(159,88,13,.18);
  border-radius:12px;
  background:linear-gradient(145deg,#fff,#fff0d3);
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-more-symbol i{
  display:block;
  width:6px;
  height:6px;
  border-radius:2px;
  background:#9a5208;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-more-label{
  color:inherit;
  font-size:.76rem;
  font-weight:950;
  line-height:1.22;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-more-arrow{
  font-size:.9rem;
  font-weight:900;
  text-align:center;
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle:hover .mst-more-symbol,
.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle:focus-visible .mst-more-symbol{
  border-color:rgba(255,255,255,.45);
  background:rgba(255,255,255,.16);
}.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle:hover .mst-more-symbol i,
.mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle:focus-visible .mst-more-symbol i{background:#fff}.mst-home.mst-premium-discovery-test .mst-android-section-head{display:block!important}.mst-home.mst-premium-discovery-test .mst-android-section-head .mst-platform-heading{max-width:900px}.mst-home.mst-premium-discovery-test .mst-android-tab{
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:9px!important;
}.mst-home.mst-premium-discovery-test .mst-android-tab .mst-android-tab-icon{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:34px!important;
  height:34px!important;
  border:1px solid rgba(69,107,74,.18)!important;
  border-radius:11px!important;
  background:linear-gradient(145deg,#fff,#edf7eb)!important;
  color:#45704c!important;
}.mst-home.mst-premium-discovery-test .mst-android-tab .mst-android-tab-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}.mst-home.mst-premium-discovery-test .mst-android-tab.is-active .mst-android-tab-icon{
  border-color:rgba(255,255,255,.45)!important;
  background:rgba(255,255,255,.17)!important;
  color:#fff!important;
}@media (max-width:991.98px){
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mst-home.mst-premium-discovery-test .mst-platform-heading{grid-template-columns:64px minmax(0,1fr);gap:13px}
  .mst-home.mst-premium-discovery-test .mst-platform-icon{width:60px;height:60px;border-radius:18px}
  .mst-home.mst-premium-discovery-test .mst-platform-icon svg{width:32px;height:32px}
}@media (max-width:575.98px){
  .mst-home.mst-premium-discovery-test .mst-platform-heading{grid-template-columns:52px minmax(0,1fr);gap:11px;align-items:start}
  .mst-home.mst-premium-discovery-test .mst-platform-icon{width:50px;height:50px;border-radius:15px}
  .mst-home.mst-premium-discovery-test .mst-platform-icon::after{inset:5px;border-radius:11px}
  .mst-home.mst-premium-discovery-test .mst-platform-icon svg{width:28px;height:28px}
  .mst-home.mst-premium-discovery-test .mst-platform-label{display:flex;flex-wrap:wrap;gap:5px;font-size:.66rem}
  .mst-home.mst-premium-discovery-test .mst-platform-label small{min-height:21px;padding:2px 7px;font-size:.59rem}
}@media (max-width:420px){
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-row{grid-template-columns:1fr}
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-explorer-tab,
  .mst-home.mst-premium-discovery-test [data-mst-home-tabs] .mst-category-toggle{min-height:62px!important}
}.mst-home .mst-report-showcase .mst-scroll-viewport--reports{overflow-x:auto;overflow-y:hidden}.mst-home .mst-report-showcase .mst-report-track--featured{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:100%!important;gap:18px!important;align-items:stretch}.mst-home .mst-report-showcase .mst-report-card--featured{display:grid!important;grid-template-columns:minmax(220px,38%) minmax(0,1fr)!important;width:100%!important;min-height:358px!important}.mst-home .mst-report-showcase .mst-report-card--featured .mst-report-body{display:flex;flex-direction:column}.mst-home .mst-report-showcase .mst-report-bullets{margin-bottom:0}.mst-home .mst-report-showcase .mst-report-price--boxed{margin-top:14px}.mst-home .mst-report-showcase .mst-report-actions--featured{margin-top:auto}.mst-home .mst-android-label{gap:8px}.mst-home .mst-android-label-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.16)}.mst-home .mst-android-label-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-android-tab .mst-android-tab-icon{background:linear-gradient(145deg,#f6efe5,#ffffff)!important;border:1px solid rgba(128,88,38,.14)}.mst-home .mst-android-tab .mst-android-tab-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-android-tab.is-active .mst-android-tab-icon{background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.18)}.mst-home .mst-platform-heading--android .mst-platform-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media (max-width:991.98px){.mst-home .mst-report-showcase .mst-report-card--featured{grid-template-columns:200px 1fr!important}}@media (max-width:767.98px){.mst-home .mst-report-showcase .mst-report-track--featured{gap:14px!important}.mst-home .mst-report-showcase .mst-report-card--featured{grid-template-columns:1fr!important;min-height:0!important}.mst-home .mst-report-showcase .mst-report-card--featured .mst-report-image{height:auto!important;min-height:205px}}.mst-home.mst-premium-discovery-test .mst-platform-heading{
  grid-template-columns:86px minmax(0,1fr)!important;
  gap:18px!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon{
  width:82px!important;
  height:82px!important;
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 18px 34px rgba(30,25,48,.18),inset 0 1px 0 rgba(255,255,255,.35)!important;
  isolation:isolate;
  overflow:hidden;
}.mst-home.mst-premium-discovery-test .mst-platform-icon::before{
  content:"";
  position:absolute;
  width:62px;
  height:62px;
  right:-22px;
  top:-22px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  z-index:-1;
}.mst-home.mst-premium-discovery-test .mst-platform-icon::after{
  inset:7px!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.22)!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon svg{
  width:58px!important;
  height:58px!important;
  overflow:visible;
  stroke:none!important;
  fill:none!important;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--windows .mst-platform-icon{
  background:linear-gradient(145deg,#142a5d 0%,#2452a4 55%,#2d7ac4 100%)!important;
  color:#fff!important;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-icon{
  background:linear-gradient(145deg,#0f4b3a 0%,#15805d 58%,#32a86e 100%)!important;
  color:#fff!important;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--reports .mst-platform-icon{
  background:linear-gradient(145deg,#5c2330 0%,#8c3b43 55%,#b36b35 100%)!important;
  color:#fff!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon .mst-icon-main{
  fill:none!important;
  stroke:#fff!important;
  stroke-width:3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon .mst-icon-orbit{
  fill:none!important;
  stroke:rgba(255,255,255,.42)!important;
  stroke-width:2.2!important;
  stroke-dasharray:4 4!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon .mst-icon-accent-stroke{
  fill:none!important;
  stroke:#ffd36a!important;
  stroke-width:3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-icon .mst-icon-accent-stroke{
  stroke:#d9ff77!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon .mst-icon-accent-fill{
  fill:#ffd36a!important;
  stroke:none!important;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-icon .mst-icon-accent-fill{
  fill:#d9ff77!important;
}.mst-home.mst-premium-discovery-test .mst-platform-icon .mst-icon-star-fill{
  fill:#ffd36a!important;
  stroke:none!important;
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.22));
}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-icon .mst-icon-star-fill{
  fill:#d9ff77!important;
}.mst-home.mst-premium-discovery-test .mst-platform-heading--windows .mst-platform-label{color:#244b8a!important}.mst-home.mst-premium-discovery-test .mst-platform-heading--windows .mst-platform-label small{background:#edf4ff!important;color:#315f9d!important}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-label{color:#1d6d50!important}.mst-home.mst-premium-discovery-test .mst-platform-heading--android .mst-platform-label small{background:#eaf8f1!important;color:#2b785b!important}.mst-home.mst-premium-discovery-test .mst-platform-heading--reports .mst-platform-label{color:#85383f!important}.mst-home.mst-premium-discovery-test .mst-platform-heading--reports .mst-platform-label small{background:#fff0e7!important;color:#9a5838!important}.mst-home.mst-premium-discovery-test .mst-report-head--editorial{align-items:center!important}.mst-home.mst-premium-discovery-test .mst-report-head--editorial .mst-home-section-head{min-width:0;flex:1}.mst-home.mst-premium-discovery-test .mst-platform-heading--reports{max-width:900px}@media (max-width:767.98px){
  .mst-home.mst-premium-discovery-test .mst-platform-heading{grid-template-columns:68px minmax(0,1fr)!important;gap:13px!important;align-items:start!important}
  .mst-home.mst-premium-discovery-test .mst-platform-icon{width:64px!important;height:64px!important;border-radius:20px!important}
  .mst-home.mst-premium-discovery-test .mst-platform-icon::after{inset:6px!important;border-radius:15px!important}
  .mst-home.mst-premium-discovery-test .mst-platform-icon svg{width:45px!important;height:45px!important}
  .mst-home.mst-premium-discovery-test .mst-report-head--editorial{align-items:flex-start!important}
}@media (max-width:420px){
  .mst-home.mst-premium-discovery-test .mst-platform-heading{grid-template-columns:58px minmax(0,1fr)!important;gap:11px!important}
  .mst-home.mst-premium-discovery-test .mst-platform-icon{width:54px!important;height:54px!important;border-radius:17px!important}
  .mst-home.mst-premium-discovery-test .mst-platform-icon svg{width:38px!important;height:38px!important}
}.mst-home.mst-premium-discovery-test .mst-compact-display-card{
  display:flex!important;
  flex-direction:column!important;
  padding:18px!important;
  overflow:hidden!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-compact-display-top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 118px!important;
  gap:16px!important;
  align-items:start!important;
  min-height:132px;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-body,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-copy{
  min-width:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-product-status{
  margin:0 0 7px!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card h3{
  margin:0 0 7px!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card p{
  margin:0!important;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-image,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-thumb{
  width:118px!important;
  height:118px!important;
  min-height:118px!important;
  padding:6px!important;
  margin:0!important;
  justify-self:end!important;
  border:1px solid rgba(194,173,143,.48)!important;
  border-radius:12px!important;
  background:#f8f8fa!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  box-shadow:none!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-image img,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-compact-display-divider{
  width:100%;height:1px;margin:14px 0 14px;
  background:rgba(183,151,105,.28);
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-actions,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:auto!important;
  padding:0!important;
}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-secondary,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-buy{order:1}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-primary,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-details{order:2}.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-actions>a,
.mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-actions>a{
  min-width:0!important;
  min-height:52px!important;
  padding:9px 10px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.15!important;
}@media (max-width:991.98px){
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-compact-display-top{
    grid-template-columns:minmax(0,1fr) 108px!important;gap:14px!important;min-height:122px;
  }
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-image,
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-thumb{
    width:108px!important;height:108px!important;min-height:108px!important;
  }
}@media (max-width:575.98px){
  .mst-home.mst-premium-discovery-test .mst-compact-display-card{padding:15px!important}
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-compact-display-top{
    grid-template-columns:minmax(0,1fr) 96px!important;gap:11px!important;min-height:110px;
  }
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-image,
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-thumb{
    width:96px!important;height:96px!important;min-height:96px!important;
  }
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-actions,
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-actions{gap:9px!important}
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-actions>a,
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-actions>a{min-height:48px!important;font-size:.72rem!important;padding-inline:7px!important}
}@media (max-width:359px){
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-discovery-actions,
  .mst-home.mst-premium-discovery-test .mst-compact-display-card .mst-android-app-actions{grid-template-columns:1fr!important}
}.mst-home .mst-kundali-v2{--mst-k2-ink:#302418;--mst-k2-muted:#756552;--mst-k2-plum:#4b2d67;--mst-k2-plum-deep:#2c1c42;--mst-k2-gold:#c58a2b;--mst-k2-gold-deep:#95580f;--mst-k2-buy:#145849;--mst-k2-shadow:0 18px 50px rgba(55,34,12,.12)}.mst-home .mst-kundali-v2__shell{position:relative;overflow:hidden;padding:34px clamp(18px,2.5vw,32px) 24px;border:1px solid rgba(102,65,25,.14);border-radius:30px;background:linear-gradient(145deg,#fffdf9 0%,#fff8ee 58%,#fbf8ff 100%);box-shadow:var(--mst-k2-shadow)}.mst-home .mst-kundali-v2__shell:before{content:"";position:absolute;left:-90px;top:-90px;width:260px;height:260px;border:1px solid rgba(197,138,43,.18);border-radius:50%;box-shadow:0 0 0 36px rgba(197,138,43,.04),0 0 0 72px rgba(75,45,103,.025)}.mst-home .mst-kundali-v2__shell:after{content:"";display:none}.mst-home .mst-kundali-v2__ornament{position:absolute;right:26px;top:24px;color:rgba(197,138,43,.24);font-family:Georgia,serif;font-size:24px;letter-spacing:10px;pointer-events:none}.mst-home .mst-kundali-v2__head{position:relative;z-index:2;max-width:1160px;margin:0 auto 24px}.mst-home .mst-kundali-v2__head-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.mst-home .mst-kundali-v2__head-intro{display:flex;align-items:flex-start;gap:16px;min-width:0;flex:1}.mst-home .mst-kundali-v2__head-icon{position:relative;width:82px;height:82px;border-radius:26px;flex:0 0 auto;display:grid;place-items:center;background:linear-gradient(145deg,#5c2330 0%,#8c3b43 55%,#b36b35 100%);border:1px solid rgba(255,255,255,.28);box-shadow:0 18px 34px rgba(30,25,48,.18),inset 0 1px 0 rgba(255,255,255,.35);isolation:isolate;overflow:hidden}.mst-home .mst-kundali-v2__head-icon:before{content:"";position:absolute;width:62px;height:62px;right:-22px;top:-22px;border-radius:50%;background:rgba(255,255,255,.16);z-index:-1}.mst-home .mst-kundali-v2__head-icon:after{content:"";position:absolute;inset:7px;border-radius:20px;border:1px solid rgba(255,255,255,.22)}.mst-home .mst-kundali-v2__head-icon svg{width:58px;height:58px;overflow:visible;fill:none}.mst-home .mst-kundali-v2__head-icon .mst-icon-main{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-kundali-v2__head-icon .mst-icon-accent-stroke{fill:none;stroke:#ffd36a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-kundali-v2__head-icon .mst-icon-star-fill{fill:#ffd36a;stroke:none;filter:drop-shadow(0 2px 3px rgba(0,0,0,.22))}.mst-home .mst-kundali-v2__head-copy{min-width:0}.mst-home .mst-kundali-v2__platform-label{display:inline-flex;align-items:center;gap:9px;margin:0 0 5px;color:#6c3d05;font-size:.74rem;font-weight:950;letter-spacing:.045em;text-transform:uppercase}.mst-home .mst-kundali-v2__platform-label small{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;background:#fff7e7;color:#8b673e;font-size:.64rem;font-weight:800;letter-spacing:0;text-transform:none}.mst-home .mst-kundali-v2__eyebrow{display:block;margin-bottom:2px;color:#8a5925;font-weight:950;font-size:.84rem;letter-spacing:.02em}.mst-home .mst-kundali-v2__title{margin-top:0!important;color:var(--mst-k2-plum-deep)}.mst-home .mst-kundali-v2__subtitle{max-width:820px;margin:10px 0 0!important;color:var(--mst-k2-muted);font-size:16px;line-height:1.62}.mst-home .mst-kundali-v2__controls{display:flex;align-items:center;gap:10px;flex:0 0 auto;align-self:center}.mst-home .mst-kundali-v2__position{display:inline-flex;align-items:center;justify-content:center;min-width:52px;color:#6b5c4a;font-size:12px;font-weight:800}.mst-home .mst-kundali-v2__arrow{appearance:none;width:46px;height:46px;padding:0;border-radius:50%;border:1px solid rgba(75,45,103,.18);background:#fffdf9;color:var(--mst-k2-plum);box-shadow:0 8px 24px rgba(55,34,12,.12);display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.mst-home .mst-kundali-v2__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-kundali-v2__arrow:hover,.mst-home .mst-kundali-v2__arrow:focus-visible{background:var(--mst-k2-plum);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px rgba(55,34,12,.18);outline:2px solid rgba(193,138,46,.25);outline-offset:2px}.mst-home .mst-kundali-v2__carousel{position:relative;z-index:2}.mst-home .mst-kundali-v2__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 12px;overscroll-behavior-x:contain}.mst-home .mst-kundali-v2__viewport::-webkit-scrollbar{display:none}.mst-home .mst-kundali-v2__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;align-items:stretch}.mst-home .mst-kundali-v2__card{scroll-snap-align:start;display:flex;min-width:0;flex-direction:column;border:1px solid rgba(102,65,25,.14);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(55,34,12,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mst-home .mst-kundali-v2__card:hover{transform:translateY(-2px);border-color:rgba(197,138,43,.38);box-shadow:0 16px 34px rgba(55,34,12,.12)}.mst-home .mst-kundali-v2__cover{padding:12px 12px 0}.mst-home .mst-kundali-v2__cover img{display:block;width:100%;height:auto;aspect-ratio:520/350;object-fit:cover;border-radius:16px;box-shadow:0 7px 20px rgba(20,20,20,.13)}.mst-home .mst-kundali-v2__body{display:flex;flex:1;flex-direction:column;padding:15px 17px 17px}.mst-home .mst-kundali-v2__kicker{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.mst-home .mst-kundali-v2__kicker>span:first-child{color:var(--mst-k2-gold-deep);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mst-home .mst-kundali-v2__pdf-chip{padding:4px 8px;border-radius:999px;background:#fff6e6;color:#79511a;font-size:10px;font-weight:800;border:1px solid #efd9b3}.mst-home .mst-kundali-v2__card h3{margin:0 0 8px;color:var(--mst-k2-plum);font-size:20px;line-height:1.2}.mst-home .mst-kundali-v2__card p{margin:0;color:#685b4e;font-size:14px;line-height:1.55;min-height:66px}.mst-home .mst-kundali-v2__price{display:flex;align-items:center;justify-content:space-between;margin:14px 0 12px;padding:10px 12px;border-radius:13px;background:linear-gradient(180deg,#fffaf1,#fff4df);border:1px solid #ecd9b9}.mst-home .mst-kundali-v2__price span{font-size:12px;color:#806a4e;font-weight:800}.mst-home .mst-kundali-v2__price strong{font-size:22px;color:var(--mst-k2-buy)}.mst-home .mst-kundali-v2__actions{margin-top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mst-home .mst-kundali-v2__btn{min-height:48px;padding:12px 16px;border:1px solid transparent;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.96rem;font-weight:900;text-align:center;text-decoration:none!important;transition:filter .18s ease,outline .18s ease}.mst-home .mst-kundali-v2__btn:hover,.mst-home .mst-kundali-v2__btn:focus-visible{filter:brightness(1.06);outline:2px solid rgba(193,138,46,.25);outline-offset:1px}.mst-home .mst-kundali-v2__btn--sample{background:linear-gradient(135deg,#bf7f16,#e0a11e);border-color:#b07212;color:#fff!important}.mst-home .mst-kundali-v2__btn--order{grid-column:1/-1;background:linear-gradient(135deg,#ba4417,#d57d21);border-color:#9d3c17;color:#fff!important}.mst-home .mst-kundali-v2__meta{display:flex;align-items:center;justify-content:center;margin-top:6px}.mst-home .mst-kundali-v2__dots{display:flex;align-items:center;justify-content:center;gap:8px}.mst-home .mst-kundali-v2__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#d8c7aa;cursor:pointer;transition:.18s ease}.mst-home .mst-kundali-v2__dots button:hover,.mst-home .mst-kundali-v2__dots button:focus-visible{transform:scale(1.12);outline:2px solid rgba(75,45,103,.18);outline-offset:2px}.mst-home .mst-kundali-v2__dots button.is-active{width:25px;border-radius:10px;background:var(--mst-k2-plum)}.mst-home .mst-kundali-v2__steps{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px;border:1px solid rgba(102,65,25,.14);border-radius:20px;background:#fff;overflow:hidden}.mst-home .mst-kundali-v2__step,.mst-home .mst-kundali-v2__viewall{min-height:104px;padding:16px 17px;display:flex;align-items:center;gap:12px}.mst-home .mst-kundali-v2__step+.mst-kundali-v2__step,.mst-home .mst-kundali-v2__viewall{border-left:1px solid rgba(102,65,25,.14)}.mst-home .mst-kundali-v2__step-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;flex:0 0 auto;background:#f8fbfa;color:var(--mst-k2-buy);border:1px solid rgba(20,88,73,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.mst-home .mst-kundali-v2__step-icon svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mst-home .mst-kundali-v2__step-text{min-width:0}.mst-home .mst-kundali-v2__step-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#0d736d;color:#fff;font-size:12px;font-weight:900;margin-bottom:6px}.mst-home .mst-kundali-v2__step strong,.mst-home .mst-kundali-v2__viewall strong{display:block;color:var(--mst-k2-plum-deep);font-size:14px;margin-bottom:4px}.mst-home .mst-kundali-v2__step p,.mst-home .mst-kundali-v2__viewall p{margin:0;color:var(--mst-k2-muted);font-size:12.5px;line-height:1.4;min-height:0}.mst-home .mst-kundali-v2__viewall{text-align:left;background:#fff7eb;color:inherit;text-decoration:none!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.mst-home .mst-kundali-v2__viewall:hover{background:#fff1d8;transform:translateY(-1px);box-shadow:0 8px 18px rgba(223,149,33,.12)}.mst-home .mst-kundali-v2__viewall:focus-visible{background:#fff1d8;transform:translateY(-1px);outline:3px solid #4b2d67;outline-offset:3px;box-shadow:0 0 0 2px #fff,0 8px 18px rgba(223,149,33,.12)}.mst-home .mst-kundali-v2__viewall .mst-kundali-v2__step-icon{background:#fff;border:3px solid #df9521;color:#8d2f17;box-shadow:0 4px 12px rgba(227,154,28,.16)}@media(max-width:991.98px){.mst-home .mst-kundali-v2__head-row{flex-direction:column;align-items:stretch}.mst-home .mst-kundali-v2__controls{align-self:flex-end}.mst-home .mst-kundali-v2__track{grid-auto-columns:calc((100% - 18px)/2);gap:18px}.mst-home .mst-kundali-v2__steps{grid-template-columns:repeat(2,1fr)}.mst-home .mst-kundali-v2__step:nth-child(3){border-left:0;border-top:1px solid rgba(102,65,25,.14)}.mst-home .mst-kundali-v2__viewall{border-top:1px solid rgba(102,65,25,.14)}}@media(max-width:767.98px){.mst-home .mst-kundali-v2__shell{padding:24px 13px 15px;border-radius:22px}.mst-home .mst-kundali-v2__shell:before,.mst-home .mst-kundali-v2__shell:after,.mst-home .mst-kundali-v2__ornament{display:none}.mst-home .mst-kundali-v2__head{margin-bottom:17px;padding:0 6px}.mst-home .mst-kundali-v2__head-intro{gap:12px}.mst-home .mst-kundali-v2__head-icon{width:64px;height:64px;border-radius:20px}.mst-home .mst-kundali-v2__head-icon:after{inset:6px;border-radius:15px}.mst-home .mst-kundali-v2__head-icon svg{width:44px;height:44px}.mst-home .mst-kundali-v2__platform-label{align-items:flex-start;flex-direction:column;gap:4px}.mst-home .mst-kundali-v2__eyebrow{font-size:.72rem}.mst-home .mst-kundali-v2__subtitle{font-size:14px}.mst-home .mst-kundali-v2__controls{align-self:center}.mst-home .mst-kundali-v2__track{grid-auto-columns:100%;gap:14px}.mst-home .mst-kundali-v2__card h3{font-size:19px}.mst-home .mst-kundali-v2__card p{min-height:0}.mst-home .mst-kundali-v2__actions{grid-template-columns:1fr 1fr}.mst-home .mst-kundali-v2__btn--order{grid-column:1/-1}.mst-home .mst-kundali-v2__steps{grid-template-columns:1fr}.mst-home .mst-kundali-v2__step+.mst-kundali-v2__step,.mst-home .mst-kundali-v2__step:nth-child(3),.mst-home .mst-kundali-v2__viewall{border-left:0;border-top:1px solid rgba(102,65,25,.14)}.mst-home .mst-kundali-v2__step,.mst-home .mst-kundali-v2__viewall{min-height:82px}}@media(max-width:420px){.mst-home .mst-kundali-v2__actions{grid-template-columns:1fr}.mst-home .mst-kundali-v2__btn--order{grid-column:auto}}@media(prefers-reduced-motion:reduce){.mst-home .mst-kundali-v2 *{scroll-behavior:auto!important;transition:none!important}.mst-home .mst-kundali-v2__card:hover{transform:none}}@media (max-width:767.98px){
  .mst-home .hero .pill{
    box-sizing:border-box;
    max-width:100%;
    margin-bottom:14px;
    padding:8px 12px;
    gap:8px;
    font-size:.78rem;
    line-height:1.35;
    white-space:normal;
  }
  .mst-home .hero .pill .mst-inline-bi{flex:0 0 auto}
  .mst-home .hero h1{margin-top:0}
}@media (max-width:380px){
  .mst-home .hero .pill{font-size:.75rem;padding:8px 10px;gap:7px}
}@media (min-width:992px){
  .mst-home .mst-launch-card{scroll-snap-align:none}
  .mst-home .mst-launch-card:nth-child(3n/**/+1){scroll-snap-align:start}
}@media (min-width:640px) and (max-width:991.98px){
  .mst-home .mst-launch-card{scroll-snap-align:none}
  .mst-home .mst-launch-card:nth-child(2n/**/+1){scroll-snap-align:start}
}@media (max-width:639.98px){
  .mst-home .mst-launch-card{scroll-snap-align:start}
}.mst-home > section:not(.mst-software-explorer) .section-subtitle{color:#675849}.mst-home .mst-brand-intro-copy .section-subtitle,
.mst-home .mst-launch-body p,
.mst-home .mst-android-app-copy p,
.mst-home .mst-kundali-v2__card p,
.mst-home .mst-daily-tool-card p,
.mst-home .mst-home-help p{color:#5f5348}.mst-home .mst-launch-card,
.mst-home .mst-android-app-card,
.mst-home .mst-kundali-v2__card,
.mst-home .mst-daily-tool-card{border-color:rgba(102,65,25,.20)}.mst-home .mst-launch-image,
.mst-home .mst-kundali-v2__price{border-color:rgba(151,105,48,.22)}.mst-home .mst-launch-category,
.mst-home .mst-kundali-v2__eyebrow,
.mst-home .mst-tool-purpose{font-weight:950}.mst-home .mst-software-explorer .mst-explorer-shell{
  padding:clamp(22px,2.7vw,34px)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fffdf8 0%,#fff9f0 100%)!important;
  border:1px solid rgba(108,70,29,.13)!important;
  box-shadow:0 18px 42px rgba(67,43,20,.07)!important;
  overflow:visible!important;
}.mst-home .mst-software-explorer .mst-explorer-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin-bottom:0!important;
}.mst-home .mst-software-explorer .mst-explorer-head>div{min-width:0!important;flex:1 1 auto!important}.mst-home .mst-software-explorer .mst-platform-heading{align-items:flex-start!important}.mst-home .mst-software-explorer .mst-platform-copy{min-width:0!important;max-width:850px!important}.mst-home .mst-software-explorer .section-title{
  max-width:none!important;
  margin:0!important;
  font-size:clamp(1.65rem,2.55vw,2.35rem)!important;
  line-height:1.14!important;
  letter-spacing:-.02em!important;
  text-wrap:balance!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}.mst-home .mst-software-explorer .section-subtitle{
  max-width:680px!important;
  margin-top:8px!important;
  font-size:.96rem!important;
  line-height:1.58!important;
  text-wrap:pretty!important;
}.mst-home .mst-software-explorer .mst-discovery-steps--windows{display:none!important}.mst-home .mst-software-explorer .mst-explorer-all{flex:0 0 auto!important;white-space:nowrap!important}.mst-home .mst-software-explorer #mstWindowsCategoryTabs{
  display:block!important;
  margin:24px 0 18px!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}.mst-home .mst-software-explorer .mst-category-main-grid,
.mst-home .mst-software-explorer .mst-category-more-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}.mst-home .mst-software-explorer .mst-category-more-grid{margin-top:16px!important}.mst-home .mst-software-explorer:not(.is-category-expanded) .mst-category-more-grid{display:none!important}.mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid{display:grid!important}.mst-home .mst-software-explorer .mst-explorer-tab{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  min-height:94px!important;
  margin:0!important;
  padding:15px 16px!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:13px!important;
  border:1px solid rgba(111,72,28,.15)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fffefb 0%,#fff9f1 100%)!important;
  color:#433528!important;
  box-shadow:0 10px 24px rgba(60,38,15,.055)!important;
  white-space:normal!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important;
}.mst-home .mst-software-explorer .mst-explorer-tab:hover,
.mst-home .mst-software-explorer .mst-explorer-tab:focus-visible{
  transform:translateY(-2px)!important;
  border-color:rgba(190,126,33,.34)!important;
  background:linear-gradient(180deg,#fffaf3 0%,#fff2df 100%)!important;
  box-shadow:0 15px 30px rgba(60,38,15,.095)!important;
  outline:3px solid rgba(193,138,46,.16)!important;
  outline-offset:2px!important;
}.mst-home .mst-software-explorer .mst-explorer-tab.is-active{
  border:2px solid #c58a2b!important;
  background:linear-gradient(180deg,#fff7e7 0%,#ffefd2 100%)!important;
  color:#4b2d67!important;
  box-shadow:0 16px 32px rgba(115,72,19,.12)!important;
}.mst-home .mst-software-explorer .mst-explorer-tab.is-active::after{
  content:""!important;
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  width:25px!important;
  height:25px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background-color:#bd7b17!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M3 8.5 6.5 12 13 4%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272.3%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:14px 14px!important;
  box-shadow:0 5px 12px rgba(121,76,14,.16)!important;
}.mst-home .mst-software-explorer .mst-tab-icon{
  width:56px!important;
  height:56px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:17px!important;
  border:1px solid rgba(169,107,28,.16)!important;
  background:linear-gradient(145deg,#fff,#ffedca)!important;
  color:#9b5d0e!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 7px 16px rgba(150,93,20,.08)!important;
}.mst-home .mst-software-explorer .mst-tab-icon svg{
  width:29px!important;
  height:29px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.85!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}.mst-home .mst-software-explorer .mst-tab-label{
  min-width:0!important;
  padding-right:22px!important;
  font-size:1rem!important;
  font-weight:900!important;
  line-height:1.32!important;
  color:inherit!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-wrap:balance!important;
}.mst-home .mst-software-explorer .mst-tab-count{display:none!important}.mst-home .mst-software-explorer .mst-category-toggle-wrap{
  display:flex!important;
  justify-content:center!important;
  margin:16px 0 0!important;
  text-align:center!important;
}.mst-home .mst-software-explorer .mst-category-toggle{
  width:auto!important;
  min-width:250px!important;
  min-height:50px!important;
  padding:10px 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  border:1px solid rgba(151,93,19,.22)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fffefb 0%,#fff5e6 100%)!important;
  color:#67431a!important;
  box-shadow:0 8px 20px rgba(60,38,15,.055)!important;
  font-weight:900!important;
  white-space:nowrap!important;
}.mst-home .mst-software-explorer .mst-category-toggle:hover,
.mst-home .mst-software-explorer .mst-category-toggle:focus-visible{
  background:linear-gradient(180deg,#fff8ef 0%,#ffecd2 100%)!important;
  border-color:rgba(190,126,33,.34)!important;
  outline:3px solid rgba(193,138,46,.16)!important;
  outline-offset:2px!important;
}.mst-home .mst-software-explorer .mst-more-symbol{
  width:30px!important;height:30px!important;display:grid!important;
  grid-template-columns:repeat(2,6px)!important;grid-template-rows:repeat(2,6px)!important;
  place-content:center!important;gap:4px!important;border-radius:10px!important;
  background:#fff!important;border:1px solid rgba(151,93,19,.16)!important;
}.mst-home .mst-software-explorer .mst-more-symbol i{display:block!important;width:6px!important;height:6px!important;border-radius:2px!important;background:#a66a18!important}.mst-home .mst-software-explorer .mst-more-label{font-size:.9rem!important;line-height:1.2!important}.mst-home .mst-software-explorer .mst-more-category-count{display:none!important}.mst-home .mst-software-explorer .mst-more-arrow{font-size:.92rem!important;color:#8c5814!important}.mst-home .mst-software-explorer .mst-selected-category{
  display:grid!important;
  grid-template-columns:60px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  margin:0 0 16px!important;
  padding:16px 18px!important;
  border:1px solid rgba(111,72,28,.14)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fffaf1 0%,#fff4e5 100%)!important;
  box-shadow:0 9px 22px rgba(60,38,15,.05)!important;
}.mst-home .mst-software-explorer .mst-selected-category-icon{
  width:60px!important;height:60px!important;display:grid!important;place-items:center!important;
  border-radius:18px!important;border:1px solid rgba(169,107,28,.16)!important;
  background:linear-gradient(145deg,#fff,#ffedca)!important;color:#9b5d0e!important;
}.mst-home .mst-software-explorer .mst-selected-category-icon svg{
  width:30px!important;height:30px!important;fill:none!important;stroke:currentColor!important;
  stroke-width:1.85!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}.mst-home .mst-software-explorer .mst-selected-category>div:not(.mst-selected-category-icon){min-width:0!important}.mst-home .mst-software-explorer .mst-selected-category span{font-size:.68rem!important;letter-spacing:.06em!important;color:#8a5d2b!important}.mst-home .mst-software-explorer .mst-selected-category h3{margin:2px 0 4px!important;font-size:1.15rem!important;line-height:1.25!important;color:#30203f!important}.mst-home .mst-software-explorer .mst-selected-category p{margin:0!important;font-size:.88rem!important;line-height:1.5!important;color:#675c51!important;text-wrap:pretty!important}.mst-home .mst-software-explorer .mst-selected-category>strong{
  padding:8px 12px!important;border-radius:999px!important;background:#fff!important;
  color:#6f481b!important;border:1px solid rgba(151,93,19,.16)!important;
  box-shadow:0 6px 14px rgba(60,38,15,.045)!important;font-size:.78rem!important;white-space:nowrap!important;
}@media (max-width: 991.98px){
  .mst-home .mst-software-explorer .mst-explorer-head{display:grid!important;gap:14px!important}
  .mst-home .mst-software-explorer .mst-explorer-all{justify-self:start!important}
  .mst-home .mst-software-explorer .mst-category-main-grid,
  .mst-home .mst-software-explorer .mst-category-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}
}@media (max-width: 575.98px){
  .mst-home .mst-software-explorer .mst-explorer-shell{padding:17px 14px!important;border-radius:22px!important}
  .mst-home .mst-software-explorer .mst-platform-heading{grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important}
  .mst-home .mst-software-explorer .mst-platform-icon{width:44px!important;height:44px!important}
  .mst-home .mst-software-explorer .section-title{font-size:1.55rem!important;line-height:1.18!important;text-wrap:pretty!important}
  .mst-home .mst-software-explorer .section-subtitle{font-size:.88rem!important;line-height:1.5!important}
  .mst-home .mst-software-explorer .mst-category-main-grid,
  .mst-home .mst-software-explorer .mst-category-more-grid{grid-template-columns:1fr!important;gap:10px!important}
  .mst-home .mst-software-explorer .mst-explorer-tab{
    min-height:78px!important;padding:12px 13px!important;grid-template-columns:48px minmax(0,1fr)!important;gap:11px!important;border-radius:17px!important
  }
  .mst-home .mst-software-explorer .mst-tab-icon{width:48px!important;height:48px!important;border-radius:14px!important}
  .mst-home .mst-software-explorer .mst-tab-icon svg{width:25px!important;height:25px!important}
  .mst-home .mst-software-explorer .mst-tab-label{font-size:.93rem!important;line-height:1.28!important;padding-right:20px!important}
  .mst-home .mst-software-explorer .mst-category-toggle{width:100%!important;min-width:0!important}
  .mst-home .mst-software-explorer .mst-selected-category{grid-template-columns:50px minmax(0,1fr)!important;gap:12px!important;padding:13px!important;border-radius:17px!important}
  .mst-home .mst-software-explorer .mst-selected-category-icon{width:50px!important;height:50px!important;border-radius:14px!important}
  .mst-home .mst-software-explorer .mst-selected-category-icon svg{width:25px!important;height:25px!important}
  .mst-home .mst-software-explorer .mst-selected-category>strong{grid-column:1 / -1!important;justify-self:start!important;margin-top:2px!important}
}@media (prefers-reduced-motion:reduce){
  .mst-home .mst-software-explorer .mst-explorer-tab{transition:none!important}
}.mst-home .mst-software-explorer #mstWindowsCategoryTabs .mst-explorer-tab.is-active .mst-tab-icon{
  background:linear-gradient(145deg,#fff,#ffedca)!important;
  color:#8f560f!important;
  border-color:rgba(169,107,28,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 7px 16px rgba(150,93,20,.08)!important;
}.mst-home .mst-software-explorer #mstWindowsCategoryTabs .mst-category-toggle-wrap{
  display:flex!important;justify-content:center!important;align-items:center!important;
}.mst-home .mst-software-explorer #mstWindowsCategoryTabs .mst-category-toggle-wrap .mst-category-toggle{
  display:inline-flex!important;width:auto!important;min-width:260px!important;max-width:360px!important;
  grid-template-columns:none!important;
}@media(max-width:575.98px){
  .mst-home .mst-software-explorer #mstWindowsCategoryTabs .mst-category-toggle-wrap .mst-category-toggle{
    width:100%!important;max-width:none!important;min-width:0!important;
  }
}.mst-home .mst-software-explorer .mst-explorer-head{
  flex-direction:column!important;
  align-items:stretch!important;
  gap:14px!important;
}.mst-home .mst-software-explorer .mst-explorer-head>div{width:100%!important}.mst-home .mst-software-explorer .mst-platform-copy{max-width:none!important}.mst-home .mst-software-explorer .mst-explorer-all{
  align-self:flex-end!important;
  margin-top:2px!important;
  white-space:nowrap!important;
}.mst-home .mst-software-explorer #mstWindowsCategoryTabs{
  margin:24px 0 18px!important;
  padding:20px!important;
  border:1px solid rgba(111,72,28,.14)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(61,39,17,.065)!important;
}.mst-home .mst-software-explorer .mst-category-main-grid,
.mst-home .mst-software-explorer .mst-category-more-grid{
  gap:14px!important;
}.mst-home .mst-software-explorer .mst-category-more-grid{margin-top:14px!important}.mst-home .mst-software-explorer .mst-explorer-tab{
  min-height:82px!important;
  padding:13px 16px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:17px!important;
  border-radius:17px!important;
}.mst-home .mst-software-explorer .mst-tab-icon{
  width:48px!important;
  height:48px!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#fffdfa,#f8ead0)!important;
  border-color:rgba(170,109,30,.20)!important;
  color:#795019!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 7px 15px rgba(116,73,19,.09)!important;
}.mst-home .mst-software-explorer .mst-tab-icon svg{
  width:30px!important;
  height:30px!important;
  stroke:none!important;
  fill:none!important;
}.mst-home .mst-software-explorer .mst-tab-icon svg .mst-ico-main{
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
}.mst-home .mst-software-explorer .mst-tab-icon svg .mst-ico-accent{
  stroke:#c58a2b!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
}.mst-home .mst-software-explorer .mst-selected-category-icon svg .mst-ico-main{
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
}.mst-home .mst-software-explorer .mst-selected-category-icon svg .mst-ico-accent{
  stroke:#c58a2b!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
}.mst-home .mst-software-explorer .mst-tab-label{
  padding-right:24px!important;
  font-size:1.06rem!important;
  line-height:1.3!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
  text-wrap:pretty!important;
}.mst-home .mst-software-explorer .mst-explorer-tab.is-active .mst-tab-icon{
  background:linear-gradient(145deg,#fffdf9,#f4dfba)!important;
  color:#65421a!important;
}.mst-home .mst-software-explorer .mst-category-toggle-wrap{
  margin:22px 0 0!important;
}.mst-home .mst-software-explorer .mst-category-toggle{
  min-width:272px!important;
  min-height:52px!important;
  padding:11px 20px!important;
  box-shadow:0 9px 20px rgba(68,43,16,.07)!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-category-toggle{
  background:linear-gradient(135deg,#4b2d67,#6e4181)!important;
  color:#fff!important;
  border-color:#4b2d67!important;
  box-shadow:0 12px 26px rgba(75,45,103,.22)!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-more-symbol{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.28)!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-more-symbol i{background:#fff!important}@media(max-width:991.98px){
  .mst-home .mst-software-explorer .mst-explorer-all{align-self:flex-start!important}
}@media(max-width:575.98px){
  .mst-home .mst-software-explorer #mstWindowsCategoryTabs{padding:14px!important;border-radius:19px!important}
  .mst-home .mst-software-explorer .mst-explorer-tab{
    min-height:74px!important;
    padding:11px 12px!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:13px!important;
  }
  .mst-home .mst-software-explorer .mst-tab-icon{width:44px!important;height:44px!important;border-radius:13px!important}
  .mst-home .mst-software-explorer .mst-tab-icon svg{width:27px!important;height:27px!important}
  .mst-home .mst-software-explorer .mst-tab-label{font-size:1rem!important;line-height:1.28!important;padding-right:22px!important}
  .mst-home .mst-software-explorer .mst-category-toggle-wrap{margin-top:18px!important}
}.mst-home .mst-software-explorer #mstWindowsCategoryTabs{
  padding:20px!important;
}.mst-home .mst-software-explorer .mst-category-main-grid,
.mst-home .mst-software-explorer .mst-category-more-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:15px!important;
}.mst-home .mst-software-explorer .mst-category-more-grid{
  margin-top:18px!important;
}.mst-home .mst-software-explorer .mst-explorer-tab{
  min-height:74px!important;
  padding:10px 14px!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  border-radius:17px!important;
}.mst-home .mst-software-explorer .mst-tab-icon{
  width:54px!important;
  height:54px!important;
  border-radius:16px!important;
}.mst-home .mst-software-explorer .mst-tab-icon svg{
  width:32px!important;
  height:32px!important;
}.mst-home .mst-software-explorer .mst-tab-label{
  padding-right:28px!important;
  font-size:1rem!important;
  line-height:1.28!important;
  font-weight:900!important;
  letter-spacing:-.005em!important;
  text-wrap:balance!important;
}.mst-home .mst-software-explorer .mst-explorer-tab.is-active::after{
  top:9px!important;
  right:9px!important;
  width:25px!important;
  height:25px!important;
}.mst-home .mst-software-explorer:not(.is-category-expanded) #mstWindowsCategoryTabs > .mst-category-toggle-wrap{
  display:flex!important;
  justify-content:center!important;
  margin:24px 0 0!important;
}.mst-home .mst-software-explorer:not(.is-category-expanded) #mstWindowsCategoryTabs > .mst-category-toggle-wrap .mst-category-toggle{
  min-width:272px!important;
  min-height:52px!important;
  padding:11px 20px!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap{
  display:block!important;
  margin:0!important;
  min-width:0!important;
  height:100%!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap .mst-category-toggle{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:74px!important;
  height:100%!important;
  padding:10px 16px!important;
  border-radius:17px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  background:linear-gradient(135deg,#a95107,#c46d0c)!important;
  color:#fff!important;
  border:1px solid #9b4704!important;
  box-shadow:0 11px 24px rgba(123,62,4,.20)!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap .mst-more-symbol{
  background:rgba(255,255,255,.15)!important;
  border-color:rgba(255,255,255,.30)!important;
}.mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap .mst-more-symbol i{
  background:#fff!important;
}@media(max-width:991.98px){
  .mst-home .mst-software-explorer .mst-category-main-grid,
  .mst-home .mst-software-explorer .mst-category-more-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:13px!important;
  }
  
  .mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap{
    grid-column:1 / -1!important;
    margin-top:8px!important;
  }
  .mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap .mst-category-toggle{
    width:auto!important;
    min-width:260px!important;
    height:auto!important;
    min-height:52px!important;
    margin:0 auto!important;
    border-radius:999px!important;
  }
}@media(max-width:575.98px){
  .mst-home .mst-software-explorer #mstWindowsCategoryTabs{padding:14px!important}
  .mst-home .mst-software-explorer .mst-category-main-grid,
  .mst-home .mst-software-explorer .mst-category-more-grid{
    grid-template-columns:1fr!important;
    gap:11px!important;
  }
  .mst-home .mst-software-explorer .mst-explorer-tab{
    min-height:70px!important;
    padding:9px 12px!important;
    grid-template-columns:50px minmax(0,1fr)!important;
    gap:12px!important;
  }
  .mst-home .mst-software-explorer .mst-tab-icon{width:50px!important;height:50px!important;border-radius:15px!important}
  .mst-home .mst-software-explorer .mst-tab-icon svg{width:29px!important;height:29px!important}
  .mst-home .mst-software-explorer .mst-tab-label{font-size:.98rem!important;line-height:1.26!important;padding-right:25px!important}
  .mst-home .mst-software-explorer:not(.is-category-expanded) #mstWindowsCategoryTabs > .mst-category-toggle-wrap{margin-top:20px!important}
  .mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap{
    grid-column:auto!important;
    margin-top:8px!important;
  }
  .mst-home .mst-software-explorer.is-category-expanded .mst-category-more-grid > .mst-category-toggle-wrap .mst-category-toggle{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
}.mst-home .mst-software-explorer .mst-explorer-tab{
  gap:19px!important;
}.mst-home .mst-software-explorer .mst-tab-label{
  font-size:1.04rem!important;
  line-height:1.30!important;
}@media(max-width:991.98px){
  .mst-home .mst-software-explorer .mst-explorer-tab{gap:17px!important}
  .mst-home .mst-software-explorer .mst-tab-label{font-size:1.02rem!important;line-height:1.29!important}
}@media(max-width:575.98px){
  .mst-home .mst-software-explorer .mst-explorer-tab{gap:15px!important}
  .mst-home .mst-software-explorer .mst-tab-label{font-size:1rem!important;line-height:1.28!important}
}.mst-home .mst-software-explorer #mstWindowsCategoryTabs.mst-system-chooser{
  display:block!important;
  position:relative!important;
  margin:24px 0 18px!important;
  padding:16px 14px 13px!important;
  overflow:hidden!important;
  border:1px solid rgba(142,93,24,.17)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 13px 32px rgba(70,45,17,.07)!important;
}.mst-home .mst-software-explorer .mst-system-chooser-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:1px 4px 11px!important;
}.mst-home .mst-software-explorer .mst-system-chooser-copy{min-width:0!important}.mst-home .mst-software-explorer .mst-system-chooser-micro{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  margin-bottom:3px!important;
  color:#9a650e!important;
  font-size:.69rem!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}.mst-home .mst-software-explorer .mst-system-chooser-micro::before{
  content:""!important;
  width:18px!important;height:2px!important;border-radius:3px!important;
  background:linear-gradient(90deg,#b87012,#e5b85e)!important;
}.mst-home .mst-software-explorer .mst-system-chooser-head h3{
  margin:0!important;
  color:#563816!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:1.18rem!important;
  line-height:1.25!important;
}.mst-home .mst-software-explorer .mst-system-chooser-head p{
  margin:4px 0 0!important;
  color:#7b7168!important;
  font-size:.82rem!important;
  line-height:1.35!important;
}.mst-home .mst-software-explorer .mst-system-rail-controls{display:flex!important;flex:0 0 auto!important;gap:8px!important}.mst-home .mst-software-explorer .mst-system-rail-arrow{
  width:44px!important;height:44px!important;padding:0!important;
  display:grid!important;place-items:center!important;
  border:1px solid rgba(80,57,34,.16)!important;border-radius:13px!important;
  background:#fff!important;color:#473c35!important;
  box-shadow:0 6px 14px rgba(46,31,18,.07)!important;
  cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,color .16s ease!important;
}.mst-home .mst-software-explorer .mst-system-rail-arrow:hover:not(:disabled),
.mst-home .mst-software-explorer .mst-system-rail-arrow:focus-visible:not(:disabled){
  transform:translateY(-1px)!important;border-color:#c98b2a!important;color:#8b560c!important;
  outline:3px solid rgba(201,139,42,.15)!important;outline-offset:2px!important;
}.mst-home .mst-software-explorer .mst-system-rail-arrow:disabled{opacity:.32!important;cursor:default!important}.mst-home .mst-software-explorer .mst-system-rail-arrow svg{
  width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;
  stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}.mst-home .mst-software-explorer .mst-system-rail-frame{position:relative!important;min-width:0!important}.mst-home .mst-software-explorer .mst-system-rail{
  display:flex!important;gap:12px!important;
  overflow-x:auto!important;overflow-y:hidden!important;
  overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important;
  scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-ms-overflow-style:none!important;
  padding:7px 7px 11px!important;cursor:grab!important;user-select:none!important;touch-action:pan-x!important;
}.mst-home .mst-software-explorer .mst-system-rail::-webkit-scrollbar{display:none!important}.mst-home .mst-software-explorer .mst-system-rail.is-dragging{cursor:grabbing!important;scroll-snap-type:none!important}.mst-home .mst-software-explorer .mst-system-rail::after{content:""!important;flex:0 0 10px!important}.mst-home .mst-software-explorer .mst-system-rail-tab{
  --mst-system-accent:#a86d11;
  position:relative!important;flex:0 0 128px!important;min-width:0!important;
  margin:0!important;padding:0!important;border:0!important;background:transparent!important;
  color:#44382f!important;text-align:center!important;cursor:pointer!important;scroll-snap-align:start!important;
}.mst-home .mst-software-explorer .mst-system-icon{
  position:relative!important;width:78px!important;height:78px!important;margin:0 auto 8px!important;
  display:grid!important;place-items:center!important;border:1px solid rgba(129,83,21,.14)!important;
  border-radius:26px!important;background:linear-gradient(145deg,#fff,#fbf4e6)!important;
  color:var(--mst-system-accent)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.9),0 8px 18px rgba(66,43,18,.08)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}.mst-home .mst-software-explorer .mst-system-icon::before{
  content:""!important;position:absolute!important;inset:6px!important;border-radius:20px!important;
  border:1px solid rgba(169,111,28,.16)!important;
}.mst-home .mst-software-explorer .mst-system-icon svg{
  position:relative!important;z-index:1!important;width:43px!important;height:43px!important;
  fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;
  stroke-linecap:round!important;stroke-linejoin:round!important;
}.mst-home .mst-software-explorer .mst-system-icon svg .mst-system-icon-fill{
  fill:currentColor!important;fill-opacity:.11!important;stroke:currentColor!important;
}.mst-home .mst-software-explorer .mst-system-name{
  display:block!important;min-height:2.45em!important;padding:0 2px!important;
  color:#44382f!important;font-family:Georgia,"Times New Roman",serif!important;
  font-size:.82rem!important;font-weight:750!important;line-height:1.22!important;text-wrap:balance!important;
}.mst-home .mst-software-explorer .mst-system-rail-tab:hover .mst-system-icon,
.mst-home .mst-software-explorer .mst-system-rail-tab:focus-visible .mst-system-icon{
  transform:translateY(-2px)!important;box-shadow:0 13px 25px rgba(111,74,28,.14),inset 0 1px rgba(255,255,255,.95)!important;
}.mst-home .mst-software-explorer .mst-system-rail-tab:focus-visible{outline:none!important}.mst-home .mst-software-explorer .mst-system-rail-tab:focus-visible .mst-system-icon{
  outline:3px solid rgba(201,139,42,.18)!important;outline-offset:3px!important;
}.mst-home .mst-software-explorer .mst-system-rail-tab.is-active .mst-system-icon{
  border:2px solid var(--mst-system-accent)!important;background:linear-gradient(145deg,#fff,#fff7df)!important;
  box-shadow:0 13px 28px rgba(111,74,28,.16),inset 0 1px #fff!important;
}.mst-home .mst-software-explorer .mst-system-rail-tab.is-active .mst-system-icon::after{
  content:""!important;position:absolute!important;right:-5px!important;top:-5px!important;
  width:23px!important;height:23px!important;display:grid!important;place-items:center!important;
  border:3px solid #fff!important;border-radius:50%!important;background-color:var(--mst-system-accent)!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M3 8.5 6.5 12 13 4%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272.3%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")!important;
  background-position:center!important;background-repeat:no-repeat!important;background-size:13px 13px!important;
  box-shadow:0 4px 10px rgba(0,0,0,.12)!important;z-index:2!important;
}.mst-home .mst-software-explorer .mst-system-rail-tab.is-active .mst-system-name{color:#4b2d67!important;font-weight:900!important}.mst-home .mst-software-explorer .mst-system-rail-fade{
  position:absolute!important;top:0!important;bottom:0!important;width:24px!important;pointer-events:none!important;z-index:3!important;
}.mst-home .mst-software-explorer .mst-system-rail-fade--left{left:0!important;background:linear-gradient(90deg,#fff 10%,rgba(255,255,255,0))!important}.mst-home .mst-software-explorer .mst-system-rail-fade--right{right:0!important;background:linear-gradient(270deg,#fff 10%,rgba(255,255,255,0))!important}.mst-home .mst-software-explorer.is-rail-at-start .mst-system-rail-fade--left,
.mst-home .mst-software-explorer.is-rail-at-end .mst-system-rail-fade--right{opacity:0!important}.mst-home .mst-software-explorer .mst-system-rail-footer{
  display:flex!important;align-items:center!important;gap:10px!important;padding:0 7px!important;
  color:#786f68!important;font-size:.72rem!important;
}.mst-home .mst-software-explorer .mst-system-rail-footer>span{white-space:nowrap!important}.mst-home .mst-software-explorer .mst-system-rail-progress{
  flex:1 1 auto!important;height:4px!important;overflow:hidden!important;border-radius:999px!important;background:#eee5d7!important;
}.mst-home .mst-software-explorer .mst-system-rail-progress span{
  display:block!important;width:24%;height:100%!important;border-radius:inherit!important;
  background:linear-gradient(90deg,#c07a15,#e0b056)!important;transition:width .08s linear!important;
}@media(max-width:900px){
  .mst-home .mst-software-explorer .mst-system-rail-tab{flex-basis:116px!important}
  .mst-home .mst-software-explorer .mst-system-icon{width:72px!important;height:72px!important}
}@media(max-width:600px){
  .mst-home .mst-software-explorer #mstWindowsCategoryTabs.mst-system-chooser{margin:18px 0 14px!important;padding:12px 9px 10px!important;border-radius:18px!important}
  .mst-home .mst-software-explorer .mst-system-chooser-head{align-items:flex-end!important;padding:0 3px 8px!important;gap:8px!important}
  .mst-home .mst-software-explorer .mst-system-chooser-micro{font-size:.59rem!important;margin-bottom:2px!important}
  .mst-home .mst-software-explorer .mst-system-chooser-head h3{font-size:1rem!important}
  .mst-home .mst-software-explorer .mst-system-chooser-head p{font-size:.72rem!important;line-height:1.3!important;max-width:235px!important}
  .mst-home .mst-software-explorer .mst-system-rail-controls{gap:6px!important}
  .mst-home .mst-software-explorer .mst-system-rail-arrow{width:36px!important;height:36px!important;border-radius:11px!important}
  .mst-home .mst-software-explorer .mst-system-rail-arrow svg{width:17px!important;height:17px!important}
  .mst-home .mst-software-explorer .mst-system-rail{gap:8px!important;padding:5px 4px 8px!important;scroll-padding-left:4px!important}
  .mst-home .mst-software-explorer .mst-system-rail-tab{flex-basis:96px!important}
  .mst-home .mst-software-explorer .mst-system-icon{width:62px!important;height:62px!important;margin-bottom:6px!important;border-radius:20px!important}
  .mst-home .mst-software-explorer .mst-system-icon::before{inset:5px!important;border-radius:16px!important}
  .mst-home .mst-software-explorer .mst-system-icon svg{width:35px!important;height:35px!important}
  .mst-home .mst-software-explorer .mst-system-name{font-size:.72rem!important;line-height:1.18!important;min-height:2.38em!important}
  .mst-home .mst-software-explorer .mst-system-rail-footer{padding:0 4px!important;font-size:.64rem!important;gap:8px!important}
}@media(max-width:370px){
  .mst-home .mst-software-explorer .mst-system-chooser-head p{max-width:185px!important}
  .mst-home .mst-software-explorer .mst-system-rail-tab{flex-basis:90px!important}
  .mst-home .mst-software-explorer .mst-system-icon{width:58px!important;height:58px!important}
  .mst-home .mst-software-explorer .mst-system-icon svg{width:32px!important;height:32px!important}
}@media(prefers-reduced-motion:reduce){
  .mst-home .mst-software-explorer .mst-system-icon,.mst-home .mst-software-explorer .mst-system-rail-progress span{transition:none!important}
}@media (max-width:600px){
  .mst-home .mst-software-explorer .mst-system-rail{
    gap:8px!important;
    padding-left:4px!important;
    padding-right:4px!important;
    scroll-padding-left:4px!important;
    scroll-padding-right:4px!important;
  }
  
  .mst-home .mst-software-explorer .mst-system-rail-tab{
    flex:0 0 calc((100% - 24px) / 4.38)!important;
  }
  .mst-home .mst-software-explorer .mst-system-rail-fade--right{
    width:13px!important;
    background:linear-gradient(270deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,0) 100%)!important;
  }
  .mst-home .mst-software-explorer .mst-system-rail-fade--left{
    width:11px!important;
    background:linear-gradient(90deg,rgba(255,255,255,.76) 0%,rgba(255,255,255,0) 100%)!important;
  }
}@media (max-width:480px){
  
  .mst-home .mst-software-explorer .mst-system-rail-tab{
    flex-basis:calc((100% - 16px) / 3.38)!important;
  }
}@media (max-width:350px){
  
  .mst-home .mst-software-explorer .mst-system-rail-tab{
    flex-basis:calc((100% - 8px) / 2.38)!important;
  }
}.mst-home .mst-launch-viewport:focus-visible,
.mst-home .mst-kundali-v2__viewport:focus-visible{
  outline:3px solid #4b2d67;
  outline-offset:3px;
  box-shadow:0 0 0 2px #fff;
}.mst-home .mst-launch-dots button:focus-visible,
.mst-home .mst-kundali-v2__dots button:focus-visible{
  outline:3px solid #4b2d67!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 2px #fff!important;
}.mst-home .mst-software-explorer .mst-system-rail-tab:focus-visible .mst-system-icon{
  outline:3px solid #4b2d67!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 2px #fff,0 13px 28px rgba(111,74,28,.16)!important;
}.mst-home.mst-premium-discovery-test .mst-product-status{
  background:#a85a00!important;
}.mst-home .mst-kundali-v2__dots{
  gap:0;
}.mst-home .mst-kundali-v2__dots button,
.mst-home .mst-kundali-v2__dots button.is-active{
  position:relative;
  width:48px;
  min-width:48px;
  height:48px;
  min-height:48px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  transform:none;
}.mst-home .mst-kundali-v2__dots button::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d8c7aa;
  transform:translate(-50%,-50%);
  transition:width .18s ease,background .18s ease,transform .18s ease;
}.mst-home .mst-kundali-v2__dots button.is-active::before{
  width:25px;
  border-radius:10px;
  background:var(--mst-k2-plum);
}.mst-home .mst-kundali-v2__dots button:hover::before,
.mst-home .mst-kundali-v2__dots button:focus-visible::before{
  transform:translate(-50%,-50%) scale(1.12);
}.mst-home :is(
  .mst-discovery-secondary:not(.mst-discovery-free),
  .mst-android-buy,
  .mst-kundali-v2__btn--order,
  .hero a.btn-outline-light[href*="/buy/"]
){
  min-height:50px!important;
  padding:12px 20px!important;
  border:1px solid #b85c0f!important;
  border-radius:20px!important;
  background:linear-gradient(90deg,#c85f12 0%,#df7c0e 52%,#eea116 100%)!important;
  color:#fffaf4!important;
  font-weight:850!important;
  text-decoration:none!important;
  text-shadow:0 1px 0 rgba(97,43,5,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,235,198,.26),0 9px 19px rgba(178,96,15,.17)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}.mst-home :is(
  .mst-discovery-secondary:not(.mst-discovery-free),
  .mst-android-buy,
  .mst-kundali-v2__btn--order,
  .hero a.btn-outline-light[href*="/buy/"]
):hover,
.mst-home :is(
  .mst-discovery-secondary:not(.mst-discovery-free),
  .mst-android-buy,
  .mst-kundali-v2__btn--order,
  .hero a.btn-outline-light[href*="/buy/"]
):focus-visible{
  transform:translateY(-2px)!important;
  filter:brightness(.96) saturate(1.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,235,198,.30),0 13px 24px rgba(165,83,12,.23)!important;
  outline:3px solid rgba(193,138,46,.24)!important;
  outline-offset:2px!important;
}.mst-home :is(
  .btn-primary,
  .hero a.btn-outline-light:not([href*="/buy/"]),
  .mst-service-showcase-body b,
  .mst-launch-link,
  .mst-launch-viewall,
  .mst-explorer-all,
  .mst-discovery-primary,
  .products__viewAll,
  .mst-android-details,
  .mst-android-viewall,
  .mst-kundali-v2__btn--sample,
  .mst-tool-open,
  .mst-help-primary,
  .mst-help-secondary,
  .mst-category-toggle
){
  min-height:50px!important;
  padding:12px 20px!important;
  border:2px solid #c5651b!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fffefa 0%,#fffaf2 100%)!important;
  color:#713b16!important;
  font-weight:850!important;
  text-decoration:none!important;
  text-shadow:none!important;
  box-shadow:0 8px 17px rgba(160,91,26,.10)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease!important;
}.mst-home :is(
  .btn-primary,
  .hero a.btn-outline-light:not([href*="/buy/"]),
  .mst-service-showcase-body b,
  .mst-launch-link,
  .mst-launch-viewall,
  .mst-explorer-all,
  .mst-discovery-primary,
  .products__viewAll,
  .mst-android-details,
  .mst-android-viewall,
  .mst-kundali-v2__btn--sample,
  .mst-tool-open,
  .mst-help-primary,
  .mst-help-secondary,
  .mst-category-toggle
):hover,
.mst-home :is(
  .btn-primary,
  .hero a.btn-outline-light:not([href*="/buy/"]),
  .mst-service-showcase-body b,
  .mst-launch-link,
  .mst-launch-viewall,
  .mst-explorer-all,
  .mst-discovery-primary,
  .products__viewAll,
  .mst-android-details,
  .mst-android-viewall,
  .mst-kundali-v2__btn--sample,
  .mst-tool-open,
  .mst-help-primary,
  .mst-help-secondary,
  .mst-category-toggle
):focus-visible{
  transform:translateY(-2px)!important;
  background:linear-gradient(180deg,#fff9ec 0%,#fff1d8 100%)!important;
  color:#8b4215!important;
  border-color:#b95513!important;
  box-shadow:0 12px 22px rgba(160,91,26,.15)!important;
  outline:3px solid rgba(193,138,46,.20)!important;
  outline-offset:2px!important;
}.mst-home .mst-service-showcase-body b{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin-top:10px!important;
  font-size:.76rem!important;
  line-height:1.25!important;
}.mst-home .mst-launch-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin-top:auto!important;
  font-size:.86rem!important;
  line-height:1.25!important;
}.mst-home .mst-discovery-actions,
.mst-home .mst-android-app-actions{
  align-items:stretch!important;
}.mst-home :is(.mst-discovery-primary,.mst-discovery-secondary,.mst-android-details,.mst-android-buy){
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}.mst-home .mst-discovery-free{
  border-color:#2d6542!important;
  background:linear-gradient(135deg,#43835d,#2e6544)!important;
  color:#fff!important;
}.mst-home .mst-kundali-v2__viewall{
  border:2px solid #c5651b!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fffefa 0%,#fff8ec 100%)!important;
  box-shadow:0 8px 18px rgba(160,91,26,.09)!important;
}.mst-home .mst-kundali-v2__viewall:hover,
.mst-home .mst-kundali-v2__viewall:focus-visible{
  background:linear-gradient(180deg,#fff9ec 0%,#fff0d6 100%)!important;
  border-color:#b95513!important;
  box-shadow:0 12px 22px rgba(160,91,26,.14)!important;
}.mst-home .mst-kundali-v2__viewall strong{color:#713b16!important}@media(max-width:767.98px){
  .mst-home :is(
    .btn-primary,
    .hero a.btn-outline-light,
    .mst-service-showcase-body b,
    .mst-launch-link,
    .mst-launch-viewall,
    .mst-explorer-all,
    .mst-discovery-primary,
    .mst-discovery-secondary:not(.mst-discovery-free),
    .products__viewAll,
    .mst-android-details,
    .mst-android-buy,
    .mst-android-viewall,
    .mst-kundali-v2__btn--sample,
    .mst-kundali-v2__btn--order,
    .mst-tool-open,
    .mst-help-primary,
    .mst-help-secondary,
    .mst-category-toggle
  ){
    min-height:50px!important;
    padding:12px 16px!important;
  }
}