/* /web/public/prelaunch/prelaunch.css */
/* TShirtTube-only prelaunch adjustments. Uses /home/home.css tokens and avoids EXP Tube styling. */

.prelaunch-page{
  background:linear-gradient(180deg,#f7fbff 0%,#f3f8ff 45%,#f8fbff 100%);
  color:var(--text);
}

.prelaunch-nav-title{
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
  font-size:12px;
  margin-left:8px;
}

.prelaunch-top-nav a[href="#create-profile"]{
  background:var(--pop1);
  color:#fff;
  border-radius:999px;
  padding:9px 12px;
  opacity:1;
}

.prelaunch-patent-badge{
  position:absolute;
  z-index:4;
  top:18px;
  left:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  color:var(--text);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.top-feature-slide-shell{position:relative;}

/* ===== Create Profile Section - TShirtTube styling ===== */
.prelaunch-profile-section{
  padding:34px 14px 68px;
  background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);
  border-top:1px solid var(--border);
}

.prelaunch-profile-wrap{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,450px);
  gap:18px;
  align-items:stretch;
}

.prelaunch-profile-copy,
.prelaunch-auth-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:var(--shadow);
}

.prelaunch-profile-copy{
  padding:34px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  position:relative;
}

.prelaunch-profile-copy:before,
.prelaunch-profile-copy:after{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:999px;
  filter:blur(74px);
  opacity:.34;
  pointer-events:none;
}

.prelaunch-profile-copy:before{background:#8bd4ff; left:-170px; top:-180px;}
.prelaunch-profile-copy:after{background:#ffe08b; right:-185px; bottom:-210px;}
.prelaunch-profile-copy > *{position:relative; z-index:1;}

.prelaunch-profile-kicker{
  display:inline-flex;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--text);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  box-shadow:0 8px 18px rgba(10,28,60,.06);
}

.prelaunch-profile-copy h1{
  margin:16px 0 10px;
  font-size:clamp(38px,5vw,64px);
  line-height:1.02;
  letter-spacing:-.035em;
  font-weight:1000;
  color:var(--text);
}

.prelaunch-profile-copy p{
  margin:0;
  max-width:690px;
  color:var(--muted);
  font-weight:750;
  line-height:1.55;
  font-size:17px;
}

.prelaunch-profile-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.prelaunch-profile-pills span{
  background:#f3f7ff;
  border:1px solid var(--border);
  color:var(--text);
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:950;
}

.prelaunch-auth-card{
  padding:18px;
  align-self:center;
}

.prelaunch-auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#f3f7ff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:5px;
  margin-bottom:16px;
}

.prelaunch-auth-tab{
  min-height:48px;
  border:0;
  background:transparent;
  border-radius:14px;
  color:var(--muted);
  cursor:pointer;
  font-weight:1000;
  font-size:15px;
}

.prelaunch-auth-tab.is-active{
  background:var(--pop1);
  color:#fff;
  box-shadow:0 10px 20px rgba(21,131,255,.20);
}

.prelaunch-auth-form{
  display:grid;
  gap:13px;
}

.prelaunch-auth-form label{
  display:grid;
  gap:7px;
  color:var(--muted);
  font-size:13px;
  font-weight:950;
}

.prelaunch-auth-form input{
  width:100%;
  min-height:54px;
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  color:var(--text);
  padding:0 15px;
  outline:none;
  font-size:16px;
  font-weight:850;
}

