:root{
  color-scheme:dark;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  --red:#e11d2e;
  --red2:#ff4054;
  --panel:#111114;
  --line:#29292f;
  --muted:#9797a2;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#070708;color:#f7f7f8}
body{
  min-height:100vh;
  background:
    radial-gradient(circle at 82% 10%,rgba(225,29,46,.15),transparent 34rem),
    radial-gradient(circle at 16% 78%,rgba(225,29,46,.07),transparent 28rem),
    #070708;
}
.alphaShell{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.alphaHeader{
  min-height:205px;
  display:grid;
  place-items:center;
  padding:18px 24px 10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.alphaLogo{
  display:block;
  width:min(920px,88vw);
  height:auto;
  filter:
    drop-shadow(0 14px 34px rgba(0,0,0,.72))
    drop-shadow(0 0 20px rgba(225,29,46,.16));
}
.alphaMain{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(300px,520px) minmax(320px,1fr);
  gap:56px;
  align-items:center;
  flex:1;
  padding:42px 0 58px;
}
.alphaArtwork{
  display:grid;
  place-items:center;
}
.alphaArtwork img{
  width:min(500px,100%);
  aspect-ratio:1;
  object-fit:cover;
  border-radius:50%;
  border:1px solid rgba(255,55,76,.32);
  box-shadow:
    0 32px 80px rgba(0,0,0,.5),
    0 0 44px rgba(225,29,46,.13);
}
.alphaPanel{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-top:2px solid var(--red);
  background:linear-gradient(150deg,rgba(19,19,23,.98),rgba(10,10,12,.98));
  padding:38px;
  box-shadow:0 28px 80px rgba(0,0,0,.42);
}
.alphaPanel:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(225,29,46,.11);
  filter:blur(42px);
  top:-120px;
  right:-90px;
  pointer-events:none;
}
.alphaEyebrow{
  position:relative;
  z-index:1;
  margin:0 0 14px;
  color:#ff5264;
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.alphaPanel h1{
  position:relative;
  z-index:1;
  margin:0;
  font-size:clamp(38px,5vw,66px);
  line-height:.95;
  letter-spacing:-.05em;
}
.alphaPanel h1 span{color:#909099}
.alphaLead{
  position:relative;
  z-index:1;
  max-width:620px;
  margin:22px 0 28px;
  color:#b0b0ba;
  font-size:16px;
  line-height:1.7;
}
.alphaForm{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
}
.alphaForm label{
  color:#d8d8de;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.alphaInputRow{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
}
.alphaForm input{
  min-width:0;
  height:52px;
  border:1px solid #36363d;
  border-radius:4px;
  background:#0b0b0e;
  color:#fff;
  padding:0 16px;
  font:600 15px Inter,"Segoe UI",sans-serif;
  outline:none;
}
.alphaForm input:focus{
  border-color:#ff4054;
  box-shadow:0 0 0 3px rgba(225,29,46,.12);
}
.alphaForm button{
  height:52px;
  padding:0 22px;
  border:1px solid #ff4054;
  border-radius:4px;
  background:linear-gradient(145deg,#e11d2e,#99101f);
  color:white;
  font:900 12px "Segoe UI",Inter,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(225,29,46,.18);
}
.alphaForm button:hover{filter:brightness(1.09)}
.alphaError{
  position:relative;
  z-index:1;
  margin:0 0 16px;
  padding:11px 13px;
  border:1px solid rgba(255,64,84,.55);
  background:rgba(225,29,46,.10);
  color:#ff8895;
  font-size:12px;
}
.alphaMicro{
  position:relative;
  z-index:1;
  margin:17px 0 0;
  color:#72727c;
  font-size:11px;
  line-height:1.6;
}
.alphaFooter{
  border-top:1px solid rgba(255,255,255,.06);
  padding:18px;
  text-align:center;
  color:#666670;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
@media(max-width:860px){
  .alphaHeader{min-height:165px}
  .alphaLogo{width:min(800px,96vw)}
  .alphaMain{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:30px;
  }
  .alphaArtwork img{width:min(420px,88vw)}
}
@media(max-width:560px){
  .alphaHeader{min-height:138px;padding-inline:10px}
  .alphaMain{width:min(100% - 22px,1180px);padding-block:22px 36px}
  .alphaPanel{padding:26px 20px}
  .alphaInputRow{grid-template-columns:1fr}
  .alphaForm button{width:100%}
}
/* LIMBLAB_ALPHA_ARTWORK_V13_START */
/* Preserve the complete construction artwork. Never force a circular crop. */
.alphaArtwork{
  display:grid !important;
  place-items:center !important;
  overflow:visible !important;
}

.alphaArtwork img{
  display:block !important;
  width:min(600px,100%) !important;
  max-width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:0 !important;
  clip-path:none !important;
  overflow:visible !important;
  border:0 !important;
  box-shadow:
    0 30px 78px rgba(0,0,0,.48),
    0 0 44px rgba(225,29,46,.12) !important;
}
/* LIMBLAB_ALPHA_ARTWORK_V13_END */
