/* Theme 2 — Indigo Portfolio: Nunito + Fraunces, indigo / violet / amber */
html { scroll-behavior: smooth; }

html body.theme-skin-2,
body.theme-skin-2 {
  --ink: #0f0a2a;
  --ink2: #1e1b4b;
  --muted: #5b5f8a;
  --line: #c7d2fe;
  --card: #ffffff;
  --teal: #4f46e5;
  --teal2: #818cf8;
  --teal-deep: #312e81;
  --navy: #1e1b4b;
  --navy2: #4338ca;
  --coral: #e11d48;
  --gold: #f59e0b;
  --sky: #eef2ff;
  --shadow: 0 20px 48px rgba(30, 27, 75, .14);
  --shadow-sm: 0 8px 22px rgba(30, 27, 75, .08);
  --radius: 22px;
  --font: "Nunito", "Segoe UI", Roboto, Arial, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --max: 1220px;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  font: 600 16px/1.65 var(--font) !important;
  color: var(--ink) !important;
  background:
    radial-gradient(900px 460px at 105% -12%, rgba(129, 140, 248, .28), transparent 55%),
    radial-gradient(720px 400px at -12% 18%, rgba(244, 114, 182, .12), transparent 52%),
    linear-gradient(165deg, #eef2ff 0%, #f5f3ff 45%, #faf9ff 100%) !important;
}

body.theme-skin-2 *,
body.theme-skin-2 *::before,
body.theme-skin-2 *::after { box-sizing: border-box; }

body.theme-skin-2 a {
  color: var(--teal);
  text-decoration: none;
  transition: .15s ease;
}
body.theme-skin-2 a:hover { color: var(--navy); }

body.theme-skin-2 img,
body.theme-skin-2 video {
  max-width: 100%;
  height: auto;
}

/* iframes: height:auto collapses YouTube — keep 16:9 for embeds */
body.theme-skin-2 iframe {
  max-width: 100%;
}
body.theme-skin-2 iframe[src*="youtube"],
body.theme-skin-2 iframe[src*="youtu.be"],
body.theme-skin-2 iframe[src*="youtube-nocookie"],
body.theme-skin-2 iframe[src*="vimeo.com"] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  min-height: 200px;
  border: 0;
  border-radius: 12px;
  margin: .75rem 0 1rem;
}

body.theme-skin-2 .t2-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.theme-skin-2 .container {
  width: min(100% - 2rem, var(--max)) !important;
  max-width: var(--max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

body.theme-skin-2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ===== Header — solid color bar ===== */
body.theme-skin-2 #header.t2-header,
body.theme-skin-2 .t2-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
  background: linear-gradient(120deg, #1e1b4b 0%, #5b5bd6 55%, #818cf8 100%) !important;
  border-bottom: 4px solid var(--gold) !important;
  box-shadow: 0 12px 32px rgba(15, 10, 42, .22) !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: linear-gradient(120deg, #1e1b4b 0%, #5b5bd6 55%, #818cf8 100%) !important;
}

body.theme-skin-2 .t2-header__bar {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 100px;
  padding: 1rem 0;
}

body.theme-skin-2 .t2-header__brand {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  min-width: 0;
  flex: 1 1 auto;
}

body.theme-skin-2 .t2-header__logo {
  width: 78px !important;
  height: 78px !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 3px solid rgba(255, 255, 255, .85) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2) !important;
  flex: 0 0 auto;
  display: block !important;
  float: none !important;
  margin: 0 !important;
}

body.theme-skin-2 .t2-header__titles { min-width: 0; }
body.theme-skin-2 .t2-header__title-link { color: inherit !important; text-decoration: none !important; }

body.theme-skin-2 .t2-header__title {
  margin: 0 0 .35rem !important;
  padding: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em;
  background: none !important;
  border: 0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .18) !important;
}
body.theme-skin-2 .t2-header__title::before,
body.theme-skin-2 .t2-header__title::after { content: none !important; display: none !important; }

body.theme-skin-2 .t2-header__slogan,
body.theme-skin-2 #slogan {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font: 600 .95rem/1.45 var(--font) !important;
  background: none !important;
  display: block !important;
}

body.theme-skin-2 .t2-header__actions { flex: 0 0 auto; }
body.theme-skin-2 .t2-header__user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .4rem;
}
body.theme-skin-2 .t2-header__hello {
  font-size: .8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .85);
}
body.theme-skin-2 .t2-header__tools {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.theme-skin-2 .t2-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
  font-size: 1.05rem;
  text-decoration: none !important;
}
body.theme-skin-2 .t2-icon:hover {
  background: rgba(255, 255, 255, .32);
  color: #fff !important;
  transform: translateY(-1px);
}
body.theme-skin-2 .t2-icon.is-alert {
  background: var(--coral);
  border-color: #ff8a7a;
  color: #fff !important;
}

body.theme-skin-2 .t2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .65rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: .9rem;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.15;
  text-decoration: none !important;
  transition: .15s ease;
}
body.theme-skin-2 .t2-btn--ghost {
  background: #ffffff;
  border-color: transparent;
  color: var(--navy) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .15);
}
body.theme-skin-2 .t2-btn--ghost:hover {
  background: #fffbeb;
  color: #92400e !important;
  border-color: var(--gold);
}
body.theme-skin-2 .t2-btn--primary {
  background: linear-gradient(180deg, #fbbf24, #d97706);
  color: #78350f !important;
  box-shadow: 0 10px 22px rgba(240, 180, 41, .35);
}
body.theme-skin-2 .t2-btn--primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #78350f !important;
}
body.theme-skin-2 .t2-btn--sm {
  padding: .42rem .8rem;
  font-size: .82rem;
}
body.theme-skin-2 .t2-btn--manage,
body.theme-skin-2 .t2-btn.dropdown-toggle {
  background: linear-gradient(180deg, #fde68a, #f59e0b) !important;
  color: #78350f !important;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(240, 180, 41, .32) !important;
}
body.theme-skin-2 .t2-btn--manage:hover,
body.theme-skin-2 .t2-btn.dropdown-toggle:hover {
  filter: brightness(1.05);
  color: #78350f !important;
}
body.theme-skin-2 .t2-btn--danger {
  background: linear-gradient(180deg, #fb7185, #e11d48) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(232, 93, 76, .28) !important;
}
body.theme-skin-2 .t2-btn--danger:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

/* Page heading + admin toolbar */
body.theme-skin-2 .t2-page__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: .9rem 1.25rem;
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background:
    linear-gradient(120deg, rgba(79, 70, 229, .12), rgba(18, 58, 82, .08)),
    #f5f3ff;
  border: 1px solid #c7d2fe;
}
body.theme-skin-2 .t2-page__head--compact {
  margin-bottom: 1rem;
  padding: .85rem 1rem;
}
body.theme-skin-2 .t2-page__kicker {
  margin: 0 0 .25rem !important;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal-deep) !important;
}
body.theme-skin-2 .t2-page__title {
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  line-height: 1.25 !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
}
body.theme-skin-2 .t2-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
body.theme-skin-2 .t2-toolbar__hint {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
  background: #fff;
  border: 1px dashed #b7d8d2;
  border-radius: 999px;
  padding: .4rem .85rem;
}

/* Admin dropdown block */
body.theme-skin-2 .t2-admin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
}
body.theme-skin-2 .t2-admin .dropdown-menu {
  min-width: 220px;
}
body.theme-skin-2 .t2-admin .dropdown-menu > li > a i {
  width: 1.1rem;
  margin-right: .35rem;
  color: var(--teal);
}
body.theme-skin-2 .t2-admin .dropdown-menu > li.divider {
  height: 1px;
  margin: .35rem 0;
  overflow: hidden;
  background: #e2eef3;
  list-style: none;
}
body.theme-skin-2 .t2-admin__danger,
body.theme-skin-2 .t2-admin .delete {
  color: #be123c !important;
}
body.theme-skin-2 .t2-admin__danger:hover,
body.theme-skin-2 .t2-admin .delete:hover {
  background: #fff1f2 !important;
  color: #9f1239 !important;
}
body.theme-skin-2 .t2-status {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .75rem;
  font-weight: 800;
  padding: .32rem .6rem;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--teal-deep);
  border: 1px solid #a5b4fc;
  white-space: nowrap;
}
body.theme-skin-2 .t2-status--hidden {
  background: #fff1f2;
  color: #9f1239;
  border-color: #fecdd3;
}
body.theme-skin-2 .t2-status--link {
  background: #fffbeb;
  color: #92400e;
  border-color: #f0d48a;
}
body.theme-skin-2 .t2-status--visible {
  background: #eef2ff;
  color: var(--teal-deep);
  border-color: #a5b4fc;
}