.prelaunch-auth-form input::placeholder{color:#8a98a8;}

.prelaunch-auth-form input:focus{
  border-color:var(--pop1);
  box-shadow:0 0 0 4px rgba(21,131,255,.11);
}

.prelaunch-submit,
.prelaunch-google,
.prelaunch-signed-actions a,
.prelaunch-signed-actions button{
  min-height:54px;
  border-radius:16px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  text-decoration:none;
  font-size:15px;
  font-weight:1000;
}

.prelaunch-submit{
  margin-top:3px;
  border:0;
  background:var(--pop1);
  color:#fff;
  box-shadow:0 10px 20px rgba(21,131,255,.18);
}

.prelaunch-google{
  background:#fff;
  color:var(--text);
  border:1px solid var(--border);
}

.prelaunch-submit:hover,
.prelaunch-google:hover,
.prelaunch-signed-actions a:hover,
.prelaunch-signed-actions button:hover{transform:translateY(-1px);}

.prelaunch-submit:disabled,
.prelaunch-google:disabled{opacity:.65; cursor:wait; transform:none;}

.prelaunch-form-message{
  min-height:20px;
  margin:0;
  color:var(--muted);
  font-weight:850;
  font-size:13px;
}

.prelaunch-form-message.ok{color:#0b8a35;}
.prelaunch-form-message.err{color:#c62828;}

.prelaunch-signed-in{
  display:grid;
  gap:8px;
  text-align:center;
  padding:18px 8px 8px;
}

.prelaunch-signed-in strong{font-size:22px; color:var(--text);}
.prelaunch-signed-in span{color:var(--muted); font-weight:800;}

.prelaunch-signed-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}

.prelaunch-signed-actions a{
  background:var(--pop1);
  color:#fff;
  border:1px solid transparent;
}

.prelaunch-signed-actions button{
  background:#fff;
  color:var(--text);
  border:1px solid var(--border);
}

@media (max-width:980px){
  .prelaunch-profile-wrap{grid-template-columns:1fr;}
  .prelaunch-profile-copy{min-height:0;}
  .prelaunch-auth-card{align-self:auto;}
}

@media (max-width:720px){
  .prelaunch-nav-title{display:none;}
  .prelaunch-top-nav a{font-size:12px;}
  .prelaunch-profile-section{padding:18px 12px 46px;}
  .prelaunch-profile-copy{padding:22px; border-radius:22px;}
  .prelaunch-auth-card{border-radius:22px;}
  .prelaunch-patent-badge{top:12px; left:12px; font-size:10px; padding:7px 10px;}
  .prelaunch-signed-actions{grid-template-columns:1fr;}
}

/* Accurate TShirtTube profile preview for the profile slide. Mirrors /profile/ layout instead of the old generic card. */
.prelaunch-profile-preview{
  width:min(100%, 720px);
  margin:0 auto;
  padding:10px;
  border-radius:24px;
  background:
    radial-gradient(circle at top left, rgba(74,183,255,.14), transparent 32%),
    radial-gradient(circle at top right, rgba(255,119,207,.12), transparent 28%),
    linear-gradient(180deg,#071321 0%,#0a1730 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 80px rgba(0,0,0,.34);
  color:#f5f8ff;
  overflow:hidden;
}

.prelaunch-profile-preview-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  margin-bottom:10px;
  border-radius:18px;
  background:rgba(6,14,28,.86);
  border:1px solid rgba(255,255,255,.12);
}

.prelaunch-profile-preview-brand,
.prelaunch-profile-preview-nav{
  display:flex;
  align-items:center;
  gap:8px;
}

.prelaunch-profile-preview-brand img{
  width:30px;
  height:30px;
  border-radius:10px;
  background:#fff;
  object-fit:contain;
}

.prelaunch-profile-preview-brand strong{
  font-size:13px;
  font-weight:1000;
}

.prelaunch-profile-preview-brand span,
.prelaunch-profile-preview-nav span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(245,248,255,.82);
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.prelaunch-profile-preview-hero{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(18,36,62,.96),rgba(5,12,24,.96));
  padding:22px;
}

.prelaunch-profile-preview-backdrop{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(74,183,255,.22), rgba(107,229,255,.08) 30%, rgba(255,119,207,.08) 70%, rgba(255,211,90,.08)),
    url('/home/assets/profile-flex-duprix-camo.jpg') center/cover no-repeat;
  opacity:.46;
  filter:blur(1px);
}

.prelaunch-profile-preview-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(3,8,17,.15), rgba(3,8,17,.55) 58%, rgba(3,8,17,.92) 100%),
    linear-gradient(90deg, rgba(3,8,17,.55), rgba(3,8,17,.1) 46%, rgba(3,8,17,.55));
}

.prelaunch-profile-preview-identity,
.prelaunch-profile-preview-stats,
.prelaunch-profile-preview-xp{
  position:relative;
  z-index:1;
}

.prelaunch-profile-preview-identity{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
}

.prelaunch-profile-preview-avatar{
  width:78px;
  height:78px;
  padding:3px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(74,183,255,.75),rgba(255,119,207,.72));
  box-shadow:0 16px 34px rgba(0,0,0,.34);
}

.prelaunch-profile-preview-avatar img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
  border-radius:18px;
  display:block;
}

.prelaunch-profile-preview-chiprow,
.prelaunch-profile-preview-socials{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}

.prelaunch-profile-preview-chiprow span,
.prelaunch-profile-preview-socials span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  color:rgba(245,248,255,.82);
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.prelaunch-profile-preview-chiprow span:nth-child(2){
  background:rgba(255,211,90,.14);
  color:#fff3c4;
}

.prelaunch-profile-preview-copy h3{
  margin:7px 0 2px;
  color:#f5f8ff;
  font-size:clamp(26px,4vw,42px);
  line-height:.96;
  letter-spacing:-.05em;
  font-weight:1000;
}

