.tep-footer {
  position: relative;
  border-top: 1px solid #b9dfea;
  color: #365461;
  background: linear-gradient(115deg, #e8f7fc, #f4fbff 48%, #eaf5fc);
  font-size: 12px;
  line-height: 1.55;
}
.tep-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #31caec, #90d9ec 38%, #b9b5ef 72%, #f0d3a2);
}

.tep-footer-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 30px clamp(16px, 2.2vw, 36px) 18px;
}

.tep-footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
}
.tep-footer-columns > * {
  min-width: 0;
}

.tep-footer-recent,
.tep-footer-resources {
  border-left: 1px solid #cce4ed;
  padding-left: 28px;
}

.tep-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.tep-footer-brand img {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.tep-footer-brand h2 {
  max-width: 220px;
  color: #234d61;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tep-footer-brand span {
  display: block;
  margin-top: 5px;
  color: #2285a2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.tep-footer-intro {
  max-width: 410px;
  color: #48636f;
  font-size: 12px;
  line-height: 1.75;
}

.tep-footer h3 {
  color: #2c5265;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.tep-footer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.tep-footer-heading > h2 {
  color: #2c5265;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.tep-footer-icon {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  border-radius: 8px;
  color: #1594b6;
  background: linear-gradient(145deg, #fff, #d8f5ff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(38, 109, 129, 0.0705882353);
}

.tep-footer-icon--violet {
  color: #8762b6;
  background: linear-gradient(145deg, #fff, #ede3ff);
}

.tep-footer-icon--amber {
  color: #b18028;
  background: linear-gradient(145deg, #fff, #fff0c9);
}

.tep-footer svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tep-footer-newsletter {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #bce0ec;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(224, 244, 255, 0.7215686275));
  box-shadow: inset 0 1px #fff, 0 4px 12px rgba(26, 105, 133, 0.062745098);
}

.tep-footer-newsletter-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tep-footer-newsletter-title img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 9px;
}
.tep-footer-newsletter-title p {
  margin-top: 3px;
  color: #537281;
  font-size: 11px;
  line-height: 1.5;
}

.tep-footer-email-field {
  display: flex;
  gap: 7px;
  margin-top: 13px;
}
.tep-footer-email-field input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 37px;
  padding: 0 11px;
  border: 1px solid #b8dce9;
  border-radius: 7px;
  outline: none;
  color: #264b5d;
  background: rgba(255, 255, 255, 0.8509803922);
  font-size: 11px;
  box-shadow: inset 0 1px 3px rgba(33, 125, 165, 0.0392156863);
}
.tep-footer-email-field input::placeholder {
  color: #668592;
}
.tep-footer-email-field input:focus {
  border-color: #42b9dd;
  box-shadow: 0 0 0 3px rgba(39, 192, 236, 0.1254901961);
}
.tep-footer-email-field button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 37px;
  padding: 0 11px;
  border: 1px solid #20b6e4;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6117647059), 0 3px 6px rgba(26, 157, 205, 0.1019607843);
  font-size: 11px;
  font-weight: 650;
  text-shadow: 0 1px 1px rgba(7, 130, 166, 0.3333333333);
  cursor: pointer;
}
.tep-footer-email-field button svg {
  width: 13px;
  height: 13px;
}

.tep-footer-privacy {
  margin-top: 9px;
  color: #62808e;
  font-size: 10px;
}
.tep-footer-privacy a {
  color: #267b9e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tep-footer-status {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #c5e4ef;
  color: #476877;
  font-size: 11px;
}
.tep-footer-status[hidden] {
  display: none;
}

.tep-footer-apps {
  margin-top: 19px;
}

.tep-footer-app-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
}
.tep-footer-app-badges img {
  display: block;
  width: auto;
  height: 32px;
  max-width: 100%;
  object-fit: contain;
}

.tep-footer-posts {
  list-style: none;
  display: grid;
  gap: 0;
}

.tep-footer-post {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d5e8ef;
}
.tep-footer-post:first-child {
  padding-top: 0;
}
.tep-footer-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tep-footer-thumb {
  display: block;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9215686275);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #d8eff8);
  box-shadow: 0 0 0 1px #bedce8, 0 4px 7px rgba(32, 92, 119, 0.1098039216);
}
.tep-footer-thumb img {
  display: block;
  width: 64px;
  height: 49px;
  object-fit: cover;
  border-radius: 5px;
}

