.wt05-cooperation { max-width: 1220px; }
.wt05-cooperation__grid { display: grid; grid-template-columns: minmax(0, 880px); justify-content: center; gap: 18px; align-items: start; }
.wt05-cooperation__card { min-width: 0; padding: 26px; }
.wt05-cooperation__copy { color: var(--wu-muted); }
.wt05-cooperation__copy p { margin: 0 0 13px; }
.wt05-cooperation__notes { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.wt05-cooperation__notes li { position: relative; padding: 11px 14px 11px 38px; border: 1px solid var(--wu-line); border-radius: 10px; background: var(--wu-surface-2); }
.wt05-cooperation__notes li::before { content: "✦"; position: absolute; left: 14px; color: var(--wu-accent-2); }
.wt05-contact-list { display: grid; gap: 10px; padding-top: 20px; border-top: 1px solid var(--wu-line); }
.wt05-contact-list div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 14px; align-items: center; }
.wt05-contact-list span { color: var(--wu-muted); }
.wt05-contact-list strong { min-width: 0; overflow-wrap: anywhere; color: var(--wu-accent-2); }
.wt05-form-note { margin: -3px 0 16px; color: var(--wu-muted); }
.wt05-own-link { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "label name name" "url url actions"; align-items: center; gap: 8px 14px; margin-bottom: 20px; padding: 14px 16px; border: 1px solid var(--wu-line); border-radius: 11px; background: var(--wu-surface-2); }
.wt05-own-link span { grid-area: label; color: var(--wu-muted); }
.wt05-own-link strong { grid-area: name; min-width: 0; }
.wt05-own-link code { grid-area: url; display: block; min-width: 0; overflow: hidden; color: var(--wu-accent-2); text-overflow: ellipsis; white-space: nowrap; }
.wt05-own-link button { padding: 6px 13px; border: 1px solid var(--wu-line); border-radius: 7px; background: var(--wu-surface); color: var(--wu-accent-2); cursor: pointer; }
.wt05-own-link button:disabled { cursor: not-allowed; opacity: .55; }
.wt05-own-link__actions { grid-area: actions; display: flex; justify-self: end; gap: 7px; }
.wu-friend-apply-page { overflow: hidden; }
.wt05-friend-page { min-height: 100vh; }
.wt05-friend-modal { position: fixed; z-index: 9998; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; overflow-y: auto; background: rgba(3, 2, 12, .78); backdrop-filter: blur(9px); }
.wt05-friend-dialog { width: min(690px, 100%); max-height: calc(100dvh - 48px); margin: 0; padding: 27px; overflow-y: auto; box-shadow: 0 28px 100px rgba(111, 45, 255, .24); }
.wt05-friend-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.wt05-friend-dialog__head .wu-head { flex: 1; margin-bottom: 16px; }
.wt05-friend-dialog__head h1 { margin: 0; font-size: 23px; }
.wt05-friend-dialog__head > a { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid var(--wu-line); border-radius: 50%; color: var(--wu-accent-2); background: var(--wu-surface-2); font-size: 22px; line-height: 1; text-decoration: none; }
.wt05-friend-form { display: grid; gap: 16px; }
.wt05-friend-form label { display: grid; gap: 7px; font-weight: 750; }
.wt05-friend-form input, .wt05-friend-form select { width: 100%; min-width: 0; height: 46px; padding: 0 13px; border: 1px solid var(--wu-line); border-radius: 9px; outline: 0; color: var(--wu-text); background: #0c0c16; font: inherit; }
.wt05-friend-form input:focus, .wt05-friend-form select:focus { border-color: var(--wu-accent); box-shadow: 0 0 0 3px rgba(138, 92, 255, .14); }
.wt05-domain-row { display: grid !important; grid-template-columns: 112px minmax(0, 1fr); gap: 0; min-width: 0; }
.wt05-friend-form .wt05-domain-row select { border-radius: 9px 0 0 9px; }
.wt05-friend-form .wt05-domain-row input { position: relative; margin-left: -1px; border-radius: 0 9px 9px 0; }
.wt05-friend-form .wt05-domain-row input:focus { z-index: 1; }
.wt05-url-preview { color: var(--wu-accent-2); font-weight: 500; overflow-wrap: anywhere; }
.wt05-captcha-row { display: grid; grid-template-columns: minmax(0, 1fr) 116px; gap: 9px; }
.wt05-captcha-refresh { width: 116px; height: 46px; padding: 0; overflow: hidden; border: 1px solid var(--wu-line); border-radius: 9px; background: #0c0c16; cursor: pointer; }
.wt05-captcha-refresh img { width: 116px; height: 46px; }
.wt05-form-status { min-height: 20px; margin: -3px 0 0; color: var(--wu-muted); }
.wt05-form-status.is-success { color: #41e3a2; }
.wt05-form-status.is-error { color: #ff6f91; }
.wt05-submit { width: 100%; border: 0; border-radius: 10px; cursor: pointer; }
.wt05-submit:disabled { opacity: .55; cursor: wait; }
@media (max-width: 820px) {
  body.wu-cooperation-page { padding-top: 62px; }
  .wu-cooperation-page .wu-header__inner { min-height: 54px; }
  .wt05-cooperation__grid { grid-template-columns: 1fr; }
  .wt05-cooperation__card { padding: 20px; }
  .wt05-domain-row { grid-template-columns: 96px minmax(0, 1fr); }
  .wt05-contact-list div { grid-template-columns: 78px minmax(0, 1fr); }
  .wt05-own-link { grid-template-columns: minmax(0, 1fr); grid-template-areas: "label" "name" "url" "actions"; gap: 8px; padding: 13px; }
  .wt05-own-link strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .wt05-own-link__actions { width: 100%; justify-self: stretch; }
  .wt05-own-link__actions button { flex: 1; }
  .wt05-friend-modal { align-items: flex-start; padding: 10px; }
  .wt05-friend-dialog { max-height: calc(100dvh - 20px); padding: 19px 16px; border-radius: 12px; }
}