body.theme-skin-2 #header .logo,
body.theme-skin-2 #header .entrance,
body.theme-skin-2 #header .head-img,
body.theme-skin-2 #header .head-content,
body.theme-skin-2 #header .outs {
  display: none !important;
}

/* ===== Horizontal menu ===== */
body.theme-skin-2 .t2-nav,
body.theme-skin-2 .teacher-menu {
  margin: 1rem 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  width: 100% !important;
}

body.theme-skin-2 .t2-nav__inner,
body.theme-skin-2 .teacher-menu .container {
  background: linear-gradient(180deg, #312e81, #0b2d40) !important;
  border: 2px solid #1e5a78 !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 36px rgba(15, 10, 42, .28) !important;
  padding: .4rem .5rem !important;
  width: min(100% - 2rem, var(--max)) !important;
  max-width: var(--max) !important;
}

body.theme-skin-2 .t2-nav__toggle { display: none !important; }

body.theme-skin-2 .t2-nav__list,
body.theme-skin-2 .teacher-menu .container > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .2rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: none !important;
  font-size: inherit !important;
}

body.theme-skin-2 .t2-nav__list > li,
body.theme-skin-2 .teacher-menu .container > ul > li {
  position: relative !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

body.theme-skin-2 .t2-nav__list > li > a,
body.theme-skin-2 .teacher-menu .container > ul > li > a {
  display: block !important;
  padding: .7rem 1.05rem !important;
  border-radius: 12px !important;
  color: #e8f7f5 !important;
  font: 800 .9rem/1.25 var(--font) !important;
  text-decoration: none !important;
  background: transparent !important;
  white-space: nowrap;
}

body.theme-skin-2 .t2-nav__list > li > a:hover,
body.theme-skin-2 .teacher-menu .container > ul > li:hover > a {
  background: linear-gradient(180deg, #818cf8, #5b5bd6) !important;
  color: #fff !important;
  text-decoration: none !important;
}

body.theme-skin-2 .teacher-menu ul ul,
body.theme-skin-2 .t2-nav__list ul {
  display: none !important;
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 4px) !important;
  z-index: 50 !important;
  min-width: 220px !important;
  width: auto !important;
  margin: 0 !important;
  padding: .4rem !important;
  background: #fff !important;
  border: 2px solid #a5b4fc !important;
  border-radius: 14px !important;
  box-shadow: var(--shadow) !important;
  list-style: none !important;
}

body.theme-skin-2 .teacher-menu li:hover > ul,
body.theme-skin-2 .t2-nav__list li:hover > ul {
  display: block !important;
}

body.theme-skin-2 .teacher-menu ul ul a,
body.theme-skin-2 .t2-nav__list ul a {
  display: block !important;
  padding: .55rem .75rem !important;
  border-radius: 10px !important;
  color: var(--ink2) !important;
  font: 700 .88rem/1.3 var(--font) !important;
  background: transparent !important;
}

body.theme-skin-2 .teacher-menu ul ul a:hover,
body.theme-skin-2 .t2-nav__list ul a:hover {
  background: #e8faf7 !important;
  color: var(--teal) !important;
}

/* ===== 3-column shell ===== */
body.theme-skin-2 .t2-shell {
  width: min(100% - 2rem, var(--max));
  margin: 1.2rem auto 2.25rem;
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) 270px !important;
  gap: 1.1rem !important;
  align-items: start !important;
  flex: 1 0 auto;
}

body.theme-skin-2 .t2-card {
  background: var(--card) !important;
  border: 1px solid #c7d2fe !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
  padding: 1.05rem !important;
}

body.theme-skin-2 .t2-card--main {
  padding: 1.45rem 1.55rem 1.7rem !important;
  min-height: 520px !important;
  border-top: 5px solid var(--teal2) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfefe 100%) !important;
}

body.theme-skin-2 .t2-card__head {
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffffff !important;
  margin: -1.05rem -1.05rem .9rem;
  padding: .95rem 1.05rem;
  background: linear-gradient(90deg, #5b5bd6, #818cf8) !important;
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: inset 0 -3px 0 rgba(240, 180, 41, .85);
}

body.theme-skin-2 .t2-side--left,
body.theme-skin-2 .t2-side--right {
  position: sticky;
  top: 112px;
  display: grid;
  gap: .9rem;
}

/* Vertical menu */
body.theme-skin-2 .t2-vmenu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.theme-skin-2 .t2-vmenu li {
  list-style: none !important;
  margin: 0 0 .2rem !important;
  padding: 0 !important;
  position: relative;
}
body.theme-skin-2 .t2-vmenu > ul > li > a {
  display: block !important;
  padding: .72rem .85rem !important;
  border-radius: 12px !important;
  color: var(--ink) !important;
  font: 700 .93rem/1.35 var(--font) !important;
  background: #f5f3ff !important;
  border: 1px solid #c7d2fe !important;
  border-left: 4px solid #818cf8 !important;
}
body.theme-skin-2 .t2-vmenu > ul > li > a:hover,
body.theme-skin-2 .t2-vmenu li.active > a {
  background: linear-gradient(90deg, #e0e7ff, #eef2ff) !important;
  color: var(--teal-deep) !important;
  border-color: #a5b4fc !important;
  border-left-color: var(--coral) !important;
}
body.theme-skin-2 .t2-vmenu ul ul {
  display: none !important;
  position: static !important;
  margin: .15rem 0 .35rem .35rem !important;
  padding: .15rem 0 .15rem .55rem !important;
  border-left: 3px solid #a5b4fc !important;
  background: transparent !important;
  box-shadow: none !important;
  width: auto !important;
}
body.theme-skin-2 .t2-vmenu li:hover > ul { display: block !important; }
body.theme-skin-2 .t2-vmenu ul ul a {
  display: block !important;
  padding: .42rem .6rem !important;
  border-radius: 10px !important;
  color: var(--muted) !important;
  font: 600 .86rem/1.3 var(--font) !important;
}
body.theme-skin-2 .t2-vmenu ul ul a:hover {
  background: #f0fdfa !important;
  color: var(--teal) !important;
}

body.theme-skin-2 .t2-polls {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid var(--line);
}

/* Search */
body.theme-skin-2 .t2-search {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: .45rem !important;
  margin: 0 !important;
  width: 100% !important;
}
body.theme-skin-2 .t2-search input[type="text"] {
  width: 100% !important;
  max-width: none !important;
  border: 2px solid #a5b4fc !important;
  border-radius: 12px !important;
  padding: .75rem .9rem !important;
  background: #f4fbfd !important;
  font: 600 .92rem/1.3 var(--font) !important;
  color: var(--ink) !important;
  height: auto !important;
}
body.theme-skin-2 .t2-search input[type="text"]:focus {
  outline: none !important;
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, .22) !important;
  background: #fff !important;
}
body.theme-skin-2 .t2-search button {
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #6366f1, #4f46e5) !important;
  color: #fff !important;
  font: 800 .9rem/1.2 var(--font) !important;
  padding: .75rem 1rem !important;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(79, 70, 229, .32);
  height: auto !important;
  width: auto !important;
}

/* Content */
body.theme-skin-2 .t2-page { width: 100%; }
body.theme-skin-2 .breadcrumb {
  background: linear-gradient(90deg, #eef2ff, #f0f7fb) !important;
  border: 1px solid #c5e6df !important;
  border-radius: 12px !important;
  padding: .65rem .95rem !important;
  margin: 0 0 1.15rem !important;
  font-size: .86rem !important;
  font-weight: 600;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: .15rem;
}
body.theme-skin-2 .breadcrumb > li { display: inline; }
body.theme-skin-2 .breadcrumb > li + li:before {
  content: "›";
  color: #7aa0b0;
  padding: 0 .45rem;
}
body.theme-skin-2 .breadcrumb a { color: var(--teal); font-weight: 700; }
body.theme-skin-2 .breadcrumb .active { color: var(--muted); }

body.theme-skin-2 .t2-article__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
  padding-bottom: .9rem;
  border-bottom: 3px solid #e0e7ff;
}
body.theme-skin-2 .t2-article__title {
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.45rem, 2.6vw, 2rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.02em;
  color: var(--navy) !important;
  font-weight: 700 !important;
  text-align: left !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}
body.theme-skin-2 .t2-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .95rem;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  margin-bottom: 1.05rem;
}
body.theme-skin-2 .t2-article__meta i { color: var(--teal); margin-right: .25rem; }