.tep-footer-post h3 {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.tep-footer-post h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tep-footer-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 9px;
  margin-top: 5px;
  color: #5d7886;
  font-size: 10px;
}
.tep-footer-post-meta a:first-of-type {
  color: #258bab;
}
.tep-footer-post-meta a:last-of-type {
  color: #80649e;
}

.tep-footer-all-posts {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #1b88ac;
  font-size: 11px;
  font-weight: 650;
}
.tep-footer-all-posts svg {
  width: 13px;
  height: 13px;
}

.tep-footer-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.tep-footer-topic {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 8px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #3c6375;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(238, 248, 255, 0.6784313725));
  box-shadow: inset 0 1px #fff;
  font-size: 11px;
  line-height: 1.35;
}
.tep-footer-topic::before {
  content: "";
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #39b5c5;
  box-shadow: 0 0 0 2px rgba(57, 181, 197, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+2)::before {
  background: #c980aa;
  box-shadow: 0 0 0 2px rgba(201, 128, 170, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+3)::before {
  background: #a18bd7;
  box-shadow: 0 0 0 2px rgba(161, 139, 215, 0.0784313725);
}
.tep-footer-topic:nth-child(4n)::before {
  background: #d1aa56;
  box-shadow: 0 0 0 2px rgba(209, 170, 86, 0.0784313725);
}

.tep-footer-contact {
  margin-top: 23px;
}
.tep-footer-contact .tep-footer-heading {
  margin-bottom: 10px;
}
.tep-footer-contact address {
  display: grid;
  gap: 6px;
  font-style: normal;
}
.tep-footer-contact address a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.tep-footer-contact address span {
  min-width: 43px;
  color: #718b97;
  font-size: 10px;
}

.tep-footer-skype {
  margin-top: 9px;
  color: #607f8f;
  font-size: 10px;
}
.tep-footer-skype strong {
  margin-left: 6px;
  color: #3f6c7e;
  font-size: 11px;
  font-weight: 500;
}

.tep-footer-community {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 24px;
  padding: 14px 0;
  border-top: 1px solid #c6e1eb;
  border-bottom: 1px solid #c6e1eb;
}

.tep-footer-follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.tep-footer-follow > span {
  color: #4c7384;
  font-size: 11px;
  font-weight: 600;
}

.tep-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tep-footer-social a {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #c4e0ec;
  border-radius: 9px;
  color: #397184;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9254901961), rgba(229, 243, 251, 0.831372549));
  box-shadow: inset 0 1px #fff, 0 3px 6px rgba(33, 104, 134, 0.062745098);
}
.tep-footer-social img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.tep-footer-social .tep-footer-x {
  color: #42566a;
}

.tep-footer-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #40788f;
  background: rgba(255, 255, 255, 0.6196078431);
  font-size: 11px;
}
.tep-footer-back svg {
  width: 12px;
  height: 12px;
}

.tep-footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 16px;
}
.tep-footer-bottom small {
  color: #5f7c89;
  font-size: 10px;
}

.tep-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  font-size: 10px;
  color: #4f7182;
}

.tep-footer a:hover {
  color: #0989b6;
}

.tep-footer-topic:hover,
.tep-footer-social a:hover,
.tep-footer-back:hover {
  border-color: #7dc9e4;
  background: #fff;
}

.tep-footer-email-field button:hover {
  filter: brightness(1.04);
}

.tep-footer-email-field button:disabled {
  cursor: default;
  opacity: 0.65;
}

