/* [next]/internal/font/google/albert_sans_64a7c7d2.module.css [app-client] (css) */
@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/fa976604f77b0cd0-s.48a566ce.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/26aa48c1bdeb5547-s.p.37505e65.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/fa976604f77b0cd0-s.48a566ce.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/26aa48c1bdeb5547-s.p.37505e65.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/fa976604f77b0cd0-s.48a566ce.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/26aa48c1bdeb5547-s.p.37505e65.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/fa976604f77b0cd0-s.48a566ce.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Albert Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/26aa48c1bdeb5547-s.p.37505e65.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Albert Sans Fallback;
  src: local(Arial);
  ascent-override: 91.47%;
  descent-override: 24.07%;
  line-gap-override: 0.0%;
  size-adjust: 103.86%;
}

.albert_sans_64a7c7d2-module__D-85cW__className {
  font-family: Albert Sans, Albert Sans Fallback;
  font-style: normal;
}

/* [project]/app/components/Toast.css [app-client] (css) */
#toast-popup {
  background-color: var(--night);
  border-radius: 16px;
  width: calc(100vw - 32px);
  padding: 16px;
  transition: all .25s ease-in-out;
  position: fixed;
  left: 16px;
  box-shadow: 0 2px 4px #00000026, 0 7px 7px #00000021, 0 16px 10px #00000014, 0 29px 12px #00000005, 0 46px 13px #0000;
}

#toast-popup[data-open="true"] {
  opacity: 1;
  top: 16px;
  transform: translateY(0);
}

#toast-popup[data-open="false"] {
  opacity: .5;
  top: -16px;
  transform: translateY(-100%);
}

#toast-popup #toast-text {
  -webkit-line-clamp: 2;
  color: var(--white);
  -webkit-box-orient: vertical;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
}

/* [project]/app/components/ui/flex.css [app-client] (css) */
div.flex {
  display: flex;
}

div.flex.row {
  flex-direction: row;
}

div.flex.column {
  flex-direction: column;
}

div.flex[gap-="xxs"] {
  gap: 2px;
}

div.flex[gap-="xs"] {
  gap: 4px;
}

div.flex[gap-="sm"] {
  gap: 8px;
}

div.flex[gap-="md"] {
  gap: 12px;
}

div.flex[gap-="lg"] {
  gap: 16px;
}

div.flex[gap-="xl"] {
  gap: 24px;
}

div.flex[align-="center"] {
  align-items: center;
}

div.flex[align-="start"] {
  align-items: flex-start;
}

div.flex[align-="end"] {
  align-items: flex-end;
}

div.flex[align-="stretch"] {
  align-items: stretch;
}

div.flex[justify-="center"] {
  justify-content: center;
}

div.flex[justify-="start"] {
  justify-content: flex-start;
}

div.flex[justify-="end"] {
  justify-content: flex-end;
}

div.flex[justify-="stretch"] {
  justify-content: stretch;
}

div.flex[justify-="between"] {
  justify-content: space-between;
}

div.flex[basis-="0"] {
  flex-basis: 0;
}

div.flex[basis-="1"] {
  flex-basis: 1px;
}

div.flex[grow-="0"] {
  flex-grow: 0;
}

div.flex[grow-="1"] {
  flex-grow: 1;
}

div.flex[shrink-="0"] {
  flex-shrink: 0;
}

div.flex[shrink-="1"] {
  flex-shrink: 1;
}

div.flex[width-="full"] {
  width: 100%;
}

/* [project]/app/components/ui/icon-button.css [app-client] (css) */
.icon-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: var(--primary);
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button:focus {
  outline: solid 2px var(--primary);
}

/* [project]/app/components/ui/text.css [app-client] (css) */
.text {
  letter-spacing: -1%;
  color: inherit;
  white-space: pre-wrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(--font-family);
}

.text[weight-="normal"] {
  font-weight: 400;
}

.text[weight-="medium"] {
  font-weight: 500;
}

.text[weight-="bold"] {
  font-weight: 600;
}

.text[weight-="bolder"] {
  font-weight: 700;
}

.text[variant-="display"] {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
}

.text[variant-="h1"] {
  font-size: 32px;
  line-height: 1.1;
}

.text[variant-="h2"] {
  font-size: 24px;
  line-height: 1.1;
}

.text[variant-="body"] {
  font-size: 16px;
}

.text[variant-="caption"] {
  font-size: 14px;
}

.text[variant-="small"] {
  font-size: 12px;
}

.text[variant-="tiny"] {
  font-size: 10px;
}

.text[ellipsize-="true"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text[center-="true"] {
  text-align: center;
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --link: #0277f2;
  --primary: #0b1013;
  --primary05: #0b10130c;
  --primaryLight: #6d7071;
  --primaryVeryLight: #d3d4db;
  --ghost: #d3d4db99;
  --success: #00a829;
  --secondary: #fff;
  --overlay: #0000003f;
  --moneyGreen: #26a07b;
  --green: #00a829;
  --green100: #b4f1c7;
  --orange: #df7b00;
  --orange100: #f8dfb3;
  --orange200: #fff9de;
  --lightOrange: #eca429;
  --darkGrey: #6d7071;
  --grey: #858789;
  --grey50: #f8f8f8;
  --lightGrey: #d3d4db;
  --extraLightGrey: #e9e9ea;
  --keyboardGrey: #e8eaed;
  --red: #e00a00;
  --red100: #ffc6b8;
  --white: #fff;
  --yellow: #fbe32d;
  --offWhite: #e6f7ff;
  --offWhite100: #ecf7f7;
  --black: #000;
  --night: #0b1013;
  --blue: #0277f2;
  --fuschia: #ef5da8;
  --blue100: #bae0fe;
  --blue200: #b6eaff;
  --blueDropShadow: #7099b0;
  --mint: #26a07b;
  --primary10: #0b101319;
  --primary15: #0b101326;
  --primary20: #0b101333;
  --primary50: #0b10137f;
  --primary80: #0b1013cc;
  --primary90: #0b1013e5;
  --white10: #ffffff19;
  --white20: #fff3;
  --white30: #ffffff4c;
  --white40: #fff6;
  --font-family: "Albert Sans", sans-serif;
}

body, html {
  background-color: var(--extraLightGrey);
  font-family: var(--font-family);
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

main {
  background-color: var(--white);
  flex-direction: column;
  flex-grow: 1;
  align-self: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

video {
  background-color: #000;
}

ul li {
  padding-left: 8px;
  list-style-position: inside;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__b03489c1._.css.map*/