/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

:root {
  --as-color-primary: #4ea8ff;
  --as-color-accent: #2fba6c;
  --as-color-secondary: #92d6ff;
  --as-color-dark: #142749;
  --as-color-text: #1f2d4f;
  --as-color-muted: rgba(31, 45, 79, 0.62);
  --as-surface-base: #f6f9ff;
  --as-surface-card: rgba(255, 255, 255, 0.92);
  --as-border-soft: rgba(78, 168, 255, 0.28);
  --as-radius-md: 20px;
  --as-radius-lg: 32px;
  --as-shadow-lg: 0 35px 70px rgba(20, 39, 73, 0.12);
  --as-blur: 18px;
}

body.theme-asiserver {
  font-family: "Poppins", "Inter", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 60%, #eef4ff 100%);
  color: var(--as-color-text);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body.theme-asiserver::before,
body.theme-asiserver::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -2;
  filter: blur(0);
}

body.theme-asiserver::before {
  inset: -38% -25% 45%;
  background: radial-gradient(circle at top, rgba(78, 168, 255, 0.22), transparent 68%);
}

body.theme-asiserver::after {
  inset: 55% -30% -35%;
  background: radial-gradient(circle at bottom right, rgba(47, 186, 108, 0.18), transparent 70%);
}

body.theme-asiserver h1,
body.theme-asiserver h2,
body.theme-asiserver h3,
body.theme-asiserver h4,
body.theme-asiserver h5 {
  color: var(--as-color-dark);
  letter-spacing: 0.01em;
}

body.theme-asiserver p {
  color: var(--as-color-muted);
}

body.theme-asiserver a {
  color: var(--as-color-primary);
}

body.theme-asiserver a:hover {
  color: var(--as-color-secondary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    color 0.2s ease, border-color 0.2s ease;
}

.btn--primary {
  background: linear-gradient(130deg, var(--as-color-primary), var(--as-color-accent));
  color: #fff;
  box-shadow: 0 18px 42px rgba(78, 168, 255, 0.28);
}

.btn--primary:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 24px 52px rgba(47, 186, 108, 0.28);
}

.btn--primary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(78, 168, 255, 0.28);
}

.btn--ghost {
  background: transparent;
  color: var(--as-color-text);
  border-color: rgba(78, 168, 255, 0.26);
}

.btn--ghost:hover {
  background: rgba(78, 168, 255, 0.12);
  color: var(--as-color-primary);
}

.btn--icon {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  justify-content: center;
}

.btn--cart {
  border-color: rgba(78, 168, 255, 0.24);
}

.as-topbar {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.96));
  color: var(--as-color-text);
  font-size: 13px;
  box-shadow: 0 18px 38px rgba(20, 39, 73, 0.08);
  border-bottom: 1px solid rgba(78, 168, 255, 0.18);
}

.as-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 32px;
  margin: 0 auto;
  width: min(1180px, 100%);
}

.as-topbar__tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-topbar__links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.as-topbar__links a {
  color: rgba(31, 45, 79, 0.7);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.as-topbar__links a:hover {
  color: var(--as-color-primary);
}

.as-topbar__links .choose-language {
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid rgba(78, 168, 255, 0.18);
  background: rgba(78, 168, 255, 0.1);
  color: var(--as-color-primary);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(248, 250, 255, 0.78);
  backdrop-filter: blur(calc(var(--as-blur) + 6px));
  border-bottom: 1px solid var(--as-border-soft);
  box-shadow: 0 25px 60px rgba(7, 22, 58, 0.18);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
}

.site-header__brand img,
.site-header__brand span {
  height: 38px;
  font-weight: 700;
  color: var(--as-color-dark);
  display: inline-flex;
  align-items: center;
}

.site-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(78, 168, 255, 0.26);
  background: #fff;
  justify-content: center;
  align-items: center;
}

.site-header__toggle span {
  width: 18px;
  height: 2px;
  background: var(--as-color-dark);
  border-radius: 999px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.site-nav--secondary {
  opacity: 0.76;
}

.site-nav li > a {
  font-weight: 500;
  color: var(--as-color-dark);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav li > a:hover,
.site-nav li.active > a {
  color: var(--as-color-primary);
  transform: translateY(-1px);
}

.site-nav li.active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--as-color-primary), var(--as-color-accent));
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__bell {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--as-color-dark);
  border: 1px solid rgba(78, 168, 255, 0.22);
  background: rgba(255, 255, 255, 0.75);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.site-header__bell:hover {
  box-shadow: 0 12px 28px rgba(78, 168, 255, 0.2);
  transform: translateY(-2px);
}

.site-header__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--as-color-primary);
  color: #fff;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(78, 168, 255, 0.45);
}

.hero-asiserver {
  position: relative;
  padding: 60px 0 40px;
  background: linear-gradient(180deg, rgba(8, 17, 42, 0.95), rgba(8, 17, 42, 0.8));
  color: #f4f8ff;
  overflow: hidden;
}

