#development{
  position:relative;
  margin-top:4px;
  padding:18px;
  border:1px solid rgba(93,222,255,.12);
  border-radius:18px;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0,rgba(70,201,255,.08),transparent 28%),
    radial-gradient(circle at 100% 100%,rgba(164,76,255,.08),transparent 30%),
    linear-gradient(150deg,rgba(8,14,24,.72),rgba(6,10,18,.9));
}

#development::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:26px 26px;
  mask-image:linear-gradient(180deg,#000,transparent 80%);
}

#development .section-bar{
  position:relative;
  z-index:1;
  margin-bottom:15px;
}

#development .section-bar h2{
  display:flex;
  align-items:center;
  gap:9px;
}

#development .section-bar h2::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#54e4ff;
  box-shadow:0 0 0 5px rgba(84,228,255,.08),0 0 18px rgba(84,228,255,.65);
}

#development .section-bar a{
  padding:7px 10px;
  border:1px solid rgba(80,207,255,.18);
  border-radius:999px;
  background:rgba(80,207,255,.035);
  font-weight:850;
  letter-spacing:.02em;
  transition:border-color .18s ease,background .18s ease,color .18s ease;
}

#development .section-bar a:hover,
#development .section-bar a:focus-visible{
  color:#bff6ff;
  border-color:rgba(80,207,255,.46);
  background:rgba(80,207,255,.075);
}

#development .dev-grid{
  position:relative;
  z-index:1;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

#development .dev-card{
  --radar-accent:#46c9ff;
  --radar-progress:50%;
  position:relative;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  grid-template-rows:auto auto 1fr;
  min-height:184px;
  padding:0 16px 18px 0;
  border-radius:14px;
  overflow:hidden;
  isolation:isolate;
  background:linear-gradient(145deg,rgba(15,24,39,.92),rgba(8,13,23,.98));
  border-color:rgba(255,255,255,.085);
  box-shadow:0 14px 34px rgba(0,0,0,.2);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

#development .dev-card:has(.status-purple){--radar-accent:#c378ff;--radar-progress:25%}
#development .dev-card:has(.status-blue){--radar-accent:#46c9ff;--radar-progress:50%}
#development .dev-card:has(.status-green){--radar-accent:#45e7a1;--radar-progress:75%}
#development .dev-card:has(.status-gold){--radar-accent:#f4bf4f;--radar-progress:100%}

#development .dev-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--radar-accent) 38%,transparent);
  box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 24px color-mix(in srgb,var(--radar-accent) 8%,transparent);
}

#development .dev-card::before{
  position:absolute;
  top:11px;
  right:12px;
  z-index:3;
  padding:4px 7px;
  border:1px solid color-mix(in srgb,var(--radar-accent) 28%,transparent);
  border-radius:999px;
  background:rgba(5,10,18,.72);
  color:var(--radar-accent);
  font-size:8px;
  font-weight:950;
  letter-spacing:.1em;
  backdrop-filter:blur(8px);
}

#development .dev-card:has(.status-purple)::before{content:"AŞAMA 1/4 • DUYURU"}
#development .dev-card:has(.status-blue)::before{content:"AŞAMA 2/4 • ÜRETİM"}
#development .dev-card:has(.status-green)::before{content:"AŞAMA 3/4 • TEST"}
#development .dev-card:has(.status-gold)::before{content:"AŞAMA 4/4 • ÇIKIŞA YAKIN"}

#development .dev-card::after{
  content:"";
  position:absolute;
  left:150px;
  right:16px;
  bottom:9px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--radar-accent) 0 var(--radar-progress),rgba(255,255,255,.07) var(--radar-progress) 100%);
  box-shadow:0 0 14px color-mix(in srgb,var(--radar-accent) 18%,transparent);
}

#development .dev-art{
  grid-column:1;
  grid-row:1 / 4;
  width:100%;
  height:100%;
  min-height:184px;
  margin:0;
  position:relative;
  border-right:1px solid rgba(255,255,255,.07);
  filter:none;
}

#development .dev-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,transparent 58%,rgba(8,13,23,.92) 100%),
    radial-gradient(circle at 26% 30%,color-mix(in srgb,var(--radar-accent) 20%,transparent),transparent 35%);
  pointer-events:none;
}

#development .dev-card h3,
#development .dev-card .status,
#development .dev-card p{
  grid-column:2;
  margin-left:15px;
  margin-right:0;
}

#development .dev-card h3{
  align-self:end;
  margin-top:42px;
  margin-bottom:7px;
  font-size:18px;
  line-height:1.15;
  letter-spacing:-.018em;
}

#development .dev-card .status{
  margin-top:0;
  margin-bottom:0;
  padding:4px 8px;
  background:color-mix(in srgb,var(--radar-accent) 7%,transparent);
  border-color:color-mix(in srgb,var(--radar-accent) 42%,transparent);
  color:var(--radar-accent);
  font-size:9px;
  letter-spacing:.03em;
}

#development .dev-card p{
  align-self:start;
  margin-top:10px;
  margin-bottom:10px;
  padding-right:4px;
  color:#9fadc0;
  font-size:11px;
  line-height:1.55;
}

@media(max-width:980px){
  #development .dev-grid{grid-template-columns:1fr}
}

@media(max-width:620px){
  #development{padding:14px;border-radius:16px}
  #development .section-bar{align-items:flex-start}
  #development .section-bar a{padding:6px 8px}
  #development .dev-card{
    grid-template-columns:112px minmax(0,1fr);
    min-height:164px;
    padding-right:12px;
  }
  #development .dev-art{min-height:164px}
  #development .dev-card::after{left:112px;right:12px}
  #development .dev-card h3{margin-top:39px;font-size:16px}
  #development .dev-card::before{font-size:7px;right:10px}
}

@media(max-width:460px){
  #development .dev-card{
    display:block;
    padding:0 12px 20px;
  }
  #development .dev-art{
    width:calc(100% + 24px);
    height:118px;
    min-height:118px;
    margin:0 -12px 0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  #development .dev-art::after{
    background:linear-gradient(180deg,transparent 48%,rgba(8,13,23,.94) 100%);
  }
  #development .dev-card h3,
  #development .dev-card .status,
  #development .dev-card p{margin-left:0}
  #development .dev-card h3{margin-top:12px}
  #development .dev-card::before{top:9px}
  #development .dev-card::after{left:12px;right:12px;bottom:8px}
}

@media(prefers-reduced-motion:reduce){
  #development .dev-card,
  #development .section-bar a{transition:none}
}
