:root {
  --aw-echo-bg: #0e0e10;
  --aw-echo-panel: #181b1f;
  --aw-echo-card: #111316;
  --aw-echo-border: rgba(244, 237, 228, .13);
  --aw-echo-border-strong: rgba(244, 237, 228, .24);
  --aw-echo-text: #f4ede4;
  --aw-echo-muted: #a9a198;
  --aw-echo-accent: #b8444a;
  --aw-echo-green: #73c993;
  --aw-echo-gold: #f3c969;
}

.aw-my-echoes-page {
  width: min(1640px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
  color: var(--aw-echo-text);
  font-family: 'Inter Tight', system-ui, sans-serif;
}

.aw-my-echoes-hero,
.aw-my-echoes-panel,
.aw-my-echoes-state {
  border: 1px solid var(--aw-echo-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 0%, rgba(184, 68, 74, .17), transparent 34%),
    linear-gradient(135deg, rgba(184, 68, 74, .12), rgba(244, 237, 228, .035)),
    var(--aw-echo-panel);
}

.aw-my-echoes-hero {
  margin-bottom: 18px;
  padding: 28px;
}

.aw-my-echoes-kicker {
  color: #f87580;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.aw-my-echoes-hero h1 {
  margin: 8px 0 12px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.aw-my-echoes-hero p,
.aw-my-echoes-muted {
  color: var(--aw-echo-muted);
  line-height: 1.6;
}

.aw-my-echoes-shell {
  display: grid;
  gap: 16px;
}

.aw-my-echoes-state,
.aw-my-echoes-panel {
  padding: 20px;
}

.aw-my-echoes-state {
  min-height: 240px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--aw-echo-muted);
}

.aw-my-echoes-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.aw-my-echoes-tabs,
.aw-my-echoes-filters,
.aw-my-echoes-actions,
.aw-my-echoes-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.aw-my-echoes-btn,
.aw-my-echoes-tab,
.aw-my-echoes-select,
.aw-my-echoes-input {
  min-height: 42px;
  border: 1px solid var(--aw-echo-border);
  border-radius: 12px;
  background: rgba(244, 237, 228, .05);
  color: var(--aw-echo-text);
  font: inherit;
  font-weight: 900;
}

.aw-my-echoes-btn,
.aw-my-echoes-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  cursor: pointer;
}

.aw-my-echoes-tab {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 118px;
  padding: 8px 14px;
}

.aw-my-echoes-tab-label {
  font-weight: 900;
}

.aw-my-echoes-tab-uid {
  min-height: 13px;
  color: var(--aw-echo-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  opacity: .78;
}

.aw-my-echoes-tab.is-active .aw-my-echoes-tab-uid {
  color: rgba(255, 255, 255, .76);
}

.aw-my-echoes-btn:hover,
.aw-my-echoes-tab:hover,
.aw-my-echoes-btn:focus-visible,
.aw-my-echoes-tab:focus-visible {
  border-color: rgba(248, 113, 122, .46);
}

.aw-my-echoes-btn.is-primary,
.aw-my-echoes-tab.is-active {
  border-color: rgba(184, 68, 74, .58);
  background: #b8444a;
  color: #fff;
}

.aw-my-echoes-btn.is-danger {
  color: #fecaca;
  border-color: rgba(248, 113, 113, .42);
}

.aw-my-echoes-btn:disabled {
  opacity: .48;
  cursor: not-allowed;
}

.aw-my-echoes-select,
.aw-my-echoes-input {
  padding: 0 12px;
}

.aw-my-echoes-filter-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 42px;
}

