@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Cairo", "Poppins", sans-serif;
  color: #373737;
  background: #ffffff;
}

img {
  max-width: 100%;
  display: block;
  overflow: clip;
}

video,
canvas {
  max-width: 100%;
  overflow: clip;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #6f6a62;
}
.breadcrumbs a {
  color: #161616;
  font-weight: 600;
  transition: all 0.25s ease;
}
.breadcrumbs a:hover {
  color: #d33a2c;
}
.breadcrumbs span {
  color: #6f6a62;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Cairo", "Poppins", sans-serif;
  color: #161616;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
}

p {
  margin-top: 0;
  line-height: 1.6;
}

ul {
  padding-left: 20px;
}

html,
body {
  overflow-x: clip;
}

.container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

iframe {
  width: 100%;
}

table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.card {
  background: #ffffff;
  border: 1px solid #dfd7ca;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
  padding: 24px;
}

.badge-category {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(217, 43, 43, 0.1);
  color: #d33a2c;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 28px, 1280px);
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 20px, 1280px);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.has-site-drawer {
  overflow: hidden;
}

.site-header {
  --header-menu-icon-color: #2453ff;
  --header-search-icon-color: #2453ff;
  --header-logo-height: 90px;
  --header-logo-meta-gap: 2px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #eef1f5;
  position: sticky;
  top: 0;
  z-index: 60;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  backdrop-filter: blur(18px);
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.site-header.is-scrolled {
  --header-logo-height: 72px;
  --header-logo-meta-gap: 0;
}

.site-header__mainbar {
  padding-bottom: 6px;
  border-bottom: 1px solid #eef1f5;
}

.site-header__mainbar-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 88px;
  gap: 18px;
  transition: min-height 0.24s ease;
}

.site-header.is-scrolled .site-header__mainbar-inner {
  min-height: 70px;
}

.site-header__menu-toggle,
.site-header__search-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
}

.site-header__menu-icon {
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 3px;
}
.site-header__menu-icon span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--header-menu-icon-color);
}

.site-header__menu-text {
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-logo--header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  max-width: min(100%, 420px);
  min-height: 60px;
}

.site-logo__stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--header-logo-meta-gap);
  transition: gap 0.24s ease;
}

.site-logo__image {
  display: block;
  width: auto;
  height: var(--header-logo-height);
  margin: 10px 0;
  max-width: 100%;
  min-width: 1px;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  transition: height 0.24s ease;
}

.site-logo__title {
  color: #2453ff;
  font-family: "Cairo", "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.site-logo__meta {
  display: inline-block;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.05;
  white-space: nowrap;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 0;
  min-width: 0;
}

.site-header__search-icon {
  display: inline-flex;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.site-header__search-icon::before {
  content: "";
  position: absolute;
  inset: 1px 4px 4px 1px;
  border: 2px solid var(--header-search-icon-color);
  border-radius: 50%;
}

.site-header__search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: 0;
  bottom: 2px;
  background: var(--header-search-icon-color);
  transform: rotate(45deg);
  transform-origin: right center;
}

.site-header__search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 54px;
  gap: 10px;
}

.site-header__search-form {
  display: none;
  align-items: center;
  gap: 14px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 14px;
  background: #f3f4f8;
  border: 1px solid #eef1f5;
}
.site-header__search-form .site-header__search-form-icon {
  display: inline-flex;
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.site-header__search-form .site-header__search-form-icon::before {
  content: "";
  position: absolute;
  inset: 1px 4px 4px 1px;
  border: 2px solid var(--header-search-icon-color);
  border-radius: 50%;
}
.site-header__search-form .site-header__search-form-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  right: 0;
  bottom: 3px;
  background: var(--header-search-icon-color);
  transform: rotate(45deg);
  transform-origin: right center;
}
.site-header__search-form input {
  width: 100%;
  min-height: 52px;
  border: 0;
  background: transparent;
  color: #111827;
  padding: 0;
  font-size: 1rem;
}
.site-header__search-form input::placeholder {
  color: #98a2b3;
}
.site-header__search-form input:focus {
  outline: none;
  box-shadow: none;
}

.site-header__search-close {
  display: none;
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
  flex-shrink: 0;
}
.site-header__search-close span::before,
.site-header__search-close span::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 7px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}
.site-header__search-close span::before {
  transform: rotate(45deg);
}
.site-header__search-close span::after {
  transform: rotate(-45deg);
}

.site-header.is-search-open .site-header__search-form {
  display: flex;
}

.site-header.is-search-open .site-header__search-close {
  display: inline-flex;
}

.site-header.is-search-open .site-header__search-toggle .site-header__search-text {
  display: none;
}

.site-header.is-search-open .site-header__search-toggle {
  display: none;
}

.site-header__brands {
  border-bottom: 1px solid #eef1f5;
}

.site-header__brands-shell {
  position: relative;
}

.site-header__brands-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  align-items: center;
  min-height: 44px;
  overflow: hidden;
}

.site-header__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--brand-color);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-header__brands-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  border: 0;
  background: #ffffff;
  color: #475467;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.site-header__brands-arrow span {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.site-header__brands-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.site-header__brands-arrow--left span {
  transform: rotate(-135deg);
}

.site-header__brands-arrow--right span {
  transform: rotate(45deg);
}

.site-drawer[hidden] {
  display: none !important;
}

.site-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.site-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 24, 39, 0.5);
  opacity: 0;
  transition: opacity 0.34s ease;
}

.site-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(360px, 92vw);
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  padding: 22px 18px 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(-104%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.site-drawer.is-open .site-drawer__overlay {
  opacity: 1;
}

.site-drawer.is-open .site-drawer__panel {
  transform: translateX(0);
}

.site-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eceff4;
}
.site-drawer__header strong {
  display: block;
  font-size: 1.5rem;
  color: #2453ff;
}
.site-drawer__header .site-drawer__logo-image {
  display: block;
  width: auto;
  height: 42px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
}
.site-drawer__header p {
  margin: 6px 0 0;
  color: #6f6a62;
}

.site-drawer__content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.site-drawer__footer {
  flex: 0 0 auto;
  margin-top: auto;
  background: #ffffff;
  padding-top: 16px;
}

.site-drawer__close {
  border: 0;
  background: transparent;
  color: #6f6a62;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.site-drawer__nav,
.site-drawer__secondary-links {
  display: flex;
  flex-direction: column;
}

.site-drawer__nav {
  gap: 8px;
  padding: 18px 0;
}

.site-drawer__primary-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 1.02rem;
  font-weight: 600;
  border-bottom: 1px solid #f2f4f7;
}

