body, #page_wrapper {
  background-color: #05052b !important;
  background-image:
    radial-gradient(ellipse 70% 50% at 15% -10%, rgba(115,101,224,0.28), transparent 55%),
    radial-gradient(ellipse 60% 45% at 95% 0%, rgba(99,80,200,0.18), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(115,101,224,0.12), transparent 45%),
    linear-gradient(175deg, #0c0a42 0%, #05052b 65%) !important;
  background-attachment: fixed !important;
  background-size: 200% 200%, 200% 200%, 100% 100%, 100% 100% !important;
  animation: auroraDrift 26s ease-in-out infinite alternate;
}
@keyframes auroraDrift {
  0%   { background-position: 0% 0%, 100% 0%, 0 0, 0 0; }
  100% { background-position: 35% 12%, 65% 6%, 0 0, 0 0; }
}

#page_wrapper::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 22px 22px;
}

#inner_wrapper { backdrop-filter: none !important; }

#information-widgets {
  border-bottom: 1px solid rgba(115,101,224,0.20) !important;
  padding-bottom: 1.25rem !important;
}
.information-widget-greeting span {
  font-size: 2rem !important;
  font-weight: 700 !important;
  background: linear-gradient(95deg,#ffffff 0%, #c3bbff 55%, #7365e0 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
.information-widget-datetime span {
  color: #c3bdde !important;
  font-weight: 500 !important;
  background: rgba(115,101,224,0.10);
  border: 1px solid rgba(115,101,224,0.20);
  padding: 6px 14px; border-radius: 999px;
  font-size: 0.92rem !important;
}

.service-group-name {
  position: relative;
  color: #b1a4ff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16em !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding-left: 14px !important;
}
.service-group-name::before {
  content: ""; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 15px; border-radius: 2px;
  background: linear-gradient(180deg,#7365e0,#a99cff);
}

.service-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02)) !important;
  border: 1px solid rgba(115,101,224,0.16) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 6px 24px -12px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.service-card::after {
  content: ""; position: absolute; inset: 0; border-radius: 16px; pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(115,101,224,0.18), transparent 70%);
  opacity: 0; transition: opacity .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(115,101,224,0.6) !important;
  box-shadow: 0 16px 38px -14px rgba(115,101,224,0.5), inset 0 1px 0 rgba(255,255,255,0.1);
}
.service-card:hover::after { opacity: 1; }

.service-icon {
  border-radius: 12px;
  background: rgba(115,101,224,0.10);
  margin: 4px 0 4px 4px; padding: 6px;
  transition: background .2s ease;
}
.service-icon img {
  filter: drop-shadow(0 2px 8px rgba(115,101,224,0.4));
  transition: transform .2s ease;
}
.service-card:hover .service-icon { background: rgba(115,101,224,0.2); }
.service-card:hover .service-icon img { transform: scale(1.1); }

.service-name { color: #f0eefb !important; font-weight: 600 !important; }
.service-description { color: #8c87ad !important; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(115,101,224,0.3); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(115,101,224,0.5); }
::selection { background: rgba(115,101,224,0.4); color: #fff; }
#revalidate svg { color: rgba(179,168,255,0.6) !important; }