.aw-my-echoes-filter-label {
  color: var(--aw-echo-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aw-my-echoes-chip {
  min-height: 34px;
  border: 1px solid var(--aw-echo-border);
  border-radius: 999px;
  background: rgba(244, 237, 228, .045);
  color: var(--aw-echo-muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
}

.aw-my-echoes-chip:hover,
.aw-my-echoes-chip:focus-visible {
  border-color: rgba(248, 113, 122, .46);
  color: #fff;
}

.aw-my-echoes-chip.is-active {
  border-color: rgba(184, 68, 74, .66);
  background: rgba(184, 68, 74, .2);
  color: #fff;
}

.aw-my-echoes-chip[data-value="4"] {
  color: #f3c478;
  border-color: rgba(243, 196, 120, .38);
}

.aw-my-echoes-chip[data-value="4"].is-active {
  background: rgba(243, 196, 120, .14);
  border-color: rgba(243, 196, 120, .7);
  color: #ffe9bd;
}

.aw-my-echoes-chip[data-value="3"] {
  color: #c9a4ff;
  border-color: rgba(176, 124, 255, .38);
}

.aw-my-echoes-chip[data-value="3"].is-active {
  background: rgba(176, 124, 255, .14);
  border-color: rgba(176, 124, 255, .7);
  color: #ead3ff;
}

.aw-my-echoes-chip[data-value="1"] {
  color: #d4d6df;
  border-color: rgba(212, 214, 223, .38);
}

.aw-my-echoes-chip[data-value="1"].is-active {
  background: rgba(212, 214, 223, .14);
  border-color: rgba(212, 214, 223, .68);
  color: #fff;
}

.aw-my-echoes-sets-section {
  display: grid;
  gap: 14px;
}

.aw-my-echoes-sets-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--aw-echo-border);
}

.aw-my-echoes-sets-head h2 {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.aw-my-echoes-sets-head h2 span {
  color: var(--aw-echo-muted);
  font-family: 'Tajawal', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.aw-my-echoes-sets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}

.aw-my-echoes-set-tile {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  border: 1px solid var(--aw-echo-border);
  border-radius: 10px;
  background: rgba(244, 237, 228, .045);
  color: var(--aw-echo-muted);
  cursor: pointer;
  font: inherit;
  padding: 7px 10px;
  position: relative;
  text-align: left;
}

.aw-my-echoes-set-tile:hover,
.aw-my-echoes-set-tile:focus-visible {
  border-color: rgba(248, 113, 122, .46);
  color: #fff;
}

.aw-my-echoes-set-tile.is-active {
  border-color: rgba(184, 68, 74, .72);
  background: rgba(184, 68, 74, .16);
  color: #fff;
}

.aw-my-echoes-set-tile.is-active::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f87580;
  box-shadow: 0 0 0 2px rgba(248, 113, 122, .22);
}

.aw-my-echoes-set-tile-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--aw-echo-border);
  border-radius: 8px;
  background: rgba(0, 0, 0, .24);
  color: #f87580;
}

.aw-my-echoes-set-tile-icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.aw-my-echoes-set-tile-name {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-my-echoes-set-tile-count {
  border-radius: 999px;
  background: rgba(0, 0, 0, .24);
  color: var(--aw-echo-muted);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  padding: 2px 7px;
}

.aw-my-echoes-set-tile.is-active .aw-my-echoes-set-tile-count {
  background: rgba(184, 68, 74, .18);
  color: #f8b4ba;
}

.aw-my-echoes-character-filter {
  padding: 16px;
}

.aw-my-echoes-character-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.aw-my-echoes-character-tile {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--aw-echo-border);
  border-radius: 999px;
  background: rgba(244, 237, 228, .045);
  cursor: pointer;
  padding: 0;
  position: relative;
}

.aw-my-echoes-character-tile:hover,
.aw-my-echoes-character-tile:focus-visible {
  border-color: rgba(248, 113, 122, .62);
  transform: translateY(-1px);
}

.aw-my-echoes-character-tile.is-active {
  border-color: rgba(248, 113, 122, .9);
  box-shadow: 0 0 0 2px rgba(248, 113, 122, .24);
}

.aw-my-echoes-character-tile.is-empty {
  opacity: .48;
  filter: grayscale(1);
}

.aw-my-echoes-character-tile.is-empty:hover,
.aw-my-echoes-character-tile.is-empty:focus-visible,
.aw-my-echoes-character-tile.is-empty.is-active {
  opacity: .72;
}

.aw-my-echoes-character-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-my-echoes-usage {
  display: grid;
  gap: 8px;
  min-width: 260px;
}

.aw-my-echoes-usage-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-weight: 900;
}

.aw-my-echoes-meter {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 237, 228, .08);
}

.aw-my-echoes-meter span {
  display: block;
  width: var(--aw-meter, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aw-echo-accent), var(--aw-echo-gold));
}

.aw-my-echoes-limit-alert {
  border: 1px solid rgba(243, 201, 105, .35);
  border-radius: 16px;
  padding: 16px;
  background: rgba(243, 201, 105, .08);
}

.aw-my-echoes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 14px;
}

.aw-my-echoes-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid var(--aw-echo-border);
  border-radius: 16px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(184, 68, 74, .08), transparent 45%),
    var(--aw-echo-card);
}

.aw-my-echoes-card-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.aw-my-echoes-card-img {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(244, 237, 228, .14);
  background: rgba(0,0,0,.32);
}