.hero-asiserver::before {
  content: "";
  position: absolute;
  inset: -60% -30% auto;
  height: 120%;
  background-image: radial-gradient(rgba(91, 201, 255, 0.35) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.4;
  pointer-events: none;
}

.hero-asiserver__inner {
  position: relative;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  z-index: 1;
}

.hero-asiserver__copy h1 {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1.08;
  margin: 12px 0 18px;
}

.hero-asiserver__copy h1 span {
  color: var(--as-color-accent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-asiserver__panel {
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--as-radius-lg);
  padding: 24px 28px;
  box-shadow: 0 28px 60px rgba(6, 16, 43, 0.25);
  backdrop-filter: blur(20px);
}

.as-dashboard {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.as-shell {
  display: flex;
  min-height: 100vh;
  background: transparent;
  position: relative;
}

.as-shell__main {
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: transparent;
}

.as-sidebar {
  width: 296px;
  min-width: 260px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 255, 0.98) 100%);
  color: var(--as-color-text);
  padding: 28px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 12px 0 45px rgba(20, 39, 73, 0.08);
  border-right: 1px solid rgba(78, 168, 255, 0.16);
  position: sticky;
  top: 0;
  height: 100vh;
  align-self: flex-start;
  z-index: 120;
  overflow-y: auto;
  transform: none;
  transition: transform 0.28s ease;
}

.as-sidebar__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.as-sidebar__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.as-sidebar__logo img,
.as-header__logo img {
  max-height: 32px;
}

.as-sidebar__logo span {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--as-color-primary);
}

.as-sidebar__close {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(78, 168, 255, 0.2);
  background: rgba(78, 168, 255, 0.12);
  color: var(--as-color-primary);
}

.as-sidebar__account {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  border-radius: var(--as-radius-md);
  background: rgba(78, 168, 255, 0.08);
  border: 1px solid rgba(78, 168, 255, 0.18);
  box-shadow: 0 22px 45px rgba(20, 39, 73, 0.1);
}

.as-sidebar__hello {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(31, 45, 79, 0.6);
}

.as-sidebar__account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--as-color-primary);
}

.as-sidebar__nav {
  flex: 1;
  overflow-y: auto;
  padding-right: 6px;
}

.as-sidebar__section-title {
  display: block;
  margin: 24px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(31, 45, 79, 0.48);
}

.as-sidebar__section-title:first-of-type {
  margin-top: 0;
}

.as-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-sidebar__item {
  position: relative;
}

.as-sidebar__subitem {
  list-style: none;
}

.as-sidebar__link {
  width: 100%;
  border: none;
  background: rgba(78, 168, 255, 0.08);
  border-radius: var(--as-radius-md);
  padding: 14px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--as-color-text);
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.as-sidebar__link:focus-visible,
.as-sidebar__sublink:focus-visible {
  outline: 2px solid rgba(78, 168, 255, 0.65);
  outline-offset: 2px;
}

.as-sidebar__link:hover,
.as-sidebar__link.is-current {
  background: linear-gradient(135deg, rgba(78, 168, 255, 0.28), rgba(47, 186, 108, 0.26));
  color: var(--as-color-dark);
  box-shadow: 0 20px 45px rgba(78, 168, 255, 0.2);
}

.as-sidebar__item.is-active > .as-sidebar__link {
  background: linear-gradient(130deg, rgba(78, 168, 255, 0.45), rgba(47, 186, 108, 0.3));
  color: var(--as-color-dark);
  box-shadow: 0 25px 52px rgba(20, 39, 73, 0.16);
}

.as-sidebar__icon {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(78, 168, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--as-color-primary);
}

.as-sidebar__label strong {
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(78, 168, 255, 0.18);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.as-sidebar__caret {
  margin-left: auto;
  color: rgba(31, 45, 79, 0.4);
  transition: transform 0.2s ease;
}

.as-sidebar__item.is-open > .as-sidebar__link .as-sidebar__caret,
.as-sidebar__item.is-active > .as-sidebar__link .as-sidebar__caret {
  transform: rotate(-180deg);
  color: #ffffff;
}

.as-sidebar__submenu {
  list-style: none;
  margin: 6px 0 0 44px;
  padding: 0;
  border-left: 2px solid rgba(78, 168, 255, 0.3);
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.as-sidebar__submenu.is-open {
  max-height: 560px;
}

.as-sidebar__sublink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 16px;
  color: rgba(31, 45, 79, 0.65);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.as-sidebar__subitem.is-current .as-sidebar__sublink,
.as-sidebar__sublink:hover {
  color: var(--as-color-primary);
}

.as-sidebar__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(78, 168, 255, 0.16);
}

.as-sidebar__external {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--as-color-accent);
  font-weight: 600;
  text-decoration: none;
}

.as-sidebar__meta {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(31, 45, 79, 0.55);
}

.as-sidebar__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 39, 73, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 110;
}

.as-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 32px;
  background: rgba(248, 250, 255, 0.94);
  border-bottom: 1px solid var(--as-border-soft);
  box-shadow: 0 18px 45px rgba(20, 39, 73, 0.12);
  backdrop-filter: blur(calc(var(--as-blur) + 6px));
}

