@font-face {
  font-family: "Eto Sans";
  src: url("/painel/assets/fonts/noto-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eto Sans";
  src: url("/painel/assets/fonts/noto-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eto Sans";
  src: url("/painel/assets/fonts/noto-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eto Brand";
  src: url("/painel/assets/fonts/cinzel-decorative-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eto Brand";
  src: url("/painel/assets/fonts/cinzel-decorative-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --eto-font-sans: "Eto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --eto-font-brand: "Eto Brand", Georgia, serif;
  --eto-bg: #05030c;
  --eto-panel: rgba(16, 10, 31, 0.78);
  --eto-panel-strong: rgba(22, 14, 42, 0.88);
  --eto-panel-soft: rgba(255, 255, 255, 0.06);
  --eto-line: rgba(255, 194, 231, 0.14);
  --eto-line-strong: rgba(255, 194, 231, 0.28);
  --eto-text: #f7efff;
  --eto-text-soft: rgba(247, 239, 255, 0.74);
  --eto-accent: #ff8bc8;
  --eto-accent-strong: #ff5da7;
  --eto-accent-alt: #b488ff;
  --eto-good: #8effc1;
  --eto-warn: #ffd281;
  --eto-danger: #ff93a5;
  --eto-shadow: 0 28px 80px rgba(4, 0, 13, 0.46);
  --eto-radius: 28px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 105, 179, 0.14), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(180, 127, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #05030c 0%, #0d0818 45%, #160c24 100%);
  color: var(--eto-text);
  font-family: var(--eto-font-sans);
  font-synthesis: none;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.eto-protected,
body.eto-protected * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

body.eto-protected input,
body.eto-protected textarea,
body.eto-protected select,
body.eto-protected option,
body.eto-protected [contenteditable="true"],
body.eto-protected .eto-custom-select-trigger,
body.eto-protected .eto-custom-select-option,
body.eto-protected .eto-custom-select-value {
  -webkit-user-select: text;
  user-select: text;
}

body:not(.dashboard-ready) {
  overflow: hidden;
  background: #090611;
}

body.is-auth-redirecting {
  background: #090611;
}

body.is-auth-redirecting::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 139, 200, 0.18), transparent 30%),
    #090611;
  pointer-events: none;
}

body:not(.dashboard-ready) .eto-atmosphere {
  display: none;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.eto-atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.eto-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.7;
}

.eto-orb-a {
  top: 10%;
  left: -8%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 112, 183, 0.55), rgba(255, 112, 183, 0));
}

.eto-orb-b {
  top: 48%;
  right: -10%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(178, 120, 255, 0.48), rgba(178, 120, 255, 0));
}

.eto-orb-c {
  bottom: -8%;
  left: 24%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 177, 212, 0.26), rgba(255, 177, 212, 0));
}

.eto-grid-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), transparent 85%);
}

#eto-login-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(4, 2, 10, 0.96);
  backdrop-filter: none;
}

#eto-login-gate[hidden] {
  display: none;
}

.eto-login-shell {
  width: 100%;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(540px, 1.12fr);
  overflow: visible;
  background: #0b0714;
}

.eto-login-side {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 96px 6vw 56px;
  background: linear-gradient(180deg, #120b22, #0a0613);
}

.eto-login-brand {
  position: absolute;
  top: 28px;
  left: 6vw;
  margin: 0;
  color: #fff0fb;
  font-family: var(--eto-font-brand);
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.eto-login-card {
  position: relative;
  width: min(640px, 100%);
  min-width: 0;
  padding: 0;
}

.eto-login-card::before {
  display: none;
}

.eto-login-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 143, 202, 0.12);
  color: #ffd8ee;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eto-login-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff90cd, #d39fff);
  box-shadow: 0 0 18px rgba(255, 143, 202, 0.48);
}

.eto-login-title {
  margin: 20px 0 14px;
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.93;
  color: #fff7fc;
}

.eto-login-subtitle,
.eto-login-status,
.eto-login-hint,
.eto-login-foot {
  margin: 0;
  color: var(--eto-text-soft);
  line-height: 1.7;
}

.eto-login-subtitle {
  max-width: 36ch;
  font-size: 1.02rem;
}

.eto-login-divider {
  width: 100%;
  height: 1px;
  margin: 28px 0 22px;
  background: linear-gradient(90deg, rgba(255, 153, 210, 0), rgba(255, 196, 228, 0.68), rgba(150, 112, 255, 0.18));
}

.eto-login-member {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffd2e9;
  font-size: 0.95rem;
  font-weight: 700;
}

.eto-login-member::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--eto-good);
  box-shadow: 0 0 0 6px rgba(142, 255, 193, 0.08);
}

.eto-login-status {
  min-height: 48px;
  color: #fff2fb;
  font-size: 1rem;
}

