/*
  TweetLife Auth Desktop Panels
  Extracted from tl_auth.css so mobile-like requests do not pay for
  desktop-only storytelling chrome that is never rendered server-side.
*/

.tl-auth-orb-aqua{
  background: radial-gradient(circle at 30% 30%, rgba(37,188,207,.85), rgba(37,188,207,.15) 55%, transparent 70%);
}

.tl-auth-orb-gold{
  background: radial-gradient(circle at 30% 30%, rgba(225,186,65,.85), rgba(225,186,65,.15) 55%, transparent 70%);
}

.tl-auth-bullet{
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(37,188,207,.9);
  box-shadow: 0 0 0 4px rgba(37,188,207,.12);
  flex: 0 0 auto;
}

.tl-auth-v2-story{
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(900px 360px at 18% 10%, rgba(255,255,255,.15), transparent 42%),
    radial-gradient(900px 320px at 90% 92%, rgba(225,186,65,.15), transparent 44%),
    linear-gradient(135deg,#173e72 0%, #2449a0 100%);
  color: #fff;
  box-shadow: 0 26px 70px rgba(15,23,42,.16);
}

.tl-auth-v2-story::before{
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.tl-auth-v2-story__brand,
.tl-auth-v2-story__grid,
.tl-auth-v2-story__methods,
.tl-auth-v2-story__foot,
.tl-auth-v2-story__eyebrow,
.tl-auth-v2-story__title,
.tl-auth-v2-story__copy{
  position: relative;
  z-index: 1;
}

.tl-auth-v2-story__brand{
  display: flex;
  align-items: center;
  gap: 14px;
}

.tl-auth-v2-story__logo{
  width: 56px;
  height: 56px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 26px rgba(15,23,42,.18);
}

.tl-auth-v2-story__site{
  font-size: 1.3rem;
  font-weight: 950;
  color: #fff;
}

.tl-auth-v2-story__tagline{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255,255,255,.8);
}

.tl-auth-v2-story__eyebrow{
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 900;
  color: rgba(255,255,255,.92);
}

.tl-auth-v2-story__title{
  margin: 18px 0 0;
  font-size: clamp(2rem,3.6vw,3.25rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.03em;
  max-width: 12.5ch;
}

.tl-auth-v2-story__copy{
  margin-top: 14px;
  max-width: 54ch;
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,.9);
}

.tl-auth-v2-story__grid{
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tl-auth-v2-storycard{
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: 8px;
}

.tl-auth-v2-storycard strong{
  font-size: 15px;
  font-weight: 950;
  color: #fff;
}

.tl-auth-v2-storycard span{
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,.86);
}

.tl-auth-v2-storycard--gold{
  background: linear-gradient(135deg,rgba(225,186,65,.18),rgba(255,255,255,.08));
}

.tl-auth-v2-storycard--cyan{
  background: linear-gradient(135deg,rgba(37,188,207,.16),rgba(255,255,255,.08));
}

.tl-auth-v2-storycard--violet{
  background: linear-gradient(135deg,rgba(136,108,247,.16),rgba(255,255,255,.08));
}

.tl-auth-v2-story__methods{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tl-auth-v2-story__chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,.18);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}

.tl-auth-v2-story__foot{
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  font-size: 14px;
  line-height: 1.9;
  color: #fff;
}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .tl-auth-v2-story{ display:none !important; }
}
