.vk-header-v8 .vk-brand-v8 img {
  width: auto !important;
  height: 62px !important;
  max-height: 62px !important;
}

.vk-mobile-nav-v8 .vk-mobile-logo-v8 img {
  width: auto !important;
  height: 62px !important;
  max-height: 62px !important;
}

.vk-mobile-user-v8 {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center !important;
  gap: 13px !important;
  overflow: hidden;
  min-width: 0;
}

.vk-mobile-user-icon-v8 {
  width: 48px !important;
  height: 48px !important;
  overflow: hidden;
  place-items: center;
  font-size: 1.1rem !important;
}

.vk-mobile-user-v8 > div {
  min-width: 0;
  overflow: hidden;
}

.vk-mobile-user-v8 > div > span {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.vk-mobile-user-v8 strong {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere;
  line-height: 1.22;
  font-size: .98rem !important;
}

.vk-natural-rating {
  letter-spacing: 0 !important;
  font-weight: 750;
}

@media (max-width: 991.98px) {
  .vk-header-v8 .vk-brand-v8 img {
    width: auto !important;
    height: 56px !important;
    max-height: 56px !important;
  }
}

@media (max-width: 575.98px) {
  .vk-header-v8 .vk-brand-v8 img {
    width: auto !important;
    height: 54px !important;
    max-height: 54px !important;
  }

  .vk-mobile-nav-v8 .vk-mobile-logo-v8 img {
    width: auto !important;
    height: 60px !important;
    max-height: 60px !important;
  }
}

@media (max-width: 380px) {
  .vk-header-v8 .vk-brand-v8 img {
    width: auto !important;
    height: 50px !important;
  }
}

/* Messenger V19 */
.messenger-sidebar {
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
  background: #fff;
}

.messenger-sidebar > .p-3.border-bottom {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  z-index: 2;
}

.messenger-sidebar [data-conversations] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #a9c5f5 transparent;
}

.messenger-sidebar [data-conversations]::-webkit-scrollbar,
.chat-messages::-webkit-scrollbar {
  width: 8px;
}

.messenger-sidebar [data-conversations]::-webkit-scrollbar-track,
.chat-messages::-webkit-scrollbar-track {
  background: transparent;
}

.messenger-sidebar [data-conversations]::-webkit-scrollbar-thumb,
.chat-messages::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c7d8f7, #8fb5f4);
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 999px;
}

.conversation-item {
  position: relative;
  align-items: center;
  transition: background-color .18s ease, transform .18s ease;
}

.conversation-item:hover {
  transform: translateX(2px);
}

.conversation-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: #2563eb;
}

.vk-message-row {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  width: 100%;
  margin: .45rem 0;
}

.vk-message-row.mine {
  flex-direction: row-reverse;
}

.vk-message-avatar {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 3px 12px rgba(15, 23, 42, .14);
}

.vk-message-row .chat-bubble {
  margin: 0 !important;
  max-width: min(72%, 620px);
}

.vk-message-row.mine .chat-bubble {
  margin-left: 0 !important;
}

.chat-composer {
  padding: .85rem 1rem 1rem !important;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .035);
}

