.gm{position:relative;box-sizing:border-box;display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:12px;align-items:center;width:100%;min-height:56px;margin:0 0 12px;padding:9px 14px;background:#fff;border:1px solid #e8e2d6;border-radius:var(--buttonRadius,0);overflow:hidden;text-align:left;letter-spacing:0}.gm *{box-sizing:border-box}.gm-thumb{position:relative;width:32px;height:32px}.gm-thumb img{display:block;width:32px!important;height:32px!important;max-width:none;object-fit:cover}.gm-check{position:absolute;right:-5px;bottom:-5px;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#d67ab1,#8b7ce6,#5ac8c8);box-shadow:0 0 0 2px #fff;opacity:0;transform:scale(.5);transition:opacity .2s,transform .35s cubic-bezier(.34,1.56,.64,1)}.gm-check svg{position:absolute;left:3px;top:3px;width:10px!important;height:10px!important;max-width:10px!important;max-height:10px!important}.gm-check path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.gm-body{display:grid;min-width:0}.gm-p,.gm-u{grid-area:1/1;display:grid;min-width:0;align-self:center;align-content:center;transition:opacity .3s cubic-bezier(.16,1,.3,1),visibility 0s .3s}.gm-p{grid-template-columns:minmax(0,1fr);grid-template-areas:"tx" "tr";row-gap:5px}.gm--nudge .gm-p{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"tx sd" "tr sd"}.gm-u{row-gap:3px;visibility:hidden;opacity:0}.gm--done .gm-p{visibility:hidden;opacity:0}.gm--done .gm-u{visibility:visible;opacity:1;transition-delay:0s}.gm-text{margin:0!important;font-size:14px;line-height:1.3;font-weight:400;color:#111!important;-webkit-text-fill-color:#111!important;text-transform:none!important;letter-spacing:0!important}.gm-p .gm-text{grid-area:tx}.gm-u .gm-text{font-weight:500}.gm-amt{display:inline-block;font-weight:700;font-variant-numeric:tabular-nums}.gm-track{grid-area:tr;position:relative;height:4px;background:#efeae0;overflow:hidden;transform-origin:50% 0;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s}.gm-fill{position:absolute;inset:0;background:linear-gradient(90deg,#d67ab1,#8b7ce6,#5ac8c8);transform-origin:0 50%;transform:scaleX(var(--gm-p,0));transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.gm-sub{margin:0!important;font-size:12px;line-height:1.25;color:#444!important;-webkit-text-fill-color:#444!important;text-transform:none!important;letter-spacing:0!important}.gm-nudge{grid-area:sd;margin:0 0 0 12px;padding:4px 0;min-height:24px;background:none;border:0;border-radius:0;font-family:inherit;font-size:12px;font-weight:600;line-height:1.2;letter-spacing:0;text-transform:none;color:#111;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;white-space:nowrap;cursor:pointer}.gm-nudge:focus-visible{outline:2px solid #111;outline-offset:2px}.gm-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.gm--done{border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#d67ab1,#8b7ce6,#5ac8c8) border-box}.gm--done .gm-check{opacity:1;transform:none}.gm--done .gm-track{transform:scaleY(0);opacity:0}.gm:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 30%,rgba(139,124,230,.34) 48%,rgba(90,200,200,.3) 54%,transparent 72%);transform:translate(-101%);pointer-events:none}.gm--unlock:after{animation:gm-sweep .9s .15s cubic-bezier(.16,1,.3,1) both}.gm--unlock .gm-thumb{animation:gm-pop .45s cubic-bezier(.34,1.56,.64,1)}.gm--unlock .gm-sub{animation:gm-rise .4s .2s cubic-bezier(.16,1,.3,1) both}@keyframes gm-sweep{to{transform:translate(101%)}}@keyframes gm-pop{50%{transform:scale(1.12)}}@keyframes gm-rise{0%{opacity:0;transform:translateY(3px)}}.gm--ended{visibility:hidden;opacity:0}.gm-ended .gm{display:none}@media(max-width:640px){.gm{min-height:54px;padding:6px 12px;column-gap:10px}.gm-p{row-gap:4px}.gm-text{font-size:13px;line-height:1.2}.gm--nudge .gm-p{grid-template-areas:"tx tx" "tr sd"}.gm--nudge .gm-track{align-self:center}.gm--nudge .gm-nudge{margin-left:10px;padding:2px 0}}@media(prefers-reduced-motion:reduce){.gm,.gm *,.gm:after{transition:none!important;animation:none!important}}

.gm{grid-template-columns:44px minmax(0,1fr);column-gap:14px;align-items:center;min-height:0;margin:4px 0 14px;padding:15px 16px 15px 14px;background:#fff;border:1px solid #e3dccd;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}
.gm:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,#d67ab1,#8b7ce6,#5ac8c8)}
.gm-thumb{width:44px;height:44px;padding:0;border-radius:0;background:#f4efe6}
.gm-thumb img{width:44px!important;height:44px!important;border:0;border-radius:0}
.gm-check{width:18px;height:18px;right:-6px;bottom:-6px;box-shadow:0 0 0 2px #fff}
.gm-check svg{left:4px;top:4px}
.gm-text{font-size:14px;line-height:1.4;font-weight:400;color:#1c1d1d!important;-webkit-text-fill-color:#1c1d1d!important;text-wrap:pretty}
.gm-amt{font-weight:600;color:#5b3fd0!important;-webkit-text-fill-color:#5b3fd0!important}
.gm-p{row-gap:10px}
.gm--nudge .gm-p{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"tx tx" "tr sd";column-gap:14px}
.gm-track{height:3px;border-radius:0;background:#ece6da;align-self:center}
.gm-fill{border-radius:0}
.gm--nudge .gm-nudge{margin:-6px 0;padding:6px 0;min-height:0;border:0;border-radius:0;background:none;box-shadow:none;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#1c1d1d!important;-webkit-text-fill-color:#1c1d1d!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;white-space:nowrap;align-self:center}
.gm--nudge .gm-nudge:after{content:" \2192"/""}
.gm-u{row-gap:3px}
.gm-u .gm-text{font-weight:600}
.gm-sub{font-size:12px;letter-spacing:.02em;color:#6b6760!important;-webkit-text-fill-color:#6b6760!important}
.gm--done{background:#fff;border-color:#e3dccd;box-shadow:none}
.gm--done:before{height:3px}
@media(max-width:640px){.gm{grid-template-columns:40px minmax(0,1fr);column-gap:12px;padding:14px 14px 14px 12px;min-height:0}.gm-thumb,.gm-thumb img{width:40px!important;height:40px!important}.gm-text{font-size:13.5px;line-height:1.4}.gm-p{row-gap:9px}.gm--nudge .gm-p{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"tx tx" "tr sd"}.gm--nudge .gm-nudge{margin:-6px 0;font-size:10.5px}}