.as-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(78, 168, 255, 0.24);
  background: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.as-header__toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--as-color-dark);
}

.as-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.as-header__logo span {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--as-color-dark);
}

.as-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.as-header__icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(78, 168, 255, 0.22);
  background: #ffffff;
  color: var(--as-color-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.as-header__icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(78, 168, 255, 0.18);
}

.as-header__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--as-color-secondary);
  color: #07163a;
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(48, 232, 255, 0.45);
}

.as-header__user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(78, 168, 255, 0.18);
  color: var(--as-color-dark);
  font-weight: 600;
}

.as-header__ticket {
  border-radius: 22px;
  padding: 12px 28px;
  font-weight: 600;
  position: relative;
  overflow: visible;
  color: #ffffff;
  border: none;
}

.as-header__ticket i {
  color: inherit;
}

.as-header__ticket:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.as-btn--radio {
  background: linear-gradient(135deg, #4ea8ff, #2fba6c);
  box-shadow: 0 20px 36px rgba(78, 168, 255, 0.25);
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(19, 45, 53, 0.25);
}

.as-btn--radio::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  background: rgba(78, 168, 255, 0.22);
  box-shadow: 0 15px 35px rgba(78, 168, 255, 0.25);
  z-index: -2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.as-btn--radio::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  opacity: 0.8;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.as-btn--radio i {
  color: inherit;
}

.as-btn--radio:hover {
  color: #ffffff;
}

.as-btn--radio:hover::before {
  transform: scale(1.04);
  opacity: 1;
}

.as-btn--radio:hover::after {
  opacity: 1;
}

.as-app-loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.9), rgba(232, 244, 255, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.as-app-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.as-app-loader__inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: 32px 38px;
  border: 1px solid rgba(78, 168, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-shadow: 0 35px 60px rgba(20, 39, 73, 0.12);
}

.as-app-loader__spinner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 4px solid rgba(78, 168, 255, 0.16);
  border-top-color: var(--as-color-primary);
  animation: loaderSpin 0.9s linear infinite;
}

.as-app-loader__text {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--as-color-dark);
}

@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.as-sidebar-open {
  overflow: hidden;
}

body.as-sidebar-open .as-sidebar {
  transform: translateX(0);
}

body.as-sidebar-open .as-sidebar__backdrop {
  opacity: 1;
  visibility: visible;
}

#Primary_Navbar-Open_Ticket,
#Secondary_Navbar-Open_Ticket,
.as-sidebar__item #Secondary_Navbar-Open_Ticket {
  display: none !important;
}

@media (max-width: 1200px) {
  .as-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    transform: translateX(-100%);
    box-shadow: 0 40px 80px rgba(7, 22, 58, 0.32);
  }
  .as-sidebar__close {
    display: inline-flex;
  }
  .as-sidebar__brand {
    padding-right: 8px;
  }
  .as-header__toggle {
    display: inline-flex;
  }
}

.as-dashboard__hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  padding: 32px;
  border-radius: var(--as-radius-lg);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(236, 247, 255, 0.98));
  border: 1px solid rgba(78, 168, 255, 0.22);
  box-shadow: 0 42px 65px rgba(20, 39, 73, 0.12);
  color: var(--as-color-text);
  position: relative;
  overflow: hidden;
}

.as-dashboard__hero::after {
  content: "";
  position: absolute;
  inset: -60% -30% auto;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.22), transparent 70%);
  opacity: 0.35;
  pointer-events: none;
}

.as-dashboard__hero-left,
.as-dashboard__hero-right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.as-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(78, 168, 255, 0.12);
  border: 1px solid rgba(78, 168, 255, 0.2);
  border-radius: 999px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--as-color-primary);
}

.as-dashboard__hero-left h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 8px 0;
  color: var(--as-color-dark);
}

.as-highlight {
  color: var(--as-color-accent);
}

.as-dashboard__hero-left p {
  color: rgba(31, 45, 79, 0.62);
  max-width: 540px;
  font-size: 1rem;
}

.as-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.as-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(78, 168, 255, 0.12);
  color: var(--as-color-dark);
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.as-chip:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(78, 168, 255, 0.25), rgba(47, 186, 108, 0.28));
  color: var(--as-color-dark);
  box-shadow: 0 18px 32px rgba(78, 168, 255, 0.24);
}

.as-hero-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--as-radius-md);
  padding: 22px 24px;
  border: 1px solid rgba(78, 168, 255, 0.15);
  backdrop-filter: blur(calc(var(--as-blur) - 6px));
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 32px 60px rgba(20, 39, 73, 0.12);
}

.as-hero-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.as-hero-card__eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(31, 45, 79, 0.5);
}

.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 10px 16px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.as-btn--ghost {
  background: rgba(78, 168, 255, 0.1);
  color: var(--as-color-primary);
  border-color: rgba(78, 168, 255, 0.18);
}

