/* Sun-Panel-Helper CSS */
/* 此文件由系统自动管理，请勿手动修改 */
/* 警告：手动修改可能导致样式冲突或程序异常 */
/* 上次更新：5/19/2025, 9:31:30 AM */

/* Sun-Panel-Helper CSS Start: xiantiao */
/* 背景线条样式 BY 香水 [二群大佬提供] */

/* 伪元素创建背景线条样式 */
.w-full .font-semibold:before {
  content: "";
  position: absolute;
  width: 93px;
  height: 93px;
  border-radius: 60%;
  background: rgba(223, 114, 114, 0.18);
  box-shadow: -8px 21px 0 rgba(233, 231, 160, 0.19);
  z-index: -1;
  right: -27px;
  top: -35px;
  pointer-events: none;
}

/* 伪元素创建另一种背景线条样式 */
.w-full .font-semibold:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(235, 236, 227, 0.26);
  border-radius: 70%;
  z-index: -1;
  top: -19px;
  right: 48px;
  pointer-events: none;
}

/* 设置图标信息框的圆角样式 */
.icon-info-box .rounded-2xl {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/* Sun-Panel-Helper CSS End: xiantiao */

/* Sun-Panel-Helper CSS Start: mouse-cursor */
body {
  cursor: url(https://img.hi-linux.com/staticfile/P1i7yA-2024-04-26-hZZjUZ.png) 0 0, default !important;
}

.cursor-pointer,
a:hover,
button:hover,
.clickable:hover {
  cursor: url(https://img.hi-linux.com/staticfile/hVX0Sf-2024-04-26-INwMSQ.png) 0 0, pointer !important;
}
/* Sun-Panel-Helper CSS End: mouse-cursor */

/* Sun-Panel-Helper CSS Start: card-hover */
.icon-info-box .rounded-2xl {
  --scale-size: 1.09;
  --shake-degree: 4deg;
  --shake-speed: 0.5s;
  --scale-delay: 0.3s;
}
/* 鼠标悬停动画 */
.icon-info-box .rounded-2xl {
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.icon-info-box .rounded-2xl:hover {
  transform: scale(var(--scale-size, 1));
}

.icon-info-box .rounded-2xl:hover {
  animation: info-shake-bounce var(--shake-speed, 0.5s) var(--scale-delay, 0s) ease-in-out forwards;
}

@keyframes info-shake-bounce {
  0%, 100% {
    transform: scale(var(--scale-size, 1)) rotate(0);
  }
  25% {
    transform: scale(var(--scale-size, 1)) rotate(var(--shake-degree, 15deg));
  }
  50% {
    transform: scale(var(--scale-size, 1)) rotate(calc(var(--shake-degree, 15deg) * -1));
  }
  75% {
    transform: scale(var(--scale-size, 1)) rotate(calc(var(--shake-degree, 15deg) * 0.25));
  }
  85% {
    transform: scale(var(--scale-size, 1)) rotate(calc(var(--shake-degree, 15deg) * -0.25));
  }
}

/* 小图标的动画保持不变 */
.icon-small-box .rounded-2xl:hover {
  -webkit-animation: small-shake-bounce .5s alternate !important;
  -moz-animation: small-shake-bounce .5s alternate !important;
  -o-animation: small-shake-bounce .5s alternate !important;
  animation: small-shake-bounce .5s alternate !important;
}

@keyframes small-shake-bounce {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(5deg);
  }
}
/* Sun-Panel-Helper CSS End: card-hover */

/* 全局 */
* {
    font-family: "BaiBaiPangPang-WuDiKeAi-2";
}

/* 字体 */
@font-face {
    font-family: "BaiBaiPangPang-WuDiKeAi-2";
    src: url("../custom/BaiBaiPangPang-WuDiKeAi-2.woff");
}

/* 右上角设置 */
.fixed-element{
    background: linear-gradient(145deg, #FFF0F5 0%, #FFE0F0 60%, #FFD1E8 100%);
    border: 1px solid rgba(255, 166, 201, 0.9);
    box-shadow: 0 2px 10px rgba(255, 166, 201, 0.2);
}

/* 文字阴影 */
.text-shadow {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08) !important; 
}

/* 登录页LOGO */
.login-title {
    background: linear-gradient(145deg, #FF9EB7 10%, #FF7BA4 60%, #FF5C92 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 5px rgba(255, 166, 201, 0.25);
}

/* 登录框背景 */
.login-card {
    background: linear-gradient(145deg, #FFF9FB 0%, #FFEEF5 60%, #FFE0ED 100%)!important;
    border-color: rgba(255, 166, 201, 0.9)!important;
}

/* 搜索框 */
.search-container input[data-v-39e2293b=""]::placeholder {
    color: rgba(255, 130, 171, 0.9)!important;
}

/* 系统状态图标 */
.svg-icon {
    color: #FFA8C8 !important;
    filter: drop-shadow(0 2px 3px rgba(255, 185, 210, 0.15));
}

/* 系统状态文字 */
.text-xs {
    color: rgba(255, 160, 190, 0.95)!important;
}

/* 进度条 */
.n-progress-graph-line-fill {
    background-color: #FFA8C8 !important;
}

.n-progress-graph-line {
    background-color: rgba(255, 180, 201, 0.6)!important;
}

/* 设置界面文字 */
.n-card-header, 
.ml-2, 
.n-button__content, 
.n-alert-body__content {
    background: linear-gradient(145deg, #FFB5D1 0%, #FFA8C8 60%, #FF95BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 3px rgba(255, 185, 210, 0.15);
}

/* 搜索框容器 */
.search-box .search-container {
    background: linear-gradient(145deg, #FFF9FB 0%, #FFEEF5 60%, #FFE0ED 100%)!important;
    border-color: rgba(255, 166, 201, 0.9)!important;
}

/* Logo和时间 */
.logo, 
.text-shadow {
    background: linear-gradient(145deg, #fab2ca 0%, #fa8eb6 60%, #FF95BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 分割线 */
.text-white {
    color: rgba(255, 150, 180, 0.98)!important;
}

/* 卡片图标 */
.n-avatar {
    color: #FFA8C8 !important;
    filter: drop-shadow(0 2px 3px rgba(255, 185, 210, 0.15));
}

/* 卡片文字 */
.w-full .font-semibold {
    background: linear-gradient(145deg, #FFC0D5 0%, #FFA8C8 60%, #FF95BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 卡片背景 */
.icon-info-box .rounded-2xl {
    background: linear-gradient(145deg, #FFF9FB 0%, #FFEEF5 60%, #FFE0ED 100%);
    border: 1px solid rgba(255, 166, 201, 0.9);
    transition: all 0.3s ease;
}

/* 悬停动画 */
@keyframes glow-animation {
    100% {
        box-shadow: 0 0 18px 8px rgba(255, 180, 201, 0.3);
    }
}

.search-box .search-container:hover,
.icon-info-box .rounded-2xl:hover {
    animation: glow-animation 0.5s ease forwards;
    transform: translateY(-3px);
}

/* 按钮增强 */
.n-button:not(.n-button--text-type) {
    background: linear-gradient(145deg, #FFA5C0 0%, #FF8BB1 60%, #FF7BA4 100%) !important;
    border-color: #FF7BA4 !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* 卡片悬停效果 */
.icon-info-box .rounded-2xl:hover {
    box-shadow: 0 6px 16px rgba(255, 180, 201, 0.35);
}
