/* ClientArea1A */
.ClientArea1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ClientArea1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.ClientArea1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ClientArea1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.ClientArea1AHeader {
  background: linear-gradient(140deg, rgba(15, 28, 36, 0.85), rgba(8, 16, 22, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 24px;
  padding: 26px 28px;
  color: #e6fffb;
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.ClientArea1AKicker {
  color: rgba(88, 230, 212, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.ClientArea1AHeader h2 {
  margin: 10px 0 8px;
}

.ClientArea1AHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
}

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

.ClientArea1ACard {
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.8), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 20px;
  padding: 22px;
  color: #e6fffb;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}

.ClientArea1ACard h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.ClientArea1ACard ul {
  margin: 0;
  padding-left: 16px;
  color: rgba(230, 255, 251, 0.75);
  line-height: 1.6;
}

.ClientArea1AEmpty {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
  line-height: 1.6;
}

.ClientArea1AStats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.ClientArea1AStat {
  background: rgba(7, 15, 20, 0.55);
  border: 1px solid rgba(88, 230, 212, 0.2);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ClientArea1AStatLabel {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.65rem;
  color: rgba(230, 255, 251, 0.6);
}

.ClientArea1AStatValue {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #e6fffb;
}

.ClientArea1AStat.is-warning {
  border-color: rgba(245, 158, 11, 0.45);
}

.ClientArea1AStat.is-alert {
  border-color: rgba(239, 68, 68, 0.55);
}

.ClientArea1AStat.is-clear {
  border-color: rgba(34, 197, 94, 0.4);
}

.ClientArea1AStat.is-warning .ClientArea1AStatValue {
  color: #f59e0b;
}

.ClientArea1AStat.is-alert .ClientArea1AStatValue {
  color: #ef4444;
}

.ClientArea1AStat.is-clear .ClientArea1AStatValue {
  color: #22c55e;
}

.ClientArea1AButton {
  align-self: flex-start;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  margin-top: auto;
}

/* PortalPanel1A */
.PortalPanel1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PortalPanel1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.PortalPanel1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.PortalPanel1AContent {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.85), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 22px;
  padding: 28px;
  color: #e6fffb;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.PortalPanel1AContent h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.PortalPanel1AContent p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
  line-height: 1.6;
}

.PortalForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.PortalFormRow {
  display: flex;
  gap: 12px;
}

.PortalFormRow > * {
  flex: 1;
}

.PortalFieldset {
  border: 1px solid rgba(88, 230, 212, 0.2);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.PortalFieldset legend {
  padding: 0 8px;
  color: rgba(230, 255, 251, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.PortalForm input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(88, 230, 212, 0.35);
  background: rgba(8, 23, 22, 0.65);
  color: #e6fffb;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.PortalForm input:focus {
  border-color: rgba(88, 230, 212, 0.9);
  box-shadow: 0 0 0 3px rgba(32, 203, 176, 0.25);
}

.PortalForm input.is-invalid {
  border-color: rgba(248, 113, 113, 0.95);
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.25);
}

.PortalFormReadonly {
  opacity: 0.65;
}

.PortalFormHint {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(230, 255, 251, 0.6);
  line-height: 1.5;
}

.PortalSecurityTile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(88, 230, 212, 0.2);
  background: rgba(8, 23, 22, 0.55);
}

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

.PortalSecurityTileHeader h3 {
  margin: 0 0 6px;
  color: #e6fffb;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.PortalSecurityTileHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.6);
  font-size: 0.9rem;
}

.PortalSecurityTileBar {
  height: 10px;
  border-radius: 999px;
  background: rgba(88, 230, 212, 0.12);
  overflow: hidden;
}

.PortalSecurityTileFill {
  height: 100%;
  background: linear-gradient(90deg, rgba(88, 230, 212, 0.8), rgba(32, 203, 176, 0.95));
  border-radius: inherit;
  transition: width 0.4s ease;
}

.PortalSecurityTileMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(230, 255, 251, 0.7);
  font-size: 0.85rem;
}

.PortalFormList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.PortalFormListItem {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(88, 230, 212, 0.2);
  background: rgba(8, 23, 22, 0.5);
  color: rgba(230, 255, 251, 0.85);
  font-size: 0.9rem;
}

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

.PortalFormListItem strong {
  color: #e6fffb;
  letter-spacing: 0.03em;
}

.PortalFormListButton {
  border: 1px solid rgba(248, 113, 113, 0.6);
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.PortalFormListButton:hover {
  background: rgba(248, 113, 113, 0.22);
}

@media (max-width: 700px) {
  .PortalFormRow {
    flex-direction: column;
  }
}

/* PortalServices1A */
.PortalServices1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PortalServices1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.PortalServices1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.PortalServices1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.PortalServices1AHeader {
  background: linear-gradient(140deg, rgba(15, 28, 36, 0.85), rgba(8, 16, 22, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 24px;
  padding: 26px 28px;
  color: #e6fffb;
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.PortalServices1AKicker {
  color: rgba(88, 230, 212, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.PortalServices1AHeader h2 {
  margin: 10px 0 8px;
}

.PortalServices1AHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
}

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

.PortalServiceCard {
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.8), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 20px;
  padding: 22px;
  color: #e6fffb;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 260px;
}

.PortalServiceHeader {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.PortalServiceHeader h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.PortalServiceMeta {
  color: rgba(230, 255, 251, 0.65);
  font-size: 0.85rem;
}

.PortalServiceStatus {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ServiceStatusDot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.status-online {
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
}

.status-setup {
  background: #ffd080;
  box-shadow: 0 0 10px rgba(255, 192, 84, 0.6);
}

.status-offline {
  background: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.6);
}

.status-restarting {
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.6);
}

.ServiceStatusTooltip {
  position: absolute;
  top: 18px;
  right: 0;
  background: rgba(10, 22, 30, 0.9);
  color: #e6fffb;
  border: 1px solid rgba(88, 230, 212, 0.2);
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.PortalServiceStatus:hover .ServiceStatusTooltip {
  opacity: 1;
  transform: translateY(0);
}

.PortalServiceStatusLabel {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(230, 255, 251, 0.6);
}

.PortalServiceDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.PortalServicePrice {
  font-size: 1.1rem;
  font-weight: 700;
  color: #58e6d4;
}

.PortalServiceSpecs {
  margin: 0;
  padding-left: 18px;
  color: rgba(230, 255, 251, 0.7);
  line-height: 1.6;
}

.PortalServiceButton {
  align-self: flex-start;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  margin-top: auto;
}

.PortalServiceActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.PortalServiceButton.ghost {
  background: transparent;
  border-color: rgba(88, 230, 212, 0.35);
  color: rgba(230, 255, 251, 0.8);
}

.PortalServiceEmpty {
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px dashed rgba(88, 230, 212, 0.35);
  color: rgba(230, 255, 251, 0.7);
  text-align: center;
}

.PortalTestServiceButtons {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.PortalTestServiceButton {
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
}

/* PortalInvoices1A */
.PortalInvoices1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PortalInvoices1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.PortalInvoices1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.PortalInvoices1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.PortalInvoices1AHeader {
  background: linear-gradient(140deg, rgba(15, 28, 36, 0.85), rgba(8, 16, 22, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 24px;
  padding: 26px 28px;
  color: #e6fffb;
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.PortalInvoices1AKicker {
  color: rgba(88, 230, 212, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.PortalInvoices1AHeader h2 {
  margin: 10px 0 8px;
}

.PortalInvoices1AHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
}

.PortalInvoices1AFilters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.PortalInvoices1AStats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.PortalInvoiceStat {
  background: linear-gradient(145deg, rgba(10, 22, 30, 0.7), rgba(6, 14, 18, 0.5));
  border: 1px solid rgba(88, 230, 212, 0.2);
  border-radius: 16px;
  padding: 14px 16px;
  color: #e6fffb;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.PortalInvoiceStatLabel {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  color: rgba(230, 255, 251, 0.6);
}

.PortalInvoiceStatValue {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.PortalInvoiceStat.is-warning {
  border-color: rgba(245, 158, 11, 0.45);
  color: #f59e0b;
}

.PortalInvoiceStat.is-alert {
  border-color: rgba(239, 68, 68, 0.55);
  color: #ef4444;
}

.PortalInvoiceStat.is-clear {
  border-color: rgba(34, 197, 94, 0.4);
  color: #22c55e;
}

.PortalInvoices1AFilter {
  border: 1px solid rgba(88, 230, 212, 0.35);
  background: rgba(7, 15, 20, 0.6);
  color: rgba(230, 255, 251, 0.75);
  padding: 8px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.PortalInvoices1AFilter.is-active {
  border-color: rgba(88, 230, 212, 0.75);
  color: #04211f;
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
}

.PortalInvoices1AList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: min(60vh, 520px);
  overflow-y: auto;
  padding-right: 6px;
}

.PortalInvoiceCard {
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.8), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 16px;
  padding: 16px 18px;
  color: #e6fffb;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.PortalInvoiceEmptyState {
  padding: 20px 24px;
  border-radius: 18px;
  border: 1px dashed rgba(88, 230, 212, 0.35);
  background: linear-gradient(145deg, rgba(10, 22, 30, 0.6), rgba(6, 14, 18, 0.4));
  color: rgba(230, 255, 251, 0.7);
  text-align: center;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.PortalInvoiceEmptyKicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: rgba(88, 230, 212, 0.7);
  margin-bottom: 10px;
}

.PortalInvoiceEmpty {
  margin: 0;
  line-height: 1.6;
}

.PortalInvoiceHeader {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex: 1 1 260px;
}

.PortalInvoiceHeader h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.PortalInvoiceMeta {
  color: rgba(230, 255, 251, 0.65);
  font-size: 0.85rem;
}

.PortalInvoiceStatus {
  padding: 6px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  border: 1px solid transparent;
}

.PortalInvoiceStatus.status-paid {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.4);
}

.PortalInvoiceStatus.status-due {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.4);
}

.PortalInvoiceStatus.status-overdue {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.4);
}

.PortalInvoiceDetails {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(230, 255, 251, 0.75);
}

.PortalInvoiceLabel {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: rgba(230, 255, 251, 0.55);
}

.PortalInvoiceTotal {
  font-weight: 700;
  color: #58e6d4;
}

.PortalInvoiceButton {
  margin-left: auto;
  align-self: flex-start;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}

.PortalInvoices1AList::-webkit-scrollbar {
  width: 8px;
}

.PortalInvoices1AList::-webkit-scrollbar-track {
  background: rgba(8, 16, 22, 0.45);
  border-radius: 999px;
}

.PortalInvoices1AList::-webkit-scrollbar-thumb {
  background: rgba(88, 230, 212, 0.4);
  border-radius: 999px;
}

@media (max-width: 860px) {
  .PortalInvoices1AList {
    max-height: none;
  }

  .PortalInvoiceCard {
    flex-direction: column;
    align-items: stretch;
  }

  .PortalInvoiceHeader {
    flex: 0 0 auto;
    align-items: flex-start;
  }

  .PortalInvoiceDetails {
    justify-content: space-between;
  }

  .PortalInvoiceButton {
    margin-left: 0;
    align-self: flex-start;
  }
}
