/* [project]/frontend/main/app/[locale]/platform-header.module.css [app-client] (css) */
.platform-header-module__8ojwda__header {
  z-index: 410;
  top: var(--desktop-titlebar-height, 0px);
  min-height: 116px;
  padding: max(8px, env(safe-area-inset-top)) clamp(22px, 4vw, 58px) 0;
  color: var(--text-primary);
  background: linear-gradient(180deg, rgb(var(--surface-body-rgb) / .72) 0%, rgb(var(--surface-body-rgb) / .28) 68%, transparent 100%);
  pointer-events: none;
  grid-template-rows: 68px 40px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 0 24px;
  display: grid;
  position: fixed;
  left: 0;
  right: 0;
}

.platform-header-module__8ojwda__header a, .platform-header-module__8ojwda__header button {
  pointer-events: auto;
}

.platform-header-module__8ojwda__identity, .platform-header-module__8ojwda__actions, .platform-header-module__8ojwda__profile, .platform-header-module__8ojwda__signIn, .platform-header-module__8ojwda__productNav, .platform-header-module__8ojwda__contextNav, .platform-header-module__8ojwda__contextNav > span {
  align-items: center;
  display: flex;
}

.platform-header-module__8ojwda__identity {
  justify-self: start;
  min-width: 0;
}

.platform-header-module__8ojwda__profile {
  min-width: 0;
  color: inherit;
  gap: 10px;
  text-decoration: none;
}

.platform-header-module__8ojwda__avatar {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
  background: var(--surface-glass-subcard) center / cover no-repeat;
  width: 38px;
  height: 38px;
  color: var(--text-primary);
  flex: 0 0 38px;
  place-items: center;
  font-size: .8rem;
  font-weight: 720;
  display: grid;
  position: relative;
}

