/* wire-profile-about-style-303f1h9157 */

.wire-profile-about-avatar-button-303f1h9157{
  position:relative;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  font:inherit;
  color:inherit;
}

.wire-profile-about-avatar-button-303f1h9157::after{
  content:"i";
  position:absolute;
  right:-2px;
  bottom:-2px;
  z-index:12;
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border:3px solid #07111c;
  border-radius:50%;
  background:#ed315a;
  color:#fff;
  font:900 12px/1 system-ui,-apple-system,sans-serif;
  opacity:0;
  transform:scale(.82);
  transition:opacity .14s ease,transform .14s ease;
}

.wire-profile-about-avatar-button-303f1h9157:hover::after,
.wire-profile-about-avatar-button-303f1h9157:focus-visible::after{
  opacity:1;
  transform:scale(1);
}

.wire-profile-about-avatar-button-303f1h9157:focus-visible{
  outline:3px solid rgba(237,49,90,.32);
  outline-offset:5px;
}

.wire-profile-about-overlay-303f1h9157{
  position:fixed;
  inset:0;
  z-index:2147482100;
  display:grid;
  place-items:center;
  padding:18px;
  opacity:0;
  pointer-events:none;
  transition:opacity .14s ease;
}

.wire-profile-about-overlay-303f1h9157[hidden]{
  display:none!important;
}

.wire-profile-about-overlay-303f1h9157.is-open{
  opacity:1;
  pointer-events:auto;
}

.wire-profile-about-backdrop-303f1h9157{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(0,5,9,.73);
  backdrop-filter:blur(5px);
  cursor:default;
}

.wire-profile-about-panel-303f1h9157{
  position:relative;
  z-index:1;
  width:min(430px,calc(100vw - 26px));
  max-height:min(720px,calc(100dvh - 28px));
  overflow:hidden;
  border:1px solid #31536a;
  border-radius:18px;
  background:
    radial-gradient(circle at 100% 0,rgba(237,49,90,.12),transparent 32%),
    #08131e;
  box-shadow:0 28px 80px rgba(0,0,0,.62);
  color:#eef7fb;
  transform:translateY(10px) scale(.985);
  transition:transform .14s ease;
}

.wire-profile-about-overlay-303f1h9157.is-open
.wire-profile-about-panel-303f1h9157{
  transform:translateY(0) scale(1);
}

.wire-profile-about-panel-303f1h9157>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:64px;
  padding:12px 14px;
  border-bottom:1px solid rgba(93,130,154,.24);
}

.wire-profile-about-panel-303f1h9157>header small,
.wire-profile-about-identity-303f1h9157 small,
.wire-profile-about-history-303f1h9157 header small{
  display:block;
  color:#ff5677;
  font-size:8px;
  font-weight:950;
  letter-spacing:.09em;
}

.wire-profile-about-panel-303f1h9157>header h2{
  margin:2px 0 0;
  color:#fff;
  font-size:18px;
}

.wire-profile-about-panel-303f1h9157>header>button{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  padding:0;
  border:1px solid #35546a;
  border-radius:50%;
  background:#0a1d2a;
  color:#dceaf2;
  font-size:21px;
  cursor:pointer;
}

.wire-profile-about-body-303f1h9157{
  overflow-y:auto;
  max-height:calc(min(720px,100dvh - 28px) - 65px);
  padding:13px;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#405d70 transparent;
}

.wire-profile-about-identity-303f1h9157{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border:1px solid rgba(70,106,130,.45);
  border-radius:13px;
  background:#071925;
}

.wire-profile-about-identity-303f1h9157 strong{
  display:block;
  margin-top:2px;
  color:#fff;
  font-size:15px;
}

.wire-profile-about-identity-303f1h9157 div>span{
  display:block;
  margin-top:2px;
  color:#8ca6b7;
  font-size:10px;
}

.wire-profile-about-identity-303f1h9157>span{
  flex:0 0 auto;
  padding:5px 8px;
  border:1px solid rgba(237,49,90,.38);
  border-radius:999px;
  background:rgba(237,49,90,.08);
  color:#ff708b;
  font-size:8px;
  font-weight:900;
}

.wire-profile-about-grid-303f1h9157{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:9px;
}

.wire-profile-about-fact-303f1h9157{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:start;
  gap:8px;
  min-height:84px;
  padding:10px;
  border:1px solid rgba(70,106,130,.36);
  border-radius:12px;
  background:#06131d;
}

