
.theta-portal{
  max-width:1180px;
  margin:40px auto;
  padding:0 20px 80px;
  color:#fff;
}
.theta-portal *{box-sizing:border-box}
.theta-portal-hero,
.theta-portal-login{
  border:1px solid rgba(255,255,255,.09);
  border-radius:30px;
  padding:34px;
  background:
    radial-gradient(circle at 18% 0%,rgba(168,85,247,.20),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:0 28px 90px rgba(0,0,0,.35);
}
.theta-portal-hero span{
  color:#d8b4fe;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:950;
}
.theta-portal h1{
  margin:12px 0 10px;
  font-size:clamp(44px,6vw,84px);
  line-height:.9;
  letter-spacing:-.07em;
}
.theta-portal h2{
  margin:0 0 18px;
  font-size:22px;
}
.theta-portal p{color:rgba(235,238,255,.68)}
.theta-portal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}
.theta-portal-grid article{
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:22px;
  background:rgba(255,255,255,.035);
}
.theta-portal-form{
  display:grid;
  gap:10px;
}
.theta-portal-form label{
  color:rgba(235,238,255,.58);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:950;
}
.theta-portal-form input,
.theta-portal-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:12px 13px;
  background:rgba(0,0,0,.25);
  color:#fff;
}
.theta-portal-form button,
.theta-portal-login input[type=submit]{
  height:44px;
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#b75cff,#7c3aed);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 0 26px rgba(168,85,247,.28);
}
.theta-portal-list{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}
.theta-portal-list div{
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
  padding:12px;
  background:rgba(255,255,255,.035);
}
.theta-portal-list strong{display:block}
.theta-portal-list small{
  display:block;
  margin-top:4px;
  color:rgba(235,238,255,.50);
}
.theta-portal-muted{color:rgba(235,238,255,.50)}
.theta-portal-notice{
  margin:18px 0;
  border:1px solid rgba(168,85,247,.25);
  border-radius:18px;
  padding:14px;
  background:rgba(168,85,247,.13);
}
@media(max-width:800px){
  .theta-portal-grid{grid-template-columns:1fr}
}
