:root {
  --tc-bg: #06152a;
  --tc-bg-2: #0b2b56;
  --tc-card: rgba(8, 41, 78, .62);
  --tc-card-strong: rgba(13, 52, 96, .78);
  --tc-border: rgba(105, 198, 255, .32);
  --tc-border-strong: rgba(69, 190, 255, .58);
  --tc-text: #eef8ff;
  --tc-muted: rgba(221, 238, 255, .78);
  --tc-soft: rgba(180, 222, 255, .55);
  --tc-cyan: #35d4ff;
  --tc-blue: #1f8fff;
  --tc-green: #42e6a5;
  --tc-gold: #ffc66b;
  --tc-shadow: 0 24px 60px rgba(0, 13, 34, .42);
}

.tecsa-center-shell,
.tecsa-center-shell * {
  box-sizing: border-box;
}

.tecsa-center-shell {
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 30px clamp(18px, 3vw, 42px) 42px;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tc-text);
  background:
    radial-gradient(circle at 80% 10%, rgba(39, 198, 255, .25), transparent 30%),
    radial-gradient(circle at 18% 8%, rgba(54, 128, 255, .26), transparent 32%),
    linear-gradient(135deg, #041124 0%, #061c39 44%, #082b58 100%);
}

body:has(.tecsa-center-shell) {
  background: #06152a !important;
}

.tecsa-center-bg-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .45;
  background-image:
    linear-gradient(rgba(65, 178, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 178, 255, .12) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 63%, rgba(32, 157, 255, .16) 63% 64%, transparent 64% 100%);
  background-size: 64px 64px, 64px 64px, 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), rgba(0,0,0,.18));
}

.tecsa-center-shell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 230px;
  z-index: -2;
  opacity: .38;
  background:
    linear-gradient(to top, rgba(2, 11, 26, .96), transparent),
    linear-gradient(90deg, rgba(43, 177, 255, .2), transparent 25%, rgba(69, 220, 255, .16) 60%, transparent),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(88, 194, 255, .22) 56px 58px),
    linear-gradient(to top, rgba(37, 139, 228, .25), transparent 70%);
  clip-path: polygon(0 30%, 8% 25%, 8% 58%, 14% 58%, 14% 18%, 23% 18%, 23% 70%, 31% 70%, 31% 35%, 39% 35%, 39% 62%, 48% 62%, 48% 22%, 58% 22%, 58% 72%, 68% 72%, 68% 31%, 76% 31%, 76% 60%, 85% 60%, 85% 16%, 95% 16%, 95% 48%, 100% 48%, 100% 100%, 0 100%);
}

.tecsa-center-bg-orb {
  position: absolute;
  z-index: -2;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .55;
  pointer-events: none;
}

.tecsa-center-bg-orb-one {
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(57, 211, 255, .38), transparent 68%);
}

.tecsa-center-bg-orb-two {
  left: -220px;
  bottom: 0;
  background: radial-gradient(circle, rgba(31, 143, 255, .28), transparent 70%);
}

.tecsa-center-hero {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(280px, 620px) auto;
  gap: 22px;
  align-items: center;
  margin: 0 auto 28px;
  max-width: 1520px;
}

.tecsa-center-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.tecsa-center-logo {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(42, 210, 255, .95), rgba(24, 96, 255, .92));
  box-shadow: 0 16px 34px rgba(14, 156, 255, .36), inset 0 1px 0 rgba(255,255,255,.42);
  transform: rotate(-8deg);
}

.tecsa-center-logo span,
.tecsa-center-logo::before,
.tecsa-center-logo::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.24);
}

.tecsa-center-logo span { inset: 13px 20px 13px 13px; }
.tecsa-center-logo::before { inset: 13px 13px 20px 28px; }
.tecsa-center-logo::after { inset: 28px 13px 13px 28px; }

.tecsa-center-brand h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -.035em;
  text-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.tecsa-center-brand p {
  margin: 8px 0 0;
  color: var(--tc-muted);
  font-size: 15px;
}

.tecsa-center-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(113, 191, 255, .26);
  border-radius: 16px;
  background: rgba(5, 22, 46, .52);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 36px rgba(0,0,0,.14);
  backdrop-filter: blur(18px);
}

.tecsa-center-search span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(213, 237, 255, .72);
  border-radius: 50%;
  flex: 0 0 auto;
}

.tecsa-center-search span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: -4px;
  background: rgba(213, 237, 255, .72);
  transform: rotate(45deg);
  border-radius: 99px;
}

.tecsa-center-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.tecsa-center-search input::placeholder {
  color: rgba(219, 236, 255, .55);
}

