/*
Theme Name: AR WebXR V1
Theme URI: https://cybernoid.xyz
Description: WordPress AR interface theme using Three.js and WebXR plane/hit-test modules.
Version: 0.1.0
Author: Cybernoid
Text Domain: ar-webxr-v1
*/

:root {
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.ar-webxr-v1-theme {
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  background: #000;
  color: #e2e8f0;
}

#ar-root,
#ar-canvas {
  width: 100%;
  height: 100%;
}

#ar-canvas {
  display: block;
}

.ar-hud-panel {
  backdrop-filter: blur(10px);
  background: rgba(2, 6, 23, 0.68);
  border: 1px solid rgba(148, 163, 184, 0.3);
}