.as-btn--ghost:hover {
  transform: translateX(2px);
  box-shadow: 0 12px 24px rgba(78, 168, 255, 0.18);
}

.as-btn--primary {
  background: linear-gradient(135deg, var(--as-color-primary), var(--as-color-accent));
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(78, 168, 255, 0.2);
}

.as-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(47, 186, 108, 0.24);
}

.as-hero-card__stats {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.as-hero-card__stats li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(31, 45, 79, 0.66);
}

.as-hero-card__stats li strong {
  font-size: 1.4rem;
  color: var(--as-color-dark);
}

.as-hero-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(244, 248, 255, 0.75);
}

.as-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(47, 186, 108, 0.16);
  color: var(--as-color-accent);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.as-status--pulse i {
  animation: heroPulse 2.4s ease-in-out infinite;
}

@keyframes heroPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

.as-inline-link {
  color: var(--as-color-primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.as-inline-link:hover {
  color: var(--as-color-accent);
  text-decoration: underline;
}

.as-hero-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 46px;
  border-radius: var(--as-radius-md);
  border: 1px solid rgba(78, 168, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 50px rgba(20, 39, 73, 0.1);
}

.as-hero-search i {
  position: absolute;
  left: 18px;
  color: var(--as-color-primary);
  font-size: 1rem;
}

.as-hero-search .form-control {
  background: transparent;
  border: none;
  color: var(--as-color-dark);
  box-shadow: none;
  padding: 0;
  flex: 1;
}

.as-hero-search .form-control::placeholder {
  color: rgba(31, 45, 79, 0.45);
}

.as-hero-search .form-control:focus {
  box-shadow: none;
}

.as-hero-search .as-btn {
  flex-shrink: 0;
}

.as-summary {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.as-section-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.as-section-head h2 {
  font-size: 1.6rem;
  color: var(--as-color-dark);
  margin: 0;
}

.as-section-head p {
  color: var(--as-color-muted);
  max-width: 520px;
}

.as-summary__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.as-summary-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: var(--as-radius-md);
  padding: 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(235, 241, 255, 0.92));
  border: 1px solid var(--as-border-soft);
  box-shadow: 0 28px 48px rgba(20, 39, 73, 0.1);
  color: var(--as-color-text);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.as-summary-card:hover {
  transform: translateY(-6px);
  border-color: rgba(78, 168, 255, 0.32);
  box-shadow: 0 35px 62px rgba(20, 39, 73, 0.15);
}

.as-summary-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 18px 36px rgba(78, 168, 255, 0.25);
}

.as-summary-card__icon--blue {
  background: linear-gradient(135deg, #4ea8ff, #268bff);
}

.as-summary-card__icon--teal {
  background: linear-gradient(135deg, #2fba6c, #27a35d);
}

.as-summary-card__icon--purple {
  background: linear-gradient(135deg, #7f87ff, #6671ff);
}

.as-summary-card__icon--gold {
  background: linear-gradient(135deg, #f2ac57, #f7c067);
}

.as-summary-card__label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(12, 27, 63, 0.6);
}

.as-summary-card__body h3 {
  margin: 6px 0;
  font-size: 1.9rem;
  color: var(--as-color-dark);
}

.as-summary-card__body p {
  margin: 0;
}

.as-summary-card__cta {
  font-weight: 600;
  color: var(--as-color-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.as-summary-card__cta::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

.as-addon {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--as-radius-md);
  padding: 24px;
  border: 1px solid rgba(78, 168, 255, 0.16);
  box-shadow: 0 26px 40px rgba(20, 39, 73, 0.08);
}

.as-panels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.as-panels__full {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.as-panels__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.as-panels .panel {
  margin-bottom: 0;
}

.hero-domain-form__group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--as-radius-md);
  border: 1px solid rgba(78, 168, 255, 0.24);
  padding: 6px 8px;
  gap: 12px;
}

.hero-domain-form__group i {
  color: var(--as-color-accent);
  margin-left: 8px;
}

.hero-domain-form__group input[type="text"] {
  border: none;
  background: transparent;
  color: var(--as-color-dark);
  flex: 1;
}

.hero-domain-form__group input[type="text"]::placeholder {
  color: rgba(31, 45, 79, 0.45);
}

.hero-domain-form__actions {
  display: inline-flex;
  gap: 8px;
}

.hero-asiserver__info-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 22px 24px;
  border-radius: var(--as-radius-md);
  border: 1px solid rgba(78, 168, 255, 0.2);
}

.hero-quicklinks {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 38px;
}

.hero-quicklinks article {
  background: #ffffff;
  color: var(--as-color-dark);
  border-radius: var(--as-radius-md);
  padding: 20px;
  box-shadow: 0 24px 45px rgba(20, 39, 73, 0.08);
  border: 1px solid rgba(78, 168, 255, 0.14);
}

.hero-quicklinks article a {
  font-weight: 600;
  color: var(--as-color-primary);
}

.hero-quicklinks article a:hover {
  color: var(--as-color-accent);
}

.tiles {
  margin: 10px 0 38px;
}

.tiles .tile {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--as-border-soft);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.96),
    rgba(237, 243, 255, 0.9)
  );
  box-shadow: 0 25px 48px rgba(20, 39, 73, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tiles .tile::before {
  content: "";
  position: absolute;
  inset: -45% -10% auto auto;
  width: 60%;
  padding-top: 60%;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.25), transparent 70%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tiles .tile a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 24px;
  color: var(--as-color-text);
}

.tiles .tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 60px rgba(20, 39, 73, 0.18);
  border-color: rgba(78, 168, 255, 0.32);
}

