:root {
  color-scheme: dark;
  --bg: #101216;
  --surface: #191c22;
  --border: #2a2e37;
  --muted: #9298a6;
  --ink: #edf0f6;
  --accent: #eac66f;
  --accent-text: #eac66f;
  --accent-on: #000000;
  --green: #a5d4b0;
  font-family:
    Inter,
    Segoe UI,
    Arial,
    sans-serif;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
button {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  background: #292d37;
  color: var(--ink);
  transition: background 0.15s;
}
button:hover:not(:disabled) {
  background: #343946;
}
a {
  color: var(--accent-text);
}
[hidden] {
  display: none !important;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 248px;
  border-right: 1px solid var(--border);
  background: #14171c;
  padding: 34px 22px;
  display: flex;
  flex-direction: column;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 23px;
  font-weight: 650;
  text-decoration: none;
  color: var(--ink);
  letter-spacing: -1px;
}
.brand-icon,
.bot-avatar {
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--accent-on);
  font-size: 25px;
  font-weight: 800;
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
.brand-sub {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
  margin-top: 4px;
}
.workspace {
  margin: 38px 0 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  display: inline-block;
  border-radius: 100%;
  flex-shrink: 0;
}
.nav-caption {
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #686f7e;
  margin: 0 10px 14px;
}
nav {
  display: grid;
  gap: 6px;
}
nav button {
  text-align: left;
  background: transparent;
  color: var(--muted);
  display: flex;
  gap: 14px;
  padding: 13px 16px;
}
nav button.active {
  background: color-mix(in srgb, var(--accent) 7%, transparent);
  color: var(--accent-text);
  border-color: color-mix(in srgb, var(--accent) 13%, transparent);
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  background: #323846;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.sidebar-bottom strong {
  display: block;
  font-size: 11px;
}
.sidebar-bottom small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.icon-button {
  margin-left: auto;
  padding: 8px;
  background: transparent;
  color: var(--muted);
}
main {
  margin-left: 248px;
  padding: 0 46px;
  min-width: 0;
}
header {
  height: 85px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.breadcrumb span {
  margin-left: 12px;
}
.breadcrumb span:last-child {
  color: var(--ink);
}
.connection {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.quiet {
  background: transparent;
  color: var(--muted);
  padding: 8px;
  font-size: 12px;
}
.page-heading {
  margin: 42px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.eyebrow {
  color: var(--accent-text);
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
h1 {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 12px 0;
}
p {
  line-height: 1.6;
  color: var(--muted);
  font-size: 13px;
}
h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
h3 {
  font-size: 13px;
  margin: 0;
}
.pill {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 8px 14px;
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}
.stats article {
  padding: 22px 25px;
}
.stats small {
  color: var(--muted);
  font-size: 12px;
  display: block;
}
.stats strong {
  display: block;
  font-size: 38px;
  font-weight: 500;
  margin: 14px 0 10px;
  letter-spacing: -1px;
}
.stats span {
  color: #747e8d;
  font-size: 11px;
}
.card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--border);
  gap: 15px;
}
.ticket-inbox {
  overflow: visible;
}
.ticket-inbox .table-wrap {
  border-radius: 0 0 12px 12px;
}
.ticket-filter {
  position: relative;
  flex-shrink: 0;
}
.filter-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 13px;
  background: #20242c;
  border: 1px solid #353b47;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 500;
  color: #dce1eb;
}
.filter-trigger > svg:first-child {
  color: var(--accent-text);
}
.filter-chevron {
  color: #8c96a7;
  margin-left: 10px;
  transition: transform 0.15s;
}
.filter-trigger[aria-expanded="true"] {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
}
.filter-trigger[aria-expanded="true"] .filter-chevron {
  transform: rotate(180deg);
}
.filter-trigger:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 2px;
}
.filter-menu button:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--accent) 53%, transparent);
  outline-offset: -1px;
}
.filter-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 9px);
  right: 0;
  width: 230px;
  padding: 7px;
  background: #20242c;
  border: 1px solid #373e4b;
  border-radius: 12px;
  box-shadow:
    0 14px 38px #0007,
    0 2px 8px #0003;
}
.filter-caption {
  padding: 9px 11px 10px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #8792a5;
}
.filter-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 11px;
  text-align: left;
  background: transparent;
  font-size: 12px;
  border-radius: 7px;
  color: #c8cfdd;
}
.filter-menu button + button {
  margin-top: 3px;
}
.filter-menu button:hover,
.filter-menu button:focus-visible {
  background: #303743;
}
.filter-menu button[aria-checked="true"] {
  background: color-mix(in srgb, var(--accent) 7%, transparent);
  color: var(--accent-text);
}
.filter-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.filter-dot-all {
  background: #abb6ce;
}
.filter-dot-open {
  background: #97cba7;
  box-shadow: 0 0 0 3px #97cba712;
}
.filter-dot-closed {
  background: #b3a0a8;
}
.filter-check {
  margin-left: auto;
  color: var(--accent-text);
  visibility: hidden;
}
.filter-menu button[aria-checked="true"] .filter-check {
  visibility: visible;
}
@media (max-width: 700px) {
  .ticket-inbox .card-heading {
    flex-wrap: wrap;
  }
  .ticket-filter {
    margin-left: auto;
  }
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
}
th {
  font-size: 10px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #838b9b;
  background: #171a20;
  padding: 13px 20px;
}
td {
  padding: 17px 20px;
  border-top: 1px solid #ffffff06;
  max-width: 400px;
  overflow-wrap: anywhere;
}
td small {
  display: block;
  color: var(--muted);
  margin-top: 5px;
}
.badge {
  background: #b1dec017;
  color: var(--green);
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 10px;
  display: inline-block;
}
.badge.closed,
.badge.failed {
  color: #c2a4a4;
  background: #bd8c8c13;
}
.actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
/* A saved reply marked to be sent when a ticket is taken on. */
.actions button[aria-pressed="true"] { border-color: var(--accent); color: var(--accent-text); }
.actions button {
  font-size: 11px;
  padding: 7px 10px;
}
.danger {
  color: #efb5ae;
  background: #a3484820;
}
.empty {
  text-align: center;
  padding: 44px 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.hint {
  font-size: 11px;
  color: #7f8896;
  margin: 18px 0;
}
.ticket-leaderboard > .hint {
  padding-inline: 24px;
  line-height: 1.7;
}
.editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.settings-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.ticket-category-choices { min-width: 0; margin: 0; padding: 14px; border: 1px solid var(--border); border-radius: 9px; }
.ticket-category-choices legend { padding-inline: 6px; font-size: 12px; }
#ticket-category-options { display: grid; gap: 14px; max-height: 300px; overflow-y: auto; padding: 3px; }
#ticket-category-options label { overflow-wrap: anywhere; }
[data-protection-section] fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  display: grid;
  gap: 18px;
}
[data-protection-section] fieldset:disabled { opacity: .65; }
#protection-status h3 { margin: 6px 0 0; font-size: 14px; }
#protection-status .list-item { gap: 12px; flex-wrap: wrap; }
#protection-status small { overflow-wrap: anywhere; }
.protection-trust { display: grid; gap: 12px; }
.form {
  padding: 25px;
  display: grid;
  gap: 18px;
}
.form .card-heading {
  padding: 0 0 18px;
}
.form p {
  margin: 0;
}
label {
  font-size: 12px;
  display: grid;
  gap: 8px;
  color: #c8ced8;
}
input,
textarea,
select {
  width: 100%;
  padding: 11px 12px;
  background: #111419;
  border: 1px solid #303541;
  border-radius: 7px;
  color: var(--ink);
  font-size: 13px;
}
input::placeholder,
textarea::placeholder {
  color: #5d6675;
}
input:focus, textarea:focus, select:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: none;
}
input[type="checkbox"]:focus-visible { outline: 1px solid var(--accent); outline-offset: 2px; }
select { min-width: 0; cursor: pointer; }
select:hover { border-color: #535b68; }
select:focus-visible { outline: none; border-color: var(--accent); }
select:disabled { cursor: not-allowed; opacity: .55; }
select option { background: #20252d; color: var(--ink); }
select[multiple] { padding: 6px; }
select[multiple] option { padding: 10px 12px; border-radius: 6px; margin: 2px 0; }
select[multiple] option:checked { background: color-mix(in srgb, var(--accent) 15%, var(--surface)) linear-gradient(color-mix(in srgb, var(--accent) 15%, var(--surface)), color-mix(in srgb, var(--accent) 15%, var(--surface))); color: var(--accent-text); }
@supports (appearance: base-select) {
  select:not([multiple]), select:not([multiple])::picker(select) { appearance: base-select; }
  select:not([multiple]) { align-items: center; gap: 12px; min-height: 42px; border-radius: 9px; }
  select:not([multiple])::picker-icon { color: var(--muted); font-size: 12px; }
  select:not([multiple]):open { border-color: #736443; }
  select:not([multiple]):open::picker-icon { rotate: 180deg; }
  select:not([multiple])::picker(select) {
    background: #20252d; color: var(--ink); border: 1px solid #343b47;
    border-radius: 12px; padding: 6px; margin-block: 6px;
    box-shadow: 0 14px 36px #0006; max-height: min(320px, 55dvh);
    overflow-y: auto; scrollbar-width: thin; scrollbar-color: #505866 transparent;
  }
  select:not([multiple]) option {
    display: flex; align-items: center; gap: 12px; min-height: 40px;
    padding: 10px 12px; border: 0; border-radius: 7px;
    font-size: 13px; overflow-wrap: anywhere; cursor: pointer;
  }
  select:not([multiple]) option + option { margin-top: 3px; }
  select:not([multiple]) option:hover,
  select:not([multiple]) option:focus { background: #2d333c; outline: none; }
  select:not([multiple]) option:checked { background: color-mix(in srgb, var(--accent) 15%, var(--surface)); color: var(--accent-text); }
  select:not([multiple]) option:focus-visible { outline: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); outline-offset: -1px; }
  select:not([multiple]) option::checkmark { order: 1; margin-left: auto; color: var(--accent-text); }
}
textarea {
  resize: vertical;
  line-height: 1.6;
}
input[type="color"] {
  height: 42px;
  padding: 5px;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
}
.fields-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.primary {
  background: var(--accent);
  color: var(--accent-on);
  font-size: 12px;
  font-weight: 650;
}
.primary:hover:not(:disabled) {
  background: var(--accent);
  filter: brightness(1.1);
}
.primary span {
  margin-left: 10px;
}
.secondary {
  background: transparent;
  border-color: #363c49;
  font-size: 12px;
}
.divider {
  height: 1px;
  background: var(--border);
  margin: 4px 0;
}
.form small {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.preview-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 1px;
  color: #adb4c2;
  margin: 3px 0 15px;
}
.preview-label > span:last-child {
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 0;
  color: var(--muted);
}
.preview-shell {
  background: #25282e;
  border: 1px solid #373b44;
  border-radius: 12px;
  padding: 22px;
}
.message-author {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}
.bot-avatar {
  height: 30px;
  width: 30px;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 3px;
}
.message-author strong {
  font-size: 13px;
}
.bot-badge {
  background: #5865f2;
  color: white;
  font-size: 8px;
  border-radius: 3px;
  padding: 2px 4px;
}
.message-author small {
  font-size: 10px;
  color: var(--muted);
}
.preview-empty {
  font-size: 14px;
  text-align: center;
  padding: 48px 20px;
  color: #c8ced8;
  line-height: 1.9;
}
.preview-empty span {
  font-size: 12px;
  color: var(--muted);
}
.embed {
  border-left: 3px solid var(--accent);
  background: #1c1e23;
  padding: 20px;
  border-radius: 5px;
  overflow-wrap: anywhere;
}
.embed h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.embed .description {
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.65;
  color: #d0d3da;
}
.embed .thumbnail {
  width: 65px;
  height: 65px;
  object-fit: contain;
  float: right;
  margin: 0 0 12px 14px;
}
.embed .banner {
  width: 100%;
  border-radius: 5px;
  margin-top: 16px;
}
.embed .role-info {
  font-size: 12px;
  margin-top: 16px;
  color: #d0d3da;
}
.mock-controls {
  margin-top: 9px;
  display: grid;
  gap: 8px;
}
.mock-controls button {
  text-align: left;
  font-size: 12px;
}
.publish-card {
  margin-top: 20px;
}
.section-gap {
  margin-top: 24px;
}
.list-item {
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}
.list-item:last-child {
  border: 0;
}
.list-item strong {
  font-size: 13px;
}
.list-item small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 6px;
}
.option-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.option-row button {
  grid-column: 2;
  font-size: 11px;
  justify-self: end;
}
.option-row label {
  font-size: 10px;
}
.option-row input {
  font-size: 12px;
}
#notice {
  padding: 14px 18px;
  margin-top: 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 31%, transparent);
  background: color-mix(in srgb, var(--accent) 7%, transparent);
  border-radius: 8px;
  font-size: 13px;
  white-space: pre-wrap;
}
#notice.error {
  background: #c76e6515;
  border-color: #c76e6550;
  color: #f1b5ae;
}
.login {
  width: 100%;
  max-width: 460px;
  text-align: center;
  padding: 40px 16px;
  margin: 0 auto;
}
.login .login-logo { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 32px; font-size: 34px; border-radius: 18px; box-shadow: 0 8px 32px color-mix(in srgb, var(--accent) 8%, transparent); }
.login .eyebrow { display: block; font-size: 10px; letter-spacing: 2.5px; }
.login p { color: var(--muted); line-height: 1.7; margin: 0 0 30px; }
.discord-login { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 20px; margin: 0 0 20px; background: #5865f2; color: #fff; border-radius: 10px; text-decoration: none; font-weight: 600; }
.discord-login svg { flex-shrink: 0; }
.discord-login:hover { background: #4752c4; }
.discord-login:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.discord-login[aria-disabled="true"] { opacity: .55; cursor: not-allowed; }
.login h1 {
  font-size: clamp(26px, 5vw, 36px);
  letter-spacing: -1px;
  margin: 18px 0 14px;
}
.command {
  display: inline-block;
  background: #101216;
  border: 1px solid var(--border);
  padding: 12px 20px;
  border-radius: 8px;
  font-family: monospace;
  color: var(--accent-text);
  margin: 10px 0;
}
.login small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.brand-copy { min-width: 0; }
[data-site-name], #login-title, #branding-preview-name { overflow-wrap: anywhere; }
.brand-icon { flex-shrink: 0; overflow: hidden; }
.brand-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.branding-preview { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg); }
.branding-preview .brand-icon { width: 48px; height: 48px; display: grid; place-items: center; font-size: 26px; }
.emoji-picker { position: relative; width: fit-content; max-width: 100%; }
.emoji-picker summary { list-style: none; cursor: pointer; color: var(--accent-text); font-size: 12px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px; background: #20252d; }
.emoji-picker summary::-webkit-details-marker { display: none; }
.emoji-picker summary:hover { background: #2d333c; }
.emoji-picker summary:focus-visible, .emoji-options button:focus-visible { outline: 1px solid var(--accent); outline-offset: -1px; }
.emoji-popover { position: absolute; top: calc(100% + 8px); left: 0; z-index: 10; width: min(300px, calc(100vw - 80px)); padding: 12px; background: #20252d; border: 1px solid #343b47; border-radius: 12px; box-shadow: 0 14px 36px #0006; }
.emoji-caption { display: block; margin-bottom: 10px; color: var(--muted); font-size: 11px; }
.emoji-options { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 4px; }
.emoji-options button { border: 0; background: transparent; padding: 6px 0; font-size: 22px; min-height: 38px; border-radius: 7px; }
.emoji-options button:hover { background: color-mix(in srgb, var(--accent) 15%, var(--surface)); }
.emoji-options button[aria-pressed="true"] { background: color-mix(in srgb, var(--accent) 15%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 53%, transparent); }
.emoji-options button:disabled { opacity: .3; cursor: not-allowed; }
.giveaway-embed { border-left-color: var(--accent); }
.giveaway-role { color: #c9ceff; background: #5865f233; border-radius: 4px; padding: 3px 7px; width: fit-content; max-width: 100%; overflow-wrap: anywhere; }
#giveaway-preview-panel { min-width: 0; }
.reaction-shortcuts { margin-top: 10px; }
.reaction-shortcuts button { font-size: 20px; }
body[data-view="login"] { background: radial-gradient(ellipse at 50% 35%, color-mix(in srgb, var(--accent) 3%, transparent), transparent 60%), var(--bg); }
body[data-view="login"] > .sidebar,
body[data-view="login"] main > header,
body[data-view="login"] main > footer,
body[data-view="login"] #app { display: none; }
body[data-view="login"] main { width: 100%; max-width: none; margin: 0; padding: 36px 20px; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
body[data-view="login"] #notice { width: 100%; max-width: 428px; margin: 0 0 12px; }
footer {
  margin-top: 50px;
  padding: 26px 0;
  border-top: 1px solid var(--border);
  font-size: 11px;
  color: #828a98;
}
footer span {
  float: right;
  font-size: 10px;
  color: #606a79;
}
@media (max-width: 1150px) {
  .sidebar {
    width: 210px;
    padding: 28px 16px;
  }
  main {
    margin-left: 210px;
    padding: 0 25px;
  }
  .editor-grid {
    grid-template-columns: 1fr;
  }
  .stats article {
    padding: 18px;
  }
  .page-heading h1 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .sidebar {
    position: static;
    width: auto;
    padding: 20px;
  }
  .brand {
    font-size: 20px;
  }
  .workspace,
  .nav-caption,
  .sidebar-bottom {
    display: none;
  }
  nav {
    display: flex;
    overflow-x: auto;
    margin-top: 20px;
    gap: 5px;
  }
  nav button {
    white-space: nowrap;
    font-size: 11px;
    padding: 9px;
    gap: 5px;
  }
  main {
    margin: 0;
    padding: 0 18px;
  }
  header {
    height: 65px;
  }
  .connection #connection {
    display: none;
  }
  .page-heading {
    margin-top: 28px;
  }
  .page-heading .pill {
    display: none;
  }
  .page-heading h1 {
    font-size: 25px;
  }
  .stats {
    gap: 8px;
  }
  .stats article {
    padding: 14px;
  }
  .stats strong {
    font-size: 30px;
  }
  .stats span {
    display: none;
  }
  .card-heading {
    padding: 18px;
  }
  .ticket-leaderboard > .hint {
    padding-inline: 18px;
  }
  .card-heading h2 {
    font-size: 14px;
  }
  .form {
    padding: 20px;
  }
  .fields-two {
    grid-template-columns: 1fr;
  }
  .list-item {
    flex-wrap: wrap;
    padding: 16px;
  }
  .login {
    padding: 28px 0;
  }
  footer span {
    display: block;
    float: none;
    margin-top: 8px;
  }
  .preview-label > span:last-child {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
