@charset "UTF-8";
@font-face {
  font-family: "Chivo Mono";
  src: url("/www/fonts/chivo-mono-variable.ttf");
}
* {
  border: 0;
  background: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.025rem;
  font-weight: 200;
  outline: none;
  appearance: none;
  color: white;
  font-family: monospace;
  font-family: "Chivo Mono", monospace;
  /* width */
  /* Track */
  /* Handle */
}
*::-webkit-scrollbar {
  width: 0.66rem;
  height: 100%;
}
@media (max-width: 500px) {
  *::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
*::-webkit-scrollbar-track {
  background: #ffffff11;
  border-left: 1px solid #fff2;
}
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
*::-webkit-scrollbar-thumb:hover {
  background: white;
}

html {
  width: 100vw;
  height: 100dvh;
  font-size: 20px;
  overflow: hidden;
  background-color: black;
  background-image: linear-gradient(45deg, rgba(0, 255, 0, 0.3) 0%, rgba(0, 238, 255, 0.3) 33%, rgba(191, 255, 0, 0.3) 100%);
}

body {
  width: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 0;
  padding: 0;
}
body > h1.webring-title {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

p {
  line-height: 1.4;
}

a:not(.button-link) {
  text-decoration: none;
}
a:not(.button-link):focus, a:not(.button-link):active, a:not(.button-link):hover {
  text-decoration: underline !important;
  text-decoration-color: white;
}
a:not(.button-link):is(.gradient):focus {
  outline: white solid 1px;
}

i {
  display: block;
  background: white;
  border-radius: 0.5rem;
}

img {
  object-fit: cover;
  object-position: center center;
}

input::placeholder, textarea::placeholder {
  color: #ffffff44;
}

input[type=checkbox].toggle {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

label {
  cursor: pointer;
}

h1.webring-title {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  opacity: 1;
  cursor: pointer;
}
h1.webring-title a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  h1.webring-title {
    border-right: none;
  }
}

.button-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.55rem;
  letter-spacing: 0.025rem;
  opacity: 1;
  text-transform: uppercase;
  width: min-content;
  color: #ffffffcc;
  padding: 0 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  background: none;
  border: 1px solid #ffffff11;
  cursor: pointer;
}
.button-link:hover {
  text-decoration: none;
  border: 1px solid #ffffff22;
  background: #ffffff11;
  color: white;
}
.button-link:active {
  text-decoration: none;
  background: #ffffffff;
  color: black;
}
.button-link:focus {
  text-decoration: none;
  border: 1px solid #ffffff;
}

code {
  width: 100%;
  height: max-content;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0.6rem;
  white-space: nowrap;
}

.gradient {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

a.skip {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem;
  border-radius: 0 0 0.5rem 0;
  background-color: white;
  color: black;
  font-size: 0.5rem;
  text-transform: uppercase;
  text-decoration: none !important;
  z-index: 100000;
  pointer-events: none;
  opacity: 0;
}
a.skip:focus {
  display: block;
  opacity: 1;
  text-decoration: none !important;
}

#app-header {
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;
  position: sticky;
  top: 0;
  background: #fff1;
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}
#app-header #header-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 3rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid #ffffff11;
}
#app-header #header-bar nav {
  width: min-content;
  display: flex;
  align-items: center;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.75rem;
}
#app-header #header-bar nav a {
  width: min-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 0.65rem;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: uppercase;
}
#app-header #header-bar nav a div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: min-content;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
#app-header #header-bar nav a div img, #app-header #header-bar nav a div svg {
  width: 25px;
  height: 25px;
  fill: white;
}
#app-header #header-bar nav a.active {
  border-bottom-color: white;
}
#app-header #header-bar nav a.active svg {
  fill: url(#gradient1);
}
#app-header #header-bar nav a:hover div, #app-header #header-bar nav a:focus div {
  background: #fff2;
}
#app-header #header-bar #user-menu {
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: calc(100% - 14px);
  opacity: 1;
}
#app-header #header-bar #user-menu label:first-child {
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: 100%;
  border: 1px solid #fff1;
  display: grid;
  justify-content: flex-start;
  align-items: center;
  grid-template-columns: 1.25rem 1fr 0.7rem;
  gap: 0.5rem;
  opacity: 1;
  padding: 0 0.5rem 0 0.4rem;
  border-radius: 0.5rem;
}
#app-header #header-bar #user-menu label:first-child:hover, #app-header #header-bar #user-menu label:first-child:focus, #app-header #header-bar #user-menu label:first-child:active {
  border: 1px solid #fff;
}
#app-header #header-bar #user-menu label:first-child img:first-child, #app-header #header-bar #user-menu label:first-child i {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
#app-header #header-bar #user-menu label:first-child img:last-child {
  width: 0.7rem;
  height: 0.7rem;
  object-fit: contain;
  margin-left: auto;
}
#app-header #header-bar #user-menu label:first-child h2 {
  font-size: 0.7rem;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#app-header #header-bar #user-menu label:first-child h2 span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 0.45rem;
  background-image: linear-gradient(#ff4c4c, #922929);
}
#app-header #header-bar #auth-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: min-content;
  height: calc(100% - 14px);
  gap: 0.25rem;
}
#app-header #header-bar #auth-menu a {
  display: flex;
  align-items: center;
  width: min-content;
  height: 100%;
  white-space: nowrap;
  font-size: 0.55rem;
  letter-spacing: 0.05rem;
  border-width: 1px;
}
#app-header #header-bar #auth-menu a:last-child {
  background-color: white;
  color: black;
}
#app-header #header-bar #auth-menu a:last-child:focus {
  font-weight: 500;
}

