/**
 * starlight - tournament dashboard skin for BreezyCV-compatible views.
 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto+Condensed:wght@400;500;600;700;800;900&family=Sora:wght@500;600;700;800&display=swap');

.sl-theme {
  --sl-bg: #071207;
  --sl-bg-deep: #020802;
  --sl-side: rgba(7, 20, 8, 0.94);
  --sl-panel: rgba(171, 186, 185, 0.92);
  --sl-panel-2: rgba(124, 166, 175, 0.92);
  --sl-green: #51a91f;
  --sl-green-dark: #2f7b12;
  --sl-lime: #b8ee48;
  --sl-orange: #ff9418;
  --sl-red: #f33438;
  --sl-blue: #315fc2;
  --sl-purple: #674075;
  --sl-ink: #182015;
  --sl-text: #ffffff;
  --sl-muted: #dce7d7;
  --sl-border: rgba(255, 255, 255, 0.22);
  --sl-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
  font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
}

.sl-theme-html body.sl-theme,
.sl-theme body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--sl-bg);
  color: var(--sl-text);
}

.sl-theme h1,
.sl-theme h2,
.sl-theme h3,
.sl-theme h4,
.sl-theme h5,
.sl-theme h6 {
  font-family: 'Sora', 'Manrope', Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  letter-spacing: 0;
}

.sl-theme a {
  color: #fff;
}

.sl-theme a:hover {
  color: var(--sl-lime);
}

.sl-theme .lm-animated-bg.dm-animated-bg {
  background:
    linear-gradient(90deg, rgba(1, 10, 2, 0.96), rgba(8, 28, 8, 0.74) 42%, rgba(12, 46, 7, 0.5)),
    radial-gradient(circle at 78% 16%, rgba(115, 181, 33, 0.2), transparent 30%),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    var(--sl-bg-deep) !important;
  background-size: auto, auto, 88px 88px, 88px 88px, auto !important;
  opacity: 1 !important;
}

.sl-theme .lm-animated-bg.dm-animated-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(115deg, rgba(139, 207, 38, 0.05) 0 2px, transparent 2px 20px),
    linear-gradient(90deg, rgba(0,0,0,0.65), transparent 32%, rgba(0,0,0,0.3));
}

.sl-theme .preloader-spinner {
  border-color: rgba(255,255,255,0.24) !important;
  border-top-color: var(--sl-lime) !important;
}

.sl-theme .page.dm-page {
  min-height: 100vh;
  padding: 0 !important;
  background: transparent !important;
}

.sl-theme .page-content.dm-page-content {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
}

.sl-theme .dm-page-main {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}

.sl-theme .header.dm-header {
  background:
    linear-gradient(180deg, rgba(4, 17, 4, 0.98), rgba(11, 31, 8, 0.96)),
    radial-gradient(circle at 50% 4%, rgba(255, 148, 24, 0.16), transparent 34%) !important;
  border-right: 1px solid rgba(161, 221, 77, 0.28) !important;
  box-shadow: 12px 0 40px rgba(0,0,0,0.45);
  overflow-x: hidden !important;
  z-index: 10;
}

.sl-theme .dm-sidebar-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.sl-theme .header-photo.dm-header-photo {
  width: 96px !important;
  margin: 0 auto 12px !important;
  text-align: center;
}

.sl-theme .header-photo.dm-header-photo::after {
  display: none !important;
}

.sl-theme .header-photo.dm-header-photo img {
  display: block;
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  object-fit: cover;
  border-radius: 50%;
  padding: 4px;
  background:
    linear-gradient(#15210d, #15210d) padding-box,
    linear-gradient(135deg, #fff, var(--sl-lime), var(--sl-orange)) border-box;
  border: 3px solid transparent !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.44), 0 0 0 5px rgba(81, 169, 31, 0.16);
}

.sl-theme .dm-header-titles {
  text-align: center;
  padding: 0 16px 18px;
}

.sl-theme .dm-header-titles h2 {
  margin: 0 0 4px !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

.sl-theme .dm-header-titles h4 {
  margin: 0 !important;
  color: var(--sl-lime) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.sl-theme .main-menu.dm-main-menu {
  position: static !important;
  width: 100% !important;
  margin: 8px 0 14px !important;
  padding: 0 16px !important;
  list-style: none;
  text-align: left !important;
}

.sl-theme .main-menu.dm-main-menu li {
  margin: 0 0 7px !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.sl-theme .main-menu.dm-main-menu a,
.sl-theme .main-menu.dm-main-menu button,
.sl-theme .dm-logout {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  min-height: 0 !important;
  max-height: 38px !important;
  height: auto !important;
  width: 100% !important;
  text-align: left !important;
  padding: 6px 10px !important;
  color: #eef8ea !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.sl-theme .main-menu.dm-main-menu a.nav-anim,
.sl-theme .main-menu.dm-main-menu button.nav-anim {
  flex-direction: row !important;
}

.sl-theme .main-menu.dm-main-menu a.nav-anim::after,
.sl-theme .main-menu.dm-main-menu button.nav-anim::after {
  display: none !important;
}

.sl-theme .main-menu.dm-main-menu a:hover,
.sl-theme .main-menu.dm-main-menu a.active,
.sl-theme .dm-logout:hover {
  transform: translateX(4px);
  color: #fff !important;
  border-color: rgba(184, 238, 72, 0.72);
  background: linear-gradient(180deg, var(--sl-green), var(--sl-green-dark)) !important;
}

.sl-theme .main-menu.dm-main-menu .menu-icon {
  display: grid !important;
  place-items: center;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 !important;
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  border-radius: 50%;
  color: #172506 !important;
  background: radial-gradient(circle at 35% 30%, #fff, var(--sl-lime) 55%, #669e18);
  font-size: 12px !important;
}

.sl-theme .main-menu.dm-main-menu .link-text {
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

@media only screen and (min-width: 1025px) {
  .sl-theme .main-menu.dm-main-menu a,
  .sl-theme .main-menu.dm-main-menu button,
  .sl-theme .dm-logout {
    max-height: 36px !important;
  }
}

.sl-theme .dm-social-links {
  margin: auto 12px 14px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.sl-theme .dm-social-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}

.sl-theme .dm-social-links a {
  display: grid !important;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #102005 !important;
  background: linear-gradient(180deg, #fff, var(--sl-lime));
}

.sl-theme .dm-cv-under-social.header-buttons {
  padding: 0 12px 12px !important;
}

.sl-theme .dm-btn-gradient {
  width: 100%;
  border: 0 !important;
  color: #172005 !important;
  background: linear-gradient(180deg, #f7ff93, #9db42f 54%, #675f19) !important;
  border-radius: 18px !important;
  font-weight: 900 !important;
  box-shadow: inset 0 1px 0 #fff, 0 10px 22px rgba(0,0,0,0.34) !important;
}

.sl-theme .content-area.dm-content-area {
  background: transparent !important;
}

.sl-theme .dm-top-bar {
  position: sticky;
  top: 0;
  z-index: 8;
  padding: 16px 18px 0;
}

.sl-theme .dm-top-bar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 8px 12px;
  border-radius: 28px 28px 9px 9px;
  background: linear-gradient(180deg, #62b92b, #378a13);
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: var(--sl-shadow);
}

.sl-theme .dm-top-bar-nav {
  flex: 0 1 auto;
  min-width: 0;
}

.sl-theme .dm-top-bar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-theme .dm-top-bar-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.18);
  color: #f7fff4 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.sl-theme .dm-top-bar-link:hover,
.sl-theme .dm-top-bar-link.is-active {
  border-color: rgba(184,238,72,0.7);
  background: rgba(0,0,0,0.42);
  color: #fff !important;
}

.sl-theme .dm-top-bar-fill {
  flex: 1;
  min-width: 12px;
}

.sl-theme .dm-lang-details {
  position: relative;
}

.sl-theme .dm-lang-details__summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 92px;
  height: 38px;
  padding: 0 14px;
  cursor: pointer;
  list-style: none;
  border-radius: 18px;
  background: rgba(255,255,255,0.95);
  color: #173006;
  font-weight: 900;
}

.sl-theme .dm-lang-details__summary::-webkit-details-marker {
  display: none;
}

.sl-theme .dm-lang-details__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.sl-theme .dm-lang-details__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 178px;
  padding: 8px;
  border-radius: 16px;
  background: #f7fbef;
  box-shadow: 0 18px 36px rgba(0,0,0,0.35);
}

.sl-theme .dm-lang-details__opt {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #173006 !important;
  font-weight: 800;
}

.sl-theme .dm-lang-details__opt:hover,
.sl-theme .dm-lang-details__opt.is-active {
  background: var(--sl-green);
  color: #fff !important;
}

.sl-theme .animated-sections.dm-animated-sections-wrap {
  min-height: calc(100vh - 112px);
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 0 30px 30px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sl-theme .animated-section,
.sl-theme .section-content {
  width: 100%;
}

.sl-theme .animated-section.section-active,
.sl-theme .single-page-content {
  padding: 0 !important;
  margin: 0 !important;
}

.sl-theme .section-content,
.sl-theme .single-page-content,
.sl-theme .post {
  margin-top: 0 !important;
}

.sl-theme .section-content {
  padding: 34px !important;
}

.sl-theme .single-page-content {
  padding: 34px !important;
}

.sl-theme .section-content,
.sl-theme .single-page-content,
.sl-theme .post-content {
  color: #f9fff5 !important;
}

.sl-theme .section-title,
.sl-theme .page-title,
.sl-theme .block-title {
  margin-bottom: 22px !important;
}

.sl-theme .section-title h2,
.sl-theme .page-title h2,
.sl-theme .block-title h3,
.sl-theme .entry-title {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 20px 8px 20px 8px;
  border: 1px solid rgba(184,238,72,0.28);
  background:
    linear-gradient(135deg, rgba(184,238,72,0.16), rgba(255,255,255,0.04)),
    rgba(19, 31, 16, 0.74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 16px 34px rgba(0,0,0,0.3);
  color: #fff !important;
}

.sl-theme .entry-title {
  max-width: 100%;
  font-size: 34px !important;
  line-height: 1.15 !important;
}

.sl-theme .col-inner,
.sl-theme .blog-card,
.sl-theme .timeline-item,
.sl-theme .service-block,
.sl-theme .certificate-item,
.sl-theme .pricing-item,
.sl-theme .fun-fact,
.sl-theme .knowledges li {
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(178, 192, 190, 0.9) !important;
  color: var(--sl-ink) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
}

.sl-theme .col-inner {
  padding: 24px !important;
  margin-bottom: 24px;
}

.sl-theme .row > [class*="col-"] {
  margin-bottom: 22px;
}

.sl-theme .info-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.sl-theme .info-list li {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(132px, 34%) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px 16px 62px !important;
  border-radius: 18px !important;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.12), rgba(255,255,255,0.035)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme .info-list li::before {
  content: "i";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #142005;
  background: radial-gradient(circle at 35% 30%, #fff, var(--sl-lime) 58%, #6fa91a);
  font-family: 'Sora', 'Manrope', Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 0 4px rgba(184,238,72,0.12), 0 8px 18px rgba(0,0,0,0.3);
}

.sl-theme .info-list li:nth-child(1)::before { content: "#"; }
.sl-theme .info-list li:nth-child(2)::before { content: "@"; }
.sl-theme .info-list li:nth-child(3)::before { content: "\2302"; }
.sl-theme .info-list li:nth-child(4)::before { content: "\2709"; }
.sl-theme .info-list li:nth-child(5)::before { content: "\260E"; }
.sl-theme .info-list li:nth-child(6)::before { content: "\20BA"; }

.sl-theme .info-list li::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--sl-lime), var(--sl-green));
  opacity: .9;
}

.sl-theme .info-list li .title {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: none;
}

.sl-theme .info-list li .value {
  color: #c8d6c2 !important;
  overflow-wrap: anywhere;
  font-weight: 700;
  line-height: 1.35;
}

.sl-theme .skills-info,
.sl-theme .knowledges {
  padding: 20px;
  margin-bottom: 22px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88);
  border: 1px solid rgba(255,255,255,0.11);
  color: #eaf7e2;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme .skills-info h4,
.sl-theme .skill-value {
  color: #fff !important;
  text-shadow: none;
}

.sl-theme .skill {
  margin-bottom: 8px;
}

.sl-theme .skill h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
}

.sl-theme .skill-value {
  font-size: 13px !important;
  color: #c8d6c2 !important;
}

.sl-theme .skill-container {
  height: 9px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  overflow: hidden;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.08);
}

.sl-theme .skill-percentage {
  height: 90% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--sl-lime), var(--sl-green), var(--sl-orange)) !important;
  box-shadow: 0 0 16px rgba(184,238,72,0.35);
}

.sl-theme .timeline.timeline-second-style {
  position: relative;
  display: grid;
  gap: 14px;
}

.sl-theme .timeline.timeline-second-style::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: calc(31% + 12px);
  width: 2px;
  background: linear-gradient(180deg, var(--sl-lime), rgba(255,255,255,0.12));
  opacity: .5;
}

.sl-theme .timeline.timeline-second-style .timeline-item {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(150px, 31%) 34px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 0;
  padding: 12px 18px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme .timeline.timeline-second-style .timeline-item::before {
  content: "";
  position: static;
  grid-column: 2;
  grid-row: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-self: center;
  justify-self: center;
  transform: none;
  background: radial-gradient(circle at 50% 50%, #172506 0 4px, var(--sl-lime) 5px 10px, rgba(184,238,72,0.18) 11px 15px);
  box-shadow: 0 0 0 4px rgba(184,238,72,0.08), 0 8px 18px rgba(0,0,0,0.32);
}

.sl-theme .timeline.timeline-second-style .left-part,
.sl-theme .timeline.timeline-second-style .right-part {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  text-align: left !important;
}

.sl-theme .timeline.timeline-second-style .left-part {
  grid-column: 1;
  grid-row: 1;
  padding-right: 0 !important;
}

.sl-theme .timeline.timeline-second-style .right-part {
  grid-column: 3;
  grid-row: 1;
  padding-left: 0 !important;
}

.sl-theme .timeline.timeline-second-style .divider {
  display: none !important;
}

.sl-theme .timeline.timeline-second-style .item-period {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 6px !important;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sl-lime), var(--sl-green));
  color: #142005 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.sl-theme .timeline.timeline-second-style .item-company {
  display: block;
  color: #aeb9aa !important;
  font-size: 13px !important;
  line-height: 1.35;
}

.sl-theme .timeline.timeline-second-style .item-title {
  margin: 0 0 4px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.sl-theme .timeline.timeline-second-style p {
  margin: 0 !important;
  color: #c8d6c2 !important;
  line-height: 1.6;
}

.sl-theme .certificate-item {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) !important;
  align-items: stretch;
  min-height: 126px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme .certificate-item .certi-logo {
  display: grid !important;
  place-items: center;
  float: none !important;
  grid-column: 1;
  grid-row: 1;
  width: 118px !important;
  max-width: 118px !important;
  min-height: 100%;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(184,238,72,0.16), transparent 48%),
    rgba(255,255,255,0.045);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.sl-theme .certificate-item .certi-logo img {
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
  object-fit: contain;
  border-radius: 16px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.38));
}

.sl-theme .certificate-item .certi-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 20px 22px !important;
  text-align: left !important;
}

.sl-theme .certificate-item .certi-title h4 {
  display: block !important;
  max-width: 100%;
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
  overflow-wrap: anywhere;
}

.sl-theme .certificate-item .certi-id,
.sl-theme .certificate-item .certi-date,
.sl-theme .certificate-item .certi-company {
  color: #aeb9aa !important;
  font-size: 13px !important;
  line-height: 1.45;
}

.sl-theme .certificate-item .certi-id a {
  color: var(--sl-lime) !important;
  font-weight: 800;
}

.sl-theme .certificate-item .certi-date {
  margin-top: 6px;
}

/* Services page cards */
.sl-theme section[data-id="portfolio"] .row {
  row-gap: 24px;
}

