@charset "UTF-8";

[class*="components-"] {
  all: initial;
}
/*
button
*/
.components-button {
  all: unset;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.618em;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.components-button:focus-visible {
  outline-color: inherit;
  outline-offset: 0.1em;
  outline-style: solid;
  outline-width: thin;
}
.components-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
/**/
.components-button:not([class*="fit:"]) {
  display: inline-flex;
  padding: 0.618em 1em;
}
.components-button.fit\:container {
  display: flex;
  width: 100%;
  padding: 0.618em 1em;
}
.components-button.fit\:content {
  display: inline-flex;
  padding: 0.618em;
}
/**/
.components-button:not([class*="size:"]) {
  font-size: inherit;
}
.components-button.size\:\-4 {
  font-size: 0.6rem;
}
.components-button.size\:\-3 {
  font-size: 0.7rem;
}
.components-button.size\:\-2 {
  font-size: 0.8rem;
}
.components-button.size\:\-1 {
  font-size: 0.9rem;
}
.components-button.size\:\+1 {
  font-size: 1.1rem;
}
.components-button.size\:\+2 {
  font-size: 1.2rem;
}
.components-button.size\:\+3 {
  font-size: 1.3rem;
}
.components-button.size\:\+4 {
  font-size: 1.4rem;
}
.components-button.size\:\+5 {
  font-size: 1.5rem;
}
.components-button.size\:\+6 {
  font-size: 1.6rem;
}
/**/
.components-button:not([class*="style:"]) {
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  background-color: transparent;
  color: inherit;
  transform: scale(0.99);
}
.components-button.style\:action {
  border-color: rgba(255,255,255,1);
  border-radius: 2em;
  border-style: solid;
  border-width: 3px;
  background-color: rgba(143,195,31,1);
  background-image: linear-gradient(rgba(46,167,224,1), rgba(46,167,224,1));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  color: rgba(255,255,255,1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.components-button.style\:action:focus,
.components-button.style\:action:hover {
  background-size: 100% 100%;
}
.components-button.style\:action:active {
  transform: scale(0.99);
}
.components-button.style\:action:focus-visible {
  outline-color: currentColor;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: thin;
}
.components-button.style\:attent {
  border-color: rgba(255,255,255,1);
  border-radius: 2em;
  border-style: solid;
  border-width: 3px;
  background-color: rgba(234,92,112,1);
  background-image: linear-gradient(rgba(46,167,224,1), rgba(46,167,224,1));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  color: rgba(255,255,255,1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.components-button.style\:attent:focus,
.components-button.style\:attent:hover {
  background-size: 100% 100%;
}
.components-button.style\:attent:active {
  transform: scale(0.99);
}
.components-button.style\:attent:focus-visible {
  outline-color: currentColor;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: thin;
}
.components-button.style\:call {
  border-color: rgb(46,167,224);
  border-radius: 2em;
  border-style: solid;
  border-width: medium;
  background-color: rgba(255,255,255,1);
  background-image: linear-gradient(rgba(46,167,224,1), rgba(46,167,224,1));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  color: rgba(46,167,224,1);
  font-weight: bold;
}
.components-button.style\:call:focus,
.components-button.style\:call:hover {
  background-size: 100% 100%;
  color: rgba(255,255,255,1);
}
.components-button.style\:call:active {
  transform: scale(0.99);
}
.components-button.style\:call:focus-visible {
  outline-color: currentColor;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: thin;
}
.components-button.style\:context {
  border-color: rgba(0,0,0,0.8);
  border-radius: 2em;
  border-style: solid;
  border-width: thin;
  background-color: transparent;
  color: rgba(0,0,0,0.9);
}
.components-button.style\:context:hover {
  border-color: rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.05);
}
.components-button.style\:context:focus-visible {
  outline-color: currentColor;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: thin;
}
.components-button.style\:context:active {
  transform: scale(0.99);
}
/**/
@media screen {
  .components-button {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
  }
}