#header-user-menu-background {
  display: none;
  z-index: 1;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100dvh - 60px);
}

#header-user-menu-options {
  pointer-events: none;
  position: fixed;
  left: auto;
  right: 0.75rem;
  top: calc(3rem + 7px);
  width: 100%;
  max-width: 10rem;
  border-radius: 0.5rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-1rem);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background-color: #e5e5e5;
  gap: 1px;
}
#header-user-menu-options #theme-menu {
  background: white;
  padding: 1rem;
}
#header-user-menu-options #theme-menu a {
  height: 15px !important;
}
#header-user-menu-options a {
  pointer-events: none;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.6rem;
  padding: 0 0.5rem 0 0.4rem;
  gap: 0.5rem;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
  display: none;
  color: black;
}
#header-user-menu-options a.nav {
  display: none !important;
}
#header-user-menu-options a:last-child {
  border-bottom: none;
}
#header-user-menu-options a img, #header-user-menu-options a svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: black;
}
#header-user-menu-options a span {
  margin-left: auto;
  padding: 0 0.5rem;
}
#header-user-menu-options a:hover {
  background: #eaeaea;
}
#header-user-menu-options a.button {
  text-decoration: none !important;
}

#header-user-menu-toggle:checked + #header-user-menu-background {
  display: block;
}

#header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options {
  opacity: 1;
  transform: translateY(0);
}
#header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options a, #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options button {
  pointer-events: initial;
  display: flex;
}

