:root {
  color-scheme: dark;

  --bg-page: #0a0b0d;
  --bg-elevated: #121316;
  --bg-card: rgba(18, 19, 22, .72);
  --bg-card-solid: #16171a;
  --bg-control: rgba(255, 255, 255, .045);
  --bg-control-hover: rgba(255, 255, 255, .075);

  --text-primary: #f5f6f8;
  --text-secondary: #b6b9c1;
  --text-muted: #858995;
  --text-disabled: #5d6069;

  --border-color: rgba(255, 255, 255, .1);
  --border-hover: rgba(255, 255, 255, .2);
  --border-focus: rgba(255, 255, 255, .5);

  --blur-amount: 16px;
  --glass-saturation: 180%;
  --text-glow: 0 2px 12px rgba(0, 0, 0, .9);
  --shadow-card: 0 22px 60px rgba(0, 0, 0, .46);
  --shadow-floating: 0 32px 90px rgba(0, 0, 0, .62);

  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;

  --control-height: 46px;
  --control-padding: 14px;
  --motion-fast: 140ms;
  --motion-normal: 220ms;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --font-display: Manrope, ui-sans-serif, system-ui, sans-serif;
  --font-body: Manrope, ui-sans-serif, system-ui, sans-serif;
  --accent-primary: #e8eaee;
  --accent-primary-soft: rgba(255, 255, 255, .08);

  --bg: var(--bg-page);
  --panel: var(--bg-elevated);
  --panel-2: var(--bg-card-solid);
  --text: var(--text-primary);
  --muted: var(--text-secondary);
  --dim: var(--text-muted);
  --line: var(--border-color);
}

html,
body,
button,
input,
textarea,
select {
  font-family: var(--font-body);
}

[class*="landing"] h1,
[class*="landing"] h2,
.auth-reference-pitch h1,
.auth-card h2,
.dashboard-intro h1,
.panel-heading h2,
.public-card h1,
.embed-profile-card h1,
.empty-page h1,
.showcase-profile h2,
.dashboard-intro h1,
.auth-pitch h1,
.hero-copy h1 {
  font-family: var(--font-display);
}

:root {
  --accent: #e8eaee;
  --accent-2: #ffffff;
  --blue-accent: #e8eaee;
  --blue-accent-hover: #ffffff;
}

body {
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 255, 255, .06), transparent 34%),
    var(--bg-page);
}

.public-page {
  --profile-font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --profile-font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-family: var(--profile-font-body);
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .045), transparent 38%),
    var(--profile-background, var(--bg-page)) !important;
}

.public-page.font-inter {
  --profile-font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --profile-font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

.public-page.font-system {
  --profile-font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --profile-font-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--profile-font-body);
}

.public-page.font-mono {
  --profile-font-body: "IBM Plex Mono", "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  --profile-font-display: "IBM Plex Mono", "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-family: var(--profile-font-body);
}

.public-page.font-serif {
  --profile-font-body: Georgia, "Times New Roman", serif;
  --profile-font-display: Georgia, "Times New Roman", serif;
  font-family: var(--profile-font-body);
}

.public-page button,
.public-page input,
.public-page textarea,
.public-page select {
  font-family: inherit;
}