.tiles .tile:hover::before {
  opacity: 0.8;
}

.tile .icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  background: linear-gradient(135deg, rgba(78, 168, 255, 0.18), rgba(47, 186, 108, 0.22));
  color: var(--as-color-primary);
  box-shadow: 0 16px 32px rgba(78, 168, 255, 0.18);
}

.tile .stat {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--as-color-dark);
  letter-spacing: 0.02em;
}

.tile .title {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(12, 27, 63, 0.75);
}

.tile .highlight {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(78, 168, 255, 0.35), rgba(47, 186, 108, 0.28));
  box-shadow: 0 18px 28px rgba(78, 168, 255, 0.24);
  opacity: 0.8;
}

.badge--soft {
  background: rgba(78, 168, 255, 0.18);
  color: var(--as-color-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 18px;
  border-radius: 999px;
  display: inline-flex;
}

.home-kb-search {
  position: relative;
  margin: 18px 0 40px;
}

.home-kb-search .form-control {
  height: auto;
  padding: 18px 56px 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(78, 168, 255, 0.2);
  box-shadow: 0 24px 48px rgba(20, 39, 73, 0.12);
  background: rgba(255, 255, 255, 0.96);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-kb-search .form-control:focus {
  border-color: rgba(78, 168, 255, 0.4);
  box-shadow: 0 0 0 5px rgba(78, 168, 255, 0.18), 0 24px 48px rgba(20, 39, 73, 0.18);
}

.home-kb-search i {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: var(--as-color-primary);
  font-size: 1.1rem;
  background: rgba(78, 168, 255, 0.18);
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(78, 168, 255, 0.22);
}

#main-body {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}

#main-body .container {
  background: transparent;
}

.sidebar .panel,
.main-content .panel {
  position: relative;
  border-radius: var(--as-radius-md);
  border: 1px solid var(--as-border-soft);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.96),
    rgba(240, 245, 255, 0.88)
  );
  box-shadow: 0 26px 48px rgba(20, 39, 73, 0.1);
  overflow: hidden;
  backdrop-filter: blur(calc(var(--as-blur) - 4px));
}

.sidebar .panel::before,
.main-content .panel::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  height: 60%;
  background: radial-gradient(circle at top right, rgba(78, 168, 255, 0.25), rgba(47, 186, 108, 0.18) 60%, transparent 72%);
  pointer-events: none;
  opacity: 0.6;
}

.main-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.9));
  border-radius: var(--as-radius-lg);
  padding: 32px;
  box-shadow: var(--as-shadow-lg);
  border: 1px solid var(--as-border-soft);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(calc(var(--as-blur) + 4px));
  z-index: 0;
}

.main-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(78, 168, 255, 0.18), rgba(47, 186, 108, 0.12) 60%, transparent 80%);
  z-index: -1;
}

.site-footer {
  background: #06102c;
  color: rgba(234, 244, 255, 0.82);
  padding: 64px 0 32px;
}

