:root {
  --ma-auto-ink: #111827;
  --ma-auto-copy: #475569;
  --ma-auto-muted: #64748b;
  --ma-auto-line: rgba(15, 23, 42, .11);
  --ma-auto-paper: #ffffff;
  --ma-auto-soft: #f6f7fb;
  --ma-auto-purple: #7047eb;
  --ma-auto-purple-dark: #4c25b9;
  --ma-auto-cyan: #19b7b0;
  --ma-auto-peach: #ff9366;
  --ma-auto-shadow: 0 28px 70px rgba(42, 31, 76, .13);
  --ma-auto-shadow-soft: 0 16px 40px rgba(42, 31, 76, .09);
  --ma-auto-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ma-auto-body {
  margin: 0;
  color: var(--ma-auto-ink);
  background: var(--ma-auto-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ma-auto-body a { color: inherit; }
.ma-auto-body main { overflow: hidden; }
.ma-auto-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ma-auto-skip {
  position: fixed; left: 16px; top: -120px; z-index: 100000; padding: 12px 18px;
  border-radius: 12px; background: #111827; color: #fff !important; text-decoration: none;
}
.ma-auto-skip:focus { top: 16px; }
.ma-auto-preview-nav {
  position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between;
  min-height: 74px; padding: 12px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--ma-auto-line);
  background: rgba(255,255,255,.92); backdrop-filter: blur(16px);
}
.ma-auto-preview-nav a { display: flex; gap: 12px; align-items: baseline; text-decoration: none; }
.ma-auto-preview-nav span { color: var(--ma-auto-muted); font-size: .82rem; }

.ma-auto-hero,
.ma-auto-product-hero {
  position: relative; isolation: isolate; padding: clamp(84px, 10vw, 142px) 0 54px;
  background:
    radial-gradient(circle at 18% 12%, rgba(112,71,235,.15), transparent 36%),
    radial-gradient(circle at 82% 30%, rgba(25,183,176,.14), transparent 32%),
    linear-gradient(180deg, #fbfaff 0%, #fff 78%);
}
.ma-auto-product-hero { padding-bottom: clamp(70px, 7vw, 104px); }
.ma-auto-hero::before,
.ma-auto-product-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: .42;
  background-image: linear-gradient(rgba(112,71,235,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(112,71,235,.07) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 84%);
}
.ma-auto-orb { position: absolute; z-index: -1; width: 250px; aspect-ratio: 1; border-radius: 50%; filter: blur(2px); opacity: .34; animation: ma-auto-float 9s ease-in-out infinite; }
.ma-auto-orb--one { left: -110px; top: 72px; background: linear-gradient(135deg, #8f6fff, #dfd6ff); }
.ma-auto-orb--two { right: -95px; bottom: 70px; width: 210px; background: linear-gradient(135deg, #40d6cd, #c6fbf6); animation-delay: -4s; }
.ma-auto-hero-grid,
.ma-auto-product-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr); gap: clamp(44px, 7vw, 94px); align-items: center; }
.ma-auto-product-grid { align-items: start; }
.ma-auto-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 9px 13px;
  border: 1px solid rgba(112,71,235,.18); border-radius: 999px; background: rgba(255,255,255,.74);
  color: var(--ma-auto-purple-dark); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(65,37,151,.08);
}
.ma-auto-hero h1,
.ma-auto-product-hero h1 {
  max-width: 850px; margin: 0; font-size: clamp(2.65rem, 5.5vw, 5.35rem); line-height: .99;
  letter-spacing: -.055em; text-wrap: balance;
}
.ma-auto-product-hero h1 { font-size: clamp(2.45rem, 4.8vw, 4.75rem); }
.ma-auto-hero-grid > div > p,
.ma-auto-lead {
  max-width: 720px; margin: 25px 0 0; color: var(--ma-auto-copy); font-size: clamp(1.04rem, 1.5vw, 1.24rem); line-height: 1.78;
}
.ma-auto-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.ma-auto-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 20px;
  border: 1px solid var(--ma-auto-purple); border-radius: 15px; background: linear-gradient(135deg, var(--ma-auto-purple), #855cef);
  color: #fff !important; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 13px 28px rgba(112,71,235,.25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ma-auto-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(112,71,235,.31); }
.ma-auto-btn:focus-visible,
.ma-auto-card a:focus-visible,
.ma-auto-category-card:focus-visible,
.ma-auto-related-card:focus-visible,
.ma-auto-copy-link:focus-visible,
.ma-auto-body summary:focus-visible,
.ma-auto-body input:focus-visible,
.ma-auto-body select:focus-visible { outline: 3px solid rgba(25,183,176,.55); outline-offset: 3px; }
.ma-auto-btn--ghost { background: #fff; color: var(--ma-auto-ink) !important; border-color: var(--ma-auto-line); box-shadow: 0 10px 25px rgba(15,23,42,.06); }
.ma-auto-btn--secondary { background: #fff; color: var(--ma-auto-purple-dark) !important; }
.ma-auto-hero-panel { position: relative; padding: 16px; border: 1px solid rgba(112,71,235,.15); border-radius: 28px; background: rgba(255,255,255,.75); box-shadow: var(--ma-auto-shadow); backdrop-filter: blur(18px); transform: rotate(1.4deg); }
.ma-auto-code-window { overflow: hidden; border-radius: 19px; background: #151329; color: #e9e6ff; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.ma-auto-code-window > div { display: flex; align-items: center; gap: 7px; padding: 14px 17px; background: rgba(255,255,255,.055); border-bottom: 1px solid rgba(255,255,255,.08); }
.ma-auto-code-window > div i { width: 9px; height: 9px; border-radius: 50%; background: #ff7167; }
.ma-auto-code-window > div i:nth-child(2) { background: #ffc85a; }
.ma-auto-code-window > div i:nth-child(3) { background: #4fd39a; }
.ma-auto-code-window > div span { margin-left: 6px; color: #aaa4c9; font: 600 .74rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.ma-auto-code-window pre { margin: 0; padding: 35px 28px 40px; white-space: pre-wrap; font: 500 .92rem/1.8 ui-monospace, SFMono-Regular, Menlo, monospace; }
.ma-auto-hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.ma-auto-hero-pills span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 10px; background: #f4f1ff; color: #4d3b89; font-size: .75rem; font-weight: 750; }
.ma-auto-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: clamp(60px, 8vw, 105px); }
.ma-auto-stats > div { padding: 22px; border: 1px solid var(--ma-auto-line); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: var(--ma-auto-shadow-soft); }
.ma-auto-stats strong { display: block; font-size: clamp(1.65rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.ma-auto-stats span { display: block; margin-top: 4px; color: var(--ma-auto-muted); font-size: .82rem; }

.ma-auto-section { padding: clamp(72px, 8vw, 112px) 0; }
.ma-auto-section--soft { background: var(--ma-auto-soft); }
.ma-auto-section--ink { background: #17152a; color: #fff; }
.ma-auto-heading { max-width: 730px; margin-bottom: 36px; }
.ma-auto-heading > span,
.ma-auto-limit-grid > div > span,
.ma-auto-source > div > span { color: var(--ma-auto-purple); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ma-auto-heading h2,
.ma-auto-copy-card h2,
.ma-auto-tech-card h2,
.ma-auto-limit-grid h2,
.ma-auto-source h2 { margin: 9px 0 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.ma-auto-heading p { margin: 16px 0 0; color: var(--ma-auto-copy); line-height: 1.75; }
.ma-auto-section--ink .ma-auto-heading > span,
.ma-auto-section--ink .ma-auto-limit-grid > div > span { color: #8ce8df; }
.ma-auto-section--ink .ma-auto-heading p { color: #b8b5cc; }

.ma-auto-filter { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; align-items: end; padding: 20px; border: 1px solid var(--ma-auto-line); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--ma-auto-shadow-soft); }
.ma-auto-filter label:first-child { grid-column: span 2; }
.ma-auto-filter label { display: grid; gap: 7px; color: var(--ma-auto-copy); font-size: .76rem; font-weight: 800; }
.ma-auto-filter input,
.ma-auto-filter select { width: 100%; min-height: 49px; padding: 0 13px; border: 1px solid rgba(15,23,42,.14); border-radius: 13px; background: #fbfbfd; color: var(--ma-auto-ink); font: inherit; font-size: .9rem; }
.ma-auto-filter .ma-auto-clear { align-self: center; color: var(--ma-auto-purple-dark); font-size: .82rem; font-weight: 800; }
.ma-auto-result-count { margin: 27px 0 18px; color: var(--ma-auto-muted); }
.ma-auto-result-count strong { color: var(--ma-auto-ink); }
.ma-auto-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; align-items: stretch; }
.ma-auto-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid rgba(93,72,158,.15); border-radius: 22px; background: radial-gradient(circle at 6% 2%, rgba(255,244,210,.66), transparent 26%), radial-gradient(circle at 96% 8%, rgba(219,229,255,.72), transparent 31%), linear-gradient(145deg, #fff 0%, #fcfbff 43%, #f7f9ff 72%, #fffdf8 100%); box-shadow: 0 30px 72px rgba(35,25,75,.15), 0 13px 30px rgba(72,50,135,.09), 0 3px 9px rgba(31,22,64,.045), inset 0 1px 0 rgba(255,255,255,.96); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.ma-auto-card::before { content: ""; position: absolute; z-index: 3; inset: 0 18% auto; height: 2px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.92), transparent); opacity: .7; pointer-events: none; }
.ma-auto-card:hover { transform: translateY(-7px); border-color: rgba(112,71,235,.32); box-shadow: 0 40px 88px rgba(35,25,75,.21), 0 17px 36px rgba(72,50,135,.12), 0 4px 12px rgba(31,22,64,.055), inset 0 1px 0 rgba(255,255,255,.98); }
.ma-auto-card-art { position: relative; overflow: hidden; min-height: 122px; padding: 15px 16px 14px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(135deg, #5532bf, #8b65ef); }
.ma-auto-card-art::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(circle at 12px 12px, rgba(255,255,255,.42) 1px, transparent 1.5px); background-size: 24px 24px; mask-image: linear-gradient(115deg, #000, transparent 62%); }
.ma-auto-card-art::after { content: ""; position: absolute; width: 155px; aspect-ratio: 1; right: -43px; bottom: -84px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 0 0 27px rgba(255,255,255,.07), 0 0 0 54px rgba(255,255,255,.04); }
.ma-auto-card-art > i { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: rgba(255,255,255,.17); font-size: 1.35rem; backdrop-filter: blur(8px); }
.ma-auto-card-art > span { position: relative; z-index: 1; max-width: 160px; text-align: right; font-size: .74rem; font-weight: 800; }
.ma-auto-art-head { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.ma-auto-art-head > i { display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: linear-gradient(145deg, rgba(255,255,255,.27), rgba(255,255,255,.12)); box-shadow: inset 0 1px rgba(255,255,255,.22), 0 9px 20px rgba(15,12,44,.13); font-size: 1.03rem; backdrop-filter: blur(8px); transition: transform .24s ease, background .24s ease; }
.ma-auto-card:hover .ma-auto-art-head > i { transform: rotate(-4deg) scale(1.05); background: rgba(255,255,255,.27); }
.ma-auto-art-head > span { max-width: 150px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(20,15,55,.13); text-align: right; font-size: .61rem; line-height: 1.3; font-weight: 850; backdrop-filter: blur(8px); }
.ma-auto-mini-flow { position: relative; z-index: 1; display: flex; align-items: center; gap: 5px; width: min(100%, 180px); margin-top: 15px; }
.ma-auto-mini-flow b { flex: 0 0 11px; height: 11px; border: 1.5px solid rgba(255,255,255,.92); border-radius: 4px; background: rgba(255,255,255,.16); box-shadow: 0 0 0 3px rgba(255,255,255,.06); }
.ma-auto-mini-flow b:first-child,
.ma-auto-mini-flow b:last-child { background: rgba(255,255,255,.88); box-shadow: 0 0 14px rgba(255,255,255,.34); }
.ma-auto-mini-flow i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.35), rgba(255,255,255,.9), rgba(255,255,255,.35)); }
.ma-auto-card-art--marketing-growth { background: linear-gradient(135deg, #7c3aed, #b45be7); }
.ma-auto-card-art--social-media { background: linear-gradient(135deg, #2563eb, #2fc9d5); }
.ma-auto-card-art--e-commerce { background: linear-gradient(135deg, #e0567a, #ff9c66); }
.ma-auto-card-art--business-workflow { background: linear-gradient(135deg, #3e4a77, #7b76bf); }
.ma-auto-card-art--data-processing { background: linear-gradient(135deg, #0f766e, #29c0a6); }
.ma-auto-card-art--communication { background: linear-gradient(135deg, #b65043, #e58a5c); }
.ma-auto-card-art--education { background: linear-gradient(135deg, #256272, #55afa6); }
.ma-auto-card-art--finance-crypto { background: linear-gradient(135deg, #675116, #d0a838); }
.ma-auto-card-body { flex: 1; display: flex; flex-direction: column; padding: 17px; background: radial-gradient(circle at 100% 0, rgba(134,105,238,.11), transparent 38%), radial-gradient(circle at 0 100%, rgba(73,201,191,.07), transparent 39%), linear-gradient(155deg, rgba(255,255,255,.98) 0%, rgba(250,248,255,.96) 52%, rgba(245,250,255,.94) 78%, rgba(255,252,244,.93) 100%); }
.ma-auto-card-top { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.ma-auto-card-top > strong { white-space: nowrap; padding: 6px 8px; border: 1px solid rgba(112,71,235,.1); border-radius: 10px; background: linear-gradient(135deg, #f8f6ff, #f1edff); color: #2e2254; font-size: .96rem; letter-spacing: -.025em; box-shadow: inset 0 1px #fff; }
.ma-auto-card-top small { color: #786b9b; font-size: .52rem; }
.ma-auto-status { display: inline-flex; align-items: center; width: fit-content; padding: 5px 7px; border-radius: 999px; background: #eeebff; color: #573bb4; font-size: .59rem; line-height: 1.25; font-weight: 850; }
.ma-auto-status--advanced { background: #dcf8f4; color: #08766d; }
.ma-auto-status--skeleton,
.ma-auto-status--documentation_only { background: #fff2dc; color: #975513; }
.ma-auto-status--risk { background: #f4f5f8; color: #525b6c; }
.ma-auto-status--standard { background: #dcf8f4; color: #08766d; }
.ma-auto-status--review { background: #fff0df; color: #9b5310; }
.ma-auto-status--preparation { background: #eef0f5; color: #5b6473; }
.ma-auto-availability { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: 10px; padding: 6px 8px; border: 1px solid rgba(34,169,144,.11); border-radius: 9px; background: rgba(34,169,144,.055); color: #55706b; font-size: .6rem; line-height: 1.35; font-weight: 800; }
.ma-auto-availability i { width: 7px; height: 7px; border-radius: 50%; background: #22a990; box-shadow: 0 0 0 4px rgba(34,169,144,.12); }
.ma-auto-availability--review i { background: #ee9b36; box-shadow: 0 0 0 4px rgba(238,155,54,.13); }
.ma-auto-availability--preparation i { background: #8b93a3; box-shadow: 0 0 0 4px rgba(139,147,163,.13); }
.ma-auto-availability--review { border-color: rgba(238,155,54,.14); background: rgba(238,155,54,.06); color: #82623d; }
.ma-auto-availability--preparation { border-color: rgba(139,147,163,.15); background: rgba(139,147,163,.07); color: #626a78; }
.ma-auto-card h3 { margin: 14px 0 7px; color: #171528; font-size: 1rem; line-height: 1.27; letter-spacing: -.022em; transition: color .2s ease; }
.ma-auto-card:hover h3 { color: var(--ma-auto-purple-dark); }
.ma-auto-card-body > p { margin: 0; color: #566173; font-size: .77rem; line-height: 1.58; }
.ma-auto-card-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 10px; color: var(--ma-auto-muted); font-size: .63rem; }
.ma-auto-card-meta > span { display: inline-flex; align-items: center; padding: 5px 7px; border-radius: 8px; background: #f7f6fb; color: #6c667a; }
.ma-auto-card-meta i { margin-right: 5px; color: var(--ma-auto-purple); }
.ma-auto-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.ma-auto-tags span { padding: 5px 7px; border: 1px solid rgba(112,71,235,.095); border-radius: 7px; background: linear-gradient(180deg, #fdfcff, #f7f5fd); color: #625a75; font-size: .6rem; }
.ma-auto-card-body > a { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin: 15px -17px -17px; padding: 12px 17px; border-top: 1px solid rgba(112,71,235,.085); background: linear-gradient(90deg, rgba(112,71,235,.055), rgba(25,183,176,.035)); color: var(--ma-auto-purple-dark); font-size: .74rem; font-weight: 850; text-decoration: none; transition: background .2s ease, color .2s ease; }
.ma-auto-card-body > a:hover { background: linear-gradient(90deg, rgba(112,71,235,.12), rgba(25,183,176,.075)); color: #391a95; }
.ma-auto-card-body > a i { transition: transform .2s ease; }
.ma-auto-card:hover .ma-auto-card-body > a i { transform: translateX(4px); }
.ma-auto-no-results { display: grid; place-items: center; min-height: 280px; border: 1px dashed rgba(112,71,235,.28); border-radius: 24px; color: var(--ma-auto-muted); text-align: center; }
.ma-auto-no-results i { font-size: 2rem; color: var(--ma-auto-purple); }
.ma-auto-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 38px; }
.ma-auto-pagination a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border: 1px solid var(--ma-auto-line); border-radius: 12px; text-decoration: none; font-weight: 800; }
.ma-auto-pagination span { color: var(--ma-auto-muted); font-size: .82rem; }

.ma-auto-process,
.ma-auto-trust-grid,
.ma-auto-purpose-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ma-auto-trust-grid,
.ma-auto-purpose-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ma-auto-process article,
.ma-auto-trust-grid article,
.ma-auto-purpose-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); }
.ma-auto-process article > span { display: inline-grid; place-items: center; width: 41px; height: 41px; border-radius: 13px; background: #80ddd3; color: #14182c; font-weight: 900; }
.ma-auto-process h3,
.ma-auto-trust-grid h3,
.ma-auto-purpose-grid h3 { margin: 18px 0 8px; font-size: 1.02rem; }
.ma-auto-process p { margin: 0; color: #b8b5cc; font-size: .86rem; line-height: 1.7; }
.ma-auto-trust-grid article,
.ma-auto-purpose-grid article { border-color: var(--ma-auto-line); background: #fff; box-shadow: var(--ma-auto-shadow-soft); }
.ma-auto-trust-grid article > i,
.ma-auto-purpose-grid article > i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: #eeeaff; color: var(--ma-auto-purple); }
.ma-auto-trust-grid p,
.ma-auto-purpose-grid p { margin: 0; color: var(--ma-auto-copy); line-height: 1.7; font-size: .88rem; }
.ma-auto-faq { display: grid; gap: 10px; max-width: 900px; }
.ma-auto-faq details { border: 1px solid var(--ma-auto-line); border-radius: 16px; background: #fff; }
.ma-auto-faq summary { position: relative; padding: 20px 52px 20px 20px; list-style: none; cursor: pointer; font-weight: 800; }
.ma-auto-faq summary::-webkit-details-marker { display: none; }
.ma-auto-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; translate: 0 -50%; color: var(--ma-auto-purple); font-size: 1.4rem; }
.ma-auto-faq details[open] summary::after { content: "−"; }
.ma-auto-faq details p { margin: 0; padding: 0 20px 20px; color: var(--ma-auto-copy); line-height: 1.7; }

.ma-auto-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 40px; color: var(--ma-auto-purple-dark) !important; font-size: .82rem; font-weight: 850; text-decoration: none; }
.ma-auto-status-line { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.ma-auto-price-card { padding: 28px; border: 1px solid rgba(112,71,235,.17); border-radius: var(--ma-auto-radius); background: rgba(255,255,255,.9); box-shadow: var(--ma-auto-shadow); }
.ma-auto-price-card > span { color: var(--ma-auto-muted); font-size: .78rem; font-weight: 800; }
.ma-auto-price-card > div { display: flex; align-items: baseline; gap: 7px; margin: 12px 0 22px; }
.ma-auto-price-card > div strong { font-size: 3.5rem; line-height: 1; letter-spacing: -.055em; }
.ma-auto-price-card > div small { color: var(--ma-auto-muted); font-weight: 850; }
.ma-auto-price-card ul { display: grid; gap: 11px; padding: 0; margin: 0 0 24px; list-style: none; }
.ma-auto-price-card li { display: flex; gap: 9px; color: var(--ma-auto-copy); font-size: .84rem; line-height: 1.45; }
.ma-auto-price-card li i { color: var(--ma-auto-cyan); margin-top: 2px; }
.ma-auto-price-card .ma-auto-btn { width: 100%; }
.ma-auto-price-card > small { display: block; margin-top: 13px; color: var(--ma-auto-muted); font-size: .68rem; line-height: 1.55; }
.ma-auto-detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px; align-items: start; }
.ma-auto-copy-card,
.ma-auto-tech-card { padding: clamp(28px, 4vw, 45px); border: 1px solid var(--ma-auto-line); border-radius: var(--ma-auto-radius); background: #fff; box-shadow: var(--ma-auto-shadow-soft); }
.ma-auto-copy-card > span { color: var(--ma-auto-purple); font-size: .76rem; font-weight: 900; }
.ma-auto-copy-card p { color: var(--ma-auto-copy); font-size: 1rem; line-height: 1.8; }
.ma-auto-copy-card blockquote { margin: 24px 0 0; padding: 18px 20px; border-left: 3px solid var(--ma-auto-cyan); border-radius: 0 13px 13px 0; background: #f4fbfa; color: #3e5e5b; line-height: 1.65; }
.ma-auto-tech-card h2 { font-size: 1.5rem; }
.ma-auto-tech-card dl { display: grid; gap: 0; margin: 18px 0 0; }
.ma-auto-tech-card dl > div { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--ma-auto-line); }
.ma-auto-tech-card dt { color: var(--ma-auto-muted); font-size: .76rem; }
.ma-auto-tech-card dd { margin: 0; text-align: right; font-size: .82rem; font-weight: 800; }
.ma-auto-tech-card code { font-size: .69rem; }
.ma-auto-purpose-grid article { min-height: 235px; }
.ma-auto-purpose-grid .ma-auto-tags { margin-top: 15px; }
.ma-auto-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.ma-auto-feature-grid article { display: flex; gap: 12px; align-items: start; padding: 19px; border: 1px solid var(--ma-auto-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(31,22,64,.055); }
.ma-auto-feature-grid article i { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 9px; background: #dcf8f4; color: #08766d; }
.ma-auto-feature-grid p { margin: 3px 0 0; color: var(--ma-auto-copy); line-height: 1.55; }
.ma-auto-limit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.ma-auto-limit-grid p { color: #c2bfd4; line-height: 1.78; }
.ma-auto-limit-grid ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.ma-auto-limit-grid li { position: relative; padding: 17px 18px 17px 48px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.05); color: #dfddea; line-height: 1.55; }
.ma-auto-limit-grid li::before { content: "✓"; position: absolute; left: 18px; color: #80ddd3; font-weight: 900; }
.ma-auto-source { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--ma-auto-line); border-radius: var(--ma-auto-radius); background: linear-gradient(135deg, #fbfaff, #f1fbfa); }
.ma-auto-source p { color: var(--ma-auto-copy); line-height: 1.75; }
.ma-auto-source > div:last-child { display: grid; gap: 12px; }
.ma-auto-source a { display: inline-flex; align-items: center; gap: 9px; color: var(--ma-auto-purple-dark); font-weight: 850; text-decoration: none; }
.ma-auto-source code { overflow-wrap: anywhere; padding: 13px; border-radius: 12px; background: rgba(255,255,255,.8); color: var(--ma-auto-muted); font-size: .72rem; }
.ma-auto-empty { display: grid; place-items: start; min-height: 60vh; padding-block: 120px; }
.ma-auto-empty > span { color: var(--ma-auto-purple); font-size: 1rem; font-weight: 900; }
.ma-auto-empty h1 { margin: 12px 0; font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.05em; }
.ma-auto-empty p { color: var(--ma-auto-copy); }

.ma-auto-footer { padding: 58px 0 24px; background: #111020; color: #fff; }
.ma-auto-footer > .ma-auto-wrap:first-child { display: flex; align-items: start; justify-content: space-between; gap: 40px; }
.ma-auto-footer strong { font-size: 1.15rem; }
.ma-auto-footer p { max-width: 520px; color: #aaa7bb; line-height: 1.65; }
.ma-auto-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.ma-auto-footer nav a { color: #d8d5e4; font-size: .78rem; text-decoration: none; }
.ma-auto-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #868296; font-size: .72rem; }

.ma-auto-discovery { position: relative; padding: clamp(78px, 9vw, 118px) 0; background: linear-gradient(180deg, #fff, #f8f7fd); }
.ma-auto-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ma-auto-category-card { position: relative; overflow: hidden; min-height: 190px; padding: 22px; border-radius: 24px; color: #fff !important; text-decoration: none; box-shadow: 0 18px 42px rgba(31,22,64,.14); transition: translate .22s ease, box-shadow .22s ease; }
.ma-auto-category-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 130px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.055), 0 0 0 48px rgba(255,255,255,.035); }
.ma-auto-category-card:hover { translate: 0 -6px; box-shadow: 0 28px 54px rgba(31,22,64,.2); }
.ma-auto-category-card > div { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: start; }
.ma-auto-category-card > div i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,.16); }
.ma-auto-category-card > div strong { font-size: 1.65rem; letter-spacing: -.04em; }
.ma-auto-category-card h3 { position: relative; z-index: 1; max-width: 210px; margin: 23px 0 19px; font-size: 1.14rem; line-height: 1.25; }
.ma-auto-category-card > span { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 850; }
.ma-auto-catalogue-status { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; margin-top: 28px; }
.ma-auto-catalogue-status > div { display: grid; grid-template-columns: auto auto 1fr; gap: 10px; align-items: center; padding: 17px 19px; border: 1px solid var(--ma-auto-line); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: var(--ma-auto-shadow-soft); }
.ma-auto-catalogue-status i { color: var(--ma-auto-cyan); }
.ma-auto-catalogue-status strong { font-size: 1.25rem; }
.ma-auto-catalogue-status span { color: var(--ma-auto-muted); font-size: .73rem; line-height: 1.35; }
.ma-auto-quick-search { display: flex; flex-wrap: wrap; gap: 8px; margin: -16px 0 22px; }
.ma-auto-quick-search a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(112,71,235,.15); border-radius: 999px; background: #f8f6ff; color: #4c348e; font-size: .74rem; font-weight: 800; text-decoration: none; }
.ma-auto-quick-search a:hover { background: #eee9ff; }

.ma-auto-copy-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 0; border: 0; background: transparent; color: var(--ma-auto-purple-dark); font: inherit; font-size: .76rem; font-weight: 850; cursor: pointer; }
.ma-auto-copy-link.is-copied { color: #08766d; }
.ma-auto-section--map { position: relative; background: linear-gradient(135deg, #151329, #232047); color: #fff; }
.ma-auto-section--map .ma-auto-heading > span { color: #80ddd3; }
.ma-auto-section--map .ma-auto-heading p { color: #bdb9d1; }
.ma-auto-flow-map { overflow-x: auto; display: flex; align-items: center; gap: 13px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: rgba(255,255,255,.055); scrollbar-width: thin; }
.ma-auto-flow-node { flex: 0 0 min(210px, 42vw); min-height: 145px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.ma-auto-flow-node > span { display: block; color: #8ce8df; font: 800 .67rem ui-monospace, monospace; }
.ma-auto-flow-node > i { display: grid; place-items: center; width: 38px; height: 38px; margin: 15px 0; border-radius: 12px; background: #80ddd3; color: #16162c; }
.ma-auto-flow-node strong { display: block; font-size: .84rem; line-height: 1.4; }
.ma-auto-flow-arrow { color: #80ddd3; opacity: .8; }
.ma-auto-map-note { display: flex; gap: 10px; align-items: start; margin-top: 16px; color: #bbb7cd; font-size: .78rem; line-height: 1.6; }
.ma-auto-map-note i { margin-top: 3px; color: #80ddd3; }
.ma-auto-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.ma-auto-related-card { position: relative; overflow: hidden; min-height: 230px; display: flex; flex-direction: column; padding: 23px; border-radius: 23px; color: #fff !important; text-decoration: none; box-shadow: 0 18px 42px rgba(31,22,64,.14); transition: translate .22s ease, box-shadow .22s ease; }
.ma-auto-related-card:hover { translate: 0 -6px; box-shadow: 0 28px 54px rgba(31,22,64,.2); }
.ma-auto-related-card > div { display: flex; align-items: center; justify-content: space-between; }
.ma-auto-related-card > div i { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; background: rgba(255,255,255,.16); }
.ma-auto-related-card > div span { font-size: .74rem; font-weight: 850; }
.ma-auto-related-card h3 { margin: 28px 0 9px; font-size: 1.04rem; line-height: 1.3; }
.ma-auto-related-card p { margin: 0 0 22px; color: rgba(255,255,255,.77); font-size: .73rem; }
.ma-auto-related-card > strong { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-size: .76rem; }
.ma-auto-sticky-cta { display: none; }
.ma-auto-reveal { opacity: 0; translate: 0 18px; transition: opacity .55s ease, translate .55s ease; }
.ma-auto-reveal.is-visible { opacity: 1; translate: 0 0; }

@keyframes ma-auto-float { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(10px,-16px,0); } }

@media (max-width: 980px) {
  .ma-auto-hero-grid,
  .ma-auto-product-grid,
  .ma-auto-detail-grid,
  .ma-auto-limit-grid,
  .ma-auto-source { grid-template-columns: 1fr; }
  .ma-auto-hero-panel { max-width: 620px; transform: none; }
  .ma-auto-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ma-auto-filter { grid-template-columns: 1fr 1fr; }
  .ma-auto-filter label:first-child { grid-column: span 2; }
  .ma-auto-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ma-auto-category-grid,
  .ma-auto-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ma-auto-catalogue-status { grid-template-columns: 1fr; }
  .ma-auto-price-card { max-width: 620px; }
}

@media (max-width: 680px) {
  .ma-auto-wrap { width: min(100% - 26px, 1180px); }
  .ma-auto-hero,
  .ma-auto-product-hero { padding-top: 70px; }
  .ma-auto-hero h1,
  .ma-auto-product-hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .ma-auto-stats { grid-template-columns: repeat(2, 1fr); }
  .ma-auto-stats > div { padding: 17px; }
  .ma-auto-card-grid,
  .ma-auto-filter,
  .ma-auto-process,
  .ma-auto-trust-grid,
  .ma-auto-purpose-grid,
  .ma-auto-feature-grid,
  .ma-auto-category-grid,
  .ma-auto-related-grid { grid-template-columns: 1fr; }
  .ma-auto-filter label:first-child { grid-column: auto; }
  .ma-auto-filter .ma-auto-btn { width: 100%; }
  .ma-auto-card-art { min-height: 125px; }
  .ma-auto-price-card { padding: 23px; }
  .ma-auto-tech-card dl > div { display: grid; gap: 5px; }
  .ma-auto-tech-card dd { text-align: left; }
  .ma-auto-source { gap: 22px; }
  .ma-auto-footer > .ma-auto-wrap:first-child,
  .ma-auto-footer-bottom { display: grid; }
  .ma-auto-footer nav { justify-content: flex-start; }
  .ma-auto-preview-nav span { display: none; }
  .ma-auto-flow-map { margin-inline: -13px; padding: 19px 13px; border-radius: 0; border-inline: 0; }
  .ma-auto-flow-node { flex-basis: 72vw; }
  .ma-auto-sticky-cta { position: fixed; z-index: 9998; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 11px; border: 1px solid rgba(112,71,235,.2); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 20px 50px rgba(18,16,42,.24); backdrop-filter: blur(16px); }
  .ma-auto-sticky-cta > div { min-width: 0; }
  .ma-auto-sticky-cta strong { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; font-size: .76rem; }
  .ma-auto-sticky-cta span { display: block; margin-top: 3px; color: var(--ma-auto-muted); font-size: .63rem; }
  .ma-auto-sticky-cta .ma-auto-btn { min-height: 42px; padding: 8px 12px; font-size: .68rem; }
  .ma-auto-product-hero ~ *:last-child { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Account-bound checkout, return and library */
.ma-auto-checkout-shell{min-height:100vh;display:grid;place-items:center;padding:42px 20px;background:radial-gradient(circle at 12% 12%,rgba(56,189,248,.16),transparent 34%),radial-gradient(circle at 88% 80%,rgba(99,102,241,.16),transparent 32%),linear-gradient(145deg,#f8fbff,#f3f6ff 54%,#f8fafc)}
.ma-auto-checkout-card{width:min(720px,100%);padding:36px;border:1px solid rgba(148,163,184,.28);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,249,255,.96));box-shadow:0 34px 90px rgba(30,41,59,.17),0 10px 30px rgba(79,70,229,.09)}
.ma-auto-checkout-card h1{margin:18px 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.08;color:#0f172a}
.ma-auto-checkout-card>p,.ma-auto-checkout-note p{color:#475569;line-height:1.7}
.ma-auto-checkout-price{display:flex;align-items:baseline;gap:12px;margin:20px 0;padding:18px 20px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#eef2ff)}
.ma-auto-checkout-price strong{font-size:34px;color:#312e81}.ma-auto-checkout-price span{font-weight:750;color:#64748b}
.ma-auto-checkout-card ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0;padding:0;list-style:none}.ma-auto-checkout-card li{padding:12px 14px;border-radius:14px;background:#f8fafc;color:#334155;font-weight:700}
.ma-auto-checkout-label{display:grid;gap:8px;margin:22px 0}.ma-auto-checkout-label span{font-weight:850;color:#1e293b}.ma-auto-checkout-label select{width:100%;min-height:52px;padding:0 14px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;font:inherit}
.ma-auto-checkout-disclosure,.ma-auto-checkout-note,.ma-auto-checkout-error{margin:18px 0;padding:18px 20px;border-radius:18px}.ma-auto-checkout-disclosure{border:1px solid #c7d2fe;background:#eef2ff;color:#312e81}.ma-auto-checkout-disclosure p{margin:7px 0 0;line-height:1.65}.ma-auto-checkout-note{border:1px solid #bae6fd;background:#f0f9ff}.ma-auto-checkout-error{border:1px solid #fecaca;background:#fff1f2;color:#9f1239;font-weight:750}
.ma-auto-check{display:flex;align-items:flex-start;gap:11px;margin:14px 0;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#334155;line-height:1.5}.ma-auto-check input{width:19px;height:19px;margin-top:2px;accent-color:#4f46e5}
.ma-auto-checkout-legal{font-size:13px}.ma-auto-checkout-legal a{color:#4338ca;font-weight:800}.ma-auto-no-charge{font-size:12px;color:#64748b}.ma-auto-spinner{width:48px;height:48px;margin:4px auto 20px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:maAutoSpin .8s linear infinite}@keyframes maAutoSpin{to{transform:rotate(360deg)}}
.ma-auto-library{min-height:70vh;padding:72px 0;background:linear-gradient(180deg,#f8fbff,#fff)}.ma-auto-library h1{margin:16px 0 10px;font-size:clamp(36px,5vw,62px);color:#0f172a}.ma-auto-library>.ma-auto-wrap>p{max-width:700px;color:#64748b;font-size:18px}
.ma-auto-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:34px}.ma-auto-library-grid article{display:flex;flex-direction:column;min-height:300px;padding:24px;border:1px solid rgba(148,163,184,.28);border-radius:22px;background:linear-gradient(145deg,#fff,#f5f8ff);box-shadow:0 22px 54px rgba(30,41,59,.13)}.ma-auto-library-grid article>span{align-self:flex-start;padding:6px 10px;border-radius:999px;background:#dcfce7;color:#166534;font-size:11px;font-weight:900;text-transform:uppercase}.ma-auto-library-grid h2{margin:16px 0 10px;color:#0f172a;font-size:20px}.ma-auto-library-grid p{flex:1;color:#64748b;line-height:1.6}.ma-auto-library-grid article>div{display:flex;justify-content:space-between;gap:8px;margin:14px 0;color:#64748b;font-size:11px}.ma-auto-library-grid code{color:#4338ca}
@media(max-width:860px){.ma-auto-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ma-auto-checkout-card{padding:24px 18px;border-radius:22px}.ma-auto-checkout-card ul,.ma-auto-library-grid{grid-template-columns:1fr}.ma-auto-checkout-card .ma-auto-btn{width:100%;justify-content:center}.ma-auto-library{padding:46px 0}}

/* Personal catalogue, smart finder and customer library */
.ma-auto-body [hidden]{display:none!important}
.ma-auto-section--smart{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(112,71,235,.12),transparent 31%),radial-gradient(circle at 90% 88%,rgba(25,183,176,.12),transparent 30%),linear-gradient(145deg,#fbfaff,#f5fbff 58%,#fffaf5)}
.ma-auto-section--smart:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(112,71,235,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(112,71,235,.045) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,#000,transparent 84%)}
.ma-auto-smart-grid{position:relative;display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:clamp(34px,6vw,78px);align-items:center}
.ma-auto-smart-grid h2{margin:0;font-size:clamp(2rem,3.7vw,3.45rem);line-height:1.06;letter-spacing:-.045em;text-wrap:balance}
.ma-auto-smart-grid>div>p{max-width:620px;margin:18px 0 0;color:var(--ma-auto-copy);line-height:1.75}
.ma-auto-smart-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:22px;border:1px solid rgba(112,71,235,.16);border-radius:26px;background:rgba(255,255,255,.91);box-shadow:0 32px 74px rgba(38,27,78,.15),inset 0 1px rgba(255,255,255,.95);backdrop-filter:blur(18px)}
.ma-auto-smart-form label{display:grid;gap:7px;color:var(--ma-auto-copy);font-size:.72rem;font-weight:850}
.ma-auto-smart-form label:first-child{grid-column:span 2}
.ma-auto-smart-form select{width:100%;min-height:50px;padding:0 13px;border:1px solid rgba(15,23,42,.13);border-radius:13px;background:linear-gradient(180deg,#fff,#fafbff);color:var(--ma-auto-ink);font:inherit;font-size:.86rem}
.ma-auto-smart-form .ma-auto-btn{grid-column:span 2;width:100%}
.ma-auto-personal-tools{position:relative;display:flex;align-items:center;gap:10px;margin-top:28px}
.ma-auto-personal-tools button,.ma-auto-floating-tools button{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:9px 12px;border:1px solid rgba(112,71,235,.16);border-radius:13px;background:rgba(255,255,255,.92);color:#35265f;font:inherit;font-size:.75rem;font-weight:850;cursor:pointer;box-shadow:0 12px 28px rgba(48,34,93,.09)}
.ma-auto-personal-tools button:hover,.ma-auto-floating-tools button:hover{border-color:rgba(112,71,235,.34);transform:translateY(-1px)}
.ma-auto-personal-tools button b,.ma-auto-floating-tools button b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:999px;background:#eee9ff;color:#5638b6;font-size:.66rem}
.ma-auto-personal-tools small{margin-left:auto;color:var(--ma-auto-muted);font-size:.7rem}
.ma-auto-card-actions,.ma-auto-product-tools{display:flex;flex-wrap:wrap;gap:8px}
.ma-auto-card-actions{margin:13px 0 3px;padding-top:11px;border-top:1px solid rgba(112,71,235,.1)}
.ma-auto-product-tools{margin-top:17px}
.ma-auto-mini-action,.ma-auto-product-tools button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 10px;border:1px solid rgba(112,71,235,.15);border-radius:11px;background:linear-gradient(180deg,#fff,#f8f6ff);color:#4a397c;font:inherit;font-size:.65rem;font-weight:850;cursor:pointer;box-shadow:0 7px 16px rgba(60,41,112,.06);transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.ma-auto-product-tools button{min-height:44px;padding:10px 14px;font-size:.75rem}
.ma-auto-mini-action:hover,.ma-auto-product-tools button:hover{transform:translateY(-2px);border-color:rgba(112,71,235,.34)}
.ma-auto-mini-action.is-active,.ma-auto-product-tools button.is-active{border-color:rgba(112,71,235,.26);background:linear-gradient(135deg,#7047eb,#855cef);color:#fff;box-shadow:0 10px 22px rgba(112,71,235,.2)}
.ma-auto-floating-tools{position:fixed;z-index:9996;right:18px;bottom:18px;display:flex;gap:8px;padding:7px;border:1px solid rgba(112,71,235,.16);border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 22px 60px rgba(22,18,54,.18);backdrop-filter:blur(18px)}
.ma-auto-floating-tools button{min-height:41px;box-shadow:none}
.ma-auto-personal-dialog{width:min(940px,calc(100% - 30px));max-height:min(720px,calc(100vh - 50px));padding:0;border:1px solid rgba(112,71,235,.2);border-radius:26px;background:linear-gradient(145deg,#fff,#f8f8ff);color:var(--ma-auto-ink);box-shadow:0 45px 120px rgba(18,15,46,.32)}
.ma-auto-personal-dialog::backdrop{background:rgba(17,15,38,.52);backdrop-filter:blur(7px)}
.ma-auto-dialog-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px 24px;border-bottom:1px solid rgba(112,71,235,.12);background:rgba(255,255,255,.9);backdrop-filter:blur(16px)}
.ma-auto-dialog-head h2{margin:0;font-size:clamp(1.35rem,3vw,2rem);letter-spacing:-.035em}
.ma-auto-dialog-head button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ma-auto-line);border-radius:13px;background:#fff;color:#42346f;font-size:1.55rem;cursor:pointer}
.ma-auto-personal-dialog>[data-ma-favourites-list],.ma-auto-personal-dialog>[data-ma-compare-list]{padding:24px}
.ma-auto-saved-grid,.ma-auto-compare-grid,.ma-auto-recent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.ma-auto-saved-card{display:flex;flex-direction:column;min-height:205px;padding:18px;border:1px solid rgba(112,71,235,.13);border-radius:19px;background:radial-gradient(circle at 100% 0,rgba(112,71,235,.1),transparent 40%),linear-gradient(145deg,#fff,#f7faff);box-shadow:0 16px 34px rgba(38,27,78,.09)}
.ma-auto-saved-card>span{align-self:flex-start;padding:5px 8px;border-radius:999px;background:#eeeaff;color:#5a3dbc;font-size:.59rem;font-weight:900;text-transform:uppercase}
.ma-auto-saved-card h3{margin:13px 0 8px;font-size:.94rem;line-height:1.35}
.ma-auto-saved-card>p{margin:0;color:var(--ma-auto-muted);font-size:.68rem;line-height:1.55}
.ma-auto-saved-card>div{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:auto;padding-top:16px}
.ma-auto-saved-card a,.ma-auto-saved-card button{border:0;background:none;color:var(--ma-auto-purple-dark);font:inherit;font-size:.68rem;font-weight:850;text-decoration:none;cursor:pointer}
.ma-auto-saved-card button{color:#9f3c57}
.ma-auto-dialog-empty{margin:0;padding:42px 22px;border:1px dashed rgba(112,71,235,.22);border-radius:18px;color:var(--ma-auto-muted);text-align:center}
.ma-auto-toast{position:fixed;z-index:10010;left:50%;bottom:92px;max-width:min(500px,calc(100% - 30px));padding:13px 18px;border-radius:13px;background:#17152a;color:#fff;font-size:.76rem;font-weight:750;box-shadow:0 18px 48px rgba(17,15,42,.3);opacity:0;pointer-events:none;transform:translate(-50%,14px);transition:opacity .2s ease,transform .2s ease}
.ma-auto-toast.is-visible{opacity:1;transform:translate(-50%,0)}
.ma-auto-section--recent{padding-top:68px;background:linear-gradient(180deg,#fff,#f8faff)}
.ma-auto-section--recent .ma-auto-heading{margin-bottom:27px}
.ma-auto-library-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.ma-auto-library-total{flex:0 0 auto;display:grid;min-width:110px;padding:15px 18px;border:1px solid rgba(112,71,235,.16);border-radius:18px;background:linear-gradient(145deg,#fff,#f3f0ff);box-shadow:0 14px 34px rgba(62,43,118,.1)}
.ma-auto-library-total strong{font-size:1.8rem;line-height:1;color:#4c25b9}.ma-auto-library-total span{margin-top:5px;color:#6d6288;font-size:.64rem;font-weight:850;text-transform:uppercase}
.ma-auto-library-tools{display:flex;align-items:center;gap:11px;margin-top:28px;padding:14px;border:1px solid rgba(112,71,235,.14);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 15px 36px rgba(44,32,85,.08)}
.ma-auto-library-tools label{position:relative;flex:1}.ma-auto-library-tools label i{position:absolute;left:15px;top:50%;translate:0 -50%;color:#7765aa}.ma-auto-library-tools input{width:100%;min-height:48px;padding:0 15px 0 43px;border:1px solid rgba(15,23,42,.13);border-radius:13px;background:#fbfbff;color:#111827;font:inherit}.ma-auto-library-tools>span{color:#64748b;font-size:.72rem;font-weight:800;white-space:nowrap}.ma-auto-library-tools>a{color:#4c25b9;font-size:.72rem;font-weight:850;text-decoration:none;white-space:nowrap}
.ma-auto-library-no-result{padding:26px;border:1px dashed #c7d2fe;border-radius:18px;background:#f8faff;text-align:center}
.ma-auto-library-card-head{display:flex;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0!important}.ma-auto-library-card-head span{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#dcfce7;color:#166534;font-size:.64rem;font-weight:900;text-transform:uppercase}.ma-auto-library-card-head small{color:#4c25b9;font-weight:900}
.ma-auto-library-grid dl{display:grid;gap:8px;margin:8px 0 16px}.ma-auto-library-grid dl>div{display:flex;justify-content:space-between;gap:14px;padding-bottom:7px;border-bottom:1px solid #edf0f6}.ma-auto-library-grid dt{color:#64748b;font-size:.66rem}.ma-auto-library-grid dd{margin:0;color:#334155;font-size:.66rem;font-weight:800;text-align:right}
.ma-auto-library-actions{display:grid!important;gap:9px!important;margin-top:auto!important}.ma-auto-library-actions .ma-auto-btn{min-height:44px;padding:10px 13px;font-size:.7rem}.ma-auto-library-actions>a:last-child{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#4c25b9;font-size:.7rem;font-weight:850;text-decoration:none}
.ma-auto-country-warning{margin:-10px 0 16px;padding:13px 15px;border:1px solid #fed7aa;border-radius:13px;background:#fff7ed;color:#9a3412;font-size:.78rem;font-weight:750;line-height:1.5}
.ma-auto-btn:disabled{border-color:#cbd5e1;background:#e2e8f0;color:#64748b!important;cursor:not-allowed;box-shadow:none;transform:none}

@media(max-width:980px){.ma-auto-smart-grid{grid-template-columns:1fr}.ma-auto-saved-grid,.ma-auto-compare-grid,.ma-auto-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ma-auto-smart-form{grid-template-columns:1fr;padding:17px}.ma-auto-smart-form label:first-child,.ma-auto-smart-form .ma-auto-btn{grid-column:auto}.ma-auto-personal-tools{align-items:stretch;flex-wrap:wrap}.ma-auto-personal-tools button{flex:1}.ma-auto-personal-tools small{width:100%;margin:3px 0 0}.ma-auto-floating-tools{left:10px;right:10px;bottom:82px;justify-content:center}.ma-auto-floating-tools button{flex:1;justify-content:center}.ma-auto-floating-tools button span{display:none}.ma-auto-saved-grid,.ma-auto-compare-grid,.ma-auto-recent-grid{grid-template-columns:1fr}.ma-auto-library-title-row{display:grid}.ma-auto-library-total{width:100%}.ma-auto-library-tools{align-items:stretch;flex-wrap:wrap}.ma-auto-library-tools label{flex-basis:100%}.ma-auto-library-tools>span,.ma-auto-library-tools>a{flex:1}.ma-auto-section--smart{padding-top:64px}}