.sl-theme section[data-id="portfolio"] .col-inner {
  height: 100%;
  min-height: 220px;
  padding: 24px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme section[data-id="portfolio"] .info-list-w-icon,
.sl-theme section[data-id="portfolio"] .info-block-w-icon {
  height: 100%;
}

.sl-theme section[data-id="portfolio"] .info-block-w-icon {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.sl-theme section[data-id="portfolio"] .ci-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.95), var(--sl-lime) 58%, #6fa91a);
  box-shadow: 0 0 0 5px rgba(184,238,72,0.1), 0 10px 20px rgba(0,0,0,0.3);
}

.sl-theme section[data-id="portfolio"] .ci-icon i {
  display: block !important;
  color: #142005 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  width: 1em;
  height: 1em;
  text-align: center;
}

.sl-theme section[data-id="portfolio"] .ci-icon i::before {
  display: block;
  line-height: 1 !important;
}

.sl-theme section[data-id="portfolio"] .ci-text h4 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.sl-theme section[data-id="portfolio"] .ci-text p {
  margin: 0;
  color: #c8d6c2 !important;
  line-height: 1.65;
}

.sl-theme section[data-id="portfolio"] .fw-pricing {
  row-gap: 24px;
}

.sl-theme section[data-id="portfolio"] .fw-package-wrap {
  margin-bottom: 24px;
}