.site-drawer__primary-dot {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--drawer-color);
  flex-shrink: 0;
}

.site-drawer__section {
  padding-top: 18px;
}
.site-drawer__section h2 {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f6a62;
}

.site-drawer__secondary-links {
  gap: 10px;
}
.site-drawer__secondary-links a {
  color: #111827;
  font-size: 0.98rem;
  padding: 4px 0;
}

.site-drawer__section--install {
  border-top: 1px solid #eceff4;
}

.site-drawer__section--sticky {
  padding-bottom: 0;
}

.site-drawer__section--push {
  border-top: 0;
  padding-top: 0;
}

.site-drawer__push-card {
  padding: 14px;
  border: 1px solid rgba(36, 83, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98)), radial-gradient(circle at top left, rgba(36, 83, 255, 0.1), transparent 52%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.site-drawer__push-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.site-drawer__push-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2453ff 0%, #22c55e 100%);
  box-shadow: 0 10px 20px rgba(36, 83, 255, 0.2);
  color: #ffffff;
}
.site-drawer__push-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.site-drawer__push-copy {
  min-width: 0;
}
.site-drawer__push-copy h2 {
  margin-bottom: 4px;
  color: #111827;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.92rem;
}
.site-drawer__push-copy p {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.45;
}

.site-drawer__install-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #cb3029 0%, #8e0c63 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.site-drawer__install-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(142, 12, 99, 0.18);
}

.site-drawer__install-button--push {
  min-height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2453ff 0%, #122ea8 100%);
  box-shadow: 0 12px 24px rgba(36, 83, 255, 0.2);
  font-size: 0.9rem;
}

.site-drawer__install-help {
  margin: 10px 0 0;
  color: #6f6a62;
  font-size: 0.86rem;
  line-height: 1.55;
}

.site-drawer__install-help--push {
  color: #526071;
  margin-top: 8px;
  font-size: 0.8rem;
}

.install-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  width: min(360px, 100vw - 24px);
  padding: 16px;
  border-radius: 22px;
  background: rgba(17, 24, 39, 0.96);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(16px);
}

.install-banner__body h3 {
  margin: 8px 0 8px;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
}

.install-banner__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.6;
}

