.about-page {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.about-section {
  margin-bottom: 34px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(119, 92, 255, 0.22);
  background:
    radial-gradient(circle at top left, rgba(77, 153, 255, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(180, 93, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(13, 16, 44, 0.78), rgba(9, 10, 29, 0.88));
  border-radius: 28px;
  padding: 48px 42px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 30px 80px rgba(0,0,0,0.35);
  backdrop-filter: blur(16px);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.03), transparent);
  transform: translateX(-100%);
  animation: heroSweep 9s linear infinite;
  pointer-events: none;
}

@keyframes heroSweep {
  100% { transform: translateX(100%); }
}

.about-hero-inner {
  position: relative;
  z-index: 2;
}

.about-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(115, 123, 255, 0.28);
  background: rgba(255,255,255,0.04);
  color: #a9b8ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-title {
  margin: 18px 0 14px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.96;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-shadow: 0 0 24px rgba(120, 112, 255, 0.2);
}

.about-subtitle,
.section-text {
  max-width: 860px;
  color: rgba(225, 231, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.about-hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.about-btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #2f7bff, #8b4dff);
  box-shadow: 0 12px 26px rgba(59, 114, 255, 0.28);
}

.about-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(59, 114, 255, 0.35);
}

.about-btn-secondary {
  color: #d7ddff;
  border: 1px solid rgba(141, 155, 255, 0.24);
  background: rgba(255,255,255,0.04);
}