.public-page .public-card h1,
.public-page .embed-profile-card h1,
.public-page .showcase-profile h2 {
  font-family: var(--profile-font-display);
  font-weight: 650;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.public-page .public-handle {
  font-size: .72rem;
  letter-spacing: -.01em;
}

.public-page .public-bio {
  font-size: .84rem;
  line-height: 1.65;
}

.public-page .profile-link-title {
  font-size: .81rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

.public-page .public-card-footer,
.public-page .claim-link {
  font-size: .63rem;
}

.dynamic-embed-page .embed-profile-handle {
  font-size: .74rem;
  font-weight: 600;
}

.dynamic-embed-page .embed-profile-bio {
  font-size: .73rem;
  line-height: 1.58;
}

.dynamic-embed-page .embed-profile-meta,
.dynamic-embed-page .embed-kicker {
  font-size: .6rem;
}

.dynamic-embed-page .embed-kicker {
  letter-spacing: .14em;
}

.dynamic-embed-page .dynamic-audio-title {
  font-size: .76rem;
  font-weight: 650;
}

.dynamic-embed-page .dynamic-audio-artist,
.dynamic-embed-page .dynamic-audio-progress-row time {
  font-size: .63rem;
}

.dynamic-embed-page .dynamic-lyrics-label {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.dynamic-embed-page .dynamic-lyrics-state {
  font-size: .57rem;
  font-weight: 650;
  letter-spacing: .1em;
}

.dynamic-embed-page .dynamic-lyrics-line {
  color: rgba(255, 255, 255, .5);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -.012em;
  opacity: .68;
}

.dynamic-embed-page .dynamic-lyrics-line.is-past {
  opacity: .32;
}

.dynamic-embed-page .dynamic-lyrics-line.is-next {
  color: rgba(255, 255, 255, .82);
  opacity: .9;
}

.dynamic-embed-page .dynamic-lyrics-footer {
  font-size: .56rem;
  font-weight: 650;
  letter-spacing: .1em;
}

.dynamic-embed-page .dynamic-lyrics-auto-message p {
  font-size: .72rem;
}

.public-card,
.dynamic-embed-page [data-dynamic-tile],
.auth-card,
.editor-panel,
.preview-sticky {
  border-color: rgba(255, 255, 255, .12);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.public-card h1,
.embed-profile-card h1,
.showcase-profile h2,
.dashboard-intro h1,
.auth-pitch h1,
.hero-copy h1 {
  font-weight: 700;
  letter-spacing: -.055em;
}

.eyebrow,
.panel-index,
.embed-kicker,
.public-live,
.sidebar-label {
  color: var(--accent-primary);
  letter-spacing: .16em;
}

.button-primary,
.button-primary:hover {
  color: #101012 !important;
  background: #f5f1e8 !important;
  border-color: #f5f1e8 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.button-ghost:hover,
.icon-button:hover,
.sidebar-item:hover,
.sidebar-item.is-active {
  border-color: rgba(255, 255, 255, .18);
  background: var(--accent-primary-soft);
}

.profile-link:hover,
.embed-connection:hover {
  color: var(--accent-primary);
}

.public-card .profile-link,
.dynamic-embed-page [data-dynamic-tile] {
  background: rgba(18, 18, 20, .72);
}

[hidden] {
  display: none !important;
}

.editor-panel,
.preview-sticky,
.asset-picker-dialog,
.social-modal,
.embed-editor-toolbar {
  color: var(--text-primary);
  background: var(--bg-card);
  border-color: var(--border-color);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(var(--blur-amount)) saturate(var(--glass-saturation));
  -webkit-backdrop-filter: blur(var(--blur-amount)) saturate(var(--glass-saturation));
  --text: var(--text-primary);
  --muted: var(--text-secondary);
  --dim: var(--text-muted);
}

.embed-editor-toolbar .button {
  color: var(--text-primary);
}

.custom-card,
.link-card,
.toggle-row,
.link-platform-picker,
.discord-connect-card,
.discord-account-card,
.badge-admin-result {
  color: var(--text-primary);
  background: rgba(12, 12, 15, .82);
  border-color: var(--border-color);
}

.dynamic-lyrics-line,
.embed-profile-bio,
.public-card .public-bio {
  text-shadow: none;
}

.field-label input:not([type="range"]):not([type="color"]):not([type="checkbox"]):not([type="radio"]),
.field-label textarea,
.field-label select,
.asset-picker-url input,
.asset-picker-audio-fields input,
.asset-picker-lyrics-field textarea,
.social-modal-input-wrap {
  min-height: var(--control-height);
  color: var(--text-primary);
  background-color: var(--bg-control);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  outline: 0;
  transition:
    color var(--motion-fast) var(--ease-out),
    background-color var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-out);
}

.field-label input:not([type="range"]):not([type="color"]):not([type="checkbox"]):not([type="radio"]):hover,
.field-label textarea:hover,
.field-label select:hover,
.asset-picker-url input:hover,
.asset-picker-audio-fields input:hover,
.asset-picker-lyrics-field textarea:hover,
.social-modal-input-wrap:hover {
  background-color: var(--bg-control-hover);
  border-color: var(--border-hover);
}

.field-label input:not([type="range"]):not([type="color"]):not([type="checkbox"]):not([type="radio"]):focus-visible,
.field-label textarea:focus-visible,
.field-label select:focus-visible,
.asset-picker-url input:focus-visible,
.asset-picker-audio-fields input:focus-visible,
.asset-picker-lyrics-field textarea:focus-visible,
.social-modal-input-wrap:focus-within {
  background-color: var(--bg-control-hover);
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .08);
}

.field-label input::placeholder,
.field-label textarea::placeholder,
.asset-picker-url input::placeholder,
.asset-picker-audio-fields input::placeholder,
.asset-picker-lyrics-field textarea::placeholder,
.social-modal-input::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

input[type="range"] {
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.range-field input[type="range"],
.profile-audio-volume input[type="range"],
.dynamic-audio-progress {
  height: 28px;
  min-height: 28px;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--range-accent, var(--accent)) 0 var(--range-progress, 50%),
    rgba(255, 255, 255, .12) var(--range-progress, 50%) 100%
  );
  border-radius: var(--radius-pill);
}

input[type="range"]::-moz-range-track {
  height: 4px;
  background: rgba(255, 255, 255, .12);
  border: 0;
  border-radius: var(--radius-pill);
}

input[type="range"]::-moz-range-progress {
  height: 4px;
  background: var(--range-accent, var(--accent));
  border-radius: var(--radius-pill);
}

input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  appearance: none;
  background: var(--text-primary);
  border: 3px solid var(--range-accent, var(--accent));
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .45);
}