.chat-composer .input-group {
  align-items: stretch;
  padding: 5px;
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.chat-composer .input-group:focus-within {
  border-color: #8bb7ff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .09);
}

.chat-composer .input-group .btn-light,
.chat-composer .input-group .form-control {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.chat-composer .input-group textarea {
  min-height: 44px;
  max-height: 120px;
  padding: 10px 12px;
  resize: none;
}

.chat-composer button[aria-label="Αποστολή"] {
  align-self: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #1976ff, #3158ea) !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .24);
  transition: transform .18s ease, box-shadow .18s ease;
}

.chat-composer button[aria-label="Αποστολή"]:hover:not(:disabled) {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 11px 24px rgba(37, 99, 235, .32);
}

.chat-composer button[aria-label="Αποστολή"] i {
  font-size: 1.05rem;
}

@media (max-width: 767.98px) {
  /* Keep the original mobile chat layout, but stop the browser's rubber-band
     overscroll from revealing a fake gap below the attachment-limit text. */
  html:has(body.vk-messages-mobile-stable),
  body.vk-messages-mobile-stable {
    overscroll-behavior-y: none;
  }

  body.vk-messages-mobile-stable .messenger-shell,
  body.vk-messages-mobile-stable .messenger-main,
  body.vk-messages-mobile-stable .chat-messages {
    overscroll-behavior-y: contain;
  }

  body.vk-messages-mobile-stable.vk-mobile-keyboard-open .messenger-shell {
    height: var(--vk-chat-keyboard-height) !important;
    min-height: 300px !important;
  }

  .messenger-shell {
    height: calc(100dvh - 82px) !important;
    min-height: 440px !important;
  }

  .messenger-sidebar [data-conversations] {
    padding: 7px 8px 18px;
  }

  .conversation-item {
    border: 1px solid transparent;
    border-radius: 16px;
    margin: 3px 0;
    padding: .85rem .75rem;
  }

  .conversation-item.active {
    border-color: #d8e7ff;
    box-shadow: 0 7px 20px rgba(37, 99, 235, .08);
  }

  .chat-messages {
    padding: .85rem .65rem !important;
  }

  .vk-message-row {
    gap: 7px;
  }

  .vk-message-avatar {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .vk-message-row .chat-bubble {
    max-width: calc(100% - 44px);
  }

  .chat-composer {
    padding: .65rem .65rem max(.65rem, env(safe-area-inset-bottom)) !important;
  }

  .chat-composer .input-group {
    border-radius: 16px;
  }
}

/* Profile statistics pagination V21 */
.vk-stats-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid #e6edf6;
}

.vk-stats-page-info {
  color: #64748b;
  font-size: .84rem;
  font-weight: 600;
  white-space: nowrap;
}

.vk-stats-page-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.vk-stats-page-btn {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d9e3f1;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font-size: .86rem;
  font-weight: 700;
  transition: all .16s ease;
}

.vk-stats-page-btn:hover:not(:disabled):not(.active) {
  color: #1768e7;
  border-color: #9fc1f7;
  background: #f5f9ff;
}

.vk-stats-page-btn.active {
  color: #fff;
  border-color: #1768e7;
  background: linear-gradient(135deg, #1976ff, #3158ea);
  box-shadow: 0 6px 14px rgba(37, 99, 235, .18);
}

.vk-stats-page-btn:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.vk-stats-page-dots {
  color: #94a3b8;
  padding: 0 2px;
}

@media (max-width: 575.98px) {
  .vk-stats-pagination {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .vk-stats-page-info {
    text-align: center;
  }

  .vk-stats-page-controls {
    justify-content: center;
  }

  .vk-stats-page-btn {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
  }
}

/* V22 — modern cookie consent */
.vk-cookie-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  padding: 24px !important;
  background: rgba(6, 19, 43, .38) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.vk-cookie-card {
  box-sizing: border-box;
  width: min(540px, calc(100vw - 48px)) !important;
  max-width: 540px !important;
  padding: 28px !important;
  border: 1px solid rgba(31, 111, 235, .14);
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 24px 70px rgba(5, 20, 45, .2) !important;
  color: #0b1b36;
  overflow: hidden;
}

.vk-cookie-card > h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px !important;
  color: #0b1b36;
  font-size: clamp(1.28rem, 2.5vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -.025em;
}

.vk-cookie-card > h2::before {
  content: "✓";
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #1677ff, #5448e8);
  box-shadow: 0 8px 22px rgba(31, 111, 235, .22);
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 900;
}

.vk-cookie-card > p {
  margin: 0 0 18px !important;
  color: #5f6f86;
  font-size: .94rem;
  line-height: 1.65 !important;
}

.vk-cookie-privacy {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 20px;
  color: #1d67d8;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.vk-cookie-privacy:hover { color: #0c4fb2; }
.vk-cookie-privacy .bi-arrow-up-right { font-size: .72rem; }

.vk-cookie-card > .d-flex.justify-content-flex-end {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px !important;
  margin-top: 0 !important;
}

.vk-cookie-card > .d-flex.justify-content-flex-end button {
  width: auto !important;
  min-width: 0;
  height: 48px !important;
  padding: 0 14px;
  border: 1px solid #dbe4f0 !important;
  border-radius: 13px;
  background: #fff;
  color: #243650;
  font-size: .86rem;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vk-cookie-card > .d-flex.justify-content-flex-end button:hover {
  transform: translateY(-1px);
  border-color: #b9c9dd !important;
}

.vk-cookie-banner > .d-flex.justify-content-flex-end .btn-primary,
.vk-cookie-settings > .d-flex.justify-content-flex-end .btn-primary {
  grid-column: 1 / -1;
  grid-row: 1;
  border-color: transparent !important;
  background: linear-gradient(135deg, #1478ff, #3265e8) !important;
  box-shadow: 0 10px 22px rgba(20, 120, 255, .2);
  color: #fff !important;
}

.vk-cookie-banner > .d-flex.justify-content-flex-end .btn-danger,
.vk-cookie-settings > .d-flex.justify-content-flex-end .btn-danger {
  border-color: #dbe4f0 !important;
  background: #f8fafc !important;
  color: #42546d !important;
}

.vk-cookie-banner > .d-flex.justify-content-flex-end .btn-secondary,
.vk-cookie-settings > .d-flex.justify-content-flex-end .btn-secondary {
  background: #fff !important;
  color: #1d67d8 !important;
}

.vk-cookie-settings-overlay {
  align-items: center !important;
  justify-content: center !important;
}

.vk-cookie-settings {
  width: min(700px, calc(100vw - 48px)) !important;
  max-width: 700px !important;
  max-height: min(820px, calc(100dvh - 48px));
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #bfd0e8 transparent;
}

.vk-cookie-settings > div.border-silver {
  margin-bottom: 10px !important;
  padding: 16px !important;
  border: 1px solid #e1e8f1 !important;
  border-radius: 15px !important;
  background: #f8fafd;
}

.vk-cookie-settings h3 {
  margin: 0 0 4px;
  color: #10213c;
  font-size: .98rem;
  font-weight: 800;
}

.vk-cookie-settings > div.border-silver p {
  margin: 0;
  padding-right: 14px;
  color: #6a788c;
  font-size: .82rem;
  line-height: 1.5;
}

.vk-cookie-settings input[type="checkbox"] {
  width: 42px;
  height: 22px;
  flex: 0 0 42px;
  accent-color: #1677ff;
  cursor: pointer;
}

.vk-cookie-settings input[type="checkbox"]:disabled { cursor: not-allowed; }

@media (max-width: 600px) {
  .vk-cookie-overlay {
    align-items: flex-end !important;
    padding: 10px !important;
    padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
  }

  .vk-cookie-card {
    width: 100% !important;
    max-width: none !important;
    padding: 22px 18px 18px !important;
    border-radius: 22px !important;
  }

  .vk-cookie-card > h2 { font-size: 1.22rem; }
  .vk-cookie-card > h2::before { flex-basis: 40px; width: 40px; height: 40px; border-radius: 12px; }
  .vk-cookie-card > p { font-size: .88rem; line-height: 1.55 !important; }

  .vk-cookie-card > .d-flex.justify-content-flex-end {
    grid-template-columns: 1fr;
  }

  .vk-cookie-banner > .d-flex.justify-content-flex-end .btn-primary,
  .vk-cookie-settings > .d-flex.justify-content-flex-end .btn-primary {
    grid-column: 1;
  }

  .vk-cookie-card > .d-flex.justify-content-flex-end button { width: 100% !important; }

  .vk-cookie-settings-overlay { align-items: flex-end !important; }
  .vk-cookie-settings { max-height: calc(100dvh - 20px); }
  .vk-cookie-settings > div.border-silver { padding: 14px !important; }
}
/* V25 — live searchable teacher filters */
.vk-filter[data-live-search="ready"] .vk-filter-search-input {
  min-height: 48px;
  border-radius: 0 .75rem .75rem 0;
  background: #fff;
}

.vk-filter[data-live-search="ready"] .vk-filter-search-input::placeholder {
  color: #8795a9;
  opacity: 1;
}

.vk-filter[data-live-search="ready"] .vk-filter-search-input:focus {
  position: relative;
  z-index: 2;
  border-color: #75a7ff;
  box-shadow: 0 0 0 .2rem rgba(31, 111, 235, .1);
}

.vk-filter .vk-live-search-button {
  position: static !important;
  width: auto !important;
  height: 52px !important;
  padding: 0 22px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
}

.vk-filter-suggestion-v205.is-child{padding-left:38px!important;font-size:.92rem}
.vk-filter-suggestion-v205.is-child i{opacity:.65}
.vk-selected-lesson-shell-v225{position:relative}.vk-selected-lesson-shell-v225 .vk-filter-search-input{padding-right:52px}.vk-selected-lesson-clear-v225{position:absolute;z-index:6;top:50%;right:9px;display:grid;width:34px;height:34px;place-items:center;transform:translateY(-50%);border:1px solid #d2def0;border-radius:10px;background:#fff;color:#536783;transition:background .16s,color .16s,border-color .16s}.vk-selected-lesson-clear-v225:hover,.vk-selected-lesson-clear-v225:focus-visible{outline:0;border-color:#8bb5ff;background:#edf4ff;color:#176cff}.vk-selected-lesson-clear-v225[hidden]{display:none!important}

@media (max-width: 575.98px){
  .vk-filter .vk-live-filter-actions{width:100%!important}
  .vk-filter .vk-live-search-button{width:100%!important}
}

.vk-filter .vk-live-filter-actions {
  flex: 0 0 auto;
  width: auto;
  min-width: 52px;
}

/* V199 — explicit canonical lesson navigation without live breadcrumb churn. */
.vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33 .input-group{position:relative!important;overflow:visible!important}
.vk-lesson-route-suggestion-v199{position:absolute;top:calc(100% + 7px);left:0;z-index:40;width:100%;min-height:46px;padding:10px 14px;border:1px solid #bfd4f4;border-radius:13px;background:#fff;color:#153a73;box-shadow:0 14px 32px rgba(15,42,82,.16);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-size:.9rem;font-weight:750}
.vk-lesson-route-suggestion-v199:hover,.vk-lesson-route-suggestion-v199:focus-visible{border-color:#176cff;background:#f6f9ff;color:#0b5be7;outline:0}
.vk-lesson-route-suggestion-v199[hidden]{display:none!important}

/* V205 — searchable city and lesson suggestion menus. */
.vk-filter[data-live-search="ready"] .input-group{position:relative}
.vk-filter-suggestions-v205{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:1050;max-height:292px;padding:7px;overflow-y:auto;overscroll-behavior:contain;border:1px solid #d6e2f1;border-radius:15px;background:#fff;box-shadow:0 20px 46px rgba(15,42,82,.18);scrollbar-width:thin;scrollbar-color:#8fb5f4 #edf3fb}
.vk-filter-suggestions-v205[hidden]{display:none!important}
.vk-filter-suggestion-v205{display:grid;width:100%;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;min-height:43px;padding:8px 10px;border:0;border-radius:10px;background:transparent;color:#172b49;text-align:left;font-size:.9rem;font-weight:700}
.vk-filter-suggestion-v205:hover,.vk-filter-suggestion-v205:focus-visible{outline:0;background:#edf4ff;color:#0b5fe6}
.vk-filter-suggestion-v205>i{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#eef4ff;color:#176cff}
.vk-filter-suggestion-v205.is-aggregate{margin-bottom:4px;background:#f5f8ff;color:#0d55c7;font-weight:850}
.vk-filter-suggestion-v205.is-aggregate>i{background:#176cff;color:#fff}
.vk-filter-suggestion-v205>span{min-width:0;overflow-wrap:anywhere}
@media(max-width:575.98px){.vk-filter-suggestions-v205{max-height:250px}.vk-filter-suggestion-v205{min-height:46px}}

@media (max-width: 991.98px) {
  .vk-filter .vk-live-filter-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

/* V26 discovery, pagination and presence */
.vk-v26-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:1.15rem}.vk-v26-page{width:38px;height:38px;border:1px solid #dbe4f0;border-radius:11px;background:#fff;color:#475569;font-weight:800;transition:.18s}.vk-v26-page:hover:not(:disabled){border-color:#93c5fd;color:#1d4ed8;background:#eff6ff;transform:translateY(-1px)}.vk-v26-page.active{color:#fff;border-color:#2563eb;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 8px 18px #2563eb28}.vk-v26-page:disabled{opacity:.35}
.vk-category-search-v26{display:flex;align-items:center;gap:10px;max-width:760px;margin:0 auto 1.4rem;padding:7px 8px 7px 16px;background:#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 12px 32px #0f172a0c}.vk-category-search-v26>i{color:#2563eb;font-size:1.1rem}.vk-category-search-v26 .form-control{border:0!important;box-shadow:none!important;min-height:46px;background:transparent}.vk-category-search-v26 button{width:42px;height:42px;border:0;border-radius:12px;background:#f1f5f9;color:#64748b}.vk-category-search-results-v26{margin-bottom:1.4rem}.vk-specialty-search-card-v26{height:100%;min-height:74px;padding:13px 15px;border:1px solid #e1e8f2;border-radius:16px;background:#fff;display:flex;align-items:center;gap:12px;text-decoration:none;color:#0f172a;box-shadow:0 8px 24px #0f172a09;transition:.18s}.vk-specialty-search-card-v26>span{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1.05rem;flex:none}.vk-specialty-search-card-v26>strong{flex:1}.vk-specialty-search-card-v26>i{color:#94a3b8}.vk-specialty-search-card-v26:hover{color:#1d4ed8;border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 14px 30px #2563eb14}.vk-empty-search-v26{padding:2rem;border:1px dashed #cbd5e1;border-radius:18px;text-align:center;color:#64748b;background:#f8fafc}
.vk-teacher-card,.vk-teacher-card-v26{position:relative!important;border:1px solid #dfe7f1!important;border-radius:22px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 14px 38px #0f172a0d!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.vk-teacher-card:hover,.vk-teacher-card-v26:hover{transform:translateY(-4px)!important;border-color:#c7d9f8!important;box-shadow:0 20px 48px #1d4ed81a!important}.vk-teacher-cover,.vk-teacher-cover-v26{height:78px!important;background:linear-gradient(120deg,#1d4ed8,#4f46e5 55%,#7c3aed)!important}.vk-teacher-content,.vk-teacher-content-v26{position:relative;padding:0 20px 20px!important;display:flex;flex-direction:column;min-height:335px}.vk-teacher-avatar,.vk-teacher-avatar-v26{width:88px!important;height:88px!important;border-radius:22px!important;object-fit:cover!important;border:5px solid #fff!important;background:#f1f5f9!important;margin-top:-44px!important;box-shadow:0 10px 24px #0f172a1c!important}.vk-teacher-name,.vk-teacher-title-v26{margin-top:12px!important;color:#0f172a!important}.vk-teacher-title-v26{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.vk-teacher-first-v26,.vk-teacher-last-v26{display:block;font-size:1.06rem;line-height:1.2;font-weight:850}.vk-teacher-specialty,.vk-teacher-specialty-v26{display:block;color:#2563eb!important;font-size:.78rem!important;font-weight:800!important;margin-top:4px}.vk-teacher-rating,.vk-teacher-rating-v26{display:flex;align-items:center;gap:6px;color:#64748b!important;font-size:.75rem!important;margin-top:8px!important}.vk-card-stars,.vk-teacher-rating .text-warning{color:#f59e0b!important}.vk-teacher-chips-v26{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.vk-teacher-chips-v26>span,.vk-teacher-chip{border:1px solid #e2e8f0!important;border-radius:999px!important;background:#f8fafc!important;color:#475569!important;padding:6px 9px!important;font-size:.72rem!important}.vk-teacher-chips-v26 i{color:#2563eb;margin-right:5px}.vk-teacher-lessons-v26{margin-top:14px;color:#475569}.vk-teacher-lessons-v26 strong{display:block;color:#1e293b;font-size:.78rem}.vk-teacher-lessons-v26 p{font-size:.77rem;line-height:1.55;margin:5px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vk-teacher-extra-v26{margin-top:12px;padding:8px 10px;border-radius:11px;background:#f0f7ff;color:#2563eb;font-size:.74rem;font-weight:750}.vk-teacher-cta-v26{margin-top:auto;border-radius:12px!important;min-height:44px;display:flex!important;align-items:center;justify-content:center;gap:8px;font-weight:800}.vk-presence-dot-v26{width:12px;height:12px;border-radius:50%;border:2px solid #fff;position:absolute;top:15px;left:18px;z-index:4;background:#ef4444}.vk-presence-dot-v26.is-online{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.vk-presence-dot-v26.is-offline{background:#ef4444}.vk-profile-presence-v26{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:.76rem;font-weight:800}.vk-profile-presence-v26:before{content:"";width:9px;height:9px;border-radius:50%;background:#ef4444}.vk-profile-presence-v26.is-online{color:#15803d}.vk-profile-presence-v26.is-online:before{background:#22c55e}.vk-profile-presence-v26.is-offline{color:#64748b}
.vk-carousel-v26{position:relative;margin-top:1.1rem}.vk-carousel-track-v26{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 22px}.vk-carousel-track-v26::-webkit-scrollbar{display:none}.vk-carousel-slide-v26{flex:0 0 calc((100% - 36px)/3);min-width:0;scroll-snap-align:start}.vk-carousel-control-v26{position:absolute;top:42%;z-index:3;width:42px;height:42px;border:1px solid #dbe4f0;border-radius:50%;background:#fff;color:#2563eb;display:grid;place-items:center;box-shadow:0 8px 24px #0f172a18}.vk-carousel-control-v26:first-of-type{left:-18px}.vk-carousel-control-v26:last-of-type{right:-18px}.vk-carousel-control-v26:hover{background:#2563eb;color:#fff}.vk-review-card-v26{height:100%;min-height:250px;border:1px solid #dfe7f1;border-radius:20px;background:linear-gradient(145deg,#fff,#f8fbff);padding:22px;box-shadow:0 12px 32px #0f172a0b;display:flex;flex-direction:column}.vk-review-stars-v26{color:#f59e0b;letter-spacing:2px;font-size:1.05rem}.vk-review-card-v26>p{color:#334155;line-height:1.7;margin:14px 0 18px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.vk-review-person-v26{display:flex;align-items:center;gap:10px;margin-top:auto}.vk-review-person-v26 img{width:42px;height:42px;border-radius:50%;object-fit:cover}.vk-review-person-v26 strong,.vk-review-person-v26 span{display:block}.vk-review-person-v26 span{color:#64748b;font-size:.7rem}.vk-review-teacher-v26{margin-top:12px;color:#2563eb;font-size:.78rem;font-weight:800;text-decoration:none}.vk-city-cloud-v26{display:flex;flex-wrap:wrap;gap:9px;margin-top:1rem}.vk-city-cloud-v26 a{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #dfe7f1;border-radius:999px;background:#fff;color:#334155;text-decoration:none;font-size:.8rem;box-shadow:0 5px 16px #0f172a08}.vk-city-cloud-v26 a i{color:#2563eb}.vk-city-cloud-v26 a:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}
@media(max-width:991.98px){.vk-carousel-slide-v26{flex-basis:calc((100% - 18px)/2)}.vk-carousel-control-v26:first-of-type{left:6px}.vk-carousel-control-v26:last-of-type{right:6px}}
@media(max-width:575.98px){.vk-carousel-slide-v26{flex-basis:88%}.vk-carousel-control-v26{display:none}.vk-teacher-content,.vk-teacher-content-v26{padding-inline:16px!important}.vk-category-search-v26{border-radius:15px;margin-inline:0}.vk-v26-pagination{gap:5px}.vk-v26-page{width:35px;height:35px}.vk-city-cloud-v26{gap:7px}.vk-city-cloud-v26 a{font-size:.76rem}}
.vk-chat-presence-v26{display:block;font-size:.72rem;font-weight:750;margin-top:2px}.vk-chat-presence-v26 .is-online{color:#16a34a}.vk-chat-presence-v26 .is-offline{color:#dc2626}.vk-chat-presence-v26 i{font-size:.48rem;margin-right:5px;vertical-align:2px}.vk-chat-list-presence-v26{width:9px;height:9px;border-radius:50%;flex:none;margin-top:5px;background:#ef4444;box-shadow:0 0 0 2px #fff}.vk-chat-list-presence-v26.is-online{background:#22c55e}.vk-admin-online-card{border:1px solid #dcfce7!important;background:linear-gradient(145deg,#fff,#f0fdf4)!important}

/* V27 — resilient teacher cards, presence anchored to the avatar, stable category search */
.vk-teacher-card,.vk-teacher-card-v26{width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.vk-teacher-cover,.vk-teacher-cover-v26{height:86px!important;min-height:86px!important}
.vk-teacher-head{position:relative!important;display:flex!important;align-items:flex-end!important;gap:14px!important;margin-top:-43px!important;padding:0 18px!important;min-width:0!important}
.vk-teacher-head>.flex-grow-1{min-width:0!important;padding:0 0 3px!important}
.vk-avatar-wrap-v27{position:relative!important;display:block!important;flex:0 0 auto!important;width:88px!important;height:88px!important;margin:0!important}
.vk-avatar-wrap-v27 .vk-teacher-avatar,.vk-avatar-wrap-v27 .vk-teacher-avatar-v26{display:block!important;width:88px!important;height:88px!important;margin:0!important;border-radius:22px!important}
.vk-teacher-content-v26>.vk-avatar-wrap-v27{margin-top:-44px!important}
.vk-teacher-content-v26>.vk-avatar-wrap-v27+.vk-teacher-title-v26{margin-top:12px!important}
.vk-teacher-name,.vk-teacher-title-v26{min-width:0!important;max-width:100%!important;overflow:visible!important;overflow-wrap:anywhere!important}
.vk-teacher-name{margin:0!important;font-size:1.02rem!important;line-height:1.16!important}
.vk-teacher-firstname,.vk-teacher-lastname{display:block!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}
.vk-teacher-title-v26{display:block!important}
.vk-teacher-specialty,.vk-teacher-specialty-v26{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}
.vk-teacher-content,.vk-teacher-content-v26{min-width:0!important;min-height:320px!important;overflow:hidden!important}
.vk-teacher-content:not(.vk-teacher-content-v26){padding:16px 18px 18px!important}
.vk-teacher-content p,.vk-teacher-content-v26 p{overflow-wrap:anywhere!important}
.vk-verified-pill{display:none!important}
.vk-avatar-wrap-v27 .vk-presence-dot-v26{position:absolute!important;top:auto!important;left:auto!important;right:1px!important;bottom:2px!important;width:16px!important;height:16px!important;border:3px solid #fff!important;z-index:6!important;box-shadow:0 2px 8px rgba(15,23,42,.22)!important}
.vk-avatar-wrap-v27 .vk-presence-dot-v26.is-online{background:#22c55e!important;box-shadow:0 0 0 3px rgba(34,197,94,.16),0 2px 8px rgba(15,23,42,.18)!important}
.vk-avatar-wrap-v27 .vk-presence-dot-v26.is-offline{background:#ef4444!important}
.vk-carousel-slide-v26>.vk-teacher-card-v26{height:100%!important}
.vk-category-search-v26{max-width:820px!important;padding:9px 10px 9px 18px!important;border-radius:20px!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important}
.vk-category-search-results-v26 .vk-specialty-card{width:100%!important}

@media(max-width:767.98px){
  .vk-carousel-slide-v26{flex:0 0 100%!important}
  .vk-carousel-track-v26{gap:12px!important}
  .vk-all-cities-v26{display:none!important}
  .vk-teacher-head{gap:12px!important;padding-inline:15px!important}
  .vk-avatar-wrap-v27,.vk-avatar-wrap-v27 .vk-teacher-avatar,.vk-avatar-wrap-v27 .vk-teacher-avatar-v26{width:82px!important;height:82px!important}
  .vk-teacher-content,.vk-teacher-content-v26{min-height:0!important;padding-left:15px!important;padding-right:15px!important}
  .vk-teacher-card,.vk-teacher-card-v26{max-width:100%!important;margin-inline:auto!important}
  .vk-category-search-results-v26 .row>[class*=col-]{width:100%!important;flex:0 0 100%!important}
}

/* V30 — subtle feedback when a live homepage counter changes. */
@keyframes vkLiveCountV30{0%{transform:translateY(0);color:inherit}45%{transform:translateY(-2px);color:#2563eb}100%{transform:translateY(0);color:inherit}}
.vk-live-count-v30{animation:vkLiveCountV30 .42s ease!important}

/* V33 — compact, balanced live-search layout on tablet/small desktop. */
@media(min-width:768px) and (max-width:1199.98px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 52px!important;gap:10px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>[class*=col-]{width:auto!important;max-width:none!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33{grid-column:1/-1!important}
  .vk-filter[data-live-search="ready"] .vk-filter-city-col-v33{grid-column:1!important}
  .vk-filter[data-live-search="ready"] .vk-filter-specialty-col-v33{grid-column:2!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-column:3!important;width:52px!important;min-width:52px!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:52px!important;min-width:52px!important;height:50px!important;margin:0!important;padding:0!important}
}
@media(max-width:767.98px){
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{display:flex!important;justify-content:flex-end!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:52px!important;min-width:52px!important}
}
.vk-chat-student-contact-v27{display:flex;flex-wrap:wrap;gap:6px;margin-top:5px}.vk-chat-student-contact-v27 a{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:3px 7px;border:1px solid #dce6f3;border-radius:8px;background:#f8fafc;color:#475569;font-size:.68rem;font-weight:650;text-decoration:none;overflow-wrap:anywhere}.vk-chat-student-contact-v27 a:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.vk-chat-student-contact-v27 i{color:#2563eb}.chat-header .vk-chat-presence-v26{font-size:.74rem!important}.vk-chat-list-presence-v26{margin-left:auto!important;margin-right:2px!important}
.vk-filter{padding:22px!important;border:1px solid #e1e8f2!important;border-radius:24px!important;background:linear-gradient(145deg,#fff,#fbfdff)!important;box-shadow:0 16px 44px rgba(15,23,42,.07)!important}.vk-filter h2,.vk-filter h3{margin-bottom:16px!important;letter-spacing:-.025em}.vk-filter .input-group{min-width:0!important;border-radius:14px!important;box-shadow:0 4px 14px rgba(15,23,42,.035)}.vk-filter .input-group-text{border-color:#dce5f1!important;background:#f8fbff!important;color:#2563eb!important}.vk-filter .form-control,.vk-filter .form-select{min-height:50px!important;border-color:#dce5f1!important}.vk-filter .vk-live-filter-actions button{min-height:50px;border-radius:14px!important}.vk-filter .vk-live-filter-actions .btn-outline-secondary{width:50px!important}
@media(max-width:767.98px){.vk-filter{padding:16px!important;border-radius:20px!important}.vk-filter .row>[class*=col-]{width:100%!important}.vk-filter .input-group,.vk-filter .vk-live-filter-actions{width:100%!important}.vk-filter .vk-live-filter-actions .btn-outline-secondary{width:100%!important}}

/* V28 — final alignment pass for categories, teacher identity and live presence */
.vk-category-search-v26{box-sizing:border-box!important;width:min(680px,100%)!important;max-width:680px!important;height:58px!important;min-height:58px!important;max-height:58px!important;margin:0 auto 24px!important;padding:6px 7px 6px 16px!important;gap:10px!important;border:1px solid #dce5f1!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 30px rgba(15,23,42,.06)!important;overflow:hidden!important}.vk-category-search-v26>i{flex:0 0 24px!important;text-align:center!important}.vk-category-search-v26 .form-control{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:8px 10px!important;border:0!important;background:transparent!important;font-size:.94rem!important}.vk-category-search-v26 button{display:grid!important;place-items:center!important;flex:0 0 44px!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important;border-radius:12px!important}.vk-category-search-results-v26{width:100%!important;margin:0 0 24px!important}.vk-category-search-results-v26 .row{align-items:stretch!important}.vk-category-search-results-v26 .vk-specialty-card{height:100%!important;min-height:86px!important}.vk-specialty-card{min-width:0!important}.vk-specialty-card .flex-grow-1{min-width:0!important}.vk-specialty-card h3{overflow-wrap:anywhere!important;line-height:1.25!important}

.vk-teacher-cover{height:108px!important;min-height:108px!important}.vk-teacher-head{min-height:88px!important;margin-top:-76px!important;align-items:center!important}.vk-teacher-head .vk-teacher-name,.vk-teacher-head .vk-teacher-firstname,.vk-teacher-head .vk-teacher-lastname{color:#fff!important;text-shadow:0 1px 2px rgba(5,20,45,.12)!important}.vk-teacher-head .vk-teacher-specialty{color:#eaf2ff!important}.vk-teacher-head .vk-teacher-rating{color:#eef4ff!important}.vk-teacher-head .vk-teacher-rating .text-warning{color:#ffd166!important}.vk-teacher-content:not(.vk-teacher-content-v26){padding-top:18px!important;min-height:292px!important}.vk-teacher-content-v26{overflow:visible!important;min-height:320px!important}.vk-teacher-cover-v26{height:96px!important;min-height:96px!important}.vk-teacher-card-v26 .vk-avatar-wrap-v27{z-index:4!important}.vk-teacher-card-v26 .vk-teacher-title-v26{position:relative!important;z-index:3!important}

.vk-avatar-wrap-v27 .vk-presence-dot-v26{display:none!important}.vk-presence-label-v28{position:absolute!important;right:-8px!important;bottom:-8px!important;z-index:8!important;display:inline-flex!important;align-items:center!important;gap:4px!important;height:22px!important;padding:0 7px!important;border:2px solid #fff!important;border-radius:999px!important;color:#fff!important;font-size:.58rem!important;line-height:1!important;font-weight:850!important;letter-spacing:.01em!important;box-shadow:0 4px 12px rgba(15,23,42,.18)!important;white-space:nowrap!important}.vk-presence-label-v28:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.vk-presence-label-v28.is-online{background:#16a34a!important}.vk-presence-label-v28.is-offline{background:#dc2626!important}

@media(max-width:767.98px){.vk-category-search-v26{width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin-bottom:18px!important}.vk-category-search-v26 .form-control{font-size:.87rem!important}.vk-teacher-cover{height:104px!important;min-height:104px!important}.vk-teacher-head{margin-top:-74px!important;padding-inline:14px!important}.vk-teacher-head .vk-teacher-name{font-size:1rem!important}.vk-teacher-card-v26 .vk-teacher-content-v26{min-height:0!important}.vk-presence-label-v28{right:-5px!important}}
.vk-profile-presence-v26{padding:5px 9px!important;border-radius:999px!important}.vk-profile-presence-v26.is-online{background:#ecfdf3!important;color:#15803d!important}.vk-profile-presence-v26.is-offline{background:#fef2f2!important;color:#dc2626!important}.vk-profile-presence-v26.is-offline:before{background:#ef4444!important}.vk-chat-presence-v26 .is-online,.vk-chat-presence-v26 .is-offline{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:3px 7px!important;border-radius:999px!important}.vk-chat-presence-v26 .is-online{background:#ecfdf3!important;color:#15803d!important}.vk-chat-presence-v26 .is-offline{background:#fef2f2!important;color:#dc2626!important}.vk-chat-student-contact-v27{margin-top:7px!important}.vk-chat-student-contact-v27 a{font-size:.72rem!important;padding:4px 8px!important}

/* V29 — one teacher-card language everywhere + deterministic specialty grid */
.vk-category-search-v26{position:relative!important;z-index:2!important}
.vk-category-search-results-v26{display:block!important;width:100%!important;max-width:100%!important}
.vk-category-search-results-v26.d-none{display:none!important}
.vk-category-search-results-v26>.row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin:0!important;width:100%!important}
.vk-category-search-results-v26>.row>[class*=col-]{display:flex!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important}
.vk-category-search-results-v26 .vk-specialty-card{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:100px!important;height:100%!important;padding:16px!important}
.vk-category-search-results-v26 .vk-specialty-icon{flex:0 0 auto!important}
.vk-category-search-results-v26 .vk-specialty-arrow{flex:0 0 auto!important;margin-left:auto!important}

/* Standard listing cards now follow the same composition as "Καθηγητές που ξεχωρίζουν":
   cover -> overlapping portrait -> identity on clean white space -> details -> CTA. */
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-cover{height:96px!important;min-height:96px!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head{align-items:flex-start!important;min-height:132px!important;margin-top:-44px!important;padding:0 20px!important;gap:14px!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-avatar-wrap-v27{width:88px!important;height:88px!important;flex:0 0 88px!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head>.flex-grow-1{margin-top:58px!important;padding:0!important;min-width:0!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head .vk-teacher-name{color:#0f172a!important;text-shadow:none!important;margin:0!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head .vk-teacher-firstname,
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head .vk-teacher-lastname{color:#0f172a!important;text-shadow:none!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head .vk-teacher-specialty{color:#2563eb!important;text-shadow:none!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head .vk-teacher-rating{color:#64748b!important;text-shadow:none!important}
.vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-content{padding:0 20px 20px!important;min-height:270px!important}
.vk-teacher-card,.vk-teacher-card-v26{border-radius:20px!important}
.vk-teacher-card .vk-presence-label-v28,.vk-teacher-card-v26 .vk-presence-label-v28{bottom:-7px!important;right:-8px!important}

@media(max-width:1199.98px){
  .vk-category-search-results-v26>.row{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:1199.98px){
  .vk-category-search-results-v26>.row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:767.98px){
  .vk-category-search-results-v26>.row{grid-template-columns:1fr!important;gap:12px!important}
  .vk-category-search-results-v26 .vk-specialty-card{min-height:86px!important}
  .vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head{min-height:126px!important;padding-inline:16px!important}
  .vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-head>.flex-grow-1{margin-top:55px!important}
  .vk-teacher-card:not(.vk-teacher-card-v26) .vk-teacher-content{padding-inline:16px!important}
}
/* Messenger v34: compact emoji picker and readable selected attachments. */
.chat-composer .emoji-popover{bottom:92px;max-height:170px;overflow:auto;overscroll-behavior:contain}
.vk-header-v8 .vk-header-actions{transform:translateY(-3px)}
.vk-header-v8 .dropdown-menu{margin-top:-2px!important}
.chat-composer .attachment-preview{margin-bottom:.55rem;padding:.6rem .7rem;border:1px solid #dbe5f2;border-radius:12px;background:#f8fbff}
.vk-attachment-summary-v34{font-size:.78rem;font-weight:700;color:#52647a;margin-bottom:.4rem}
.vk-attachment-summary-v34.is-over-limit{color:#dc2626}
.vk-attachment-list-v34{display:flex;flex-wrap:wrap;gap:.35rem}
.vk-attachment-chip-v34{display:inline-flex;align-items:center;gap:.3rem;max-width:240px;padding:.28rem .5rem;border-radius:999px;background:#eaf2ff;color:#193b6b;font-size:.76rem}
.vk-attachment-chip-v34 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vk-attachment-clear-v34{margin-top:.45rem;padding:0;border:0;background:transparent;color:#dc3545;font-size:.75rem;font-weight:700}
.chat-bubble a[download]{display:inline-flex!important;max-width:100%;align-items:center;gap:.35rem;padding:.42rem .58rem;border-radius:9px;background:rgba(255,255,255,.16);overflow-wrap:anywhere}
.vk-action-modal-v41{position:fixed;inset:0;z-index:20050;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.58);backdrop-filter:blur(5px)}
.vk-action-dialog-v41{width:min(100%,440px);background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:28px;box-shadow:0 28px 80px rgba(15,23,42,.28);text-align:center;animation:vkActionModalInV41 .18s ease-out}
.vk-action-dialog-v41 .vk-action-icon-v41{width:58px;height:58px;margin:0 auto 15px;border-radius:18px;display:grid;place-items:center;background:#eef5ff;color:#1769ff;font-size:25px}
.vk-action-dialog-v41.is-danger .vk-action-icon-v41{background:#fff1f2;color:#dc2626}
.vk-action-dialog-v41 h2{margin:0 0 10px;color:#0f172a;font-size:1.25rem;font-weight:800}
.vk-action-dialog-v41 p{margin:0;color:#64748b;line-height:1.6}
.vk-action-buttons-v41{display:flex;justify-content:center;gap:10px;margin-top:22px}
.vk-action-buttons-v41 .btn{min-width:130px;border-radius:12px;font-weight:700}
@keyframes vkActionModalInV41{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:575.98px){.vk-action-modal-v41{padding:14px;align-items:end}.vk-action-dialog-v41{border-radius:24px 24px 18px 18px;padding:24px 18px}.vk-action-buttons-v41{flex-direction:column-reverse}.vk-action-buttons-v41 .btn{width:100%}}

/* V52 — registered-student directory for the teacher messenger. */
.vk-review-teacher-v26{display:flex;align-items:center;gap:10px;margin-top:14px;padding:10px 11px;border:1px solid #dbeafe;border-radius:14px;background:#eff6ff;color:#0f172a!important;text-decoration:none!important;transition:border-color .18s ease,background .18s ease,transform .18s ease}.vk-review-teacher-v26:hover{border-color:#93c5fd;background:#eaf3ff;transform:translateY(-1px)}.vk-review-teacher-avatar-v51{width:46px;height:46px;flex:0 0 46px;border-radius:12px;object-fit:cover;background:#fff;border:2px solid #fff;box-shadow:0 5px 14px rgba(15,23,42,.12)}.vk-review-teacher-copy-v51{display:block;min-width:0;flex:1}.vk-review-teacher-copy-v51 small,.vk-review-teacher-copy-v51 strong,.vk-review-teacher-copy-v51>span{display:block}.vk-review-teacher-copy-v51 small{margin-bottom:1px;color:#64748b;font-size:.65rem;font-weight:700}.vk-review-teacher-copy-v51 strong{color:#0f172a;font-size:.82rem;line-height:1.25}.vk-review-teacher-copy-v51>span{margin-top:2px;color:#2563eb;font-size:.7rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vk-review-teacher-v26>i{flex:none;color:#2563eb;font-size:.9rem}
.vk-student-search-v52{display:flex;align-items:center;gap:8px;margin-top:12px;padding:0 10px;height:42px;border:1px solid #dbe5f1;border-radius:13px;background:#f8fbff;color:#2563eb}.vk-student-search-v52:focus-within{border-color:#93c5fd;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.09)}.vk-student-search-v52 input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#0f172a;font-size:.84rem}.vk-student-search-v52 input::placeholder{color:#94a3b8}.vk-student-search-v52 button{width:28px;height:28px;display:grid;place-items:center;flex:none;border:0;border-radius:8px;background:#eaf2ff;color:#64748b}.vk-student-directory-v52{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#a9c5f5 transparent;background:#fff}.vk-student-directory-v52::-webkit-scrollbar{width:7px}.vk-student-directory-v52::-webkit-scrollbar-track{background:transparent}.vk-student-directory-v52::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c7d8f7,#8fb5f4);border:2px solid transparent;background-clip:padding-box;border-radius:999px}.vk-student-list-v52{display:flex;flex-direction:column}.vk-student-row-v52{position:relative;width:100%;min-width:0;display:flex;align-items:center;gap:11px;padding:12px 14px;border:0;border-bottom:1px solid #eef2f7;background:#fff;color:#0f172a;text-align:left;transition:background .16s ease}.vk-student-row-v52:hover,.vk-student-row-v52:focus-visible{background:#f5f9ff;outline:0}.vk-student-row-v52.active{background:#eaf3ff;box-shadow:inset 3px 0 #2563eb}.vk-student-row-v52>img{width:46px;height:46px;flex:0 0 46px;border-radius:50%;object-fit:cover;background:#eef2f7}.vk-student-copy-v52{display:block;min-width:0;flex:1}.vk-student-copy-v52 strong,.vk-student-copy-v52 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vk-student-copy-v52 strong{font-size:.86rem;line-height:1.3}.vk-student-copy-v52 small{margin-top:4px;color:#7b8ba1;font-size:.73rem}.vk-student-presence-v52{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 3px #fee2e2}.vk-student-presence-v52.is-online{background:#22c55e;box-shadow:0 0 0 3px #dcfce7}.vk-student-status-v52{min-height:42px;padding:12px 14px;color:#7b8ba1;text-align:center;font-size:.72rem}.vk-student-status-v52 .spinner-border{margin-right:5px;color:#2563eb}.messenger-sidebar[data-sidebar]>.vk-student-directory-v52{display:flex;flex-direction:column}
@media(max-width:767.98px){.vk-student-search-v52{height:46px;margin-top:14px}.vk-student-directory-v52{max-height:calc(100dvh - 245px)}.vk-student-row-v52{padding:14px 16px}.vk-student-row-v52>img{width:50px;height:50px;flex-basis:50px}.vk-student-copy-v52 strong{font-size:.98rem}.vk-student-copy-v52 small{font-size:.78rem}}

/* V53 — guide registration users to the first field that still needs work. */
.vk-register-invalid-v53{position:relative!important;padding-bottom:2px!important}.vk-register-invalid-field-v53{border-color:#dc3545!important;box-shadow:0 0 0 3px rgba(220,53,69,.1)!important}.vk-register-invalid-v53 .input-group:has(.vk-register-invalid-field-v53){border-radius:12px!important;box-shadow:0 0 0 3px rgba(220,53,69,.06)!important}.vk-register-validation-message-v53{display:flex;align-items:center;gap:7px;width:100%;margin-top:7px;color:#b42318;font-size:.78rem;font-weight:750;line-height:1.35}.vk-register-validation-message-v53 i{flex:none;color:#dc3545}.vk-register-invalid-v53 .subscription-card:has(input:invalid){border-color:#f1aeb5!important;background:#fff8f8!important}.vk-register-invalid-v53.form-check{padding:10px 10px 10px 2rem!important;border:1px solid #f1aeb5!important;border-radius:10px!important;background:#fff8f8!important}
@media(max-width:767.98px){.vk-register-validation-message-v53{font-size:.82rem}.vk-register-invalid-field-v53{box-shadow:0 0 0 4px rgba(220,53,69,.1)!important}}

/* V58 — public social-proof activity counters. */
.vk-home-activity-v58{width:min(1320px,calc(100% - 32px));margin:22px auto 62px;padding:30px;border:1px solid #e1e9f5;border-radius:24px;background:linear-gradient(135deg,#f8fbff 0%,#fff 55%,#f8f5ff 100%);box-shadow:0 18px 50px rgba(15,42,80,.06)}
.vk-home-activity-heading-v58{margin-bottom:22px}.vk-home-activity-heading-v58>span{display:block;margin-bottom:7px;color:#1769ff;font-size:.72rem;font-weight:900;letter-spacing:.13em}.vk-home-activity-heading-v58 h2{margin:0;color:#081b3a;font-size:clamp(1.35rem,2vw,1.85rem);font-weight:900;letter-spacing:-.025em}.vk-home-activity-heading-v58 p{margin:7px 0 0;color:#64748b;font-size:.9rem}
.vk-home-activity-grid-v58{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vk-home-activity-card-v58{display:flex;align-items:center;gap:14px;min-width:0;padding:18px;border:1px solid #e2eaf5;border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 8px 25px rgba(15,42,80,.045)}.vk-home-activity-icon-v58{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border-radius:15px;font-size:1.25rem}.vk-home-activity-icon-v58.is-chat{background:#edf4ff;color:#1769ff}.vk-home-activity-icon-v58.is-mail{background:#effcf6;color:#079669}.vk-home-activity-icon-v58.is-phone{background:#fff7e8;color:#e98400}.vk-home-activity-card-v58>div:last-child{min-width:0}.vk-home-activity-card-v58 strong{display:block;margin-bottom:2px;color:#071c3b;font-size:1.45rem;font-weight:900;line-height:1}.vk-home-activity-card-v58 h3{margin:4px 0 2px;color:#182b49;font-size:.85rem;font-weight:850;line-height:1.3}.vk-home-activity-card-v58 small{display:block;color:#718096;font-size:.7rem;line-height:1.35}
@media(max-width:991.98px){.vk-home-activity-grid-v58{grid-template-columns:1fr}.vk-home-activity-v58{margin-bottom:44px}}
@media(max-width:575.98px){.vk-home-activity-v58{width:calc(100% - 24px);padding:20px 14px;border-radius:20px}.vk-home-activity-card-v58{padding:15px 13px}.vk-home-activity-icon-v58{width:46px;height:46px;flex-basis:46px}.vk-home-activity-card-v58 h3{font-size:.82rem}}

/* V106 — trust the camera EXIF orientation; never guess from image dimensions. */
.vk-teacher-avatar,
.vk-teacher-avatar-v26,
.vk-profile-avatar,
.profile-avatar{
  image-orientation:from-image;
}

/* V99 — compact specialty dropdown with a friendly, bounded scrollbar. */
.vk-specialty-select-v99{position:relative;flex:1 1 auto;min-width:0}
.vk-specialty-select-trigger-v99{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:50px;padding:0 14px;border:1px solid #dce5f1;border-left:0;border-radius:0 14px 14px 0;background:#fff;color:#27364d;font:inherit;text-align:left;cursor:pointer}
.vk-specialty-select-trigger-v99:focus-visible,.vk-specialty-select-v99.is-open .vk-specialty-select-trigger-v99{position:relative;z-index:2;border-color:#93bdfc;outline:0;box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.vk-specialty-select-label-v99{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vk-specialty-select-trigger-v99 i{flex:none;font-size:.82rem;transition:transform .18s ease}
.vk-specialty-select-v99.is-open .vk-specialty-select-trigger-v99 i{transform:rotate(180deg)}
.vk-specialty-select-menu-v99{position:absolute;top:calc(100% + 7px);left:0;right:0;z-index:1000;display:none;max-height:252px;padding:6px;overflow-y:auto;overscroll-behavior:contain;border:1px solid #dce5f1;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.17);scrollbar-width:thin;scrollbar-color:#8fb5f4 #edf3fb}
.vk-specialty-select-v99.is-open .vk-specialty-select-menu-v99{display:block;animation:vkSpecialtyMenuV99 .14s ease-out}
.vk-specialty-select-menu-v99::-webkit-scrollbar{width:8px}
.vk-specialty-select-menu-v99::-webkit-scrollbar-track{margin:6px 0;border-radius:999px;background:#edf3fb}
.vk-specialty-select-menu-v99::-webkit-scrollbar-thumb{border:2px solid #edf3fb;border-radius:999px;background:#8fb5f4}
.vk-specialty-select-option-v99{display:block;width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:#27364d;font:inherit;text-align:left;cursor:pointer}
.vk-specialty-select-option-v99:hover,.vk-specialty-select-option-v99:focus-visible{outline:0;background:#eef5ff;color:#145fd7}
.vk-specialty-select-option-v99.is-selected{background:#1769ff;color:#fff;font-weight:750}
@keyframes vkSpecialtyMenuV99{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:767.98px){.vk-specialty-select-menu-v99{max-height:228px}.vk-specialty-select-option-v99{min-height:42px}}
/* v102: useful, visible SEO copy — written for visitors, not hidden for bots. */
.vk-seo-copy-v102 {
  padding: 32px 20px;
  background: linear-gradient(135deg, #f4f8ff, #f8f5ff);
  border-top: 1px solid #dbe7fb;
}
.vk-seo-copy-inner-v102 {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #cfe0ff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(25, 72, 145, .08);
}
.vk-seo-copy-inner-v102 h2 { margin: 0 0 10px; color: #0c1b3a; font-size: clamp(1.45rem, 3vw, 2rem); }
.vk-seo-copy-inner-v102 p { margin: 0 0 16px; color: #54647f; line-height: 1.75; }
.vk-seo-copy-inner-v102 a { display: inline-flex; padding: 10px 18px; border-radius: 12px; background: #176dfb; color: #fff; font-weight: 700; text-decoration: none; }
@media (max-width: 575px) {
  .vk-seo-copy-v102 { padding: 20px 12px; }
  .vk-seo-copy-inner-v102 { padding: 20px; border-radius: 18px; }
}

/* V118 — keep the homepage teacher CTA polished and on one line. */
.vk-cta > a.btn {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: 238px;
  min-height: 58px;
  padding: 14px 24px !important;
  white-space: nowrap !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(15,23,42,.18) !important;
  font-weight: 750 !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}
.vk-cta > a.btn i {
  display: inline-grid !important;
  flex: 0 0 32px;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-left: 0 !important;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg,#2563eb,#6d3df5);
  transition: transform .2s ease;
}
.vk-cta > a.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(15,23,42,.24) !important;
}
.vk-cta > a.btn:hover i { transform: translateX(3px); }
@media (max-width: 767.98px) {
  .vk-cta > a.btn { width: 100%; min-width: 0; }
}
/* V122 mobile performance: never block first paint on the variable font. */
@font-face{font-family:Roboto-VariableFont_wdth;src:url(./Roboto-VariableFont-wdth-wght.woff) format("woff");font-display:swap}

/* V226 — discovery performance: cards outside the viewport keep their exact
   layout size but are not painted until the visitor scrolls near them. */
@supports(content-visibility:auto){
  body.vk-discovery-page-v226 .vk-teacher-card,
  body.vk-discovery-page-v226 .vk-teacher-card-v26{
    content-visibility:auto;
    contain-intrinsic-size:auto 430px;
  }
}

/* Reviews are below the fold on profile pages; defer their layout/paint until
   the visitor scrolls close to them while reserving stable space. */
@supports(content-visibility:auto){.vk-page [data-host]>.vk-panel+.vk-panel{content-visibility:auto;contain-intrinsic-size:auto 520px}}

/* V123 mobile performance: all homepage sections remain in the DOM and work
   normally, but below-the-fold paint/layout is postponed until scroll-near. */
@supports(content-visibility:auto){.vk-home>section:nth-of-type(n+3){content-visibility:auto;contain-intrinsic-size:auto 720px}}

/* V137 — dedicated public statistics page. */
.vk-home-stats.vk-home-stats-three-v137{grid-template-columns:repeat(3,minmax(0,1fr))}
.vk-public-statistics-v137{min-height:70vh;padding-bottom:72px;background:#f5f8ff;color:#0c1b3a}
.vk-public-statistics-hero-v137{padding:72px 0 112px;background:linear-gradient(135deg,#1d4ed8,#5138e5 60%,#7c3aed);color:#fff}
.vk-public-statistics-hero-v137 span{display:block;margin-bottom:10px;font-size:.78rem;font-weight:800;letter-spacing:.13em;color:#cfe0ff}
.vk-public-statistics-hero-v137 h1{margin:0 0 12px;font-size:clamp(2.2rem,5vw,4rem);font-weight:850}
.vk-public-statistics-hero-v137 p{max-width:720px;margin:0;color:#e8eeff;font-size:1.08rem}
.vk-public-statistics-grid-v137{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:-64px}
.vk-public-statistics-grid-v137 article{padding:26px;border:1px solid #dce7fb;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(20,52,110,.1)}
.vk-public-statistics-grid-v137 article>i{display:grid;place-items:center;width:48px;height:48px;margin-bottom:22px;border-radius:15px;background:#eef4ff;color:#176dfb;font-size:1.35rem}
.vk-public-statistics-grid-v137 strong{display:block;margin-bottom:7px;color:#176dfb;font-size:2.1rem;line-height:1;font-weight:850}
.vk-public-statistics-grid-v137 h2{margin:0 0 7px;font-size:1.08rem;font-weight:800}
.vk-public-statistics-grid-v137 p{margin:0;color:#64748b;font-size:.9rem;line-height:1.55}
.vk-public-statistics-note-v137{margin-top:22px;color:#64748b;text-align:center;font-size:.9rem}
@media(max-width:991.98px){.vk-public-statistics-grid-v137{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.vk-home-stats.vk-home-stats-three-v137{grid-template-columns:1fr}.vk-home-stats-three-v137 .vk-home-stat{border-right:0;border-bottom:1px solid #edf1f6}.vk-home-stats-three-v137 .vk-home-stat:last-child{border-bottom:0}}
@media(max-width:575.98px){.vk-public-statistics-hero-v137{padding:54px 0 92px}.vk-public-statistics-grid-v137{grid-template-columns:1fr;gap:14px}.vk-public-statistics-grid-v137 article{padding:22px;border-radius:18px}}

/* V140 — keep the three public counters compact and balanced on mobile. */
@media(max-width:767.98px){
  .vk-home-stats.vk-home-stats-three-v137{grid-template-columns:repeat(3,minmax(0,1fr));padding:6px;border-radius:20px}
  .vk-home-stats-three-v137 .vk-home-stat{min-width:0;min-height:104px;flex-direction:column;gap:6px;padding:13px 5px;border-right:1px solid #edf1f6;border-bottom:0;text-align:center}
  .vk-home-stats-three-v137 .vk-home-stat:last-child{border-right:0}
  .vk-home-stats-three-v137 .vk-home-stat>span{width:38px;height:38px;flex:0 0 38px}
  .vk-home-stats-three-v137 .vk-home-stat strong{font-size:1.15rem;line-height:1.05}
  .vk-home-stats-three-v137 .vk-home-stat small{display:block;font-size:.66rem;line-height:1.25}
}

/* V138 — compact searchable city selector during teacher registration. */
.vk-native-city-hidden-v138{display:none!important}
.vk-city-combo-v138{position:relative;flex:1;min-width:0}
.vk-city-combo-menu-v138{display:none;position:absolute;z-index:1080;top:calc(100% + 6px);left:0;right:0;max-height:270px;overflow-y:auto;padding:6px;border:1px solid #d6e1ef;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.16);scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}
.vk-city-combo-menu-v138.show{display:block}
.vk-city-combo-menu-v138 button{display:block;width:100%;padding:9px 11px;border:0;border-radius:9px;background:transparent;color:#172033;text-align:left;font-size:.92rem}
.vk-city-combo-menu-v138 button:hover,.vk-city-combo-menu-v138 button:focus{background:#edf4ff;color:#155eef;outline:0}

/* V151 — friendly searchable specialty selector during teacher registration. */
.vk-native-specialty-hidden-v151{display:none!important}
.vk-specialty-combo-v151{position:relative;flex:1;min-width:0}
.vk-specialty-input-v151{width:100%;cursor:text}
.vk-specialty-combo-menu-v151{display:none;position:absolute;z-index:1090;top:calc(100% + 6px);left:0;right:0;max-height:min(248px,40vh);overflow-y:auto;overscroll-behavior:contain;padding:6px;border:1px solid #d6e1ef;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.16);scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}
.vk-specialty-combo-menu-v151.show{display:block}
.vk-specialty-combo-menu-v151::-webkit-scrollbar{width:7px}
.vk-specialty-combo-menu-v151::-webkit-scrollbar-track{background:transparent}
.vk-specialty-combo-menu-v151::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:10px;background:#94a3b8;background-clip:padding-box}
.vk-specialty-combo-menu-v151 button{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:7px 9px;border:0;border-radius:9px;background:transparent;color:#172033;text-align:left;font-size:.9rem}
.vk-specialty-combo-menu-v151 button i{display:grid;width:30px;height:30px;place-items:center;flex:0 0 30px;border-radius:9px;background:#edf4ff;color:#176cff;font-size:15px}
.vk-specialty-combo-menu-v151 button:hover,.vk-specialty-combo-menu-v151 button:focus{background:#edf4ff;color:#155eef;outline:0}
.vk-specialty-combo-menu-v151 button:focus i{background:#fff}
.vk-specialty-empty-v151{margin:0;padding:14px 10px;color:#6b7890;text-align:center;font-size:.88rem}
@media(max-width:575.98px){.vk-specialty-combo-menu-v151{max-height:min(220px,36vh)}}

/* V141 — simple multi-select education levels. */
.vk-education-levels-v141{min-width:0;margin:0;border:0;padding:0}
.vk-education-levels-v141 legend{float:none;width:auto;margin:0 0 8px;padding:0;color:#0f172a;font-size:.92rem;font-weight:700}
.vk-education-choices-v141{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.vk-education-choice-v141{cursor:pointer;display:flex;align-items:center;gap:9px;min-height:46px;margin:0;padding:10px 12px;border:1px solid #dce5f0;border-radius:12px;background:#fff;color:#25324a;font-size:.88rem;transition:border-color .16s,background .16s,box-shadow .16s}
.vk-education-choice-v141:hover{border-color:#93b9ff;background:#f7faff}
.vk-education-choice-v141:has(input:checked){border-color:#4f83ff;background:#eef4ff;box-shadow:0 0 0 2px rgba(37,99,235,.08)}
.vk-education-choice-v141 input{width:17px;height:17px;margin:0;accent-color:#176dfb}
@media(max-width:575.98px){.vk-education-choices-v141{grid-template-columns:1fr}}
.vk-education-discovery-v142{margin-top:clamp(36px,6vw,72px)}
.vk-education-grid-v142{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}
.vk-education-card-v142{min-height:142px;display:flex;align-items:center;gap:14px;padding:22px;border:1px solid #dbe6f7;border-radius:22px;background:#fff;color:#0b1f3a;text-decoration:none;box-shadow:0 12px 32px rgba(22,63,125,.07);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.vk-education-card-v142:hover{transform:translateY(-3px);border-color:#176cff;box-shadow:0 16px 38px rgba(23,108,255,.13);color:#0b1f3a}
.vk-education-icon-v142{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#eef5ff;color:#176cff;font-size:22px}
.vk-education-card-v142>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.vk-education-card-v142 strong{font-size:18px}.vk-education-card-v142 small{color:#667792;line-height:1.45}.vk-education-card-v142>.bi-arrow-right{color:#176cff}
.vk-level-page-v142{min-height:70vh;padding:126px 0 72px;background:linear-gradient(180deg,#f4f7fc 0,#fff 55%)}
.vk-breadcrumb-v142{position:static!important;inset:auto!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;width:auto!important;height:auto!important;min-height:0!important;margin:0 0 20px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#6b7890!important;font-size:14px!important;overflow:visible!important}.vk-breadcrumb-v142 a{display:inline!important;width:auto!important;margin:0!important;padding:0!important;background:transparent!important;color:#176cff!important;text-decoration:none}.vk-breadcrumb-v142 a:hover{text-decoration:underline}.vk-breadcrumb-v142 i{display:inline-block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;background:transparent!important;font-size:11px!important;color:#98a4b7!important}.vk-breadcrumb-v142 span{display:inline!important;width:auto!important;margin:0!important;padding:0!important;background:transparent!important;color:#6b7890!important}
.vk-level-hero-v142{padding:30px 34px;border:1px solid #dbe6f7;border-radius:26px;background:linear-gradient(135deg,#1f55dc,#7b43ef);color:#fff;box-shadow:0 18px 42px rgba(39,74,180,.16)}
.vk-level-hero-v142>span{font-size:12px;font-weight:800;letter-spacing:.13em;color:#caddff}.vk-level-hero-v142 h1{margin:8px 0 7px;font-size:clamp(28px,4vw,44px)}.vk-level-hero-v142 p{margin:0;color:#eef3ff}
.vk-level-specialties-v142{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.vk-level-loading-v142,.vk-level-empty-v142{grid-column:1/-1;padding:32px;border:1px solid #dbe6f7;border-radius:20px;background:#fff;text-align:center;color:#667792}
.vk-level-empty-v142{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.vk-level-empty-v142 a,.vk-level-empty-v142 button{color:#176cff}
.vk-level-specialty-card-v142{display:flex;align-items:center;gap:13px;min-height:108px;padding:18px;border:1px solid #dbe6f7;border-radius:20px;background:#fff;color:#0b1f3a;text-decoration:none;box-shadow:0 10px 28px rgba(22,63,125,.06);transition:.18s ease}.vk-level-specialty-card-v142:hover{transform:translateY(-2px);border-color:#176cff;color:#0b1f3a}.vk-level-specialty-card-v142>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.vk-level-specialty-card-v142 strong{font-size:16px}.vk-level-specialty-card-v142 small{color:#748199}.vk-level-specialty-card-v142>.bi{color:#176cff}
.vk-results-breadcrumb-v142{margin:0 0 13px}.vk-filter-level-col-v142{min-width:210px;flex:1 1 210px}.vk-filter-level-v142{min-height:50px}
/* V143 — the new fourth filter stays inside the card at every desktop/tablet width. */
@media(min-width:1200px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:minmax(260px,1.45fr) minmax(190px,1fr) minmax(210px,1.1fr) minmax(190px,1fr) 52px!important;gap:10px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>[class*=col-],.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{width:auto!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33{grid-column:1!important}.vk-filter[data-live-search="ready"] .vk-filter-city-col-v33{grid-column:2!important}.vk-filter[data-live-search="ready"] .vk-filter-specialty-col-v33{grid-column:3!important}.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{grid-column:4!important}.vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-column:5!important;width:52px!important;min-width:52px!important}
}
@media(min-width:768px) and (max-width:1199.98px){
  .vk-filter[data-live-search="ready"] .row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 52px!important}
  .vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{grid-column:3!important;width:auto!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-column:4!important}
}
@media(max-width:991.98px){.vk-education-grid-v142{grid-template-columns:repeat(2,minmax(0,1fr))}.vk-level-specialties-v142{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{width:100%!important;min-width:0!important;padding:0!important}.vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:52px!important}}
@media(max-width:575.98px){.vk-education-grid-v142,.vk-level-specialties-v142{grid-template-columns:1fr}.vk-education-card-v142{min-height:112px;padding:17px}.vk-level-page-v142{padding-top:96px}.vk-level-hero-v142{padding:24px 20px;border-radius:20px}.vk-filter-level-col-v142{flex-basis:100%;width:100%}}

/* V144 — balanced five-filter layout and original education imagery. */
.vk-filter-method-col-v144{min-width:0}.vk-filter-method-v144{min-height:50px}
.vk-filter[data-live-search="ready"] .row{align-items:stretch!important}
.vk-filter[data-live-search="ready"] .input-group,.vk-filter[data-live-search="ready"] .vk-specialty-select-v99{width:100%!important;min-width:0!important;height:50px}
.vk-filter[data-live-search="ready"] .form-control,.vk-filter[data-live-search="ready"] .form-select,.vk-filter[data-live-search="ready"] .vk-specialty-select-trigger-v99{min-width:0!important;height:50px!important;border-radius:0 13px 13px 0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vk-filter[data-live-search="ready"] .input-group-text{width:43px;justify-content:center;padding-inline:0;border-radius:13px 0 0 13px!important}
.vk-filter[data-live-search="ready"] .vk-specialty-select-trigger-v99{border-left:0!important}
.vk-filter[data-live-search="ready"] .vk-live-filter-actions{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important}
.vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:52px!important;height:50px!important;padding:0!important;border-radius:14px!important}
@media(min-width:1200px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr)) 52px!important;gap:10px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>[class*=col-],.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142,.vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{width:auto!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33{grid-column:1/-1!important;grid-row:1!important}
  .vk-filter[data-live-search="ready"] .vk-filter-city-col-v33{grid-column:1!important;grid-row:2!important}
  .vk-filter[data-live-search="ready"] .vk-filter-specialty-col-v33{grid-column:2!important;grid-row:2!important}
  .vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{grid-column:3!important;grid-row:2!important}
  .vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{grid-column:4!important;grid-row:2!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-column:5!important;grid-row:2!important;width:52px!important;min-width:52px!important}
}
@media(min-width:768px) and (max-width:1199.98px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 52px!important;gap:10px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>[class*=col-],.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142,.vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{width:auto!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33{grid-column:1/-1!important;grid-row:1!important}
  .vk-filter[data-live-search="ready"] .vk-filter-city-col-v33{grid-column:1!important;grid-row:2!important}
  .vk-filter[data-live-search="ready"] .vk-filter-specialty-col-v33{grid-column:2!important;grid-row:2!important}
  .vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{grid-column:1!important;grid-row:3!important}
  .vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{grid-column:2!important;grid-row:3!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-column:3!important;grid-row:2/4!important;width:52px!important;min-width:52px!important}
}
@media(max-width:767.98px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>[class*=col-],.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142,.vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{grid-column:1!important;width:100%!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{justify-content:flex-end!important;width:100%!important}
}
.vk-education-card-v142{display:block;min-height:0;padding:0;overflow:hidden}
.vk-education-image-v144{display:block;width:100%;height:148px;object-fit:cover;transition:transform .28s ease}
.vk-education-card-v142:hover .vk-education-image-v144{transform:scale(1.025)}
.vk-education-card-body-v144{display:flex;align-items:center;gap:12px;min-height:108px;padding:17px 18px}
.vk-education-copy-v144{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}
.vk-education-copy-v144 strong{font-size:17px}.vk-education-copy-v144 small{color:#667792;line-height:1.4}
.vk-education-card-body-v144>.bi-arrow-right{flex:0 0 auto;color:#176cff}
@media(max-width:575.98px){.vk-education-card-v142{padding:0}.vk-education-image-v144{height:168px}.vk-education-card-body-v144{min-height:100px;padding:16px}}

/* V145 — calmer education cards on home, clearer icons after level selection. */
.vk-education-card-v142{border:0;background:#fff;box-shadow:0 14px 36px rgba(15,42,82,.09)}
.vk-education-image-v144{aspect-ratio:3/2;height:auto;max-height:168px;background:#eaf1f9}
.vk-education-card-body-v144{position:relative;min-height:104px;padding:18px 20px}
.vk-education-copy-v144 strong{font-size:18px;letter-spacing:-.015em}
.vk-education-card-v142:focus-visible,.vk-level-specialty-card-v142:focus-visible{outline:3px solid rgba(23,108,255,.32);outline-offset:3px}
.vk-level-specialty-card-v142{min-height:112px;padding:18px 19px;overflow:hidden}
.vk-level-specialty-icon-v145{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#eaf3ff,#f3edff);color:#176cff;font-size:21px;box-shadow:inset 0 0 0 1px rgba(23,108,255,.08)}
.vk-level-specialty-card-v142:hover .vk-level-specialty-icon-v145{background:linear-gradient(145deg,#176cff,#6845e8);color:#fff}
@media(max-width:575.98px){.vk-education-image-v144{max-height:none}.vk-level-specialty-card-v142{min-height:100px;padding:16px}.vk-level-specialty-icon-v145{flex-basis:44px;width:44px;height:44px;border-radius:14px}}
@media(prefers-reduced-motion:reduce){.vk-education-image-v144,.vk-education-card-v142,.vk-level-specialty-card-v142{transition:none!important}}

/* V182 — dynamic lesson discovery directly below home specialties */
.vk-home-lessons-v182{margin-top:clamp(44px,7vw,86px);padding-bottom:clamp(12px,3vw,30px)}
.vk-home-lessons-head-v182{align-items:flex-end;gap:24px}.vk-home-lessons-head-v182 p{max-width:680px}.vk-home-lessons-head-v182>a{flex:none;border-radius:12px;padding:.68rem 1rem}
.vk-home-lessons-grid-v182{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:25px}
.vk-home-lesson-card-v182{position:relative;display:flex;align-items:center;min-width:0;min-height:104px;gap:14px;padding:18px 19px;border:1px solid #dbe6f7;border-radius:20px;background:linear-gradient(145deg,#fff,#fbfdff);color:#0b1f3a;text-decoration:none;box-shadow:0 12px 32px rgba(22,63,125,.065);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.vk-home-lesson-card-v182:before{content:"";position:absolute;inset:15px auto 15px 0;width:3px;border-radius:0 6px 6px 0;background:linear-gradient(#176cff,#7357ff)}
.vk-home-lesson-card-v182:hover{transform:translateY(-3px);border-color:#8ab4ff;color:#0b1f3a;box-shadow:0 17px 38px rgba(23,108,255,.12)}
.vk-home-lesson-icon-v182{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#edf4ff,#eef0ff);color:#176cff;font-size:18px;font-weight:900}
.vk-home-lesson-copy-v182{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.vk-home-lesson-copy-v182 strong{overflow-wrap:anywhere;font-size:16px;line-height:1.3}.vk-home-lesson-copy-v182 small{display:flex;align-items:center;gap:6px;color:#71809a;font-size:12px}.vk-home-lesson-copy-v182 small i{color:#7999d4}
.vk-home-lesson-arrow-v182{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#f1f6ff;color:#176cff;transition:background .18s,color .18s,transform .18s}.vk-home-lesson-card-v182:hover .vk-home-lesson-arrow-v182{background:#176cff;color:#fff;transform:translateX(2px)}
.vk-home-lessons-loading-v182,.vk-home-lessons-empty-v182{grid-column:1/-1;margin:0;padding:28px;border:1px dashed #cad9ee;border-radius:18px;background:#f8fbff;color:#667792;text-align:center}
@media(max-width:991.98px){.vk-home-lessons-grid-v182{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575.98px){.vk-home-lessons-head-v182{align-items:flex-start;flex-direction:column}.vk-home-lessons-head-v182>a{width:100%;text-align:center}.vk-home-lessons-grid-v182{grid-template-columns:1fr;gap:12px}.vk-home-lesson-card-v182{min-height:92px;padding:15px 14px}.vk-home-lesson-icon-v182{flex-basis:44px;width:44px;height:44px}.vk-home-lesson-arrow-v182{flex-basis:34px;width:34px;height:34px}}
@media(prefers-reduced-motion:reduce){.vk-home-lesson-card-v182,.vk-home-lesson-arrow-v182{transition:none!important}}

/* V183 — switch to the compact navigation before labels start wrapping */
@media(max-width:1279.98px){
  .vk-header-v8 .vk-desktop-nav{display:none!important}
  .vk-header-v8 .vk-menu-button-v8{display:grid!important}
  .vk-navbar-v8{gap:10px!important}
}
@media(min-width:1280px){
  .vk-header-v8 .vk-menu-button-v8{display:none!important}
}

/* V146 — stable, balanced teacher-search form on desktop, tablet and mobile. */
.vk-filter[data-live-search="ready"]{padding:26px!important;border:1px solid #dbe5f2!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 45px rgba(32,65,110,.08)!important}
.vk-filter[data-live-search="ready"] h2,.vk-filter[data-live-search="ready"] h3{margin:0 0 18px!important;font-size:clamp(1.22rem,2vw,1.52rem)!important;letter-spacing:-.025em!important}
.vk-filter[data-live-search="ready"] .row{--bs-gutter-x:0!important;--bs-gutter-y:0!important;align-items:stretch!important}
.vk-filter[data-live-search="ready"] .row>*{margin-top:0!important}
.vk-filter[data-live-search="ready"] .input-group,.vk-filter[data-live-search="ready"] .vk-specialty-select-v99{height:52px!important;border-radius:14px!important;box-shadow:0 5px 16px rgba(15,42,82,.035)!important}
.vk-filter[data-live-search="ready"] .form-control,.vk-filter[data-live-search="ready"] .form-select,.vk-filter[data-live-search="ready"] .vk-specialty-select-trigger-v99{height:52px!important;background-color:#fff!important;border-color:#d7e2ef!important;color:#17243a!important;font-size:.92rem!important}
.vk-filter[data-live-search="ready"] .input-group-text{width:44px!important;background:#f7faff!important;border-color:#d7e2ef!important;color:#176cff!important}
.vk-filter[data-live-search="ready"] .form-control:focus,.vk-filter[data-live-search="ready"] .form-select:focus,.vk-filter[data-live-search="ready"] .vk-specialty-select-trigger-v99:focus-visible{position:relative;z-index:3;border-color:#73a7ff!important;box-shadow:0 0 0 3px rgba(23,108,255,.11)!important}
.vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:52px!important;height:52px!important;border-color:#c9d6e5!important;background:#fff!important;color:#64748b!important;box-shadow:0 5px 16px rgba(15,42,82,.035)!important}
.vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary:hover{border-color:#ef4444!important;background:#fff5f5!important;color:#dc2626!important}

@media(min-width:1200px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:minmax(190px,1.08fr) minmax(190px,1.08fr) minmax(180px,1fr) minmax(180px,1fr) 52px!important;grid-template-areas:"lesson lesson lesson lesson lesson" "city specialty level method actions"!important;gap:12px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>*{width:auto!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33{grid-area:lesson!important}
  .vk-filter[data-live-search="ready"] .vk-filter-city-col-v33{grid-area:city!important}
  .vk-filter[data-live-search="ready"] .vk-filter-specialty-col-v33{grid-area:specialty!important}
  .vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{grid-area:level!important}
  .vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{grid-area:method!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-area:actions!important;width:52px!important;min-width:52px!important}
}
@media(min-width:768px) and (max-width:1199.98px){
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 52px!important;grid-template-areas:"lesson lesson lesson" "city specialty actions" "level method actions"!important;gap:12px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>*{width:auto!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-filter-lesson-col-v33{grid-area:lesson!important}.vk-filter[data-live-search="ready"] .vk-filter-city-col-v33{grid-area:city!important}.vk-filter[data-live-search="ready"] .vk-filter-specialty-col-v33{grid-area:specialty!important}.vk-filter[data-live-search="ready"] .vk-filter-level-col-v142{grid-area:level!important}.vk-filter[data-live-search="ready"] .vk-filter-method-col-v144{grid-area:method!important}.vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-area:actions!important;width:52px!important;min-width:52px!important}
}
@media(max-width:767.98px){
  .vk-filter[data-live-search="ready"]{padding:18px!important;border-radius:20px!important}
  .vk-filter[data-live-search="ready"] .row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .row>*{grid-column:1!important;width:100%!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{justify-content:stretch!important;width:100%!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:100%!important}
}

/* V147 — the specialty control must share the input-group row with its icon.
   A previous width:100% made icon + control exceed the row and forced the
   select trigger onto a second line. */
.vk-filter[data-live-search="ready"] .input-group>.vk-specialty-select-v99{
  display:block!important;
  flex:1 1 auto!important;
  width:1%!important;
  min-width:0!important;
  height:52px!important;
  margin:0!important;
  box-shadow:none!important;
}
.vk-filter[data-live-search="ready"] .vk-specialty-select-trigger-v99{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.vk-filter[data-live-search="ready"] .vk-specialty-select-menu-v99{top:calc(100% + 8px)!important}

/* V148 — server-rendered SEO landing pages. */
.vk-seo-landing-v148{min-height:75vh;padding:122px 0 76px;background:linear-gradient(180deg,#f4f7fc 0,#fff 62%);color:#0b1f3a}
.vk-seo-hero-v148{display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:34px;padding:clamp(30px,5vw,56px);border:1px solid #d9e5f4;border-radius:30px;background:linear-gradient(135deg,#fff 0,#f7faff 58%,#eef3ff 100%);box-shadow:0 22px 55px rgba(25,61,115,.1);overflow:hidden}
.vk-seo-hero-copy-v148>span{display:inline-block;margin-bottom:12px;color:#176cff;font-size:.76rem;font-weight:850;letter-spacing:.14em}
.vk-seo-hero-copy-v148 h1{max-width:780px;margin:0 0 14px;font-size:clamp(2rem,4.6vw,3.65rem);line-height:1.05;letter-spacing:-.045em}
.vk-seo-hero-copy-v148 p{max-width:720px;margin:0;color:#5f708a;font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.7}
.vk-seo-cta-v148{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:14px 20px;border-radius:14px;background:linear-gradient(135deg,#176cff,#6745e8);color:#fff!important;font-weight:800;text-decoration:none;box-shadow:0 12px 25px rgba(23,108,255,.24);transition:transform .18s ease,box-shadow .18s ease}
.vk-seo-cta-v148:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(23,108,255,.3)}
.vk-seo-hero-icon-v148{display:grid;place-items:center;width:170px;height:170px;border-radius:42px;background:linear-gradient(145deg,#176cff,#7540e8);color:#fff;font-size:70px;box-shadow:0 24px 45px rgba(60,73,208,.24);transform:rotate(3deg)}
.vk-seo-benefits-v148{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.vk-seo-benefits-v148 article{display:flex;align-items:center;gap:11px;min-height:78px;padding:18px;border:1px solid #dce6f3;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(15,42,82,.055);font-weight:700}.vk-seo-benefits-v148 i{color:#16a36a;font-size:20px}
.vk-seo-links-v148{margin-top:48px}.vk-seo-links-v148 h2{margin-bottom:18px;font-size:clamp(1.35rem,3vw,2rem)}.vk-seo-links-v148>div{display:flex;flex-wrap:wrap;gap:10px}.vk-seo-links-v148 a{padding:10px 14px;border:1px solid #d7e3f3;border-radius:999px;background:#fff;color:#285184;text-decoration:none}.vk-seo-links-v148 a:hover{border-color:#176cff;color:#176cff}
@media(max-width:767.98px){.vk-seo-landing-v148{padding:94px 0 56px}.vk-seo-hero-v148{grid-template-columns:1fr;padding:25px 20px;border-radius:22px}.vk-seo-hero-icon-v148{display:none}.vk-seo-benefits-v148{grid-template-columns:1fr;gap:10px}.vk-seo-benefits-v148 article{min-height:66px}.vk-seo-links-v148{margin-top:36px}}
@media(prefers-reduced-motion:reduce){.vk-seo-cta-v148{transition:none!important}}

/* V157 — footer social links only; homepage remains unchanged. */
.vk-footer-socials-v157{display:flex;align-items:center;gap:9px;margin-left:auto}.vk-footer-socials-v157>span{margin-right:3px;color:#9fb0c9;font-size:.76rem}.vk-footer-socials-v157>a{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.07);color:#fff;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.vk-footer-socials-v157>a:hover{transform:translateY(-2px);border-color:#4c8cff;background:#176cff}.vk-footer-socials-v157 i{font-size:17px}
@media(max-width:991.98px){
  .vk-footer-v5{position:relative!important;inset:auto!important;float:none!important;display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:2.5rem 0 0!important;transform:none!important}
  .vk-footer-v5>.container{width:100%!important;max-width:960px!important;margin-inline:auto!important}
  .vk-footer-socials-v157{position:static!important;inset:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;width:auto!important;height:auto!important;min-height:0!important;margin:14px 0 0 auto!important;padding:0!important;gap:9px!important;background:transparent!important;transform:none!important}
  .vk-footer-socials-v157>span{flex:0 0 auto;margin:0 3px 0 0!important;white-space:nowrap;text-align:right}
}
@media(max-width:575.98px){
  .vk-footer-v5>.container{padding-inline:20px!important}
  .vk-footer-socials-v157{align-self:flex-end!important;padding-bottom:max(4px,env(safe-area-inset-bottom))!important}
}
@media(prefers-reduced-motion:reduce){.vk-footer-socials-v157>a{transition:none}}

/* V158 — standalone education-level directory. */
.vk-level-directory-body-v164>.vk-home{display:none!important}
.vk-level-directory-body-v164>.vk-level-index-v158{display:block!important;width:100%!important}
.vk-level-index-v158{min-height:78vh;padding:126px 0 78px;background:linear-gradient(180deg,#f4f7fc 0,#fff 62%)}
.vk-level-index-hero-v158{position:relative;overflow:hidden;margin-top:18px;padding:clamp(30px,5vw,54px);border:1px solid #d9e5f6;border-radius:30px;background:linear-gradient(135deg,#0f58dc 0%,#6745ec 100%);color:#fff;box-shadow:0 22px 55px rgba(38,78,190,.18)}
.vk-level-index-hero-v158::after{content:"";position:absolute;right:-85px;bottom:-125px;width:330px;height:330px;border:55px solid rgba(255,255,255,.08);border-radius:50%}
.vk-level-index-hero-v158>span{position:relative;z-index:1;color:#d9e8ff;font-size:.72rem;font-weight:900;letter-spacing:.14em}
.vk-level-index-hero-v158 h1{position:relative;z-index:1;max-width:820px;margin:10px 0 10px;font-size:clamp(2rem,4.4vw,3.65rem);font-weight:950;line-height:1.05;letter-spacing:-.045em}
.vk-level-index-hero-v158 p{position:relative;z-index:1;max-width:680px;margin:0;color:#eef4ff;font-size:clamp(.95rem,1.5vw,1.08rem);line-height:1.6}
.vk-level-index-grid-v158{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}
.vk-level-index-card-v158{display:grid;grid-template-columns:42% 1fr;min-height:230px;overflow:hidden;border:1px solid #dce6f3;border-radius:24px;background:#fff;color:#0b1f3d;text-decoration:none;box-shadow:0 14px 38px rgba(15,42,80,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.vk-level-index-card-v158:hover{transform:translateY(-4px);border-color:#6da3ff;color:#0b1f3d;box-shadow:0 20px 44px rgba(23,108,255,.13)}
.vk-level-index-card-v158>img{width:100%;height:100%;min-height:230px;object-fit:cover}
.vk-level-index-card-v158>span{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:25px}
.vk-level-index-card-v158 strong{font-size:clamp(1.25rem,2vw,1.65rem)}
.vk-level-index-card-v158 small{margin-top:8px;color:#66768f;font-size:.86rem;line-height:1.55}
.vk-level-index-card-v158>span>span{display:flex;align-items:center;gap:8px;margin-top:18px;color:#176cff;font-size:.82rem;font-weight:850}
.vk-level-index-card-v158:hover>span>span i{transform:translateX(3px)}
.vk-level-index-card-v158 i{transition:transform .18s ease}
@media(max-width:991.98px){.vk-level-index-grid-v158{grid-template-columns:1fr}.vk-level-index-card-v158{grid-template-columns:36% 1fr}}
@media(max-width:575.98px){.vk-level-index-v158{padding:96px 0 52px}.vk-level-index-hero-v158{padding:28px 21px;border-radius:23px}.vk-level-index-grid-v158{gap:14px}.vk-level-index-card-v158{grid-template-columns:1fr;min-height:0;border-radius:20px}.vk-level-index-card-v158>img{height:165px;min-height:165px}.vk-level-index-card-v158>span{padding:20px}}
@media(prefers-reduced-motion:reduce){.vk-level-index-card-v158,.vk-level-index-card-v158 i{transition:none}}
.vk-profile-lessons-card-v174{min-width:0!important;max-width:100%!important;overflow:hidden!important}
.vk-profile-lessons-value-v174{display:block!important;min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}

/* Public profile information cards: API values can be comma-separated with
   no spaces, so the actual generated value node must be allowed to break. */
main.vk-page .vk-stat{min-width:0!important;max-width:100%!important;overflow:hidden!important}
main.vk-page .vk-stat>.fw-semibold{display:block!important;min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-all!important}

/* V185 — automatic SEO page for every valid lesson. */
.vk-lesson-seo-page-v185{min-height:100vh;padding:116px 0 80px;background:linear-gradient(180deg,#f3f7ff 0,#fff 66%);color:#0b1f3d}
.vk-lesson-seo-page-v185 .vk-breadcrumb-v142{margin-bottom:18px}
.vk-lesson-seo-hero-v185{position:relative;overflow:hidden;padding:clamp(30px,5vw,58px);border:1px solid #d6e3f5;border-radius:30px;background:linear-gradient(135deg,#fff 0,#f6f9ff 56%,#eaf1ff 100%);box-shadow:0 22px 55px rgba(20,57,112,.1)}
.vk-lesson-seo-hero-v185::after{content:"";position:absolute;right:-75px;bottom:-115px;width:310px;height:310px;border:52px solid rgba(23,108,255,.07);border-radius:50%}
.vk-lesson-seo-hero-v185>span{position:relative;z-index:1;color:#176cff;font-size:.74rem;font-weight:900;letter-spacing:.14em}
.vk-lesson-seo-hero-v185 h1{position:relative;z-index:1;max-width:820px;margin:10px 0 14px;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:950;line-height:1.02;letter-spacing:-.05em;overflow-wrap:anywhere}
.vk-lesson-seo-hero-v185 p{position:relative;z-index:1;max-width:750px;margin:0;color:#5e708c;font-size:clamp(1rem,1.7vw,1.14rem);line-height:1.7}
.vk-lesson-seo-hero-v185 .btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;margin-top:25px;padding:14px 20px;border:0;border-radius:14px;background:linear-gradient(135deg,#176cff,#6546eb);box-shadow:0 12px 27px rgba(23,108,255,.25);font-weight:850}
.vk-lesson-teachers-v185{margin-top:44px}.vk-lesson-teachers-v185 h2{margin:7px 0 0;font-size:clamp(1.6rem,3vw,2.35rem);font-weight:900;letter-spacing:-.03em}.vk-lesson-teachers-v185 .vk-eyebrow{color:#176cff;font-size:.72rem;font-weight:900;letter-spacing:.13em}
.vk-lesson-teacher-grid-v185{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:21px}
.vk-lesson-teacher-card-v185{display:grid;grid-template-columns:52px minmax(0,1fr) 34px;align-items:center;gap:13px;min-width:0;min-height:104px;padding:17px;border:1px solid #d9e5f4;border-radius:20px;background:#fff;color:#0b1f3d;text-decoration:none;box-shadow:0 11px 30px rgba(20,54,102,.065);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.vk-lesson-teacher-card-v185:hover{transform:translateY(-3px);border-color:#79a9ff;color:#0b1f3d;box-shadow:0 16px 35px rgba(23,108,255,.12)}
.vk-lesson-teacher-card-v185>span:first-child{display:grid;width:52px;height:52px;place-items:center;border-radius:15px;background:#edf3ff;color:#176cff;font-size:1.05rem;font-weight:900}.vk-lesson-teacher-card-v185>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.vk-lesson-teacher-card-v185 strong{overflow-wrap:anywhere}.vk-lesson-teacher-card-v185 small{margin-top:5px;color:#687991;overflow-wrap:anywhere}.vk-lesson-teacher-card-v185>i{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#f0f5ff;color:#176cff}
.vk-lesson-all-teachers-v185{display:inline-flex;align-items:center;gap:9px;margin-top:22px;color:#176cff;font-weight:850;text-decoration:none}
@media(max-width:991.98px){.vk-lesson-teacher-grid-v185{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575.98px){.vk-lesson-seo-page-v185{padding:96px 0 58px}.vk-lesson-seo-hero-v185{padding:27px 20px;border-radius:23px}.vk-lesson-seo-hero-v185 h1{font-size:clamp(2rem,12vw,3rem)}.vk-lesson-teachers-v185{margin-top:34px}.vk-lesson-teacher-grid-v185{grid-template-columns:1fr;gap:12px}.vk-lesson-teacher-card-v185{min-height:94px;padding:14px}}
@media(prefers-reduced-motion:reduce){.vk-lesson-teacher-card-v185{transition:none}}

/* V208 — Search and Clear use a dedicated row instead of the old 52px rail. */
.vk-filter[data-live-search="ready"] .vk-live-filter-actions{display:grid!important;grid-template-columns:minmax(0,1fr) 52px!important;gap:10px!important;width:100%!important;min-width:0!important;align-items:center!important;justify-content:stretch!important}
.vk-filter[data-live-search="ready"] .vk-live-search-button{width:100%!important;min-width:0!important}
.vk-filter[data-live-search="ready"] .vk-live-filter-actions .btn-outline-secondary{width:52px!important;min-width:52px!important;height:52px!important}
@media(min-width:992px){
  .vk-filter[data-live-search="ready"] .row{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-areas:"lesson lesson lesson lesson" "city specialty level method" "actions actions actions actions"!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-area:actions!important}
}
@media(min-width:768px) and (max-width:991.98px){
  .vk-filter[data-live-search="ready"] .row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"lesson lesson" "city specialty" "level method" "actions actions"!important}
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-area:actions!important}
}
@media(max-width:767.98px){
  .vk-filter[data-live-search="ready"] .vk-live-filter-actions{grid-column:1!important;grid-row:auto!important}
}
.vk-filter-suggestion-v205.is-free-search-v210 {
  margin-top: 5px;
  border-top: 1px solid #e4ebf5;
  border-radius: 0 0 10px 10px;
  color: #0b5fe6;
}

/* V227 — homepage quick search, visually aligned with teacher discovery. */
.vk-home-quick-search-v227{position:relative;z-index:40;max-width:1180px;padding-top:38px;padding-bottom:22px;overflow:visible!important;content-visibility:visible!important;contain:none!important}
.vk-home-quick-head-v227{margin-bottom:18px}.vk-home-quick-head-v227 h2{margin:7px 0 5px;color:#0b1f3d;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:900;letter-spacing:-.035em}.vk-home-quick-head-v227 p{margin:0;color:#64748b}
.vk-home-quick-form-v227{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 52px;gap:12px;padding:26px;border:1px solid #cfdef2;border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(219,234,254,.65),transparent 35%),linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 20px 50px rgba(30,64,175,.09);overflow:visible!important;contain:none!important}
.vk-home-quick-form-v227:before{content:"";position:absolute;top:0;left:28px;right:28px;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#176cff,#6546eb)}
.vk-home-quick-field-v227{position:relative;display:flex;min-width:0;height:55px;border:1px solid #c8d9ef;border-radius:14px;background:rgba(255,255,255,.94);align-items:center;box-shadow:0 5px 15px rgba(30,64,175,.035);transition:border-color .18s,box-shadow .18s,transform .18s}
.vk-home-quick-field-v227:focus-within{border-color:#176cff;box-shadow:0 0 0 3px rgba(23,108,255,.1)}
.vk-home-quick-field-v227>i{display:grid;flex:0 0 48px;height:100%;place-items:center;color:#176cff;border-right:1px solid #dce6f3}
.vk-home-quick-field-v227 input,.vk-home-quick-field-v227 select{width:100%;min-width:0;height:100%;padding:0 13px;border:0;outline:0;background:transparent;color:#18304f;font:inherit}
.vk-home-quick-field-v227 select{cursor:pointer;padding-right:30px;text-overflow:ellipsis}.vk-home-quick-field-v227 input::placeholder{color:#8795a9}
.vk-home-quick-field-v227 .vk-home-select-v229{height:100%}.vk-home-quick-field-v227 .vk-home-select-v229 .vk-specialty-select-trigger-v99{height:100%;border:0;border-radius:0 13px 13px 0;background:transparent;box-shadow:none}.vk-home-quick-field-v227 .vk-home-select-v229.is-open .vk-specialty-select-trigger-v99,.vk-home-quick-field-v227 .vk-home-select-v229 .vk-specialty-select-trigger-v99:focus-visible{border:0;box-shadow:none}.vk-home-quick-field-v227 .vk-home-select-v229 .vk-specialty-select-menu-v99{top:calc(100% + 8px);min-width:100%;max-height:292px}.vk-home-quick-field-v227 .vk-home-select-v229 .vk-specialty-select-label-v99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vk-home-quick-lesson-v227{grid-column:1/-1}.vk-home-quick-submit-v227{grid-column:1/-2;display:flex;min-height:52px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;background:linear-gradient(100deg,#176cff,#255fe8 56%,#6546eb);box-shadow:0 10px 23px rgba(23,108,255,.22);font-weight:850}.vk-home-quick-submit-v227:hover{filter:brightness(1.04);transform:translateY(-1px)}.vk-home-quick-clear-v227{grid-column:-2/-1;width:52px;height:52px;border-color:#cfdaea;border-radius:13px;background:#fff;color:#64748b}.vk-home-quick-clear-v227:hover{border-color:#9eb9df;background:#f4f8ff;color:#176cff}
.vk-home-quick-suggestions-v227{position:absolute;z-index:1040;top:calc(100% + 7px);left:0;right:0;max-height:310px;padding:7px;border:1px solid #d5e1f0;border-radius:14px;background:#fff;overflow:auto;box-shadow:0 18px 45px rgba(15,23,42,.16)}
.vk-home-quick-suggestions-v227[hidden]{display:none}.vk-home-quick-suggestions-v227 button{display:flex;width:100%;align-items:center;gap:10px;padding:10px;border:0;border-radius:10px;background:#fff;color:#18304f;text-align:left;font-weight:700}.vk-home-quick-suggestions-v227 button:hover,.vk-home-quick-suggestions-v227 button:focus{outline:0;background:#eef5ff;color:#0b5fe6}.vk-home-quick-suggestions-v227 button i{color:#176cff}
.vk-home-quick-field-v227:has(.vk-home-quick-suggestions-v227:not([hidden])),.vk-home-quick-field-v227:has(.vk-home-select-v229.is-open){z-index:60}.vk-home-quick-field-v227 .vk-home-quick-suggestions-v227{position:absolute;top:calc(100% + 7px);left:0;right:0;z-index:70;width:auto;max-height:292px;margin-top:0;box-shadow:0 18px 45px rgba(15,23,42,.16)}
.vk-home-quick-field-v227 .vk-home-select-v229.is-open{height:100%;padding-bottom:0}.vk-home-quick-field-v227 .vk-home-select-v229.is-open .vk-specialty-select-trigger-v99{height:100%}.vk-home-quick-field-v227 .vk-home-select-v229 .vk-specialty-select-menu-v99{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:70;margin-top:0;max-height:292px;box-shadow:0 18px 45px rgba(15,23,42,.17)}
.vk-home:has(.vk-home-quick-suggestions-v227:not([hidden])),.vk-home:has(.vk-home-select-v229.is-open){overflow:visible!important}.vk-home-quick-field-v227.is-dropup-v234 .vk-home-quick-suggestions-v227{top:auto;bottom:calc(100% + 7px)}.vk-home-quick-field-v227 .vk-home-select-v229.is-dropup-v234 .vk-specialty-select-menu-v99{top:auto;bottom:calc(100% + 8px)}
.vk-home-quick-suggestions-v227 .is-city-group-v231{margin-top:4px;background:#eef5ff;color:#0b5fe6;font-weight:850}.vk-home-quick-suggestions-v227 .is-city-group-v231:first-child{margin-top:0}.vk-home-quick-suggestions-v227 .is-city-child-v231{padding-left:28px}.vk-home-quick-suggestions-v227 .is-city-child-v231 i{opacity:.7}.vk-home-quick-suggestions-v227 .is-free-search-v210{margin-top:6px;border-top:1px solid #dce6f3;border-radius:0 0 10px 10px;color:#0b5fe6}
@media(max-width:1199.98px){.vk-home-quick-form-v227{grid-template-columns:repeat(2,minmax(0,1fr)) 52px}.vk-home-quick-lesson-v227{grid-column:1/-1}.vk-home-quick-city-v227{grid-column:1/2}.vk-home-quick-form-v227>label:nth-of-type(1){grid-column:2/3}.vk-home-quick-form-v227>label:nth-of-type(2){grid-column:1/2}.vk-home-quick-form-v227>label:nth-of-type(3){grid-column:2/3}.vk-home-quick-submit-v227{grid-column:1/3}.vk-home-quick-clear-v227{grid-column:3/4}}
@media(max-width:767.98px){.vk-home-quick-search-v227{padding-top:25px}.vk-home-quick-form-v227{grid-template-columns:minmax(0,1fr) 52px;gap:10px;padding:16px;border-radius:20px}.vk-home-quick-field-v227,.vk-home-quick-form-v227>label:nth-of-type(1),.vk-home-quick-form-v227>label:nth-of-type(2),.vk-home-quick-form-v227>label:nth-of-type(3){grid-column:1/-1}.vk-home-quick-submit-v227{grid-column:1/2}.vk-home-quick-clear-v227{grid-column:2/3}.vk-home-quick-head-v227 p{font-size:.9rem}.vk-home-quick-suggestions-v227{max-height:265px}.vk-home-quick-field-v227.is-dropup-v234 .vk-home-quick-suggestions-v227{top:calc(100% + 7px);bottom:auto}.vk-home-quick-field-v227 .vk-home-select-v229.is-dropup-v234 .vk-specialty-select-menu-v99{top:calc(100% + 8px);bottom:auto}}
.vk-ranking-transparency-v239{
  max-width:1296px;margin:12px auto 22px;padding:0 18px;color:#60708b
}
.vk-ranking-transparency-v239 summary{
  display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#315b9d;
  font-size:.9rem;font-weight:700;list-style:none
}
.vk-ranking-transparency-v239 summary::-webkit-details-marker{display:none}
.vk-ranking-transparency-v239 summary i{color:#176bff}
.vk-ranking-transparency-body-v239{
  margin-top:10px;max-width:820px;padding:16px 18px;border:1px solid #d8e4f7;
  border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(20,65,130,.06);
  font-size:.88rem;line-height:1.6
}
.vk-ranking-transparency-body-v239 p{margin:0 0 8px}
.vk-ranking-transparency-body-v239 p:last-child{margin-bottom:0}
.vk-ranking-transparency-body-v239 ul{margin:8px 0 10px;padding-left:20px}
.vk-ranking-terms-v239{margin-top:30px;padding-top:22px;border-top:1px solid #dfe7f3}
@media (max-width:767px){
  .vk-ranking-transparency-v239{margin-top:10px;padding:0 14px}
  .vk-ranking-transparency-body-v239{padding:14px}
}