.install-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffd8b7;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.install-banner__actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.install-banner__button,
.install-banner__dismiss {
  min-height: 42px;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

.install-banner__button {
  flex: 1;
  border: 0;
  background: linear-gradient(135deg, #cb3029 0%, #8e0c63 100%);
  color: #ffffff;
  cursor: pointer;
}

.install-banner__dismiss {
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

@media (max-width: 1100px) {
  .site-header__mainbar-inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
}
@media (max-width: 900px) {
  .site-header__mainbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 68px;
  }
  .site-header__search-text {
    display: none;
  }
  .site-header__search-form {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(100vw - 24px);
    max-width: 420px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    z-index: 5;
  }
  .site-header__search-close {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    z-index: 6;
  }
  .site-header__brands-arrow {
    display: inline-flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 26px;
    background: rgba(255, 255, 255, 0.96);
  }
  .site-header__brands-arrow--left {
    left: 0;
  }
  .site-header__brands-arrow--right {
    right: 0;
  }
  .site-header__brands-track {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-inline: 18px;
  }
  .site-header__brands-track::-webkit-scrollbar {
    display: none;
  }
  .site-header__brand-link {
    min-width: max-content;
    padding-inline: 18px;
  }
}
@media (max-width: 640px) {
  .install-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    padding: 14px;
    border-radius: 18px;
  }
  .install-banner__actions {
    flex-direction: column;
  }
  .install-banner__button,
  .install-banner__dismiss {
    width: 100%;
  }
  .site-logo__title {
    font-size: 1.65rem;
  }
  .site-logo__image {
    height: 44px;
  }
  .site-logo__meta {
    font-size: 0.68rem;
  }
  .site-header__mainbar-inner {
    gap: 12px;
    min-height: 64px;
  }
  .site-header__menu-toggle > span:last-child {
    display: none;
  }
  .site-header__brands-track {
    min-height: 42px;
  }
  .site-header__brand-link {
    justify-content: center;
    padding-inline: 16px;
    min-width: max-content;
    font-size: 0.88rem;
  }
  .site-header__search-form {
    width: calc(100vw - 20px);
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .site-logo__meta {
    display: inline-block;
  }
  .site-logo__image {
    height: 52px;
  }
}
.site-footer {
  margin-top: 0;
  padding: 44px 0 24px;
  background: #0f1116;
  color: rgba(255, 255, 255, 0.78);
  border-top: 3px solid #FE7609;
}

.site-footer__content {
  display: grid;
  gap: 28px;
}
.site-footer__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  max-width: none;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: min(100%, 420px);
  min-height: 60px;
}
.site-footer__logo img {
  width: 220px;
  height: 72px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.site-footer__logo strong {
  display: block;
  font-family: "Cairo", "Poppins", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #ffffff;
}

.site-footer__intro {
  max-width: 640px;
}
.site-footer__intro p {
  font-size: 0.98rem;
  line-height: 1.8;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.site-footer__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.site-footer__panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__muted {
  color: rgba(255, 255, 255, 0.58) !important;
}

.site-footer__pages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__pages a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
.site-footer__pages a:hover {
  color: #ffffff;
}

.site-footer__expedient {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__expedient p {
  line-height: 1.65;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newsletter-form input {
  min-height: 48px;
  min-width: 0;
  flex: 1 1 220px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.newsletter-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: #d33a2c;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.newsletter-message {
  margin-top: 12px;
  font-size: 0.9375rem;
}

.newsletter-message.success {
  color: #348e38;
}

.newsletter-message.error {
  color: #d33a2c;
}

.site-footer__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid var(--social-color, #152543);
  color: #ffffff;
  background: var(--social-color, #152543);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.site-footer__social a svg {
  width: 22px;
  height: 22px;
  display: block;
}
.site-footer__social a:hover {
  color: #ffffff;
  border-color: color-mix(in srgb, var(--social-color, #0031FF) 78%, black);
  background: color-mix(in srgb, var(--social-color, #0031FF) 78%, black);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
}
.site-footer__bottom a,
.site-footer__bottom strong {
  color: #ffffff;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 79;
  width: min(680px, 100vw - 32px);
  padding: 20px 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 250, 255, 0.985));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(18px);
}

.cookie-consent__body h3 {
  margin: 6px 0 10px;
  font-size: 1.12rem;
  line-height: 1.2;
  color: #111827;
}
.cookie-consent__body p {
  margin: 0;
  color: #526071;
  font-size: 0.92rem;
  line-height: 1.6;
}
.cookie-consent__body a {
  color: #2453ff;
  font-weight: 700;
}

.cookie-consent__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(36, 83, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2453ff;
}

.cookie-consent__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.cookie-consent__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  background: #eef2ff;
  color: #1736b6;
  font-size: 0.92rem;
  font-weight: 700;
}

.cookie-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2453ff 0%, #122ea8 100%);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(36, 83, 255, 0.22);
  cursor: pointer;
}

@media (max-width: 900px) {
  .site-footer {
    padding-top: 36px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__brand,
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__content {
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding: 34px 0 20px;
  }
  .site-footer__panel {
    padding: 18px;
  }
  .site-footer__logo img {
    width: 180px;
    height: 58px;
  }
  .site-footer__bottom {
    gap: 10px;
    font-size: 0.84rem;
  }
  .cookie-consent {
    left: 50%;
    bottom: 10px;
    padding: 16px;
    border-radius: 18px;
    width: min(100vw - 20px, 680px);
  }
  .cookie-consent__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent__link,
  .cookie-consent__button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.grid {
  display: grid;
  gap: 24px;
}

.admin-body {
  font-family: "Cairo", sans-serif;
  background: #eef2f7;
}

.admin-auth-body,
.admin-auth-main {
  min-height: 100vh;
}

.admin-header {
  min-height: 92px;
  background: #161616;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12px 24px;
}

.admin-header__menu-toggle {
  display: none;
}

.admin-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: 1.25rem;
}

.admin-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-header__user {
  font-size: 0.95rem;
}

.admin-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: calc(100vh - 72px);
}

.admin-sidebar {
  background: #ffffff;
  border-right: 1px solid #dfd7ca;
  padding: 24px;
}

.admin-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.admin-sidebar__nav a {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.25s ease;
}
.admin-sidebar__nav a:hover {
  background: rgba(217, 43, 43, 0.08);
  color: #d33a2c;
}

.admin-content {
  padding: 24px;
}

.admin-page-header {
  margin-bottom: 24px;
}
.admin-page-header p {
  color: #6f6a62;
}

.admin-page-header--between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-cards {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.admin-card h2 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.admin-card p {
  font-size: 1.5rem;
  font-weight: 800;
  color: #d33a2c;
  margin: 0;
}

.admin-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  font-family: "Cairo", "Poppins", sans-serif;
  background: radial-gradient(circle at top left, rgba(109, 181, 244, 0.16), transparent 20%), radial-gradient(circle at bottom right, rgba(255, 107, 107, 0.12), transparent 18%), linear-gradient(180deg, #eef5fb 0%, #e8f0f8 100%);
  position: relative;
  overflow: hidden;
}
.admin-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 26%), radial-gradient(circle at 82% 88%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 18%);
  opacity: 0.95;
}

.admin-login__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  border-radius: 34px;
  background: linear-gradient(90deg, #ffffff 0 calc(100% - 470px), #f3f2fb calc(100% - 470px) 100%);
  border: 1px solid rgba(134, 157, 193, 0.16);
  box-shadow: 0 28px 70px rgba(59, 88, 128, 0.14);
  overflow: hidden;
}

.admin-login__brand-panel {
  position: relative;
  display: grid;
  align-content: center;
  gap: 30px;
  min-width: 0;
  padding: 56px 52px 48px;
  background: radial-gradient(circle at 78% 18%, rgba(182, 208, 255, 0.42), rgba(182, 208, 255, 0) 16%), linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border-right: 1px solid rgba(134, 157, 193, 0.14);
}

.admin-login__brand-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.admin-login__brand-orb--primary {
  top: 18px;
  right: -28px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(203, 220, 255, 0.86), rgba(203, 220, 255, 0));
}

.admin-login__brand-orb--accent {
  left: -26px;
  top: 54px;
  width: 128px;
  height: 128px;
  background: radial-gradient(circle, rgba(149, 208, 255, 0.46), rgba(149, 208, 255, 0));
}

.admin-login__brand-orb--soft {
  right: 88px;
  bottom: -18px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 216, 118, 0.22), rgba(255, 216, 118, 0));
}

.admin-login__illustration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.admin-login__illustration-blob,
.admin-login__illustration-dot,
.admin-login__illustration-line {
  position: absolute;
}

.admin-login__illustration-blob--one {
  left: 140px;
  top: 190px;
  width: 260px;
  height: 210px;
  border-radius: 39% 61% 58% 42%/41% 38% 62% 59%;
  background: rgba(215, 238, 255, 0.7);
}

.admin-login__illustration-blob--two {
  left: 76px;
  bottom: 82px;
  width: 150px;
  height: 120px;
  border-radius: 58% 42% 44% 56%/48% 36% 64% 52%;
  background: rgba(233, 244, 255, 0.88);
}

.admin-login__illustration-dot--one {
  left: 168px;
  top: 246px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ff6d7a;
  box-shadow: 248px 10px 0 #7ab5f3, 292px 86px 0 #ff6d7a;
}

.admin-login__illustration-dot--two {
  left: 256px;
  bottom: 126px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(122, 181, 243, 0.75);
}

.admin-login__illustration-line--one {
  left: -12px;
  top: 62px;
  width: 116px;
  height: 116px;
  border: 4px solid rgba(255, 107, 107, 0.7);
  border-right: 0;
  border-bottom: 0;
  border-radius: 0 80px 0 0;
  transform: rotate(-24deg);
}

.admin-login__illustration-line--two {
  right: 98px;
  top: 42px;
  width: 170px;
  height: 170px;
  border: 2px dashed rgba(122, 181, 243, 0.32);
  border-radius: 999px;
  clip-path: inset(0 0 50% 50%);
}

.admin-login__brand-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  align-content: start;
  max-width: 590px;
}

.admin-login__brand-copy::after {
  content: "";
  width: min(152px, 42%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 181, 243, 0.95), rgba(122, 181, 243, 0.2));
}

.admin-login__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(173, 200, 255, 0.32);
  color: #1d4cff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-login__hero-title {
  margin: 0;
  max-width: none;
  color: #101d39;
  font-family: "Cairo", "Poppins", sans-serif;
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.admin-login__hero-text {
  max-width: 50ch;
  margin: 0;
  color: #4f5b73;
  font-size: 1rem;
  line-height: 1.85;
}