.sl-theme section[data-id="portfolio"] .fw-package {
  height: 100%;
  overflow: hidden;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme section[data-id="portfolio"] .fw-heading-row,
.sl-theme section[data-id="portfolio"] .fw-pricing-row,
.sl-theme section[data-id="portfolio"] .fw-button-row,
.sl-theme section[data-id="portfolio"] .fw-default-row {
  border-color: rgba(255,255,255,0.08) !important;
  color: #c8d6c2 !important;
}

.sl-theme section[data-id="portfolio"] .fw-heading-row span,
.sl-theme section[data-id="portfolio"] .fw-pricing-row span {
  color: #fff !important;
  font-weight: 900;
}

.sl-theme section[data-id="portfolio"] .fun-fact {
  min-height: 170px;
  padding: 24px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.sl-theme section[data-id="portfolio"] .fun-fact i {
  color: var(--sl-lime) !important;
}

.sl-theme section[data-id="portfolio"] .fun-fact h4,
.sl-theme section[data-id="portfolio"] .fun-fact-block-value {
  color: #fff !important;
  text-shadow: none !important;
}

.sl-theme .col-inner a,
.sl-theme .timeline-item a,
.sl-theme .service-block a,
.sl-theme .blog-card a {
  color: #204e10 !important;
  font-weight: 800;
}

.sl-theme .post-thumbnail {
  overflow: hidden;
  border-radius: 28px 28px 8px 8px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.22);
}

.sl-theme .post-thumbnail img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.sl-theme .entry-meta,
.sl-theme .entry-meta a,
.sl-theme .post-tags a {
  color: #efffe3 !important;
}

.sl-theme .entry-meta-top a,
.sl-theme .post-tags a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 15px;
  background: var(--sl-purple);
  color: #fff !important;
  font-weight: 800;
}

.sl-theme .entry-content {
  font-size: 16px;
  line-height: 1.78;
}

.sl-theme .entry-content .col-inner {
  padding: 26px;
}

.sl-theme .info-list-w-icon,
.sl-theme .info-block-w-icon {
  height: 100%;
}

.sl-theme .info-block-w-icon {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.sl-theme .info-block-w-icon .ci-icon {
  flex: 0 0 48px;
}

.sl-theme .info-block-w-icon .ci-icon i {
  color: #18bfe8 !important;
  font-size: 34px !important;
}

.sl-theme .ci-text h4,
.sl-theme .service-block h4,
.sl-theme .fun-fact h4 {
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.28);
}

.sl-theme .entry-content p,
.sl-theme .entry-content li,
.sl-theme .entry-content td,
.sl-theme .entry-content th {
  color: #172015;
}

.sl-theme .entry-content h1,
.sl-theme .entry-content h2,
.sl-theme .entry-content h3,
.sl-theme .entry-content h4 {
  color: #143108 !important;
  background: none;
  padding: 0;
  box-shadow: none;
}

.sl-theme .entry-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 6px solid var(--sl-green);
  border-radius: 12px;
  background: rgba(255,255,255,0.48);
  color: #172015;
}

.sl-theme .entry-content table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
}

.sl-theme .entry-content th {
  background: var(--sl-green);
  color: #fff !important;
}

.sl-theme .entry-content th,
.sl-theme .entry-content td {
  padding: 12px;
  border-bottom: 1px solid rgba(23,32,21,0.12);
}

.sl-theme .entry-content code {
  padding: 2px 6px;
  border-radius: 7px;
  color: #e9ffbf;
  background: #14200e;
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.92em;
}

.sl-theme .entry-content pre {
  position: relative;
  margin: 24px 0;
  padding: 46px 18px 18px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(184, 238, 72, 0.34);
  background:
    linear-gradient(180deg, rgba(34, 53, 20, 0.98), rgba(8, 17, 8, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 36px rgba(0,0,0,0.28);
}

.sl-theme .entry-content pre::before {
  content: "CODE";
  position: absolute;
  top: 13px;
  left: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #132006;
  background: linear-gradient(180deg, #f7ff93, var(--sl-lime));
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.sl-theme .entry-content pre code {
  display: block;
  min-width: max-content;
  padding: 0;
  color: #e8f7d8;
  background: transparent;
  line-height: 1.65;
  font-size: 14px;
}

.sl-theme .entry-content pre code .hljs-keyword,
.sl-theme .entry-content pre code .token.keyword {
  color: #b8ee48;
}

.sl-theme .entry-content pre code .hljs-string,
.sl-theme .entry-content pre code .token.string {
  color: #ffcf72;
}

.sl-theme .entry-content pre code .hljs-comment,
.sl-theme .entry-content pre code .token.comment {
  color: #90a78a;
}

.sl-theme input,
.sl-theme textarea,
.sl-theme select,
.sl-theme .form-control {
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  background: rgba(255,255,255,0.9) !important;
  color: #15200d !important;
}

.sl-theme .btn,
.sl-theme button,
.sl-theme input[type="submit"] {
  border-radius: 16px !important;
  font-weight: 900 !important;
}

.sl-theme .dm-content-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 14px !important;
}

/* Home page card rhythm */
.sl-theme .dm-landing {
  display: grid;
  gap: 28px;
}

.sl-theme .dm-hero-grid,
.sl-theme .dm-section,
.sl-theme .dm-glass-panel,
.sl-theme .dm-service-card,
.sl-theme .dm-project-card,
.sl-theme .dm-blog-card,
.sl-theme .dm-stat-card {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.15);
  background: linear-gradient(180deg, rgba(34,34,34,0.96), rgba(24,24,24,0.96));
  box-shadow: 0 18px 44px rgba(0,0,0,0.3);
}

.sl-theme .dm-hero-grid,
.sl-theme .dm-section {
  padding: 28px;
}

.sl-theme .dm-about-grid,
.sl-theme .dm-services-grid,
.sl-theme .dm-projects-grid,
.sl-theme .dm-blog-grid,
.sl-theme .dm-stats-grid {
  display: grid;
  gap: 20px;
}

.sl-theme .dm-service-card,
.sl-theme .dm-project-body,
.sl-theme .dm-blog-card,
.sl-theme .dm-stat-card,
.sl-theme .dm-glass-panel {
  padding: 22px;
}

/* Projects: less horizontal, more card-like */
.sl-theme .portfolio-content {
  padding-top: 8px;
}

.sl-theme .portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

.sl-theme .blog-masonry,
.sl-theme .blog-masonry.two-columns,
.sl-theme .blog-masonry.three-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sl-theme .blog-masonry.clearfix::before,
.sl-theme .blog-masonry.clearfix::after {
  content: none !important;
  display: none !important;
}

.sl-theme .blog-masonry .item,
.sl-theme .blog-masonry.two-columns .item,
.sl-theme .blog-masonry.three-columns .item {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  min-width: 0 !important;
}

.sl-theme .blog-card {
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
}

.sl-theme .blog-card .media-block {
  min-height: 210px;
  overflow: hidden;
}

.sl-theme .blog-card .media-block img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 210px;
  object-fit: cover;
}

.sl-theme .blog-card .post-info {
  padding: 16px 18px 18px;
}

.sl-theme .portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  height: auto !important;
}

