/* KelvinKMS — World of ClaudeCraft cursor helpers (inline PHP rules own the cursor URLs). */

/* 1. 基礎樣式 */
/* Cursor artwork is applied by PHP/kms_woc_cursor_boot.php with absolute URLs. */

/* 2. 布局樣式 */
/* Intentionally empty — keeps the file for versioning and future overlay hooks. */

/* 3. 交互樣式 */
/* Intentionally empty */

/* 4. 響應式樣式 */
@media (max-width: 768px) {
  html.kms-woc-cursor-active,
  html.kms-woc-cursor-active body,
  html.kms-woc-cursor-active * {
    cursor: auto !important;
  }
}
