/* src/styles.imba?styles */
button {
  --ol_s:solid;
  --ol_w:1px;
  --ol_o:0px;
  --ol_c:transparent;
  outline: var(--ol_w) var(--ol_s) var(--ol_c);
  outline: 1px solid transparent;
  outline-offset: var(--ol_o);
}
a,
input,
button,
.success {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
* {
  background: none;
  box-sizing: border-box;
  font-family: Open Sans;
  overscroll-behavior: none;
}
:root {
  color: #bfdbfe;
}
body {
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  margin: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: hsla(var(--c_mainbg), 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
button {
  padding: 0rem;
  background: none;
  border-style: none;
  font: inherit;
  --ol_w: 1px;
  --e_sd: .2s !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: #bfdbfe;
  width: 100%;
  height: 100%;
}
@media (hover) {
  button:is(:hover, .\@hover):not(._0) {
    background: hsla(0, 0%, 100%, 2%);
  }
}
button.active:not(._0) {
  background: hsla(0, 0%, 100%, 3).5%;
}
button:is(:active, .\@active):not(._0) {
  background: hsla(0, 0%, 100%, 5%);
}
button.static:not(._0) {
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  width: unset;
  height: unset;
  background: hsla(213.12, 93.9%, 67.84%, 10%);
  color: #93c5fde5;
}
@media (hover) {
  button.static:is(:hover, .\@hover):not(._0) {
    background: hsla(213.12, 93.9%, 67.84%, 20%);
  }
}
button.static.active:not(._0) {
  background: hsla(213.12, 93.9%, 67.84%, 30%);
}
button.static:is(:active, .\@active):not(._0) {
  background: hsla(213.12, 93.9%, 67.84%, 40%);
}
a,
.a:not(._0) {
  text-decoration: none;
  cursor: default;
  color: #60a5fa;
  --e_sd: .4s !important;
}
input,
textarea {
  will-change: transform;
}
input {
  outline: none;
  font-size: inherit;
  --e_sd: .5s !important;
  border-radius: 5px;
  text-align: center;
  color: #93c5fd;
  border-color: #60a5fa;
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
}
input:is(:focus, .\@focus):not(._0) {
  background: hsla(213, 94%, 68%, 18%);
  caret-color: #60a5fa;
}
textarea {
  color: #bfdbfe;
  user-select: text;
  -webkit-user-select: text;
  font-size: inherit;
  padding: 0rem;
  margin: 0rem;
  border-width: 0;
  resize: none;
  outline: none;
  border-style: none;
}
.ph *:not(._0) {
  fill: currentColor;
}
.ph [fill]:not(._0) {
  fill: none;
}
.ph [stroke]:not(._0) {
  stroke: currentColor;
}
.ph:not(._0),
.mat:not(._0) {
  width: 15px;
  height: 15px;
}
.hr:not(._0) {
  border: 1px solid hsla(48, 100%, 96.08%, 100%);
  height: 0rem;
  width: 80%;
}
.page:not(._0) {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  z-index: 10000;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: hsla(var(--c_mainbg), 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
  overflow-y: auto;
}
.body:not(._0) {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
}
.body > *:not(._0) {
  padding: 20px 20px 115px;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  overflow: auto;
}
.header:not(._0),
.footer:not(._0) {
  z-index: 100;
  position: fixed;
  background: hsla(var(--c_mainbg), 95%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 10px #1f212e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  font-size: 16px;
}
.header:not(._0) {
  top: 0rem;
  position: sticky;
}
.header button:not(._0) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer:not(._0) {
  bottom: 0rem;
  position: absolute;
  padding-bottom: env(safe-area-inset-bottom);
}
.footer button:not(._0) {
  padding-bottom: 30px;
  padding-top: 30px;
}
.markdown-body:not(._0) {
  user-select: text;
  -webkit-user-select: text;
  width: 100%;
}
.current-path:not(._0),
.matching-path:not(._0) {
  font-size: 10px;
  font-family: var(--font-Arial,Arial);
  text-transform: uppercase;
  white-space: pre-wrap;
  text-align: center;
  display: inline;
}
.current-path:not(._0) {
  color: #fad5ad;
}
.matching-path:not(._0) {
  color: #fad5ad;
}
.path:not(._0) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  flex-wrap: wrap;
  gap: 7px;
  --u_rg: 7px;
  --u_cg: 7px;
}
.dir:not(._0) {
  padding: 3px 7px;
  font-size: 15px;
  border-radius: 3px;
  white-space: pre;
  text-transform: uppercase;
  box-shadow: var(--box-shadow-xs,0 1px 2px 0 hsla(var(--bxs-xs-color,0,0%,0%),var(--bxs-xs-alpha,.05)));
  background: hsla(186.99, 92.41%, 69.02%, 100%);
  color: #1f212e;
  font-family: var(--font-Arial,Arial);
}
.error:not(#_):not(._0) {
  border-color: #fecaca !important;
  background: hsla(0, 96.3%, 89.41%, 5%) !important;
}
.success:not(#_):not(._0) {
  color: #86efac !important;
  --e_rest: color .1s !important;
}
.option-row:not(._0) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: .75rem;
  --u_rg: .75rem;
  --u_cg: .75rem;
}
.grid-2:not(._0) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-3:not(._0) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4:not(._0) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-5:not(._0) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}



/* src/colors.imba?styles */
:root {
  --c_mainbg:
    232,19%,15%;
  --c_current-path:
    31,89%,83%;
}



/* src/types/model.imba?styles */
.cg-as:not(#_):not(#_) {
  text-transform: capitalize;
}



/* src/types/app.imba?styles */
.ch-an:not(#_):not(#_) {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  pointer-events: none;
  z-index: 999999999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ch-ao:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px;
  --u_rg: 4px;
  --u_cg: 4px;
  height: min-content;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  max-width: 100%;
  white-space: pre-wrap;
  line-break: anywhere;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: hsla(215, 27.91%, 16.86%, 50%);
}
:empty.ch-ao:not(#_):not(#_) {
  display: none;
}
.ch-ap:not(#_):not(#_):not(#_) {
  color: #fb7185;
}
.ch-aq:not(#_):not(#_):not(#_) {
  color: #34d399;
}
.ch-ar:not(#_):not(#_):not(#_) {
  color: #34d399;
}



/* src/types/node.imba?styles */
.ci-aj:not(#_):not(#_) {
  pointer-events: none;
}
.ci-ak:not(#_):not(#_) {
  filter: saturate(.5);
}
.ci-al:not(#_):not(#_) {
  pointer-events: none;
}



/* src/types/note.imba?styles */
.cj-aj {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.cj-aj:not(#_):not(#_) {
  box-shadow: 1px 1px 10px -5px #000;
  border: 1px solid hsla(213, 94%, 68%, 1);
  width: 100%;
  --e_sd: .5s !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  overflow-wrap: anywhere;
  z-index: 1;
  background: hsla(220.01, 85.6%, 55.27%, 1);
  gap: 5px;
  --u_rg: 5px;
  --u_cg: 5px;
}
:is(:hover, .\@hover).cj-aj:not(#_):not(#_) {
  background: hsla(218.42, 88.81%, 57.86%, 1);
}
:is(:active, .\@active).cj-aj:not(#_):not(#_) {
  background: hsla(214.35, 93.1%, 65.43%, 1);
}
.selected.cj-aj:not(#_):not(#_) {
  background: hsla(211.7, 96.36%, 78.43%, 100%);
}
.selected.cj-aj *:not(#_):not(#_):not(._0) {
  color: #1f212e !important;
}
.cj-ak:not(#_):not(#_) {
  background: hsla(230, 26%, 17%, 60%);
  border-radius: 4px;
  padding: 3px 6px;
  color: #61a6fa;
  font-size: 10px;
  text-transform: uppercase;
}
.cj-al:not(#_):not(#_) {
  font-size: 10px;
  color: #000;
}
.cj-am:not(#_):not(#_) {
  font-size: 15px;
  white-space: pre-wrap;
}
.cj-an:not(#_):not(#_) {
  font-size: 10px;
  color: #000;
}



/* src/types/path.imba?styles */
.ck-al {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.ck-ak:not(#_):not(#_) {
  padding: 20px;
  border-radius: 4px;
  font-size: 14px;
  background: hsla(213.12, 93.9%, 67.84%, 10%);
  color: #9eb0ff;
}
.ck-al:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.25rem;
  --u_rg: 1.25rem;
  --u_cg: 1.25rem;
  position: relative;
  box-shadow: 1px 1px 10px -5px #000;
  border: 1px solid hsla(213, 94%, 68%, 1);
  width: 100%;
  --e_sd: .5s !important;
  border-radius: 5px;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  overflow-wrap: anywhere;
  z-index: 1;
  background: hsla(220.01, 85.6%, 55.27%, 1);
}
:is(:hover, .\@hover).ck-al:not(#_):not(#_) {
  background: hsla(218.42, 88.81%, 57.86%, 1);
}
:is(:active, .\@active).ck-al:not(#_):not(#_) {
  background: hsla(214.35, 93.1%, 65.43%, 1);
}
.selected.ck-al:not(#_):not(#_) {
  background: hsla(211.7, 96.36%, 78.43%, 100%);
}
.selected.ck-al *:not(#_):not(#_):not(._0) {
  color: #1f212e !important;
}
.ck-am:not(#_):not(#_) {
  position: absolute;
  left: 0rem;
  color: #000;
  height: 100%;
  width: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  z-index: 1000;
  background: hsla(225.93, 70.73%, 40.2%, 75%);
}
.ck-ao:not(#_):not(#_) {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.ck-ap:not(#_):not(#_) {
  background: hsla(230, 26%, 17%, 60%);
  border-radius: 4px;
  padding: 3px 6px;
  color: #61a6fa;
  font-size: 10px;
  text-transform: uppercase;
}
.ck-aq:not(#_):not(#_) {
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}
.ck-ar:not(#_):not(#_) {
  font-size: 15px;
}
.ck-as:not(#_):not(#_) {
  font-size: 14px;
  position: absolute;
  right: .75rem;
  color: #000;
}



/* src/types/test.imba?styles */
.cn-af:not(#_):not(#_) {
  padding-top: 20px;
}
.cn-ag:not(#_):not(#_) {
  text-align: center;
}
.cn-bi:not(#_):not(#_):not(#_) {
  color: #71717a;
}
.cn-bk:not(#_):not(#_):not(#_) {
  color: #fb7185;
}
.cn-bl:not(#_):not(#_) {
  color: #34d399;
  font-size: 10px;
}
.cn-bm:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
:is(.nolook *).cn-bm:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  height: 50vh;
  width: 100%;
}
.cn-bn:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.cn-cb:not(#_):not(#_) {
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
:is(.nolook *).cn-cb:not(#_):not(#_) {
  padding-bottom: 50vh;
}
.cn-ce:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
  --u_rg: 10px;
  --u_cg: 10px;
  width: 100%;
}
div.cn_ce:not(#_) {
  background: hsla(0, 0%, 100%, 4%);
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 11px;
  flex: 1;
  text-align: center;
}
.cn-ci *:is(.incorrect > *):not(#_):not(._0) {
  border-color: #fb7185;
}
.cn-cj:not(#_):not(#_) {
  height: 44px;
  padding: .5rem;
  flex: none;
}
.cn-ck:not(#_):not(#_) {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 4px;
  --u_rg: 4px;
  --u_cg: 4px;
  overflow-y: auto;
}
.cn-cn:not(#_):not(#_):not(#_) {
  color: #fb7185;
}
.cn-co:not(#_):not(#_):not(#_) {
  color: #fb71854d;
}



/* src/types/testresult.imba?styles */
.cr-au {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.cr-au:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  box-shadow: 1px 1px 10px -5px #000;
  border: 1px solid hsla(213, 94%, 68%, 1);
  width: 100%;
  --e_sd: .5s !important;
  border-radius: 5px;
  text-align: center;
  overflow-wrap: anywhere;
  z-index: 1;
  background: hsla(220.01, 85.6%, 55.27%, 1);
  color: #000;
}
@media (hover) {
  :is(:hover, .\@hover).cr-au:not(#_):not(#_) {
    filter: brightness(1.1);
  }
}
:is(:active, .\@active).cr-au:not(#_):not(#_) {
  filter: brightness(1.3);
}
.selected.cr-au:not(#_):not(#_) {
  background: hsla(211.7, 96.36%, 78.43%, 100%);
}
.selected.cr-au *:not(#_):not(#_):not(._0) {
  color: #1f212e !important;
}
.correct.cr-au:not(#_):not(#_) {
  background: rgb(0 193 255 / 20%);
  border-color: #22d3ee;
}
:not(.correct).cr-au:not(#_):not(#_) {
  background: hsl(270.02deg 100% 73.29% / 17%);
  border-color: #fa94ff;
}
.\%left.cr_au:not(#_),
.\%right.cr_au:not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 60px;
}
.cr-av:not(#_):not(#_) {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  z-index: 1000;
  font-size: 14px;
  flex: none;
  color: #fa94ff;
}
:is(.correct *).cr-av:not(#_):not(#_) {
  color: #22d3ee;
}
.cr-aw:not(#_):not(#_) {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.cr-ax:not(#_):not(#_) {
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}
.cr-ay:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  width: 100%;
}
.cr-ay > *:not(#_) {
  font-size: 10px;
  flex: 1;
  text-align: center;
  color: #60a5fa;
}
.cr-az:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  --u_rg: 10px;
  --u_cg: 10px;
  flex-wrap: wrap;
  text-transform: capitalize;
}
div.cr_az:not(#_) {
  background: hsla(0, 0%, 15%, 1);
  padding: 4px 6px;
  border-radius: 4px;
}
.cr-bg:not(#_):not(#_) {
  color: #fa94ff;
}
:is(.correct *).cr-bg:not(#_):not(#_) {
  color: #22d3ee;
}



