.deovr-wrap { max-width: 100%; position: relative; font-family: Arial, sans-serif; }
.deovr-canvas-wrap { position: relative; background: #000; display:flex; align-items:center; justify-content:center; }
.deovr-canvas { width:100%; height:auto; display:block; max-width:1920px; }
.deovr-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; pointer-events:none; }
.deovr-play { pointer-events:auto; padding:12px 20px; font-size:16px; border-radius:6px; border:none; background:#1e88e5; color:#fff; cursor:pointer; opacity:0.95; }
.deovr-message { position:absolute; bottom:14px; left:14px; color:#fff; background:rgba(0,0,0,0.5); padding:6px 10px; border-radius:4px; font-size:13px; display:none; }
.deovr-controls { margin-top:8px; display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.deovr-controls label { color:#222; font-size:14px; }
.deovr-enter-vr { padding:8px 12px; border-radius:6px; background:#2e7d32; color:#fff; border:none; cursor:pointer; }
