.gm-pricing{width:min(100%,72rem);margin-inline:auto;padding:clamp(1rem,3vw,2.5rem) 1rem 4rem;color:var(--gm-text,#17212b)}.gm-pricing *{box-sizing:border-box}.gm-pricing__hero,.gm-pricing__index,.gm-pricing__overview,.gm-pricing__detail{border:1px solid var(--gm-line,#dfe5ea);border-radius:var(--gm-radius,1rem);background:var(--gm-white,#fff)}.gm-pricing__hero,.gm-pricing__index,.gm-pricing__overview,.gm-pricing__detail{padding:clamp(1rem,2.5vw,1.5rem);margin-bottom:1rem}.gm-pricing__eyebrow{margin:0 0 .35rem;font-size:.78rem;font-weight:800;letter-spacing:.04em;color:var(--gm-muted,#68737d)}.gm-pricing__hero h1,.gm-pricing__section-header h2,.gm-pricing__card h3,.gm-pricing__index-card h3{margin:0}.gm-pricing__hero p:last-child{max-width:52rem;margin:.75rem 0 0;line-height:1.9;color:var(--gm-muted,#68737d)}.gm-pricing__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.gm-pricing__section-header>p{margin:.25rem 0 0;color:var(--gm-muted,#68737d)}.gm-pricing__index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.gm-pricing__index-card,.gm-pricing__card,.gm-pricing__fact{border:1px solid var(--gm-line,#dfe5ea);border-radius:.85rem;background:var(--gm-surface,#fafbfc)}.gm-pricing__index-card{padding:1rem}.gm-pricing__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gm-pricing__card{min-width:0;display:flex;flex-direction:column;gap:.65rem;padding:1rem}.gm-pricing__price{margin:.35rem 0;font-size:1.2rem;font-weight:850;font-variant-numeric:tabular-nums}.gm-pricing__price--secondary{font-size:1rem}.gm-pricing__meta{margin:.25rem 0 0;color:var(--gm-muted,#68737d)}.gm-pricing__detail-button,.gm-pricing__close{min-height:2.7rem;padding:.55rem .9rem;border:1px solid var(--gm-line,#dfe5ea);border-radius:.7rem;background:var(--gm-white,#fff);color:inherit;font:inherit;font-weight:700;cursor:pointer}.gm-pricing__detail-button{margin-top:auto}.gm-pricing__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.gm-pricing__fact{display:flex;justify-content:space-between;gap:1rem;padding:.85rem}.gm-pricing__fact span{color:var(--gm-muted,#68737d)}.gm-pricing button:focus-visible{outline:3px solid currentColor;outline-offset:3px}@media(max-width:900px){.gm-pricing__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.gm-pricing__list,.gm-pricing__index-grid,.gm-pricing__facts{grid-template-columns:1fr}.gm-pricing__section-header{flex-direction:column}.gm-pricing__close{width:100%}}

/* Export Pricing / GMEI — bounded presentation */
.gm-pricing__export { margin-block: 24px; }
.gm-pricing__export-card { border: 1px solid var(--gm-border, #e6e6e2); border-radius: 18px; padding: 18px; background: var(--gm-surface, #fff); }
.gm-pricing__export-card[data-state="loading"] { opacity: .72; }
.gm-pricing__export-card[data-state="empty"] { opacity: .8; }
.gm-pricing__export-value { margin: 0; font-size: clamp(1.75rem, 7vw, 2.5rem); font-weight: 800; line-height: 1.2; }
.gm-pricing__change { margin: 8px 0 0; font-size: .9rem; }
.gm-pricing__history { display: flex; align-items: end; gap: 4px; min-height: 72px; margin-top: 16px; padding-top: 8px; overflow: hidden; }
.gm-pricing__history-point { display: block; flex: 1 1 0; min-width: 4px; max-width: 18px; height: calc(var(--gm-point, 10) * .6px); min-height: 6px; border-radius: 999px 999px 3px 3px; background: currentColor; opacity: .35; }
@media (min-width: 720px) { .gm-pricing__export-card { padding: 24px; } .gm-pricing__history { min-height: 88px; } }