.admin-login__card {
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
  background-color: #f3f2fb;
  background: radial-gradient(circle at 18% 10%, rgba(245, 244, 255, 0.6), rgba(245, 244, 255, 0) 36%), linear-gradient(180deg, #f7f6fd 0%, #f3f2fb 100%);
  padding: 54px 42px;
  position: relative;
  display: grid;
  align-content: center;
  min-height: 100%;
  overflow: hidden;
}

.admin-login__card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 78% 86%, rgba(228, 225, 245, 0.7), rgba(228, 225, 245, 0) 30%);
  pointer-events: none;
}

.admin-login__logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin-bottom: 26px;
}

.admin-login__logo-image {
  max-width: min(100%, 220px);
  max-height: 72px;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

.admin-login__logo-text {
  font-size: 2rem;
  font-weight: 800;
  color: #101d39;
  letter-spacing: -0.04em;
}

.admin-login__header {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

.admin-login__title {
  font-size: 1.95rem;
  font-weight: 800;
  color: #101d39;
  font-family: "Cairo", "Poppins", sans-serif;
  text-align: center;
  margin: 0 0 8px;
  letter-spacing: -0.04em;
}

.admin-login__text {
  color: #5d6982;
  text-align: center;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
}

.admin-login__form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.admin-login__form .form-group {
  margin-bottom: 14px;
}

.admin-login__field {
  display: grid;
  gap: 8px;
}

.admin-login__form label {
  color: #101d39;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-login__input-wrap {
  position: relative;
}

.admin-login__input-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 18px;
  height: 18px;
  color: #72809a;
  pointer-events: none;
  transform: translateY(-50%);
}

.admin-login__input-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.admin-login__form input {
  min-height: 56px;
  padding: 0 16px 0 46px;
  border: 1px solid rgba(175, 190, 218, 0.34);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.admin-login__form input:focus {
  border-color: #7ab5f3;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(122, 181, 243, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.admin-login__submit {
  min-height: 56px;
  margin-top: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6d6d, #ff5e62);
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(255, 94, 98, 0.2);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.admin-login__submit:hover {
  background: linear-gradient(135deg, #f95b5f, #f14e57);
  border-color: transparent;
}

.admin-login__footer {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(170, 183, 208, 0.24);
  display: block;
}

.admin-login__footer-note {
  margin: 0;
  color: #667085;
  font-size: 0.88rem;
  text-align: center;
}

.admin-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.table-card,
.form-card {
  background: #ffffff;
  border: 1px solid #dfd7ca;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
  padding: 24px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th,
.admin-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #dfd7ca;
  vertical-align: middle;
}
.admin-table th {
  color: #161616;
  font-size: 0.95rem;
}

.text-right {
  text-align: right !important;
}

.table-actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.table-actions form {
  margin: 0;
}

.color-preview {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.image-preview {
  margin-top: 14px;
  min-height: 120px;
  border: 1px dashed #dfd7ca;
  border-radius: 12px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-preview img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.admin-media-modal[hidden] {
  display: none !important;
}

.admin-media-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(12, 24, 44, 0.58);
  backdrop-filter: blur(8px);
}

.admin-media-modal__dialog {
  width: min(1120px, 100%);
  max-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(12, 24, 44, 0.08);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(12, 24, 44, 0.24);
}

.admin-media-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #dfd7ca;
}
.admin-media-modal__header h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.admin-media-modal__intro {
  display: grid;
  gap: 6px;
}
.admin-media-modal__intro p {
  margin: 0;
  color: #373737;
  font-size: 0.95rem;
  line-height: 1.6;
}

.admin-media-modal__eyebrow {
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 49, 255, 0.08);
  color: #0031ff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-media-modal__close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #dfd7ca;
  border-radius: 999px;
  background: #f8fafc;
  color: #161616;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
.admin-media-modal__close:hover {
  background: #eef2f7;
  border-color: rgba(12, 24, 44, 0.16);
}

.admin-media-modal__tabs {
  display: flex;
  gap: 10px;
  padding: 18px 24px 0;
}

.admin-media-modal__tab {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #dfd7ca;
  border-radius: 999px;
  background: #f8fafc;
  color: #161616;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.admin-media-modal__tab.is-active {
  background: rgba(0, 49, 255, 0.08);
  border-color: rgba(0, 49, 255, 0.2);
  color: #0031ff;
}

.admin-media-modal__body {
  padding: 20px 24px 24px;
  overflow-y: auto;
}

.admin-media-modal__panel {
  border: 1px solid rgba(12, 24, 44, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 18px;
}

.admin-media-modal__upload-field {
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
}

.admin-media-modal__body [data-admin-media-panel=upload] .form-group {
  margin-bottom: 0;
}

.admin-media-modal__upload-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.admin-media-modal__upload-feedback {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #373737;
}
.admin-media-modal__upload-feedback[data-state=success] {
  color: #0f8a47;
}
.admin-media-modal__upload-feedback[data-state=error] {
  color: #d92b2b;
}
.admin-media-modal__upload-feedback[data-state=info] {
  color: #0031ff;
}

.media-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.admin-media-library-browser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  align-items: start;
}

.admin-media-library-browser__toolbar {
  margin-bottom: 14px;
}

.admin-media-library-browser__details {
  position: sticky;
  top: 0;
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dfd7ca;
  border-radius: 16px;
  background: #f8fafc;
}

.admin-media-library-browser__actions {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}
.admin-media-library-browser__actions .btn {
  width: 100%;
  justify-content: center;
}

.admin-media-library-browser__details-preview {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #dfd7ca;
  background: #ffffff;
}
.admin-media-library-browser__details-preview img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.admin-media-library-browser__details-name {
  font-size: 1rem;
  font-weight: 700;
  color: #161616;
  line-height: 1.4;
  word-break: break-word;
}

.admin-media-library-browser__details-meta,
.admin-media-library-browser__details-path {
  color: #373737;
  font-size: 0.85rem;
  line-height: 1.5;
  word-break: break-word;
}

.media-picker-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 12px;
  border: 1px solid #dfd7ca;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}
.media-picker-card.is-inspected {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.media-picker-card input[type=checkbox],
.media-picker-card input[type=radio] {
  width: auto;
  min-height: auto;
  margin: 0;
  align-self: flex-start;
  padding: 0;
}
.media-picker-card input[type=url] {
  min-height: 40px;
  padding: 10px 12px;
  font-size: 0.92rem;
}
.media-picker-card.is-selected, .media-picker-card:has(input:checked) {
  border-color: #d33a2c;
  box-shadow: 0 0 0 3px rgba(217, 43, 43, 0.08);
}

.media-picker-card__preview {
  overflow: hidden;
  border-radius: 12px;
  background: #f8fafc;
}
.media-picker-card__preview img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.media-picker-card__body {
  display: grid;
  gap: 6px;
}
.media-picker-card__body strong {
  color: #161616;
  font-size: 0.95rem;
  line-height: 1.4;
  word-break: break-word;
}
.media-picker-card__body small {
  color: #373737;
  font-size: 0.82rem;
}

.media-picker-card.is-selected::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
}

@media (max-width: 1400px) {
  .admin-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    border-right: 0;
    border-bottom: 1px solid #dfd7ca;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .admin-page-header--between {
    flex-direction: column;
  }
  .admin-media-library-browser {
    grid-template-columns: 1fr;
  }
  .admin-media-library-browser__details {
    position: static;
  }
  .admin-login__shell {
    grid-template-columns: 1fr;
    background: #ffffff;
  }
  .admin-login__brand-panel {
    padding: 34px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(134, 157, 193, 0.14);
  }
  .admin-login__hero-title {
    max-width: 100%;
    white-space: normal;
  }
}
.admin-media-library-browser__details-file {
  display: grid;
  gap: 12px;
  align-items: start;
  padding: 18px;
}
.admin-media-library-browser__details-file strong {
  color: #161616;
  font-size: 0.96rem;
  line-height: 1.5;
  word-break: break-word;
}
.admin-media-library-browser__details-file audio {
  width: 100%;
}

.admin-media-library-browser__details-file-badge,
.media-picker-card__preview-placeholder {
  min-height: 168px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(36, 83, 255, 0.12), rgba(217, 43, 43, 0.08)), #f8fafc;
  color: #161616;
}
.admin-media-library-browser__details-file-badge strong,
.media-picker-card__preview-placeholder strong {
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0031ff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(12, 24, 44, 0.08);
}
.admin-media-library-browser__details-file-badge small,
.media-picker-card__preview-placeholder small {
  color: #373737;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-media-library-browser__details-file-badge {
  min-height: 0;
}

.admin-media-modal__empty {
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px dashed rgba(12, 24, 44, 0.14);
  border-radius: 18px;
  background: #f8fafc;
}
.admin-media-modal__empty strong {
  color: #161616;
  font-size: 1rem;
}
.admin-media-modal__empty p {
  margin: 0;
  color: #373737;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .admin-cards {
    grid-template-columns: 1fr;
  }
  .admin-media-modal {
    padding: 16px;
  }
  .admin-media-modal__dialog {
    max-height: calc(100vh - 32px);
    border-radius: 18px;
  }
  .admin-media-modal__header,
  .admin-media-modal__body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .admin-media-modal__tabs {
    padding-left: 18px;
    padding-right: 18px;
    flex-wrap: wrap;
  }
  .admin-media-modal__upload-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-login {
    padding: 18px;
  }
  .admin-login__shell {
    border-radius: 24px;
  }
  .admin-login__card {
    padding: 32px 24px;
  }
  .admin-login__brand-panel {
    padding: 28px 24px;
  }
  .admin-login__brand-orb {
    display: none;
  }
  .admin-login__illustration {
    display: none;
  }
}
.admin-body {
  background: radial-gradient(circle at top left, rgba(0, 49, 255, 0.06), transparent 22%), linear-gradient(180deg, #f4f7fb 0%, #edf2f7 100%);
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 82px;
  padding: 14px 24px;
  background: rgba(12, 24, 44, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.admin-header__logo-image,
.admin-header__logo-mark {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.admin-header__logo-mark {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.admin-header__logo-copy {
  display: grid;
  gap: 2px;
}

.admin-header__logo-copy strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.admin-header__logo-copy small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.3;
}

.admin-header__user {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.admin-header__user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
}

.admin-header__user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-header__user-copy {
  display: grid;
  gap: 2px;
}

.admin-header__user-copy strong {
  font-size: 0.94rem;
  line-height: 1.1;
}

.admin-header__user-copy small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.admin-header__menu-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.admin-header__menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.admin-header__logo-image,
.admin-header__logo-mark {
  width: 72px;
  height: 72px;
  padding: 12px;
  border-radius: 18px;
}

.admin-header__logo-copy {
  gap: 0;
}

.admin-header__logo-copy strong {
  font-size: 1.45rem;
  line-height: 1;
}

.admin-header__logo-copy small {
  font-size: 0.95rem;
  line-height: 1.2;
}

.admin-layout {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 82px);
}

.admin-sidebar {
  flex: 0 0 260px;
  width: 260px;
  max-width: 260px;
  position: sticky;
  top: 82px;
  align-self: start;
  min-height: calc(100vh - 82px);
  max-height: calc(100vh - 82px);
  padding: 24px 18px;
  background: rgba(255, 255, 255, 0.78);
  border-right: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(16px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(36, 83, 255, 0.45) rgba(148, 163, 184, 0.12);
}

.admin-sidebar::-webkit-scrollbar {
  width: 10px;
}

.admin-sidebar::-webkit-scrollbar-track {
  background: rgba(148, 163, 184, 0.12);
  border-radius: 999px;
}

.admin-sidebar::-webkit-scrollbar-thumb {
  background: rgba(36, 83, 255, 0.45);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.55);
}

.admin-sidebar__nav {
  display: grid;
  gap: 18px;
}

.admin-sidebar__group {
  display: grid;
  gap: 8px;
}

.admin-sidebar__group-title {
  padding: 0 12px;
  color: #8a94a8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-sidebar__nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  font-weight: 700;
  color: #23324d;
}

.admin-sidebar__nav a:hover {
  background: rgba(0, 49, 255, 0.08);
  color: #0031ff;
}

.admin-sidebar__nav a.is-active {
  background: linear-gradient(135deg, #0031ff 0%, #2453ff 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 49, 255, 0.18);
}

.admin-sidebar__overlay {
  display: none;
}

.admin-content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 28px;
}

.table-card,
.form-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

.admin-table th {
  background: #f7faff;
  color: #475569;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  margin-bottom: 16px;
  border: 1px solid rgba(239, 68, 68, 0.12);
  border-radius: 16px;
  background: #fff8f8;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 992px) {
  .admin-body.admin-sidebar-open {
    overflow: hidden;
  }
  .admin-header {
    min-height: 82px;
    padding: 10px 16px;
  }
  .admin-header__menu-toggle {
    display: inline-flex;
  }
  .admin-header__inner {
    gap: 12px;
  }
  .admin-header__logo {
    min-width: 0;
  }
  .admin-header__logo-image,
  .admin-header__logo-mark {
    width: 58px;
    height: 58px;
    padding: 10px;
  }
  .admin-header__logo-copy strong {
    font-size: 1.15rem;
  }
  .admin-header__logo-copy small {
    font-size: 0.84rem;
  }
  .admin-header__user-copy {
    display: none;
  }
  .admin-header__cache-form {
    display: none;
  }
  .admin-sidebar__overlay {
    display: block;
    position: fixed;
    inset: 82px 0 0;
    z-index: 39;
    background: rgba(15, 23, 42, 0.4);
    border: 0;
    padding: 0;
    margin: 0;
  }
  .admin-sidebar {
    flex: none;
    width: min(320px, 100vw - 28px);
    max-width: none;
    position: fixed;
    top: 82px;
    left: 0;
    z-index: 40;
    min-height: calc(100vh - 82px);
    max-height: calc(100vh - 82px);
    border-bottom: 0;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
    transform: translateX(-104%);
    transition: transform 0.28s ease;
  }
  .admin-sidebar.is-open {
    transform: translateX(0);
  }
  .admin-content {
    padding: 20px 16px 24px;
  }
  .admin-layout {
    display: block;
  }
}
.admin-page-header__intro {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.admin-page-header__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 83, 255, 0.08);
  color: #2453ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-page-header__meta,
.admin-page-header__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-page-header__count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
}

.table-card--list {
  padding: 10px 10px 0;
  overflow: hidden;
}

.table-card--list .admin-table {
  min-width: 100%;
}

.table-card--list .admin-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  color: #475569;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-card--list .admin-table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.table-card--list .admin-table tbody tr:hover {
  background: #f8fbff;
}

.table-card--list .admin-table td {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.admin-table__id,
.admin-table__code {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-table__code {
  max-width: 100%;
  font-family: Consolas, "Courier New", monospace;
}

.admin-table__stack {
  display: grid;
  gap: 4px;
}

.admin-table__primary {
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.admin-table__meta {
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.55;
}

.admin-table__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #334155;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.admin-table__swatch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.admin-table__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.admin-table__badge--success {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

.admin-table__badge--muted {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
}

.admin-table__badge--warning {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.admin-table__badge--danger {
  background: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
}

.admin-table__badge--info {
  background: rgba(36, 83, 255, 0.1);
  color: #2453ff;
}

.admin-table__empty {
  padding: 36px 18px !important;
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
}

.table-actions {
  justify-content: flex-end;
}

.table-actions .btn {
  min-height: 36px;
  border-radius: 12px;
  font-weight: 700;
}

.admin-user-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-user-cell__avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2453ff 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(36, 83, 255, 0.18);
}

.admin-user-cell__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-user-cell__content {
  display: grid;
  gap: 3px;
}

.admin-user-cell__content strong {
  color: #0f172a;
  font-size: 0.95rem;
}

.admin-user-cell__content small {
  color: #64748b;
  font-size: 0.82rem;
}

@media (max-width: 992px) {
  .table-card--list {
    overflow-x: auto;
  }
  .table-card--list .admin-table {
    min-width: 760px;
  }
}
@media (max-width: 640px) {
  .admin-page-header__actions {
    width: 100%;
  }
  .admin-page-header__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.table-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 14px 8px;
}

.table-card__header h2 {
  margin: 0;
}

.admin-cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-card--soft {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.admin-card__code {
  display: block;
  margin-top: 10px;
  word-break: break-all;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.65;
}

.bulk-actions {
  padding: 10px 12px 0;
}

.pagination {
  padding: 18px 12px 24px;
  flex-wrap: wrap;
}

.pagination span {
  color: #64748b;
  font-weight: 600;
}

@media (max-width: 992px) {
  .admin-cards--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-cards--two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .admin-cards--four {
    grid-template-columns: 1fr;
  }
}
.form-card--editorial {
  padding: 0;
  overflow: hidden;
}

.form-card__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 28px 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.form-card__hero h2 {
  margin: 10px 0 8px;
  color: #0f172a;
  font-size: 1.4rem;
  line-height: 1.12;
}

.form-card__hero p {
  margin: 0;
  max-width: 720px;
  color: #64748b;
  line-height: 1.7;
}

.form-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 83, 255, 0.08);
  color: #2453ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-form-shell {
  display: grid;
  gap: 20px;
  padding: 26px 28px 28px;
}

.form-group {
  display: grid;
  gap: 8px;
}

.form-group label {
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.form-group small {
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.6;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(148, 163, 184, 0.38);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-group textarea {
  min-height: 138px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(36, 83, 255, 0.6);
  box-shadow: 0 0 0 4px rgba(36, 83, 255, 0.08);
  outline: none;
}

.form-group--spacer {
  min-height: 1px;
}

.admin-form-color-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 12px;
  align-items: end;
}

.admin-form-color-field input[type=color] {
  min-height: 52px;
  padding: 4px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .form-card__hero,
  .admin-form-shell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.admin-page-header__intro {
  justify-items: start;
}

.admin-page-header__eyebrow {
  justify-self: start;
  width: fit-content;
  max-width: 100%;
}

.table-card--list {
  overflow-x: auto;
}

.table-card--list .admin-table {
  width: 100% !important;
  min-width: 100%;
  display: table;
  table-layout: auto;
}

.admin-sidebar__overlay[hidden] {
  display: none !important;
}

@media (max-width: 992px) {
  .admin-sidebar {
    width: min(320px, 100vw - 28px) !important;
    right: auto;
    will-change: transform;
  }
}
.admin-header {
  min-height: 98px;
  background: linear-gradient(135deg, #1f2a44 0%, #25324f 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-header__logo {
  min-width: 0;
}

.admin-header__logo-copy {
  gap: 8px;
}

.admin-header__logo-image {
  width: auto;
  height: 44px;
  max-width: min(100%, 260px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-header__logo-mark {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-header__logo-copy strong {
  font-size: 1.2rem;
  line-height: 1;
}

.admin-header__logo-copy small {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.admin-header__actions {
  gap: 14px;
}

.admin-header__user {
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-header__user-copy strong {
  font-size: 0.96rem;
}

.admin-header__user-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .admin-header {
    min-height: 84px;
  }
  .admin-header__logo-copy {
    gap: 5px;
  }
  .admin-header__logo-image {
    height: 34px;
    max-width: 190px;
  }
  .admin-header__logo-mark {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }
  .admin-header__logo-copy small {
    font-size: 0.84rem;
  }
}
.admin-header__actions .btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  font-weight: 700;
}

.admin-header__actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: #1f2a44;
}

.admin-header__actions .btn-outline:hover {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 992px) {
  .admin-header__actions .btn {
    min-height: 40px;
    padding: 0 14px;
  }
}
.admin-header__logo-copy {
  position: relative;
  padding-bottom: 6px;
}

.admin-header__brand-signature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-header__brand-signature::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
}

.admin-header__user {
  position: relative;
  padding-right: 18px;
}

.admin-header__user::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.admin-header__user-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-header__user-copy {
  gap: 6px;
}

.admin-header__user-avatar {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 992px) {
  .admin-header__brand-signature,
  .admin-header__user-label {
    display: none;
  }
}
.admin-sidebar {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.98) 100%);
  border-right: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.55);
}

.admin-sidebar__nav {
  gap: 22px;
}

.admin-sidebar__group {
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.admin-sidebar__group-title {
  padding: 0 6px;
  color: #7d89a0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.admin-sidebar__nav a {
  position: relative;
  min-height: 48px;
  padding: 0 16px 0 18px;
  border-radius: 16px;
  font-weight: 700;
}

.admin-sidebar__nav a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(36, 83, 255, 0.24);
  margin-right: 12px;
  flex: 0 0 auto;
}

.admin-sidebar__nav a:hover::before,
.admin-sidebar__nav a.is-active::before {
  background: currentColor;
}

.admin-sidebar__nav a.is-active {
  background: linear-gradient(135deg, #1d4ed8 0%, #2453ff 100%);
  box-shadow: 0 18px 34px rgba(36, 83, 255, 0.22);
}

.admin-header__action-button {
  position: relative;
  gap: 10px;
}

.admin-header__action-button::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.14;
}

.admin-header__action-button--cache::after,
.admin-header__action-button--logout::after {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.admin-header__action-button--cache {
  padding-left: 40px !important;
}

.admin-header__action-button--cache::after {
  content: "C";
}

.admin-header__action-button--logout {
  padding-left: 40px !important;
}

.admin-header__action-button--logout::after {
  content: "S";
}

@media (max-width: 992px) {
  .admin-sidebar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(243, 247, 255, 0.99) 100%);
  }
  .admin-sidebar__group {
    padding: 12px;
    border-radius: 18px;
  }
  .admin-header__action-button::before,
  .admin-header__action-button::after {
    display: none;
  }
  .admin-header__action-button {
    padding-left: 14px !important;
  }
}
.admin-header__actions {
  align-items: center;
}

.admin-header__user {
  min-width: 0;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(12px);
}

.admin-header__user::after {
  display: none;
}

.admin-header__user-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.admin-header__user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-header__user-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.admin-header__user-copy strong,
.admin-header__user-copy small,
.admin-header__user-label {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.admin-header__user-copy strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-header__user-copy small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.79rem;
  line-height: 1.2;
}

.admin-header__user-label {
  min-height: 18px;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.admin-header__action-button {
  position: relative;
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 255, 0.94) 100%) !important;
  color: #1f2a44 !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.admin-header__action-button::before,
.admin-header__action-button::after {
  display: none !important;
  content: none !important;
}

.admin-header__action-button:hover,
.admin-header__action-button:focus-visible {
  transform: translateY(-1px);
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.18);
}

.admin-header__action-button--cache {
  color: #16213d !important;
}

.admin-header__action-button--logout {
  color: #7f1d1d !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 241, 242, 0.95) 100%) !important;
  border-color: rgba(248, 113, 113, 0.22) !important;
}

.admin-header__action-button--logout:hover,
.admin-header__action-button--logout:focus-visible {
  border-color: rgba(248, 113, 113, 0.34) !important;
  box-shadow: 0 18px 32px rgba(127, 29, 29, 0.16);
}

@media (max-width: 992px) {
  .admin-header__actions {
    gap: 10px;
  }
  .admin-header__user {
    padding: 8px 12px 8px 8px;
  }
  .admin-header__user-avatar {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .admin-header__action-button {
    min-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}

.admin-body {
  margin: 0;
  padding: 0;
}

.admin-header {
  margin-top: 0;
}

html,
body,
.admin-body {
  margin: 0;
  padding: 0;
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 80;
  margin: 0;
  border-radius: 0;
}

.admin-layout {
  align-items: start;
}

.admin-content {
  min-width: 0;
}

@media (max-width: 1200px) {
  .admin-header {
    padding: 10px 18px;
  }
  .admin-header__inner {
    gap: 12px;
  }
  .admin-header__logo-image {
    height: 38px;
    max-width: 220px;
  }
  .admin-header__brand-signature {
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }
  .admin-header__actions {
    gap: 10px;
  }
  .admin-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .admin-header {
    min-height: 74px;
    padding: 8px 14px;
  }
  .admin-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }
  .admin-header__logo {
    min-width: 0;
    gap: 0;
  }
  .admin-header__logo-copy {
    gap: 2px;
    padding-bottom: 0;
  }
  .admin-header__logo-image {
    height: 30px;
    max-width: 168px;
  }
  .admin-header__logo-copy small {
    font-size: 0.8rem;
  }
  .admin-header__brand-signature {
    display: none;
  }
  .admin-header__actions {
    justify-self: end;
    gap: 8px;
  }
  .admin-header__cache-form {
    display: none;
  }
  .admin-header__user {
    padding: 6px;
    border-radius: 18px;
  }
  .admin-header__user-copy {
    display: none;
  }
  .admin-header__user-avatar {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .admin-header__action-button {
    min-height: 38px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 0.88rem;
  }
  .admin-sidebar__overlay {
    inset: 74px 0 0;
  }
  .admin-sidebar {
    top: 74px;
    min-height: calc(100vh - 74px);
    max-height: calc(100vh - 74px);
  }
  .admin-layout {
    display: block;
  }
  .admin-content {
    padding: 16px 14px 22px;
  }
  .admin-page-header--between {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-page-header__actions {
    width: 100%;
  }
  .admin-page-header__actions .btn,
  .admin-page-header__actions a {
    width: 100%;
    justify-content: center;
  }
  .admin-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .admin-header {
    min-height: 68px;
    padding: 8px 12px;
  }
  .admin-header__logo-image {
    height: 26px;
    max-width: 142px;
  }
  .admin-header__logo-copy small {
    font-size: 0.74rem;
  }
  .admin-header__action-button {
    min-height: 36px !important;
    padding: 0 10px !important;
    font-size: 0.82rem;
  }
  .admin-sidebar__overlay {
    inset: 68px 0 0;
  }
  .admin-sidebar {
    top: 68px;
    width: min(300px, 100vw - 18px);
    min-height: calc(100vh - 68px);
    max-height: calc(100vh - 68px);
  }
  .admin-content {
    padding: 14px 12px 20px;
  }
  .admin-cards {
    grid-template-columns: 1fr;
  }
}
:root {
  --admin-header-height: 96px;
}

.admin-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
}

.admin-layout {
  padding-top: var(--admin-header-height);
  min-height: 100vh;
}

@media (max-width: 992px) {
  :root {
    --admin-header-height: 74px;
  }
  .admin-header {
    min-height: var(--admin-header-height);
  }
  .admin-sidebar__overlay {
    inset: var(--admin-header-height) 0 0;
    z-index: 110;
  }
  .admin-sidebar {
    top: var(--admin-header-height);
    min-height: calc(100vh - var(--admin-header-height));
    max-height: calc(100vh - var(--admin-header-height));
    z-index: 115;
  }
}
@media (max-width: 640px) {
  :root {
    --admin-header-height: 68px;
  }
  .admin-header {
    min-height: var(--admin-header-height);
  }
}
.admin-header__action-button {
  transform: none !important;
  will-change: auto;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.admin-header__action-button:hover,
.admin-header__action-button:focus-visible {
  transform: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 700;
}

.btn-primary {
  background: #d33a2c;
  color: #ffffff;
}
.btn-primary:hover {
  background: #a92b20;
}

.btn-outline {
  background: #ffffff;
  color: #161616;
  border-color: #dfd7ca;
}
.btn-outline:hover {
  border-color: #d33a2c;
  color: #d33a2c;
}

.btn-danger {
  background: #fff1f2;
  color: #be123c;
  border-color: #fecdd3;
}
.btn-danger:hover {
  background: #ffe4e6;
}

.btn-block {
  width: 100%;
}

.btn-sm {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.875rem;
}

.news-card {
  background: #ffffff;
  border: 1px solid #dfd7ca;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
}
.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.news-card__media {
  display: block;
  aspect-ratio: 16/10;
  background: #edf0f4;
  overflow: hidden;
}
.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__body {
  padding: 20px;
}

.news-card__body h3 {
  margin: 12px 0;
  font-size: 1.125rem;
}

.news-card__body p {
  color: #6f6a62;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

label {
  font-weight: 600;
  color: #161616;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #dfd7ca;
  border-radius: 12px;
  background: #ffffff;
  outline: none;
  transition: all 0.25s ease;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #d33a2c;
  box-shadow: 0 0 0 4px rgba(217, 43, 43, 0.08);
}

.checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.checkbox-inline input {
  width: auto;
  min-height: auto;
  padding: 0;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.form-group--error input,
.form-group--error textarea,
.form-group--error select {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.form-error {
  display: block;
  margin-top: 4px;
  color: #b91c1c;
  font-size: 0.88rem;
  line-height: 1.45;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.badge-primary {
  background: rgba(217, 43, 43, 0.1);
  color: #d33a2c;
  border-color: rgba(217, 43, 43, 0.16);
}

.alert {
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  margin-bottom: 16px;
}

.alert-success {
  background: #ecfdf3;
  color: #166534;
  border-color: #bbf7d0;
}

.alert-danger {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

.home-special-widget,
.home-sponsored-widget,
.home-inline-widgets {
  margin-bottom: 32px;
}

.home-special-widget__card,
.home-sponsored-widget__card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #dfd7ca;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
}

.home-special-widget__image,
.home-sponsored-widget__image {
  min-height: 100%;
  background: #eef2f7;
}
.home-special-widget__image img,
.home-sponsored-widget__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-special-widget__content,
.home-sponsored-widget__content {
  padding: 28px;
}
.home-special-widget__content h2,
.home-sponsored-widget__content h2 {
  margin: 8px 0 14px;
  font-size: 2rem;
  line-height: 1.15;
}
.home-special-widget__content p,
.home-sponsored-widget__content p {
  color: #6f6a62;
  line-height: 1.7;
  margin-bottom: 18px;
}

.home-special-widget__eyebrow,
.inline-widget-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(11, 27, 59, 0.08);
  color: #161616;
  font-size: 0.8125rem;
  font-weight: 700;
}

.sponsored-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(217, 43, 43, 0.12);
  color: #d33a2c;
  font-size: 0.8125rem;
  font-weight: 800;
}

.home-sponsored-widget__card {
  position: relative;
  background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
}

.inline-widgets-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.inline-widget-card {
  background: #ffffff;
  border: 1px solid #dfd7ca;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
  padding: 22px;
}
.inline-widget-card h3 {
  margin: 12px 0 10px;
}
.inline-widget-card p {
  color: #6f6a62;
  line-height: 1.7;
  margin-bottom: 16px;
}

.newsletter-popup[hidden] {
  display: none !important;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.newsletter-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.newsletter-popup__dialog {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin: 8vh auto 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
  padding: 28px;
}
.newsletter-popup__dialog h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.12;
}
.newsletter-popup__dialog p {
  color: #6f6a62;
  line-height: 1.7;
  margin-bottom: 18px;
}

.newsletter-popup__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f4f6f9;
  color: #161616;
  font-size: 1.4rem;
  cursor: pointer;
}

.newsletter-popup__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}
.newsletter-popup__form input {
  width: 100%;
}

body.has-newsletter-popup {
  overflow: hidden;
}

@media (max-width: 992px) {
  .home-special-widget__card,
  .home-sponsored-widget__card {
    grid-template-columns: 1fr;
  }
  .inline-widgets-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .newsletter-popup__dialog {
    margin: 5vh 16px 0;
    padding: 22px;
  }
  .newsletter-popup__dialog h3 {
    font-size: 1.6rem;
  }
  .newsletter-popup__form {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=main.css.map */