.tecsa-center-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.tecsa-center-b24-link,
.tecsa-center-user-card {
  border: 1px solid rgba(113, 191, 255, .25);
  background: rgba(5, 23, 49, .58);
  color: #fff !important;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 34px rgba(0,0,0,.12);
  backdrop-filter: blur(18px);
}

.tecsa-center-b24-link {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.tecsa-center-b24-link::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 9px;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-shadow: 0 7px 0 -2px currentColor, 7px 0 0 -2px currentColor, 7px 7px 0 -2px currentColor;
  opacity: .85;
}

.tecsa-center-user-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 14px 8px 9px;
  max-width: 310px;
}

.tecsa-center-user-avatar {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #4ee3ff, #2776ff);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(38, 150, 255, .28);
}

.tecsa-center-user-card strong,
.tecsa-center-user-card em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tecsa-center-user-card strong {
  color: #fff;
  font-size: 14px;
}

.tecsa-center-user-card em {
  margin-top: 2px;
  color: rgba(221, 238, 255, .7);
  font-size: 12px;
  font-style: normal;
}

.tecsa-center-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1520px;
  margin: 0 auto;
}

.tecsa-center-tile {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(142px, 46%);
  min-height: 198px;
  overflow: hidden;
  padding: 28px 28px 24px;
  border: 1px solid var(--tc-border);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(13, 46, 87, .78), rgba(4, 26, 56, .56)),
    radial-gradient(circle at 92% 12%, rgba(54, 210, 255, .22), transparent 38%);
  color: var(--tc-text) !important;
  text-decoration: none;
  box-shadow: var(--tc-shadow), inset 0 1px 0 rgba(255,255,255,.11);
  backdrop-filter: blur(16px);
  transform: translateZ(0);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.tecsa-center-tile::before,
.tecsa-center-tile::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tecsa-center-tile::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(86, 195, 255, .13), transparent 38%),
    radial-gradient(circle at 74% 70%, rgba(44, 211, 255, .18), transparent 34%);
  opacity: .8;
}

.tecsa-center-tile::after {
  left: -25%;
  bottom: -50%;
  width: 115%;
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(64, 208, 255, .2), transparent 60%);
  opacity: .72;
}

.tecsa-center-tile:hover,
.tecsa-center-tile:focus-visible {
  transform: translateY(-5px);
  border-color: var(--tc-border-strong);
  box-shadow: 0 28px 70px rgba(0, 18, 48, .56), 0 0 42px rgba(30, 181, 255, .12), inset 0 1px 0 rgba(255,255,255,.16);
}

.tecsa-center-tile.is-opening {
  transform: scale(.985);
}

.tecsa-center-tile-copy,
.tecsa-center-tile-art {
  position: relative;
  z-index: 1;
}

.tecsa-center-tile-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.tecsa-center-tile-title {
  display: block;
  margin: 9px 0 12px;
  color: #fff;
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.025em;
  text-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.tecsa-center-tile-desc {
  display: block;
  max-width: 280px;
  color: var(--tc-muted);
  font-size: 15px;
  line-height: 1.48;
}

.tecsa-center-tile-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: rgba(96, 221, 255, .95);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.tecsa-center-tile-open::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.tecsa-center-tile:hover .tecsa-center-tile-open,
.tecsa-center-tile:focus-visible .tecsa-center-tile-open {
  opacity: 1;
  transform: translateY(0);
}

.tecsa-center-tile-art {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin: -16px -18px -24px -6px;
}

.tecsa-center-tile-art img {
  display: block;
  width: min(100%, 230px);
  height: auto;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(0, 8, 24, .42));
  transform: translateY(8px) scale(1.02);
  transition: transform .22s ease, filter .22s ease;
}

.tecsa-center-tile:hover .tecsa-center-tile-art img,
.tecsa-center-tile:focus-visible .tecsa-center-tile-art img {
  transform: translateY(0) scale(1.07);
  filter: drop-shadow(0 34px 38px rgba(0, 8, 24, .5)) drop-shadow(0 0 20px rgba(47, 205, 255, .18));
}