.sl-theme .portfolio-grid figure {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: rgba(178, 192, 190, 0.9) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.3);
}

.sl-theme .portfolio-grid figure a {
  display: block;
}

.sl-theme .portfolio-content .portfolio-grid .portfolio-item-img {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
}

.sl-theme .portfolio-content .portfolio-grid .portfolio-item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.sl-theme .portfolio-grid figure .name {
  padding: 14px 16px 4px;
  margin: 0 !important;
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}

.sl-theme .portfolio-grid figure .category {
  display: block;
  padding: 0 16px 16px;
  color: #23351b !important;
  font-weight: 800;
}

/* Projects page image cards */
.sl-theme section[data-id="resume"] .portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: start;
  height: auto !important;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure a {
  display: grid !important;
  grid-template-rows: auto auto auto;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
}

.sl-theme section[data-id="resume"] .portfolio-item-img,
.sl-theme section[data-id="resume"] .portfolio-content .portfolio-grid .portfolio-item-img {
  width: 100% !important;
  height: auto !important;
  min-height: 270px !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}

.sl-theme section[data-id="resume"] .portfolio-item-img img,
.sl-theme section[data-id="resume"] .portfolio-content .portfolio-grid .portfolio-item-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure .name {
  display: block !important;
  min-height: 0 !important;
  padding: 16px 18px 6px !important;
  margin: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure .category {
  display: flex !important;
  align-items: center !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  color: rgba(255,255,255,0.96) !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border-top: 1px solid rgba(255,255,255,0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure .category::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 10px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.14) !important;
}

@media only screen and (max-width: 760px) {
  .sl-theme .blog-masonry,
  .sl-theme .blog-masonry.two-columns,
  .sl-theme .blog-masonry.three-columns,
  .sl-theme section[data-id="resume"] .portfolio-grid {
    grid-template-columns: 1fr !important;
  }

  .sl-theme section[data-id="resume"] .portfolio-item-img,
  .sl-theme section[data-id="resume"] .portfolio-content .portfolio-grid .portfolio-item-img {
    min-height: 190px !important;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1280px) {
  .sl-theme .blog-masonry,
  .sl-theme .blog-masonry.two-columns,
  .sl-theme .blog-masonry.three-columns,
  .sl-theme section[data-id="resume"] .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.sl-theme .dm-chip-link {
  padding: 7px 12px !important;
  background: rgba(255,255,255,0.88) !important;
  color: #173006 !important;
  border: 0 !important;
}

.sl-theme .dm-site-footer.dm-global-site-footer {
  padding: 20px 18px 24px;
  background: rgba(3, 12, 3, 0.9);
  border-top: 1px solid rgba(184, 238, 72, 0.2);
}

.sl-theme .dm-global-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  color: #efffe3;
}

.sl-theme .dm-brand-mark {
  font-family: 'Roboto Condensed', Impact, sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.sl-theme .dm-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-theme .dm-footer-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 14px;
  color: #173006 !important;
  background: linear-gradient(180deg, #fff, #dff6c1);
  font-weight: 900;
}

.sl-theme .dm-footer-copyright {
  margin: 0;
  color: var(--sl-muted);
  font-size: 13px;
}

@media only screen and (min-width: 1025px) {
  .sl-theme .header.dm-header {
    float: none !important;
    position: relative !important;
    display: flex !important;
    flex: 0 0 290px !important;
    width: 290px !important;
    max-width: 290px !important;
    min-height: 100% !important;
    height: auto !important;
    padding: 22px 10px 16px !important;
  }

  .sl-theme .content-area.dm-content-area {
    position: relative !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    right: auto !important;
    left: auto !important;
  }
}

@media only screen and (max-width: 1024px) {
  .sl-theme .dm-page-main {
    flex-direction: column;
  }

  .sl-theme .header.dm-header {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: auto !important;
    padding: 18px 12px !important;
  }

  .sl-theme .main-menu.dm-main-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sl-theme .main-menu.dm-main-menu li {
    margin: 0 !important;
  }

  .sl-theme .dm-top-bar {
    position: relative;
    padding: 0 !important;
  }

  .sl-theme .menu-toggle.dm-menu-toggle {
    left: 20px !important;
    right: auto !important;
    top: 6px !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 40px !important;
  }

  .sl-theme .menu-toggle.dm-menu-toggle span:nth-child(1) {
    top: 13px !important;
  }

  .sl-theme .menu-toggle.dm-menu-toggle span:nth-child(2) {
    top: 20px !important;
  }

  .sl-theme .menu-toggle.dm-menu-toggle span:nth-child(3) {
    top: 27px !important;
  }

  .sl-theme .menu-toggle.dm-menu-toggle.open span:nth-child(1) {
    top: 11px !important;
    left: 13px !important;
  }

  .sl-theme .menu-toggle.dm-menu-toggle.open span:nth-child(3) {
    top: 26px !important;
    left: 13px !important;
  }

  .sl-theme .animated-sections.dm-animated-sections-wrap {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sl-theme .dm-global-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .sl-theme .section-content,
  .sl-theme .single-page-content {
    padding: 20px !important;
  }

  .sl-theme .dm-top-bar-inner {
    justify-content: space-between;
    gap: 10px;
    padding-left: 68px;
    padding-right: 12px;
  }

  .sl-theme .dm-top-bar-fill {
    flex: 1 1 auto;
  }

  .sl-theme .dm-lang-details {
    margin-left: auto;
  }

  .sl-theme .dm-lang-details__summary {
    justify-content: center;
    min-width: 116px;
    padding: 0 18px;
  }

  .sl-theme .main-menu.dm-main-menu {
    grid-template-columns: 1fr;
  }

  .sl-theme .dm-top-bar-inner {
    border-radius: 20px 20px 8px 8px;
  }

  .sl-theme .entry-title {
    font-size: 25px !important;
  }

  .sl-theme .entry-content .col-inner {
    padding: 18px;
  }

  .sl-theme .timeline.timeline-second-style::before {
    display: none !important;
  }

  .sl-theme .timeline.timeline-second-style .timeline-item {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: flex-start;
    padding: 14px 16px !important;
  }

  .sl-theme .timeline.timeline-second-style .timeline-item::before {
    display: none !important;
  }

  .sl-theme .timeline.timeline-second-style .left-part,
  .sl-theme .timeline.timeline-second-style .right-part {
    padding: 0 !important;
  }

  .sl-theme .timeline.timeline-second-style .left-part {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .sl-theme .timeline.timeline-second-style .right-part {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-left: 0 !important;
  }

  .sl-theme .timeline.timeline-second-style .item-title {
    position: relative;
    z-index: 1;
  }

  .sl-theme .certificate-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  .sl-theme .certificate-item .certi-logo {
    padding: 12px;
    width: 88px !important;
    max-width: 88px !important;
  }

  .sl-theme .certificate-item .certi-logo img {
    width: 62px !important;
    height: 62px !important;
  }

  .sl-theme .certificate-item .certi-content {
    padding: 16px !important;
  }
}

/* Final sidebar compaction: override BreezyCV/Darkmodern menu card sizing. */
.sl-theme .header.dm-header ul.main-menu.dm-main-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 10px 0 14px !important;
  padding: 0 18px !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > a,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > button,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu .menu-icon {
  display: inline-grid !important;
  position: static !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 22px !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu .link-text {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Sidebar/footer polish */
.sl-theme .header.dm-header {
  min-height: 100vh !important;
  background:
    linear-gradient(180deg, rgba(1, 16, 4, 0.98), rgba(3, 31, 7, 0.98)) !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu {
  background: transparent !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu::before,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu::after {
  display: none !important;
}

.sl-theme .dm-social-links {
  margin: 28px 22px 16px !important;
}

.sl-theme .dm-cv-under-social.header-buttons {
  display: flex !important;
  justify-content: center;
  padding: 0 18px 18px !important;
}

.sl-theme .dm-cv-under-social.header-buttons .dm-btn-gradient {
  width: 75% !important;
  min-width: 0 !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  border-radius: 14px !important;
}

.sl-theme .content-area.dm-content-area {
  padding-bottom: 82px;
}

.sl-theme .dm-site-footer.dm-global-site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 7px 20px !important;
  background: rgba(9, 16, 9, 0.68) !important;
  border-top: 1px solid rgba(255,255,255,0.11) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 -18px 44px rgba(0,0,0,0.26);
}

.sl-theme .dm-global-footer-inner {
  justify-content: center !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.sl-theme .dm-brand-mark,
.sl-theme .dm-footer-copyright {
  display: none !important;
}

.sl-theme .dm-footer-nav {
  width: 100%;
}

.sl-theme .dm-footer-links {
  justify-content: center !important;
}

.sl-theme .dm-footer-link {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.12);
  color: #eaf7e2 !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

@media only screen and (min-width: 1300px) {
  .sl-theme .dm-site-footer.dm-global-site-footer {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sl-theme .dm-site-footer.dm-global-site-footer {
    left: 0;
  }

  .sl-theme .dm-cv-under-social.header-buttons .dm-btn-gradient {
    max-width: 220px;
  }
}

/* Homepage: closer to Darkmodern, with separated dark cards. */
.sl-theme .animated-sections.dm-animated-sections-wrap:has(.start-page) {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sl-theme .start-page .section-content {
  padding: 0 !important;
}

.sl-theme .dm-landing {
  max-width: min(1380px, calc(100% - 28px));
  margin: 0 auto;
  padding: 44px 8px 70px;
  display: grid;
  gap: 44px;
}

.sl-theme .dm-landing .dm-hero-grid {
  display: grid;
  gap: 28px;
  align-items: start;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sl-theme .dm-landing .dm-hero-grid--with-stats {
  grid-template-columns: minmax(0, 1fr);
}

.sl-theme .dm-landing .dm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #cbd8c6;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
}

.sl-theme .dm-landing .dm-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-lime);
  box-shadow: 0 0 14px rgba(184,238,72,0.75);
}

.sl-theme .dm-landing .dm-hero-title {
  max-width: 920px;
  margin: 20px 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  font-weight: 800;
  color: #fff !important;
}

.sl-theme .dm-landing .dm-gradient-text {
  color: var(--sl-lime);
  background: linear-gradient(90deg, #b8ee48, #5bd433 55%, #ff9418);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.sl-theme .dm-landing .dm-hero-lead {
  max-width: 600px;
  margin: 0;
  color: #aeb9aa;
  font-size: 1.05rem;
  line-height: 1.7;
}

.sl-theme .dm-landing .dm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.sl-theme .dm-landing .dm-btn-gradient,
.sl-theme .dm-landing .btn-primary {
  width: auto !important;
  min-width: 190px;
  padding: 13px 24px !important;
  border-radius: 12px !important;
  color: #132005 !important;
}

.sl-theme .dm-landing .dm-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  color: var(--sl-lime) !important;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
  font-weight: 800;
}

.sl-theme .dm-landing .dm-tech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.sl-theme .dm-landing .dm-tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 12px;
  color: #e8f4e3;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  font-weight: 800;
}

.sl-theme .dm-landing .dm-section {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sl-theme .dm-landing .dm-section-head {
  margin-bottom: 22px;
}

.sl-theme .dm-landing .dm-section-head h2 {
  display: block;
  padding: 0;
  margin: 0 !important;
  background: none;
  box-shadow: none;
  color: #fff !important;
  font-size: 1.65rem !important;
}

.sl-theme .dm-landing .dm-section-head p {
  margin: 8px 0 0;
  color: #aeb9aa;
  font-size: 0.96rem;
}

.sl-theme .dm-landing .dm-about-grid,
.sl-theme .dm-landing .dm-services-grid,
.sl-theme .dm-landing .dm-projects-grid,
.sl-theme .dm-landing .dm-blog-grid,
.sl-theme .dm-landing .dm-stats-grid {
  display: grid;
  gap: 20px;
}

.sl-theme .dm-landing .dm-home-split {
  display: grid;
  gap: 28px;
  align-items: start;
}

.sl-theme .dm-landing .dm-home-split .dm-about-grid {
  grid-template-columns: 1fr;
}

.sl-theme .dm-landing .dm-home-split .dm-services-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.sl-theme .dm-landing .dm-home-split .dm-service-card {
  padding: 20px;
}

.sl-theme .dm-landing .dm-home-split .dm-service-card p {
  margin-bottom: 0;
}

.sl-theme .dm-landing .dm-glass-panel,
.sl-theme .dm-landing .dm-service-card,
.sl-theme .dm-landing .dm-project-card,
.sl-theme .dm-landing .dm-blog-card,
.sl-theme .dm-landing .dm-stat-card {
  padding: 24px;
  border-radius: 16px;
  background: rgba(17, 22, 17, 0.88);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 18px 44px rgba(0,0,0,0.26);
}

.sl-theme .dm-landing .dm-glass-panel p,
.sl-theme .dm-landing .dm-service-card p,
.sl-theme .dm-landing .dm-blog-card p {
  color: #aeb9aa !important;
}

.sl-theme .dm-landing .dm-about-skills-title,
.sl-theme .dm-landing .dm-service-card h4,
.sl-theme .dm-landing .dm-project-card h3,
.sl-theme .dm-landing .dm-blog-card h3 {
  color: #fff !important;
  text-shadow: none !important;
}

.sl-theme .dm-landing .dm-contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.sl-theme .dm-landing .dm-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aeb9aa;
}

.sl-theme .dm-landing .dm-muted-link {
  color: var(--sl-lime) !important;
}

.sl-theme .dm-landing .dm-progress {
  margin-bottom: 16px;
}

.sl-theme .dm-landing .dm-progress-label {
  display: flex;
  justify-content: space-between;
  color: #aeb9aa;
  margin-bottom: 8px;
  font-weight: 700;
}

.sl-theme .dm-landing .dm-progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.sl-theme .dm-landing .dm-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sl-lime), var(--sl-green), var(--sl-orange));
}

.sl-theme .dm-landing .dm-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sl-theme .dm-landing .dm-tag {
  padding: 7px 10px;
  border-radius: 999px;
  color: #e8f4e3;
  background: rgba(255,255,255,0.07);
  font-size: 12px;
  font-weight: 800;
}

.sl-theme .dm-landing .dm-service-card .ci-icon {
  margin-bottom: 14px;
}

.sl-theme .dm-landing .dm-project-card,
.sl-theme .dm-landing .dm-blog-card {
  overflow: hidden;
  padding: 0;
}

.sl-theme .dm-landing .dm-project-card a,
.sl-theme .dm-landing .dm-blog-card a {
  display: block;
  color: inherit;
}

.sl-theme .dm-landing .dm-project-thumb,
.sl-theme .dm-landing .dm-blog-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.sl-theme .dm-landing .dm-project-thumb img,
.sl-theme .dm-landing .dm-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-theme .dm-landing .dm-project-body,
.sl-theme .dm-landing .dm-blog-body {
  padding: 20px;
}

@media (min-width: 768px) {
  .sl-theme .dm-landing .dm-about-grid,
  .sl-theme .dm-landing .dm-projects-grid,
  .sl-theme .dm-landing .dm-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .sl-theme .dm-landing .dm-hero-grid--with-stats {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .sl-theme .dm-landing .dm-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sl-theme .dm-landing .dm-home-split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  }

  .sl-theme .dm-landing .dm-home-split .dm-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1380px) {
  .sl-theme .dm-landing .dm-home-split {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
  }
}

/* =========================================================
   Final optimized starlight layer
   Starwars-like dark UI: transparent panels, thin lines, no rounded buttons
   ========================================================= */

.sl-theme {
  --sl-bg: #000;
  --sl-bg-deep: #000;
  --sl-bg-image: url("./img/starfield.svg");
  --sl-surface: rgba(0, 0, 0, 0.42);
  --sl-surface-soft: rgba(0, 0, 0, 0.24);
  --sl-surface-strong: rgba(0, 0, 0, 0.72);
  --sl-line: rgba(255, 255, 255, 0.18);
  --sl-line-strong: rgba(255, 255, 255, 0.28);
  --sl-accent: #f1cf55;
  --sl-text: #f4f4f4;
  --sl-muted: #b9b9b9;
  --sl-ink: #f4f4f4;
  --sl-shadow: none;
  --sl-radius: 0;
  font-family: "Roboto Condensed", "Manrope", Arial, Helvetica, sans-serif !important;
}

.sl-theme-html body.sl-theme,
.sl-theme body {
  background: #000 !important;
  color: var(--sl-text) !important;
}

/* Background image */
.sl-theme .lm-animated-bg.dm-animated-bg {
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.34) 42%, rgba(0,0,0,.68)),
    var(--sl-bg-image) center center / cover no-repeat fixed !important;
  opacity: 1 !important;
}

.sl-theme .lm-animated-bg.dm-animated-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.05), transparent 48%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.48)) !important;
}