body.theme-skin-2 .t2-article__body.prose,
body.theme-skin-2 .prose {
  color: #243846 !important;
  font-size: 1.05rem !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere;
}
body.theme-skin-2 .prose p {
  margin: 0 0 .95rem !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
}
body.theme-skin-2 .prose h2,
body.theme-skin-2 .prose h3,
body.theme-skin-2 .prose h4 {
  font-family: var(--serif) !important;
  color: var(--navy) !important;
  margin: 1.4rem 0 .55rem !important;
  line-height: 1.25 !important;
  text-align: left !important;
  background: none !important;
}
body.theme-skin-2 .prose h2 { font-size: 1.4rem !important; }
body.theme-skin-2 .prose h3 { font-size: 1.2rem !important; }
body.theme-skin-2 .prose img {
  border-radius: 14px;
  margin: .55rem 0;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
body.theme-skin-2 .prose a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.theme-skin-2 .prose ul,
body.theme-skin-2 .prose ol { padding-left: 1.25rem; margin: 0 0 1rem; }
body.theme-skin-2 .prose li { margin-bottom: .35rem; }
body.theme-skin-2 .prose table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: .85rem 0 1.1rem;
  background: #fff;
}
body.theme-skin-2 .prose td,
body.theme-skin-2 .prose th {
  border: 1px solid var(--line);
  padding: .55rem .7rem;
}

body.theme-skin-2 .t2-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1rem 0;
}
body.theme-skin-2 .t2-gallery img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 14px;
  border: 2px solid #a5b4fc;
  box-shadow: var(--shadow-sm);
}

/* Photo galleries list + album */
body.theme-skin-2 .t2-albums {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.05rem;
}
body.theme-skin-2 .t2-album-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c7d2fe;
  box-shadow: var(--shadow-sm);
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  min-height: 100%;
}
body.theme-skin-2 .t2-album-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #a5b4fc;
  color: inherit !important;
}
body.theme-skin-2 .t2-album-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  background: linear-gradient(145deg, #eef2ff, #e8f1f6);
  overflow: hidden;
}
body.theme-skin-2 .t2-album-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.theme-skin-2 .t2-album-card__empty {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: var(--teal-deep);
  opacity: .55;
}
body.theme-skin-2 .t2-album-card__count {
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .3rem .55rem;
  border-radius: 999px;
  background: rgba(15, 10, 42, .72);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
body.theme-skin-2 .t2-album-card__body {
  padding: .95rem 1rem 1.05rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  flex: 1;
}
body.theme-skin-2 .t2-album-card__title {
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
}
body.theme-skin-2 .t2-album-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .85rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}
body.theme-skin-2 .t2-album-card__meta i {
  color: var(--teal);
  margin-right: .2rem;
}
body.theme-skin-2 .t2-album-card__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .3rem;
  margin-top: .25rem;
}
body.theme-skin-2 .t2-album-card__thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d7e7ee;
}

body.theme-skin-2 .t2-album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  align-items: center;
  margin: 0 0 1.1rem;
  padding: .7rem .9rem;
  border-radius: 12px;
  background: linear-gradient(90deg, #eef2ff, #f0f7fb);
  border: 1px solid #c5e6df;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
}
body.theme-skin-2 .t2-album-meta i {
  color: var(--teal);
  margin-right: .25rem;
}
body.theme-skin-2 .t2-album-desc {
  margin-bottom: 1.25rem !important;
}
body.theme-skin-2 .t2-page__kicker a {
  color: inherit !important;
  text-decoration: none !important;
}
body.theme-skin-2 .t2-page__kicker a:hover {
  color: var(--navy) !important;
  text-decoration: underline !important;
}

body.theme-skin-2 .t2-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: .75rem;
}
body.theme-skin-2 .t2-photo-grid__item {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #c7d2fe;
  box-shadow: var(--shadow-sm);
  background: #eef2ff;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
body.theme-skin-2 .t2-photo-grid__item:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow);
  border-color: #818cf8;
}
body.theme-skin-2 .t2-photo-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  body.theme-skin-2 .t2-albums {
    grid-template-columns: 1fr;
  }
  body.theme-skin-2 .t2-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===== Feedback forms (treatment / guestbook / reviews) ===== */
body.theme-skin-2 .t2-intro {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #f5f3ff, #fff);
  border: 1px solid #c7d2fe;
}
body.theme-skin-2 .t2-empty--compact {
  margin-bottom: 1.25rem;
  padding: 1.6rem 1rem;
}

body.theme-skin-2 .t2-form-card {
  margin-top: 1.35rem;
  border-radius: 20px;
  border: 1px solid #c7d2fe;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
body.theme-skin-2 .t2-form-card__head {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(115deg, #1e1b4b 0%, #5b5bd6 60%, #818cf8 100%);
  color: #fff;
}
body.theme-skin-2 .t2-form-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  flex: 0 0 auto;
}
body.theme-skin-2 .t2-form-card__title {
  margin: 0 0 .2rem !important;
  font: 700 1.15rem/1.25 var(--serif) !important;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}
body.theme-skin-2 .t2-form-card__lead {
  margin: 0 !important;
  font-size: .88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .88) !important;
}
body.theme-skin-2 .t2-form {
  padding: 1.2rem 1.25rem 1.35rem;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.theme-skin-2 .t2-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .95rem 1rem;
}
body.theme-skin-2 .t2-field {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  min-width: 0;
}
body.theme-skin-2 .t2-field--full { grid-column: 1 / -1; }
body.theme-skin-2 .t2-label {
  font-size: .88rem;
  font-weight: 800;
  color: var(--ink2);
  margin: 0;
}
body.theme-skin-2 .t2-req { color: #e11d48; }
body.theme-skin-2 .t2-input,
body.theme-skin-2 .t2-form .form-control,
body.theme-skin-2 .t2-form input[type="text"],
body.theme-skin-2 .t2-form input[type="email"],
body.theme-skin-2 .t2-form textarea {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: .8rem .95rem !important;
  border: 2px solid #c7d2fe !important;
  border-radius: 12px !important;
  background: #f7fbfc !important;
  font: 600 .95rem/1.4 var(--font) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}
body.theme-skin-2 .t2-textarea,
body.theme-skin-2 .t2-form textarea {
  min-height: 140px !important;
  resize: vertical;
}
body.theme-skin-2 .t2-input:focus,
body.theme-skin-2 .t2-form .form-control:focus,
body.theme-skin-2 .t2-form input:focus,
body.theme-skin-2 .t2-form textarea:focus {
  outline: none !important;
  border-color: #818cf8 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, .18) !important;
}
body.theme-skin-2 .t2-captcha {
  padding: .65rem .75rem;
  border-radius: 12px;
  background: #f5f3ff;
  border: 1px dashed #a5b4fc;
  overflow-x: auto;
}
body.theme-skin-2 .t2-captcha iframe,
body.theme-skin-2 .t2-captcha > div {
  max-width: 100%;
}
body.theme-skin-2 .t2-check {
  display: flex !important;
  align-items: flex-start;
  gap: .65rem;
  margin: 0 !important;
  font-weight: 600;
  font-size: .92rem;
  color: var(--ink2);
  cursor: pointer;
  line-height: 1.45;
}
body.theme-skin-2 .t2-check input {
  width: 1.1rem !important;
  height: 1.1rem !important;
  margin: .15rem 0 0 !important;
  flex: 0 0 auto;
  accent-color: #5b5bd6;
}
body.theme-skin-2 .t2-check a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.theme-skin-2 .t2-form__actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
body.theme-skin-2 .t2-form__submit {
  min-width: 200px;
  padding: .85rem 1.35rem !important;
}

/* Message list cards */
body.theme-skin-2 .t2-msg-list {
  display: grid;
  gap: .9rem;
  margin: 0 0 1.25rem;
}
body.theme-skin-2 .t2-msg {
  border: 1px solid #c7d2fe;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f8fcfb);
  box-shadow: var(--shadow-sm);
  padding: 1rem 1.1rem;
}
body.theme-skin-2 .t2-msg--review {
  border-left: 4px solid #f59e0b;
}
body.theme-skin-2 .t2-msg--reply {
  margin-top: .7rem;
  background: #f5f3ff;
  border-color: #a5b4fc;
  border-left: 4px solid #818cf8;
  box-shadow: none;
}
body.theme-skin-2 .t2-msg__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem .85rem;
  margin-bottom: .65rem;
}
body.theme-skin-2 .t2-msg__avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #5b5bd6, #312e81);
  flex: 0 0 auto;
}
body.theme-skin-2 .t2-msg__avatar--gold {
  background: linear-gradient(145deg, #f59e0b, #c8870e);
  color: #78350f;
}
body.theme-skin-2 .t2-msg__avatar--teal {
  background: linear-gradient(145deg, #818cf8, #4f46e5);
}
body.theme-skin-2 .t2-msg__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem .65rem;
  flex: 1 1 auto;
  min-width: 0;
}
body.theme-skin-2 .t2-msg__name {
  font-size: .98rem;
  color: var(--navy);
}
body.theme-skin-2 .t2-msg__date {
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted);
}
body.theme-skin-2 .t2-msg__badge {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .15rem .45rem;
  border-radius: 999px;
  background: #e0e7ff;
  color: var(--teal-deep);
}
body.theme-skin-2 .t2-msg__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .65rem;
  margin-left: auto;
}
body.theme-skin-2 .t2-msg__link {
  font-size: .82rem;
  font-weight: 800;
  color: var(--teal) !important;
  text-decoration: none !important;
}
body.theme-skin-2 .t2-msg__link:hover { color: var(--navy) !important; }
body.theme-skin-2 .t2-msg__link--danger { color: #be123c !important; }
body.theme-skin-2 .t2-msg__body {
  color: #2b3d4b !important;
  font-size: .98rem !important;
  line-height: 1.6 !important;
}
body.theme-skin-2 .t2-msg__replies {
  margin-top: .35rem;
  padding-left: .35rem;
}

/* Kill legacy well / horizontal form leftovers on feedback pages */
body.theme-skin-2 .well,
body.theme-skin-2 #feedback-form.well {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.theme-skin-2 .t2-msg--faq {
  border-left: 4px solid #5b5bd6;
}