.platform-header-module__8ojwda__avatar > i {
  border: 2px solid var(--surface-body);
  background: var(--color-success);
  width: 10px;
  height: 10px;
  box-shadow: 0 0 10px rgb(var(--color-success-rgb) / .45);
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.platform-header-module__8ojwda__profileCopy {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.platform-header-module__8ojwda__profileCopy strong {
  max-width: 150px;
  color: var(--text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .78rem;
  font-weight: 650;
  overflow: hidden;
}

.platform-header-module__8ojwda__profileCopy small {
  color: rgb(var(--text-primary-rgb) / .46);
  align-items: center;
  gap: 5px;
  font-size: .64rem;
  display: flex;
}

.platform-header-module__8ojwda__profileCopy small i {
  background: var(--color-success);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.platform-header-module__8ojwda__productNav {
  place-self: center;
  gap: 7px;
}

.platform-header-module__8ojwda__productLink {
  width: 44px;
  height: 44px;
  color: rgb(var(--text-primary-rgb) / .55);
  background: none;
  border: 0;
  border-radius: 50%;
  place-items: center;
  text-decoration: none;
  transition: color .16s, transform .16s;
  display: grid;
  position: relative;
}

.platform-header-module__8ojwda__productLink:hover, .platform-header-module__8ojwda__productLink:focus-visible, .platform-header-module__8ojwda__productLink[data-active="true"] {
  color: var(--text-primary);
  background: none;
  transform: translateY(-1px);
}

.platform-header-module__8ojwda__productLink:focus-visible {
  outline: 1px solid var(--border-strong);
  outline-offset: 2px;
}

.platform-header-module__8ojwda__productLink[data-active="true"]:after {
  content: "";
  background: var(--color-accent);
  width: 4px;
  height: 4px;
  box-shadow: 0 0 10px rgb(var(--color-accent-rgb) / .72);
  border-radius: 50%;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.platform-header-module__8ojwda__productLink svg {
  stroke-width: 1.72px;
  width: 21px;
  height: 21px;
}

.platform-header-module__8ojwda__actions {
  justify-self: end;
  gap: 3px;
  min-width: 0;
}

.platform-header-module__8ojwda__iconAction {
  width: 42px;
  height: 42px;
  color: rgb(var(--text-primary-rgb) / .62);
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 50%;
  place-items: center;
  padding: 0;
  text-decoration: none;
  transition: color .16s, transform .16s;
  display: grid;
  position: relative;
}

.platform-header-module__8ojwda__iconAction:hover, .platform-header-module__8ojwda__iconAction:focus-visible {
  color: var(--text-primary);
  background: none;
  transform: translateY(-1px);
}

.platform-header-module__8ojwda__iconAction:focus-visible {
  outline: 1px solid var(--border-strong);
  outline-offset: 2px;
}

.platform-header-module__8ojwda__iconAction svg {
  stroke-width: 1.75px;
  width: 19px;
  height: 19px;
}

.platform-header-module__8ojwda__iconAction b {
  border: 2px solid var(--surface-body);
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  min-width: 16px;
  height: 16px;
  color: var(--text-primary);
  place-items: center;
  padding: 0 4px;
  font-size: 7px;
  display: grid;
  position: absolute;
  top: 1px;
  right: 0;
}

.platform-header-module__8ojwda__signIn {
  min-height: 40px;
  color: var(--text-primary);
  gap: 8px;
  font-size: .72rem;
  text-decoration: none;
}

.platform-header-module__8ojwda__signIn svg {
  width: 18px;
  height: 18px;
}

.platform-header-module__8ojwda__contextNav {
  grid-area: 2 / 1 / auto / -1;
  place-self: end start;
  gap: clamp(18px, 2.2vw, 34px);
  min-width: 0;
  padding-bottom: 7px;
}

.platform-header-module__8ojwda__contextNav > strong {
  color: var(--text-primary);
  letter-spacing: -.025em;
  font-size: 1.05rem;
  font-weight: 700;
}

.platform-header-module__8ojwda__contextNav > span {
  gap: clamp(16px, 2vw, 30px);
  min-width: 0;
}

.platform-header-module__8ojwda__contextLink {
  color: rgb(var(--text-primary-rgb) / .46);
  white-space: nowrap;
  padding: 8px 0;
  font-size: .78rem;
  font-weight: 540;
  text-decoration: none;
  transition: color .16s;
  position: relative;
}

.platform-header-module__8ojwda__contextLink:hover, .platform-header-module__8ojwda__contextLink:focus-visible, .platform-header-module__8ojwda__contextLink[data-active="true"] {
  color: var(--text-primary);
}

.platform-header-module__8ojwda__contextLink[data-active="true"]:after {
  content: "";
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}

@media (max-width: 820px) {
  .platform-header-module__8ojwda__header {
    grid-template-rows: 62px 38px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0 7px;
    min-height: 108px;
    padding-inline: 12px;
  }

  .platform-header-module__8ojwda__profileCopy, .platform-header-module__8ojwda__signIn span {
    display: none;
  }

  .platform-header-module__8ojwda__avatar, .platform-header-module__8ojwda__signIn {
    flex-basis: 36px;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .platform-header-module__8ojwda__productNav {
    scrollbar-width: none;
    gap: 0;
    overflow-x: auto;
  }

  .platform-header-module__8ojwda__productNav::-webkit-scrollbar {
    display: none;
  }

  .platform-header-module__8ojwda__contextNav > span::-webkit-scrollbar {
    display: none;
  }

  .platform-header-module__8ojwda__productLink {
    flex: 0 0 38px;
    width: 38px;
    height: 40px;
  }

  .platform-header-module__8ojwda__actions {
    gap: 0;
  }

  .platform-header-module__8ojwda__iconAction {
    width: 36px;
    height: 40px;
  }

  .platform-header-module__8ojwda__notificationAction {
    display: none;
  }

  .platform-header-module__8ojwda__contextNav {
    gap: 14px;
    width: 100%;
    padding-bottom: 5px;
    overflow: hidden;
  }

  .platform-header-module__8ojwda__contextNav > strong {
    font-size: .92rem;
  }

  .platform-header-module__8ojwda__contextNav > span {
    scrollbar-width: none;
    gap: 16px;
    overflow-x: auto;
  }

  .platform-header-module__8ojwda__contextLink {
    font-size: .7rem;
  }
}

@media (max-width: 430px) {
  .platform-header-module__8ojwda__productLink {
    flex-basis: 34px;
    width: 34px;
  }

  .platform-header-module__8ojwda__productLink svg {
    width: 19px;
    height: 19px;
  }

  .platform-header-module__8ojwda__iconAction {
    width: 33px;
  }

  .platform-header-module__8ojwda__settingsAction {
    display: none;
  }
}

/* [project]/frontend/main/app/[locale]/link/link.module.css [app-client] (css) */
.link-module__TPZ_4W__marketing, .link-module__TPZ_4W__desktop {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
  padding: 96px 0 150px;
}

.link-module__TPZ_4W__hero {
  max-width: 920px;
}

.link-module__TPZ_4W__eyebrow {
  color: #ff642e;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.link-module__TPZ_4W__eyebrow svg {
  width: 18px;
}

.link-module__TPZ_4W__hero h1, .link-module__TPZ_4W__desktopHeader h1 {
  letter-spacing: -.065em;
  margin: 22px 0 18px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .92;
}

.link-module__TPZ_4W__hero p, .link-module__TPZ_4W__desktopHeader p {
  color: #9a9da5;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.5;
}

.link-module__TPZ_4W__actions, .link-module__TPZ_4W__networkActions, .link-module__TPZ_4W__launchRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.link-module__TPZ_4W__actions {
  margin-top: 36px;
}

.link-module__TPZ_4W__primaryButton, .link-module__TPZ_4W__secondaryButton, .link-module__TPZ_4W__iconButton, .link-module__TPZ_4W__launchRow button, .link-module__TPZ_4W__launchRow a {
  color: #f7f7f8;
  min-height: 48px;
  font: inherit;
  cursor: pointer;
  background: #1a1c21;
  border: 1px solid #34363d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  font-weight: 750;
  text-decoration: none;
  display: inline-flex;
}

.link-module__TPZ_4W__primaryButton {
  color: #080808;
  background: #ff642e;
  border-color: #ff642e;
}

.link-module__TPZ_4W__primaryButton:disabled, .link-module__TPZ_4W__secondaryButton:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.link-module__TPZ_4W__featureGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 74px;
  display: grid;
}

.link-module__TPZ_4W__featureGrid article, .link-module__TPZ_4W__panel, .link-module__TPZ_4W__networkCard, .link-module__TPZ_4W__empty, .link-module__TPZ_4W__faq {
  background: #111318;
  border: 1px solid #25272d;
  border-radius: 24px;
}

.link-module__TPZ_4W__featureGrid article {
  color: #d9dade;
  flex-direction: column;
  justify-content: space-between;
  min-height: 155px;
  padding: 24px;
  display: flex;
}

.link-module__TPZ_4W__featureGrid svg {
  color: #ff642e;
}

.link-module__TPZ_4W__faq {
  margin-top: 12px;
  padding: 34px;
}

.link-module__TPZ_4W__faq h2 {
  font-size: 30px;
}

.link-module__TPZ_4W__faq > div {
  border-top: 1px solid #282a30;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 18px 0;
  display: grid;
}

.link-module__TPZ_4W__faq strong {
  color: #ff642e;
}

.link-module__TPZ_4W__faq p {
  color: #a4a6ad;
  margin: 0;
}

.link-module__TPZ_4W__desktopHeader {
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 34px;
  display: flex;
}

.link-module__TPZ_4W__desktopHeader h1 {
  font-size: clamp(54px, 7vw, 86px);
}

.link-module__TPZ_4W__agentState, .link-module__TPZ_4W__connectionBadge {
  color: #9da0a8;
  white-space: nowrap;
  border: 1px solid #30323a;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  display: flex;
}

.link-module__TPZ_4W__agentState span {
  background: #777;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.link-module__TPZ_4W__agentState[data-ready="true"] span, .link-module__TPZ_4W__connectionBadge[data-connected="true"]:before {
  background: #67df8b;
}

.link-module__TPZ_4W__notice {
  color: #ffb7a1;
  background: #291712;
  border: 1px solid #7c3c2b;
  border-radius: 14px;
  margin-bottom: 16px;
  padding: 14px 18px;
}

.link-module__TPZ_4W__createGrid {
  grid-template-columns: 1.25fr .75fr;
  gap: 14px;
  display: grid;
}

.link-module__TPZ_4W__panel {
  padding: 24px;
}

.link-module__TPZ_4W__panel h2 {
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  display: flex;
}

.link-module__TPZ_4W__panel h2 svg {
  color: #ff642e;
}

.link-module__TPZ_4W__panel input:not([type="checkbox"]), .link-module__TPZ_4W__launchRow select {
  color: #f5f5f6;
  width: 100%;
  height: 52px;
  font: inherit;
  background: #0a0c10;
  border: 1px solid #31333b;
  border-radius: 14px;
  padding: 0 16px;
}

.link-module__TPZ_4W__segmented {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0;
  display: grid;
}

.link-module__TPZ_4W__segmented button {
  color: #92949c;
  background: #17191e;
  border: 1px solid #30323a;
  border-radius: 12px;
  height: 42px;
}

.link-module__TPZ_4W__segmented button[data-active="true"] {
  color: #fff;
  background: #31333a;
}

.link-module__TPZ_4W__warning {
  color: #9a9da4;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.45;
  display: flex;
}

.link-module__TPZ_4W__networkList {
  gap: 14px;
  margin-top: 14px;
  display: grid;
}

.link-module__TPZ_4W__networkCard {
  padding: 26px;
}

.link-module__TPZ_4W__networkTop {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.link-module__TPZ_4W__networkType {
  color: #ff642e;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.link-module__TPZ_4W__networkTop h2 {
  margin: 8px 0 4px;
  font-size: 30px;
}

.link-module__TPZ_4W__networkTop p {
  color: #858890;
  margin: 0;
}

.link-module__TPZ_4W__connectionBadge:before {
  content: "";
  background: #777;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.link-module__TPZ_4W__memberRow {
  margin: 22px 0;
  display: flex;
}

.link-module__TPZ_4W__memberRow > span {
  background: #2b2e35;
  border: 3px solid #111318;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: -8px;
  display: grid;
  position: relative;
  overflow: visible;
}

.link-module__TPZ_4W__memberRow img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.link-module__TPZ_4W__memberRow small {
  display: none;
}

.link-module__TPZ_4W__memberRow > span[data-online="true"]:after {
  content: "";
  background: #67df8b;
  border: 2px solid #111318;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.link-module__TPZ_4W__requests {
  border: 1px solid #2b2d34;
  border-radius: 16px;
  margin: 18px 0;
  padding: 16px;
}

.link-module__TPZ_4W__requests h3 {
  margin: 0 0 10px;
}

.link-module__TPZ_4W__requests > div {
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  display: flex;
}

.link-module__TPZ_4W__requests span {
  align-items: center;
  gap: 8px;
  margin-right: auto;
  display: flex;
}

.link-module__TPZ_4W__requests button {
  color: #fff;
  background: #2b2e35;
  border: 0;
  border-radius: 9px;
  padding: 8px 10px;
}

.link-module__TPZ_4W__iconButton svg, .link-module__TPZ_4W__launchRow svg {
  width: 17px;
}

.link-module__TPZ_4W__autoConnect {
  color: #a8abb2;
  align-items: center;
  gap: 8px;
  display: flex;
}

.link-module__TPZ_4W__launchRow {
  border-top: 1px solid #282a30;
  margin-top: 16px;
  padding-top: 16px;
}

.link-module__TPZ_4W__launchRow select {
  width: auto;
  min-width: 280px;
}

.link-module__TPZ_4W__launchRow a {
  color: #aeb0b6;
  background: none;
}

.link-module__TPZ_4W__empty {
  text-align: center;
  color: #90939a;
  padding: 64px;
}

.link-module__TPZ_4W__empty svg {
  color: #ff642e;
  width: 44px;
  height: 44px;
}

.link-module__TPZ_4W__empty h2 {
  color: #f4f4f5;
}

.link-module__TPZ_4W__panel p {
  color: #8f929a;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .link-module__TPZ_4W__featureGrid {
    grid-template-columns: 1fr 1fr;
  }

  .link-module__TPZ_4W__createGrid {
    grid-template-columns: 1fr;
  }

  .link-module__TPZ_4W__desktopHeader, .link-module__TPZ_4W__networkTop {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-module__TPZ_4W__launchRow select {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .link-module__TPZ_4W__marketing, .link-module__TPZ_4W__desktop {
    width: min(100% - 24px, 1180px);
    padding-top: 62px;
  }

  .link-module__TPZ_4W__featureGrid {
    grid-template-columns: 1fr;
  }

  .link-module__TPZ_4W__hero h1, .link-module__TPZ_4W__desktopHeader h1 {
    font-size: 48px;
  }

  .link-module__TPZ_4W__networkCard, .link-module__TPZ_4W__panel {
    padding: 18px;
  }
}

.link-module__TPZ_4W__memberList {
  gap: 6px;
  margin: 0 0 18px;
  display: grid;
}

.link-module__TPZ_4W__memberList > div {
  background: #0d0f13;
  border: 1px solid #272a31;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 7px 9px;
  display: flex;
}

.link-module__TPZ_4W__memberIdentity {
  align-items: center;
  gap: 11px;
  min-width: 0;
  display: flex;
}

.link-module__TPZ_4W__memberIdentity > img, .link-module__TPZ_4W__memberIdentity > i {
  object-fit: cover;
  background: #2b2e35;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-style: normal;
  display: grid;
}

.link-module__TPZ_4W__memberIdentity > span {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.link-module__TPZ_4W__memberIdentity strong {
  text-overflow: ellipsis;
  overflow: hidden;
}

.link-module__TPZ_4W__memberIdentity small {
  color: #878a92;
}

.link-module__TPZ_4W__memberActions {
  gap: 5px;
  display: flex;
}

.link-module__TPZ_4W__memberActions button {
  color: #b7bac2;
  cursor: pointer;
  background: #191b21;
  border: 1px solid #30333a;
  border-radius: 9px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.link-module__TPZ_4W__memberActions svg {
  width: 15px;
}

.link-module__TPZ_4W__dangerButton {
  color: #ff8a70;
  min-height: 48px;
  font: inherit;
  cursor: pointer;
  background: #261512;
  border: 1px solid #6e3127;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-weight: 700;
  display: inline-flex;
}

.link-module__TPZ_4W__dangerButton svg {
  width: 17px;
}

.link-module__TPZ_4W__diagnostic {
  color: #9699a2;
  background: #0b0d11;
  border: 1px solid #2c2f36;
  border-radius: 12px;
  margin-top: 12px;
  padding: 11px 14px;
  font-size: 13px;
}

/*# sourceMappingURL=frontend_main_app_%5Blocale%5D_0w95vzz._.css.map*/