/* Global typography */
.sl-theme,
.sl-theme h1,
.sl-theme h2,
.sl-theme h3,
.sl-theme h4,
.sl-theme h5,
.sl-theme h6,
.sl-theme a,
.sl-theme button,
.sl-theme .link-text,
.sl-theme .btn,
.sl-theme .dm-btn-gradient,
.sl-theme .dm-chip-link,
.sl-theme .dm-footer-link,
.sl-theme .dm-lang-details__summary,
.sl-theme .dm-lang-details__opt {
  text-transform: none !important;
  letter-spacing: .02em !important;
}

.sl-theme h1,
.sl-theme h2,
.sl-theme h3,
.sl-theme h4,
.sl-theme h5,
.sl-theme h6 {
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.65) !important;
}

.sl-theme p,
.sl-theme li,
.sl-theme td,
.sl-theme th,
.sl-theme .dm-landing .dm-hero-lead,
.sl-theme .dm-landing .dm-section-head p,
.sl-theme .dm-landing .dm-glass-panel p,
.sl-theme .dm-landing .dm-service-card p,
.sl-theme .dm-landing .dm-blog-card p,
.sl-theme section[data-id="portfolio"] .ci-text p {
  color: var(--sl-muted) !important;
}

.sl-theme a,
.sl-theme .col-inner a,
.sl-theme .timeline-item a,
.sl-theme .service-block a,
.sl-theme .blog-card a {
  color: #fff !important;
  font-weight: 600 !important;
}