.tep-footer a:focus-visible,
.tep-footer button:focus-visible {
  outline: 2px solid #1aa5cf;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tep-footer-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 25px;
  }
  .tep-footer-recent {
    padding-left: 25px;
  }
  .tep-footer-resources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    margin-top: 0;
    padding-left: 25px;
    border-left: 1px solid #cce4ed;
  }
}
@media (max-width: 640px) {
  .tep-footer-inner {
    padding-top: 25px;
  }
  .tep-footer-columns,
  .tep-footer-resources {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .tep-footer-recent {
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    border-left: 0;
    padding-left: 0;
  }
  .tep-footer-brand h2 {
    font-size: 17px;
  }
  .tep-footer-intro {
    max-width: none;
  }
  .tep-footer-community {
    gap: 15px;
  }
  .tep-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .tep-footer-legal {
    gap: 9px 14px;
  }
}
.profile-shell :is(button, a) {
  -webkit-tap-highlight-color: transparent;
}

.profile-button:hover,
.profile-menu :is(a, button):hover {
  border-color: #89c6dd;
}

.profile-button-primary:hover {
  background: linear-gradient(135deg, #208caf, #176c97);
}

.profile-project:hover {
  box-shadow: 0 6px 15px rgba(57, 106, 139, 0.0705882353);
}

.profile-friend:hover strong,
.profile-text-link:hover,
.profile-panel-link:hover {
  color: #287a9c;
}

.profile-friend:hover .profile-avatar {
  border-color: #7dbcd2;
}

.profile-dialog {
  width: min(600px, 100vw - 28px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid #badbe9;
  border-radius: 16px;
  color: #53748b;
  background: #fff;
  box-shadow: 0 20px 65px rgba(32, 76, 107, 0.1490196078);
  font-size: 13px;
}

.profile-dialog::backdrop {
  background: rgba(29, 64, 84, 0.4078431373);
  backdrop-filter: blur(4px);
}

.profile-dialog > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  border-bottom: 1px solid #d5e8f0;
  background: linear-gradient(115deg, #edfaff, #f3edfc);
}

.profile-dialog h2 {
  font-size: 17px;
  color: #417c9a;
  font-weight: 650;
}

.profile-dialog > header > button {
  width: 30px;
  height: 30px;
  border: 1px solid #cddfea;
  background: rgba(255, 255, 255, 0.6509803922);
  border-radius: 8px;
  font-size: 22px;
  color: #7290a4;
  line-height: 1;
}

#profile-dialog-content {
  padding: 20px;
}

.profile-dialog p {
  line-height: 1.8;
}

.profile-dialog label {
  display: block;
  margin: 13px 0 7px;
  font-size: 11px;
  font-weight: 600;
  color: #648297;
}

.profile-dialog :is(input, textarea) {
  display: block;
  width: 100%;
  padding: 11px;
  border: 1px solid #c9dfeb;
  border-radius: 8px;
  color: #4f7188;
  background: #fbfeff;
  font-size: 13px;
}

.profile-dialog textarea {
  min-height: 100px;
  resize: vertical;
}

.profile-dialog .profile-friends-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.profile-dialog .profile-friend strong {
  font-size: 11px;
}

.profile-dialog-note {
  font-size: 10px;
  color: #8b9caa;
  margin: 12px 0 16px !important;
}

.profile-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 15px;
}

.profile-member-preview {
  text-align: center;
  padding: 10px;
}

.profile-member-preview > .profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 25px;
  margin-bottom: 14px;
}

.profile-member-preview h3 {
  color: #4b7e9b;
  font-size: 23px;
  margin-bottom: 5px;
}

.profile-member-preview > p {
  color: #7c91a2;
}

.profile-dialog-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.profile-dialog-photo figcaption {
  margin-top: 12px;
  color: #8799a8;
  font-size: 11px;
  text-align: center;
}

.profile-dialog .profile-community {
  padding: 13px 0;
}

.profile-empty {
  padding: 24px;
  text-align: center;
  font-size: 12px;
  color: #7f95a5;
}

.profile-toast {
  position: fixed;
  z-index: 5000;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  border: 1px solid #bedbea;
  border-radius: 11px;
  background: rgba(242, 251, 255, 0.9803921569);
  color: #3f718b;
  box-shadow: 0 6px 24px rgba(36, 93, 117, 0.1294117647);
  font-size: 12px;
}

@media (max-width: 440px) {
  #profile-dialog-content {
    padding: 17px;
  }
  .profile-dialog .profile-friends-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .profile-dialog :is(input, textarea) {
    font-size: 16px;
  }
}
/*# sourceMappingURL=userProfileLazy.css.map */
