*{box-sizing:border-box}

html,body{
  margin:0;
  min-height:100%;
}

.hc-native-discover-v3{
  min-height:100dvh;
  background:#0b0713;
  color:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
/* Full-bleed dark coverage for the embedded Invites screen (no white gaps) */
#invites.hc-native-discover-v3{
  min-height:100dvh !important;
  padding-bottom:0 !important;
  width:100% !important;
}

.di-shell{
  width:min(100%,560px);
  min-height:100dvh;
  margin:0 auto;
  padding:calc(18px + env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom));
}

.di-header{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:22px;
}

.di-header h1{
  margin:0;
  font-size:28px;
}

.di-header p{
  margin:4px 0 0;
  color:#aaa1b6;
  font-size:12px;
}

.di-back{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
  background:#21132f;
  color:#fff;
  font-size:28px;
}

.di-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.di-card{
  background:#1d1228;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  overflow:hidden;
}

.di-card-body{
  padding:16px;
}

.di-kicker{
  color:#c995ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.9px;
  text-transform:uppercase;
}

.di-card h2{
  margin:8px 0 6px;
  font-size:18px;
  line-height:1.25;
}

.di-from{
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.di-meta{
  margin-top:7px;
  color:#aaa1b6;
  font-size:12px;
}

.di-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:15px;
}

.di-actions button,
.di-actions a{
  border:0;
  border-radius:999px;
  padding:11px 10px;
  text-align:center;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
}

.di-accept{
  background:linear-gradient(135deg,#8d50ff,#ff3d78);
  color:#fff;
}

.di-decline{
  background:#2b1b39;
  color:#fff;
}

.di-view{
  background:#fff;
  color:#130b1b;
}

.di-message{
  background:#332044;
  color:#fff;
}

.di-status{
  margin-top:14px;
  padding:9px 11px;
  border-radius:12px;
  font-size:11px;
  font-weight:850;
}

.di-status.accepted{
  background:rgba(46,204,140,.14);
  color:#65e0ad;
}

.di-status.declined{
  background:rgba(255,72,106,.12);
  color:#ff8097;
}

.di-loading,
.di-empty{
  min-height:60vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#aaa1b6;
  padding:30px;
}