.sl-theme a:hover,
.sl-theme .col-inner a:hover,
.sl-theme .timeline-item a:hover,
.sl-theme .service-block a:hover,
.sl-theme .blog-card a:hover {
  color: var(--sl-accent) !important;
}

/* Transparent page surfaces */
.sl-theme .page.dm-page,
.sl-theme .page-content.dm-page-content,
.sl-theme .dm-page-main,
.sl-theme .content-area.dm-content-area,
.sl-theme .animated-sections.dm-animated-sections-wrap,
.sl-theme .animated-section,
.sl-theme .section-content,
.sl-theme .single-page-content,
.sl-theme .dm-sidebar-stack {
  background: transparent !important;
  box-shadow: none !important;
}

/* Top navbar */
.sl-theme .dm-top-bar {
  background: transparent !important;
  padding: 0 !important;
}

.sl-theme .dm-top-bar-inner {
  min-height: 56px !important;
  padding: 8px 12px !important;
  background: rgba(0,0,0,.34) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(241,207,85,.72) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sl-theme .dm-top-bar-nav {
  max-width: calc(100% - 180px);
}

.sl-theme .dm-top-bar-links {
  gap: 10px;
}

.sl-theme .dm-top-bar-link {
  min-height: 34px;
  padding: 0 11px;
  border-radius: 0;
  background: rgba(0,0,0,.24);
  border: 1px solid var(--sl-line-strong);
}

.sl-theme .dm-top-bar-link:hover,
.sl-theme .dm-top-bar-link.is-active {
  background: rgba(0,0,0,.46);
  border-color: var(--sl-accent);
  color: var(--sl-accent) !important;
}

.sl-theme .dm-lang-details__summary {
  min-width: 92px;
  height: 38px;
  background: rgba(0,0,0,.3) !important;
  color: #fff !important;
  border: 1px solid var(--sl-line-strong) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}

.sl-theme .dm-lang-details__panel {
  background: rgba(0,0,0,.86) !important;
  border: 1px solid var(--sl-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sl-theme .dm-lang-details__opt {
  color: #e8e8e8 !important;
  border-radius: 0 !important;
}

.sl-theme .dm-lang-details__opt:hover,
.sl-theme .dm-lang-details__opt.is-active {
  background: transparent !important;
  color: var(--sl-accent) !important;
}

/* Sidebar */
.sl-theme .header.dm-header {
  background: rgba(0,0,0,.42) !important;
  border-right: 1px solid var(--sl-line) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sl-theme .header-photo.dm-header-photo {
  border-radius: 0 !important;
}

.sl-theme .header-photo.dm-header-photo::after {
  display: none !important;
}

.sl-theme .header-photo.dm-header-photo img {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  padding: 3px !important;
}

.sl-theme .dm-header-titles h2 {
  color: #fff !important;
  font-weight: 800 !important;
}

.sl-theme .dm-header-titles h4 {
  color: var(--sl-muted) !important;
  font-weight: 500 !important;
}

/* Sidebar menu + logout */
.sl-theme .header.dm-header ul.main-menu.dm-main-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 10px 0 14px !important;
  padding: 0 18px !important;
  background: transparent !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu::before,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu::after {
  display: none !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li {
  display: block !important;
  width: 100% !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li:has(> form),
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li:last-child {
  margin-top: 14px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > .dm-logout {
  margin-top: 0 !important;
  padding: 5px 10px !important;
}

.sl-theme .main-menu.dm-main-menu a,
.sl-theme .main-menu.dm-main-menu button,
.sl-theme .dm-logout,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > a,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > button,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > a,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > button,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > .dm-logout {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  overflow: hidden !important;
  color: #e8e8e8 !important;
  background: rgba(0,0,0,.18) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: left !important;
  transform: none !important;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.sl-theme .main-menu.dm-main-menu a:hover,
.sl-theme .main-menu.dm-main-menu a.active,
.sl-theme .main-menu.dm-main-menu button:hover,
.sl-theme .dm-logout:hover,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > a:hover,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > a.active,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > button:hover,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > a:hover,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > button:hover,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > .dm-logout:hover {
  background: rgba(0,0,0,.52) !important;
  color: var(--sl-accent) !important;
  border-color: var(--sl-accent) !important;
  transform: none !important;
}

.sl-theme .main-menu.dm-main-menu .menu-icon,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu .menu-icon,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > button .menu-icon,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > .dm-logout .menu-icon {
  display: inline-grid !important;
  place-items: center !important;
  position: static !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  color: #d8d8d8 !important;
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 22px !important;
}

.sl-theme .main-menu.dm-main-menu .link-text,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu .link-text,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > button .link-text,
.sl-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > .dm-logout .link-text {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Social + CV button */
.sl-theme .dm-social-links {
  margin: 28px 22px 16px !important;
  border-top: 1px solid rgba(255,255,255,.16) !important;
}

.sl-theme .dm-social-links a {
  display: grid !important;
  place-items: center !important;
  width: 36px;
  height: 36px;
  color: #fff !important;
  background: rgba(0,0,0,.24) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sl-theme .dm-social-links a:hover {
  color: var(--sl-accent) !important;
  border-color: var(--sl-accent) !important;
}

.sl-theme .dm-cv-under-social.header-buttons {
  display: flex !important;
  justify-content: center !important;
  padding: 0 18px 18px !important;
}

.sl-theme .dm-cv-under-social.header-buttons .dm-btn-gradient {
  width: 75% !important;
  min-width: 0 !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
}

/* Buttons */
.sl-theme .dm-btn-gradient,
.sl-theme .btn,
.sl-theme .btn-primary,
.sl-theme button,
.sl-theme input[type="submit"],
.sl-theme .dm-landing .dm-btn-gradient,
.sl-theme .dm-landing .btn-primary,
.sl-theme .dm-landing .dm-btn-ghost,
.sl-theme .dm-chip-link,
.sl-theme .dm-footer-link {
  background: rgba(0,0,0,.20) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.sl-theme .dm-btn-gradient:hover,
.sl-theme .btn:hover,
.sl-theme .btn-primary:hover,
.sl-theme button:hover,
.sl-theme input[type="submit"]:hover,
.sl-theme .dm-landing .dm-btn-gradient:hover,
.sl-theme .dm-landing .btn-primary:hover,
.sl-theme .dm-landing .dm-btn-ghost:hover,
.sl-theme .dm-chip-link:hover,
.sl-theme .dm-footer-link:hover {
  background: rgba(0,0,0,.56) !important;
  color: var(--sl-accent) !important;
  border-color: var(--sl-accent) !important;
}

/* Section titles */
.sl-theme .section-title h2,
.sl-theme .page-title h2,
.sl-theme .block-title h3,
.sl-theme .entry-title {
  display: inline-block !important;
  padding: 10px 18px !important;
  color: #fff !important;
  background: rgba(0,0,0,.60) !important;
  border: 1px solid var(--sl-line) !important;
  border-bottom: 1px solid var(--sl-accent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sl-theme .section-title h2::after,
.sl-theme .page-title h2::after,
.sl-theme .block-title h3::after,
.sl-theme .entry-title::after {
  display: none !important;
}

/* Cards / glass panels */
.sl-theme .col-inner,
.sl-theme .blog-card,
.sl-theme .timeline-item,
.sl-theme .service-block,
.sl-theme .certificate-item,
.sl-theme .pricing-item,
.sl-theme .fun-fact,
.sl-theme .knowledges li,
.sl-theme .skills-info,
.sl-theme .info-list li,
.sl-theme .portfolio-grid figure,
.sl-theme section[data-id="portfolio"] .col-inner,
.sl-theme section[data-id="portfolio"] .fw-package,
.sl-theme section[data-id="portfolio"] .fun-fact,
.sl-theme .dm-landing .dm-glass-panel,
.sl-theme .dm-landing .dm-service-card,
.sl-theme .dm-landing .dm-project-card,
.sl-theme .dm-landing .dm-blog-card,
.sl-theme .dm-landing .dm-stat-card {
  color: #e8e8e8 !important;
  background: var(--sl-surface) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* Icons and small labels */
.sl-theme .info-list li::after {
  background: var(--sl-accent) !important;
}

.sl-theme .info-list li::before,
.sl-theme section[data-id="portfolio"] .ci-icon,
.sl-theme .service-block .ci-icon,
.sl-theme .info-block-w-icon .ci-icon,
.sl-theme .dm-landing .dm-service-card .ci-icon {
  background: rgba(0,0,0,.28) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sl-theme section[data-id="portfolio"] .ci-icon i,
.sl-theme .info-block-w-icon .ci-icon i {
  color: #fff !important;
}

/* Skills */
.sl-theme .skill-container,
.sl-theme .dm-landing .dm-progress-bar {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sl-theme .skill-percentage,
.sl-theme .dm-landing .dm-progress-fill {
  height: 100% !important;
  background: var(--sl-accent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Timeline */
.sl-theme .timeline.timeline-second-style::before {
  background: linear-gradient(180deg, var(--sl-accent), rgba(255,255,255,.12)) !important;
}

.sl-theme .timeline.timeline-second-style .timeline-item::before {
  background: var(--sl-accent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sl-theme .timeline.timeline-second-style .item-period {
  background: transparent !important;
  color: var(--sl-accent) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Blog / portfolio cards */
.sl-theme .blog-card,
.sl-theme .blog-masonry .blog-card,
.sl-theme .dm-landing .dm-blog-card,
.sl-theme .dm-landing .dm-project-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.sl-theme .post-thumbnail,
.sl-theme .portfolio-grid figure,
.sl-theme .blog-card,
.sl-theme .dm-project-card,
.sl-theme .dm-blog-card {
  border-radius: 0 !important;
}

.sl-theme .blog-card .media-block {
  position: relative !important;
  min-height: 210px !important;
  overflow: hidden !important;
  background: rgba(0,0,0,.45) !important;
}

.sl-theme .blog-card .media-block > a {
  display: block !important;
  min-height: 210px !important;
}

.sl-theme .blog-card .media-block .category {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 44px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  color: rgba(255,255,255,.94) !important;
  background: rgba(0,0,0,.42) !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-sizing: border-box !important;
}

.sl-theme .blog-card .media-block .category a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.sl-theme .blog-card .media-block .category a::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 10px !important;
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.14) !important;
}

.sl-theme .blog-card .media-block img,
.sl-theme .dm-landing .dm-blog-thumb img,
.sl-theme .dm-landing .dm-project-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
}

.sl-theme .blog-card .post-info,
.sl-theme .dm-landing .dm-blog-body,
.sl-theme .dm-landing .dm-project-body {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 18px !important;
  background: rgba(0,0,0,.64) !important;
}

.sl-theme .blog-card .post-date,
.sl-theme .dm-landing .dm-blog-meta,
.sl-theme section[data-id="resume"] .portfolio-grid figure .category {
  color: var(--sl-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.sl-theme .blog-card .blog-item-title,
.sl-theme .dm-landing .dm-blog-card h3,
.sl-theme .dm-landing .dm-project-card h3,
.sl-theme section[data-id="resume"] .portfolio-grid figure .name {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere;
  text-shadow: none !important;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure .category {
  display: flex !important;
  align-items: center !important;
  min-height: 44px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  color: rgba(255,255,255,.94) !important;
  background: rgba(0,0,0,.42) !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
  box-sizing: border-box !important;
}

.sl-theme section[data-id="resume"] .portfolio-grid figure .category::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 10px !important;
  background: var(--sl-accent) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

/* Forms, code and article body */
.sl-theme input,
.sl-theme textarea,
.sl-theme select,
.sl-theme .form-control {
  color: #fff !important;
  background: rgba(0,0,0,.38) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 0 !important;
}

.sl-theme .entry-content p,
.sl-theme .entry-content li,
.sl-theme .entry-content td,
.sl-theme .entry-content th {
  color: #d1d1d1 !important;
}

.sl-theme .entry-content h1,
.sl-theme .entry-content h2,
.sl-theme .entry-content h3,
.sl-theme .entry-content h4 {
  color: #fff !important;
  background: none !important;
  box-shadow: none !important;
}

.sl-theme .entry-content blockquote,
.sl-theme .entry-content table {
  color: #e8e8e8 !important;
  background: rgba(0,0,0,.42) !important;
  border-radius: 0 !important;
}

.sl-theme .entry-content code,
.sl-theme .entry-content pre {
  color: #f2f2f2 !important;
  background: rgba(0,0,0,.72) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sl-theme .entry-content pre::before {
  color: #000 !important;
  background: var(--sl-accent) !important;
  border-radius: 0 !important;
}

/* Footer */
.sl-theme .content-area.dm-content-area {
  padding-bottom: 82px;
}

.sl-theme .dm-site-footer.dm-global-site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 7px 20px !important;
  background: rgba(0,0,0,.38) !important;
  border-top: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sl-theme .dm-global-footer-inner {
  justify-content: center !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.sl-theme .dm-brand-mark,
.sl-theme .dm-footer-copyright {
  display: none !important;
}

.sl-theme .dm-footer-nav {
  width: 100%;
}

.sl-theme .dm-footer-links {
  justify-content: center !important;
}

/* Performance / responsive */
@media only screen and (max-width: 1024px) {
  .sl-theme .header.dm-header {
    background: rgba(0,0,0,.58) !important;
  }

  .sl-theme .dm-cv-under-social.header-buttons .dm-btn-gradient {
    max-width: 220px;
  }

  .sl-theme .dm-site-footer.dm-global-site-footer {
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .sl-theme .lm-animated-bg.dm-animated-bg {
    background:
      linear-gradient(180deg, rgba(0,0,0,.80), rgba(0,0,0,.58)),
      var(--sl-bg-image) center center / cover no-repeat scroll !important;
  }

  .sl-theme .section-content,
  .sl-theme .single-page-content {
    padding: 20px !important;
  }

  .sl-theme .dm-top-bar-inner {
    justify-content: space-between;
    gap: 10px;
    padding-left: 68px !important;
    padding-right: 12px !important;
  }

  .sl-theme .dm-lang-details__summary {
    justify-content: center;
    min-width: 116px;
    padding: 0 18px;
  }

  .sl-theme .dm-top-bar-inner {
    flex-wrap: wrap;
    gap: 8px;
  }

  .sl-theme .dm-top-bar-nav {
    order: 1;
    max-width: 100%;
  }

  .sl-theme .dm-top-bar-fill {
    order: 2;
    flex-basis: 0;
  }

  .sl-theme .dm-lang-details {
    order: 3;
    margin-left: auto;
  }

  .sl-theme .dm-top-bar-links {
    gap: 6px;
  }

  .sl-theme .dm-top-bar-link {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sl-theme *,
  .sl-theme *::before,
  .sl-theme *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Contact page info boxes: black fill with thin white inner border */
.sl-theme section[data-id="contact"] .lm-info-block.gray-default {
  background: rgba(0, 0, 0, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.22) !important;
  color: #fff !important;
}

.sl-theme section[data-id="contact"] .lm-info-block.gray-default i {
  color: var(--sl-lime) !important;
}

.sl-theme section[data-id="contact"] .lm-info-block.gray-default h4 {
  color: #fff !important;
}

.sl-theme section[data-id="contact"] .lm-info-block.gray-default .lm-info-block-value,
.sl-theme section[data-id="contact"] .lm-info-block.gray-default .lm-info-block-text {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Blog category frosted band effect */
.sl-theme .blog-card .media-block {
    position: relative !important;
    overflow: hidden !important;
}

/* Blog kategori bandı */
.sl-theme .blog-card .media-block .category {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 10px 18px !important;

    background: rgba(0,0,0,.42) !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    color: rgba(255, 255, 255, 0.96) !important;
    opacity: 1 !important;

    box-sizing: border-box !important;
}

/* Blog kategori yazısı */
.sl-theme .blog-card .media-block .category a {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;

    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

/* Sol küçük nokta */
.sl-theme .blog-card .media-block .category a::before {
    content: "" !important;
    display: inline-block !important;

    width: 8px !important;
    height: 8px !important;
    margin-right: 10px !important;

    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14) !important;
}

/* Blog cards: force category as frosted overlay band */
body.sl-theme .blog-masonry .blog-card .media-block,
body.sl-theme .blog-card .media-block {
    position: relative !important;
    display: block !important;
    min-height: 240px !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.45) !important;
}

/* Görsel */
body.sl-theme .blog-masonry .blog-card .media-block > a,
body.sl-theme .blog-card .media-block > a {
    display: block !important;
    width: 100% !important;
    min-height: 240px !important;
}

body.sl-theme .blog-masonry .blog-card .media-block img,
body.sl-theme .blog-card .media-block img {
    display: block !important;
    width: 100% !important;
    height: 240px !important;
    min-height: 240px !important;
    object-fit: cover !important;
}

/* Kategori bandını görselin üstüne bindir */
body.sl-theme .blog-masonry .blog-card .media-block .category,
body.sl-theme .blog-card .media-block .category {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 5 !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;

    background: rgba(0,0,0,.42) !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Asıl buzlu band efekti link üzerinde */
body.sl-theme .blog-masonry .blog-card .media-block .category a,
body.sl-theme .blog-card .media-block .category a {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 18px !important;

    color: rgba(255, 255, 255, 0.96) !important;
    background: transparent !important;

    border-top: 0 !important;
    border-bottom: 0 !important;

    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;

    box-sizing: border-box !important;
}

/* Soldaki küçük nokta */
body.sl-theme .blog-masonry .blog-card .media-block .category a::before,
body.sl-theme .blog-card .media-block .category a::before {
    content: "" !important;
    display: inline-block !important;

    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    margin-right: 10px !important;

    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14) !important;
}

/* Eski mask varsa bandın üstüne çıkmasın */
body.sl-theme .blog-card .media-block .mask {
    z-index: 1 !important;
    pointer-events: none !important;
}