.aw-my-echoes-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aw-my-echoes-card-title {
  min-width: 0;
}

.aw-my-echoes-card-title strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.aw-my-echoes-card-title span {
  display: block;
  color: var(--aw-echo-muted);
  font-size: 13px;
}

.aw-my-echoes-card-title .aw-my-echoes-card-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  margin-top: 3px;
}

.aw-my-echoes-card-title .aw-my-echoes-card-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 30px;
  margin-top: 6px;
}

.aw-my-echoes-set-img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 6px;
}

.aw-my-echoes-card-title .aw-my-echoes-set-name {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-my-echoes-card-title .aw-my-echoes-cost-tag,
.aw-my-echoes-card-title .aw-my-echoes-slot-tag,
.aw-my-echoes-card-title .aw-my-echoes-link-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid rgba(244, 237, 228, .16);
  border-radius: 999px;
  background: rgba(244, 237, 228, .07);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.aw-my-echoes-card-title .aw-my-echoes-slot-tag,
.aw-my-echoes-card-title .aw-my-echoes-link-state {
  min-width: 58px;
  color: #d7d0c8;
}

.aw-my-echoes-card-title .aw-my-echoes-link-state {
  min-width: 76px;
  color: var(--aw-echo-muted);
}

.aw-my-echoes-linked-avatar {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(244, 237, 228, .2);
  border-radius: 999px;
  background: rgba(244, 237, 228, .06);
}

.aw-my-echoes-linked-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-my-echoes-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--aw-echo-border);
  background: rgba(244, 237, 228, .05);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.aw-my-echoes-status.is-icon-only {
  justify-content: center;
  width: 30px;
  min-width: 30px;
  padding: 0;
  gap: 0;
}

.aw-my-echoes-status.is-approved {
  color: #bbf7d0;
  border-color: rgba(34, 197, 94, .45);
  background: rgba(34, 197, 94, .1);
}

.aw-my-echoes-status.is-pending {
  color: #fde68a;
  border-color: rgba(234, 179, 8, .45);
  background: rgba(234, 179, 8, .1);
}

.aw-my-echoes-status.is-rejected {
  color: #fecaca;
  border-color: rgba(248, 113, 113, .45);
  background: rgba(248, 113, 113, .1);
}

.aw-my-echoes-stat-list {
  display: grid;
  gap: 7px;
}

.aw-my-echoes-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(244, 237, 228, .045);
  color: var(--aw-echo-muted);
  font-size: 14px;
}

.aw-my-echoes-stat.is-main,
.aw-my-echoes-stat.is-secondary {
  border: 1px solid rgba(243, 201, 105, .22);
  background:
    linear-gradient(90deg, rgba(184, 68, 74, .18), rgba(243, 201, 105, .075)),
    rgba(244, 237, 228, .055);
}

.aw-my-echoes-stat.is-secondary {
  border-color: rgba(244, 237, 228, .18);
  background:
    linear-gradient(90deg, rgba(244, 237, 228, .105), rgba(244, 237, 228, .035)),
    rgba(244, 237, 228, .04);
}

.aw-my-echoes-stat.is-main span,
.aw-my-echoes-stat.is-secondary span {
  color: #f4ede4;
  font-weight: 900;
}

.aw-my-echoes-stat.is-main strong,
.aw-my-echoes-stat.is-secondary strong {
  font-size: 15px;
}

.aw-my-echoes-stat strong {
  color: #fff;
}

.aw-my-echoes-linked {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d7d0c8;
  font-weight: 900;
}

.aw-my-echoes-card-title .aw-my-echoes-linked {
  display: inline-flex;
  width: fit-content;
  margin-top: 5px;
}

.aw-my-echoes-linked img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 999px;
}

.aw-my-echoes-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,.72);
}

.aw-my-echoes-modal-panel {
  box-sizing: border-box;
  width: min(980px, calc(100vw - 20px));
  max-height: min(920px, 92dvh);
  overflow: auto;
  border: 1px solid var(--aw-echo-border-strong);
  border-radius: 18px;
  background: #17181c;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

.aw-my-echoes-edit-panel {
  width: min(1240px, calc(100vw - 20px));
  max-height: min(940px, 94dvh);
}

.aw-my-echoes-confirm-panel {
  width: min(620px, 100%);
}

.aw-my-echoes-modal-head,
.aw-my-echoes-modal-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--aw-echo-border);
}

.aw-my-echoes-modal-foot {
  border-top: 1px solid var(--aw-echo-border);
  border-bottom: 0;
}