.prelaunch-profile-preview-copy p{
  margin:0 0 8px;
  color:#6be5ff;
  font-size:13px;
  font-weight:900;
}

.prelaunch-profile-preview-socials span{
  min-height:22px;
  font-size:10px;
  text-transform:none;
  letter-spacing:0;
}

.prelaunch-profile-preview-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.prelaunch-profile-preview-actions div{
  min-width:72px;
  padding:10px 8px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  text-align:center;
}

.prelaunch-profile-preview-actions strong{
  display:block;
  font-size:18px;
  line-height:1;
}

.prelaunch-profile-preview-actions small{
  display:block;
  margin-top:4px;
  color:rgba(245,248,255,.62);
  font-size:9px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.prelaunch-profile-preview-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}

.prelaunch-profile-preview-stats div,
.prelaunch-profile-preview-xp{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(8,18,33,.82);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.prelaunch-profile-preview-stats div{
  border-radius:18px;
  padding:13px;
}

.prelaunch-profile-preview-stats span{
  display:block;
  color:rgba(245,248,255,.58);
  font-size:9px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.prelaunch-profile-preview-stats strong{
  display:block;
  margin-top:7px;
  color:#f5f8ff;
  font-size:22px;
  font-weight:1000;
  letter-spacing:-.04em;
}

.prelaunch-profile-preview-xp{
  margin-top:12px;
  padding:12px;
  border-radius:18px;
}

.prelaunch-profile-preview-xp > div:first-child{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#f5f8ff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.prelaunch-profile-preview-xp > div:first-child span{color:#6be5ff;}
.prelaunch-profile-preview-xp > div:first-child strong{color:#ffd35a;}

.prelaunch-profile-preview-xpbar{
  height:10px;
  overflow:hidden;
  margin-top:10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);
}

.prelaunch-profile-preview-xpbar i{
  display:block;
  width:84%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#4ab7ff,#6be5ff,#fff08a,#ffd35a);
}

.prelaunch-profile-preview-xp p{
  margin:7px 0 0;
  color:rgba(245,248,255,.58);
  font-size:10px;
  font-weight:850;
}

.prelaunch-profile-preview-closet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 8px 10px;
}

.prelaunch-profile-preview-closet-head span{
  display:block;
  color:#6be5ff;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.prelaunch-profile-preview-closet-head strong{
  display:block;
  margin-top:3px;
  color:#f5f8ff;
  font-size:20px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.035em;
}

.prelaunch-profile-preview-closet-head em{
  flex:none;
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:rgba(245,248,255,.78);
  font-style:normal;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}

.prelaunch-profile-preview-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.prelaunch-profile-preview-grid article{
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}

.prelaunch-profile-preview-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  background:#fff;
}

.prelaunch-profile-preview-grid article span,
.prelaunch-profile-preview-grid article strong,
.prelaunch-profile-preview-grid article small{
  display:block;
  margin-left:12px;
  margin-right:12px;
}

.prelaunch-profile-preview-grid article span{
  margin-top:10px;
  color:#6be5ff;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.14em;
}

.prelaunch-profile-preview-grid article strong{
  margin-top:5px;
  min-height:38px;
  color:#f5f8ff;
  font-size:13px;
  line-height:1.08;
  font-weight:1000;
}

.prelaunch-profile-preview-grid article small{
  margin-top:8px;
  margin-bottom:12px;
  color:rgba(245,248,255,.58);
  font-size:11px;
  font-weight:850;
}

@media (max-width:900px){
  .prelaunch-profile-preview{width:100%;}
  .prelaunch-profile-preview-identity{grid-template-columns:auto minmax(0,1fr);}
  .prelaunch-profile-preview-actions{grid-column:1 / -1; grid-template-columns:1fr 1fr;}
}

@media (max-width:560px){
  .prelaunch-profile-preview-topbar{align-items:flex-start; flex-direction:column;}
  .prelaunch-profile-preview-hero{padding:16px;}
  .prelaunch-profile-preview-avatar{width:64px;height:64px;border-radius:18px;}
  .prelaunch-profile-preview-avatar img{border-radius:15px;}
  .prelaunch-profile-preview-stats{grid-template-columns:repeat(2,minmax(0,1fr));}
  .prelaunch-profile-preview-grid{grid-template-columns:1fr;}
}

/* ===== Investor Inquiry Section ===== */
.prelaunch-investor-section{
  padding:18px 14px 72px;
  background:linear-gradient(180deg,#eef6ff 0%,#f8fbff 100%);
}

.prelaunch-investor-wrap{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  gap:18px;
  align-items:stretch;
}

.prelaunch-investor-copy,
.prelaunch-investor-form{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:var(--shadow);
}

.prelaunch-investor-copy{
  position:relative;
  overflow:hidden;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.prelaunch-investor-copy:before,
.prelaunch-investor-copy:after{
  content:"";
  position:absolute;
  width:410px;
  height:410px;
  border-radius:999px;
  filter:blur(78px);
  opacity:.28;
  pointer-events:none;
}

.prelaunch-investor-copy:before{background:#8bd4ff; right:-190px; top:-205px;}
.prelaunch-investor-copy:after{background:#ffd35a; left:-180px; bottom:-230px;}
.prelaunch-investor-copy > *{position:relative; z-index:1;}

.prelaunch-investor-kicker{
  display:inline-flex;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--text);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  box-shadow:0 8px 18px rgba(10,28,60,.06);
}

.prelaunch-investor-copy h2{
  margin:16px 0 12px;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:1000;
  color:var(--text);
}

.prelaunch-investor-copy p{
  margin:0 0 12px;
  max-width:740px;
  color:var(--muted);
  font-weight:750;
  line-height:1.55;
  font-size:16px;
}

.prelaunch-investor-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.prelaunch-investor-points span{
  background:#f3f7ff;
  border:1px solid var(--border);
  color:var(--text);
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:950;
}

.prelaunch-investor-disclaimer{
  margin-top:18px !important;
  font-size:12px !important;
  color:#66758a !important;
  font-weight:800 !important;
}

.prelaunch-investor-form{
  padding:18px;
  display:grid;
  gap:13px;
  align-self:center;
}

.prelaunch-investor-form-head{
  display:grid;
  gap:4px;
  padding:16px;
  border-radius:18px;
  background:#f3f7ff;
  border:1px solid var(--border);
}

.prelaunch-investor-form-head strong{
  color:var(--text);
  font-size:22px;
  font-weight:1000;
  letter-spacing:-.02em;
}

.prelaunch-investor-form-head span{
  color:var(--muted);
  font-size:13px;
  font-weight:850;
  line-height:1.35;
}

.prelaunch-investor-form label{
  display:grid;
  gap:7px;
  color:var(--muted);
  font-size:13px;
  font-weight:950;
}

.prelaunch-investor-form input,
.prelaunch-investor-form select,
.prelaunch-investor-form textarea{
  width:100%;
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  color:var(--text);
  padding:0 15px;
  outline:none;
  font-size:15px;
  font-weight:850;
  font-family:inherit;
}

.prelaunch-investor-form input,
.prelaunch-investor-form select{min-height:54px;}
.prelaunch-investor-form textarea{min-height:118px; padding-top:14px; resize:vertical;}

.prelaunch-investor-form input:focus,
.prelaunch-investor-form select:focus,
.prelaunch-investor-form textarea:focus{
  border-color:var(--pop1);
  box-shadow:0 0 0 4px rgba(21,131,255,.11);
}

.prelaunch-investor-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.prelaunch-investor-submit{
  min-height:54px;
  border:0;
  border-radius:16px;
  background:var(--pop1);
  color:#fff;
  box-shadow:0 10px 20px rgba(21,131,255,.18);
  cursor:pointer;
  font-size:15px;
  font-weight:1000;
}

.prelaunch-investor-submit:hover{transform:translateY(-1px);}
.prelaunch-investor-submit:disabled{opacity:.65; cursor:wait; transform:none;}

.prelaunch-investor-status{
  min-height:20px;
  margin:0;
  color:var(--muted);
  font-weight:850;
  font-size:13px;
}

.prelaunch-investor-status.is-success{color:#0b8a35;}
.prelaunch-investor-status.is-error{color:#c62828;}

@media (max-width:980px){
  .prelaunch-investor-wrap{grid-template-columns:1fr;}
  .prelaunch-investor-form{align-self:auto;}
}

@media (max-width:720px){
  .prelaunch-investor-section{padding:12px 12px 48px;}
  .prelaunch-investor-copy,
  .prelaunch-investor-form{border-radius:22px;}
  .prelaunch-investor-copy{padding:22px;}
  .prelaunch-investor-form-grid{grid-template-columns:1fr;}
}


/* Final prelaunch fixes: use real profile image and keep slide actions inside /prelaunch. */
.prelaunch-profile-preview-avatar img{
  object-fit:cover !important;
  object-position:center top;
}
.prelaunch-profile-preview-actions div{min-width:86px;}
.prelaunch-profile-preview-actions strong{font-size:20px;}
.prelaunch-top-nav a[href="#top"],
.prelaunch-top-nav a[href="#investors"]{
  background:#fff;
  border:1px solid var(--border);
  color:var(--text);
  border-radius:999px;
  padding:9px 12px;
  opacity:1;
}