.wire-profile-about-fact-303f1h9157>b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:9px;
  background:rgba(237,49,90,.1);
  color:#ff5577;
  font-size:13px;
}

.wire-profile-about-fact-303f1h9157 small{
  display:block;
  color:#6f899b;
  font-size:8px;
  font-weight:800;
}

.wire-profile-about-fact-303f1h9157 strong{
  display:block;
  margin-top:2px;
  color:#f7fbfd;
  font-size:11px;
  line-height:1.25;
}

.wire-profile-about-fact-303f1h9157 p{
  margin:4px 0 0;
  color:#718c9e;
  font-size:8px;
  line-height:1.35;
}

.wire-profile-about-history-303f1h9157{
  margin-top:10px;
  overflow:hidden;
  border:1px solid rgba(70,106,130,.4);
  border-radius:13px;
  background:#06131d;
}

.wire-profile-about-history-303f1h9157>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px;
  border-bottom:1px solid rgba(70,106,130,.28);
}

.wire-profile-about-history-303f1h9157 h3{
  margin:2px 0 0;
  color:#fff;
  font-size:13px;
}

.wire-profile-about-history-303f1h9157>header>span{
  display:grid;
  place-items:center;
  min-width:25px;
  height:25px;
  padding:0 7px;
  border-radius:999px;
  background:#102735;
  color:#a9c0ce;
  font-size:9px;
  font-weight:900;
}

.wire-profile-about-history-row-303f1h9157{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:8px;
  padding:10px 11px;
  border-bottom:1px solid rgba(70,106,130,.22);
}

.wire-profile-about-history-row-303f1h9157:last-child{
  border-bottom:0;
}

.wire-profile-about-history-row-303f1h9157>span{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:9px;
  background:#0d2432;
  color:#ff6682;
  font-size:10px;
  font-weight:900;
}

.wire-profile-about-history-row-303f1h9157 strong{
  display:block;
  color:#eaf4f9;
  font-size:10px;
}

.wire-profile-about-history-row-303f1h9157 p{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:4px 0;
  color:#a9bcc8;
  font-size:9px;
}

.wire-profile-about-history-row-303f1h9157 del{
  color:#8198a8;
}

.wire-profile-about-history-row-303f1h9157 i{
  color:#587486;
  font-style:normal;
}

.wire-profile-about-history-row-303f1h9157 b{
  color:#fff;
}

.wire-profile-about-history-row-303f1h9157 small{
  color:#688295;
  font-size:8px;
}

.wire-profile-about-empty-303f1h9157{
  margin:0;
  padding:14px 12px;
  color:#8199a9;
  font-size:9px;
  line-height:1.45;
}

.wire-profile-about-body-303f1h9157>footer{
  margin:11px 2px 1px;
  color:#668093;
  font-size:8px;
  line-height:1.45;
}

.wire-profile-about-loading-303f1h9157{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:110px;
  color:#92a9b8;
  font-size:10px;
}

.wire-profile-about-loading-303f1h9157>span{
  width:22px;
  height:22px;
  border:2px solid #31536a;
  border-top-color:#ed315a;
  border-radius:50%;
  animation:wireProfileAboutSpin303f1h9157 .65s linear infinite;
}

.wire-profile-about-error-303f1h9157{
  padding:18px 12px;
  text-align:center;
}

.wire-profile-about-error-303f1h9157 strong{
  color:#fff;
}

.wire-profile-about-error-303f1h9157 p{
  color:#ff91a5;
  font-size:10px;
}

body.wire-profile-about-open-303f1h9157{
  overflow:hidden!important;
}

@keyframes wireProfileAboutSpin303f1h9157{
  to{transform:rotate(360deg)}
}

@media(max-width:520px){
  .wire-profile-about-overlay-303f1h9157{
    align-items:end;
    padding:0;
  }

  .wire-profile-about-panel-303f1h9157{
    width:100%;
    max-height:min(82dvh,760px);
    border-radius:18px 18px 0 0;
    border-bottom:0;
  }

  .wire-profile-about-grid-303f1h9157{
    grid-template-columns:1fr;
  }

  .wire-profile-about-body-303f1h9157{
    max-height:calc(82dvh - 65px);
    padding-bottom:
      calc(15px + env(safe-area-inset-bottom));
  }
}