.site-footer .footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.site-footer .footer-title {
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 16px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer a {
  color: rgba(234, 244, 255, 0.78);
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer .footer-social {
  display: flex;
  gap: 12px;
}

.site-footer .footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(91, 201, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-meta {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 0.9rem;
}

.inline-alert {
  border-radius: var(--as-radius-md);
  border: 1px solid rgba(26, 115, 232, 0.18);
  background: rgba(91, 201, 255, 0.12);
  color: var(--as-color-dark);
}

@media (max-width: 992px) {
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header__nav {
    position: absolute;
    right: 20px;
    top: calc(100% + 12px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.96);
    padding: 22px;
    border-radius: var(--as-radius-md);
    box-shadow: 0 24px 50px rgba(7, 22, 58, 0.18);
    border: 1px solid var(--as-border-soft);
    width: min(360px, 92vw);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    backdrop-filter: blur(calc(var(--as-blur) - 4px));
  }
  .site-header__nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .site-header__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-asiserver {
    padding: 48px 0 32px;
  }
  .as-dashboard__hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .as-dashboard__hero::after {
    inset: -80% -60% auto;
  }
  .as-dashboard__hero-right {
    gap: 18px;
  }
  .as-hero-search {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }
  .as-hero-search i {
    display: none;
  }
  .as-hero-search .form-control {
    width: 100%;
  }
  .as-hero-search .as-btn {
    width: 100%;
  }
  .as-summary__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .as-header {
    padding: 16px 20px;
    gap: 12px;
  }
  .as-header__actions {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .as-header__ticket {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .as-header__user {
    order: 2;
  }
  .as-header__icon {
    order: 3;
  }
}

@media (max-width: 768px) {
  .as-topbar__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .as-topbar__links {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero-quicklinks {
    grid-template-columns: 1fr;
  }
  .as-dashboard__hero {
    padding: 24px;
  }
  .as-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .as-chip {
    justify-content: center;
  }
  .as-summary-card {
    padding: 22px;
  }
  .as-summary-card__body h3 {
    font-size: 1.6rem;
  }
  .as-header__actions {
    width: 100%;
    gap: 12px;
    justify-content: space-between;
  }
  .as-header__ticket {
    width: 100%;
  }
  .as-header__user {
    display: none;
  }
  .as-header__icon {
    flex: 0 0 46px;
  }
}

@media (max-width: 576px) {
  .as-dashboard {
    gap: 36px;
  }
  .as-dashboard__hero {
    padding: 20px;
  }
  .as-summary__grid {
    grid-template-columns: 1fr;
  }
  .as-summary-card {
    padding: 20px;
  }
  .as-summary-card__cta::after {
    display: none;
  }
  .as-header {
    padding: 14px 16px;
  }
  .as-header__actions {
    gap: 8px;
  }
  .as-header__ticket {
    font-size: 0.9rem;
  }
}

.hero-asiserver .btn--ghost {
  color: #f4f8ff;
  border-color: rgba(234, 244, 255, 0.28);
}

.hero-asiserver .btn--ghost:hover {
  background: rgba(234, 244, 255, 0.08);
}
.as-topbar__links .choose-language { cursor: pointer; }

.panel-default {
  border-radius: var(--as-radius-md);
  border: 1px solid var(--as-border-soft);
  background: transparent;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background: linear-gradient(120deg, rgba(78, 168, 255, 0.18), rgba(47, 186, 108, 0.12));
  border: none;
  font-weight: 600;
  color: var(--as-color-dark);
  padding: 22px 26px;
}

.panel-default > .panel-heading .panel-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.panel-default > .panel-heading .panel-title i {
  color: var(--as-color-primary);
}

.panel-body {
  padding: 24px 26px;
  color: var(--as-color-text);
  background: transparent;
}

.panel-footer {
  padding: 20px 26px;
  background: rgba(78, 168, 255, 0.08);
  border-top: 1px solid rgba(78, 168, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}

.panel-footer .btn {
  flex-shrink: 0;
}

.panel-footer .pull-left,
.panel-footer .pull-right {
  float: none !important;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--as-color-primary), var(--as-color-accent));
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(78, 168, 255, 0.25);
}

.panel .list-group {
  padding: 12px 26px 20px;
  background: transparent;
}

.panel .list-group-item {
  border: 1px solid rgba(78, 168, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
  padding: 14px 18px;
  color: var(--as-color-text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    background 0.2s ease;
}

.panel .list-group-item:last-child {
  margin-bottom: 0;
}

.panel .list-group-item:hover {
  transform: translateX(3px);
  border-color: rgba(78, 168, 255, 0.32);
  box-shadow: 0 15px 30px rgba(20, 39, 73, 0.12);
}

.panel .list-group-item.active {
  background: linear-gradient(130deg, rgba(78, 168, 255, 0.28), rgba(47, 186, 108, 0.24));
  border-color: rgba(78, 168, 255, 0.42);
  color: var(--as-color-dark);
  box-shadow: 0 18px 36px rgba(78, 168, 255, 0.2);
}

.panel .list-group-item.active .badge {
  background: rgba(255, 255, 255, 0.9);
  color: var(--as-color-primary);
  box-shadow: none;
}

body.theme-asiserver .form-control,
body.theme-asiserver select.form-control,
body.theme-asiserver textarea.form-control {
  border-radius: 18px;
  border: 1px solid rgba(78, 168, 255, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(20, 39, 73, 0.1);
  color: var(--as-color-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.theme-asiserver .form-control:hover {
  border-color: rgba(78, 168, 255, 0.28);
}

body.theme-asiserver .form-control:focus {
  outline: none;
  border-color: rgba(78, 168, 255, 0.5);
  box-shadow: 0 0 0 5px rgba(78, 168, 255, 0.18);
  background: #fff;
}

body.theme-asiserver .input-group-addon {
  border-radius: 16px;
  border: 1px solid rgba(78, 168, 255, 0.16);
  background: rgba(78, 168, 255, 0.12);
  color: var(--as-color-primary);
}

.control-label {
  font-weight: 600;
  color: var(--as-color-dark);
}

.table {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(78, 168, 255, 0.16);
  box-shadow: 0 25px 40px rgba(20, 39, 73, 0.08);
  border-radius: 18px;
  overflow: hidden;
}

.table > thead > tr > th {
  border-bottom: 1px solid rgba(78, 168, 255, 0.22);
  color: var(--as-color-dark);
  font-weight: 600;
  background: linear-gradient(130deg, rgba(78, 168, 255, 0.14), rgba(47, 186, 108, 0.12));
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: 1px solid rgba(78, 168, 255, 0.12);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(78, 168, 255, 0.08);
}

.table-hover > tbody > tr:hover {
  background: rgba(47, 186, 108, 0.16);
}

.loader {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--as-color-primary);
  letter-spacing: 0.02em;
}

.loader .fa-circle-notch {
  font-size: 1.1rem;
  color: var(--as-color-accent);
  filter: drop-shadow(0 0 14px rgba(78, 168, 255, 0.4));
}

#fullpage-overlay {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.94), rgba(236, 244, 255, 0.96));
  backdrop-filter: blur(calc(var(--as-blur) + 4px));
}

#fullpage-overlay .outer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#fullpage-overlay .inner-wrapper {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  padding: 40px 44px;
  border: 1px solid rgba(78, 168, 255, 0.18);
  box-shadow: 0 45px 70px rgba(20, 39, 73, 0.14);
  text-align: center;
  animation: overlayFloat 3s ease-in-out infinite;
}

#fullpage-overlay img {
  width: 72px;
  filter: drop-shadow(0 16px 30px rgba(78, 168, 255, 0.28));
  animation: overlayPulse 2.6s ease-in-out infinite;
}

#fullpage-overlay .msg {
  display: block;
  margin-top: 16px;
  font-weight: 600;
  color: var(--as-color-dark);
  letter-spacing: 0.04em;
}

@keyframes overlayPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
}

@keyframes overlayFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.modal-content.panel-primary {
  border-radius: var(--as-radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 255, 0.92));
  border: 1px solid var(--as-border-soft);
  box-shadow: 0 42px 68px rgba(20, 39, 73, 0.18);
  overflow: hidden;
}

.modal-content.panel-primary .panel-heading {
  background: linear-gradient(120deg, rgba(78, 168, 255, 0.22), rgba(47, 186, 108, 0.16));
  padding: 22px 26px;
  border-bottom: 1px solid rgba(78, 168, 255, 0.18);
}

.modal-content.panel-primary .panel-heading .modal-title {
  font-weight: 600;
  color: var(--as-color-dark);
}

.modal-content.panel-primary .panel-body {
  padding: 26px;
}

.modal-content.panel-primary .panel-footer {
  background: rgba(78, 168, 255, 0.12);
}

.hero-quicklinks article h3 {
  font-weight: 600;
  margin-bottom: 6px;
}

.hero-quicklinks article p {
  margin-bottom: 12px;
  color: var(--as-color-muted);
}

.hero-asiserver__panel h2 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.hero-asiserver__panel p {
  color: rgba(244, 248, 255, 0.78);
}
.hero-domain-form__group input[type="text"]:focus { outline: none; box-shadow: none; }
.site-header__actions .btn { font-size: 0.92rem; }

.site-nav li.dropdown {
  position: relative;
}

.site-nav li.dropdown > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 0.7em;
}

.site-nav li.dropdown > .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--as-radius-md);
  box-shadow: 0 24px 50px rgba(20, 39, 73, 0.12);
  border: 1px solid var(--as-border-soft);
  padding: 12px 0;
  z-index: 20;
  backdrop-filter: blur(calc(var(--as-blur) - 6px));
}

