* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-y: scroll; }
body {
  margin: 0;
  font-family: var(--font-family);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  transition: opacity 220ms ease;
}
body.i18n-pending { opacity: 0; }
body.i18n-ready { opacity: 1; }
body.is-loading { cursor: auto; }
body.is-loading::before,
body.is-loading::after { content: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.wrap {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.sec {
  padding: var(--section-y) 0;
}
  
.tag {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}

.t1 {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.05;
  margin: 0 0 24px;
  font-weight: 800;
}

.t2 {
  font-size: clamp(26px, 3.1vw, 40px);
  line-height: 1.15;
  margin: 0 0 20px;
  font-weight: 800;
}

.txt {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  max-width: 68ch;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

.sub { color: var(--muted); }


.glow {
  text-shadow: none;
}


.btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
  user-select: none;
  text-align: center;
  font-weight: 700;
}
.btn-main {
  background: var(--c-blue-500);
  color: #fff;
  box-shadow: 0 6px 14px rgba(10, 132, 255, 0.2);
}
.btn-main:hover {
  background: var(--c-blue-700);
}
.btn-alt {
  background: transparent;
  border-color: rgba(0, 200, 255, 0.55);
  color: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.btn-alt:hover {
  border-color: rgba(0, 200, 255, 0.55);
}
.btn-sm {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}


.top {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
  border-bottom: 1px solid rgba(0, 200, 255, 0.12);
  transition: box-shadow 220ms ease, backdrop-filter 220ms ease, background 220ms ease;
}
.top.is-scrolled {
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
  border-bottom: 1px solid rgba(0, 200, 255, 0.12);
}
.top-in {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.top-in > a.logo {
  justify-self: start;
  align-self: center;
  width: fit-content;
  min-width: 0;
}
.logo-box {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  line-height: 0;
  background: transparent;
  background-image: url("../logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 0;
  box-shadow: none;
}
.logo-box i {
  display: none;
  line-height: 1;
  font-size: 1rem;
}
.logo > span:not(.logo-box) {
  margin: 0 0 0 -1px;
  padding: 0;
}
.logo span.neon { color: var(--c-blue-500); text-shadow: none; }

.menu {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.menu a, .menu button.menu-link {
  background: none;
  border: 0;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.menu a:hover, .menu button.menu-link:hover {
  color: var(--text);
  background: color-mix(in srgb, var(--c-blue-100) 55%, transparent);
}

.top-act {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
.top-act .btn span {
  white-space: nowrap;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid rgba(0, 200, 255, 0.25);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: border-color 160ms ease;
}
.icon-btn:hover {
  border-color: rgba(0, 200, 255, 0.45);
}
.icon-btn i {
  display: inline-block;
  width: 1em;
  text-align: center;
  line-height: 1;
  transform: translate(0, 0);
}
.js-open-drawer i.fa-bars {
  transform: translate(1.5px, -0.5px);
}


.drop {
  position: relative;
}
.drop-pan {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: min(660px, 94vw);
  background: color-mix(in srgb, var(--bg-elev) 97%, white 3%);
  border: 1px solid rgba(0, 200, 255, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 16px;
  display: none;
  z-index: 1300;
  backdrop-filter: blur(8px);
}
.drop:hover .drop-pan,
.drop:focus-within .drop-pan {
  display: block;
}
.drop-pan.open { display: block; }
.drop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}
.drop-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: var(--text);
  transition: border-color 180ms ease, background 180ms ease;
}
.drop-item:hover {
  border-color: rgba(0, 200, 255, 0.22);
  background: color-mix(in srgb, var(--c-blue-100) 44%, transparent);
}
.drop-item i { color: var(--c-blue-500); filter: none; margin-top: 2px; }
.drop-item > div { min-width: 0; display: grid; gap: 3px; }
.drop-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.drop-item span {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
  overflow-wrap: anywhere;
}


.mob-btn { display: none; }
#mob-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.mob {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1100;
}
.mob.open { display: block; }
#mob-toggle:checked ~ .mob {
  display: block;
}
.mob-pan {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(360px, 90vw);
  background: var(--bg);
  border-left: 1px solid rgba(0, 200, 255, 0.18);
  box-shadow: -18px 0 50px rgba(0,0,0,0.25);
  padding: 18px;
  transform: translateX(100%);
  transition: transform 220ms ease;
}
.mob.open .mob-pan,
#mob-toggle:checked ~ .mob .mob-pan {
  transform: translateX(0);
}
.mob-pan .menu {
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
.mob-pan .menu a, .mob-pan .menu button.menu-link { justify-content: flex-start; }
.mob-pan .menu a[href$="login.html"],
.mob-pan .menu a[href$="cabinet.html"] {
  order: -1;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.mob-pan .drop { width: 100%; }
.mob-pan .drop-pan {
  position: static;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 8px;
  max-height: min(70vh, 520px);
  overflow: auto;
}


.hero {
  position: relative;
  isolation: isolate;
  padding: calc(var(--section-y) + var(--hero-offset-top)) 0 var(--section-y);
  overflow: hidden;
}
.hero-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  text-align: center;
  align-items: center;
  justify-items: center;
}
.hero-bg {
  position: absolute;
  inset: -140px -200px 0 -200px;
  pointer-events: none;
  z-index: 0;
  display: block;
  background:
    radial-gradient(circle at 30% 15%, rgba(0, 200, 255, 0.14), transparent 58%),
    radial-gradient(circle at 80% 15%, rgba(10, 132, 255, 0.12), transparent 58%),
    linear-gradient(180deg, color-mix(in srgb, var(--c-blue-100) 26%, transparent), transparent 78%);
  filter: blur(0);
}
.hero-in .t1 { margin-top: 0; }
.hero-img {
  display: block;
  width: min(980px, 92vw);
  height: 360px;
  margin: 18px auto 0;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(0, 200, 255, 0.20);
  box-shadow: 0 0 0 1px rgba(0,200,255,0.08), 0 6px 18px rgba(2, 18, 42, 0.12);
  position: relative;
  overflow: hidden;
}


.grid {
  display: grid;
  gap: 16px;
}
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }

.card {
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--bg-elev) 92%, transparent);
  border: 1px solid rgba(0, 200, 255, 0.14);
  padding: 18px;
  box-shadow: 0 0 0 1px rgba(0,200,255,0.06);
  transition: border-color 180ms ease;
  position: relative;
  overflow: hidden;
}
.card:hover {
  border-color: rgba(0, 200, 255, 0.24);
}
.card .ico {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 200, 255, 0.30);
  background: var(--c-blue-100);
  box-shadow: none;
  margin-bottom: 12px;
}
.card .ico i { color: var(--c-blue-500); }
.card h3 { margin: 0 0 12px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.card ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); font-size: 14px; }