/* src/types/log.imba?styles */
.ct-ah {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.ct-ah:not(#_):not(#_):not(#_) {
  background: hsla(334, 100%, 82%, 1);
}
.ct-ah:not(#_):not(#_) {
  box-shadow: 1px 1px 10px -5px #000;
  border: 1px solid hsla(213, 94%, 68%, 1);
  width: 100%;
  --e_sd: .5s !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  gap: 10px;
  --u_rg: 10px;
  --u_cg: 10px;
  white-space: pre-line;
  z-index: 1;
  color: #000;
  background: hsla(250, 100%, 80%, 1);
  overflow-wrap: anywhere;
  text-wrap: wrap;
}
.ct-ak:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
.ct-am:not(#_):not(#_) {
  color: #fad5ad;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.ct-an:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px;
  --u_rg: 4px;
  --u_cg: 4px;
}
.ct-ap:not(#_):not(#_) {
  width: 80vw;
  max-width: 80vw;
  height: 200px;
  white-space: pre;
  overflow: auto;
  border: 1px solid hsla(213.12, 93.9%, 67.84%, 100%);
  border-radius: 4px;
  padding: 6px;
  user-select: all;
  -webkit-user-select: all;
}



/* src/types/keyboard.imba?styles */
.cl-af:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.cl-ah:not(#_):not(#_) {
  border: 1px solid hsla(213.33, 96.92%, 87.25%, 100%);
  padding: .5rem;
  border-radius: 4px;
  color: #bfdbfe;
  gap: 10px;
  --u_rg: 10px;
  --u_cg: 10px;
  text-align: center;
}
.cl-aj:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
.cl-aj > *:not(#_) {
  width: 100%;
  height: 150px;
}
.cl-am:not(#_):not(#_) {
  background: hsla(213, 100%, 51%, 1);
}



/* src/types/logs.imba?styles */
.co-af:not(#_):not(#_) {
  padding-top: 55px;
  white-space: pre;
}
app-logs {
  display: block;
}



/* src/types/port.imba?styles */
.cq-af:not(#_):not(#_):not(#_) {
  display: none;
}



/* src/types/trash.imba?styles */
.ce-af:not(#_):not(#_) {
  padding: 20px 20px 115px;
}



/* src/fields/arr.imba?styles */
.v-af:not(#_):not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  --u_rg: 3px;
  --u_cg: 3px;
}
.v-ag:not(#_):not(#_):not(#_) {
  font-size: 12px;
}
.v-ah:not(#_):not(#_):not(#_) {
  flex-wrap: wrap;
  width: 100%;
}



/* src/fields/num.imba?styles */
.cd-af:not(#_):not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  --u_rg: 3px;
  --u_cg: 3px;
}
.cd-ag:not(#_):not(#_):not(#_) {
  font-size: 12px;
}



/* src/fields/str.imba?styles */
.o-af:not(#_):not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  --u_rg: 3px;
  --u_cg: 3px;
}
.o-ag:not(#_):not(#_):not(#_) {
  font-size: 12px;
}



/* src/fields/text.imba?styles */
.p-af:not(#_):not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  --u_rg: 3px;
  --u_cg: 3px;
}
.p-ag:not(#_):not(#_):not(#_) {
  font-size: 12px;
}



/* src/fields/enum.imba?styles */
.u-af:not(#_):not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  --u_rg: 3px;
  --u_cg: 3px;
}
.u-ag:not(#_):not(#_):not(#_) {
  font-size: 12px;
}
.u-ah:not(#_):not(#_):not(#_) {
  flex-wrap: wrap;
  width: 100%;
}
.u-ai:not(#_):not(#_):not(#_) {
  flex: 1;
}



/* src/fields/oenum.imba?styles */
.x-af:not(#_):not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  --u_rg: 3px;
  --u_cg: 3px;
}
.x-ag:not(#_):not(#_):not(#_) {
  font-size: 12px;
}
.x-ah:not(#_):not(#_):not(#_) {
  flex-wrap: wrap;
  width: 100%;
}
.x-ai:not(#_):not(#_):not(#_) {
  flex: 1;
}



/* src/components/app-edit.imba?styles */
.cw-ap {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.cw-af:not(#_):not(#_) {
  padding-top: 75px;
}
.cw-ak:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
.cw-al:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
.cw-ao:not(#_):not(#_) {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
.cw-ap:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
  border-radius: 5px;
  border: 1px solid hsla(100, 100%, 100%, 0%);
  --e_sd: .35s !important;
  padding: 20px;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
}
:is(.editing *).cw-ap:not(#_):not(#_) {
  border-color: #60a5fa;
  background: hsla(213.12, 93.9%, 67.84%, 7%);
}
.cw-aq:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
}
.cw-ar:not(#_):not(#_) {
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
  position: absolute;
  left: 0rem;
  color: #93c5fde5;
}
.cw-as:not(#_):not(#_) {
  color: #fad5ad;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.cw-at:not(#_):not(#_) {
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
  position: absolute;
  right: 0rem;
  color: #93c5fde5;
}
.cw-au:not(#_):not(#_) {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 16px;
  caret-color: #60a5fa;
  line-height: 16px;
  --u_lh: 16px;
}
note-page-body-cw-av {
  display: block;
}



/* src/components/app-history.imba?styles */
.cx-af:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.cx-ak:not(#_):not(#_) {
  color: #fad5ad;
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cx-al:not(#_):not(#_) {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
}
app-history {
  display: block;
}



/* src/components/app-notes.imba?styles */
.cy-ag:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.cy-ah:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  width: 85%;
}
.cy-aj:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 5rem;
}
.cy-aj > *:not(#_) {
  height: 100%;
}
.\%left.cy_aj:not(#_),
.\%right.cy_aj:not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 4.5rem;
  margin: .5rem;
  border-radius: 4px;
  overflow: hidden;
}
.cy-an:not(#_):not(#_) {
  font-size: 25px;
  border-style: solid;
  border-width: 2px;
  padding: 0rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 100%;
}
.cy-at:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 16px;
  --u_lh: 16px;
}
.cy-av:not(#_):not(#_) {
  padding-top: 180px;
  padding-bottom: 195px;
}
:is(.selecting *).cy-av:not(#_):not(#_) {
  padding-bottom: 355px;
}
.cy-aw:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cy-ax:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.\%row.cy_ax:not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 10px;
  line-height: 16px;
  --u_lh: 16px;
  height: 80px;
  width: 100%;
  color: #60a5fa;
}
.cy-bh:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
app-notes {
  display: block;
}



