/**
 * someshineAI / 壹元网络科技 — 内容保护层
 * © 壹元网络科技有限公司 · https://someshineai.com
 * Unauthorized reproduction prohibited.
 */
@import url("/css/site-mobile.css?v=20260718a");

html, body {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

input,
textarea,
select,
[contenteditable="true"],
[contenteditable=""],
.ssai-allow-select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
}

img, a, video, canvas, svg {
  -webkit-user-drag: none !important;
  user-drag: none;
}

@media print {
  body * {
    visibility: hidden !important;
  }
  body::after {
    content: "壹元网络科技有限公司 · someshineAI · 禁止打印转载";
    visibility: visible !important;
    position: fixed;
    inset: 40% 10% auto;
    text-align: center;
    font-size: 18px;
    color: #000;
  }
}