.logos {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  opacity: 0.85;
}
.logo-chip {
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(10, 132, 255, 0.12);
  background: color-mix(in srgb, var(--bg-elev) 82%, transparent);
  filter: grayscale(1);
  color: color-mix(in srgb, var(--text) 55%, transparent);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 11px;
}


.cl-slider {
  margin-top: 18px;
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 28px 76px 56px;
}
.cl-state {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.cl-view {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.cl-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 220px minmax(0, 680px);
  justify-content: center;
  gap: 24px;
  align-items: center;
  min-height: 260px;
  padding: 0 72px;
  z-index: 1;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 300ms ease;
}
#cl-s1:checked ~ .cl-view .cl-slide-1,
#cl-s2:checked ~ .cl-view .cl-slide-2,
#cl-s3:checked ~ .cl-view .cl-slide-3,
#cl-s4:checked ~ .cl-view .cl-slide-4,
#cl-s5:checked ~ .cl-view .cl-slide-5,
#cl-s6:checked ~ .cl-view .cl-slide-6,
#cl-s7:checked ~ .cl-view .cl-slide-7,
#cl-s8:checked ~ .cl-view .cl-slide-8 {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
}
.cl-logo {
  width: 200px;
  height: 200px;
  border-radius: 18px;
  box-shadow: none;
  display: block;
}
.cl-slide h3 {
  margin: 0 0 18px;
  font-size: 30px;
}
.cl-slide p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 62ch;
}
.cl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0,200,255,0.25);
  background: var(--bg);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cl-prev { left: 8px; }
.cl-next { right: 8px; }
.cl-dots {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.cl-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(10,132,255,0.28);
  cursor: pointer;
}
.cl-dot.active {
  width: 20px;
  background: var(--c-blue-500);
}


.ban {
  border-radius: 28px;
  border: 1px solid rgba(0, 200, 255, 0.18);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--bg-elev) 92%, transparent),
    color-mix(in srgb, var(--bg) 92%, transparent)
  );
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ban-in {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
}
.ban-img {
  display: block;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 200, 255, 0.18);
  box-shadow: 0 8px 24px rgba(2, 18, 42, 0.12);
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}