input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--text-primary);
  border: 3px solid var(--range-accent, var(--accent));
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .45);
}

input[type="range"]:focus-visible {
  outline: 2px solid var(--border-focus);
  outline-offset: 3px;
  border-radius: var(--radius-pill);
}

.toggle-row .toggle {
  position: relative;
  width: 46px;
  height: 26px;
  flex: 0 0 46px;
  background: rgba(255, 255, 255, .11);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  transition:
    background var(--motion-normal) var(--ease-out),
    border-color var(--motion-normal) var(--ease-out);
}

.toggle-row .toggle::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--text-secondary);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .42);
  transform: translate3d(0, 0, 0);
  transition:
    transform var(--motion-normal) var(--ease-out),
    background var(--motion-normal) var(--ease-out);
}

.toggle-row input:checked + .toggle {
  background: var(--accent) !important;
  border-color: var(--accent-2);
}

.toggle-row input:checked + .toggle::after {
  background: #fff;
  transform: translate3d(20px, 0, 0);
}

.toggle-row input:focus-visible + .toggle {
  outline: 2px solid var(--border-focus);
  outline-offset: 3px;
}

.save-status,
.embed-editor-status {
  display: inline-grid;
  width: 18px;
  min-width: 18px;
  height: 18px;
  place-items: center;
  overflow: visible;
  color: transparent;
  font-size: 0;
}

.save-status > i,
.embed-editor-status::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--text-muted);
  border-radius: 50%;
  opacity: .45;
  transition:
    opacity var(--motion-fast) var(--ease-out),
    background var(--motion-fast) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-out),
    transform var(--motion-fast) var(--ease-out);
}

.save-status[data-save-state="pending"] > i,
.save-status[data-save-state="syncing"] > i,
.embed-editor-status[data-save-state="pending"]::before,
.embed-editor-status[data-save-state="syncing"]::before {
  background: #f6c85f;
  opacity: 1;
  box-shadow: 0 0 0 5px rgba(246, 200, 95, .1);
  animation: sqezen-save-pulse 850ms ease-in-out infinite;
}

.save-status[data-save-state="saved"] > i,
.embed-editor-status[data-save-state="saved"]::before {
  background: #68d391;
  opacity: 1;
  box-shadow: 0 0 12px rgba(104, 211, 145, .55);
}

.save-status[data-save-state="error"] > i,
.embed-editor-status[data-save-state="error"]::before,
.embed-editor-status.is-error::before {
  background: var(--danger);
  opacity: 1;
  box-shadow: 0 0 12px rgba(255, 113, 135, .45);
}

.locale-toggle {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  left: max(14px, env(safe-area-inset-left));
  z-index: 90;
  min-width: 62px;
  min-height: 38px;
  padding: 0 11px;
  color: var(--text-secondary);
  background: rgba(12, 12, 15, .88);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .34);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
}

.embed-editor-actions [data-embed-editor-save][hidden] + .button {
  grid-column: 1 / -1;
  cursor: pointer;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .08em;
  transition:
    color var(--motion-fast) var(--ease-out),
    background var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out);
}

.locale-toggle:hover,
.locale-toggle:focus-visible {
  color: var(--text-primary);
  background: rgba(24, 24, 28, .94);
  border-color: var(--border-hover);
}

.locale-toggle.is-inline {
  position: static;
  flex: 0 0 auto;
  box-shadow: none;
}

@keyframes sqezen-save-pulse {
  50% {
    opacity: .42;
    transform: scale(.78);
  }
}

body[data-route="/dashboard"] {
  background: #0a0b0d !important;
}