.eto-login-error {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 105, 123, 0.12);
  border: 1px solid rgba(255, 145, 158, 0.28);
  color: #ffd6dc;
  font-size: 0.92rem;
  line-height: 1.55;
}

.eto-login-loading {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.eto-login-loading[hidden] {
  display: none;
}

.eto-login-loading-pill {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 143, 202, 0.12);
  border: 1px solid rgba(255, 184, 220, 0.2);
  color: #ffdff0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eto-login-loading-lines {
  display: grid;
  gap: 10px;
  max-width: 360px;
}

.eto-login-skeleton-line {
  height: 12px;
  border-radius: 999px;
}

.eto-login-skeleton-line-lg {
  width: min(100%, 280px);
}

.eto-login-skeleton-line:not(.eto-login-skeleton-line-lg) {
  width: min(100%, 220px);
}

.eto-login-action {
  margin-top: 28px;
  display: grid;
  gap: 14px;
  max-width: 420px;
}

.eto-login-button,
.eto-primary-button,
.eto-secondary-button,
.eto-ghost-button,
.eto-inline-button {
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.eto-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  border-radius: 16px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #ffbfdc 0%, #ff94c5 46%, #cf9dff 100%);
  color: #150a24;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow:
    0 18px 38px rgba(255, 112, 182, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.eto-login-button-site {
  background: linear-gradient(135deg, #ffd3e7 0%, #ffb0d4 46%, #dfb7ff 100%);
}

.eto-login-button:hover,
.eto-primary-button:hover,
.eto-secondary-button:hover,
.eto-ghost-button:hover,
.eto-inline-button:hover {
  transform: translateY(-2px);
}

.eto-login-button:active,
.eto-primary-button:active,
.eto-secondary-button:active,
.eto-ghost-button:active,
.eto-inline-button:active {
  transform: translateY(0);
}

.eto-login-button:disabled,
.eto-primary-button:disabled,
.eto-secondary-button:disabled,
.eto-ghost-button:disabled,
.eto-inline-button:disabled {
  cursor: wait;
  opacity: 0.72;
  filter: grayscale(0.18);
}

.eto-login-button svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.eto-login-art {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  overflow: visible;
  isolation: isolate;
  background: #10081b;
  pointer-events: none;
}

.eto-login-art-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #10081b;
  z-index: 1;
}

.eto-login-art-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 7, 19, 0.38) 0%, rgba(11, 7, 19, 0.14) 22%, rgba(11, 7, 19, 0) 52%, rgba(11, 7, 19, 0.04) 100%);
  pointer-events: none;
  z-index: 2;
}

.eto-login-art-backdrop,
.eto-login-art-sky {
  position: absolute;
  inset: 0;
  background-image: url("/painel/assets/fundo.png");
  background-position: center;
  background-repeat: no-repeat;
}

.eto-login-art-backdrop {
  inset: -8%;
  background-size: cover;
  filter: blur(38px) saturate(1.18);
  transform: scale(1.12);
  opacity: 0.98;
  z-index: 0;
}

.eto-login-art-sky {
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.eto-login-art-character-shell {
  --eto-character-base-shift: 56%;
  position: absolute;
  left: 38%;
  bottom: -1%;
  width: min(100%, 860px);
  pointer-events: auto;
  cursor: grab;
  transform:
    translateX(calc(var(--eto-character-base-shift) * -1 + var(--eto-character-offset-x, 0px)))
    translateY(var(--eto-character-offset-y, 0px))
    rotate(var(--eto-character-tilt, 0deg));
  transform-origin: 56% 16%;
  transition: transform 180ms ease, filter 180ms ease;
  filter: drop-shadow(0 30px 54px rgba(10, 4, 20, 0.38));
  z-index: 3;
}

.eto-login-art-character-shell.is-active {
  cursor: grabbing;
}

.eto-login-art-character {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}

.eto-login-art-spark {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.7);
  background:
    radial-gradient(circle at center, rgba(255, 244, 252, 0.95) 0 28%, rgba(255, 170, 219, 0.82) 29% 54%, rgba(255, 170, 219, 0) 55%);
  box-shadow:
    0 0 20px rgba(255, 165, 221, 0.62),
    0 0 44px rgba(180, 136, 255, 0.28);
  transition: opacity 180ms ease, transform 180ms ease;
  animation: eto-login-sparkle 2.1s ease-in-out infinite;
}

.eto-login-art-spark::before,
.eto-login-art-spark::after {
  content: "";
  position: absolute;
  inset: 50%;
  background: linear-gradient(180deg, rgba(255, 244, 252, 0), rgba(255, 244, 252, 0.9), rgba(255, 244, 252, 0));
  transform: translate(-50%, -50%);
}

.eto-login-art-spark::before {
  width: 2px;
  height: 26px;
}

