.hmt-orientation-guard{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.hmt-orientation-guard.show{
  display:flex;
}

.hmt-orientation-card{
  width:min(400px,92vw);
  border-radius:22px;
  padding:18px;
  text-align:center;
  color:#f8fbff;
  background:
    radial-gradient(circle at top left,rgba(41,242,212,.22),transparent 38%),
    radial-gradient(circle at bottom right,rgba(255,60,155,.18),transparent 42%),
    linear-gradient(180deg,#15142d,#070711);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 30px 90px rgba(0,0,0,.65);
  font-family:"Space Grotesk",system-ui,sans-serif;
}

.hmt-orientation-icon{
  font-size:2.2rem;
  margin-bottom:12px;
}

.hmt-orientation-card h2{
  font-size:clamp(1.1rem,3.2vw,1.7rem);
  margin:0 0 6px;
  font-weight:800;
}

.hmt-orientation-card p{
  color:rgba(248,251,255,.78);
  line-height:1.35;
  margin:0 0 12px;
  font-weight:600;
}

.hmt-orientation-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.hmt-orientation-actions button{
  border:none;
  border-radius:12px;
  padding:10px 14px;
  font-weight:800;
  cursor:pointer;
  font-family:inherit;
}

.hmt-portrait-btn{
  color:#12071f;
  background:linear-gradient(135deg,#29f2d4,#7c5cff);
}

.hmt-landscape-btn{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.2) !important;
}