body[data-route="/dashboard"]::before,
body[data-route="/dashboard"]::after {
  display: none;
}

.dashboard-page {
  width: min(1480px, calc(100% - 64px));
}

.dashboard-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 82px;
  background: rgba(10, 11, 13, .9);
  border-bottom-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.dashboard-topbar .brand {
  display: inline-flex !important;
}

.dashboard-topbar .brand-wordmark {
  width: 108px;
}

.dashboard-topbar-center {
  gap: 12px;
  margin-left: auto;
}

.topbar-breadcrumb {
  color: var(--text-muted);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

.topbar-breadcrumb b {
  color: var(--text-disabled);
}

.topbar-breadcrumb strong {
  color: var(--text-primary);
  font-weight: 700;
}

.dashboard-topbar-actions {
  gap: 8px;
}

.dashboard-topbar-actions .button {
  min-height: 40px;
  border-radius: 10px;
  font-size: .72rem;
}

.dashboard-layout {
  grid-template-columns: 214px minmax(0, 1fr);
  gap: 42px;
  padding: 34px 0 64px;
}

.dashboard-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  min-height: calc(100dvh - 146px);
  padding: 4px 18px 18px 0;
}

.dashboard-nav-list {
  gap: 5px;
  max-height: calc(100dvh - 250px);
  padding-right: 8px;
}

.sidebar-item {
  min-height: 42px;
  gap: 10px;
  padding: 0 12px;
  color: #9da0a7;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: -.012em;
}

.sidebar-item > svg,
.sidebar-item > .platform-logo {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #fff;
  opacity: .9;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, .52)) drop-shadow(0 0 8px rgba(255, 255, 255, .16));
  transition: opacity .18s ease, filter .18s ease;
}

.sidebar-item:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .06);
}

.sidebar-item.is-active {
  color: var(--text-primary);
  background: #18191d;
  border-color: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

.sidebar-item:hover > svg,
.sidebar-item:hover > .platform-logo,
.sidebar-item.is-active > svg,
.sidebar-item.is-active > .platform-logo {
  color: #fff;
  opacity: 1;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, .82)) drop-shadow(0 0 11px rgba(255, 255, 255, .28));
}

.sidebar-item kbd {
  color: var(--text-disabled);
  font-size: .6rem;
  font-variant-numeric: tabular-nums;
}

.sidebar-account {
  gap: 10px;
  margin-top: 18px;
  padding: 14px 8px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
}

.account-avatar {
  width: 32px;
  height: 32px;
  color: #121316;
  background: #f5f1e8;
  border-radius: 50%;
}

.sidebar-account strong {
  color: var(--text-primary);
  font-size: .72rem;
}

.sidebar-account small {
  color: var(--text-muted);
  font-size: .61rem;
}

.sidebar-bottom {
  display: none;
}

.dashboard-main {
  min-width: 0;
}

.dashboard-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 12px 0 30px;
}

.dashboard-intro .eyebrow,
.dashboard-intro .intro-orb,
.dashboard-main .panel-index {
  display: none;
}

.dashboard-intro h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}

.dashboard-intro > div > p:last-child {
  max-width: 56ch;
  margin: 10px 0 0;
  color: var(--text-secondary);
  font-size: .88rem;
  line-height: 1.6;
  letter-spacing: -.01em;
}

.dashboard-grid.dashboard-grid-assets,
.dashboard-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.editor-panel {
  min-height: 580px;
  padding: 32px;
  background: #121316;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.panel-heading {
  gap: 20px;
}

.panel-heading h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.2;
}

.panel-heading p {
  max-width: 58ch;
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: .78rem;
  line-height: 1.55;
}

.field-grid {
  gap: 18px;
  margin-top: 28px;
}

.field-label {
  gap: 8px;
  color: var(--text-secondary);
  font-size: .74rem;
  font-weight: 650;
  letter-spacing: -.012em;
}

.field-label input,
.field-label textarea,
.field-label select {
  min-height: 50px;
  color: var(--text-primary);
  background: #0d0e10;
  border-color: rgba(255, 255, 255, .09);
  border-radius: 10px;
  font-size: .82rem;
}

.field-label textarea {
  min-height: 118px;
  padding-top: 14px;
  line-height: 1.55;
}

.field-label small {
  color: var(--text-muted);
  font-size: .64rem;
  line-height: 1.45;
}

.field-label input:focus-visible,
.field-label textarea:focus-visible,
.field-label select:focus-visible {
  border-color: rgba(245, 241, 232, .45);
  box-shadow: 0 0 0 3px rgba(245, 241, 232, .07);
}