.eto-login-art-spark::after {
  width: 26px;
  height: 2px;
}

.eto-login-art-character-shell.is-hovering .eto-login-art-spark {
  opacity: 1;
  transform: scale(1);
}

.eto-login-art-spark-a {
  top: 14%;
  left: 14%;
  animation-delay: 0s;
}

.eto-login-art-spark-b {
  top: 36%;
  right: 10%;
  animation-delay: 0.45s;
}

.eto-login-art-spark-c {
  bottom: 12%;
  left: 28%;
  animation-delay: 0.9s;
}

#eto-dashboard-shell {
  position: relative;
  z-index: 2;
}

#eto-dashboard-shell[hidden] {
  display: none;
}

.eto-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 28px 18px;
  background: linear-gradient(180deg, rgba(5, 3, 12, 0.88), rgba(5, 3, 12, 0.52), rgba(5, 3, 12, 0));
  backdrop-filter: blur(12px);
}

.eto-mark {
  color: #fff0fb;
  text-decoration: none;
  font-family: var(--eto-font-brand);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.eto-topbar-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.eto-ghost-button,
.eto-secondary-button {
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--eto-text);
}

.eto-primary-button {
  border-radius: 18px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #ff9ed3 0%, #ff70b8 38%, #b482ff 100%);
  color: #180e27;
  font-weight: 800;
  box-shadow:
    0 18px 38px rgba(255, 112, 182, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.eto-sidebar-actions .eto-primary-button,
.eto-sidebar-actions .eto-secondary-button {
  width: 100%;
}

.eto-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  padding: 0 28px 32px;
  align-items: start;
  transition: grid-template-columns 380ms cubic-bezier(0.22, 1, 0.36, 1), gap 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.eto-sidebar {
  position: relative;
  top: auto;
  align-self: start;
  display: grid;
  gap: 18px;
  min-width: 0;
  transition: gap 280ms ease;
}

.eto-sidebar > :not(.eto-sidebar-toggle) {
  max-height: 1200px;
  opacity: 1;
  overflow: hidden;
  transform: translateX(0);
  visibility: visible;
  transition:
    max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 320ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    visibility 0s linear 0s;
}

.eto-sidebar > :not(.eto-sidebar-toggle).eto-select-host-open {
  overflow: visible;
  z-index: 12;
}

.eto-sidebar-toggle {
  justify-self: end;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 231, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--eto-text);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.eto-sidebar-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.eto-sidebar-toggle:hover {
  border-color: rgba(255, 139, 200, 0.42);
  background: rgba(255, 139, 200, 0.12);
}

#eto-dashboard-shell.is-sidebar-collapsed .eto-layout {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
}

#eto-dashboard-shell.is-sidebar-collapsed .eto-sidebar {
  gap: 0;
  justify-items: center;
}

#eto-dashboard-shell.is-sidebar-collapsed .eto-sidebar > :not(.eto-sidebar-toggle) {
  max-height: 0;
  opacity: 0;
  border-color: transparent;
  box-shadow: none;
  pointer-events: none;
  transform: translateX(-10px);
  visibility: hidden;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    transform 260ms ease,
    visibility 0s linear 360ms;
}

#eto-dashboard-shell.is-sidebar-collapsed .eto-sidebar-toggle {
  justify-self: center;
}

#eto-dashboard-shell.is-sidebar-collapsed .eto-sidebar-toggle::before {
  transform: rotate(-135deg);
}

.eto-sidebar-card,
.eto-card,
.eto-hero {
  border-radius: var(--eto-radius);
  background: var(--eto-panel);
  border: 1px solid var(--eto-line);
  box-shadow: var(--eto-shadow);
  backdrop-filter: blur(20px);
}

.eto-sidebar-card {
  padding: 22px;
  min-width: 0;
}

