
.dream-card-page {
  background: radial-gradient(circle at 50% -10%, rgba(112, 56, 255, 0.2), transparent 34rem), #020309;
}
.dream-details-page {
  margin: 0;
  background: radial-gradient(circle at 50% -4%, rgba(134, 70, 255, 0.18), transparent 30rem), #02030a;
  color: #fff;
}
.dream-details-page .main-body {
  height: auto;
  min-height: calc(100vh - 160px);
  padding: 18px 0 28px;
  overflow: visible;
}
.dream-details-page .header .main-menu,
.dream-details-page .footer {
  background-color: rgba(6, 7, 17, 0.76);
  border-color: rgba(122, 56, 255, 0.28);
}
.dream-details {
  --dd-bg: #02030a;
  --dd-panel: rgba(12, 12, 29, 0.9);
  --dd-panel-soft: rgba(20, 19, 42, 0.88);
  --dd-line: rgba(128, 73, 255, 0.27);
  --dd-line-strong: rgba(151, 76, 255, 0.72);
  --dd-purple: #9f50ff;
  --dd-purple-soft: #c084fc;
  --dd-text: #f7f4ff;
  --dd-muted: rgba(247, 244, 255, 0.72);
  padding: 140px 0 50px;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}
.dream-details button,
.dream-details a {
  font: inherit;
}
.dream-details__nav {
  height: 64px;
  display: grid;
  grid-template-columns: 330px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 0 14px;
  border: 1px solid rgba(126, 74, 255, 0.18);
  border-radius: 23px;
  background: rgba(5, 6, 17, 0.82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}
.dream-details__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}
.dream-details__brand-mark {
  width: 31px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--dd-purple);
}
.dream-details__brand-mark svg,
.dream-details svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.dream-details__links {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.dream-details__links a {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.dream-details__links a.is-active {
  color: #fff;
  font-weight: 700;
}
.dream-details__links a.is-active::after {
  position: absolute;
  right: -2px;
  bottom: -1px;
  left: -2px;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, transparent, #8e3dff, transparent);
  box-shadow: 0 0 18px rgba(142, 61, 255, 0.9);
}
.dream-details__actions {
  display: flex;
  align-items: center;
  gap: 13px;
}
.dream-details__credits,
.dream-details__upgrade,
.dream-details__avatar,
.dream-details__chevron {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 11, 26, 0.84);
  color: #fff;
}
.dream-details__credits {
  height: 40px;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
}
.dream-details__credits svg {
  width: 16px;
  height: 16px;
  color: var(--dd-purple-soft);
}
.dream-details__upgrade {
  height: 40px;
  min-width: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #7f35ff, #bd55ff);
  box-shadow: 0 14px 30px rgba(135, 57, 255, 0.35);
  text-decoration: none;
}
.dream-details__upgrade svg {
  width: 17px;
  height: 16px;
}
.dream-details__avatar {
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}
.dream-details__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dream-details__chevron {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.dream-details__chevron svg {
  width: 19px;
  height: 19px;
  color: rgba(255, 255, 255, 0.84);
}
.dream-details__main {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(650px, 1fr);
  gap: 24px;
  margin-top: 0;
}
.dream-details__showcase {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 0;
}
.dream-details__showcase img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.dream-details__image {
  position: absolute;
  inset: 0;
}
.dream-details__back,
.dream-details__showcase-remix,
.dream-details__icon-action,
.dream-details__creator {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(16px);
}
.dream-details__back {
  top: 25px;
  left: 23px;
  height: 40px;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.68);
}
@media (hover: hover) {
  .dream-details__back:hover {
    background: rgba(123, 97, 255, 1);
  }
}
.dream-details__back svg {
  width: 18px;
  height: 18px;
}
.dream-details__showcase-tools {
  position: absolute;
  top: 25px;
  right: 23px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
.dream-details__showcase-remix {
  position: static;
  height: 40px;
  gap: 8px;
  padding: 0 20px;
  background: rgba(123, 97, 255, 1);
  color: #fff;
  border-radius: 40px;
}
.dream-details__showcase-remix svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.dream-details__icon-action {
  position: static;
  width: 40px;
  height: 40px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(4, 7, 13, 0.62);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .dream-details__icon-action:hover {
    background: rgba(123, 97, 255, 1);
  }
}
.dream-details__icon-action svg {
  width: 21px;
  height: 21px;
}
.dream-details__download-menu {
  position: relative;
}
.dream-details__download-menu::after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 216px;
  height: 9px;
  content: '';
}
.dream-details__download-dropdown {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 4;
  min-width: 216px;
  display: none;
  padding: 8px;
  border-radius: 15px;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.45),
    0 5px 15px rgba(145, 114, 227, 0.1),
    -3px 3px 15px rgba(145, 114, 227, 0.15) inset;
  border: 2px solid transparent;
  background:
    linear-gradient(180deg, #0e102d 0, #030615 100%) padding-box,
    linear-gradient(45deg, rgba(145, 114, 227, 0.15), rgba(145, 114, 227, 0.5)) border-box;
}
.dream-details__download-menu.is-open .dream-details__download-dropdown {
    display: block;
}

@media (hover: hover) {
  .dream-details__download-menu:hover .dream-details__download-dropdown,
  .dream-details__download-menu.is-open .dream-details__download-dropdown {
    display: grid;
    gap: 4px;
  }
}
.dream-details__download-dropdown button {
  width: 100%;
  min-height: auto;
  padding: 5px 12px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  font-size: 12px;
  color: rgba(247, 244, 255, 0.9);
  text-align: left;
  cursor: pointer;
}
@media (hover: hover) {
  .dream-details__download-dropdown button:hover,
  .dream-details__download-dropdown button:focus-visible {
    background: rgba(123, 97, 255, 1);
    outline: 0;
  }
}
.dream-details__download-dropdown button:disabled {
  cursor: wait;
  opacity: 0.68;
}
.dream-details__creator {
  position: absolute;
  left: 23px;
  bottom: 23px;
  display: grid;
  grid-template-columns: 33px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  min-width: 132px;
  min-height: 53px;
  padding: 8px 20px 8px 10px;
  border-radius: 40px;
  background: transparent;
}
.dream-details__creator img {
  grid-row: 1 / 3;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
}
.dream-details__creator small {
  align-self: end;
  color: rgba(247, 244, 255, 0.6);
  line-height: 1.1;
}
.dream-details__creator strong {
  align-self: start;
  color: #fff;
  line-height: 1.15;
  font-weight: 500;
}
.dream-details__panel {
  min-height: 560px;
}
.dream-details__panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}
.dream-details__panel-title {
  min-width: 0;
  overflow: visible;
}
.dream-details__panel h2,
.dream-details__panel h2.dream-details__title {
  margin: 0 0 9px;
  font-size: clamp(1.375rem, 1.2vw + 0.85rem, 1.75rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  overflow: visible;
}
.dream-details__panel p {
  margin: 0;
  color: var(--dd-muted);
  line-height: 1.45;
}
.dream-details__panel-tools {
  display: flex;
  gap: 13px;
  padding-top: 1px;
}
.dream-details__panel-tool {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--dd-purple);
  cursor: pointer;
  background-color: rgba(108, 76, 254, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-out;
}
.dream-details__panel-tool svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .dream-details__panel-tool:hover {
    background-color: rgba(108, 76, 254, 1);
  }
  .dream-details__panel-tool:hover svg {
    fill: #fff;
  }
}
.dream-details__menu .dream-details__panel-tool svg {
  transform: rotate(90deg);
}
.dream-details__menu {
  position: relative;
}
.dream-details__menu-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 5;
  min-width: 126px;
  display: none;
  padding: 8px;
  border-radius: 15px;
  background-color: #0f0f31;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dream-details__menu.is-open .dream-details__menu-dropdown {
  display: block;
}
.dream-details__menu-dropdown button {
  width: 100%;
  height: auto;
  padding: 5px 12px;
  font-size: 12px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
@media (hover: hover) {
  .dream-details__menu-dropdown button:hover {
    background-color: rgba(108, 76, 254, 1);
    color: #fff;
  }
}
.dream-details__divider {
  height: 1px;
  margin: 14px 0 17px;
  background: rgba(255, 255, 255, 0.08);
}
.dream-details__block {
  margin-top: 25px;
}
.dream-details__block:first-of-type {
  margin-top: 0;
}
.dream-details__block .label-name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 11px;
  line-height: 1.2;
  letter-spacing: 0;
}
.dream-details__block .label-name svg {
  width: 15px;
  height: 15px;
}
.dream-details__block .label-name [data-dream-details-copy-prompt] {
  cursor: pointer;
}
.dream-details__copy-feedback {
  position: fixed;
  z-index: 1100;
  padding: 5px 9px;
  border: 1px solid rgba(192, 132, 252, 0.44);
  border-radius: 999px;
  background: rgba(11, 11, 27, 0.94);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}