.about-btn-secondary:hover {
  color: #fff;
  transform: translateY(-2px);
  background: rgba(255,255,255,0.07);
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.hero-stat-card,
.about-mini-card,
.about-card,
.analytics-main-card,
.analytics-side-card,
.stack-box,
.contact-box,
.timeline-item,
.process-side {
  border: 1px solid rgba(125, 136, 255, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border-radius: 22px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 18px 50px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}

.hero-stat-card {
  padding: 20px;
}

.hero-stat-value {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
}

.hero-stat-label {
  margin-top: 6px;
  color: rgba(213, 220, 255, 0.72);
  font-size: 14px;
}

.about-card-large {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 220px;
  gap: 24px;
  padding: 28px;
}

.about-card-content h2,
.section-title {
  margin: 14px 0 14px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.about-card-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fingerprint-wrap {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #9f91ff;
  font-size: 68px;
  border: 1px solid rgba(143, 121, 255, 0.3);
  background:
    radial-gradient(circle at center, rgba(122, 96, 255, 0.22), rgba(255,255,255,0.02));
  box-shadow: 0 0 40px rgba(111, 66, 193, 0.18);
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.feature-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.feature-icon {
  font-size: 20px;
  line-height: 1;
}

.feature-item strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.feature-item p {
  margin: 0;
  color: rgba(214, 222, 255, 0.74);
  line-height: 1.55;
}

.about-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-mini-card {
  padding: 22px;
}

.mini-card-top {
  color: #97a6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-card-value {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.about-mini-card p {
  margin: 0;
  color: rgba(218, 225, 255, 0.74);
  line-height: 1.6;
}

.battle-grid {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  gap: 18px;
  align-items: stretch;
}

.battle-card {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(131, 142, 255, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 18px 50px rgba(0,0,0,0.22);
}

.battle-card-python {
  background:
    radial-gradient(circle at top left, rgba(41, 121, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
}

.battle-card-tilda {
  background:
    radial-gradient(circle at top right, rgba(164, 93, 255, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
}

.battle-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.battle-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(135deg, #2f7bff, #8b4dff);
  box-shadow: 0 8px 24px rgba(75, 84, 255, 0.25);
}

.battle-head h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.battle-head span {
  color: rgba(205, 214, 255, 0.68);
  font-size: 14px;
}

.battle-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(225, 231, 255, 0.82);
  line-height: 1.75;
}

.battle-list li + li {
  margin-top: 6px;
}

.battle-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #9fb0ff;
  line-height: 1.6;
}

.battle-vs {
  display: grid;
  place-items: center;
  color: #b9c4ff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 18px;
}

.process-timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 22px;
}

.timeline-step {
  color: #7ea2ff;
  font-weight: 800;
  font-size: 14px;
}

.timeline-body h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.timeline-body p {
  margin: 0;
  color: rgba(216, 223, 255, 0.72);
  line-height: 1.6;
}

.process-side {
  padding: 24px;
}

.process-side h3 {
  margin: 14px 0 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.side-points {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-points li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(223, 228, 255, 0.8);
}

.side-points i {
  color: #8e9fff;
}

.analytics-shell {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(131, 142, 255, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 18px 50px rgba(0,0,0,0.22);
}

.analytics-topbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.analytics-switches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.analytics-btn-group {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.analytics-btn,
.analytics-download {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(132, 144, 255, 0.18);
  background: rgba(255,255,255,0.04);
  color: #d8deff;
  font-weight: 700;
  transition: 0.2s ease;
}

.analytics-btn:hover,
.analytics-download:hover {
  background: rgba(255,255,255,0.08);
}

.analytics-btn.active {
  color: #fff;
  background: linear-gradient(90deg, #2f7bff, #8b4dff);
  box-shadow: 0 10px 24px rgba(80, 83, 255, 0.2);
}

.analytics-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
}

.analytics-main-card,
.analytics-side-card {
  padding: 18px;
}

.chart-frame {
  position: relative;
  height: 420px;
  width: 100%;
}

.analytics-hint {
  margin: 14px 0 0;
  color: rgba(212, 220, 255, 0.66);
  font-size: 14px;
}

.analytics-side-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.chart-legend-premium {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.legend-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.2s ease;
  background: rgba(255,255,255,0.03);
}

.legend-item:hover {
  background: rgba(255,255,255,0.06);
}

.legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  margin-top: 6px;
  flex: 0 0 12px;
}

.legend-label {
  color: #fff;
  font-weight: 700;
}

.analytics-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 18px 0;
}

.analytics-details {
  color: rgba(214, 221, 255, 0.76);
  line-height: 1.65;
}

.chart-modal-content {
  background: linear-gradient(180deg, rgba(14, 18, 44, 0.98), rgba(10, 12, 28, 0.98));
  color: #fff;
  border: 1px solid rgba(130, 142, 255, 0.18);
  border-radius: 24px;
}

.chart-modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.chart-modal-body {
  color: rgba(220, 226, 255, 0.82);
}

.chart-modal-body .project-item {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}

.chart-modal-body .project-item:last-child {
  border-bottom: 0;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.stack-box {
  min-height: 118px;
  padding: 18px 14px;
  display: grid;
  place-items: center;
  text-align: center;
}

.stack-box i {
  font-size: 30px;
  color: #8f9fff;
  margin-bottom: 10px;
}

.stack-box span {
  color: #fff;
  font-weight: 700;
}

.contact-box {
  padding: 34px;
  text-align: center;
}

.contact-note {
  margin-top: 18px;
  color: #9ba9ff;
  font-weight: 700;
}

/* mobile + tablet */
@media (max-width: 1200px) {
  .about-page {
    width: min(100% - 28px, 1200px);
  }

  .process-layout,
  .analytics-layout {
    grid-template-columns: 1fr;
  }

  .process-side {
    order: 2;
  }

  .analytics-side-card {
    order: 2;
  }

  .stack-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-card-large {
    grid-template-columns: 1fr;
  }

  .about-grid-3,
  .battle-grid,
  .about-hero-stats {
    grid-template-columns: 1fr;
  }

  .battle-vs {
    min-height: 40px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .about-page {
    width: calc(100% - 18px);
    padding-top: 18px;
    padding-bottom: 40px;
  }

  .about-section {
    margin-bottom: 22px;
  }

  .about-hero,
  .analytics-shell,
  .contact-box,
  .about-card-large,
  .battle-card,
  .about-mini-card,
  .timeline-item,
  .process-side,
  .analytics-main-card,
  .analytics-side-card,
  .stack-box {
    border-radius: 18px;
  }

  .about-hero {
    padding: 26px 18px;
  }

  .about-title {
    font-size: 34px;
  }

  .about-subtitle,
  .section-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-card-large,
  .analytics-shell,
  .contact-box {
    padding: 18px;
  }

  .section-title {
    font-size: 28px;
  }

  .analytics-topbar {
    align-items: stretch;
  }

  .analytics-switches {
    width: 100%;
    flex-direction: column;
  }

  .analytics-btn-group {
    width: 100%;
  }

  .analytics-btn,
  .analytics-download {
    width: 100%;
    justify-content: center;
  }

  .chart-frame {
    height: 300px;
  }

  .stack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-actions,
  .about-hero-actions {
    flex-direction: column;
  }

  .about-btn {
    width: 100%;
    justify-content: center;
  }
}
.analytics-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}

.summary-pill {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(132, 145, 255, 0.16);
  background: rgba(255,255,255,0.04);
}

.summary-label {
  color: rgba(203, 213, 255, 0.65);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.summary-pill strong {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.legend-item {
  width: 100%;
  border: 0;
  text-align: left;
}

.legend-item.is-active {
  background: rgba(114, 102, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(140, 130, 255, 0.18);
}

.legend-text {
  display: flex;
  flex-direction: column;
}

.legend-sub {
  color: rgba(213, 221, 255, 0.72);
  font-size: 13px;
  margin-top: 4px;
}

.analytics-detail-card {
  margin-top: 18px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(131, 142, 255, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 18px 50px rgba(0,0,0,0.22);
}

.detail-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.detail-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #aab7ff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(131, 142, 255, 0.18);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-stats {
  color: #8fa2ff;
  font-weight: 700;
}

.detail-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.1;
}

.detail-description {
  margin: 0 0 18px;
  color: rgba(220, 226, 255, 0.78);
  line-height: 1.7;
}

.detail-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.detail-mini-box {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(132, 145, 255, 0.14);
}

.detail-mini-box span {
  display: block;
  color: rgba(205, 214, 255, 0.62);
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.detail-mini-box strong {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.detail-projects-title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
}

.detail-projects-list {
  display: grid;
  gap: 10px;
}

.detail-project-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(228, 234, 255, 0.86);
  line-height: 1.5;
}

.detail-project-item.muted {
  color: rgba(204, 213, 255, 0.58);
}

.analytics-mode-group .analytics-btn.active,
.analytics-type-group .analytics-btn.active {
  color: #fff;
  background: linear-gradient(90deg, #2f7bff, #8b4dff);
  box-shadow: 0 10px 24px rgba(80, 83, 255, 0.2);
}

@media (max-width: 900px) {
  .detail-extra-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .analytics-summary {
    flex-direction: column;
  }

  .summary-pill {
    min-width: unset;
  }

  .analytics-detail-card {
    padding: 18px;
  }

  .detail-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-title {
    font-size: 24px;
  }
}
.analytics-topbar-fixed {
  align-items: flex-start;
}

.analytics-controls-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}

.analytics-control-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.analytics-control-label {
  color: rgba(202, 211, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-left: 4px;
}

.analytics-mode-group,
.analytics-type-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid rgba(132, 144, 255, 0.12);
  background: rgba(255,255,255,0.03);
}

.analytics-mode-group .analytics-btn,
.analytics-type-group .analytics-btn {
  min-width: 92px;
  justify-content: center;
}

.analytics-main-card {
  min-height: 470px;
}

.analytics-side-card {
  min-height: 470px;
}

.chart-frame {
  position: relative;
  height: 380px;
  width: 100%;
}

.analytics-main-card canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.analytics-detail-card {
  overflow: hidden;
}

.detail-project-item {
  word-break: break-word;
}

@media (max-width: 900px) {
  .analytics-controls-wrap {
    width: 100%;
    flex-direction: column;
  }

  .analytics-control-block {
    width: 100%;
  }

  .analytics-mode-group,
  .analytics-type-group {
    width: 100%;
  }

  .analytics-mode-group .analytics-btn,
  .analytics-type-group .analytics-btn {
    flex: 1 1 0;
    min-width: unset;
  }
}

@media (max-width: 640px) {
  .analytics-main-card,
  .analytics-side-card {
    min-height: auto;
  }

  .chart-frame {
    height: 300px;
  }

  .analytics-download {
    width: 100%;
    justify-content: center;
  }
}
.detail-project-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(228, 234, 255, 0.86);
  line-height: 1.5;
  word-break: break-word;
}

.detail-project-index {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(47,123,255,0.95), rgba(139,77,255,0.95));
  box-shadow: 0 8px 18px rgba(79, 96, 255, 0.22);
}

.detail-project-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.detail-project-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.detail-project-meta {
  color: rgba(205, 214, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .detail-project-item {
    align-items: flex-start;
  }

  .detail-project-index {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 12px;
  }

  .detail-project-name {
    font-size: 14px;
  }

  .detail-project-meta {
    font-size: 12px;
  }
}
.chart-mini-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.insight-chip {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(132,145,255,0.14);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.insight-chip span {
  color: rgba(203, 213, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.insight-chip strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.legend-item {
  width: 100%;
  border: 0;
  text-align: left;
}

.legend-item.is-active {
  background: rgba(114, 102, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(140, 130, 255, 0.18);
  transform: translateY(-1px);
}

.detail-project-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(228, 234, 255, 0.86);
  line-height: 1.5;
  word-break: break-word;
  transition: 0.25s ease;
}

.detail-project-item:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(132,145,255,0.18);
  transform: translateY(-1px);
}

.detail-project-index {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(47,123,255,0.95), rgba(139,77,255,0.95));
  box-shadow: 0 8px 18px rgba(79, 96, 255, 0.22);
}

.detail-project-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.detail-project-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.detail-project-meta {
  color: rgba(205, 214, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.analytics-main-card canvas {
  filter: drop-shadow(0 8px 20px rgba(47, 123, 255, 0.08));
}

@media (max-width: 900px) {
  .chart-mini-insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .detail-project-item {
    align-items: flex-start;
  }

  .detail-project-index {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 12px;
  }

  .detail-project-name {
    font-size: 14px;
  }

  .detail-project-meta {
    font-size: 12px;
  }
}