.wt06-cooperation { max-width: 1220px; }
.wt06-cooperation__grid { display: grid; grid-template-columns: minmax(0, 880px); justify-content: center; gap: 20px; align-items: start; }
.wt06-cooperation__card { min-width: 0; padding: 27px; }
.wt06-cooperation__copy { color: var(--wu-muted); }
.wt06-cooperation__copy p { margin: 0 0 13px; }
.wt06-cooperation__steps { display: grid; gap: 9px; margin: 22px 0; }
.wt06-cooperation__steps div { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; min-height: 52px; padding: 8px 14px; border: 1px solid var(--wu-line); border-radius: 15px; background: var(--wu-surface-2); }
.wt06-cooperation__steps b { color: var(--wu-accent); font-size: 18px; }
.wt06-contact-list { display: grid; gap: 10px; padding-top: 20px; border-top: 1px solid var(--wu-line); }
.wt06-contact-list div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 14px; align-items: center; }
.wt06-contact-list span { color: var(--wu-muted); }
.wt06-contact-list strong { min-width: 0; overflow-wrap: anywhere; color: var(--wu-accent); }
.wt06-form-note { margin: -3px 0 16px; color: var(--wu-muted); }
.wt06-own-link { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "label details actions"; gap: 15px; align-items: center; margin-bottom: 20px; padding: 14px 16px; border: 1px solid var(--wu-line); border-radius: 15px; background: var(--wu-surface-2); }
.wt06-own-link > span { grid-area: label; color: var(--wu-muted); }
.wt06-own-link__details { grid-area: details; display: grid; min-width: 0; gap: 4px; }
.wt06-own-link code { min-width: 0; overflow: hidden; color: var(--wu-accent); text-overflow: ellipsis; white-space: nowrap; }
.wt06-own-link button { padding: 6px 13px; border: 1px solid var(--wu-line); border-radius: 8px; background: var(--wu-surface); color: var(--wu-accent); cursor: pointer; }
.wt06-own-link button:disabled { cursor: not-allowed; opacity: .55; }
.wt06-own-link__actions { grid-area: actions; display: flex; gap: 7px; }
.wu-friend-apply-page { overflow: hidden; }
.wt06-friend-page { min-height: 100vh; }
.wt06-friend-modal { position: fixed; z-index: 9998; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; overflow-y: auto; background: rgba(31, 58, 22, .36); backdrop-filter: blur(8px); }
.wt06-friend-dialog { width: min(690px, 100%); max-height: calc(100dvh - 48px); margin: 0; padding: 27px; overflow-y: auto; box-shadow: 0 28px 90px rgba(48, 83, 35, .25); }
.wt06-friend-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.wt06-friend-dialog__head .wu-head { flex: 1; margin-bottom: 16px; }
.wt06-friend-dialog__head h1 { margin: 0; font-size: 23px; }
.wt06-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); background: var(--wu-surface-2); font-size: 22px; line-height: 1; text-decoration: none; }
.wt06-friend-form { display: grid; gap: 16px; }
.wt06-friend-form label { display: grid; gap: 7px; color: #35532f; font-weight: 750; }
.wt06-friend-form input, .wt06-friend-form select { width: 100%; min-width: 0; height: 46px; padding: 0 13px; border: 1px solid rgba(80, 142, 61, .24); border-radius: 13px; outline: 0; color: var(--wu-text); background: #fffef9; font: inherit; }
.wt06-friend-form input:focus, .wt06-friend-form select:focus { border-color: var(--wu-accent); box-shadow: 0 0 0 3px rgba(76, 165, 47, .12); }
.wt06-domain-row { display: grid !important; grid-template-columns: 112px minmax(0, 1fr); gap: 0; min-width: 0; }
.wt06-friend-form .wt06-domain-row select { border-radius: 13px 0 0 13px; }
.wt06-friend-form .wt06-domain-row input { position: relative; margin-left: -1px; border-radius: 0 13px 13px 0; }
.wt06-friend-form .wt06-domain-row input:focus { z-index: 1; }
.wt06-url-preview { color: var(--wu-accent); font-weight: 550; overflow-wrap: anywhere; }
.wt06-captcha-row { display: grid; grid-template-columns: minmax(0, 1fr) 116px; gap: 9px; }
.wt06-captcha-refresh { width: 116px; height: 46px; padding: 0; overflow: hidden; border: 1px solid rgba(80, 142, 61, .24); border-radius: 13px; background: #fffef9; cursor: pointer; }
.wt06-captcha-refresh img { width: 116px; height: 46px; }
.wt06-form-status { min-height: 20px; margin: -3px 0 0; color: var(--wu-muted); }
.wt06-form-status.is-success { color: #2f982f; }
.wt06-form-status.is-error { color: #d74545; }
.wt06-submit { width: 100%; border: 0; border-radius: 13px; cursor: pointer; }
.wt06-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; }
  .wt06-cooperation__grid { grid-template-columns: 1fr; }
  .wt06-cooperation__card { padding: 20px; }
  .wt06-domain-row { grid-template-columns: 96px minmax(0, 1fr); }
  .wt06-contact-list div { grid-template-columns: 78px minmax(0, 1fr); }
  .wt06-own-link { grid-template-columns: minmax(0, 1fr); grid-template-areas: "label" "details" "actions"; gap: 8px; padding: 13px; }
  .wt06-own-link__actions { width: 100%; }
  .wt06-own-link__actions button { flex: 1; }
  .wt06-friend-modal { align-items: flex-start; padding: 10px; }
  .wt06-friend-dialog { max-height: calc(100dvh - 20px); padding: 19px 16px; border-radius: 16px; }
}
