/* チケット／ホロカード — holo-card-properties.css
   @property は HTML 内 <style> だと Cursor / VS Code の色分け・スニペットを壊すため外部化 */
@property --mx {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 50%;
}
@property --my {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 50%;
}
@property --rx {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
@property --ry {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