.panel-divider {
  margin: 34px 0;
  background: rgba(255, 255, 255, .09);
}

.custom-card {
  gap: 22px;
  margin-top: 0;
  padding: 30px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.custom-card + .custom-card {
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.custom-card-title {
  gap: 12px;
}

.custom-card-title > span {
  width: 32px;
  height: 32px;
  color: var(--text-primary);
  background: #1b1d21;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
}

.custom-card-title h3 {
  color: var(--text-primary);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: -.025em;
}

.custom-card-title p {
  color: var(--text-muted);
  font-size: .69rem;
  line-height: 1.45;
}

.range-grid {
  gap: 22px 20px;
}

.range-field {
  gap: 12px;
  color: var(--text-secondary);
  font-size: .71rem;
}

.range-field output {
  color: var(--text-primary);
  font-size: .68rem;
}

.color-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.color-control {
  gap: 8px;
  color: var(--text-secondary);
  font-size: .68rem;
}

.color-control input {
  height: 42px;
  background: #0d0e10;
  border-color: rgba(255, 255, 255, .09);
  border-radius: 10px;
}

.color-control b {
  color: var(--text-muted);
  font-size: .61rem;
  font-weight: 600;
}

.toggle-row {
  min-height: 56px;
  padding: 11px 12px;
  background: #0d0e10;
  border-color: rgba(255, 255, 255, .08);
  border-radius: 11px;
}

.toggle-row b {
  color: var(--text-primary);
  font-size: .69rem;
}

.toggle-row small {
  color: var(--text-muted);
  font-size: .61rem;
}

.link-platform-picker,
.link-card,
.discord-connect-card,
.discord-account-card,
.badge-admin-result {
  background: #0d0e10;
  border-color: rgba(255, 255, 255, .08);
  border-radius: 14px;
}

@media (max-width: 1120px) {
  .dashboard-grid.dashboard-grid-assets,
  .dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashboard-layout {
    gap: 28px;
  }
}

@media (max-width: 1023.98px) {
  .dashboard-page {
    width: min(680px, calc(100% - 32px));
  }

  .dashboard-topbar .brand {
    display: none !important;
  }

  .dashboard-layout {
    display: block;
    padding-top: 0;
  }

  .dashboard-sidebar {
    position: sticky;
    top: 82px;
    z-index: 35;
    width: calc(100% + 32px);
    min-height: 0;
    margin-left: -16px;
    padding: 10px 16px;
    background: rgba(10, 11, 13, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .dashboard-sidebar > .sidebar-account,
  .dashboard-sidebar > .sidebar-bottom {
    display: none;
  }

  .dashboard-nav-list {
    display: flex;
    max-height: none;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    scrollbar-width: none;
  }

  .dashboard-nav-list::-webkit-scrollbar {
    display: none;
  }

  .dashboard-nav-list .sidebar-item {
    flex: 0 0 auto;
  }

  .dashboard-main {
    padding-top: 24px;
  }

  .dashboard-grid.dashboard-grid-assets,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .dashboard-page {
    width: calc(100% - 24px);
  }

  .dashboard-topbar {
    min-height: 68px;
  }

  .dashboard-topbar-actions .button {
    padding-inline: 10px;
    font-size: .66rem;
  }

  .dashboard-topbar-actions #logout-button {
    width: 40px;
    min-width: 40px;
    padding: 0;
    font-size: 0;
  }

  .dashboard-topbar-actions #logout-button svg {
    width: 16px;
    height: 16px;
  }

  .dashboard-sidebar {
    top: 68px;
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-inline: 12px;
  }

  .dashboard-intro {
    padding: 6px 0 22px;
  }

  .dashboard-intro h1 {
    font-size: 2rem;
  }

  .dashboard-intro > div > p:last-child {
    font-size: .78rem;
  }

  .editor-panel {
    min-height: 0;
    padding: 22px 16px;
    border-radius: 16px;
  }

  .field-grid,
  .range-grid,
  .toggle-grid {
    grid-template-columns: 1fr;
  }

  .color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-card {
    padding: 24px 0;
  }

}

@supports not (backdrop-filter: blur(1px)) {
  .editor-panel,
  .preview-sticky,
  .asset-picker-dialog,
  .social-modal,
  .embed-editor-toolbar {
    background: var(--bg-card-solid);
  }
}

@media (max-width: 1023.98px) {
  :root {
    --blur-amount: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .save-status > i,
  .embed-editor-status::before {
    animation: none !important;
  }
}