.site-nav li.dropdown:hover > .dropdown-menu,
.site-nav li.dropdown:focus-within > .dropdown-menu {
  display: block;
}

.site-nav li .dropdown-menu > li > a {
  display: block;
  padding: 8px 18px;
  color: var(--as-color-dark);
}

.site-nav li .dropdown-menu > li > a:hover {
  background: rgba(78, 168, 255, 0.16);
  color: var(--as-color-primary);
}

.client-alerts {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 240px;
}

.client-alerts li {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(78, 168, 255, 0.2);
  border-radius: 16px;
  padding: 10px 16px;
  margin-bottom: 8px;
  box-shadow: 0 18px 32px rgba(20, 39, 73, 0.12);
}

.client-alerts li:last-child {
  margin-bottom: 0;
}

.client-alerts li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--as-color-text);
}

.client-alerts li.none {
  text-align: center;
  color: var(--as-color-muted);
  box-shadow: none;
}

@media (max-width: 992px) {
  .site-nav li.dropdown > .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
    border-radius: 14px;
    display: none;
  }
  .site-nav li.dropdown.is-open > .dropdown-menu,
  .site-nav li.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

/* ----------------------------------------------------------
   Password Manager (Client Area)
---------------------------------------------------------- */
.asi-password-manager {
  background: var(--as-surface-card, #ffffff);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--as-shadow-lg, 0 24px 48px rgba(20, 39, 73, 0.08));
  border: 1px solid rgba(78, 168, 255, 0.18);
  margin-bottom: 40px;
}

.asi-password-manager__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.asi-password-manager__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--as-color-dark, #142749);
}

.asi-password-manager__subtitle {
  margin: 6px 0 0;
  font-size: 15px;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
}