.ban .t2 {
  margin-bottom: 18px;
}
.ban .txt {
  max-width: 40rem;
}
.ban .form {
  margin-top: 20px;
  gap: 14px;
}
.ban .grid.c2 {
  gap: 14px 18px;
}
.ban .btn-main {
  margin-top: 6px;
  padding-inline: 26px;
}


.form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.fld {
  display: grid;
  gap: 6px;
}
.lbl { font-size: 13px; color: var(--muted); font-weight: 700; }
.inp, .ta {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 200, 255, 0.22);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  color: var(--text);
  outline: none;
  transition: box-shadow 160ms ease, border-color 160ms ease;
}
.ta { min-height: 120px; resize: vertical; }
.inp:focus, .ta:focus {
  box-shadow: 0 0 0 2px rgba(10, 132, 255, 0.22);
  border-color: rgba(0, 200, 255, 0.62);
}
.help { font-size: 12px; color: var(--muted); }
.err { font-size: 12px; color: #ff4d6d; }
.ok { font-size: 12px; color: #22c55e; }
.js-contact-status { margin-top: 10px; min-height: 1.2em; }


.set-ov {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  z-index: 1200;
}
.set-ov.open { display: block; }
.set-pan {
  position: absolute;
  right: 16px;
  top: 92px;
  width: min(420px, calc(100vw - 32px));
  background: var(--bg);
  border: 1px solid rgba(0, 200, 255, 0.22);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.set-head {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: color-mix(in srgb, var(--bg-elev) 90%, transparent);
  border-bottom: 1px solid rgba(0, 200, 255, 0.14);
}
.set-body { padding: 14px 16px 18px; display: grid; gap: 14px; }
.set-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }
.seg {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(0, 200, 255, 0.22);
  background: color-mix(in srgb, var(--bg-elev) 88%, transparent);
}
.seg button {
  border: 0;
  background: transparent;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
}
.seg button.active {
  background: color-mix(in srgb, var(--c-blue-500) 20%, var(--bg-elev));
  color: var(--text);
  box-shadow: none;
}

.foot {
  padding: 48px 0 28px;
  border-top: 1px solid rgba(0, 200, 255, 0.14);
  background: color-mix(in srgb, var(--bg-elev) 92%, transparent);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 22px;
}
.foot-title { font-weight: 900; margin: 0 0 10px; }
.foot-links { display: grid; gap: 8px; }
.foot-links a { color: var(--muted); font-weight: 700; }
.foot-links a:hover { color: var(--text); text-decoration: underline; }
.soc { display: flex; gap: 10px; margin-top: 12px; }
.soc a {
  width: 40px; height: 40px;
  border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid rgba(0,200,255,0.20);
  color: var(--text);
  transition: border-color 160ms ease;
}
.copy {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 200, 255, 0.12);
  color: var(--muted);
  font-size: 12px;
}


.rev {
  opacity: 1;
  transform: none;
  transition: none;
}
.rev.on {
  opacity: 1;
  transform: none;
}


.u-top-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.u-mt-18 { margin-top: 18px; }
.u-mt-14 { margin-top: 14px; }
.u-mt-10 { margin-top: 10px; }
.u-mb-10 { margin-bottom: 10px; }
.u-m0 { margin: 0; }
.u-form-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }


.auth-main {
  min-height: calc(100vh - 220px);
  display: grid;
  align-items: center;
}
.auth-wrap {
  width: min(520px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}
.auth-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 6px 0;
}
.auth-wrap .t1,
.auth-title {
  text-align: center;
  font-size: clamp(28px, 2.4vw, 36px);
  margin-bottom: 14px;
  line-height: 1.12;
  white-space: nowrap;
}
.auth-wrap .form {
  justify-items: center;
  gap: 16px;
  margin-top: 8px;
}
.auth-wrap .fld,
.auth-wrap .grid.c2 {
  width: 100%;
  max-width: 500px;
}
.auth-wrap .grid.c2 {
  gap: 12px;
}
.auth-wrap .lbl,
.auth-wrap .help,
.auth-wrap .js-form-status {
  text-align: center;
}
.auth-wrap .lbl {
  display: none;
}
.auth-wrap .inp {
  text-align: center;
  border-color: rgba(10, 132, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 200, 255, 0.08);
  min-height: 52px;
  padding: 14px 16px;
}
.auth-wrap .inp::placeholder { color: color-mix(in srgb, var(--muted) 78%, #fff 22%); }
.auth-wrap .inp:focus {
  border-color: rgba(0, 200, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(0, 200, 255, 0.2), 0 0 0 3px rgba(10, 132, 255, 0.12);
}
.auth-wrap .btn-main {
  min-height: 50px;
  width: min(500px, 100%);
  font-size: 16px;
  margin-top: 2px;
}
.auth-wrap .help { margin-top: -2px; }
.auth-wrap .help a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-cab {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-cab .cab-main {
  flex: 1 0 auto;
}
.page-cab .foot {
  margin-top: auto;
}
.cab-main .t1 {
  font-size: clamp(32px, 3vw, 44px);
  margin-bottom: 14px;
}
.cab-main .cab-panel:not(.cab-panel-card) {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-cab-v2 {
  background: color-mix(in srgb, var(--bg-elev) 90%, var(--bg) 10%);
}
.cab-app .cab-app-wrap {
  width: min(var(--container), calc(100% - 48px));
}
.cab-app-head {
  margin-bottom: 8px;
}
.cab-app-head-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 16px;
}
.cab-app-head-titles {
  min-width: 0;
}
.cab-app-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 16px;
  margin-bottom: 8px;
}
.cab-app-title-row .cab-app-title {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  display: block;
}
.cab-app-logout {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  
  padding-bottom: 0.06em;
}
.cab-app-title {
  margin-bottom: 8px;
}
.cab-app-sub {
  margin: 0;
  max-width: 52ch;
}
.cab-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
.cab-toolbar--head {
  justify-content: flex-start;
}
.cab-toolbar .btn {
  gap: 8px;
}
.cab-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px;
  background: color-mix(in srgb, var(--bg-elev) 94%, transparent);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 200, 255, 0.14);
}
.cab-tab {
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border-radius: 12px;
  font-family: inherit;
  transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cab-tab:hover {
  color: var(--text);
}
.cab-tab[aria-selected="true"] {
  background: var(--bg);
  color: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.cab-panels {
  margin-top: 20px;
}
.cab-panel-card {
  background: var(--bg);
  border: 1px solid rgba(0, 200, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  box-shadow: var(--shadow);
}
.cab-panel-title {
  font-size: clamp(20px, 2.2vw, 26px);
  margin: 0 0 6px;
  font-weight: 800;
  line-height: 1.2;
}
.cab-panel-desc {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--muted);
}
.cab-empty {
  text-align: center;
  color: var(--muted);
  padding: 44px 16px;
  font-size: 15px;
  border: 1px dashed rgba(0, 200, 255, 0.2);
  border-radius: var(--radius-md);
}
.cab-toolbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}
.cab-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 200, 255, 0.12);
}
table.cab-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cab-table th,
.cab-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 200, 255, 0.1);
  vertical-align: top;
}
.cab-table tr:last-child td {
  border-bottom: 0;
}
.cab-table th {
  font-weight: 700;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: color-mix(in srgb, var(--bg-elev) 80%, transparent);
}
.cab-profile-grid {
  display: grid;
  gap: 14px;
  max-width: 520px;
}
.cab-profile-readonly {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 4px;
}
.cab-profile-job-title {
  margin-top: 10px;
}
.cab-badge-role {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: color-mix(in srgb, var(--c-blue-100) 50%, transparent);
  color: var(--text);
}


