[data-style-type]{--button-style-border-width:0px;--button-style-border:none;--button-style-shadow:none;--button-style-radius:32px;--button-style-background-hover:var(--button-style-background)}[data-style-type=FILL],[data-style-type=OUTLINE]{--button-style-background-hover:color-mix(in srgb, var(--button-style-background) 93%, var(--button-style-contrast-color) 7%)}[data-style-type=FILL][data-shadow-type=SHADOW_SOFT]{--button-style-shadow:0 1px 14px #00000005, 0 4px 26px #00000008}[data-style-type=FILL][data-shadow-type=SHADOW_STRONG]{--button-style-shadow:0 2px 8px #00000014, 0 12px 30px #00000029}[data-style-type=FILL][data-shadow-type=SHADOW_FULL]{--button-style-border-width:2px;--button-style-border:var(--button-style-border-width) solid var(--button-style-shadow-color);--button-style-shadow:3px 4px 0 0 var(--button-style-shadow-color)}[data-style-type=GLASS]{--button-style-shadow:0px 0 8px #00000005}[data-style-type=OUTLINE]{--button-style-border-width:1px;--button-style-border:var(--button-style-border-width) solid var(--button-style-border-color)}[data-corner-style=SQUARE]{--button-style-radius:0px}[data-corner-style=ROUNDED_SM]{--button-style-radius:8px}[data-corner-style=ROUNDED_MD]{--button-style-radius:16px}[data-corner-style=ROUNDED_FULL]{--button-style-radius:32px}.link-button{width:100%;min-height:calc(var(--button-min-height,64px) + 2 * var(--button-style-border-width,0px));background:var(--button-style-background);border:var(--button-style-border);color:var(--button-style-text);border-radius:var(--button-style-radius);box-shadow:var(--button-style-shadow);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:transform 75ms,box-shadow 75ms,background-color 75ms;display:flex;position:relative;overflow:hidden}@media (pointer:fine){.link-button:hover:not([data-disable-hover=true]){background:var(--button-style-background-hover)}}[data-style-type=FILL][data-shadow-type=SHADOW_FULL] .link-button{width:calc(100% - 2px)}@media (pointer:fine){[data-style-type=FILL][data-shadow-type=SHADOW_FULL] .link-button:hover:not([data-disable-hover=true]){box-shadow:4px 5px 0 0 var(--button-style-shadow-color);background:var(--button-style-background);transform:translate(-1px,-1px)}}[data-style-type=FILL][data-shadow-type=SHADOW_FULL] .link-button:active:not([data-disable-hover=true]){box-shadow:1px 2px 0 var(--button-style-shadow-color);transform:translate(2px,2px)}@media (prefers-reduced-motion:reduce){[data-style-type=FILL][data-shadow-type=SHADOW_FULL] .link-button:hover:not([data-disable-hover=true]),[data-style-type=FILL][data-shadow-type=SHADOW_FULL] .link-button:active:not([data-disable-hover=true]){transform:none}}[data-style-type=GLASS] .link-button:after{content:"";border-radius:inherit;opacity:.15;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.link-button-muestra{background:var(--button-style-background);border:var(--button-style-border);border-radius:var(--button-style-radius);box-shadow:var(--button-style-shadow)}.link-button__pila{flex-direction:column;align-items:center;gap:1px;width:100%;min-width:0;display:flex}.link-button__meta{letter-spacing:-.2px;opacity:.6;justify-content:center;align-items:center;gap:3.5px;min-width:0;max-width:100%;font-size:12px;font-weight:400;line-height:18px;display:flex}.link-button__marca{flex:none;margin-inline-end:-1px;display:flex}.link-button__marca svg{width:13.5px;height:13.5px}.link-button__usuario{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.link-button__punto,.link-button__cuenta{white-space:nowrap;flex:none}@supports not (color:color-mix(in srgb, red 50%, blue)){[data-style-type]{--button-style-background-hover:var(--button-style-background)}}