.dream-details__prompt {
  min-height: 110px;
  padding: 13px 17px;
  border-radius: 9px;
  color: rgba(247, 244, 255, 0.6) !important;
  line-height: 1.45 !important;
  background-color: rgba(108, 76, 254, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  word-break: break-word;
}
.dream-details__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.dream-details__chips span,
.dream-details__meta span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(247, 244, 255, 0.82);
  background-color: rgba(108, 76, 254, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
}
.dream-details__chips span {
  padding: 0 14px;
}
.dream-details__meta {
  display: grid;
  grid-template-columns: 136px 140px 130px;
  gap: 14px;
}
.dream-details__meta span {
  gap: 10px;
}
.dream-details__meta svg {
  width: 17px;
  height: 17px;
  color: rgba(247, 244, 255, 0.78);
}
.dream-details__cta-row {
  display: grid;
  grid-template-columns: 1fr 207px;
  gap: 14px;
  margin-top: 29px;
}
.dream-details__remix,
.dream-details__share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dream-details__remix svg,
.dream-details__share svg {
  width: 20px;
  height: 20px;
}
.dream-details__related {
  position: relative;
  margin-top: 26px;
}
.dream-details__related.is-loading .dream-details__related-grid {
  opacity: 0.45;
  pointer-events: none;
}
.dream-details__related-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 13px;
}
.dream-details__related h2 {
  margin: 0 0 3px;
  letter-spacing: 0;
}
.dream-details__related p {
  margin: 0;
  color: var(--dd-muted);
}
.dream-details__related-head a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.dream-details__related-head svg {
  width: 17px;
  height: 17px;
}
@media (hover: hover) {
  .dream-details__related-head a:hover {
    color: rgba(108, 76, 254, 1);
  }
  .dream-details__related-head a:hover svg {
    fill: rgba(108, 76, 254, 1);
  }
}
.dream-details__related-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  transition: opacity 0.22s ease;
  padding: 0 15px;
}
.dream-details__related-grid.is-single {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .dream-details__related-grid.is-single {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }
  .dream-details__related-card {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}
.dream-details__related-grid.is-all {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(219px, 1fr));
  overflow: visible;
}
.dream-details__related-grid::-webkit-scrollbar {
  display: none;
}
.dream-details__related-card {
  position: relative;
  flex: 0 0 219px;
  height: 224px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: #10101a;
  cursor: pointer;
}
.dream-details__related-empty {
  margin: 0;
  padding: 32px 8px;
  color: rgba(247, 244, 255, 0.72);
}
.dream-details__load-more-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 20px 0 5px;
}
.dream-details__load-more {
  border: 1px solid rgba(108, 76, 254, 0.5);
  background: rgba(108, 76, 254, 0.1);
  color: #b57afb;
  padding: 10px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (hover: hover) {
  .dream-details__load-more:hover {
    background: rgba(108, 76, 254, 0.25);
    border-color: rgba(108, 76, 254, 0.8);
    color: #fff;
  }
}
.dream-details__related-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.dream-details__card-author {
  position: absolute;
  left: 12px;
  bottom: 13px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto;
  gap: 1px;
  color: #fff;
  background: transparent;
  backdrop-filter: blur(16px);
  padding: 8px 20px 8px 10px;
  border-radius: 40px;
}
.dream-details__card-author span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  line-height: 1;
}
.dream-details__card-author strong {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
.dream-details__card-share {
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: rgba(24, 19, 44, 0.72);
  color: var(--dd-purple-soft);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-out;
}
.dream-details__card-share svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .dream-details__card-share:hover {
    background-color: rgba(108, 76, 254, 1);
    transform: translateY(-1px);
  }
  .dream-details__card-share:hover svg {
    color: #fff;
  }
}
.dream-details__slider {
  position: absolute;
  top: calc(50% + 44px);
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 100, 255, 0.37);
  border-radius: 50%;
  background: rgba(28, 24, 54, 0.92);
  color: #fff;
}
.dream-details__slider--prev {
  left: -22px;
}
.dream-details__slider--next {
  right: -22px;
}
.dream-details__slider svg {
  width: 23px;
  height: 23px;
}
@media (hover: hover) {
  .dream-details__slider:hover {
    background-color: rgba(108, 76, 254, 1);
  }
  .dream-details__slider:hover svg {
    fill: #fff;
  }
}
.dream-details__related-loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(8, 8, 22, 0.62);
  color: #fff;
  backdrop-filter: blur(6px);
}
.dream-details__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: #fff;
  border-radius: 50%;
  animation: dream-details-spin 0.7s linear infinite;
}
@keyframes dream-details-spin {
  to {
    transform: rotate(360deg);
  }
}
.dream-details__lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(2, 3, 10, 0.88);
  backdrop-filter: blur(18px);
}
.dream-details__lightbox[hidden] {
  display: none;
}
.dream-details__lightbox img {
  max-width: min(100%, 1200px);
  max-height: calc(100vh - 64px);
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}
.dream-details__lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(11, 11, 27, 0.9);
  color: #fff;
  cursor: pointer;
}
.dream-details__lightbox-close svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1400px) {
  .dream-details__main {
    grid-template-columns: minmax(0, 650px) minmax(502px, 1fr);
  }
}
@media (max-width: 1200px) {
  .dream-details__back span {
    display: none;
  }
  .dream-details__related-grid {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .dream-details__nav {
    height: auto;
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .dream-details__links,
  .dream-details__actions {
    justify-content: flex-start;
  }
  .dream-details__main {
    grid-template-columns: 1fr;
  }
  .dream-details__related-grid {
    display: flex;
  }
  .dream-details__related-grid.is-all {
    display: grid;
  }
  .dream-details__related-grid {
    padding: 0;
  }
  .share-profile-modal__copy.btn {
    min-width: 120px;
  }
  .dream-details__panel h2,
  .dream-details__panel h2.dream-details__title {
    font-size: clamp(1.25rem, 2.5vw, 1.375rem);
  }
}
@media (max-width: 992px) {
  .dream-details {
    padding: 125px 0 20px;
  }
  .dream-details__menu-dropdown {
    padding: 10px 8px;
  }
  .dream-details__menu-dropdown button {
    padding: 8px;
  }
}
@media (max-width: 680px) {
  .dream-details__links,
  .dream-details__actions,
  .dream-details__chips {
    flex-wrap: wrap;
    gap: 10px;
  }
  .dream-details__showcase {
    min-height: 320px;
  }
  .dream-details__panel {
    min-height: 0;
    padding: 22px 18px;
  }
  .dream-details__meta,
  .dream-details__cta-row {
    grid-template-columns: 1fr;
  }
  .dream-details__related-card {
    height: auto;
    aspect-ratio: 1;
  }
  .dream-details__lightbox {
    padding: 16px;
  }
  .dream-details__lightbox img {
    max-height: calc(100vh - 32px);
  }
  .dream-details__creator {
    left: 15px;
    bottom: 15px;
  }
  .dream-details__back {
    top: 15px;
    left: 15px;
    min-width: 48px;
    min-height: 48px;
  }
  .dream-details__showcase-remix {
    min-height: 48px;
  }
  .dream-details__icon-action, .dream-details__panel-tool {
    min-width: 48px;
    min-height: 48px;
  }
  .dream-details__showcase-tools {
    top: 15px;
    right: 15px;
    gap: 8px;
  }
  .dream-details__back span {
    display: none;
  }
  .dream-details__panel-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .dream-details__related-head {
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .dream-details__slider--next {
    right: 0;
  }
  .dream-details__slider--prev {
    left: 0;
  }
}
.share-profile-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.share-profile-modal[hidden] {
  display: none !important;
}
.share-profile-modal__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 10, 24, 0.62);
  cursor: pointer;
}
.share-profile-modal__dialog {
  position: relative;
  width: min(480px, 100%);
}
.share-profile-modal__dialog .share-profile-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.share-profile-modal__dialog .share-profile-modal__close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.share-profile-modal__title {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #f4edff;
}
.share-profile-modal__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: rgba(228, 220, 255, 0.72);
}
.share-profile-modal__input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(192, 132, 252, 0.28);
  background: rgba(8, 12, 22, 0.95);
  color: #e8deff;
  font-size: 0.88rem;
  margin-bottom: 20px;
}
.share-profile-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.share-profile-modal__copy.btn {
  width: auto;
}
.share-profile-modal__close.btn-outline {
  border-color: rgba(192, 132, 252, 0.45);
  color: #e8deff;
}
.dream-toast-container {
  position: fixed;
  top: 92px;
  right: 18px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(340px, calc(100vw - 32px));
  pointer-events: none;
}
.dream-toast {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 16, 30, 0.96);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.dream-toast--success {
  border-color: rgba(80, 220, 153, 0.38);
}
.dream-toast--error {
  border-color: rgba(255, 97, 117, 0.46);
}
.dream-toast.is-hiding {
  opacity: 0;
  transform: translateY(-8px);
}