/* src/components/app-select.imba?styles */
.cz-ai:not(#_):not(#_) {
  overflow-y: auto;
  width: 100%;
  flex: 1;
  padding: 20px;
  border-radius: 5px;
}
app-select {
  display: block;
}



/* src/components/app-sort-types.imba?styles */
.db-af {
  min-height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #60a5fa;
  flex-wrap: wrap;
  gap: 7px;
  --u_rg: 7px;
  --u_cg: 7px;
}
.search-type-box.db_af:not(#_) {
  border: 1px solid hsla(188.74, 94.5%, 42.75%, 100%);
  border-radius: 7px;
  padding: 7px;
  color: #22d3ee;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.search-type-box:last-child.db_af:not(#_) {
  margin-bottom: 0rem;
}
.search-type-box.db_af .selected.db_af:not(#_) {
  color: #f9a8d4;
}
.search-type-box.db_af button.db_af:not(#_) {
  padding-left: 5px;
  padding-right: 5px;
}
.db-ah:not(#_):not(#_):not(#_) {
  flex: 2;
}
.db-ak:not(#_):not(#_):not(#_) {
  flex: 2;
}
.db-an:not(#_):not(#_):not(#_) {
  flex: 5;
}
app-sort-types {
  display: block;
}



/* src/components/app-test.imba?styles */
.dc-af:not(#_):not(#_) {
  display: contents;
}
app-test {
  display: block;
}



