/* Wire h9264a · Guest Home Timeline Preview */

.wire-guest-home-303f1h9264a{
  display:grid;
  gap:14px;
}

.wire-guest-welcome-303f1h9264a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  border:1px solid rgba(74,116,149,.34);
  border-radius:16px;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(239,37,72,.15),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #0b1b29,
      #07111b
    );
  box-shadow:0 14px 38px rgba(0,0,0,.18);
}

.wire-guest-welcome-303f1h9264a small{
  color:#ff3157;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
}

.wire-guest-welcome-303f1h9264a h1{
  margin:4px 0 5px;
  color:#fff;
  font-size:24px;
  line-height:1.08;
}

.wire-guest-welcome-303f1h9264a p{
  max-width:540px;
  margin:0;
  color:#a9bac8;
  line-height:1.5;
}

.wire-guest-welcome-303f1h9264a nav{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
}

.wire-guest-welcome-303f1h9264a nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  text-decoration:none;
  font-weight:850;
  white-space:nowrap;
}

.wire-guest-signup-303f1h9264a{
  background:#ef2347;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(239,35,71,.2);
}

.wire-guest-login-303f1h9264a{
  border:1px solid #35516a;
  background:#0c1c2a;
  color:#eef6fc!important;
}

.wire-guest-feed-303f1h9264a{
  display:grid;
  gap:12px;
}

/*
 * Keep native post rendering intact, but visibly treat the preview as
 * read-only. Interaction is handled in JS so external/article links can
 * remain useful.
 */
.wire-guest-feed-303f1h9264a .post-action,
.wire-guest-feed-303f1h9264a [data-repost-control],
.wire-guest-feed-303f1h9264a form[action*="/follow"] button{
  cursor:pointer;
}

.wire-guest-end-gate-303f1h9264a{
  margin:4px 0 60px;
  padding:34px 26px;
  border:1px solid rgba(239,35,71,.38);
  border-radius:18px;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(239,35,71,.18),
      transparent 45%
    ),
    #091723;
  text-align:center;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}

.wire-guest-end-logo-303f1h9264a,
.wire-guest-auth-mark-303f1h9264a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  min-height:31px;
  padding:0 12px;
  border:1px solid rgba(255,50,82,.55);
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-style:italic;
  font-weight:950;
  letter-spacing:.12em;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    0 0 24px rgba(239,35,71,.12);
}

.wire-guest-end-gate-303f1h9264a h2{
  margin:13px 0 7px;
  color:#fff;
  font-size:24px;
}

.wire-guest-end-gate-303f1h9264a p{
  max-width:530px;
  margin:0 auto;
  color:#a9bac8;
  line-height:1.55;
}

.wire-guest-end-gate-303f1h9264a>div:last-child{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}

.wire-guest-end-gate-303f1h9264a a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border-radius:999px;
  text-decoration:none;
  font-weight:850;
}

.wire-guest-end-gate-303f1h9264a a:first-child{
  background:#ef2347;
  color:#fff;
}

.wire-guest-end-gate-303f1h9264a a:last-child{
  border:1px solid #35516a;
  color:#edf6fc;
}

.wire-guest-auth-overlay-303f1h9264a{
  position:fixed;
  inset:0;
  z-index:2147483200;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(1,6,10,.76);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.wire-guest-auth-overlay-303f1h9264a[hidden]{
  display:none!important;
}

.wire-guest-auth-overlay-303f1h9264a>section{
  position:relative;
  width:min(430px,calc(100vw - 30px));
  padding:28px;
  border:1px solid rgba(86,130,164,.43);
  border-radius:20px;
  background:
    radial-gradient(
      circle at 85% 0,
      rgba(239,35,71,.18),
      transparent 38%
    ),
    #091724;
  color:#fff;
  text-align:center;
  box-shadow:0 28px 80px rgba(0,0,0,.48);
}

.wire-guest-auth-overlay-303f1h9264a h2{
  margin:14px 0 7px;
  font-size:25px;
}

.wire-guest-auth-overlay-303f1h9264a p{
  margin:0 0 18px;
  color:#a9bac8;
  line-height:1.55;
}

.wire-guest-auth-close-303f1h9264a{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:#12283a;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

.wire-guest-auth-primary-303f1h9264a,
.wire-guest-auth-secondary-303f1h9264a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:45px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
}

.wire-guest-auth-primary-303f1h9264a{
  background:#ef2347;
  color:#fff!important;
}

.wire-guest-auth-secondary-303f1h9264a{
  margin-top:9px;
  border:1px solid #35516a;
  color:#eef6fc!important;
}

.wire-guest-auth-later-303f1h9264a{
  margin-top:14px;
  border:0;
  background:transparent;
  color:#93a9ba;
  font:inherit;
  font-size:12px;
  cursor:pointer;
  text-decoration:underline;
  text-underline-offset:3px;
}

body.wire-guest-auth-open-303f1h9264a{
  overflow:hidden!important;
}

@media(max-width:700px){
  .wire-guest-welcome-303f1h9264a{
    align-items:flex-start;
    flex-direction:column;
    padding:16px;
  }

  .wire-guest-welcome-303f1h9264a nav{
    width:100%;
  }

  .wire-guest-welcome-303f1h9264a nav a{
    flex:1;
  }

  .wire-guest-end-gate-303f1h9264a{
    padding:28px 18px;
  }

  .wire-guest-end-gate-303f1h9264a>div:last-child{
    flex-direction:column;
  }
}