.vac-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.vac-card {
  padding: 24px;
  border-radius: 18px;
  display: grid;
  gap: 12px;
}
.vac-head {
  margin: 0;
  
  font-size: clamp(22px, 2.35vw, 30px);
  line-height: 1.25;
  font-weight: 700;
}
.vac-pay {
  margin: 0;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, var(--text) 90%, var(--c-blue-500) 10%);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
  text-decoration-color: color-mix(in srgb, var(--c-neon) 42%, var(--c-blue-500) 28%, transparent);
}
.vac-card .t3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
}
.vac-lines {
  margin: 0;
  display: grid;
  gap: 8px;
}
.vac-line {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.45;
}
.vac-info {
  margin-top: 4px;
  display: grid;
  gap: 8px;
}
.vac-row {
  min-height: 0;
  display: block;
}
.vac-row.edu .vac-val {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vac-row.qual .vac-val {
  line-height: 1.4;
}
.vac-key {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2px;
  color: var(--text);
}
.vac-val {
  font-size: 16px;
  line-height: 1.45;
  color: var(--muted);
}
.vac-actions {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.vac-card .btn-main {
  min-height: 38px;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  gap: 8px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.vac-fav {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(10, 132, 255, 0.2);
  background: color-mix(in srgb, var(--c-blue-100) 42%, var(--bg-elev));
  color: var(--c-blue-500);
  display: inline-grid;
  place-items: center;
}

.job-ov {
  position: fixed;
  inset: 0;
  background: rgba(8, 16, 28, 0.45);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  padding: 28px;
}
.job-ov.open {
  display: flex;
}
.job-pan {
  width: min(760px, 100%);
  max-height: calc(100vh - 56px);
  overflow: auto;
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  border: 1px solid rgba(0, 200, 255, 0.2);
  box-shadow: var(--shadow);
  padding: 28px 32px;
}
.job-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.job-pan .form {
  gap: 16px;
  margin-top: 4px;
}
.job-pan .form .grid {
  gap: 16px 20px;
}


.cab-modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(8, 16, 28, 0.45);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1600;
  padding: 28px;
}
.cab-modal-ov.open {
  display: flex;
}
.cab-modal-pan {
  width: min(520px, 100%);
  max-height: calc(100vh - 56px);
  overflow: auto;
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  border: 1px solid rgba(0, 200, 255, 0.2);
  box-shadow: var(--shadow);
  padding: 28px 32px;
}
.cab-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.cab-modal-head .t2 {
  margin: 0;
  font-size: 1.25rem;
}
.cab-modal-pan .form {
  gap: 16px;
  margin-top: 0;
}
.cab-user-select {
  min-height: 11rem;
  padding: 8px 10px;
  line-height: 1.35;
}
.cab-user-select option {
  padding: 6px 4px;
}
.cab-schedule-add-hint {
  font-size: 12px;
  color: var(--muted);
  margin-top: -8px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .sec { padding: calc(var(--section-y) * 0.75) 0; }
  .wrap, .cab-app .cab-app-wrap { width: min(var(--container), calc(100% - 36px)); }
  .top-in { grid-template-columns: 1fr auto; }
  .menu { display: none; }
  .mob-pan .menu { display: flex; }
  .mob-btn { display: inline-flex; }
  .grid.c4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.c3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ban-in { grid-template-columns: 1fr; padding: 20px 24px; gap: 20px; }
  .logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cl-slider { padding: 20px 48px 44px; }
  #panel-requests .cab-table th:nth-child(5),
  #panel-requests .cab-table td:nth-child(5) { display: none; }
}

@media (max-width: 767px) {
  .wrap, .cab-app .cab-app-wrap { width: min(var(--container), calc(100% - 32px)); }
  .sec { padding: calc(var(--section-y) * 0.7) 0; }
  .top-in { grid-template-columns: 1fr auto; }
  .menu { display: none; }
  .mob-pan .menu { display: flex; }
  .mob-btn { display: inline-flex; }
  .top-act .btn { display: none; }
  .grid.c4, .grid.c3, .grid.c2 { grid-template-columns: 1fr; }
  .logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: 1fr; }
  .drop-pan { width: min(96vw, 420px); padding: 12px; }
  .drop-grid { grid-template-columns: 1fr; gap: 8px; }
  .cl-slider { padding: 16px 8px 24px; }
  .cl-view { min-height: 440px; }
  .cl-slide { grid-template-columns: 1fr; gap: 16px; min-height: auto; padding: 0 42px; }
  .cl-logo { width: 180px; height: 180px; }
  .cl-nav { width: 36px; height: 36px; }
  .auth-title { white-space: normal; }
  .vac-list { grid-template-columns: 1fr; }
  .btns { flex-direction: column; align-items: stretch; }
  .btns .btn,
  .form .btn-main,
  .form .btn-alt,
  .ban .btn-main,
  .vac-card .btn-main,
  .cab-toolbar .btn,
  .cab-toolbar-inner .btn,
  .cab-app-logout .btn { width: 100%; justify-content: center; }
  .vac-actions { flex-direction: column; align-items: stretch; }
  .cab-tabs { flex-wrap: nowrap; overflow-x: auto; gap: 6px; }
  .cab-tab { flex: 0 0 auto; white-space: nowrap; }
  .cab-toolbar, .cab-toolbar--head { flex-direction: column; align-items: stretch; }
  .cab-table-wrap { overflow-x: auto; border-radius: var(--radius-md); }
  table.cab-table { min-width: 620px; }
  .cab-modal-ov, .job-ov { padding: 0; align-items: stretch; justify-content: stretch; }
  .cab-modal-pan, .job-pan {
    width: 100%;
    max-width: none;
    max-height: none;
    height: 100%;
    min-height: 100dvh;
    border-radius: 0;
    padding: 18px 16px 24px;
  }
}