.tecsa-center-tile-legal {
  background: linear-gradient(135deg, rgba(22, 45, 80, .8), rgba(10, 28, 58, .58)), radial-gradient(circle at 78% 18%, rgba(255, 188, 92, .2), transparent 38%);
}
.tecsa-center-tile-legal .tecsa-center-tile-open { color: #ffd284; }
.tecsa-center-tile-kp,
.tecsa-center-tile-docs,
.tecsa-center-tile-drive { background: linear-gradient(135deg, rgba(13, 51, 91, .78), rgba(4, 29, 63, .58)), radial-gradient(circle at 82% 18%, rgba(145, 215, 255, .2), transparent 40%); }
.tecsa-center-tile-images { background: linear-gradient(135deg, rgba(12, 45, 91, .78), rgba(12, 24, 66, .6)), radial-gradient(circle at 78% 12%, rgba(140, 84, 255, .25), transparent 42%); }
.tecsa-center-tile-hr { background: linear-gradient(135deg, rgba(10, 48, 88, .78), rgba(4, 41, 70, .56)), radial-gradient(circle at 82% 14%, rgba(64, 230, 183, .17), transparent 42%); }

.tecsa-center-no-results,
.tecsa-center-empty,
.tecsa-center-module-card {
  max-width: 920px;
  margin: 24px auto 0;
  padding: 30px;
  border: 1px solid var(--tc-border);
  border-radius: 18px;
  background: rgba(8, 35, 71, .66);
  color: var(--tc-text);
  box-shadow: var(--tc-shadow), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}

.tecsa-center-empty h1,
.tecsa-center-empty h2,
.tecsa-center-module-card h2 {
  margin-top: 0;
  color: #fff;
}

.tecsa-center-empty p,
.tecsa-center-module-card p {
  color: var(--tc-muted);
}

.tecsa-center-breadcrumb {
  max-width: 1520px;
  margin: 0 auto 18px;
}

.tecsa-center-breadcrumb a,
.tecsa-center-module-page a {
  color: #71dcff;
  text-decoration: none;
  font-weight: 800;
}

.tecsa-center-module-page .tecsa-center-header {
  max-width: 1520px;
  margin: 0 auto 20px;
  padding: 26px;
  border: 1px solid var(--tc-border);
  border-radius: 18px;
  background: rgba(8, 35, 71, .66);
  box-shadow: var(--tc-shadow), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}

.tecsa-center-module-page h1 {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.tecsa-center-module-page .tecsa-center-header h1 {
  margin: 0 0 8px;
  color: #fff;
}

.tecsa-center-module-page .tecsa-center-header p {
  margin: 0;
  color: var(--tc-muted);
}

.tecsa-center-iframe {
  display: block;
  width: 100%;
  max-width: 1520px;
  min-height: 760px;
  margin: 0 auto;
  border: 1px solid var(--tc-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--tc-shadow);
}

.tecsa-center-perms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.tecsa-center-perms span {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.tecsa-center-perms .ok { background: rgba(66, 230, 165, .14); color: #8fffd0; border: 1px solid rgba(66, 230, 165, .28); }
.tecsa-center-perms .bad { background: rgba(255, 103, 103, .13); color: #ffb3b3; border: 1px solid rgba(255, 103, 103, .28); }

.tecsa-center-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #28ccff, #2679ff);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 15px 34px rgba(36, 149, 255, .25);
}

@media (max-width: 1220px) {
  .tecsa-center-hero {
    grid-template-columns: 1fr;
  }
  .tecsa-center-hero-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .tecsa-center-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}

@media (max-width: 760px) {
  .tecsa-center-shell {
    padding: 20px 14px 30px;
  }
  .tecsa-center-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .tecsa-center-tile {
    grid-template-columns: minmax(0, 1fr) 132px;
    min-height: 170px;
    padding: 22px;
  }
  .tecsa-center-tile-art {
    margin-right: -18px;
  }
  .tecsa-center-tile-art img {
    max-height: 150px;
  }
  .tecsa-center-brand h1 {
    font-size: 32px;
  }
  .tecsa-center-user-card,
  .tecsa-center-b24-link {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .tecsa-center-tile {
    grid-template-columns: 1fr;
    min-height: 260px;
  }
  .tecsa-center-tile-art {
    justify-content: center;
    margin: 0;
  }
  .tecsa-center-tile-open {
    opacity: 1;
    transform: none;
  }
}

/* Frontend admin panel inside Bitrix24 */
.tecsa-center-admin-app {
  padding-bottom: 56px;
}

.tecsa-center-admin-header {
  max-width: 1520px;
  margin: 0 auto 18px;
}

.tecsa-center-admin-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 1520px;
  margin: 0 auto 18px;
  padding: 10px;
  border: 1px solid rgba(113, 191, 255, .25);
  border-radius: 18px;
  background: rgba(5, 23, 49, .58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 34px rgba(0,0,0,.12);
  backdrop-filter: blur(18px);
}

.tecsa-center-admin-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: rgba(221, 238, 255, .78);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.tecsa-center-admin-tabs a:hover {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(113,191,255,.18);
}

.tecsa-center-admin-tabs a.active {
  color: #fff;
  background: linear-gradient(145deg, rgba(31, 143, 255, .96), rgba(22, 90, 206, .94));
  border-color: rgba(105, 198, 255, .32);
  box-shadow: 0 12px 28px rgba(22, 111, 230, .24), inset 0 1px 0 rgba(255,255,255,.16);
}

.tecsa-center-admin-panel,
.tecsa-center-admin-notice {
  max-width: 1520px;
  margin: 0 auto 18px;
}

.tecsa-center-admin-panel {
  padding: 22px;
  border: 1px solid rgba(113, 191, 255, .25);
  border-radius: 20px;
  background: rgba(5, 23, 49, .58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 34px rgba(0,0,0,.12);
  backdrop-filter: blur(18px);
}

.tecsa-center-admin-notice {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
  border: 1px solid rgba(113, 191, 255, .25);
  background: rgba(5, 23, 49, .58);
  color: #fff;
  backdrop-filter: blur(18px);
}

.tecsa-center-admin-notice.success {
  border-color: rgba(66, 230, 165, .32);
  background: rgba(18, 103, 77, .34);
}

.tecsa-center-admin-notice.error {
  border-color: rgba(255, 111, 130, .32);
  background: rgba(130, 28, 46, .34);
}

.tecsa-center-admin-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.tecsa-center-admin-cards > div,
.tecsa-center-admin-help {
  border: 1px solid rgba(105, 198, 255, .24);
  border-radius: 18px;
  background: rgba(8, 41, 78, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.tecsa-center-admin-cards > div {
  padding: 20px;
}

.tecsa-center-admin-cards strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.tecsa-center-admin-cards span {
  display: block;
  margin-top: 8px;
  color: rgba(221, 238, 255, .72);
  font-size: 14px;
}

.tecsa-center-admin-help {
  padding: 22px;
  color: rgba(221, 238, 255, .78);
}

.tecsa-center-admin-help h2 {
  margin: 0 0 10px;
  color: #fff;
}

.tecsa-center-admin-help code,
.tecsa-center-admin-table code {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 8px;
  background: rgba(0,0,0,.26);
  color: #c7efff;
}

.tecsa-center-admin-form {
  margin: 0;
}

.tecsa-center-admin-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.tecsa-center-admin-fields label {
  display: block;
}

.tecsa-center-admin-fields label > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(221, 238, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.tecsa-center-admin-fields input[type="text"],
.tecsa-center-admin-fields input[type="url"],
.tecsa-center-admin-table input[type="text"],
.tecsa-center-admin-table input[type="url"],
.tecsa-center-admin-table input[type="number"],
.tecsa-center-admin-table select,
.tecsa-center-admin-table textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid rgba(113, 191, 255, .24);
  border-radius: 11px;
  outline: none;
  background: rgba(3, 18, 39, .54);
  color: #eef8ff;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.tecsa-center-admin-fields input:focus,
.tecsa-center-admin-table input:focus,
.tecsa-center-admin-table select:focus,
.tecsa-center-admin-table textarea:focus {
  border-color: rgba(69, 190, 255, .58);
  box-shadow: 0 0 0 3px rgba(53, 212, 255, .10);
}

.tecsa-center-admin-check {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: rgba(221, 238, 255, .78);
}

.tecsa-center-admin-check span {
  margin: 0 !important;
}

.tecsa-center-admin-save,
.tecsa-center-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(105, 198, 255, .34);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(31, 143, 255, .96), rgba(22, 90, 206, .94));
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(22, 111, 230, .24), inset 0 1px 0 rgba(255,255,255,.16);
}

.tecsa-center-admin-save:hover,
.tecsa-center-button:hover {
  filter: brightness(1.08);
}

.tecsa-center-admin-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid rgba(105, 198, 255, .18);
  border-radius: 16px;
  background: rgba(3, 18, 39, .32);
  margin-bottom: 18px;
}

.tecsa-center-admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: rgba(238, 248, 255, .92);
}

.tecsa-center-admin-table th,
.tecsa-center-admin-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(105, 198, 255, .12);
  border-right: 1px solid rgba(105, 198, 255, .08);
  vertical-align: top;
  text-align: left;
}

.tecsa-center-admin-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(5, 26, 55, .96);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.tecsa-center-admin-table tr:hover td {
  background: rgba(255,255,255,.03);
}

.tecsa-center-admin-table small,
.tecsa-center-admin-muted {
  color: rgba(221, 238, 255, .62);
}

.tecsa-center-admin-role-list {
  min-width: 280px;
}

.tecsa-center-admin-role-list label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 10px 8px 0;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(238, 248, 255, .86);
  white-space: nowrap;
}

.tecsa-center-admin-permissions-table {
  min-width: 1680px;
}

.tecsa-center-admin-permissions-table th:not(:first-child),
.tecsa-center-admin-permissions-table td:not(:first-child) {
  text-align: center;
  min-width: 86px;
}

@media (max-width: 900px) {
  .tecsa-center-admin-fields,
  .tecsa-center-admin-cards {
    grid-template-columns: 1fr;
  }
}