.eto-profile-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--eto-text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eto-profile-title {
  margin: 16px 0 8px;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.eto-profile-copy,
.eto-muted {
  margin: 0;
  color: var(--eto-text-soft);
  line-height: 1.6;
}

.eto-pill-row,
.eto-sidebar-actions {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.eto-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.eto-field-label {
  color: rgba(255, 226, 242, 0.86);
  font-size: 0.92rem;
  font-weight: 700;
}

.eto-input,
.eto-select,
.eto-textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--eto-text);
  padding: 14px 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.eto-select {
  appearance: none;
  cursor: pointer;
  padding-right: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23F7EFFF' d='M1.41 0 6 4.58 10.59 0 12 1.41 6 7.41 0 1.41Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.eto-select option,
.eto-select optgroup {
  background: #1b1130;
  color: var(--eto-text);
}

.eto-native-select {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.eto-custom-select {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.eto-custom-select.is-disabled {
  opacity: 0.72;
}

.eto-custom-select-trigger {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 194, 231, 0.16);
  background:
    linear-gradient(135deg, rgba(41, 22, 65, 0.94), rgba(22, 12, 38, 0.92)),
    rgba(255, 255, 255, 0.04);
  color: var(--eto-text);
  text-align: left;
  box-shadow:
    0 16px 28px rgba(4, 0, 13, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.eto-custom-select-trigger:focus-visible {
  outline: none;
  border-color: rgba(255, 139, 200, 0.55);
  box-shadow:
    0 0 0 4px rgba(255, 139, 200, 0.12),
    0 16px 28px rgba(4, 0, 13, 0.16);
}

.eto-custom-select-value {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eto-custom-select-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 2px solid rgba(255, 222, 243, 0.86);
  border-bottom: 2px solid rgba(255, 222, 243, 0.86);
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
}

.eto-custom-select.is-open .eto-custom-select-icon {
  transform: rotate(-135deg) translateX(-1px);
}

.eto-custom-select-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 60;
  display: none;
  max-height: min(340px, 42vh);
  padding: 10px;
  overflow: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 194, 231, 0.18);
  background:
    linear-gradient(180deg, rgba(23, 13, 40, 0.98), rgba(12, 8, 24, 0.96)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 26px 60px rgba(4, 0, 13, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
}

.eto-custom-select.is-open .eto-custom-select-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eto-custom-select-search {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-bottom: 2px;
  background:
    linear-gradient(180deg, rgba(23, 13, 40, 0.98), rgba(23, 13, 40, 0.88));
}

.eto-custom-select-search-input {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 194, 231, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--eto-text);
  font: inherit;
  box-sizing: border-box;
}

.eto-custom-select-search-input::placeholder {
  color: rgba(244, 230, 255, 0.46);
}

.eto-custom-select-search-input:focus-visible {
  outline: none;
  border-color: rgba(255, 139, 200, 0.48);
  box-shadow: 0 0 0 4px rgba(255, 139, 200, 0.1);
}

.eto-custom-select-options {
  display: grid;
  gap: 6px;
}

.eto-custom-select-empty {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 194, 231, 0.16);
  color: var(--eto-text-soft);
  background: rgba(255, 255, 255, 0.03);
}

.eto-custom-select-option {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(247, 239, 255, 0.82);
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, color 160ms ease;
  white-space: normal;
  overflow-wrap: anywhere;
}

.eto-custom-select-option:hover,
.eto-custom-select-option:focus-visible {
  outline: none;
  color: var(--eto-text);
  border-color: rgba(255, 194, 231, 0.14);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.eto-custom-select-option.is-selected {
  color: #fff7fc;
  border-color: rgba(255, 194, 231, 0.2);
  background: linear-gradient(135deg, rgba(255, 139, 200, 0.2), rgba(180, 136, 255, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.eto-custom-select-option.is-placeholder {
  color: var(--eto-text-soft);
}

.eto-custom-select-option:disabled,
.eto-custom-select-option.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.eto-custom-select-option[hidden],
.eto-custom-select-empty[hidden] {
  display: none !important;
}

.eto-input:focus,
.eto-select:focus,
.eto-textarea:focus {
  border-color: rgba(255, 139, 200, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 139, 200, 0.12);
}

.eto-input.is-invalid,
.eto-select.is-invalid,
.eto-textarea.is-invalid,
.eto-custom-select-trigger.is-invalid {
  border-color: rgba(255, 123, 151, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 123, 151, 0.12);
  background: rgba(255, 123, 151, 0.08);
}

.eto-field-hint {
  font-size: 0.82rem;
  line-height: 1.45;
}

.eto-field-hint-error {
  color: #ffbfcd;
}

.eto-textarea {
  min-height: 112px;
  resize: vertical;
}

.eto-section-nav {
  display: grid;
  gap: 8px;
}

.eto-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.03);
  color: var(--eto-text-soft);
  cursor: pointer;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  min-width: 0;
}

.eto-section-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 194, 231, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.eto-section-link.is-active {
  border-color: rgba(255, 194, 231, 0.2);
  background: linear-gradient(135deg, rgba(255, 139, 200, 0.12), rgba(180, 136, 255, 0.1));
  box-shadow:
    0 16px 30px rgba(4, 0, 13, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.eto-section-link strong {
  display: block;
  min-width: 0;
  color: var(--eto-text);
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

.eto-section-link span {
  display: block;
  min-width: 0;
  color: rgba(255, 216, 239, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: right;
  overflow-wrap: anywhere;
}

.eto-main {
  display: grid;
  gap: 20px;
  min-width: 0;
  align-content: start;
}

.eto-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid transparent;
  backdrop-filter: blur(16px);
  overflow-wrap: anywhere;
}

.eto-banner[data-tone="success"] {
  background: rgba(142, 255, 193, 0.12);
  border-color: rgba(142, 255, 193, 0.24);
}

.eto-banner[data-tone="danger"] {
  background: rgba(255, 147, 165, 0.12);
  border-color: rgba(255, 147, 165, 0.24);
}

.eto-banner[data-tone="warning"] {
  background: rgba(255, 210, 129, 0.12);
  border-color: rgba(255, 210, 129, 0.24);
}

.eto-banner[data-tone="info"] {
  background: rgba(180, 136, 255, 0.12);
  border-color: rgba(180, 136, 255, 0.24);
}

.eto-banner strong {
  font-size: 0.96rem;
}

.eto-inline-button {
  margin-left: auto;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--eto-text);
}

.eto-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  overflow: hidden;
  min-width: 0;
}

.eto-hero--compact {
  grid-template-columns: 1fr;
}

.eto-hero-copy {
  padding: 30px 30px 28px;
  display: grid;
  align-content: start;
  gap: 18px;
}

.eto-hero--compact .eto-hero-copy {
  padding: 24px 26px 22px;
  gap: 14px;
}

.eto-hero-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.eto-hero-summary-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.eto-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 143, 202, 0.1);
  color: #ffd8ef;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eto-hero--compact .eto-hero-kicker {
  padding: 8px 12px;
  font-size: 0.72rem;
}

.eto-hero-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.eto-hero--compact .eto-hero-title {
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.02;
}

.eto-hero-copy p {
  margin: 0;
  max-width: 58ch;
  color: var(--eto-text-soft);
  line-height: 1.7;
}

.eto-hero--compact .eto-hero-copy p {
  max-width: 70ch;
  font-size: 0.96rem;
}

.eto-access-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eto-hero--compact .eto-access-row {
  gap: 8px;
}

.eto-access-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff0fb;
  font-size: 0.88rem;
  font-weight: 700;
}

.eto-hero--compact .eto-access-pill {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.eto-hero-user {
  min-width: 0;
  width: min(232px, 100%);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 194, 231, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eto-hero-avatar {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  border: 2px solid rgba(255, 194, 231, 0.18);
  background: linear-gradient(135deg, rgba(255, 139, 200, 0.24), rgba(180, 136, 255, 0.2));
  box-shadow:
    0 18px 34px rgba(4, 0, 13, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.eto-hero-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eto-hero-avatar span {
  color: #fff7fc;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.eto-hero-user strong {
  font-size: 1rem;
  color: #fff7fc;
}

.eto-hero-user span {
  color: var(--eto-text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.eto-access-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--eto-accent);
}

.eto-hero-art {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 122, 188, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(27, 16, 46, 0.98), rgba(13, 8, 24, 0.9));
}

.eto-hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}

.eto-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 10, 32, 0.95), rgba(17, 10, 32, 0.18) 55%, rgba(17, 10, 32, 0.4)),
    linear-gradient(180deg, rgba(8, 4, 18, 0.08), rgba(8, 4, 18, 0.38));
}

.eto-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.eto-metric {
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-metric-label {
  display: block;
  color: var(--eto-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eto-metric-value {
  margin-top: 10px;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.eto-metric-copy {
  margin-top: 10px;
  color: var(--eto-text-soft);
  font-size: 0.93rem;
  line-height: 1.55;
}

.eto-content {
  display: grid;
  gap: 18px;
}

.eto-card {
  padding: 24px;
}

.eto-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.eto-card-header > :first-child {
  min-width: 0;
}

.eto-card-header h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.eto-card-header p {
  margin: 8px 0 0;
  color: var(--eto-text-soft);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.eto-card-badge {
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffd8ef;
  font-size: 0.8rem;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.eto-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.eto-module-summary {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-module-summary strong {
  font-size: 0.98rem;
}

.eto-module-summary span {
  color: var(--eto-text-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.eto-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eto-form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.eto-field-full {
  grid-column: 1 / -1;
}

.eto-switch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-switch-copy {
  min-width: 0;
  flex: 1 1 260px;
}

.eto-switch-copy strong {
  display: block;
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.eto-switch-copy span {
  display: block;
  margin-top: 6px;
  color: var(--eto-text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.eto-toggle {
  position: relative;
  width: 54px;
  height: 30px;
  flex: 0 0 54px;
}

.eto-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.eto-toggle span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eto-toggle span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff7fc;
  transition: transform 180ms ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.eto-toggle input:checked + span {
  background: linear-gradient(135deg, #ff8bc8, #bc89ff);
}

.eto-toggle input:checked + span::after {
  transform: translateX(24px);
}

.eto-stack {
  display: grid;
  gap: 12px;
}

.eto-subcard {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-subcard-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.eto-subcard-header > :first-child {
  min-width: 0;
}

.eto-subcard-header strong {
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.eto-subcard-copy {
  margin: 0;
  color: var(--eto-text-soft);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.eto-inline-actions,
.eto-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eto-command-stack {
  display: grid;
  gap: 10px;
}

.eto-command-code {
  padding: 13px 15px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: #fff1fb;
  font-family: "JetBrains Mono", "Fira Code", Consolas, monospace;
  font-size: 0.84rem;
  line-height: 1.7;
  word-break: break-word;
}

.eto-preview-shell {
  display: grid;
  gap: 14px;
}

.eto-preview-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

.eto-preview-header > :first-child {
  min-width: 0;
}

.eto-preview-header strong {
  display: block;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.eto-preview-header span {
  display: block;
  margin-top: 6px;
  color: var(--eto-text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.eto-preview-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff1fb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.eto-preview-message {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.eto-preview-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 139, 200, 0.26), rgba(180, 136, 255, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff8fd;
  font-size: 1.1rem;
  font-weight: 800;
}

.eto-preview-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eto-preview-body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.eto-preview-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--eto-text-soft);
  font-size: 0.84rem;
}

.eto-preview-meta strong {
  color: var(--eto-text);
  font-size: 0.96rem;
}

.eto-preview-content,
.eto-preview-empty {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.eto-preview-empty {
  border-style: dashed;
  color: var(--eto-text-soft);
}

.eto-preview-embed {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  border-left: 4px solid var(--welcome-preview-accent, #60A5FA);
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-preview-embed-row {
  display: grid;
  gap: 12px;
}

.eto-preview-embed-row.has-thumbnail {
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: start;
}

.eto-preview-embed-copy {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.eto-preview-embed-title {
  font-size: 1rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.eto-preview-embed-description {
  color: rgba(255, 236, 247, 0.88);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.eto-preview-embed-thumbnail {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 7, 19, 0.45);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.eto-preview-embed-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 560px) {
  .eto-preview-embed-row.has-thumbnail {
    grid-template-columns: 1fr;
  }

  .eto-preview-embed-thumbnail {
    width: 88px;
    height: 88px;
  }
}

.eto-preview-embed-image {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 7, 19, 0.45);
}

.eto-preview-embed-image img {
  width: 100%;
  max-height: 260px;
  display: block;
  object-fit: cover;
}

.eto-webhook-preview-card {
  background: rgba(255, 255, 255, 0.035);
}

.eto-webhook-embed-author,
.eto-webhook-embed-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.eto-webhook-embed-author strong,
.eto-webhook-embed-footer span {
  min-width: 0;
  color: rgba(255, 240, 248, 0.88);
  font-size: 0.88rem;
  line-height: 1.5;
}

.eto-webhook-embed-author img,
.eto-webhook-embed-footer img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.eto-webhook-thumb-row {
  display: flex;
  justify-content: flex-end;
}

.eto-webhook-thumb-shell {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 7, 19, 0.45);
}

.eto-webhook-thumb-shell img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eto-tag-row,
.eto-tier-benefits,
.eto-role-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eto-tag,
.eto-benefit-chip,
.eto-role-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff0fb;
  font-size: 0.86rem;
  line-height: 1.4;
}

.eto-role-chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eto-role-chip input {
  margin: 0;
}

.eto-list {
  display: grid;
  gap: 10px;
}

.eto-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-list-copy {
  min-width: 0;
  flex: 1 1 240px;
}

.eto-list-copy strong {
  display: block;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

.eto-list-copy span {
  display: block;
  margin-top: 6px;
  color: var(--eto-text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.eto-jump-link {
  color: #ffd3eb;
  font-weight: 700;
  text-decoration: none;
}

.eto-note {
  padding: 16px;
  border-radius: 18px;
  background: rgba(180, 136, 255, 0.08);
  border: 1px solid rgba(180, 136, 255, 0.18);
  color: #f3e9ff;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.eto-empty {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: var(--eto-text-soft);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.eto-content > .eto-card,
.eto-custom-panel-editor,
.eto-subcard {
  animation: eto-panel-enter 180ms ease both;
}

.eto-custom-panels-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.eto-panel-list {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.eto-panel-list .eto-primary-button,
.eto-panel-list .eto-secondary-button {
  width: 100%;
}

.eto-panel-list-button {
  width: 100%;
  display: grid;
  gap: 6px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.035);
  color: var(--eto-text);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.eto-panel-list-button:hover,
.eto-panel-list-button.is-active {
  border-color: rgba(255, 139, 200, 0.36);
  background: rgba(255, 139, 200, 0.1);
  transform: translateY(-1px);
}

.eto-panel-list-button strong,
.eto-panel-list-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eto-panel-list-button span {
  color: var(--eto-text-soft);
  font-size: 0.84rem;
}

.eto-custom-panel-editor {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.eto-custom-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.eto-config-group {
  display: grid;
  gap: 0;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease;
}

.eto-config-group.eto-select-host-open,
.eto-config-group-body.eto-select-host-open {
  overflow: visible;
}

.eto-config-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}

.eto-config-group summary::-webkit-details-marker {
  display: none;
}

.eto-config-group summary > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.eto-config-group summary strong {
  overflow-wrap: anywhere;
}

.eto-config-group summary span {
  color: var(--eto-text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.eto-config-group summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.eto-config-group[open] summary::after {
  transform: rotate(225deg);
}

.eto-config-group-body {
  display: grid;
  gap: 16px;
  padding-top: 16px;
  animation: eto-panel-enter 180ms ease both;
  transition: height 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.eto-checkbox-field {
  align-content: end;
}

.eto-checkbox-field input {
  width: 22px;
  height: 22px;
}

.eto-custom-actions {
  display: grid;
  gap: 10px;
}

.eto-action-row {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-custom-preview {
  position: static;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border-radius: 22px;
  background: rgba(11, 7, 19, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.eto-preview-bottom {
  width: 100%;
  min-width: 0;
}

.eto-custom-preview-box {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border-left: 4px solid var(--welcome-preview-accent, #FFB7D5);
  background: rgba(255, 255, 255, 0.04);
  overflow-wrap: anywhere;
}

.eto-custom-preview-media {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.eto-custom-preview-media img {
  width: 100%;
  max-height: 220px;
  display: block;
  object-fit: cover;
}

.eto-custom-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eto-custom-preview-actions span {
  max-width: 100%;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff0fb;
  font-size: 0.84rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.eto-inline-panels-frame {
  padding: 2px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 139, 200, 0.18), rgba(180, 136, 255, 0.12));
  border: 1px solid rgba(255, 194, 231, 0.12);
}

#eto-inline-panels-host {
  display: block;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(10, 6, 19, 0.42);
}

.eto-inline-panels-embed {
  display: block;
  width: 100%;
  min-height: 960px;
  height: 1100px;
  border: 0;
  border-radius: 24px;
  background: rgba(10, 6, 19, 0.42);
}

.eto-inline-panels-embed-fallback {
  padding: 18px;
  border-radius: 24px;
  background: rgba(22, 14, 40, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--eto-text);
  font-weight: 700;
}

.eto-inline-panels-safe {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(22, 14, 40, 0.94) 0%, rgba(11, 7, 20, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.eto-inline-panels-safe-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.eto-inline-panels-safe-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.eto-inline-panels-safe-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eto-inline-panels-safe-description {
  margin: 0;
  color: var(--eto-text-soft);
  line-height: 1.6;
}

.eto-inline-panels-safe-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 139, 200, 0.1);
  border: 1px solid rgba(255, 194, 231, 0.18);
  color: #ffd8ef;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eto-inline-panels-safe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eto-inline-panels-safe-link {
  text-decoration: none;
}

.eto-inline-panels-safe-notes {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: var(--eto-text-soft);
}

.eto-loading {
  display: grid;
  gap: 14px;
}

.eto-skeleton {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  background-size: 240px 100%;
  animation: eto-skeleton 1.2s linear infinite;
}

.eto-skeleton-lg {
  height: 52px;
}

@keyframes eto-skeleton {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 240px 0;
  }
}

@keyframes eto-login-sparkle {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.88);
  }

  50% {
    transform: translate3d(0, -6px, 0) scale(1.08);
  }
}

@keyframes eto-panel-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1480px) {
  .eto-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
  }

  #eto-dashboard-shell.is-sidebar-collapsed .eto-layout {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .eto-hero-summary {
    grid-template-columns: 1fr;
  }

  .eto-hero-user {
    width: 100%;
    justify-self: stretch;
  }

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

@media (max-width: 1400px) {
  .eto-layout {
    grid-template-columns: 1fr;
  }

  #eto-dashboard-shell.is-sidebar-collapsed .eto-layout {
    grid-template-columns: 1fr;
  }

  .eto-sidebar {
    position: static;
  }

  #eto-dashboard-shell.is-sidebar-collapsed .eto-sidebar {
    display: flex;
    justify-content: flex-end;
  }

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

@media (max-width: 1120px) {
  .eto-login-shell,
  .eto-hero {
    grid-template-columns: 1fr;
  }

  .eto-hero-summary {
    grid-template-columns: 1fr;
  }

  .eto-topbar {
    align-items: flex-start;
  }

  .eto-topbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .eto-topbar-actions > * {
    flex: 1 1 190px;
  }

  .eto-module-grid,
  .eto-form-grid,
  .eto-form-grid-3,
  .eto-custom-panels-layout,
  .eto-custom-editor-grid {
    grid-template-columns: 1fr;
  }

  .eto-card-header,
  .eto-subcard-header,
  .eto-switch,
  .eto-list-item,
  .eto-preview-header,
  .eto-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .eto-card-badge,
  .eto-preview-badge,
  .eto-inline-button,
  .eto-jump-link {
    align-self: flex-start;
  }

  .eto-inline-panels-safe-header {
    flex-direction: column;
  }

  .eto-inline-button {
    margin-left: 0;
  }

  .eto-hero-user {
    width: 100%;
    justify-self: stretch;
  }

  .eto-login-art,
  .eto-hero-art {
    min-height: 320px;
  }

  .eto-login-side {
    justify-content: center;
    padding: 96px 32px 40px;
  }

  .eto-login-brand {
    left: 32px;
  }

  .eto-hero-art::after {
    background:
      linear-gradient(180deg, rgba(17, 10, 32, 0.68), rgba(17, 10, 32, 0.22), rgba(17, 10, 32, 0.55)),
      linear-gradient(180deg, rgba(8, 4, 18, 0.08), rgba(8, 4, 18, 0.38));
  }

  .eto-login-art-character-shell {
    --eto-character-base-shift: 58%;
    width: min(76vw, 620px);
    left: 37%;
  }
}

@media (max-width: 820px) {
  #eto-login-gate {
    padding: 14px;
  }

  .eto-login-shell {
    min-height: calc(100vh - 28px);
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--eto-shadow);
  }

  .eto-login-side {
    padding: 82px 18px 18px;
  }

  .eto-login-brand {
    top: 18px;
    left: 22px;
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .eto-login-card {
    width: 100%;
  }

  .eto-login-title {
    font-size: clamp(2.2rem, 10vw, 3.25rem);
  }

  .eto-login-subtitle {
    max-width: none;
  }

  .eto-login-art {
    min-height: 280px;
  }

  .eto-login-art-backdrop {
    filter: blur(28px) saturate(1.12);
  }

  .eto-login-art-character-shell {
    --eto-character-base-shift: 53%;
    left: 39%;
    bottom: -3%;
    width: min(88vw, 420px);
  }

  .eto-topbar {
    padding: 16px 14px 12px;
  }

  .eto-layout {
    padding: 0 14px 24px;
  }

  .eto-mark {
    font-size: 2rem;
  }

  .eto-overview-grid,
  .eto-module-grid,
  .eto-form-grid,
  .eto-form-grid-3 {
    grid-template-columns: 1fr;
  }

  .eto-card,
  .eto-sidebar-card {
    padding: 18px;
  }

  .eto-card-header {
    flex-direction: column;
  }

  .eto-preview-message {
    grid-template-columns: 1fr;
  }

  .eto-preview-header {
    flex-direction: column;
    align-items: stretch;
  }

  .eto-preview-avatar {
    width: 48px;
    height: 48px;
  }

  .eto-hero-user {
    width: 100%;
    justify-self: stretch;
  }

  .eto-custom-preview {
    position: static;
  }
}

@media (max-width: 620px) {
  #eto-login-gate {
    padding: 10px;
  }

  .eto-login-shell {
    min-height: auto;
    border-radius: 24px;
  }

  .eto-login-side {
    padding: 20px 14px 16px;
  }

  .eto-login-brand {
    position: static;
    margin-bottom: 18px;
    font-size: 2rem;
    line-height: 1;
  }

  .eto-login-title {
    margin-top: 16px;
    font-size: clamp(1.9rem, 9vw, 2.6rem);
    line-height: 1.02;
  }

  .eto-login-divider {
    margin: 22px 0 18px;
  }

  .eto-login-status {
    min-height: 0;
  }

  .eto-login-action {
    max-width: none;
    margin-top: 22px;
  }

  .eto-login-button {
    padding: 16px 18px;
    font-size: 0.98rem;
  }

  .eto-login-art {
    min-height: 220px;
  }

  .eto-login-art-character-shell {
    --eto-character-base-shift: 50%;
    left: 50%;
    bottom: -6%;
    width: min(95vw, 360px);
  }
}

@media (max-width: 480px) {
  .eto-login-shell {
    border-radius: 22px;
  }

  .eto-login-brand {
    font-size: 1.8rem;
  }

  .eto-login-kicker {
    padding: 8px 12px;
    font-size: 0.72rem;
  }

  .eto-login-title {
    font-size: clamp(1.7rem, 8.5vw, 2.35rem);
  }

  .eto-login-member {
    font-size: 0.88rem;
  }

  .eto-login-status {
    font-size: 0.94rem;
  }

  .eto-login-button svg {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .eto-login-art {
    min-height: 180px;
  }

  .eto-login-art-character-shell {
    width: min(100vw, 320px);
  }
}