/* ===== Delete confirmation modals ===== */
body.theme-skin-2 .t2-delete-modal.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2200;
  overflow: auto;
  background: rgba(15, 10, 42, .55);
  padding: 1rem;
}
body.theme-skin-2 .t2-delete-modal.in,
body.theme-skin-2 .t2-delete-modal.show {
  display: block !important;
}
body.theme-skin-2 .t2-delete-dialog.modal-dialog {
  width: min(92vw, 420px) !important;
  margin: 14vh auto !important;
}
body.theme-skin-2 .t2-delete.modal-content {
  border: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 10, 42, .38) !important;
  background: #fff !important;
}
body.theme-skin-2 .t2-delete__hero {
  position: relative;
  padding: 1.45rem 1.3rem 1.15rem;
  text-align: center;
  background:
    radial-gradient(420px 160px at 100% 0%, rgba(255, 200, 180, .25), transparent 55%),
    linear-gradient(125deg, #7a1f18 0%, #be123c 55%, #e11d48 100%);
  color: #fff;
}
body.theme-skin-2 .t2-delete__mark {
  width: 56px;
  height: 56px;
  margin: 0 auto .75rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}
body.theme-skin-2 .t2-delete__title,
body.theme-skin-2 .t2-delete .modal-title {
  margin: 0 !important;
  padding: 0 2rem !important;
  color: #fff !important;
  font: 700 1.3rem/1.25 var(--serif) !important;
  background: none !important;
  border: 0 !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-delete__close.close {
  position: absolute !important;
  top: .65rem !important;
  right: .75rem !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  opacity: 1 !important;
  cursor: pointer;
  display: grid !important;
  place-items: center !important;
  float: none !important;
  text-shadow: none !important;
}
body.theme-skin-2 .t2-delete__close:hover {
  background: rgba(255, 255, 255, .28) !important;
}
body.theme-skin-2 .t2-delete__body.modal-body {
  padding: 1.2rem 1.4rem .35rem !important;
  color: var(--ink2) !important;
  font: 600 1rem/1.55 var(--font) !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-delete__footer.modal-footer {
  border: 0 !important;
  padding: .85rem 1.25rem 1.35rem !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: .55rem;
  background: transparent !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-delete__footer .t2-btn {
  min-width: 132px;
}
body.theme-skin-2 .t2-delete__footer .t2-btn--ghost {
  background: #fff !important;
  border: 1px solid #c7d2fe !important;
  color: var(--ink) !important;
  box-shadow: var(--shadow-sm);
}
body.theme-skin-2 .t2-delete__footer .t2-btn--ghost:hover {
  border-color: #94a3b8 !important;
  background: #f8fafc !important;
}

@media (max-width: 720px) {
  body.theme-skin-2 .t2-form__grid {
    grid-template-columns: 1fr;
  }
  body.theme-skin-2 .t2-msg__actions {
    width: 100%;
    margin-left: 0;
  }
  body.theme-skin-2 .t2-form__submit {
    width: 100%;
  }
}
body.theme-skin-2 .t2-map {
  width: 100%;
  height: 360px;
  border-radius: 16px;
  border: 1px solid var(--line);
  margin: 1rem 0;
  box-shadow: var(--shadow-sm);
}

body.theme-skin-2 .t2-empty {
  text-align: center;
  padding: 2.8rem 1.2rem;
  color: var(--muted);
  background: linear-gradient(180deg, #f5f3ff, #eef6f8);
  border: 2px dashed #a5b4fc;
  border-radius: 16px;
}
body.theme-skin-2 .t2-empty h2 {
  margin: 0 0 .45rem;
  color: var(--ink);
  font-family: var(--serif);
}
body.theme-skin-2 .t2-empty p {
  margin: 0 auto;
  max-width: 36rem;
}

/* Feed */
body.theme-skin-2 .t2-feed { margin-top: 1.6rem; }
body.theme-skin-2 .t2-feed__title {
  font-family: var(--serif);
  font-size: 1.4rem;
  margin: 0 0 .9rem;
  color: var(--navy);
  padding-bottom: .5rem;
  border-bottom: 3px solid #818cf8;
  display: inline-block;
}
body.theme-skin-2 .t2-feed__list { display: grid; gap: 1rem; }
body.theme-skin-2 .t2-feed-item {
  border: 1px solid #c7d2fe;
  border-left: 5px solid #818cf8;
  border-radius: 16px;
  padding: 1.1rem 1.15rem 1rem;
  background: linear-gradient(180deg, #ffffff, #f5fbfb);
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  position: relative;
  overflow: visible;
}
body.theme-skin-2 .t2-feed-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-left-color: var(--coral);
}
body.theme-skin-2 .t2-feed-item__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: .65rem .9rem;
  margin-bottom: .65rem;
}
body.theme-skin-2 .t2-feed-item__title {
  margin: 0;
  font-size: 1.15rem;
  font-family: var(--serif);
  line-height: 1.3;
  flex: 1 1 200px;
  min-width: 0;
}
body.theme-skin-2 .t2-feed-item__title a { color: var(--ink); font-weight: 700; }
body.theme-skin-2 .t2-feed-item__title a:hover { color: var(--teal); }
body.theme-skin-2 .t2-feed-item__body {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}
body.theme-skin-2 .t2-feed-item__img {
  width: 124px;
  height: 92px;
  object-fit: cover;
  border-radius: 12px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
body.theme-skin-2 .t2-feed-item__text {
  color: #3d5160;
  font-size: .96rem;
  line-height: 1.55;
  flex: 1;
  min-width: 0;
}
body.theme-skin-2 .t2-feed-item__text iframe {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  min-height: 200px;
  border-radius: 12px;
}
body.theme-skin-2 .t2-feed-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-top: .85rem;
  padding-top: .7rem;
  border-top: 1px dashed #c7d2fe;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}
body.theme-skin-2 .t2-feed-item__meta i {
  color: var(--teal);
  margin-right: .25rem;
}

body.theme-skin-2 .t2-pager {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
body.theme-skin-2 .t2-pager .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.theme-skin-2 .t2-pager .pagination > li > a,
body.theme-skin-2 .t2-pager .pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 .7rem;
  border-radius: 10px;
  border: 1px solid #c7d2fe;
  background: #fff;
  color: var(--navy) !important;
  font-weight: 700;
  text-decoration: none !important;
}
body.theme-skin-2 .t2-pager .pagination > .active > span,
body.theme-skin-2 .t2-pager .pagination > .active > a {
  background: linear-gradient(180deg, #6366f1, #4f46e5);
  border-color: transparent;
  color: #fff !important;
}
body.theme-skin-2 .t2-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto .85rem;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  color: var(--teal-deep);
  background: linear-gradient(145deg, #e0e7ff, #e8f3f8);
  border: 1px solid #a5b4fc;
}

/* Bootstrap remnants */
body.theme-skin-2 .panel {
  border: 1px solid #c7d2fe !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-sm) !important;
  background: #fff !important;
  margin-bottom: 1rem !important;
  overflow: hidden;
}
body.theme-skin-2 .panel-heading {
  background: linear-gradient(90deg, #5b5bd6, #818cf8) !important;
  border-bottom: 0 !important;
  padding: .9rem 1rem !important;
  color: #fff !important;
}
body.theme-skin-2 .panel-heading h3,
body.theme-skin-2 .panel-heading a {
  color: #fff !important;
}
body.theme-skin-2 .panel-body {
  color: #2b3d4b !important;
  padding: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}
body.theme-skin-2 .panel-footer {
  background: #f5f3ff !important;
  border-top: 1px solid #c7d2fe !important;
}
body.theme-skin-2 .panel h3,
body.theme-skin-2 .featurette-heading {
  font-family: var(--serif) !important;
  color: var(--navy) !important;
  margin: 0 0 .5rem !important;
}

/* Calendar + links (self-contained, no legacy style.css) */
body.theme-skin-2 .t2-calendar {
  padding: 0 !important;
  overflow: hidden;
}
body.theme-skin-2 .t2-calendar .calendar,
body.theme-skin-2 .calendar {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  font-family: var(--font) !important;
}
body.theme-skin-2 .calendar .block-header {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: .45rem .65rem !important;
  margin: 0 0 .85rem !important;
  padding: .9rem 1rem 2.35rem !important;
  background: linear-gradient(100deg, #5b5bd6, #818cf8 55%, #4338ca) !important;
  border-radius: var(--radius) var(--radius) 0 0 !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}
body.theme-skin-2 .calendar .block-header p {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font: 800 .95rem/1.2 var(--font) !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex: 1 1 auto;
  background: none !important;
}
body.theme-skin-2 .calendar .month {
  position: static !important;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: .28rem .65rem !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  font: 800 .82rem/1.2 var(--font) !important;
  text-decoration: none !important;
  opacity: 1 !important;
  white-space: nowrap;
}
body.theme-skin-2 .calendar .month:hover {
  background: rgba(255, 255, 255, .3) !important;
  color: #fff !important;
}
body.theme-skin-2 .calendar-prev,
body.theme-skin-2 .calendar-next {
  position: absolute !important;
  bottom: .7rem !important;
  width: 34px !important;
  height: 28px !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .14) !important;
  background-image: none !important;
  opacity: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  display: grid !important;
  place-items: center !important;
}
body.theme-skin-2 .calendar-prev { right: 3.1rem !important; }
body.theme-skin-2 .calendar-next { right: .85rem !important; }
body.theme-skin-2 .calendar-prev::before { content: "‹"; font-weight: 900; }
body.theme-skin-2 .calendar-next::before { content: "›"; font-weight: 900; }
body.theme-skin-2 .calendar-prev:hover,
body.theme-skin-2 .calendar-next:hover {
  background: rgba(255, 255, 255, .28) !important;
}
body.theme-skin-2 .calendar .out,
body.theme-skin-2 .calendar .in {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 1rem 1rem !important;
  float: none !important;
  box-sizing: border-box !important;
}
body.theme-skin-2 .calendar .days {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: .28rem !important;
  margin: 0 0 .45rem !important;
  text-align: center !important;
  float: none !important;
}
body.theme-skin-2 .calendar .days .cell {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: block !important;
}
body.theme-skin-2 .calendar .days .cell p {
  margin: 0 !important;
  padding: .2rem 0 !important;
  color: var(--teal-deep) !important;
  font: 800 .72rem/1.2 var(--font) !important;
  text-transform: uppercase;
  letter-spacing: .02em;
}
body.theme-skin-2 .calendar .list {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: .28rem !important;
  margin: 0 !important;
  float: none !important;
  text-align: center !important;
}
body.theme-skin-2 .calendar .list:after,
body.theme-skin-2 .calendar .clear {
  display: none !important;
}
body.theme-skin-2 .calendar .list .cell {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  vertical-align: top !important;
  aspect-ratio: 1 / 1;
  min-width: 0 !important;
}
body.theme-skin-2 .calendar .numb {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  background: #eef2ff !important;
  color: var(--ink2) !important;
  font: 700 .78rem/1 var(--font) !important;
  box-sizing: border-box !important;
}
body.theme-skin-2 .calendar .cell.today > .numb {
  background: #fffbeb !important;
  box-shadow: inset 0 0 0 2px #f59e0b !important;
  color: #92400e !important;
}
body.theme-skin-2 .calendar .event {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(160deg, #6366f1, #4f46e5) !important;
  color: #fff !important;
  font: 800 .78rem/1 var(--font) !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(79, 70, 229, .28);
  transition: transform .12s ease, filter .12s ease;
}
body.theme-skin-2 .calendar .event:hover {
  filter: brightness(1.06);
  transform: scale(1.04);
  color: #fff !important;
}

body.theme-skin-2 .t2-links ul,
body.theme-skin-2 .t2-links .useful-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.theme-skin-2 .t2-links a {
  display: block;
  padding: .5rem .65rem;
  border-radius: 10px;
  font-weight: 700;
  color: var(--ink2) !important;
  border: 1px solid transparent;
}
body.theme-skin-2 .t2-links a:hover {
  background: #e8faf7;
  border-color: #a5b4fc;
  color: var(--teal) !important;
}

/* Footer */
body.theme-skin-2 .t2-footer {
  margin-top: auto !important;
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(129, 140, 248, .18), transparent 60%),
    linear-gradient(120deg, #0f0a2a, #1e1b4b 48%, #1e1b4b) !important;
  color: #b7c9d4 !important;
  padding: 1.75rem 0 !important;
  border-top: 4px solid var(--gold) !important;
  width: 100% !important;
  float: none !important;
}
body.theme-skin-2 .t2-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}
body.theme-skin-2 .t2-footer__brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  min-width: 0;
}
body.theme-skin-2 .t2-footer__mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: #0f0a2a;
  background: linear-gradient(145deg, #f59e0b, #818cf8);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
  flex: 0 0 auto;
}
body.theme-skin-2 .t2-footer__copy {
  margin: 0;
  min-width: 0;
}
body.theme-skin-2 .t2-footer__line {
  margin: 0 0 .2rem !important;
  font-size: .95rem;
  font-weight: 600;
  color: #d5e4ec !important;
  line-height: 1.4;
}
body.theme-skin-2 .t2-footer a {
  color: #a5b4fc !important;
  font-weight: 800;
  text-decoration: none;
}
body.theme-skin-2 .t2-footer a:hover {
  color: #f59e0b !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.theme-skin-2 .t2-footer__tag {
  margin: 0 !important;
  font-size: .8rem;
  font-weight: 600;
  color: #8aa3b2 !important;
  letter-spacing: .02em;
}
body.theme-skin-2 .t2-footer__counters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  opacity: .92;
}

/* Cookie / personal-data banner */
body.theme-skin-2 .personal-data-processing-agreement-widget,
body.theme-skin-2 .t2-cookie {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000 !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: none;
}
body.theme-skin-2 .t2-cookie .wrapper,
body.theme-skin-2 .t2-cookie__inner {
  pointer-events: auto;
  width: min(100% - 1.5rem, 1040px) !important;
  max-width: 1040px !important;
  margin: 0 auto 1.1rem !important;
  padding: 1rem 1.15rem !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1rem;
  background: linear-gradient(120deg, #1e1b4b 0%, #5b5bd6 70%, #818cf8 100%) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 48px rgba(15, 10, 42, .35) !important;
  height: auto !important;
  justify-content: flex-start !important;
}
body.theme-skin-2 .t2-cookie__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 1.15rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .22);
}
body.theme-skin-2 .t2-cookie .acceptance-text,
body.theme-skin-2 .t2-cookie__text {
  flex: 1 1 220px;
  width: auto !important;
  margin: 0 !important;
  text-align: left !important;
  color: #f2fbfa !important;
  font: 600 .92rem/1.45 var(--font) !important;
}
body.theme-skin-2 .t2-cookie .acceptance-text a,
body.theme-skin-2 .t2-cookie__text a {
  color: #f6e27a !important;
  font-weight: 800 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.theme-skin-2 .t2-cookie .acceptance-text a:hover {
  color: #fff !important;
}
body.theme-skin-2 .t2-cookie .acceptance-button,
body.theme-skin-2 .t2-cookie__btn {
  flex: 0 0 auto;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: .75rem 1.35rem !important;
  font: 800 .9rem/1.1 var(--font) !important;
  color: #0f0a2a !important;
  background: linear-gradient(180deg, #fde68a, #f59e0b) !important;
  box-shadow: 0 10px 22px rgba(240, 180, 41, .35) !important;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s ease, filter .15s ease;
}
body.theme-skin-2 .t2-cookie .acceptance-button:hover,
body.theme-skin-2 .t2-cookie__btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* ===== Auth popups (login / reset) ===== */
body.theme-skin-2 .mfp-bg {
  background: rgba(15, 10, 42, .62) !important;
  opacity: 1 !important;
}
body.theme-skin-2 .mfp-content {
  max-width: 440px;
  margin: 0 auto;
}
body.theme-skin-2 .white-popup.t2-auth,
body.theme-skin-2 #login.t2-auth,
body.theme-skin-2 #repass.t2-auth {
  position: relative !important;
  max-width: 420px !important;
  width: min(100% - 1.5rem, 420px) !important;
  margin: 4vh auto !important;
  padding: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 28px 70px rgba(15, 10, 42, .35) !important;
  border: 1px solid rgba(255, 255, 255, .2);
}
body.theme-skin-2 .t2-auth__hero {
  padding: 1.45rem 1.4rem 1.15rem;
  background: linear-gradient(125deg, #1e1b4b 0%, #5b5bd6 58%, #818cf8 100%);
  color: #fff;
  text-align: center;
}
body.theme-skin-2 .t2-auth__mark {
  width: 52px;
  height: 52px;
  margin: 0 auto .75rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .15);
}
body.theme-skin-2 .t2-auth__title,
body.theme-skin-2 .t2-auth h2 {
  margin: 0 0 .35rem !important;
  padding: 0 !important;
  font-family: var(--serif) !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-auth__lead {
  margin: 0 !important;
  font-size: .9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .88) !important;
  line-height: 1.4;
}
body.theme-skin-2 .t2-auth__form {
  display: block !important;
  padding: 1.25rem 1.35rem 1.4rem !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: left !important;
}
body.theme-skin-2 .t2-auth__tabs {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
  margin: 0 0 1rem !important;
}
body.theme-skin-2 .t2-auth__tab {
  margin: 0 !important;
  cursor: pointer;
  display: block !important;
}
body.theme-skin-2 .t2-auth__tab > input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}
body.theme-skin-2 .t2-auth__tab svg,
body.theme-skin-2 .t2-auth .btn-radio svg {
  display: none !important;
}
body.theme-skin-2 .t2-auth__tab-ui {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .65rem .5rem;
  border-radius: 12px;
  border: 2px solid #c7d2fe;
  background: #f5f3ff;
  color: var(--navy) !important;
  font-weight: 800;
  font-size: .88rem;
  transition: .15s ease;
}
body.theme-skin-2 .t2-auth__tab > input:checked + .t2-auth__tab-ui,
body.theme-skin-2 .t2-auth__tab:has(input:checked) .t2-auth__tab-ui {
  border-color: #818cf8;
  background: linear-gradient(180deg, #eef2ff, #e0e7ff);
  color: var(--teal-deep) !important;
  box-shadow: 0 6px 14px rgba(79, 70, 229, .15);
}
body.theme-skin-2 .t2-auth__field {
  position: relative;
  margin: 0 0 .85rem;
}
body.theme-skin-2 .t2-auth__field--pass { margin-bottom: 1rem; }
body.theme-skin-2 .t2-auth input.t2-auth__input,
body.theme-skin-2 .t2-auth input[type="text"],
body.theme-skin-2 .t2-auth input[type="email"],
body.theme-skin-2 .t2-auth input[type="password"],
body.theme-skin-2 .t2-auth input.email,
body.theme-skin-2 .t2-auth input.pass,
body.theme-skin-2 .t2-auth input.repass,
body.theme-skin-2 .t2-auth input.changeinput {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: .85rem 1rem !important;
  border: 2px solid #c7d2fe !important;
  border-radius: 14px !important;
  background: #f7fbfc !important;
  font: 600 .98rem/1.35 var(--font) !important;
  color: var(--ink) !important;
  box-sizing: border-box !important;
  float: none !important;
}
body.theme-skin-2 .t2-auth__field--pass input {
  padding-right: 3rem !important;
}
body.theme-skin-2 .t2-auth input:focus {
  outline: none !important;
  border-color: #818cf8 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, .18) !important;
}
body.theme-skin-2 .t2-auth__eye,
body.theme-skin-2 .t2-auth .toggle-password,
body.theme-skin-2 .t2-auth .field-icon {
  position: absolute !important;
  right: .55rem !important;
  top: .55rem !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: var(--muted) !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  float: none !important;
  z-index: 2;
  font-size: 1.05rem;
  padding: 0 !important;
}
body.theme-skin-2 .t2-auth__eye:hover { color: var(--teal) !important; background: #e8faf7 !important; }
body.theme-skin-2 .t2-auth__error:empty { display: none; }
body.theme-skin-2 .t2-auth__error:not(:empty),
body.theme-skin-2 .t2-auth .logerr:not(:empty),
body.theme-skin-2 .t2-auth .passerr:not(:empty) {
  display: block;
  margin-top: .4rem;
  color: #be123c !important;
  font-size: .85rem;
  font-weight: 700;
}
body.theme-skin-2 .t2-auth__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .55rem .9rem;
  margin: 0 0 1.05rem;
}
body.theme-skin-2 .t2-auth__remember {
  display: inline-flex !important;
  align-items: center;
  gap: .45rem;
  margin: 0 !important;
  font-weight: 700;
  font-size: .9rem;
  color: var(--ink2) !important;
  cursor: pointer;
  float: none !important;
  width: auto !important;
}
body.theme-skin-2 .t2-auth__remember input {
  width: 1.05rem !important;
  height: 1.05rem !important;
  margin: 0 !important;
  accent-color: #5b5bd6;
}
body.theme-skin-2 .t2-auth__link,
body.theme-skin-2 .t2-auth__back {
  color: var(--teal) !important;
  font-weight: 800 !important;
  font-size: .9rem !important;
  text-decoration: none !important;
}
body.theme-skin-2 .t2-auth__link:hover,
body.theme-skin-2 .t2-auth__back:hover {
  color: var(--navy) !important;
  text-decoration: underline !important;
}
body.theme-skin-2 .t2-auth__back {
  display: block;
  text-align: center;
  margin-top: .85rem;
}
body.theme-skin-2 .t2-auth__submit,
body.theme-skin-2 .t2-auth .btn-submit,
body.theme-skin-2 .t2-auth input[type="submit"],
body.theme-skin-2 .t2-auth button[type="submit"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: .95rem 1.1rem !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #6366f1, #4f46e5) !important;
  color: #fff !important;
  font: 800 1rem/1.2 var(--font) !important;
  cursor: pointer !important;
  box-shadow: 0 12px 26px rgba(79, 70, 229, .32) !important;
  float: none !important;
  height: auto !important;
  transition: transform .15s ease, filter .15s ease;
}
body.theme-skin-2 .t2-auth__submit:hover,
body.theme-skin-2 .t2-auth .btn-submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #fff !important;
}
body.theme-skin-2 .t2-auth__flash:empty { display: none; }
body.theme-skin-2 .t2-auth__flash:not(:empty) {
  margin: 0 1.35rem 1.1rem;
  padding: .7rem .85rem;
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 700;
}
body.theme-skin-2 .t2-auth__flash--ok:not(:empty) {
  background: #eef2ff;
  color: var(--teal-deep);
  border: 1px solid #a5b4fc;
}
body.theme-skin-2 .t2-auth__flash--err:not(:empty) {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
}
/* hide legacy radio styles leftovers */
body.theme-skin-2 .t2-auth .btn-radio span:not(.t2-auth__tab-ui) {
  /* handled by tab-ui */
}

/* Flash / design-change modal */
body.theme-skin-2 .t2-flash-modal.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2100;
  overflow: auto;
  background: rgba(15, 10, 42, .55);
  padding: 1rem;
}
body.theme-skin-2 .t2-flash-modal.in,
body.theme-skin-2 .t2-flash-modal.show {
  display: block !important;
}
body.theme-skin-2 .t2-flash-dialog.modal-dialog {
  width: min(92vw, 440px) !important;
  margin: 12vh auto !important;
}
body.theme-skin-2 .t2-flash.modal-content {
  border: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 10, 42, .35) !important;
  background: #fff !important;
}
body.theme-skin-2 .t2-flash__hero {
  position: relative;
  padding: 1.5rem 1.35rem 1.15rem;
  text-align: center;
  background: linear-gradient(125deg, #1e1b4b 0%, #5b5bd6 55%, #818cf8 100%);
  color: #fff;
}
body.theme-skin-2 .t2-flash-modal--error .t2-flash__hero {
  background: linear-gradient(125deg, #7a1f18 0%, #be123c 55%, #e11d48 100%);
}
body.theme-skin-2 .t2-flash-modal--info .t2-flash__hero {
  background: linear-gradient(125deg, #312e81 0%, #1f6f8a 60%, #2a8fb0 100%);
}
body.theme-skin-2 .t2-flash-modal--design .t2-flash__hero {
  background:
    radial-gradient(420px 160px at 90% 0%, rgba(240, 180, 41, .35), transparent 55%),
    linear-gradient(125deg, #1e1b4b 0%, #5b5bd6 50%, #818cf8 100%);
}
body.theme-skin-2 .t2-flash__mark {
  width: 56px;
  height: 56px;
  margin: 0 auto .75rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .15);
}
body.theme-skin-2 .t2-flash__title,
body.theme-skin-2 .t2-flash .modal-title {
  margin: 0 !important;
  padding: 0 2rem !important;
  color: #fff !important;
  font: 700 1.35rem/1.25 var(--serif) !important;
  background: none !important;
  border: 0 !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-flash__close.close {
  position: absolute !important;
  top: .65rem !important;
  right: .75rem !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  opacity: 1 !important;
  cursor: pointer;
  display: grid !important;
  place-items: center !important;
  float: none !important;
  text-shadow: none !important;
}
body.theme-skin-2 .t2-flash__close:hover {
  background: rgba(255, 255, 255, .28) !important;
}
body.theme-skin-2 .t2-flash__body.modal-body {
  padding: 1.25rem 1.4rem .35rem !important;
  color: var(--ink2) !important;
  font: 600 1.02rem/1.55 var(--font) !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-flash__hint {
  margin: .85rem 0 0 !important;
  padding: .7rem .85rem !important;
  border-radius: 12px !important;
  background: #f5f3ff !important;
  border: 1px solid #c7d2fe !important;
  color: var(--muted) !important;
  font-size: .88rem !important;
  font-weight: 600 !important;
  text-align: left !important;
}
body.theme-skin-2 .t2-flash__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
body.theme-skin-2 .t2-flash__list li {
  padding: .45rem .65rem !important;
  margin: 0 0 .35rem !important;
  border-radius: 10px !important;
  background: #fff1f2 !important;
  border: 1px solid #fecdd3 !important;
  color: #9f1239 !important;
}
body.theme-skin-2 .t2-flash__footer.modal-footer {
  border: 0 !important;
  padding: .5rem 1.4rem 1.35rem !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  background: transparent !important;
}
body.theme-skin-2 .t2-flash__ok {
  min-width: 160px;
}

/* Minimal components (no Bootstrap CSS) */
body.theme-skin-2 .dropdown { position: relative; display: inline-block; }
body.theme-skin-2 .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
  min-width: 180px;
  margin: .25rem 0 0;
  padding: .35rem;
  list-style: none;
  background: #fff;
  border: 1px solid #d7e3ea;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 10, 42, .12);
}
body.theme-skin-2 .dropdown.open > .dropdown-menu,
body.theme-skin-2 .dropdown-menu.show { display: block; }
body.theme-skin-2 .dropdown-menu > li > a {
  display: block;
  padding: .5rem .75rem;
  border-radius: 8px;
  color: #0b1f2a;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
}
body.theme-skin-2 .dropdown-menu > li > a:hover {
  background: #eef2ff;
  color: #5b5bd6;
}
body.theme-skin-2 .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
body.theme-skin-2 .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  overflow: auto;
  background: rgba(15, 10, 42, .45);
}
body.theme-skin-2 .modal.in,
body.theme-skin-2 .modal.show { display: block; }
body.theme-skin-2 .modal-dialog {
  width: min(92vw, 520px);
  margin: 8vh auto;
}
body.theme-skin-2 .modal-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  overflow: hidden;
}
body.theme-skin-2 .modal-header,
body.theme-skin-2 .modal-body,
body.theme-skin-2 .modal-footer { padding: 1rem 1.15rem; }
body.theme-skin-2 .modal-header { border-bottom: 1px solid #e2e8f0; }
body.theme-skin-2 .modal-footer { border-top: 1px solid #e2e8f0; text-align: right; }

/* BVI + top */
body.theme-skin-2 .t2-bvi {
  position: fixed;
  right: 14px;
  top: 118px;
  z-index: 120;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  padding: 7px;
  border: 2px solid #818cf8;
}
body.theme-skin-2 .t2-bvi img { width: 100%; height: 100%; object-fit: contain; }

body.theme-skin-2 .t2-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1400;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #818cf8, #4f46e5);
  color: #fff !important;
  font-weight: 900;
  font-size: 1.15rem;
  box-shadow: 0 12px 28px rgba(79, 70, 229, .4);
  text-decoration: none !important;
  border: 2px solid #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transition: opacity .2s ease, transform .15s ease, filter .15s ease, visibility .2s ease;
}
body.theme-skin-2 .t2-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
body.theme-skin-2 .t2-top:hover { filter: brightness(1.08); color: #fff !important; transform: translateY(-2px); }

body.theme-skin-2 .t2-alert {
  max-width: var(--max);
  margin: .85rem auto;
  padding: .85rem 1.05rem;
  border-radius: 12px;
  background: #fff1f2;
  color: #9f1239;
  border: 2px solid #fecdd3;
  font-weight: 700;
}
body.theme-skin-2 .t2-alert--danger {
  background: #fff1f2;
  border-color: #fda4af;
}

/* Forms (feedback pages etc.) */
body.theme-skin-2 .form-control,
body.theme-skin-2 input[type="text"],
body.theme-skin-2 input[type="email"],
body.theme-skin-2 input[type="password"],
body.theme-skin-2 textarea,
body.theme-skin-2 select {
  border: 2px solid #a5b4fc !important;
  border-radius: 12px !important;
  padding: .65rem .85rem !important;
  font: 600 .95rem/1.4 var(--font) !important;
  color: var(--ink) !important;
  background: #fff !important;
  max-width: 100%;
}
body.theme-skin-2 .btn,
body.theme-skin-2 button[type="submit"],
body.theme-skin-2 input[type="submit"] {
  border-radius: 12px !important;
  font-weight: 800 !important;
}
body.theme-skin-2 .btn-primary,
body.theme-skin-2 button[type="submit"],
body.theme-skin-2 input[type="submit"] {
  background: linear-gradient(180deg, #6366f1, #4f46e5) !important;
  border: 0 !important;
  color: #fff !important;
  padding: .65rem 1.2rem !important;
  box-shadow: 0 8px 18px rgba(79, 70, 229, .28);
}

/* Mobile */
@media (max-width: 1100px) {
  body.theme-skin-2 .t2-shell {
    grid-template-columns: 230px minmax(0, 1fr) 230px !important;
  }
}

@media (max-width: 991px) {
  body.theme-skin-2 .t2-shell {
    grid-template-columns: 1fr !important;
  }
  body.theme-skin-2 .t2-side--left,
  body.theme-skin-2 .t2-side--right {
    position: static;
  }
  body.theme-skin-2 .t2-header__bar {
    flex-direction: column;
    align-items: stretch;
  }
  body.theme-skin-2 .t2-header__user { align-items: flex-start; }
  body.theme-skin-2 .t2-nav__list { flex-direction: column !important; }
  body.theme-skin-2 .t2-nav__list > li > a { white-space: normal; }
  body.theme-skin-2 .t2-feed-item__body { flex-direction: column; }
  body.theme-skin-2 .t2-feed-item__img { width: 100%; height: 170px; }
  body.theme-skin-2 .t2-nav__toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 800;
    padding: .45rem .65rem;
  }
  body.theme-skin-2 .t2-nav__burger {
    width: 36px;
    height: 28px;
    position: relative;
    display: inline-block;
  }
  body.theme-skin-2 .t2-nav__burger span,
  body.theme-skin-2 .t2-nav__burger span::before,
  body.theme-skin-2 .t2-nav__burger span::after {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    content: "";
  }
  body.theme-skin-2 .t2-nav__burger span { position: relative; top: 12px; }
  body.theme-skin-2 .t2-nav__burger span::before { position: absolute; top: -9px; left: 0; right: 0; }
  body.theme-skin-2 .t2-nav__burger span::after { position: absolute; top: 9px; left: 0; right: 0; }
}

@media (max-width: 640px) {
  body.theme-skin-2 .t2-header__logo { width: 58px !important; height: 58px !important; }
  body.theme-skin-2 .t2-card--main { padding: 1rem !important; }
  body.theme-skin-2 .t2-article__head { flex-direction: column; }
  body.theme-skin-2 .t2-bvi { top: auto; bottom: 76px; }
  body.theme-skin-2 .t2-cookie__inner {
    flex-direction: column;
    align-items: stretch !important;
  }
  body.theme-skin-2 .t2-cookie__btn { width: 100%; }
  body.theme-skin-2 .t2-footer__inner { align-items: flex-start; }
}

/* Theme 2 — extra responsive polish */
@media (max-width: 1100px) {
  body.theme-skin-2 .t2-shell {
    grid-template-columns: 220px minmax(0, 1fr) 220px !important;
    gap: .85rem !important;
  }
}
@media (max-width: 991px) {
  body.theme-skin-2 .t2-shell {
    width: min(100% - 1rem, var(--max)) !important;
    grid-template-columns: 1fr !important;
  }
  body.theme-skin-2 .t2-side--left { order: 2; }
  body.theme-skin-2 .t2-main { order: 1; }
  body.theme-skin-2 .t2-side--right { order: 3; }
  body.theme-skin-2 .t2-nav__inner { border-radius: 14px !important; }
  body.theme-skin-2 .t2-header__bar { min-height: 0; padding: .85rem 0; }
  body.theme-skin-2 .t2-card--main { min-height: 0 !important; }
}
@media (max-width: 640px) {
  body.theme-skin-2 .t2-shell { width: calc(100% - .75rem) !important; margin-left: auto; margin-right: auto; }
  body.theme-skin-2 .t2-header__title { font-size: 1.15rem !important; }
  body.theme-skin-2 .t2-btn { width: 100%; justify-content: center; }
  body.theme-skin-2 .t2-header__actions .t2-btn { width: auto; }
  body.theme-skin-2 .t2-page__head { padding: .85rem; }
  body.theme-skin-2 .t2-form-card__head { flex-direction: column; align-items: flex-start; }
  body.theme-skin-2 .t2-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.theme-skin-2 .t2-albums { grid-template-columns: 1fr; }
}
/* ===== Site description modal (#set-header) ===== */
body.theme-skin-2 .t2-desc-modal.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2300;
  overflow: auto;
  background: rgba(7, 32, 51, .55);
  padding: 1rem;
}
body.theme-skin-2 .t2-desc-modal.in,
body.theme-skin-2 .t2-desc-modal.show {
  display: block !important;
}
body.theme-skin-2 .t2-desc-dialog.modal-dialog {
  width: min(94vw, 520px) !important;
  margin: 10vh auto !important;
}
body.theme-skin-2 .t2-desc.modal-content {
  border: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(7, 32, 51, .38) !important;
  background: #fff !important;
}
body.theme-skin-2 .t2-desc__hero.modal-header {
  position: relative;
  padding: 1.45rem 1.35rem 1.15rem !important;
  text-align: center;
  border: 0 !important;
  background: linear-gradient(125deg, #312e81 0%, #4f46e5 55%, #7c3aed 100%) !important;
  color: #fff !important;
}
body.theme-skin-2 .t2-desc__mark {
  width: 54px;
  height: 54px;
  margin: 0 auto .7rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .15);
}
body.theme-skin-2 .t2-desc__title,
body.theme-skin-2 .t2-desc .modal-title {
  margin: 0 0 .35rem !important;
  padding: 0 2rem !important;
  color: #fff !important;
  font: 700 1.35rem/1.25 var(--serif) !important;
  background: none !important;
  border: 0 !important;
  text-align: center !important;
}
body.theme-skin-2 .t2-desc__lead {
  margin: 0 !important;
  font: 600 .9rem/1.4 var(--font) !important;
  color: rgba(255, 255, 255, .88) !important;
}
body.theme-skin-2 .t2-desc__close.close {
  position: absolute !important;
  top: .65rem !important;
  right: .75rem !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  opacity: 1 !important;
  cursor: pointer;
  display: grid !important;
  place-items: center !important;
  float: none !important;
  text-shadow: none !important;
}
body.theme-skin-2 .t2-desc__close:hover {
  background: rgba(255, 255, 255, .28) !important;
}
body.theme-skin-2 .t2-desc__body.modal-body {
  padding: 1.25rem 1.4rem .5rem !important;
}
body.theme-skin-2 .t2-desc__label {
  display: block;
  margin: 0 0 .45rem;
  font: 800 .78rem/1.2 var(--font);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
body.theme-skin-2 .t2-desc__textarea,
body.theme-skin-2 #set-header textarea#header-modal {
  width: 100% !important;
  min-height: 140px !important;
  padding: .9rem 1rem !important;
  border: 2px solid #ddd6fe !important;
  border-radius: 14px !important;
  background: #f5f3ff !important;
  color: var(--ink) !important;
  font: 600 1rem/1.5 var(--font) !important;
  resize: vertical;
  box-shadow: none !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}
body.theme-skin-2 .t2-desc__textarea:focus,
body.theme-skin-2 #set-header textarea#header-modal:focus {
  outline: none !important;
  border-color: #4f46e5 !important;
  box-shadow: 0 0 0 4px rgba(79,70,229,.18) !important;
}
body.theme-skin-2 .t2-desc__hint {
  margin: .75rem 0 0 !important;
  padding: .65rem .85rem;
  border-radius: 12px;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  color: var(--ink2);
  font: 600 .86rem/1.45 var(--font) !important;
}
body.theme-skin-2 .t2-desc__hint i {
  color: #4f46e5;
  margin-right: .3rem;
}
body.theme-skin-2 .t2-desc__footer.modal-footer {
  border: 0 !important;
  padding: .85rem 1.25rem 1.35rem !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end !important;
  gap: .55rem;
  background: transparent !important;
}
body.theme-skin-2 .t2-desc__submit {
  min-width: 140px;
}
body.theme-skin-2 .header-edit {
  cursor: pointer;
  margin-left: .35rem;
  opacity: .85;
  transition: .15s ease;
}
body.theme-skin-2 .header-edit:hover {
  opacity: 1;
  color: #4f46e5;
}