/* src/components/app-log.imba?styles */
.dd-ag:not(#_):not(#_) {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 20px;
  gap: 20px;
  --u_rg: 20px;
  --u_cg: 20px;
}
app-log {
  display: block;
}



/* src/components/app-collection.imba?styles */
app-collection {
  display: block;
}



/* src/components/app-partial.imba?styles */
.df-ag {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.df-af:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  --u_rg: 8px;
  --u_cg: 8px;
}
.df-ag:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex: 1;
  gap: 10px;
  --u_rg: 10px;
  --u_cg: 10px;
  font-size: 30px;
  line-height: 30px;
  --u_lh: 30px;
  white-space: pre-wrap;
  padding: 10px;
  border-radius: 8px;
  --e_sd: .2s !important;
}
:is(:active, .\@active).df-ag:not(#_):not(#_) {
  background: hsla(0, 0%, 100%, 2%);
}
.sm.df-ag:not(#_):not(#_) {
  font-size: 14px;
}
.md.df-ag:not(#_):not(#_) {
  font-size: 20px;
}
.df-ai:not(#_):not(#_):not(#_) {
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
}
.df-ai:not(#_):not(#_) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
app-partial {
  display: block;
}



/* src/components/app-button.imba?styles */
.dg-ag:not(#_):not(#_) {
  color: #8a8a8a;
}
app-button {
  display: block;
}



/* src/components/app-toggle.imba?styles */
.dh-af {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.dh-af:not(#_):not(#_) {
  --e_sd: .4s !important;
  color: #fda4af;
}
.yes.dh-af:not(#_):not(#_) {
  color: #67e8f9;
}
.disabled.dh-af:not(#_):not(#_) {
  color: #71717a;
  pointer-events: none;
}
app-toggle {
  display: block;
}



/* src/components/app-input.imba?styles */
.di-af:not(#_):not(#_) {
  width: 100%;
}
.di-ag:not(#_):not(#_)::placeholder {
  text-transform: capitalize;
}
app-input {
  display: block;
}



/* src/components/app-textarea.imba?styles */
.dj-ag {
  --e_ad:0ms;
  --e_af:cubic-bezier(.23, 1, .32, 1);
  --e_aw:0ms;
  --e_sd:var(--e_ad);
  --e_sf:var(--e_af);
  --e_sw:var(--e_aw);
  --e_od:var(--e_sd);
  --e_of:var(--e_sf);
  --e_ow:var(--e_sw);
  --e_cd:var(--e_sd);
  --e_cf:var(--e_sf);
  --e_cw:var(--e_sw);
  --e_bd:var(--e_sd);
  --e_bf:var(--e_sf);
  --e_bw:var(--e_sw);
  --e_td:var(--e_bd);
  --e_tf:var(--e_bf);
  --e_tw:var(--e_bw);
  --e_b:var(--e_bd) var(--e_bf) var(--e_bw);
  --e_c:var(--e_cd) var(--e_cf) var(--e_cw);
  --e_rest:any;
  transition:
    all var(--e_ad) var(--e_af) var(--e_aw),
    opacity var(--e_od) var(--e_of) var(--e_ow),
    transform var(--e_td) var(--e_tf) var(--e_tw),
    color var(--e_c),
    background-color var(--e_c),
    border-color var(--e_c),
    fill var(--e_c),
    stroke var(--e_c),
    outline-color var(--e_c),
    box-shadow var(--e_c),
    filter var(--e_c),
    inset var(--e_b),
    width var(--e_b),
    height var(--e_b),
    max-width var(--e_b),
    max-height var(--e_b),
    min-width var(--e_b),
    min-height var(--e_b),
    border-width var(--e_b),
    outline-width var(--e_b),
    stroke-width var(--e_b),
    margin var(--e_b),
    padding var(--e_b),
    var(--e_rest);
}
.dj-af:not(#_):not(#_) {
  width: 100%;
}
.dj-ag:not(#_):not(#_) {
  text-align: left;
  height: 200px;
  resize: none;
  outline: none;
  font-size: inherit;
  border-radius: 5px;
  color: #93c5fd;
  border-color: #60a5fa;
  min-width: 100%;
  padding: 10px;
  --e_sd: .5s !important;
  border-style: solid;
  border-width: 1px;
}
:is(:focus, .\@focus).dj-ag:not(#_):not(#_) {
  background: hsla(213, 94%, 68%, 18%);
  caret-color: #60a5fa;
}
.dj-ag:not(#_):not(#_)::placeholder {
  text-transform: capitalize;
}
app-textarea {
  display: block;
}



/* src/components/app-cycle.imba?styles */
app-cycle {
  display: block;
}



/* src/components/app-spinner.imba?styles */
.cv-ag:not(#_):not(#_) {
  animation: var(--animation-spin,spin) 1s linear infinite;
}
@keyframes spin-_ {
  to {
    transform: rotate(360deg);
  }
}
.cv-ag:not(#_):not(#_) {
  --animation-spin: spin-_;
}
app-spinner {
  display: block;
}



/* src/main.imba?styles */
.c-af:not(#_):not(#_) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  overscroll-behavior: none;
  width: 100%;
  height: 100%;
}
.shrink.c-af:not(#_):not(#_) {
  max-height: var(--c_ag);
  align-self: start;
}
@media (min-width: 1024px) {
  .c-af:not(#_):not(#_) {
    box-shadow: 0 0 10px #00000059;
    border-radius: 10px;
    overflow: hidden;
    width: 90vw;
    height: 90vh;
    max-width: 800px;
  }
}
app-tag {
  display: block;
}