.aw-my-echoes-confirm-body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.aw-my-echoes-confirm-copy {
  display: grid;
  gap: 8px;
  color: var(--aw-echo-muted);
  line-height: 1.6;
}

.aw-my-echoes-confirm-copy strong {
  color: #fff;
}

.aw-my-echoes-confirm-copy ul {
  margin: 0;
  padding-left: 20px;
}

.aw-my-echoes-confirm-copy[dir="rtl"] {
  text-align: right;
}

.aw-my-echoes-confirm-copy[dir="rtl"] ul {
  padding-right: 20px;
  padding-left: 0;
}

.aw-my-echoes-form {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.aw-my-echoes-form *,
.aw-my-echoes-modal-panel * {
  box-sizing: border-box;
}

.aw-my-echoes-bilingual-note {
  display: grid;
  gap: 2px;
}

.aw-my-echoes-bilingual-note .aw-my-echoes-muted {
  margin: 0;
}

.aw-my-echoes-bilingual-note [dir="rtl"] {
  font-family: 'Tajawal', system-ui, sans-serif;
  text-align: right;
}

.aw-my-echoes-visual-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aw-my-echoes-visual-row {
  display: grid;
  gap: 6px;
}

.aw-my-echoes-visual-label {
  color: var(--aw-echo-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.aw-my-echoes-visual-select {
  position: relative;
}

.aw-my-echoes-visual-trigger,
.aw-my-echoes-visual-option {
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--aw-echo-border);
  border-radius: 12px;
  background: rgba(0, 0, 0, .28);
  color: var(--aw-echo-text);
  cursor: pointer;
  font: inherit;
  min-height: 54px;
  padding: 6px 10px;
  text-align: left;
}

.aw-my-echoes-visual-trigger:hover:not(:disabled),
.aw-my-echoes-visual-trigger:focus-visible,
.aw-my-echoes-visual-option:hover,
.aw-my-echoes-visual-option:focus-visible {
  border-color: rgba(248, 113, 122, .54);
}

.aw-my-echoes-visual-trigger:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.aw-my-echoes-visual-thumb {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--aw-echo-border);
  border-radius: 10px;
  background: rgba(244, 237, 228, .045);
}

.aw-my-echoes-visual-thumb.is-cost-4 {
  background: radial-gradient(circle at 50% 35%, rgba(243, 196, 120, .3), rgba(243, 196, 120, .05) 70%);
  border-color: rgba(243, 196, 120, .45);
}

.aw-my-echoes-visual-thumb.is-cost-3 {
  background: radial-gradient(circle at 50% 35%, rgba(176, 124, 255, .28), rgba(176, 124, 255, .05) 70%);
  border-color: rgba(176, 124, 255, .45);
}

.aw-my-echoes-visual-thumb.is-cost-1 {
  background: radial-gradient(circle at 50% 35%, rgba(212, 214, 223, .22), rgba(212, 214, 223, .04) 70%);
  border-color: rgba(212, 214, 223, .4);
}

.aw-my-echoes-visual-thumb img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.aw-my-echoes-visual-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.aw-my-echoes-visual-copy strong,
.aw-my-echoes-visual-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-my-echoes-visual-copy strong {
  color: #fff;
  font-size: 14px;
}

.aw-my-echoes-visual-copy small {
  color: var(--aw-echo-muted);
  font-size: 12px;
  font-weight: 800;
}

.aw-my-echoes-visual-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 5;
  display: grid;
  gap: 6px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid var(--aw-echo-border-strong);
  border-radius: 14px;
  background: #15161a;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
  padding: 8px;
}

.aw-my-echoes-visual-menu[hidden] {
  display: none;
}

.aw-my-echoes-visual-option {
  grid-template-columns: 42px minmax(0, 1fr);
  border-radius: 10px;
  padding: 7px 8px;
}

.aw-my-echoes-visual-option .aw-my-echoes-visual-thumb {
  width: 38px;
  height: 38px;
}

.aw-my-echoes-visual-option.is-active {
  border-color: rgba(184, 68, 74, .68);
  background: rgba(184, 68, 74, .18);
}

.aw-my-echoes-choice-trigger {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 38px;
  padding: 0 12px;
}

.aw-my-echoes-choice-trigger .aw-my-echoes-visual-copy strong {
  font-size: 13px;
}

.aw-my-echoes-choice-menu {
  max-height: 244px;
}

.aw-my-echoes-choice-option {
  grid-template-columns: minmax(0, 1fr);
  min-height: 36px;
  border-radius: 9px;
  padding: 7px 10px;
  text-align: left;
}