.asi-password-manager__metrics {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.asi-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(78, 168, 255, 0.12);
  color: var(--as-color-primary, #4ea8ff);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.asi-chip--success {
  background: rgba(47, 186, 108, 0.14);
  color: var(--as-color-accent, #2fba6c);
}

.asi-chip--muted {
  background: rgba(20, 39, 73, 0.08);
  color: var(--as-color-text, #1f2d4f);
}

.asi-password-manager__controls {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.asi-password-manager__control-note {
  font-size: 13px;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
}

.asi-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 280px;
}

.asi-search__icon {
  position: absolute;
  left: 16px;
  width: 18px;
  height: 18px;
  color: rgba(31, 45, 79, 0.45);
}

.asi-search__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.asi-search__input {
  width: 100%;
  padding: 12px 18px 12px 48px;
  border-radius: 999px;
  border: 1px solid rgba(78, 168, 255, 0.24);
  background: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.asi-search__input:focus {
  border-color: var(--as-color-primary, #4ea8ff);
  box-shadow: 0 0 0 3px rgba(78, 168, 255, 0.18);
}

.asi-password-manager__table-wrapper {
  margin-top: 22px;
  border-radius: 20px;
  border: 1px solid rgba(78, 168, 255, 0.16);
  background: rgba(255, 255, 255, 0.95);
  overflow-x: auto;
}

.asi-password-manager__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.asi-password-manager__table thead {
  background: linear-gradient(90deg, rgba(78, 168, 255, 0.12), rgba(78, 168, 255, 0));
}

.asi-password-manager__table th {
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
  padding: 14px 20px;
}

.asi-password-manager__table td {
  padding: 18px 20px;
  border-top: 1px solid rgba(78, 168, 255, 0.12);
  vertical-align: middle;
  font-size: 14px;
  color: var(--as-color-text, #1f2d4f);
}

.asi-password-manager__table tbody tr:hover {
  background: rgba(78, 168, 255, 0.06);
}

.asi-col-service {
  width: 38%;
}

.asi-col-created {
  width: 12%;
  white-space: nowrap;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
  font-size: 13px;
}

.asi-service {
  display: flex;
  align-items: center;
  gap: 16px;
}

.asi-service__icon {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(78, 168, 255, 0.16), rgba(47, 186, 108, 0.16));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--as-color-primary, #4ea8ff);
}

.asi-service__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.asi-service__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.asi-service__name {
  font-weight: 600;
  color: var(--as-color-dark, #142749);
}

.asi-link {
  color: inherit;
  text-decoration: none;
}

.asi-link:hover {
  color: var(--as-color-primary, #4ea8ff);
  text-decoration: underline;
}

.asi-service__meta {
  font-size: 13px;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.6));
}

.asi-credential {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.asi-credential__value {
  font-family: "SF Mono", "JetBrains Mono", "Fira Mono", monospace;
  font-size: 14px;
  color: var(--as-color-dark, #142749);
  background: rgba(246, 249, 255, 0.9);
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid rgba(78, 168, 255, 0.16);
}

.asi-credential__value--masked {
  letter-spacing: 0.05em;
}

.asi-credential__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.asi-credential__empty {
  color: rgba(31, 45, 79, 0.4);
}

.asi-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(78, 168, 255, 0.18);
  background: rgba(78, 168, 255, 0.12);
  color: var(--as-color-primary, #4ea8ff);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
}

.asi-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(78, 168, 255, 0.18);
}

.asi-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.asi-icon--eye [class*="asi-icon__eye"] {
  display: none;
}

.asi-icon--eye[data-state="visible"] .asi-icon__eye-open {
  display: inline;
}

.asi-icon--eye[data-state="hidden"] .asi-icon__eye-closed {
  display: inline;
}

.asi-feedback {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(4px);
}

.asi-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.asi-feedback.is-success {
  color: var(--as-color-accent, #2fba6c);
}

.asi-feedback.is-error {
  color: #e74c3c;
}

.asi-password-manager__empty-state {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
  font-size: 14px;
}

.asi-alert {
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(78, 168, 255, 0.18);
  box-shadow: 0 16px 32px rgba(20, 39, 73, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
}

.asi-alert strong {
  color: var(--as-color-dark, #142749);
  font-size: 15px;
}

.asi-alert span {
  color: var(--as-color-muted, rgba(31, 45, 79, 0.62));
}

.asi-alert--warning {
  border-left: 4px solid #f1c40f;
}

.asi-alert--error {
  border-left: 4px solid #e74c3c;
}

@media (max-width: 992px) {
  .asi-password-manager {
    padding: 26px;
  }
  .asi-password-manager__controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .asi-search {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .asi-password-manager {
    padding: 24px 18px;
  }
  .asi-password-manager__metrics {
    width: 100%;
  }
  .asi-password-manager__table {
    min-width: 100%;
  }
  .asi-password-manager__table th,
  .asi-password-manager__table td {
    padding: 14px 16px;
  }
  .asi-credential__value {
    font-size: 13px;
  }
  .asi-feedback {
    position: static;
    transform: none;
    margin-top: 6px;
  }
}