@media (max-width: 680px) {
  #app-header #header-bar #user-menu {
    width: min-content;
    gap: 0;
  }
  #app-header #header-bar #user-menu img:not(.pfp) {
    display: none;
  }
  #app-header #header-bar #user-menu h2 {
    display: none;
  }
}
@media (max-width: 530px) {
  #app-header #header-bar nav {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  #app-header #header-bar #user-menu {
    width: min-content;
    gap: 0;
  }
  #app-header #header-bar #user-menu label:first-child {
    display: flex;
  }
  #app-header #header-bar #user-menu label:first-child img:not(.pfp) {
    display: none;
  }
  #app-header #header-bar #user-menu label:first-child h2 {
    display: none;
  }

  #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options {
    top: 3rem;
    width: 100%;
    max-width: none;
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
    gap: 1px;
  }
  #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options a.nav, #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options a {
    display: flex !important;
    height: 3rem;
    padding: 0.85rem;
  }
  #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options a.nav svg, #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options a svg {
    fill: url("#gradient1");
  }
}
@media (max-width: 500px) {
  #app-header #header-bar {
    padding: 0 0.5rem;
  }

  #header-user-menu-toggle:checked + #header-user-menu-background + #header-user-menu-options a {
    padding: 0.6rem !important;
  }
}
form.disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.33;
}
form header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
form header h3 {
  text-transform: uppercase;
  font-size: 0.6rem;
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-left: 0.5rem;
}
form .error {
  display: block;
  background-image: linear-gradient(to right, #cc0505, #de2121);
  color: white;
  width: 100%;
  font-size: 0.7rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
form .error ul.errorlist {
  padding-left: 1rem;
}
form .error ul.errorlist li {
  list-style-position: outside;
  line-height: 1.4;
  margin: 0.25rem 0;
}
form button[type=submit], form input[type=submit] {
  font-size: 0.55rem;
  letter-spacing: 0.025rem;
  opacity: 1;
  text-transform: uppercase;
  width: 100%;
  height: 2rem;
  padding: 0.75rem 0.75rem;
  border-radius: 0.3rem;
  white-space: nowrap;
  background-color: white;
  color: black;
  font-weight: 300;
  cursor: pointer;
}
form button[type=submit] span, form input[type=submit] span {
  padding: 0;
  margin: 0;
  color: black;
}
form button[type=submit]:hover, form button[type=submit]:focus, form input[type=submit]:hover, form input[type=submit]:focus {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0;
  color: white;
}
form button[type=submit]:active, form input[type=submit]:active {
  background: #000;
}
form button[type=submit]:active span, form input[type=submit]:active span {
  color: white;
}
form button[type=submit]:has(button:active):active, form input[type=submit]:has(button:active):active {
  background: inherit;
}

.field {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  background-image: linear-gradient(#ffffff09 0%, #ffffff09 100%);
  border: 1px solid #ffffff11;
  box-shadow: 0 0.1rem 0.25rem #00000011;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.field:has(input.disabled) {
  opacity: 0.5;
  pointer-events: none;
}
.field > span {
  display: block;
  text-transform: uppercase;
  border-bottom: 0.08rem solid #ffffff07;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  font-size: 0.55rem;
  letter-spacing: 0.025rem;
}
.field input:not([type=file]):not([type=checkbox]):not([type=radio]), .field textarea, .field div.choices {
  width: 100%;
  min-height: 2rem;
  height: auto;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.005rem;
}
.field input:not([type=file]):not([type=checkbox]):not([type=radio])[type=number], .field textarea[type=number], .field div.choices[type=number] {
  text-align: right;
  -moz-appearance: textfield;
}
.field input:not([type=file]):not([type=checkbox]):not([type=radio])[type=number]::-webkit-outer-spin-button, .field input:not([type=file]):not([type=checkbox]):not([type=radio])[type=number]::-webkit-inner-spin-button, .field textarea[type=number]::-webkit-outer-spin-button, .field textarea[type=number]::-webkit-inner-spin-button, .field div.choices[type=number]::-webkit-outer-spin-button, .field div.choices[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.field input[type=file] {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0.5rem;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
}
.field input[type=file]::-webkit-file-upload-button {
  display: none;
}
.field input[type=file]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "Select File";
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
  display: block;
  border-left: 1px solid #fff1;
  font-size: 0.6rem;
  background-image: linear-gradient(to bottom, transparent, #fff1);
}
.field input[type=file]:hover:after {
  background-image: linear-gradient(to bottom, #ffffff10, #fff2);
}
.field textarea {
  padding: 0.5rem;
  min-height: 4rem;
  line-height: 1.4;
  resize: vertical;
}
.field div.choices {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.field div.choices label {
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: flex-start;
  padding: 0.5rem;
  border-bottom: 1px solid #fff1;
  gap: 0.5rem;
}
.field div.choices label:last-child {
  border-bottom: 0;
}
.field div.choices label input[type=checkbox], .field div.choices label input[type=radio] {
  width: 1rem;
  height: 1rem;
  border: 1px solid white;
  padding: 3px;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field div.choices label input[type=checkbox]:checked:before, .field div.choices label input[type=radio]:checked:before {
  width: 80%;
  height: 80%;
  content: "";
  display: block;
  background-color: white;
}
.field div.choices label input[type=checkbox][type=radio], .field div.choices label input[type=radio][type=radio] {
  border-radius: 50%;
}
.field div.choices label input[type=checkbox][type=radio]:checked:before, .field div.choices label input[type=radio][type=radio]:checked:before {
  border-radius: 50%;
}
.field div.choices label input[type=checkbox]:focus, .field div.choices label input[type=radio]:focus {
  background: #fff2;
}
.field div.choices label > span {
  font-size: 0.6rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.field div.choices label details {
  font-size: 0.6rem;
  background: none;
  position: relative;
}
.field div.choices label details:focus-within summary {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.field div.choices label details summary {
  line-height: 1rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.field div.choices label details summary::marker, .field div.choices label details summary::-webkit-details-marker {
  display: none;
  content: "";
}
.field div.choices label details summary::after {
  position: absolute;
  display: block;
  content: "▾";
  top: 0;
  right: 0;
  text-align: center;
}
.field div.choices label details p {
  font-size: 0.7rem;
  padding-left: 0;
  padding-right: 0;
}
.field div.choices label details p:last-child {
  margin-bottom: 0;
}
.field div.choices label details[open] summary::after {
  transform: rotate(180deg);
}
.field div.choices.rings label {
  grid-template-columns: 1.5rem 1fr 1rem;
  align-items: center;
}
.field div.choices.rings label img.pfp, .field div.choices.rings label i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field div.choices.rings label input[type=checkbox], .field div.choices.rings label input[type=radio] {
  display: none;
}
.field div.choices.rings label:has(input:checked) span {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.field div.choices.rings label:has(input:checked):after {
  width: 1rem;
  height: 1rem;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 3.5L3 5.5L7 1" stroke="white"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.5);
}
.field div.container {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 0.8rem;
  position: relative;
}
.field div.code {
  display: grid;
  padding: 0;
  font-size: 0.8rem;
  position: relative;
}
.field div.code .button-link {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: white;
  color: black;
  z-index: 100;
  transform: translateY(1px);
  width: 50px;
}
.field div.code .button-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Copy";
  opacity: 1;
  transition-delay: opacity 1s;
}
.field div.code .button-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Copied";
  opacity: 0;
  transition: opacity 0s;
}
.field div.code .button-link:active:before {
  content: "Copy";
  opacity: 0;
}
.field div.code .button-link:active:after {
  content: "Copied";
  opacity: 1;
  transition: opacity 1s;
}
.field div.code code {
  padding: 1rem 3.5rem 1rem 0.5rem;
}
.field:hover {
  border: 1px solid #ffffff33;
}
.field:has(*:focus) {
  border: 1px solid #ffffffff;
}
.field:has(*:focus) span {
  background-image: linear-gradient(#ffffff09 0%, #ffffff09 100%);
  box-shadow: 0 0.1rem 0.5rem #00000005;
}

section.table-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
section.table-section header {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
section.table-section header h2 svg {
  transform: translateX(-0.1rem);
}
section.table-section .table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 0 0.75rem;
}
section.table-section .table-container::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
section.table-section .table-container table {
  display: table;
  width: 100%;
  max-width: 100%;
  height: auto;
  container-name: table-layout;
  container-type: inline-size;
  border-collapse: collapse;
  border-spacing: 1px;
}
section.table-section .table-container table .center {
  text-align: center;
}
section.table-section .table-container table .right {
  text-align: right;
}
section.table-section .table-container table tr {
  border-bottom: 1px solid #fff1;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 100%;
}
section.table-section .table-container table tr th, section.table-section .table-container table tr td {
  padding: 0 0.5rem;
  text-overflow: ellipsis;
}
section.table-section .table-container table tr th:first-child, section.table-section .table-container table tr td:first-child {
  padding-left: calc(0.25rem - 1px);
}
section.table-section .table-container table tr th:last-child, section.table-section .table-container table tr td:last-child {
  padding-right: calc(0.25rem - 1px);
}
section.table-section .table-container table thead {
  height: 100%;
}
section.table-section .table-container table thead tr th {
  height: 2rem;
  font-size: 0.5rem;
  color: #ffffff80;
  text-transform: uppercase;
  text-align: left;
}
@container table-layout (max-width: 600px) {
  section.table-section .table-container table thead tr {
    display: none;
  }
}
section.table-section .table-container table tbody {
  height: 100%;
}
section.table-section .table-container table tbody tr:hover, section.table-section .table-container table tbody tr:focus-within {
  background: #fff1;
  border-left: 1px solid #fff1;
  border-right: 1px solid #fff1;
}
section.table-section .table-container table tbody tr td {
  height: 2.5rem;
  font-size: 0.66rem;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
}
section.table-section .table-container table tbody tr td:first-child, section.table-section .table-container table tbody tr td:last-child {
  border: 0;
}
section.table-section .table-container table tbody tr td.left {
  align-items: flex-start;
}
section.table-section .table-container table tbody tr td.right {
  align-items: flex-end;
}
section.table-section .table-container table tbody tr td a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
section.table-section .table-container table tbody tr td a:hover {
  text-decoration: underline;
}
section.table-section .table-container table tbody tr td a img, section.table-section .table-container table tbody tr td a i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 0px solid #ffffff10;
  appearance: none;
}
@container table-layout (max-width: 600px) {}

.help details {
  padding: 0 0.6rem;
  border: 1px solid #fff1;
  border-bottom: 0;
}
.help details:focus-within {
  border: 1px solid white !important;
}
.help details:active {
  background-color: #fff1;
}
.help details:first-of-type {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.help details:last-of-type {
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  border-bottom: 1px solid #fff1;
}
.help details summary {
  padding: 1rem 0.25rem;
  list-style: none;
  line-height: 1.4;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.help details summary::marker, .help details summary::-webkit-details-marker {
  display: none;
  content: "";
}
.help details summary::after {
  position: absolute;
  display: block;
  content: "▾";
  top: 1rem;
  right: 0;
  text-align: center;
}
.help details p {
  font-size: 0.9rem;
  max-width: 900px;
  margin-bottom: 0.75rem !important;
}
.help details p:last-child {
  margin-bottom: 0 !important;
}
.help details strong {
  max-width: 900px;
  padding: 0 0.25rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}
.help details ol {
  max-width: 900px;
}
.help details ol li {
  font-size: 0.9rem;
  margin: 0.5rem 0;
  margin-left: 2.1rem;
}
.help details ul {
  max-width: 900px;
}
.help details ul li {
  font-size: 0.9rem;
  margin: 0.75rem 0;
  margin-left: 1.1rem;
}
.help details ol li:first-child, .help details ul li:first-child {
  margin-top: 0;
}
.help details ol li:last-child, .help details ul li:last-child {
  margin-bottom: 0;
}
.help details[open] {
  padding-bottom: 1rem;
}
.help details[open] summary {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.help details[open] summary::after {
  transform: translateY(-50%), rotate(180deg);
}

.detail-view, .user-detail {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 0.75rem;
  padding: 0.75rem;
}
.detail-view section, .user-detail section {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(30px);
  padding: 0.75rem;
}
.detail-view section header, .user-detail section header {
  padding-top: 0;
}
.detail-view .detail-view-side, .user-detail .detail-view-side {
  height: 100%;
}
.detail-view .detail-view-side section h2, .user-detail .detail-view-side section h2 {
  font-size: 0.6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 0 0.25rem;
}
.detail-view .detail-view-side section > img.bg, .user-detail .detail-view-side section > img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(15px);
  -webkit-mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}
.detail-view .detail-view-side section > img.pfp, .detail-view .detail-view-side section > i, .user-detail .detail-view-side section > img.pfp, .user-detail .detail-view-side section > i {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 150px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 2rem;
}
.detail-view .detail-view-side section p, .user-detail .detail-view-side section p {
  font-size: 0.8rem;
  padding: 0 0.25rem;
  margin-bottom: 1rem;
}
.detail-view .detail-view-side section p.empty, .user-detail .detail-view-side section p.empty {
  color: #fff4;
}
.detail-view .detail-view-side section p:last-child, .user-detail .detail-view-side section p:last-child {
  margin-bottom: 0;
}
.detail-view .detail-view-content > div, .user-detail .detail-view-content > div {
  min-height: 140px;
}
.detail-view.reverse, .user-detail.reverse {
  grid-template-columns: 1fr 350px;
}
.detail-view.reverse .detail-view-side, .user-detail.reverse .detail-view-side {
  border-right: 0;
}
@media (max-width: 874px) {
  .detail-view, .user-detail {
    grid-template-columns: 1fr !important;
  }
  .detail-view .detail-view-side, .user-detail .detail-view-side {
    border-right: 0;
    border-left: 0;
  }
}
@media (max-width: 500px) {
  .detail-view, .user-detail {
    padding: 0.5rem;
  }
  .detail-view.proposal-detail, .user-detail.proposal-detail {
    padding: 0;
    gap: 0;
  }
  .detail-view.proposal-detail .detail-view-side, .detail-view.proposal-detail .detail-view-content, .user-detail.proposal-detail .detail-view-side, .user-detail.proposal-detail .detail-view-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
  }
  .detail-view.proposal-detail .detail-view-side section, .detail-view.proposal-detail .detail-view-content section, .user-detail.proposal-detail .detail-view-side section, .user-detail.proposal-detail .detail-view-content section {
    border-radius: 0;
    border: 0;
    padding: 0.5rem;
  }
  .detail-view.proposal-detail .detail-view-side section header, .detail-view.proposal-detail .detail-view-content section header, .user-detail.proposal-detail .detail-view-side section header, .user-detail.proposal-detail .detail-view-content section header {
    padding-top: 0.25rem;
  }
}

.popup-container {
  width: 100%;
  height: calc(100% - 0rem);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  background: #0005;
  display: grid;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.popup-container > label {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
}
.popup-container .popup {
  width: calc(400px - 1.5rem);
  max-width: calc(100vw - 1.5rem);
  height: auto;
  background-image: linear-gradient(to bottom, transparent, #ffffff0a);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 1rem;
  padding: 0.7rem;
  border: 1px solid #ffffff11;
  transform: translateY(0.5rem);
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  transition: 0.25s;
  z-index: 1000;
}
.popup-container .popup form {
  display: none;
}
.popup-container .popup.expanded {
  width: calc(700px - 1.5rem);
}
.popup-container .popup header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.popup-container .popup header h3 {
  text-transform: uppercase;
  font-size: 0.6rem;
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-left: 0.5rem;
}
.popup-container .popup > p {
  padding: 0 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.popup-container .popup > p:not(:first-of-type) {
  margin-top: 0.75rem;
}
.popup-container .popup > p:last-child {
  margin-bottom: 0;
}

input[type=checkbox]:checked + .popup-container {
  opacity: 1;
  pointer-events: initial;
}
input[type=checkbox]:checked + .popup-container .popup {
  transform: translateY(0);
  opacity: 1;
}
input[type=checkbox]:checked + .popup-container .popup form {
  display: block;
}

.emerald {
  background-image: linear-gradient(45deg, rgba(0, 255, 0, 0.3) 0%, rgba(0, 238, 255, 0.3) 33%, rgba(191, 255, 0, 0.3) 100%);
}

.wine {
  background-image: linear-gradient(45deg, rgba(157, 0, 255, 0.3) 0%, rgba(255, 0, 183, 0.3) 33%, rgba(177, 32, 124, 0.3) 100%);
}

.copper {
  background-image: linear-gradient(45deg, rgba(255, 68, 0, 0.496) 0%, rgba(255, 119, 0, 0.3) 33%, rgba(209, 0, 0, 0.679) 100%);
}

.blue {
  background-image: linear-gradient(45deg, rgba(13, 0, 255, 0.625) 0%, rgba(0, 102, 255, 0.3) 33%, rgba(0, 178, 209, 0.679) 100%);
}

.magenta {
  background-image: linear-gradient(45deg, rgba(255, 0, 196, 0.496) 0%, rgba(255, 87, 244, 0.3) 33%, rgba(195, 0, 209, 0.679) 100%);
}

#theme-menu {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
#theme-menu a {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  appearance: none;
  background-color: #999;
  opacity: 1 !important;
  font-size: 0;
}

main {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: calc(100dvh - 3rem);
  height: auto;
  overflow-x: hidden;
}
main.center {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  min-height: 100dvh;
}
main header, main article {
  max-width: 100%;
  overflow: hidden;
}
main section {
  padding: 0.75rem;
  max-width: 100%;
  overflow-x: hidden;
}
main section header {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
}
main section header h2 {
  display: flex;
  align-items: flex-start;
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.6rem;
  min-height: 1.5rem;
  height: auto;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 0 0.25rem;
}
main section header h2 svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: url(#gradient1);
  margin-right: 0.25rem;
}
main section header h2 svg#icon-ring {
  margin-left: -0.2rem;
}
main section header h2 svg#icon-site {
  margin-left: -0.15rem;
}
main section header h2 svg#icon-proposal {
  margin-left: -0.4rem;
}
main section header h2 svg#icon-help {
  margin-left: -0.2rem;
}
main section header a {
  height: 1.5rem;
}
@media (max-width: 500px) {
  main section {
    padding: 0.5rem;
  }
}
main hr {
  width: 100%;
  border-bottom: 1px dashed #ffffff11;
  margin: 0.75rem auto;
}
main:has(+ input.toggle:checked) {
  pointer-events: none;
}

.no-items {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
}
.no-items h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  text-align: center;
}
.no-items button {
  width: auto;
  height: auto;
  display: block;
}

.key-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff2;
  height: 1.75rem;
  padding: 0 0.25rem;
}
.key-value:first-of-type {
  border-top: 1px solid #fff2;
}
.key-value .key {
  font-size: 0.5rem;
  text-transform: uppercase;
}
.key-value .value {
  font-size: 0.7rem;
}
.key-value .value img {
  height: 0.6rem;
}

.landing section > h2 {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.75rem;
  line-height: 1.2;
  padding: 0.5rem 0.25rem;
}
.landing section p {
  padding: 0.25rem;
}
.landing .landing-content-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.landing .landing-content-steps .landing-content-step {
  height: auto;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ffffff22;
  position: relative;
  overflow: hidden;
}
.landing .landing-content-steps .landing-content-step:hover {
  background: #ffffff11;
  border: 0.1rem solid #ffffff22;
}
.landing .landing-content-steps .landing-content-step span {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.landing .landing-content-steps .landing-content-step span span:first-child {
  opacity: 0.5;
}
.landing .landing-content-steps .landing-content-step video {
  mix-blend-mode: screen;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-height: 500px;
  padding: 1rem;
}
@media (max-width: 700px) {
  .landing .landing-content-steps {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.landing .landing-content-customize {
  position: relative;
  padding: 0;
}
.landing .landing-content-customize h2 {
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.landing .landing-content-customize .customized-widgets {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 0 0.75rem;
}
.landing .landing-content-customize .customized-widgets::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.landing .landing-content-customize .customized-widgets > div {
  display: flex;
  gap: 0.5rem;
}
.landing .landing-content-customize .customized-widgets > div .customized-widget {
  aspect-ratio: 2/1;
  width: 100%;
  min-width: 300px;
  border-radius: 0.5rem;
  border: 0.1rem solid #ffffff22;
  overflow: hidden;
}
.landing .landing-content-customize .customized-widgets > div .customized-widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing .landing-inaugural-ring.table-section {
  max-width: calc(100% - 1.5rem);
  margin: 0 auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(30px);
  padding: 0.75rem;
}
.landing .landing-inaugural-ring-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #f5ec00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5ec00, #77bb41);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5ec00, #77bb41);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.landing .landing-inaugural-ring-header svg {
  width: 30px;
  height: 30px;
  transform: translateX(-0.1rem);
  fill: url("#gradient1");
  margin-right: 0.5rem;
}
.landing .bmc-btn-container {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.landing .bmc-btn-container .bmc-btn {
  height: 50px;
  padding: 0 0.75rem;
}
.landing .bmc-btn-container .bmc-btn .bmc-btn-text {
  color: black;
  font-family: "Chivo Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.landing #theme-menu {
  padding: 1rem 1rem 2rem;
}

.signup-modal, .login-modal {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.signup-modal h2, .login-modal h2 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.signup-modal > span, .login-modal > span {
  padding: 1.5rem 0;
  font-size: 0.7rem;
  text-align: center;
  display: block;
  line-height: 1.4;
}
.signup-modal > span a, .login-modal > span a {
  white-space: nowrap;
}

#theme-picker-select {
  width: calc(100% + 1.4rem);
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  gap: 0.25rem;
  padding: 0 0.7rem;
  transform: translate(-0.7rem);
  margin-bottom: 1rem;
}
#theme-picker-select label {
  padding: 1rem 0;
  border-radius: 0.5rem;
  border: 0.1rem solid #ffffff22;
}
#theme-picker-select label img {
  width: 240px;
  height: 60px;
  object-fit: cover;
  object-position: center center;
}

#theme-picker:has(#mini:checked) #mini-label {
  border-color: white;
}
#theme-picker:has(#ios:checked) #ios-label {
  border-color: white;
}
#theme-picker:has(#android:checked) #android-label {
  border-color: white;
}

.theme-picker-radio {
  display: none;
}
.theme-picker-radio + .field {
  display: none;
}
.theme-picker-radio:checked + .field {
  display: grid;
}

.proposal-site-search {
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}
.proposal-site-search form {
  width: calc(100vw - 1.5rem);
  max-width: 600px;
  height: auto;
}
@media (min-width: 640px) {
  .proposal-site-search form {
    min-width: 600px;
  }
}
.proposal-site-search.full {
  height: calc(100dvh - 200px - 3rem);
}
.proposal-site-search .field .choices.rings .button-link {
  display: flex;
  padding: 0 0.5rem;
  border: 1px solid #ffffff11;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.proposal-site-search-results {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.proposal-site-search-results .proposal-site-search-results-item {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-rows: auto auto;
  background-image: linear-gradient(#ffffff09 0%, #ffffff09 100%);
  border: 1px solid #ffffff11;
  box-shadow: 0 0.1rem 0.25rem #00000011;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.proposal-site-search-results .proposal-site-search-results-item .owner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0.08rem solid #ffffff07;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  font-size: 0.55rem;
  letter-spacing: 0.025rem;
}
.proposal-site-search-results .proposal-site-search-results-item .owner img, .proposal-site-search-results .proposal-site-search-results-item .owner i {
  width: 0.75rem;
  height: 0.75rem;
}
.proposal-site-search-results .proposal-site-search-results-item .owner :is(a):hover {
  text-decoration: underline;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0.4rem;
  gap: 0.5rem;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info img, .proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info i {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info img.loading {
  animation: loading 2s linear 0s infinite normal;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info > div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info > div span:first-child {
  font-size: 0.8rem;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body .site-info > div span:last-child {
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.6rem;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body form input[type=submit] {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.55rem;
  letter-spacing: 0.025rem;
  opacity: 1;
  text-transform: uppercase;
  width: min-content;
  color: #ffffffcc;
  padding: 0 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  background: none;
  border: 1px solid #ffffff11;
  cursor: pointer;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body form input[type=submit]:hover {
  text-decoration: none;
  border: 1px solid #ffffff22;
  background: #ffffff11;
  color: white;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body form input[type=submit]:active {
  text-decoration: none;
  background: #ffffffff;
  color: black;
}
.proposal-site-search-results .proposal-site-search-results-item .proposal-site-search-results-item-body form input[type=submit]:focus {
  text-decoration: none;
  border: 1px solid #ffffff;
}

.proposal-detail a {
  text-decoration: none;
}
.proposal-detail a:hover {
  text-decoration: underline;
}
.proposal-detail #proposal-ring-site {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
}
.proposal-detail #proposal-ring-site .field .container > a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  grid-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.proposal-detail #proposal-ring-site .field .container > a img, .proposal-detail #proposal-ring-site .field .container > a i {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: white;
}

.field .container.proposal-tally {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.field .container.proposal-tally div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-right: 1px solid #ffffff15;
}
.field .container.proposal-tally div:last-child {
  border-right: 0;
}
.field .container.proposal-tally div span:first-child {
  text-transform: uppercase;
  font-size: 0.6rem;
  opacity: 0.5;
  order: 2;
}
.field .container.proposal-tally div span:last-child {
  font-size: 0.8rem;
}
.field .container:nth-child(3) {
  padding: 0;
}
.field .container:nth-child(3) div {
  padding: 0.5rem;
}
.field .container:nth-child(3) div span:last-child {
  font-size: 0.6rem;
  font-weight: 600;
}
.field .container:nth-child(3) div span:last-child.PENDING, .field .container:nth-child(3) div span:last-child.NV {
  color: orange;
}
.field .container:nth-child(3) div span:last-child.ACCEPTED {
  color: green;
}
.field .container:nth-child(3) div span:last-child.REJECTED {
  color: red;
}
.field .container:nth-child(3) div:last-child {
  border-bottom: 0;
}

.user-detail {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.user-detail section:first-child {
  border: 0;
  padding: 0;
  background: none;
}
.user-detail section:first-child header {
  padding-top: 1rem;
}
.user-detail section:first-child header .user-badge {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  grid-gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.user-detail section:first-child header .user-badge img, .user-detail section:first-child header .user-badge i {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: white;
}
.user-detail section:first-child header .user-badge div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
.user-detail section:first-child header .user-badge div h2 {
  color: white;
  text-transform: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  min-height: 0;
}
.user-detail section:first-child header .user-badge div span {
  color: white;
  opacity: 0.5;
  font-size: 0.6rem;
  padding: 0;
  line-height: 1;
}
.user-detail section .container p {
  padding: 0 0.25rem;
  font-size: 0.8rem;
}

/*# sourceMappingURL=main.css.map */