.aw-my-echoes-choice-option:disabled {
  cursor: not-allowed;
  opacity: .46;
}

.aw-my-echoes-choice-option:disabled:hover {
  border-color: var(--aw-echo-border);
  background: rgba(255, 255, 255, .03);
}

.aw-my-echoes-choice-option .aw-my-echoes-visual-copy {
  gap: 0;
}

.aw-my-echoes-subrow .aw-my-echoes-choice-menu {
  min-width: min(280px, calc(100vw - 40px));
}

.aw-my-echoes-link-character-field {
  grid-column: span 2;
}

.aw-my-echoes-link-character-field .aw-my-echoes-visual-menu {
  min-width: min(360px, calc(100vw - 40px));
}

.aw-my-echoes-ocr-box {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, .9fr);
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(244,237,228,.1);
  border-radius: 14px;
  background: rgba(0,0,0,.16);
  padding: 10px;
}

.aw-my-echoes-ocr-box strong {
  color: #fff;
}

.aw-my-echoes-ocr-box p {
  margin: 3px 0 0;
}

.aw-my-echoes-ocr-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px 8px;
  min-height: 42px;
  border: 1px solid rgba(244,237,228,.12);
  border-radius: 12px;
  background: rgba(244,237,228,.045);
  color: var(--aw-echo-muted);
  padding: 7px 10px;
  font-weight: 900;
}

.aw-my-echoes-ocr-status span {
  display: block;
  min-width: 0;
}

.aw-my-echoes-ocr-status span[dir="rtl"] {
  color: var(--aw-echo-muted);
  font-family: 'Tajawal', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.aw-my-echoes-ocr-status i {
  grid-row: span 2;
}

.aw-my-echoes-ocr-status.is-success {
  border-color: rgba(34,197,94,.35);
  background: rgba(34,197,94,.09);
  color: #bbf7d0;
}

.aw-my-echoes-ocr-status.is-error {
  border-color: rgba(248,113,113,.38);
  background: rgba(248,113,113,.09);
  color: #fecaca;
}

.aw-my-echoes-ocr-warning {
  flex-basis: 100%;
  border: 1px solid rgba(248,113,113,.36);
  border-radius: 10px;
  background: rgba(248,113,113,.09);
  color: #fecaca;
  padding: 8px 10px;
  font-weight: 850;
}

.aw-my-echoes-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.aw-my-echoes-field {
  display: grid;
  gap: 5px;
}

.aw-my-echoes-field span {
  color: var(--aw-echo-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.aw-my-echoes-field select,
.aw-my-echoes-field input {
  min-height: 38px;
  border: 1px solid var(--aw-echo-border);
  border-radius: 12px;
  background: rgba(0,0,0,.28);
  color: var(--aw-echo-text);
  padding: 0 12px;
  font: inherit;
}

.aw-my-echoes-file {
  position: relative;
  display: inline-flex;
  width: fit-content;
  overflow: hidden;
}

.aw-my-echoes-file input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.aw-my-echoes-file.is-disabled {
  cursor: not-allowed;
  opacity: .58;
}

.aw-my-echoes-file.is-disabled input {
  cursor: not-allowed;
}

.aw-my-echoes-substats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
  gap: 8px;
}

.aw-my-echoes-subrow {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.aw-my-echoes-subrow.is-ocr-warning .aw-my-echoes-choice-trigger {
  border-color: rgba(248,113,113,.56);
  box-shadow: 0 0 0 1px rgba(248,113,113,.16);
}

.aw-my-echoes-sub-warning {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  min-height: 28px;
  border: 1px solid rgba(248,113,113,.36);
  border-radius: 10px;
  background: rgba(248,113,113,.09);
  color: #fecaca;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  padding: 5px 8px;
}

.aw-my-echoes-feedback {
  color: #bbf7d0;
  font-weight: 900;
}

.aw-my-echoes-feedback.is-error {
  color: #fecaca;
}

@media (max-width: 760px) {
  .aw-my-echoes-page {
    width: min(100% - 18px, 100%);
    padding-top: 18px;
  }

  .aw-my-echoes-toolbar,
  .aw-my-echoes-visual-fields,
  .aw-my-echoes-form-grid,
  .aw-my-echoes-substats,
  .aw-my-echoes-card-head,
  .aw-my-echoes-ocr-box {
    grid-template-columns: 1fr;
  }

  .aw-my-echoes-usage {
    min-width: 0;
  }

  .aw-my-echoes-card-img {
    width: 88px;
    height: 88px;
  }
}
